.content-section ul li,
.list-unstyled,
.sidebar ul {
    list-style: none;
}

.accordion-header::after,
.qr_code,
.switch label::after {
    content: "";
    content: "";
    content: "";
}

#language li a,
.btn,
.content-section ul li,
.history p,
.sidebar .nav-link a,
.text-decoration-none,
a,
nav ul li a {
    text-decoration: none;
}

@font-face {
    font-family: Urbanist;
    src: url('../fonts/Urbanist-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Urbanist;
    src: url('../fonts/Urbanist-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

nav ul li a.active,
nav ul li a:hover {
    background-color: #c2e3f9;
    color: #2f9fe8;
}

#history li p {
    color: var(--color-dark) !important;
    transition: .5s;
    font-weight: 600;
    padding: .7rem 9px;
    border-radius: 10px;
}

#history li p.active,
#history li p:hover {
    background-color: var(--primary-color-bg);
    color: #fff !important;
    transition: .5s;
    font-weight: 400;
}

.float-end,
.remove {
    float: right;
}
.overflow-auto{
    overflow: auto;
}
#bookmark-section,
.feedback-btn,
.tools:hover,
.widget-btn {
    background-image: linear-gradient(to right, #22bede, #2fa7e7);
}


.btn-light,
.btn-primary {
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-border-color: var(--primary-color-bg);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--color-light);
    --bs-btn-disabled-bg: var(--primary-color-bg);
    --bs-btn-disabled-border-color: var(--primary-color-bg);
}

.badge,
.chat-text {
    white-space: nowrap;
}

:root {
    --sidebar-width: 320px;
    --secondary-color: #7c9b98;
    --info-color: #f5faf9;
    --third-color: #f5faf9;
    --color-light: #FFFFFF;
    --color-dark: #363636;
    --color-grey: #999999;
    --color-light-grey: #F7F7F7;
    --shadow-color: rgba(107, 106, 106, 0.342);
    --text-light: #000;
    --text-dark: #000;
    --blur-color: #eaf6ff00;
    --bg-dark: #363636;
    --img-grayscale: 1;
    --primary-color: #01796F;
    --primary-color-bg: #01796F;
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
}
:root[data-theme="dark"] {
    --primary-color: #fff;
    --primary-color-bg: #01796F;
    --bs-black: #fff;
    --bg-dark: #3E3F40;
    --color-light: #161616;
    --color-dark: #CFD0D1;
    --color-grey: #ffffff;
    --color-light-grey: #1E1E1E;
    --shadow-color: rgba(0, 0, 0, 0.5);
    --text-light: #fff;
    --text-dark: #fff;
    --secondary-color: #3e7e78;
    --info-color: #1E1E1E;
    --third-color: #1B252B;
    --blur-color: #1b252bbd;
}
.alert-success {
    background-color: #0f5132;
    color: #12a662;
    border-color: #badbcc;
}
.alert-danger {
    color: white;
    background-color: var(--bs-danger) ;
    border-color: #badbcc;
}
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

.w-50 {
    width: 50% !important;
}

.w-25 {
    width: 25% !important;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
}
.row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    margin-top: var(--bs-gutter-y);
}

.col {
    flex: 1 0 0%;
}

.col-auto,
.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto;
}

.col-12,
.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%;
}

.col-6,
.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333% !important;
}

.col-3,
.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%;
}

.col-1,
.col-2,
.col-4,
.col-5,
.col-7,
.col-8,
.row-cols-6>* {
    flex: 0 0 auto;
}

.row-cols-6>* {
    width: 16.6666666667% !important;
}

.col-1 {
    width: 8.33333333% !important;
}

.col-2 {
    width: 16.66666667% !important;
}

.col-4 {
    width: 33.33333333% !important;
}

.col-5 {
    width: 41.66666667% !important;
}

.col-7 {
    width: 58.33333333% !important;
}

.col-8 {
    width: 66.66666667% !important;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333% !important;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667% !important;
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px;
    }

    .col-sm {
        flex: 1 0 0%;
    }

    .col-sm-auto,
    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-12,
    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .col-sm-6,
    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333% !important;
    }

    .col-sm-3,
    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667% !important;
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333% !important;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667% !important;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333% !important;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667% !important;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333% !important;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667% !important;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333% !important;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667% !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-grid {
        display: grid !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }

    .d-sm-none {
        display: none !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }

    .m-sm-0 {
        margin: 0 !important;
    }

    .m-sm-1 {
        margin: .25rem !important;
    }

    .m-sm-2 {
        margin: .5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mt-sm-1 {
        margin-top: .25rem !important;
    }

    .mt-sm-2 {
        margin-top: .5rem !important;
    }

    .mt-sm-3 {
        margin-top: 1rem !important;
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mt-sm-5 {
        margin-top: 3rem !important;
    }

    .mt-sm-auto {
        margin-top: auto !important;
    }

    .me-sm-0 {
        margin-right: 0 !important;
    }

    .me-sm-1 {
        margin-right: .25rem !important;
    }

    .me-sm-2 {
        margin-right: .5rem !important;
    }

    .me-sm-3 {
        margin-right: 1rem !important;
    }

    .me-sm-4 {
        margin-right: 1.5rem !important;
    }

    .me-sm-5 {
        margin-right: 3rem !important;
    }

    .me-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important;
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important;
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }

    .mb-sm-auto {
        margin-bottom: auto !important;
    }

    .ms-sm-0 {
        margin-left: 0 !important;
    }

    .ms-sm-1 {
        margin-left: .25rem !important;
    }

    .ms-sm-2 {
        margin-left: .5rem !important;
    }

    .ms-sm-3 {
        margin-left: 1rem !important;
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }

    .ms-sm-5 {
        margin-left: 3rem !important;
    }

    .ms-sm-auto {
        margin-left: auto !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .p-sm-1 {
        padding: .25rem !important;
    }

    .p-sm-2 {
        padding: .5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pt-sm-1 {
        padding-top: .25rem !important;
    }

    .pt-sm-2 {
        padding-top: .5rem !important;
    }

    .pt-sm-3 {
        padding-top: 1rem !important;
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pt-sm-5 {
        padding-top: 3rem !important;
    }

    .pe-sm-0 {
        padding-right: 0 !important;
    }

    .pe-sm-1 {
        padding-right: .25rem !important;
    }

    .pe-sm-2 {
        padding-right: .5rem !important;
    }

    .pe-sm-3 {
        padding-right: 1rem !important;
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pe-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important;
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important;
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }

    .ps-sm-0 {
        padding-left: 0 !important;
    }

    .ps-sm-1 {
        padding-left: .25rem !important;
    }

    .ps-sm-2 {
        padding-left: .5rem !important;
    }

    .ps-sm-3 {
        padding-left: 1rem !important;
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }

    .ps-sm-5 {
        padding-left: 3rem !important;
    }
}

@media (min-width: 768px) {
    .d-md-inline {
        display: inline;
    }
    .d-md-inline-block {
        display: inline-block;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-flex {
        display: flex;
    }
    .d-md-inline-flex {
        display: inline-flex;
    }
    .d-md-none {
        display: none;
    }
    .flex-md-wrap {
        flex-wrap: wrap;
    }
    .flex-md-row {
        flex-direction: row
    }
    .flex-md-column {
        flex-direction: column
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse
    }
    .justify-content-md-start {
        justify-content: flex-start;
    }
    .justify-content-md-end {
        justify-content: flex-end;
    }
    .justify-content-md-center {
        justify-content: center;
    }
    .justify-content-md-between {
        justify-content: space-between;
    }
    .justify-content-md-around {
        justify-content: space-around;
    }
    .justify-content-md-evenly {
        justify-content: space-evenly;
    }
    .align-items-md-start {
        align-items: flex-start;
    }
    .align-items-md-end {
        align-items: flex-end;
    }
    .align-items-md-center {
        align-items: center;
    }
    .overflow-md-visible{
        overflow: visible !important
    }
    .m-md-0 {
        margin: 0;
    }
    .m-md-1 {
        margin: 0.25rem;
    }
    .m-md-2 {
        margin: 0.5rem;
    }
    .m-md-3 {
        margin: 1rem;
    }
    .m-md-4 {
        margin: 1.5rem;
    }
    .m-md-5 {
        margin: 3rem;
    }
    .m-md-auto {
        margin: auto;
    }
    .mx-md-0 {
        margin-right: 0;
        margin-left: 0;
    }
    .mx-md-1 {
        margin-right: 0.25rem;
        margin-left: 0.25rem;
    }
    .mx-md-2 {
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }
    .mx-md-3 {
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .mx-md-4 {
        margin-right: 1.5rem;
        margin-left: 1.5rem;
    }
    .mx-md-5 {
        margin-right: 3rem;
        margin-left: 3rem;
    }
    .mx-md-auto {
        margin-right: auto;
        margin-left: auto;
    }
    .my-md-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .my-md-1 {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }
    .my-md-2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .my-md-3 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .my-md-4 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .my-md-5 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .my-md-auto {
        margin-top: auto;
        margin-bottom: auto;
    }
    .mt-md-0 {
        margin-top: 0;
    }
    .mt-md-1 {
        margin-top: 0.25rem;
    }
    .mt-md-2 {
        margin-top: 0.5rem;
    }
    .mt-md-3 {
        margin-top: 1rem;
    }
    .mt-md-4 {
        margin-top: 1.5rem;
    }
    .mt-md-5 {
        margin-top: 3rem;
    }
    .mt-md-auto {
        margin-top: auto;
    }
    .me-md-0 {
        margin-right: 0;
    }
    .me-md-1 {
        margin-right: 0.25rem;
    }
    .me-md-2 {
        margin-right: 0.5rem;
    }
    .me-md-3 {
        margin-right: 1rem;
    }
    .me-md-4 {
        margin-right: 1.5rem;
    }
    .me-md-5 {
        margin-right: 3rem;
    }
    .me-md-auto {
        margin-right: auto;
    }
    .mb-md-0 {
        margin-bottom: 0;
    }
    .mb-md-1 {
        margin-bottom: 0.25rem;
    }
    .mb-md-2 {
        margin-bottom: 0.5rem;
    }
    .mb-md-3 {
        margin-bottom: 1rem;
    }
    .mb-md-4 {
        margin-bottom: 1.5rem;
    }
    .mb-md-5 {
        margin-bottom: 3rem;
    }
    .mb-md-auto {
        margin-bottom: auto;
    }
    .ms-md-0 {
        margin-left: 0;
    }
    .ms-md-1 {
        margin-left: 0.25rem;
    }
    .ms-md-2 {
        margin-left: 0.5rem;
    }
    .ms-md-3 {
        margin-left: 1rem;
    }
    .ms-md-4 {
        margin-left: 1.5rem;
    }
    .ms-md-5 {
        margin-left: 3rem;
    }
    .ms-md-auto {
        margin-left: auto;
    }
    .p-md-0 {
        padding: 0;
    }
    .p-md-1 {
        padding: 0.25rem;
    }
    .p-md-2 {
        padding: 0.5rem;
    }
    .p-md-3 {
        padding: 1rem;
    }
    .p-md-4 {
        padding: 1.5rem;
    }
    .p-md-5 {
        padding: 3rem;
    }
    .px-md-0 {
        padding-right: 0;
        padding-left: 0;
    }
    .px-md-1 {
        padding-right: 0.25rem;
        padding-left: 0.25rem;
    }
    .px-md-2 {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .px-md-3 {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .px-md-4 {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .px-md-5 {
        padding-right: 3rem;
        padding-left: 3rem;
    }
    .py-md-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .py-md-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .py-md-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .py-md-3 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .py-md-4 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .py-md-5 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .pt-md-0 {
        padding-top: 0;
    }
    .pt-md-1 {
        padding-top: 0.25rem;
    }
    .pt-md-2 {
        padding-top: 0.5rem;
    }
    .pt-md-3 {
        padding-top: 1rem;
    }
    .pt-md-4 {
        padding-top: 1.5rem;
    }
    .pt-md-5 {
        padding-top: 3rem;
    }
    .pe-md-0 {
        padding-right: 0;
    }
    .pe-md-1 {
        padding-right: 0.25rem;
    }
    .pe-md-2 {
        padding-right: 0.5rem;
    }
    .pe-md-3 {
        padding-right: 1rem;
    }
    .pe-md-4 {
        padding-right: 1.5rem;
    }
    .pe-md-5 {
        padding-right: 3rem;
    }
    .pb-md-0 {
        padding-bottom: 0;
    }
    .pb-md-1 {
        padding-bottom: 0.25rem;
    }
    .pb-md-2 {
        padding-bottom: 0.5rem;
    }
    .pb-md-3 {
        padding-bottom: 1rem;
    }
    .pb-md-4 {
        padding-bottom: 1.5rem;
    }
    .pb-md-5 {
        padding-bottom: 3rem;
    }
    .ps-md-0 {
        padding-left: 0;
    }
    .ps-md-1 {
        padding-left: 0.25rem;
    }
    .ps-md-2 {
        padding-left: 0.5rem;
    }
    .ps-md-3 {
        padding-left: 1rem;
    }
    .ps-md-4 {
        padding-left: 1.5rem;
    }
    .ps-md-5 {
        padding-left: 3rem;
    }
    .text-md-start {
        text-align: left!important
    }
    .text-md-end {
        text-align: right!important
    }
    .text-md-center {
        text-align: center!important
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }

    .col-lg {
        flex: 1 0 0%
    }

    .col-lg-auto,
    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-12,
    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .col-lg-6,
    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333% !important
    }

    .col-lg-3,
    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667% !important
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333% !important
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667% !important
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333% !important
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667% !important
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333% !important
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667% !important
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333% !important
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667% !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }

    .col-xl {
        flex: 1 0 0%
    }

    .col-xl-auto,
    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-12,
    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .col-xl-6,
    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333% !important
    }

    .col-xl-3,
    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667% !important
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333% !important
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667% !important
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333% !important
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667% !important
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333% !important
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667% !important
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333% !important
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667% !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }
}
@media (min-width: 768px) {   
    .container-md {
        width: 1150px;
        max-width: 100%;
        margin: 0px auto;
        box-sizing: border-box;
    }
    .h-md-100{
        height: 100%;
    }
    .col-md {
        flex: 1 0 0%;
    }

    .col-md-auto,
    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-12,
    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .col-md-6,
    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333% !important;
    }

    .col-md-3,
    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667% !important;
    }
    .col-md {
        flex: 1 0 0%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }

    .col-xxl {
        flex: 1 0 0%
    }

    .col-xxl-auto,
    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-12,
    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .col-xxl-6,
    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333% !important
    }

    .col-xxl-3,
    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667% !important
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333% !important
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667% !important
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333% !important
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667% !important
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333% !important
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667% !important
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333% !important
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667% !important
    }
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.opacity-0 {
    opacity: 0 !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.container-fluid,
.tool_link img {
    margin-left: auto;
}
.useChatColor {
    background-color: white;
}
.home-bg {
    background-color: #83acea;
    color: #fff;
    margin-bottom: 100px;
}

.other-bg {
    background-size: contain;
    background-repeat: no-repeat;
}

.margin-nagtive {
    margin-top: -200px;
}

.gap-1 {
    gap: 5px;
}
.gap-2 {
    gap: 10px;
}

.gap-3 {
    gap: 1rem;
}
.gap-4{
    gap:1.5rem;
}
.gap-5{
    gap:2rem;
}
.fs-16,
strong {
    font-size: 16px
}

.text-dark,
.text-decoration-none {
    color: #000
}

.container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x, 15px);
    padding-left: var(--bs-gutter-x, 15px);
    margin-right: auto;
    box-sizing: border-box
}

.other_lang,
body,
button,
nav ul,
p {
    margin: 0
}

.text-center {
    text-align: center
}

.text-start {
    text-align: left
}

.bg-light {
    background-color: #f1f1f1
}

.other-tools-2 {
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    letter-spacing: 1px
}

.border-top {
    border-top: 2px solid #d9d9d94f
}

.border-bottom {
    border-bottom: 2px solid #d9d9d94f
}

.other-tools {
    border-radius: 17px;
    border: 1px solid #f1f1f1
}

.list-unstyled {
    color: #000
}

.color_blue {
    color: #72adea !important
}

.tools-box {
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .032), 0 6px 20px 0 rgba(0, 0, 0, .038)
}

.tools-link .tools-box:hover {
    box-shadow: 0 4px 8px 0 rgba(159, 157, 157, .258), 0 6px 20px 0 rgba(68, 66, 66, .19)
}

.tools-link .col-md-2:nth-child(1n) .tools-box,
.tools-link .col-md-2:nth-child(2n) .tools-box {
    background-color: #ffeded
}

.tools-link .col-md-2:nth-child(3n) .tools-box {
    background-color: #f3f7df
}

.tools-link .col-md-2:nth-child(4n) .tools-box {
    background-color: #e7f7ed
}

.tools-link .col-md-2:nth-child(5n) .tools-box {
    background-color: #edf0f7
}

.tools-link .col-md-2:nth-child(6n) .tools-box {
    background-color: #f6e3f7
}

.share_img {
    background-color: #70aae6;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px
}

.btn,
.close,
.close-edit,
.examples .card,
.input-section .edit-icon,
.nav-item.lang_hover,
.other-icon,
.password .eye,
.password .icon,
.profile,
.share_img img,
.switch label {
    cursor: pointer
}

.sharediv {
    position: absolute;
    top: -25px;
    right: 0
}

.fieldset-field,
.position-relative,
.sidebar-container,
nav ul li.dropdown {
    position: relative
}

.bdr-right-white,
.copybtn {
    border-right: 1px solid #fff
}

.hint-text,
.position-absolute,
.qr_code,
.qr_code:after,
.shapes span,
.shapes:before,
.spinner,
.spinner div {
    position: absolute
}

.header .lang_hover,
.header .lang_hover1 {
    position: relative;
    cursor: pointer
}

.fs-5 {
    font-size: 10px
}

.w-100 {
    width: 100%
}

.text-danger {
    color: var(--bs-danger) !important
}

.letter-space {
    letter-spacing: 1px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 45px;
    display: grid;
    align-items: center
}

.gx-2 {
    column-gap: .5rem
}

.gx-3 {
    column-gap: 1rem
}

header {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 6px 0 rgba(0, 0, 0, .19)
}

#language,
#related-cal,
.calculate_tab.active,
.calculator-section,
.tbl_of_content,
footer {
    box-shadow: 2px 3px 10px 0 rgb(16 17 17 / 5%)
}

.logo a p {
    font-size: 24px;
    font-weight: 700
}

.modal-header,
header .container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#language,
.switch input,
.toggle-btn {
    display: none
}

.form-control,
.other_lang,
nav ul li.dropdown:hover .dropdown-content {
    display: block
}

nav {
    display: flex;
    align-items: center
}

nav ul {
    list-style-type: none;
    padding: 0;
    display: flex
}

nav ul li.dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #c2e3f9;
    min-width: 160px;
    z-index: 1
}

nav ul li a {
    color: #000;
    padding: 17px 10px;
    font-size: 14px;
    display: inline-block;
    font-weight: 700
}

.nav-link.active .nav-img,
.nav-link:hover .nav-img {
    filter: grayscale(0%)
}

.nav-img {
    filter: grayscale(100%);
    transition: filter .3s ease-in-out
}

@media screen and (max-width:992px) {

    .toggle-btn,
    nav {
        order: 2
    }

    .toggle-active,
    .toggle-btn,
    nav ul {
        display: block
    }

    nav {
        display: none
    }

    header .container {
        width: 100%;
        display: block
    }

    nav ul li {
        margin: 5px 0;
        width: 100%
    }

    nav ul li a {
        color: #000;
        text-decoration: none;
        padding: 17px 10px;
        font-size: 14px;
        font-weight: 700
    }
}

.header .lang_hover1 {
    margin-left: 5px
}

#language {
    z-index: 4;
    position: absolute;
    background: #fff;
    top: 52px;
    animation: .4s ease-in-out forwards rotateMenu;
    transform-origin: top center;
    border-radius: 10px
}

@keyframes rotateMenu {
    0% {
        transform: rotateX(-90deg)
    }

    70% {
        transform: rotateX(20deg)
    }

    100% {
        transform: rotateX(0)
    }
}

#language li {
    padding: 5px;
    height: 40px;
    line-height: 40px
}

#language li a {
    color: #2f9fe8;
    font-weight: 500;
    padding: 0 10px
}

li.nav-item.lang_hover {
    display: flex;
    justify-content: center;
    align-items: center
}

.other_lang {
    padding: 12px 8px 12px 21px;
    font-size: 18px;
    color: #fff;
    transition: .3s;
    border-bottom: 1px solid #fff
}

.remove {
    margin-right: 5px
}

.blog {
    border: 1px solid rgba(128, 128, 128, .236);
    border-radius: 8px
}

.blog a img {
    border-radius: 8px
}

.lh-lg {
    line-height: 2 !important
}

.h5 {
    font-size: 14px;
    font-weight: 600
}

.calculator-btn,
.calculators h4,
.drag_drop span,
.modal-header p,
.sidebar li,
.tool_link {
    font-weight: 500
}

.footerlogo a p,
.fw-700,
.fw-bold {
    font-weight: 700
}

.footer-bg {
    background-color: #83acea
}

.footerlogo a p {
    font-size: 28px
}

.text-white,
.tools:hover {
    color: #fff
}

.tools {
    border-radius: 50px
}

.tbl_of_content strong {
    font-size: 20px;
    font-weight: 600;
    border-bottom: 2px solid #000
}

.history ul li,
.rounded,
.search-box,
.tbl_of_content {
    border-radius: 10px
}

.tbl_of_content table tr td {
    font-size: 15px;
    font-weight: 500;
    line-height: 19.5px
}

.tbl_of_content table tr:last-child {
    border-bottom: 0
}

#related-cal,
.calculator-section {
    background-color: #eef3fb;
    border-radius: 20px;
    padding: 30px 60px
}

.calculator-section .form-control {
    height: 50px;
    border-radius: 50px;
    border-color: #2f9fe8
}

.calculator-section .form-control:focus {
    box-shadow: none
}

footer .h5 {
    font-size: 1rem;
    font-weight: 600
}

.fs-12 {
    font-size: 12px !important
}

.fs-6 {
    font-size: 15px
}

.calculator-btn {
    background-color: #72adea;
    border: 0;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    padding: 8px 26px !important;
    cursor: pointer;
    box-shadow: -3px 1px 13px 0 rgb(201 213 213 / 98%)
}

.overflow-hidden {
    overflow: hidden !important
}

.revert-class {
    all: revert
}

.outline-0,
.outline-none {
    outline: 0
}

.h4 {
    font-size: 1.5rem
}

.fs-18,
.fs-4 {
    font-size: 18px
}

.calculator-section .fieldset-field {
    border: 1px solid #2f9fe8 !important;
    padding: 6px;
    border-radius: 10px;
    display: flex;
    --bs-bg-opacity: 1;
    background-color: #fff;
    margin-top: .25rem
}

.calculator-section fieldset .input-field {
    width: 100%;
    outline: 0;
    border: 0;
    --bs-bg-opacity: 1
}

#calculator-section fieldset .select-field,
fieldset select {
    outline: 0;
    border: 0;
    --bs-bg-opacity: 1
}

.related-calc img {
    filter: grayscale(1)
}

.related-calc:hover img {
    filter: grayscale(0)
}

.related-calc:hover {
    color: #22bede
}

#widget-section {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 20px
}

#bookmark-section,
#cropperModal .controls button {
    padding: 10px;
    cursor: pointer
}

.feedback-btn,
.widget-btn {
    border: 0;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px
}

#bookmark-section {
    border-radius: 10px;
    font-size: 20px;
    color: #fff
}

#feedback-section .form-control {
    background-color: #f9f9f9;
    border-radius: 10px;
    border: 0;
    box-shadow: none;
    height: 45px
}

#feedback-section textarea {
    background-color: #f9f9f9;
    border-radius: 10px;
    outline: 0
}

#contact_div {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 13px 0 rgba(45, 171, 230, .2)
}

.form-control {
    width: 100%;
    padding: .375rem 5px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    outline: navajowhite;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn_set1,
.calculate_tab {
    font-size: 16px;
    cursor: pointer
}

.text_area {
    width: 100%;
    height: 250px;
    border-radius: 10px;
    border: 1px solid #25bbe0;
    padding: 20px 15px;
    outline: #25bbe0
}

.btn_set1 {
    background: #25bbe0;
    width: 92%;
    height: 50px;
    color: #fff;
    line-height: 16px;
    margin-top: 20px;
    border-radius: 10px;
    border: none
}

.border_r {
    border-right: 2px solid #25bbe0
}

.h_set {
    height: 440px
}

@media (max-width:480px) {
    .border_r {
        border-right: 0
    }

    .h_set {
        height: 315px
    }

    .calculator-section {
        padding: 30px 35px
    }

    footer ul {
        padding: 0
    }

    .calculator-section .fieldset-field {
        padding: 8px
    }
}

#rating-heading {
    background-color: #f3f3f3;
    padding: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

#rating-img {
    background-color: #f9f9f9;
    padding: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

#content-section .img-h2 h2 {
    display: inline;
    margin: 0 0 0 7px
}

#content-section .img-h2 {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.div_center {
    display: flex;
    width: 40%;
    margin: 10px auto
}

.calculate_tab {
    border-radius: 10px;
    text-align: center;
    padding: 8px;
    --bs-bg-opacity: 1
}

.calculate_tab.active {
    background-color: #72adea;
    color: #fff
}

.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important
}

.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius)
}

.modal,
.modalCropper {
    display: none;
    left: 0;
    overflow: auto;
    height: 100%;
    top: 0
}

.rounded-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.rounded-bottom {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.bdr-blue {
    border: 1px solid #2fa7e7
}

.clr-blue {
    color: #2fa7e7
}

#section-search h4,
.accordion-header,
.calculators h4,
.form-control,
.history a,
.sidebar-close,
a,
body {
    color: var(--color-dark)
}

.bdr-rd-20 {
    border-radius: 20px
}

.w-75 {
    width: 75% !important
}

.fs-25 {
    font-size: 25px
}

.fs-32 {
    font-size: 28px
}

.bdr-right-2f9fe8 {
    border-left: 1px solid #2f9fe8 !important
}

#copy_link {
    border: 1px solid #ddd !important;
    height: 40px;
    border-radius: 5px;
    padding: 10px !important;
    box-sizing: border-box;
    margin: 10px auto 2px
}

.res_icon {
    margin: 10px 5px 0;
    cursor: pointer
}

.toggle-btn {
    font-size: 16px;
    background-color: transparent;
    border: none
}

.fs-20 {
    font-size: 20px
}

.fs-14 {
    font-size: 14px
}

.fieldset-field i {
    font-size: 13px
}

.border-none {
    border: 0
}

@media (max-width:767.98px) {

    .Instagram svg,
    .fb svg,
    .linkedin svg,
    .pinterest svg,
    .twitter svg {
        width: 25px;
        height: 25px
    }
}

.result-answer {
    border-radius: 5px
}

button {
    cursor: pointer;
    padding: 0
}

#content-section table tr:first-child {
    background-color: #f5a108ad
}

#content-section table tr:not(:first-child) td:first-child {
    background-color: #f5f5f5
}

#content-section table tr:hover td {
    color: #fff !important;
    background-color: #000 !important
}

#content-section table,
#content-section td,
#content-section th {
    border: 1px solid;
    border-collapse: collapse;
    padding: 5px;
    text-align: center
}

#content-section table.striped>tbody>tr:nth-child(odd) {
    background-color: rgba(242, 242, 242, .5)
}

#content-section table tr td {
    padding-top: 5px;
    padding-bottom: 5px
}

.modal {
    position: fixed;
    z-index: 1050 !important;
    width: 100%;
    background-color: rgba(0, 0, 0, .5)
}

.modal-dialog {
    position: relative;
    margin: 10% auto;
    max-width: 700px;
    width: 100%
}
.modal-dialog-lg{
    max-width: 850px !important;
}
.modal-content {
    background-color: #ffff;
    padding: 20px;
    border-radius: 15px
}

.accordion,
body,
p {
    padding: 0
}

.modal-header p {
    color: #363636 !important
}

.modal-header .close {
    font-size: 1.5rem;
    border: none;
    background: 0 0
}

.modal-footer svg {
    cursor: pointer;
    filter: grayscale(100%);
    transition: .5s
}

.modal-footer svg:hover {
    filter: grayscale(0);
    transition: .5s
}

.modal-body {
    margin-top: 10px
}

.modal-backdrop {
    z-index: 1040
}

.is-invalid {
    border: 1px solid var(--bs-danger)
}

.modalCropper {
    position: fixed;
    z-index: 1000;
    width: 100%;
    background-color: rgba(0, 0, 0, .8)
}

#cropperModal .modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    /* padding: 60px 20px 20px; */
    border: 1px solid #888;
    width: 80%;
    max-width: 700px;
    height: 500px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}
.text-end{
    text-align: right;
}

/* #cropImageButton {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
} */

#cropperModal .cropper-container {
    width: 100%;
    height: 350px;
    margin-bottom: 10px;
    overflow: hidden
}

#cropperModal .cropper-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

#cropperModal .controls {
    display: flex;
    justify-content: center;
    gap: 10px
}

.accordion {
    width: 100%;
    margin: 0 auto
}

.other-icon:hover {
    background: var(--color-light-grey) !important;
    transition: all 0.5s ease;
}

.accordion-item {
    margin-bottom: 0;
    border-bottom: 1px solid var(--color-light-grey)
}

.accordion-header {
    width: 100%;
    padding: 25px;
    text-align: left;
    background: var(--color-light);
    font-size: 16px;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    position: relative;
    font-weight: 600;
    font-family: "Urbanist", "sans-sarif";
}

.accordion-body,
h2,
h4,
p {
    color: var(--color-dark) !important
}

.accordion-header::after {
    border: solid var(--color-dark);
    border-width: 2px 0 0 2px;
    display: inline-block;
    padding: 4px;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
    transition: transform .2s
}

.accordion-header.collapsed::after {
    transform: translateY(-50%) rotate(45deg)
}

.accordion-body {
    padding: 0 15px;
    background-color: var(--color-light-grey);
    max-height: 0;
    opacity: 0;
    overflow: hidden
}

.history,
.sidebar {
    overflow-y: auto
}

.accordion-body.active {
    max-height: 500px;
    opacity: 1;
    transition: max-height .5s ease-in-out
}


.hide-arrow {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s
}

html {
    scroll-behavior: smooth
}

body {
    width: 100%;
    height: 100%;
    background-color: var(--third-color);
    transition: background .3s, color .3s;
    font-family: Urbanist, serif
}

body h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: Urbanist, "serif"
}

.border-0 {
    border: none !important
}

.border-1 {
    border: 1px solid var(--color-dark)
}

.border-2 {
    border-width: 2px !important;
}

.calculators {
    border: 2px solid transparent;
    cursor: pointer;
    transition: .5s;
    box-shadow: 0 0 5px 0 var(--shadow-color)
}

.calculators:hover {
    transition: .5s;
    border-color: var(--primary-color);
}

.text-primary {
    color: var(--primary-color) !important;
}

.w-85 {
    width: 85%
}

::-webkit-scrollbar {
    width: 14px;
    height: 14px
}

::-webkit-scrollbar-track {
    background: var(--color-light-grey);
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background: var(--color-grey);
    border-radius: 10px;
    transition: background .3s
}

::-webkit-scrollbar-thumb:hover {
    background: var(--color-dark)
}

* {
    scrollbar-color: var(--color-grey) var(--color-light-grey)
}
@media (max-width:668px) {
    .sidebar {
        height: 90vh !important;
    }
}


.sidebar {
    position: fixed;
    top: 0;
    left: 0%;
    width: var(--sidebar-width);
    height: 100vh;
    background: var(--color-light);
    padding: 0 0 1rem;
    transition: left .3s;
    z-index: 2;
}

.sidebar-close,
.sidebar-toggle {
    background: 0 0;
    font-size: 1.5rem
}

.hover,
.hover:hover {
    transition: .3s !important
}

.examples .card:hover,
.shadow {
    box-shadow: 0 1px 10px 0 #99999983
}

.hover:hover {
    cursor: pointer;
    background: var(--color-light-grey);
    transform: scale(1.03);
    background: var(--color-light)
}

.features-section .col {
    line-height: 25px;
    text-align: center
}

.content-section,
.faq-section,
.types-section,
.use-section {
    line-height: 25px
}

.content-section ul li,
.types-section,
.use-section ul li {
    line-height: 30px !important
}

.content-section p,
.use-section p {
    font-size: 1rem
}

.output-section h3 {
    padding: .8rem 0;
    font-weight: 600
}

.output-section p {
    line-height: 1.5rem
}

.output-section li {
    line-height: 2.5rem
}

.sidebar::-webkit-scrollbar {
    width: none;
    height: none
}

.sidebar.open {
    left: 0
}

/* .section-main {
    height: 100vh !important
} */

.sidebar-close {
    position: absolute;
    top: .5rem;
    right: .5rem;
    border: none;
    cursor: pointer
}

.sidebar button {
    margin: 0 !important;
    padding: 0 !important
}

.sidebar-toggle {
    padding: .4rem;
    cursor: pointer;
    border-radius: 7px;
    border: none
}

.navbar {
    background: var(--blur-color);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1
}
.navbar-links ul{
    margin: 0 !important;
}
.navbar-links ul li{
    padding: 0px 10px;
}
.navbar-links ul li a{
    font-size: 1rem;
    font-weight: 500;
}
.navbar-links ul li a{
    transition: color .3s;
    color: var(--color-dark);
}
.navbar-links ul li a:hover{
    color: var(--primary-color-bg);
    background: none;
}
.navbar-links ul li p{
    transition: all 0.5s ease;
    
}
.navbar-links ul li p:hover{
    color: var(--primary-color) !important;
    background: none;
}
#fluid {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2;
    pointer-events: none;
    /* Allow events to pass through the canvas */
}

.edit-icon svg path,
.navbar svg path,
.other-buttons svg path {
    fill: var(--color-dark) !important
}


.arrow-down {
    bottom: 10px;
    left: 57.8%
}

@media (min-width:1024px) {
    .camera {
        display: none
    }    
}

@media(max-width:1024px) {
    .content-section-start .col-9 {
        width: 100% !important;
        padding: 1rem 1rem;
    }
}

@media (max-width:768px) {

    .ctrl,
    .drag_drop span,
    .qr_scan,
    .v {
        display: none
    }

    .arrow-down {
        left: 50% !important
    }

    .container {
        width: 100% !important;
        --bs-gutter-x: 0 !important
    }

    .hint-text {
        left: 3% !important
    }

    #statement {
        font-size: 14px !important;
    }

    .drag_drop a {
        margin-left: .6rem
    }
}

.history a,
.sidebar .nav-link a {
    display: flex
}

@media (max-width:400px) {
    .arrow-down {
        display: none
    }
}

code,
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word
}

.sidebar h1 {
    font-size: 1.5rem;
    margin: 1rem 0
}

.sidebar ul {
    padding: 0;
    margin: 0
}

.sidebar ul li {
    margin: .5rem 0
}

.sidebar .nav-link a {
    align-items: center;
    padding: .7rem 1rem;
    border-radius: 10px;
    font-weight: 600;
    transition: .5s
}

#section-search{
    position: sticky;
    bottom: 0px;
    background-color: var(--third-color);
}
.sidebar-footer {
    position: sticky;
    bottom: 0
}

.sidebar-footer .buttons form li button {
    border: none;
    width: 100%;
    font-size: 1rem;
    font-family: Urbanist, serif
}

.sidebar .nav-link a.active,
.sidebar .nav-link a:hover {
    background-color: var(--primary-color-bg);
    color: #fff;
    transition: .5s;
    font-weight: 400
}

.sidebar .nav-link a.active .icon path,
.sidebar .nav-link a:hover .icon path {
    fill: #fff !important;
    transition: .5s
}

.history a {
    align-items: center;
    padding: .5rem 6px;
    border-radius: 7px;
    font-weight: 500
}

.sidebar-header {
    font-size: .9rem;
    font-weight: 700;
    color: var(--color-grey);
    margin: 1rem 0 .5rem
}

.sidebar-link[data-bs-toggle=collapse]::after {
    border: solid;
    border-width: 0 .14rem .14rem 0;
    content: "";
    border-bottom-right-radius: 4px;
    display: inline-block;
    padding: 4px;
    position: absolute;
    right: 2.5rem;
    top: 2rem;
    transform: rotate(-135deg);
    transition: .2s ease-out
}

.sidebar-link[data-bs-toggle=collapse].collapsed::after {
    transform: rotate(45deg);
    transition: .2s
}

.collapse {
    display: block;
    transition: 2s
}

.collapse:not(.show) {
    display: none;
    transition: 2s
}

#profile {
    border-radius: 100%;
    width: 120px;
    height: 120px
}

.edit-profile-icon {
    bottom: 0;
    left: 80px
}

.swal2-timer-progress-bar {
    background-color: var(--color-light-grey)
}

.camera {
    border: none;
    border-radius: 100%;
    padding: .4rem .5rem
}

#darkModeButton svg path,
.camera svg path,
.password .eye path,
.qr_scan svg path {
    fill: var(--color-dark)
}

.qr_scan {
    border: none;
    border-radius: 100%;
    padding: .5rem .6rem
}

.link_paste {
    border: none;
    border-radius: 100%;
    padding: .6rem .7rem
}

.qr_code {
    bottom: 40px;
    left: -89px;
    border-radius: 5px;
    box-shadow: 0 3px 10px 0 var(--color-grey);
    background: var(--color-light)
}

.bg-gray,
.search_field {
    background: 0 0
}

.qr_code:after {
    content: '';
    background: linear-gradient(135deg, transparent 50%, var(--color-light) 50%);
    padding: 0;
    height: 10px;
    width: 10px;
    border: none;
    transform: translateX(-50%) rotate(45deg) scale(1.5);
    left: 50%;
    bottom: -2%
}

.qr_code span {
    font-size: .9em
}

.search_field {
    width: 90% !important
}

.hint-text {
    display: block;
    color: var(--color-grey);
    top: 25%;
    left: 1%;
    font-size: 16px;
    overflow: hidden;
    width: 90%;
    height: 20px
}

.btn,
.chat-text,
.previewImage,
.switch {
    display: inline-block
}

.hint-text .text-primary {
    color: #007bff
}

.input-section #img {
    max-width: 250px;
    max-height: 220px;
    border-radius: 5px;
    border: 1px solid var(--color-grey)
}

#statement,
.input-search {
   /* height: 50px; */
    max-height: 200px;
    padding: 5px 5px 8px;
    font-size: 16px;
    cursor: text !important;
    outline: 0;
    position: relative;
    max-height: 200px;
    overflow-y: auto
}

.chat-message,
.chat-text,
.send {
    overflow: hidden
}

#statement:empty::before,
.input-search:empty:before {
    content: attr(data-placeholder);
    color: gray;
    pointer-events: none
}

.previewImage {
    position: relative;
    max-width: 50%
}

.previewImage #imagePreview {
    display: block;
    border-radius: 5px;
    border: 1px solid var(--color-grey);
}

.previewImage .close-preview {
    position: absolute;
    top: 4px;
    right: 0;
    cursor: pointer;
    font-size: 14px;
}

.history ul .links li.active,
.history ul .links li:hover {
    transition: .5s;
    background-color: var(--color-light-grey);
    color: var(--color-dark);
}

.switch label {
    top: 0;
    left: 0;
    background: #efefef;
}

.spinner {
    width: 5px;
    height: 5px;
}

.spinner div {
    width: 6%;
    height: 150%;
    background: var(--primary-color);
    transform: rotate(calc(var(--rotation) * 1deg)) translate(0, calc(var(--translation) * 1%));
    animation: spinner-fzua35 1s calc(var(--delay) * 1s) infinite ease;
}

.spinner div:first-child {
    --delay: 0.1;
    --rotation: 36;
    --translation: 150;
}

.spinner div:nth-child(2) {
    --delay: 0.2;
    --rotation: 72;
    --translation: 150;
}

.spinner div:nth-child(3) {
    --delay: 0.3;
    --rotation: 108;
    --translation: 150;
}

.spinner div:nth-child(4) {
    --delay: 0.4;
    --rotation: 144;
    --translation: 150;
}

.spinner div:nth-child(5) {
    --delay: 0.5;
    --rotation: 180;
    --translation: 150
}

.spinner div:nth-child(6) {
    --delay: 0.6;
    --rotation: 216;
    --translation: 150;
}

.spinner div:nth-child(7) {
    --delay: 0.7;
    --rotation: 252;
    --translation: 150;
}

.spinner div:nth-child(8) {
    --delay: 0.8;
    --rotation: 288;
    --translation: 150;
}

.spinner div:nth-child(9) {
    --delay: 0.9;
    --rotation: 324;
    --translation: 150;
}

.spinner div:nth-child(10) {
    --delay: 1;
    --rotation: 360;
    --translation: 150;
}

@keyframes spinner-fzua35 {

    0%,
    10%,
    100%,
    20%,
    30%,
    50%,
    60%,
    70%,
    80%,
    90% {
        transform: rotate(calc(var(--rotation) * 1deg)) translate(0, calc(var(--translation) * 1%));
    }

    50% {
        transform: rotate(calc(var(--rotation) * 1deg)) translate(0, calc(var(--translation) * 1.5%));
    }
}

.shapes {
    width: 32px;
    height: 32px;
    color: var(--primary-color);
    position: relative;
    background: conic-gradient(from 134deg at top, currentColor 92deg, #0000 0) top, conic-gradient(from -46deg at bottom, currentColor 92deg, #0000 0) bottom;
    background-size: 100% 50%;
    background-repeat: no-repeat;
}

.shapes span {
    color: var(--color-light);
    top: .4rem;
    left: .6rem;
}

.shapes:before {
    content: '';
    inset: 0;
    background: conic-gradient(from -135deg at top 0 left 18px, #0000, currentColor 1deg 90deg, #0000 0), conic-gradient(from -45deg at right 0 top 18px, #0000, currentColor 1deg 90deg, #0000 0), conic-gradient(from 45deg at bottom 0 right 18px, #0000, currentColor 1deg 90deg, #0000 0), conic-gradient(from 135deg at left 0 bottom 18px, #0000, currentColor 1deg 90deg, #0000 0);
    border-radius: 6px;
    animation: 1.7999999999999998s cubic-bezier(.3, 1, 0, 1) infinite shapes-et721zsm;
}

@keyframes shapes-et721zsm {
    33% {
        inset: -8px;
        transform: rotate(0);
    }

    66% {
        inset: -8px;
        transform: rotate(90deg);
    }

    100% {
        inset: 0;
        transform: rotate(90deg);
    }
}

.border-style {
    border: 2px dashed;
    border-color: var(--color-grey);
    border-radius: 15px;
    position: relative;
}

.dragover {
    border-color: var(--primary-color) !important;
}

.drag_drop a {
    color: #259aee;
    text-decoration: underline;
    font-weight: 500;
}

.file-text .ctrl {
    border: 1px solid var(--color-grey);
    padding: 2px;
    border-radius: 5px;
}

.file-text .v {
    border: 1px solid var(--color-grey);
    padding: 2px 3px 0;
    border-radius: 5px;
}

.navbar-title p {
    font-size: 1.2rem;
    font-weight: 700;
}

.subscribe h4,
.subscribe p {
    font-weight: 600;
}

.buttons .btn-color,
.buttons .btn-dark {
    display: block;
    padding: .7rem !important;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
}

.close-img {
    position: absolute;
    top: 0;
    left: 1%;
}

.btn-primary {
    --bs-btn-color: var(--color-light);
    --bs-btn-bg: var(--primary-color-bg);
    --bs-btn-border-color: var(--primary-color);
    --bs-btn-hover-color: var(--primary-color);
    --bs-btn-hover-bg: var(--primary-color);
    --bs-btn-hover-border-color: var(--primary-color);
    --bs-btn-active-color: var(--color-light);
    --bs-btn-active-bg: var(--primary-color-bg);
}

.btn-light {
    --bs-btn-color: var(--color-dark);
    --bs-btn-bg: var(--color-light);
    --bs-btn-border-color: #ced4da !important;
    --bs-btn-hover-color: var(--color-light);
    --bs-btn-hover-bg: var(--color-light);
    --bs-btn-hover-border-color: var(--color-light-grey);
    --bs-btn-active-color: var(--color-dark);
    --bs-btn-active-bg: var(--primary-darl);
}

.form-control {
    background: 0 0 !important;
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    padding: 2px var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.buttons .btn-dark {
    background-color: var(--primary-color-bg);
}

.buttons .btn-color {
    background: var(--primary-color);
    position: relative;
}

.buttons .premium-icon {
    position: absolute;
    bottom: 40px;
    right: 205px;
    width: 25px;
    height: auto;
}

.user {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.text-bg-primary {
    background: var(--primary-color-bg) !important;
}

.profile {
    border-radius: 10px;
    transition: .5s;
}

.profile:hover {
    background: var(--color-light-grey);
    transition: .5s;
}

.profile-premium {
    top: 2px;
    left: 38px;
    width: 25px;
    height: auto;
}

.next {
    width: 20px;
    height: 20px;
}

.password {
    padding-left: 0;
}

.password .icon {
    bottom: 8px;
    /* right: 40px */
}

.password .eye {
    bottom: 8px;
    right: 5px
}

.yearly {
    background: var(--third-color)
}

.subscribe p {
    font-size: 1.5em
}

.buttons-stick {
    position: sticky;
    bottom: 10px
}

.btn-dark {
    background-color: var(--primary-color-bg);
    color: var(--color-light)
}

.bg-primary {
    background-color: var(--third-color)
}

.examples .card {
    border-radius: 8px;
    height: 30px
}

.examples .card p {
    font-size: .8em;
    font-weight: 500
}

.examples .card img {
    max-width: 20px;
    max-height: 20px
}

.container {
    width: 55%;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1320px
    }
}

@media (max-width:576px) {
    .qr_scan {
        display: none !important
    }

    .features-section .row {
        flex-direction: column
    }
}

@media (max-width:992px) {
    .box {
        display: none
    }


    .arrow-down {
        left: 50%
    }

    .section-main {
        width: 100% !important;
        padding: 1rem 1rem
    }
}

@media (min-width:1024px) and (max-width:1145px) {
    .content-section-start .col-9 {
        width: 65% !important;
        padding: 1rem 2rem
    }
}

.examples svg {
    max-width: 20px;
    transform: rotate(44deg);
    transition: .3s
}

.send,
.send svg {
    transition: transform .2s
}

.examples .card:hover {
    transition: .3s
}

.examples .card:hover svg {
    transform: rotate(0);
    transition: .3s
}

.send, .sended{
    background: var(--primary-color-bg) !important;
    border: none;
    border-radius: 8px;
    padding: .4rem
}

@keyframes fly {
    0% {
        transform: translate(0, 0) rotate(0);
        opacity: 1
    }

    50% {
        transform: translate(40px, -40px) rotate(-45deg);
        opacity: .8
    }

    100% {
        transform: translate(100px, -80px) rotate(-90deg);
        opacity: 0
    }
}

.send svg {
    display: block;
    will-change: transform
}

/* .fly-effect {
    animation: .8s ease-out forwards fly
} */

.send:active {
    transform: scale(.90)
}

.chat-message {
    display: flex;
    align-items: center;
    max-width: 200px
}

.chat-text {
    text-overflow: ellipsis;
    max-width: 160px
}

.copy-link {
    padding: .2rem;
    border: 1px solid var(--color-dark);
    border-radius: 50px
}

.copy-link input {
    border: none;
    background: 0 0;
    outline: 0;
    border-radius: 15px;
    font-size: 1.3rem;
    font-family: Urbanist, 'serif';
    font-weight: 400;
    width: 100%
}

.copy-link input:focus {
    border: none
}

.copy-link button {
    border: none;
    border-radius: 50px;
    padding: 1rem;
    font-size: 1rem;
    background: #363636;
    color: #fff;
    font-weight: 600;
    font-family: Urbanist, 'serif';
    width: 170px
}

.bg-white {
    background: var(--color-light)
}

.group button {
    background: var(--color-light-grey)
}

.switch {
    position: relative;
    width: 40px;
    height: 20px
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.switch label {
    position: absolute;
    width: 40px;
    height: 20px;
    background-color: #ccc;
    border-radius: 10px;
    transition: background-color .3s
}

.switch label::after {
    background-color: #fff;
    position: absolute;
    width: 16px;
    height: 16px;
    background: var(--color-light);
    border-radius: 50%;
    top: 2px;
    left: 2px;
    transition: .3s
}

.switch input:checked+label {
    background-color: var(--primary-color-bg)
}

.switch input:checked+label::after {
    transform: translateX(20px)
}

.left{
    left:50%;
}
.navbar ul li a.active{
    background: transparent !important;
    color: var(--primary-color) !important;
}
.think-active{
    background: #01796fb8!important;
    color: #FFFFFF!important;
}
.think-active p{
    color: #FFFFFF!important;
}
.feature-list {
    text-align: center;
}
.feature-list ul {
    list-style: none;
    padding: 0;
}
.feature-list li {
    display: inline-block;
    background-color: var(--primary-color-bg);
    color: white;
    padding: 10px 20px;
    margin: 10px;
    border-radius: 30px;
    font-size: 16px;
}
footer ul li{
    list-style-type: none;
}
.cursor-pointer{    
    cursor: pointer;
}

/* Show when .show class is added */
.localizedMenu.show .dropdown-menus {
    display: block;
    /* background-color: white; */
    /* background-color: rgba(220, 220, 220, 0.587); */
}
.localizedMenu .dropdown-menus {
    display: none;
    position: absolute;
    top: auto;
    transform: translateY(-5px); 
    z-index: 999;
    left: 0px;
}
.localizedMenu {
    position: relative;
}
.localizedMenu.show .dropdown-menu {
    display: block;
}

.localizedMenu .dropdown ul table tr td{
    padding: 8px 5px;
}
.localizedMenu .dropdown ul a{
    text-decoration: none;
    color: #27547a;
    padding: 5px 15px;
}
.localizedMenu .dropdown-menus a{
    padding: 3px;
}
.localizedMenu .dropdown-menus a:hover{
    background-color: gainsboro;
    padding: 3px;
}
@media (max-width:620px) {
    .localizedMenu .dropdown-menus {
        bottom: 100%;
        right: 0px;
    }
}
.searchBorder{
    border: 1px solid #0f5132;
    /* border: #0f5132; */
}
.tooltip{
    display: none;
    top: -25px;
    /* left: 0px; */
    background-color: var(--bg-dark);
}
.keyboard:hover  .tooltip, .NEWcHAT:hover .tooltip, .openhistory:hover .tooltip, .camera:hover .tooltip,.voice_box:hover .tooltip{
    display: block;
}
.Regenerate:hover .tooltip,.copy:hover .tooltip, .bad:hover .tooltip,.good:hover .tooltip,.download:hover .tooltip{
    display: block;
}
.voice_box{
    transition: all .3s;
    border-radius: 25px;
}
.voice_box svg path{
    fill: var(--bs-black);
}

@keyframes  pulse-opacity {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

.voice-image.pulsing {
    animation: pulse-opacity 1s infinite;
}
.fx_box svg path{
    fill: var(--bs-black);
}
.fx_box svg rect{
    stroke: var(--bs-black);
}
.HistoryItem svg path{
    fill: var(--bs-black);
}
.h-100{
    min-height: 100vh;
}
.modeswitch-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.navbar-dark .modeswitch-item {
    background: #9a9ea4
}

.modeswitch-wrap .modeswitch-item {
    width: 42px;
    height: 12px;
    background: #747579;
    border-radius: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px;
    -webkit-transition: all 1s;
    transition: all 1s
}

.modeswitch-wrap .modeswitch-item .modeswitch-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateX(-14%);
    transform: translateX(-14%);
    height: 20px;
    width: 20px;
    background: #e4ad08;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 1s;
    transition: all 0.5s
}

.modeswitch-wrap .modeswitch-item .modeswitch-icon:before {
    display: none!important
}

.toggle-sun {
    display: block;
    position: relative;
    bottom: 0.3px
}

.toggle-moon {
    display: none
}

html[data-theme=dark] .toggle-moon {
    display: block
}

html[data-theme=dark] .toggle-sun {
    display: none
}

html[data-theme=dark] .modeswitch-item .modeswitch-icon {
    -webkit-transform: translateX(18px) rotate(1turn);
    transform: translateX(18px) rotate(1turn);
    background: #0f0f10
}

.font-s-12{
    font-size: 12px;
}
.font-end{
    text-align: right;
}
.radius-5{
    border-radius: 5px;
}
.radius-10{
    border-radius: 10px;
}
.radius-15{
    border-radius: 15px
}
.radius-20{
    border-radius: 20px;
}
/* toast message */
.toast-container{
    position: fixed;
    top: 75px;
    right: 15px;
    z-index: 9999;
}

.toast {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 20px;
    margin-bottom: 10px;
    /* background-color: #333; */
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    /* opacity: 0; */
    transform: translateY(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    span {
        color: #fff;
    }
}
.toast button{
    border: none;
    outline: none;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http: //www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;  
}
.dropArea {
    position: relative;
}
.dropArea.dragover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    border: 2px dashed #fff;
    border-radius: 15px;
    z-index: 50;
}