﻿.mud-popover.mud-popover-open.mud-popover-top-left.mud-popover-anchor-top-left.mud-popover-overflow-flip-onopen.mud-paper.mud-elevation-8 {
    top: 46.75px !important;
    left: 1480.73px;
    width: 170px;
    border: 1px solid rgb(0 0 0 / 18%);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}
.mud-popover.mud-popover-open.mud-popover-top-left.mud-popover-anchor-top-left.mud-popover-overflow-flip-onopen.mud-paper.mud-elevation-8 .mud-list-item .mud-list-item-text {
    margin-block: 0px;
}
.mud-popover.mud-popover-open.mud-popover-top-left.mud-popover-anchor-top-left.mud-popover-overflow-flip-onopen.mud-paper.mud-elevation-8 .mud-list-item .mud-list-item-text p{
    font-family: "Inter", sans-serif;
    font-size: clamp(13px, 2vw + 5px, 14px);
}
/******************** Container Class *********************/
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}
.text-center {
    text-align: center;
}


/******************************* SECTION GAP *********************************/
.section {
    padding-top: 80px;
}
.section__header {
    width: 100%;
    margin-bottom: 24px;
}
.section__header h1 {
    font-family: "Inter", sans-serif;
    font-size: 32px;
    color: #081f35;
    margin-bottom: 8px;
    text-align: center
}
.section__header p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #000;
}
/******************************* Display PROPERTIES *********************************/
.d-block {
    display: block;
}


/******************************* FLEX PROPERTIES *********************************/
.flex-column {
    flex-direction: column !important;
}
.flex-row {
    flex-direction: row !important;
}

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

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

.gap-10{
    gap: 10px;
}

.gap-24 {
    gap: 24px;
}

.gap-100 {
    gap: 100px;
}

.gap-38 {
    gap: 38px;
}

/******************************* CUSTOM PADDINGS *********************************/
.p-block-0 {
    padding-block: 0px;
}

.p-block-2 {
    padding-block: 2px;
}

/******************************* CUSTOM MATGINS *********************************/
mt-16 {
    margin-top: 16px;
}

/******************************* CUSTOM WIDTH *********************************/
.w-100 {
    width: 100%;
}

.w-auto {
    width: auto;
}

/******************************* CUSTOM FONT SIZE *********************************/
.text-14 {
    font-size: 14px;
}
.text-13 {
    font-size: 13px;
}

/******************************* CUSTOM FONT WEIGHT *********************************/
.fw-medium {
    font-weight: 500;
}
/*================ Small devices (landscape phones, 576px and up) ================*/
@media only screen and (min-width: 576px) {
    /******************************* SECTION GAP *********************************/
    .section__header {
        width: 500px;
    }

    /******************************* FLEX PROPERTIES *********************************/

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

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

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

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

    /******************************* CUSTOM WIDTH *********************************/
    
    .w-sm-100 {
        width: 100%;
    }

    .w-sm-auto {
        width: auto;
    }


    /******************************* CUSTOM FONT SIZE *********************************/
    .text-sm-14 {
        font-size: 14px;
    }

    .text-sm-13 {
        font-size: 13px;
    }

    /******************************* CUSTOM WIDTH *********************************/
    .p-block-sm-0 {
        padding-block: 0px;
    }
}

/*================ Medium devices (tablets, 768px and up) ================*/
@media only screen and (min-width: 768px) {

    /******************************* SECTION GAP *********************************/
    .section__header {
        margin-bottom: 28px;
    }
    .section__header h1 {
        font-size: 40px; 
    }

    /******************************* FLEX PROPERTIES *********************************/

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

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

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

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

    .align-items-md-start {
        align-items: start !important;
    }

    /******************************* CUSTOM WIDTH *********************************/
    .w-md-100 {
        width: 100%;
    }
    .w-md-auto {
        width: auto;
    }


    /******************************* CUSTOM FONT SIZE *********************************/
    .text-md-14 {
        font-size: 14px;
    }

    .text-md-13 {
        font-size: 13px;
    }

    /******************************* CUSTOM WIDTH *********************************/
    .p-block-md-0 {
        padding-block: 0px;
    }
}
/*================ Large devices (desktops, 992px and up) ================*/
@media only screen and (min-width: 992px) {

    /******************************* FLEX PROPERTIES *********************************/
    .flex-lg-row {
        flex-direction: row !important;
    }

    /******************************* CUSTOM WIDTH *********************************/
    .w-lg-100 {
        width: 100%;
    }
    .w-lg-auto {
        width: auto;
    }

    /******************************* CUSTOM FONT SIZE *********************************/
    .text-lg-14 {
        font-size: 14px;
    }

    .text-lg-13 {
        font-size: 13px;
    }

    /******************************* CUSTOM WIDTH *********************************/
    .p-block-lg-0 {
        padding-block: 0px;
    }
}

/*================ X-Large devices (large desktops, 1200px and up) ================*/
@media only screen and (min-width: 1200px) {
    /******************************* SECTION GAP *********************************/
    .section__header {
        margin-bottom: 36px;
    }
    
    
    /******************************* FLEX PROPERTIES *********************************/

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

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

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

    .justify-content-xl-center {
        justify-content: center !important;
    }
    
    /******************************* CUSTOM GAP *********************************/
    .gap-xl-70 {
        gap: 70px;
    }
    
    
    /******************************* CUSTOM WIDTH *********************************/
    .w-xl-100 {
        width: 100%;
    }
    .w-xl-auto {
        width: auto;
    }

    /******************************* CUSTOM FONT SIZE *********************************/
    .text-xl-14 {
        font-size: 14px;
    }

    .text-xl-13 {
        font-size: 13px;
    }

    /******************************* CUSTOM WIDTH *********************************/
    .p-block-xl-0 {
        padding-block: 0px;
    }
}

/*================ XX-Large devices (larger desktops, 1400px and up) ================*/
@media only screen and (min-width: 1400px) {

    /******************************* FLEX PROPERTIES *********************************/
    .flex-xxl-column {
        flex-direction: column !important;
    }

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

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

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

    /******************************* CUSTOM GAP *********************************/
    .gap-xxl-70 {
        gap: 70px;
    }

    /******************************* CUSTOM WIDTH *********************************/
    .w-xxl-100 {
        width: 100%;
    }
    .w-xxl-auto {
        width: auto;
    }

    /******************************* CUSTOM FONT SIZE *********************************/
    .text-xxl-14 {
        font-size: 14px;
    }

    .text-xxl-13 {
        font-size: 13px;
    }

    /******************************* CUSTOM WIDTH *********************************/
    .p-block-xxl-0 {
        padding-block: 0px;
    }
}


/******************** Button Style *********************/

.button-rounded {
    display: block;
    width: fit-content;
    background-color: transparent;
    font-family: "Inter", sans-serif;
    background-size: 200%;
    transition: 0.5s;
    padding: 8px 20px 8px 20px;
    outline: none;
    border-radius: 8px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
    font-weight: 600;
    text-transform: uppercase;
    background-position: right;
    text-align: center;
}

.button-rounded--primary {
    background-color: rgb(89, 74, 226);
    color: white;    
}

.button-rounded--primary:hover {
    background-color: rgb(79 69 164);     
}

.button-rounded--secondary {
    background-color: rgb(170, 88, 255);
    color: white;
}

.button-rounded--secondary:hover {
    background-color: rgb(142, 97, 233);    
}


.button-rounded--gradient-01 {
    background-image: linear-gradient(90deg, #a69fe8 60%, #65a1cf 93%);
}

.button-rounded--gradient-02 {
    background-image: linear-gradient(90deg, #7f74e7 60%, #65a1cf 93%);
}

.button-rounded--gradient-03 {
    background-image: linear-gradient(90deg, #39555C 60%, #65a1cf 93%);
    color: #e0e0e0;
}

.button-rounded--gradient-04 {
    background-image: linear-gradient(90deg, #445B79 60%, #65a1cf 93%);
    color: #e0e0e0;
}

:is(.button-rounded--gradient-01, .button-rounded--gradient-02, .button-rounded--gradient-03, .button-rounded--gradient-04):hover {
    background-position: left;
}


.button-rounded--blue-01 {
    display: block;
    width: fit-content;
    font-family: "Inter", sans-serif;
    transition: all 0.5s ease;
    padding: 8px 28px 8px 28px;
    outline: none;
    border-radius: 50px;
    font-weight: 600;
    text-transform: capitalize;
    background-color: #39555C;
    color: #e0e0e0;
}

.button-rounded--blue-01:hover {
    background-color: #324E56;
    /*border: 1px solid rgb(86 71 225);
    color: #000;*/
}

.button-rounded--blue-02 {
    display: block;
    width: fit-content;
    font-family: "Inter", sans-serif;
    transition: all 0.5s ease;
    padding: 8px 28px 8px 28px;
    outline: none;
    border-radius: 50px;
    font-weight: 600;
    text-transform: capitalize;
    background-color: #2E3E4C;
    color: #e0e0e0;
}

.button-rounded--blue-02:hover {
    background-color: #3D4E54;
}

.button-primary {
    font-weight: 600;
    padding: 8px 18px;
    border: 1px solid transparent;
    border-radius: 6px;
    background-color: #FF7D33;
    color: #000;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease-in;
    cursor: pointer;
}
.button-primary:not(:disabled):hover {
    border-radius: 6px;
    border: 1px solid #f98642;
    background-color: #FF7D33;
    color: #000;
    opacity: 0.9;
    backdrop-filter: blur(15.9499998093px);
}

/******************** Animations *********************/

.animated {
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.anim-delay-500 {
    animation-delay: 500ms;
}

.anim-delay-750 {
    animation-delay: 750ms;
}

.anim-delay-1000 {
    animation-delay: 1000ms;
}

.anim-delay-1250 {
    animation-delay: 1250ms;
}

.anim-delay-1500 {
    animation-delay: 1500ms;
}

.anim-delay-2000 {
    animation-delay: 2000ms;
}

.animated--1s {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
}
.animated--1250ms {
    animation-duration: 1250ms;
    -webkit-animation-duration: 1250ms;
}
.animated--1500ms {
    animation-duration: 1500ms;
    -webkit-animation-duration: 1500ms;
}
.animated--1750ms {
    animation-duration: 1750ms;
    -webkit-animation-duration: 1750ms;
}
.animated--2000ms {
    animation-duration: 2000ms;
    -webkit-animation-duration: 2000ms;
}

.animated--2s {
    animation-delay: 2.5s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
}

.animated--2500ms {
    animation-delay: 3s;
    animation-duration: 2.7s;
    -webkit-animation-duration: 2.7s;
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

@keyframes slideLeft {
    from {
        opacity: 0;
        transform: translateX(550px);
    }

    to {
        opacity: 1;
        transform: translateX(0%);
    }
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

/*********** Custom MudDialog Styling ******************/
.sticky-dialog-header .mud-dialog-title {
    position: sticky !important;
    top: 0 !important;
    background-color: white !important;
}

.custom-dialog-actions {
    position: sticky;
    bottom: 0;
    background: white;
    display: flex;
    justify-content: flex-end;
}