/* @font-face {
    font-family: 'Math';
    src: url('../fonts/Libertinus_Math/LibertinusMath-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} */
/* .libertinus-math-regular {
  font-family: "Libertinus Math", system-ui;
  font-weight: 400;
  font-style: normal;
} */
/* #statement{
    font-family: "Libertinus Math", system-ui;
} */

/* #output *{
    font-family: "Libertinus Math", system-ui;
} */

:root {
    --light-bg: #f8f9fb;
    --bg-history : #1670a71a;
    --text-primary: #4f46e5; 
    --main-color : #FAFAFA;
    --light-gray: #DBDBDB;
    --primary-color: #4f46e5;
    --light-blue: #1670a7;
    --dark-blue: #094365;
    --light-green: #119154;
    --white: #fff;
    --bg-white: #fff;
    --black: #000;
    --text-color:#444;
    --text-light-blue:#444;
    --text-green: #0CA352;
    --bs-gradient: linear-gradient(90deg, #1670a7, #094365);
    --ns-gradient: linear-gradient(270deg, #4f46e5 0%, #0052D4 100%);;
    --bg-gray:#f5f5f5;
    --btn-bg-blue:#0072b7;
    --bg-yellow:rgb(255, 159, 0);
    --bg-light-blue:rgb(0, 194, 219);
    --bg-blue: #20BEC8;
    --bg-green: #10951D;
    --bg-turmeric: #CABE52;
    --bg-red: #FF0000;
    --bg-sky: #F6FAFC;
    --th-gradient: linear-gradient(45deg, #156ca1, #79cdff);
    --table-border: #62b4e7;
    --bg-tabs: #EEF5F9;
    --box-color: #8080801b;
    --bg-dark-gray: #a1a1a1;
     --sidebar-img-grayscale: 1;    /* Full grayscale */
     --sidebar-img-blueBlack: 0.1;  
    --sidebar-img-brightness: 0.5;
    --bg-dark: #272728;
    --color-grey: #6f6b6b;
}
/* [data-theme="dark"] {
    --black: #f8f4f4;
    --light-bg: #f8f9fb24;
    --bg-history : #165da757;
    --bg-sky: #1B252B;
    --white : #fff;
    --bg-white : #121212;
    --main-color : #1f1f1f;
    --bg-dark: #3e3f40;
    --color-light: #161616;
    --color-dark: #cfd0d1;
    --color-grey: #cccbcb;
    --color-light-grey: #1e1e1e;
    --shadow-color: rgba(0, 0, 0, 0.5);
    --text-light: #fff;
    --text-dark: #fff;
    --secondary-color: #078cec;
    --info-color: #1e1e1e;
    --third-color: #1B252B;
    --blur-color: #1b252bbd;
    --primary-color: #075B97;
    --text-color:#FFF;
    --box-color: #f0f0f0;
    --sidebar-img-grayscale: 0;
    --sidebar-img-blueBlack: 1;  
    --sidebar-img-brightness: 1;  
} */

* {
    padding: 0px;
    margin: 0px;
    font-family: 'Urbanist', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}
.d-none {
    display: none !important;
}

p,h1,h2,h3,h4,div,span{
    font-weight: 400;
    color: var(--text-color);

}
p{
    line-height: 1.5;
    color: var(--text-color);
}
a , span , button{
    color: var(--text-color);
}
/* .sidebar img{
    
} */
.container {
    width: 1150px;
    max-width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
}
.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-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 {
    flex: 1 0 0%;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

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

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

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

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

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

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

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

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

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

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

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
@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: 992px) {
    .grid-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
        align-items: stretch;
    }
    .col-lg {
        flex: 1 0 0%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

.d-inline {
    display: inline;
}

.d-inline-block {
    display: inline-block;
}

.d-block {
    display: block;
}
.d-contents {
    display: contents;
}

.d-flex {
    display: flex;
}

.d-inline-flex {
    display: inline-flex;
}
.d-inline-table{
    display: inline-table;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.flex-shrink-1 {
    flex-shrink: 1;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-wrap {
    flex-wrap: wrap;
}
.flex-row {
    flex-direction: row
}
.flex-column {
    flex-direction: column
}
.flex-row-reverse {
    flex-direction: row-reverse
}
.flex-column-reverse {
    flex-direction: column-reverse
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-around {
    justify-content: space-around;
}

.justify-content-evenly {
    justify-content: space-evenly;
}

.align-items-start {
    align-items: flex-start;
}

.align-items-end {
    align-items: flex-end;
}

.align-items-center {
    align-items: center;
}

.align-items-baseline {
    align-items: baseline;
}
.m-0 {
    margin: 0;
}

.m-1 {
    margin: 0.25rem;
}

.m-2 {
    margin: 0.5rem;
}

.m-3 {
    margin: 1rem;
}

.m-4 {
    margin: 1.5rem;
}

.m-5 {
    margin: 3rem;
}

.m-auto {
    margin: auto;
}

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

.mx-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
}

.mx-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

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

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

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

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

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

.my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

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

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

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

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

.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

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

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

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

.mt-auto {
    margin-top: auto;
}

.me-0 {
    margin-right: 0;
}

.me-1 {
    margin-right: 0.25rem;
}

.me-2 {
    margin-right: 0.5rem;
}

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

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

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

.me-auto {
    margin-right: auto;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

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

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

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

.mb-auto {
    margin-bottom: auto;
}

.ms-0 {
    margin-left: 0;
}

.ms-1 {
    margin-left: 0.25rem;
}

.ms-2 {
    margin-left: 0.5rem;
}

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

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

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

.ms-auto {
    margin-left: auto;
}

.p-0 {
    padding: 0;
}

.p-1 {
    padding: 0.25rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-3 {
    padding: 1rem;
}

.p-4 {
    padding: 1.5rem;
}

.p-5 {
    padding: 3rem;
}

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

.px-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
}

.px-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

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

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

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

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

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

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

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

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

.pt-0 {
    padding-top: 0;
}

.pt-1 {
    padding-top: 0.25rem;
}

.pt-2 {
    padding-top: 0.5rem;
}

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

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

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

.pe-0 {
    padding-right: 0;
}

.pe-1 {
    padding-right: 0.25rem;
}

.pe-2 {
    padding-right: 0.5rem;
}

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

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

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

.pb-0 {
    padding-bottom: 0;
}

.pb-1 {
    padding-bottom: 0.25rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

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

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

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

.ps-0 {
    padding-left: 0;
}

.ps-1 {
    padding-left: 0.25rem;
}

.ps-2 {
    padding-left: 0.5rem;
}

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

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

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

.bg-gradient {
    background-image: var(--bs-gradient);
}
.bg-black{
    background: var(--black);
}
.bg-sky{
    background: var(--bg-sky);
}
.bg-green{
    background: var(--bg-green);
}
.overflow-auto{
    overflow: auto;
}

@media (min-width: 992px) {
    .d-lg-inline {
        display: inline;
    }
    .d-lg-inline-block {
        display: inline-block;
    }
    .d-lg-block {
        display: block;
    }
    .d-lg-flex {
        display: flex;
    }
    .d-lg-inline-flex {
        display: inline-flex;
    }
    .d-lg-none {
        display: none;
    }
    .flex-lg-wrap {
        flex-wrap: wrap;
    }
    .flex-lg-row {
        flex-direction: row
    }
    .flex-lg-column {
        flex-direction: column
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse
    }
    .justify-content-lg-start {
        justify-content: flex-start;
    }
    .justify-content-lg-end {
        justify-content: flex-end;
    }
    .justify-content-lg-center {
        justify-content: center;
    }
    .justify-content-lg-between {
        justify-content: space-between;
    }
    .justify-content-lg-around {
        justify-content: space-around;
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly;
    }
    .m-lg-0 {
        margin: 0;
    }
    .m-lg-1 {
        margin: 0.25rem;
    }
    .m-lg-2 {
        margin: 0.5rem;
    }
    .m-lg-3 {
        margin: 1rem;
    }
    .m-lg-4 {
        margin: 1.5rem;
    }
    .m-lg-5 {
        margin: 3rem;
    }
    .m-lg-auto {
        margin: auto;
    }
    .mx-lg-0 {
        margin-right: 0;
        margin-left: 0;
    }
    .mx-lg-1 {
        margin-right: 0.25rem;
        margin-left: 0.25rem;
    }
    .mx-lg-2 {
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }
    .mx-lg-3 {
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .mx-lg-4 {
        margin-right: 1.5rem;
        margin-left: 1.5rem;
    }
    .mx-lg-5 {
        margin-right: 3rem;
        margin-left: 3rem;
    }
    .mx-lg-auto {
        margin-right: auto;
        margin-left: auto;
    }
    .my-lg-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .my-lg-1 {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }
    .my-lg-2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .my-lg-3 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .my-lg-4 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .my-lg-5 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .my-lg-auto {
        margin-top: auto;
        margin-bottom: auto;
    }
    .mt-lg-0 {
        margin-top: 0;
    }
    .mt-lg-1 {
        margin-top: 0.25rem;
    }
    .mt-lg-2 {
        margin-top: 0.5rem;
    }
    .mt-lg-3 {
        margin-top: 1rem;
    }
    .mt-lg-4 {
        margin-top: 1.5rem;
    }
    .mt-lg-5 {
        margin-top: 3rem;
    }
    .mt-lg-auto {
        margin-top: auto;
    }
    .me-lg-0 {
        margin-right: 0;
    }
    .me-lg-1 {
        margin-right: 0.25rem;
    }
    .me-lg-2 {
        margin-right: 0.5rem;
    }
    .me-lg-3 {
        margin-right: 1rem;
    }
    .me-lg-4 {
        margin-right: 1.5rem;
    }
    .me-lg-5 {
        margin-right: 3rem;
    }
    .me-lg-auto {
        margin-right: auto;
    }
    .mb-lg-0 {
        margin-bottom: 0;
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem;
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem;
    }
    .mb-lg-3 {
        margin-bottom: 1rem;
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem;
    }
    .mb-lg-5 {
        margin-bottom: 3rem;
    }
    .mb-lg-auto {
        margin-bottom: auto;
    }
    .ms-lg-0 {
        margin-left: 0;
    }
    .ms-lg-1 {
        margin-left: 0.25rem;
    }
    .ms-lg-2 {
        margin-left: 0.5rem;
    }
    .ms-lg-3 {
        margin-left: 1rem;
    }
    .ms-lg-4 {
        margin-left: 1.5rem;
    }
    .ms-lg-5 {
        margin-left: 3rem;
    }
    .ms-lg-auto {
        margin-left: auto;
    }
    .p-lg-0 {
        padding: 0;
    }
    .p-lg-1 {
        padding: 0.25rem;
    }
    .p-lg-2 {
        padding: 0.5rem;
    }
    .p-lg-3 {
        padding: 1rem;
    }
    .p-lg-4 {
        padding: 1.5rem;
    }
    .p-lg-5 {
        padding: 3rem;
    }
    .px-lg-0 {
        padding-right: 0;
        padding-left: 0;
    }
    .px-lg-1 {
        padding-right: 0.25rem;
        padding-left: 0.25rem;
    }
    .px-lg-2 {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .px-lg-3 {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .px-lg-4 {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .px-lg-5 {
        padding-right: 3rem;
        padding-left: 3rem;
    }
    .py-lg-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .py-lg-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .py-lg-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .py-lg-3 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .py-lg-4 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .py-lg-5 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .pt-lg-0 {
        padding-top: 0;
    }
    .pt-lg-1 {
        padding-top: 0.25rem;
    }
    .pt-lg-2 {
        padding-top: 0.5rem;
    }
    .pt-lg-3 {
        padding-top: 1rem;
    }
    .pt-lg-4 {
        padding-top: 1.5rem;
    }
    .pt-lg-5 {
        padding-top: 3rem;
    }
    .pe-lg-0 {
        padding-right: 0;
    }
    .pe-lg-1 {
        padding-right: 0.25rem;
    }
    .pe-lg-2 {
        padding-right: 0.5rem;
    }
    .pe-lg-3 {
        padding-right: 1rem;
    }
    .pe-lg-4 {
        padding-right: 1.5rem;
    }
    .pe-lg-5 {
        padding-right: 3rem;
    }
    .pb-lg-0 {
        padding-bottom: 0;
    }
    .pb-lg-1 {
        padding-bottom: 0.25rem;
    }
    .pb-lg-2 {
        padding-bottom: 0.5rem;
    }
    .pb-lg-3 {
        padding-bottom: 1rem;
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem;
    }
    .pb-lg-5 {
        padding-bottom: 3rem;
    }
    .ps-lg-0 {
        padding-left: 0;
    }
    .ps-lg-1 {
        padding-left: 0.25rem;
    }
    .ps-lg-2 {
        padding-left: 0.5rem;
    }
    .ps-lg-3 {
        padding-left: 1rem;
    }
    .ps-lg-4 {
        padding-left: 1.5rem;
    }
    .ps-lg-5 {
        padding-left: 3rem;
    }
    .border-lg-end{
        border-right: 2px solid #ddd;
    }
}
@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: 576px) {
    .d-sm-inline {
        display: inline;
    }
    .d-sm-inline-block {
        display: inline-block;
    }
    .d-sm-block {
        display: block;
    }
    .d-sm-flex {
        display: flex;
    }
    .d-sm-inline-flex {
        display: inline-flex;
    }
    .d-sm-none {
        display: none;
    }
    .flex-sm-wrap {
        flex-wrap: wrap;
    }
    .flex-sm-row {
        flex-direction: row
    }
    .flex-sm-column {
        flex-direction: column
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse
    }
    .justify-content-sm-end {
        justify-content: flex-end;
    }
    .justify-content-sm-center {
        justify-content: center;
    }
    .justify-content-sm-between {
        justify-content: space-between;
    }
    .justify-content-sm-around {
        justify-content: space-around;
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly;
    }
    .align-items-sm-start {
        align-items: flex-start;
    }
    .align-items-sm-end {
        align-items: flex-end;
    }
    .align-items-sm-center {
        align-items: center;
    }
    .align-items-sm-baseline {
        align-items: baseline;
    }
    .align-items-sm-stretch {
        align-items: stretch;
    }
    .m-sm-0 {
        margin: 0;
    }
    .m-sm-1 {
        margin: 0.25rem;
    }
    .m-sm-2 {
        margin: 0.5rem;
    }
    .m-sm-3 {
        margin: 1rem;
    }
    .m-sm-4 {
        margin: 1.5rem;
    }
    .m-sm-5 {
        margin: 3rem;
    }
    .m-sm-auto {
        margin: auto;
    }
    .mx-sm-0 {
        margin-right: 0;
        margin-left: 0;
    }
    .mx-sm-1 {
        margin-right: 0.25rem;
        margin-left: 0.25rem;
    }
    .mx-sm-2 {
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }
    .mx-sm-3 {
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .mx-sm-4 {
        margin-right: 1.5rem;
        margin-left: 1.5rem;
    }
    .mx-sm-5 {
        margin-right: 3rem;
        margin-left: 3rem;
    }
    .mx-sm-auto {
        margin-right: auto;
        margin-left: auto;
    }
    .my-sm-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .my-sm-1 {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }
    .my-sm-2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .my-sm-3 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .my-sm-4 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .my-sm-5 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .my-sm-auto {
        margin-top: auto;
        margin-bottom: auto;
    }
    .mt-sm-0 {
        margin-top: 0;
    }
    .mt-sm-1 {
        margin-top: 0.25rem;
    }
    .mt-sm-2 {
        margin-top: 0.5rem;
    }
    .mt-sm-3 {
        margin-top: 1rem;
    }
    .mt-sm-4 {
        margin-top: 1.5rem;
    }
    .mt-sm-5 {
        margin-top: 3rem;
    }
    .mt-sm-auto {
        margin-top: auto;
    }
    .me-sm-0 {
        margin-right: 0;
    }
    .me-sm-1 {
        margin-right: 0.25rem;
    }
    .me-sm-2 {
        margin-right: 0.5rem;
    }
    .me-sm-3 {
        margin-right: 1rem;
    }
    .me-sm-4 {
        margin-right: 1.5rem;
    }
    .me-sm-5 {
        margin-right: 3rem;
    }
    .me-sm-auto {
        margin-right: auto;
    }
    .mb-sm-0 {
        margin-bottom: 0;
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem;
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem;
    }
    .mb-sm-3 {
        margin-bottom: 1rem;
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem;
    }
    .mb-sm-5 {
        margin-bottom: 3rem;
    }
    .mb-sm-auto {
        margin-bottom: auto;
    }
    .ms-sm-0 {
        margin-left: 0;
    }
    .ms-sm-1 {
        margin-left: 0.25rem;
    }
    .ms-sm-2 {
        margin-left: 0.5rem;
    }
    .ms-sm-3 {
        margin-left: 1rem;
    }
    .ms-sm-4 {
        margin-left: 1.5rem;
    }
    .ms-sm-5 {
        margin-left: 3rem;
    }
    .ms-sm-auto {
        margin-left: auto;
    }
    .p-sm-0 {
        padding: 0;
    }
    .p-sm-1 {
        padding: 0.25rem;
    }
    .p-sm-2 {
        padding: 0.5rem;
    }
    .p-sm-3 {
        padding: 1rem;
    }
    .p-sm-4 {
        padding: 1.5rem;
    }
    .p-sm-5 {
        padding: 3rem;
    }
    .px-sm-0 {
        padding-right: 0;
        padding-left: 0;
    }
    .px-sm-1 {
        padding-right: 0.25rem;
        padding-left: 0.25rem;
    }
    .px-sm-2 {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .px-sm-3 {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .px-sm-4 {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .px-sm-5 {
        padding-right: 3rem;
        padding-left: 3rem;
    }
    .py-sm-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .py-sm-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .py-sm-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .py-sm-3 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .py-sm-4 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .py-sm-5 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .pt-sm-0 {
        padding-top: 0;
    }
    .pt-sm-1 {
        padding-top: 0.25rem;
    }
    .pt-sm-2 {
        padding-top: 0.5rem;
    }
    .pt-sm-3 {
        padding-top: 1rem;
    }
    .pt-sm-4 {
        padding-top: 1.5rem;
    }
    .pt-sm-5 {
        padding-top: 3rem;
    }
    .pe-sm-0 {
        padding-right: 0;
    }
    .pe-sm-1 {
        padding-right: 0.25rem;
    }
    .pe-sm-2 {
        padding-right: 0.5rem;
    }
    .pe-sm-3 {
        padding-right: 1rem;
    }
    .pe-sm-4 {
        padding-right: 1.5rem;
    }
    .pe-sm-5 {
        padding-right: 3rem;
    }
    .pb-sm-0 {
        padding-bottom: 0;
    }
    .pb-sm-1 {
        padding-bottom: 0.25rem;
    }
    .pb-sm-2 {
        padding-bottom: 0.5rem;
    }
    .pb-sm-3 {
        padding-bottom: 1rem;
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem;
    }
    .pb-sm-5 {
        padding-bottom: 3rem;
    }
    .ps-sm-0 {
        padding-left: 0;
    }
    .ps-sm-1 {
        padding-left: 0.25rem;
    }
    .ps-sm-2 {
        padding-left: 0.5rem;
    }
    .ps-sm-3 {
        padding-left: 1rem;
    }
    .ps-sm-4 {
        padding-left: 1.5rem;
    }
    .ps-sm-5 {
        padding-left: 3rem;
    }
}
/* custom css */
.text-white{
    color: var(--white);
}
.light-gray{
     color: var(--light-gray);
}
.text-black{
    color: var(--black);
}
.text-danger{
    color: #9b000f8f;
}
.text-start{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-end{
    text-align: right;
}
.text-justify{
    text-align: justify
}
.text-decoration-underline{
    text-decoration: underline;
}
.text-blue{
    color:var(--light-blue)
}
.text-gray{
    color:var(--color-grey)
}
.bg-light-blue{
    background: #1670a712
}
.bg-white{
    background-color: var(--bg-white);
}
.bg-gray{
    background: #d3d3d369;
}
.text-color{
    color: var(--text-color);
}
.border-0{
    border: none;
}
.border-b-gray{
    border-bottom: 2px solid var(--bg-gray)
}
.radius-5{
    border-radius: 5px;
}
.radius-10{
    border-radius: 10px;
}
.radius-15{
    border-radius: 15px
}
.radius-20{
    border-radius: 20px;
}
.radius-circle{
    border-radius: 50%;
}
.radius-t-10{
    border-radius: 10px 10px 0px 0px;
}
.radius-tl-10{
    border-radius: 10px 0 0 0
}
.radius-tr-10{
    border-radius: 0 10px 0 0
}
.radius-tl-20{
    border-radius: 20px 0 0 0
}
.radius-tr-20{
    border-radius: 0 20px 0 0
}
.radius-bl-10{
    border-radius: 0 0 0 10px
}
.radius-br-10{
    border-radius: 0 0 10px 0
}
.radius-bl-20{
    border-radius: 0 0 0 20px
}
.radius-br-20{
    border-radius: 0 0 20px 0
}
.radius-r-10{
    border-radius: 0 10px 10px 0
}
.radius-l-10{
    border-radius: 10px 0 0 10px
}
.radius-l-50{
    border-radius: 50px 0 0 50px
}
.radius-r-50{
    border-radius: 0 50px 50px 0
}
.radius-r-10{
    border-radius: 0 10px 10px 0
}
.font-s-20{
    font-size: 20px;
}
.font-s-10{
    font-size: 10px;
}
.font-s-21{
    font-size: 21px;
}
.font-s-22{
    font-size: 22px
}
.font-s-25{
    font-size: 25px;
}
.font-s-28{
    font-size: 28px
}
.font-s-18{
    font-size: 18px;
}
.font-s-16{
    font-size: 16px;
}
.font-s-15{
    font-size: 15px;
}
.font-s-14{
    font-size: 14px;
}
.font-s-12{
    font-size: 12px;
}
.font-s-13{
    font-size: 13px
}
.font-s-32{
    font-size: 32px;
}
.font-s-40{
    font-size: 40px
}
.mtb_20{
    margin: 20px 0px;
}
.border{
    border: 1px solid #D2D4D8;
}
.border-top {
    border-top: 1px solid #00000024;
}
.border-white{
    border: 1px solid #fff
}
.border-b-blue{
    border-bottom: 2px solid var(--light-blue)
}
.border-b{
    border-bottom: 2px solid var(--white);
}
.border-b-dark{
    border-bottom: 2px solid #D2D4D8;
    border-bottom: 2px solid #000;
}
.border-s{
    border-left: 2px solid var(--white)
}
.border-s-dark{
    border-left: 2px solid #D2D4D8;
}
.h-100{
    height: 100%;
}
.text-decoration-none{
    text-decoration: none;
}
.position-relative,.nav-link{
    position: relative;
}
.nav-link.active::before{
    content: ' ';
    border: 2px solid #fff;
    position: absolute;
    top: 0;
    width: 100%;
    left: -2px;
    border-radius: 0px 0px 5px 5px;
}
.nav-link.active::after{
    content: ' ';
    border: 2px solid #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: -2px;
    border-radius: 5px 5px 0px 0px;
}
.nav-divider{
    width: 1px;
    background: var(--light-blue);
}
.w-100{
    width: 100%;
}
.w-200{
    width: 200px;
}
.w-fit{
    flex: 3;
    width: fit-content;
    width: -webkit-fill-available;
}
.shadow{
    box-shadow: 0px 2px 10px 0px #00000024;
}

.custom-scroll::-webkit-scrollbar-track {
    padding: 2px 0;
    border-radius: 5px;
    background-color: #C4C0BF21;
}
.custom-scroll::-webkit-scrollbar {
    width: 7px;
    border-radius: 5px;
}
.custom-scroll::-webkit-scrollbar-thumb {
    background-color: #C4C0BF;
    border-radius: 5px;
}

#darkModeToggle:checked + .slider .stars {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

@keyframes star-twinkle {
    0% {
        transform: scale(1);
    }

    40% {
        transform: scale(1.2);
    }

    80% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}
/* custum css */
body {
    font-family: Urbanist, serif;
}
.MainBackground{
    background: var(--main-color);
}
.heading h1{
    /* background: linear-gradient(270deg, #4364F7 0%, #0052D4 100%); */
    background-color: #000;
    font-size: 2.5em;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; 
    color: transparent;
    font-weight: 900;
}
.tool_dis{
    color: rgb(55 65 81);
    /* color: var(--text-color); */
}
.border-style {
    border-radius: 15px;
    position: relative;
    border: 2px dashed #E3E3E3;
}
.shadow-box{
    box-shadow: 0px 0px 20px 0px #00000005;
}

.think-active {
    background: var(--primary-color) !important;
}
.think-active p{
    color: var(--white) !important;
}
.think-active svg{
    fill: var(--white) !important;
}
.footer-section h4{
    color: var(--primary-color) !important;
    font-size: larger;
}
.footer-section ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-section .list-inline{
    line-height: 25px;
}
.text-muted {
    color: #6c757d !important;
}
.list-style .list{
    list-style: none;
    color: #6c757d;
    font-size: 20px;
}
.list-style .list::before {
        content: '➥'; 
}
.list li{
    list-style-type: disc;
    color: var(--bg-dark);
    font-size: 16px;
}
.newChat a:hover{
    background-color: var(--primary-color);
    border-radius: 10px;
    color: var(--white);
    transition: 0.5s;
    font-weight: 400;
}

.NEWcHAT .home{
    padding: 4px;
}
.NEWcHAT:hover{
    border-radius: 10px;
    background-color: gainsboro;
}
.NEWcHAT:hover .tooltip{
    display: block;
}
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: 0.5rem 0;
}

.sidebar .nav-link a {
    align-items: center;
    padding: 0.7rem 1rem;
    border-radius: 10px;
    font-weight: 500;
    transition: 0.5s;
}

#section-search {
    position: sticky;
    bottom: 0;
}

.sidebar-footer .buttons form button {
    border: none;
    font-family: Urbanist, serif;
}

.sidebar .nav-link a.active,
.sidebar .nav-link a:hover {
    background-color: var(--primary-color);
    color: #fff;
    transition: 0.5s;
    font-weight: 400;
}

.sidebar .nav-link a.active .icon path,
.sidebar .nav-link a:hover .icon path {
    fill: #fff !important;
    transition: 0.5s;
}

.sidebar-link[data-bs-toggle="collapse"]::after {
    border: solid;
    border-width: 0 0.14rem 0.14rem 0;
    content: "";
    border-bottom-right-radius: 4px;
    display: inline-block;
    padding: 4px;
    position: absolute;
    right: 2.5rem;
    top: 1rem;
    transform: rotate(-135deg);
    transition: 0.2s ease-out;
}

.sidebar-link[data-bs-toggle="collapse"].collapsed::after {
    transform: rotate(45deg);
    transition: 0.2s;
}

.collapse {
    display: block;
    transition: 2s;
}

.collapse:not(.show) {
    display: none;
    transition: 2s;
}

#profile {
    border-radius: 100%;
    width: 120px;
    height: 120px;
}
.profile-premium{
    top: 3px;
    left: 28px;
}
.edit-profile-icon {
    bottom: 0;
    left: 80px;
}

.swal2-timer-progress-bar {
    background-color: var(--color-light-grey);
}

.camera {
    border: none;
    border-radius: 28%;
    padding: 0.4rem 10px;
    transition: all .3s;
}
.tooltip{
    display: none;
    top: -25px;
    /* right: 0; */
    background-color: var(--bg-dark);
}
.keyboard:hover .tooltip,.voice_box:hover .tooltip, .camera:hover .tooltip{
    display: block;
}
.search-box button:hover:not(.send,.tab){
    border-radius: 20%;
}

.qr_scan {
    border: none;
    border-radius: 100%;
    padding: 0.5rem 10px;
    transition: all .3s;
}
.voice_box{
    background-color: var(--box-color);
    transition: all .3s;
    border-radius: 28%;
    padding: 6px;
}
.voice_box img{
    filter: invert(1);
}

@keyframes  pulse-opacity {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

.voice-image.pulsing {
    animation: pulse-opacity 1s infinite;
}
.fx_box , .think{
    background-color: var(--box-color);
    transition: all .3s;
    border-radius: 28%;
    padding: 6px;
}


.link_paste {
    border: none;
    border-radius: 100%;
    padding: 0.6rem 0.7rem;
}
/* ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
} */
.qr_code {
    position: absolute;
    bottom: 20px;
    left: -10px;
    border-radius: 5px;
    box-shadow: 0 3px 10px 0 var(--color-grey);
    background: var(--bg-white);
}

.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: 0.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;
}
.previewImage, 
.chat-text,
.switch {
    display: inline-block;
}

.text-primary {
    color: var(--text-primary);
}
.bg-primary{
    background: var(--ns-gradient);
}
.input-section #img {
    max-width: 250px;
    max-height: 220px;
    border-radius: 5px;
    border: 1px solid var(--color-grey);
}

#statement,
.input-search {
    /* height: 50px; */
    padding: 5px;
    font-size: 16px;
    cursor: text !important;
    outline: 0;
    position: relative;
    max-height: 200px;
    overflow-y: auto;
}
.input {
    height: 40px;
    background: var(--bg-white);
    padding-left: 10px;
    border: 1px solid #D2D4D8;
    border-radius: 8px;
    color: var(--text-color);
    font-size: 15px;
    box-sizing: border-box;
    width: 100%;
    outline: 0;
}
.textareaInput {
    background: var(--bg-white);
    border: 1px solid #D2D4D8;
    border-radius: 8px;
    color: var(--text-color);
    font-size: 15px;
    box-sizing: border-box;
    outline: 0;
    width: 100%;
}
.password svg{
    right: 15px;
    top: 22px;
    position: absolute;
    fill: var(--text-color);
}
.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%;
}
.afterSearch{
    position: sticky;
    bottom: 2px !important;
}
.searchBorder{
    border: 1px solid #0152D4;
}
.previewImage #imagePreview {
    display: block;
    border-radius: 5px;
    /* border: 1px solid var(--color-grey); */
    object-fit: contain;
}

.previewImage .close-preview {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10; /* ✅ no 'px' */
    width: 15px; /* you probably meant more than 5px */
    height: 15px;
    /* background-color: #0052D4; */
    color: #838080;
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}



.h-100{
    min-height: 100vh;
}
.switch label {
    top: 0;
    left: 0;
    background: #efefef;
}

.cursor-pointer{
    cursor: pointer;
}
.blue_bg{
    background: linear-gradient(180deg, #19a3f967 0%, #075B97 100%) !important;
}
.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, 0.5);
}

#content-section table tr td {
    padding-top: 5px;
    padding-bottom: 5px;
}
#content-section .img-h2 h2 {
    display: inline;
    margin: 0 0 0 7px;
}
#content-section h2 {
    font-size: 25px;
}
#content-section h3 {
    font-size: 22px;
}

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

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

.modal-dialog {
    position: relative;
    margin: 10% auto;
    max-width: 700px;
    width: 100%;
}

.modal-content {
    background-color: var(--bg-white);
    padding: 20px;
    border-radius: 5px;
}

.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: 0.5s;
}

.modal-footer svg:hover {
    filter: grayscale(0);
    transition: 0.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, 0.8);
}

#cropperModal .modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 15px 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;
}
.removeShare {
    float: right;
}
#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;
}
.modal,
.modalCropper {
    display: none;
    left: 0;
    overflow: auto;
    height: 100%;
    top: 0;
}

.examples .card {
    border-radius: 8px;
    height: auto;
}
.examples .card:hover, .hover:hover, .shadow {
    box-shadow: 0 1px 10px 0 #99999983;
    transition: 0.3s;
}
.position-absolute{
    position: absolute;
}
.position-relative{
    position: relative;
}
.gap-3 {
    gap: 1rem;
}
.rounded {
    border-radius: 10px;
}
.send svg {
    transition: transform .2s;
    color: white;
}
.send,.sended {
    /* background: linear-gradient(270deg, #4364F7 0%, #0052D4 100%); */
    background-color: #4f46e5;
    border: none;
    border-radius: 8px;
    padding: 10px;
    font-size: 16px;
}
.accordion-item {
    margin-bottom: 0px;
    border-bottom: 1px solid var(--color-light-grey);
}
.accordion-header {
    width: 100%;
    text-align: left;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    padding: 25px;
    background: var(--bg-white);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}
.accordion-body {
    background-color: var(--color-light-grey);
    max-height: 0px;
    padding: 0px 15px;
    overflow: hidden;
    transition: 0.3s;
    p{
        text-align: justify;
    }
}
.accordion-header::after {
    content: ''; /* <--- THIS IS THE MISSING PIECE */
    border: solid var(--black);
    border-width: 2px 0 0 2px;
    display: inline-block;
    padding: 4px;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
    transition: transform 0.2s;
}

.flex-grow-1{
    flex-grow: 1;
}
.blued_border{
    border: 1px solid #19A4F9 !important;
}

.gap-1{
    gap: 5px;
}
.gap-2{
    gap: 8px;
}
.gap-5 {
    gap: 1.5rem;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
.fw-bold{
    font-weight: bold;
}

.sidebar-header {
    font-size: 0.9rem;
    font-weight: 700;
    /* margin: 1.2rem 0 0.5rem; */
    transition: all 0.4s;
}

#sidebar {
    min-height: 100vh;
    transition: width 0.3s ease;
    position: fixed;
    padding: 0px 10px;
    z-index: 9999;
}
.headerShow{
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
.search-box .HistoryItem {
    padding: 4px;
}
.search-box .HistoryItem:hover {
    background-color: gainsboro;
}
.search-box .HistoryItem:hover .tooltip{
    display: block;
}
/* .search-box .home {
    padding: 8px;
     img{
        filter: grayscale(0) brightness(0.5) !important;
    }
} */

/* #sidebar.collapsed .sidebar-item {
    justify-content: center;
    padding: 10px 0;
}

#sidebar.collapsed .sidebar-item-text,
#sidebar.collapsed .sidebar-title {
    display: none;
}

#sidebar.collapsed .sidebar-header {
    justify-content: center;
    padding: 10px 0;
} */

.sidebar-item {
    padding: 8px 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: background-color 0.4s;
    font-size: 14px;
    border-radius: 8px;
    white-space: nowrap;
}
.toggle-icon{
     filter:
        grayscale(var(--sidebar-img-grayscale))
        brightness(0.1) !important;
}

html[data-theme="light"]  .sidebar-item img {
    filter:
        grayscale(var(--sidebar-img-grayscale));
     filter: brightness(0.5);
}
.sidebar-item img {
    filter: grayscale(var(--sidebar-img-grayscale));
    filter: brightness(0.5);
}


.sidebar-item:hover img,
.sidebar-item.active img {
    filter: grayscale(0);
}

.bg-active-gradient{
    /* background: linear-gradient(270deg, #4364F7 0%, #0052D4 100%); */
    background-color: #4f46e5;
}
.sidebar-item:hover , .sidebar-item.active {
    background: #f3f3f319;
    span{
        /* color: #4f46e5; */
        color: #fff;
        font-weight: 500;
    }
}
.sidebar-item-text {
    margin-left: 10px;
}

@media (min-width: 778px) {
    .arrow-down, .search-box{
        bottom: 35px;
        left: 0;
        right: 0;
    } 
    .sidebar-toggle{
        display: none;
    }
}

@media (max-width: 780px) {
    .sidebar-toggle{
        display: inline-block;
    }
    .history{
        width: 280px !important;
    }
    #sidebar {
        top: 0;
        /* background-color: white; */
        min-height: 100vh;
    }
    #sidebar.collapsed {
        left: -330px !important;
        overflow: hidden;
    }
    .sidebar.open {
        left: 0;
    }
    .sidebar {
        position: fixed;
        top: 0;
        left: -150%;
        width: var(--sidebar-width);
        background: var(--color-light);
        padding: 0 0 1rem;
        transition: left .3s;
        overflow-y: auto;
    }

    #fluid, .sidebar {
        height: 100vh;
        z-index: 2;
    }
    .arrow-down, .search-box{
        bottom: 160px;
        left: 0;
        right: 0;
    } 
}
@media screen and (min-width: 779px) and  (max-width: 1026px) {
    .sidebar-toggle{
        display: none;
    }
    #sidebar{
        width: inherit;
    }
    .sidebar-column {
        transition: all 0.4s;
        width: 27%;
    }
    .navbar-title{
        display: none;
    }
    .main-content-column {
        transition: width 0.3s ease;
        transition: all 0.4s; 
        width: 72%;
    }

    /* #sidebar.collapsed ~ .sidebar-column {
        width: 60px;
    } 

    /* #sidebar.collapsed ~ .main-content-column {
        width: calc(100% - 60px);
    }
    .sidebar-column.collapsed {
        flex: 0 0 6.166667%;
        max-width: 6.166667%;
    }
    
    .main-content-column.expanded {
        flex: 0 0 93.833333%;
        max-width: 93.833333%;
    } */
}

@media screen and (min-width: 1026px) {
    #sidebar{
        width: inherit;
    }
    .sidebar-column {
        transition: all 0.4s;
        width: 18%;
    }

    .main-content-column {
        transition: width 0.3s ease;
        /* transition: all 0.4s; */
        width: 82%;
    }
    .sidebar-column.collapsed {
        flex: 0 0 3.166667%;
        max-width: 3.166667%;
    }
    .main-content-column.expanded {
        flex: 0 0 96.833333%;
        max-width: 96.833333%;
    }
    .arrow-down, .search-box{
        bottom: 35px;
        left: 0;
        right: 0;
    } 
}
.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
}

.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #335eea;
}

input:focus + .slider {
    box-shadow: 0 0 1px #335eea;
}

input:checked + .slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(26px);
    transform: translateX(24px);
}
.filter{
    filter:
        grayscale(var(--sidebar-img-grayscale))
        brightness(var(--sidebar-img-brightness));
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
.buttons .btn-color, .buttons .btn-dark {
    display: block;
    padding: .7rem !important;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    background-color: var(--black);
}

/* localize language */
ul{
    list-style: none; 
}
.localizedMenu.show .dropdown-menus {
    display: block;
    /* background-color: rgba(220, 220, 220, 0.587); */
    /* background-color: black; */
}
.dropdown-menus table tr td a{
    color: white;
}
.localizedMenu .dropdown-menus {
    display: none;
    position: absolute;
    transform: translateY(-5px); 
    z-index: 999;
    right: 5px;
    list-style: none;
}
@media (min-width: 768px) {
    .localizedMenu .dropdown-menus {
        top: 45px;
    }
}
@media (max-width: 768px) {
    .localizedMenu .dropdown-menus {
        bottom: 100%; 
    }
}
.localizedMenu {
    position: relative;
}
.localizedMenu.show .dropdown-menu {
    display: block;
}
.dropdown ul table tr td{
    padding: 8px 5px;
}
.dropdown ul a{
    text-decoration: none;
    color: #27547a;
    padding: 5px 15px;
}
.dropdown-menus a{
    padding: 3px;
    text-decoration: none;
}
.dropdown-menus a:hover{
    /* background-color: gainsboro; */
    background-color: black;
    padding: 3px;
}
.btn{
    display: inline-block;
}
.btn-bg{
    /* background: linear-gradient(270deg, #4364F7 0%, #0052D4 100%); */
    background-color: #4f46e5;
}
/* loader */
.loader {
    width: 50px;
    aspect-ratio: 4;
    --_g: no-repeat radial-gradient(circle closest-side,#1d599a31 90%,#11089200);
    background: 
        var(--_g) 0%   50%,
        var(--_g) 50%  50%,
        var(--_g) 100% 50%;
    background-size: calc(100%/3) 100%;
    animation: l7 1s infinite linear;
}
@keyframes l7 {
    33%{background-size:calc(100%/3) 0%  ,calc(100%/3) 100%,calc(100%/3) 100%}
    50%{background-size:calc(100%/3) 100%,calc(100%/3) 0%  ,calc(100%/3) 100%}
    66%{background-size:calc(100%/3) 100%,calc(100%/3) 100%,calc(100%/3) 0%  }
}

/* sidebar */
.history .active{
    background-color: var(--bg-history);
}
.history {
    position: fixed; 
    right: -460px;
    z-index: 9999;
    top: 0;
    border-radius: 20px 0px 0px 20px;
    padding: 0px 25px;
    height: 100vh;
    overflow-y: scroll;
    width: 450px;
    transition: right 0.5s ease;
}

.history.openhistory {
    right: 0;
}

.history-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s;
}

.history-overlay.active {
    opacity: 1;
    visibility: visible;
}

body.history-open {
    overflow: hidden;
}
.useChatColor{
    /* background: linear-gradient(270deg, rgba(67, 100, 247, 0.15) 0%, rgba(0, 82, 212, 0.15) 100%); */
    background: #F3F3F3;
}
.copyalert{
    position: absolute;
    left: 25px;
    top: -22px;
    background: var(--color-grey);
    padding: 5px;
    border-radius: 5px;
    transition: all 0.3s;
    color: var(--white);
    display: none;
}
#output ol, #output ul{
    padding-top: 5px !important;
    padding-left: 15px !important;
}
#output  ol li, #output ul li{
    margin-bottom: 1rem;
}
#output p{
    margin-bottom: 1rem;
}
.download img {
    filter: grayscale(var(--sidebar-img-grayscale)) brightness(var(--sidebar-img-blueBlack));
}
.input-search{
    color: #000;
}
.swal2-container.swal2-top-end {
    z-index: 99999 !important;
}
.sidebar-item-text{
    color: #b6afaf;
}
.bg-sidebar{
    background-color: #1f2937;
}
.drag_drop span,.ctrl,.v {
    /* color: rgb(177 174 174); */
    color: #454646;
}
.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;
}
/* alert message */
.alert-danger , .alert-error{
    color: #842029 !important;
    background-color: #f8d7da !important;
    border-color: 1px solid #f5c2c7 !important;
    span{
        color: #842029 !important;
    }
}
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-success {
    color: #0f5132 !important;
    background-color: #d1e7dd !important;
    border-color:1px solid #badbcc !important;
    span{
        color: #0f5132 !important;
    }
}
.Regenerate:hover .tooltip,.copy:hover .tooltip, .bad:hover .tooltip,.good:hover .tooltip,.download:hover .tooltip{
    display: block;
}
.dropErrorMessage {
    color: #ff000096;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    border: 1px dashed red;
    border-radius: 6px;
    background: #ffe6e682;
    margin-top: 8px;
    font-weight: bold;
}

/* 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;  
}
.history_loader {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #4f46e5;
  --_m: 
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {to{transform: rotate(1turn)}}
/* === Image preview Edit button & cropper modal controls === */
.previewImage {
    position: relative;
    display: inline-block;
}
.previewImage .close-preview {
    width: 26px !important;
    height: 26px !important;
    background: #e5e7eb !important;
    color: #363636 !important;
    border-radius: 50% !important;
    font-size: 16px !important;
    line-height: 1 !important;
    z-index: 10;
    top: 4px !important;
    right: 4px !important;
}
.previewImage .close-preview:hover {
    background: #d1d5db !important;
}
.edit-image-btn {
    position: absolute;
    top: 4px;
    right: 36px;
    background: #e5e7eb;
    color: #363636;
    border: none;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background .2s ease;
}
.edit-image-btn:hover {
    background: #d1d5db;
}
.crop-tool-btn {
    background: #F5F5F5;
    border: none;
    border-radius: 8px;
    width: 43px;
    height: 40px;
    margin-left: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s ease;
}
.crop-tool-btn:hover {
    background: #e5e7eb;
}
.modalCropper .controls {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}
.modalCropper .controls svg#rotate-left,
.modalCropper .controls svg#rotate-right {
    cursor: pointer;
}
