/********** Template CSS **********/
@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 400;
    src: url('https://db.onlinewebfonts.com/t/ae7951c47ee13ee1f50d9cde9da242ee.woff2') format('woff2'), url('https://db.onlinewebfonts.com/t/ae7951c47ee13ee1f50d9cde9da242ee.woff') format('woff'), url('https://db.onlinewebfonts.com/t/ae7951c47ee13ee1f50d9cde9da242ee.ttf') format('truetype'), url('https://db.onlinewebfonts.com/t/ae7951c47ee13ee1f50d9cde9da242ee.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 600;
    src: url('https://db.onlinewebfonts.com/t/ae7951c47ee13ee1f50d9cde9da242ee.woff2') format('woff2'), url('https://db.onlinewebfonts.com/t/ae7951c47ee13ee1f50d9cde9da242ee.woff') format('woff'), url('https://db.onlinewebfonts.com/t/ae7951c47ee13ee1f50d9cde9da242ee.ttf') format('truetype'), url('https://db.onlinewebfonts.com/t/ae7951c47ee13ee1f50d9cde9da242ee.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 500;
    src: url('https://db.onlinewebfonts.com/t/ae7951c47ee13ee1f50d9cde9da242ee.woff2') format('woff2'), url('https://db.onlinewebfonts.com/t/ae7951c47ee13ee1f50d9cde9da242ee.woff') format('woff'), url('https://db.onlinewebfonts.com/t/ae7951c47ee13ee1f50d9cde9da242ee.ttf') format('truetype'), url('https://db.onlinewebfonts.com/t/ae7951c47ee13ee1f50d9cde9da242ee.eot?#iefix') format('embedded-opentype');
}

/*@font-face {
  font-family: "Kentledge Heavy";
  src: url("fonts/kentledge-heavy.woff") format('woff');
}
*/
* {
    font-family: 'Google Sans';
}

.list-group-item.active {
    z-index: 2;
    color: #d61e38;
    background-color: #fff0ed !important;
    border-color: transparent !important;
    border-radius: 10px;
}

.list-group-flush > .list-group-item {
    border-width: 0 0 0px !important;
}

.sign {
    font-size: 14px;
    font-weight: 700;
    color: #191919ff;
}

.Sign-Up {
    font-size: 18px;
    font-weight: 700;
    color: #606060;
}

.Sign-in {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.h7 {
    font-size: 1.125rem;
    font-weight: 500;
}

.fa-22x {
    font-size: 1.5em;
}

.fa-2-5x {
    font-size: 2.5em;
}

.fw-normal5 {
    font-weight: 500;
}

:root {
    --primary: #FEA116;
    --light: #F1F8FF;
    --dark: #0F172B;
}

.ff-secondary {
    /*font-family: 'Pacifico', cursive;*/
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    /*font-family: 'Nunito', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;*/
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    font-size: 15px;
    color: var(--light) !important;
    text-transform: uppercase;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

.navbar-dark .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
    .custom-class-none {
        display: none;
    }

    .sticky-top.navbar-dark {
        position: relative;
    }

    .navbar-dark .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, .1)
    }

    .navbar-dark .navbar-nav .nav-link,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
    }

    .navbar-dark .navbar-brand img {
        max-height: 45px;
    }
}


@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        background: transparent !important;
    }

    .sticky-top.navbar-dark {
        position: fixed;
        background: #fff !important;
    }
}

@media (max-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        background: transparent !important;
    }

    .sticky-top.navbar-dark {
        position: fixed;
        background: #fff !important;
    }

    .sticky-top .ciWLJB {
        display: none;
    }
}

/*** Hero Header ***/
.hero-header {
    /* background: url("../images/hero_desktop.png"); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-header img {
    animation: imgRotate 50s linear infinite;
}

@keyframes imgRotate {
    100% {
        transform: rotate(360deg);
    }
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
}

/*.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    /*background: var(--primary);
}
*/
.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Food Menu ***/
.nav-pills .nav-item .active {
    border-bottom: 2px solid var(--primary);
}


/*** Youtube Video ***/
.video {
    position: relative;
    height: 100%;
    min-height: 500px;
    background: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .1)), url(../img/video.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    height: calc(100% - 38px);
    transition: .5s;
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item:hover {
    height: 100%;
}

.team-item .btn {
    border-radius: 38px 38px 0 0;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    color: #c0bbbf;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    /*position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;*/
}

.footer .btn.btn-link:hover {
    /*letter-spacing: 1px;
    box-shadow: none;*/
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

#navbarCollapse {
    text-align: right;
    display: initial !important;
}

#HomeAddressAutocomplete {
    border: 0;
    background: no-repeat;
    position: relative;
    top: -9px;
}

@media screen and (min-width: 768px) {
    .cuFOqm {
        background-color: #ffffff;
        position: fixed;
        top: 60px;
        bottom: 0px;
        right: 0px;
        /*width: 420px;
     box-shadow: 0 6px 20px 0 #19191933; */
        height: 100%;
        overflow: auto;
        max-height: 100%;
        border-left: 1px solid #dee2e6;
    }
}

.kvHRyF {
    height: 650px;
}

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

#HomeAddressAutocomplete {
    border: 0;
    background: no-repeat;
    margin-right: 79px;
    position: relative;
    top: -9px;
}

.Medium-lg {
    display: none;
}

.sidenav {
    padding-top: 60px !important;
}

}

#slick {
    display: none;
}

#slick.slick-initialized {
    display: block;
}

#slick .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}

#slick .slick-slide {
    padding-right: 15px;
    padding-left: 15px;
}

#slick .slick-slide:focus {
    outline: none;
    cursor: grab;
}

#slick .slick-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 40%;
    background-color: transparent;
    border: none;
    -webkit-appearance: checkbox;
    padding: 0;
    z-index: 100;
    transform: translateY(-50%);
    overflow: hidden;
    text-indent: 1000px;
}

#slick .slick-arrow:focus {
    outline: none;
}

#slick .slick-arrow:hover {
    cursor: pointer;
}

#slick .slick-prev {
    left: -30px;
    /*background-image: url('https://i.imgur.com/ao7qeXi.png');*/
}

#slick .slick-next {
    right: -22px;
    background-image: url("../images/right.png");
}

.top {
    position: relative;
    top: -8px;
}

#foodmenu {
    display: none;
}

#foodmenu.slick-initialized {
    display: block;
}

/* #foodmenu .slick-list {
	margin-left: -15px;
	margin-right: -15px;
} */

/* #foodmenu .slick-slide {
	padding-right: 5px;
	padding-left: 5px;
} */

#foodmenu .slick-slide:focus {
    outline: none;
    cursor: grab;
}

#foodmenu .slick-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 40%;
    background-color: transparent;
    border: none;
    -webkit-appearance: checkbox;
    padding: 0;
    z-index: 1;
    transform: translateY(-50%);
    overflow: hidden;
    text-indent: 1000px;
}

#foodmenu .slick-arrow:focus {
    outline: none;
}

#foodmenu .slick-arrow:hover {
    cursor: pointer;
}

#foodmenu .slick-prev {
    left: -30px;
    background-image: url('../images/s-left-icon.png');
}

#foodmenu .slick-next {
    right: -22px;
    background-image: url("../images/s-right-icon.png");
}

/*****************************************************/
#foodmenuresponsiveslider.slick-initialized {
    display: block;
}

#foodmenuresponsiveslider .slick-list {
    margin-left: 30px;
    margin-right: 30px;
}

#foodmenuresponsiveslider .slick-slide {
    padding-right: 0px;
    padding-left: 0px;
}

#foodmenuresponsiveslider .slick-slide:focus {
    outline: none;
    cursor: grab;
}

#foodmenuresponsiveslider .slick-arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 60%;
    background-color: transparent;
    border: none;
    -webkit-appearance: checkbox;
    padding: 0;
    z-index: 1;
    transform: translateY(-50%);
    overflow: hidden;
    text-indent: 1000px;
}

#foodmenuresponsiveslider .slick-arrow:focus {
    outline: none;
}

#foodmenuresponsiveslider .slick-arrow:hover {
    cursor: pointer;
}

#foodmenuresponsiveslider .slick-prev {
    left: 0px;
    background-image: url('../images/leftv.png');
}

#foodmenuresponsiveslider .slick-next {
    right: 0px;
    background-image: url("../images/rightv.png");
}

/*****************************************************/
.top {
    position: relative;
    top: -8px;
}


.btn-dange-r {
    color: #fff;
    background-color: #df1068;
    border-color: #fdfbd2;
    border-radius: 10px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > li a:hover {

    cursor: default;
    background-color: #fff;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
    font-weight: bold;
    cursor: pointer;
    background: rgb(247, 247, 247);
    border-bottom: 2px solid;
}

.list-inline-tabs li {
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #191919ff;
}

.nav-tabs > li > a:hover {
    cursor: pointer;
    background: rgb(247, 247, 247);
    border-bottom: 2px solid;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    font-weight: 500;
}

.nav > li > a {
    color: rgb(73, 73, 73);
    position: relative;
    display: block;
    padding: 10px 10px;
}


.ciWLJB {
    line-height: 0;
}

.gKinpO > * + * {
    margin-left: 10px;
}

.sticky-top .gKinpO {
    fill: red;
}

.nav.nav-tabs li {
    width: 33.3%;
    text-align: center;
}

input {
    background-color: transparent;
    border: 0px solid;
}

*:focus {
    outline: none;
}

.input-group-f:focus-within {
    border-color: #4969f5ff;
    border: 3px solid;
    color: #4969f5ff;
}

.btn_input {
    display: inline-block;
    font-weight: 400;
    line-height: 1.3;
    color: #666565;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 3px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: 999px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.nav-tabs .nav-link.active {
    box-sizing: border-box;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    text-align: center;
    background: rgb(255, 255, 255);
    border-bottom: 3px solid #606060ff;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.nav-tabs .nav-link {
    margin-bottom: 0px;
    background: none;
    border: 0px solid transparent;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
    color: #606060;
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-collapse {
        margin-top: 0px;
        border-top: 0px solid rgba(255, 255, 255, .1) !important;
    }

    .container-fluid.bg-dark.text-light.footer.pt-0.mt-0.wow.fadeIn.animated {
        text-align: center;
    }

    .col-lg-3.col-md-6 {
        margin-bottom: 15px;
    }

    .col-sm-22 {
        float: left;
        width: 30%;
    }
}

@media (min-width: 768px) {
    .footer .btn.btn-link {
        text-align: left;
    }

}

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

    #restuant .iOhvyH,
    #list .iOhvyH {
        z-index: 2 !important;
        position: fixed;
        bottom: 0px;
        top: 109px !important;
    }
}

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

    .col-12.col-md.order-md-0.text-center.text-md-start {
        padding-left: 0;
        padding-right: 0;
    }

    .kvHRyF {
        height: 550px;
    }

    .kPUjuZ {
        display: none;
    }

    .EuBJE.giaTF,
    .fRUOvn {
        margin-bottom: 10px;
    }

    .sidenav {
        top: -19px !important;
    }

    .text-bottom-footer {
        text-align: center;
    }

    .iRARhj {
        margin-right: 32px;
    }

    .iRARhj {
        margin-right: 32px;
    }

    .sc-380d932a-4iRARhj {
        text-align: left;
    }

    .hbOgli {
        display: flex;
        width: 100%;
        /* min-width: 360px; */
        flex-flow: row;
    }

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

    .InlineChildren__StyledInlineChildren-sc-6r2tfo-0.gKinpO1 {
        position: absolute;
        left: 40px;
        width: 100%;
        float: left;
        top: 15px;
        color: red;
        fill: red;
    }

    .styles__LogoTextContainer-sc-uv595k-0.ciWLJB {
        display: none;
    }

    .switch.btn.btn-dark {
        display: none;
    }

    #mySidenav {
        width: 5rem;
        background: #ffffff;
    }

    .red {
        background-color: red !important;
        Color: #fff !important;
        border-radius: 999px;
    }
}

.switch.btn {
    min-width: 3.7rem;
    min-height: calc(1.1em + .75rem + 2px) !important;
}

/*********************************************************/
body {
    background-color: #FFFFFF;
}

@media (min-width: 991.98px) {
    main {
        /* padding-left: 90px; */
    }
}

/* Sidebar */
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 58px 0 0;
    /* Height of navbar */
    /*box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);*/
    width: 200px;
    z-index: 600;
    border-right: 1px solid #dee2e6 !important;
}

@media (max-width: 991.98px) {
    .sidebar {
        width: 100%;
    }
}

.sidebar .active {
    border-radius: 5px;
    */ box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: 0.5rem;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
}

.gKinpO {
    fill: white;
    fill: red;
}

.dkqyOZ {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-flex;
    min-height: 32px;
    width: auto;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    border-radius: 9999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #f1f1f1ff;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--comp-color-button-tertiary-border-default);
    color: #191919ff;
}


@media (hover: hover) {
    .dkqyOZ:hover {
        box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--comp-color-button-tertiary-border-hovered);
        color: var(--comp-color-button-tertiary-text-hovered);
        background-color: #d6d6d6ff;
    }
}

.egXQHq {
    text-decoration: inherit;
    cursor: pointer;
}

.icqidx {
    color: #191919ff;

    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    display: block;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
}

.buvHZf {
    color: #606060ff;

    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    display: block;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
}

.jjYftL {
    max-width: 100%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-direction: row;
}

.fERnCr {
    max-width: 100%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-direction: row;
    padding-bottom
}

.fRCMLg {
    color: #606060ff;

    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    display: block;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
}

.llWHbj > * + * {
    margin-left: 4px;
}

.fXeQrN {
    flex: 1 1 0%;
    overflow: hidden;
}

.fERnCr > * + * {
    margin-left: 2px;
}

.iIiQzo {
    flex-shrink: 0;
}

.llWHbj {
    max-width: 100%;
    display: flex;
    -moz-box-align: stretch;
    align-items: stretch;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-direction: row;
}

.kuSKyA {
    width: 100%;
    overflow: hidden;
    background-color: #f7f7f7f7;
    opacity: 1;
    border-radius: 12px;
}

.cWZKtF > * + * {
    margin-top: 4px;
}

.bChTtM {
    position: relative;
}


.dgTsVp > * + * {
    margin-top: 16px !important;
}

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

.lkPiQ {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
    padding: 4px;
    border-radius: 12px;
    width: auto;
    white-space: nowrap;
}

.jNyzCS {
    max-width: 100%;
    display: flex;
    -moz-box-align: stretch;
    align-items: stretch;
    -moz-box-pack: start;
    justify-content: flex-start;
}

.gDHjhz {
    max-width: 100%;
    display: flex;
    -moz-box-align: stretch;
    align-items: stretch;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-direction: row;
}

.fOjNqd {
    max-width: 100%;
    display: flex;
    -moz-box-align: stretch;
    align-items: stretch;
    -moz-box-pack: start;
    justify-content: flex-start;
}

.eVspjz {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    min-height: 32px;
    width: 100%;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    border-radius: 999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #f1f1f1f1;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--comp-color-button-tertiary-border-default);
    color: #191919ff;
}

.jONJUs {
    display: block;
    -moz-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    transition: opacity 0.15s ease-in-out;
    opacity: 1;
}

.eRuPEE {
    max-width: 100%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-direction: row;
}

.eVspjz {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    min-height: 32px;
    width: 100%;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    border-radius: 999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #f1f1f1ff;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--comp-color-button-tertiary-border-default);
    color: #191919ff;
}

.eVspjz {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    width: 100%;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--comp-color-button-tertiary-border-default);
    min-height: 32px;
    border-radius: 999px;
    color: rgb(25, 25, 25);
    background-color: rgb(241, 241, 241);
    font-weight: 700;
}

.dBBxCR {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    width: max-content;
    padding-right: 4px;
}

.itAsYp {
    color: currentcolor;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    display: block;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
}

.epQWVQ {
    position: absolute;
    width: 32px;
    top: 0px;
    bottom: 0px;
    right: var(--usage-space-xxx-small);
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    appearance: checkbox;
    background-color: transparent;
    padding: 0px;
    border: 0px;
    outline: none;
    cursor: pointer;
    color: currentcolor;
}

.VrKMr {
    max-width: 100%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-direction: row;
}

.eyupUY {
    position: relative;
    margin-right: 8px;
}

.epQWVQ {
    position: absolute;
    width: 32px;
    top: 0px;
    bottom: 0px;
    right: 2px;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    appearance: checkbox;
    background-color: transparent;
    padding: 0px;
    border: 0px;
    outline: none;
    cursor: pointer;
    color: currentcolor;
}

.hQGmVg {
    width: max-content;
    display: flex;
}

.kXbfOR {
    color: #191919ff;

    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    display: block;
    margin: 0px;
    padding: 0px;
}

.JtOXi:placeholder-shown {
    text-overflow: ellipsis;
}

.JtOXi {

    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.01px;
    font-weight: 500;
    width: 100%;
    border: medium;
    outline: none;
    flex: 1 1 100%;
    display: flex;
    background: inherit;
    color: currentcolor;
    appearance: checkbox;
    margin: 0px;
    padding: 0px;
}

.ctgegP {
    -moz-box-flex: 1;
    flex-grow: 1;
    background: inherit;
    max-width: 100%;
    margin: 0px auto;
}

.kBqRMP {
    max-width: 100%;
    margin-right: var(--usage-space-x-small);
}

.idQJmp > * > * > * > div {
    border-radius: calc(var(--usage-space-xx-small) * 5);
    padding-right: var(--usage-space-x-small);
}

.fgcOrU {

    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.01px;
    font-weight: 500;
    color: #191919ff;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    border-radius: 999px;
    z-index: 1;
    padding: 4px 4px 4px 15px;
    border: medium;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--comp-color-field-border-default);
    background-color: #f7f7f7ff;
}

.idQJmp > * > * > * > div {
    border-radius: 4px;
    padding-right: 8px;
}

.cWZKtF {
    max-width: 100%;
    display: block;
}

.WxsqL {
    width: 100%;
}

.idQJmp {
    padding: 0 var(--usage-space-medium);
    position: relative;
}

.hKAWWp {
    column-gap: var(--usage-space-small);
    display: flex;
    flex: 1 1 0%;
    -moz-box-pack: center;
    justify-content: center;
}

.eqOEeN {
    flex: 1 1 0%;
}

.dqXImC {
    color: #191919ff;

    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.01;
    text-decoration: none;
    text-transform: none;
    display: block;
    margin: 0px;
    padding: 0px;

}

.gUgQbU {
    column-gap: 8px;
    display: flex;
    -moz-box-pack: end;
    justify-content: flex-end;
}

.ePJSkU {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    margin-left: var(--usage-space-none) !important;
}

.hfTPQZ {
    border-radius: 9999px;
    display: flex;
    width: 100%;
    background-color: #f1f1f1ff;
}

.hfTPQZ > :nth-child(2) {
    z-index: 1 !important;
}

.hfTPQZ > * {
    flex: 1 1 0%;
    border-radius: 9999px !important;
}

.bKlOJC {
    max-width: 100%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    flex-direction: row;
}

.bKlOJC > * + * {
    margin-left: 4px;
}

.dHJRsI {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.QXiEN {
    color: currentcolor;

    font-size: var(--usage-type-label-small-strong-size);
    font-weight: var(--usage-type-label-small-strong-font-weight);
    line-height: var(--usage-type-label-small-strong-line-height);
    letter-spacing: var(--usage-type-label-small-strong-letter-spacing);
    text-decoration: var(--usage-type-label-small-strong-text-decoration);
    text-transform: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

.fLbtvE {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    background-color: #191919ff;
    min-height: 32px;
    width: auto;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    box-shadow: inset 0 0 0 var(--comp-border-width-button-toggle-group-selected) var(--comp-color-button-toggle-group-border-selected);
    border-radius: var(--comp-border-radius-button);
    border: medium;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
}

.iiVkvn {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    background-color: #f1f1f1ff;
    min-height: 32px;
    width: auto;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    box-shadow: inset 1 0 0 var(--usage-border-width-default) var(--comp-color-button-toggle-group-border-default);
    border-radius: var(--comp-border-radius-button);
    border: medium;
    color: #191919ff;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
}

.QXiEN {
    color: currentcolor;

    text-transform: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.01px;
}

.hfTPQZ > :nth-child(2) {
    border-radius: 9999px;
}

.fFKerA {
    max-width: 100%;
    padding: 4px 12px 4px 12px;
}

.itAsYp {
    color: currentcolor;

    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.01px;
    text-transform: none;
    text-align: center;
    white-space: nowrap;
}

.itAsYp {
    color: currentcolor;

    font-weight: 700;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    display: block;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.01px;
}

.kXCksQ > * {
    width: 100%;
}

.kXCksQ {
    -moz-box-flex: 2;
    flex-grow: 2;
    min-width: 0px;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
}

.juMwhg {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-flex;
    min-height: 32px;
    width: auto;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    border-radius: 9999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #108910;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--usage-color-transparent-default);
    color: #fff;
}

.jfCVbo {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-flex;
    min-height: 32px;
    width: auto;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    border-radius: 9999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #19191900;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--usage-color-transparent-default);
    color: #191919ff;
}

.dgkSnN {
    display: flex;
    flex-wrap: nowrap;
    margin-right: 0px;
    -moz-box-align: center;
    align-items: center;
}

.dgkSnN > a:last-child {
    background-color: rgb(214, 214, 214);
    min-height: 32px;
}

.jVzBKq {
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-flex;
    width: auto;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: var(--comp-color-button-primary-background-default);
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--usage-color-transparent-default);
    min-height: 40px;
    border-radius: 9999px;
    position: relative;
    color: rgb(255, 255, 255);
}

.SUFDc {
    max-width: 100%;
    padding: 0 12px 0 12px;
}

.krqoAm {
    width: 1px;
    height: 16px;
    align-self: center;
    border-left: 1px solid #d6d6d6ff;
}

.iFiFna {
    position: relative;
    padding-right: 15px;
}

.VrKMr > * + * {
    margin-left: 4px;
}

.lzfjc {
    height: 24px;
    width: 24px;
    mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMCAxMS45MDQ1QzIyLjE5NTkgMTEuMzEzOSAyMi44MjA3IDguMTQyNTEgMjAuNjY2NCA2LjgyNzQzTDEzLjQwODIgMi4zOTY4NEMxMi41NDE0IDEuODY3NzIgMTEuNDU4NiAxLjg2NzcyIDEwLjU5MTggMi4zOTY4NEwzLjMzMzYyIDYuODI3NDJDMS4xNzkyNyA4LjE0MjUxIDEuODA0MDUgMTEuMzEzOSA0IDExLjkwNDVWMTlDNCAyMC42NTY5IDUuMzQzMTUgMjIgNyAyMkgxN0MxOC42NTY5IDIyIDIwIDIwLjY1NjkgMjAgMTlWMTEuOTA0NVpNNC41IDEwQzMuNzQyODkgMTAgMy43MDgxNSA4Ljk2MDM2IDQuMzU3MzcgOC41NjQwNkwxMS42MTU1IDQuMTMzNDdDMTEuODUxOSAzLjk4OTE3IDEyLjE0NzIgMy45ODkxNyAxMi4zODM2IDQuMTMzNDdMMTkuNjQxOCA4LjU2NDA2QzIwLjI5MSA4Ljk2MDM2IDIwIDEwIDE5IDEwQzE4LjQ0NzcgMTAgMTggMTAuNDQ3NyAxOCAxMVYxOUMxOCAxOS41NTIzIDE3LjU1MjMgMjAgMTcgMjBIMTRWMTRDMTQgMTIuODk1NCAxMy4xMDQ2IDEyIDEyIDEyQzEwLjg5NTQgMTIgMTAgMTIuODk1NCAxMCAxNFYyMEg3QzYuNDQ3NzIgMjAgNiAxOS41NTIzIDYgMTlWMTEuNUM2IDEwLjY3MTYgNS4zMjg0MyAxMCA0LjUgMTBaIiBmaWxsPSIjMTkxOTE5Ii8+Cjwvc3ZnPgo=") center center no-repeat;
    background-color: rgb(217, 20, 0);
}

.iNPfGg {
    height: 24px;
    width: 24px;
    mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjU1NzY0IDUuNDMzODlDNi41NTk5MiA1LjUyMzAxIDYuNTYyMTcgNS42MTA1MSA2LjU2MjE3IDUuNjc5NzJDNi42MDA3NyA5LjQ4MTA5IDkuOTY5MjYgMTIuMTIwNSAxMy4wMDIzIDEyLjEyMDVDMTQuNTMyIDEyLjEyMDUgMTUuOTQ1NyAxMS41MzgyIDE2LjUyNCAxMS4xOTExQzE3LjcwODYgMTAuNDc1IDE4LjY4OCA5LjkzNDcgMTkuNTA4OCA5LjkzNDdDMjAuODA5NyA5LjkzNDcgMjIgMTEuMjc0NSAyMiAxMi44Mzg1QzIxLjk5OTkgMTQuNDAwNSAyMS4yOTk3IDE2LjAxODkgMjAuMjQ1NyAxNy4yNzc0QzE4LjI3NzYgMTkuNTk5MSAxNS4xODgyIDIxIDExLjk5ODIgMjFDMTEuMzA4IDIxIDEwLjYxOTYgMjAuOTIyNyA5LjkyMDA4IDIwLjgwMzRDNS42MDE0MyAyMC4wMzMxIDIuNzg0NTMgMTYuMTU5OSAyLjIwNjIzIDEwLjE5MjlDMi4wNDc5OSA4LjU5MTcyIDIuMDAwMzIgNi44NzY0MSAyLjAwMDMyIDUuMjc2ODJDMS45ODE2NiAzLjk3NDkzIDIuNzg0NTMgMy4wNjUwOSAzLjkxMzE2IDMuMDMyNTVDNC4wMTg5NSAzLjAzMjU1IDQuMTI0NjEgMy4wMjQ0MSA0LjIzMDI3IDMuMDE2MjdDNC4zMzU5NCAzLjAwODE0IDQuNDQxNjIgMyA0LjU0NzQzIDNDNS42MDQ1MSAzIDYuNDg3NTYgMy45MzMyNiA2LjU1Mjg0IDUuMTY5ODJDNi41NTI4NCA1LjI0NzE1IDYuNTU1MjYgNS4zNDE0MyA2LjU1NzY0IDUuNDMzODlaTTMuOTc4NDYgNS4yMDIzNkMzLjg5NDUxIDUuMjAyMzYgMy44NDc4NyA1LjIxMzIxIDMuODQ3ODcgNS4zNTQyNUMzLjg0Nzg3IDUuNDk1MjkgMy44NDc4NyA1LjY0NzE4IDMuODU3MiA1Ljc1NTY3QzMuODY1ODQgNi4xMDA4IDMuODgyNDkgNi41NDgzOSAzLjkwMzg1IDcuMDI4NDRMNC43OTg3MyA2LjkyNjIyQzQuNzQxNzcgNi41NDIxMiA0LjcxMDA4IDYuMTQ3OTEgNC43MDYgNS43NDQ4MlY1LjMwMDAxQzQuNzA2IDUuMjEzMjEgNC42Njg2OSA1LjE2OTgyIDQuNTc1NDIgNS4xNjk4MkwzLjk3ODQ2IDUuMjAyMzZaTTQuMDgxMDYgOS45NTQyN0M0LjA2MDE1IDkuNzMyNjUgNC4wMzc1IDkuNDMwMjMgNC4wMTQ4NCA5LjA4Mzc2TDUuMzUyNzkgOC45MzA5M0M2LjY5MzY4IDEyLjE3NTYgOS45MDg4OSAxNC4zMTU0IDEzLjAwMjMgMTQuMzE1NEMxNC44NDkxIDE0LjMxNTQgMTYuNTYxMyAxMy42MTA0IDE3LjM5MTQgMTMuMTExNEMxOC40MzYxIDEyLjQ4MjEgMTkuMTA3NyAxMi4yOTc3IDE5LjUwODggMTIuMjk3N0MxOS43NDIgMTIuMjk3NyAxOS44ODE5IDEyLjM2MjggMTkuOTQ3MiAxMi40Mzg3QzIwLjUxNjIgMTMuMTc2NCAxOS42Njc0IDE0Ljg3OTggMTguOTMwNSAxNS43NTg1QzE3LjU0MDcgMTcuMzk2NyAxNS4wOTY5IDE4LjgxOCAxMi4wMzc0IDE4LjgxOEMxMS40NDk4IDE4LjgxOCAxMC44NDM1IDE4Ljc2MzcgMTAuMjE4NiAxOC42NTUyQzUuMjY1NjQgMTcuNzc2NSA0LjMwNDkyIDEyLjI3NiA0LjA4MTA2IDkuOTU0MjdaIiBmaWxsPSIjMTkxOTE5Ii8+CjxwYXRoIGQ9Ik0xOC44NzgxIDguNzc4NThDMTguMjc1MyA4Ljc3ODU4IDE3LjYwOTYgOC45MjQzIDE2Ljg2NzUgOS4yMTg0OEMxNi45MjQxIDkuMDY5OTQgMTYuOTc1MSA4LjkyMzE1IDE3LjAyMDkgOC43Nzg5NUMxNy4yOTk0IDcuODk2MzggMTcuMzU5NCA3LjMwODE1IDE3LjMyNjYgNi45MzUwM0wxNy4zMjYyIDYuOTMwMTdDMTcuMjk0NyA2LjU1Mjc2IDE3LjE2NDYgNi40MjUyNSAxNy4wNzEyIDYuMzY5MjlDMTYuOTgzMSA2LjMyMzI2IDE2Ljg3MTYgNi4zMDI2MyAxNi43NDAxIDYuMzE4NTNDMTYuNjAxMSA2LjMzNTM0IDE2LjQ3ODQgNi4zODkxMSAxNi40MDI4IDYuNDQyOTZDMTYuMTU4OCA2LjYyNjY3IDE2LjAzOTcgNi43NzEzMyAxNS44NDUyIDcuMDA3NzFDMTUuNzM0NiA3LjE0MjE1IDE1LjU5OTYgNy4zMDYyOSAxNS40MDMyIDcuNTI0MTJDMTQuOTk0NyA3Ljk3OTkyIDE0LjUxNzcgOC40OTM3MiAxMy44NDIgOC45NzE5N0MxMy4yMDAyIDkuNDI2MzIgMTIuNDExIDkuODI3MTkgMTEuMzYgMTAuMTU2NEMxMC40MDEgOS45MTMyOCA5LjU1ODcgOS4zMTE0NSA4Ljk0MzYyIDguNTc0NjlDOS40NTA5NSA4LjUyMzY2IDEwLjAwOTEgOC40MTk2OSAxMC42MTMgOC4yMzk5N0wxMC42MTQyIDguMjM5NjFDMTEuNTgxOCA3Ljk1MzAyIDEyLjIyNTIgNy42MTk0OCAxMi43MDQ4IDcuMjgwMDJDMTMuMTg4MSA2LjkzNzg2IDEzLjU0MTIgNi41NjUzOCAxMy45MzAxIDYuMTMxNDhMMTMuOTMyMSA2LjEyOTI3QzE0LjAwNDggNi4wNDg2NyAxNC4wODQgNS45NTMxMSAxNC4xNzEgNS44NDgxOUMxNC40Mzg3IDUuNTI1MzMgMTQuNzgwMiA1LjExMzQ1IDE1LjIyODQgNC43Nzc4TDE1LjIzODkgNC43NzAyQzE1LjkwNTggNC4yODQwNiAxNy4wMjE0IDQuMDEyIDE4LjAyMjIgNC41NjA1OUwxOC4wMzc2IDQuNTY5MTlDMTguODI2NiA1LjAyMDAzIDE5LjI0MzkgNS44MzA1OSAxOS4zMjEzIDYuNzUzMDRDMTkuMzczMyA3LjM0NzMzIDE5LjI5ODEgOC4wMjMyOSAxOS4xMDUxIDguNzg1NDJDMTkuMDMxNCA4Ljc4MDkyIDE4Ljk1NTggOC43Nzg1OCAxOC44NzgxIDguNzc4NThaIiBmaWxsPSIjMTkxOTE5Ii8+Cjwvc3ZnPgo=") center center no-repeat;
    background-color: rgb(25, 25, 25);
}

.eUNZUo {
    height: 24px;
    width: 24px;
    mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuNjk0NTggMTFDNy42OTQ1OCAxMC40NDc3IDguMTQyMjkgMTAgOC42OTQ1OCAxMEM5LjI0Njg2IDEwIDkuNjk0NTggMTAuNDQ3NyA5LjY5NDU4IDExVjEyQzkuNjk0NTggMTIuNTUyMyAxMC4xNDIzIDEzIDEwLjY5NDYgMTNIMTIuNjk0NkMxMy4yNDY5IDEzIDEzLjY5NDYgMTIuNTUyMyAxMy42OTQ2IDEyVjExQzEzLjY5NDYgMTAuNDQ3NyAxNC4xNDIzIDEwIDE0LjY5NDYgMTBDMTUuMjQ2OSAxMCAxNS42OTQ2IDEwLjQ0NzcgMTUuNjk0NiAxMVYxMkMxNS42OTQ2IDEzLjY1NjkgMTQuMzUxNCAxNSAxMi42OTQ2IDE1SDEwLjY5NDZDOS4wMzc3MiAxNSA3LjY5NDU4IDEzLjY1NjkgNy42OTQ1OCAxMlYxMVoiIGZpbGw9IiMxOTE5MTkiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjY5NDU4IDVDNy42OTQ1OCAzLjM0MzE1IDkuMDM3NzIgMiAxMC42OTQ2IDJIMTIuNjk0NkMxNC4zNTE0IDIgMTUuNjk0NiAzLjM0MzE1IDE1LjY5NDYgNVY2SDE1Ljk2QzE3LjQ1MjkgNiAxOC43MTg3IDcuMDk3NzkgMTguOTI5OCA4LjU3NTczTDIwLjM1ODQgMTguNTc1N0MyMC42MTY2IDIwLjM4MyAxOS4yMTQyIDIyIDE3LjM4ODUgMjJINi4wMDA1NkM0LjE3NDkxIDIyIDIuNzcyNTMgMjAuMzgzIDMuMDMwNzEgMTguNTc1N0w0LjQ1OTI5IDguNTc1NzNDNC42NzA0MiA3LjA5Nzc5IDUuOTM2MTggNiA3LjQyOTEzIDZINy42OTQ1OFY1Wk0xMy42OTQ2IDVWNkg5LjY5NDU4VjVDOS42OTQ1OCA0LjQ0NzcxIDEwLjE0MjMgNCAxMC42OTQ2IDRIMTIuNjk0NkMxMy4yNDY5IDQgMTMuNjk0NiA0LjQ0NzcxIDEzLjY5NDYgNVpNNy40MjkxMyA4SDE1Ljk2QzE2LjQ1NzYgOCAxNi44Nzk1IDguMzY1OTMgMTYuOTQ5OSA4Ljg1ODU4TDE4LjM3ODUgMTguODU4NkMxOC40NjQ1IDE5LjQ2MSAxNy45OTcxIDIwIDE3LjM4ODUgMjBINi4wMDA1NkM1LjM5MjAxIDIwIDQuOTI0NTUgMTkuNDYxIDUuMDEwNjEgMTguODU4Nkw2LjQzOTE4IDguODU4NThDNi41MDk1NiA4LjM2NTkzIDYuOTMxNDggOCA3LjQyOTEzIDhaIiBmaWxsPSIjMTkxOTE5Ii8+Cjwvc3ZnPgo=") center center no-repeat;
    background-color: rgb(25, 25, 25);
}

.jsvjUU {
    height: 24px;
    width: 24px;
    mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNS44MDM4IDMuNzk0MkMxNS45MDkyIDIuNzc0NzUgMTYuNzY4MiAyIDE3Ljc5MzEgMkgyMEMyMC41NTIzIDIgMjEgMi40NDc3MiAyMSAzQzIxIDMuNTUyMjggMjAuNTUyMyA0IDIwIDRMMTcuNzkzMSA0TDE3LjQ4MjggN0gyMUMyMS41NTIzIDcgMjIgNy40NDc3MiAyMiA4QzIyIDguNTUyMjggMjEuNTUyMyA5IDIxIDlIMjAuODkxMkwxOS40OTMzIDIxLjExNDZDMTkuNDM1MSAyMS42MTkyIDE5LjAwNzggMjIgMTguNDk5OSAyMkwxMy45OTk5IDIxLjk5OTlDMTMuNDkyIDIxLjk5OTkgMTMuMDY0NyAyMS42MTkxIDEzLjAwNjUgMjEuMTE0NUwxMS42MDg3IDguOTk5OTNIMTEuNUMxMC45NDc3IDguOTk5OTMgMTAuNSA4LjU1MjIyIDEwLjUgNy45OTk5M0MxMC41IDcuNDQ3NjUgMTAuOTQ3NyA2Ljk5OTkzIDExLjUgNi45OTk5M0wxNS40NzIxIDdMMTUuODAzOCAzLjc5NDJaTTE4Ljg3OCA5TDE3LjYwODcgMjBMMTQuODkxMiAxOS45OTk5TDEzLjYyMiA4Ljk5OTkzTDE4Ljg3OCA5WiIgZmlsbD0iIzE5MTkxOSIvPgo8cGF0aCBkPSJNMTAuMzk1IDExLjU2NjhDMTAuMDQ3NiAxMS44MjM1IDkuNTY0NzUgMTIgOSAxMkM4LjIxNDg4IDEyIDcuNTg3OTYgMTEuNjU4OCA3LjI2MzU3IDExLjIzNTZMNi44MjgzOSAxMC42Njc4TDYuMTUwNSAxMC44OTYzQzUuOTU2MjggMTAuOTYxOCA1LjczNjUxIDExIDUuNSAxMUM0LjQ1MTgxIDExIDQgMTAuMzU1NiA0IDEwQzQgOS43MjA5NSA0LjIzMDYzIDkuMzA4MDUgNC44NjAyOCA5LjEwMDExTDUuNjU2NTMgOC44MzcxNEw1LjUzNjM2IDguMDA3MjRDNS41MTI0NSA3Ljg0MjE1IDUuNSA3LjY3MjgzIDUuNSA3LjVDNS41IDUuNTY3IDcuMDY3IDQgOSA0QzEwLjE4OTMgNCAxMS4yNDAxIDQuNTkzMjMgMTEuODcyNiA1LjQ5OTk0TDE0LjExOTMgNS40OTk5OEwxNC4xMjA1IDUuNDg4MzRDMTMuMzE3NCAzLjQ0NTgyIDExLjMyNzYgMiA5IDJDNS45NjI0MyAyIDMuNSA0LjQ2MjQzIDMuNSA3LjVMMy41MDAxMSA3LjUzNTY3QzIuNjQ3MTMgOC4wNDQ4NyAyIDguOTA3MyAyIDEwQzIgMTEuNTk3NSAzLjMyNzI1IDEyLjY2OTggNC43OTA3NSAxMi45MzU1TDguMDY3OTkgMjEuMzYyN0M4LjIxNzQ3IDIxLjc0NzEgOC41ODc1OCAyMi4wMDAzIDguOTk5OTkgMjIuMDAwM0M5LjQxMjQxIDIyLjAwMDMgOS43ODI1MiAyMS43NDcxIDkuOTMyIDIxLjM2MjdMMTEuMTYwNyAxOC4yMDMzTDEwLjY2OTcgMTMuOTQ3OEw4Ljk5OTk5IDE4LjI0MTJMNy4yMDcyNCAxMy42MzEzQzcuNzU0MyAxMy44NzAzIDguMzY1OTYgMTQgOSAxNEM5LjU3NTgxIDE0IDEwLjEzMzIgMTMuODkzIDEwLjY0MDQgMTMuNjk0NEwxMC4zOTUgMTEuNTY2OFoiIGZpbGw9IiMxOTE5MTkiLz4KPC9zdmc+Cg==") center center no-repeat;
    background-color: rgb(25, 25, 25);
}

.jucYGg {
    height: 24px;
    width: 24px;
    mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOS43MzQ3IDUuOTg1NTZDMjEuNzU3OCA4Ljg3NDk4IDIxLjI5NDQgMTIuNzYxNyAxOC43OTIzIDE1LjEwNDdDMTguODA3IDE1LjEyMjkgMTguODIxMiAxNS4xNDE3IDE4LjgzNDggMTUuMTYxMUwyMS43MDI3IDE5LjI1NjhDMjIuMDE5NCAxOS43MDkzIDIxLjkwOTUgMjAuMzMyOCAyMS40NTcxIDIwLjY0OTZDMjEuMDA0NyAyMC45NjYzIDIwLjM4MTEgMjAuODU2NCAyMC4wNjQ0IDIwLjQwNEwxNy4xOTY1IDE2LjMwODJDMTcuMTgyOSAxNi4yODg4IDE3LjE3MDEgMTYuMjY5MSAxNy4xNTggMTYuMjQ5MUMxNC4xMDA1IDE3Ljc5ODkgMTAuMjg5NyAxNi45MDUgOC4yNjY1MyAxNC4wMTU2QzYuMDQ5MDkgMTAuODQ4OCA2LjgxODczIDYuNDgzOTggOS45ODU1NiA0LjI2NjU0QzEzLjE1MjQgMi4wNDkwOSAxNy41MTcyIDIuODE4NzMgMTkuNzM0NyA1Ljk4NTU2Wk0xNi44Njg1IDE0LjA5NjRDMTkuMTMwNSAxMi41MTI1IDE5LjY4MDIgOS4zOTQ3NCAxOC4wOTY0IDcuMTMyNzJDMTYuNTEyNSA0Ljg3MDY5IDEzLjM5NDcgNC4zMjA5NSAxMS4xMzI3IDUuOTA0ODRDOC44NzA2OSA3LjQ4ODczIDguMzIwOTUgMTAuNjA2NSA5LjkwNDg0IDEyLjg2ODVDMTEuNDg4NyAxNS4xMzA1IDE0LjYwNjUgMTUuNjgwMiAxNi44Njg1IDE0LjA5NjRaIiBmaWxsPSIjMTkxOTE5Ii8+CjxwYXRoIGQ9Ik0zIDExSDUuMDU0OTNDNS4xMzE1OSAxMS42OTM1IDUuMjg3MDMgMTIuMzYzMiA1LjUxMjEyIDEzSDNDMi40NDc3MSAxMyAyIDEyLjU1MjMgMiAxMkMyIDExLjQ0NzcgMi40NDc3MSAxMSAzIDExWiIgZmlsbD0iIzE5MTkxOSIvPgo8cGF0aCBkPSJNMyAxNUg2LjUxNTU1QzcuMDIxMTIgMTUuNzU1MyA3LjYzNzk3IDE2LjQyOTggOC4zNDI2NiAxN0gzQzIuNDQ3NzEgMTcgMiAxNi41NTIzIDIgMTZDMiAxNS40NDc3IDIuNDQ3NzEgMTUgMyAxNVoiIGZpbGw9IiMxOTE5MTkiLz4KPHBhdGggZD0iTTMgMTlDMi40NDc3MSAxOSAyIDE5LjQ0NzcgMiAyMEMyIDIwLjU1MjMgMi40NDc3MSAyMSAzIDIxSDEyQzEyLjU1MjMgMjEgMTMgMjAuNTUyMyAxMyAyMEMxMyAxOS40NDc3IDEyLjU1MjMgMTkgMTIgMTlIM1oiIGZpbGw9IiMxOTE5MTkiLz4KPC9zdmc+Cg==") center center no-repeat;
    background-color: rgb(0, 0, 0);
}

.gMJwyw {
    height: 24px;
    width: 24px;
    mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAxM0MxMy4yNDI2IDEzIDE0LjI1IDExLjk5MjYgMTQuMjUgMTAuNzVDMTQuMjUgOS41MDczNiAxMy4yNDI2IDguNSAxMiA4LjVDMTAuNzU3NCA4LjUgOS43NSA5LjUwNzM2IDkuNzUgMTAuNzVDOS43NSAxMS45OTI2IDEwLjc1NzQgMTMgMTIgMTNaTTEyIDE1QzE0LjM0NzIgMTUgMTYuMjUgMTMuMDk3MiAxNi4yNSAxMC43NUMxNi4yNSA4LjQwMjc5IDE0LjM0NzIgNi41IDEyIDYuNUM5LjY1Mjc5IDYuNSA3Ljc1IDguNDAyNzkgNy43NSAxMC43NUM3Ljc1IDEzLjA5NzIgOS42NTI3OSAxNSAxMiAxNVoiIGZpbGw9IiMxOTE5MTkiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAyMkMxNy41MjI4IDIyIDIyIDE3LjUyMjggMjIgMTJDMjIgNi40NzcxNSAxNy41MjI4IDIgMTIgMkM2LjQ3NzE1IDIgMiA2LjQ3NzE1IDIgMTJDMiAxNy41MjI4IDYuNDc3MTUgMjIgMTIgMjJaTTEyIDRDMTYuNDE4MyA0IDIwIDcuNTgxNzIgMjAgMTJDMjAgMTQuMTkzNyAxOS4xMTcxIDE2LjE4MTEgMTcuNjg3MiAxNy42MjY0QzE2LjQxMSAxNi42NDU1IDE0LjU2NTYgMTYgMTIgMTZDOS40MzQ0IDE2IDcuNTg5MDUgMTYuNjQ1NSA2LjMxMjgyIDE3LjYyNjRDNC44ODI5NCAxNi4xODExIDQgMTQuMTkzNyA0IDEyQzQgNy41ODE3MiA3LjU4MTcyIDQgMTIgNFpNMTYuMDI3MyAxOC45MTM5QzE1LjE0MTggMTguMzgzOSAxMy44NTg4IDE4IDEyIDE4QzEwLjE0MTIgMTggOC44NTgyIDE4LjM4MzkgNy45NzI3MSAxOC45MTM5QzkuMTU1NTUgMTkuNjA0NCAxMC41MzE2IDIwIDEyIDIwQzEzLjQ2ODQgMjAgMTQuODQ0NSAxOS42MDQ0IDE2LjAyNzMgMTguOTEzOVoiIGZpbGw9IiMxOTE5MTkiLz4KPC9zdmc+Cg==") center center no-repeat;
    background-color: rgb(25, 25, 25);
}

.bwZSgE {
    height: 24px;
    width: 24px;
    mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMCAxMS45MDQ1QzIyLjE5NTkgMTEuMzEzOSAyMi44MjA3IDguMTQyNTEgMjAuNjY2NCA2LjgyNzQzTDEzLjQwODIgMi4zOTY4NEMxMi41NDE0IDEuODY3NzIgMTEuNDU4NiAxLjg2NzcyIDEwLjU5MTggMi4zOTY4NEwzLjMzMzYyIDYuODI3NDJDMS4xNzkyNyA4LjE0MjUxIDEuODA0MDUgMTEuMzEzOSA0IDExLjkwNDVWMTlDNCAyMC42NTY5IDUuMzQzMTUgMjIgNyAyMkgxN0MxOC42NTY5IDIyIDIwIDIwLjY1NjkgMjAgMTlWMTEuOTA0NVpNNC41IDEwQzMuNzQyODkgMTAgMy43MDgxNSA4Ljk2MDM2IDQuMzU3MzcgOC41NjQwNkwxMS42MTU1IDQuMTMzNDdDMTEuODUxOSAzLjk4OTE3IDEyLjE0NzIgMy45ODkxNyAxMi4zODM2IDQuMTMzNDdMMTkuNjQxOCA4LjU2NDA2QzIwLjI5MSA4Ljk2MDM2IDIwIDEwIDE5IDEwQzE4LjQ0NzcgMTAgMTggMTAuNDQ3NyAxOCAxMVYxOUMxOCAxOS41NTIzIDE3LjU1MjMgMjAgMTcgMjBIMTRWMTRDMTQgMTIuODk1NCAxMy4xMDQ2IDEyIDEyIDEyQzEwLjg5NTQgMTIgMTAgMTIuODk1NCAxMCAxNFYyMEg3QzYuNDQ3NzIgMjAgNiAxOS41NTIzIDYgMTlWMTEuNUM2IDEwLjY3MTYgNS4zMjg0MyAxMCA0LjUgMTBaIiBmaWxsPSIjMTkxOTE5Ii8+Cjwvc3ZnPgo=") center center no-repeat;
    background-color: rgb(25, 25, 25);
}

.kYgGzc {
    height: 24px;
    width: 24px;
    mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOS43MzQ3IDUuOTg1NTZDMjEuNzU3OCA4Ljg3NDk4IDIxLjI5NDQgMTIuNzYxNyAxOC43OTIzIDE1LjEwNDdDMTguODA3IDE1LjEyMjkgMTguODIxMiAxNS4xNDE3IDE4LjgzNDggMTUuMTYxMUwyMS43MDI3IDE5LjI1NjhDMjIuMDE5NCAxOS43MDkzIDIxLjkwOTUgMjAuMzMyOCAyMS40NTcxIDIwLjY0OTZDMjEuMDA0NyAyMC45NjYzIDIwLjM4MTEgMjAuODU2NCAyMC4wNjQ0IDIwLjQwNEwxNy4xOTY1IDE2LjMwODJDMTcuMTgyOSAxNi4yODg4IDE3LjE3MDEgMTYuMjY5MSAxNy4xNTggMTYuMjQ5MUMxNC4xMDA1IDE3Ljc5ODkgMTAuMjg5NyAxNi45MDUgOC4yNjY1MyAxNC4wMTU2QzYuMDQ5MDkgMTAuODQ4OCA2LjgxODczIDYuNDgzOTggOS45ODU1NiA0LjI2NjU0QzEzLjE1MjQgMi4wNDkwOSAxNy41MTcyIDIuODE4NzMgMTkuNzM0NyA1Ljk4NTU2Wk0xNi44Njg1IDE0LjA5NjRDMTkuMTMwNSAxMi41MTI1IDE5LjY4MDIgOS4zOTQ3NCAxOC4wOTY0IDcuMTMyNzJDMTYuNTEyNSA0Ljg3MDY5IDEzLjM5NDcgNC4zMjA5NSAxMS4xMzI3IDUuOTA0ODRDOC44NzA2OSA3LjQ4ODczIDguMzIwOTUgMTAuNjA2NSA5LjkwNDg0IDEyLjg2ODVDMTEuNDg4NyAxNS4xMzA1IDE0LjYwNjUgMTUuNjgwMiAxNi44Njg1IDE0LjA5NjRaIiBmaWxsPSIjMTkxOTE5Ii8+CjxwYXRoIGQ9Ik0zIDExSDUuMDU0OTNDNS4xMzE1OSAxMS42OTM1IDUuMjg3MDMgMTIuMzYzMiA1LjUxMjEyIDEzSDNDMi40NDc3MSAxMyAyIDEyLjU1MjMgMiAxMkMyIDExLjQ0NzcgMi40NDc3MSAxMSAzIDExWiIgZmlsbD0iIzE5MTkxOSIvPgo8cGF0aCBkPSJNMyAxNUg2LjUxNTU1QzcuMDIxMTIgMTUuNzU1MyA3LjYzNzk3IDE2LjQyOTggOC4zNDI2NiAxN0gzQzIuNDQ3NzEgMTcgMiAxNi41NTIzIDIgMTZDMiAxNS40NDc3IDIuNDQ3NzEgMTUgMyAxNVoiIGZpbGw9IiMxOTE5MTkiLz4KPHBhdGggZD0iTTMgMTlDMi40NDc3MSAxOSAyIDE5LjQ0NzcgMiAyMEMyIDIwLjU1MjMgMi40NDc3MSAyMSAzIDIxSDEyQzEyLjU1MjMgMjEgMTMgMjAuNTUyMyAxMyAyMEMxMyAxOS40NDc3IDEyLjU1MjMgMTkgMTIgMTlIM1oiIGZpbGw9IiMxOTE5MTkiLz4KPC9zdmc+Cg==") center center no-repeat;
    background-color: rgb(25, 25, 25);
}


@media (hover: hover) {
    .jfCVbo:hover {
        background-color: #1919190d;
        box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--usage-color-transparent-default);
        color: #191919ff;
    }
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 15px;
    left: 0;
    overflow-x: hidden;
    transition: width 2s;
    padding-top: 80px;
    width: 5rem;
}

.sidenav:hover {
    width: 14rem;
}

.sidenav a {
    padding: 8px 8px 8px 23px;
    text-decoration: none;
    background-color: #fff;
    color: #191919ff;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 500;
}

.sidenav a:hover {
    color: #191919ff;
}

.sidenav .closebtn {

    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 0px;
}

.ClsCartPopup {
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 2;
    top: 50px;
    right: 0;
    overflow-x: hidden;
    transition: 1.5s;
    padding-top: 0px;
    box-shadow: 0 6px 20px 0 #19191933;
}

/*
.ClsCartPopup a {
  padding: 8px 8px 8px 23px;
  text-decoration: none;
   background-color: #fff;
  color: #191919ff;
  transition: 0.3s;
  font-size:14px;
  font-weight: 500;
}
.list-group-item-action.py-2.ripple.gKinpO span {
	display: none;
}
.ClsCartPopup a:hover {
  color: #191919ff;
}

.ClsCartPopup .closebtn {

  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 0px;
}

@media screen and (max-height: 450px) {
  .ClsCartPopup {padding-top: 15px;}
  .ClsCartPopup a {
	color: #191919ff;
	font-size: 14px;
	font-weight: 500;
}
}
 */
.dropbtn {
    color: #191919ff;
    padding: 4px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    font-weight: 500;
}

.dropbtn:hover,
.dropbtn:focus {
    /* background-color: #d6d6d6ff; */
}

.dropdown {
    position: relative;
    display: inline-block;
    width: 300px;
    padding-left: 240px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #d6d6d6ff;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: #d6d6d6ff;
}

.show {
    display: block;
}

.gKinpO {
    max-width: 100%;
    display: flex !important;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-direction: row;
    /* padding-left:1.5rem; */
}

.gKinpO {
    max-width: 100%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-direction: row;
    fill: white;
}

.kgVpKV {

    left: 0px;
    top: 0px;
    border-radius: 0 0 12px 12px;


}

.isHrde {
    width: 100%;
    object-fit: cover;
    height: 100%
}

.hqIPIp {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 12px;
    left: 16px;
    border-radius: 50%;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px;
}

.cfQlyQ {
    height: 76px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    overflow: hidden;
}

.dPeNGN {
    width: 100%;
    height: 210px;
    position: relative;
    overflow: hidden;
    margin-top: var(--usage-space-none);
}

.fZPmmD {
    max-width: 100%;
    display: flex;
    -moz-box-align: stretch;
    align-items: stretch;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-flow: wrap;
}

.fiSfaG span {
    font-size: 12px;
    color: rgb(96, 96, 96);
    line-height: 12px;
}

.jiFBoj {
    max-width: 100%;
    /* display: none; */
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-direction: row;
}

.jiFBoj > * + * {
    margin-left: 8px !important;
}

.fZPmmD > :not(:last-child) {
    margin-right: 8px !important;
}

.fiSfaG > div > div > div > div {
    -moz-box-pack: center;
    justify-content: center;
    text-align: center;
    display: flex;
}

.dyodcX {
    overflow: hidden;
}

@media (hover: hover) {
    .eVspjz:hover {
        background-color: #d6d6d6;
        box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--comp-color-button-tertiary-border-hovered);
        color: #242424;
    }
}

@media (hover: hover) {
    .eTRLUo {
        width: 1px;
        height: 40px;
        background-color: #f1f1f1f1;
        margin: 0px 20px 0px 20px;
    }
}

.goVetq {
    color: var(--usage-color-text-default);

    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

.gZNeeE {
    color: #00838ff1;

    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

.hliogJ {
    color: #a36500ff;

    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

.fERnCr > * + * {
    margin-left: 2px;
}

.hAoiGj:not(:first-child) {
    margin-left: 0px;
}

.ciJrlW {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    min-height: 32px;
    width: 100%;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    border-radius: 9999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #19191900;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--usage-color-transparent-default);
    color: #191919ff;
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .eXscct {
        display: block;
    }
}

.kbJqiC {
    width: 100%;
    border: 1px solid #f1f1f1ff;
    border-radius: 24px;
}

/*
.cWZKtF>*+* {
	margin-top: 8px;
} */

.ciJrlW:hover {
    background-color: #1919190d;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--usage-color-transparent-default);
    color: #191919ff;
}

.bJJcJQ {
    background-color: #f1f1f1ff;
    border-radius: 4px;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--usage-color-background-strong-default);
    display: inline-flex;
    max-width: 100%;
    height: 20px;
    padding: 4px;
}

.dRObSZ {
    color: #191919ff;
    font-family: var(--comp-type-tag-label-small-font-family), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    display: block;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px;
    padding: 4px;
}

.feKgxz {
    max-width: 100%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    flex-direction: row;
}

.bJJcJQ {
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--usage-color-background-strong-default);
    display: inline-flex;
    max-width: 100%;
    border-radius: 4px;
    background-color: rgb(241, 241, 241);
    padding: 4px;
    height: 25px;
}

.giaTF {
    padding: 0 0 0 15px;
    cursor: pointer;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #f1f1f1ff;
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    -moz-box-align: center;
    align-items: center;
}

.bvPxgl {
    color: #606060ff;

    font-size: 14pxpx;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    text-align: left;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
    max-height: 20px;
    white-space: normal;
    margin: 0px;
    padding: 0px;
}

.kdueWe {
    display: flex;
    flex-direction: column;
    -moz-box-pack: center;
    justify-content: center;
    max-width: 100%;
    min-height: auto;
    min-width: 0px;
    padding-right: 0px;
}

.dTphbq,
.fKlSdx {
    color: #191919ff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.01;
    text-decoration: none;
    text-transform: none;
    text-align: left;
    display: block;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
}

.hSwXML,
.cxjiTB {
    color: 606060ff;
    font-family: var(--usage-type-body-small-strong-font-family), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    text-align: left;
    display: block;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
}

.VrKMr {
    max-width: 100%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-direction: row;
}

.ihwIef {
    color: #606060ff;

    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

.ihwIef {

    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: none;
    color: rgb(96, 96, 96);
    letter-spacing: -0.01px;
}

.iFDmLn {
    max-width: 100%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-flow: wrap;
}

.bmcPch {
    max-width: 100%;
    margin-bottom: 8px;
}

.bXiVcG {
    position: relative;
    max-width: 100%;
    margin: 0px;
    display: inline-flex;
    min-height: 32px;
    border-radius: 9999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px #191919ff;
    color: #191919ff;
    height: 32px;
    width: 32px;
    padding: 0px;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}

.kfmxrW {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding-right: 12px;
    padding-bottom: 12px;
    z-index: 0;
}

.EuBJE {
    width: 100%;
    position: relative;
    flex: 0 0 408px;
    margin-right: 16px;
    display: flex;
}

.nbyWw img {
    border-radius: 0 8px 8px 0px !important;
}

.bHfLvF,
.ldyIml,
.comIGV li,
.comIGV li a {
    color: #191919ff;

    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    display: block;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
}

.lcrvua {
    cursor: pointer;
    text-align: center;
    color: #191919ff;
    font-weight: bold;
    padding-left: 10px;
}

.comIGV li {
    padding: var(--usage-space-x-small) var(--usage-space-medium);
    padding: 8px 0px 8px 16px;
}

.iKxKgI {
    overflow: auto;
    height: calc(-263px + 100vh);
}

@media (hover: hover) {
    .comIGV li:hover {
        background-color: #1919190d;
        box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--usage-color-transparent-default);
        color: #191919ff;
        border-radius: 999px;
    }
}

.comIGV li a.active {
    position: absolute;
    top: 4px;
    bottom: 4px;
    background-color: #191919ff;
    width: 6px;
    border-radius: 0px var(--usage-space-x-small) var(--usage-space-x-small) 0px;
}

.kPUjuZ {
    position: sticky;
    top: 165px;
    z-index: 0;
    transition: top 0.5s ease-in-out;
}

.hlISu {
    display: flex;
    top: 0px !important;
    left: 0;
    width: 100%;
    height: 84px;
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1f1;
    z-index: 1;
    transition: top 0.35s;
    /* position: sticky; */
    padding: 0 !important;
    margin: 0 !important;
}

.flyptG {
    color: #191919ff;

    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.01px;
    text-transform: none;
}

.iAXTTb {
    color: #606060ff;

    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    -webkit-letter-spacing: var(--usage-type-body-small-default-letter-spacing);
    -moz-letter-spacing: var(--usage-type-body-small-default-letter-spacing);
    -ms-letter-spacing: var(--usage-type-body-small-default-letter-spacing);
    letter-spacing: -0.01px;
    -webkit-text-decoration: var(--usage-type-body-small-default-text-decoration);
    text-decoration: none;
    text-transform: none;
    display: block;
    margin: 0;
    padding: 0;
}

.eejnpR {
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
    color: inherit;
}

.fRUOvn {
    padding: 12px;
    border-radius: 8px;
    background-color: rgba(247, 247, 247, 0.97);
    /* min-width: 308px;
	max-width: 308px; */
    margin-right: var(--usage-space-x-small);
    cursor: pointer;
    height: auto;
}

.jePeIg {
    color: #191919ff;

    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

.eMkfYX {
    color: rgb(118, 118, 118);

    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

.jjzZwa {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 9999px;
    background-color: rgb(73, 105, 245);
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    align-self: center;
}

.gTEXFq {
    color: #191919ff;

    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

.iziHqH {
    color: #ffffff;

    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

.cHpRiL {
    color: #606060bb;

    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.01;
    text-decoration: none;
    text-transform: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

.jjYftL .h7 {
    font-size: 0.8rem;
    font-weight: 500;
}

.VrKMr > * + * {
    margin-left: 4px;
}

.fpqArY {
    display: contents !important;
    font-size: 14px;
}

.dQZfBS {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background-color: rgb(235, 23, 0);
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    align-self: center;
}

.dOXqgh {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 9999px;
    background-color: rgb(189, 136, 0);
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    align-self: center;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */

    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 0% auto;
    /* 15% from the top and centered */
    padding: 0px 0px 0 0px;
    border: 1px solid #888;
    width: 37%;
    /* Could be more or less, depending on screen size */
    border-radius: 13px;
    top: 25%;
}

/* The Close Button */
.close {
    color: #191919ff;
    float: right;
    font-size: 36px;
    font-weight: normal;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.lhNUbU {
    color: #606060bb;

    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    display: block;
    margin: 0px;
    padding: 0px;
}

.iaQGHS {
    margin-bottom: 16px;
}

.llWHbj > * + * {
    margin-left: 4px;
}

.kkojBG {
    width: 100%;
    border-bottom: 1px solid #f1f1f1ff;
    cursor: pointer;
}

.jMYxrG {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-flex: 1;
    flex-grow: 1;
    column-gap: 32px;
    cursor: pointer;
    margin-left: 15px !important;
    padding-left: calc(2 * var(--usage-space-medium)) !important;
}

.meAlJ {
    display: flex;
    flex-shrink: 0;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 2px solid #191919ff;
    border-radius: 4px;
    appearance: checkbox;
    background-color: #ffffff;
    position: relative;
    outline: none;
    margin: 0px;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}


.iZksw {
    background: #ffffff;
    padding: 16px;
    border-radius: 0px 0px 12px 12px;
    display: flex;
    -moz-box-pack: end;
    justify-content: flex-end;
    flex-shrink: 0;
    overflow: hidden;
    border-top: 1px solid #f1f1f1ff;
}

.gUnHMu {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 100%;
}

.gsRztx {
    display: flex;
    flex-direction: row;
    align-self: center;
    width: 100%;
}

.gIkpec {
    max-width: 100%;
    display: flex;
    -moz-box-align: stretch;
    align-items: stretch;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-direction: row;
}

.iivjYR[disabled],
.iivjYR[aria-disabled="true"] {
    background-color: #f7f7f7ff;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--usage-color-border-disabled);
    color: #b2b2b2ff;
}

.iivjYR {
    position: relative;
    max-width: 100%;
    margin: 0px;
    display: inline-flex;
    min-height: 40px;
    border-radius: 9999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #19191900;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--usage-color-transparent-default);
    color: #191919ff;
    height: 40px;
    width: 40px;
    padding: 0px;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}

.ejOCSD {
    width: 60px;
}

.gIkpec > * + * {
    margin-left: 16px;
}

.cWZKtF {
    max-width: 100%;
    display: block;
}

.evotqE {
    display: flex;
    min-height: 40px;
}

.iVZBxx {

    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01px;
    font-weight: 500;
    color: #191919ff;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    border-radius: 8px;
    z-index: 1;
    padding: 0px 12px;
    border: medium;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--comp-color-field-border-default);
    background-color: #f7f7f7ff;
}

.kXCksQ > * {
    width: 100%;
}

.jtKXkg {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    min-height: 40px;
    width: 100%;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    border-radius: 9999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #108910;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--usage-color-transparent-default);
    color: #ffffff;
}

.jONJUs {
    display: block;
    -moz-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    transition: opacity 0.15s ease-in-out;
    opacity: 1;
}


.duSLDd {
    color: currentcolor;

    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    display: block;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
}

.ejOCSD input {
    text-align: center;
}

.hOfdVc {

    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01px;
    font-weight: 500;
    width: 100%;
    border: medium;
    outline: none;
    flex: 1 1 100%;
    display: flex;
    background: inherit;
    color: currentcolor;
    appearance: checkbox;
    margin: 0px;
    padding: 0px;
}

.iPUGzV {
    position: relative;
    max-width: 100%;
    margin: 0px;
    display: inline-flex;
    min-height: 40px;
    border-radius: 9999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #19191900;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--usage-color-transparent-default);
    color: #191919ff;
    height: 40px;
    width: 40px;
    padding: 0px;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}

.dqWmIX {
    width: 100%;
}

.bZDkVI {
    width: 100%;
}


.eAZySs {
    z-index: 3;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    pointer-events: none !important;
}

.eAZySs > * {
    pointer-events: auto;
}

.fNfKau {
    -moz-box-flex: 1;
    flex-grow: 1;
    overflow: auto;
    z-index: 0;
    border-radius: 8px;
}

.exMoeW {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.fixed-top {
    z-index: 3 !important;
}

.bYtiER {
    max-width: 100%;
    padding: 0rem 1rem;
}

.NOEGv {
    background-color: var(--usage-color-background-subdued-default);
    overflow: hidden;
    max-height: 290px;
    position: relative;
    border-radius: 4px;
}

/******************************************/
/* .cuFOqm {
	background-color: #ffffff;
	 position: fixed;
	top: 0px;
	bottom: 0px;
    right: 0px;
    width: 560px;
	box-shadow: 0 6px 20px 0 #19191933;
	height: 100%;
} */

.eFSBzY > * {
    pointer-events: auto;
}

.goVetq {

    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    display: block;
    margin: 0px;
    padding: 0px;
    color: rgb(25, 25, 25);
}

.VrKMr {
    max-width: 100%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-direction: row;
}

.bgYphk {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    appearance: checkbox;
    border: medium;
    outline: none !important;
    padding: 0px;
    margin: 0px;
    text-align: inherit;
    display: block;
    width: 100%;
    background: var(--usage-color-transparent-default);
}

.WECHv {
    display: block;
    width: 100%;
    margin: 0px;
    border: medium;
    height: 1px;
    background: #f1f1f1ff;
    opacity: 1;
}

@media (max-width: 575.98px) {
    ._uplix {
        display: none !important;
    }
}

.bGoSFN {
    width: 100%;
    padding-left: 12px;
    margin-top: 0;
    margin-bottom: 0;
}

.eaXeBL {
    max-width: 100%;
    padding: 12px 12px;
}

.iVKwdM {
    animation: 0.3s ease-in gCiAhq;
    height: 60px;
    width: 60px;
    border-radius: 4px;
    margin-left: 4px;
    overflow: hidden;
}

.jYnMxm {
    -moz-box-flex: 1;
    flex-grow: 1;
    overflow: hidden;
    flex-basis: 100%;
    grid-area: 2 / 2;
}

.cJxGCl {
    max-width: 100%;
    display: block;
}

.laMCcm {
    color: #191919ff;

    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    text-align: left;
    display: block;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
}

.dhyst {
    max-width: 100%;
    display: block;
    padding: 10px 0 0 10px;
}

.jSaOyI {
    max-width: inherit;
}

.laMCcm {

    font-weight: 500;
    text-transform: none;
    text-align: left;
    white-space: nowrap;
    color: rgb(25, 25, 25);
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01px;
}

.cnzVEX,
.duigup {
    color: #191919ff;

    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
    max-height: calc(var(--usage-type-body-medium-default-line-height) * 2);
    white-space: normal;
    margin: 0px;
    padding: 0px;
}

.idtPLn {
    color: var(--usage-color-text-subdued-default);

    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
    max-height: calc(var(--usage-type-label-x-small-default-line-height) * 2);
    white-space: normal;
    margin: 0px;
    padding: 0px;
}

.eyuHSB {
    margin-top: 5px;
}

.ZNLaC {
    color: var(--usage-color-text-default);

    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

.bGoSFN {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 12px;
}

.hpaNRV {
    padding: 0 16px;
    margin-bottom: 16px;
}

.cNjEpU {
    width: 100%;
    overflow: hidden;
    background: #f7f7f7ff;
    border-radius: 1000px;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    flex-direction: row;
    -moz-box-pack: justify;
    justify-content: space-between;
}

.buxKGc {
    position: static;
    top: 0px;
    right: auto;
    border-radius: 1000px;
    white-space: nowrap;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px;
}

.cEvrPo {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    height: 100%;
}

.cNjEpU {
    width: 100%;
    overflow: hidden;
    border-radius: 1000px;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    flex-direction: row;
    -moz-box-pack: justify;
    justify-content: space-between;
    background: rgb(247, 247, 247);
}

.bgYphk {
    cursor: pointer;
    text-align: inherit;
}

.dbDkWc {
    transition: 200ms ease-in-out;
    max-width: 32px;
    opacity: 1;
}

.dJQkyG {
    position: relative;
    max-width: 100%;
    margin: 0px;
    display: inline-flex;
    min-height: 32px;
    border-radius: 9999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #f1f1f1ff;
    box-shadow: inset 0 0 0 1px #f1f1f1ff;
    color: #191919ff;
    height: 32px;
    width: 32px;
    padding: 0px;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}

.dJQkyG:hover {
    background-color: #d6d6d6ff;
    box-shadow: inset 0 0 0 1px #d6d6d6ff;
    color: var(--comp-color-button-tertiary-text-hovered);
}

.jkCXbu {
    position: relative;
}

.ipPFp {
    height: 32px;
    min-width: 32px;
    display: flex !important;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    transition: 200ms ease-in-out;
    opacity: 0 !important;
    color: #191919ff !important;
}

.gJtDdY {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}

.dbDkWc {
    transition: 200ms ease-in-out;
    max-width: 32px;
    opacity: 1;
}

.gOIicc {
    height: 32px;
    min-width: 32px;
    display: flex !important;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    transition: 200ms ease-in-out;
    opacity: 1 !important;
    color: #191919ff;
    background: transparent;
}

.eqLUBq {
    color: #191919ff;

    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

.bjcmlU {
    display: flex;
    flex-direction: column;
}

.eCqPTM {
    width: 95px;
    height: 95px;
    position: relative;
    border-radius: 8px;
    border: 1px solid #f1f1f1ff;
    overflow: hidden;
}

.ixAFgA {
    flex-shrink: 0;
    width: 95px;
    height: 100%;
    border-radius: 8px;
    min-width: 0px;
    margin-right: 8px;
    cursor: pointer;
}

.eCqPTM button {
    position: absolute;
    bottom: 4px;
    right: 4px;
}

.jQqKMb {
    position: relative;
    max-width: 100%;
    margin: 0px;
    display: inline-flex;
    min-height: 32px;
    border-radius: 9999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--usage-color-transparent-default), var(--usage-elevation-2);
    color: #191919ff;
    height: 32px;
    width: 32px;
    padding: 0px;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}

.kcOBvs {
    position: relative;
    display: flex;
    -moz-box-align: start;
    align-items: start;
    flex-wrap: nowrap;
    overflow: auto hidden;
    width: 100%;
    padding: 16px 0 0;
}

.MKmVH,
.ZNLaC {
    color: #191919ff;

    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
    max-height: auto;
    white-space: normal;
    margin: 0px;
    padding: 0px;
}

.fRCMLg {
    color: #606060ff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    display: block;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
}

.VrKMr {
    max-width: 100%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-direction: row;
}

.iLA-DSJ {
    max-width: 100%;
    display: block;
}

.dfviTz {
    width: 100%;
    height: 100%;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.iLA-DSJ > * + * {
    margin-top: 4px;
}

.bgYphk:hover {
    background: #1919190d;
}

.display-7 {
    font-size: 2rem;
}

.fZHVOZ {
    padding: 12px 12px;
}

.iPUGzV:hover {
    background-color: #1919190d;
    box-shadow: 0 0 0 1px #19191900;
    color: #191919ff;
}

.iPUGzV:hover {
    background-color: #1919190d;
    box-shadow: 0 0 0 1px #19191900;
    color: #191919ff;
}

.iPUGzV {
    position: relative;
    max-width: 100%;
    margin: 0px;
    display: inline-flex;
    border-radius: 9999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #19191900;
    box-shadow: 0 0 0 1px #19191900;
    color: #191919ff;
    height: 40px;
    width: 40px;
    padding: 0px;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    min-height: 40px;
}

.jtKXkg:hover {
    background-color: #00653f;
    box-shadow: inset 0 0 0 1px #19191900;
    color: #ffffff;
}

.sidena_v {
    display: flex;
    white-space: nowrap;
    -moz-box-align: center;
    align-items: center;
    overflow: hidden;
    flex: 1 1 auto;
}


.kJBqCR {
    max-width: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    -moz-box-align: stretch;
    align-items: stretch;
    justify-content: stretch;
}

.gHWlNd {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 12px;
}

.gAPlBY {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.iNreRY {
    border: 0px;
    border-radius: 8px;
    background: #ffffff;
    display: block;
    text-decoration: none;
    padding: 0px;
    text-align: left;
    width: 100%;
    max-width: 100%;
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
    outline: none;
}

.iOhvyH {
    z-index: 2 !important;
    position: fixed;
    bottom: 0px;
    top: 64px;
}

.xuIRF {
    padding: 4px 16px;
    width: 100%;
    min-height: 40px;
    max-width: 100%;
    flex-wrap: nowrap;
}

.xuIRF > span {
    flex: 0 0 auto;
}

.kxiXzp {
    width: 24px;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
}

.hYVFuy {
    display: flex;
    white-space: nowrap;
    flex: 1 1 auto;
    -moz-box-align: center;
    align-items: center;
    overflow: hidden;
}

.hYVFuy .SideNavCellFrame__PrimarySlot-sc-155vpg2-1 {
    flex: 1 1 auto;
}

.hYVFuy > span {
    flex: 0 0 auto;
}

.dVDYal {
    overflow: hidden;
}

.iHLDqL {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    transition: box-shadow 225ms cubic-bezier(0.83, 0, 0.17, 1);
    border-right: 1px solid #f1f1f1ff;
    background-color: #ffffff;
}

.iNreRY:hover {
    background: #f7f7f7ff;
}

.dzYtNh {
    padding: 4px 16px;
}

.gAPlBY:not(:first-child) {
    margin-top: 4px;
}

.iOhvyH {
    width: 5rem;
    border-right: 1px solid #f1f1f1ff;
}

.iOhvyH:hover {
    width: 14rem !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
    transition: width 0.5s;
    transform: translateZ(-2.1rem);
    z-index: 10;
    background: #ffffff;
}

.WcJQY {
    display: none;
    -moz-box-pack: center;
    justify-content: center;
    width: 80px;
}

@media screen and (max-width: 768px) {
    .kgVpKV {
        border-radius: 1rem;
    }
}

.logo {
    fill: white;
    fill: red;
}

/**********************************************/
@media (min-width: 960px) {
    .cBMFIy {
        height: calc(-64px + 100vh);
        top: 73px;
        flex: 0 0 420px;
        border-left: 0px solid #d6d6d6ff;
        overflow-y: auto;
        position: sticky;
        width: 26rem;
    }
}

.mHOdM {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("../images/temp.png");
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    margin-right: 16px;
    border: 1px solid rgb(214, 214, 214);
}

.ePdjiQ {
    border-radius: 8px;
    padding: 8px;
    background: #fff6bf;
    display: grid;
    gap: 8px;
    grid-template-columns: auto 1fr auto;
    position: relative;
    overflow: hidden;
}

.fSUQIp {
    padding: 24px;
}

.kHBJE {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-flex;
    min-height: 32px;
    width: auto;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    border-radius: 9999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 1px #19191900;
    color: #191919ff;
}

.bg-gradient {
    background-color: #f7f7f7ff;

    color: #b2b2b2ff;
}

.bg-gradient:hover {
    cursor: not-allowed;
    background-color: #f7f7f7ff;

    color: #b2b2b2ff;
}

.hAStGx {
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    flex-direction: row;
    align-items: stretch;
    -moz-box-align: stretch;
    max-width: 100%;
}

.jEwLAM[disabled],
.jEwLAM[aria-disabled="true"] {
    color: #b2b2b2ff;
}

.gKinpO > * + * {
    margin-left: 12px;
}

.gYqMHn > button {
    background-color: rgb(66, 133, 246);
    margin-top: 8px;
}

.biShts {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0ch;
    text-transform: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
    display: block;
    font-variant-ligatures: no-common-ligatures;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gYqMHn > button span {
    line-height: normal !important;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 100%;
}

.jluwHR > button span {
    line-height: normal !important;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 100%;
}

.fJnxnw > button span {
    line-height: normal !important;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 100%;
}

.fZHuuT {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    min-height: 40px;
    width: 100%;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    border-radius: 24px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #108910;
    box-shadow: transparent 0px 0px 0px 1px inset;
    color: rgb(255, 255, 255);
}

.dhQxsk > div:first-child > :has(button) {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 350px;
    margin-top: 0px !important;
}

.Q9Zq8sGAiPk5gCcTApx3 {
    text-align: center;
}

.boeace {
    width: 100%;
    min-height: unset;
    border: 0px !important;
    background: white;
}

.hwQNHH {
    /* margin-top: 24px;
	margin-bottom: 24px; */
}

.gYqMHn > button {
    background-color: rgb(66, 133, 246);
    margin-top: 8px;
}

.cGCJLK > * + * {
    margin-top: 16px !important;
}

.jluwHR > button {
    background-color: rgb(59, 89, 152);
    margin-top: 8px;
}

.fJnxnw > button {
    background-color: rgb(0, 0, 0);
    margin-top: 8px;
}

.img-fluid.icon-img {
    width: 1.5rem;
}

.cntkeZ {
    padding: 20px;
    height: 100%;
}

.GkQVY {
    background-color: rgb(236, 252, 252);
    padding: 8px;
    border-radius: 0px;
    flex-direction: row;
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.cgRxSi {
    display: flex;
    flex-direction: row;
    -moz-box-align: center;
    align-items: center;
    text-align: left;
}

.cgRxSi div:first-child {
    margin-right: 16px;
}

.cecQcO {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0ch;
    text-transform: none;
    color: rgb(25, 25, 25);
    margin: 0px;
    padding: 0px;
    display: block;
    font-variant-ligatures: no-common-ligatures;
}

.kHLhcx {
    border: 1px solid #f1f1f1ff;
    border-radius: 8px;
    padding: 16px;
    /* margin: 8px 0; */
}

@media (min-width: 960px) {
    .dmAFKF {
        margin: 0px auto;
        max-width: 665px;
        padding: 17px 32px;
        position: absolute;
        right: 27rem;
        padding: 10px;
        left: 0;
    }
}

.bhxwrx {
    border-radius: 1000px;
    display: inline-block;
    max-width: 100%;
    background-color: rgb(231, 231, 231);
}

.hjDKCk {
    display: flex;
    -moz-box-flex: 0;
    flex-grow: 0;
    -moz-box-align: center;
    align-items: center;
    color: rgb(73, 73, 73);
    margin: 8px 0px;
}

.ZcflS {
    font-size: 14px;

    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0ch;
    text-transform: none;
    color: rgb(118, 118, 118);
    margin: 0px;
    padding: 0px;
    display: block;
    font-variant-ligatures: no-common-ligatures;
}

.hjDKCk::before,
.hjDKCk::after {
    display: block;
    -moz-box-flex: 1;
    flex-grow: 1;
    height: 1px;
    background-color: rgb(196, 196, 196);
    content: "";
}

.hjDKCk::before {
    margin-right: 24px;
}

.hjDKCk::after {
    margin-left: 24px;
}

.bBNyru {
    font-size: 16px;
    font-family: DD-TTNorms, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0ch;
    text-transform: none;
    color: rgb(25, 25, 25);
    text-align: left;
    margin: 0px;
    padding: 0px;
    display: block;
    font-variant-ligatures: no-common-ligatures;
}

.gXQEQG {
    display: flex;
    min-height: 48px;
}

.bbvRuI {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0ch;
    font-weight: 500;
    font-family: DD-TTNorms, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: rgb(25, 25, 25);
    display: flex;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    border-radius: 8px;
    z-index: 1;
    padding: 8px 16px;
    border: medium;
    box-shadow: rgb(247, 247, 247) 0px 0px 0px 1px inset;
    background-color: rgb(247, 247, 247);
}

.ctmHIP {
    -moz-box-flex: 1;
    flex-grow: 1;
    background: inherit;
    max-width: 100%;
    margin: 0px 16px 0px auto;
}

.cAcUHR {
    -moz-box-align: center;
    align-items: center;
    display: flex;
    margin-left: 8px;
    margin-right: 2px;
}

.bpYhff {
    position: relative;
    max-width: 100%;
    margin: 0px;
    display: inline-flex;
    min-height: 40px;
    border-radius: 100%;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    box-shadow: rgba(165, 211, 242, 0) 0px 0px 0px 3px;
    color: rgb(25, 25, 25);
    height: 40px;
    width: 40px;
    padding: 0px;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}

.cQCjJB > * + * {
    margin-top: 8px !important;
}

.bhxwrx > :nth-child(1) {
    border-radius: 1000px !important;
}

.bhxwrx > :nth-child(1) {
    z-index: 1 !important;
}

.bkeugU {
    font-size: 14px;
    font-family: DD-TTNorms, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0ch;
    text-transform: none;
    text-align: left;
    margin: 0px;
    padding: 0px;
    display: block;
    font-variant-ligatures: no-common-ligatures;
}

.bhxwrx > :nth-child(2) {
    margin-left: -12px !important;
    padding-left: 12px;
}

.hfTPQZ > :nth-child(2) {
    margin-left: -12px !important;
    padding-left: 12px;
}

.bhxwrx > :last-child {
    border-radius: 0px 1000px 1000px 0px !important;
}

.jGQVwd > :nth-child(2) {
    border-radius: 1000px !important;
}

.jGQVwd > :nth-child(2) {
    z-index: 1 !important;
}

.jGQVwd > * + * {
    margin-left: -1px !important;
}

.hfTPQZ > :nth-child(1) {
    z-index: 1 !important;
}

.hfTPQZ > :nth-child(2) {
    z-index: 1 !important;
}

.gnesjP {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-flex;
    background-color: rgb(25, 25, 25);
    min-height: 32px;
    width: auto;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    /* box-shadow: rgb(231, 231, 231) 0px 0px 0px 1px inset; */
    border-radius: 1000px;
    border: medium;
    color: rgb(255, 255, 255);
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
}

.jjTFHX {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-flex;
    background-color: rgb(231, 231, 231);
    min-height: 32px;
    width: auto;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    box-shadow: rgb(231, 231, 231) 0px 0px 0px 1px inset;
    border-radius: 1000px;
    border: medium;
    color: rgb(25, 25, 25);
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
}

.euIzuW {
    max-width: 100%;
    padding: 0px 12px;
}

.RtaIn {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    min-height: 48px;
    width: 100%;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    border-radius: 24px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #108910;
    box-shadow: transparent 0px 0px 0px 1px inset;
    color: rgb(255, 255, 255);
}

.ewsJyR {
    font-size: 18px;
    font-family: DD-TTNorms, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0ch;
    text-transform: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
    display: block;
    font-variant-ligatures: no-common-ligatures;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.RoeUH {
    font-size: 14px;
    font-family: DD-TTNorms, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0ch;
    text-transform: none;
    color: rgb(118, 118, 118);
    text-align: left;
    margin: 0px;
    padding: 0px;
    display: block;
    font-variant-ligatures: no-common-ligatures;
}

.kQdeaU {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0ch;
    font-weight: 500;
    font-family: DD-TTNorms, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: rgb(25, 25, 25);
    display: flex;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    border-radius: 8px;
    z-index: 1;
    padding: 0px 12px;
    border: medium;
    box-shadow: rgb(247, 247, 247) 0px 0px 0px 1px inset;
    background-color: rgb(247, 247, 247);
}

.cQCjJB > * + * {
    margin-top: 8px !important;
}

.gXQELC {
    display: flex;
    min-height: 40px;
}

.gjyTBR {
    max-width: 100%;
    margin-bottom: 16px;
}

.kQaPQO > :first-child {
    flex-shrink: 2;
    min-width: 128px;
}

.eBgFNd {
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-direction: row;
}

.hGZTXv {
    position: absolute;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    top: 0px;
    right: 0px;
    height: 24px;
    pointer-events: none;
    background: inherit;
}

.idveBz,
.bmNUkX {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0ch;
    font-weight: 500;
    font-family: DD-TTNorms, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    width: 100%;
    border: medium;
    outline: none;
    flex: 1 1 100%;
    display: flex;
    background: inherit;
    color: currentcolor;
    appearance: none;
    margin: 0px;
    padding: 0px;
}

.gbreNo {
    background: inherit;
    position: relative;
}

@media (min-width: 481px) {
    .kQdeaU {
        font-size: 16px;
        letter-spacing: 0ch;
        font-weight: 500;
        line-height: 22px;
    }
}

.eBgFNd > * + * {
    margin-left: 8px !important;
}

.ctmHLr {
    -moz-box-flex: 1;
    flex-grow: 1;
    background: inherit;
    max-width: 100%;
    margin: 0px 12px 0px auto;
}

.dPoTCS {
    width: 49%;
    display: flex;
}

.cyoyor {
    cursor: pointer;
    appearance: none;
    padding: 0px;
    border: medium;
    background: none;
}

.cYdmZJ {
    max-width: 100%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: justify;
    justify-content: space-between;
    flex-direction: row;
}

.dAANuB {
    color: #191919ff;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    display: block;
    margin: 0px;
    padding: 0px;
}

.dmAFKF {
    display: flex;
    flex-direction: column;
}

.kqrlsg {
    z-index: 0;
    position: relative;
}

.fNilIY {
    width: 330px;
}

.hJuoVh {
    max-width: 100%;
    display: flex;
    -moz-box-align: stretch;
    align-items: stretch;
    -moz-box-pack: center;
    justify-content: center;
    flex-direction: row;
}

.keoYJt {
    height: 144px;
    width: 100%;
    position: relative;
    margin-bottom: 4px;
}

.ipkWlZ {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-flex;
    min-height: 32px;
    width: auto;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    border-radius: 9999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #191919ff;
    box-shadow: inset 0 0 0 2px #191919ff;
    color: #ffffff;
}

.hfTPQZ > * + * {
    margin-left: -1px !important;
}

.RWvuB {
    max-width: 100%;
    display: flex;
    -moz-box-align: stretch;
    align-items: stretch;
    -moz-box-pack: justify;
    justify-content: space-between;
    flex-direction: row;
}

.eIzaPp {
    padding-top: 1rem;
    overflow-x: auto;
    display: flex;
}

.kvEuvg {
    background: none;
    border: medium;
    user-select: none;
    box-shadow: inset 0 0 0 1px #f1f1f1ff;
    border-radius: 8px;
    min-width: 100px;
    max-width: 324px;
    transition: opacity 200ms;
    opacity: 0.5;
    cursor: not-allowed;
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    display: inline-flex;
    -moz-box-align: stretch;
    align-items: stretch;
    width: max-content;
}

.ihyljN {
    max-width: 324px;
    transition: opacity 200ms;
    opacity: 1;
    cursor: pointer;
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    display: inline-flex;
    -moz-box-align: stretch;
    align-items: stretch;
    width: max-content;
    box-shadow: rgb(241, 241, 241) 0px 0px 0px 1px inset;
    border-radius: 8px;
    padding-left: 1rem;
    background: none;
    min-width: 100px;
    user-select: none;
    border: medium;
}

.cYdmZJ > * + * {
    margin-left: 16px;
}

.eIzaPp > * + * {
    margin-left: 16px;
}

.cNPvKQ {
    max-width: 100%;
    width: 100%;
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto 1fr auto;
    column-gap: 12px;
}

.bYtiER {
    max-width: 100%;
    padding: 1rem 1rem;
}

.hDUGcc {
    grid-area: 2 / 3;
    flex-shrink: 0;
    line-height: 0;
    display: flex;
    -moz-box-align: center;
    align-items: center;
}

.fmuOZm {
    grid-area: 2 / 1;
    flex-shrink: 0;
    line-height: 0;
    display: flex;
    -moz-box-align: center;
    align-items: center;
}

.kdEgCK {
    max-width: 100%;
    padding: 1rem 1rem;
}

.forfGF {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}

.iUHngI {
    margin-top: 4px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding-bottom: 32px;
}

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

.ohYRP {
    flex: 2 1 0%;
}

.fwgZBn {
    margin: 12px 12px;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #d6d6d6ff;
}

.hYwpjb {
    flex: 1 1 0%;
}

.gXtArf > * + * {
    margin-top: 2rem;
}

.bLsDUh {
    flex: 2 1 0%;
}

.gmRKJd {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    min-height: 40px;
    width: 100%;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    border-radius: 9999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #f1f1f1ff;
    box-shadow: inset 0 0 0 1px #f1f1f1ff;
    color: #191919ff;
}

.guCsRs {
    padding: 0px 16px 16px 16px;
}

.gIkpec > * + * {
    margin-left: 16px;
}

.ewPfBk {
    padding: 16px;
}

.bhxwrx > * + * {
    margin-left: -1px !important;
}

.bbvRuI:focus-within {
    background-color: rgb(247, 247, 247);
    color: rgb(25, 25, 25);
    outline: none;
    box-shadow: rgb(25, 25, 25) 0px 0px 0px 2px inset;
}

.euIzuW {
    max-width: 100%;
    padding: 0px 12px;
}

.gJBGMT:focus-within {
    background-color: rgb(247, 247, 247);
    color: rgb(25, 25, 25);
    outline: none;
    box-shadow: rgb(25, 25, 25) 0px 0px 0px 2px inset;
}

.cQCjJB {
    max-width: 100%;
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1000;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    padding: 10px;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

    -webkit-animation-duration: 0.4s;

    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;

    color: white;
}

.modal-body {
    padding: 2px 0px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.hfTPQZ > :nth-child(2) {
    z-index: 1 !important;
}

.kozddz {
    grid-area: -1 / 1 / auto / -1;
    margin-right: calc(-1 * var(--usage-space-medium));
    margin-left: 0px;
    margin-bottom: calc(16px * -1);
    margin-top: calc(16px - 1px);
}

.bDCnEQ {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    height: 8px;
    border-right: medium;
    border-left: medium;
    border-image: none;
    border-top: 1px solid #f1f1f1ff;
    border-bottom: 1px solid #f1f1f1ff;
    background: #f7f7f7ff;
    margin-top: var(--usage-space-none);
    margin-bottom: var(--usage-space-none);
}

.cvFqUQ {
    max-width: 100%;
    margin: 0px;
    display: inline-flex;
    min-height: 40px;
    border-radius: 9999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 1px;
    color: #191919ff;
    height: 40px;
    width: 40px;
    padding: 0px;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    position: relative;
}

.kBERSR {
    color: #191919ff;
    font-family: var(--usage-type-display-large-font-family), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 2rem;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.01px;
    text-transform: none;
    text-align: left;
}

.dtvoNG {
    color: #191919ff;
    font-family: var(--usage-type-display-medium-font-family), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

.cvwBbO > * + * {
    margin-top: 16px;
}

.bbjROu {
    font-family: var(--usage-type-body-small-default-font-family), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.01px;
    font-weight: 500;
    color: #191919ff;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    border-radius: 8px;
    z-index: 1;
    padding: 6px 8px;
    border: medium;
    box-shadow: inset 0 0 0 1px #f7f7f7ff;
    background-color: #f7f7f7ff;
}

.djFohu {
    display: flex;
    user-select: none;
    -moz-box-flex: 1;
    flex-grow: 1;
    flex-direction: column;
}

.OUCde {
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-direction: row;
}

.itXcsr {
    height: 24px;
    display: flex;
    -moz-box-align: center;
    align-items: center;
}

.OUCde > * + * {
    margin-left: 8px;
}

.ksiHGH {
    font-family: var(--usage-type-body-medium-default-font-family), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.01px;
    font-weight: 500;
    color: #191919ff;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    border-radius: 8px;
    z-index: 1;
    padding: 12px 12px;
    border: medium;
    box-shadow: 0 0 0 1px #f7f7f7;
    background-color: #f7f7f7ff;
}

.gfGGiI {
    font-family: var(--usage-type-body-medium-default-font-family), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01px;
    font-weight: 500;
    width: 100%;
    border: medium;
    outline: none;
    flex: 1 1 100%;
    display: flex;
    background: inherit;
    color: currentcolor;
    appearance: none;
    margin: 0px;
    padding: 0px;
    min-height: 48px;
    resize: vertical;
}

.chOMNf {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-flex;
    min-height: 40px;
    width: auto;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    border-radius: 9999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #f1f1f1ff;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--comp-color-button-tertiary-border-default);
    color: #191919ff;
}

.cNRSZu[disabled],
.cNRSZu[aria-disabled="true"] {
    background-color: #f7f7f7ff;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--usage-color-border-disabled);
    color: #b2b2b2ff;
}

.cNRSZu {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-flex;
    min-height: 40px;
    width: auto;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    border-radius: 9999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #eb1700ff;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--usage-color-transparent-default);
    color: #ffffff;
}

.ejlYcu {
    margin-left: 8px;
}

.iTMZUn {
    display: flex;
    -moz-box-pack: end;
    justify-content: flex-end;
    margin-top: calc(var(--usage-space-x-large) + var(--usage-space-x-small));
}

.QArxc {
    position: absolute;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    top: 0px;
    right: 0px;
    height: 24px;
    max-height: 100%;
    min-height: 8px;
    pointer-events: none;
    background: transparent;
    bottom: 0px;
    margin: auto 0px;
}

.iTMZUn {
    display: flex;
    -moz-box-pack: end;
    justify-content: flex-end;
    margin-top: 50px;
}

.XSRxz {

    text-transform: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

.cslRVE {
    position: relative;
    z-index: 400;
    padding-top: 64px;
}

.gSzNzL {
    -moz-box-align: center;
    align-items: center;
    background-color: #ffffff;
    border-bottom: 1px solid #f1f1f1ff;
    display: flex;
    height: 64px;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100vw;
    z-index: 100;
    -moz-box-pack: justify;
    justify-content: space-between;
}

.kDCJmt {
    flex: 1 1 0%;
}

.eJrhjJ {
    flex: 1 1 0%;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    position: relative;
    right: 0px;
    left: 0px;
    /* background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 5%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 95%, rgba(255, 255, 255, 0) 100%); */
    margin: auto 24px auto 0;
}

.gDHjhz > * + * {
    margin-left: 8px;
}

.gYqMHn > button:hover {
    background-color: rgb(214, 214, 214);
}

.jluwHR > button:hover {
    background-color: rgb(14, 31, 86);
}

.fJnxnw > button:hover {
    background-color: rgb(51, 51, 51);
}

.styles__StyledInlineSvg-sc-12l8vvi-0.iIiQzo.fetched-icon {
    color: #000;
}


.container {

    padding: 20px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
}

.did-floating-label-content {
    position: relative;
    margin-bottom: 0px;
}

.did-floating-label {
    color: #6D6D6D;
    font-size: 0.9rem;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 11px;
    padding: 0 5px;
    background: #fff;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.did-floating-input,
.did-floating-select {
    font-size: 0.9rem;
    display: block;
    width: 100%;
    height: 48px;
    padding: 0 20px;
    background: #fff;
    color: #323840;
    border: 1px solid #DBDBDB;
    border-radius: 8px;
    box-sizing: border-box;

    &:focus {
        outline: none;

        ~ .did-floating-label {
            top: -8px;
            font-size: 13px;
        }
    }
}

select.did-floating-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.did-floating-select::-ms-expand {
    display: none;
}

.did-floating-input:not(:placeholder-shown) ~ .did-floating-label {
    top: -8px;
    font-size: 13px;
}

.did-floating-select:not([value=""]):valid ~ .did-floating-label {
    top: -8px;
    font-size: 13px;
}

.did-floating-select[value=""]:focus ~ .did-floating-label {
    top: 11px;
    font-size: 13px;
}

.did-floating-select:not([multiple]):not([size]) {

    background-position: right 15px top 50%;
    background-repeat: no-repeat;
}

.did-error-input {

    .did-floating-input,
    .did-floating-select {
        border: 2px solid #9d3b3b;
        color: #9d3b3b;
    }

    .did-floating-label {
        font-weight: 600;
        color: #9d3b3b;
    }

    .did-floating-select:not([multiple]):not([size]) {
    }
}

.input-group {
    display: flex;

    .did-floating-input {
        border-radius: 0 4px 4px 0;
        border-left: 0;
        padding-left: 0;
    }
}

.input-group-append {
    display: flex;
    align-items: center;
    /*   margin-left:-1px; */
}

.input-group-text {
    display: flex;
    align-items: center;
    font-weight: 400;
    height: 34px;
    color: #323840;
    padding: 0 5px 0 20px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #3D85D8;
    border-radius: 4px 0 0 4px;
    border-right: none;
}

.location-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 42rem;
    margin: 0 auto;
}

.input-box input,
.input-box select,
.input-box textarea,
.textarea-box input,
.textarea-box select,
.textarea-box textarea {
    appearance: none;
    background-color: #ffffff;
    border: 1px solid var(--colorNeutralBorder);
    border-radius: var(--bdsCornerRadiusField);
    box-sizing: border-box;
    color: #242424;
    display: block;
    font-family: var(--bdsTypographyParagraphSmallFontFamily);
    font-size: 0.875rem;
    font-weight: 400;
    font-weight: 300;
    line-height: var(--bdsTypographyParagraphSmallLineHeight);
    line-height: 1em;
    padding: 12px 15px;
    position: relative;
    resize: none;
    transition: all .15s;
    width: 100%;
    z-index: 1;
}

@media (min-width: 960px) {
    .location-form {
        background: #fff;
        box-shadow: 0 .188rem 1.25rem rgba(0, 0, 0, .1);
        flex-wrap: nowrap;
        padding: 16px;
        padding-top: 16px;
        border-radius: 16px;
    }
}

.address-search-container {
    flex: 1;
    margin-bottom: 0px;
    position: relative;
}

@media (min-width: 960px) {
    .location-form .address-search-container {
        flex: 1 1 auto;
    }
}

@media (min-width: 960px) {
    .bds-c-hero--side-by-side-homepage .bds-c-hero__content-container {
        grid-column: 1/span 7;
    }
}

.address-search-container .locate-me {
    align-items: center;
    border: none;
    display: flex;
    padding: 16px;
    position: absolute;
    right: 1px;
    top: 25px;
    transform: translateY(-50%);
    z-index: 1;
}

.bds-c-btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    appearance: button;
    background-color: transparent;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: var(--bdsTypographyLabelMediumFontFamily);
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.5;
    padding: 0 var(--bdsSpacingSm);
    position: relative;
    user-select: none;
    white-space: nowrap;
    color: #ffffff;
}

.did-floating-inputt {
    appearance: none;
    background-color: var(--colorWhite);
    border: 1px solid #DBDBDB;
    border-radius: 12px;
    box-sizing: border-box;
    color: #242424;
    display: block;
    font-family: var(--bdsTypographyParagraphSmallFontFamily);
    font-size: 0.875rem;
    font-weight: 400;
    font-weight: 300;
    line-height: 1.5;
    line-height: 1em;
    padding: 12px 15px;
    position: relative;
    resize: none;
    transition: all .15s;
    width: 100%;
    z-index: 1;
}

.search-input-container {
    align-items: center;
    background-color: #ffff;
    border: 1px solid #DBDBDB;
    border-radius: 8px;
    box-sizing: border-box;
    color: #242424;
    display: flex;
    position: relative;
    z-index: 1;
}

.bds-c-btn-cursor.bds-c-btn-cursor--layout-full-width-primary {
    background-color: #eb1700ff;
    color: #ffffff;
    padding: 11px;
    border-radius: 12px;
    margin-left: 16px;
}

.bds-c-btn-primary {
    color: #ffffff;
}


.bds-c-btn-cursor.bds-c-btn-cursor--layout-full-width-primary:hover {
    background-color: #ec644b;
}

.bds-c-btn-cursor.bds-c-btn-cursor--layout-full-width-primary:hover {
    inset: -3px;
}

.dtAgzg {
    -moz-box-flex: 1;
    flex-grow: 1;
}

@media screen and (max-width: 1350px) {
    .cuFOqm {
        background-color: #ffffff;
        position: relative;
        top: 0px;
        bottom: 0px;
        right: 0px;
        width: 100%;
        /* box-shadow: 0 6px 20px 0 #19191933; */
        height: 100%;
        overflow: auto;
        max-height: 100%;
        border-left: 0px solid #dee2e6;
    }
}

@media screen and (max-width: 3000px) {
    .cuFOqm {
        background-color: #ffffff;
        position: relative;
        top: 0px;
        bottom: 0px;
        right: 0px;
        width: 100%;
        /* box-shadow: 0 6px 20px 0 #19191933; */
        height: 100%;
        overflow: auto;
        max-height: 100%;
        border-left: 0px solid #dee2e6;
    }
}

.dropdown-menu {
    width: 33rem;
    border-radius: 5px;
    transition: all .15s;
}

.cPlEQo > div:first-child > :has(button) {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 350px;
    margin-top: 0px !important;
}

.cvwBbO {
    max-width: 100%;
    display: block;
}

@media screen and (min-width: 768px) {
    .dBDJfH {
        padding: 0px;
        flex: 2 1 0%;
    }
}

.dBDJfH {
    padding: var(--usage-space-medium);
    min-width: 150px;
    max-width: 150px;
}

.nbyWw {
    top: 0px;
    background-color: #f7f7f7ff;
    height: 100%;
}

.iRARhj img {
    height: 88px !important;
    width: 88px !important;
}

/* @media screen and (min-width: 1184px) {
	.iRARhj img {
		height: 154px;
		width: 154px;
	}
} */

@media (max-width: 1200px) {
    .iKxKgI {
        overflow: auto;
        height: auto;
    }
}

@media (max-width: 30em) {
    .eoJPvx {
        max-width: none;
        max-height: 100%;
        height: 100vh;
        top: 0px;
        border-radius: var(--usage-border-radius-none);
        width: 100vw;
    }
}

@media screen and (min-width: 600px) {
    .modal-content {
        width: 35rem;
    }
}

.cUNlxH {
    padding-top: 50px;
    position: relative;
    z-index: 400;
}

.kaQRNP {
    -moz-box-align: center;
    align-items: center;
    background-color: var(--usage-color-background-default);
    border-bottom: 1px solid var(--usage-color-border-default);
    display: flex;
    height: 112px;
    -moz-box-pack: justify;
    justify-content: space-between;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100vw;
    z-index: 400;
    animation: 0.5s ease-in-out jBcSpD;
}

.rNpyw {
    -moz-box-flex: 1;
    flex-grow: 1;
    border-bottom: 1px solid #E7E7E7;
    z-index: 400;
}

.ljbXLp {
    position: relative;
}

.litHNU {
    max-width: 100%;
    width: 100%;
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto 1fr auto;
    column-gap: 8px;
}

.lmTlSd {
    max-width: 100%;
    padding: 8px 8px;
}

.bzAKfa {
    -moz-box-align: center;
    align-items: center;
    background-color: #FFFFFF;
    border-bottom: 1px #f1f1f1ff;
    display: flex;
    flex-direction: column;
    height: 112px;
    -moz-box-pack: justify;
    justify-content: space-between;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100vw;
    z-index: 400;
}

.gbAjIQ {
    -moz-box-align: center;
    align-items: center;
    display: flex;
    height: 64px;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding: 0 1rem;
    width: 100vw;
}

.bXkLEz {
    -moz-box-align: center;
    align-items: center;
    display: flex;
    gap: 12px;
    width: 80px;
}

.WcJQY {
    display: none;
    -moz-box-pack: center;
    justify-content: center;
    width: 80px;
}

.iPUGzV::-moz-focus-inner {
    outline: none;
    border-style: none;
    padding: 0px;
}

.iPUGzV {
    position: relative;
    max-width: 100%;
    margin: 0px;
    display: inline-flex;
    min-height: var(--usage-size-action-medium);
    border-radius: var(--comp-border-radius-icon-button);
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: var(--comp-color-button-flat-secondary-background-default);
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--usage-color-transparent-default);
    color: var(--comp-color-button-flat-secondary-text-default);
    height: var(--usage-size-action-medium);
    width: var(--usage-size-action-medium);
    padding: 0px;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}

.bBMLPX {
    max-width: 100%;
    display: flex;
    -moz-box-align: stretch;
    align-items: stretch;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-direction: row;
}

.gbAjLy {
    -moz-box-align: center;
    align-items: center;
    display: flex;
    height: 48px;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding: 0 1rem;
    width: 100vw;
}

.ePJSkU {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    margin-left: var(--usage-space-none) !important;
}

.kPALqG::-moz-focus-inner {
    outline: none;
    border-style: none;
    padding: 0px;
}

.kPALqG {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-flex;
    min-height: 40px;
    width: auto;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    border-radius: 9999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: var(--comp-color-button-flat-primary-background-default);
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--usage-color-transparent-default);
    color: var(--comp-color-button-flat-primary-text-default);
}

.eRuPEE {
    max-width: 100%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-direction: row;
}

.cvFqUQ::-moz-focus-inner {
    outline: none;
    border-style: none;
    padding: 0px;
}

.cvFqUQ {
    position: relative;
    max-width: 100%;
    margin: 0px;
    display: inline-flex;
    min-height: 40px;
    border-radius: 9999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: var(--usage-color-background-default);
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--usage-color-transparent-default);
    color: #191919ff;
    height: 40px;
    width: 40px;
    padding: 0px;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}

.izqcaP {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    margin-right: 8px;
    position: relative;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.bdHLIo {
    width: 100%;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#restuant .iOhvyH,
#list .iOhvyH {
    z-index: 2 !important;
    position: fixed;
    bottom: 0px;
    top: 65px;
}

.iQdRGU {
    -moz-box-flex: 1;
    flex-grow: 1;
    margin: var(--usage-space-none) auto;
    padding-right: var(--usage-space-medium);
    display: flex;
    align-items: center;
    -moz-box-align: center;
    /* max-width: 2200px; */
}

.eVspj-z {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px 28px;
    display: flex;
    width: 100%;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--comp-color-button-tertiary-border-default);
    min-height: auto;
    border-radius: 4px;
    color: #289965;
    background-color: rgb(241, 241, 241);
    font-weight: 700;
    border: 1px solid #289965;
}

.eVspj-z:hover {
    opacity: 0.6;
    border: 1px solid #289965;
}

/********** Template CSS **********/
@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 400;
    src: url('https://img.cdn4dd.com/t/TTNorms-Regular.woff2') format('woff2'), url('https://img.cdn4dd.com/t/TTNorms-Bold.woff') format('woff'), url('https://img.cdn4dd.com/t/TTNorms-Regular.ttf') format('truetype'), url('https://db.onlinewebfonts.com/t/ae7951c47ee13ee1f50d9cde9da242ee.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 600;
    src: url('https://img.cdn4dd.com/t/TTNorms-Bold.woff2') format('woff2'), url('https://img.cdn4dd.com/t/TTNorms-Bold.woff') format('woff'), url('https://img.cdn4dd.com/t/TTNorms-Bold.ttf') format('truetype'), url('https://db.onlinewebfonts.com/t/ae7951c47ee13ee1f50d9cde9da242ee.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 500;
    src: url('https://img.cdn4dd.com/t/TTNorms-Medium.woff2') format('woff2'), url('https://img.cdn4dd.com/t/TTNorms-Medium.woff') format('woff'), url('https://img.cdn4dd.com/t/TTNorms-Medium.ttf') format('truetype'), url('https://db.onlinewebfonts.com/t/ae7951c47ee13ee1f50d9cde9da242ee.eot?#iefix') format('embedded-opentype');
}

/*@font-face {
  font-family: "Kentledge Heavy";
  src: url("fonts/kentledge-heavy.woff") format('woff');
}
*/
* {
    font-family: 'Google Sans';
}

.list-group-item.active {
    z-index: 2;
    color: #d61e38;
    background-color: #fff0ed !important;
    border-color: transparent !important;
    border-radius: 10px;
}

.list-group-flush > .list-group-item {
    border-width: 0 0 0px !important;
}

.sign {
    font-size: 14px;
    font-weight: 700;
    color: #191919ff;
}

.Sign-Up {
    font-size: 18px;
    font-weight: 700;
    color: #606060;
}

.Sign-in {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.h7 {
    font-size: 1.125rem;
    font-weight: 500;
}

.fa-22x {
    font-size: 1.5em;
}

.fa-2-5x {
    font-size: 2.5em;
}

.fw-normal5 {
    font-weight: 500;
}

:root {
    --primary: #FEA116;
    --light: #F1F8FF;
    --dark: #0F172B;
}

.ff-secondary {
    /*font-family: 'Pacifico', cursive;*/
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    /*font-family: 'Nunito', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;*/
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    font-size: 15px;
    color: var(--light) !important;
    text-transform: uppercase;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

.navbar-dark .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
    .custom-class-none {
        display: none;
    }

    .sticky-top.navbar-dark {
        position: relative;
    }

    .navbar-dark .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, .1)
    }

    .navbar-dark .navbar-nav .nav-link,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
    }

    .navbar-dark .navbar-brand img {
        max-height: 45px;
    }
}


@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        background: transparent !important;
    }

    .sticky-top.navbar-dark {
        position: fixed;
        background: #fff !important;
    }
}

@media (max-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        background: transparent !important;
    }

    .sticky-top.navbar-dark {
        position: fixed;
        background: #fff !important;
    }

    .sticky-top .ciWLJB {
        display: none;
    }
}

/*** Hero Header ***/
.hero-header {
    /* background: url("../images/hero_desktop.png"); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff;
}

nav.navbar.navbar-expand-sm.navbar-dark.bg-dark.px-4.px-lg-4.py-1.py-lg-1.hbOgli.unique-logo {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-flow: column;
    /* margin-top: 25px; */
}

.hero-header img {
    animation: imgRotate 50s linear infinite;
}

@keyframes imgRotate {
    100% {
        transform: rotate(360deg);
    }
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
}

/*.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    /*background: var(--primary);
}
*/
.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Food Menu ***/
.nav-pills .nav-item .active {
    border-bottom: 2px solid var(--primary);
}


/*** Youtube Video ***/
.video {
    position: relative;
    height: 100%;
    min-height: 500px;
    background: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .1)), url(../img/video.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    height: calc(100% - 38px);
    transition: .5s;
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item:hover {
    height: 100%;
}

.team-item .btn {
    border-radius: 38px 38px 0 0;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    color: #c0bbbf;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    /*position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;*/
}

.footer .btn.btn-link:hover {
    /*letter-spacing: 1px;
    box-shadow: none;*/
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

#navbarCollapse {
    text-align: right;
    display: initial !important;
}

#HomeAddressAutocomplete {
    border: 0;
    background: no-repeat;
    position: relative;
    top: -9px;
}

/* applied the bottom footer, hence removed */
/* @media screen and (min-width: 768px) {
	.cuFOqm {
		background-color: #ffffff;
		position: fixed;
		top: 60px;
		bottom: 0px;
		right: 0px;

		height: 100%;
		overflow: auto;
		max-height: 100%;
		border-left: 1px solid #dee2e6;
	}
} */


.kvHRyF {
    height: 650px;
}

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

#HomeAddressAutocomplete {
    border: 0;
    background: no-repeat;
    margin-right: 79px;
    position: relative;
    top: -9px;
}

.Medium-lg {
    display: none;
}

.sidenav {
    padding-top: 60px !important;
}

}

#slick {
    display: none;
}

#slick.slick-initialized {
    display: block;
}

#slick .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}

#slick .slick-slide {
    padding-right: 15px;
    padding-left: 15px;
}

#slick .slick-slide:focus {
    outline: none;
    cursor: grab;
}

#slick .slick-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 40%;
    background-color: transparent;
    border: none;
    -webkit-appearance: checkbox;
    padding: 0;
    z-index: 100;
    transform: translateY(-50%);
    overflow: hidden;
    text-indent: 1000px;
}

#slick .slick-arrow:focus {
    outline: none;
}

#slick .slick-arrow:hover {
    cursor: pointer;
}

#slick .slick-prev {
    left: -30px;
    /*background-image: url('https://i.imgur.com/ao7qeXi.png');*/
}

#slick .slick-next {
    right: -22px;
    background-image: url("../images/right.png");
}

.top {
    position: relative;
    top: -8px;
}

#foodmenu {
    display: none;
}

#foodmenu.slick-initialized {
    display: block;
}

/*
#foodmenu .slick-list {
	margin-left: -15px;
	margin-right: -15px;
} */

/* #foodmenu .slick-slide {
	padding-right: 5px;
	padding-left: 5px;
} */

#foodmenu .slick-slide:focus {
    outline: none;
    cursor: grab;
}

#foodmenu .slick-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 40%;
    background-color: transparent;
    border: none;
    -webkit-appearance: checkbox;
    padding: 0;
    z-index: 1;
    transform: translateY(-50%);
    overflow: hidden;
    text-indent: 1000px;
}

#foodmenu .slick-arrow:focus {
    outline: none;
}

#foodmenu .slick-arrow:hover {
    cursor: pointer;
}

#foodmenu .slick-prev {
    left: -30px;
    background-image: url('../images/s-left-icon.png');
}

#foodmenu .slick-next {
    right: -22px;
    background-image: url("../images/s-right-icon.png");
}

/*****************************************************/
#foodmenuresponsiveslider.slick-initialized {
    display: block;
}

#foodmenuresponsiveslider .slick-list {
    margin-left: 30px;
    margin-right: 30px;
}

#foodmenuresponsiveslider .slick-slide {
    padding-right: 0px;
    padding-left: 0px;
}

#foodmenuresponsiveslider .slick-slide:focus {
    outline: none;
    cursor: grab;
}

#foodmenuresponsiveslider .slick-arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 60%;
    background-color: transparent;
    border: none;
    -webkit-appearance: checkbox;
    padding: 0;
    z-index: 1;
    transform: translateY(-50%);
    overflow: hidden;
    text-indent: 1000px;
}

#foodmenuresponsiveslider .slick-arrow:focus {
    outline: none;
}

#foodmenuresponsiveslider .slick-arrow:hover {
    cursor: pointer;
}

#foodmenuresponsiveslider .slick-prev {
    left: 0px;
    background-image: url('../images/leftv.png');
}

#foodmenuresponsiveslider .slick-next {
    right: 0px;
    background-image: url("../images/rightv.png");
}

/*****************************************************/
.top {
    position: relative;
    top: -8px;
}


.btn-dange-r {
    color: #fff;
    background-color: #df1068;
    border-color: #fdfbd2;
    border-radius: 10px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > li a:hover {

    cursor: default;
    background-color: #fff;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
    font-weight: bold;
    cursor: pointer;
    background: rgb(247, 247, 247);
    border-bottom: 2px solid;
}

.list-inline-tabs li {
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #191919ff;
}

.nav-tabs > li > a:hover {
    cursor: pointer;
    background: rgb(247, 247, 247);
    border-bottom: 2px solid;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    font-weight: 500;
}

.nav > li > a {
    color: rgb(73, 73, 73);
    position: relative;
    display: block;
    padding: 10px 10px;
}


.ciWLJB {
    line-height: 0;
}

.gKinpO > * + * {
    margin-left: 10px;
}

.sticky-top .gKinpO {
    fill: red;
}

.nav.nav-tabs li {
    width: 33.3%;
    text-align: center;
}

input {
    background-color: transparent;
    border: 0px solid;
}

*:focus {
    outline: none;
}

.input-group-f:focus-within {
    border-color: #4969f5ff;
    border: 3px solid;
    color: #4969f5ff;
}

.btn_input {
    display: inline-block;
    font-weight: 400;
    line-height: 1.3;
    color: #666565;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 3px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: 999px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.nav-tabs .nav-link.active {
    box-sizing: border-box;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    text-align: center;
    background: rgb(255, 255, 255);
    border-bottom: 3px solid #606060ff;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.nav-tabs .nav-link {
    margin-bottom: 0px;
    background: none;
    border: 0px solid transparent;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
    color: #606060;
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-collapse {
        margin-top: 0px;
        border-top: 0px solid rgba(255, 255, 255, .1) !important;
    }

    .container-fluid.bg-dark.text-light.footer.pt-0.mt-0.wow.fadeIn.animated {
        text-align: center;
    }

    .col-lg-3.col-md-6 {
        margin-bottom: 15px;
    }

    .col-sm-22 {
        float: left;
        width: 30%;
    }
}

@media (min-width: 768px) {
    .footer .btn.btn-link {
        text-align: left;
    }

}

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

    #restuant .iOhvyH,
    #list .iOhvyH {
        z-index: 2 !important;
        position: fixed;
        bottom: 0px;
        top: 109px !important;
    }
}

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

    .col-12.col-md.order-md-0.text-center.text-md-start {
        padding-left: 0;
        padding-right: 0;
    }

    .kvHRyF {
        height: 550px;
    }

    .kPUjuZ {
        display: none;
    }

    .EuBJE.giaTF,
    .fRUOvn {
        margin-bottom: 10px;
    }

    .sidenav {
        top: -19px !important;
    }

    .text-bottom-footer {
        text-align: center;
    }

    .iRARhj {
        margin-right: 32px;
    }

    .iRARhj {
        margin-right: 32px;
    }

    .sc-380d932a-4iRARhj {
        text-align: left;
    }

    .hbOgli {
        display: flex;
        width: 100%;
        /* min-width: 360px; */
        flex-flow: row;
    }

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

    .InlineChildren__StyledInlineChildren-sc-6r2tfo-0.gKinpO1 {
        position: absolute;
        left: 40px;
        width: 100%;
        float: left;
        top: 15px;
        color: red;
        fill: red;
    }

    .styles__LogoTextContainer-sc-uv595k-0.ciWLJB {
        display: none;
    }

    .switch.btn.btn-dark {
        display: none;
    }

    #mySidenav {
        width: 5rem;
        background: #ffffff;
    }

    .red {
        background-color: red !important;
        Color: #fff !important;
        border-radius: 999px;
    }
}

.switch.btn {
    min-width: 3.7rem;
    min-height: calc(1.1em + .75rem + 2px) !important;
}

/*********************************************************/
body {
    background-color: #FFFFFF;
}

@media (min-width: 991.98px) {
    main {
        /*padding-left: 90px;*/
    }
}

/* Sidebar */
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 58px 0 0;
    /* Height of navbar */
    /*box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);*/
    width: 200px;
    z-index: 600;
    border-right: 1px solid #dee2e6 !important;
}

@media (max-width: 991.98px) {
    .sidebar {
        width: 100%;
    }
}

.sidebar .active {
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: 0.5rem;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
}

.gKinpO {
    fill: white;
    fill: red;
}

.dkqyOZ {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-flex;
    min-height: 32px;
    width: auto;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    border-radius: 9999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #f1f1f1ff;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--comp-color-button-tertiary-border-default);
    color: #191919ff;
}


@media (hover: hover) {
    .dkqyOZ:hover {
        box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--comp-color-button-tertiary-border-hovered);
        color: var(--comp-color-button-tertiary-text-hovered);
        background-color: #d6d6d6ff;
    }
}

.egXQHq {
    text-decoration: inherit;
    cursor: pointer;
}

.icqidx {
    color: #191919ff;

    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    display: block;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
}

.buvHZf {
    color: #606060ff;

    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    display: block;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;

}

._neonc {
    background-color: #D1FFBD;
}

.jjYftL {
    max-width: 100%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-direction: row;
}

.fERnCr {
    max-width: 100%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-direction: row;
}

.fRCMLg {
    color: #606060ff;

    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    display: block;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
}

.llWHbj > * + * {
    margin-left: 4px;
}

.fXeQrN {
    flex: 1 1 0%;
    overflow: hidden;
}

.fERnCr > * + * {
    margin-left: 2px;
}

.iIiQzo {
    flex-shrink: 0;
}

.llWHbj {
    max-width: 100%;
    display: flex;
    -moz-box-align: stretch;
    align-items: stretch;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-direction: row;

}

.kuSKyA {
    width: 100%;
    overflow: hidden;
    background-color: #f7f7f7f7;
    opacity: 1;
    border-radius: 12px;
}

.cWZKtF > * + * {
    margin-top: 4px;
}

.bChTtM {
    position: relative;
}

.ifRNUd {
    color: #191919ff;

    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    text-align: left;
    display: block;
    margin: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.dgTsVp > * + * {
    margin-top: 16px !important;
}

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

.lkPiQ {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
    padding: 4px;
    border-radius: 12px;
    width: auto;
    white-space: nowrap;
}

.jNyzCS {
    max-width: 100%;
    display: flex;
    -moz-box-align: stretch;
    align-items: stretch;
    -moz-box-pack: start;
    justify-content: flex-start;
}

.gDHjhz {
    max-width: 100%;
    display: flex;
    -moz-box-align: stretch;
    align-items: stretch;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-direction: row;
}

.fOjNqd {
    max-width: 100%;
    display: flex;
    -moz-box-align: stretch;
    align-items: stretch;
    -moz-box-pack: start;
    justify-content: flex-start;
}

.eVspjz {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    min-height: 32px;
    width: 100%;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    border-radius: 999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #f1f1f1f1;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--comp-color-button-tertiary-border-default);
    color: #191919ff;
}

.jONJUs {
    display: block;
    -moz-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    transition: opacity 0.15s ease-in-out;
    opacity: 1;
}

.eRuPEE {
    max-width: 100%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-direction: row;
}

.eVspjz {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    min-height: 32px;
    width: 100%;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    border-radius: 999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #f1f1f1ff;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--comp-color-button-tertiary-border-default);
    color: #191919ff;
}

.eVspjz {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    width: 100%;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--comp-color-button-tertiary-border-default);
    min-height: 32px;
    border-radius: 999px;
    color: rgb(25, 25, 25);
    background-color: rgb(241, 241, 241);
    font-weight: 700;
}

.dBBxCR {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    width: max-content;
    padding-right: 4px;
}

.itAsYp {
    color: currentcolor;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    display: block;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
}

.epQWVQ {
    position: absolute;
    width: 32px;
    top: 0px;
    bottom: 0px;
    right: var(--usage-space-xxx-small);
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    appearance: checkbox;
    background-color: transparent;
    padding: 0px;
    border: 0px;
    outline: none;
    cursor: pointer;
    color: currentcolor;
}

.VrKMr {
    max-width: 100%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-direction: row;
}

.eyupUY {
    position: relative;
    margin-right: 8px;
}

.epQWVQ {
    position: absolute;
    width: 32px;
    top: 0px;
    bottom: 0px;
    right: 2px;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    appearance: checkbox;
    background-color: transparent;
    padding: 0px;
    border: 0px;
    outline: none;
    cursor: pointer;
    color: currentcolor;
}

.hQGmVg {
    width: max-content;
    display: flex;
}

.kXbfOR {
    color: #191919ff;

    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    display: block;
    margin: 0px;
    padding: 0px;
}

.JtOXi:placeholder-shown {
    text-overflow: ellipsis;
}

.JtOXi {

    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.01px;
    font-weight: 500;
    width: 100%;
    border: medium;
    outline: none;
    flex: 1 1 100%;
    display: flex;
    background: inherit;
    color: currentcolor;
    appearance: checkbox;
    margin: 0px;
    padding: 0px;
}

.ctgegP {
    -moz-box-flex: 1;
    flex-grow: 1;
    background: inherit;
    max-width: 100%;
    margin: 0px auto;
}

.kBqRMP {
    max-width: 100%;
    margin-right: var(--usage-space-x-small);
}

.idQJmp > * > * > * > div {
    border-radius: calc(var(--usage-space-xx-small) * 5);
    padding-right: var(--usage-space-x-small);
}

.fgcOrU {

    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.01px;
    font-weight: 500;
    color: #191919ff;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    border-radius: 999px;
    z-index: 1;
    padding: 4px 4px 4px 15px;
    border: medium;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--comp-color-field-border-default);
    background-color: #f7f7f7ff;
}

.idQJmp > * > * > * > div {
    border-radius: 4px;
    padding-right: 8px;
}

.cWZKtF {
    max-width: 100%;
    display: block;
}

.WxsqL {
    width: 100%;
}

.idQJmp {
    padding: 0 var(--usage-space-medium);
    position: relative;
}

.hKAWWp {
    column-gap: var(--usage-space-small);
    display: flex;
    flex: 1 1 0%;
    -moz-box-pack: center;
    justify-content: center;
}

.eqOEeN {
    flex: 1 1 0%;
}

.dqXImC {
    color: #191919ff;

    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.01;
    text-decoration: none;
    text-transform: none;
    display: block;
    margin: 0px;
    padding: 0px;

}

.gUgQbU {
    column-gap: 8px;
    display: flex;
    -moz-box-pack: end;
    justify-content: flex-end;
}

.ePJSkU {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    margin-left: var(--usage-space-none) !important;
}

.hfTPQZ {
    border-radius: 9999px;
    display: flex;
    width: 100%;
    background-color: #f1f1f1ff;
}

.hfTPQZ > :nth-child(2) {
    z-index: 1 !important;
}

.hfTPQZ > * {
    flex: 1 1 0%;
    border-radius: 9999px !important;
}

.bKlOJC {
    max-width: 100%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    flex-direction: row;
}

.bKlOJC > * + * {
    margin-left: 4px;
}

.dHJRsI {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.QXiEN {
    color: currentcolor;

    font-size: var(--usage-type-label-small-strong-size);
    font-weight: var(--usage-type-label-small-strong-font-weight);
    line-height: var(--usage-type-label-small-strong-line-height);
    letter-spacing: var(--usage-type-label-small-strong-letter-spacing);
    text-decoration: var(--usage-type-label-small-strong-text-decoration);
    text-transform: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

.fLbtvE {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    background-color: #191919ff;
    min-height: 32px;
    width: auto;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    box-shadow: inset 0 0 0 var(--comp-border-width-button-toggle-group-selected) var(--comp-color-button-toggle-group-border-selected);
    border-radius: var(--comp-border-radius-button);
    border: medium;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
}

.iiVkvn {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    background-color: #f1f1f1ff;
    min-height: 32px;
    width: auto;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    box-shadow: inset 1 0 0 var(--usage-border-width-default) var(--comp-color-button-toggle-group-border-default);
    border-radius: var(--comp-border-radius-button);
    border: medium;
    color: #191919ff;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
}

.QXiEN {
    color: currentcolor;

    text-transform: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.01px;
}

.hfTPQZ > :nth-child(2) {
    border-radius: 9999px;
}

.fFKerA {
    max-width: 100%;
    padding: 4px 12px 4px 12px;
}

.itAsYp {
    color: currentcolor;

    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.01px;
    text-transform: none;
    text-align: center;
    white-space: nowrap;
}

.itAsYp {
    color: currentcolor;

    font-weight: 700;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    display: block;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.01px;
}

.kXCksQ > * {
    width: 100%;
}

.kXCksQ {
    -moz-box-flex: 2;
    flex-grow: 2;
    min-width: 0px;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
}

.juMwhg {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-flex;
    min-height: 32px;
    width: auto;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    border-radius: 9999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #108910;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--usage-color-transparent-default);
    color: #fff;
}

.jfCVbo {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-flex;
    min-height: 32px;
    width: auto;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    border-radius: 9999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #19191900;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--usage-color-transparent-default);
    color: #191919ff;
}

.dgkSnN {
    display: flex;
    flex-wrap: nowrap;
    margin-right: 0px;
    -moz-box-align: center;
    align-items: center;
}

.dgkSnN > a:last-child {
    background-color: rgb(214, 214, 214);
    min-height: 32px;
}

.jVzBKq {
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-flex;
    width: auto;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: var(--comp-color-button-primary-background-default);
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--usage-color-transparent-default);
    min-height: 40px;
    border-radius: 9999px;
    position: relative;
    color: rgb(255, 255, 255);
}

.SUFDc {
    max-width: 100%;
    padding: 0 12px 0 12px;
}

.krqoAm {
    width: 1px;
    height: 16px;
    align-self: center;
    border-left: 1px solid #d6d6d6ff;
}

.iFiFna {
    position: relative;
    padding-right: 15px;
}

.VrKMr > * + * {
    margin-left: 4px;
}

.lzfjc {
    height: 24px;
    width: 24px;
    mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMCAxMS45MDQ1QzIyLjE5NTkgMTEuMzEzOSAyMi44MjA3IDguMTQyNTEgMjAuNjY2NCA2LjgyNzQzTDEzLjQwODIgMi4zOTY4NEMxMi41NDE0IDEuODY3NzIgMTEuNDU4NiAxLjg2NzcyIDEwLjU5MTggMi4zOTY4NEwzLjMzMzYyIDYuODI3NDJDMS4xNzkyNyA4LjE0MjUxIDEuODA0MDUgMTEuMzEzOSA0IDExLjkwNDVWMTlDNCAyMC42NTY5IDUuMzQzMTUgMjIgNyAyMkgxN0MxOC42NTY5IDIyIDIwIDIwLjY1NjkgMjAgMTlWMTEuOTA0NVpNNC41IDEwQzMuNzQyODkgMTAgMy43MDgxNSA4Ljk2MDM2IDQuMzU3MzcgOC41NjQwNkwxMS42MTU1IDQuMTMzNDdDMTEuODUxOSAzLjk4OTE3IDEyLjE0NzIgMy45ODkxNyAxMi4zODM2IDQuMTMzNDdMMTkuNjQxOCA4LjU2NDA2QzIwLjI5MSA4Ljk2MDM2IDIwIDEwIDE5IDEwQzE4LjQ0NzcgMTAgMTggMTAuNDQ3NyAxOCAxMVYxOUMxOCAxOS41NTIzIDE3LjU1MjMgMjAgMTcgMjBIMTRWMTRDMTQgMTIuODk1NCAxMy4xMDQ2IDEyIDEyIDEyQzEwLjg5NTQgMTIgMTAgMTIuODk1NCAxMCAxNFYyMEg3QzYuNDQ3NzIgMjAgNiAxOS41NTIzIDYgMTlWMTEuNUM2IDEwLjY3MTYgNS4zMjg0MyAxMCA0LjUgMTBaIiBmaWxsPSIjMTkxOTE5Ii8+Cjwvc3ZnPgo=") center center no-repeat;
    background-color: rgb(217, 20, 0);
}

.iNPfGg {
    height: 24px;
    width: 24px;
    mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjU1NzY0IDUuNDMzODlDNi41NTk5MiA1LjUyMzAxIDYuNTYyMTcgNS42MTA1MSA2LjU2MjE3IDUuNjc5NzJDNi42MDA3NyA5LjQ4MTA5IDkuOTY5MjYgMTIuMTIwNSAxMy4wMDIzIDEyLjEyMDVDMTQuNTMyIDEyLjEyMDUgMTUuOTQ1NyAxMS41MzgyIDE2LjUyNCAxMS4xOTExQzE3LjcwODYgMTAuNDc1IDE4LjY4OCA5LjkzNDcgMTkuNTA4OCA5LjkzNDdDMjAuODA5NyA5LjkzNDcgMjIgMTEuMjc0NSAyMiAxMi44Mzg1QzIxLjk5OTkgMTQuNDAwNSAyMS4yOTk3IDE2LjAxODkgMjAuMjQ1NyAxNy4yNzc0QzE4LjI3NzYgMTkuNTk5MSAxNS4xODgyIDIxIDExLjk5ODIgMjFDMTEuMzA4IDIxIDEwLjYxOTYgMjAuOTIyNyA5LjkyMDA4IDIwLjgwMzRDNS42MDE0MyAyMC4wMzMxIDIuNzg0NTMgMTYuMTU5OSAyLjIwNjIzIDEwLjE5MjlDMi4wNDc5OSA4LjU5MTcyIDIuMDAwMzIgNi44NzY0MSAyLjAwMDMyIDUuMjc2ODJDMS45ODE2NiAzLjk3NDkzIDIuNzg0NTMgMy4wNjUwOSAzLjkxMzE2IDMuMDMyNTVDNC4wMTg5NSAzLjAzMjU1IDQuMTI0NjEgMy4wMjQ0MSA0LjIzMDI3IDMuMDE2MjdDNC4zMzU5NCAzLjAwODE0IDQuNDQxNjIgMyA0LjU0NzQzIDNDNS42MDQ1MSAzIDYuNDg3NTYgMy45MzMyNiA2LjU1Mjg0IDUuMTY5ODJDNi41NTI4NCA1LjI0NzE1IDYuNTU1MjYgNS4zNDE0MyA2LjU1NzY0IDUuNDMzODlaTTMuOTc4NDYgNS4yMDIzNkMzLjg5NDUxIDUuMjAyMzYgMy44NDc4NyA1LjIxMzIxIDMuODQ3ODcgNS4zNTQyNUMzLjg0Nzg3IDUuNDk1MjkgMy44NDc4NyA1LjY0NzE4IDMuODU3MiA1Ljc1NTY3QzMuODY1ODQgNi4xMDA4IDMuODgyNDkgNi41NDgzOSAzLjkwMzg1IDcuMDI4NDRMNC43OTg3MyA2LjkyNjIyQzQuNzQxNzcgNi41NDIxMiA0LjcxMDA4IDYuMTQ3OTEgNC43MDYgNS43NDQ4MlY1LjMwMDAxQzQuNzA2IDUuMjEzMjEgNC42Njg2OSA1LjE2OTgyIDQuNTc1NDIgNS4xNjk4MkwzLjk3ODQ2IDUuMjAyMzZaTTQuMDgxMDYgOS45NTQyN0M0LjA2MDE1IDkuNzMyNjUgNC4wMzc1IDkuNDMwMjMgNC4wMTQ4NCA5LjA4Mzc2TDUuMzUyNzkgOC45MzA5M0M2LjY5MzY4IDEyLjE3NTYgOS45MDg4OSAxNC4zMTU0IDEzLjAwMjMgMTQuMzE1NEMxNC44NDkxIDE0LjMxNTQgMTYuNTYxMyAxMy42MTA0IDE3LjM5MTQgMTMuMTExNEMxOC40MzYxIDEyLjQ4MjEgMTkuMTA3NyAxMi4yOTc3IDE5LjUwODggMTIuMjk3N0MxOS43NDIgMTIuMjk3NyAxOS44ODE5IDEyLjM2MjggMTkuOTQ3MiAxMi40Mzg3QzIwLjUxNjIgMTMuMTc2NCAxOS42Njc0IDE0Ljg3OTggMTguOTMwNSAxNS43NTg1QzE3LjU0MDcgMTcuMzk2NyAxNS4wOTY5IDE4LjgxOCAxMi4wMzc0IDE4LjgxOEMxMS40NDk4IDE4LjgxOCAxMC44NDM1IDE4Ljc2MzcgMTAuMjE4NiAxOC42NTUyQzUuMjY1NjQgMTcuNzc2NSA0LjMwNDkyIDEyLjI3NiA0LjA4MTA2IDkuOTU0MjdaIiBmaWxsPSIjMTkxOTE5Ii8+CjxwYXRoIGQ9Ik0xOC44NzgxIDguNzc4NThDMTguMjc1MyA4Ljc3ODU4IDE3LjYwOTYgOC45MjQzIDE2Ljg2NzUgOS4yMTg0OEMxNi45MjQxIDkuMDY5OTQgMTYuOTc1MSA4LjkyMzE1IDE3LjAyMDkgOC43Nzg5NUMxNy4yOTk0IDcuODk2MzggMTcuMzU5NCA3LjMwODE1IDE3LjMyNjYgNi45MzUwM0wxNy4zMjYyIDYuOTMwMTdDMTcuMjk0NyA2LjU1Mjc2IDE3LjE2NDYgNi40MjUyNSAxNy4wNzEyIDYuMzY5MjlDMTYuOTgzMSA2LjMyMzI2IDE2Ljg3MTYgNi4zMDI2MyAxNi43NDAxIDYuMzE4NTNDMTYuNjAxMSA2LjMzNTM0IDE2LjQ3ODQgNi4zODkxMSAxNi40MDI4IDYuNDQyOTZDMTYuMTU4OCA2LjYyNjY3IDE2LjAzOTcgNi43NzEzMyAxNS44NDUyIDcuMDA3NzFDMTUuNzM0NiA3LjE0MjE1IDE1LjU5OTYgNy4zMDYyOSAxNS40MDMyIDcuNTI0MTJDMTQuOTk0NyA3Ljk3OTkyIDE0LjUxNzcgOC40OTM3MiAxMy44NDIgOC45NzE5N0MxMy4yMDAyIDkuNDI2MzIgMTIuNDExIDkuODI3MTkgMTEuMzYgMTAuMTU2NEMxMC40MDEgOS45MTMyOCA5LjU1ODcgOS4zMTE0NSA4Ljk0MzYyIDguNTc0NjlDOS40NTA5NSA4LjUyMzY2IDEwLjAwOTEgOC40MTk2OSAxMC42MTMgOC4yMzk5N0wxMC42MTQyIDguMjM5NjFDMTEuNTgxOCA3Ljk1MzAyIDEyLjIyNTIgNy42MTk0OCAxMi43MDQ4IDcuMjgwMDJDMTMuMTg4MSA2LjkzNzg2IDEzLjU0MTIgNi41NjUzOCAxMy45MzAxIDYuMTMxNDhMMTMuOTMyMSA2LjEyOTI3QzE0LjAwNDggNi4wNDg2NyAxNC4wODQgNS45NTMxMSAxNC4xNzEgNS44NDgxOUMxNC40Mzg3IDUuNTI1MzMgMTQuNzgwMiA1LjExMzQ1IDE1LjIyODQgNC43Nzc4TDE1LjIzODkgNC43NzAyQzE1LjkwNTggNC4yODQwNiAxNy4wMjE0IDQuMDEyIDE4LjAyMjIgNC41NjA1OUwxOC4wMzc2IDQuNTY5MTlDMTguODI2NiA1LjAyMDAzIDE5LjI0MzkgNS44MzA1OSAxOS4zMjEzIDYuNzUzMDRDMTkuMzczMyA3LjM0NzMzIDE5LjI5ODEgOC4wMjMyOSAxOS4xMDUxIDguNzg1NDJDMTkuMDMxNCA4Ljc4MDkyIDE4Ljk1NTggOC43Nzg1OCAxOC44NzgxIDguNzc4NThaIiBmaWxsPSIjMTkxOTE5Ii8+Cjwvc3ZnPgo=") center center no-repeat;
    background-color: rgb(25, 25, 25);
}

.eUNZUo {
    height: 24px;
    width: 24px;
    mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuNjk0NTggMTFDNy42OTQ1OCAxMC40NDc3IDguMTQyMjkgMTAgOC42OTQ1OCAxMEM5LjI0Njg2IDEwIDkuNjk0NTggMTAuNDQ3NyA5LjY5NDU4IDExVjEyQzkuNjk0NTggMTIuNTUyMyAxMC4xNDIzIDEzIDEwLjY5NDYgMTNIMTIuNjk0NkMxMy4yNDY5IDEzIDEzLjY5NDYgMTIuNTUyMyAxMy42OTQ2IDEyVjExQzEzLjY5NDYgMTAuNDQ3NyAxNC4xNDIzIDEwIDE0LjY5NDYgMTBDMTUuMjQ2OSAxMCAxNS42OTQ2IDEwLjQ0NzcgMTUuNjk0NiAxMVYxMkMxNS42OTQ2IDEzLjY1NjkgMTQuMzUxNCAxNSAxMi42OTQ2IDE1SDEwLjY5NDZDOS4wMzc3MiAxNSA3LjY5NDU4IDEzLjY1NjkgNy42OTQ1OCAxMlYxMVoiIGZpbGw9IiMxOTE5MTkiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjY5NDU4IDVDNy42OTQ1OCAzLjM0MzE1IDkuMDM3NzIgMiAxMC42OTQ2IDJIMTIuNjk0NkMxNC4zNTE0IDIgMTUuNjk0NiAzLjM0MzE1IDE1LjY5NDYgNVY2SDE1Ljk2QzE3LjQ1MjkgNiAxOC43MTg3IDcuMDk3NzkgMTguOTI5OCA4LjU3NTczTDIwLjM1ODQgMTguNTc1N0MyMC42MTY2IDIwLjM4MyAxOS4yMTQyIDIyIDE3LjM4ODUgMjJINi4wMDA1NkM0LjE3NDkxIDIyIDIuNzcyNTMgMjAuMzgzIDMuMDMwNzEgMTguNTc1N0w0LjQ1OTI5IDguNTc1NzNDNC42NzA0MiA3LjA5Nzc5IDUuOTM2MTggNiA3LjQyOTEzIDZINy42OTQ1OFY1Wk0xMy42OTQ2IDVWNkg5LjY5NDU4VjVDOS42OTQ1OCA0LjQ0NzcxIDEwLjE0MjMgNCAxMC42OTQ2IDRIMTIuNjk0NkMxMy4yNDY5IDQgMTMuNjk0NiA0LjQ0NzcxIDEzLjY5NDYgNVpNNy40MjkxMyA4SDE1Ljk2QzE2LjQ1NzYgOCAxNi44Nzk1IDguMzY1OTMgMTYuOTQ5OSA4Ljg1ODU4TDE4LjM3ODUgMTguODU4NkMxOC40NjQ1IDE5LjQ2MSAxNy45OTcxIDIwIDE3LjM4ODUgMjBINi4wMDA1NkM1LjM5MjAxIDIwIDQuOTI0NTUgMTkuNDYxIDUuMDEwNjEgMTguODU4Nkw2LjQzOTE4IDguODU4NThDNi41MDk1NiA4LjM2NTkzIDYuOTMxNDggOCA3LjQyOTEzIDhaIiBmaWxsPSIjMTkxOTE5Ii8+Cjwvc3ZnPgo=") center center no-repeat;
    background-color: rgb(25, 25, 25);
}

.jsvjUU {
    height: 24px;
    width: 24px;
    mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNS44MDM4IDMuNzk0MkMxNS45MDkyIDIuNzc0NzUgMTYuNzY4MiAyIDE3Ljc5MzEgMkgyMEMyMC41NTIzIDIgMjEgMi40NDc3MiAyMSAzQzIxIDMuNTUyMjggMjAuNTUyMyA0IDIwIDRMMTcuNzkzMSA0TDE3LjQ4MjggN0gyMUMyMS41NTIzIDcgMjIgNy40NDc3MiAyMiA4QzIyIDguNTUyMjggMjEuNTUyMyA5IDIxIDlIMjAuODkxMkwxOS40OTMzIDIxLjExNDZDMTkuNDM1MSAyMS42MTkyIDE5LjAwNzggMjIgMTguNDk5OSAyMkwxMy45OTk5IDIxLjk5OTlDMTMuNDkyIDIxLjk5OTkgMTMuMDY0NyAyMS42MTkxIDEzLjAwNjUgMjEuMTE0NUwxMS42MDg3IDguOTk5OTNIMTEuNUMxMC45NDc3IDguOTk5OTMgMTAuNSA4LjU1MjIyIDEwLjUgNy45OTk5M0MxMC41IDcuNDQ3NjUgMTAuOTQ3NyA2Ljk5OTkzIDExLjUgNi45OTk5M0wxNS40NzIxIDdMMTUuODAzOCAzLjc5NDJaTTE4Ljg3OCA5TDE3LjYwODcgMjBMMTQuODkxMiAxOS45OTk5TDEzLjYyMiA4Ljk5OTkzTDE4Ljg3OCA5WiIgZmlsbD0iIzE5MTkxOSIvPgo8cGF0aCBkPSJNMTAuMzk1IDExLjU2NjhDMTAuMDQ3NiAxMS44MjM1IDkuNTY0NzUgMTIgOSAxMkM4LjIxNDg4IDEyIDcuNTg3OTYgMTEuNjU4OCA3LjI2MzU3IDExLjIzNTZMNi44MjgzOSAxMC42Njc4TDYuMTUwNSAxMC44OTYzQzUuOTU2MjggMTAuOTYxOCA1LjczNjUxIDExIDUuNSAxMUM0LjQ1MTgxIDExIDQgMTAuMzU1NiA0IDEwQzQgOS43MjA5NSA0LjIzMDYzIDkuMzA4MDUgNC44NjAyOCA5LjEwMDExTDUuNjU2NTMgOC44MzcxNEw1LjUzNjM2IDguMDA3MjRDNS41MTI0NSA3Ljg0MjE1IDUuNSA3LjY3MjgzIDUuNSA3LjVDNS41IDUuNTY3IDcuMDY3IDQgOSA0QzEwLjE4OTMgNCAxMS4yNDAxIDQuNTkzMjMgMTEuODcyNiA1LjQ5OTk0TDE0LjExOTMgNS40OTk5OEwxNC4xMjA1IDUuNDg4MzRDMTMuMzE3NCAzLjQ0NTgyIDExLjMyNzYgMiA5IDJDNS45NjI0MyAyIDMuNSA0LjQ2MjQzIDMuNSA3LjVMMy41MDAxMSA3LjUzNTY3QzIuNjQ3MTMgOC4wNDQ4NyAyIDguOTA3MyAyIDEwQzIgMTEuNTk3NSAzLjMyNzI1IDEyLjY2OTggNC43OTA3NSAxMi45MzU1TDguMDY3OTkgMjEuMzYyN0M4LjIxNzQ3IDIxLjc0NzEgOC41ODc1OCAyMi4wMDAzIDguOTk5OTkgMjIuMDAwM0M5LjQxMjQxIDIyLjAwMDMgOS43ODI1MiAyMS43NDcxIDkuOTMyIDIxLjM2MjdMMTEuMTYwNyAxOC4yMDMzTDEwLjY2OTcgMTMuOTQ3OEw4Ljk5OTk5IDE4LjI0MTJMNy4yMDcyNCAxMy42MzEzQzcuNzU0MyAxMy44NzAzIDguMzY1OTYgMTQgOSAxNEM5LjU3NTgxIDE0IDEwLjEzMzIgMTMuODkzIDEwLjY0MDQgMTMuNjk0NEwxMC4zOTUgMTEuNTY2OFoiIGZpbGw9IiMxOTE5MTkiLz4KPC9zdmc+Cg==") center center no-repeat;
    background-color: rgb(25, 25, 25);
}

.jucYGg {
    height: 24px;
    width: 24px;
    mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOS43MzQ3IDUuOTg1NTZDMjEuNzU3OCA4Ljg3NDk4IDIxLjI5NDQgMTIuNzYxNyAxOC43OTIzIDE1LjEwNDdDMTguODA3IDE1LjEyMjkgMTguODIxMiAxNS4xNDE3IDE4LjgzNDggMTUuMTYxMUwyMS43MDI3IDE5LjI1NjhDMjIuMDE5NCAxOS43MDkzIDIxLjkwOTUgMjAuMzMyOCAyMS40NTcxIDIwLjY0OTZDMjEuMDA0NyAyMC45NjYzIDIwLjM4MTEgMjAuODU2NCAyMC4wNjQ0IDIwLjQwNEwxNy4xOTY1IDE2LjMwODJDMTcuMTgyOSAxNi4yODg4IDE3LjE3MDEgMTYuMjY5MSAxNy4xNTggMTYuMjQ5MUMxNC4xMDA1IDE3Ljc5ODkgMTAuMjg5NyAxNi45MDUgOC4yNjY1MyAxNC4wMTU2QzYuMDQ5MDkgMTAuODQ4OCA2LjgxODczIDYuNDgzOTggOS45ODU1NiA0LjI2NjU0QzEzLjE1MjQgMi4wNDkwOSAxNy41MTcyIDIuODE4NzMgMTkuNzM0NyA1Ljk4NTU2Wk0xNi44Njg1IDE0LjA5NjRDMTkuMTMwNSAxMi41MTI1IDE5LjY4MDIgOS4zOTQ3NCAxOC4wOTY0IDcuMTMyNzJDMTYuNTEyNSA0Ljg3MDY5IDEzLjM5NDcgNC4zMjA5NSAxMS4xMzI3IDUuOTA0ODRDOC44NzA2OSA3LjQ4ODczIDguMzIwOTUgMTAuNjA2NSA5LjkwNDg0IDEyLjg2ODVDMTEuNDg4NyAxNS4xMzA1IDE0LjYwNjUgMTUuNjgwMiAxNi44Njg1IDE0LjA5NjRaIiBmaWxsPSIjMTkxOTE5Ii8+CjxwYXRoIGQ9Ik0zIDExSDUuMDU0OTNDNS4xMzE1OSAxMS42OTM1IDUuMjg3MDMgMTIuMzYzMiA1LjUxMjEyIDEzSDNDMi40NDc3MSAxMyAyIDEyLjU1MjMgMiAxMkMyIDExLjQ0NzcgMi40NDc3MSAxMSAzIDExWiIgZmlsbD0iIzE5MTkxOSIvPgo8cGF0aCBkPSJNMyAxNUg2LjUxNTU1QzcuMDIxMTIgMTUuNzU1MyA3LjYzNzk3IDE2LjQyOTggOC4zNDI2NiAxN0gzQzIuNDQ3NzEgMTcgMiAxNi41NTIzIDIgMTZDMiAxNS40NDc3IDIuNDQ3NzEgMTUgMyAxNVoiIGZpbGw9IiMxOTE5MTkiLz4KPHBhdGggZD0iTTMgMTlDMi40NDc3MSAxOSAyIDE5LjQ0NzcgMiAyMEMyIDIwLjU1MjMgMi40NDc3MSAyMSAzIDIxSDEyQzEyLjU1MjMgMjEgMTMgMjAuNTUyMyAxMyAyMEMxMyAxOS40NDc3IDEyLjU1MjMgMTkgMTIgMTlIM1oiIGZpbGw9IiMxOTE5MTkiLz4KPC9zdmc+Cg==") center center no-repeat;
    background-color: rgb(0, 0, 0);
}

.gMJwyw {
    height: 24px;
    width: 24px;
    mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAxM0MxMy4yNDI2IDEzIDE0LjI1IDExLjk5MjYgMTQuMjUgMTAuNzVDMTQuMjUgOS41MDczNiAxMy4yNDI2IDguNSAxMiA4LjVDMTAuNzU3NCA4LjUgOS43NSA5LjUwNzM2IDkuNzUgMTAuNzVDOS43NSAxMS45OTI2IDEwLjc1NzQgMTMgMTIgMTNaTTEyIDE1QzE0LjM0NzIgMTUgMTYuMjUgMTMuMDk3MiAxNi4yNSAxMC43NUMxNi4yNSA4LjQwMjc5IDE0LjM0NzIgNi41IDEyIDYuNUM5LjY1Mjc5IDYuNSA3Ljc1IDguNDAyNzkgNy43NSAxMC43NUM3Ljc1IDEzLjA5NzIgOS42NTI3OSAxNSAxMiAxNVoiIGZpbGw9IiMxOTE5MTkiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAyMkMxNy41MjI4IDIyIDIyIDE3LjUyMjggMjIgMTJDMjIgNi40NzcxNSAxNy41MjI4IDIgMTIgMkM2LjQ3NzE1IDIgMiA2LjQ3NzE1IDIgMTJDMiAxNy41MjI4IDYuNDc3MTUgMjIgMTIgMjJaTTEyIDRDMTYuNDE4MyA0IDIwIDcuNTgxNzIgMjAgMTJDMjAgMTQuMTkzNyAxOS4xMTcxIDE2LjE4MTEgMTcuNjg3MiAxNy42MjY0QzE2LjQxMSAxNi42NDU1IDE0LjU2NTYgMTYgMTIgMTZDOS40MzQ0IDE2IDcuNTg5MDUgMTYuNjQ1NSA2LjMxMjgyIDE3LjYyNjRDNC44ODI5NCAxNi4xODExIDQgMTQuMTkzNyA0IDEyQzQgNy41ODE3MiA3LjU4MTcyIDQgMTIgNFpNMTYuMDI3MyAxOC45MTM5QzE1LjE0MTggMTguMzgzOSAxMy44NTg4IDE4IDEyIDE4QzEwLjE0MTIgMTggOC44NTgyIDE4LjM4MzkgNy45NzI3MSAxOC45MTM5QzkuMTU1NTUgMTkuNjA0NCAxMC41MzE2IDIwIDEyIDIwQzEzLjQ2ODQgMjAgMTQuODQ0NSAxOS42MDQ0IDE2LjAyNzMgMTguOTEzOVoiIGZpbGw9IiMxOTE5MTkiLz4KPC9zdmc+Cg==") center center no-repeat;
    background-color: rgb(25, 25, 25);
}

.bwZSgE {
    height: 24px;
    width: 24px;
    mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMCAxMS45MDQ1QzIyLjE5NTkgMTEuMzEzOSAyMi44MjA3IDguMTQyNTEgMjAuNjY2NCA2LjgyNzQzTDEzLjQwODIgMi4zOTY4NEMxMi41NDE0IDEuODY3NzIgMTEuNDU4NiAxLjg2NzcyIDEwLjU5MTggMi4zOTY4NEwzLjMzMzYyIDYuODI3NDJDMS4xNzkyNyA4LjE0MjUxIDEuODA0MDUgMTEuMzEzOSA0IDExLjkwNDVWMTlDNCAyMC42NTY5IDUuMzQzMTUgMjIgNyAyMkgxN0MxOC42NTY5IDIyIDIwIDIwLjY1NjkgMjAgMTlWMTEuOTA0NVpNNC41IDEwQzMuNzQyODkgMTAgMy43MDgxNSA4Ljk2MDM2IDQuMzU3MzcgOC41NjQwNkwxMS42MTU1IDQuMTMzNDdDMTEuODUxOSAzLjk4OTE3IDEyLjE0NzIgMy45ODkxNyAxMi4zODM2IDQuMTMzNDdMMTkuNjQxOCA4LjU2NDA2QzIwLjI5MSA4Ljk2MDM2IDIwIDEwIDE5IDEwQzE4LjQ0NzcgMTAgMTggMTAuNDQ3NyAxOCAxMVYxOUMxOCAxOS41NTIzIDE3LjU1MjMgMjAgMTcgMjBIMTRWMTRDMTQgMTIuODk1NCAxMy4xMDQ2IDEyIDEyIDEyQzEwLjg5NTQgMTIgMTAgMTIuODk1NCAxMCAxNFYyMEg3QzYuNDQ3NzIgMjAgNiAxOS41NTIzIDYgMTlWMTEuNUM2IDEwLjY3MTYgNS4zMjg0MyAxMCA0LjUgMTBaIiBmaWxsPSIjMTkxOTE5Ii8+Cjwvc3ZnPgo=") center center no-repeat;
    background-color: rgb(25, 25, 25);
}

.kYgGzc {
    height: 24px;
    width: 24px;
    mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOS43MzQ3IDUuOTg1NTZDMjEuNzU3OCA4Ljg3NDk4IDIxLjI5NDQgMTIuNzYxNyAxOC43OTIzIDE1LjEwNDdDMTguODA3IDE1LjEyMjkgMTguODIxMiAxNS4xNDE3IDE4LjgzNDggMTUuMTYxMUwyMS43MDI3IDE5LjI1NjhDMjIuMDE5NCAxOS43MDkzIDIxLjkwOTUgMjAuMzMyOCAyMS40NTcxIDIwLjY0OTZDMjEuMDA0NyAyMC45NjYzIDIwLjM4MTEgMjAuODU2NCAyMC4wNjQ0IDIwLjQwNEwxNy4xOTY1IDE2LjMwODJDMTcuMTgyOSAxNi4yODg4IDE3LjE3MDEgMTYuMjY5MSAxNy4xNTggMTYuMjQ5MUMxNC4xMDA1IDE3Ljc5ODkgMTAuMjg5NyAxNi45MDUgOC4yNjY1MyAxNC4wMTU2QzYuMDQ5MDkgMTAuODQ4OCA2LjgxODczIDYuNDgzOTggOS45ODU1NiA0LjI2NjU0QzEzLjE1MjQgMi4wNDkwOSAxNy41MTcyIDIuODE4NzMgMTkuNzM0NyA1Ljk4NTU2Wk0xNi44Njg1IDE0LjA5NjRDMTkuMTMwNSAxMi41MTI1IDE5LjY4MDIgOS4zOTQ3NCAxOC4wOTY0IDcuMTMyNzJDMTYuNTEyNSA0Ljg3MDY5IDEzLjM5NDcgNC4zMjA5NSAxMS4xMzI3IDUuOTA0ODRDOC44NzA2OSA3LjQ4ODczIDguMzIwOTUgMTAuNjA2NSA5LjkwNDg0IDEyLjg2ODVDMTEuNDg4NyAxNS4xMzA1IDE0LjYwNjUgMTUuNjgwMiAxNi44Njg1IDE0LjA5NjRaIiBmaWxsPSIjMTkxOTE5Ii8+CjxwYXRoIGQ9Ik0zIDExSDUuMDU0OTNDNS4xMzE1OSAxMS42OTM1IDUuMjg3MDMgMTIuMzYzMiA1LjUxMjEyIDEzSDNDMi40NDc3MSAxMyAyIDEyLjU1MjMgMiAxMkMyIDExLjQ0NzcgMi40NDc3MSAxMSAzIDExWiIgZmlsbD0iIzE5MTkxOSIvPgo8cGF0aCBkPSJNMyAxNUg2LjUxNTU1QzcuMDIxMTIgMTUuNzU1MyA3LjYzNzk3IDE2LjQyOTggOC4zNDI2NiAxN0gzQzIuNDQ3NzEgMTcgMiAxNi41NTIzIDIgMTZDMiAxNS40NDc3IDIuNDQ3NzEgMTUgMyAxNVoiIGZpbGw9IiMxOTE5MTkiLz4KPHBhdGggZD0iTTMgMTlDMi40NDc3MSAxOSAyIDE5LjQ0NzcgMiAyMEMyIDIwLjU1MjMgMi40NDc3MSAyMSAzIDIxSDEyQzEyLjU1MjMgMjEgMTMgMjAuNTUyMyAxMyAyMEMxMyAxOS40NDc3IDEyLjU1MjMgMTkgMTIgMTlIM1oiIGZpbGw9IiMxOTE5MTkiLz4KPC9zdmc+Cg==") center center no-repeat;
    background-color: rgb(25, 25, 25);
}


@media (hover: hover) {
    .jfCVbo:hover {
        background-color: #1919190d;
        box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--usage-color-transparent-default);
        color: #191919ff;
    }
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 15px;
    left: 0;
    overflow-x: hidden;
    transition: width 2s;
    padding-top: 80px;
    width: 5rem;
}

.sidenav:hover {
    width: 14rem;
}

.sidenav a {
    padding: 8px 8px 8px 23px;
    text-decoration: none;
    background-color: #fff;
    color: #191919ff;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 500;
}

.sidenav a:hover {
    color: #191919ff;
}

.sidenav .closebtn {

    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 0px;
}


/*
.ClsCartPopup a {
  padding: 8px 8px 8px 23px;
  text-decoration: none;
   background-color: #fff;
  color: #191919ff;
  transition: 0.3s;
  font-size:14px;
  font-weight: 500;
}
.list-group-item-action.py-2.ripple.gKinpO span {
	display: none;
}
.ClsCartPopup a:hover {
  color: #191919ff;
}

.ClsCartPopup .closebtn {

  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 0px;
}

@media screen and (max-height: 450px) {
  .ClsCartPopup {padding-top: 15px;}
  .ClsCartPopup a {
	color: #191919ff;
	font-size: 14px;
	font-weight: 500;
}
}
 */
.dropbtn {
    color: #191919ff;
    padding: 4px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    font-weight: 500;
}

.dropbtn:hover,
.dropbtn:focus {
    /* background-color: #d6d6d6ff; */
}

.dropdown {
    position: relative;
    display: inline-block;
    /* width: 300px; */
    /* padding-left: 240px; */

}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #d6d6d6ff;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: #d6d6d6ff;
}

.show {
    display: block;
}

.gKinpO {
    max-width: 100%;
    display: flex !important;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-direction: row;
    /* padding-left:1.5rem; */
}

.gKinpO {
    max-width: 100%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-direction: row;
    fill: white;
}

.kgVpKV {
    left: 0px;
    top: 0px;
    border-radius: 0 0 12px 12px;


}

.isHrde {
    width: 100%;
    object-fit: cover;
    height: 100%
}

.hqIPIp {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 12px;
    left: 16px;
    border-radius: 50%;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px;
}

.cfQlyQ {
    height: 76px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    overflow: hidden;
}

.dPeNGN {
    width: 100%;
    height: 210px;
    position: relative;
    overflow: hidden;
    margin-top: var(--usage-space-none);
}

.fZPmmD {
    max-width: 100%;
    display: flex;
    -moz-box-align: stretch;
    align-items: stretch;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-flow: wrap;
}

.fiSfaG span {
    font-size: 12px;
    color: rgb(96, 96, 96);
    line-height: 12px;
}

.jiFBoj {
    max-width: 100%;
    /* display: none; */
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-direction: row;
}

.jiFBoj > * + * {
    margin-left: 8px !important;
}

.fZPmmD > :not(:last-child) {
    margin-right: 8px !important;
}

.fiSfaG > div > div > div > div {
    -moz-box-pack: center;
    justify-content: center;
    text-align: center;
    display: flex;
}

.dyodcX {
    overflow: hidden;
}

@media (hover: hover) {
    .eVspjz:hover {
        background-color: #d6d6d6;
        box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--comp-color-button-tertiary-border-hovered);
        color: #242424;
    }
}

@media (hover: hover) {
    .eTRLUo {
        width: 1px;
        height: 40px;
        background-color: #f1f1f1f1;
        margin: 0px 20px 0px 20px;
    }
}

.goVetq {
    color: var(--usage-color-text-default);

    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

.gZNeeE {
    color: #00838ff1;

    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

.hliogJ {
    color: #a36500ff;

    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

.fERnCr > * + * {
    margin-left: 2px;
}

.hAoiGj:not(:first-child) {
    margin-left: 0px;
}

.ciJrlW {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    min-height: 32px;
    width: 100%;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    border-radius: 9999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #19191900;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--usage-color-transparent-default);
    color: #191919ff;
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .eXscct {
        display: block;
    }
}

.kbJqiC {
    width: 100%;
    border: 1px solid #f1f1f1ff;
    border-radius: 24px;
}

.cWZKtF > * + * {
    margin-top: 8px;
}

.ciJrlW:hover {
    background-color: #1919190d;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--usage-color-transparent-default);
    color: #191919ff;
}

.bJJcJQ {
    background-color: #f1f1f1ff;
    border-radius: 4px;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--usage-color-background-strong-default);
    display: inline-flex;
    max-width: 100%;
    height: 20px;
    padding: 4px;
}

.dRObSZ {
    color: #FFFFFF;
    font-family: var(--comp-type-tag-label-small-font-family), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    display: block;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px;
    padding: 4px;
}

.feKgxz {
    max-width: 100%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    flex-direction: row;
}

.bJJcJQ {
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--usage-color-background-strong-default);
    display: inline-flex;
    max-width: 100%;
    border-radius: 4px;
    background-color: #FF4E4D !important;
    padding: 4px;
    height: 25px;
    width: 75px;
    color: white !important;
}

.giaTF {
    padding: 0 0 0 15px;
    cursor: pointer;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #f1f1f1ff;
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    -moz-box-align: center;
    align-items: center;
}

.bvPxgl {
    color: #606060ff;

    font-size: 14pxpx;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    text-align: left;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
    max-height: 20px;
    white-space: normal;
    margin: 0px;
    padding: 0px;
}

.kdueWe {
    display: flex;
    flex-direction: column;
    -moz-box-pack: center;
    justify-content: center;
    max-width: 100%;
    min-height: auto;
    min-width: 0px;
    padding-right: 0px;
}

.dTphbq,
.fKlSdx {
    color: #191919ff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.01;
    text-decoration: none;
    text-transform: none;
    text-align: left;
    display: block;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
}

.hSwXML,
.cxjiTB {
    color: 606060ff;
    font-family: var(--usage-type-body-small-strong-font-family), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    text-align: left;
    display: block;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
}

.VrKMr {
    max-width: 100%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-direction: row;
}

.ihwIef {
    color: #606060ff;

    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

.ihwIef {

    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: none;
    color: rgb(96, 96, 96);
    letter-spacing: -0.01px;
}

.iFDmLn {
    max-width: 100%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-flow: wrap;
}

.bmcPch {
    max-width: 100%;
    margin-bottom: 8px;
}

.bXiVcG {
    position: relative;
    max-width: 100%;
    margin: 0px;
    display: inline-flex;
    min-height: 32px;
    border-radius: 9999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px #191919ff;
    color: #191919ff;
    height: 32px;
    width: 32px;
    padding: 0px;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}

.kfmxrW {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding-right: 12px;
    padding-bottom: 12px;
    z-index: 0;
}

.EuBJE {
    width: 100%;
    position: relative;
    flex: 0 0 408px;
    margin-right: 16px;
    display: flex;
}

.nbyWw img {
    border-radius: 0 8px 8px 0px !important;
}

.bHfLvF,
.ldyIml,
.comIGV li,
.comIGV li a {
    color: #191919ff;

    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    display: block;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
}

.lcrvua {
    cursor: pointer;
    text-align: center;
    color: #191919ff;
    font-weight: bold;
    padding-left: 10px;
}

.comIGV li {
    padding: var(--usage-space-x-small) var(--usage-space-medium);
    padding: 8px 0px 8px 16px;
}

.iKxKgI {
    overflow: auto;
    height: calc(-263px + 100vh);
}

@media (hover: hover) {
    .comIGV li:hover {
        background-color: #1919190d;
        box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--usage-color-transparent-default);
        color: #191919ff;
        border-radius: 999px;
    }
}

.comIGV li a.active {
    position: absolute;
    top: 4px;
    bottom: 4px;
    background-color: #191919ff;
    width: 6px;
    border-radius: 0px var(--usage-space-x-small) var(--usage-space-x-small) 0px;
}

.kPUjuZ {
    position: sticky;
    top: 165px;
    z-index: 0;
    transition: top 0.5s ease-in-out;
}

.hlISu {
    display: flex;
    top: 60px;
    left: 0;
    width: 100%;
    height: 84px;
    background-color: #ffffff03 !important;
    border-bottom: 1px solid #f1f1f1f1;
    z-index: 1;
    transition: top 0.35s;
    /* position: sticky; */
    padding: 0 !important;
    margin: 0 !important;
}

@media screen and (min-width: 768px) {
    ._wePds {
        margin-top: -30px !important;
    }
}

.flyptG {
    color: #191919ff;

    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.01px;
    text-transform: none;
}

.iAXTTb {
    color: #606060ff;

    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    -webkit-letter-spacing: var(--usage-type-body-small-default-letter-spacing);
    -moz-letter-spacing: var(--usage-type-body-small-default-letter-spacing);
    -ms-letter-spacing: var(--usage-type-body-small-default-letter-spacing);
    letter-spacing: -0.01px;
    -webkit-text-decoration: var(--usage-type-body-small-default-text-decoration);
    text-decoration: none;
    text-transform: none;
    display: block;
    margin: 0;
    padding: 0;
}

.eejnpR {
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
    color: inherit;
}

.fRUOvn {
    padding: 12px;
    border-radius: 8px;
    background-color: rgba(247, 247, 247, 0.97);
    /* min-width: 308px;
	max-width: 308px; */
    margin-right: var(--usage-space-x-small);
    cursor: pointer;
    height: auto;
}

.jePeIg {
    color: #191919ff;

    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

.eMkfYX {
    color: rgb(118, 118, 118);

    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

.jjzZwa {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 9999px;
    background-color: rgb(73, 105, 245);
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    align-self: center;
}

.gTEXFq {
    color: #191919ff;

    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

.iziHqH {
    color: #ffffff;

    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

.cHpRiL {
    color: #606060bb;

    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.01;
    text-decoration: none;
    text-transform: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

.jjYftL .h7 {
    font-size: 0.8rem;
    font-weight: 500;
}

.VrKMr > * + * {
    margin-left: 4px;
}

.fpqArY {
    display: contents !important;
    font-size: 14px;
}

.dQZfBS {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background-color: rgb(235, 23, 0);
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    align-self: center;
}

.dOXqgh {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 9999px;
    background-color: rgb(189, 136, 0);
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    align-self: center;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */

    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 0% auto;
    /* 15% from the top and centered */
    padding: 0px 0px 0 0px;
    border: 1px solid #888;
    width: 37%;
    /* Could be more or less, depending on screen size */
    border-radius: 13px;
}

/* The Close Button */
.close {
    color: #191919ff;
    float: right;
    font-size: 36px;
    font-weight: normal;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.lhNUbU {
    color: #606060bb;

    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    display: block;
    margin: 0px;
    padding: 0px;
}

.iaQGHS {
    margin-bottom: 16px;
}

.llWHbj > * + * {
    margin-left: 4px;
}

.kkojBG {
    width: 100%;
    border-bottom: 1px solid #f1f1f1ff;
    cursor: pointer;
}

.jMYxrG {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-flex: 1;
    flex-grow: 1;
    column-gap: 32px;
    cursor: pointer;
    margin-left: 15px !important;
    padding-left: calc(2 * var(--usage-space-medium)) !important;
}

.meAlJ {
    display: flex;
    flex-shrink: 0;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 2px solid #191919ff;
    border-radius: 4px;
    appearance: checkbox;
    background-color: #ffffff;
    position: relative;
    outline: none;
    margin: 0px;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}


.iZksw {
    background: #ffffff;
    padding: 16px;
    border-radius: 0px 0px 12px 12px;
    display: flex;
    -moz-box-pack: end;
    justify-content: flex-end;
    flex-shrink: 0;
    overflow: hidden;
    border-top: 1px solid #f1f1f1ff;
}

.gUnHMu {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 100%;
}

.gsRztx {
    display: flex;
    flex-direction: row;
    align-self: center;
    width: 100%;
}

.gIkpec {
    max-width: 100%;
    display: flex;
    -moz-box-align: stretch;
    align-items: stretch;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-direction: row;
}

.iivjYR[disabled],
.iivjYR[aria-disabled="true"] {
    background-color: #f7f7f7ff;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--usage-color-border-disabled);
    color: #b2b2b2ff;
}

.iivjYR {
    position: relative;
    max-width: 100%;
    margin: 0px;
    display: inline-flex;
    min-height: 40px;
    border-radius: 9999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #19191900;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--usage-color-transparent-default);
    color: #191919ff;
    height: 40px;
    width: 40px;
    padding: 0px;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}

.ejOCSD {
    width: 60px;
}

.gIkpec > * + * {
    margin-left: 16px;
}

.cWZKtF {
    max-width: 100%;
    display: block;
}

.evotqE {
    display: flex;
    min-height: 40px;
}

.iVZBxx {

    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01px;
    font-weight: 500;
    color: #191919ff;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    border-radius: 8px;
    z-index: 1;
    padding: 0px 12px;
    border: medium;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--comp-color-field-border-default);
    background-color: #f7f7f7ff;
}

.kXCksQ > * {
    width: 100%;
}

.jtKXkg {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    min-height: 40px;
    width: 100%;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    border-radius: 9999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #108910;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--usage-color-transparent-default);
    color: #ffffff;
}

.jONJUs {
    display: block;
    -moz-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    transition: opacity 0.15s ease-in-out;
    opacity: 1;
}


.duSLDd {
    color: currentcolor;

    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    display: block;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
}

.ejOCSD input {
    text-align: center;
}

.hOfdVc {

    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01px;
    font-weight: 500;
    width: 100%;
    border: medium;
    outline: none;
    flex: 1 1 100%;
    display: flex;
    background: inherit;
    color: currentcolor;
    appearance: checkbox;
    margin: 0px;
    padding: 0px;
}

.iPUGzV {
    position: relative;
    max-width: 100%;
    margin: 0px;
    display: inline-flex;
    min-height: 40px;
    border-radius: 9999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #19191900;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--usage-color-transparent-default);
    color: #191919ff;
    height: 40px;
    width: 40px;
    padding: 0px;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}

.dqWmIX {
    width: 100%;
}

.bZDkVI {
    width: 100%;
}

.enSmuu {
    position: relative;
    background: #ffffff;
    box-shadow: 0 6px 20px 0 #19191933;
    min-height: 0px;
    max-height: 80vh;
    max-width: 560px;
    width: 100vw;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    outline: none;
    bottom: 0px;
    top: 10px;
    transition: 0s
}

.eAZySs {
    z-index: 3;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    pointer-events: none !important;
}

.eAZySs > * {
    pointer-events: auto;
}

.fNfKau {
    -moz-box-flex: 1;
    flex-grow: 1;
    overflow: auto;
    z-index: 0;
    border-radius: 8px;
}

.exMoeW {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.fixed-top {
    z-index: 3 !important;
}

.bYtiER {
    max-width: 100%;
    padding: 0rem 1rem;
}

.NOEGv {
    background-color: var(--usage-color-background-subdued-default);
    overflow: hidden;
    max-height: 290px;
    position: relative;
    border-radius: 4px;
}

/******************************************/
/* .cuFOqm {
	background-color: #ffffff;
	 position: fixed;
	top: 0px;
	bottom: 0px;
    right: 0px;
    width: 560px;
	box-shadow: 0 6px 20px 0 #19191933;
	height: 100%;
} */

.eFSBzY > * {
    pointer-events: auto;
}

.goVetq {

    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    display: block;
    margin: 0px;
    padding: 0px;
    color: rgb(25, 25, 25);
}

.VrKMr {
    max-width: 100%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-direction: row;
}

.bgYphk {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    appearance: checkbox;
    border: medium;
    outline: none !important;
    padding: 0px;
    margin: 0px;
    text-align: inherit;
    display: block;
    width: 100%;
    background: var(--usage-color-transparent-default);
}

.WECHv {
    display: block;
    width: 100%;
    margin: 0px;
    border: medium;
    height: 1px;
    background: #f1f1f1ff;
    opacity: 1;
}

.bGoSFN {
    width: 100%;
    padding-left: 12px;
    margin-top: 0;
    margin-bottom: 0;
}

.eaXeBL {
    max-width: 100%;
    padding: 12px 12px;
}

.iVKwdM {
    animation: 0.3s ease-in gCiAhq;
    height: 60px;
    width: 60px;
    border-radius: 4px;
    margin-left: 4px;
    overflow: hidden;
}

.jYnMxm {
    -moz-box-flex: 1;
    flex-grow: 1;
    overflow: hidden;
    flex-basis: 100%;
    grid-area: 2 / 2;
}

.cJxGCl {
    max-width: 100%;
    display: block;
}

.laMCcm {
    color: #191919ff;

    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    text-align: left;
    display: block;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
}

.dhyst {
    max-width: 100%;
    display: block;
    padding: 10px 0 0 10px;
}

.jSaOyI {
    max-width: inherit;
}

.laMCcm {

    font-weight: 500;
    text-transform: none;
    text-align: left;
    white-space: nowrap;
    color: rgb(25, 25, 25);
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01px;
}

.cnzVEX,
.duigup {
    color: #191919ff;

    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
    max-height: calc(var(--usage-type-body-medium-default-line-height) * 2);
    white-space: normal;
    margin: 0px;
    padding: 0px;
}

.idtPLn {
    color: var(--usage-color-text-subdued-default);

    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
    max-height: calc(var(--usage-type-label-x-small-default-line-height) * 2);
    white-space: normal;
    margin: 0px;
    padding: 0px;
}

.eyuHSB {
    margin-top: 5px;
}

.ZNLaC {
    color: var(--usage-color-text-default);

    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

.bGoSFN {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 12px;
}

.hpaNRV {
    padding: 0 16px;
    margin-bottom: 16px;
}

.cNjEpU {
    width: 100%;
    overflow: hidden;
    background: #f7f7f7ff;
    border-radius: 1000px;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    flex-direction: row;
    -moz-box-pack: justify;
    justify-content: space-between;
}

.buxKGc {
    position: static;
    top: 0px;
    right: auto;
    border-radius: 1000px;
    white-space: nowrap;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px;
}

.cEvrPo {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    height: 100%;
}

.cNjEpU {
    width: 100%;
    overflow: hidden;
    border-radius: 1000px;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    flex-direction: row;
    -moz-box-pack: justify;
    justify-content: space-between;
    background: rgb(247, 247, 247);
}

.bgYphk {
    cursor: pointer;
    text-align: inherit;
}

.dbDkWc {
    transition: 200ms ease-in-out;
    max-width: 32px;
    opacity: 1;
}

.dJQkyG {
    position: relative;
    max-width: 100%;
    margin: 0px;
    display: inline-flex;
    min-height: 32px;
    border-radius: 9999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #f1f1f1ff;
    box-shadow: inset 0 0 0 1px #f1f1f1ff;
    color: #191919ff;
    height: 32px;
    width: 32px;
    padding: 0px;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}

.dJQkyG:hover {
    background-color: #d6d6d6ff;
    box-shadow: inset 0 0 0 1px #d6d6d6ff;
    color: var(--comp-color-button-tertiary-text-hovered);
}

.jkCXbu {
    position: relative;
}

.ipPFp {
    height: 32px;
    min-width: 32px;
    display: flex !important;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    transition: 200ms ease-in-out;
    opacity: 0 !important;
    color: #191919ff !important;
}

.gJtDdY {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}

.dbDkWc {
    transition: 200ms ease-in-out;
    max-width: 32px;
    opacity: 1;
}

.gOIicc {
    height: 32px;
    min-width: 32px;
    display: flex !important;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    transition: 200ms ease-in-out;
    opacity: 1 !important;
    color: #191919ff;
    background: transparent;
}

.eqLUBq {
    color: #191919ff;

    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

.bjcmlU {
    display: flex;
    flex-direction: column;
}

.eCqPTM {
    width: 95px;
    height: 95px;
    position: relative;
    border-radius: 8px;
    border: 1px solid #f1f1f1ff;
    overflow: hidden;
}

.ixAFgA {
    flex-shrink: 0;
    width: 95px;
    height: 100%;
    border-radius: 8px;
    min-width: 0px;
    margin-right: 8px;
    cursor: pointer;
}

.eCqPTM button {
    position: absolute;
    bottom: 4px;
    right: 4px;
}

.jQqKMb {
    position: relative;
    max-width: 100%;
    margin: 0px;
    display: inline-flex;
    min-height: 32px;
    border-radius: 9999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--usage-color-transparent-default), var(--usage-elevation-2);
    color: #191919ff;
    height: 32px;
    width: 32px;
    padding: 0px;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}

.kcOBvs {
    position: relative;
    display: flex;
    -moz-box-align: start;
    align-items: start;
    flex-wrap: nowrap;
    overflow: auto hidden;
    width: 100%;
    padding: 16px 0 0;
}

.MKmVH,
.ZNLaC {
    color: #191919ff;

    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
    max-height: auto;
    white-space: normal;
    margin: 0px;
    padding: 0px;
}

.fRCMLg {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    display: block;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
}
.fERnCr .fRCMLg{
  font-weight:700 !important;	
}
.VrKMr {
    max-width: 100%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-direction: row;
}

.iLA-DSJ {
    max-width: 100%;
    display: block;
}

.dfviTz {
    width: 100%;
    height: 100%;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.iLA-DSJ > * + * {
    margin-top: 4px;
}

.bgYphk:hover {
    background: #1919190d;
}

.display-7 {
    font-size: 2rem;
}

.fZHVOZ {
    padding: 12px 12px;
}

.iPUGzV:hover {
    background-color: #1919190d;
    box-shadow: 0 0 0 1px #19191900;
    color: #191919ff;
}

.iPUGzV:hover {
    background-color: #1919190d;
    box-shadow: 0 0 0 1px #19191900;
    color: #191919ff;
}

.iPUGzV {
    position: relative;
    max-width: 100%;
    margin: 0px;
    display: inline-flex;
    border-radius: 9999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #19191900;
    box-shadow: 0 0 0 1px #19191900;
    color: #191919ff;
    height: 40px;
    width: 40px;
    padding: 0px;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    min-height: 40px;
}

.jtKXkg:hover {
    background-color: #00653f;
    box-shadow: inset 0 0 0 1px #19191900;
    color: #ffffff;
}

.sidena_v {
    display: flex;
    white-space: nowrap;
    -moz-box-align: center;
    align-items: center;
    overflow: hidden;
    flex: 1 1 auto;
}


.kJBqCR {
    max-width: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    -moz-box-align: stretch;
    align-items: stretch;
    justify-content: stretch;
}

.gHWlNd {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 12px;
}

.gAPlBY {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.iNreRY {
    border: 0px;
    border-radius: 8px;
    background: #ffffff;
    display: block;
    text-decoration: none;
    padding: 0px;
    text-align: left;
    width: 100%;
    max-width: 100%;
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
    outline: none;
}

.iOhvyH {
    z-index: 2 !important;
    position: fixed;
    bottom: 0px;
    top: 64px;
}

.xuIRF {
    padding: 4px 16px;
    width: 100%;
    min-height: 40px;
    max-width: 100%;
    flex-wrap: nowrap;
}

.xuIRF > span {
    flex: 0 0 auto;
}

.kxiXzp {
    width: 24px;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
}

.hYVFuy {
    display: flex;
    white-space: nowrap;
    flex: 1 1 auto;
    -moz-box-align: center;
    align-items: center;
    overflow: hidden;
}

.hYVFuy .SideNavCellFrame__PrimarySlot-sc-155vpg2-1 {
    flex: 1 1 auto;
}

.hYVFuy > span {
    flex: 0 0 auto;
}

.dVDYal {
    overflow: hidden;
}

.iHLDqL {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    transition: box-shadow 225ms cubic-bezier(0.83, 0, 0.17, 1);
    border-right: 1px solid #f1f1f1ff;
    background-color: #ffffff;
}

.iNreRY:hover {
    background: #f7f7f7ff;
}

.dzYtNh {
    padding: 4px 16px;
}

.gAPlBY:not(:first-child) {
    margin-top: 4px;
}

.iOhvyH {
    width: 5rem;
    border-right: 1px solid #f1f1f1ff;
}

.iOhvyH:hover {
    width: 14rem !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
    transition: width 0.5s;
    transform: translateZ(-2.1rem);
    z-index: 10;
    background: #ffffff;
}

.WcJQY {
    display: none;
    -moz-box-pack: center;
    justify-content: center;
    width: 80px;
}

@media screen and (max-width: 768px) {
    .kgVpKV {
        border-radius: 1rem;
    }
}

.logo {
    fill: white;
    fill: red;
}

/**********************************************/
@media (min-width: 960px) {
    .cBMFIy {
        height: calc(-64px + 100vh);
        top: 73px;
        flex: 0 0 420px;
        border-left: 0px solid #d6d6d6ff;
        overflow-y: auto;
        position: sticky;
        width: 26rem;
    }
}

.mHOdM {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("../images/temp.png");
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    margin-right: 16px;
    border: 1px solid rgb(214, 214, 214);
}

.ePdjiQ {
    border-radius: 8px;
    padding: 8px;
    background: #fff6bf;
    display: grid;
    gap: 8px;
    grid-template-columns: auto 1fr auto;
    position: relative;
    overflow: hidden;
}

.fSUQIp {
    padding: 24px;
}

.kHBJE {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-flex;
    min-height: 32px;
    width: auto;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    border-radius: 9999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 1px #19191900;
    color: #191919ff;
}

.bg-gradient {
    background-color: #f7f7f7ff;

    color: #b2b2b2ff;
}

.bg-gradient:hover {
    cursor: not-allowed;
    background-color: #f7f7f7ff;

    color: #b2b2b2ff;
}

.hAStGx {
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    flex-direction: row;
    align-items: stretch;
    -moz-box-align: stretch;
    max-width: 100%;
}

.jEwLAM[disabled],
.jEwLAM[aria-disabled="true"] {
    color: #b2b2b2ff;
}

.gKinpO > * + * {
    margin-left: 12px;
}

.gYqMHn > button {
    background-color: rgb(66, 133, 246);
    margin-top: 8px;
}

.biShts {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0ch;
    text-transform: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
    display: block;
    font-variant-ligatures: no-common-ligatures;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gYqMHn > button span {
    line-height: normal !important;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 100%;
}

.jluwHR > button span {
    line-height: normal !important;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 100%;
}

.fJnxnw > button span {
    line-height: normal !important;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 100%;
}

.fZHuuT {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    min-height: 40px;
    width: 100%;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    border-radius: 24px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #e63b24;
    box-shadow: transparent 0px 0px 0px 1px inset;
    color: rgb(255, 255, 255);
}

.dhQxsk > div:first-child > :has(button) {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 350px;
    margin-top: 0px !important;
}

.Q9Zq8sGAiPk5gCcTApx3 {
    text-align: center;
}

.boeace {
    width: 100%;
    min-height: unset;
    border: 0px !important;
    background: white;
}

.hwQNHH {
    /* margin-top: 24px;
	margin-bottom: 24px; */
}

.gYqMHn > button {
    background-color: rgb(66, 133, 246);
    margin-top: 8px;
}

.cGCJLK > * + * {
    margin-top: 16px !important;
}

.jluwHR > button {
    background-color: rgb(59, 89, 152);
    margin-top: 8px;
}

.fJnxnw > button {
    background-color: rgb(0, 0, 0);
    margin-top: 8px;
}


.cntkeZ {
    padding: 20px;
    height: 100%;
}

.GkQVY {
    background-color: rgb(236, 252, 252);
    padding: 8px;
    border-radius: 0px;
    flex-direction: row;
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.cgRxSi {
    display: flex;
    flex-direction: row;
    -moz-box-align: center;
    align-items: center;
    text-align: left;
}

.cgRxSi div:first-child {
    margin-right: 16px;
}

.cecQcO {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0ch;
    text-transform: none;
    color: rgb(25, 25, 25);
    margin: 0px;
    padding: 0px;
    display: block;
    font-variant-ligatures: no-common-ligatures;
}


@media (min-width: 960px) {
    .dmAFKF {
        margin: 0px auto;
        max-width: 665px;
        padding: 17px 32px;
        position: absolute;
        right: 27rem;
        padding: 10px;
        left: 0;
    }
}

.bhxwrx {
    border-radius: 1000px;
    display: inline-block;
    max-width: 100%;
    background-color: rgb(231, 231, 231);
    display: none !important;
}

.hjDKCk {
    display: flex;
    -moz-box-flex: 0;
    flex-grow: 0;
    -moz-box-align: center;
    align-items: center;
    color: rgb(73, 73, 73);
    margin: 8px 0px;
}

.ZcflS {
    font-size: 14px;

    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0ch;
    text-transform: none;
    color: rgb(118, 118, 118);
    margin: 0px;
    padding: 0px;
    display: block;
    font-variant-ligatures: no-common-ligatures;
}

.hjDKCk::before,
.hjDKCk::after {
    display: block;
    -moz-box-flex: 1;
    flex-grow: 1;
    height: 1px;
    background-color: rgb(196, 196, 196);
    content: "";
}

.hjDKCk::before {
    margin-right: 24px;
}

.hjDKCk::after {
    margin-left: 24px;
}

.bBNyru {
    font-size: 16px;
    font-family: DD-TTNorms, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0ch;
    text-transform: none;
    color: rgb(25, 25, 25);
    text-align: left;
    margin: 0px;
    padding: 0px;
    display: block;
    font-variant-ligatures: no-common-ligatures;
}

.gXQEQG {
    display: flex;
    min-height: 48px;
}

.bbvRuI {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0ch;
    font-weight: 500;
    font-family: DD-TTNorms, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: rgb(25, 25, 25);
    display: flex;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    border-radius: 8px;
    z-index: 1;
    padding: 8px 16px;
    border: medium;
    box-shadow: rgb(247, 247, 247) 0px 0px 0px 1px inset;
    background-color: rgb(247, 247, 247);
}

.ctmHIP {
    -moz-box-flex: 1;
    flex-grow: 1;
    background: inherit;
    max-width: 100%;
    margin: 0px 16px 0px auto;
}

.cAcUHR {
    -moz-box-align: center;
    align-items: center;
    display: flex;
    margin-left: 8px;
    margin-right: 2px;
}

.bpYhff {
    position: relative;
    max-width: 100%;
    margin: 0px;
    display: inline-flex;
    min-height: 40px;
    border-radius: 100%;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    box-shadow: rgba(165, 211, 242, 0) 0px 0px 0px 3px;
    color: rgb(25, 25, 25);
    height: 40px;
    width: 40px;
    padding: 0px;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}

.cQCjJB > * + * {
    margin-top: 8px !important;
}

.bhxwrx > :nth-child(1) {
    border-radius: 1000px !important;
}

.bhxwrx > :nth-child(1) {
    z-index: 1 !important;
}

.bkeugU {
    font-size: 14px;
    font-family: DD-TTNorms, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0ch;
    text-transform: none;
    text-align: left;
    margin: 0px;
    padding: 0px;
    display: block;
    font-variant-ligatures: no-common-ligatures;
}

.bhxwrx > :nth-child(2) {
    margin-left: -12px !important;
    padding-left: 12px;
}

.hfTPQZ > :nth-child(2) {
    margin-left: -12px !important;
    padding-left: 12px;
}

.bhxwrx > :last-child {
    border-radius: 0px 1000px 1000px 0px !important;
}

.jGQVwd > :nth-child(2) {
    border-radius: 1000px !important;
}

.jGQVwd > :nth-child(2) {
    z-index: 1 !important;
}

.jGQVwd > * + * {
    margin-left: -1px !important;
}

.hfTPQZ > :nth-child(1) {
    z-index: 1 !important;
}

.hfTPQZ > :nth-child(2) {
    z-index: 1 !important;
}

.gnesjP {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-flex;
    background-color: rgb(25, 25, 25);
    min-height: 32px;
    width: auto;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    /* box-shadow: rgb(231, 231, 231) 0px 0px 0px 1px inset; */
    border-radius: 1000px;
    border: medium;
    color: rgb(255, 255, 255);
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
}

.jjTFHX {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-flex;
    background-color: rgb(231, 231, 231);
    min-height: 32px;
    width: auto;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    box-shadow: rgb(231, 231, 231) 0px 0px 0px 1px inset;
    border-radius: 1000px;
    border: medium;
    color: rgb(25, 25, 25);
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
}

.euIzuW {
    max-width: 100%;
    padding: 0px 12px;
}

.RtaIn {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    min-height: 48px;
    width: 100%;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    border-radius: 24px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #e63b24;
    box-shadow: transparent 0px 0px 0px 1px inset;
    color: rgb(255, 255, 255);
}

.ewsJyR {
    font-size: 18px;
    font-family: DD-TTNorms, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0ch;
    text-transform: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
    display: block;
    font-variant-ligatures: no-common-ligatures;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.RoeUH {
    font-size: 14px;
    font-family: DD-TTNorms, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0ch;
    text-transform: none;
    color: rgb(118, 118, 118);
    text-align: left;
    margin: 0px;
    padding: 0px;
    display: block;
    font-variant-ligatures: no-common-ligatures;
}

.kQdeaU {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0ch;
    font-weight: 500;
    font-family: DD-TTNorms, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: rgb(25, 25, 25);
    display: flex;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    border-radius: 8px;
    z-index: 1;
    padding: 0px 12px;
    border: medium;
    box-shadow: rgb(247, 247, 247) 0px 0px 0px 1px inset;
    background-color: rgb(247, 247, 247);
}

.cQCjJB > * + * {
    margin-top: 8px !important;
}

.gXQELC {
    display: flex;
    min-height: 40px;
}

.gjyTBR {
    max-width: 100%;
    margin-bottom: 16px;
}

.kQaPQO > :first-child {
    flex-shrink: 2;
    min-width: 128px;
}

.eBgFNd {
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-direction: row;
}

.hGZTXv {
    position: absolute;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    top: 0px;
    right: 0px;
    height: 24px;
    pointer-events: none;
    background: inherit;
}

.idveBz,
.bmNUkX {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0ch;
    font-weight: 500;
    font-family: DD-TTNorms, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    width: 100%;
    border: medium;
    outline: none;
    flex: 1 1 100%;
    display: flex;
    background: inherit;
    color: currentcolor;
    appearance: none;
    margin: 0px;
    padding: 0px;
}

.gbreNo {
    background: inherit;
    position: relative;
}

@media (min-width: 481px) {
    .kQdeaU {
        font-size: 16px;
        letter-spacing: 0ch;
        font-weight: 500;
        line-height: 22px;
    }
}

.eBgFNd > * + * {
    margin-left: 8px !important;
}

.ctmHLr {
    -moz-box-flex: 1;
    flex-grow: 1;
    background: inherit;
    max-width: 100%;
    margin: 0px 12px 0px auto;
}

.dPoTCS {
    width: 49%;
    display: flex;
}

.cyoyor {
    cursor: pointer;
    appearance: none;
    padding: 0px;
    border: medium;
    background: none;
}

.cYdmZJ {
    max-width: 100%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: justify;
    justify-content: space-between;
    flex-direction: row;
}

.dAANuB {
    color: #191919ff;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    display: block;
    margin: 0px;
    padding: 0px;
}

.dmAFKF {
    display: flex;
    flex-direction: column;
}

.kqrlsg {
    z-index: 0;
    position: relative;
}

.fNilIY {
    width: 330px;
}

.hJuoVh {
    max-width: 100%;
    display: flex;
    -moz-box-align: stretch;
    align-items: stretch;
    -moz-box-pack: center;
    justify-content: center;
    flex-direction: row;
}

.keoYJt {
    height: 144px;
    width: 100%;
    position: relative;
    margin-bottom: 4px;
}

.ipkWlZ {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-flex;
    min-height: 32px;
    width: auto;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    border-radius: 9999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #191919ff;
    box-shadow: inset 0 0 0 2px #191919ff;
    color: #ffffff;
}

.hfTPQZ > * + * {
    margin-left: -1px !important;
}

.RWvuB {
    max-width: 100%;
    display: flex;
    -moz-box-align: stretch;
    align-items: stretch;
    -moz-box-pack: justify;
    justify-content: space-between;
    flex-direction: row;
}

.eIzaPp {
    padding-top: 1rem;
    overflow-x: auto;
    display: flex;
}

.kvEuvg {
    background: none;
    border: medium;
    user-select: none;
    box-shadow: inset 0 0 0 1px #f1f1f1ff;
    border-radius: 8px;
    min-width: 100px;
    max-width: 324px;
    transition: opacity 200ms;
    opacity: 0.5;
    cursor: not-allowed;
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    display: inline-flex;
    -moz-box-align: stretch;
    align-items: stretch;
    width: max-content;
}

.ihyljN {
    max-width: 324px;
    transition: opacity 200ms;
    opacity: 1;
    cursor: pointer;
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    display: inline-flex;
    -moz-box-align: stretch;
    align-items: stretch;
    width: max-content;
    box-shadow: rgb(241, 241, 241) 0px 0px 0px 1px inset;
    border-radius: 8px;
    padding-left: 1rem;
    background: none;
    min-width: 100px;
    user-select: none;
    border: medium;
}

.cYdmZJ > * + * {
    margin-left: 16px;
}

.eIzaPp > * + * {
    margin-left: 16px;
}

.cNPvKQ {
    max-width: 100%;
    width: 100%;
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto 1fr auto;
    column-gap: 12px;
}

.bYtiER {
    max-width: 100%;
    padding: 1rem 1rem;
}

.hDUGcc {
    grid-area: 2 / 3;
    flex-shrink: 0;
    line-height: 0;
    display: flex;
    -moz-box-align: center;
    align-items: center;
}

.fmuOZm {
    grid-area: 2 / 1;
    flex-shrink: 0;
    line-height: 0;
    display: flex;
    -moz-box-align: center;
    align-items: center;
}

.kdEgCK {
    max-width: 100%;
    padding: 1rem 1rem;
}

.forfGF {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}

.iUHngI {
    margin-top: 4px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding-bottom: 32px;
}

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

.ohYRP {
    flex: 2 1 0%;
}

.fwgZBn {
    margin: 12px 12px;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #d6d6d6ff;
}

.hYwpjb {
    flex: 1 1 0%;
}

.gXtArf > * + * {
    margin-top: 2rem;
}

.bLsDUh {
    flex: 2 1 0%;
}

.gmRKJd {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    min-height: 40px;
    width: 100%;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    border-radius: 9999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #f1f1f1ff;
    box-shadow: inset 0 0 0 1px #f1f1f1ff;
    color: #191919ff;
}

.guCsRs {
    padding: 0px 16px 16px 16px;
}

.gIkpec > * + * {
    margin-left: 16px;
}

.ewPfBk {
    padding: 16px;
}

.bhxwrx > * + * {
    margin-left: -1px !important;
}

.bbvRuI:focus-within {
    background-color: rgb(247, 247, 247);
    color: rgb(25, 25, 25);
    outline: none;
    box-shadow: rgb(25, 25, 25) 0px 0px 0px 2px inset;
}

.euIzuW {
    max-width: 100%;
    padding: 0px 12px;
}

.gJBGMT:focus-within {
    background-color: rgb(247, 247, 247);
    color: rgb(25, 25, 25);
    outline: none;
    box-shadow: rgb(25, 25, 25) 0px 0px 0px 2px inset;
}

.cQCjJB {
    max-width: 100%;
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1000;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    padding: 10px;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

    -webkit-animation-duration: 0.4s;

    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;

    color: white;
}

.modal-body {
    padding: 2px 0px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.hfTPQZ > :nth-child(2) {
    z-index: 1 !important;
}

.kozddz {
    grid-area: -1 / 1 / auto / -1;
    margin-right: calc(-1 * var(--usage-space-medium));
    margin-left: 0px;
    margin-bottom: calc(16px * -1);
    margin-top: calc(16px - 1px);
}

.bDCnEQ {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    height: 8px;
    border-right: medium;
    border-left: medium;
    border-image: none;
    border-top: 1px solid #f1f1f1ff;
    border-bottom: 1px solid #f1f1f1ff;
    background: #f7f7f7ff;
    margin-top: var(--usage-space-none);
    margin-bottom: var(--usage-space-none);
}

.cvFqUQ {
    max-width: 100%;
    margin: 0px;
    display: inline-flex;
    min-height: 40px;
    border-radius: 9999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 1px;
    color: #191919ff;
    height: 40px;
    width: 40px;
    padding: 0px;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    position: relative;
}

.kBERSR {
    color: #191919ff;
    font-family: var(--usage-type-display-large-font-family), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 2rem;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.01px;
    text-transform: none;
    text-align: left;
}

.dtvoNG {
    color: #191919ff;
    font-family: var(--usage-type-display-medium-font-family), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.01px;
    text-decoration: none;
    text-transform: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

.cvwBbO > * + * {
    margin-top: 16px;
}

.bbjROu {
    font-family: var(--usage-type-body-small-default-font-family), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.01px;
    font-weight: 500;
    color: #191919ff;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    border-radius: 8px;
    z-index: 1;
    padding: 6px 8px;
    border: medium;
    box-shadow: inset 0 0 0 1px #f7f7f7ff;
    background-color: #f7f7f7ff;
}

.djFohu {
    display: flex;
    user-select: none;
    -moz-box-flex: 1;
    flex-grow: 1;
    flex-direction: column;
}

.OUCde {
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-direction: row;
}

.itXcsr {
    height: 24px;
    display: flex;
    -moz-box-align: center;
    align-items: center;
}

.OUCde > * + * {
    margin-left: 8px;
}

.ksiHGH {
    font-family: var(--usage-type-body-medium-default-font-family), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.01px;
    font-weight: 500;
    color: #191919ff;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    border-radius: 8px;
    z-index: 1;
    padding: 12px 12px;
    border: medium;
    box-shadow: 0 0 0 1px #f7f7f7;
    background-color: #f7f7f7ff;
}

.gfGGiI {
    font-family: var(--usage-type-body-medium-default-font-family), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01px;
    font-weight: 500;
    width: 100%;
    border: medium;
    outline: none;
    flex: 1 1 100%;
    display: flex;
    background: inherit;
    color: currentcolor;
    appearance: none;
    margin: 0px;
    padding: 0px;
    min-height: 48px;
    resize: vertical;
}

.chOMNf {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-flex;
    min-height: 40px;
    width: auto;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    border-radius: 9999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #f1f1f1ff;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--comp-color-button-tertiary-border-default);
    color: #191919ff;
}

.cNRSZu[disabled],
.cNRSZu[aria-disabled="true"] {
    background-color: #f7f7f7ff;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--usage-color-border-disabled);
    color: #b2b2b2ff;
}

.cNRSZu {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-flex;
    min-height: 40px;
    width: auto;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    border-radius: 9999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: #eb1700ff;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--usage-color-transparent-default);
    color: #ffffff;
}

.ejlYcu {
    margin-left: 8px;
}

.iTMZUn {
    display: flex;
    -moz-box-pack: end;
    justify-content: flex-end;
    margin-top: calc(var(--usage-space-x-large) + var(--usage-space-x-small));
}

.QArxc {
    position: absolute;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    top: 0px;
    right: 0px;
    height: 24px;
    max-height: 100%;
    min-height: 8px;
    pointer-events: none;
    background: transparent;
    bottom: 0px;
    margin: auto 0px;
}

.iTMZUn {
    display: flex;
    -moz-box-pack: end;
    justify-content: flex-end;
    margin-top: 50px;
}

.XSRxz {

    text-transform: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

.cslRVE {
    position: relative;
    z-index: 400;
    padding-top: 64px;
}

.gSzNzL {
    -moz-box-align: center;
    align-items: center;
    background-color: #ffffff;
    border-bottom: 1px solid #f1f1f1ff;
    display: flex;
    height: 64px;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100vw;
    z-index: 100;
    -moz-box-pack: justify;
    justify-content: space-between;
}

.kDCJmt {
    flex: 1 1 0%;
}

.eJrhjJ {
    flex: 1 1 0%;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    position: relative;
    right: 0px;
    left: 0px;
    /* background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 5%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 95%, rgba(255, 255, 255, 0) 100%); */
    margin: auto 24px auto 0;
}

.gDHjhz > * + * {
    margin-left: 8px;
}

.gYqMHn > button:hover {
    background-color: rgb(214, 214, 214);
}

.jluwHR > button:hover {
    background-color: rgb(14, 31, 86);
}

.fJnxnw > button:hover {
    background-color: rgb(51, 51, 51);
}

.styles__StyledInlineSvg-sc-12l8vvi-0.iIiQzo.fetched-icon {
    color: #000;
}


.container {

    padding: 20px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
}

.did-floating-label-content {
    position: relative;
    margin-bottom: 0px;
}

.did-floating-label {
    color: #6D6D6D;
    font-size: 0.9rem;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 11px;
    padding: 0 5px;
    background: #fff;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.did-floating-input,
.did-floating-select {
    font-size: 0.9rem;
    display: block;
    width: 100%;
    height: 48px;
    padding: 0 20px;
    background: #fff;
    color: #323840;
    border: 1px solid #000;
    border-radius: 8px;
    box-sizing: border-box;

    &:focus {
        outline: none;

        ~ .did-floating-label {
            top: -8px;
            font-size: 13px;
        }
    }
}

select.did-floating-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.did-floating-select::-ms-expand {
    display: none;
}

.did-floating-input:not(:placeholder-shown) ~ .did-floating-label {
    top: -8px;
    font-size: 13px;
}

.did-floating-select:not([value=""]):valid ~ .did-floating-label {
    top: -8px;
    font-size: 13px;
    color: #000;
}

.did-floating-select[value=""]:focus ~ .did-floating-label {
    top: 11px;
    font-size: 13px;
}

.did-floating-select:not([multiple]):not([size]) {

    background-position: right 15px top 50%;
    background-repeat: no-repeat;
}

.did-error-input {

    .did-floating-input,
    .did-floating-select {
        border: 2px solid #9d3b3b;
        color: #9d3b3b;
    }

    .did-floating-label {
        font-weight: 600;
        color: #9d3b3b;
    }

    .did-floating-select:not([multiple]):not([size]) {
    }
}

.input-group {
    display: flex;

    .did-floating-input {
        border-radius: 0 4px 4px 0;
        border-left: 0;
        padding-left: 0;
    }
}

.input-group-append {
    display: flex;
    align-items: center;
    /*   margin-left:-1px; */
}

.input-group-text {
    display: flex;
    align-items: center;
    font-weight: 400;
    height: 34px;
    color: #323840;
    padding: 0 5px 0 20px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #3D85D8;
    border-radius: 4px 0 0 4px;
    border-right: none;
}

.location-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 42rem;
    margin: 0 auto;
}

.input-box input,
.input-box select,
.input-box textarea,
.textarea-box input,
.textarea-box select,
.textarea-box textarea {
    appearance: none;
    background-color: #ffffff;
    border: 1px solid var(--colorNeutralBorder);
    border-radius: var(--bdsCornerRadiusField);
    box-sizing: border-box;
    color: #242424;
    display: block;
    font-family: var(--bdsTypographyParagraphSmallFontFamily);
    font-size: 0.875rem;
    font-weight: 400;
    font-weight: 300;
    line-height: var(--bdsTypographyParagraphSmallLineHeight);
    line-height: 1em;
    padding: 12px 15px;
    position: relative;
    resize: none;
    transition: all .15s;
    width: 100%;
    z-index: 1;
}

.search-loader {
    width: 30px;
    aspect-ratio: 2;
    --_g: no-repeat radial-gradient(circle closest-side, #108910 90%, #0000);
    background: var(--_g) 0% 50%,
    var(--_g) 50% 50%,
    var(--_g) 100% 50%;
    background-size: calc(100% / 3) 50%;
    animation: l3 1s infinite linear;
}

@keyframes l3 {
    20% {
        background-position: 0% 0%, 50% 50%, 100% 50%
    }
    40% {
        background-position: 0% 100%, 50% 0%, 100% 50%
    }
    60% {
        background-position: 0% 50%, 50% 100%, 100% 0%
    }
    80% {
        background-position: 0% 50%, 50% 50%, 100% 100%
    }
}

.header-search-wrap {
    position: relative;
}

.search-loader {
    display: none;
    position: absolute;
    right: 44px;
    z-index: 1;
}

.did-floating-label-content .search-loader {
    top: 43%;
}

@media (min-width: 960px) {
    .location-form {
        background: #fff;
        box-shadow: 0 .188rem 1.25rem rgba(0, 0, 0, .1);
        flex-wrap: nowrap;
        padding: 16px;
        padding-top: 16px;
        border-radius: 16px;
    }
}

.address-search-container {
    flex: 1;
    margin-bottom: 0px;
    position: relative;
}

@media (min-width: 960px) {
    .location-form .address-search-container {
        flex: 1 1 auto;
    }
}

@media (min-width: 960px) {
    .bds-c-hero--side-by-side-homepage .bds-c-hero__content-container {
        grid-column: 1/span 7;
    }
}

.address-search-container .locate-me {
    align-items: center;
    border: none;
    display: flex;
    padding: 16px;
    position: absolute;
    right: 1px;
    top: 25px;
    transform: translateY(-50%);
    z-index: 1;
}

.bds-c-btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    appearance: button;
    background-color: transparent;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: var(--bdsTypographyLabelMediumFontFamily);
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.5;
    padding: 0 var(--bdsSpacingSm);
    position: relative;
    user-select: none;
    white-space: nowrap;
    color: #ffffff;
}

.did-floating-inputt {
    appearance: none;
    background-color: var(--colorWhite);
    border: 1px solid #DBDBDB;
    border-radius: 12px;
    box-sizing: border-box;
    color: #242424;
    display: block;
    font-family: var(--bdsTypographyParagraphSmallFontFamily);
    font-size: 0.875rem;
    font-weight: 400;
    font-weight: 300;
    line-height: 1.5;
    line-height: 1em;
    padding: 12px 15px;
    position: relative;
    resize: none;
    transition: all .15s;
    width: 100%;
    z-index: 1;
}

.search-input-container {
    align-items: center;
    background-color: #ffff;
    border: 1px solid #DBDBDB;
    border-radius: 8px;
    box-sizing: border-box;
    color: #242424;
    display: flex;
    position: relative;
    z-index: 1;
}

.bds-c-btn-cursor.bds-c-btn-cursor--layout-full-width-primary {
    background-color: #108910 !important;
    color: #ffffff;
    padding: 11px;
    border-radius: 12px;
    margin-left: 16px;
}

.bds-c-btn-primary {
    color: #ffffff;
}


.bds-c-btn-cursor.bds-c-btn-cursor--layout-full-width-primary:hover {
    background-color: #ec644b;
}

.bds-c-btn-cursor.bds-c-btn-cursor--layout-full-width-primary:hover {
    inset: -3px;
}

.dtAgzg {
    -moz-box-flex: 1;
    flex-grow: 1;
}

@media screen and (max-width: 1350px) {
    .cuFOqm {
        background-color: #ffffff;
        position: sticky;
        top: 0px;
        bottom: 0px;
        right: 0px;
        width: 100%;
        /* box-shadow: 0 6px 20px 0 #19191933; */
        height: 100%;
        overflow: auto;
        max-height: 100%;
        border-left: 0px solid #dee2e6;
    }
}

.dropdown-menu {
    width: 33rem;
    border-radius: 5px;
    transition: all .15s;
}

.cPlEQo > div:first-child > :has(button) {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 350px;
    margin-top: 0px !important;
}

.cvwBbO {
    max-width: 100%;
    display: block;
}

@media screen and (min-width: 768px) {
    .dBDJfH {
        padding: 0px;
        flex: 2 1 0%;
    }
}

.dBDJfH {
    padding: var(--usage-space-medium);
    min-width: 150px;
    max-width: 150px;
}

.nbyWw {
    top: 0px;
    background-color: #f7f7f7ff;
    height: 100%;
}

.iRARhj img {
    height: 88px;
    width: 88px;
}

@media screen and (min-width: 1184px) {
    .iRARhj img {
        height: 154px;
        width: 154px;
    }
}

@media (max-width: 1200px) {
    .iKxKgI {
        overflow: auto;
        height: auto;
    }
}

@media (max-width: 30em) {
    .eoJPvx {
        max-width: none;
        max-height: 100%;
        height: 100vh;
        top: 0px;
        border-radius: var(--usage-border-radius-none);
        width: 100vw;
    }
}

@media screen and (min-width: 600px) {
    .modal-content {
        width: 35rem;
    }
}

.cUNlxH {
    padding-top: 50px;
    position: relative;
    z-index: 400;
}

.kaQRNP {
    -moz-box-align: center;
    align-items: center;
    background-color: var(--usage-color-background-default);
    border-bottom: 1px solid var(--usage-color-border-default);
    display: flex;
    height: 112px;
    -moz-box-pack: justify;
    justify-content: space-between;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100vw;
    z-index: 400;
    animation: 0.5s ease-in-out jBcSpD;
}

.rNpyw {
    -moz-box-flex: 1;
    flex-grow: 1;
    border-bottom: 1px solid #E7E7E7;
    z-index: 400;
}

.ljbXLp {
    position: relative;
}

.litHNU {
    max-width: 100%;
    width: 100%;
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto 1fr auto;
    column-gap: 8px;
}

.lmTlSd {
    max-width: 100%;
    padding: 8px 8px;
}

.bzAKfa {
    -moz-box-align: center;
    align-items: center;
    background-color: #FFFFFF;
    border-bottom: 1px #f1f1f1ff;
    display: flex;
    flex-direction: column;
    height: auto;
    -moz-box-pack: justify;
    justify-content: space-between;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100vw;
    z-index: 400;
}

.gbAjIQ {
    -moz-box-align: center;
    align-items: center;
    display: flex;
    height: 64px;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding: 0 1rem;
    width: 100vw;
    margin-block-start: .25rem;
    margin-block-end: 1.5rem;
}

.gbAjIQ > a {
    max-height: 100%;
}

.bXkLEz {
    -moz-box-align: center;
    align-items: center;
    display: flex;
    gap: 12px;
    width: 80px;
}

.WcJQY {
    display: none;
    -moz-box-pack: center;
    justify-content: center;
    width: 80px;
}

.iPUGzV::-moz-focus-inner {
    outline: none;
    border-style: none;
    padding: 0px;
}

.iPUGzV {
    position: relative;
    max-width: 100%;
    margin: 0px;
    display: inline-flex;
    min-height: var(--usage-size-action-medium);
    border-radius: var(--comp-border-radius-icon-button);
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: var(--comp-color-button-flat-secondary-background-default);
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--usage-color-transparent-default);
    color: var(--comp-color-button-flat-secondary-text-default);
    height: var(--usage-size-action-medium);
    width: var(--usage-size-action-medium);
    padding: 0px;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}

.bBMLPX {
    max-width: 100%;
    display: flex;
    -moz-box-align: stretch;
    align-items: stretch;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-direction: row;
}

.gbAjLy {
    -moz-box-align: center;
    align-items: center;
    display: flex;
    height: 48px;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding: 0 1rem;
    width: 100vw;
}

.ePJSkU {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    margin-left: var(--usage-space-none) !important;
}

.kPALqG::-moz-focus-inner {
    outline: none;
    border-style: none;
    padding: 0px;
}

.kPALqG {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-flex;
    min-height: 40px;
    width: auto;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    border-radius: 9999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: var(--comp-color-button-flat-primary-background-default);
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--usage-color-transparent-default);
    color: var(--comp-color-button-flat-primary-text-default);
}

.eRuPEE {
    max-width: 100%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-direction: row;
}

.cvFqUQ::-moz-focus-inner {
    outline: none;
    border-style: none;
    padding: 0px;
}

.cvFqUQ {
    position: relative;
    max-width: 100%;
    margin: 0px;
    display: inline-flex;
    min-height: 40px;
    border-radius: 9999px;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: var(--usage-color-background-default);
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--usage-color-transparent-default);
    color: #191919ff;
    height: 40px;
    width: 40px;
    padding: 0px;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}

.izqcaP {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    margin-right: 8px;
    position: relative;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.bdHLIo {
    width: 100%;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#restuant .iOhvyH,
#list .iOhvyH {
    z-index: 2 !important;
    position: fixed;
    bottom: 0px;
    top: 65px;
}

.iQdRGU {
    -moz-box-flex: 1;
    flex-grow: 1;
    margin: var(--usage-space-none) auto;
    padding-right: var(--usage-space-medium);
    display: flex;
    align-items: center;
    -moz-box-align: center;
    /* max-width: 2200px; */
}

.eVspj-z {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px 28px;
    display: flex;
    width: 100%;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    border: medium;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    text-decoration: none;
    text-align: center;
    box-shadow: inset 0 0 0 var(--usage-border-width-default) var(--comp-color-button-tertiary-border-default);
    min-height: auto;
    border-radius: 4px;
    color: #289965;
    background-color: rgb(241, 241, 241);
    font-weight: 700;
    border: 1px solid #289965;
}

.eVspj-z:hover {
    opacity: 0.6;
    border: 1px solid #289965;
}

#autocompleteResults {
    background-color: #fff;
    color: #000;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    border: 1px solid #dee2e6;
    margin-top: 10px;
    border-radius: 0.375rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.autocomplete-item {
    text-align: left;
    border-bottom: #000;
    text-align: left;
    border-bottom: #000;
    height: 50px;
    overflow-wrap: break-word;
}

/* Ensure modal is above backdrop */
.modal-backdrop {
    z-index: 1040 !important;
    display: none;
    /* Default for the backdrop */
}

.modal {
    z-index: 1050 !important;
    background-color: rgb(2 6 12 / 13%) !important;

    /* Default for modal */
}

.modal-full-size {
    width: 100% !important;
    padding: 30px
}

.steps-container,
.addon-container {
    max-height: 40vh;
    overflow-y: scroll;
}

/* .slick-slide {
	width: 200px !important;
} */

.white-bg {
    background-color: #fff;
    border-radius: .2rem;
}

.hotel-add-popup {
    border-radius: 24px;
}

.hotel-add-popup .modal-title p {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.35px;
    margin-bottom: 0;
    color: rgba(2, 6, 12, 0.6);
}

.hotel-add-popup .modal-title-heading {
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: #000;
    margin-top: 5px;
}

.hotel-add-popup .modal-dialog-centered {
    max-width: 600px;
}

.hotel-add-popup .btn-close {
    opacity: 1;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    top: 20px;
    right: 20px;
    height: 15px;
    width: 15px;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    background-size: 10px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 6px;
    border: none;
    outline: none;
    font: initial;
}

.hotel-add-popup .modal-content {
    background-color: #f0f0f5;
    margin: 0% auto;
    padding: 0px 0px 0 0px;
    border: none;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
}

.hotel-add-popup .modal-header {
    margin: 0 15px;
    padding: 1rem 0rem;
    border-bottom: none;
}

.hotel-add-popup .modal-title {
    padding-top: 10px;
}

.hotel-add-popup .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0;
}

.form-card {
    display: block;
}

.form-body {
    padding: 0;
    flex-grow: 1;
    background: rgba(255, 255, 255, 0.2);
}

.tb-content {
    padding: 0 5px;
}

.tab-pan.active {
    display: block;
}

.tab-pan {
    display: none;
    padding: 0 0 20px 0;
}

.pop-divider {
    border-bottom: 1px solid rgba(2, 6, 12, 0.15);
    margin: 16px 0px;
}

.hotel-add-popup h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.4px;
    color: rgba(2, 6, 12, 0.75);
    padding: 0px 0px 10px;
}

.hotel-add-popup .item- {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;

    margin-bottom: 20px;
}

.hotel-add-popup .item-name-container {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;

}

.hotel-add-popup .item-container {
    background: rgb(255, 255, 255);
    padding: 20px 16px 0px;
    border-radius: 16px;
    border: 1px solid transparent;
}

.hotel-add-popup .item-name-icon {
    margin-right: 12px;
}


.hotel-add-popup .item-name-icon, .hotel-add-popup .item-name {
    display: flex;
    align-items: center;
    font-weight: 600;
}

.item-check-box {
    position: relative;
}

.item-check-box [type="radio"]:checked, .item-check-box [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.item-check-box [type="radio"]:checked + label, .item-check-box [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    text-indent: -9999px;
}

.item-check-box [type="radio"]:checked + label:before, .item-check-box [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    border: 1px solid #fd5202;
    border-radius: 100%;
    background: #fff;
}

.item-check-box [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.item-check-box [type="radio"]:checked + label:after, .item-check-box [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #fd5202;
    position: absolute;
    top: 4px;
    left: 8px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.tab-nav {
    position: relative;
    background: #fff;
    bottom: 0;
    margin: 0 -20px;
    padding: 20px;
    left: 0;
    text-align: left;
    box-sizing: border-box;
}

#step-count, .price-calc strong {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: rgba(2, 6, 12, 0.92);
}

.price-calc span {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: rgba(2, 6, 12, 0.45);
}

.price-calc p {
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: -0.33px;
    color: #108910;
}

.tb-prev.hide, .submitbtn.hide, .hide {
    display: none;
}

.hotel-add-popup .container {
    padding: 20px 20px 0;
}

.hotel-add-popup .sw-btn-next, .hotel-add-popup .sw-btn-prev {
    position: relative;
    overflow: hidden;
    background: rgb(27, 166, 114) !important;
    color: #fff;
    border: none !important;
    cursor: pointer;
    width: 100%;
    transition: transform 0.1sease-in;
    min-width: 96px;
    padding-left: 16px;
    padding-right: 16px;
    height: 44px;
    border: 0px;
    border-radius: 12px;
}

.tb-prev.hide, .submitbtn.hide {
    display: none;
}

.tb-next, .tb-prev {
    padding: 6px 15px;
    border-radius: 5px;
    color: #00a68e;
    border: 1px solid #fff;
    margin: 0 5px;
    cursor: pointer;
    transition: all .5s ease;
}

.item-name-price {
    display: flex;
}

.item-price-data {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.4px;
    color: rgba(2, 6, 12, 0.6);
}

.pop-change-btn {
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: rgb(255, 82, 0);
}

.footer-copyright {
    /* text-align: center !important; */
    color: #fff;
}

.hide {
    display: none !important;
}


.slick-track .slide {
    width: 125px !important;
}

@media (max-width: 400px) {
    .slick-track .slide {
        width: 25% !important;
    }
}


@media (max-width: 768px) {
    .my-container {
        padding-top: 0px !important;

    }

    .eJrhjJ {
        margin-top: 100px;
    }

    /* .slick-track .slide {
		width: 89px !important;
 	} */


}

@media (max-width: 768px) and (min-width: 401px) {
    .slick-track .slide {
        width: 89px !important;
    }
}


.bhxwrx, .gDHjhz, .WcJQY {
    display: none !important;
}

.slick-track {
    width: 100% !important;
    text-align: center;
}

.fiSfaG {
    display: none !important;
}

.unique-color {
    background-color: #108910;
    color: white;
}

@media (max-width: 575px) {
    .unique-row-cards > div {
        width: 85%;
    }
}

.container1 {
    display: grid;
    min-height: 35vh;
    /* grid-template-rows: auto 1fr auto; */
}

.unique-row-cards {
    min-height: 35vh;
    display: flex;
    justify-content: center;
}

/* @media (max-width: 426px) {
	.unique-row-cards {
		justify-content: unset;
	}
} */


.unique-box-card {
    width: 20%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-right: 1rem;
    margin-left: 1rem;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    transition: transform 0.4s ease;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.unique-box-card:hover {
    transform: scale(0.97);
}

@media (max-width: 1200px) and (min-width: 673px) {
    .unique-box-card {
        width: 20%;
    }
}

@media (max-width: 673px) and (min-width: 576px) {
    .unique-box-card {
        width: 27%;
    }
}

/* @media (max-width: 768px) {
  .unique-box-card { width: 50%; }
}

@media (max-width: 576px) {
  .unique-box-card { width: 100%; }
} */


@media (max-width: 767px) {
    .unique-slider-class {
        display: flex !important;
        overflow-x: auto;
        gap: 12px;
        padding: 8px;
        white-space: nowrap;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
    }

    .unique-slider-class a {
        flex: 0 0 auto;
        min-width: 120px;
        text-align: center;
    }

    .unique-slider-class::-webkit-scrollbar {
        display: none;
    }
}


.cart-popup.hide {
    display: none !important;
}

.cart-popup.show {
    display: block !important;
}

/* @media(max-width: 411px){
		body {
			overflow-x: hidden;
		  }
		  .slick-track {
			margin: 0 !important;
		  }
} */

.unique-trimmed-text {
    width: 100%;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* desktop  */
@media (min-width: 576px) {
    .unique-view-cart {
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        width: 60% !important;
        background: #fff;
        z-index: 1050;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        border-radius: 8px;
        bottom: 0px;
        overflow-y: auto;
        height: 54px;
    }
}

@media (min-width: 300px) and (max-width: 576px) {
    .unique-view-cart {
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        width: 100% !important;
        background: #fff;
        z-index: 1050;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        border-radius: 8px;
        bottom: 0px;
        overflow-y: auto;
        height: 54px;
    }
}

/* 404 page styles */
.page404body {
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

._33kiy {
    background-image: url(https://webproolson.online/foodpro/images/404.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 65vh;
    width: 70%;
}

.back-home {
    margin-top: 20px;
    padding: 12px 24px;
    background-color: #ff0000;
    color: white;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
}

.back-home:hover {
    background-color: #cc0000;
}


.increase-btn {
    color: white;
    background-color: #108910;
}

.decrease-btn {
    color: white;
    background-color: #108910;
}

.unique-footer-links {
    display: flex;
    gap: 12px;
    padding: 8px;
    margin-left: -5rem;
    font-size: 12px;

}

._ooppii {
    font-size: 12px;
}


._hh11tt {
    /* Default margin for mobile */
    margin-left: 12%;
    margin-top: 12px;
    padding-bottom: 0px !important;
}

@media (min-width: 576px) and (max-width: 1200px) {
    ._hh11tt {
        margin-left: 9%;
        margin-top: 12px;
    }
}

@media (min-width: 1201px) {
    ._hh11tt {
        margin-left: 12%;
        margin-top: 12px;
    }
}

._hh11t2 {
    /* Default margin for mobile */
    margin-left: 0px;
    margin-top: 12px;
    padding-bottom: 0px !important;
}

@media (min-width: 576px) and (max-width: 1200px) {
    ._hh11t2 {
        margin-top: 12px;
    }
}

@media (min-width: 1201px) {
    ._hh11t2 {
        margin-top: 12px;
    }
}


.dialog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.dialog-box {
    background: white;
    width: 90%;
    max-width: 400px;
    max-height: 90%;
    overflow-y: auto;
    padding: 20px;
    border-radius: 10px;
    animation: fadeIn 0.3s ease-out forwards;
}

.hidden {
    display: none;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media (min-width: 1300px) {
    .dialog-box {
        max-width: 500px;
    }
}

._oopptt {
    border: 1px solid gray;
}

@media (min-width: 769px) {
    /* Image container */
    ._ttyyoo {
        flex: 0 0 auto !important;
        max-width: 200px !important;
    }

    /* Image inside the container */
    ._ttyyoo img {
        width: 100% !important;
    }

    /* Content container */
    ._ttooyy {
        flex: 1 1 auto !important;
    }
}


/* Dark overlay behind the modal */
.modal-backdrop-custom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black */
    z-index: 1040; /* behind Bootstrap modal which is typically z-index: 1050 */
}


._jiolo {
    background-image: url("https://webproolson.online/foodpro/images/jio_reliance_logo.webp");
    width: 100%;
    height: 100%;
}

._jiorl {
    background-image: url("https://webproolson.online/foodpro/images/jio_reliance_logo.svg");
    width: 100%;
    height: 100%;
}

._jjooii {
    width: 100%;
    max-width: 150px;
    height: auto;
}

@media (max-width: 576px) {
    ._jjooii {
        margin-top: 1.25rem;
    }
}

@media (min-width: 576px) {
    ._jjooii {
        max-width: 150px;
        margin-top: 3%;
    }
}

@media (min-width: 768px) {
    ._jjooii {
        max-width: 150px;
        margin-top: 1%;
    }
}

@media (min-width: 992px) {
    ._jjooii {
        max-width: 200px;
        margin-top: 2%;
    }
}

@media (min-width: 1200px) {
    ._jjooii {
        max-width: 220px;
        margin-top: 2%;
    }
}

._trsfg {
    font-size: 60px;
    color: #161E31;
}

@media (max-width: 992px) {
    ._trsfg {
        font-size: 30px;
    }
}


._boCbb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* height: 54px; */
    padding: 10px;
    background-color: #1ba672;
    border-radius: 0px;
    border: 0px;
}

/* temp */
main {
    overflow-x: hidden;
}


/* css to prevent the right sliding in the restaurant page */

#foodmenu1 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 12px;
    padding: 10px;
    transition: all 0.3 ease;
}

#foodmenu1 .collection {
    text-align: center;
}

#foodmenu1 img {
    width: 100%;
    aspect-ratio: 1 / 1; /* Keeps images square */
    object-fit: cover;
    border-radius: 10px;
}

/* Tablet */
@media (max-width: 768px) {
    #foodmenu1 {
        grid-template-columns: repeat(6, 1fr);
    }
}

/* Mobile: 576px and down */
@media (max-width: 576px) {
    #foodmenu1 {
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
        /* padding: 6px; */
    }

    #foodmenu1 img {
        border-radius: 8px;
    }
}

/* Smallest: below 400px */
@media (max-width: 470px) {
    #foodmenu1 {
        grid-template-columns: repeat(4, 1fr);
        gap: 6px;
        padding: 44px 4px 4px 4px;
        /* margin-right: 50px; */
    }

    #foodmenu1 img {
        border-radius: 6px;
    }

    #foodmenu1 .collection {
        text-align: unset;

    }
}

#foodmenu1 .collection {
    transition: all 0.3s ease;
}


#top-strip {
    background-color: #003D29;
    color: white;
    text-align: center;
    padding: 8px 10px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.coupon-icon {
    width: 20px;
}

@media (max-width: 600px) {
    #top-strip {
        flex-direction: column;
        font-size: 13px;
    }
}


/* avoid the cropping content, improve CLS */

.skeleton {
    background: #eee;
    height: 200px;
    aspect-ratio: 3/2;
    animation: pulse 1.5s infinite;
    width: 100%;
}

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

#foodmenu1 {
    min-height: 180px;
}


@media (max-width: 450px ) {
    ._crowp {
        max-width: 430px;
        transition: max-width 0.3s ease;
    }
}

@media (max-width: 390px ) {
    ._crowp {
        max-width: 410px;
        transition: max-width 0.3s ease;
    }
}

@media (max-width: 375px ) {
    ._crowp {
        max-width: 395px;
        transition: max-width 0.3s ease;
    }
}


._crowp {
    transition: max-width 0.3s ease;
}

._mensd {
    width: 33rem; /* Desktop (w-100 equivalent assuming 1rem = 16px, 100rem = 1600px) */
}

@media (max-width: 767px) {
    ._mensd {
        width: auto; /* Tablet: looks okay without fixed width */
    }
}

@media (max-width: 480px) {
    ._mensd {
        width: 22rem; /* Mobile */
    }
}

/* #autocomplete_search {
	position: absolute !important;
	z-index: 9999 !important;
  } */

@media (max-width: 992px) {
    ._gogox {
        margin-top: -120px;
    }
}
.nav-search{
	position:relative;
	top:100px;
}

._gogox{
	position: absolute;
    left: 50%;
    top: 27%;
}
@media (max-width: 767px) {
	.container-xxl{
		margin-top:-150px;
	}
	.nav-search{
		position:unset;
	}
    ._gogox {
	    position: absolute;
        left: 58%;
        top: 30%;
        width: 70%;
        margin-top: -60px;
    }
}

@media (max-width: 767px) and (min-width: 474px) {
    ._gogox {
        max-width: 80%;
    }
}

@media (max-width: 767px) {
    ._tyeid {
        height: 48px;
    }

    ._xsddc {
        margin-bottom: 24px;
    }
}

.autocomplete-menu-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px;
    overflow-y: scroll;
    max-height: 100vh;
}

.autocomplete-menu-items button {
    display: flex;
    align-items: center;
    gap: 1rem;
    border: none;
    background: transparent;
    transition: all 0.1s ease-out;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
}

.autocomplete-menu-items button:hover {
    background: #eee;
}

.autocomplete-menu-items ._38VHx {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 4px;
}

.autocomplete-menu-items ._38J4H {
    margin-block-end: .25rem;
}

.autocomplete-menu-items ._2B_8A, .autocomplete-menu-items ._38J4H {
    text-align: left;
}

.skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 4px;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.skeleton-text {
    height: 16px;
    margin-bottom: 8px;
}

.skeleton-title {
    height: 28px;
    margin-bottom: 12px;
    width: 60%;
}

.skeleton-subtitle {
    height: 20px;
    margin-bottom: 8px;
    width: 40%;
}

.skeleton-image {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    border-radius: 12px;
}

.skeleton-card-image {
    width: 100%;
    height: 120px;
    border-radius: 8px;
}

.skeleton-search {
    height: 40px;
    width: 225px;
    border-radius: 20px;
}

.skeleton-category {
    height: 36px;
    width: 100px;
    display: inline-block;
    margin-right: 8px;
    border-radius: 18px;
}

.skeleton-menu-card {
    background: white;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

main {
    margin-top: 64px;
    min-height: 100vh;
    background-color: #f8f9fa;
}

/* Hide skeleton elements when loaded */
main.loaded .skeleton {
    display: none !important;
}

#restaurant-menu.loading .skeleton {
    display: block !important;
}

#restaurant-menu.loaded .skeleton {
    display: none !important;
}

main.loading #restaurant-image, main.loading form.form-menu-search, main.loading .bi-clock, main.loading .dot, main.loading .bi-star-fill {
    display: none !important;
}

.loading .store-info {
    visibility: hidden;
}

main.loaded #restaurant-image, main.loaded form.form-menu-search, main.loaded .bi-clock, main.loaded .dot, main.loaded .bi-star-fill {
    display: initial;
}

.loaded .store-info {
    visibility: visible;
}
