<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.overlay {
  margin-bottom: 0;
  padding-bottom: 0;
}
/*earn page*/
.mdtxt {
    font-size: 16px;
    line-height: 24px;
}
.badge-warning {
    background-color: #13ba40 !important;
    color: #fff;
}
.latest-activites .single-box .number {
    padding: 13px 57px;
    background: none; /* Set background to none or transparent */
    border-radius: 18px;
     color: #ebebeb;
    margin-left: -2px;
}
.header-section .navbar-area form .form-group {
    padding: 0 30px;
    border-radius: 10px;
    background: #25263d;
    border: 1px solid #636467;
    border-radius: 15px;
}
.header-section .navbar-area {
    padding: 10px 40px;
    padding-right: 20px;
    position: absolute;
    background: #25263d;
    overflow-x: clip;
}
.earn-select-dropdown-toggle-left-content {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 8px; /* Adjust the spacing between icons as needed */
}

.earn-select-dropdown-icon {
    display: flex;
    align-items: center;
}
.lightAnimation {
    animation: lightBlink 1s infinite alternate;
}
.css-rzyl8m {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
    cursor: pointer;
}
.css-98o5l5 {
    color: rgb(169, 169, 202);
    font-weight: 500;
    font-size: 12px;
    line-height: 165%;
    margin: 0px;
}
svg:not(:root) {
    overflow: hidden;
}
@media screen and (min-width: 768px){
.css-1qfb8uj {
    margin-top: 24px;
}
}
.css-1qfb8uj {
    display: flex;
    margin-top: 32px;
}
.css-12u1ezy {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex: 1 1 0%;
}
.css-1n80aq3 {
    margin-right: 4px;
    border-radius: 2px;
    width: 47px;
    height: 16px;
}
.css-6k17nn {
    font-weight: 500;
    font-size: 12px;
    line-height: 165%;
    text-align: center;
    color: rgb(169, 169, 202);
    opacity: 0.6;
    margin-top: 8px;
    margin-bottom: 0px;
}
.css-rhbqqc {
    background: rgb(36, 37, 55);
    border-radius: 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 165%;
    color: rgb(1, 214, 118);
    padding: 6px 12px;
}
.css-1hm5hf {
    line-height: var(--chakra-lineHeights-base);
    font-weight: 500;
    font-size: 14px;
    color: rgb(255, 255, 255);
}
.css-194qof2 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 22px;
    white-space: nowrap;
}
.css-1od6a13 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
}
.css-1od6a13 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
}
.css-6k17nn {
    font-weight: 500;
    font-size: 12px;
    line-height: 165%;
    text-align: center;
    color: rgb(169, 169, 202);
    opacity: 0.6;
    margin-top: 8px;
    margin-bottom: 0px;
}
@keyframes lightBlink {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}
 
.latest-activites .single-box {
    padding: 3px 17px;
    background: #25263d;
    margin: 0 1px;
    border-radius: 13px;
    display: flex;
    /* justify-content: flex-end; */
}
.user-info-popup .border-gradient {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(45deg, #ff8a00, #e52e71);
    
    /* Center the element */
     
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header-section .sidebar-wrapper {
    position: absolute;
    top: 0;
    width: 150px;
    left: -220px;
    padding: 20px;
    background: #212134;
    box-shadow: 0px 20px 50px rgba(44, 63, 88, 0.15);
    transform: translateX(150px);
    transition: 0.3s;
    height: 100vh;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: scroll;
}
.header-section .navbar-area .dashboard-nav .single-item .user-content {
    padding: 20px;
    background: #090c15;
    border: 1px solid #d6d9e2;
    border-radius: 15px;
}
.header-section .navbar-area .dashboard-nav .single-item .user-content .head-area {
    background: #000000;
    border-radius: 51px;
    padding: -4px;
}
.header-section .sidebar-wrapper ul li span, .header-section .sidebar-wrapper ul li i {
    color: #a9a9ca;
    
    font-weight: 600;
    transition: 0.3s;
}
.header-section .sidebar-wrapper ul li {
    padding: 0px 0px;
    transition: 0.3s;
    background: unset;
    margin-bottom: 25px;
    border-radius: 30px;
    position: relative;
}
.cmn-btn.alt:before, .cmn-btn.alt:after {
    background: #f28801;
}
.header-section .sidebar-wrapper ul li .abs-item.amount {
    color: #e7ab20;
    background: #333137;
}
.carousel-navigation {
    text-align: left;
}


.carousel-navigation .text-center {
    text-align: left !important;
}

.carousel-navigation {
    margin-top: 10px;
}




.green-icon {
    color: white;
}
.header-section .navbar-area .dashboard-nav .single-item .balance span {
    padding: 6px 16px;
    background: #25263d;
    border: 1px solid #bcbcbc;
    border-radius: 30px;
    font-weight: 700;
    color: var(--bs-white);
}
.social-area .main-content {
    background-color: #222339;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 30px;
}
.social-area .social a {
    border-radius: 50%;
    background: transparent;
    border: 1px solid #ffffff;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}
.social-area .social i {
    color: #ffffff;
    font-size: 24px;
    transition: 0.3s;
}
@media only screen and (max-width: 700px) {
    .mobile-navigation {
        padding: 0;
        gap: 5px;
        bottom: -1px;
    }
}
.mobile-navigation {
    position: fixed;
    z-index: 20;
    left: 0;
    bottom: 0;
    display: none;
    align-items: center;
    flex-direction: row;
    background: #141523;
    width: 100%;
    justify-content: space-between;
    padding: 0 60px;
    overflow-y: visible;
    border-top: 1px solid #1e1e2e;
}
.mobile-navigation .nav-item.bottom-navigation-open-menu {
    display: flex;
    height: 100%;
    padding: 0;
    align-items: center;
    justify-content: center;
}
.mobile-navigation .nav-item {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    height: var(--bottom-nav-height);
    padding-top: 15px;
    position: relative;
    top: 0;
    transition: .3s;
    flex: 1;
}
 
@charset "UTF-8";@import url("https://fonts.googleapis.com/css?family=Anton&amp;display=swap");.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 400px;
    --bs-tooltip-padding-x: 10px;
    --bs-tooltip-padding-y: 5px;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 1rem;
    --bs-tooltip-color: var(--bs-body-bg);
    --bs-tooltip-bg: #333853;
    --bs-tooltip-border-radius: var(--bs-border-radius);
    --bs-tooltip-opacity: .9;
    --bs-tooltip-arrow-width: .8rem;
    --bs-tooltip-arrow-height: .4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    margin: var(--bs-tooltip-margin);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: var(--bs-tooltip-opacity)
}

.tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height)
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
    bottom: calc(-1 * var(--bs-tooltip-arrow-height))
}

.bs-tooltip-top .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
    border-top-color: var(--bs-tooltip-bg)
}

.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
    left: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-end .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
    border-right-color: var(--bs-tooltip-bg)
}

.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
    top: calc(-1 * var(--bs-tooltip-arrow-height))
}

.bs-tooltip-bottom .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg)
}

.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
    right: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-start .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg)
}

.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius)
}

.dropup,.dropend,.dropdown,.dropstart,.dropup-center,.dropdown-center {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

 

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer)
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-toggle::after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: var(--bs-dropdown-spacer)
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}



.offer-page .offer-page-content-section:last-child {
    padding-bottom: 96px
}

.offer-page .offer-page-content-section:not(:last-child) {
    border-bottom: 1px solid var(--offer-page-background)
}

.offer-page .offer-page-content-section-title {
    font-weight: 600;
    font-size: 16px;
    color: #a9a9ca;
    margin: 0 0 8px 0
}

.offer-page .offer-page-content-section-content {
    margin-top: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #a9a9ca
}

.offer-page .offer-page-description-text {
    font-size: 12px;
    font-weight: 400;
    margin: 0
}

.offer-page .offer-page-rewards-item {
    display: flex;
    background-color: #252539;
    padding: 7px 8px;
    border-radius: 8px;
    align-items: center;
    justify-content: space-between
}

.offer-page .offer-page-rewards-item-left {
    display: flex;
    align-items: center
}

.offer-page .offer-page-rewards-item-step {
    width: 30px;
    height: 30px;
    background: #242537;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    color: #a9a9ca
}

.offer-page .offer-page-rewards-item-title {
    margin-left: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #a9a9ca;
    opacity: .6
}

.offer-page .offer-page-rewards-item-coins {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(1,214,118,0.1019607843);
    border-radius: 8px;
    padding: 0 14px;
    font-weight: 500;
    font-size: 13px;
    line-height: 160%;
    color: #01d676;
    height: 30px;
    margin-left: 8px
}

.offer-page .offer-page-rewards-item-coins img {
    margin-right: 6px
}

.offer-page .offer-page-rewards-item:not(:last-child) {
    margin-bottom: 8px
}

.offer-page .offer-page-steps {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #71718c
}

.offer-page .offer-page-steps p {
    margin-top: 0
}

.offer-page .offer-page-steps p:last-child {
    margin-bottom: 0
}

.offer-page .offer-page-steps ol {
    list-style: none;
    counter-reset: item;
    padding-inline-start:0}

.offer-page .offer-page-steps li {
    counter-increment: item;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #71718c
}

.offer-page .offer-page-steps li:before {
    margin-right: 10px;
    content: counter(item);
    color: #01d676;
    text-align: center;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #1b3036
}

.offer-page .offer-page-action-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 24px
}

.offer-page .offer-page-start-offer-button {
    width: 300px;
    height: 52px;
    background: #01d676;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black
}

@media only screen and (max-width: 700px) {
    .offer-page .offer-page-start-offer-button {
        width:100%;
        font-weight: 700
    }
}

.offer-page .offer-page-start-offer-button:disabled {
    opacity: .5;
    cursor: not-allowed
}

.offer-page .offer-page-start-offer-button svg {
    margin-right: 12px;
    color: black
}

.offer-page .offer-logo {
    width: 120px;
    height: 120px;
    border-radius: 6px;
    object-fit: cover
}

@media only screen and (max-width: 700px) {
    .offer-page .offer-logo {
        width:100px;
        height: 100px
    }
}

.offer-page .offer-name {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    margin: 0 0 16px 0
}

.offer-page .offer-base-info {
    margin-left: 18px
}

@media only screen and (max-width: 700px) {
    .offer-page .offer-base-info {
        margin-left:16px
    }
}

.offer-page .offer-base-info .offer-payout-amount {
    font-weight: 700;
    font-size: 24px;
    line-height: 27px;
    color: #fff
}

@media only screen and (max-width: 700px) {
    .offer-page .offer-base-info .offer-payout-amount {
        margin:0
    }
}

.offer-page .offer-base-info .popularity-heading {
    font-size: 12px;
    font-weight: 500;
    color: #a9a9ca;
    margin: 4px 0
}

.offer-page .offer-base-info .offer-payout {
    display: flex;
    align-items: center
}

.offer-page .offer-base-info .offer-payout-coins-icon {
    width: 22px;
    margin-right: 8px
}

.offer-page .offer-base-info .offer-devices {
    display: flex;
    align-items: center
}

@media only screen and (max-width: 700px) {
    .offer-page .offer-base-info .offer-devices {
        display:none
    }
}

.offer-page .offer-base-info .offer-device {
    width: 40px;
    height: 40px;
    background: #242537;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.offer-page .offer-base-info .offer-device:not(:last-child) {
    margin-right: 18px
}

.offer-page .offer-base-info .offer-device img {
    width: 18px
}

.offer-page .offer-info {
    padding: 0 32px;
    border-color: #554c50
}

@media only screen and (max-width: 700px) {
    .offer-page .offer-info {
        padding:0 4px
    }
}

.offer-not-found-page {
    min-height: 100vh;
    padding-top: 30vh;
    background-color: #141523
}

.offer-not-found-page .offer-not-found-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    letter-spacing: .01em;
    color: #fff
}

.offer-not-found-page .offer-not-found-icon-container {
    display: flex;
    align-items: center;
    justify-content: center
}

.offer-not-found-page .offer-not-found-subtitle {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: rgba(169,169,202,0.6)
}

.offers-page {
    min-height: 100vh;
    background-color: #141523;
    padding: 24px;
    font-family: "Poppins",sans-serif
}

.offers-page .offers-page-go-back-button {
    height: 40px;
    background: #242537;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #a9a9ca;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px
}

.offers-page .offers-page-go-back-button svg {
    margin-right: 12px
}

.offers-page .offers-page-go-back-link-container {
    margin: 24px 0 24px;
    display: flex;
    align-items: flex-start
}

.offers-page .offers-page-header {
    padding: 0 0 22px;
    border-bottom: 1px solid #1e1e2e
}

.offers-page .offers-page-search-input {
    background: #1e1e2e !important;
    border-radius: 6px !important;
    height: 40px !important;
    border: none !important;
    padding-left: 16px !important;
    padding-right: 30px !important;
    color: #a9a9ca !important;
    margin: 0 !important;
    width: calc(100% - 46px) !important
}

.offers-page .offers-page-search-input:focus {
    box-shadow: none !important
}

.offers-page .offers-page-search-input::placeholder {
    color: #a9a9ca !important;
    opacity: 1
}

.offers-page .offers-page-search-input:-ms-input-placeholder {
    color: #a9a9ca !important
}

.offers-page .offers-page-search-input::-ms-input-placeholder {
    color: #a9a9ca !important
}

.offers-page .offers-page-search-input-container {
    position: relative;
    margin: 0 0 0 24px !important
}

.offers-page .offers-page-search-input-icon-container {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 13px;
    top: 0;
    bottom: 0
}

.offers-page .offers-page-not-found-container {
    margin-top: 48px
}

.offers-page .offers-page-not-found-container .offers-not-found-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    letter-spacing: .01em;
    color: #fff
}

.offers-page .offers-page-not-found-container .offers-not-found-icon-container {
    display: flex;
    align-items: center;
    justify-content: center
}

.offers-page .offers-page-not-found-container .offer-not-found-subtitle {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: rgba(169,169,202,0.6)
}

.offers-page .offers-page-sort-dropdown .dropdown-toggle,.offers-page .offers-page-sort-dropdown ul {
    min-width: 200px
}

@media only screen and (max-width: 700px) {
    .offers-page .offers-page-device-dropdown {
        display:none
    }
}

.offers-page .offers-page-device-dropdown .dropdown-toggle,.offers-page .offers-page-device-dropdown ul {
    min-width: 120px
}

@media only screen and (max-width: 700px) {
    .offers-page .offers-page-device-dropdown .dropdown-toggle,.offers-page .offers-page-device-dropdown ul {
        min-width:auto
    }
}

@media only screen and (max-width: 700px) {
    .offers-page .offers-page-sort-dropdown {
        display:none !important
    }
}
 
.myProfileInnerRoot .earningsTab {
    display: flex;
    justify-content: space-between;
    padding: 8px
}

@media only screen and (max-width: 700px) {
    .myProfileInnerRoot .earningsTab {
        display:block;
        margin-bottom: 10px
    }
}

.myProfileInnerRoot .earningsFilterDropdown {
    margin: 0;
    width: 600px;
    top: -12px
}

@media only screen and (max-width: 1199px) {
    .myProfileInnerRoot .earningsFilterDropdown {
        width:250px
    }
}

@media only screen and (max-width: 700px) {
    .myProfileInnerRoot .earningsFilterDropdown {
        width:calc(100% - 2px);
        top: 10px
    }
}

@media only screen and (max-width: 700px) {
    .myProfileInnerRoot .earningsBtnOptions {
        display:grid
    }
}

.myProfileInnerRoot .earningsTabFilters {
    display: flex;
    gap: 12px
}

@media only screen and (max-width: 560px) {
    .myProfileInnerRoot .earningsTabFilters {
        display:grid;
        text-align: center
    }
}

.myProfileInnerRoot .pendingOffersLabel {
    font-size: 16px;
    color: #a9a9ca
}

.myProfileInnerRoot .pendingOffersToggle {
    margin-top: -7px
}

@media only screen and (max-width: 560px) {
    .myProfileInnerRoot .pendingOffersToggle {
        margin-top:14px;
        display: flex;
        justify-content: center
    }
}

.myProfileInfoSection {
    font-family: Poppins;
    margin-bottom: 70px
}

.myProfileInfoSection h5 {
    color: #00da72;
    font-weight: bold;
    font-size: 30px
}

.myProfileInfoSection .myProfileGeneralInfo .myProfileInfoItem {
    background-color: #2a2c4a;
    padding: 15px 30px;
    margin-top: 4px;
    border-radius: 3px;
    font-size: 16px
}

.myProfileInfoSection .myProfileGeneralInfo .myProfileInfoItem .itemRight {
    float: right;
    color: #00da72;
    font-weight: bold
}

.myProfileInfoSection .myProfileGeneralInfo .myProfileInfoItem .itemRight .verificationBtn {
    position: relative;
    bottom: 6px
}

@media only screen and (max-width: 700px) {
    .myProfileInfoSection .myProfileGeneralInfo .myProfileInfoItem .itemRight .verificationBtn {
        bottom:10px;
        font-size: 10px !important
    }
}

@media only screen and (max-width: 700px) {
    .myProfileInfoSection .myProfileGeneralInfo .myProfileInfoItem {
        font-size:12px
    }
}

.myProfileInfoSection .myProfileGeneralInfo .myProfileInfoItem:nth-child(even) {
    background-color: #34365c
}

.myProfileInfoSection .myProfileChangeSettingsSection h6 {
    color: #9193c3;
    font-size: 14px;
    margin-bottom: 0
}

.myProfileInfoSection .myProfileChangeSettingsSection .changeSettingsMiniSection {
    margin-top: 30px
}

.myProfileInfoSection .myProfileChangeSettingsSection .changeSettingsMiniSection .myprofileChangeDisplayNameBtn {
    margin-left: 10px;
    height: 45px;
    line-height: 45px
}

.myProfileInfoSection .myProfileChangeSettingsSection .changeSettingsMiniSection .privateProfileSwitchContain {
    display: inline-block;
    background-color: #2a2c4c;
    padding: 10px 20px
}

.myProfileInfoSection .myProfileChangeSettingsSection .changeSettingsMiniSection .privateProfileSwitchContain label {
    color: #9193c3
}

.myProfileInfoSection .myProfileChangeSettingsSection .changeSettingsMiniSection .privateProfileSwitchContain .privateProfileLever:after {
    background-color: #01d676
}

.myProfileInfoSection .myProfileChangeSettingsSection .changeSettingsMiniSection .privateProfileSwitchContain .privateProfileLever,.myProfileInfoSection .myProfileChangeSettingsSection .changeSettingsMiniSection .privateProfileSwitchContain #myProfilePrivateCheckbox:checked+.privateProfileLever {
    background-color: #18192d !important
}

.myProfileInfoSection .myProfileChangeSettingsSection .changeSettingsMiniSection .deleteAccountBtn {
    height: 45px;
    line-height: 45px;
    padding: 0 40px
}

.myProfileInfoSection .email-actions-container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}


.myProfileSectionTabs {
    display: flex;
    justify-content: center;
    gap: 15px
}

@media only screen and (max-width: 700px) {
    .myProfileSectionTabs {
        display:flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 240px;
        justify-content: center;
        gap: 1px
    }
}

.myProfileSectionTabs .myProfileHistoryTabsBtn {
    width: 24.2%;
    height: 60px;
    background: #2c2e49;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #bdbdbd;
    cursor: pointer
}

@media only screen and (max-width: 700px) {
    .myProfileSectionTabs .myProfileHistoryTabsBtn {
        flex:0 0 68px;
        width: 47%;
        padding: 20px;
        border: 10px;
        margin: 6px
    }
}

.myProfileSectionTabs .ticketsCount {
    display: flex;
    width: 24px;
    height: 24.46px;
    background: rgba(1,255,149,0.15);
    justify-content: center;
    align-items: center;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 11px;
    line-height: 14px;
    color: #01ff97;
    border-radius: 50%;
    margin-left: 5px
}

.myProfileHistoryTabsBtn {
    background-color: #2a2c4a;
    color: #6a6d91;
    text-align: center;
    font-size: 20px;
    padding: 10px 40px;
    border-radius: 2px;
    cursor: pointer;
    margin-top: 5px
}

.myProfileHistoryTabsBtn.active {
    background-color: #34365c;
    color: white
}

.myProfilePhoneVerification {
    overflow: visible;
    left: 50%;
    top: 50% !important;
    transform: translate(-50%,-50%) !important
}




.myProfilePhoneVerification .verificationBody .phoneInputDiv {
    margin-left: 79px;
    margin-right: 30px;
    padding-bottom: 10px
}

@media only screen and (max-width: 700px) {
    .myProfilePhoneVerification .verificationBody .phoneInputDiv {
        margin-right:10px
    }
}

.myProfilePhoneVerification .title {
    color: #01d676;
    font-weight: bolder;
    text-align: center
}

.myProfilePhoneVerification .subtitle {
    color: #bdcfde;
    text-align: center;
    padding-bottom: 5px
}

.myProfilePhoneVerification .sendSms-btn {
    margin-left: 8px;
    width: 8rem;
    height: 3.2rem !important;
    text-align: center;
    border-radius: 5px;
    background-color: #01d676
}

.myProfilePhoneVerification .close-btn {
    margin-left: 5px;
    width: 8rem;
    height: 3.2rem !important;
    text-align: center;
    border-radius: 5px;
    background-color: #3c3b4f
}

.myProfilePhoneVerification .alert .card-content span {
    font-weight: bold;
    font-size: 1.1em;
    margin-right: 4px
}

.myProfilePhoneVerification .alert .card-content .material-icons {
    font-size: 1.5em;
    position: relative;
    top: 5px;
    margin-right: .5em
}

.myProfilePhoneVerification .card-content {
    padding: 0
}

.myProfilePhoneVerification .card {
    padding: 10px 50px 10px 50px;
    border-radius: 10px;
    z-index: -1
}

.myProfilePhoneVerification .row-align-right {
    display: grid;
    justify-items: end
}

.myProfilePhoneVerification .phoneInput {
    padding-right: 3px !important;
    color: white;
    background: #1b1c27 !important;
    height: 3.2rem !important;
    outline: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    padding-left: 8px !important
}

@media only screen and (max-width: 700px) {
    .myProfilePhoneVerification .phoneInput {
        height:3.2rem !important
    }
}

.myProfilePhoneVerification .centerBtns {
    display: flex;
    justify-content: center
}

.myProfileSectionHeading {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: -1px;
    color: #01d676;
    top: 5% !important
}

.myProfileSectionHeading .subHeading {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #a9a9ca;
    width: 65%
}

.createTicketModal {
    font-family: "Poppins";
    font-style: normal;
    width: 743px;
    background: #1e1e2e;
    border-radius: 12px;
    top: 6% !important;
    max-height: 90vh;
    overflow-y: auto;
    padding: 26px !important
}

@media only screen and (max-width: 560px) {
    .createTicketModal {
        width:95%;
        overflow-y: auto
    }
}


 

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .chatActive .profile-grid {
        display:flex;
        flex-direction: column
    }
}

.general-info {
    display: flex;
    position: relative
}

@media only screen and (max-width: 1199px) {
    .general-info {
        flex-direction:column
    }
}

.general-info&gt;.flex {
    gap: 20px;
    flex-wrap: nowrap;
    width: 100%
}

.general-info .profile-badge-container {
    display: none;
    position: absolute;
    top: 0;
    right: 25px
}

.general-info .profile-badge-container .profile-badge {
    width: 60px;
    height: auto
}

.general-info .profile-badge-container .profile-rank {
    position: absolute;
    top: 30px;
    left: 18px;
    font-weight: bold
}

img:not([src]) {
    display: none
}
 
.profile-avatar {
    --avatar-size: 9vw;
    border-radius: 999px;
    width: var(--avatar-size);
    height: var(--avatar-size);
    max-width: 142px;
    max-height: 142px;
    display: block
}

@media only screen and (max-width: 1199px) {
    .profile-avatar {
        --avatar-size:80px
    }
}

.profile-username {
    font-size: 24px;
    font-weight: 600;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis
}

@media only screen and (max-width: 1199px) {
    .profile-username {
        max-width:calc(100vw - 250px)
    }
}

.profile-divider {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #454659
}

.profile-level {
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block
}

.profile-location {
    margin: 10px 0 20px 0
}

.profile-country-flag {
    width: 32px;
    height: 32px
}

@media only screen and (max-width: 1199px) {
    .profile-country-flag {
        width:20px;
        height: 20px
    }
}

.myProfileProgress {
    background-color: #575869;
    height: 5px;
    margin: 1rem 0
}

.statistic-grid {
    display: grid;
    grid-template-areas: "a b" "c d";
    grid-template-rows: min-content;
    gap: 15px;
    height: 100%;
    padding-top: 20px
}

@media only screen and (max-width: 1199px) {
    .statistic-grid {
        grid-template-areas:"a" "c" "b" "d"
    }
}

.userProfileDeterminate {
    height: 100%
}

.statistic-item {
    display: flex;
    gap: 10px
}

.statistic-item .statistic-item-icon {
    background: #1b4745;
    border-radius: 10px
}

.statistic-item .statistic-item-icon svg {
    width: 56px;
    height: 56px
}

.statistic-item .top-text {
    font-size: 24px;
    font-weight: bold
}

.statistic-item .bottom-text {
    font-size: 14px
}

.account-standing-box {
    margin: 30px auto
}

.account-standing-box .generic-infobox {
    width: 100%;
    padding: 15px
}

.account-standing-box .generic-infobox+.generic-infobox {
    margin-top: 5px
}

.profile-navigations .profile-navigation-item,.profile-navigations--small .profile-navigation-item {
    white-space: nowrap;
    padding: var(--tabs-vertical-padding) var(--tabs-horizontal-padding);
    background: var(--tabs-background);
    border-radius: var(--tabs-border-radius);
    color: var(--tabs-color);
    font-weight: var(--tabs-font-weight);
    font-size: var(--tabs-font-size);
    height: var(--tabs-height)
}

.profile-navigations .profile-navigation-item:focus,.profile-navigations--small .profile-navigation-item:focus {
    background-color: #20212e
}

.profile-navigations .profile-navigation-item:hover,.profile-navigations .profile-navigation-item.active,.profile-navigations--small .profile-navigation-item:hover,.profile-navigations--small .profile-navigation-item.active {
    color: var(--tabs-active-color)
}

.profile-navigations .profile-navigation-item.active,.profile-navigations--small .profile-navigation-item.active {
    background-color: var(--tabs-active-bg);
    font-weight: var(--tabs-font-weight-active)
}

.profile-navigations {
    gap: var(--tabs-spacing);
    overflow-y: hidden;
    overflow-x: auto
}

@media only screen and (max-width: 1199px) {
    .profile-navigations {
        flex-wrap:nowrap;
        width: 100vw;
        padding-right: 30px;
        margin-left: -16px;
        padding-left: 16px
    }
}

.profile-navigations--small {
    gap: var(--tabs-spacing);
    overflow-y: auto;
    overflow-x: auto;
    flex-wrap: nowrap
}

@media only screen and (max-width: 1199px) {
    .profile-navigations--small {
        width:100vw;
        padding-left: 16px;
        margin-left: -16px
    }
}

.profile-navigations--small .profile-navigation-item {
    white-space: nowrap;
    padding: 6px 15px;
    background: 0
}

.my-profile-main {
    margin-bottom: 100px
}

.earnings-sub-navigations {
    height: 44px
}

@media only screen and (max-width: 1199px) {
    .earnings-sub-navigations {
        flex-direction:column;
        align-items: flex-start;
        gap: 30px;
        height: auto;
        margin-left: -16px;
        padding-left: 16px
    }
}

.offer-rows,.reward-rows,.refearning-rows,.offer-in-progress-rows,.withdrawal-rows,.chargeback-rows,.ticket-support-rows {
    display: grid;
    padding: 15px 0;
    border-top: 1px solid #404043;
    align-items: center;
    gap: 10px;
    text-transform: capitalize;
    min-height: 75px
}

.offer-rows.header,.reward-rows.header,.refearning-rows.header,.offer-in-progress-rows.header,.withdrawal-rows.header,.chargeback-rows.header,.ticket-support-rows.header {
    height: 50px;
    min-height: 50px;
    border-top: 0;
    display: grid
}

.offer-rows.loading-skeleton,.reward-rows.loading-skeleton,.refearning-rows.loading-skeleton,.offer-in-progress-rows.loading-skeleton,.withdrawal-rows.loading-skeleton,.chargeback-rows.loading-skeleton,.ticket-support-rows.loading-skeleton {
    min-height: 55px;
    height: 55px;
    margin-bottom: 10px
}

@media only screen and (max-width: 1199px) {
    .offer-rows.header,.reward-rows.header,.refearning-rows.header,.offer-in-progress-rows.header,.withdrawal-rows.header,.chargeback-rows.header,.ticket-support-rows.header {
        display:none !important
    }
}

.empty-message {
    border-top: 1px solid #404043;
    margin-top: 0;
    padding-top: 14px
}

@media only screen and (max-width: 1199px) {
    .empty-message {
        border-top:0
    }
}

@media only screen and (max-width: 1199px) {
    template+.offer-rows,template+.reward-rows,template+.refearning-rows,template+.offer-in-progress-rows,template+.withdrawal-rows,template+.chargeback-rows,template+.ticket-support-rows {
        border-top:0
    }
}

.offer-rows {
    grid-template-columns: 400px .8fr 1fr 1.2fr 1fr
}

@media only screen and (max-width: 1199px) {
    .offer-rows {
        grid-template-columns:auto 130px
    }
}

@media only screen and (max-width: 700px) {
    .offer-rows .offer-title {
        max-width:150px
    }
}

.chargeback-rows {
    grid-template-columns: 400px .7fr 1.1fr 1.2fr 1fr
}

@media only screen and (max-width: 1199px) {
    .chargeback-rows {
        grid-template-columns:auto 130px
    }
}

.offer-in-progress-rows {
    grid-template-columns: 310px 100px 130px 1.2fr 1fr 180px
}

.offer-in-progress-rows .open-new-tab {
    transform: translateY(3px)
}

@media only screen and (max-width: 1199px) {
    .offer-in-progress-rows {
        grid-template-columns:auto 130px;
        display: grid !important
    }
}

.offer-in-progress-rows .request-in-review {
    display: flex;
    align-items: center;
    gap: 10px
}

.offer-in-progress-rows .request-in-review .add-new-ticket-option {
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer
}

.offer-in-progress-rows .request-in-review .add-new-ticket-option .add-ticket {
    width: 85px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: .01em;
    text-decoration-line: underline;
    color: #fff;
    text-shadow: 0 4px 4px rgba(0,0,0,0.25)
}

.surveys-in-progress-rows {
    grid-template-columns: 310px 100px 250px 1.2fr 1fr
}

@media only screen and (max-width: 1199px) {
    .surveys-in-progress-rows {
        grid-template-columns:auto 130px;
        display: grid !important
    }
}

.row-chevron-right {
    stroke: white;
    width: 7px;
    height: 23px
}

.reward-rows {
    grid-template-columns: 400px 1fr 1fr 1fr 1fr
}

@media only screen and (max-width: 1199px) {
    .reward-rows {
        grid-template-columns:auto 130px
    }
}

.refearning-rows {
    grid-template-columns: 400px 1fr
}

@media only screen and (max-width: 1199px) {
    .refearning-rows {
        grid-template-columns:130px 1fr
    }
}

.withdrawal-rows {
    grid-template-columns: 200px .7fr 1fr 1fr .8fr .8fr;
    word-break: break-all
}

.withdrawal-rows&gt;div:nth-child(3) {
    padding-right: 20px
}

@media only screen and (max-width: 1199px) {
    .withdrawal-rows {
        grid-template-columns:auto 130px
    }
}

.ticket-support-rows {
    grid-template-columns: 250px 135px 120px 1fr 1fr 1fr
}

@media only screen and (max-width: 1199px) {
    .ticket-support-rows {
        grid-template-columns:auto 130px
    }
}

.ticket-status-multi-task {
    display: flex;
    align-items: center;
    gap: 6px
}

.ticket-status-multi-task .show-hide-tickets {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    text-decoration-line: underline;
    color: #fff;
    padding-left: 12px
}

.multi-ticket-collapsable {
    background: #1e1e2e;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 20px
}

.multi-ticket-collapsable .flex-box {
    display: flex;
    gap: 8px;
    align-items: center
}

.multi-ticket-collapsable .textellipsis {
    max-width: 225px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.multi-ticket-collapsable table th {
    border-bottom: 1px solid rgba(255,255,255,0.16);
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #fff
}

.multi-ticket-collapsable table td {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%
}

.multi-ticket-collapsable table td:nth-child(1) {
    color: #a9a9ca;
    width: 30%
}

.multi-ticket-collapsable table td:nth-child(2) {
    color: #a9a9ca;
    width: 20%
}

.multi-ticket-collapsable table td:nth-child(3) {
    color: #ccd;
    width: 15%
}

.multi-ticket-collapsable table td:nth-child(4) {
    color: #a9a9ca;
    width: 20%
}

.multi-ticket-collapsable table td:nth-child(4) {
    color: #a9a9ca
}

@media only screen and (max-width: 1199px) {
    .wall-filter-wrapper,.wall-filter {
        width:100%
    }
}

.wall-filter {
    padding: 12px 10px;
    border-radius: 8px;
    background: #222339;
    color: white;
    border: 0;
    font-family: "Poppins";
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.25 0.75L4 4.25L0.75 0.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: 100%;
    background-repeat: no-repeat
}

.survey-walls {
    padding-right: 25px
}

.chart-container {
    background-color: #1e1f30;
    border-radius: 8px;
    padding: 30px;
    width: 80%;
    margin: 100px auto
}

@media only screen and (max-width: 1199px) {
    .chart-container {
        width:100%;
        padding: 30px 10px
    }
}

@media only screen and (max-width: 1199px) {
    .offer-in-progress&gt;:nth-child(1)&gt;.text-semibold {
        max-width:calc(100vw - 160px)
    }

    .offer-in-progress&gt;:nth-child(2)&gt;.flex {
        flex-wrap: nowrap;
        white-space: nowrap;
        max-width: 40vw;
        overflow: hidden;
        word-break: break-all
    }
}

#modal-myprofile-extra-info {
    background-color: #1e1e2e
}

#modal-myprofile-extra-info .offer-support-state-img {
    width: 64px;
    height: auto
}

 
.wd-failed {
    color: #8a3333
}

.wd-pending {
    color: #f29c35
}

.wd-completed {
    color: #01d676
}

.btn-reveal-code {
    padding: 4px 10px;
    border: 1px solid white;
    background-color: #2b2c39;
    border-radius: 8px;
    font-size: 12px;
    color: white
}

.btn-claim-cashout {
    padding: 4px 10px;
    display: inline-block;
    border: 1px solid #01d676;
    color: #01d676;
    background-color: #12282b;
    border-radius: 8px;
    font-size: 12px
}

.unseen-support-tickets-num {
    color: #01d676;
    font-weight: bold;
    display: inline-block;
    background-color: #2f5b4f;
    padding: 2px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    font-size: 12px;
    margin-left: 4px
}

@media only screen and (max-width: 1199px) {
    .profileCampaignGridItem {
        max-width:100% !important
    }
}

#profile-resend-verification:focus,#profile-resend-verification:hover,.openPhoneVerifcationModal:focus,.openPhoneVerifcationModal:hover {
    background: #01ff97
}

#modal-myprofile-settings {
    width: 900px;
    background: #1e1e2e
}

@media only screen and (max-width: 1199px) {
    #modal-myprofile-settings {
        width:100%
    }
}

#modal-myprofile-settings .profile-avatar {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px
}

 

.offer-image {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    text-align: center;
    object-fit: cover;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center
}

.offer-image.round {
    border-radius: 99px
}

.myprofile-infobox {
    margin: 30px 0 20px 0
}

.myprofile-infobox .generic-infobox {
    align-items: flex-start
}

.myprofile-infobox svg {
    fill: #a8aac9;
    flex: none;
    width: 20px;
    height: 20px
}

.myprofile-infobox a {
    color: #01d676
}

.myProfileEarningChart {
    height: 300px
}

.btn-settings {
    color: #01d676;
    fill: #01d676;
    font-weight: bold
}

.icon-image {
    padding: 8px 10px;
    background: #20212e;
    border-radius: 10px;
    fill: white
}

 
.taskStep {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #2f3043;
    font-weight: 500;
    font-size: 12px;
    line-height: 165%;
    text-align: center;
    color: #a9a9ca;
    margin-right: 8px
}

.colors.in-progress {
    color: #fac401
}

.colors.rejected-support {
    color: #525266
}

.colors.open-ticket {
    color: #fff
}

.colors.awaiting-support {
    color: #ffc700
}

.colors.accepted-support {
    color: #01d676
}

.colors.default-color {
    color: #fff
}

.in-progress-animation {
    animation: spin 1.5s infinite linear
}

.ban-alert-create-ticket-link {
    color: white;
    text-decoration: underline;
    cursor: pointer
}

@media only screen and (min-width: 1400px) and (max-width:1490px) {
    .limited-space {
        display:none
    }
}

.offer-share {
    height: 24px;
    width: 24px;
    cursor: pointer
}

.offer-share-container {
    background-color: #141523;
    display: flex;
    padding: 10px 4px
}

.offer-share-message {
    font-size: 12px;
    text-align: left;
    margin: 5px 0
}

@media only screen and (max-width: 700px) {
    .offer-share {
        height:32px;
        width: 32px;
        background: rgba(255,255,255,0.06);
        border-radius: 8px;
        padding: 4px
    }

    .offer-share-container {
        order: 2;
        padding: 10px 7px
    }
}

 

.gainSurveysDailyBonusBox {
    border-radius: 5px;
    margin-top: 10px
}

.gainSurveysDailyBonusBox .claimBonusBtns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

@media only screen and (max-width: 700px) {
    .gainSurveysDailyBonusBox .claimBonusBtns {
        flex-direction:column;
        align-items: flex-start;
        margin-bottom: 10px
    }
}



.gainSurveysDailyBonusBox .gainSurveysDailyBonusBody .levelRangeText {
    color: #01d676;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.gainSurveysDailyBonusBox .gainSurveysDailyBonusBody .levelRangeText .levelInfoText {
    font-size: 12px;
    color: #4c4c68;
    padding: 0 5px
}

.gainSurveysDailyBonusBox .gainSurveysDailyBonusBody .dailyBonusLevelsCoinsText {
    position: relative;
    bottom: 4px;
    font-size: 12px
}

.gainSurveysDailyBonusBox .gainSurveysDailyBonusBody .dailyBonusLevelsStage {
    width: 32.53px;
    text-align: center;
    font-weight: bold
}

.gainSurveysDailyBonusBox .gainSurveysDailyBonusBody .dailyBonusLevelsStage i {
    font-size: 20px
}

.gainSurveysDailyBonusBox .gainSurveysDailyBonusBody .claimGainDailyBonusBtn {
    height: 32px;
    min-width: auto
}

@media only screen and (max-width: 700px) {
    .gainSurveysDailyBonusBox .gainSurveysDailyBonusBody .claimGainDailyBonusBtn {
        min-width:150px;
        margin-left: 0
    }
}

.gainSurveysDailyBonusBox .claimBonusLabel {
    width: 163px;
    height: 32px
}

@media only screen and (max-width: 700px) {
    .gainSurveysDailyBonusBox .claimBonusLabel {
        width:100%;
        margin-bottom: 15px
    }
}

.gainSurveysDailyBonusBox .dailyBonusProgressContainer {
    height: 16px;
    background: #383855;
    padding: 6px;
    border-radius: 20px;
    margin-bottom: 5px;
    margin-top: 10px
}

.gainSurveysDailyBonusBox .dailyBonusProgress {
    background: #2f2f49;
    border-radius: 20px;
    margin: 0
}

.promoCodeBox .promoBgLeft {
    position: absolute;
    width: 31px;
    left: 0;
    bottom: 10px
}

.promoCodeBox .promoBgRight {
    position: absolute;
    width: 57px;
    right: 0;
    bottom: 0
}

.promoCodeBox .promoBgTopRight {
    position: absolute;
    width: 24px;
    right: 0;
    top: 20px
}

.promoCodeBox .promoDescContainer {
    margin-bottom: 5px
}

.promoCodeBox .promoDescContainer div {
    display: inline-block
}

.promoCodeBox .promoSocialLinksContainer {
    display: inline-block
}

.promoCodeBox .promoSocialLinksContainer svg {
    vertical-align: middle;
    margin-left: 7px
}

.promoCodeBox .promoContainer {
    display: flex;
    justify-content: center;
    align-items: center
}

.promoCodeBox .promoCodeBodySection {
    position: relative;
    padding: 30px 20px;
    background: #2c2c44;
    border-radius: 5px;
    border-radius: 10px;
    -webkit-box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14),0 9px 46px 8px rgba(0,0,0,0.12),0 11px 15px -7px rgba(0,0,0,0.2);
    box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14),0 9px 46px 8px rgba(0,0,0,0.12),0 11px 15px -7px rgba(0,0,0,0.2)
}

@media only screen and (max-width: 700px) {
    .promoCodeBox .promoCodeBodySection {
        flex-direction:column
    }
}

.promoCodeBox .promoInputText {
    font-weight: 500;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #616184;
    padding-top: 0;
    margin: 2px 0 0 21px
}

.promoCodeBox .promoInputText .textHighlighted {
    color: #01d676
}

@media only screen and (max-width: 700px) {
    .promoCodeBox .promoInputText {
        margin:0;
        display: inline-block;
        margin-top: 20px
    }
}

.promoCodeBox .promoImgContainer {
    position: absolute;
    max-width: 224px;
    height: 64px;
    left: 30px;
    top: -29px;
    z-index: 5
}

.promoCodeBox .promoInputContainer {
    background: #383855;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    border-radius: 4px;
    width: 100%;
    overflow: hidden
}

.promoCodeBox .promoInputContainer ::placeholder {
    font-weight: 400;
    font-size: 12px;
    color: #787ead
}

.promoCodeBox .promoInputContainer .promoCodeInput {
    margin-bottom: 0;
    padding-left: 20px;
    font-size: 14px;
    height: 43px
}

.customBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 163px;
    height: 44px;
    margin-left: 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    padding: 0 19px;
    background: #01d676;
    box-shadow: inset 0 1px 0 rgba(0,255,194,0.15);
    border-radius: 4px
}

@media only screen and (max-width: 700px) {
    .customBtn {
        min-width:auto;
        height: 40px
    }
}

.customBtn[disabled] {
    background: #303149 !important;
    color: #8083b2 !important
}

.gainSurveysModalTitle {
    color: #01d676;
    font-weight: bold;
    font-size: 30px;
    margin: 0
}

@media only screen and (max-width: 700px) {
    .gainSurveysModalTitle {
        font-size:28px
    }
}

@media only screen and (max-width: 700px) {
    .downloadRewardModalTitle {
        font-size:18px;
        margin-left: 7px
    }
}

#rewardsTimerModal {
    top: 5% !important;
    right: 44px;
    margin-top: 89px
}

.rewardsModal {
    padding: 25px;
    top: 5% !important;
    max-width: 1920px;
    max-height: 685px;
    width: 80%;
    font-family: "Poppins",sans-serif
}

.rewardsModal #rewardsPage {
    width: 100%
}

.downloadRewardModal {
    padding: 25px;
    min-width: 60%;
    width: 96%;
    top: 2% !important;
    max-width: 1920px;
    max-height: 685px;
    font-family: "Poppins",sans-serif
}

#rewardsPage {
    padding: 25px;
    min-width: 60%;
    width: 96%;
    top: 2% !important;
    font-family: "Poppins",sans-serif
}

@media only screen and (max-width: 700px) {
    #rewardsPage {
        max-width:100%;
        padding-left: 0;
        padding-right: 0
    }
}

#rewardsPage .btnsContainerHeader {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media only screen and (max-width: 700px) {
    #rewardsPage .btnsContainerHeader {
        flex-wrap:wrap;
        justify-content: flex-start
    }
}

#rewardsPage .headerContainerLeftSide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 10px
}

#rewardsPage .headerContainerRightSide {
    display: flex
}

@media only screen and (max-width: 700px) {
    #rewardsPage .headerContainerRightSide {
        flex-wrap:wrap;
        align-items: center;
        align-self: normal;
        margin: 10px 0 14px -10px
    }
}

#rewardsPage .rewardsModalLabel,#rewardsPage .downloadRewardLabel {
    background: rgba(1,214,118,0.2);
    font-weight: 500;
    font-size: 12px;
    color: #01d676;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center
}

#rewardsPage .comingSoonLabel {
    background: #383855;
    border-radius: 4px;
    padding: 7px 12px;
    color: #8083b2;
    display: flex;
    align-items: center;
    justify-content: center
}

.downloadRewardModal {
    min-width: 483px;
    max-width: 483px
}

@media only screen and (max-width: 700px) {
    .downloadRewardModal {
        min-width:299px;
        max-width: 299px;
        padding: 23px
    }
}

.downloadRewardSection {
    padding: 6px !important
}

.downloadRewardLabel {
    width: 100% !important;
    height: 66px !important;
    font-size: 18px !important;
    line-height: 27px;
    font-weight: 700 !important;
    border-radius: 10px !important
}

.downloadClaimDescription {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #01d676
}

.downloadClaimDescription.hide {
    display: none
}

.claimDownloadQRCode {
    width: 250px;
    height: 250px;
    background-color: #1e1e2d;
    margin: auto;
    position: relative;
    margin-top: 23px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media only screen and (max-width: 700px) {
    .claimDownloadQRCode {
        width:150px;
        height: 150px;
        margin-top: 10px;
        margin-bottom: 10px
    }
}

.claimDownloadQRCode img {
    width: 80%
}

.openAppLink {
    display: flex;
    align-items: center;
    width: 100%;
    background: #2f2f4a;
    margin-top: 18px;
    margin-bottom: 18px;
    color: #adade2;
    line-height: 136.19%;
    font-size: 12px;
    font-weight: 500;
    border-radius: 10px;
    padding: 16px
}

.openAppLink&gt;i {
    margin-right: 10px;
    font-size: 16px;
    color: #4a4a70
}

.openAppLink .openAppLinkText&gt;img {
    display: inline-block;
    height: 12px;
    width: 10px
}

.gainSurveysSectionTitle {
    color: white;
    padding: 5px 30px;
    margin-bottom: 10px
}

.freeskinsRewardsBodySection {
    padding: 10px;
    background-color: #2a2b42;
    border-radius: 5px;
    margin-bottom: 10px
}

.gainSurveysGainCoinImg {
    height: 20px;
    margin-left: 2px;
    margin-right: 10px;
    margin-top: 7px
}

.gainSurveyInstruction {
    margin: 5px 0 15px 0
}

.gainSurveyInstruction a {
    color: black
}

.socialMediaSection {
    display: flex;
    gap: 10px;
    align-items: center
}

@media only screen and (max-width: 700px) {
    .socialMediaSection {
        flex-wrap:wrap
    }
}

.socialMediaSection .mr-lr {
    margin-left: 10px;
    margin-right: 10px
}

@media only screen and (max-width: 700px) {
    .socialMediaSection .mr-lr {
        margin-left:0;
        margin-right: 0
    }
}

.socialMediaSection .socialBox {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: #2c2c44;
    box-shadow: 0 2px 5px rgba(27,27,43,0.15);
    border-radius: 5px;
    padding: 20px;
    min-width: 200px;
    width: 286px;
    height: 132px
}

@media only screen and (min-width: 701px) and (max-width:1199px) {
    .socialMediaSection .socialBox {
        width:100%
    }
}

@media only screen and (max-width: 700px) {
    .socialMediaSection .socialBox {
        width:100%
    }
}

.socialMediaSection .socialBox .socialLeftBox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 86px;
    background: #383855;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2),inset 0 1px 1px #47476a;
    border-radius: 4px;
    flex-shrink: 0
}

@media only screen and (max-width: 380px) {
    .socialMediaSection .socialBox .socialLeftBox {
        width:40px;
        height: 40px
    }
}

@media only screen and (min-width: 600px) and (max-width:750px) {
    .socialMediaSection .socialBox .socialLeftBox {
        width:40px;
        height: 40px
    }
}

.socialMediaSection .socialBox .socialRightBox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 250px
}

.socialMediaSection .socialBox .socialRightBoxText {
    font-weight: 600;
    font-size: 19px;
    text-align: right;
    color: #fff;
    line-height: 19px
}

.socialMediaSection .socialBox .socialAppText {
    font-weight: 600;
    font-size: 15px;
    text-align: right;
    color: #01d676
}

.socialMediaSection .socialBox .claimRewardBtn {
    height: 32px;
    width: 100%;
    min-width: auto;
    position: relative;
    bottom: 8px
}

.socialMediaSection .socialBox .comingSoonLabel {
    font-weight: 600;
    font-size: 12px
}

.downloadRewardSection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #2c2c44;
    box-shadow: 0 2px 5px rgba(27,27,43,0.15);
    border-radius: 5px;
    padding: 20px;
    font-weight: 600;
    font-size: 14px
}

.downloadRewardSection .downloadRewardLabel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 163px;
    height: 46px;
    background: rgba(1,214,118,0.2);
    border-radius: 4px;
    color: #01d676
}

@media only screen and (max-width: 700px) {
    .downloadRewardSection .downloadRewardLabel {
        width:48%;
        height: 42px
    }
}

.downloadRewardSection .comingSoonLabel {
    width: 163px;
    height: 46px
}

@media only screen and (max-width: 700px) {
    .downloadRewardSection .comingSoonLabel {
        width:48%;
        height: 42px
    }
}

.downloadRewardSection {
    background: 0;
    box-shadow: none;
    border-radius: 0
}

.promoModal .btn {
    box-shadow: none
}

.comingSoonBtn {
    background-color: #383855;
    color: #01d676
}

.comingSoonBtn:hover {
    background-color: rgba(1,214,118,0.1803921569)
}

.smallBtn {
    font-size: 12px;
    height: 32px
}

.transparentBtn {
    background-color: rgba(1,214,118,0.1803921569);
    color: #01d676
}

.transparentBtn:hover {
    background-color: rgba(1,214,118,0.1803921569)
}

footer.page-footer {
    margin-left: 0;
    transition: .25s;
    background-color: #1d1e31;
    position: relative
}

footer.page-footer&gt;.footer-container {
    max-width: 1080px;
    margin: 0 auto;
    font-family: "Poppins",sans-serif;
    padding: 0 20px;
    padding-right: 40px
}

footer.page-footer&gt;.footer-container&gt;a {
    font-size: 28px;
    color: #01d676
}

@media only screen and (max-width: 700px) {
    footer.page-footer&gt;.footer-container {
        padding-bottom:200px
    }
}

footer.page-footer .footerLogo {
    height: 38px;
    margin-top: 20px;
    margin-bottom: 20px
}

footer.page-footer .footerNav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 90px
}

footer.page-footer .footerBlock--1 {
    width: 164px
}

footer.page-footer .footerBlock--2 {
    flex: 1
}

@media only screen and (max-width: 700px) {
    footer.page-footer .footerBlock--3 {
        position:absolute;
        top: 215px
    }
}

footer.page-footer .footerSubHeading {
    color: #545683;
    font-size: 21px;
    font-weight: 500
}

@media only screen and (max-width: 700px) {
    footer.page-footer .footerList&gt;li {
        margin-bottom:3px
    }
}

footer.page-footer .footerList a,footer.page-footer .footerList span {
    color: #9194c8;
    font-size: 15px;
    font-weight: 500
}

footer.page-footer img.footerCharacter {
    position: absolute;
    bottom: 0;
    left: 40%;
    height: 330px;
    filter: grayscale(100%);
    opacity: .25;
    transform: scaleX(-1)
}

@media only screen and (max-width: 1199px) {
    footer.page-footer img.footerCharacter {
        width:300px;
        height: auto;
        bottom: 70px;
        left: 50%;
        transform: translate(-50%) scaleX(-1)
    }
}

#loader {
    width: 100vw;
    height: 100vh;
    background-color: #191a2b;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2100;
    text-align: center
}

.loaderLogo {
    max-height: 65px
}

.loaderLoader {
    display: block;
    margin: 0 auto
}

.text-hightlight {
    color: #01d676
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .chatActive .leaderboardPage .leaderboardTopThree {
        flex-direction:column
    }

    .chatActive .leaderboardPage .leaderboxTopBox {
        width: 100%;
        margin-bottom: 100px
    }

    .chatActive .leaderboardPage .leaderboardEventBannerImg--daily,.chatActive .leaderboardPage .leaderboardEventBannerImg--monthly {
        width: 100%
    }

    .chatActive .leaderboardPage .leaderboxTopBox--place1 {
        top: 0;
        order: -1
    }
}

.leaderboardPage {
    font-family: "Poppins",sans-serif;
    position: relative;
    background: url("/public/img/leaderboard-bg-top.png") top center no-repeat;
    background-color: #1f1f30;
    z-index: 1
}

@media only screen and (max-width: 700px) {
    .leaderboardPage {
        background-size:140vw 240px
    }

    .leaderboardPage[data-time=weekly] .leaderboardSecondaryBackground {
        top: 510px
    }

    .leaderboardPage[data-time=monthly] .leaderboardSecondaryBackground {
        display: none
    }
}

.leaderboardPage .leaderboardSecondaryBackground {
    background: url("/public/img/leaderboard-summer-bg-bottom.png") top center no-repeat;
    background-size: 100%;
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    top: 500px
}

@media only screen and (max-width: 700px) {
    .leaderboardPage .leaderboardSecondaryBackground {
        top:440px
    }
}

.leaderboardPage .leaderboardTimeSectionOuter {
    max-width: 1220px;
    margin: 0 auto;
    padding: 30px 10px
}

@media only screen and (max-width: 700px) {
    .leaderboardPage .leaderboardTimeSectionOuter {
        max-width:100%;
        padding: 15px 10px
    }
}

.leaderboardPage .leaderboardTopRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px
}

@media only screen and (max-width: 700px) {
    .leaderboardPage .leaderboardTopRow {
        justify-content:center
    }
}

.leaderboardPage .leaderboardTopRow .leaderboardNavButtons,.leaderboardPage .leaderboardTopRow .leaderboardTopInfoContainer {
    margin-bottom: 10px;
    display: flex;
    gap: 10px
}

.leaderboardPage .leaderboardTopRow .leaderboardNavButtons .leaderboardFlag {
    width: 30px;
    border-radius: 5px
}

@media only screen and (max-width: 700px) {
    .leaderboardPage .leaderboardTopRow .leaderboardNavButtons {
        width:100%;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        gap: 3px
    }
}

@media only screen and (max-width: 700px) {
    .leaderboardPage .leaderboardTopRow .leaderboardTopInfoContainer {
        width:100%;
        display: flex;
        justify-content: flex-end
    }
}

.leaderboardPage .changeLeaderboardBtn {
    height: 48px;
    line-height: 48px;
    border-radius: 9px;
    border: 2px solid #443e5e;
    background-color: transparent;
    color: #575973;
    font-weight: 500;
    font-size: 14px;
    box-shadow: none;
    cursor: pointer;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    white-space: nowrap
}

.leaderboardPage .changeLeaderboardBtn:not(:last-child) {
    margin-right: 10px
}

@media only screen and (max-width: 700px) {
    .leaderboardPage .changeLeaderboardBtn {
        width:calc(50% - 1.5px) !important;
        margin: 0 !important;
        height: 55px;
        display: inline-block
    }

    .leaderboardPage .changeLeaderboardBtn [data-time=daily] {
        order: 1
    }

    .leaderboardPage .changeLeaderboardBtn [data-time=monthly] {
        order: 3
    }

    .leaderboardPage .changeLeaderboardBtn [data-time=easter] {
        order: 2
    }

    .leaderboardPage .changeLeaderboardBtn [data-time=custom] {
        order: 4
    }
}

.leaderboardPage .changeLeaderboardBtn.isSelected {
    background: #383a56;
    border: 1px solid #414365;
    box-sizing: border-box;
    border-radius: 9px;
    color: #01d676
}

.leaderboardPage .changeLeaderboardBtn.easterLeaderboardBtn {
    width: 149px;
    background-image: url("/public/img/easter/easter-leader-btn-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    border: 0;
    background-color: unset
}

.leaderboardPage .leaderboardTopInfo {
    height: 48px;
    width: 48px;
    background: rgba(255,184,0,0.1);
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

@media only screen and (max-width: 700px) {
    .leaderboardPage .leaderboardTopInfo {
        z-index:1
    }
}

.leaderboardPage .leaderboardTopThree {
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
    padding: 0 10px
}

@media only screen and (min-width: 701px) and (max-width:1199px) {
    .leaderboardPage .leaderboardTopThree {
        padding:0 5px
    }
}

@media only screen and (max-width: 700px) {
    .leaderboardPage .leaderboardTopThree {
        flex-direction:column;
        padding: 0;
        margin-bottom: 10px
    }

    .leaderboardPage .leaderboardTopThree .leaderboxTopBox--place1 {
        order: -1
    }
}

.leaderboardPage .leaderboardTopThree--mobile {
    display: none
}

@media only screen and (max-width: 700px) {
    .leaderboardPage .leaderboardTopThree--mobile {
        display:block;
        margin-top: 90px
    }
}

.leaderboardPage .leaderboxTopBox--place1 {
    border: 1px solid transparent;
    background: linear-gradient(#574c36,#222438) padding-box,linear-gradient(to bottom,#f4d355,#222438) border-box;
    top: -91px;
    position: relative
}

@media only screen and (max-width: 700px) {
    .leaderboardPage .leaderboxTopBox--place1 {
        top:0
    }
}

.leaderboardPage .leaderboxTopBox--place1 .leaderAvatar {
    border: 1px solid transparent;
    background: #f3d354
}

.leaderboardPage .leaderboxTopBox--place1 .leaderPrizeBox {
    border: 1px solid transparent;
    background: linear-gradient(#383333,#222438) padding-box,linear-gradient(to bottom,#9d8945,#222438) border-box
}

.leaderboardPage .leaderboxTopBox--place2 {
    border: 1px solid transparent;
    background: linear-gradient(#4b4b59,#222438) padding-box,linear-gradient(to bottom,#cacaca,#222438) border-box
}

.leaderboardPage .leaderboxTopBox--place2 .leaderAvatar {
    border: 1px solid transparent;
    background: #cacaca
}

.leaderboardPage .leaderboxTopBox--place2 .leaderPrizeBox {
    border: 1px solid transparent;
    background: linear-gradient(#2a2f41,#222438) padding-box,linear-gradient(to bottom,#cacaca,#222438) border-box
}

.leaderboardPage .leaderboxTopBox--place3 {
    border: 1px solid transparent;
    background: linear-gradient(#4d3948,#222438) padding-box,linear-gradient(to bottom,#905c69,#222438) border-box
}

.leaderboardPage .leaderboxTopBox--place3 .leaderAvatar {
    border: 1px solid transparent;
    background: #905c69
}

.leaderboardPage .leaderboxTopBox--place3 .leaderPrizeBox {
    border: 1px solid transparent;
    background: linear-gradient(#292b40,#222438) padding-box,linear-gradient(to bottom,#905c69,#222438) border-box
}

.leaderboardTooltip .tooltip-inner {
    color: #9496b9;
    background: #383a56;
    max-width: 300px;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    font-size: 12px;
    padding: 17px 22px
}

.leaderboxTopBox {
    width: 291px;
    height: 410px;
    background: #292b4a;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between
}

@media only screen and (max-width: 700px) {
    .leaderboxTopBox {
        width:100%;
        margin-bottom: 100px
    }
}

.leaderboxTopBox .gainProfileLink {
    text-align: center;
    margin-top: -40px;
    margin-bottom: 10px
}

.leaderboxTopBox .leaderAvatar {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    position: relative;
    z-index: 1
}

.leaderboxTopBox .leaderUsername {
    max-width: 150px;
    color: #fff;
    font-size: 13px;
    margin-top: 3px
}

.leaderboxTopBox .leaderPointsEarned {
    color: rgba(232,232,232,0.6196078431);
    font-weight: 600;
    font-size: 14px
}

.leaderboxTopBox .leaderPrizeBox {
    width: 251px;
    height: 100%;
    background: #22243f;
    border-radius: 8px;
    position: relative
}

.leaderboxTopBox .leaderReward {
    background: rgba(119,119,119,0.4705882353);
    border-radius: 5px;
    height: 29px;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #01d676;
    padding: 5px 7px;
    font-weight: 600;
    font-size: 13px;
    display: inline-block
}

.leaderboxTopBox .leaderReward .winnerPointsCoinLogo {
    height: 12px;
    width: 12px
}

.leaderboxTopBox .leaderCrown {
    position: absolute;
    top: 15px;
    right: 50%;
    width: 70px;
    transform: translate(50%,-100%)
}

.leaderboxTopBox .leaderPrizeImage {
    width: 200px;
    position: absolute;
    right: 0;
    bottom: 0
}

.leaderboxTopBox .leaderPrizeName {
    font-weight: bold;
    text-align: right;
    color: white;
    padding-right: 20px;
    position: relative;
    z-index: 1
}

.leaderboxTopBox .leaderPlaceImage {
    position: absolute
}

.leaderboxTopBox .leaderPlaceImage--place2 {
    left: -28px;
    bottom: -27px
}

.leaderboxTopBox .leaderPlaceImage--place1 {
    left: 75px;
    bottom: -36px
}

.leaderboxTopBox .leaderPlaceImage--place3 {
    right: -28px;
    bottom: -27px
}

@media only screen and (max-width: 1199px) {
    .leaderboxTopBox .leaderPlaceImage--place1,.leaderboxTopBox .leaderPlaceImage--place2,.leaderboxTopBox .leaderPlaceImage--place3 {
        left:-60px;
        bottom: -16px
    }
}

.leaderboardCountdown {
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    margin-top: -45px;
    letter-spacing: .04em
}

@media only screen and (max-width: 700px) {
    .leaderboardCountdown {
        margin-top:120px;
        margin-top: -90px
    }
}

.leaderboardCountdown .digit {
    width: 22px;
    display: inline-block
}

.leaderboardCountdown .muted {
    color: #555673;
    margin-right: 7px
}

.leaderboardPositionBox {
    margin: 0 auto;
    text-align: center;
    background: #292b4a;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    max-width: 730px;
    padding: 19px;
    margin-top: 25px;
    letter-spacing: .04em;
    color: #cfd0e0;
    position: relative;
    line-height: 1.75
}

@media only screen and (max-width: 700px) {
    .leaderboardPositionBox {
        margin:20px
    }
}

.leaderboardPositionBox .leaderboardRank {
    padding: 2px 15px;
    margin: 0 5px;
    border-radius: 3px
}

.leaderboardPositionBox .leaderboard--gold {
    background: rgba(255,184,0,0.1);
    color: #fcce00
}

.leaderboardPositionBox .leaderboard--red {
    background: rgba(255,70,70,0.1);
    color: #ff4646
}

.leaderboardPositionBox .leaderboard--pink {
    background: rgba(255,104,240,0.1);
    color: #ff68f0
}

.leaderboardPositionBox .leaderboard--blue {
    background: rgba(45,129,255,0.1);
    color: #2d81ff
}

.leaderboardPositionBox .leaderboard--cyan {
    background: rgba(167,255,255,0.1);
    color: #a7ffff
}

.leaderboardPositionBox .leaderboard--white {
    background: rgba(255,255,255,0.1);
    color: white
}

.leaderboardPositionBox .leaderboardPositionBoxAvatar {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 20px
}

.leaderboardPositionBox .exag {
    color: #01d676;
    font-weight: 600
}

.leaderboardTable {
    margin-top: 10px;
    border-collapse: separate;
    border-spacing: 0 6px
}

.leaderboardTable th {
    color: #515477;
    font-weight: 500;
    font-size: 14px
}

.leaderboardTable .leaderboardTableTh--rank {
    padding-left: 30px
}

@media only screen and (max-width: 700px) {
    .leaderboardTable .leaderboardTableTh--rank {
        padding-left:15px
    }
}

.leaderboardTable tbody tr {
    background: #2c2c44;
    box-shadow: 0 2px 5px rgba(27,27,43,0.15);
    border: 0;
    border-radius: 5px;
    height: 60px
}

.leaderboardTable .leaderboardTableUser {
    max-width: 50px;
    text-overflow: ellipsis;
    overflow: hidden
}

.leaderboardTable .leaderboardTableRank {
    border-radius: 8px;
    padding: 11px 27px;
    margin-left: 5px;
    font-weight: 600;
    font-size: 14px
}

.leaderboardTable .leaderboard--gold {
    background: rgba(255,184,0,0.1);
    color: #fcce00
}

.leaderboardTable .leaderboard--red {
    background: rgba(255,70,70,0.1);
    color: #ff4646
}

.leaderboardTable .leaderboard--pink {
    background: rgba(255,104,240,0.1);
    color: #ff68f0
}

.leaderboardTable .leaderboard--blue {
    background: rgba(45,129,255,0.1);
    color: #2d81ff
}

.leaderboardTable .leaderboard--cyan {
    background: rgba(167,255,255,0.1);
    color: #a7ffff
}

.leaderboardTable .leaderboardTablePrize,.leaderboardTable .leaderboardTablePoints {
    text-align: right;
    color: #01d676;
    padding-right: 30px;
    font-weight: 600;
    font-size: 14px
}

.leaderboardTable .gainProfileLink {
    color: #fff
}

.leaderboardEventBanner {
    width: 100%;
    text-align: center
}

@media only screen and (max-width: 700px) {
    .leaderboardEventBanner {
        margin-bottom:20px;
        margin-top: -40px
    }
}

.leaderboardEventBanner .leaderboardEventBannerImg--daily {
    width: 500px;
    height: auto
}

.leaderboardEventBanner .leaderboardEventBannerImg--weekly {
    width: 500px;
    height: auto
}

@media only screen and (max-width: 1199px) {
    .leaderboardEventBanner .leaderboardEventBannerImg--weekly {
        width:100%
    }
}

@media only screen and (max-width: 700px) {
    .leaderboardEventBanner .leaderboardEventBannerImg--weekly {
        margin-top:60px
    }
}

.leaderboardEventBanner .leaderboardEventBannerImg--monthly {
    width: 500px;
    height: auto
}

@media only screen and (max-width: 700px) {
    .leaderboardEventBanner img {
        width:100% !important;
        height: auto !important
    }
}

.leaderboardInfobox {
    max-width: 640px;
    padding: 20px;
    margin: 10px auto 190px auto;
    background: linear-gradient(#243b4a,#202536) padding-box,linear-gradient(to bottom,#6ee4e8,#222438) border-box;
    border: 1.5px solid transparent;
    border-radius: 5px;
    text-align: center
}

.leaderboardInfobox.gold {
    background: linear-gradient(#574c36,#282533) padding-box,linear-gradient(to bottom,#f4d355,#282533) border-box;
    font-size: 13px
}

.leaderboardInfobox.green {
    background: linear-gradient(#233942,#22273f) padding-box,linear-gradient(to bottom,#04b386,#222438) border-box
}

.leaderboardInfobox.green em {
    color: #01d676
}

.leaderboardInfobox em {
    font-style: normal;
    color: #6ee4e8;
    font-weight: bold;
    font-size: 15px;
    white-space: nowrap
}

.leaderboardInfobox .leaderboardInfobox-heading {
    font-size: 20px;
    margin: 0;
    margin-bottom: 10px;
    font-weight: bold;
    color: #ffd904
}

.leaderboardEventHomeBanner,.christmasEventHomeBanner {
    position: absolute;
    top: 25px;
    right: 0
}

@media only screen and (max-width: 700px) {
    .leaderboardEventHomeBanner,.christmasEventHomeBanner {
        position:relative;
        min-height: 60px;
        margin-top: 15px;
        margin-bottom: -5px;
        top: 0;
        right: 41px
    }

    .leaderboardEventHomeBanner img,.christmasEventHomeBanner img {
        width: 80%
    }
}

.easterLeaderboardOuter::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url("/public/img/easter/easter-leaderboard-bg.png");
    background-size: contain;
    background-repeat: no-repeat
}

@media only screen and (max-width: 700px) {
    .easterLeaderboardOuter::before {
        background-image:url("/public/img/easter/easter-leaderboard-bg-mobile.png");
        background-size: contain;
        background-repeat: repeat-y;
        height: 100%;
        max-height: 1720px
    }
}

.easterLeaderboardOuter .easter-btn-container {
    text-align: center
}

.easterLeaderboardOuter .easter-btn-container .easter-show-all-btn {
    width: 282px;
    height: 50px;
    background: #01d676;
    box-shadow: 0 1.54px 3.08px rgba(0,0,0,0.2),inset 0 1.54px 0 #00ffc2;
    border-radius: 4px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: #1d1d2e;
    line-height: 50px;
    cursor: pointer;
    margin-top: 20px
}

.easterLeaderboardOuter.show-all .easter-show-all-btn {
    display: none
}

.easterLeaderboardOuter:not(.show-all) .leaderboardTable tbody tr:nth-child(n+248) {
    display: none
}

.easterLeaderboardOuter .leaderboardTopInfoContainer {
    display: none !important
}

@media only screen and (max-width: 700px) {
    .easterLeaderboardOuter .leaderboardTopInfoContainer {
        display:none !important
    }
}

.easterLeaderboardOuter .easterPointsInfo {
    width: 48%;
    position: relative;
    padding: 19px 40px 24px 40px;
    margin: 30px auto;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    z-index: 1
}

@media only screen and (max-width: 700px) {
    .easterLeaderboardOuter .easterPointsInfo {
        width:calc(100% - 40px)
    }
}

.easterLeaderboardOuter .easterPointsInfo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    background: linear-gradient(180deg,rgba(1,214,118,0.05) 0,rgba(1,214,118,0) 100%),linear-gradient(0,rgba(70,70,98,0.4),rgba(70,70,98,0.4));
    border: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(180deg,#01d676 0,rgba(1,214,118,0) 100%);
    transform: perspective(200px) rotateX(345deg);
    z-index: -1
}

.easterLeaderboardOuter .leaderboardEventBannerImg--easter {
    width: 78%
}

.easterLeaderboardOuter .leaderboardTopThree {
    position: relative
}

@media only screen and (max-width: 700px) {
    .easterLeaderboardOuter .leaderboardTopThree {
        display:flex;
        flex-direction: column;
        align-items: center;
        padding: 0 10px;
        margin-bottom: 40px
    }
}

.easterLeaderboardOuter .leaderboardTopThree .leaderboxTopBox {
    position: relative;
    background: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
    padding: 0;
    width: 275px;
    height: 412.5px
}

.easterLeaderboardOuter .leaderboardTopThree .leaderboxTopBox .leaderCrown,.easterLeaderboardOuter .leaderboardTopThree .leaderboxTopBox .leaderPrizeBox,.easterLeaderboardOuter .leaderboardTopThree .leaderboxTopBox .gainProfileLink {
    display: none
}

.easterLeaderboardOuter .leaderboardTopThree .leaderboxTopBox.leaderboxTopBox--place1 {
    background-image: url("/public/img/easter/leaderboard-place-1.png");
    width: 330px;
    height: 495px
}

.easterLeaderboardOuter .leaderboardTopThree .leaderboxTopBox.leaderboxTopBox--place1 .leaderUsername.easterElement {
    font-size: 22px
}

.easterLeaderboardOuter .leaderboardTopThree .leaderboxTopBox.leaderboxTopBox--place1 .leaderPointsEarned.easterElement {
    bottom: 3%;
    font-size: 18px
}

.easterLeaderboardOuter .leaderboardTopThree .leaderboxTopBox.leaderboxTopBox--place2 {
    background-image: url("/public/img/easter/leaderboard-place-2.png")
}

.easterLeaderboardOuter .leaderboardTopThree .leaderboxTopBox.leaderboxTopBox--place2 .profileLinkBlock.easterElement {
    left: 52%
}

.easterLeaderboardOuter .leaderboardTopThree .leaderboxTopBox.leaderboxTopBox--place3 {
    background-image: url("/public/img/easter/leaderboard-place-3.png")
}

.easterLeaderboardOuter .leaderboardTopThree .leaderboxTopBox .profileLinkBlock.easterElement {
    position: absolute;
    top: 16%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    z-index: -1;
    width: 31%
}

.easterLeaderboardOuter .leaderboardTopThree .leaderboxTopBox .profileLinkBlock.easterElement div,.easterLeaderboardOuter .leaderboardTopThree .leaderboxTopBox .profileLinkBlock.easterElement .leaderAvatar {
    height: 100%;
    width: 100%;
    border-radius: 50%
}

.easterLeaderboardOuter .leaderboardTopThree .leaderboxTopBox .leaderUsername.easterElement {
    position: absolute;
    top: 42%;
    display: block;
    font-weight: 600;
    font-size: 19px;
    background: linear-gradient(180deg,#01d676 0,#10f18c 53.88%,#89f9c6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: .9;
    cursor: pointer
}

.easterLeaderboardOuter .leaderboardTopThree .leaderboxTopBox .leaderPointsEarned.easterElement {
    position: absolute;
    bottom: 2.5%;
    display: block;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #fff
}

.easterLeaderboardOuter .leaderboardTopThree .leaderboxTopBox .empty.easterElement {
    display: none
}

.easterLeaderboardOuter .leaderboardTopThree .leaderboxTopBox.emptyTopBox .leaderUsername.easterElement:not(.empty) {
    display: none
}

.easterLeaderboardOuter .leaderboardTopThree .leaderboxTopBox.emptyTopBox .empty.easterElement {
    display: block
}

@media only screen and (max-width: 700px) {
    .easterLeaderboardOuter .leaderboardTopThree .leaderboxTopBox.leaderboxTopBox--place1,.easterLeaderboardOuter .leaderboardTopThree .leaderboxTopBox.leaderboxTopBox--place2,.easterLeaderboardOuter .leaderboardTopThree .leaderboxTopBox.leaderboxTopBox--place3 {
        height:unset;
        min-width: 300px;
        min-height: 450px;
        width: calc(100% - 20px);
        padding-bottom: calc((100% - 20px) * 1.5);
        top: unset
    }

    .easterLeaderboardOuter .leaderboardTopThree .leaderboxTopBox.leaderboxTopBox--place1 .leaderPointsEarned.easterElement,.easterLeaderboardOuter .leaderboardTopThree .leaderboxTopBox.leaderboxTopBox--place2 .leaderPointsEarned.easterElement,.easterLeaderboardOuter .leaderboardTopThree .leaderboxTopBox.leaderboxTopBox--place3 .leaderPointsEarned.easterElement {
        bottom: 3%;
        font-size: 18px
    }

    .easterLeaderboardOuter .leaderboardTopThree .leaderboxTopBox .leaderUsername.easterElement {
        font-size: 22px
    }

    .easterLeaderboardOuter .leaderboardTopThree .leaderboxTopBox.leaderboxTopBox--place1 {
        order: -1
    }
}

.easterLeaderboardOuter .leaderboardTopThree--mobile {
    display: none
}

.easterElement {
    display: none
}

.leaderboardPage.leaderboardPage--country {
    background-repeat: no-repeat;
    background-size: 100%
}

.leaderboardPage.leaderboardPage--country .leaderboardEventBannerImg--daily,.leaderboardPage.leaderboardPage--country .leaderboardEventBannerImg--monthly {
    max-width: 850px
}

@media only screen and (min-width: 1200px) {
    .leaderboardPage.leaderboardPage--country .leaderboardEventBannerImg--daily,.leaderboardPage.leaderboardPage--country .leaderboardEventBannerImg--monthly {
        width:auto !important;
        height: 270px !important
    }
}

@media only screen and (max-width: 1199px) {
    .leaderboardPage.leaderboardPage--country .leaderboardEventBannerImg--daily,.leaderboardPage.leaderboardPage--country .leaderboardEventBannerImg--monthly {
        width:100%
    }
}

@media only screen and (min-width: 1200px) {
    .leaderboardPage.leaderboardPage--country .leaderboardCountdownTop {
        display:none
    }
}

@media only screen and (max-width: 1199px) {
    .leaderboardPage.leaderboardPage--country {
        background-size:110% 200px;
        background-position: top center
    }

    .leaderboardPage.leaderboardPage--country .leaderboardTimeSectionOuter {
        padding: 10px;
        padding-top: 30px
    }

    .leaderboardPage.leaderboardPage--country .leaderboardCountdown {
        margin-top: -25px
    }

    .leaderboardPage.leaderboardPage--country .leaderboardCountdownBottom,.leaderboardPage.leaderboardPage--country .leaderboardPositionBox {
        display: none
    }

    .leaderboardPage.leaderboardPage--country .leaderboardTopThree--mobile {
        margin-top: 120px;
        padding: 0 15px
    }

    .leaderboardPage.leaderboardPage--country .leaderboardTopThree--mobile .leaderboxTopBox--place1 {
        top: 0
    }
}

.leaderboardPage.leaderboardPage--country .leaderboardTopThree {
    margin-top: 200px
}

.leaderboard-rank-plate {
    color: white;
    margin-top: -20px;
    position: relative;
    z-index: 1
}

.leaderboard-rank-plate .leaderboard-rank-plate--rank {
    position: absolute;
    top: 45%;
    left: 50%;
    font-weight: bold;
    font-size: 20px;
    transform: translate(-50%,-50%)
}

.leaderboard-rank-plate.leaderboard-rank-plate--place1 .outer-path {
    fill: #756631;
    stroke: #cda90e
}

.leaderboard-rank-plate.leaderboard-rank-plate--place2 .outer-path {
    fill: #545a6d;
    stroke: #87879e
}

.leaderboard-rank-plate.leaderboard-rank-plate--place3 .outer-path {
    fill: #6e4d5d;
    stroke: #925f6c
}

.leaderboardPagination {
    text-align: center
}

@media only screen and (max-width: 700px) {
    .customLeaderboardBtn {
        margin-top:20px
    }

    .customLeaderboardBtn[data-contest=Subreddit] {
        margin-top: -28px
    }

    .customLeaderboardBtn[data-contest=Anomaly] {
        margin-top: 0;
        height: 64px
    }
}

.navigation .customLeaderboardBtn {
    position: relative;
    margin-right: 20px;
    width: 200px;
    transform: scale(0.85);
    transform-origin: left center
}

.left-navigation .customLeaderboardBtn {
    margin-top: 0;
    padding-right: 5px
}

.changeLeaderboardBtn .customLeaderboardBtn {
    height: 48px
}

.custom-leaderboard.changeLeaderboardBtn {
    border: 0
}

.customLeaderboardCTAImage {
    width: auto;
    height: 100%
}

.navigation .customLeaderboardCTAImage {
    width: 100%
}

@media only screen and (max-width: 700px) {
    .customLeaderboardCTAImage {
        width:100%
    }
}

.leaderboxTopBox--real-life-prize .leaderPrizeImage {
    width: 100%
}

.earnPage {
    font-family: "Poppins",sans-serif
}

.earnPage .earnGetStartedBoxes {
    display: inline-flex;
    justify-content: flex-start;
    background: #1d1e2f;
    margin: 0;
    padding: 15px 70px 25px 25px;
    position: relative;
    min-height: 124px
}

@media only screen and (max-width: 700px) {
    .earnPage .earnGetStartedBoxes {
        flex-direction:column;
        align-items: center;
        display: none
    }
}

.earnPage .earnGetStartedBoxes .earn-start-guide {
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (min-width: 701px) and (max-width:1199px) {
    .earnPage .earnGetStartedBoxes .earn-start-guide {
        width:95%
    }
}

.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item {
    position: relative;
    width: calc(33.3333333333% - 20px);
    min-width: 290px;
    height: 190px;
    padding: 15px;
    text-align: center
}

@media only screen and (max-width: 700px) {
    .earnPage .earnGetStartedBoxes .earn-start-guide .guide-item {
        width:100%;
        height: 175px
    }
}

.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #242539;
    opacity: .8;
    border-radius: 20px
}

.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item:nth-child(1) {
    text-align: left
}

.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item:nth-child(3) {
    text-align: center
}

.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item:nth-child(3) .guide-card {
    padding-bottom: 27px
}

.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item:nth-child(3) .guide-card::before {
    background-image: url("/public/img/template/body/guideBg2.png")
}

.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item:nth-child(3) .guide-card .title {
    margin-bottom: 3px
}

.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item:nth-child(3) .guide-card .description {
    margin-bottom: 23px
}

.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item:nth-child(3) .guide-card .has-pointer::after {
    right: -10px;
    left: unset;
    transform: rotate(322deg)
}

.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item:nth-child(3) .guide-card .task-start-btn {
    background-color: #01d676
}

.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item:nth-child(5) {
    text-align: right
}

.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item:nth-child(5) .guide-card::before {
    background-image: url("/public/img/template/body/guideBg3.png");
    filter: none
}

.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item:nth-child(5) .guide-card .title {
    margin-bottom: 3px
}

.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item:nth-child(5) .guide-card .description {
    margin-bottom: 23px
}

.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item:nth-child(5) .guide-card .cashout-btn {
    width: max-content;
    max-width: 200px;
    background-color: #01d676
}

.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item:nth-child(5) .guide-card .has-pointer::after {
    left: 60%;
    transform: rotate(339deg)
}

.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: rgba(40,41,66,0.5);
    border-radius: 10px;
    overflow: hidden;
    padding: 14px 21px;
    -webkit-box-shadow: 0 0 8px #222339;
    box-shadow: 0 0 8px #222339
}

@media only screen and (max-width: 700px) {
    .earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card {
        padding:17px
    }
}

.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(5px);
    background: url("/public/img/template/body/guideBg1.png");
    background-color: #333350;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px
}

.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card .title {
    font-weight: 600;
    font-size: 18px;
    color: #01d676;
    margin-bottom: 6px
}

@media only screen and (max-width: 700px) {
    .earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card .title {
        font-size:16px
    }
}

.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card .description {
    font-weight: 500;
    font-size: 12px;
    color: #fff
}

@media only screen and (max-width: 700px) {
    .earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card .description {
        font-size:10px
    }
}

.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card ul {
    position: relative;
    margin-left: 15px;
    background: #24253a;
    border-radius: 5px;
    margin: 0
}

.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card ul::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(40,41,65,0.5);
    border-radius: 5px 5px 0 0
}

.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card ul li {
    list-style-type: disc;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: -0.03em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 5px
}

.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card ul li.active {
    position: relative;
    left: -12.5px;
    z-index: 1;
    width: calc(100% + 25px);
    background: #292a42;
    box-sizing: border-box;
    border: .2px solid rgba(1,214,118,0.2);
    box-shadow: 0 0 19px 1px rgba(1,214,118,0.3);
    border-radius: 5px
}

.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card ul li.active img {
    width: 33px;
    height: 33px
}

.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card ul li.active .task-title {
    color: #fff;
    font-size: 12px
}

.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card ul li.active .task-prize {
    color: #01d676;
    font-size: 12px;
    position: relative
}

.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card ul li img {
    width: 26px;
    height: 26px;
    border-radius: 4px;
    background-color: #6aad21
}

.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card ul li .task-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 100px);
    text-align: center
}

.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card ul li .task-prize {
    background: #222339;
    box-shadow: inset 0 .8px 0 #4a4f75;
    border-radius: 4px;
    padding: 4px 8px
}

@media only screen and (max-width: 700px) {
    .earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card ul li {
        font-size:10px
    }
}

.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card .task-start-btn,.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card .cashout-btn {
    width: 101px;
    height: 34px;
    background: #222339;
    box-shadow: inset 0 1px 0 #4a4f75;
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
    line-height: 34px;
    padding: 0 10px
}

@media only screen and (max-width: 700px) {
    .earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card .task-start-btn,.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card .cashout-btn {
        font-size:10px
    }
}

.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card .coins {
    position: absolute;
    z-index: -1;
    top: 10px;
    left: 10px;
    width: 54%;
    height: 100%;
    background: url("/public/img/template/body/coins.png");
    background-size: contain;
    background-repeat: no-repeat
}

.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card .has-pointer {
    position: relative
}

.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card .has-pointer::after {
    content: "";
    position: absolute;
    left: -20px;
    bottom: -30px;
    width: 50px;
    height: 60px;
    background: url("/public/img/template/body/hand.png");
    background-size: contain;
    background-repeat: no-repeat
}

.earnPage .earnGetStartedBox {
    width: 25%;
    max-width: 358px;
    min-width: 250px
}

@media only screen and (max-width: 700px) {
    .earnPage .earnGetStartedBox {
        width:100%
    }
}

.earnPage .earnGetStartedArrows {
    margin: 0;
    z-index: 2
}

@media only screen and (min-width: 701px) and (max-width:1199px) {
    .earnPage .earnGetStartedArrows {
        transform:scale(0.8);
        margin: 0 -40px
    }
}

@media only screen and (max-width: 700px) {
    .earnPage .earnGetStartedArrows {
        margin:-40px 0;
        transform: rotate(90deg);
        opacity: .6
    }
}

.earnPage p {
    font-size: 14px;
    font-weight: 500
}

.earnPage h5 {
    color: #00da72;
    font-weight: bold;
    font-size: 35px
}

.earnPage .earnHeader {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    justify-content: space-between
}

.earnPage .earnHeader .earnHeaderTitle {
    color: #fff;
    flex: 1;
    font-style: normal;
    font-weight: 700;
    font-size: 20px
}

.earnPage .earnHeader .earnHeaderIcon {
    margin-right: 12px;
    display: flex;
    align-items: center
}

.earnPage .earnHeader .earnHeaderIcon img {
    width: 15px
}

.earnPage .earnHeader .earnHeaderTitleContainer {
    display: flex;
    flex-direction: row;
    align-items: center
}

.earnPage .earnHeader .earnHeaderGreenDotLeft {
    background: #01d676;
    border-radius: 200px;
    width: 12px;
    height: 12px;
    margin-right: 15px
}

.earnPage .earnHeader .earnHeaderPopularity {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 90px;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #a9a9ca
}

@media only screen and (max-width: 700px) {
    .earnPage .earnHeader .earnHeaderPopularity {
        margin-right:0;
        display: none
    }
}

.earnPage .earnHeader .earnHeaderPopularity .switch {
    margin-left: 5px;
    position: relative;
    top: -1px
}

.earnPage .earnHeader .earnHeaderPopularity .earnHeaderPopularityTooltip {
    margin-left: 4px;
    position: relative;
    top: 2px
}

.earnPage .offerWallBox {
    display: inline-block;
    border-radius: 2px;
    overflow: hidden
}

@media only screen and (min-width: 701px) {
    .earnPage .offerWallBox {
        height:115px
    }
}

.earnPage .offerWallBox .openOfferWallBtn {
    cursor: pointer;
    height: 100%
}

.earnPage .offerWallBox .topSection {
    padding: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.earnPage .offerWallBox .bottomSection {
    text-align: center;
    padding: 4px;
    color: rgba(0,0,0,0.69);
    background-color: white
}

.earnPage .featuredOffers .earnOfferContainer,.earnPage .featuredOffers .offerWallBoxContainer,.earnPage .offerWalls .earnOfferContainer,.earnPage .offerWalls .offerWallBoxContainer,.earnPage .earnSurveys .earnOfferContainer,.earnPage .earnSurveys .offerWallBoxContainer {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.earnPage .earnOfferContainer {
    gap: var(--earn-offers-spacing);
    overflow: scroll;
    padding: 0 var(--earn-page-section-padding-horizontal);
    -ms-overflow-style: none;
    scrollbar-width: none
}

.earnPage .earnOfferContainer::-webkit-scrollbar {
    display: none
}

.earnPage .offerWalls,.earnPage .earnSurveys {
    background-color: #141522
}

.earnPage .earnSurveys {
    padding-bottom: 25px
}

.earnPage .featuredOffers {
    background-color: #171828;
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 185px
}

@media only screen and (max-width: 700px) {
    .earnPage .featuredOffers {
        min-height:155px
    }
}

.earnPage .featuredOffers .featuredOffersSubContainer {
    display: flex;
    flex-wrap: wrap
}

.earnPage .featuredOffersText {
    position: relative;
    margin-top: 8px;
    margin-bottom: 20px;
    color: #a9a9ca;
    font-size: 14px
}

.earnPage .featuredOfferHot {
    margin-left: 6px;
    font-weight: 700;
    font-size: 9px;
    color: #ff6c62;
    vertical-align: top
}

.earnPage .featuredOffersOfferWallBox {
    width: 100%;
    position: relative
}

@media only screen and (max-width: 700px) {
    .earnPage .featuredOffersOfferWallBox {
        width:100%;
        height: 100%
    }
}

.earnPage .featuredOffersOfferWallBox .offerWallOverLayerRequirements {
    position: absolute;
    width: 100%;
    bottom: 6px;
    border-radius: 0 0 5px 5px;
    z-index: 1;
    color: white;
    font-size: 10px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 5px 5px 0 5px;
    display: flex
}

.earnPage .featuredOffersOfferWallBox .offerWallOverLayerRequirements .offerWallOverlayerRequirementsText {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 15px
}

.earnPage .featuredOffersOfferWallBox .offerWallOverLayerRequirements .offerWallOverlayerRequirementsText br,.earnPage .featuredOffersOfferWallBox .offerWallOverLayerRequirements .offerWallOverlayerRequirementsText ol,.earnPage .featuredOffersOfferWallBox .offerWallOverLayerRequirements .offerWallOverlayerRequirementsText ul {
    display: contents;
    list-style: none
}

.earnPage .featuredOffersOfferWallBox .offerWallOverLayerRequirements .offerWallOverlayerRequirementsText b {
    font-weight: normal
}

.earnPage .featuredOffersOfferWallBox .offerWallOverLayerRequirements .offerWallOverlayerRequirementsText&gt;div *:first-child {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.earnPage .featuredOffersOfferWallBox .offerWallOverLayerRequirements .offerWallOverlayerRequirementsText&gt;div *:not(:first-child) {
    display: none
}

@media only screen and (max-width: 700px) {
    .earnPage .featuredOffersOfferWallBox .offerWallOverLayerRequirements {
        font-size:2vw;
        padding: 1.5vw 5px 0 5px;
        top: 80%
    }
}

@media only screen and (min-width: 1200px) {
    .earnPage .featuredOffersOfferWallBox .offerWallOverLayerRequirements .offerWallOverlayerRequirementsText {
        padding-right:8px
    }

    .earnPage .featuredOffersOfferWallBox .offerWallOverLayerRequirements .offerWallOverLayerHelp {
        flex: none;
        color: #01d676;
        position: relative;
        z-index: 0;
        margin-right: 2px
    }

    .earnPage .featuredOffersOfferWallBox .offerWallOverLayerRequirements .offerWallOverLayerHelp::after {
        content: "";
        background-color: rgba(0,0,0,0.4);
        position: absolute;
        inset: 1px -4px;
        z-index: -1;
        border-radius: 10px
    }
}

.earnPage .featuredOffersOfferWallBox .offerWallOverLayerRequirements br,.earnPage .featuredOffersOfferWallBox .offerWallOverLayerRequirements ol,.earnPage .featuredOffersOfferWallBox .offerWallOverLayerRequirements ul {
    display: contents;
    list-style: none
}

.earnPage .featuredOffersOfferWallBox .offerWallOverLayerRequirements b {
    font-weight: normal
}

.earnPage .featuredOffersOfferWallBox .offerWallOverLayerRequirements&gt;div *:first-child {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.earnPage .featuredOffersOfferWallBox .offerWallOverLayerRequirements&gt;div *:not(:first-child) {
    display: none
}

.earnPage .featuredOffersOfferWallBox .offerWallOverLayerText {
    margin: 7px 5px;
    color: white;
    font-weight: bold;
    font-size: 12px;
    display: block;
    z-index: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    flex: 1;
    text-align: left
}

@media only screen and (max-width: 700px) {
    .earnPage .featuredOffersOfferWallBox .offerWallOverLayerText {
        font-size:2.5vw
    }
}

.earnPage .featuredOffersOfferWallBox .offerWallOverLayerPrice {
    font-size: 10px;
    color: white;
    margin: 5px
}

@media only screen and (max-width: 700px) {
    .earnPage .featuredOffersOfferWallBox .offerWallOverLayerPrice {
        font-size:2.5vw
    }
}

.earnPage .featuredOffersOfferWallBox .offerWallOverLayerPriceBg {
    position: relative;
    z-index: 0;
    top: 2px;
    right: 2px;
    font-weight: 600
}

.earnPage .featuredOffersOfferWallBox .offerWallOverLayerPriceBg::after {
    content: "";
    background: rgba(0,0,0,0.5882352941);
    inset: -2px -4px;
    z-index: -1;
    position: absolute;
    border-radius: 6px
}

.earnPage .featuredOffersOfferWallBox .offerWallOverLayer {
    position: absolute;
    width: 100%;
    height: 40%;
    bottom: 0;
    display: flex;
    background: rgba(0,0,0,0.4901960784);
    border-radius: 0 0 5px 5px;
    opacity: .95;
    text-align: center;
    z-index: 1
}

@media only screen and (max-width: 700px) {
    .earnPage .featuredOffersOfferWallBox .offerWallOverLayer {
        height:11vw
    }
}

.earnPage .featuredOffersOfferWallBox .offerWallImageOuter {
    position: absolute;
    inset: 0
}

.earnPage .featuredOffersOfferWallBox .offerWallImageOuter .offerWallImageV2 {
    width: 100%;
    height: 100%;
    border-radius: 5px
}

.earnPage .featuredOffersOfferWallBox .offerWallImageOuter .offerWallImageText {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    top: 15px;
    font-weight: bold;
    color: rgba(0,0,0,0.5215686275);
    font-size: 20px;
    line-height: 100%
}

.earnPage .featuredOffersOfferWallBox .topSection {
    height: 80px;
    border-radius: 3px
}

.earnPage .featuredOffersOfferWallBox .bottomSection {
    display: none
}

.earnPage .featuredOffersOfferWallBox .offerValueBtnOuter {
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 100%;
    text-align: center
}

.earnPage .featuredOffersOfferWallBox .offerValueBtnOuter .offerValueBtn {
    display: inline-block;
    background-color: #00da72;
    color: white;
    border-radius: 30px;
    padding: 3px 0;
    width: 75%;
    height: 25px;
    line-height: 21px;
    font-size: 14px;
    font-weight: normal
}

.earnPage .offerwallContainer {
    position: relative;
    cursor: pointer;
    display: inline-table;
    overflow: hidden
}

.earnPage .offerwallContainer .offerwallAboveTriangle {
    background: #292c46
}

.earnPage .offerwallContainer .offerwallBelowTriangle {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    min-height: 230px
}

@media only screen and (max-width: 700px) {
    .earnPage .offerwallContainer .offerwallBelowTriangle {
        width:100%;
        min-height: 160px
    }
}

.earnPage .offerwallContainer .offerwallGradientBar {
    height: 1px
}

.earnPage .offerwallContainer .wallName {
    color: #fff;
    text-align: center
}

.earnPage .offerwallContainer.deactivated {
    cursor: pointer
}

.earnPage .offerwallContainer.deactivated .offerwallBelowTriangle {
    opacity: .5
}

.earnPage .offerwallContainer.deactivated .offerwallPadlock {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1
}

.earnPage .offerwallContainer.deactivated .offerWallTooltipTrigger {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1
}

.earnPage .offerwallContainer.deactivated .offerWallTooltipTrigger svg {
    width: 26px;
    height: 26px;
    color: #635dff
}

.earnPage .offerwallContainer.deactivated .offerwallImageV2,.earnPage .offerwallContainer.deactivated .offerwallPopularity,.earnPage .offerwallContainer.deactivated .offerWallBonusNotification {
    filter: blur(3px);
    opacity: .4
}

.earnPage .offerWallBonusNotification {
    position: absolute;
    top: var(--earn-page-card-padding);
    right: var(--earn-page-card-padding);
    background: rgba(1,214,118,0.2);
    border-radius: 5px;
    padding: 4px;
    font-weight: 500;
    font-size: 12px;
    color: #01d676;
    line-height: 12px
}

@media only screen and (max-width: 700px) {
    .earnPage .offerWallBonusNotification {
        border-radius:4px
    }
}

.earnPage .offerWallBonusNotification .offerWallBonusWord {
    display: inline-block
}

@media only screen and (max-width: 700px) {
    .earnPage .offerWallBonusNotification .offerWallBonusWord {
        display:none
    }
}

.earnPage .offerwallPopularity {
    margin-bottom: 16px;
    border-radius: 12px;
    padding: 5px 9px;
    background: rgba(255,255,255,0.08)
}

.earnPage .offerwallPopularity .popularityText {
    font-size: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.8)
}

.earnPage .offerwallPopularity .popularityText .popularityIcon {
    margin-right: 5px;
    width: 10px;
    height: 14px
}

.earnPage.earnPage--hidePopularity .offerwallPopularity {
    display: none
}

.earnPage .offerwallContainer--adgem .offerwallImage {
    height: 220px;
    left: 35%
}

@media only screen and (max-width: 500px) {
    .earnPage .offerwallContainer--adgem .offerwallImage {
        height:140px
    }
}

.earnPage .offerwallContainer--adgem .offerwallBelowTriangleBg {
    background: linear-gradient(360deg,rgba(74,79,117,0.2) -61.96%,rgba(173,134,246,0.2) -18.07%,rgba(74,79,117,0.2) 93.09%)
}

.earnPage .offerwallContainer--adgem .offerwallGradientBar {
    background: linear-gradient(270deg,#4a4f75 0,#af87f9 48.19%,#4a4f75 100%)
}

.earnPage .offerwallContainer--ayetstudios .offerwallImage {
    height: 40px
}

@media only screen and (max-width: 500px) {
    .earnPage .offerwallContainer--ayetstudios .offerwallImage {
        height:30px
    }
}

.earnPage .offerwallContainer--ayetstudios .offerwallBelowTriangleBg {
    background: linear-gradient(360deg,rgba(74,79,117,0.2) -61.96%,rgba(233,143,5,0.2) -18.07%,rgba(74,79,117,0.2) 93.09%)
}

.earnPage .offerwallContainer--ayetstudios .offerwallGradientBar {
    background: linear-gradient(270deg,#4a4f75 0,#f29300 48.19%,#4a4f75 100%)
}

.earnPage .offerwallContainer--offertoro .offerwallImage {
    height: 43px
}

@media only screen and (max-width: 500px) {
    .earnPage .offerwallContainer--offertoro .offerwallImage {
        height:30px
    }
}

.earnPage .offerwallContainer--offertoro .offerwallBelowTriangleBg {
    background: linear-gradient(360deg,rgba(74,79,117,0.2) -61.96%,rgba(212,60,66,0.2) -18.07%,rgba(74,79,117,0.2) 93.09%)
}

.earnPage .offerwallContainer--offertoro .offerwallGradientBar {
    background: linear-gradient(270deg,#4a4f75 0,#e73a3b 48.19%,#4a4f75 100%)
}

.earnPage .offerwallContainer--adgate .offerwallImage {
    height: 90px;
    top: 40%
}

@media only screen and (max-width: 500px) {
    .earnPage .offerwallContainer--adgate .offerwallImage {
        height:60px
    }
}

.earnPage .offerwallContainer--adgate .offerwallBelowTriangleBg {
    background: linear-gradient(360deg,rgba(74,79,117,0.2) -61.96%,rgba(49,188,255,0.2) -18.07%,rgba(74,79,117,0.2) 93.09%)
}

.earnPage .offerwallContainer--adgate .offerwallGradientBar {
    background: linear-gradient(270deg,#4a4f75 0,#31bcff 48.19%,#4a4f75 100%)
}

.earnPage .offerwallContainer--revu .offerwallImage {
    height: 37px
}

@media only screen and (max-width: 500px) {
    .earnPage .offerwallContainer--revu .offerwallImage {
        height:30px
    }
}

.earnPage .offerwallContainer--revu .offerwallBelowTriangleBg {
    background: linear-gradient(360deg,rgba(74,79,117,0.2) -61.96%,rgba(191,191,191,0.2) -18.07%,rgba(74,79,117,0.2) 93.09%)
}

.earnPage .offerwallContainer--revu .offerwallGradientBar {
    background: linear-gradient(270deg,#4a4f75 0,#b1b1b1 48.19%,#4a4f75 100%)
}

.earnPage .offerwallContainer--lootably .offerwallImage {
    height: 42px
}

@media only screen and (max-width: 500px) {
    .earnPage .offerwallContainer--lootably .offerwallImage {
        height:35px
    }
}

.earnPage .offerwallContainer--lootably .offerwallBelowTriangleBg {
    background: linear-gradient(360deg,rgba(74,79,117,0.2) -61.96%,rgba(253,145,1,0.2) -18.07%,rgba(74,79,117,0.2) 93.09%)
}

.earnPage .offerwallContainer--lootably .offerwallGradientBar {
    background: linear-gradient(270deg,#4a4f75 0,#fd9101 48.19%,#4a4f75 100%)
}

.earnPage .offerwallContainer--wannads .offerwallImage {
    height: 20px
}

@media only screen and (max-width: 500px) {
    .earnPage .offerwallContainer--wannads .offerwallImage {
        height:18px
    }
}

.earnPage .offerwallContainer--wannads .offerwallBelowTriangleBg {
    background: linear-gradient(360deg,rgba(74,79,117,0.2) -61.96%,rgba(253,145,1,0.2) -18.07%,rgba(74,79,117,0.2) 93.09%)
}

.earnPage .offerwallContainer--wannads .offerwallGradientBar {
    background: linear-gradient(270deg,#4a4f75 0,#fd9101 48.19%,#4a4f75 100%)
}

.earnPage .offerwallContainer--adscend .offerwallImage {
    height: 60px
}

@media only screen and (max-width: 500px) {
    .earnPage .offerwallContainer--adscend .offerwallImage {
        height:50px
    }
}

.earnPage .offerwallContainer--adscend .offerwallBelowTriangleBg {
    background: linear-gradient(360deg,rgba(74,79,117,0.2) -61.96%,rgba(26,255,217,0.2) -18.07%,rgba(74,79,117,0.2) 93.09%)
}

.earnPage .offerwallContainer--adscend .offerwallGradientBar {
    background: linear-gradient(270deg,#4a4f75 0,#1affd9 48.19%,#4a4f75 100%)
}

.earnPage .offerwallContainer--freecash .offerwallImage {
    height: 31px
}

@media only screen and (max-width: 500px) {
    .earnPage .offerwallContainer--freecash .offerwallImage {
        height:26px
    }
}

.earnPage .offerwallContainer--freecash .offerwallBelowTriangleBg {
    background: linear-gradient(360deg,rgba(74,79,117,0.2) -61.96%,rgba(1,213,118,0.2) -18.07%,rgba(74,79,117,0.2) 93.09%)
}

.earnPage .offerwallContainer--freecash .offerwallGradientBar {
    background: linear-gradient(270deg,#4a4f75 0,#01d676 48.19%,#4a4f75 100%)
}

.earnPage .offerwallContainer--bitlabs-offers {
    background: linear-gradient(360deg,rgba(74,79,117,0.2) -61.96%,rgba(191,191,191,0.2) -18.07%,rgba(74,79,117,0.2) 93.09%)
}

.earnPage .offerwallContainer--bitlabs-offers .offerwallImage {
    height: 50px
}

@media only screen and (max-width: 500px) {
    .earnPage .offerwallContainer--bitlabs-offers .offerwallImage {
        height:39px
    }
}

.earnPage .offerwallContainer--bitlabs-offers .offerwallBelowTriangleBg {
    background: linear-gradient(360deg,rgba(74,79,117,0.2) -61.96%,rgba(0,123,255,0.2) -18.07%,rgba(74,79,117,0.2) 93.09%)
}

.earnPage .offerwallContainer--bitlabs-offers .offerwallGradientBar {
    background: linear-gradient(270deg,#4a4f75 0,#007bff 48.19%,#4a4f75 100%)
}

.earnPage .offerwallContainer--playtime .offerwallImage {
    height: 85px;
    top: 46%
}

@media only screen and (max-width: 500px) {
    .earnPage .offerwallContainer--playtime .offerwallImage {
        height:65px
    }
}

.earnPage .offerwallContainer--playtime .offerwallBelowTriangleBg {
    background: linear-gradient(360deg,rgba(74,79,117,0.2) -61.96%,rgba(99,93,255,0.2) -18.07%,rgba(74,79,117,0.2) 93.09%)
}

.earnPage .offerwallContainer--playtime .offerwallGradientBar {
    background: linear-gradient(270deg,#4a4f75 0,#635dff 48.19%,#4a4f75 100%)
}

.earnPage .offerwallContainer--timewall .offerwallImage {
    height: 50px
}

@media only screen and (max-width: 500px) {
    .earnPage .offerwallContainer--timewall .offerwallImage {
        height:39px
    }
}

.earnPage .offerwallContainer--timewall .offerwallBelowTriangleBg {
    background: linear-gradient(360deg,rgba(74,79,117,0.2) -61.96%,rgba(76,165,113,0.2) -18.07%,rgba(74,79,117,0.2) 93.09%)
}

.earnPage .offerwallContainer--timewall .offerwallGradientBar {
    background: linear-gradient(270deg,#4a4f75 0,#4ca571 48.19%,#4a4f75 100%)
}

.earnPage .surveyBoxContainer {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.earnPage .surveyBoxContainer .surveyOfferWallBox {
    cursor: pointer;
    background-color: #1e1e2e
}

.earnPage .surveyBoxContainer .surveyOfferWallBox .topSection {
    padding: 40px 10px;
    height: 80px;
    position: relative
}

.earnPage .surveyBoxContainer .surveyOfferWallBox .topSection .newWallIcon {
    position: absolute;
    top: 10px;
    right: -4px;
    background: #16d981;
    background: linear-gradient(90deg,#16d981 0,#18f5c8 100%);
    color: white;
    font-weight: bold;
    padding: 0 10px;
    font-size: 18px;
    border-radius: 3px;
    text-shadow: 0 0 25px
}

.earnPage .surveyBoxContainer .surveyOfferWallBox .bottomSection {
    display: none
}

.earnPage .surveyBoxContainer .surveyOfferWallBox.deactivated {
    position: relative
}

.earnPage .surveyBoxContainer .surveyOfferWallBox.deactivated .surveyEarnContainer {
    filter: blur(2px);
    opacity: .5
}

.earnPage .surveyBoxContainer .surveyOfferWallBox.deactivated .surveywallPadlock {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1
}

.earnPage .surveyBoxContainer .surveyOfferWallBox.deactivated .surveyTooltipTrigger {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1
}

.earnPage .surveyBoxContainer .surveyOfferWallBox.deactivated .surveyTooltipTrigger svg {
    width: 26px;
    height: 26px;
    color: #635dff
}

.earnPage .surveyBoxContainer .surveyEarnContainer {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    min-height: 230px
}

@media only screen and (max-width: 700px) {
    .earnPage .surveyBoxContainer .surveyEarnContainer {
        min-height:160px
    }
}

.earnPage .surveyBoxContainer .surveyEarnLeftBar {
    background: #2a2d47;
    box-shadow: inset 0 2px 5px #171a2f;
    border-radius: 10px;
    position: absolute;
    height: 57px;
    width: 15px;
    left: 9px;
    top: 50%;
    transform: translateY(-50%)
}

.earnPage .surveyBoxContainer .surveyEarnLeftBar .surveyEarnLeftBarInner {
    width: 5px;
    height: 43px;
    border-radius: 5px;
    left: 5px;
    top: 8px;
    position: relative
}

.earnPage .surveyBoxContainer .surveyEarnContent {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.earnPage .surveyBoxContainer .surveyEarnContent .offerwallPopularity {
    position: absolute;
    bottom: 12px;
    color: rgba(255,255,255,0.8);
    font-size: 11px
}

.earnPage .surveyBoxContainer .surveyEarnNewButton {
    position: absolute;
    right: 4px;
    top: 4px;
    padding: 2px 13px 1px 13px;
    font-weight: 600;
    font-size: 9px;
    line-height: 11px;
    border-radius: 2px;
    letter-spacing: 1.1px;
    background: rgba(1,255,149,0.25);
    color: #01ff97
}

.earnPage .surveyBoxContainer .surveyEarnHotButton {
    position: absolute;
    right: 4px;
    top: 4px;
    padding: 2px 13px 1px 13px;
    font-weight: 700;
    font-size: 9px;
    line-height: 11px;
    border-radius: 2px;
    letter-spacing: 1.1px;
    background: rgba(255,1,1,0.22);
    color: #ff6c62
}

.earnPage .surveyBoxContainer .surveyEarnLogoV2 {
    width: 80%
}

.earnPage .surveyBoxContainer .surveyOfferWallBox--cpxresearch {
    background: linear-gradient(360deg,rgba(74,79,117,0.2) -61.96%,rgba(233,143,5,0.2) -18.07%,rgba(74,79,117,0.2) 93.09%)
}

.earnPage .surveyBoxContainer .surveyOfferWallBox--cpxresearch .surveyEarnLeftBarInner {
    background: #fff
}

.earnPage .surveyBoxContainer .surveyOfferWallBox--cpxresearch .surveyEarnLogo {
    height: 22px;
    position: relative;
    top: 2px
}

.earnPage .surveyBoxContainer .surveyOfferWallBox--cpxresearch .surveyEarnLogo--popularity {
    margin-top: -21px
}

.earnPage .surveyBoxContainer .surveyOfferWallBox--revenuewall .surveyEarnLeftBarInner {
    background: #f90
}

.earnPage .surveyBoxContainer .surveyOfferWallBox--revenuewall .surveyEarnLogo {
    height: 20px;
    position: relative;
    top: 2px
}

.earnPage .surveyBoxContainer .surveyOfferWallBox--revenuewall .surveyEarnLogo--popularity {
    margin-top: -19px
}

.earnPage .surveyBoxContainer .surveyOfferWallBox--bitlabs {
    background: linear-gradient(360deg,rgba(74,79,117,0.2) -61.96%,rgba(191,191,191,0.2) -18.07%,rgba(74,79,117,0.2) 93.09%)
}

.earnPage .surveyBoxContainer .surveyOfferWallBox--bitlabs .surveyEarnLeftBarInner {
    background: #007bff
}

.earnPage .surveyBoxContainer .surveyOfferWallBox--bitlabs .surveyEarnLogo {
    height: 35px;
    position: relative
}

.earnPage .surveyBoxContainer .surveyOfferWallBox--bitlabs .surveyEarnLogo--popularity {
    margin-top: -19px
}

.earnPage .surveyBoxContainer .surveyOfferWallBox--your-surveys .surveyEarnLeftBarInner {
    background: #01ff98
}

.earnPage .surveyBoxContainer .surveyOfferWallBox--your-surveys .surveyEarnLogo {
    height: 40px;
    position: relative
}

.earnPage .surveyBoxContainer .surveyOfferWallBox--your-surveys .surveyEarnLogo--popularity {
    margin-top: -28px
}

.earnPage .surveyBoxContainer .surveyOfferWallBox--your-surveys-unlimited .surveyEarnLeftBarInner {
    background: #01ff98
}

.earnPage .surveyBoxContainer .surveyOfferWallBox--your-surveys-unlimited .surveyEarnLogo {
    height: 45px;
    position: relative
}

.earnPage .surveyBoxContainer .surveyOfferWallBox--your-surveys-unlimited .surveyEarnLogo--popularity {
    margin-top: -28px
}

.earnPage .surveyBoxContainer .surveyOfferWallBox--freecash-exclusive {
    background: linear-gradient(360deg,rgba(74,79,117,0.2) -61.96%,rgba(1,213,118,0.2) -18.07%,rgba(74,79,117,0.2) 93.09%)
}

.earnPage .surveyBoxContainer .surveyOfferWallBox--freecash-exclusive .surveyEarnLeftBarInner {
    background: #01d676
}

.earnPage .surveyBoxContainer .surveyOfferWallBox--freecash-exclusive .surveyEarnLogo {
    height: 22px;
    position: relative;
    top: 2px;
    margin-left: 10px
}

.earnPage .surveyBoxContainer .surveyOfferWallBox--freecash-exclusive .surveyEarnLogo--popularity {
    margin-top: -21px
}

.earnPage .surveyBoxContainer .surveyOfferWallBox--tapresearch {
    background: linear-gradient(360deg,rgba(74,79,117,0.2) -61.96%,rgba(212,60,66,0.2) -18.07%,rgba(74,79,117,0.2) 93.09%)
}

.earnPage .surveyBoxContainer .surveyOfferWallBox--tapresearch .surveyEarnLeftBarInner {
    background: #f15d4b
}

.earnPage .surveyBoxContainer .surveyOfferWallBox--tapresearch .surveyEarnLogo {
    height: 40px;
    position: relative
}

.earnPage .surveyBoxContainer .surveyOfferWallBox--tapresearch .surveyEarnLogo--popularity {
    margin-top: -23px
}

.earnPage .surveyBoxContainer .surveyOfferWallBox--inbrain {
    background: linear-gradient(360deg,rgba(74,79,117,0.2) -61.96%,rgba(191,191,191,0.2) -18.07%,rgba(74,79,117,0.2) 93.09%)
}

.earnPage .surveyBoxContainer .surveyOfferWallBox--inbrain .surveyEarnLeftBarInner {
    background: #184ef2
}

.earnPage .surveyBoxContainer .surveyOfferWallBox--inbrain .surveyEarnLogo {
    height: 30px;
    position: relative
}

.earnPage .surveyBoxContainer .surveyOfferWallBox--inbrain .surveyEarnLogo--popularity {
    margin-top: -23px
}

.earnPage .surveyBoxContainer .surveyOfferWallBox--pollfish .surveyEarnLeftBarInner {
    background: #dd4247
}

.earnPage .surveyBoxContainer .surveyOfferWallBox--pollfish .surveyEarnLogo {
    height: 90px;
    position: relative
}

.earnPage .surveyBoxContainer .surveyOfferWallBox--pollfish .surveyEarnLogo--popularity {
    margin-top: -23px
}

.earnPage .surveyBoxContainer .surveyOfferWallBox--theoremreach {
    background: linear-gradient(360deg,rgba(74,79,117,0.2) -61.96%,rgba(173,134,246,0.2) -18.07%,rgba(74,79,117,0.2) 93.09%)
}

.earnPage .surveyBoxContainer .surveyOfferWallBox--theoremreach .surveyEarnLeftBarInner {
    background: #9855fc
}

.earnPage .surveyBoxContainer .surveyOfferWallBox--theoremreach .surveyEarnLogo {
    height: 33px;
    position: relative
}

.earnPage .surveyBoxContainer .surveyOfferWallBox--theoremreach .surveyEarnLogo--popularity {
    margin-top: -23px
}

.earnPage.earnPage--hidePopularity .surveyEarnContainer {
    height: 80px
}

.earnPage.earnPage--hidePopularity .surveyEarnLogo--popularity {
    margin-top: 0 !important
}

.featuredOfferTooltipContainer {
    max-width: 320px
}

.featuredOfferTooltipContainer * {
    color: white;
    text-align: left
}

.featuredOfferTooltipContainer.tooltip.show {
    opacity: .95;
    font-family: "Poppins"
}

.featuredOfferTooltipContainer .tooltip-title {
    font-weight: bold;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 5px;
    color: #9297d0
}

.featuredOfferTooltipContainer .tooltip-inner {
    padding: 10px 12px;
    border-radius: 4px;
    background: #2a2f42;
    font-size: 13px
}

.featuredOfferTooltipContainer .tooltip-inner ul,.featuredOfferTooltipContainer .tooltip-inner ol {
    padding-left: 10px;
    margin: 0
}

.featuredOfferTooltipContainer .tooltip-inner li::before {
    content: counter(requirements-counter);
    color: #01d676;
    position: relative;
    left: -5px
}

.featuredOfferTooltipContainer .tooltip-inner li {
    counter-increment: requirements-counter;
    list-style: none
}

 

#modal #modal-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    width: 40%;
    background: #222437;
    transition: 250ms ease;
    transform: translateY(100px);
    overflow: hidden
}

@media only screen and (max-width: 1440px) {
    #modal #modal-container {
        width:50%
    }
}

@media only screen and (max-width: 992px) {
    #modal #modal-container {
        width:58.8235294118%
    }
}

@media only screen and (max-width: 992px) {
    #modal #modal-container {
        width:83.3333333333%
    }
}

#modal #modal-container #modal-header {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: calc(100% - 50px);
    margin: 1rem 0;
    height: 30px
}

#modal #modal-container #modal-header div {
    color: white;
    font-size: 1.35vw;
    font-family: "Roboto",Tahoma,Geneva,Verdana,sans-serif;
    font-weight: bold
}

@media only screen and (max-width: 992px) {
    #modal #modal-container #modal-header div {
        font-size:2.2vw
    }
}

@media only screen and (max-width: 500px) {
    #modal #modal-container #modal-header div {
        font-size:4vw
    }
}

#modal #modal-container #modal-header div span {
    color: #01d676;
    text-shadow: 0 0 20px
}

#modal #modal-container #modal-header #close {
    display: flex;
    margin-left: auto;
    filter: drop-shadow(0 0 10px #ff4b4b);
    cursor: pointer
}

#modal #modal-container #video-wrapper {
    height: fit-content;
    width: calc(100% - 50px) !important
}

#modal #modal-container #modal-content {
    display: flex;
    justify-content: flex-start;
    width: 100%
}

#modal #modal-container #modal-content .steps {
    display: flex;
    height: fit-content;
    width: 10%;
    object-position: top;
    object-fit: contain;
    margin: 1rem
}

@media only screen and (min-width: 1200px) {
    #modal #modal-container #modal-content .steps {
        width:8%
    }
}

#modal #modal-container #modal-content .information {
    width: 100%;
    margin-right: 25px;
    margin-bottom: 15px
}

#modal #modal-container #modal-content .information p {
    font-size: .9rem;
    color: #6e73ab;
    font-family: "Roboto",Arial,Helvetica,sans-serif
}

@media only screen and (min-width: 1200px) {
    #modal #modal-container #modal-content .information p {
        margin-bottom:35px
    }
}

@media only screen and (max-width: 1350px) {
    #modal #modal-container #modal-content .information p {
        font-size:.75rem
    }
}

@media only screen and (max-width: 992px) {
    #modal #modal-container #modal-content .information p {
        font-size:1.6vw
    }
}

@media only screen and (max-width: 762px) {
    #modal #modal-container #modal-content .information p {
        font-size:1.9vw
    }
}

@media only screen and (max-width: 500px) {
    #modal #modal-container #modal-content .information p {
        font-size:2.25vw
    }
}

#modal #modal-container #modal-content .information a {
    text-decoration: none;
    font-weight: bold;
    color: #01d676
}

#modal #modal-container #modal-footer {
    margin: 0 0 1rem;
    display: flex;
    justify-content: flex-start;
    width: 100%
}

#modal #modal-container #modal-footer img {
    max-width: 80%;
    margin: 0 auto
}

@media only screen and (max-width: 992px) {
    #modal #modal-container #modal-footer img {
        width:calc(100% - 50px);
        margin: 0 auto
    }
}

.freeBitcoinBg {
    background-image: url("/public/img/hometopbg.webp");
    background-size: cover;
    position: relative;
    color: white
}

.freeBitcoinBg .freeBtcTopContainer {
    padding: 40px 0 0 0
}

.freeBitcoinBg .freeBtcTopContainer h1.mainWelcomeTitle {
    font-weight: bold;
    margin: 0;
    line-height: 35px;
    margin-bottom: 5px
}

@media only screen and (max-width: 700px) {
    .freeBitcoinBg .freeBtcTopContainer h1.mainWelcomeTitle {
        margin-bottom:10px
    }
}

.freeBitcoinBg .freeBtcTopContainer h1.mainWelcomeTitle .exag {
    color: #3dfc81
}

.freeBitcoinBg .freeBtcTopContainer h1.mainWelcomeTitle .topLine {
    color: #bbf;
    font-size: 45px
}

.freeBitcoinBg .freeBtcTopContainer h1.mainWelcomeTitle .bottomLine {
    font-size: 20px;
    margin-top: 20px;
    color: #7979b0;
    font-weight: 400;
    letter-spacing: 10px
}

.freeBitcoinStepsContainer {
    margin-top: 50px
}

.freeBitcoinStepsContainer .freeBitcoinStepBox {
    margin-top: 50px;
    display: flex
}

@media only screen and (max-width: 700px) {
    .freeBitcoinStepsContainer .freeBitcoinStepBox {
        flex-direction:column-reverse;
        margin-top: 20px
    }
}

.freeBitcoinStepsContainer .freeBitcoinStepBox .imgContain {
    display: inline-block;
    margin-right: 30px
}

@media only screen and (max-width: 700px) {
    .freeBitcoinStepsContainer .freeBitcoinStepBox .imgContain {
        text-align:center
    }
}

.freeBitcoinStepsContainer .freeBitcoinStepBox .imgContain img {
    width: 200px
}

.freeBitcoinStepsContainer .freeBitcoinStepBox .infoContain {
    display: inline-block;
    vertical-align: top;
    padding-top: 10px
}

.freeBitcoinStepsContainer .freeBitcoinStepBox .infoContain .stepText {
    color: #3bed7b;
    font-size: 13px
}

.freeBitcoinStepsContainer .freeBitcoinStepBox .infoContain .stepStep {
    margin: 5px 0;
    font-size: 24px;
    font-weight: bold
}

.freeBitcoinStepsContainer .freeBitcoinStepBox .infoContain .stepDetails {
    color: #66688f;
    margin-top: 0
}

.freeBitcoinStartEarning {
    margin-top: 20px;
    margin-bottom: 10px
}

#loginModalNew {
    overflow-x: hidden !important
}

@media only screen and (max-width: 700px) {
    #loginModalNew {
        top:0 !important;
        bottom: 0 !important
    }
}

 

#notifications-popup {
    position: fixed;
    display: none;
    width: 500px;
    height: 300px;
    left: 0;
    right: 40px;
    top: 90px;
    border-radius: 7px;
    margin-left: auto;
    z-index: 9999999
}

@media only screen and (max-width: 1400px) {
    #notifications-popup {
        width:300px;
        right: 20px
    }
}

#notifications-popup .notifications--header {
    height: 50px;
    background: #232333;
    border-radius: 7px 7px 0 0;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

#notifications-popup .notifications--header p:nth-child(1) {
    font-size: 16px;
    line-height: 3px;
    color: #fff;
    font-weight: bold;
    font-family: "Effra"
}

#notifications-popup .notifications--header p:nth-child(2) {
    font-size: 13px;
    line-height: 3px;
    color: #01d676;
    font-family: "Effra";
    text-align: right;
    cursor: pointer
}

#notifications-popup .notifications--header p:nth-child(2):hover {
    filter: drop-shadow(0 0 8px #01d676)
}

#notifications-popup #notifications--content--container {
    background: #232333;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden
}

#notifications-popup #notifications--content--container .notifications--content--wrapper {
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
    max-height: 450px;
    overflow-y: auto;
    background: #262638
}

#notifications-popup #notifications--content--container .notifications--content--wrapper:hover {
    background: #222339;
    cursor: pointer
}

#notifications-popup #notifications--content--container .notifications--content--wrapper:last-child {
    border-radius: 0 0 7px 7px
}

#notifications-popup #notifications--content--container .notifications--content--wrapper:last-child .notifications--content {
    border-bottom: 0 !important
}

#notifications-popup #notifications--content--container .notifications--content--wrapper .notifications--content {
    transition: all 250ms ease-in-out;
    padding: .75rem 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    border-bottom: 1px solid #3b3b57
}

#notifications-popup #notifications--content--container .notifications--content--wrapper .notifications--content .category-image img {
    max-width: 40px
}

#notifications-popup #notifications--content--container .notifications--content--wrapper .notifications--content .notification-text {
    padding: 0 1rem;
    display: block
}

#notifications-popup #notifications--content--container .notifications--content--wrapper .notifications--content .notification-text .category-header {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: initial;
    font-family: "Effra";
    margin: 0;
    margin-bottom: .25rem
}

#notifications-popup #notifications--content--container .notifications--content--wrapper .notifications--content .notification-text .notification {
    line-height: initial;
    font-size: 13px;
    color: #9b9bb9;
    font-family: "Effra";
    margin: 0
}

.rebrandingModal {
    max-width: 891px;
    width: 100%;
    max-height: 393px;
    padding: 30px;
    font-family: "Poppins",sans-serif
}

@media only screen and (min-width: 701px) {
    .rebrandingModal {
        top:20% !important
    }
}

@media only screen and (max-width: 700px) {
    .rebrandingModal {
        padding:20px 15px;
        max-height: 90vh;
        max-width: 95vw;
        border-radius: 15px;
        top: 5vh !important
    }
}

.rebrandingModal .rebrandingModalBanner {
    width: 100%;
    margin-top: -30px
}

@media only screen and (max-width: 700px) {
    .rebrandingModal .rebrandingModalBanner {
        display:none
    }
}

.rebrandingModal .rebrandingModalBanner--mobile {
    display: none
}

@media only screen and (max-width: 700px) {
    .rebrandingModal .rebrandingModalBanner--mobile {
        display:block;
        width: 100%;
        margin-bottom: 15px
    }
}

.rebrandingModal .firstParagraph {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #8b8baa;
    margin: 5px 15px
}

@media only screen and (max-width: 700px) {
    .rebrandingModal .firstParagraph {
        margin:8px 0;
        font-size: 13.5px
    }
}

.rebrandingModal .secondSection {
    display: flex;
    margin: 10px 15px
}

@media only screen and (max-width: 700px) {
    .rebrandingModal .secondSection {
        flex-direction:column;
        margin: 0
    }
}

.rebrandingModal .secondParagraph {
    flex: 1;
    color: #01d676;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    margin-right: 40px
}

@media only screen and (max-width: 700px) {
    .rebrandingModal .secondParagraph {
        margin:8px 0;
        font-size: 13.5px
    }
}

.rebrandingModal .goToFreecashBtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 329px;
    height: 59px;
    background: linear-gradient(0,#01d676 23.39%,#36ff62 155.65%);
    box-shadow: 0 3px 15px rgba(1,214,118,0.25);
    border-radius: 8px
}

.rebrandingModal .goToFreecashBtn:hover {
    transform: scale(1.05)
}

@media only screen and (max-width: 700px) {
    .rebrandingModal .goToFreecashBtn {
        width:100%;
        margin-top: 15px
    }
}

.rebrandingModal .goToFreecashBtn .goToFreecashBtnText {
    margin-left: 21px
}

.rebrandingModal .goToFreecashBtn .goToFreecashSquare {
    background: linear-gradient(0,rgba(0,142,78,0.4),rgba(0,142,78,0.4));
    box-shadow: inset 0 4px 4px rgba(0,0,0,0.1),inset 0 -0.5px 1px rgba(59,243,159,0.4);
    border-radius: 8px;
    width: 42px;
    height: 39px;
    margin-right: 11px;
    display: flex;
    align-items: center;
    justify-content: center
}

.rebrandingModal .goToFreecashBtn .goToFreecashSquare img {
    width: 25px
}

.bonusCodeModal {
    top: 25% !important;
    background: transparent;
    box-shadow: none
}






.text-area.text-start h5 {
    text-align: center !important;
}


    .profile img {
        width: 60px;
        height: 60px;
    }

   .single-box {
    text-align: center;
    padding: 15px 0;
    margin: 0 0 15px 0;
}

/* Center the table within the single box */
.table-responsive {
    display: flex;
    justify-content: center;
}


    /* Ensure the table takes its full width on small screens */
    .table {
        width: 100%;
        max-width: 100%;
    }

    /* Optionally, you can add styles to make the table more readable on small screens */
    .table td, .table th {
        font-size: 14px;
        padding: 8px;
        white-space: nowrap;
    }

    
}

.text-area.text-start h5 {
    text-align: center !important;
    
}


.latest-activites .col-sm-6 .single-box {
    padding: 15px 10px;
    background: #2E3549;
    margin: 0 10px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.latest-activites .col-md-4 .single-box {
    display: grid;
    align-content: stretch;
    justify-content: center;
    align-items: baseline;
    justify-items: stretch;
}
    .apexcharts-tooltip.apexcharts-theme-light {
    color: #1e1f30;
    background: rgba(30, 30, 30, 0.8);
}
.table {
    color: #e9eaec;
}
 
.status-indicator {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #000a15;
}

.online {
    background-color: #4caf50; /* Green color for online */
}

.offline {
    background-color: #f44336; /* Red color for offline */
}
.font-medium.text-slate-700 {
    color: #fff;
    font-size: 0.8rem; /* Adjust the font size as needed */
}

/* Media query for smaller screens */
@media screen and (max-width: 600px) {
    .font-medium.text-slate-700 {
        font-size: 0.8rem; /* Adjust the font size for smaller screens */
    }
}
 

/* Style the hover effect */
.dropdown-item:hover {
    background-color: #141523; /* Change background color on hover (blue) */
    color: #fff; /* Text color for hover */
}

/* Style the selected item */
.dropdown-item.selected {
    background-color: #141523; /* Highlight the selected item (blue) */
    color: #fff; /* Text color for selected item */
}

/* Style the "All Offers" item differently */
.dropdown-item[data-device="all"] {
    font-weight: bold; /* Make "All Offers" bold */
    color: #a9a9ca; /* Gray text color for "All Offers" */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); /* Add a 3D effect to text */
}

/* Style the "All Offers" item on hover */
.dropdown-item[data-device="all"]:hover {
    background-color: #a9a9ca; /* Change background color on hover (dark) */
}

/* Styles for the notification badge */
.badge {
  display: inline-block;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 15px;
}

 
/* Styles for the bell icon */
.bell-icon {
  width: 24px;
  height: 24px;
}
.custom-modal-btn {
    width: 482px;
    height: 72px;
    background: #f28801;
    padding: 18px 200px;
    color: #282F41;
    position: relative;
    z-index: 0;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s;
}
*,
:after,
:before {
   /* border: 0 solid #292b43;*/
    box-sizing: border-box
}
.user-info-popup .single-box h5 {
    color: #ffffff;
}
 
 
hr {
    border-top-width: 1px;
    color: inherit;
    height: 0
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

 .main-content {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-top: -52px;
    place-content: start;
    transition-duration: .15s;
    transition-duration: .25s;
    transition-property: width, margin-left, margin-right, padding-left, padding-right;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, 1, 1)
}
a {
    color: inherit;
    text-decoration: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
     
}

button,
select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
    /*background-color: #ffffff;*/
    /* background-image: none; */
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}



fieldset {
    margin: 0
}

fieldset,
legend {
    padding: 0
}

menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

input::placeholder,
textarea::placeholder {
    color: #9ca3af;
    opacity: 1
}

[role=button],
button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

 

[hidden] {
    display: none
}
 
 
 

.app-preloader .app-preloader-inner:after,
.app-preloader .app-preloader-inner:before {
    --tw-content: "";
    background-color: rgba(203, 213, 225, .25);
    border-radius: 9999px;
    content: var(--tw-content);
    height: 100%;
    position: absolute;
    width: 100%
}

.dark .app-preloader .app-preloader-inner:after,
.dark .app-preloader .app-preloader-inner:before {
    background-color: rgba(105, 122, 155, .5)
}

.app-preloader .app-preloader-inner:after,
.app-preloader .app-preloader-inner:before {
    animation: spinner-grow 3s cubic-bezier(.55, .15, .45, .85) infinite
}

.app-preloader .app-preloader-inner:after {
    animation-delay: -1.5s
}

.menu-toggle span {
    --tw-translate-x: 0px;
    background-color: currentColor;
    height: 2px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-duration: .15s;
    transition-duration: .25s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    width: 1.25rem
}

.menu-toggle span:nth-child(2) {
    width: .75rem
}

.menu-toggle.active span {
    --tw-translate-x: -0.5rem;
    margin-left: .5rem;
    width: 11px
}

.menu-toggle.active span,
.menu-toggle.active span:first-child {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.menu-toggle.active span:first-child {
    --tw-rotate: -45deg
}

.menu-toggle.active span:nth-child(2) {
    display: none
}

.menu-toggle.active span:nth-child(3) {
    --tw-rotate: 45deg
}

.main-sidebar,
.menu-toggle.active span:nth-child(3) {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.main-sidebar {
    --tw-translate-x: -100%;
    flex-shrink: 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-duration: .2s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, 1, 1);
    width: var(--main-sidebar-width);
    z-index: 40
}

@media (min-width:768px) {
    .main-sidebar {
        --tw-translate-x: 0px;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        z-index: 60
    }
}

.is-sidebar-open .main-sidebar {
    --tw-translate-x: 0px
}

.is-sidebar-open .main-sidebar,
.sidebar-panel {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.sidebar-panel {
    --tw-translate-x: -100%;
    --tw-shadow: 0 3px 10px 0 rgb(48 46 56/6%);
    --tw-shadow-colored: 0 3px 10px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-delay: .15s;
    transition-duration: .15s;
    transition-duration: .25s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, 1, 1);
    width: calc(var(--main-sidebar-width) + var(--sidebar-panel-width));
    z-index: 30
}

.dark .sidebar-panel {
    --tw-shadow-color: rgba(25, 33, 50, .6);
    --tw-shadow: var(--tw-shadow-colored)
}

@media (min-width:768px) {
    .sidebar-panel {
        transition-delay: unset
    }
}

.is-sidebar-open .sidebar-panel {
    --tw-translate-x: 0px;
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.is-sidebar-open .sidebar-panel,
.sidebar-panel-min {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.sidebar-panel-min {
    --tw-translate-x: -100%;
    --tw-shadow: 0 3px 10px 0 rgb(48 46 56/6%);
    --tw-shadow-colored: 0 3px 10px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    flex-shrink: 0;
    height: 100%;
    position: fixed;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-duration: .15s;
    transition-duration: .25s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, 1, 1);
    width: var(--sidebar-panel-min-width);
    z-index: 40
}

.dark .sidebar-panel-min {
    --tw-shadow-color: rgba(25, 33, 50, .6);
    --tw-shadow: var(--tw-shadow-colored)
}

@media (min-width:768px) {
    .sidebar-panel-min {
        --tw-translate-x: var(--main-sidebar-width);
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }
}

.is-sidebar-open .sidebar-panel-min {
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

nav.header {
    border-bottom-width: 1px;
    border-color: #292b43;
    display: flex;
    height: 61px;
    position: fixed;
    right: 0;
    top: 0;
    transition-duration: .15s;
    transition-duration: .25s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    width: 100%;
    z-index: 20
}

.dark nav.header {
    border-color: #26334d
}

@media (min-width:768px) {
    nav.header {
        width: calc(100% - var(--main-sidebar-width))
    }
}

nav.header:before {
    --tw-content: "";
    background-color: #1d1e30;
    border-bottom: solid 1px #292b43;
    content: var(--tw-content);
    height: 101%;
    left: calc(-100vw - -100%);
    position: absolute;
    width: calc(100vw - 100%);
}

.dark nav.header:before {
    background-color: #222e45
}

nav.header .header-container {
    padding-left: var(--margin-x);
    padding-right: var(--margin-x);
    transition-duration: .15s;
    transition-duration: .25s;
    transition-property: padding, width;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

@media (min-width:768px) {
    .has-min-sidebar nav.header {
        width: calc(100% - var(--main-sidebar-width) - var(--sidebar-panel-min-width))
    }
}

@media (min-width:1280px) {
    .is-sidebar-open nav.header {
        width: calc(100% - var(--main-sidebar-width) - var(--sidebar-panel-width))
    }
}

.is-header-blur nav.header .header-container {
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

@supports ((-webkit-backdrop-filter:var(--tw)) or (backdrop-filter:var(--tw))) {
    .is-header-blur nav.header .header-container {
        background: #1d1e30;
    }

    .dark .is-header-blur nav.header .header-container {
        background-color: rgba(34, 46, 69, .8) !important
    }
}

 

@media print {
    .main-content {
        margin: 0
    }
}

@media (min-width:768px) {
    .main-content {
        /*margin-left: var(--main-sidebar-width)*/
    }

    .has-min-sidebar .main-content {
        margin-left: calc(var(--main-sidebar-width) + var(--sidebar-panel-min-width))
    }
}

.is-sidebar-open .main-content {
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

@media (min-width:1280px) {
    .is-sidebar-open .main-content {
        margin-left: calc(var(--main-sidebar-width) + var(--sidebar-panel-width))
    }
}

.h-100vh {
    height: 100vh;
    height: calc(var(--vh, 1vh)*100)
}

.min-h-100vh {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh)*100)
}

.inline-space&gt;:not([hidden]) {
    margin-bottom: .625rem;
    margin-right: .625rem
}

code.inline-code {
    background-color: #f1f5f9;
    border-radius: .25rem;
    color: #f000b9;
    font-size: .8125rem;
    line-height: 1.125rem;
    padding: .125rem .25rem
}

.dark code.inline-code {
    background-color: #202b40;
    color: #ff57d8
}

.is-scrollbar-hidden {
    scrollbar-width: none
}

.is-scrollbar-hidden::-webkit-scrollbar {
    display: none
}

@supports selector(::-webkit-scrollbar) {
    .scrollbar-sm::-webkit-scrollbar {
        height: .375rem;
        width: .375rem
    }

    .scrollbar-sm:focus-within::-webkit-scrollbar-thumb,
    .scrollbar-sm:hover::-webkit-scrollbar-thumb {
        background-color: rgba(203, 213, 225, .8);
        border-radius: 9999px
    }

    .dark .scrollbar-sm:focus-within::-webkit-scrollbar-thumb,
    .dark .scrollbar-sm:hover::-webkit-scrollbar-thumb {
        background-color: #5c6b8a
    }

    .scrollbar-sm::-webkit-scrollbar-thumb:hover {
        background-color: #94a3b8
    }

    .dark .scrollbar-sm::-webkit-scrollbar-thumb:hover {
        background-color: #697a9b
    }
}

.csm_btn_log_{
    background: linear-gradient(1turn, #c4003b .8%, #fb1949);
    height: 36px;
    width: 75px;
    display: flex;
    border-radius: 7px;
    color: #ffffff;
    font-size: 13px;
    border-bottom: solid 2px #631928;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    text-shadow: 0px 1px #631928;
}

.clos_csm_{
    background: #1d1e30;
    position: absolute;
 height: 0px;
 width: 0px;
    margin-left: 211px;
    color: #1d1e30!important;
    margin-top: 56px;
    border-right: 1px solid #292b43;
}

.is_opn{
 position: absolute;
 height: 35px;
 width: 35px;
 color: #fff !important;
}

.csm_btn_log_2{
    background: linear-gradient(1turn,#0c5eff .8%,#1398f9);
    height: 36px;
    width: 75px;
    display: flex;
    border-radius: 7px;
    color: #ffffff;
    font-size: 13px;
    border-bottom: solid 2px #193771;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    text-shadow: 0px 1px #193771;
}

.card {
    --tw-shadow: 0 3px 10px 0 rgb(48 46 56/6%);
    --tw-shadow-colored: 0 3px 10px 0 var(--tw-shadow-color);
    background: #25263d;
    border-radius: .5rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    min-width: 1px;
    overflow-wrap: break-word;
    position: relative
}

.card,
.dark .card {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.dark .card {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    background-color: #26334d;
    color: #a3adc2
}

@media print {
    .card {
        border-width: 1px
    }
}

.skeleton {
    --sk-color: #ffffff80;
    overflow: hidden;
    position: relative
}

.dark .skeleton {
    --sk-color: #5c6b8a
}

.skeleton.animate-wave:after {
    --tw-content: "";
    animation: skeleton-wave 1.5s ease-in-out .5s infinite;
    background: linear-gradient(90deg, transparent, var(--sk-color), transparent);
    bottom: 0;
    content: var(--tw-content);
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

@keyframes skeleton-wave {
    0% {
        transform: translateX(-100%)
    }

    50%,
    to {
        transform: translateX(100%)
    }
}

.avatar {
    display: inline-flex;
    flex-shrink: 0;
    height: 2.5rem;
    position: relative;
    width: 2.5rem
}

.avatar&gt;img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.avatar&gt;.is-initial,
.avatar&gt;img {
    height: 100%;
    width: 100%
}

.avatar&gt;.is-initial {
    align-items: center;
    display: flex;
    font-weight: 500;
    justify-content: center
}

.spinner.is-grow span {
    animation: spinner-grow 1.5s ease-in-out infinite
}

.spinner.is-elastic {
    animation-duration: 1.3;
    animation-timing-function: cubic-bezier(.53, .21, .29, .67)
}

.spinner.is-grow span:first-child {
    animation-delay: -.75s
}

@keyframes spinner-grow {

    0%,
    to {
        transform: scale(0)
    }

    50% {
        transform: scale(1.1)
    }
}
 
.popper-root.show {
    visibility: visible
}

.popper-root&gt;.popper-box {
    color: #64748b;
    opacity: 0;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.dark .popper-root&gt;.popper-box {
    color: #a3adc2
}

.popper-root&gt;.popper-box {
    transition-property: transform, visibility, opacity
}

.popper-root.show&gt;.popper-box {
    opacity: 1;
    transform: translate(0) !important;
    transition-timing-function: cubic-bezier(.4, 0, 1, 1)
}

.popper-root[data-popper-placement^=right]&gt;.popper-box {
    --tw-translate-x: 0.75rem
}

.popper-root[data-popper-placement^=bottom]&gt;.popper-box,
.popper-root[data-popper-placement^=right]&gt;.popper-box {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.popper-root[data-popper-placement^=bottom]&gt;.popper-box {
    --tw-translate-y: 0.75rem
}

.popper-root[data-popper-placement^=top]&gt;.popper-box {
    --tw-translate-y: -0.75rem
}

.popper-root[data-popper-placement^=left]&gt;.popper-box,
.popper-root[data-popper-placement^=top]&gt;.popper-box {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.popper-root[data-popper-placement^=left]&gt;.popper-box {
    --tw-translate-x: -0.75rem
}

.popper-root[data-popper-placement^=top] [data-popper-arrow] {
    bottom: .25rem
}

.popper-root[data-popper-placement^=top] [data-popper-arrow]&gt;svg {
    --tw-rotate: 180deg;
    top: .875rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.popper-root[data-popper-placement^=bottom] [data-popper-arrow] {
    top: .25rem
}

.popper-root[data-popper-placement^=bottom] [data-popper-arrow]&gt;svg {
    bottom: .875rem
}

.popper-root[data-popper-placement^=left] [data-popper-arrow] {
    right: .125rem
}

.popper-root[data-popper-placement^=left] [data-popper-arrow] svg {
    left: 13px;
    top: calc(50% - 5px);
    transform: rotate(90deg)
}

.popper-root[data-popper-placement^=right] [data-popper-arrow] {
    left: .125rem
}

.popper-root[data-popper-placement^=right] [data-popper-arrow] svg {
    right: 13px;
    top: calc(50% - 5px);
    transform: rotate(-90deg)
}

.form-checkbox,
.form-checkbox:before,
.form-input,
.form-multiselect,
.form-radio,
.form-radio:before,
.form-select,
.form-switch,
.form-switch:before,
.form-textarea {
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.form-input,
.form-multiselect,
.form-select,
.form-textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    letter-spacing: .025em;
    outline: 2px solid transparent;
    outline-offset: 2px
}

.form-input::-moz-placeholder,
.form-multiselect::-moz-placeholder,
.form-select::-moz-placeholder,
.form-textarea::-moz-placeholder {
    font-weight: 300
}

.form-input::placeholder,
.form-multiselect::placeholder,
.form-select::placeholder,
.form-textarea::placeholder {
    font-weight: 300
}

.form-input:focus,
.form-multiselect:focus,
.form-select:focus,
.form-textarea:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.form-input,
.form-multiselect,
.form-select,
.form-textarea {
    contain: paint
}

.form-select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cpath stroke='%235C6B8A' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
    background-position: 50%;
    background-position: right .5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact
}

.form-multiselect {
    background-image: none;
    background-position: 0 0;
    background-repeat: unset;
    background-size: initial;
    padding-right: .75rem;
    -webkit-print-color-adjust: unset;
    print-color-adjust: unset
}

.form-checkbox,
.form-radio,
.form-switch {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.form-checkbox,
.form-checkbox:focus,
.form-radio,
.form-radio:focus,
.form-switch,
.form-switch:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.form-checkbox,
.form-radio,
.form-switch {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact
}

.form-switch {
    --thumb-border: 2px
}

.form-switch:before {
    content: var(--tw-content);
    height: calc(100% - var(--thumb-border)*2);
    left: var(--thumb-border);
    position: absolute;
    top: var(--thumb-border);
    width: calc(50% - var(--thumb-border)*2)
}

.form-switch:checked:before {
    --tw-translate-x: calc(100% + var(--thumb-border)*2);
    content: var(--tw-content);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.form-switch:focus-visible {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.form-switch.is-outline:before {
    content: var(--tw-content);
    width: calc(50% - var(--thumb-border)*2 - 1px)
}

.form-switch.is-outline:checked:before {
    --tw-translate-x: calc(100% + var(--thumb-border)*2 + 2px);
    content: var(--tw-content);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.form-radio {
    --tw-thumb: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3.5'/%3E%3C/svg%3E")
}

.form-radio:before {
    content: var(--tw-content);
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.form-checkbox {
    --tw-thumb: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E")
}

.form-checkbox:before {
    content: var(--tw-content);
    transform-origin: bottom;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.form-checkbox,
.form-radio {
    border-width: 1px;
    display: inline-block;
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.form-checkbox:before,
.form-radio:before {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.form-checkbox:before,
.form-checkbox:checked:before,
.form-radio:before,
.form-radio:checked:before {
    content: var(--tw-content);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.form-checkbox:checked:before,
.form-radio:checked:before {
    --tw-scale-x: 1;
    --tw-scale-y: 1
}

.form-checkbox:hover,
.form-radio:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.form-checkbox.is-basic,
.form-radio.is-basic {
    background-origin: border-box
}

.form-checkbox.is-basic:before,
.form-radio.is-basic:before {
    background-image: var(--tw-thumb);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: var(--tw-content)
}

.form-checkbox.is-outline:before,
.form-radio.is-outline:before {
    content: var(--tw-content);
    -webkit-mask-image: var(--tw-thumb);
    mask-image: var(--tw-thumb)
}

.form-range {
    --range-thumb-size: 1.125rem;
    --range-track-h: 0.375rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    display: block;
    outline: 2px solid transparent;
    outline-offset: 2px;
    width: 100%
}

.form-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background-color: currentColor;
    border-radius: 9999px;
    border-style: none;
    cursor: pointer;
    height: var(--range-thumb-size);
    position: relative;
    top: 50%;
    width: var(--range-thumb-size)
}

.form-range::-webkit-slider-thumb:active {
    opacity: .85
}

.form-range::-webkit-slider-thumb {
    transform: translateY(-50%)
}

.form-range::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    background-color: currentColor;
    border-radius: 9999px;
    border-style: none;
    cursor: pointer;
    height: var(--range-thumb-size);
    position: relative;
    top: 50%;
    width: var(--range-thumb-size)
}

.form-range::-moz-range-thumb:active {
    opacity: .85
}

.form-range::-moz-range-track {
    background-color: #e9eef5;
    border-radius: 9999px;
    height: var(--range-track-h);
    width: 100%
}

.dark .form-range::-moz-range-track {
    background-color: #384766
}

.form-range::-webkit-slider-runnable-track {
    background-color: #e9eef5;
    border-radius: 9999px;
    height: var(--range-track-h);
    width: 100%
}

.dark .form-range::-webkit-slider-runnable-track {
    background-color: #384766
}
 

.ts-wrapper.single .ts-control,
.ts-wrapper.single .ts-control input {
    cursor: pointer
}

.ts-control {
    padding-right: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important
}

.ts-wrapper.plugin-drag_drop.multi&gt;.ts-control&gt;div.ui-sortable-placeholder {
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, .06) !important;
    border: 0 !important;
    box-shadow: inset 0 0 12px 4px #fff;
    visibility: visible !important
}

.ts-wrapper.plugin-drag_drop .ui-sortable-placeholder:after {
    content: "!";
    visibility: hidden
}

.ts-wrapper.plugin-drag_drop .ui-sortable-helper {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.plugin-checkbox_options .option input {
    margin-right: .5rem
}

.plugin-clear_button {
    --ts-pr-clear-button: 1em
}

.plugin-clear_button .clear-button {
    background: transparent !important;
    cursor: pointer;
    margin-right: 0 !important;
    opacity: 0;
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .5s
}

.plugin-clear_button.form-select .clear-button,
.plugin-clear_button.single .clear-button {
    right: max(var(--ts-pr-caret), 8px)
}

.plugin-clear_button.focus.has-items .clear-button,
.plugin-clear_button:not(.disabled):hover.has-items .clear-button {
    opacity: 1
}

.ts-wrapper .dropdown-header {
    background: #f8f8f8;
    border-bottom: 1px solid #d0d0d0;
    border-radius: 3px 3px 0 0;
    padding: 10px 8px;
    position: relative
}

.ts-wrapper .dropdown-header-close {
    color: #303030;
    font-size: 20px !important;
    line-height: 20px;
    margin-top: -12px;
    opacity: .4;
    position: absolute;
    right: 8px;
    top: 50%
}

.ts-wrapper .dropdown-header-close:hover {
    color: #000
}

.plugin-dropdown_input.focus.dropdown-active .ts-control {
    border: 1px solid #d0d0d0;
    box-shadow: none
}

.plugin-dropdown_input .dropdown-input {
    background: transparent;
    border: solid #d0d0d0;
    border-width: 0 0 1px;
    box-shadow: none;
    display: block;
    padding: 8px;
    width: 100%
}

.plugin-dropdown_input .items-placeholder {
    border: 0 !important;
    box-shadow: none !important;
    width: 100%
}

.plugin-dropdown_input.dropdown-active .items-placeholder,
.plugin-dropdown_input.has-items .items-placeholder {
    display: none !important
}

.ts-wrapper.plugin-input_autogrow.has-items .ts-control&gt;input {
    min-width: 0
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control&gt;input {
    flex: none;
    min-width: 4px
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control&gt;input::-ms-input-placeholder {
    color: transparent
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control&gt;input::placeholder {
    color: transparent
}

.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
    display: flex
}

.ts-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0;
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0
}

.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0
}

.ts-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none
}

.ts-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0
}

.ts-wrapper.plugin-remove_button .item {
    align-items: center;
    display: inline-flex;
    padding-right: 0 !important
}

.ts-wrapper.plugin-remove_button .item .remove {
    border-radius: 0 2px 2px 0;
    box-sizing: border-box;
    color: inherit;
    display: inline-block;
    padding: 0 6px;
    text-decoration: none;
    vertical-align: middle
}

.ts-wrapper.plugin-remove_button .item .remove:hover {
    background: rgba(0, 0, 0, .05)
}

.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
    background: none
}

.ts-wrapper.plugin-remove_button .remove-single {
    font-size: 23px;
    position: absolute;
    right: 0;
    top: 0
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
    border-left: 1px solid #d0d0d0;
    margin-left: 6px
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
    border-left-color: #cacaca
}

.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove {
    border-left-color: #fff
}

.ts-wrapper.plugin-remove_button.rtl .item .remove {
    border-right: 1px solid #d0d0d0;
    margin-right: 6px
}

.ts-wrapper.plugin-remove_button.rtl .item.active .remove {
    border-right-color: #cacaca
}

.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
    border-right-color: #fff
}

.ts-wrapper {
    position: relative
}

.ts-control,
.ts-control input,
.ts-dropdown {
    font-smoothing: inherit;
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px
}

.ts-control,
.ts-wrapper.single.input-active .ts-control {
    background: #fff;
    cursor: text
}

.ts-control {
    border: 1px solid #2e314b;
    border-radius: 3px;
    box-shadow: none;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 8px;
    position: relative;
    width: 100%;
    z-index: 1
}

.ts-wrapper.multi.has-items .ts-control {
    padding: 6px 8px 3px
}

.full .ts-control {
    background-color: #fff
}

.disabled .ts-control,
.disabled .ts-control * {
    cursor: default !important
}

.focus .ts-control {
    box-shadow: none
}

.ts-control&gt;* {
    display: inline-block;
    vertical-align: baseline
}

.ts-wrapper.multi .ts-control&gt;div {
    background: #f2f2f2;
    border: 0 solid #d0d0d0;
    color: #303030;
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px
}

.ts-wrapper.multi .ts-control&gt;div.active {
    background: #e8e8e8;
    border: 0 solid #cacaca;
    color: #303030
}

.ts-wrapper.multi.disabled .ts-control&gt;div,
.ts-wrapper.multi.disabled .ts-control&gt;div.active {
    background: #fff;
    border: 0 solid #fff;
    color: #7d7d7d
}

.ts-control&gt;input {
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    display: inline-block !important;
    flex: 1 1 auto;
    line-height: inherit !important;
    margin: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    min-height: 0 !important;
    min-width: 7rem;
    padding: 0 !important;
    text-indent: 0 !important;
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.ts-control&gt;input::-ms-clear {
    display: none
}

.ts-control&gt;input:focus {
    outline: none !important
}

.has-items .ts-control&gt;input {
    margin: 0 4px !important
}

.ts-control.rtl {
    text-align: right
}

.ts-control.rtl.single .ts-control:after {
    left: 15px;
    right: auto
}

.ts-control.rtl .ts-control&gt;input {
    margin: 0 4px 0 -2px !important
}

.disabled .ts-control {
    background-color: #fafafa;
    opacity: .5
}

.input-hidden .ts-control&gt;input {
    left: -10000px;
    opacity: 0;
    position: absolute
}

.ts-dropdown {
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 0 0 3px 3px;
    border-top: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    left: 0;
    margin: .25rem 0 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10
}

.ts-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden
}

.ts-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, .2);
    border-radius: 1px
}

.ts-dropdown .create,
.ts-dropdown .no-results,
.ts-dropdown .optgroup-header,
.ts-dropdown .option {
    padding: 5px 8px
}

.ts-dropdown .option,
.ts-dropdown [data-disabled],
.ts-dropdown [data-disabled] [data-selectable].option {
    cursor: inherit;
    opacity: .5
}

.ts-dropdown [data-selectable].option {
    cursor: pointer;
    opacity: 1
}

.ts-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0
}

.ts-dropdown .optgroup-header {
    background: #fff;
    color: #303030;
    cursor: default
}

.ts-dropdown .active {
    background-color: #f5fafd;
    color: #495c68
}

.ts-dropdown .active.create {
    color: #495c68
}

.ts-dropdown .create {
    color: rgba(48, 48, 48, .5)
}

.ts-dropdown .spinner {
    display: inline-block;
    height: 30px;
    margin: 5px 8px;
    width: 30px
}

.ts-dropdown .spinner:after {
    animation: lds-dual-ring 1.2s linear infinite;
    border-color: #d0d0d0 transparent;
    border-radius: 50%;
    border-style: solid;
    border-width: 5px;
    content: " ";
    display: block;
    height: 24px;
    margin: 3px;
    width: 24px
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.ts-dropdown-content {
    overflow-scrolling: touch;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-behavior: smooth
}

.ts-hidden-accessible {
    clip: rect(0 0 0 0) !important;
    border: 0 !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important
}

.ts-control {
    border-color: #2e314b;
    border-radius: .5rem;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-weight: 500;
    outline: 2px solid transparent;
    outline-offset: 2px;
    padding: .5rem .75rem;
    transition-duration: .3s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.ts-control:hover {
    border-color: #94a3b8
}

.dark .ts-control {
    background-color: #26334d;
    border-color: #465675;
    color: #c2c9d6
}

.dark .ts-control:hover {
    border-color: #5c6b8a
}

.input-active .ts-control {
    border-color: #4f46e5
}

.dark .input-active .ts-control {
    border-color: #5f5af6
}

.ts-control,
.ts-control input,
.ts-dropdown {
    color: #475569;
    font-size: .875rem;
    line-height: 1.25rem;
    line-height: 1.5
}

.ts-control input::-moz-placeholder,
.ts-control::-moz-placeholder,
.ts-dropdown::-moz-placeholder {
    color: rgba(148, 163, 184, .7)
}

.ts-control input::placeholder,
.ts-control::placeholder,
.ts-dropdown::placeholder {
    color: rgba(148, 163, 184, .7)
}

.dark .ts-control,
.dark .ts-control input,
.dark .ts-dropdown {
    color: #c2c9d6
}

.ts-wrapper.multi .ts-control&gt;div {
    background-color: #e9eef5;
    border-radius: .25rem;
    color: #1e293b
}

.dark .ts-wrapper.multi .ts-control&gt;div {
    background-color: #384766;
    color: #e7e9ef
}

.ts-dropdown {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    border-color: #e9eef5;
    border-radius: .375rem;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    overflow: hidden
}

.dark .ts-dropdown {
    background-color: #26334d;
    border-color: #313e59
}

.ts-dropdown .create {
    color: #475569
}

.dark .ts-dropdown .create {
    color: #c2c9d6
}

.ts-dropdown .active,
.ts-dropdown .create:hover,
.ts-dropdown .option:hover {
    background-color: #4f46e5;
    color: #fff
}

.dark .ts-dropdown .active,
.dark .ts-dropdown .create:hover,
.dark .ts-dropdown .option:hover {
    background-color: #5f5af6
}

.ts-dropdown .active.create,
.ts-dropdown .create.create:hover,
.ts-dropdown .option.create:hover {
    color: #fff
}

.ts-wrapper.plugin-remove_button .item .remove {
    border-color: #cbd5e1
}

.dark .ts-wrapper.plugin-remove_button .item .remove {
    border-color: #5c6b8a
}

.ts-control,
.ts-wrapper.single.input-active .ts-control {
    background-color: transparent
}

.ts-wrapper.single .ts-control,
.ts-wrapper.single.input-active .ts-control {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cpath stroke='%235C6B8A' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
    background-position: 50%;
    background-position: right .5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.25rem;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact
}

.btn {
    align-items: center;
    border-radius: .5rem;
    color: #e5e5e5;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    letter-spacing: .025em;
    padding: .5rem 1.25rem;
    text-align: center;
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.btn,
.btn:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.btn:disabled {
    pointer-events: none
}

.badge,
.tag {
    align-items: center;
    border-radius: .25rem;
    display: inline-flex;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: .75rem;
    font-weight: 500;
    justify-content: center;
    letter-spacing: .025em;
    line-height: 1rem;
    line-height: 1;
    padding: .375rem .5rem;
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    vertical-align: baseline
}

.tag {
    cursor: pointer
}

[data-simplebar] {
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative
}

.simplebar-wrapper {
    height: inherit;
    max-height: inherit;
    max-width: inherit;
    overflow: hidden;
    width: inherit
}

.simplebar-mask {
    direction: inherit;
    height: auto !important;
    overflow: hidden;
    width: auto !important;
    z-index: 0
}

.simplebar-mask,
.simplebar-offset {
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0
}

.simplebar-offset {
    -webkit-overflow-scrolling: touch;
    box-sizing: inherit !important;
    direction: inherit !important;
    resize: none !important
}

.simplebar-content-wrapper {
    -ms-overflow-style: none;
    box-sizing: border-box !important;
    direction: inherit;
    display: block;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    scrollbar-width: none;
    width: auto
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
    height: 0;
    width: 0
}

.simplebar-content:after,
.simplebar-content:before {
    content: " ";
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    pointer-events: none;
    width: 100%
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    flex-basis: 0;
    flex-grow: inherit;
    flex-shrink: 0;
    float: left;
    height: 100%;
    margin: 0;
    max-height: 1px;
    max-width: 1px;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: relative;
    width: 100%;
    z-index: -1
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    height: 1000%;
    left: 0;
    min-height: 1px;
    min-width: 1px;
    opacity: 0;
    top: 0;
    width: 1000%;
    z-index: -1
}

.simplebar-height-auto-observer,
.simplebar-track {
    overflow: hidden;
    pointer-events: none;
    position: absolute
}

.simplebar-track {
    bottom: 0;
    right: 0;
    z-index: 1
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    left: 0;
    min-height: 10px;
    position: absolute;
    right: 0
}

.simplebar-scrollbar:before {
    background: #000;
    border-radius: 7px;
    content: "";
    left: 2px;
    opacity: 0;
    position: absolute;
    right: 2px;
    transition: opacity .2s linear
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    bottom: 2px;
    top: 2px
}

.simplebar-track.simplebar-horizontal {
    height: 11px;
    left: 0
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    height: 7px;
    left: 0;
    min-height: 0;
    min-width: 10px;
    right: auto;
    top: 2px;
    width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    left: 0;
    right: auto
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    height: 500px;
    opacity: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    position: fixed;
    visibility: hidden;
    width: 500px
}

.simplebar-hide-scrollbar {
    -ms-overflow-style: none;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    scrollbar-width: none;
    visibility: hidden
}

.simplebar-scrollbar:before {
    background-color: rgba(203, 213, 225, .8)
}

.dark .simplebar-scrollbar:before {
    background-color: #5c6b8a
}

.simplebar-content-wrapper {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.progress {
    border-radius: 9999px;
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%
}

.progress .is-indeterminate {
    animation: progress-increase 2s cubic-bezier(.4, 0, .2, 1) infinite
}

.progress .is-active:before {
    --tw-content: "";
    animation: progress-active 2s cubic-bezier(.55, .2, .3, .67) infinite;
    background-color: #fff;
    border-radius: .25rem;
    bottom: 0;
    content: var(--tw-content);
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

@keyframes progress-increase {
    0% {
        left: -5%;
        width: 5%
    }

    to {
        left: 125%;
        width: 100%
    }
}

@keyframes progress-active {
    0% {
        opacity: .4;
        transform: translateX(-100%)
    }

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

.mask {
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain
}

.mask.is-squircle {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' fill='none'%3E%3Cpath fill='%23000' d='M100 0C20 0 0 20 0 100s20 100 100 100 100-20 100-100S180 0 100 0z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' fill='none'%3E%3Cpath fill='%23000' d='M100 0C20 0 0 20 0 100s20 100 100 100 100-20 100-100S180 0 100 0z'/%3E%3C/svg%3E")
}

.mask.is-reuleaux-triangle {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='207' height='207' fill='none'%3E%3Cpath fill='%23000' d='M138.648 181.408C47.268 232.569 1.327 206.607.824 103.52.324.432 46.014-25.148 137.896 26.777c91.882 51.925 92.133 103.469.753 154.631h-.001z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='207' height='207' fill='none'%3E%3Cpath fill='%23000' d='M138.648 181.408C47.268 232.569 1.327 206.607.824 103.52.324.432 46.014-25.148 137.896 26.777c91.882 51.925 92.133 103.469.753 154.631h-.001z'/%3E%3C/svg%3E")
}

.mask.is-diamond {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='227' height='227' fill='none'%3E%3Cpath fill='%23000' d='M42.71 42.71c-56.568 56.57-56.568 84.853 0 141.422 56.57 56.569 84.853 56.569 141.422 0s56.569-84.853 0-141.421c-56.569-56.569-84.853-56.569-141.421 0z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='227' height='227' fill='none'%3E%3Cpath fill='%23000' d='M42.71 42.71c-56.568 56.57-56.568 84.853 0 141.422 56.57 56.569 84.853 56.569 141.422 0s56.569-84.853 0-141.421c-56.569-56.569-84.853-56.569-141.421 0z'/%3E%3C/svg%3E")
}

.mask.is-hexagon {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='182' height='201' fill='none'%3E%3Cpath fill='%23000' d='M.3 65.486c0-9.196 6.687-20.063 14.211-25.078l61.86-35.946c8.36-5.016 20.899-5.016 29.258 0l61.86 35.946c8.36 5.015 14.211 15.882 14.211 25.078v71.055c0 9.196-6.687 20.063-14.211 25.079l-61.86 35.945c-8.36 4.18-20.899 4.18-29.258 0l-61.86-35.945C6.151 157.44.3 145.737.3 136.54V65.486z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='182' height='201' fill='none'%3E%3Cpath fill='%23000' d='M.3 65.486c0-9.196 6.687-20.063 14.211-25.078l61.86-35.946c8.36-5.016 20.899-5.016 29.258 0l61.86 35.946c8.36 5.015 14.211 15.882 14.211 25.078v71.055c0 9.196-6.687 20.063-14.211 25.079l-61.86 35.945c-8.36 4.18-20.899 4.18-29.258 0l-61.86-35.945C6.151 157.44.3 145.737.3 136.54V65.486z'/%3E%3C/svg%3E")
}

.mask.is-hexagon-2 {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='182' fill='none'%3E%3Cpath fill='%23000' d='M64.786 181.4c-9.196 0-20.063-6.687-25.079-14.21L3.762 105.33c-5.016-8.36-5.016-20.9 0-29.259l35.945-61.86C44.723 5.851 55.59 0 64.786 0h71.055c9.196 0 20.063 6.688 25.079 14.211l35.945 61.86c4.18 8.36 4.18 20.899 0 29.258l-35.945 61.86c-4.18 8.36-15.883 14.211-25.079 14.211H64.786z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='182' fill='none'%3E%3Cpath fill='%23000' d='M64.786 181.4c-9.196 0-20.063-6.687-25.079-14.21L3.762 105.33c-5.016-8.36-5.016-20.9 0-29.259l35.945-61.86C44.723 5.851 55.59 0 64.786 0h71.055c9.196 0 20.063 6.688 25.079 14.211l35.945 61.86c4.18 8.36 4.18 20.899 0 29.258l-35.945 61.86c-4.18 8.36-15.883 14.211-25.079 14.211H64.786z'/%3E%3C/svg%3E")
}

.mask.is-octagon {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='198' height='198' fill='none'%3E%3Cpath fill='%23000' d='M91.346 2.17a20 20 0 0 1 15.308 0l55.403 22.95a20 20 0 0 1 10.824 10.823l22.949 55.403a20.004 20.004 0 0 1 0 15.308l-22.949 55.403a20.006 20.006 0 0 1-10.824 10.824l-55.403 22.949a20.004 20.004 0 0 1-15.308 0l-55.403-22.949a20 20 0 0 1-10.824-10.824L2.17 106.654a20 20 0 0 1 0-15.308l22.95-55.403a20 20 0 0 1 10.823-10.824L91.346 2.17z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='198' height='198' fill='none'%3E%3Cpath fill='%23000' d='M91.346 2.17a20 20 0 0 1 15.308 0l55.403 22.95a20 20 0 0 1 10.824 10.823l22.949 55.403a20.004 20.004 0 0 1 0 15.308l-22.949 55.403a20.006 20.006 0 0 1-10.824 10.824l-55.403 22.949a20.004 20.004 0 0 1-15.308 0l-55.403-22.949a20 20 0 0 1-10.824-10.824L2.17 106.654a20 20 0 0 1 0-15.308l22.95-55.403a20 20 0 0 1 10.823-10.824L91.346 2.17z'/%3E%3C/svg%3E")
}

.mask.is-star {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' fill='none'%3E%3Cpath fill='%23000' d='M82.39 2.111a14 14 0 0 1 14.568 0l10.401 6.337a14 14 0 0 0 7.613 2.04l12.176-.287a14.003 14.003 0 0 1 12.616 7.283l5.839 10.688a14.005 14.005 0 0 0 5.573 5.574l10.688 5.84a14.001 14.001 0 0 1 7.284 12.615l-.287 12.175a14.004 14.004 0 0 0 2.04 7.614l6.336 10.4a14 14 0 0 1 0 14.568l-6.336 10.401a14 14 0 0 0-2.04 7.613l.287 12.176a14.002 14.002 0 0 1-7.284 12.616l-10.688 5.839a14.005 14.005 0 0 0-5.573 5.573l-5.839 10.688a14.003 14.003 0 0 1-12.616 7.284l-12.176-.287a14 14 0 0 0-7.613 2.04l-10.401 6.336a13.998 13.998 0 0 1-14.567 0l-10.401-6.336a14.004 14.004 0 0 0-7.614-2.04l-12.175.287a13.994 13.994 0 0 1-12.616-7.284l-5.84-10.688a14.004 14.004 0 0 0-5.573-5.573l-10.688-5.839a14.001 14.001 0 0 1-7.283-12.616l.287-12.176a14 14 0 0 0-2.04-7.613L2.11 96.958a14 14 0 0 1 0-14.567L8.448 71.99a14 14 0 0 0 2.04-7.614L10.2 52.201a13.998 13.998 0 0 1 7.283-12.616l10.688-5.84a14 14 0 0 0 5.574-5.573l5.84-10.688A14 14 0 0 1 52.2 10.201l12.175.287a14 14 0 0 0 7.614-2.04l10.4-6.337h.001z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' fill='none'%3E%3Cpath fill='%23000' d='M82.39 2.111a14 14 0 0 1 14.568 0l10.401 6.337a14 14 0 0 0 7.613 2.04l12.176-.287a14.003 14.003 0 0 1 12.616 7.283l5.839 10.688a14.005 14.005 0 0 0 5.573 5.574l10.688 5.84a14.001 14.001 0 0 1 7.284 12.615l-.287 12.175a14.004 14.004 0 0 0 2.04 7.614l6.336 10.4a14 14 0 0 1 0 14.568l-6.336 10.401a14 14 0 0 0-2.04 7.613l.287 12.176a14.002 14.002 0 0 1-7.284 12.616l-10.688 5.839a14.005 14.005 0 0 0-5.573 5.573l-5.839 10.688a14.003 14.003 0 0 1-12.616 7.284l-12.176-.287a14 14 0 0 0-7.613 2.04l-10.401 6.336a13.998 13.998 0 0 1-14.567 0l-10.401-6.336a14.004 14.004 0 0 0-7.614-2.04l-12.175.287a13.994 13.994 0 0 1-12.616-7.284l-5.84-10.688a14.004 14.004 0 0 0-5.573-5.573l-10.688-5.839a14.001 14.001 0 0 1-7.283-12.616l.287-12.176a14 14 0 0 0-2.04-7.613L2.11 96.958a14 14 0 0 1 0-14.567L8.448 71.99a14 14 0 0 0 2.04-7.614L10.2 52.201a13.998 13.998 0 0 1 7.283-12.616l10.688-5.84a14 14 0 0 0 5.574-5.573l5.84-10.688A14 14 0 0 1 52.2 10.201l12.175.287a14 14 0 0 0 7.614-2.04l10.4-6.337h.001z'/%3E%3C/svg%3E")
}

.mask.is-star-2 {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='187' height='187' fill='none'%3E%3Cpath fill='%23000' d='M81.518 3.291a24.647 24.647 0 0 1 23.93 0l18.134 10.07a24.65 24.65 0 0 0 5.188 2.148l19.943 5.703a24.645 24.645 0 0 1 16.921 16.921l5.702 19.942a24.665 24.665 0 0 0 2.15 5.189l10.068 18.134a24.64 24.64 0 0 1 0 23.93l-10.068 18.134a24.66 24.66 0 0 0-2.15 5.188l-5.702 19.943a24.64 24.64 0 0 1-6.27 10.651 24.638 24.638 0 0 1-10.651 6.269l-19.943 5.703a24.66 24.66 0 0 0-5.188 2.15l-18.134 10.068a24.644 24.644 0 0 1-23.93 0l-18.134-10.068a24.663 24.663 0 0 0-5.188-2.15l-19.943-5.703a24.641 24.641 0 0 1-16.921-16.92L15.63 128.65a24.635 24.635 0 0 0-2.149-5.188l-10.07-18.134a24.651 24.651 0 0 1 0-23.93l10.07-18.134a24.644 24.644 0 0 0 2.148-5.188l5.704-19.943a24.647 24.647 0 0 1 16.92-16.921l19.943-5.703a24.655 24.655 0 0 0 5.188-2.148L81.518 3.29z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='187' height='187' fill='none'%3E%3Cpath fill='%23000' d='M81.518 3.291a24.647 24.647 0 0 1 23.93 0l18.134 10.07a24.65 24.65 0 0 0 5.188 2.148l19.943 5.703a24.645 24.645 0 0 1 16.921 16.921l5.702 19.942a24.665 24.665 0 0 0 2.15 5.189l10.068 18.134a24.64 24.64 0 0 1 0 23.93l-10.068 18.134a24.66 24.66 0 0 0-2.15 5.188l-5.702 19.943a24.64 24.64 0 0 1-6.27 10.651 24.638 24.638 0 0 1-10.651 6.269l-19.943 5.703a24.66 24.66 0 0 0-5.188 2.15l-18.134 10.068a24.644 24.644 0 0 1-23.93 0l-18.134-10.068a24.663 24.663 0 0 0-5.188-2.15l-19.943-5.703a24.641 24.641 0 0 1-16.921-16.92L15.63 128.65a24.635 24.635 0 0 0-2.149-5.188l-10.07-18.134a24.651 24.651 0 0 1 0-23.93l10.07-18.134a24.644 24.644 0 0 0 2.148-5.188l5.704-19.943a24.647 24.647 0 0 1 16.92-16.921l19.943-5.703a24.655 24.655 0 0 0 5.188-2.148L81.518 3.29z'/%3E%3C/svg%3E")
}

.mask.is-heart {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='185' fill='none'%3E%3Cpath fill='%23000' d='M100 184.606a15.382 15.382 0 0 1-8.653-2.678C53.565 156.28 37.205 138.695 28.182 127.7 8.952 104.264-.254 80.202.005 54.146.308 24.287 24.264 0 53.406 0c21.192 0 35.869 11.937 44.416 21.879a2.884 2.884 0 0 0 4.356 0C110.725 11.927 125.402 0 146.594 0c29.142 0 53.098 24.287 53.4 54.151.26 26.061-8.956 50.122-28.176 73.554-9.023 10.994-25.383 28.58-63.165 54.228a15.388 15.388 0 0 1-8.653 2.673z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='185' fill='none'%3E%3Cpath fill='%23000' d='M100 184.606a15.382 15.382 0 0 1-8.653-2.678C53.565 156.28 37.205 138.695 28.182 127.7 8.952 104.264-.254 80.202.005 54.146.308 24.287 24.264 0 53.406 0c21.192 0 35.869 11.937 44.416 21.879a2.884 2.884 0 0 0 4.356 0C110.725 11.927 125.402 0 146.594 0c29.142 0 53.098 24.287 53.4 54.151.26 26.061-8.956 50.122-28.176 73.554-9.023 10.994-25.383 28.58-63.165 54.228a15.388 15.388 0 0 1-8.653 2.673z'/%3E%3C/svg%3E")
}

.tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0
}

[data-tippy-root] {
    max-width: calc(100vw - 10px)
}

.tippy-box {
    background-color: #333;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    outline: 0;
    position: relative;
    transition-property: transform, visibility, opacity;
    white-space: normal
}

.tippy-box[data-placement^=top]&gt;.tippy-arrow {
    bottom: 0
}

.tippy-box[data-placement^=top]&gt;.tippy-arrow:before {
    border-top-color: initial;
    border-width: 8px 8px 0;
    bottom: -7px;
    left: 0;
    transform-origin: center top
}

.tippy-box[data-placement^=bottom]&gt;.tippy-arrow {
    top: 0
}

.tippy-box[data-placement^=bottom]&gt;.tippy-arrow:before {
    border-bottom-color: initial;
    border-width: 0 8px 8px;
    left: 0;
    top: -7px;
    transform-origin: center bottom
}

.tippy-box[data-placement^=left]&gt;.tippy-arrow {
    right: 0
}

.tippy-box[data-placement^=left]&gt;.tippy-arrow:before {
    border-left-color: initial;
    border-width: 8px 0 8px 8px;
    right: -7px;
    transform-origin: center left
}

.tippy-box[data-placement^=right]&gt;.tippy-arrow {
    left: 0
}

.tippy-box[data-placement^=right]&gt;.tippy-arrow:before {
    border-right-color: initial;
    border-width: 8px 8px 8px 0;
    left: -7px;
    transform-origin: center right
}

.tippy-box[data-inertia][data-state=visible] {
    transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11)
}

.tippy-arrow {
    color: #333;
    height: 16px;
    width: 16px
}

.tippy-arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    position: absolute
}

.tippy-content {
    padding: 5px 9px;
    position: relative;
    z-index: 1
}

.tippy-box[data-placement^=top]&gt;.tippy-svg-arrow {
    bottom: 0
}

.tippy-box[data-placement^=top]&gt;.tippy-svg-arrow:after,
.tippy-box[data-placement^=top]&gt;.tippy-svg-arrow&gt;svg {
    top: 16px;
    transform: rotate(180deg)
}

.tippy-box[data-placement^=bottom]&gt;.tippy-svg-arrow {
    top: 0
}

.tippy-box[data-placement^=bottom]&gt;.tippy-svg-arrow&gt;svg {
    bottom: 16px
}

.tippy-box[data-placement^=left]&gt;.tippy-svg-arrow {
    right: 0
}

.tippy-box[data-placement^=left]&gt;.tippy-svg-arrow:after,
.tippy-box[data-placement^=left]&gt;.tippy-svg-arrow&gt;svg {
    left: 11px;
    top: calc(50% - 3px);
    transform: rotate(90deg)
}

.tippy-box[data-placement^=right]&gt;.tippy-svg-arrow {
    left: 0
}

.tippy-box[data-placement^=right]&gt;.tippy-svg-arrow:after,
.tippy-box[data-placement^=right]&gt;.tippy-svg-arrow&gt;svg {
    right: 11px;
    top: calc(50% - 3px);
    transform: rotate(-90deg)
}

.tippy-svg-arrow {
    fill: #333;
    height: 16px;
    text-align: initial;
    width: 16px
}

.tippy-svg-arrow,
.tippy-svg-arrow&gt;svg {
    position: absolute
}

.tippy-box[data-animation=shift-away][data-state=hidden] {
    opacity: 0
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top] {
    transform: translateY(10px)
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom] {
    transform: translateY(-10px)
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left] {
    transform: translateX(10px)
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right] {
    transform: translateX(-10px)
}

.tippy-box {
    background-color: #e9eef5;
    color: #1e293b
}

.dark .tippy-box {
    background-color: #384766;
    color: #e7e9ef
}

.tippy-svg-arrow svg {
    fill: currentColor;
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    color: #e9eef5
}

.dark .tippy-svg-arrow svg {
    color: #384766
}

.tippy-box[data-theme~=content] .tippy-content {
    padding: 0
}

.tippy-box[data-theme~=primary] {
    background-color: #4f46e5;
    color: #fff
}

.dark .tippy-box[data-theme~=primary] {
    background-color: #5f5af6
}

.tippy-box[data-theme~=primary]&gt;.tippy-svg-arrow svg {
    color: #4f46e5
}

.dark .tippy-box[data-theme~=primary]&gt;.tippy-svg-arrow svg {
    color: #5f5af6
}

.tippy-box[data-theme~=secondary] {
    background-color: #f000b9;
    color: #fff
}

.tippy-box[data-theme~=secondary]&gt;.tippy-svg-arrow svg {
    color: #f000b9
}

.tippy-box[data-theme~=info] {
    background-color: #0ea5e9;
    color: #fff
}

.tippy-box[data-theme~=info]&gt;.tippy-svg-arrow svg {
    color: #0ea5e9
}

.tippy-box[data-theme~=success] {
    background-color: #10b981;
    color: #fff
}

.tippy-box[data-theme~=success]&gt;.tippy-svg-arrow svg {
    color: #10b981
}

.tippy-box[data-theme~=warning] {
    background-color: #ff9800;
    color: #fff
}

.tippy-box[data-theme~=warning]&gt;.tippy-svg-arrow svg {
    color: #ff9800
}

.tippy-box[data-theme~=error] {
    background-color: #ed1d49;
    color: #fff
}

.tippy-box[data-theme~=error]&gt;.tippy-svg-arrow svg {
    color: #ed1d49
}

.tippy-box[data-theme~=light] {
    background-color: #e9eef5;
    color: #475569
}

.tippy-box[data-theme~=light]&gt;.tippy-svg-arrow svg {
    color: #e9eef5
}

/*!
 * FilePond 4.30.4
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */
.filepond--assistant {
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.filepond--browser.filepond--browser {
    font-size: 0;
    left: 1em;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 1.75em;
    width: calc(100% - 2em)
}

.filepond--data {
    border: none;
    contain: strict;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 0
}

.filepond--data,
.filepond--drip {
    pointer-events: none;
    position: absolute
}

.filepond--drip {
    background: rgba(0, 0, 0, .01);
    border-radius: .5em;
    bottom: 0;
    left: 0;
    opacity: .1;
    overflow: hidden;
    right: 0;
    top: 0
}

.filepond--drip-blob {
    background: #292625;
    border-radius: 50%;
    height: 8em;
    margin-left: -4em;
    margin-top: -4em;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 8em
}

.filepond--drip-blob,
.filepond--drop-label {
    left: 0;
    position: absolute;
    top: 0;
    will-change: transform, opacity
}

.filepond--drop-label {
    align-items: center;
    color: #4f4f4f;
    display: flex;
    height: 0;
    justify-content: center;
    margin: 0;
    right: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.filepond--drop-label.filepond--drop-label label {
    display: block;
    margin: 0;
    padding: .5em
}

.filepond--drop-label label {
    cursor: default;
    font-size: .875em;
    font-weight: 400;
    line-height: 1.5;
    text-align: center
}

.filepond--label-action {
    -webkit-text-decoration-skip: ink;
    cursor: pointer;
    text-decoration: underline;
    -webkit-text-decoration-color: #a7a4a4;
    text-decoration-color: #a7a4a4;
    text-decoration-skip-ink: auto
}

.filepond--root[data-disabled] .filepond--drop-label label {
    opacity: .5
}

.filepond--file-action-button.filepond--file-action-button {
    border: none;
    font-family: inherit;
    font-size: 1em;
    height: 1.625em;
    line-height: inherit;
    margin: 0;
    outline: none;
    padding: 0;
    width: 1.625em;
    will-change: transform, opacity
}

.filepond--file-action-button.filepond--file-action-button span {
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.filepond--file-action-button.filepond--file-action-button svg {
    height: 100%;
    width: 100%
}

.filepond--file-action-button.filepond--file-action-button:after {
    bottom: -.75em;
    content: "";
    left: -.75em;
    position: absolute;
    right: -.75em;
    top: -.75em
}

.filepond--file-action-button {
    background-color: rgba(0, 0, 0, .5);
    background-image: none;
    border-radius: 50%;
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
    color: #fff;
    cursor: auto;
    transition: box-shadow .25s ease-in
}

.filepond--file-action-button:focus,
.filepond--file-action-button:hover {
    box-shadow: 0 0 0 .125em hsla(0, 0%, 100%, .9)
}

.filepond--file-action-button[disabled] {
    background-color: rgba(0, 0, 0, .25);
    color: hsla(0, 0%, 100%, .5)
}

.filepond--file-action-button[hidden] {
    display: none
}

.filepond--action-edit-item.filepond--action-edit-item {
    height: 2em;
    padding: .1875em;
    width: 2em
}

.filepond--action-edit-item.filepond--action-edit-item[data-align*=center] {
    margin-left: -.1875em
}

.filepond--action-edit-item.filepond--action-edit-item[data-align*=bottom] {
    margin-bottom: -.1875em
}

.filepond--action-edit-item-alt {
    background: transparent;
    border: none;
    color: inherit;
    font-family: inherit;
    line-height: inherit;
    margin: 0 0 0 .25em;
    outline: none;
    padding: 0;
    pointer-events: all;
    position: absolute
}

.filepond--action-edit-item-alt svg {
    height: 1.3125em;
    width: 1.3125em
}

.filepond--action-edit-item-alt span {
    font-size: 0;
    opacity: 0
}

.filepond--file-info {
    align-items: flex-start;
    display: flex;
    flex: 1;
    flex-direction: column;
    margin: 0 .5em 0 0;
    min-width: 0;
    pointer-events: none;
    position: static;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    will-change: transform, opacity
}

.filepond--file-info * {
    margin: 0
}

.filepond--file-info .filepond--file-info-main {
    font-size: .75em;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.filepond--file-info .filepond--file-info-sub {
    font-size: .625em;
    opacity: .5;
    transition: opacity .25s ease-in-out;
    white-space: nowrap
}

.filepond--file-info .filepond--file-info-sub:empty {
    display: none
}

.filepond--file-status {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0;
    min-width: 2.25em;
    pointer-events: none;
    position: static;
    text-align: right;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    will-change: transform, opacity
}

.filepond--file-status * {
    margin: 0;
    white-space: nowrap
}

.filepond--file-status .filepond--file-status-main {
    font-size: .75em;
    line-height: 1.2
}

.filepond--file-status .filepond--file-status-sub {
    font-size: .625em;
    opacity: .5;
    transition: opacity .25s ease-in-out
}

.filepond--file-wrapper.filepond--file-wrapper {
    border: none;
    height: 100%;
    margin: 0;
    min-width: 0;
    padding: 0
}

.filepond--file-wrapper.filepond--file-wrapper&gt;legend {
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.filepond--file {
    align-items: flex-start;
    border-radius: .5em;
    color: #fff;
    display: flex;
    height: 100%;
    padding: .5625em;
    position: static
}

.filepond--file .filepond--file-status {
    margin-left: auto;
    margin-right: 2.25em
}

.filepond--file .filepond--processing-complete-indicator {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 3
}

.filepond--file .filepond--file-action-button,
.filepond--file .filepond--processing-complete-indicator,
.filepond--file .filepond--progress-indicator {
    position: absolute
}

.filepond--file [data-align*=left] {
    left: .5625em
}

.filepond--file [data-align*=right] {
    right: .5625em
}

.filepond--file [data-align*=center] {
    left: calc(50% - .8125em)
}

.filepond--file [data-align*=bottom] {
    bottom: 1.125em
}

.filepond--file [data-align=center] {
    top: calc(50% - .8125em)
}

.filepond--file .filepond--progress-indicator {
    margin-top: .1875em
}

.filepond--file .filepond--progress-indicator[data-align*=right] {
    margin-right: .1875em
}

.filepond--file .filepond--progress-indicator[data-align*=left] {
    margin-left: .1875em
}

[data-filepond-item-state*=error] .filepond--file-info,
[data-filepond-item-state*=invalid] .filepond--file-info,
[data-filepond-item-state=cancelled] .filepond--file-info {
    margin-right: 2.25em
}

[data-filepond-item-state~=processing] .filepond--file-status-sub {
    opacity: 0
}

[data-filepond-item-state~=processing] .filepond--action-abort-item-processing~.filepond--file-status .filepond--file-status-sub {
    opacity: .5
}

[data-filepond-item-state=processing-error] .filepond--file-status-sub {
    opacity: 0
}

[data-filepond-item-state=processing-error] .filepond--action-retry-item-processing~.filepond--file-status .filepond--file-status-sub {
    opacity: .5
}

[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing svg {
    -webkit-animation: fall .5s linear .125s both;
    animation: fall .5s linear .125s both
}

[data-filepond-item-state=processing-complete] .filepond--file-status-sub {
    opacity: .5
}

[data-filepond-item-state=processing-complete] .filepond--file-info-sub,
[data-filepond-item-state=processing-complete] .filepond--processing-complete-indicator:not([style*=hidden])~.filepond--file-status .filepond--file-status-sub {
    opacity: 0
}

[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing~.filepond--file-info .filepond--file-info-sub {
    opacity: .5
}

[data-filepond-item-state*=error] .filepond--file-wrapper,
[data-filepond-item-state*=error] .filepond--panel,
[data-filepond-item-state*=invalid] .filepond--file-wrapper,
[data-filepond-item-state*=invalid] .filepond--panel {
    -webkit-animation: shake .65s linear both;
    animation: shake .65s linear both
}

[data-filepond-item-state*=busy] .filepond--progress-indicator svg {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes shake {

    10%,
    90% {
        -webkit-transform: translateX(-.0625em);
        transform: translateX(-.0625em)
    }

    20%,
    80% {
        -webkit-transform: translateX(.125em);
        transform: translateX(.125em)
    }

    30%,
    50%,
    70% {
        -webkit-transform: translateX(-.25em);
        transform: translateX(-.25em)
    }

    40%,
    60% {
        -webkit-transform: translateX(.25em);
        transform: translateX(.25em)
    }
}

@keyframes shake {

    10%,
    90% {
        -webkit-transform: translateX(-.0625em);
        transform: translateX(-.0625em)
    }

    20%,
    80% {
        -webkit-transform: translateX(.125em);
        transform: translateX(.125em)
    }

    30%,
    50%,
    70% {
        -webkit-transform: translateX(-.25em);
        transform: translateX(-.25em)
    }

    40%,
    60% {
        -webkit-transform: translateX(.25em);
        transform: translateX(.25em)
    }
}

@-webkit-keyframes fall {
    0% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    70% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes fall {
    0% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    70% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.filepond--hopper[data-hopper-state=drag-over]&gt;* {
    pointer-events: none
}

.filepond--hopper[data-hopper-state=drag-over]:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100
}

.filepond--progress-indicator {
    z-index: 103
}

.filepond--file-action-button {
    z-index: 102
}

.filepond--file-status {
    z-index: 101
}

.filepond--file-info {
    z-index: 100
}

.filepond--item {
    left: 0;
    margin: .25em;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    will-change: transform, opacity;
    z-index: 1
}

.filepond--item&gt;.filepond--panel {
    z-index: -1
}

.filepond--item&gt;.filepond--panel .filepond--panel-bottom {
    box-shadow: 0 .0625em .125em -.0625em rgba(0, 0, 0, .25)
}

.filepond--item&gt;.filepond--file-wrapper,
.filepond--item&gt;.filepond--panel {
    transition: opacity .15s ease-out
}

.filepond--item[data-drag-state] {
    cursor: -webkit-grab;
    cursor: grab
}

.filepond--item[data-drag-state]&gt;.filepond--panel {
    box-shadow: 0 0 0 transparent;
    transition: box-shadow .125s ease-in-out
}

.filepond--item[data-drag-state=drag] {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.filepond--item[data-drag-state=drag]&gt;.filepond--panel {
    box-shadow: 0 .125em .3125em rgba(0, 0, 0, .325)
}

.filepond--item[data-drag-state]:not([data-drag-state=idle]) {
    z-index: 2
}

.filepond--item-panel {
    background-color: #64605e
}

[data-filepond-item-state=processing-complete] .filepond--item-panel {
    background-color: #369763
}

[data-filepond-item-state*=error] .filepond--item-panel,
[data-filepond-item-state*=invalid] .filepond--item-panel {
    background-color: #c44e47
}

.filepond--item-panel {
    border-radius: .5em;
    transition: background-color .25s
}

.filepond--list-scroller {
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    will-change: transform
}

.filepond--list-scroller[data-state=overflow] .filepond--list {
    bottom: 0;
    right: 0
}

.filepond--list-scroller[data-state=overflow] {
    -webkit-overflow-scrolling: touch;
    -webkit-mask: linear-gradient(180deg, #000 calc(100% - .5em), transparent);
    mask: linear-gradient(180deg, #000 calc(100% - .5em), transparent);
    overflow-x: hidden;
    overflow-y: scroll
}

.filepond--list-scroller::-webkit-scrollbar {
    background: transparent
}

.filepond--list-scroller::-webkit-scrollbar:vertical {
    width: 1em
}

.filepond--list-scroller::-webkit-scrollbar:horizontal {
    height: 0
}

.filepond--list-scroller::-webkit-scrollbar-thumb {
    background-clip: content-box;
    background-color: rgba(0, 0, 0, .3);
    border: .3125em solid transparent;
    border-radius: 99999px
}

.filepond--list.filepond--list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    will-change: transform
}

.filepond--list {
    left: .75em;
    right: .75em
}

.filepond--root[data-style-panel-layout~=integrated] {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100%
}

 

.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root&gt;*,
.filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root&gt;* {
    display: none
}

.filepond--root[data-style-panel-layout~=circle] .filepond--drop-label,
.filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label {
    align-items: center;
    bottom: 0;
    display: flex;
    height: auto;
    justify-content: center;
    z-index: 7
}

.filepond--root[data-style-panel-layout~=circle] .filepond--item-panel,
.filepond--root[data-style-panel-layout~=integrated] .filepond--item-panel {
    display: none
}

.filepond--root[data-style-panel-layout~=compact] .filepond--list-scroller,
.filepond--root[data-style-panel-layout~=integrated] .filepond--list-scroller {
    height: 100%;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden
}

.filepond--root[data-style-panel-layout~=compact] .filepond--list,
.filepond--root[data-style-panel-layout~=integrated] .filepond--list {
    height: 100%;
    left: 0;
    right: 0
}

.filepond--root[data-style-panel-layout~=compact] .filepond--item,
.filepond--root[data-style-panel-layout~=integrated] .filepond--item {
    margin: 0
}

.filepond--root[data-style-panel-layout~=compact] .filepond--file-wrapper,
.filepond--root[data-style-panel-layout~=integrated] .filepond--file-wrapper {
    height: 100%
}

.filepond--root[data-style-panel-layout~=compact] .filepond--drop-label,
.filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label {
    z-index: 7
}

.filepond--root[data-style-panel-layout~=circle] {
    border-radius: 99999rem;
    overflow: hidden
}

.filepond--root[data-style-panel-layout~=circle]&gt;.filepond--panel {
    border-radius: inherit
}

.filepond--root[data-style-panel-layout~=circle] .filepond--file-info,
.filepond--root[data-style-panel-layout~=circle] .filepond--file-status,
.filepond--root[data-style-panel-layout~=circle]&gt;.filepond--panel&gt;* {
    display: none
}

.filepond--root[data-style-panel-layout~=circle] .filepond--action-edit-item {
    opacity: 1 !important;
    visibility: visible !important
}

@media not all and (-webkit-min-device-pixel-ratio:0),
not all and (min-resolution:0.001dpcm) {
    @supports (-webkit-appearance:none) and (stroke-color:transparent) {
        .filepond--root[data-style-panel-layout~=circle] {
            will-change: transform
        }
    }
}

 
.filepond--panel {
    height: 100% !important;
    left: 0;
    margin: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.filepond-panel:not([data-scalable=false]) {
    height: auto !important
}

.filepond--panel[data-scalable=false]&gt;div {
    display: none
}

.filepond--panel[data-scalable=true] {
    background-color: transparent !important;
    border: none !important;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.filepond--panel-bottom,
.filepond--panel-center,
.filepond--panel-top {
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0
}

.filepond--panel-bottom,
.filepond--panel-top {
    height: .5em
}

.filepond--panel-top {
    border-bottom: none !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.filepond--panel-top:after {
    background-color: inherit;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0
}

.filepond--panel-bottom,
.filepond--panel-center {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, .5em, 0);
    transform: translate3d(0, .5em, 0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    will-change: transform
}

.filepond--panel-bottom {
    border-top: none !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.filepond--panel-bottom:before {
    background-color: inherit;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: -1px
}

.filepond--panel-center {
    border-bottom: none !important;
    border-radius: 0 !important;
    border-top: none !important;
    height: 100px !important
}

.filepond--panel-center:not([style]) {
    visibility: hidden
}

.filepond--progress-indicator {
    color: #fff;
    height: 1.25em;
    margin: 0;
    pointer-events: none;
    position: static;
    width: 1.25em;
    will-change: transform, opacity
}

.filepond--progress-indicator svg {
    height: 100%;
    transform-box: fill-box;
    vertical-align: top;
    width: 100%
}

.filepond--progress-indicator path {
    fill: none;
    stroke: currentColor
}

.filepond--list-scroller {
    z-index: 6
}

.filepond--drop-label {
    z-index: 5
}

.filepond--drip {
    z-index: 3
}

.filepond--root&gt;.filepond--panel {
    z-index: 2
}

.filepond--browser {
    z-index: 1
}

 

.filepond--root * {
    box-sizing: inherit;
    line-height: inherit
}

.filepond--root :not(text) {
    font-size: inherit
}

.filepond--root[data-disabled] {
    pointer-events: none
}

.filepond--root[data-disabled] .filepond--list-scroller {
    pointer-events: all
}

.filepond--root[data-disabled] .filepond--list {
    pointer-events: none
}

.filepond--root .filepond--drop-label {
    min-height: 4.75em
}

.filepond--root .filepond--list-scroller {
    margin-bottom: 1em;
    margin-top: 1em
}

.filepond--root .filepond--credits {
    bottom: -14px;
    color: inherit;
    font-size: 11px;
    line-height: .85;
    opacity: .175;
    position: absolute;
    right: 0;
    text-decoration: none;
    z-index: 3
}

.filepond--root .filepond--credits[style] {
    bottom: auto;
    margin-top: 14px;
    top: 0
}

/*!
 * FilePondPluginImagePreview 4.6.11
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */
.filepond--image-preview-markup {
    left: 0;
    position: absolute;
    top: 0
}

.filepond--image-preview-wrapper {
    z-index: 2
}

.filepond--image-preview-overlay {
    display: block;
    left: 0;
    margin: 0;
    max-height: 7rem;
    min-height: 5rem;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    z-index: 2
}

.filepond--image-preview-overlay svg {
    color: inherit;
    height: auto;
    max-height: inherit;
    width: 100%
}

.filepond--image-preview-overlay-idle {
    color: rgba(40, 40, 40, .85);
    mix-blend-mode: multiply
}

.filepond--image-preview-overlay-success {
    color: #369763;
    mix-blend-mode: normal
}

.filepond--image-preview-overlay-failure {
    color: #c44e47;
    mix-blend-mode: normal
}

@supports (-webkit-marquee-repetition:infinite) and ((-o-object-fit:fill) or (object-fit:fill)) {
    .filepond--image-preview-overlay-idle {
        mix-blend-mode: normal
    }
}

.filepond--image-preview-wrapper {
    background: rgba(0, 0, 0, .01);
    border-radius: .45em;
    height: 100%;
    left: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.filepond--image-preview {
    align-items: center;
    background: #222;
    display: flex;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    will-change: transform, opacity;
    z-index: 1
}

.filepond--image-clip {
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

.filepond--image-clip[data-transparency-indicator=grid] canvas,
.filepond--image-clip[data-transparency-indicator=grid] img {
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' fill='%23eee'%3E%3Cpath d='M0 0h50v50H0M50 50h50v50H50'/%3E%3C/svg%3E");
    background-size: 1.25em 1.25em
}

.filepond--image-bitmap,
.filepond--image-vector {
    left: 0;
    position: absolute;
    top: 0;
    will-change: transform
}

.filepond--root[data-style-panel-layout~=integrated] .filepond--image-preview-wrapper {
    border-radius: 0
}

.filepond--root[data-style-panel-layout~=integrated] .filepond--image-preview {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center
}

.filepond--root[data-style-panel-layout~=circle] .filepond--image-preview-wrapper {
    border-radius: 99999rem
}

.filepond--root[data-style-panel-layout~=circle] .filepond--image-preview-overlay {
    bottom: 0;
    top: auto;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.filepond--root[data-style-panel-layout~=circle] .filepond--file .filepond--file-action-button[data-align*=bottom]:not([data-align*=center]) {
    margin-bottom: .325em
}

.filepond--root[data-style-panel-layout~=circle] .filepond--file [data-align*=left] {
    left: calc(50% - 3em)
}

.filepond--root[data-style-panel-layout~=circle] .filepond--file [data-align*=right] {
    right: calc(50% - 3em)
}

.filepond--root[data-style-panel-layout~=circle] .filepond--progress-indicator[data-align*=bottom][data-align*=left],
.filepond--root[data-style-panel-layout~=circle] .filepond--progress-indicator[data-align*=bottom][data-align*=right] {
    margin-bottom: .5125em
}

.filepond--root[data-style-panel-layout~=circle] .filepond--progress-indicator[data-align*=bottom][data-align*=center] {
    margin-bottom: .1875em;
    margin-left: .1875em;
    margin-top: 0
}

.filepond {
    display: block;
    width: 100%
}

.fp-grid {
    --fp-grid: 1
}

.filepond--credits {
    font-size: .625rem !important;
    font-weight: 300 !important;
    line-height: .8125rem !important;
    opacity: .1 !important
}

.filepond.fp-grid .filepond--item {
    width: calc(1/var(--fp-grid)*100% - .5rem)
}
 
 
.filepond--drop-label label {
    color: #475569
}

.dark .filepond--drop-label label {
    color: #c2c9d6
}

.filepond.label-icon .filepond--drop-label label {
    color: #94a3b8
}

.dark .filepond.label-icon .filepond--drop-label label {
    color: #697a9b
}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 100%;
    margin: 0;
    position: relative
}

.ql-container.ql-disabled .ql-tooltip {
    visibility: hidden
}

.ql-container.ql-disabled .ql-editor ul[data-checked]&gt;li:before {
    pointer-events: none
}

.ql-clipboard {
    height: 1px;
    left: -100000px;
    overflow-y: hidden;
    position: absolute;
    top: 50%
}

.ql-clipboard p {
    margin: 0;
    padding: 0
}

.ql-editor {
    word-wrap: break-word;
    box-sizing: border-box;
    height: 100%;
    line-height: 1.42;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    -o-tab-size: 4;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap
}

.ql-editor&gt;* {
    cursor: text
}

 

.ql-editor ol,
.ql-editor ul {
    padding-left: 1.5em
}

.ql-editor ol&gt;li,
.ql-editor ul&gt;li {
    list-style-type: none
}

.ql-editor ul&gt;li:before {
    content: "\2022"
}

.ql-editor ul[data-checked=false],
.ql-editor ul[data-checked=true] {
    pointer-events: none
}

.ql-editor ul[data-checked=false]&gt;li *,
.ql-editor ul[data-checked=true]&gt;li * {
    pointer-events: all
}

.ql-editor ul[data-checked=false]&gt;li:before,
.ql-editor ul[data-checked=true]&gt;li:before {
    color: #777;
    cursor: pointer;
    pointer-events: all
}

.ql-editor ul[data-checked=true]&gt;li:before {
    content: "\2611"
}

.ql-editor ul[data-checked=false]&gt;li:before {
    content: "\2610"
}

.ql-editor li:before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em
}

.ql-editor li:not(.ql-direction-rtl):before {
    margin-left: -1.5em;
    margin-right: .3em;
    text-align: right
}

.ql-editor li.ql-direction-rtl:before {
    margin-left: .3em;
    margin-right: -1.5em
}

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em
}

.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
    padding-right: 1.5em
}

.ql-editor ol li {
    counter-increment: list-0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li:before {
    content: counter(list-0, decimal) ". "
}

.ql-editor ol li.ql-indent-1 {
    counter-increment: list-1
}

.ql-editor ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) ". "
}

.ql-editor ol li.ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-2 {
    counter-increment: list-2
}

.ql-editor ol li.ql-indent-2:before {
    content: counter(list-2, lower-roman) ". "
}

.ql-editor ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-3 {
    counter-increment: list-3
}

.ql-editor ol li.ql-indent-3:before {
    content: counter(list-3, decimal) ". "
}

.ql-editor ol li.ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-4 {
    counter-increment: list-4
}

.ql-editor ol li.ql-indent-4:before {
    content: counter(list-4, lower-alpha) ". "
}

.ql-editor ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-5 {
    counter-increment: list-5
}

.ql-editor ol li.ql-indent-5:before {
    content: counter(list-5, lower-roman) ". "
}

.ql-editor ol li.ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-6 {
    counter-increment: list-6
}

.ql-editor ol li.ql-indent-6:before {
    content: counter(list-6, decimal) ". "
}

.ql-editor ol li.ql-indent-6 {
    counter-reset: list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-7 {
    counter-increment: list-7
}

.ql-editor ol li.ql-indent-7:before {
    content: counter(list-7, lower-alpha) ". "
}

.ql-editor ol li.ql-indent-7 {
    counter-reset: list-8 list-9
}

.ql-editor ol li.ql-indent-8 {
    counter-increment: list-8
}

.ql-editor ol li.ql-indent-8:before {
    content: counter(list-8, lower-roman) ". "
}

.ql-editor ol li.ql-indent-8 {
    counter-reset: list-9
}

.ql-editor ol li.ql-indent-9 {
    counter-increment: list-9
}

.ql-editor ol li.ql-indent-9:before {
    content: counter(list-9, decimal) ". "
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em
}

.ql-editor .ql-video {
    display: block;
    max-width: 100%
}

.ql-editor .ql-video.ql-align-center {
    margin: 0 auto
}

.ql-editor .ql-video.ql-align-right {
    margin: 0 0 0 auto
}

.ql-editor .ql-bg-black {
    background-color: #000
}

.ql-editor .ql-bg-red {
    background-color: #e60000
}

.ql-editor .ql-bg-orange {
    background-color: #f90
}

.ql-editor .ql-bg-yellow {
    background-color: #ff0
}

.ql-editor .ql-bg-green {
    background-color: #008a00
}

.ql-editor .ql-bg-blue {
    background-color: #06c
}

.ql-editor .ql-bg-purple {
    background-color: #93f
}

.ql-editor .ql-color-white {
    color: #fff
}

.ql-editor .ql-color-red {
    color: #e60000
}

.ql-editor .ql-color-orange {
    color: #f90
}

.ql-editor .ql-color-yellow {
    color: #ff0
}

.ql-editor .ql-color-green {
    color: #008a00
}

.ql-editor .ql-color-blue {
    color: #06c
}

.ql-editor .ql-color-purple {
    color: #93f
}

.ql-editor .ql-font-serif {
    font-family: Georgia, Times New Roman, serif
}

.ql-editor .ql-font-monospace {
    font-family: Monaco, Courier New, monospace
}

.ql-editor .ql-size-small {
    font-size: .75em
}

.ql-editor .ql-size-large {
    font-size: 1.5em
}

.ql-editor .ql-size-huge {
    font-size: 2.5em
}

.ql-editor .ql-direction-rtl {
    direction: rtl;
    text-align: inherit
}

.ql-editor .ql-align-center {
    text-align: center
}

.ql-editor .ql-align-justify {
    text-align: justify
}

.ql-editor .ql-align-right {
    text-align: right
}

.ql-editor.ql-blank:before {
    color: rgba(0, 0, 0, .6);
    content: attr(data-placeholder);
    font-style: italic;
    left: 15px;
    pointer-events: none;
    position: absolute;
    right: 15px
}

.ql-snow .ql-toolbar:after,
.ql-snow.ql-toolbar:after {
    clear: both;
    content: "";
    display: table
}

.ql-snow .ql-toolbar button,
.ql-snow.ql-toolbar button {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 24px;
    padding: 3px 5px;
    width: 28px
}

.ql-snow .ql-toolbar button svg,
.ql-snow.ql-toolbar button svg {
    float: left;
    height: 100%
}

.ql-snow .ql-toolbar button:active:hover,
.ql-snow.ql-toolbar button:active:hover {
    outline: none
}

.ql-snow .ql-toolbar input.ql-image[type=file],
.ql-snow.ql-toolbar input.ql-image[type=file] {
    display: none
}

.ql-snow .ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button:focus,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow.ql-toolbar button:focus,
.ql-snow.ql-toolbar button:hover {
    color: #06c
}

.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill {
    fill: #06c
}

.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter {
    stroke: #06c
}

@media (pointer:coarse) {

    .ql-snow .ql-toolbar button:hover:not(.ql-active),
    .ql-snow.ql-toolbar button:hover:not(.ql-active) {
        color: #444
    }

    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
        fill: #444
    }

    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
        stroke: #444
    }
}

.ql-snow,
.ql-snow * {
    box-sizing: border-box
}

.ql-snow .ql-hidden {
    display: none
}

.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
    visibility: hidden
}

.ql-snow .ql-tooltip {
    position: absolute;
    transform: translateY(10px)
}

.ql-snow .ql-tooltip a {
    cursor: pointer;
    text-decoration: none
}

.ql-snow .ql-tooltip.ql-flip {
    transform: translateY(-10px)
}

.ql-snow .ql-formats {
    display: inline-block;
    vertical-align: middle
}

.ql-snow .ql-formats:after {
    clear: both;
    content: "";
    display: table
}

.ql-snow .ql-stroke {
    fill: none;
    stroke: #444;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2
}

.ql-snow .ql-stroke-miter {
    fill: none;
    stroke: #444;
    stroke-miterlimit: 10;
    stroke-width: 2
}

.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
    fill: #444
}

.ql-snow .ql-empty {
    fill: none
}

.ql-snow .ql-even {
    fill-rule: evenodd
}

.ql-snow .ql-stroke.ql-thin,
.ql-snow .ql-thin {
    stroke-width: 1
}

.ql-snow .ql-transparent {
    opacity: .4
}

.ql-snow .ql-direction svg:last-child {
    display: none
}

.ql-snow .ql-direction.ql-active svg:last-child {
    display: inline
}

.ql-snow .ql-direction.ql-active svg:first-child {
    display: none
}

.ql-snow .ql-editor h1 {
    font-size: 2em
}

.ql-snow .ql-editor h2 {
    font-size: 1.5em
}

.ql-snow .ql-editor h3 {
    font-size: 1.17em
}

.ql-snow .ql-editor h4 {
    font-size: 1em
}

.ql-snow .ql-editor h5 {
    font-size: .83em
}

.ql-snow .ql-editor h6 {
    font-size: .67em
}

.ql-snow .ql-editor a {
    text-decoration: underline
}

.ql-snow .ql-editor blockquote {
    border-left: 4px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 16px
}

.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
    background-color: #f0f0f0;
    border-radius: 3px
}

.ql-snow .ql-editor pre {
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 10px;
    white-space: pre-wrap
}

.ql-snow .ql-editor code {
    font-size: 85%;
    padding: 2px 4px
}

.ql-snow .ql-editor pre.ql-syntax {
    background-color: #23241f;
    color: #f8f8f2;
    overflow: visible
}

.ql-snow .ql-editor img {
    max-width: 100%
}

.ql-snow .ql-picker {
    color: #444;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    position: relative;
    vertical-align: middle
}

.ql-snow .ql-picker-label {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding-left: 8px;
    padding-right: 2px;
    position: relative;
    width: 100%
}

.ql-snow .ql-picker-label:before {
    display: inline-block;
    line-height: 22px
}

.ql-snow .ql-picker-options {
    background-color: #fff;
    display: none;
    min-width: 100%;
    padding: 4px 8px;
    position: absolute;
    white-space: nowrap
}

.ql-snow .ql-picker-options .ql-picker-item {
    cursor: pointer;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    color: #ccc;
    z-index: 2
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
    fill: #ccc
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
    stroke: #ccc
}

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    display: block;
    margin-top: -1px;
    top: 100%;
    z-index: 1
}

.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
    width: 28px
}

.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
    padding: 2px 4px
}

.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
    right: 4px
}

.ql-snow .ql-icon-picker .ql-picker-options {
    padding: 4px 0
}

.ql-snow .ql-icon-picker .ql-picker-item {
    height: 24px;
    padding: 2px 4px;
    width: 24px
}

.ql-snow .ql-color-picker .ql-picker-options {
    padding: 3px 5px;
    width: 152px
}

.ql-snow .ql-color-picker .ql-picker-item {
    border: 1px solid transparent;
    float: left;
    height: 16px;
    margin: 2px;
    padding: 0;
    width: 16px
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    margin-top: -9px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 18px
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before {
    content: attr(data-label)
}

.ql-snow .ql-picker.ql-header {
    width: 98px
}

.ql-snow .ql-picker.ql-header .ql-picker-item:before,
.ql-snow .ql-picker.ql-header .ql-picker-label:before {
    content: "Normal"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before {
    content: "Heading 1"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before {
    content: "Heading 2"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before {
    content: "Heading 3"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before {
    content: "Heading 4"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before {
    content: "Heading 5"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before {
    content: "Heading 6"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before {
    font-size: 2em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before {
    font-size: 1.5em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before {
    font-size: 1.17em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before {
    font-size: 1em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before {
    font-size: .83em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before {
    font-size: .67em
}

.ql-snow .ql-picker.ql-font {
    width: 108px
}

.ql-snow .ql-picker.ql-font .ql-picker-item:before,
.ql-snow .ql-picker.ql-font .ql-picker-label:before {
    content: "Sans Serif"
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before {
    content: "Serif"
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before {
    content: "Monospace"
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before {
    font-family: Georgia, Times New Roman, serif
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before {
    font-family: Monaco, Courier New, monospace
}

.ql-snow .ql-picker.ql-size {
    width: 98px
}

.ql-snow .ql-picker.ql-size .ql-picker-item:before,
.ql-snow .ql-picker.ql-size .ql-picker-label:before {
    content: "Normal"
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before {
    content: "Small"
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before {
    content: "Large"
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before {
    content: "Huge"
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before {
    font-size: 10px
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before {
    font-size: 18px
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before {
    font-size: 32px
}

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
    background-color: #fff
}

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
    background-color: #000
}

.ql-toolbar.ql-snow {
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    padding: 8px
}

.ql-toolbar.ql-snow .ql-formats {
    margin-right: 15px
}

.ql-toolbar.ql-snow .ql-picker-label {
    border: 1px solid transparent
}

.ql-toolbar.ql-snow .ql-picker-options {
    border: 1px solid transparent;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2)
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    border-color: #ccc
}

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
    border-color: #000
}

.ql-toolbar.ql-snow+.ql-container.ql-snow {
    border-top: 0
}

.ql-snow .ql-tooltip {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #ddd;
    color: #444;
    padding: 5px 12px;
    white-space: nowrap
}

.ql-snow .ql-tooltip:before {
    content: "Visit URL:";
    line-height: 26px;
    margin-right: 8px
}

.ql-snow .ql-tooltip input[type=text] {
    border: 1px solid #ccc;
    display: none;
    font-size: 13px;
    height: 26px;
    margin: 0;
    padding: 3px 5px;
    width: 170px
}

.ql-snow .ql-tooltip a.ql-preview {
    display: inline-block;
    max-width: 200px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    vertical-align: top
}

.ql-snow .ql-tooltip a.ql-action:after {
    border-right: 1px solid #ccc;
    content: "Edit";
    margin-left: 16px;
    padding-right: 8px
}

.ql-snow .ql-tooltip a.ql-remove:before {
    content: "Remove";
    margin-left: 8px
}

.ql-snow .ql-tooltip a {
    line-height: 26px
}

.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
    display: none
}

.ql-snow .ql-tooltip.ql-editing input[type=text] {
    display: inline-block
}

.ql-snow .ql-tooltip.ql-editing a.ql-action:after {
    border-right: 0;
    content: "Save";
    padding-right: 0
}

.ql-snow .ql-tooltip[data-mode=link]:before {
    content: "Enter link:"
}

.ql-snow .ql-tooltip[data-mode=formula]:before {
    content: "Enter formula:"
}

.ql-snow .ql-tooltip[data-mode=video]:before {
    content: "Enter video:"
}

.ql-snow a {
    color: #06c
}

.ql-container.ql-snow {
    border: 1px solid #ccc
}

.ql-container.ql-snow,
.ql-toolbar.ql-snow {
    border-color: #cbd5e1
}

.dark .ql-container.ql-snow,
.dark .ql-toolbar.ql-snow {
    border-color: #465675
}

.ql-header-filled .ql-toolbar.ql-snow {
    background-color: rgba(233, 238, 245, .8)
}

.dark .ql-header-filled .ql-toolbar.ql-snow {
    background-color: rgba(56, 71, 102, .85)
}

.ql-toolbar.ql-snow {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.ql-container.ql-snow {
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.ql-snow .ql-stroke {
    stroke: currentColor
}

.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
    fill: currentColor
}

.ql-snow .ql-fill,
.ql-snow .ql-picker,
.ql-snow .ql-stroke,
.ql-snow .ql-stroke.ql-fill {
    color: #475569
}

.dark .ql-snow .ql-fill,
.dark .ql-snow .ql-picker,
.dark .ql-snow .ql-stroke,
.dark .ql-snow .ql-stroke.ql-fill {
    color: #a3adc2
}

.ql-editor {
    font-size: .875rem;
    line-height: 1.25rem
}

.ql-editor.ql-blank:before {
    color: inherit
}

.flatpickr-calendar {
    -webkit-animation: none;
    animation: none;
    background: transparent;
    border: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, .08);
    box-shadow: 0 3px 13px rgba(0, 0, 0, .08);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: ltr;
    display: none;
    font-size: 14px;
    line-height: 24px;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    visibility: hidden;
    width: 307.875px
}

.flatpickr-calendar.inline,
.flatpickr-calendar.open {
    max-height: 640px;
    opacity: 1;
    visibility: visible
}

.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999
}

.flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1);
    animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px
}

.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px)
}

.flatpickr-calendar.static.open {
    display: block;
    z-index: 999
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-calendar .hasTime .dayContainer,
.flatpickr-calendar .hasWeeks .dayContainer {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0
}

.flatpickr-calendar.hasTime .flatpickr-time {
    border-top: 1px solid #eceef1;
    height: 40px
}

.flatpickr-calendar.hasTime .flatpickr-innerContainer {
    border-bottom: 0
}

.flatpickr-calendar.hasTime .flatpickr-time {
    border: 1px solid #eceef1
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto
}

.flatpickr-calendar:after,
.flatpickr-calendar:before {
    border: solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 22px;
    pointer-events: none;
    position: absolute;
    width: 0
}

.flatpickr-calendar.arrowRight:after,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.rightMost:before {
    left: auto;
    right: 22px
}

.flatpickr-calendar.arrowCenter:after,
.flatpickr-calendar.arrowCenter:before {
    left: 50%;
    right: 50%
}

.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px
}

.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px
}

.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
    bottom: 100%
}

.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #eceef1
}

.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
    top: 100%
}

.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
    border-top-color: #eceef1
}

.flatpickr-calendar:focus {
    outline: 0
}

.flatpickr-wrapper {
    display: inline-block;
    position: relative
}

.flatpickr-months {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flatpickr-months .flatpickr-month {
    -webkit-box-flex: 1;
    background: #eceef1;
    border-radius: 5px 5px 0 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1;
    overflow: hidden;
    position: relative;
    text-align: center
}

.flatpickr-months .flatpickr-month,
.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
    fill: #5a6171;
    color: #5a6171;
    height: 34px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
    cursor: pointer;
    padding: 10px;
    position: absolute;
    text-decoration: none;
    top: 0;
    z-index: 3
}

.flatpickr-months .flatpickr-next-month.flatpickr-disabled,
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
    display: none
}

.flatpickr-months .flatpickr-next-month i,
.flatpickr-months .flatpickr-prev-month i {
    position: relative
}

.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
    left: 0
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
    right: 0
}

.flatpickr-months .flatpickr-next-month:hover,
.flatpickr-months .flatpickr-prev-month:hover {
    color: #bbb
}

.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
    fill: #f64747
}

.flatpickr-months .flatpickr-next-month svg,
.flatpickr-months .flatpickr-prev-month svg {
    height: 14px;
    width: 14px
}

.flatpickr-months .flatpickr-next-month svg path,
.flatpickr-months .flatpickr-prev-month svg path {
    fill: inherit;
    -webkit-transition: fill .1s;
    transition: fill .1s
}

.numInputWrapper {
    height: auto;
    position: relative
}

.numInputWrapper input,
.numInputWrapper span {
    display: inline-block
}

.numInputWrapper input {
    width: 100%
}

.numInputWrapper input::-ms-clear {
    display: none
}

.numInputWrapper input::-webkit-inner-spin-button,
.numInputWrapper input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.numInputWrapper span {
    border: 1px solid rgba(72, 72, 72, .15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    padding: 0 4px 0 2px;
    position: absolute;
    right: 0;
    width: 14px
}

.numInputWrapper span:hover {
    background: rgba(0, 0, 0, .1)
}

.numInputWrapper span:active {
    background: rgba(0, 0, 0, .2)
}

.numInputWrapper span:after {
    content: "";
    display: block;
    position: absolute
}

.numInputWrapper span.arrowUp {
    border-bottom: 0;
    top: 0
}

.numInputWrapper span.arrowUp:after {
    border-bottom: 4px solid rgba(72, 72, 72, .6);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    top: 26%
}

.numInputWrapper span.arrowDown {
    top: 50%
}

.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(72, 72, 72, .6);
    top: 40%
}

.numInputWrapper span svg {
    height: auto;
    width: inherit
}

.numInputWrapper span svg path {
    fill: rgba(90, 97, 113, .5)
}

.numInputWrapper:hover {
    background: rgba(0, 0, 0, .05)
}

.numInputWrapper:hover span {
    opacity: 1
}

.flatpickr-current-month {
    color: inherit;
    display: inline-block;
    font-size: 135%;
    font-weight: 300;
    height: 34px;
    left: 12.5%;
    line-height: inherit;
    line-height: 1;
    padding: 7.48px 0 0;
    position: absolute;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 75%
}

.flatpickr-current-month span.cur-month {
    color: inherit;
    display: inline-block;
    font-family: inherit;
    font-weight: 700;
    margin-left: .5ch;
    padding: 0
}

.flatpickr-current-month span.cur-month:hover {
    background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month .numInputWrapper {
    display: inline-block;
    width: 6ch;
    width: 7ch\0
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: #5a6171
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: #5a6171
}

.flatpickr-current-month input.cur-year {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    background: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: 0;
    padding: 0 0 0 .5ch;
    vertical-align: initial
}

.flatpickr-current-month input.cur-year:focus {
    outline: 0
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
    background: transparent;
    color: rgba(90, 97, 113, .5);
    font-size: 100%;
    pointer-events: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    background: #eceef1;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0;
    outline: none;
    padding: 0 0 0 .5ch;
    position: relative;
    vertical-align: initial;
    width: auto
}

.flatpickr-current-month .flatpickr-monthDropdown-months:active,
.flatpickr-current-month .flatpickr-monthDropdown-months:focus {
    outline: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: #eceef1;
    outline: none;
    padding: 0
}

.flatpickr-weekdays {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #eceef1;
    height: 28px;
    overflow: hidden;
    text-align: center;
    width: 100%
}

.flatpickr-weekdays,
.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flatpickr-weekdays .flatpickr-weekdaycontainer,
span.flatpickr-weekday {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

span.flatpickr-weekday {
    background: #eceef1;
    color: #5a6171;
    cursor: default;
    display: block;
    font-size: 90%;
    font-weight: bolder;
    line-height: 1;
    margin: 0;
    text-align: center
}

.dayContainer,
.flatpickr-weeks {
    padding: 1px 0 0
}

.flatpickr-days {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    border-left: 1px solid #eceef1;
    border-right: 1px solid #eceef1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    width: 307.875px
}

.flatpickr-days:focus {
    outline: 0
}

.dayContainer {
    -ms-flex-pack: justify;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    max-width: 307.875px;
    min-width: 307.875px;
    opacity: 1;
    outline: 0;
    padding: 0;
    text-align: left;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 307.875px
}

.dayContainer+.dayContainer {
    -webkit-box-shadow: -1px 0 0 #eceef1;
    box-shadow: -1px 0 0 #eceef1
}

.flatpickr-day {
    -ms-flex-preferred-size: 14.2857143%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #484848;
    cursor: pointer;
    display: inline-block;
    -webkit-flex-basis: 14.2857143%;
    flex-basis: 14.2857143%;
    font-weight: 400;
    height: 39px;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 39px;
    margin: 0;
    max-width: 39px;
    position: relative;
    text-align: center;
    width: 14.2857143%
}

.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
    background: #e2e2e2;
    border-color: #e2e2e2;
    cursor: pointer;
    outline: 0
}

.flatpickr-day.today {
    border-color: #bbb
}

.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
    background: #bbb;
    border-color: #bbb;
    color: #fff
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
    background: #ff5a5f;
    border-color: #ff5a5f;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff
}

.flatpickr-day.endRange.startRange,
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange {
    border-radius: 50px 0 0 50px
}

.flatpickr-day.endRange.endRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange {
    border-radius: 0 50px 50px 0
}

.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 #ff5a5f;
    box-shadow: -10px 0 0 #ff5a5f
}

.flatpickr-day.endRange.startRange.endRange,
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange {
    border-radius: 50px
}

.flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
    box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
    background: transparent;
    border-color: transparent;
    color: rgba(72, 72, 72, .3);
    cursor: default
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    color: rgba(72, 72, 72, .1);
    cursor: not-allowed
}

.flatpickr-day.week.selected {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #ff5a5f, 5px 0 0 #ff5a5f;
    box-shadow: -5px 0 0 #ff5a5f, 5px 0 0 #ff5a5f
}

.flatpickr-day.hidden {
    visibility: hidden
}

.rangeMode .flatpickr-day {
    margin-top: 1px
}

.flatpickr-weekwrapper {
    float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
    border-left: 1px solid #eceef1;
    padding: 0 12px
}

.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    line-height: 28px;
    width: 100%
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
    background: transparent;
    border: none;
    color: rgba(72, 72, 72, .3);
    cursor: default;
    display: block;
    max-width: none;
    width: 100%
}

.flatpickr-innerContainer {
    background: #fff;
    border-bottom: 1px solid #eceef1;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.flatpickr-innerContainer,
.flatpickr-rContainer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0
}

.flatpickr-time {
    background: #fff;
    border-radius: 0 0 5px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    outline: 0;
    overflow: hidden;
    text-align: center
}

.flatpickr-time:after {
    clear: both;
    content: "";
    display: table
}

.flatpickr-time .numInputWrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    float: left;
    height: 40px;
    width: 40%
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #484848
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #484848
}

.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
    width: 49%
}

.flatpickr-time input {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    background: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #484848;
    font-size: 14px;
    height: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center
}

.flatpickr-time input.flatpickr-hour {
    font-weight: 700
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
    font-weight: 400
}

.flatpickr-time input:focus {
    border: 0;
    outline: 0
}

.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    color: #484848;
    float: left;
    font-weight: 700;
    height: inherit;
    line-height: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 2%
}

.flatpickr-time .flatpickr-am-pm {
    cursor: pointer;
    font-weight: 400;
    outline: 0;
    text-align: center;
    width: 18%
}

.flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time input:hover {
    background: #eaeaea
}

.flatpickr-input[readonly] {
    cursor: pointer
}

@-webkit-keyframes fpFadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fpFadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

span.flatpickr-day.selected {
    font-weight: 700
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month,
.flatpickr-months .flatpickr-month,
.flatpickr-weekdays,
span.flatpickr-weekday {
    background-color: #e9eef5;
    color: #475569
}

.dark .flatpickr-current-month .flatpickr-monthDropdown-months,
.dark .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month,
.dark .flatpickr-months .flatpickr-month,
.dark .flatpickr-weekdays,
.dark span.flatpickr-weekday {
    background-color: #384766;
    color: #c2c9d6
}

.flatpickr-current-month {
    align-items: flex-start;
    display: inline-flex;
    font-size: 110%;
    justify-content: space-between
}

.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
    fill: currentColor;
    color: #64748b
}

.dark .flatpickr-months .flatpickr-next-month,
.dark .flatpickr-months .flatpickr-prev-month {
    color: #a3adc2
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
    background-color: #4f46e5;
    border-color: #4f46e5;
    color: #fff
}

.dark .flatpickr-day.endRange,
.dark .flatpickr-day.endRange.inRange,
.dark .flatpickr-day.endRange.nextMonthDay,
.dark .flatpickr-day.endRange.prevMonthDay,
.dark .flatpickr-day.endRange:focus,
.dark .flatpickr-day.endRange:hover,
.dark .flatpickr-day.selected,
.dark .flatpickr-day.selected.inRange,
.dark .flatpickr-day.selected.nextMonthDay,
.dark .flatpickr-day.selected.prevMonthDay,
.dark .flatpickr-day.selected:focus,
.dark .flatpickr-day.selected:hover,
.dark .flatpickr-day.startRange,
.dark .flatpickr-day.startRange.inRange,
.dark .flatpickr-day.startRange.nextMonthDay,
.dark .flatpickr-day.startRange.prevMonthDay,
.dark .flatpickr-day.startRange:focus,
.dark .flatpickr-day.startRange:hover {
    background-color: #5f5af6 !important;
    border-color: #5f5af6;
    color: #fff
}

.dark .flatpickr-innerContainer,
.dark .flatpickr-time {
    background-color: #26334d;
    border-bottom-color: #384766
}

.dayContainer,
.flatpickr-innerContainer {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.dark .flatpickr-day.flatpickr-disabled,
.dark .flatpickr-day.flatpickr-disabled:hover,
.dark .flatpickr-day.nextMonthDay,
.dark .flatpickr-day.notAllowed,
.dark .flatpickr-day.notAllowed.nextMonthDay,
.dark .flatpickr-day.notAllowed.prevMonthDay,
.dark .flatpickr-day.prevMonthDay {
    color: #697a9b
}

.flatpickr-day {
    color: #475569
}

.dark .flatpickr-day {
    color: #c2c9d6
}

.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
    background-color: #e9eef5;
    border-color: #e9eef5
}

.dark .flatpickr-day.inRange,
.dark .flatpickr-day.nextMonthDay.inRange,
.dark .flatpickr-day.nextMonthDay.today.inRange,
.dark .flatpickr-day.nextMonthDay:focus,
.dark .flatpickr-day.nextMonthDay:hover,
.dark .flatpickr-day.prevMonthDay.inRange,
.dark .flatpickr-day.prevMonthDay.today.inRange,
.dark .flatpickr-day.prevMonthDay:focus,
.dark .flatpickr-day.prevMonthDay:hover,
.dark .flatpickr-day.today.inRange,
.dark .flatpickr-day:focus,
.dark .flatpickr-day:hover {
    background-color: #384766;
    border-color: #384766
}

.flatpickr-days {
    border-color: #e9eef5
}

.dark .flatpickr-days {
    border-color: #384766
}

.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time input {
    color: #475569
}

.dark .flatpickr-time .flatpickr-am-pm,
.dark .flatpickr-time .flatpickr-time-separator,
.dark .flatpickr-time input {
    color: #c2c9d6
}

.flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time input:hover {
    background-color: #e9eef5
}

.dark .flatpickr-time .flatpickr-am-pm:focus,
.dark .flatpickr-time .flatpickr-am-pm:hover,
.dark .flatpickr-time input:focus,
.dark .flatpickr-time input:hover {
    background-color: #384766
}

.dark .flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #a3adc2
}

.dark .flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #a3adc2
}

.flatpickr-calendar.hasTime .flatpickr-time {
    border-color: #e9eef5
}

.dark .flatpickr-calendar.hasTime .flatpickr-time {
    border-color: #384766
}

.flatpickr-day.inRange {
    box-shadow: -5px 0 0 #e9eef5, 5px 0 0 #e9eef5
}

.dark .flatpickr-day.inRange {
    box-shadow: -5px 0 0 #384766, 5px 0 0 #384766
}

.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)) {
    box-shadow: -10px 0 0 #4f46e5
}

.dark .flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),
.dark .flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.dark .flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)) {
    box-shadow: -10px 0 0 #5f5af6
}

.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e9eef5
}

.dark .flatpickr-calendar.arrowTop:after,
.dark .flatpickr-calendar.arrowTop:before {
    border-bottom-color: #384766
}

.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e9eef5
}

.dark .flatpickr-calendar.arrowBottom:after,
.dark .flatpickr-calendar.arrowBottom:before {
    border-top-color: #26334d
}

.dark .flatpickr-current-month input.cur-year[disabled],
.dark .flatpickr-current-month input.cur-year[disabled]:hover {
    color: #697a9b
}

/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */
.toastify {
    background: linear-gradient(135deg, #73a5ff, #5477f5);
    border-radius: 2px;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .12), 0 10px 36px -4px rgba(77, 96, 232, .3);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    max-width: calc(50% - 20px);
    opacity: 0;
    padding: 12px 20px;
    position: fixed;
    text-decoration: none;
    transition: all .4s cubic-bezier(.215, .61, .355, 1);
    z-index: 2147483647
}

.toastify.on {
    opacity: 1
}

.toast-close {
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 1em;
    opacity: .4;
    padding: 0 5px
}

.toastify-right {
    right: 15px
}

.toastify-left {
    left: 15px
}

.toastify-top {
    top: -150px
}

.toastify-bottom {
    bottom: -150px
}

.toastify-rounded {
    border-radius: 25px
}

.toastify-avatar {
    border-radius: 2px;
    height: 1.5em;
    margin: -7px 5px;
    width: 1.5em
}

.toastify-center {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: fit-content;
    max-width: -moz-fit-content;
    right: 0
}

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

    .toastify-left,
    .toastify-right {
        left: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: -moz-fit-content;
        max-width: fit-content;
        right: 0
    }
}

.toastify {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    background-color: #e2e8f0;
    background-image: none;
    border-radius: .25rem;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    color: #1e293b;
    font-weight: 500;
    z-index: 10010
}

.dark .toastify {
    background-color: #313e59;
    color: #e7e9ef
}
 

.toastify.primary {
    background-color: #4f46e5;
    color: #fff
}

.dark .toastify.primary {
    background-color: #5f5af6
}

.toastify.secondary {
    background-color: #f000b9;
    color: #fff
}

.toastify.info {
    background-color: #0ea5e9;
    color: #fff
}

.toastify.warning {
    background-color: #ff9800;
    color: #fff
}

.toastify.success {
    background-color: #10b981;
    color: #fff
}

.toastify.error {
    background-color: #ed1d49;
    color: #fff
}

.toastify.light {
    background-color: #e2e8f0;
    color: #202b40
}

.toastify.dark {
    background-color: #313e59;
    color: #e2e8f0
}

.steps {
    --size: 3rem;
    --line: 0.25rem;
    align-items: baseline;
    display: flex
}

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

.steps.line-space {
    --space: 0.5rem
}

.mn-l:hover{
    background: #14152330 !important;
    color: #d3d3d3 !important;
}

.steps .step {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    letter-spacing: .025em;
    overflow-wrap: break-word;
    text-align: center
}

.steps .step .step-header {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: var(--size);
    justify-content: center;
    margin: auto auto .5rem;
    position: relative;
    width: var(--size)
}

.steps .step:not(:last-child):before {
    --tw-content: "";
    border-radius: 9999px;
    content: var(--tw-content);
    height: var(--line);
    left: 50%;
    order: -1;
    position: relative;
    top: calc(var(--size)/2 + var(--line)/2)
}

.steps.line-space .step:not(:last-child):before {
    left: calc(50% + var(--size)/2 + var(--space));
    width: calc(100% - var(--size) - var(--space)*2)
}

.steps.is-vertical {
    flex-direction: column
}

.steps.is-vertical .step {
    flex-direction: row;
    position: relative
}

.steps.is-vertical .step .step-header {
    margin: 0;
    z-index: 1
}

.steps.is-vertical .step:not(:last-child):before {
    --tw-translate-x: calc(var(--size)/2 - var(--line)/2);
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    width: var(--line)
}

.steps.is-vertical.line-space .step:not(:last-child):before {
    bottom: var(--space);
    top: calc(var(--size) + var(--space))
}

.timeline {
    --line: 1px;
    --size: 12px;
    display: flex;
    flex-direction: column
}

.timeline.line-space {
    --space: 12px
}

.timeline .timeline-item {
    display: flex;
    flex: 1 1 0%;
    padding-bottom: 2rem;
    position: relative
}

.timeline .timeline-item .timeline-item-point {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: var(--size);
    justify-content: center;
    margin: 0;
    position: relative;
    width: var(--size)
}

.timeline .timeline-item:before {
    --tw-translate-x: calc(var(--size)/2 - var(--line)/2);
    --tw-content: "";
    bottom: 0;
    content: var(--tw-content);
    left: 0;
    order: -1;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    width: var(--line)
}

.timeline .timeline-item:not(:last-child):before {
    background-color: #cbd5e1
}

.dark .timeline .timeline-item:not(:last-child):before {
    background-color: #5c6b8a
}

.timeline .timeline-item:last-child:before {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-to: rgba(203, 213, 225, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: transparent;
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops))
}

.dark .timeline .timeline-item:last-child:before {
    --tw-gradient-from: #5c6b8a;
    --tw-gradient-to: rgba(92, 107, 138, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.timeline .timeline-item:last-child {
    padding-bottom: 0
}

.timeline.line-space .timeline-item:before {
    bottom: var(--space);
    top: calc(var(--size) + var(--space))
}

.pagination {
    color: #475569;
    display: flex;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-weight: 500
}

.dark .pagination {
    color: #c2c9d6
}

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
   
}



.swiper {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-vertical&gt;.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-css-mode&gt;.swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none
}

.swiper-css-mode&gt;.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode&gt;.swiper-wrapper&gt;.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode&gt;.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode&gt;.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered&gt;.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal&gt;.swiper-wrapper&gt;.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal&gt;.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical&gt;.swiper-wrapper&gt;.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical&gt;.swiper-wrapper:before {
    height: var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%
}

.swiper-centered&gt;.swiper-wrapper&gt;.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    height: var(--swiper-virtual-size);
    width: 1px
}

 

.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    z-index: 10
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    left: auto;
    right: 10px
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled&gt;.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal&gt;.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    border-radius: 50%;
    display: inline-block;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px))
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: var(--swiper-pagination-bullet-opacity, 1)
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical&gt;.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl&gt;.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal&gt;.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical&gt;.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%
}

.swiper-horizontal&gt;.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical&gt;.swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    background: rgba(0, 0, 0, .1);
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none
}

.swiper-scrollbar-disabled&gt;.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal&gt;.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: 3px;
    height: 5px;
    left: 1%;
    position: absolute;
    width: 98%;
    z-index: 50
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical&gt;.swiper-scrollbar {
    height: 98%;
    position: absolute;
    right: 3px;
    top: 1%;
    width: 5px;
    z-index: 50
}

.swiper-scrollbar-drag {
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%
}



.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.swiper .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
}

.swiper-free-mode&gt;.swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out
}

.swiper-grid&gt;.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column&gt;.swiper-wrapper {
    flex-direction: column;
    flex-wrap: wrap
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    background: #000;
    bottom: 0;
    content: "";
    filter: blur(50px);
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transform-origin: center bottom
}

 

.parallax-bg {
    background-position: 50%;
    background-size: cover;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 130%
}

.apexcharts-text {
    fill: currentColor;
    color: #64748b;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important
}

.dark .apexcharts-text {
    color: #a3adc2
}

.apexcharts-text.apexcharts-xaxis-label,
.apexcharts-text.apexcharts-yaxis-label {
    fill: currentColor !important;
    color: #94a3b8
}

.dark .apexcharts-text.apexcharts-xaxis-label,
.dark .apexcharts-text.apexcharts-yaxis-label {
    color: #697a9b
}

.apexcharts-legend-text {
    color: #64748b !important
}

.dark .apexcharts-legend-text {
    color: #a3adc2 !important
}

.apexcharts-legend-series .apexcharts-legend-text {
    margin-left: .5rem !important
}

.apexcharts-tooltip {
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
     
    border-color: #e9eef5 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    color: #334155 !important
}

.dark .apexcharts-tooltip {
    background-color: rgba(38, 51, 77, .85) !important;
    border-color: #313e59 !important;
    color: #e7e9ef !important
}

.apexcharts-tooltip-title {
    background-color: #e9eef5 !important;
    border-color: #e9eef5 !important
}

.dark .apexcharts-tooltip-title {
    background-color: #192132 !important;
    border-color: transparent !important
}

.apexcharts-xaxistooltip,
.apexcharts-yaxistooltip {
    background-color: #e9eef5 !important;
    border-color: #cbd5e1 !important;
    border-radius: .25rem;
    color: #475569 !important
}

.dark .apexcharts-xaxistooltip,
.dark .apexcharts-yaxistooltip {
    background-color: #192132 !important;
    border-color: #313e59 !important;
    color: #c2c9d6 !important
}

.apexcharts-xaxistooltip:before {
    border-bottom-color: currentColor !important;
    color: #cbd5e1
}

.dark .apexcharts-xaxistooltip:before {
    color: #313e59 !important
}

.apexcharts-xaxistooltip:after {
    border-bottom-color: currentColor !important;
    color: #e9eef5
}

.dark .apexcharts-xaxistooltip:after {
    color: #192132
}

.apexcharts-yaxistooltip:before {
    border-left-color: currentColor !important;
    color: #cbd5e1
}

.dark .apexcharts-yaxistooltip:before {
    color: #313e59
}

.apexcharts-yaxistooltip:after {
    border-left-color: currentColor !important;
    color: #e9eef5
}

.dark .apexcharts-yaxistooltip:after {
    color: #192132
}

.apexcharts-canvas .apexcharts-heatmap-rect,
.apexcharts-canvas .apexcharts-xaxis-tick,
.apexcharts-canvas line {
    stroke: currentColor !important;
    color: #e2e8f0
}

.dark .apexcharts-canvas .apexcharts-heatmap-rect,
.dark .apexcharts-canvas .apexcharts-xaxis-tick,
.dark .apexcharts-canvas line {
    color: #384766
}

.apexcharts-canvas .apexcharts-marker {
    stroke: currentColor !important;
    color: #e9eef5
}

.dark .apexcharts-canvas .apexcharts-marker {
    color: #202b40
}

.apexcharts-canvas .apexcharts-radialbar-track .apexcharts-radialbar-area {
    stroke: currentColor !important;
    color: #e9eef5
}

.dark .apexcharts-canvas .apexcharts-radialbar-track .apexcharts-radialbar-area {
    color: #192132
}

.apexcharts-canvas .apexcharts-datalabels-group .apexcharts-datalabel-label {
    fill: #475569;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.dark .apexcharts-canvas .apexcharts-datalabels-group .apexcharts-datalabel-label {
    fill: #c2c9d6
}

.apexcharts-canvas .apexcharts-datalabels .apexcharts-datalabel,
.apexcharts-canvas .apexcharts-datalabels-group .apexcharts-datalabel-value {
    fill: #64748b;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.dark .apexcharts-canvas .apexcharts-datalabels .apexcharts-datalabel,
.dark .apexcharts-canvas .apexcharts-datalabels-group .apexcharts-datalabel-value {
    fill: #a3adc2
}

.apexcharts-canvas .apexcharts-radar-series polygon {
    fill: #f1f5f9;
    stroke: #e2e8f0
}

.dark .apexcharts-canvas .apexcharts-radar-series polygon {
    fill: #202b40;
    stroke: #313e59
}

.apexcharts-canvas .apexcharts-pie .apexcharts-pie-series .apexcharts-pie-area {
    stroke: none
}

.apexcharts-canvas line[stroke=transparent] {
    display: none
}

.apexcharts-menu {
    background-color: #fff !important;
    border-color: #e9eef5 !important;
    border-radius: .25rem !important
}

.dark .apexcharts-menu {
    background-color: #26334d !important;
    border-color: #384766 !important
}

.apexcharts-menu .apexcharts-menu-item:hover {
    background-color: #f1f5f9 !important
}

.dark .apexcharts-menu .apexcharts-menu-item:hover {
    background-color: #313e59 !important
}

.ax-transparent-gridline .apexcharts-gridline {
    stroke: transparent !important
}

.ax-rounded-b-lg .apexcharts-svg {
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem
}

table.is-hoverable&gt;tbody&gt;tr:hover&gt;td,
table.is-zebra&gt;tbody&gt;tr:nth-child(2n)&gt;td {
    background-color: #22233b;
}

.dark table.is-hoverable&gt;tbody&gt;tr:hover&gt;td,
.dark table.is-zebra&gt;tbody&gt;tr:nth-child(2n)&gt;td {
    background-color: #313e59
}

.gridjs-table {
    text-align: left;
    width: 100%
}

.gridjs-table&gt;tbody&gt;tr:hover&gt;td {
    background-color: #f1f5f9
}

.dark .gridjs-table&gt;tbody&gt;tr:hover&gt;td {
    background-color: #313e59
}

th.gridjs-th .gridjs-th-content {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis
}

.gridjs-table .gridjs-th {
    background-color: #e2e8f0;
    color: #1e293b;
    font-weight: 600;
    padding: .75rem;
    text-transform: uppercase;
    white-space: nowrap
}

.dark .gridjs-table .gridjs-th {
    background-color: #202b40;
    color: #c2c9d6
}

@media (min-width:1024px) {
    .gridjs-table .gridjs-th {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.gridjs-table .gridjs-tr {
    border-color: transparent transparent #e2e8f0;
    border-width: 1px
}

.dark .gridjs-table .gridjs-tr {
    border-bottom-color: #384766
}

.gridjs-table .gridjs-td {
    padding: .75rem 1rem;
    white-space: nowrap
}

@media (min-width:640px) {
    .gridjs-table .gridjs-td {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

button.gridjs-sort {
    --neutral: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 401.998 401.998'%3E%3Cpath d='M73.092 164.452h255.813c4.949 0 9.233-1.807 12.848-5.424 3.613-3.616 5.427-7.898 5.427-12.847s-1.813-9.229-5.427-12.85L213.846 5.424C210.232 1.812 205.951 0 200.999 0s-9.233 1.812-12.85 5.424L60.242 133.331c-3.617 3.617-5.424 7.901-5.424 12.85 0 4.948 1.807 9.231 5.424 12.847 3.621 3.617 7.902 5.424 12.85 5.424zM328.905 237.549H73.092c-4.952 0-9.233 1.808-12.85 5.421-3.617 3.617-5.424 7.898-5.424 12.847s1.807 9.233 5.424 12.848L188.149 396.57c3.621 3.617 7.902 5.428 12.85 5.428s9.233-1.811 12.847-5.428l127.907-127.906c3.613-3.614 5.427-7.898 5.427-12.848 0-4.948-1.813-9.229-5.427-12.847-3.614-3.616-7.899-5.42-12.848-5.42z'/%3E%3C/svg%3E");
    --asc: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='currentColor' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 292.362 292.361'%3E%3Cpath d='M286.935 197.287 159.028 69.381c-3.613-3.617-7.895-5.424-12.847-5.424s-9.233 1.807-12.85 5.424L5.424 197.287C1.807 200.904 0 205.186 0 210.134s1.807 9.233 5.424 12.847c3.621 3.617 7.902 5.425 12.85 5.425h255.813c4.949 0 9.233-1.808 12.848-5.425 3.613-3.613 5.427-7.898 5.427-12.847s-1.814-9.23-5.427-12.847z'/%3E%3C/svg%3E");
    --desc: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 292.362 292.362'%3E%3Cpath d='M286.935 69.377c-3.614-3.617-7.898-5.424-12.848-5.424H18.274c-4.952 0-9.233 1.807-12.85 5.424C1.807 72.998 0 77.279 0 82.228c0 4.948 1.807 9.229 5.424 12.847l127.907 127.907c3.621 3.617 7.902 5.428 12.85 5.428s9.233-1.811 12.847-5.428L286.935 95.074c3.613-3.617 5.427-7.898 5.427-12.847 0-4.948-1.814-9.229-5.427-12.85z'/%3E%3C/svg%3E")
}

th.gridjs-th-sort {
    cursor: pointer
}

th.gridjs-th-sort:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

th.gridjs-th-sort .gridjs-th-content {
    width: calc(100% - 15px)
}

button.gridjs-sort {
    background-repeat: no-repeat;
    border-style: none;
    cursor: pointer;
    float: right;
    height: .75rem;
    margin: .25rem 0 0;
    outline: 2px solid transparent;
    outline-offset: 2px;
    padding: 0;
    width: .75rem
}

button.gridjs-sort-neutral {
    background-color: #94a3b8;
    -webkit-mask-image: var(--neutral);
    mask-image: var(--neutral);
    -webkit-mask-size: cover;
    mask-size: cover
}

.dark button.gridjs-sort-neutral {
    background-color: #5c6b8a
}

button.gridjs-sort-asc {
    -webkit-mask-image: var(--asc);
    mask-image: var(--asc);
    -webkit-mask-size: cover;
    mask-size: cover
}

button.gridjs-sort-desc {
    -webkit-mask-image: var(--desc);
    mask-image: var(--desc);
    -webkit-mask-size: cover;
    mask-size: cover
}

button.gridjs-sort-asc,
button.gridjs-sort-desc {
    background-color: #475569
}

.dark button.gridjs-sort-asc,
.dark button.gridjs-sort-desc {
    background-color: #c2c9d6
}

.gridjs-input.gridjs-search-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-color: #cbd5e1;
    border-radius: .5rem;
    border-width: 1px;
    font-weight: 500;
    outline: 2px solid transparent;
    outline-offset: 2px;
    padding: .5rem .75rem
}

.dark .gridjs-input.gridjs-search-input {
    background-color: #26334d;
    border-color: #465675;
    color: #c2c9d6
}

.gridjs-pages {
    display: flex;
    flex-wrap: wrap
}

.gridjs-pages&gt;:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(.25rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(.25rem*var(--tw-space-x-reverse))
}

.gridjs-pages {
    color: #475569
}

.dark .gridjs-pages {
    color: #cbd5e1
}

.gridjs-pages button {
    align-items: center;
    background-color: #e9eef5;
    border-radius: 9999px;
    display: flex;
    height: 2rem;
    justify-content: center;
    line-height: 1.25;
    min-width: 2rem;
    padding-left: .75rem;
    padding-right: .75rem;
    transition-duration: .15s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.gridjs-pages button:focus,
.gridjs-pages button:hover {
    background-color: #cbd5e1
}

.gridjs-pages button:disabled {
    opacity: .6;
    pointer-events: none
}

.dark .gridjs-pages button {
    background-color: #384766
}

.dark .gridjs-pages button:focus,
.dark .gridjs-pages button:hover {
    background-color: #465675
}

.gridjs-pages button.gridjs-currentPage {
    background-color: #4f46e5;
    color: #fff
}

.dark .gridjs-pages button.gridjs-currentPage {
    background-color: #5f5af6
}

.gridjs-wrapper {
    min-width: 100%;
    overflow-x: auto
}

.gridjs-search {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem
}

@media (min-width:640px) {
    .gridjs-search {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

.gridjs-pagination {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.gridjs-pagination&gt;:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(1rem*var(--tw-space-y-reverse));
    margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)))
}

.gridjs-pagination {
    padding: 1rem
}

@media (min-width:640px) {
    .gridjs-pagination {
        align-items: center;
        flex-direction: row
    }

    .gridjs-pagination&gt;:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-bottom: calc(0px*var(--tw-space-y-reverse));
        margin-top: calc(0px*(1 - var(--tw-space-y-reverse)))
    }

    .gridjs-pagination {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

.gridjs-loading {
    animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite
}

.pointer-events-none {
    pointer-events: none
}

.pointer-events-auto {
    pointer-events: auto
}

.collapse {
    visibility: collapse
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.inset-0 {
    bottom: 0;
    left: 0;
    top: 0
}

.inset-0,
.right-0 {
    right: 0
}

.top-0 {
    top: 0
}

.bottom-0 {
    bottom: 0
}

.bottom-4 {
    bottom: 1rem
}

.-top-px {
    top: -1px
}

.-right-px {
    right: -1px
}

.right-3 {
    right: .75rem
}

.bottom-3 {
    bottom: .75rem
}

.left-0 {
    left: 0
}

.top-1\/2 {
    top: 50%
}

.top-\[60px\] {
    top: 60px
}

.top-24 {
    top: 6rem
}

.z-50 {
    z-index: 50
}

.z-\[150\] {
    z-index: 150
}

.z-\[151\] {
    z-index: 151
}

.z-10 {
    z-index: 10
}

.z-\[100\] {
    z-index: 100
}

.z-\[101\] {
    z-index: 101
}

.z-2 {
    z-index: 2
}

.order-first {
    order: -9999
}

.col-span-12 {
    grid-column: span 12/span 12
}

.col-span-2 {
    grid-column: span 2/span 2
}

.row-span-2 {
    grid-row: span 2/span 2
}

.-m-3 {
    margin: -.75rem
}

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

.m-1\.5 {
    margin: .375rem
}

.m-1 {
    margin: .25rem
}

.m-auto {
    margin: auto
}

.m-0\.5 {
    margin: .125rem
}

.m-0 {
    margin: 0
}

.-m-px {
    margin: -1px
}

.-m-0\.5 {
    margin: -.125rem
}

.-m-0 {
    margin: 0
}

.m-2 {
    margin: .5rem
}

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

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

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

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

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

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

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

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

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

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

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

.my-7 {
    margin-bottom: 1.75rem;
    margin-top: 1.75rem
}

.my-0\.5 {
    margin-bottom: .125rem;
    margin-top: .125rem
}

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

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

.mt-3 {
    margin-top: .75rem
}

.mr-3 {
    margin-right: .75rem
}

.-mr-1\.5 {
    margin-right: -.375rem
}

.-mr-1 {
    margin-right: -.25rem
}

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

.mt-4 {
    margin-top: 1rem
}

.mr-1\.5 {
    margin-right: .375rem
}

.mr-1 {
    margin-right: .25rem
}

.-mr-2 {
    margin-right: -.5rem
}

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


.mt-1\.5 {
    margin-top: .375rem
}

.mt-0\.5 {
    margin-top: .125rem
}

.mt-0 {
    margin-top: 0
}

.-ml-1 {
    margin-left: -.25rem
}

.mt-5 {
    margin-top: 1.25rem
}

.ml-1 {
    margin-left: .25rem
}

.ml-0\.5 {
    margin-left: .125rem
}

.ml-0 {
    margin-left: 0
}

.mt-px {
    margin-top: 1px
}

.mr-4 {
    margin-right: 1rem
}

.ml-auto {
    margin-left: auto
}

.ml-4 {
    margin-left: 1rem
}

.-ml-1\.5 {
    margin-left: -.375rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mt-8 {
    margin-top: 2rem
}

.mt-20 {
    margin-top: 5rem
}

.mt-12 {
    margin-top: 3rem
}

.-mt-12 {
    margin-top: -3rem
}

.mt-10 {
    margin-top: 2.5rem
}

.-mt-5 {
    margin-top: -1.25rem
}

.mt-16 {
    margin-top: 4rem
}

.-mb-0\.5 {
    margin-bottom: -.125rem
}

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

.mt-3\.5 {
    margin-top: .875rem
}

.-mt-8 {
    margin-top: -2rem
}

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

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

.mt-2\.5 {
    margin-top: .625rem
}

.-mt-16 {
    margin-top: -4rem
}

.-mt-3 {
    margin-top: -.75rem
}

.mr-2 {
    margin-right: .5rem
}

.-mt-20 {
    margin-top: -5rem
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.aspect-square {
    aspect-ratio: 1/1
}

.h-full {
    height: 100%
}

.h-48 {
    height: 12rem
}

.h-11 {
    height: 2.75rem
}

.h-7 {
    height: 1.75rem
}

.h-12 {
    height: 3rem
}

.h-3\.5 {
    height: .875rem
}

.h-3 {
    height: .75rem
}

.h-14 {
    height: 3.5rem
}

.h-8 {
    height: 2rem
}

.h-4\.5 {
    height: 1.125rem
}

.h-4 {
    height: 1rem
}

.h-9 {
    height: 2.25rem
}

.h-5 {
    height: 1.25rem
}

.h-18 {
    height: 4.5rem
}

.h-6 {
    height: 1.5rem
}

.h-\[calc\(100\%-4\.5rem\)\] {
    height: calc(100% - 4.5rem)
}

.h-10 {
    height: 2.5rem
}

.h-5\.5 {
    height: 1.375rem
}

.h-px {
    height: 1px
}

.h-28 {
    height: 7rem
}

.h-16 {
    height: 4rem
}

.h-1\.5 {
    height: .375rem
}

.h-1 {
    height: .25rem
}

.h-20 {
    height: 5rem
}

.h-2 {
    height: .5rem
}

.h-\[61px\] {
    height: 61px
}

.h-\[60px\] {
    height: 60px
}

.h-\[calc\(100vh-8\.5rem\)\] {
    height: calc(100vh - 8.5rem)
}

.h-56 {
    height: 14rem
}

.h-24 {
    height: 6rem
}

.h-\[calc\(100\%-2\.5rem\)\] {
    height: calc(100% - 2.5rem)
}

.h-36 {
    height: 9rem
}

.h-80 {
    height: 20rem
}

.h-64 {
    height: 16rem
}

.h-44 {
    height: 11rem
}

.h-40 {
    height: 10rem
}

.h-2\.5 {
    height: .625rem
}

.h-72 {
    height: 18rem
}

.max-h-\[calc\(100vh-6rem\)\] {
    max-height: calc(100vh - 6rem)
}

.max-h-full {
    max-height: 100%
}

.max-h-96 {
    max-height: 24rem
}

.w-full {
    width: 100%
}

.w-48 {
    width: 12rem
}

.w-11 {
    width: 2.75rem
}

.w-7 {
    width: 1.75rem
}

.w-12 {
    width: 3rem
}

.w-3\.5 {
    width: .875rem
}

.w-3 {
    width: .75rem
}

.w-64 {
    width: 16rem
}

.w-14 {
    width: 3.5rem
}

.w-8 {
    width: 2rem
}

.w-4\.5 {
    width: 1.125rem
}

.w-4 {
    width: 1rem
}

.w-5 {
    width: 1.25rem
}

.w-9 {
    width: 2.25rem
}

.w-6 {
    width: 1.5rem
}

.w-10 {
    width: 2.5rem
}

.w-5\.5 {
    width: 1.375rem
}

.w-16 {
    width: 4rem
}

.w-8\/12 {
    width: 66.666667%
}

.w-6\/12 {
    width: 50%
}

.w-20 {
    width: 5rem
}

.w-7\/12 {
    width: 58.333333%
}

.w-4\/12 {
    width: 33.333333%
}

.w-2\/12 {
    width: 16.666667%
}

.w-9\/12 {
    width: 75%
}

.w-px {
    width: 1px
}

.w-80 {
    width: 20rem
}

.w-60 {
    width: 15rem
}

.w-2 {
    width: .5rem
}

.w-\[calc\(100vw-2rem\)\] {
    width: calc(100vw - 2rem)
}

.w-36 {
    width: 9rem
}

.w-56 {
    width: 14rem
}

.w-32 {
    width: 8rem
}

.w-0 {
    width: 0
}

.w-40 {
    width: 10rem
}

.w-72 {
    width: 18rem
}

.w-max {
    width: max-content
}

.w-28 {
    width: 7rem
}

.w-24 {
    width: 6rem
}

.w-18 {
    width: 4.5rem
}

.\!w-10\/12 {
    width: 83.333333% !important
}

.w-10\/12 {
    width: 83.333333%
}

.w-1\.5 {
    width: .375rem
}

.w-1 {
    width: .25rem
}

.w-5\/12 {
    width: 41.666667%
}

.w-1\/12 {
    width: 8.333333%
}

.w-3\/12 {
    width: 25%
}

.w-1\/2 {
    width: 50%
}

.w-2\.5 {
    width: .625rem
}

.min-w-\[1\.125rem\] {
    min-width: 1.125rem
}

.min-w-full {
    min-width: 100%
}

.min-w-\[1rem\] {
    min-width: 1rem
}

.min-w-\[7rem\] {
    min-width: 7rem
}

.min-w-\[1\.25rem\] {
    min-width: 1.25rem
}

.min-w-\[2rem\] {
    min-width: 2rem
}

.min-w-\[20rem\] {
    min-width: 20rem
}

.max-w-lg {
    max-width: 32rem
}

.max-w-\[16rem\] {
    max-width: 16rem
}

.max-w-sm {
    max-width: 24rem
}

.max-w-4xl {
    max-width: 56rem
}

.max-w-xs {
    max-width: 20rem
}

.max-w-xl {
    max-width: 36rem
}

.max-w-md {
    max-width: 28rem
}

.max-w-2xl {
    max-width: 42rem
}

.max-w-\[26rem\] {
    max-width: 26rem
}

.max-w-screen-lg {
    max-width: 1024px
}

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

.shrink-0 {
    flex-shrink: 0
}

.flex-grow,
.grow {
    flex-grow: 1
}

.origin-top {
    transform-origin: top
}

.origin-center {
    transform-origin: center
}

.origin-bottom {
    transform-origin: bottom
}

.translate-x-full {
    --tw-translate-x: 100%
}

.translate-x-0,
.translate-x-full {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-0 {
    --tw-translate-x: 0px
}

.translate-y-full {
    --tw-translate-y: 100%
}

.translate-y-0,
.translate-y-full {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-0 {
    --tw-translate-y: 0px
}

.-translate-x-full {
    --tw-translate-x: -100%
}

.-translate-x-full,
.translate-x-1\/4 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-1\/4 {
    --tw-translate-x: 25%
}

.translate-y-1\/4 {
    --tw-translate-y: 25%
}

.rotate-45,
.translate-y-1\/4 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-45 {
    --tw-rotate: 45deg
}

.rotate-180 {
    --tw-rotate: 180deg
}

.rotate-180,
.rotate-90 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-90 {
    --tw-rotate: 90deg
}

.-rotate-180 {
    --tw-rotate: -180deg
}

.-rotate-180,
.rotate-\[135deg\] {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-\[135deg\] {
    --tw-rotate: 135deg
}

.scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75
}

.scale-100,
.scale-75 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1
}

.scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
}

.scale-105,
.scale-95 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95
}

.transform-gpu {
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

@keyframes ping {

    75%,
    to {
        opacity: 0;
        transform: scale(2)
    }
}

.animate-ping {
    animation: ping 1s cubic-bezier(0, 0, .2, 1) infinite
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

.animate-pulse {
    animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

.animate-spin {
    animation: spin 1s linear infinite
}

@keyframes fade-out {
    0% {
        opacity: 1;
        visibility: visible
    }

    to {
        opacity: 0;
        visibility: hidden
    }
}

.animate-\[cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)_fade-out_500ms_forwards\] {
    animation: fade-out .5s cubic-bezier(.4, 0, .2, 1) forwards
}

.cursor-pointer {
    cursor: pointer
}

.resize-none {
    resize: none
}

.resize {
    resize: both
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr))
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr))
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-col-reverse {
    flex-direction: column-reverse
}

.flex-wrap {
    flex-wrap: wrap
}

.place-content-center {
    place-content: center
}

.place-items-start {
    place-items: start
}

.place-items-center {
    place-items: center
}

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

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

.items-center {
    align-items: center
}

.items-baseline {
    align-items: baseline
}

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

.justify-center {
    justify-content: center
}

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

.gap-3 {
    gap: .75rem
}

.gap-2 {
    gap: .5rem
}

.gap-4 {
    gap: 1rem
}

.gap-1 {
    gap: .25rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-12 {
    gap: 3rem
}

.gap-10 {
    gap: 2.5rem
}

.gap-x-4 {
    column-gap: 1rem
}

.gap-y-8 {
    row-gap: 2rem
}

.gap-y-4 {
    row-gap: 1rem
}

.space-y-4&gt;:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(1rem*var(--tw-space-y-reverse));
    margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)))
}

.space-y-3&gt;:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(.75rem*var(--tw-space-y-reverse));
    margin-top: calc(.75rem*(1 - var(--tw-space-y-reverse)))
}

.space-x-4&gt;:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(1rem*var(--tw-space-x-reverse))
}

.space-x-3&gt;:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(.75rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(.75rem*var(--tw-space-x-reverse))
}

.space-x-2&gt;:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(.5rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(.5rem*var(--tw-space-x-reverse))
}

.space-x-2\.5&gt;:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(.625rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(.625rem*var(--tw-space-x-reverse))
}

.space-x-1\.5&gt;:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(.375rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(.375rem*var(--tw-space-x-reverse))
}

.space-x-1&gt;:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(.25rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(.25rem*var(--tw-space-x-reverse))
}

.space-y-1&gt;:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(.25rem*var(--tw-space-y-reverse));
    margin-top: calc(.25rem*(1 - var(--tw-space-y-reverse)))
}

.space-y-2&gt;:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(.5rem*var(--tw-space-y-reverse));
    margin-top: calc(.5rem*(1 - var(--tw-space-y-reverse)))
}

.-space-x-3&gt;:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(-.75rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(-.75rem*var(--tw-space-x-reverse))
}

.-space-x-2&gt;:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(-.5rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(-.5rem*var(--tw-space-x-reverse))
}

.space-x-5&gt;:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(1.25rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(1.25rem*var(--tw-space-x-reverse))
}

.space-y-1\.5&gt;:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(.375rem*var(--tw-space-y-reverse));
    margin-top: calc(.375rem*(1 - var(--tw-space-y-reverse)))
}

.space-y-5&gt;:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(1.25rem*var(--tw-space-y-reverse));
    margin-top: calc(1.25rem*(1 - var(--tw-space-y-reverse)))
}

.space-y-3\.5&gt;:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(.875rem*var(--tw-space-y-reverse));
    margin-top: calc(.875rem*(1 - var(--tw-space-y-reverse)))
}

.space-y-2\.5&gt;:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(.625rem*var(--tw-space-y-reverse));
    margin-top: calc(.625rem*(1 - var(--tw-space-y-reverse)))
}

.-space-x-1\.5&gt;:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(-.375rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(-.375rem*var(--tw-space-x-reverse))
}

.-space-x-1&gt;:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(-.25rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(-.25rem*var(--tw-space-x-reverse))
}

.space-x-0\.5&gt;:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(.125rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(.125rem*var(--tw-space-x-reverse))
}

.space-x-0&gt;:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(0px*var(--tw-space-x-reverse))
}

.space-x-3\.5&gt;:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(.875rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(.875rem*var(--tw-space-x-reverse))
}

.-space-x-px&gt;:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(-1px*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(-1px*var(--tw-space-x-reverse))
}

.space-x-7&gt;:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(1.75rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(1.75rem*var(--tw-space-x-reverse))
}

.space-y-9&gt;:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(2.25rem*var(--tw-space-y-reverse));
    margin-top: calc(2.25rem*(1 - var(--tw-space-y-reverse)))
}

.space-x-6&gt;:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(1.5rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(1.5rem*var(--tw-space-x-reverse))
}

.space-y-6&gt;:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(1.5rem*var(--tw-space-y-reverse));
    margin-top: calc(1.5rem*(1 - var(--tw-space-y-reverse)))
}

.space-y-20&gt;:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(5rem*var(--tw-space-y-reverse));
    margin-top: calc(5rem*(1 - var(--tw-space-y-reverse)))
}

.divide-y&gt;:not([hidden])~:not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse));
    border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)))
}

.divide-x&gt;:not([hidden])~:not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-left-width: calc(1px*(1 - var(--tw-divide-x-reverse)));
    border-right-width: calc(1px*var(--tw-divide-x-reverse))
}

.divide-slate-150&gt;:not([hidden])~:not([hidden]) {
    border-color: #e9eef5
}

.divide-indigo-400&gt;:not([hidden])~:not([hidden]) {
    border-color: #818cf8
}

.divide-yellow-400&gt;:not([hidden])~:not([hidden]) {
    border-color: #facc15
}

.divide-sky-400&gt;:not([hidden])~:not([hidden]) {
    border-color: #38bdf8
}

.self-stretch {
    align-self: stretch
}

.overflow-auto {
    overflow: auto
}

 

.overflow-x-auto {
    overflow-x: auto
}

.overflow-y-auto {
    overflow-y: auto
}

.overflow-x-hidden {
    overflow-x: hidden
}

.overflow-y-hidden {
    overflow-y: hidden
}

.overscroll-contain {
    overscroll-behavior: contain
}

.text-ellipsis {
    text-overflow: ellipsis
}

.whitespace-nowrap {
    white-space: nowrap
}

.break-words {
    overflow-wrap: break-word
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-full {
    border-radius: 9999px
}

.rounded-md {
    border-radius: .375rem
}

.rounded-xl {
    border-radius: .75rem
}

.rounded-2xl {
    border-radius: 1rem
}

.rounded-none {
    border-radius: 0
}

.rounded {
    border-radius: .25rem
}

.rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.rounded-b-lg {
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem
}

.rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem
}

.rounded-l-lg {
    border-bottom-left-radius: .5rem;
    border-top-left-radius: .5rem
}

.rounded-l-none {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.rounded-r-lg {
    border-bottom-right-radius: .5rem;
    border-top-right-radius: .5rem
}

.rounded-l-full {
    border-bottom-left-radius: 9999px;
    border-top-left-radius: 9999px
}

.rounded-r-full {
    border-bottom-right-radius: 9999px;
    border-top-right-radius: 9999px
}

.rounded-r-none {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.rounded-tl-none {
    border-top-left-radius: 0
}

.rounded-tr-none {
    border-top-right-radius: 0
}

.rounded-tl-lg {
    border-top-left-radius: .5rem
}

.rounded-tr-lg {
    border-top-right-radius: .5rem
}

.rounded-bl-lg {
    border-bottom-left-radius: .5rem
}

.rounded-br-lg {
    border-bottom-right-radius: .5rem
}

.border-2 {
    border-width: 2px
}

.border {
    border-width: 1px
}

.border-4 {
    border-width: 4px
}

.border-\[3px\] {
    border-width: 3px
}

.border-y {
    border-bottom-width: 1px;
    border-top-width: 1px
}

.border-r {
    border-right-width: 1px
}

.border-t {
    border-top-width: 1px
}

.border-b {
    border-bottom-width: 1px
}

.border-l {
    border-left-width: 1px
}

.border-b-2 {
    border-bottom-width: 2px
}

.border-t-0 {
    border-top-width: 0
}

.border-l-0 {
    border-left-width: 0
}

.border-r-0 {
    border-right-width: 0
}

.border-b-0 {
    border-bottom-width: 0
}

.border-l-4 {
    border-left-width: 4px
}

.border-dashed {
    border-style: dashed
}

.border-dotted {
    border-style: dotted
}

.border-slate-150 {
    border-color: #2e3049;
}

.border-white {
    border-color: #fff
}

.border-slate-200 {
    border-color: #32334f;
}

.border-slate-300 {
    border-color: #2e314b;
}

.border-current {
    border-color: currentColor
}

.border-secondary\/30 {
    border-color: rgba(240, 0, 185, .3)
}

.border-info\/30 {
    border-color: rgba(14, 165, 233, .3)
}

.border-success\/30 {
    border-color: rgba(16, 185, 129, .3)
}

.border-primary {
    border-color: #4f46e5
}

.border-transparent {
    border-color: transparent
}

.border-secondary {
    border-color: #f000b9
}

.border-info {
    border-color: #0ea5e9
}

.border-slate-50 {
    border-color: #f8fafc
}

.border-slate-400\/70 {
    border-color: rgba(148, 163, 184, .7)
}

.border-white\/10 {
    border-color: hsla(0, 0%, 100%, .1)
}

.border-primary\/30 {
    border-color: rgba(79, 70, 229, .3)
}

.border-navy-600 {
    border-color: #313e59
}

.border-success {
    border-color: #10b981
}

.border-warning {
    border-color: #ff9800
}

.border-error {
    border-color: #ed1d49
}

.border-warning\/30 {
    border-color: rgba(255, 152, 0, .3)
}

.border-error\/30 {
    border-color: rgba(255, 87, 36, .3)
}

.border-slate-500 {
    border-color: #64748b
}

.border-accent {
    border-color: #5f5af6
}

.border-b-slate-200 {
    border-bottom-color: #292b43;
}

.mi-grid{
    --auto-grid-min-size: 30rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
    grid-gap: 8px;
}

.btn_2{
    background: linear-gradient(1turn, #c4003b .8%, #fb1949);
    border-radius: 5px;
    color: #ffffff;
    font-size: 11px;
    padding: 4px 12px;
    border-bottom: solid 1px #631928;
    text-transform: uppercase;
    cursor: pointer;
}

.offer-cat a {
    padding: 16px 19px;
    border-radius: 6px;
}

.offer-cat-idol {
    background: #25263d;
    color: #fff;
    border: solid 1px #3f4261;
}

.pd {
    flex-direction: row;
    align-items: center;
    padding: 6px 12px 6px 6px;
    border: 1px solid #383a55;
}

.offerList {
    background: #25263d;
    height: 100%;
    width: 9.3rem !important;
    padding: 10px;
    border-radius: 10px;
    animation: popIn .2s;
}

.csm_an{
    animation: popIn .2s !important;
}

@keyframes popIn {
    from {
        transform: scale(0.85);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}
 .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
a, a:focus, a:hover {
    text-decoration: none;
    outline: none;
     
}
.offerList img {
    border-radius: 8px;
    width: 100%;
    background: #141523;
}
.offerMenue {
    background: #25263d;
    height: 100%;
    width: 8.1rem !important;
    padding: 10px;
    border-radius: 10px;
    animation: popIn .2s;
}
.offerMenue img {
    border-radius: 8px;
    width: 100%;
    background: #141523;
}
.btn_1 {
    background: linear-gradient(to right, #c4003b 0.8%, #fb1949);
    height: 43px;
    border-radius: 7px;
    color: #ffffff;
    font-size: 13px;
    border-bottom: solid 2px #631928;
    text-transform: uppercase;
}
.rounded-lg {
    height: auto;
    max-width: 100%;
}

 
.offer_text {
    display: block;
    z-index: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    text-align: left;
}
.l_1a, .lay-1, .offer_text {
    overflow: hidden;
}
.text-slate-700 {
    color: #fff;
}
.font-medium {
    font-weight: 500;
}
.ca_r{
    background: #141523;
    border: 1px solid #2f314b;
    height: 42px;
}

.offer-back {
    height: 185px;
    background: white;
    color: white;
    width: 125px;
    border-radius: 10px;
    border: 1px solid #59494d;
    background-image: linear-gradient(180deg, rgb(37 38 61) 9.2%, rgb(57 43 43) 103.9%);
}

/* .offer-backcolor {
border: 1px solid #59494d;
background-image: linear-gradient(180deg, rgb(37 38 61) 9.2%, rgb(57 43 43) 103.9%);
} */

.csm-h {
    display: none !important;
}

.csm-z-max {
    z-index: 999 !important;
}

.items-center-i {
    height: 10rem;
    align-items: center !important;
}

.p-m {
    border: 1px solid #292b43 !important;
}

.loader-skl {
    height: 102px;
    border-radius: 0.8rem !important;
    background: linear-gradient(90deg, #f1f1f11f 25%, #e1e1e126 50%, #f1f1f11c 75%);
    background-size: 200% 100%;
    border-radius: 5px;
    animation: loading-csm 2.5s infinite;
}

.bb-0 {
    border-radius: 1rem 1rem 0px 0px !important;
}

.loader-skl-title {
    width: 250px;
    height: 23px;
    border-radius: 4px !important;
    background: linear-gradient(90deg, #f1f1f11f 25%, #e1e1e126 50%, #f1f1f11c 75%);
    background-size: 200% 100%;
    animation: loading-csm 2.5s infinite;
}

.text-red {
    color: #ed1d49;
}
a, a:focus, a:hover {
    text-decoration: none;
    outline: none;
    color: #7684ab;
}
.app-button {
    display: flex;
    background: linear-gradient(1turn, #f28801 .8%, #f28801);
    height: 48px;
    justify-content: center;
    margin: 15px;
    border-radius: 6px;
    align-items: center;
    font-weight: 800;
    color: #000000;
    font-size: 15px;
    border-bottom: solid 2px #020101;
}

.loader-skl-api-img {
    width: 112px;
    height: 114px;
    border-radius: 4px !important;
    background: linear-gradient(90deg, #f1f1f11f 25%, #e1e1e126 50%, #f1f1f11c 75%);
    background-size: 200% 100%;
    animation: loading-csm 2.5s infinite;
}

.loader-skl-api-con {
    width: 100%;
    margin-top: 1px !important;
    height: 114px;
    border-radius: 4px !important;
    background: linear-gradient(90deg, #f1f1f11f 25%, #e1e1e126 50%, #f1f1f11c 75%);
    background-size: 200% 100%;
    animation: loading-csm 2.5s infinite;
}

.loader-skl-api-con::before {
    content: "";
    width: 85%;
    margin: 15px;
    height: 23px;
    border-radius: 4px !important;
    background: linear-gradient(90deg, #f1f1f11f 25%, #e1e1e126 50%, #f1f1f11c 75%);
    background-size: 200% 100%;
    animation: loading-csm 2.5s infinite;
    margin-top: 19px;
}

.app-bg-lt {
    background: rgb(51 51 77);
}

.walle {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 7px 7px 17px 7px;
    margin-right: 1px;
    background: linear-gradient(180deg, #B3E537 0%, #B0D038 50%, #829F18 100%);
}

.n-fnt {
    font-size: 22px;
}

.p_box {
    border-radius: 13px !important;
    border: solid 1px #3b3d51 !important;
}

.pro_con h3 {
    background: #1415238c;
    border-radius: 10px;
    padding: 3px 30px;
    margin-top: 14px;
    font-size: 13px;
    margin-bottom: 8px;
    color: #cdcdcd;
}

.pro_con img {
    outline: 3px solid white;
}

.pro_con {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 18px;
    margin-bottom: 5px;
}

.border-lt {
    border: 1px solid #292b43;
}

.loader-skl-api-con::after {
    content: "";
    width: 85%;
    margin: 15px;
    height: 23px;
    border-radius: 4px !important;
    background: linear-gradient(90deg, #f1f1f11f 25%, #e1e1e126 50%, #f1f1f11c 75%);
    background-size: 200% 100%;
    animation: loading-csm 2.5s infinite;
    margin-top: 5px;
}

.play_img {
    height: 180px;
    background-size: cover;
    filter: blur(6px) brightness(1);
    transform: scale(1);
}

.loader-skl-api {
    height: 102px;
    border-radius: 0.8rem !important;
    background: linear-gradient(90deg, #f1f1f11f 25%, #e1e1e126 50%, #f1f1f11c 75%);
    background-size: 200% 100%;
    border-radius: 5px;
    width: 7.8rem;
    height: 193px;
    animation: loading-csm 2.5s infinite;
}

.skl {
    animation: fadeOut 1.5s;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes loading-csm {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.bg-da-app {
    background: #1d1e30 !important;
}

.border-l-info {
    border-left-color: #0ea5e9
}

.border-l-secondary {
    border-left-color: #f000b9
}

.border-l-warning {
    border-left-color: #ff9800
}

.border-r-transparent {
    border-right-color: transparent
}

.border-r-slate-500 {
    border-right-color: #64748b
}

.border-r-primary {
    border-right-color: #4f46e5
}

.border-r-secondary {
    border-right-color: #f000b9
}

.border-r-info {
    border-right-color: #0ea5e9
}

.border-r-success {
    border-right-color: #10b981
}

.border-r-warning {
    border-right-color: #ff9800
}

.border-r-error {
    border-right-color: #ed1d49
}

.border-r-slate-400 {
    border-right-color: #94a3b8
}

.bg-slate-50 {
    background-color: #1e1e2e;
}

.bg-white {
    background-color: #fff
}

.bg-fg {
    background-color: #1d1e30;
}

.bg-primary\/10 {
    background-color: rgba(79, 70, 229, .1)
}

.bg-success {
    background-color: #10b981
}

.bg-slate-100 {
    background-color: #f1f5f9
}

.bg-warning {
    background-color: #ff9800
}

.bg-info {
    background-color: #0ea5e9
}

.bg-secondary {
    background-color: #f000b9
}

.bg-error {
    background-color: #ed1d49
}

.bg-primary {
    background-color: #4f46e5
}

.bg-slate-150 {
    background-color: #25263d;
}

.bg-slate-300 {
    background-color: #cbd5e1
}

.app_po {
    margin-right: 0px !important;
    padding: 1px 0px 1px 14px !important;
    border: solid 1.5px #292b43;
    background: #141523;
    color: #fff;
}

.bg-slate-200 {
    background-image: linear-gradient( 180.4deg, rgb(37 38 61) -2.2%, rgb(29 30 45) 83.5% );
}

.bg-slate-900\/60 {
    background-color: rgba(15, 23, 42, .6)
}

.bg-white\/20 {
    background-color: hsla(0, 0%, 100%, .2)
}

.bg-secondary\/15 {
    background-color: rgba(240, 0, 185, .15)
}

.bg-success\/15 {
    background-color: rgba(16, 185, 129, .15)
}

.bg-secondary\/10 {
    background-color: rgba(240, 0, 185, .1)
}

.bg-info\/10 {
    background-color: rgba(14, 165, 233, .1)
}

.bg-success\/10 {
    background-color: rgba(16, 185, 129, .1)
}

.bg-black\/30 {
    background-color: rgba(0, 0, 0, .3)
}

.bg-transparent {
    background-color: transparent
}

.bg-warning\/10 {
    background-color: rgba(255, 152, 0, .1)
}

.bg-error\/10 {
    background-color: rgba(255, 87, 36, .1)
}

.bg-black\/20 {
    background-color: rgba(0, 0, 0, .2)
}

.bg-current {
    background-color: currentColor
}

.bg-navy-500 {
    background-color: #384766
}

.bg-navy-600 {
    background-color: #313e59
}

.bg-accent {
    background-color: #5f5af6
}

.bg-slate-500 {
    background-color: #64748b
}

.bg-white\/90 {
    background-color: hsla(0, 0%, 100%, .9)
}

.bg-warning\/15 {
    background-color: rgba(255, 152, 0, .15)
}

.bg-info\/15 {
    background-color: rgba(14, 165, 233, .15)
}

.bg-white\/30 {
    background-color: hsla(0, 0%, 100%, .3)
}

.bg-error\/15 {
    background-color: rgba(255, 87, 36, .15)
}

.bg-primary\/15 {
    background-color: rgba(79, 70, 229, .15)
}

.bg-navy-900 {
    background-color: #192132
}

.bg-navy-700 {
    background-color: #26334d
}

.bg-primary-focus {
    background-color: #4338ca
}

.bg-secondary-focus {
    background-color: #bd0090
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops))
}

.bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops))
}

.bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops))
}

.bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops))
}

.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops))
}

.from-purple-500 {
    --tw-gradient-from: #a855f7;
    --tw-gradient-to: rgba(168, 85, 247, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-to: rgba(236, 72, 153, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-info {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-to: rgba(14, 165, 233, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-sky-400 {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-to: rgba(56, 189, 248, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-\[\#19213299\] {
    --tw-gradient-from: #19213299;
    --tw-gradient-to: rgba(25, 33, 50, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-to: rgba(59, 130, 246, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-\[\#ffffff55\] {
    --tw-gradient-from: #ffffff55;
    --tw-gradient-to: hsla(0, 0%, 100%, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-amber-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-to: rgba(251, 191, 36, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-to: rgba(249, 168, 212, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-secondary-light {
    --tw-gradient-from: #ff57d8;
    --tw-gradient-to: rgba(255, 87, 216, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-green-400 {
    --tw-gradient-from: #4ade80;
    --tw-gradient-to: rgba(74, 222, 128, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-fuchsia-600 {
    --tw-gradient-from: #c026d3;
    --tw-gradient-to: rgba(192, 38, 211, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-green-300 {
    --tw-gradient-from: #86efac;
    --tw-gradient-to: rgba(134, 239, 172, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-to: rgba(129, 140, 248, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.via-\[\#19213266\] {
    --tw-gradient-to: rgba(25, 33, 50, 0);
    --tw-gradient-stops: var(--tw-gradient-from), #19213266, var(--tw-gradient-to)
}

.via-purple-300 {
    --tw-gradient-to: rgba(216, 180, 254, 0);
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to)
}

.via-blue-500 {
    --tw-gradient-to: rgba(59, 130, 246, 0);
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to)
}

.to-orange-600 {
    --tw-gradient-to: #ea580c
}

.to-indigo-600 {
    --tw-gradient-to: #4f46e5
}

.to-rose-500 {
    --tw-gradient-to: #f43f5e
}

.to-info-focus {
    --tw-gradient-to: #0284c7
}

.to-blue-600 {
    --tw-gradient-to: #2563eb
}

.to-transparent {
    --tw-gradient-to: transparent
}

.to-purple-600 {
    --tw-gradient-to: #9333ea
}

.to-\[\#ffffff20\] {
    --tw-gradient-to: #ffffff20
}

.to-indigo-400 {
    --tw-gradient-to: #818cf8
}

.to-secondary {
    --tw-gradient-to: #f000b9
}

.to-fuchsia-400 {
    --tw-gradient-to: #e879f9
}

.to-pink-600 {
    --tw-gradient-to: #db2777
}

.bg-cover {
    background-size: cover
}

.bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text
}

.bg-center {
    background-position: 50%
}

.fill-slate-500 {
    fill: #64748b
}

.fill-primary {
    fill: #4f46e5
}

.stroke-primary {
    stroke: #4f46e5
}

.stroke-slate-500 {
    stroke: #64748b
}

.object-cover {
    object-fit: cover
}

.object-center {
    object-position: center
}

.object-top {
    object-position: top
}

.p-0 {
    padding: 0
}

.p-0\.5 {
    padding: .125rem
}

.p-3 {
    padding: .75rem
}

.p-2\.5 {
    padding: .625rem
}

.p-2 {
    padding: .5rem
}

.p-4 {
    padding: 1rem
}

.p-1 {
    padding: .25rem
}

.p-6 {
    padding: 1.5rem
}

.p-5 {
    padding: 1.25rem
}

.p-\[3px\] {
    padding: 3px
}

.p-1\.5 {
    padding: .375rem
}

.p-4\.5 {
    padding: 1.125rem
}

.p-3\.5 {
    padding: .875rem
}

.p-px {
    padding: 1px
}

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

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

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

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

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

.py-2\.5 {
    padding-bottom: .625rem;
    padding-top: .625rem
}

.px-1\.5 {
    padding-left: .375rem;
    padding-right: .375rem
}

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

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

.py-1\.5 {
    padding-bottom: .375rem;
    padding-top: .375rem
}

.px-2\.5 {
    padding-left: .625rem;
    padding-right: .625rem
}

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

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

.py-0\.5 {
    padding-bottom: .125rem;
    padding-top: .125rem
}

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

.px-\[calc\(var\(--margin-x\)-\.5rem\)\] {
    padding-left: calc(var(--margin-x) - .5rem);
    padding-right: calc(var(--margin-x) - .5rem)
}

.px-\[calc\(var\(--margin-x\)-\.25rem\)\] {
    padding-left: calc(var(--margin-x) - .25rem);
    padding-right: calc(var(--margin-x) - .25rem)
}

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

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

.px-\[var\(--margin-x\)\] {
    padding-left: var(--margin-x);
    padding-right: var(--margin-x)
}

.px-0\.5 {
    padding-left: .125rem;
    padding-right: .125rem
}

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

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

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

.py-10 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem
}

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

.px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem
}

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

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

.pt-4 {
    padding-top: 1rem
}

.pt-6 {
    padding-top: 1.5rem
}

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

.pb-5 {
    padding-bottom: 1.25rem
}

.pl-\[var\(--main-sidebar-width\)\] {
    padding-left: var(--main-sidebar-width)
}

.pl-4 {
    padding-left: 1rem
}

.pr-1 {
    padding-right: .25rem
}

.pl-9 {
    padding-left: 2.25rem
}

.pr-8 {
    padding-right: 2rem
}

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

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

.pb-8 {
    padding-bottom: 2rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pt-5 {
    padding-top: 1.25rem
}

.pb-3 {
    padding-bottom: .75rem
}

.pt-1\.5 {
    padding-top: .375rem
}

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

.pb-0\.5 {
    padding-bottom: .125rem
}

.pb-0 {
    padding-bottom: 0
}

.pt-14 {
    padding-top: 3.5rem
}

.pt-3 {
    padding-top: .75rem
}

.pr-12 {
    padding-right: 3rem
}

.pt-10 {
    padding-top: 2.5rem
}

.pb-12 {
    padding-bottom: 3rem
}

.pr-6 {
    padding-right: 1.5rem
}

.pl-\[var\(--margin-x\)\] {
    padding-left: var(--margin-x)
}

.pr-9 {
    padding-right: 2.25rem
}

.pr-3 {
    padding-right: .75rem
}

.pr-2 {
    padding-right: .5rem
}

.pt-0 {
    padding-top: 0
}

.pt-12 {
    padding-top: 3rem
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.font-inter {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.text-xs\+ {
    font-size: .8125rem;
    line-height: 1.125rem
}

.text-tiny\+ {
    font-size: .6875rem;
    line-height: .875rem
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.text-tiny {
    font-size: .625rem;
    line-height: .8125rem
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-sm\+ {
    font-size: .9375rem;
    line-height: 1.375rem
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-5xl {
    font-size: 3rem;
    line-height: 1
}

.text-8xl {
    font-size: 6rem;
    line-height: 1
}

.text-7xl {
    font-size: 4.5rem;
    line-height: 1
}

.text-6xl {
    font-size: 3.75rem;
    line-height: 1
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.font-normal {
    font-weight: 400
}

.font-light {
    font-weight: 300
}

.font-bold {
    font-weight: 700
}

.uppercase {
    text-transform: uppercase
}

.italic {
    font-style: italic
}

.leading-none {
    line-height: 1
}

.leading-snug {
    line-height: 1.375
}

.leading-tight {
    line-height: 1.25
}

.leading-6 {
    line-height: 1.5rem
}

.leading-relaxed {
    line-height: 1.625
}

.leading-normal {
    line-height: 1.5
}

.tracking-wide {
    letter-spacing: .025em
}

.tracking-wider {
    letter-spacing: .05em
}

.tracking-tight {
    letter-spacing: -.025em
}

.text-slate-700 {
    color: #fff;
}

.text-slate-400 {
    color: #94a3b8
}

.text-white {
    color: #fff
}

.text-primary {
    color: #4f46e5
}

.text-slate-800 {
    color: #fff;
}

.text-slate-600 {
    color: #475569
}

.text-slate-500 {
    color: #fff
}

.text-secondary {
    color: #f000b9
}

.text-success {
    color: #10b981
}

.text-warning {
    color: #ff9800
}

.text-info {
    color: #0ea5e9
}

.text-error {
    color: #ed1d49
}

.text-amber-400 {
    color: #fbbf24
}

.text-transparent {
    color: transparent
}

.text-yellow-500 {
    color: #eab308
}

.text-indigo-100 {
    color: #e0e7ff
}

.text-slate-150 {
    color: #e9eef5
}

.text-sky-100 {
    color: #e0f2fe
}

.text-slate-200 {
    color: #e2e8f0
}

.text-navy-100 {
    color: #c2c9d6
}

.text-accent-light {
    color: #818cf8
}

.text-amber-50 {
    color: #fffbeb
}

.text-pink-100 {
    color: #fce7f3
}

.text-slate-900 {
    color: #0f172a
}

.text-indigo-50 {
    color: #eef2ff
}

.text-navy-700 {
    color: #26334d
}

.text-secondary-light {
    color: #ff57d8
}

.text-yellow-100 {
    color: #fef9c3
}

.underline {
    text-decoration-line: underline
}

.overline {
    text-decoration-line: overline
}

.line-through {
    text-decoration-line: line-through
}

.no-underline {
    text-decoration-line: none
}

.decoration-info {
    text-decoration-color: #0ea5e9
}

.decoration-secondary {
    text-decoration-color: #f000b9
}

.decoration-primary {
    text-decoration-color: #4f46e5
}

.decoration-double {
    text-decoration-style: double
}

.decoration-dotted {
    text-decoration-style: dotted
}

.decoration-dashed {
    text-decoration-style: dashed
}

.decoration-wavy {
    text-decoration-style: wavy
}

.decoration-2 {
    text-decoration-thickness: 2px
}

.placeholder-slate-400::placeholder {
    color: #94a3b8
}

.opacity-80 {
    opacity: .8
}

.opacity-0 {
    opacity: 0
}

.opacity-100 {
    opacity: 1
}

.opacity-40 {
    opacity: .4
}

.opacity-15 {
    opacity: .15
}

.opacity-50 {
    opacity: .5
}

.opacity-75 {
    opacity: .75
}

.opacity-20 {
    opacity: .2
}

.shadow-soft {
    --tw-shadow: 0 3px 10px 0 rgb(48 46 56/6%);
    --tw-shadow-colored: 0 3px 10px 0 var(--tw-shadow-color)
}

.shadow-lg,
.shadow-soft {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color)
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color)
}

.shadow,
.shadow-sm {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color)
}

.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color)
}

.shadow-none,
.shadow-xl {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000
}

.shadow-primary\/50 {
    --tw-shadow-color: rgba(79, 70, 229, .5);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-warning\/50 {
    --tw-shadow-color: rgba(255, 152, 0, .5);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-info\/50 {
    --tw-shadow-color: rgba(14, 165, 233, .5);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-secondary\/50 {
    --tw-shadow-color: rgba(240, 0, 185, .5);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-slate-200\/50 {
    --tw-shadow-color: rgba(226, 232, 240, .5);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-success\/50 {
    --tw-shadow-color: rgba(16, 185, 129, .5);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-error\/50 {
    --tw-shadow-color: rgba(255, 87, 36, .5);
    --tw-shadow: var(--tw-shadow-colored)
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.outline {
    outline-style: solid
}

.ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color)
}

.ring,
.ring-1 {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)
}

.ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.ring-primary\/50 {
    --tw-ring-color: #2f314b;
}

.ring-white {
    --tw-ring-color: #fff
}

.ring-primary {
    --tw-ring-color: #4f46e5
}

.blur {
    --tw-blur: blur(8px)
}

.blur,
.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.transition-transform {
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition-colors {
    transition-duration: .15s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition-all {
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition-opacity {
    transition-duration: .15s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition-\[padding\2c width\] {
    transition-duration: .15s;
    transition-property: padding, width;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition-\[color\2c padding-left\] {
    transition-duration: .15s;
    transition-property: color, padding-left;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition-shadow {
    transition-duration: .15s;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.duration-500 {
    transition-duration: .5s
}

.duration-200 {
    transition-duration: .2s
}

.duration-300 {
    transition-duration: .3s
}

.duration-\[\.25s\] {
    transition-duration: .25s
}

.duration-100 {
    transition-duration: .1s
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.ease-in {
    transition-timing-function: cubic-bezier(.4, 0, 1, 1)
}

.line-clamp-1 {
    -webkit-line-clamp: 1
}

.line-clamp-1,
.line-clamp-2 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.line-clamp-2 {
    -webkit-line-clamp: 2
}

.line-clamp-3 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden
}

.\[transform\:translate3d\(0\2c 1rem\2c 0\)\] {
    transform: translate3d(0, 1rem, 0)
}

.\[transform\:translate3d\(0\2c 0\2c 0\)\] {
    transform: translateZ(0)
}

.\[--size\:1\.5rem\] {
    --size: 1.5rem
}

.\[transform\:translate3d\(1rem\2c 0\2c 0\)\] {
    transform: translate3d(1rem, 0, 0)
}

.\[transform\:translate3d\(0\2c -1rem\2c 0\)\] {
    transform: translate3d(0, -1rem, 0)
}

.\[--size\:1rem\] {
    --size: 1rem
}

.\[--line\:1px\] {
    --line: 1px
}

.\[--size\:2\.75rem\] {
    --size: 2.75rem
}

.\[--line\:\.5rem\] {
    --line: .5rem
}

.\[--size\:\.75rem\] {
    --size: .75rem
}

.\[--fp-grid\:2\] {
    --fp-grid: 2
}

.\[--range-track-h\:3px\] {
    --range-track-h: 3px
}

.\[--range-thumb-size\:12px\] {
    --range-thumb-size: 12px
}

.\[--range-track-h\:8px\] {
    --range-track-h: 8px
}

.\[--range-thumb-size\:24px\] {
    --range-thumb-size: 24px
}

.\[--thumb-border\:6px\] {
    --thumb-border: 6px
}

.\[--thumb-border\:5px\] {
    --thumb-border: 5px
}

.\[--thumb-border\:4px\] {
    --thumb-border: 4px
}

.\[--thumb-border\:3px\] {
    --thumb-border: 3px
}

.\[--fp-grid\:3\] {
    --fp-grid: 3
}

.\[--fp-grid\:4\] {
    --fp-grid: 4
}

.placeholder\:text-slate-400::placeholder {
    color: #94a3b8
}

.placeholder\:text-slate-400\/70::placeholder {
    color: rgba(148, 163, 184, .7)
}

.placeholder\:text-slate-500::placeholder {
    color: #64748b
}

.before\:rounded-md:before {
    border-radius: .375rem;
    content: var(--tw-content)
}

.before\:rounded-full:before {
    border-radius: 9999px;
    content: var(--tw-content)
}
/* Modal container */
.of-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent; /* Adjust this to control modal background color */
    z-index: 1000; /* Make sure this value is higher than other elements */

    /* Add any other necessary styling properties */
}
#i-xmr {
    font-size: 22px;
}
.fa-solid, .fas {
    font-weight: 900;
}
/* Modal overlay */
 .off_sp_btn {
    background: #7e75fa;
    border-radius: 7px;
    padding: 0 8px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.of-badge, .of_s_b, .off_sp_btn {
    font-size: 11px;
}
.bg-red {
    background-color: #d46b2e!important;
}
.before\:bg-slate-50:before {
    background-color: #f8fafc;
    content: var(--tw-content)
}

.before\:bg-primary:before {
    background-color: #ed1d49;
    content: var(--tw-content)
}

.before\:bg-slate-300:before {
    background-color: #cbd5e1;
    content: var(--tw-content)
}

.before\:bg-slate-200:before {
    background-color: #e2e8f0;
    content: var(--tw-content)
}

.before\:bg-slate-500:before {
    background-color: #64748b;
    content: var(--tw-content)
}

.before\:bg-secondary:before {
    background-color: #f000b9;
    content: var(--tw-content)
}

.before\:\!bg-info:before {
    background-color: #0ea5e9 !important;
    content: var(--tw-content)
}

.before\:\!bg-success:before {
    background-color: #10b981 !important;
    content: var(--tw-content)
}

.before\:\!bg-warning:before {
    background-color: #ff9800 !important;
    content: var(--tw-content)
}

.before\:\!bg-error:before {
    background-color: #ed1d49 !important;
    content: var(--tw-content)
}

.checked\:border-primary:checked {
    border-color: #ed1d49
}

.checked\:border-secondary:checked {
    border-color: #f000b9
}

.checked\:\!border-success:checked {
    border-color: #10b981 !important
}

.checked\:\!border-error:checked {
    border-color: #ed1d49 !important
}

.checked\:\!border-warning:checked {
    border-color: #ff9800 !important
}

.checked\:border-slate-500:checked {
    border-color: #64748b
}

.checked\:\!border-info:checked {
    border-color: #0ea5e9 !important
}

.checked\:bg-slate-500:checked {
    background-color: #64748b
}

.checked\:bg-primary:checked {
    background-color: #ed1d49;
}

.checked\:bg-secondary:checked {
    background-color: #f000b9
}

.checked\:bg-success:checked {
    background-color: #10b981
}

.checked\:bg-error:checked {
    background-color: #ed1d49
}

.checked\:bg-info:checked {
    background-color: #0ea5e9
}

.checked\:bg-warning:checked {
    background-color: #ff9800
}

.checked\:\!bg-info:checked {
    background-color: #0ea5e9 !important
}

.checked\:\!bg-success:checked {
    background-color: #10b981 !important
}

.checked\:\!bg-warning:checked {
    background-color: #ff9800 !important
}

.checked\:\!bg-error:checked {
    background-color: #ed1d49 !important
}

.checked\:before\:bg-white:checked:before {
    background-color: #fff;
    content: var(--tw-content)
}

.checked\:before\:bg-primary:checked:before {
    background-color: #4f46e5;
    content: var(--tw-content)
}

.checked\:before\:\!bg-success:checked:before {
    background-color: #10b981 !important;
    content: var(--tw-content)
}

.checked\:before\:bg-secondary:checked:before {
    background-color: #f000b9;
    content: var(--tw-content)
}

.checked\:before\:\!bg-warning:checked:before {
    background-color: #ff9800 !important;
    content: var(--tw-content)
}

.checked\:before\:bg-slate-500:checked:before {
    background-color: #64748b;
    content: var(--tw-content)
}

.checked\:before\:\!bg-info:checked:before {
    background-color: #0ea5e9 !important;
    content: var(--tw-content)
}

.checked\:before\:\!bg-error:checked:before {
    background-color: #ed1d49 !important;
    content: var(--tw-content)
}

.focus-within\:\!border-primary:focus-within {
    border-color: #4f46e5 !important
}

.focus-within\:opacity-100:focus-within {
    opacity: 1
}

.hover\:z-10:hover {
    z-index: 10
}

.hover\:rotate-\[360deg\]:hover {
    --tw-rotate: 360deg
}

.hover\:rotate-\[360deg\]:hover,
.hover\:scale-110:hover {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
}

.hover\:border-slate-400:hover {
    border-color: #94a3b8
}

.hover\:border-primary:hover {
    border-color: #4f46e5
}

.hover\:border-secondary:hover {
    border-color: #f000b9
}

.hover\:\!border-success:hover {
    border-color: #10b981 !important
}

.hover\:\!border-error:hover {
    border-color: #ed1d49 !important
}

.hover\:border-slate-500:hover {
    border-color: #64748b
}

.hover\:\!border-info:hover {
    border-color: #0ea5e9 !important
}

.hover\:\!border-warning:hover {
    border-color: #ff9800 !important
}

.hover\:bg-primary\/20:hover {
    background-color: rgba(79, 70, 229, .2)
}

.hover\:bg-slate-100:hover {
    background-color: #1b1b31;
}

.hover\:bg-primary-focus:hover {
    background-color: #4338ca
}

.hover\:bg-slate-300\/20:hover {
    background-color: rgba(203, 213, 225, .2)
}

.hover\:bg-slate-200:hover {
    background-color: #e2e8f0
}

.hover\:bg-slate-150:hover {
    background-color: #1d1e30;
}

.hover\:bg-secondary\/20:hover {
    background-color: rgba(240, 0, 185, .2)
}

.hover\:bg-info\/20:hover {
    background-color: rgba(14, 165, 233, .2)
}

.hover\:bg-success\/20:hover {
    background-color: rgba(16, 185, 129, .2)
}

.hover\:bg-error\/20:hover {
    background-color: rgba(255, 87, 36, .2)
}

.hover\:bg-info-focus:hover {
    background-color: #0284c7
}

.hover\:bg-warning\/20:hover {
    background-color: rgba(255, 152, 0, .2)
}

.hover\:bg-success-focus:hover {
    background-color: #059669
}

.hover\:bg-warning-focus:hover {
    background-color: #e68200
}

.hover\:bg-black\/30:hover {
    background-color: rgba(0, 0, 0, .3)
}

.hover\:bg-white\/20:hover {
    background-color: hsla(0, 0%, 100%, .2)
}

.hover\:bg-white\/30:hover {
    background-color: hsla(0, 0%, 100%, .3)
}

.hover\:bg-primary\/10:hover {
    background-color: rgba(79, 70, 229, .1)
}

.hover\:bg-primary:hover {
    background-color: #4f46e5
}

.hover\:bg-secondary-focus:hover {
    background-color: #bd0090
}

.hover\:bg-error-focus:hover {
    background-color: #f03000
}

.hover\:bg-navy-450:hover {
    background-color: #465675
}

.hover\:bg-slate-300:hover {
    background-color: #cbd5e1
}

.hover\:bg-info:hover {
    background-color: #0ea5e9
}

.hover\:bg-warning:hover {
    background-color: #ff9800
}

.hover\:bg-secondary:hover {
    background-color: #f000b9
}

.hover\:bg-success:hover {
    background-color: #10b981
}

.hover\:bg-error:hover {
    background-color: #ed1d49
}

.hover\:pl-4:hover {
    padding-left: 1rem
}

.hover\:text-primary:hover {
    color: #4f46e5
}

.hover\:text-slate-800:hover {
    color: #fff;
}

.hover\:text-primary\/70:hover {
    color: rgba(79, 70, 229, .7)
}

.hover\:text-primary-focus:hover {
    color: #4338ca
}

.hover\:text-slate-700:hover {
    color: #334155
}

.hover\:text-error:hover {
    color: #ed1d49
}

.hover\:text-white:hover {
    color: #fff
}

.hover\:text-secondary:hover {
    color: #f000b9
}

.hover\:text-success:hover {
    color: #10b981
}

.hover\:text-info:hover {
    color: #0ea5e9
}

.hover\:underline:hover {
    text-decoration-line: underline
}

.hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow-slate-200\/50:hover {
    --tw-shadow-color: rgba(226, 232, 240, .5);
    --tw-shadow: var(--tw-shadow-colored)
}

.hover\:shadow-primary\/50:hover {
    --tw-shadow-color: rgba(79, 70, 229, .5);
    --tw-shadow: var(--tw-shadow-colored)
}

.hover\:shadow-warning\/50:hover {
    --tw-shadow-color: rgba(255, 152, 0, .5);
    --tw-shadow: var(--tw-shadow-colored)
}

.hover\:shadow-info\/50:hover {
    --tw-shadow-color: rgba(14, 165, 233, .5);
    --tw-shadow: var(--tw-shadow-colored)
}

.hover\:shadow-secondary\/50:hover {
    --tw-shadow-color: rgba(240, 0, 185, .5);
    --tw-shadow: var(--tw-shadow-colored)
}

.hover\:shadow-success\/50:hover {
    --tw-shadow-color: rgba(16, 185, 129, .5);
    --tw-shadow: var(--tw-shadow-colored)
}

.hover\:shadow-error\/50:hover {
    --tw-shadow-color: rgba(255, 87, 36, .5);
    --tw-shadow: var(--tw-shadow-colored)
}

.focus\:z-10:focus {
    z-index: 10
}

.focus\:border-primary:focus {
    border-color: #ed1d49
}

.focus\:border-secondary:focus {
    border-color: #f000b9
}

.focus\:\!border-success:focus {
    border-color: #10b981 !important
}

.focus\:\!border-error:focus {
    border-color: #ed1d49 !important
}

.focus\:border-slate-500:focus {
    border-color: #64748b
}

.focus\:\!border-info:focus {
    border-color: #0ea5e9 !important
}

.focus\:\!border-warning:focus {
    border-color: #ff9800 !important
}

.focus\:bg-primary\/20:focus {
    background-color: rgba(79, 70, 229, .2)
}

.focus\:bg-slate-100:focus {
    background-color: #f1f5f9
}

.focus\:bg-primary-focus:focus {
    background-color: #4338ca
}

.focus\:bg-slate-300\/20:focus {
    background-color: rgba(203, 213, 225, .2)
}

.focus\:bg-slate-150:focus {
    background-color: #1d1e30;
}

.focus\:bg-slate-200:focus {
    background-color: #e2e8f0
}

.focus\:bg-secondary\/20:focus {
    background-color: rgba(240, 0, 185, .2)
}

.focus\:bg-info\/20:focus {
    background-color: rgba(14, 165, 233, .2)
}

.focus\:bg-success\/20:focus {
    background-color: rgba(16, 185, 129, .2)
}

.focus\:bg-error\/20:focus {
    background-color: rgba(255, 87, 36, .2)
}

.focus\:bg-info-focus:focus {
    background-color: #0284c7
}

.focus\:bg-warning\/20:focus {
    background-color: rgba(255, 152, 0, .2)
}

.focus\:bg-success-focus:focus {
    background-color: #059669
}

.focus\:bg-warning-focus:focus {
    background-color: #e68200
}

.focus\:bg-black\/30:focus {
    background-color: rgba(0, 0, 0, .3)
}

.focus\:bg-white\/20:focus {
    background-color: hsla(0, 0%, 100%, .2)
}

.focus\:bg-white\/30:focus {
    background-color: hsla(0, 0%, 100%, .3)
}

.focus\:bg-primary\/10:focus {
    background-color: rgba(79, 70, 229, .1)
}

.focus\:bg-primary:focus {
    background-color: #4f46e5
}

.focus\:bg-secondary-focus:focus {
    background-color: #bd0090
}

.focus\:bg-error-focus:focus {
    background-color: #f03000
}

.focus\:bg-navy-450:focus {
    background-color: #465675
}

.focus\:bg-slate-300:focus {
    background-color: #cbd5e1
}

.focus\:bg-info:focus {
    background-color: #0ea5e9
}

.focus\:bg-warning:focus {
    background-color: #ff9800
}

.focus\:bg-secondary:focus {
    background-color: #f000b9
}

.focus\:bg-success:focus {
    background-color: #10b981
}

.focus\:bg-error:focus {
    background-color: #ed1d49
}

.focus\:text-primary:focus {
    color: #4f46e5
}

.focus\:text-slate-800:focus {
    color: #1e293b
}

.focus\:text-primary\/70:focus {
    color: rgba(79, 70, 229, .7)
}

.focus\:text-navy-800:focus {
    color: #202b40
}

.focus\:text-error:focus {
    color: #ed1d49
}

.focus\:text-white:focus {
    color: #fff
}

.focus\:text-secondary:focus {
    color: #f000b9
}

.focus\:text-success:focus {
    color: #10b981
}

.focus\:text-info:focus {
    color: #0ea5e9
}

.focus\:underline:focus {
    text-decoration-line: underline
}

.focus\:opacity-100:focus {
    opacity: 1
}

.focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus\:shadow-slate-200\/50:focus {
    --tw-shadow-color: rgba(226, 232, 240, .5);
    --tw-shadow: var(--tw-shadow-colored)
}

.focus\:shadow-primary\/50:focus {
    --tw-shadow-color: rgba(79, 70, 229, .5);
    --tw-shadow: var(--tw-shadow-colored)
}

.focus\:shadow-info\/50:focus {
    --tw-shadow-color: rgba(14, 165, 233, .5);
    --tw-shadow: var(--tw-shadow-colored)
}

.focus\:shadow-success\/50:focus {
    --tw-shadow-color: rgba(16, 185, 129, .5);
    --tw-shadow: var(--tw-shadow-colored)
}

.focus\:shadow-error\/50:focus {
    --tw-shadow-color: rgba(255, 87, 36, .5);
    --tw-shadow: var(--tw-shadow-colored)
}

.focus\:shadow-warning\/50:focus {
    --tw-shadow-color: rgba(255, 152, 0, .5);
    --tw-shadow: var(--tw-shadow-colored)
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.active\:bg-primary\/25:active {
    background-color: rgba(79, 70, 229, .25)
}

.active\:bg-primary-focus\/90:active {
    background-color: rgba(67, 56, 202, .9)
}

.active\:bg-slate-300\/25:active {
    background-color: rgba(203, 213, 225, .25)
}

.active\:bg-slate-150\/80:active {
    background-color: rgb(35 36 55);
}

.active\:bg-slate-200\/80:active {
    background-color: rgba(226, 232, 240, .8)
}

.active\:bg-secondary\/25:active {
    background-color: rgba(240, 0, 185, .25)
}

.active\:bg-info\/25:active {
    background-color: rgba(14, 165, 233, .25)
}

.active\:bg-success\/25:active {
    background-color: rgba(16, 185, 129, .25)
}

.active\:bg-info-focus\/90:active {
    background-color: rgba(2, 132, 199, .9)
}

.active\:bg-warning\/25:active {
    background-color: rgba(255, 152, 0, .25)
}

.active\:bg-error\/25:active {
    background-color: rgba(255, 87, 36, .25)
}

.active\:bg-success-focus\/90:active {
    background-color: rgba(5, 150, 105, .9)
}

.active\:bg-warning-focus\/90:active {
    background-color: rgba(230, 130, 0, .9)
}

.active\:bg-white\/25:active {
    background-color: hsla(0, 0%, 100%, .25)
}

.active\:bg-secondary-focus\/90:active {
    background-color: rgba(189, 0, 144, .9)
}

.active\:bg-error-focus\/90:active {
    background-color: rgba(240, 48, 0, .9)
}

.active\:bg-navy-450\/90:active {
    background-color: rgba(70, 86, 117, .9)
}

.active\:bg-slate-300\/80:active {
    background-color: rgba(203, 213, 225, .8)
}

.active\:bg-info\/90:active {
    background-color: rgba(14, 165, 233, .9)
}

.active\:bg-warning\/90:active {
    background-color: rgba(255, 152, 0, .9)
}

.active\:bg-primary\/90:active {
    background-color: rgba(79, 70, 229, .9)
}

.active\:bg-secondary\/90:active {
    background-color: rgba(240, 0, 185, .9)
}

.active\:bg-success\/90:active {
    background-color: rgba(16, 185, 129, .9)
}

.active\:bg-error\/90:active {
    background-color: rgba(255, 87, 36, .9)
}

.disabled\:pointer-events-none:disabled {
    pointer-events: none
}

.disabled\:select-none:disabled {
    -webkit-user-select: none;
    user-select: none
}

.disabled\:border-none:disabled {
    border-style: none
}

.disabled\:border-slate-300:disabled {
    border-color: #cbd5e1
}

.disabled\:bg-zinc-100:disabled {
    background-color: #f4f4f5
}

.disabled\:opacity-60:disabled {
    opacity: .6
}

.group:hover .group-hover\:text-primary {
    color: #4f46e5
}

.group:hover .group-hover\:text-slate-500 {
    color: #64748b
}

.group:hover .group-hover\:opacity-100 {
    opacity: 1
}

.group:focus .group-focus\:text-primary {
    color: #4f46e5
}

.group:focus .group-focus\:text-slate-500 {
    color: #64748b
}

.peer:focus~.peer-focus\:text-primary {
    color: #ed1d49;
}

.dark .dark\:divide-navy-500&gt;:not([hidden])~:not([hidden]) {
    border-color: #384766
}

.dark .dark\:border-navy-700 {
    border-color: #26334d
}

.dark .dark\:border-navy-600 {
    border-color: #313e59
}

.dark .dark\:border-slate-700 {
    border-color: #334155
}

.dark .dark\:border-navy-500 {
    border-color: #384766
}

.dark .dark\:border-navy-450 {
    border-color: #465675
}

.dark .dark\:border-secondary-light\/30 {
    border-color: rgba(255, 87, 216, .3)
}

.dark .dark\:border-accent {
    border-color: #5f5af6
}

.dark .dark\:border-navy-800 {
    border-color: #202b40
}

.dark .dark\:border-navy-400 {
    border-color: #5c6b8a
}

.dark .dark\:border-secondary-light {
    border-color: #ff57d8
}

.dark .dark\:border-navy-900 {
    border-color: #192132
}

.dark .dark\:border-accent-light {
    border-color: #818cf8
}

.dark .dark\:border-accent-light\/30 {
    border-color: rgba(129, 140, 248, .3)
}

.dark .dark\:border-secondary {
    border-color: #f000b9
}

.dark .dark\:border-navy-300 {
    border-color: #697a9b
}

.dark .dark\:border-accent\/30 {
    border-color: rgba(95, 90, 246, .3)
}

.dark .dark\:border-b-navy-500 {
    border-bottom-color: #384766
}

.dark .dark\:border-r-transparent {
    border-right-color: transparent
}

.dark .dark\:border-r-navy-300 {
    border-right-color: #697a9b
}

.dark .dark\:border-r-accent {
    border-right-color: #5f5af6
}

.dark .dark\:bg-navy-900 {
    background-color: #192132
}

.dark .dark\:bg-navy-800 {
    background-color: #202b40
}

.dark .dark\:bg-navy-600 {
    background-color: #313e59
}

.dark .dark\:bg-navy-700 {
    background-color: #26334d
}

.dark .dark\:bg-accent {
    background-color: #5f5af6
}

.dark .dark\:bg-navy-750 {
    background-color: #222e45
}

.dark .dark\:bg-accent-light\/10 {
    background-color: rgba(129, 140, 248, .1)
}

.dark .dark\:bg-navy-900\/90 {
    background-color: rgba(25, 33, 50, .9)
}

.dark .dark\:bg-navy-450 {
    background-color: #465675
}

.dark .dark\:bg-navy-500 {
    background-color: #384766
}

.dark .dark\:bg-secondary-light\/25 {
    background-color: rgba(255, 87, 216, .25)
}

.dark .dark\:bg-secondary-light {
    background-color: #ff57d8
}

.dark .dark\:bg-success\/25 {
    background-color: rgba(16, 185, 129, .25)
}

.dark .dark\:bg-secondary-light\/10 {
    background-color: rgba(255, 87, 216, .1)
}

.dark .dark\:bg-accent-light\/15 {
    background-color: rgba(129, 140, 248, .15)
}

.dark .dark\:bg-secondary-light\/15 {
    background-color: rgba(255, 87, 216, .15)
}

.dark .dark\:bg-info\/15 {
    background-color: rgba(14, 165, 233, .15)
}

.dark .dark\:bg-success\/15 {
    background-color: rgba(16, 185, 129, .15)
}

.dark .dark\:bg-warning\/15 {
    background-color: rgba(255, 152, 0, .15)
}

.dark .dark\:bg-error\/15 {
    background-color: rgba(255, 87, 36, .15)
}

.dark .dark\:bg-secondary\/15 {
    background-color: rgba(240, 0, 185, .15)
}

.dark .dark\:bg-navy-400 {
    background-color: #5c6b8a
}

.dark .dark\:bg-warning {
    background-color: #ff9800
}

.dark .dark\:bg-secondary {
    background-color: #f000b9
}

.dark .dark\:bg-success {
    background-color: #10b981
}

.dark .dark\:bg-info {
    background-color: #0ea5e9
}

.dark .dark\:bg-warning\/25 {
    background-color: rgba(255, 152, 0, .25)
}

.dark .dark\:bg-info\/25 {
    background-color: rgba(14, 165, 233, .25)
}

.dark .dark\:bg-transparent {
    background-color: transparent
}

.dark .dark\:bg-secondary\/25 {
    background-color: rgba(240, 0, 185, .25)
}

.dark .dark\:bg-error\/25 {
    background-color: rgba(255, 87, 36, .25)
}

.dark .dark\:bg-accent\/25 {
    background-color: rgba(95, 90, 246, .25)
}

.dark .dark\:bg-accent-focus {
    background-color: #4d47f5
}

.dark .dark\:bg-navy-300 {
    background-color: #697a9b
}

.dark .dark\:bg-white\/20 {
    background-color: hsla(0, 0%, 100%, .2)
}

.dark .dark\:bg-accent\/10 {
    background-color: rgba(95, 90, 246, .1)
}

.dark .dark\:fill-navy-200 {
    fill: #a3adc2
}

.dark .dark\:fill-accent {
    fill: #5f5af6
}

.dark .dark\:stroke-accent-light {
    stroke: #818cf8
}

.dark .dark\:stroke-navy-200 {
    stroke: #a3adc2
}

.dark .dark\:text-navy-100 {
    color: #c2c9d6
}

.dark .dark\:text-navy-300 {
    color: #697a9b
}

.dark .dark\:text-accent-light {
    color: #818cf8
}

.dark .dark\:text-accent-light\/80 {
    color: rgba(129, 140, 248, .8)
}

.dark .dark\:text-navy-200 {
    color: #a3adc2
}

.dark .dark\:text-white {
    color: #fff
}

.dark .dark\:text-accent {
    color: #5f5af6
}

.dark .dark\:text-secondary-light {
    color: #ff57d8
}

.dark .dark\:text-navy-50 {
    color: #e7e9ef
}

.dark .dark\:text-navy-600 {
    color: #313e59
}

.dark .dark\:text-navy-700 {
    color: #26334d
}

.dark .dark\:placeholder-navy-300::placeholder {
    color: #697a9b
}

.dark .dark\:shadow-soft-dark {
    --tw-shadow: 0 3px 10px 0 rgba(25, 33, 50, .3);
    --tw-shadow-colored: 0 3px 10px 0 var(--tw-shadow-color)
}

.dark .dark\:shadow-none,
.dark .dark\:shadow-soft-dark {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.dark .dark\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000
}

.dark .dark\:shadow-accent\/50 {
    --tw-shadow-color: rgba(95, 90, 246, .5);
    --tw-shadow: var(--tw-shadow-colored)
}

.dark .dark\:shadow-navy-450\/50 {
    --tw-shadow-color: rgba(70, 86, 117, .5);
    --tw-shadow: var(--tw-shadow-colored)
}

.dark .dark\:ring-accent\/50 {
    --tw-ring-color: rgba(95, 90, 246, .5)
}

.dark .dark\:ring-navy-700 {
    --tw-ring-color: #26334d
}

.dark .dark\:ring-accent {
    --tw-ring-color: #5f5af6
}

.dark .dark\:placeholder\:text-navy-300::placeholder {
    color: #697a9b
}

.dark .dark\:placeholder\:text-navy-200::placeholder {
    color: #a3adc2
}

.dark .dark\:before\:bg-navy-300:before {
    background-color: #697a9b;
    content: var(--tw-content)
}

.dark .dark\:before\:bg-accent:before {
    background-color: #5f5af6;
    content: var(--tw-content)
}

.dark .dark\:before\:bg-navy-500:before {
    background-color: #384766;
    content: var(--tw-content)
}

.dark .dark\:before\:bg-navy-200:before {
    background-color: #a3adc2;
    content: var(--tw-content)
}

.dark .dark\:before\:bg-secondary-light:before {
    background-color: #ff57d8;
    content: var(--tw-content)
}

.dark .dark\:before\:bg-navy-400:before {
    background-color: #5c6b8a;
    content: var(--tw-content)
}

.dark .dark\:checked\:border-accent:checked {
    border-color: #5f5af6
}

.dark .dark\:checked\:border-secondary-light:checked {
    border-color: #ff57d8
}

.dark .dark\:checked\:border-navy-400:checked {
    border-color: #5c6b8a
}

.dark .dark\:checked\:border-navy-200:checked {
    border-color: #a3adc2
}

.dark .dark\:checked\:bg-navy-400:checked {
    background-color: #5c6b8a
}

.dark .dark\:checked\:bg-accent:checked {
    background-color: #5f5af6
}

.dark .dark\:checked\:bg-secondary-light:checked {
    background-color: #ff57d8
}

.dark .dark\:checked\:before\:bg-white:checked:before {
    background-color: #fff;
    content: var(--tw-content)
}

.dark .dark\:checked\:before\:bg-accent:checked:before {
    background-color: #5f5af6;
    content: var(--tw-content)
}

.dark .dark\:checked\:before\:bg-secondary-light:checked:before {
    background-color: #ff57d8;
    content: var(--tw-content)
}

.dark .dark\:checked\:before\:bg-navy-200:checked:before {
    background-color: #a3adc2;
    content: var(--tw-content)
}

.dark .dark\:focus-within\:\!border-accent:focus-within {
    border-color: #5f5af6 !important
}

.dark .dark\:hover\:border-navy-400:hover {
    border-color: #5c6b8a
}

.dark .dark\:hover\:border-accent:hover {
    border-color: #5f5af6
}

.dark .dark\:hover\:border-secondary-light:hover {
    border-color: #ff57d8
}

.dark .dark\:hover\:border-navy-200:hover {
    border-color: #a3adc2
}

.dark .dark\:hover\:bg-navy-300\/20:hover {
    background-color: rgba(105, 122, 155, .2)
}

.dark .dark\:hover\:bg-navy-450:hover {
    background-color: #465675
}

.dark .dark\:hover\:bg-navy-600:hover {
    background-color: #313e59
}

.dark .dark\:hover\:bg-accent-focus:hover {
    background-color: #4d47f5
}

.dark .dark\:hover\:bg-navy-900:hover {
    background-color: #192132
}

.dark .dark\:hover\:bg-navy-500:hover {
    background-color: #384766
}

.dark .dark\:hover\:bg-secondary-light\/20:hover {
    background-color: rgba(255, 87, 216, .2)
}

.dark .dark\:hover\:bg-accent-light\/20:hover {
    background-color: rgba(129, 140, 248, .2)
}

.dark .dark\:hover\:bg-accent-light\/15:hover {
    background-color: rgba(129, 140, 248, .15)
}

.dark .dark\:hover\:bg-accent:hover {
    background-color: #5f5af6
}

.dark .dark\:hover\:bg-accent-light\/10:hover {
    background-color: rgba(129, 140, 248, .1)
}

.dark .dark\:hover\:bg-secondary:hover {
    background-color: #f000b9
}

.dark .dark\:hover\:bg-white\/30:hover {
    background-color: hsla(0, 0%, 100%, .3)
}

.dark .dark\:hover\:text-accent-light:hover {
    color: #818cf8
}

.dark .dark\:hover\:text-accent:hover {
    color: #5f5af6
}

.dark .dark\:hover\:text-navy-100:hover {
    color: #c2c9d6
}

.dark .dark\:hover\:text-accent-light\/70:hover {
    color: rgba(129, 140, 248, .7)
}

.dark .dark\:hover\:text-navy-50:hover {
    color: #e7e9ef
}

.dark .dark\:hover\:text-white:hover {
    color: #fff
}

.dark .dark\:hover\:text-secondary-light:hover {
    color: #ff57d8
}

.dark .dark\:hover\:shadow-navy-450\/50:hover {
    --tw-shadow-color: rgba(70, 86, 117, .5);
    --tw-shadow: var(--tw-shadow-colored)
}

.dark .dark\:hover\:shadow-accent\/50:hover {
    --tw-shadow-color: rgba(95, 90, 246, .5);
    --tw-shadow: var(--tw-shadow-colored)
}

.dark .dark\:focus\:border-accent:focus {
    border-color: #5f5af6
}

.dark .dark\:focus\:border-secondary-light:focus {
    border-color: #ff57d8
}

.dark .dark\:focus\:border-navy-200:focus {
    border-color: #a3adc2
}

.dark .dark\:focus\:bg-navy-300\/20:focus {
    background-color: rgba(105, 122, 155, .2)
}

.dark .dark\:focus\:bg-navy-450:focus {
    background-color: #465675
}

.dark .dark\:focus\:bg-navy-600:focus {
    background-color: #313e59
}

.dark .dark\:focus\:bg-accent-focus:focus {
    background-color: #4d47f5
}

.dark .dark\:focus\:bg-navy-900:focus {
    background-color: #192132
}

.dark .dark\:focus\:bg-navy-500:focus {
    background-color: #384766
}

.dark .dark\:focus\:bg-secondary-light\/20:focus {
    background-color: rgba(255, 87, 216, .2)
}

.dark .dark\:focus\:bg-accent-light\/20:focus {
    background-color: rgba(129, 140, 248, .2)
}

.dark .dark\:focus\:bg-accent-light\/15:focus {
    background-color: rgba(129, 140, 248, .15)
}

.dark .dark\:focus\:bg-accent:focus {
    background-color: #5f5af6
}

.dark .dark\:focus\:bg-secondary:focus {
    background-color: #f000b9
}

.dark .dark\:focus\:bg-white\/30:focus {
    background-color: hsla(0, 0%, 100%, .3)
}

.dark .dark\:focus\:text-accent-light:focus {
    color: #818cf8
}

.dark .dark\:focus\:text-accent:focus {
    color: #5f5af6
}

.dark .dark\:focus\:text-navy-100:focus {
    color: #c2c9d6
}

.dark .dark\:focus\:text-accent-light\/70:focus {
    color: rgba(129, 140, 248, .7)
}

.dark .dark\:focus\:text-white:focus {
    color: #fff
}

.dark .dark\:focus\:text-secondary-light:focus {
    color: #ff57d8
}

.dark .dark\:focus\:shadow-navy-450\/50:focus {
    --tw-shadow-color: rgba(70, 86, 117, .5);
    --tw-shadow: var(--tw-shadow-colored)
}

.dark .dark\:focus\:shadow-accent\/50:focus {
    --tw-shadow-color: rgba(95, 90, 246, .5);
    --tw-shadow: var(--tw-shadow-colored)
}

.dark .dark\:active\:bg-navy-300\/25:active {
    background-color: rgba(105, 122, 155, .25)
}

.dark .dark\:active\:bg-navy-450\/90:active {
    background-color: rgba(70, 86, 117, .9)
}

.dark .dark\:active\:bg-accent\/90:active {
    background-color: rgba(95, 90, 246, .9)
}

.dark .dark\:active\:bg-navy-500\/90:active {
    background-color: rgba(56, 71, 102, .9)
}

.dark .dark\:active\:bg-secondary-light\/25:active {
    background-color: rgba(255, 87, 216, .25)
}

.dark .dark\:active\:bg-accent-light\/25:active {
    background-color: rgba(129, 140, 248, .25)
}

.dark .dark\:active\:bg-accent-focus\/90:active {
    background-color: rgba(77, 71, 245, .9)
}

.dark .dark\:active\:bg-secondary\/90:active {
    background-color: rgba(240, 0, 185, .9)
}

.dark .dark\:disabled\:border-navy-450:disabled {
    border-color: #465675
}

.dark .dark\:disabled\:bg-navy-600:disabled {
    background-color: #313e59
}

.dark .group:hover .dark\:group-hover\:text-accent-light {
    color: #818cf8
}

.dark .group:hover .dark\:group-hover\:text-navy-200 {
    color: #a3adc2
}

.dark .group:hover .dark\:group-hover\:text-accent {
    color: #5f5af6
}

.dark .group:focus .dark\:group-focus\:text-accent-light {
    color: #818cf8
}

.dark .group:focus .dark\:group-focus\:text-navy-200 {
    color: #a3adc2
}

.dark .group:focus .dark\:group-focus\:text-accent,
.dark .peer:focus~.dark\:peer-focus\:text-accent {
    color: #5f5af6
}

@media print {
    .print\:hidden {
        display: none
    }
}

@media (min-width:640px) {
    .sm\:order-last {
        order: 9999
    }

    .sm\:order-first {
        order: -9999
    }

    .sm\:order-none {
        order: 0
    }

    .sm\:col-span-4 {
        grid-column: span 4/span 4
    }

    .sm\:col-span-8 {
        grid-column: span 8/span 8
    }

    .sm\:col-span-6 {
        grid-column: span 6/span 6
    }

    .sm\:col-span-2 {
        grid-column: span 2/span 2
    }

    .sm\:col-span-5 {
        grid-column: span 5/span 5
    }

    .sm\:col-span-7 {
        grid-column: span 7/span 7
    }

    .sm\:m-0 {
        margin: 0
    }

    .sm\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem
    }

    .sm\:mr-10 {
        margin-right: 2.5rem
    }

    .sm\:ml-10 {
        margin-left: 2.5rem
    }

    .sm\:mt-5 {
        margin-top: 1.25rem
    }

    .sm\:mt-0 {
        margin-top: 0
    }

    .sm\:mt-2 {
        margin-top: .5rem
    }

    .sm\:-mr-1\.5 {
        margin-right: -.375rem
    }

    .sm\:-mr-1 {
        margin-right: -.25rem
    }

    .sm\:block {
        display: block
    }

    .sm\:flex {
        display: flex
    }

    .sm\:inline-flex {
        display: inline-flex
    }

    .sm\:hidden {
        display: none
    }

    .sm\:h-8 {
        height: 2rem
    }

    .sm\:h-5 {
        height: 1.25rem
    }

    .sm\:h-9 {
        height: 2.25rem
    }

    .sm\:w-80 {
        width: 20rem
    }

    .sm\:w-8 {
        width: 2rem
    }

    .sm\:w-5 {
        width: 1.25rem
    }

    .sm\:w-72 {
        width: 18rem
    }

    .sm\:w-9 {
        width: 2.25rem
    }

    .sm\:flex-initial {
        flex: 0 1 auto
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .sm\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .sm\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }

    .sm\:flex-row {
        flex-direction: row
    }

    .sm\:flex-col {
        flex-direction: column
    }

    .sm\:items-start {
        align-items: flex-start
    }

    .sm\:items-center {
        align-items: center
    }

    .sm\:justify-start {
        justify-content: flex-start
    }

    .sm\:justify-between {
        justify-content: space-between
    }

    .sm\:gap-5 {
        gap: 1.25rem
    }

    .sm\:gap-x-5 {
        column-gap: 1.25rem
    }

    .sm\:space-x-5&gt;:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-left: calc(1.25rem*(1 - var(--tw-space-x-reverse)));
        margin-right: calc(1.25rem*var(--tw-space-x-reverse))
    }

    .sm\:space-y-0&gt;:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-bottom: calc(0px*var(--tw-space-y-reverse));
        margin-top: calc(0px*(1 - var(--tw-space-y-reverse)))
    }

    .sm\:space-y-5&gt;:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-bottom: calc(1.25rem*var(--tw-space-y-reverse));
        margin-top: calc(1.25rem*(1 - var(--tw-space-y-reverse)))
    }

    .sm\:space-x-3&gt;:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-left: calc(.75rem*(1 - var(--tw-space-x-reverse)));
        margin-right: calc(.75rem*var(--tw-space-x-reverse))
    }

    .sm\:space-x-7&gt;:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-left: calc(1.75rem*(1 - var(--tw-space-x-reverse)));
        margin-right: calc(1.75rem*var(--tw-space-x-reverse))
    }

    .sm\:divide-x&gt;:not([hidden])~:not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-left-width: calc(1px*(1 - var(--tw-divide-x-reverse)));
        border-right-width: calc(1px*var(--tw-divide-x-reverse))
    }

    .sm\:divide-y-0&gt;:not([hidden])~:not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-bottom-width: calc(0px*var(--tw-divide-y-reverse));
        border-top-width: calc(0px*(1 - var(--tw-divide-y-reverse)))
    }

    .sm\:p-5 {
        padding: 1.25rem
    }

    .sm\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .sm\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .sm\:py-6 {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem
    }

    .sm\:py-3 {
        padding-bottom: .75rem;
        padding-top: .75rem
    }

    .sm\:px-18 {
        padding-left: 4.5rem;
        padding-right: 4.5rem
    }

    .sm\:pb-0 {
        padding-bottom: 0
    }

    .sm\:pl-8 {
        padding-left: 2rem
    }

    .sm\:pl-2 {
        padding-left: .5rem
    }

    .sm\:pl-0 {
        padding-left: 0
    }

    .sm\:text-left {
        text-align: left
    }

    .sm\:text-right {
        text-align: right
    }

    .sm\:opacity-0 {
        opacity: 0
    }
}

@media (min-width:1024px) {
    .lg\:static {
        position: static
    }

    .lg\:order-last {
        order: 9999
    }

    .lg\:order-none {
        order: 0
    }

    .lg\:col-span-8 {
        grid-column: span 8/span 8
    }

    .lg\:col-span-4 {
        grid-column: span 4/span 4
    }

    .lg\:col-span-3 {
        grid-column: span 3/span 3
    }

    .lg\:col-span-9 {
        grid-column: span 9/span 9
    }

    .lg\:col-span-1 {
        grid-column: span 1/span 1
    }

    .lg\:col-span-6 {
        grid-column: span 6/span 6
    }

    .lg\:col-span-5 {
        grid-column: span 5/span 5
    }

    .lg\:col-span-7 {
        grid-column: span 7/span 7
    }

    .lg\:col-span-2 {
        grid-column: span 2/span 2
    }

    .lg\:mr-80 {
        margin-right: 20rem
    }

    .lg\:mt-6 {
        margin-top: 1.5rem
    }

    .lg\:mt-0 {
        margin-top: 0
    }

    .lg\:mt-10 {
        margin-top: 2.5rem
    }

    .lg\:block {
        display: block
    }

    .lg\:flex {
        display: flex
    }

    .lg\:inline-flex {
        display: inline-flex
    }

    .lg\:grid {
        display: grid
    }

    .lg\:hidden {
        display: none
    }

    .lg\:h-48 {
        height: 12rem
    }

    .lg\:h-auto {
        height: auto
    }

    .lg\:h-12 {
        height: 3rem
    }

    .lg\:w-48 {
        width: 12rem
    }

    .lg\:w-80 {
        width: 20rem
    }

    .lg\:w-12 {
        width: 3rem
    }

    .lg\:max-w-md {
        max-width: 28rem
    }

    .lg\:shrink-0 {
        flex-shrink: 0
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .lg\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .lg\:flex-row {
        flex-direction: row
    }

    .lg\:place-items-center {
        place-items: center
    }

    .lg\:gap-6 {
        gap: 1.5rem
    }

    .lg\:gap-24 {
        gap: 6rem
    }

    .lg\:space-y-6&gt;:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-bottom: calc(1.5rem*var(--tw-space-y-reverse));
        margin-top: calc(1.5rem*(1 - var(--tw-space-y-reverse)))
    }

    .lg\:space-x-6&gt;:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-left: calc(1.5rem*(1 - var(--tw-space-x-reverse)));
        margin-right: calc(1.5rem*var(--tw-space-x-reverse))
    }

    .lg\:space-x-4&gt;:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)));
        margin-right: calc(1rem*var(--tw-space-x-reverse))
    }

    .lg\:rounded-t-none {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .lg\:rounded-l-lg {
        border-bottom-left-radius: .5rem;
        border-top-left-radius: .5rem
    }

    .lg\:p-7 {
        padding: 1.75rem
    }

    .lg\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .lg\:py-6 {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem
    }

    .lg\:py-3 {
        padding-bottom: .75rem;
        padding-top: .75rem
    }

    .lg\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .lg\:pl-9 {
        padding-left: 2.25rem
    }

    .lg\:pl-0 {
        padding-left: 0
    }

    .lg\:pr-0 {
        padding-right: 0
    }

    .lg\:text-left {
        text-align: left
    }

    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .lg\:text-xl {
        font-size: 1.25rem
    }

    .lg\:text-lg,
    .lg\:text-xl {
        line-height: 1.75rem
    }

    .lg\:text-lg {
        font-size: 1.125rem
    }

    .lg\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }

    .lg\:opacity-100 {
        opacity: 1
    }
}

@media (min-width:1280px) {
    .xl\:col-span-9 {
        grid-column: span 9/span 9
    }

    .xl\:col-span-3 {
        grid-column: span 3/span 3
    }

    .xl\:col-span-7 {
        grid-column: span 7/span 7
    }

    .xl\:col-span-5 {
        grid-column: span 5/span 5
    }

    .xl\:col-span-6 {
        grid-column: span 6/span 6
    }

    .xl\:hidden {
        display: none
    }

    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .xl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

.todo-app .sortable-ghost {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-color: #f1f5f9;
    background-color: #f1f5f9;
    border-radius: .5rem;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.dark .todo-app .sortable-ghost {
    --tw-ring-color: #384766;
    background-color: #384766
}

.kanban-app .sortable-ghost {
    background-color: #f1f5f9;
    border-radius: .5rem
}

.dark .kanban-app .sortable-ghost {
    background-color: #384766
}

.kanban-app .board-draggable-handler {
    cursor: grab
}

@supports selector(::-webkit-scrollbar) {
    .kanban-scrollbar::-webkit-scrollbar {
        height: .625rem
    }

    .kanban-scrollbar::-webkit-scrollbar-thumb {
        background-color: rgba(148, 163, 184, .8);
        border-radius: 9999px
    }

    .dark .kanban-scrollbar::-webkit-scrollbar-thumb {
        background-color: #5c6b8a
    }

    .kanban-scrollbar::-webkit-scrollbar-thumb:hover {
        background-color: #64748b
    }

    .dark .kanban-scrollbar::-webkit-scrollbar-thumb:hover {
        background-color: #697a9b
    }
}

@media (hover:none) and (pointer:coarse) {

    .kanban-app .sortable-chosen,
    .todo-app .sortable-chosen {
        background-color: #f1f5f9;
        border-radius: .5rem
    }

    .dark .kanban-app .sortable-chosen,
    .dark .todo-app .sortable-chosen {
        background-color: #384766
    }
}

.chat-footer:after,
.chat-footer:before,
.chat-header:after,
.chat-header:before {
    --tw-content: "";
    background-color: inherit;
    content: var(--tw-content);
    height: 100%;
    position: absolute;
    width: calc(100vw - 100%)
}

.chat-footer:before,
.chat-header:before {
    left: calc(-100vw - -100%)
}

.chat-footer:after,
.chat-header:after {
    right: calc(-100vw - -100%)
}

.course-schedule-chart .apexcharts-series path {
    -webkit-clip-path: inset(5% 5% 5% 0 round 6px);
    clip-path: inset(5% 5% 5% 0 round 6px)
}

.top-sellers-analytics .apexcharts-canvas .apexcharts-heatmap-rect {
    color: #f1f5f9
}

.dark .top-sellers-analytics .apexcharts-canvas .apexcharts-heatmap-rect {
    color: #26334d
}

pre code.hljs {
    display: block;
    overflow-x: auto;
    padding: 1em
}

code.hljs {
    padding: 3px 5px
}

.hljs {
    background: #282c34;
    color: #abb2bf
}

.hljs-comment,
.hljs-quote {
    color: #5c6370;
    font-style: italic
}

.hljs-doctag,
.hljs-formula,
.hljs-keyword {
    color: #c678dd
}

.hljs-deletion,
.hljs-name,
.hljs-section,
.hljs-selector-tag,
.hljs-subst {
    color: #e06c75
}

.hljs-literal {
    color: #56b6c2
}

.hljs-addition,
.hljs-attribute,
.hljs-meta .hljs-string,
.hljs-regexp,
.hljs-string {
    color: #98c379
}

.hljs-attr,
.hljs-number,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-selector-pseudo,
.hljs-template-variable,
.hljs-type,
.hljs-variable {
    color: #d19a66
}

.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-symbol,
.hljs-title {
    color: #61aeee
}

.hljs-built_in,
.hljs-class .hljs-title,
.hljs-title.class_ {
    color: #e6c07b
}

.hljs-emphasis {
    font-style: italic
}

.hljs-strong {
    font-weight: 700
}

.hljs-link {
    text-decoration: underline
}

/*!
 * Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900)
}

.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
    font-family: Font Awesome\ 6 Free
}

.fa-brands,
.fab {
    font-family: Font Awesome\ 6 Brands
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-2xs {
    font-size: .625em;
    line-height: .1em;
    vertical-align: .225em
}

.fa-xs {
    font-size: .75em;
    line-height: .08333em;
    vertical-align: .125em
}

.fa-sm {
    font-size: .875em;
    line-height: .07143em;
    vertical-align: .05357em
}

.fa-lg {
    font-size: 1.25em;
    line-height: .05em;
    vertical-align: -.075em
}

.fa-xl {
    font-size: 1.5em;
    line-height: .04167em;
    vertical-align: -.125em
}

.fa-2xl {
    font-size: 2em;
    line-height: .03125em;
    vertical-align: -.1875em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: var(--fa-li-margin, 2.5em);
    padding-left: 0
}

.fa-ul&gt;li {
    position: relative
}

.fa-li {
    left: calc(var(--fa-li-width, 2em)*-1);
    line-height: inherit;
    position: absolute;
    text-align: center;
    width: var(--fa-li-width, 2em)
}

.fa-border {
    border-color: var(--fa-border-color, #eee);
    border-radius: var(--fa-border-radius, .1em);
    border-style: var(--fa-border-style, solid);
    border-width: var(--fa-border-width, .08em);
    padding: var(--fa-border-padding, .2em .25em .15em)
}

.fa-pull-left {
    float: left;
    margin-right: var(--fa-pull-margin, .3em)
}

.fa-pull-right {
    float: right;
    margin-left: var(--fa-pull-margin, .3em)
}

.fa-beat {
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-name: fa-beat;
    animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-bounce {
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-name: fa-bounce;
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1))
}

.fa-fade {
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-name: fa-fade;
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
}

.fa-beat-fade,
.fa-fade {
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s)
}

.fa-beat-fade {
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-name: fa-beat-fade;
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
}

.fa-flip {
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-name: fa-flip;
    animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-shake {
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-name: fa-shake;
    animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-shake,
.fa-spin {
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal)
}

.fa-spin {
    animation-duration: var(--fa-animation-duration, 2s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-name: fa-spin;
    animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-spin-reverse {
    --fa-animation-direction: reverse
}

.fa-pulse,
.fa-spin-pulse {
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-name: fa-spin;
    animation-timing-function: var(--fa-animation-timing, steps(8))
}

@media (prefers-reduced-motion:reduce) {

    .fa-beat,
    .fa-beat-fade,
    .fa-bounce,
    .fa-fade,
    .fa-flip,
    .fa-pulse,
    .fa-shake,
    .fa-spin,
    .fa-spin-pulse {
        animation-delay: -1ms;
        animation-duration: 1ms;
        animation-iteration-count: 1;
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@keyframes fa-beat {

    0%,
    90% {
        transform: scale(1)
    }

    45% {
        transform: scale(var(--fa-beat-scale, 1.25))
    }
}

@keyframes fa-bounce {
    0% {
        transform: scale(1) translateY(0)
    }

    10% {
        transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
    }

    30% {
        transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
    }

    50% {
        transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
    }

    57% {
        transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em))
    }

    64% {
        transform: scale(1) translateY(0)
    }

    to {
        transform: scale(1) translateY(0)
    }
}

@keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity, .4)
    }
}

@keyframes fa-beat-fade {

    0%,
    to {
        opacity: var(--fa-beat-fade-opacity, .4);
        transform: scale(1)
    }

    50% {
        opacity: 1;
        transform: scale(var(--fa-beat-fade-scale, 1.125))
    }
}

@keyframes fa-flip {
    50% {
        transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
    }
}

@keyframes fa-shake {
    0% {
        transform: rotate(-15deg)
    }

    4% {
        transform: rotate(15deg)
    }

    24%,
    8% {
        transform: rotate(-18deg)
    }

    12%,
    28% {
        transform: rotate(18deg)
    }

    16% {
        transform: rotate(-22deg)
    }

    20% {
        transform: rotate(22deg)
    }

    32% {
        transform: rotate(-12deg)
    }

    36% {
        transform: rotate(12deg)
    }

    40%,
    to {
        transform: rotate(0deg)
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    transform: rotate(90deg)
}

.fa-rotate-180 {
    transform: rotate(180deg)
}

.fa-rotate-270 {
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    transform: scaleX(-1)
}

.fa-flip-vertical {
    transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1)
}

.fa-rotate-by {
    transform: rotate(var(--fa-rotate-angle, none))
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: var(--fa-stack-z-index, auto)
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: var(--fa-inverse, #fff)
}

.fa-0:before {
    content: "\30"
}

.fa-1:before {
    content: "\31"
}

.fa-2:before {
    content: "\32"
}

.fa-3:before {
    content: "\33"
}

.fa-4:before {
    content: "\34"
}

.fa-5:before {
    content: "\35"
}

.fa-6:before {
    content: "\36"
}

.fa-7:before {
    content: "\37"
}

.fa-8:before {
    content: "\38"
}

.fa-9:before {
    content: "\39"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-arrows-to-circle:before {
    content: "\e4bd"
}

.fa-chevron-circle-right:before,
.fa-circle-chevron-right:before {
    content: "\f138"
}

.fa-at:before {
    content: "\40"
}

.fa-trash-alt:before,
.fa-trash-can:before {
    content: "\f2ed"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-user-times:before,
.fa-user-xmark:before {
    content: "\f235"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-comment-alt:before,
.fa-message:before {
    content: "\f27a"
}

.fa-info:before {
    content: "\f129"
}

.fa-compress-alt:before,
.fa-down-left-and-up-right-to-center:before {
    content: "\f422"
}

.fa-explosion:before {
    content: "\e4e9"
}

.fa-file-alt:before,
.fa-file-lines:before,
.fa-file-text:before {
    content: "\f15c"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-building-un:before {
    content: "\e4d9"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-calendar-alt:before,
.fa-calendar-days:before {
    content: "\f073"
}

.fa-anchor-circle-check:before {
    content: "\e4aa"
}

.fa-building-circle-arrow-right:before {
    content: "\e4d1"
}

.fa-volleyball-ball:before,
.fa-volleyball:before {
    content: "\f45f"
}

.fa-arrows-up-to-line:before {
    content: "\e4c2"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-circle-minus:before,
.fa-minus-circle:before {
    content: "\f056"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-right-from-bracket:before,
.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-soap:before {
    content: "\e06e"
}

.fa-heart-music-camera-bolt:before,
.fa-icons:before {
    content: "\f86d"
}

.fa-microphone-alt-slash:before,
.fa-microphone-lines-slash:before {
    content: "\f539"
}

.fa-bridge-circle-check:before {
    content: "\e4c9"
}

.fa-pump-medical:before {
    content: "\e06a"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-magnifying-glass-location:before,
.fa-search-location:before {
    content: "\f689"
}

.fa-forward-step:before,
.fa-step-forward:before {
    content: "\f051"
}

.fa-face-smile-beam:before,
.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-football-ball:before,
.fa-football:before {
    content: "\f44e"
}

.fa-school-circle-exclamation:before {
    content: "\e56c"
}

.fa-crop:before {
    content: "\f125"
}

.fa-angle-double-down:before,
.fa-angles-down:before {
    content: "\f103"
}

.fa-users-rectangle:before {
    content: "\e594"
}

.fa-people-roof:before {
    content: "\e537"
}

.fa-people-line:before {
    content: "\e534"
}

.fa-beer-mug-empty:before,
.fa-beer:before {
    content: "\f0fc"
}

.fa-diagram-predecessor:before {
    content: "\e477"
}

.fa-arrow-up-long:before,
.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-burn:before,
.fa-fire-flame-simple:before {
    content: "\f46a"
}

.fa-male:before,
.fa-person:before {
    content: "\f183"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-truck-plane:before {
    content: "\e58f"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-face-grin-stars:before,
.fa-grin-stars:before {
    content: "\f587"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-pastafarianism:before,
.fa-spaghetti-monster-flying:before {
    content: "\f67b"
}

.fa-arrow-down-up-across-line:before {
    content: "\e4af"
}

.fa-spoon:before,
.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-jar-wheat:before {
    content: "\e517"
}

.fa-envelopes-bulk:before,
.fa-mail-bulk:before {
    content: "\f674"
}

.fa-file-circle-exclamation:before {
    content: "\e4eb"
}

.fa-circle-h:before,
.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-pager:before {
    content: "\f815"
}

.fa-address-book:before,
.fa-contact-book:before {
    content: "\f2b9"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-k:before {
    content: "\4b"
}

.fa-landmark-flag:before {
    content: "\e51c"
}

.fa-pencil-alt:before,
.fa-pencil:before {
    content: "\f303"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-comments:before {
    content: "\f086"
}

.fa-file-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-code-pull-request:before {
    content: "\e13c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-truck-loading:before,
.fa-truck-ramp-box:before {
    content: "\f4de"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-vial-virus:before {
    content: "\e597"
}

.fa-sheet-plastic:before {
    content: "\e571"
}

.fa-blog:before {
    content: "\f781"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-person-arrow-up-from-line:before {
    content: "\e539"
}

.fa-scroll-torah:before,
.fa-torah:before {
    content: "\f6a0"
}

.fa-broom-ball:before,
.fa-quidditch-broom-ball:before,
.fa-quidditch:before {
    content: "\f458"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-archive:before,
.fa-box-archive:before {
    content: "\f187"
}

.fa-person-drowning:before {
    content: "\e545"
}

.fa-arrow-down-9-1:before,
.fa-sort-numeric-desc:before,
.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-face-grin-tongue-squint:before,
.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-w:before {
    content: "\57"
}

.fa-earth-africa:before,
.fa-globe-africa:before {
    content: "\f57c"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-tablet-alt:before,
.fa-tablet-screen-button:before {
    content: "\f3fa"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-trowel-bricks:before {
    content: "\e58a"
}

.fa-face-flushed:before,
.fa-flushed:before {
    content: "\f579"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-tent-arrow-left-right:before {
    content: "\e57f"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-box-tissue:before {
    content: "\e05b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-bell-concierge:before,
.fa-concierge-bell:before {
    content: "\f562"
}

.fa-pen-ruler:before,
.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-people-arrows-left-right:before,
.fa-people-arrows:before {
    content: "\e068"
}

.fa-mars-and-venus-burst:before {
    content: "\e523"
}

.fa-caret-square-right:before,
.fa-square-caret-right:before {
    content: "\f152"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-sun-plant-wilt:before {
    content: "\e57a"
}

.fa-toilets-portable:before {
    content: "\e584"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magnifying-glass-arrow-right:before {
    content: "\e521"
}

.fa-digital-tachograph:before,
.fa-tachograph-digital:before {
    content: "\f566"
}

.fa-users-slash:before {
    content: "\e073"
}

.fa-clover:before {
    content: "\e139"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f3e5"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-house-fire:before {
    content: "\e50c"
}

.fa-minus-square:before,
.fa-square-minus:before {
    content: "\f146"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-down:before,
.fa-square-caret-down:before {
    content: "\f150"
}

.fa-file-circle-question:before {
    content: "\e4ef"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-bars:before,
.fa-navicon:before {
    content: "\f0c9"
}

.fa-people-group:before {
    content: "\e533"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-heart-broken:before,
.fa-heart-crack:before {
    content: "\f7a9"
}

.fa-external-link-square-alt:before,
.fa-square-up-right:before {
    content: "\f360"
}

.fa-face-kiss-beam:before,
.fa-kiss-beam:before {
    content: "\f597"
}

.fa-film:before {
    content: "\f008"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-people-robbery:before {
    content: "\e536"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-circle-exclamation:before,
.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-school-circle-xmark:before {
    content: "\e56d"
}

.fa-arrow-right-from-bracket:before,
.fa-sign-out:before {
    content: "\f08b"
}

.fa-chevron-circle-down:before,
.fa-circle-chevron-down:before {
    content: "\f13a"
}

.fa-unlock-alt:before,
.fa-unlock-keyhole:before {
    content: "\f13e"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-headphones-alt:before,
.fa-headphones-simple:before {
    content: "\f58f"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-circle-dollar-to-slot:before,
.fa-donate:before {
    content: "\f4b9"
}

.fa-memory:before {
    content: "\f538"
}

.fa-road-spikes:before {
    content: "\e568"
}

.fa-fire-burner:before {
    content: "\e4f1"
}

.fa-flag:before {
    content: "\f024"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-volume-down:before,
.fa-volume-low:before {
    content: "\f027"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-compress:before {
    content: "\f066"
}

.fa-wheat-alt:before,
.fa-wheat-awn:before {
    content: "\e2cd"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-hands-holding-child:before {
    content: "\e4fa"
}

.fa-asterisk:before {
    content: "\2a"
}

.fa-check-square:before,
.fa-square-check:before {
    content: "\f14a"
}

.fa-peseta-sign:before {
    content: "\e221"
}

.fa-header:before,
.fa-heading:before {
    content: "\f1dc"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-list-squares:before,
.fa-list:before {
    content: "\f03a"
}

.fa-phone-square-alt:before,
.fa-square-phone-flip:before {
    content: "\f87b"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-circle-dot:before,
.fa-dot-circle:before {
    content: "\f192"
}

.fa-dizzy:before,
.fa-face-dizzy:before {
    content: "\f567"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-house-medical-circle-xmark:before {
    content: "\e513"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-futbol-ball:before,
.fa-futbol:before,
.fa-soccer-ball:before {
    content: "\f1e3"
}

.fa-paint-brush:before,
.fa-paintbrush:before {
    content: "\f1fc"
}

.fa-lock:before {
    content: "\f023"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-hot-tub-person:before,
.fa-hot-tub:before {
    content: "\f593"
}

.fa-map-location:before,
.fa-map-marked:before {
    content: "\f59f"
}

.fa-house-flood-water:before {
    content: "\e50e"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-bridge-lock:before {
    content: "\e4cc"
}

.fa-sack-dollar:before {
    content: "\f81d"
}

.fa-edit:before,
.fa-pen-to-square:before {
    content: "\f044"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-share-alt:before,
.fa-share-nodes:before {
    content: "\f1e0"
}

.fa-heart-circle-minus:before {
    content: "\e4ff"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-sink:before {
    content: "\e06d"
}

.fa-bag-shopping:before,
.fa-shopping-bag:before {
    content: "\f290"
}

.fa-arrow-down-z-a:before,
.fa-sort-alpha-desc:before,
.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-person-rays:before {
    content: "\e54d"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-flask-vial:before {
    content: "\e4f3"
}

.fa-hand-paper:before,
.fa-hand:before {
    content: "\f256"
}

.fa-om:before {
    content: "\f679"
}

.fa-worm:before {
    content: "\e599"
}

.fa-house-circle-xmark:before {
    content: "\e50b"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-face-kiss:before,
.fa-kiss:before {
    content: "\f596"
}

.fa-bridge-circle-xmark:before {
    content: "\e4cb"
}

.fa-face-grin-tongue:before,
.fa-grin-tongue:before {
    content: "\f589"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-face-grin-wink:before,
.fa-grin-wink:before {
    content: "\f58c"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-ear-deaf:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-road-circle-check:before {
    content: "\e564"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-rss-square:before,
.fa-square-rss:before {
    content: "\f143"
}

.fa-land-mine-on:before {
    content: "\e51b"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-stairs:before {
    content: "\e289"
}

.fa-i:before {
    content: "\49"
}

.fa-hryvnia-sign:before,
.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-pills:before {
    content: "\f484"
}

.fa-face-grin-wide:before,
.fa-grin-alt:before {
    content: "\f581"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-v:before {
    content: "\56"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-rod-asclepius:before,
.fa-rod-snake:before,
.fa-staff-aesculapius:before,
.fa-staff-snake:before {
    content: "\e579"
}

.fa-head-side-cough-slash:before {
    content: "\e062"
}

.fa-ambulance:before,
.fa-truck-medical:before {
    content: "\f0f9"
}

.fa-wheat-awn-circle-exclamation:before {
    content: "\e598"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-road-barrier:before {
    content: "\e562"
}

.fa-school:before {
    content: "\f549"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-joint:before {
    content: "\f595"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-q:before {
    content: "\51"
}

.fa-g:before {
    content: "\47"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-temperature-2:before,
.fa-temperature-half:before,
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-dong-sign:before {
    content: "\e169"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-poo-bolt:before,
.fa-poo-storm:before {
    content: "\f75a"
}

.fa-face-frown-open:before,
.fa-frown-open:before {
    content: "\f57a"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-helmet-un:before {
    content: "\e503"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-arrow-up-from-bracket:before {
    content: "\e09a"
}

.fa-folder-blank:before,
.fa-folder:before {
    content: "\f07b"
}

.fa-file-medical-alt:before,
.fa-file-waveform:before {
    content: "\f478"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-chart-simple:before {
    content: "\e473"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-vial:before {
    content: "\f492"
}

.fa-dashboard:before,
.fa-gauge-med:before,
.fa-gauge:before,
.fa-tachometer-alt-average:before {
    content: "\f624"
}

.fa-magic-wand-sparkles:before,
.fa-wand-magic-sparkles:before {
    content: "\e2ca"
}

.fa-e:before {
    content: "\45"
}

.fa-pen-alt:before,
.fa-pen-clip:before {
    content: "\f305"
}

.fa-bridge-circle-exclamation:before {
    content: "\e4ca"
}

.fa-user:before {
    content: "\f007"
}

.fa-school-circle-check:before {
    content: "\e56b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-shuttle-van:before,
.fa-van-shuttle:before {
    content: "\f5b6"
}

.fa-building-user:before {
    content: "\e4da"
}

.fa-caret-square-left:before,
.fa-square-caret-left:before {
    content: "\f191"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-key:before {
    content: "\f084"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-person-half-dress:before {
    content: "\e548"
}

.fa-road-bridge:before {
    content: "\e563"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-c:before {
    content: "\43"
}

.fa-tablet-button:before {
    content: "\f10a"
}

.fa-building-lock:before {
    content: "\e4d6"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-area-chart:before,
.fa-chart-area:before {
    content: "\f1fe"
}

.fa-house-flag:before {
    content: "\e50d"
}

.fa-person-circle-minus:before {
    content: "\e540"
}

.fa-ban:before,
.fa-cancel:before {
    content: "\f05e"
}

.fa-camera-rotate:before {
    content: "\e0d8"
}

.fa-air-freshener:before,
.fa-spray-can-sparkles:before {
    content: "\f5d0"
}

.fa-star:before {
    content: "\f005"
}

.fa-repeat:before {
    content: "\f363"
}

.fa-cross:before {
    content: "\f654"
}

.fa-box:before {
    content: "\f466"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-arrow-pointer:before,
.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-expand-arrows-alt:before,
.fa-maximize:before {
    content: "\f31e"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-shapes:before,
.fa-triangle-circle-square:before {
    content: "\f61f"
}

.fa-random:before,
.fa-shuffle:before {
    content: "\f074"
}

.fa-person-running:before,
.fa-running:before {
    content: "\f70c"
}

.fa-mobile-retro:before {
    content: "\e527"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-spider:before {
    content: "\f717"
}

.fa-hands-bound:before {
    content: "\e4f9"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-plane-circle-exclamation:before {
    content: "\e556"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-slash:before {
    content: "\f715"
}

.fa-computer-mouse:before,
.fa-mouse:before {
    content: "\f8cc"
}

.fa-arrow-right-to-bracket:before,
.fa-sign-in:before {
    content: "\f090"
}

.fa-shop-slash:before,
.fa-store-alt-slash:before {
    content: "\e070"
}

.fa-server:before {
    content: "\f233"
}

.fa-virus-covid-slash:before {
    content: "\e4a9"
}

.fa-shop-lock:before {
    content: "\e4a5"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-building-wheat:before {
    content: "\e4db"
}

.fa-person-breastfeeding:before {
    content: "\e53a"
}

.fa-right-to-bracket:before,
.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-venus:before {
    content: "\f221"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-heart-pulse:before,
.fa-heartbeat:before {
    content: "\f21e"
}

.fa-people-carry-box:before,
.fa-people-carry:before {
    content: "\f4ce"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-crown:before {
    content: "\f521"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-xmarks-lines:before {
    content: "\e59a"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-weight-scale:before,
.fa-weight:before {
    content: "\f496"
}

.fa-user-friends:before,
.fa-user-group:before {
    content: "\f500"
}

.fa-arrow-up-a-z:before,
.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-face-laugh-squint:before,
.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-arrow-circle-up:before,
.fa-circle-arrow-up:before {
    content: "\f0aa"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-person-walking:before,
.fa-walking:before {
    content: "\f554"
}

.fa-l:before {
    content: "\4c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-bed-pulse:before,
.fa-procedures:before {
    content: "\f487"
}

.fa-shuttle-space:before,
.fa-space-shuttle:before {
    content: "\f197"
}

.fa-face-laugh:before,
.fa-laugh:before {
    content: "\f599"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-heart-circle-plus:before {
    content: "\e500"
}

.fa-code-fork:before {
    content: "\e13b"
}

.fa-city:before {
    content: "\f64f"
}

.fa-microphone-alt:before,
.fa-microphone-lines:before {
    content: "\f3c9"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-colon-sign:before {
    content: "\e140"
}

.fa-headset:before {
    content: "\f590"
}

.fa-store-slash:before {
    content: "\e071"
}

.fa-road-circle-xmark:before {
    content: "\e566"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-mars-stroke-up:before,
.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-champagne-glasses:before,
.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-house-circle-exclamation:before {
    content: "\e50a"
}

.fa-file-arrow-up:before,
.fa-file-upload:before {
    content: "\f574"
}

.fa-wifi-3:before,
.fa-wifi-strong:before,
.fa-wifi:before {
    content: "\f1eb"
}

.fa-bath:before,
.fa-bathtub:before {
    content: "\f2cd"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-user-edit:before,
.fa-user-pen:before {
    content: "\f4ff"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-bold:before {
    content: "\f032"
}

.fa-anchor-lock:before {
    content: "\e4ad"
}

.fa-building-ngo:before {
    content: "\e4d7"
}

.fa-manat-sign:before {
    content: "\e1d5"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-border-style:before,
.fa-border-top-left:before {
    content: "\f853"
}

.fa-map-location-dot:before,
.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-poll:before,
.fa-square-poll-vertical:before {
    content: "\f681"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-battery-car:before,
.fa-car-battery:before {
    content: "\f5df"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-building-circle-check:before {
    content: "\e4d2"
}

.fa-person-chalkboard:before {
    content: "\e53d"
}

.fa-mars-stroke-h:before,
.fa-mars-stroke-right:before {
    content: "\f22b"
}

.fa-hand-back-fist:before,
.fa-hand-rock:before {
    content: "\f255"
}

.fa-caret-square-up:before,
.fa-square-caret-up:before {
    content: "\f151"
}

.fa-cloud-showers-water:before {
    content: "\e4e4"
}

.fa-bar-chart:before,
.fa-chart-bar:before {
    content: "\f080"
}

.fa-hands-bubbles:before,
.fa-hands-wash:before {
    content: "\e05e"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-train:before {
    content: "\f238"
}

.fa-eye-low-vision:before,
.fa-low-vision:before {
    content: "\f2a8"
}

.fa-crow:before {
    content: "\f520"
}

.fa-sailboat:before {
    content: "\e445"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-plus-square:before,
.fa-square-plus:before {
    content: "\f0fe"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-bucket:before {
    content: "\e4cf"
}

.fa-image:before {
    content: "\f03e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-cow:before {
    content: "\f6c8"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-folder-closed:before {
    content: "\e185"
}

.fa-house-tsunami:before {
    content: "\e515"
}

.fa-square-nfi:before {
    content: "\e576"
}

.fa-arrow-up-from-ground-water:before {
    content: "\e4b5"
}

.fa-glass-martini-alt:before,
.fa-martini-glass:before {
    content: "\f57b"
}

.fa-rotate-back:before,
.fa-rotate-backward:before,
.fa-rotate-left:before,
.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-columns:before,
.fa-table-columns:before {
    content: "\f0db"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-head-side-mask:before {
    content: "\e063"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-dolly-box:before,
.fa-dolly:before {
    content: "\f472"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-compress-arrows-alt:before,
.fa-minimize:before {
    content: "\f78c"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-angle-double-right:before,
.fa-angles-right:before {
    content: "\f101"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-circle-play:before,
.fa-play-circle:before {
    content: "\f144"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-eur:before,
.fa-euro-sign:before,
.fa-euro:before {
    content: "\f153"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-check-circle:before,
.fa-circle-check:before {
    content: "\f058"
}

.fa-circle-stop:before,
.fa-stop-circle:before {
    content: "\f28d"
}

.fa-compass-drafting:before,
.fa-drafting-compass:before {
    content: "\f568"
}

.fa-plate-wheat:before {
    content: "\e55a"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-person-shelter:before {
    content: "\e54f"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-face-laugh-beam:before,
.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-helicopter-symbol:before {
    content: "\e502"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-chevron-circle-up:before,
.fa-circle-chevron-up:before {
    content: "\f139"
}

.fa-lari-sign:before {
    content: "\e1c8"
}

.fa-volcano:before {
    content: "\f770"
}

.fa-person-walking-dashed-line-arrow-right:before {
    content: "\e553"
}

.fa-gbp:before,
.fa-pound-sign:before,
.fa-sterling-sign:before {
    content: "\f154"
}

.fa-viruses:before {
    content: "\e076"
}

.fa-square-person-confined:before {
    content: "\e577"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-arrow-down-long:before,
.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-tent-arrow-down-to-line:before {
    content: "\e57e"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-person-skating:before,
.fa-skating:before {
    content: "\f7c5"
}

.fa-filter-circle-dollar:before,
.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-arrow-circle-down:before,
.fa-circle-arrow-down:before {
    content: "\f0ab"
}

.fa-arrow-right-to-file:before,
.fa-file-import:before {
    content: "\f56f"
}

.fa-external-link-square:before,
.fa-square-arrow-up-right:before {
    content: "\f14c"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-location-pin-lock:before {
    content: "\e51f"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-hill-avalanche:before {
    content: "\e507"
}

.fa-temperature-0:before,
.fa-temperature-empty:before,
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-address-card:before,
.fa-contact-card:before,
.fa-vcard:before {
    content: "\f2bb"
}

.fa-balance-scale-right:before,
.fa-scale-unbalanced-flip:before {
    content: "\f516"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-diamond-turn-right:before,
.fa-directions:before {
    content: "\f5eb"
}

.fa-burst:before {
    content: "\e4dc"
}

.fa-house-laptop:before,
.fa-laptop-house:before {
    content: "\e066"
}

.fa-face-tired:before,
.fa-tired:before {
    content: "\f5c8"
}

.fa-money-bills:before {
    content: "\e1f3"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-cloud-arrow-up:before,
.fa-cloud-upload-alt:before,
.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-arrows-turn-right:before {
    content: "\e4c0"
}

.fa-vest:before {
    content: "\e085"
}

.fa-ferry:before {
    content: "\e4ea"
}

.fa-arrows-down-to-people:before {
    content: "\e4b9"
}

.fa-seedling:before,
.fa-sprout:before {
    content: "\f4d8"
}

.fa-arrows-alt-h:before,
.fa-left-right:before {
    content: "\f337"
}

.fa-boxes-packing:before {
    content: "\e4c7"
}

.fa-arrow-circle-left:before,
.fa-circle-arrow-left:before {
    content: "\f0a8"
}

.fa-group-arrows-rotate:before {
    content: "\e4f6"
}

.fa-bowl-food:before {
    content: "\e4c6"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-arrow-down-wide-short:before,
.fa-sort-amount-asc:before,
.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-cloud-bolt:before,
.fa-thunderstorm:before {
    content: "\f76c"
}

.fa-remove-format:before,
.fa-text-slash:before {
    content: "\f87d"
}

.fa-face-smile-wink:before,
.fa-smile-wink:before {
    content: "\f4da"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-arrows-h:before,
.fa-arrows-left-right:before {
    content: "\f07e"
}

.fa-house-lock:before {
    content: "\e510"
}

.fa-cloud-arrow-down:before,
.fa-cloud-download-alt:before,
.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-children:before {
    content: "\e4e1"
}

.fa-blackboard:before,
.fa-chalkboard:before {
    content: "\f51b"
}

.fa-user-alt-slash:before,
.fa-user-large-slash:before {
    content: "\f4fa"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-handshake-alt-slash:before,
.fa-handshake-simple-slash:before {
    content: "\e05f"
}

.fa-mattress-pillow:before {
    content: "\e525"
}

.fa-guarani-sign:before {
    content: "\e19a"
}

.fa-arrows-rotate:before,
.fa-refresh:before,
.fa-sync:before {
    content: "\f021"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-cruzeiro-sign:before {
    content: "\e152"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-shield-alt:before,
.fa-shield-halved:before {
    content: "\f3ed"
}

.fa-atlas:before,
.fa-book-atlas:before {
    content: "\f558"
}

.fa-virus:before {
    content: "\e074"
}

.fa-envelope-circle-check:before {
    content: "\e4e8"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-arrows-to-dot:before {
    content: "\e4be"
}

.fa-archway:before {
    content: "\f557"
}

.fa-heart-circle-check:before {
    content: "\e4fd"
}

.fa-house-chimney-crack:before,
.fa-house-damage:before {
    content: "\f6f1"
}

.fa-file-archive:before,
.fa-file-zipper:before {
    content: "\f1c6"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-glass-martini:before,
.fa-martini-glass-empty:before {
    content: "\f000"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cedi-sign:before {
    content: "\e0df"
}

.fa-italic:before {
    content: "\f033"
}

.fa-church:before {
    content: "\f51d"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-z:before {
    content: "\5a"
}

.fa-person-skiing:before,
.fa-skiing:before {
    content: "\f7c9"
}

.fa-road-lock:before {
    content: "\e567"
}

.fa-a:before {
    content: "\41"
}

.fa-temperature-arrow-down:before,
.fa-temperature-down:before {
    content: "\e03f"
}

.fa-feather-alt:before,
.fa-feather-pointed:before {
    content: "\f56b"
}

.fa-p:before {
    content: "\50"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-ad:before,
.fa-rectangle-ad:before {
    content: "\f641"
}

.fa-arrow-circle-right:before,
.fa-circle-arrow-right:before {
    content: "\f0a9"
}

.fa-filter-circle-xmark:before {
    content: "\e17b"
}

.fa-locust:before {
    content: "\e520"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-list-1-2:before,
.fa-list-numeric:before,
.fa-list-ol:before {
    content: "\f0cb"
}

.fa-person-dress-burst:before {
    content: "\e544"
}

.fa-money-check-alt:before,
.fa-money-check-dollar:before {
    content: "\f53d"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-face-kiss-wink-heart:before,
.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-question:before {
    content: "\3f"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-arrows-alt:before,
.fa-up-down-left-right:before {
    content: "\f0b2"
}

.fa-house-chimney-user:before {
    content: "\e065"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-star-half-alt:before,
.fa-star-half-stroke:before {
    content: "\f5c0"
}

.fa-code:before {
    content: "\f121"
}

.fa-glass-whiskey:before,
.fa-whiskey-glass:before {
    content: "\f7a0"
}

.fa-building-circle-exclamation:before {
    content: "\e4d3"
}

.fa-magnifying-glass-chart:before {
    content: "\e522"
}

.fa-arrow-up-right-from-square:before,
.fa-external-link:before {
    content: "\f08e"
}

.fa-cubes-stacked:before {
    content: "\e4e6"
}

.fa-krw:before,
.fa-won-sign:before,
.fa-won:before {
    content: "\f159"
}

.fa-virus-covid:before {
    content: "\e4a8"
}

.fa-austral-sign:before {
    content: "\e0a9"
}

.fa-f:before {
    content: "\46"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-road:before {
    content: "\f018"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-person-circle-plus:before {
    content: "\e541"
}

.fa-chart-pie:before,
.fa-pie-chart:before {
    content: "\f200"
}

.fa-bolt-lightning:before {
    content: "\e0b7"
}

.fa-sack-xmark:before {
    content: "\e56a"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-fish-fins:before {
    content: "\e4f2"
}

.fa-building-flag:before {
    content: "\e4d5"
}

.fa-face-grin-beam:before,
.fa-grin-beam:before {
    content: "\f582"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-poop:before {
    content: "\f619"
}

.fa-location-pin:before,
.fa-map-marker:before {
    content: "\f041"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-hard-hat:before,
.fa-hat-hard:before,
.fa-helmet-safety:before {
    content: "\f807"
}

.fa-eject:before {
    content: "\f052"
}

.fa-arrow-alt-circle-right:before,
.fa-circle-right:before {
    content: "\f35a"
}

.fa-plane-circle-check:before {
    content: "\e555"
}

.fa-face-rolling-eyes:before,
.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-chart-line:before,
.fa-line-chart:before {
    content: "\f201"
}

.fa-mask-ventilator:before {
    content: "\e524"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-map-signs:before,
.fa-signs-post:before {
    content: "\f277"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-person-circle-question:before {
    content: "\e542"
}

.fa-h:before {
    content: "\48"
}

.fa-tarp:before {
    content: "\e57b"
}

.fa-screwdriver-wrench:before,
.fa-tools:before {
    content: "\f7d9"
}

.fa-arrows-to-eye:before {
    content: "\e4bf"
}

.fa-plug-circle-bolt:before {
    content: "\e55b"
}

.fa-heart:before {
    content: "\f004"
}

.fa-mars-and-venus:before {
    content: "\f224"
}

.fa-home-user:before,
.fa-house-user:before {
    content: "\e1b0"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-house-crack:before {
    content: "\e3b1"
}

.fa-cocktail:before,
.fa-martini-glass-citrus:before {
    content: "\f561"
}

.fa-face-surprise:before,
.fa-surprise:before {
    content: "\f5c2"
}

.fa-bottle-water:before {
    content: "\e4c5"
}

.fa-circle-pause:before,
.fa-pause-circle:before {
    content: "\f28b"
}

.fa-toilet-paper-slash:before {
    content: "\e072"
}

.fa-apple-alt:before,
.fa-apple-whole:before {
    content: "\f5d1"
}

.fa-kitchen-set:before {
    content: "\e51a"
}

.fa-r:before {
    content: "\52"
}

.fa-temperature-1:before,
.fa-temperature-quarter:before,
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-bitcoin-sign:before {
    content: "\e0b4"
}

.fa-shield-dog:before {
    content: "\e573"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-elevator:before {
    content: "\e16d"
}

.fa-money-bill-transfer:before {
    content: "\e528"
}

.fa-money-bill-trend-up:before {
    content: "\e529"
}

.fa-house-flood-water-circle-arrow-right:before {
    content: "\e50f"
}

.fa-poll-h:before,
.fa-square-poll-horizontal:before {
    content: "\f682"
}

.fa-circle:before {
    content: "\f111"
}

.fa-backward-fast:before,
.fa-fast-backward:before {
    content: "\f049"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-plane-slash:before {
    content: "\e069"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-basketball-ball:before,
.fa-basketball:before {
    content: "\f434"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-arrow-alt-circle-up:before,
.fa-circle-up:before {
    content: "\f35b"
}

.fa-mobile-alt:before,
.fa-mobile-screen-button:before {
    content: "\f3cd"
}

.fa-volume-high:before,
.fa-volume-up:before {
    content: "\f028"
}

.fa-users-rays:before {
    content: "\e593"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-burger:before,
.fa-hamburger:before {
    content: "\f805"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-bugs:before {
    content: "\e4d0"
}

.fa-rupee-sign:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-circle-question:before,
.fa-question-circle:before {
    content: "\f059"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-handshake-slash:before {
    content: "\e060"
}

.fa-book-bookmark:before {
    content: "\e0bb"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-bridge:before {
    content: "\e4c8"
}

.fa-phone-alt:before,
.fa-phone-flip:before {
    content: "\f879"
}

.fa-truck-front:before {
    content: "\e2b7"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-anchor-circle-exclamation:before {
    content: "\e4ab"
}

.fa-truck-field:before {
    content: "\e58d"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-clipboard-question:before {
    content: "\e4e3"
}

.fa-panorama:before {
    content: "\e209"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-file-circle-minus:before {
    content: "\e4ed"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-fast-forward:before,
.fa-forward-fast:before {
    content: "\f050"
}

.fa-face-meh-blank:before,
.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-parking:before,
.fa-square-parking:before {
    content: "\f540"
}

.fa-house-signal:before {
    content: "\e012"
}

.fa-bars-progress:before,
.fa-tasks-alt:before {
    content: "\f828"
}

.fa-faucet-drip:before {
    content: "\e006"
}

.fa-cart-flatbed:before,
.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-ban-smoking:before,
.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-mobile-button:before {
    content: "\f10b"
}

.fa-house-medical-flag:before {
    content: "\e514"
}

.fa-basket-shopping:before,
.fa-shopping-basket:before {
    content: "\f291"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-bus-alt:before,
.fa-bus-simple:before {
    content: "\f55e"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-face-sad-cry:before,
.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-person-military-to-person:before {
    content: "\e54c"
}

.fa-file-shield:before {
    content: "\e4f0"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-pen:before {
    content: "\f304"
}

.fa-tower-observation:before {
    content: "\e586"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-signal-5:before,
.fa-signal-perfect:before,
.fa-signal:before {
    content: "\f012"
}

.fa-bus:before {
    content: "\f207"
}

.fa-heart-circle-xmark:before {
    content: "\e501"
}

.fa-home-lg:before,
.fa-house-chimney:before {
    content: "\e3af"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-face-frown:before,
.fa-frown:before {
    content: "\f119"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-shop:before,
.fa-store-alt:before {
    content: "\f54f"
}

.fa-floppy-disk:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-balance-scale-left:before,
.fa-scale-unbalanced:before {
    content: "\f515"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-comment-dots:before,
.fa-commenting:before {
    content: "\f4ad"
}

.fa-plant-wilt:before {
    content: "\e5aa"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-face-grin-squint:before,
.fa-grin-squint:before {
    content: "\f585"
}

.fa-hand-holding-dollar:before,
.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-bacterium:before {
    content: "\e05a"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hands-praying:before,
.fa-praying-hands:before {
    content: "\f684"
}

.fa-arrow-right-rotate:before,
.fa-arrow-rotate-forward:before,
.fa-arrow-rotate-right:before,
.fa-redo:before {
    content: "\f01e"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-location-crosshairs:before,
.fa-location:before {
    content: "\f601"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-child-dress:before {
    content: "\e59c"
}

.fa-users-between-lines:before {
    content: "\e591"
}

.fa-lungs-virus:before {
    content: "\e067"
}

.fa-face-grin-tears:before,
.fa-grin-tears:before {
    content: "\f588"
}

.fa-phone:before {
    content: "\f095"
}

.fa-calendar-times:before,
.fa-calendar-xmark:before {
    content: "\f273"
}

.fa-child-reaching:before {
    content: "\e59d"
}

.fa-head-side-virus:before {
    content: "\e064"
}

.fa-user-cog:before,
.fa-user-gear:before {
    content: "\f4fe"
}

.fa-arrow-up-1-9:before,
.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-shield-virus:before {
    content: "\e06c"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-mosquito-net:before {
    content: "\e52c"
}

.fa-bridge-water:before {
    content: "\e4ce"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-digging:before,
.fa-person-digging:before {
    content: "\f85e"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-gauge-simple-med:before,
.fa-gauge-simple:before,
.fa-tachometer-average:before {
    content: "\f629"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-quote-right-alt:before,
.fa-quote-right:before {
    content: "\f10e"
}

.fa-shirt:before,
.fa-t-shirt:before,
.fa-tshirt:before {
    content: "\f553"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-divide:before {
    content: "\f529"
}

.fa-tenge-sign:before,
.fa-tenge:before {
    content: "\f7d7"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-hands-holding:before {
    content: "\f4c2"
}

.fa-hands-clapping:before {
    content: "\e1a8"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-person-circle-xmark:before {
    content: "\e543"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-j:before {
    content: "\4a"
}

.fa-users-viewfinder:before {
    content: "\e595"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-external-link-alt:before,
.fa-up-right-from-square:before {
    content: "\f35d"
}

.fa-table-cells:before,
.fa-th:before {
    content: "\f00a"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-bible:before,
.fa-book-bible:before {
    content: "\f647"
}

.fa-o:before {
    content: "\4f"
}

.fa-medkit:before,
.fa-suitcase-medical:before {
    content: "\f0fa"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-otter:before {
    content: "\f700"
}

.fa-female:before,
.fa-person-dress:before {
    content: "\f182"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-briefcase-clock:before,
.fa-business-time:before {
    content: "\f64a"
}

.fa-table-cells-large:before,
.fa-th-large:before {
    content: "\f009"
}

.fa-book-tanakh:before,
.fa-tanakh:before {
    content: "\f827"
}

.fa-phone-volume:before,
.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-clipboard-user:before {
    content: "\f7f3"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-plane-lock:before {
    content: "\e558"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-comment:before {
    content: "\f075"
}

.fa-birthday-cake:before,
.fa-cake-candles:before,
.fa-cake:before {
    content: "\f1fd"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-angle-double-up:before,
.fa-angles-up:before {
    content: "\f102"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-arrow-right-to-city:before {
    content: "\e4b3"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-arrow-up-9-1:before,
.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-litecoin-sign:before {
    content: "\e1d3"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-circle-nodes:before {
    content: "\e4e2"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-truck-field-un:before {
    content: "\e58e"
}

.fa-hourglass-empty:before,
.fa-hourglass:before {
    content: "\f254"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-user-doctor:before,
.fa-user-md:before {
    content: "\f0f0"
}

.fa-circle-info:before,
.fa-info-circle:before {
    content: "\f05a"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-camera-alt:before,
.fa-camera:before {
    content: "\f030"
}

.fa-square-virus:before {
    content: "\e578"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-car-on:before {
    content: "\e4dd"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-arrow-down-1-9:before,
.fa-sort-numeric-asc:before,
.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-hand-holding-droplet:before,
.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-water:before {
    content: "\f773"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-prescription-bottle-alt:before,
.fa-prescription-bottle-medical:before {
    content: "\f486"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-person-cane:before {
    content: "\e53c"
}

.fa-tent:before {
    content: "\e57d"
}

.fa-vest-patches:before {
    content: "\e086"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-arrow-down-a-z:before,
.fa-sort-alpha-asc:before,
.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-money-bill-wheat:before {
    content: "\e52a"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-arrow-left-rotate:before,
.fa-arrow-rotate-back:before,
.fa-arrow-rotate-backward:before,
.fa-arrow-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-hard-drive:before,
.fa-hdd:before {
    content: "\f0a0"
}

.fa-face-grin-squint-tears:before,
.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-list-alt:before,
.fa-rectangle-list:before {
    content: "\f022"
}

.fa-tarp-droplet:before {
    content: "\e57c"
}

.fa-house-medical-circle-check:before {
    content: "\e511"
}

.fa-person-skiing-nordic:before,
.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-arrow-alt-circle-left:before,
.fa-circle-left:before {
    content: "\f359"
}

.fa-subway:before,
.fa-train-subway:before {
    content: "\f239"
}

.fa-chart-gantt:before {
    content: "\e0e4"
}

.fa-indian-rupee-sign:before,
.fa-indian-rupee:before,
.fa-inr:before {
    content: "\e1bc"
}

.fa-crop-alt:before,
.fa-crop-simple:before {
    content: "\f565"
}

.fa-money-bill-1:before,
.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-left-long:before,
.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-dna:before {
    content: "\f471"
}

.fa-virus-slash:before {
    content: "\e075"
}

.fa-minus:before,
.fa-subtract:before {
    content: "\f068"
}

.fa-child-rifle:before {
    content: "\e4e0"
}

.fa-chess:before {
    content: "\f439"
}

.fa-arrow-left-long:before,
.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-plug-circle-check:before {
    content: "\e55c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-franc-sign:before {
    content: "\e18f"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before,
.fa-hands-american-sign-language-interpreting:before,
.fa-hands-asl-interpreting:before {
    content: "\f2a3"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-droplet-slash:before,
.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-mosquito:before {
    content: "\e52b"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-person-military-rifle:before {
    content: "\e54b"
}

.fa-cart-shopping:before,
.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-vials:before {
    content: "\f493"
}

.fa-plug-circle-plus:before {
    content: "\e55f"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-arrow-turn-up:before,
.fa-level-up:before {
    content: "\f148"
}

.fa-u:before {
    content: "\55"
}

.fa-square-root-alt:before,
.fa-square-root-variable:before {
    content: "\f698"
}

.fa-clock-four:before,
.fa-clock:before {
    content: "\f017"
}

.fa-backward-step:before,
.fa-step-backward:before {
    content: "\f048"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-faucet:before {
    content: "\e005"
}

.fa-baseball-bat-ball:before {
    content: "\f432"
}

.fa-s:before {
    content: "\53"
}

.fa-timeline:before {
    content: "\e29c"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-clinic-medical:before,
.fa-house-chimney-medical:before {
    content: "\f7f2"
}

.fa-temperature-3:before,
.fa-temperature-three-quarters:before,
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-mobile-android-alt:before,
.fa-mobile-screen:before {
    content: "\f3cf"
}

.fa-plane-up:before {
    content: "\e22d"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-battery-3:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-mountain-city:before {
    content: "\e52e"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-sliders-h:before,
.fa-sliders:before {
    content: "\f1de"
}

.fa-folder-tree:before {
    content: "\f802"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-cent-sign:before {
    content: "\e3f5"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-person-pregnant:before {
    content: "\e31e"
}

.fa-wand-sparkles:before {
    content: "\f72b"
}

.fa-ellipsis-v:before,
.fa-ellipsis-vertical:before {
    content: "\f142"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-long-arrow-alt-right:before,
.fa-right-long:before {
    content: "\f30b"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-laptop-file:before {
    content: "\e51d"
}

.fa-teletype:before,
.fa-tty:before {
    content: "\f1e4"
}

.fa-diagram-next:before {
    content: "\e476"
}

.fa-person-rifle:before {
    content: "\e54e"
}

.fa-house-medical-circle-exclamation:before {
    content: "\e512"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-hiking:before,
.fa-person-hiking:before {
    content: "\f6ec"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-images:before {
    content: "\f302"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-people-pulling:before {
    content: "\e535"
}

.fa-n:before {
    content: "\4e"
}

.fa-cable-car:before,
.fa-tram:before {
    content: "\f7da"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-building-circle-xmark:before {
    content: "\e4d4"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-arrows-down-to-line:before {
    content: "\e4b8"
}

.fa-download:before {
    content: "\f019"
}

.fa-face-grin:before,
.fa-grin:before {
    content: "\f580"
}

.fa-backspace:before,
.fa-delete-left:before {
    content: "\f55a"
}

.fa-eye-dropper-empty:before,
.fa-eye-dropper:before,
.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-file-circle-check:before {
    content: "\e5a0"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-mobile-android:before,
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f3ce"
}

.fa-face-meh:before,
.fa-meh:before {
    content: "\f11a"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-book-dead:before,
.fa-book-skull:before {
    content: "\f6b7"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-heart-circle-exclamation:before {
    content: "\e4fe"
}

.fa-home-alt:before,
.fa-home-lg-alt:before,
.fa-home:before,
.fa-house:before {
    content: "\f015"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-b:before {
    content: "\42"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-arrow-right-arrow-left:before,
.fa-exchange:before {
    content: "\f0ec"
}

.fa-redo-alt:before,
.fa-rotate-forward:before,
.fa-rotate-right:before {
    content: "\f2f9"
}

.fa-cutlery:before,
.fa-utensils:before {
    content: "\f2e7"
}

.fa-arrow-up-wide-short:before,
.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-mill-sign:before {
    content: "\e1ed"
}

.fa-bowl-rice:before {
    content: "\e2eb"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-broadcast-tower:before,
.fa-tower-broadcast:before {
    content: "\f519"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-long-arrow-alt-up:before,
.fa-up-long:before {
    content: "\f30c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-code-merge:before {
    content: "\f387"
}

.fa-upload:before {
    content: "\f093"
}

.fa-hurricane:before {
    content: "\f751"
}

.fa-mound:before {
    content: "\e52d"
}

.fa-toilet-portable:before {
    content: "\e583"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-file-arrow-down:before,
.fa-file-download:before {
    content: "\f56d"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-shield-cat:before {
    content: "\e572"
}

.fa-bolt:before,
.fa-zap:before {
    content: "\f0e7"
}

.fa-glass-water:before {
    content: "\e4f4"
}

.fa-oil-well:before {
    content: "\e532"
}

.fa-vault:before {
    content: "\e2c5"
}

.fa-mars:before {
    content: "\f222"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-plane-circle-xmark:before {
    content: "\e557"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen-sign:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble-sign:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-sun:before {
    content: "\f185"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-face-laugh-wink:before,
.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-bore-hole:before {
    content: "\e4c3"
}

.fa-industry:before {
    content: "\f275"
}

.fa-arrow-alt-circle-down:before,
.fa-circle-down:before {
    content: "\f358"
}

.fa-arrows-turn-to-dots:before {
    content: "\e4c1"
}

.fa-florin-sign:before {
    content: "\e184"
}

.fa-arrow-down-short-wide:before,
.fa-sort-amount-desc:before,
.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-less-than:before {
    content: "\3c"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-car-tunnel:before {
    content: "\e4de"
}

.fa-head-side-cough:before {
    content: "\e061"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-arrow-right-long:before,
.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-anchor-circle-xmark:before {
    content: "\e4ac"
}

.fa-ellipsis-h:before,
.fa-ellipsis:before {
    content: "\f141"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-first-aid:before,
.fa-kit-medical:before {
    content: "\f479"
}

.fa-person-through-window:before {
    content: "\e5a9"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-hands-holding-circle:before {
    content: "\e4fb"
}

.fa-bug:before {
    content: "\f188"
}

.fa-credit-card-alt:before,
.fa-credit-card:before {
    content: "\f09d"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-hand-holding-hand:before {
    content: "\e4f7"
}

.fa-book-open-reader:before,
.fa-book-reader:before {
    content: "\f5da"
}

.fa-mountain-sun:before {
    content: "\e52f"
}

.fa-arrows-left-right-to-line:before {
    content: "\e4ba"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-truck-droplet:before {
    content: "\e58c"
}

.fa-file-circle-xmark:before {
    content: "\e5a1"
}

.fa-temperature-arrow-up:before,
.fa-temperature-up:before {
    content: "\e040"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-bed:before {
    content: "\f236"
}

.fa-h-square:before,
.fa-square-h:before {
    content: "\f0fd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-temperature-4:before,
.fa-temperature-full:before,
.fa-thermometer-4:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-plug-circle-xmark:before {
    content: "\e560"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-hands-helping:before,
.fa-handshake-angle:before {
    content: "\f4c4"
}

.fa-location-dot:before,
.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-file:before {
    content: "\f15b"
}

.fa-greater-than:before {
    content: "\3e"
}

.fa-person-swimming:before,
.fa-swimmer:before {
    content: "\f5c4"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-droplet:before,
.fa-tint:before {
    content: "\f043"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-earth-america:before,
.fa-earth-americas:before,
.fa-earth:before,
.fa-globe-americas:before {
    content: "\f57d"
}

.fa-person-burst:before {
    content: "\e53b"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-socks:before {
    content: "\f696"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-section:before {
    content: "\e447"
}

.fa-gauge-high:before,
.fa-tachometer-alt-fast:before,
.fa-tachometer-alt:before {
    content: "\f625"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-hospital-alt:before,
.fa-hospital-wide:before,
.fa-hospital:before {
    content: "\f0f8"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-bars-staggered:before,
.fa-reorder:before,
.fa-stream:before {
    content: "\f550"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-blind:before,
.fa-person-walking-with-cane:before {
    content: "\f29d"
}

.fa-drum:before {
    content: "\f569"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-heart-circle-bolt:before {
    content: "\e4fc"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-check-to-slot:before,
.fa-vote-yea:before {
    content: "\f772"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-boxes-alt:before,
.fa-boxes-stacked:before,
.fa-boxes:before {
    content: "\f468"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-assistive-listening-systems:before,
.fa-ear-listen:before {
    content: "\f2a2"
}

.fa-tree-city:before {
    content: "\e587"
}

.fa-play:before {
    content: "\f04b"
}

.fa-font:before {
    content: "\f031"
}

.fa-rupiah-sign:before {
    content: "\e23d"
}

.fa-magnifying-glass:before,
.fa-search:before {
    content: "\f002"
}

.fa-ping-pong-paddle-ball:before,
.fa-table-tennis-paddle-ball:before,
.fa-table-tennis:before {
    content: "\f45d"
}

.fa-diagnoses:before,
.fa-person-dots-from-line:before {
    content: "\f470"
}

.fa-trash-can-arrow-up:before,
.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-naira-sign:before {
    content: "\e1f6"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-walkie-talkie:before {
    content: "\f8ef"
}

.fa-file-edit:before,
.fa-file-pen:before {
    content: "\f31c"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-pen-square:before,
.fa-pencil-square:before,
.fa-square-pen:before {
    content: "\f14b"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-person-circle-exclamation:before {
    content: "\e53f"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-battery-5:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-code-compare:before {
    content: "\e13a"
}

.fa-list-dots:before,
.fa-list-ul:before {
    content: "\f0ca"
}

.fa-school-lock:before {
    content: "\e56f"
}

.fa-tower-cell:before {
    content: "\e585"
}

.fa-down-long:before,
.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-ranking-star:before {
    content: "\e561"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-person-harassing:before {
    content: "\e549"
}

.fa-brazilian-real-sign:before {
    content: "\e46c"
}

.fa-landmark-alt:before,
.fa-landmark-dome:before {
    content: "\f752"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-television:before,
.fa-tv-alt:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-shrimp:before {
    content: "\e448"
}

.fa-list-check:before,
.fa-tasks:before {
    content: "\f0ae"
}

.fa-jug-detergent:before {
    content: "\e519"
}

.fa-circle-user:before,
.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-car-burst:before,
.fa-car-crash:before {
    content: "\f5e1"
}

.fa-y:before {
    content: "\59"
}

.fa-person-snowboarding:before,
.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-shipping-fast:before,
.fa-truck-fast:before {
    content: "\f48b"
}

.fa-fish:before {
    content: "\f578"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-adjust:before,
.fa-circle-half-stroke:before {
    content: "\f042"
}

.fa-clapperboard:before {
    content: "\e131"
}

.fa-circle-radiation:before,
.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-baseball-ball:before,
.fa-baseball:before {
    content: "\f433"
}

.fa-jet-fighter-up:before {
    content: "\e518"
}

.fa-diagram-project:before,
.fa-project-diagram:before {
    content: "\f542"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-volume-mute:before,
.fa-volume-times:before,
.fa-volume-xmark:before {
    content: "\f6a9"
}

.fa-hand-sparkles:before {
    content: "\e05d"
}

.fa-grip-horizontal:before,
.fa-grip:before {
    content: "\f58d"
}

.fa-share-from-square:before,
.fa-share-square:before {
    content: "\f14d"
}

.fa-gun:before {
    content: "\e19b"
}

.fa-phone-square:before,
.fa-square-phone:before {
    content: "\f098"
}

.fa-add:before,
.fa-plus:before {
    content: "\2b"
}

.fa-expand:before {
    content: "\f065"
}

.fa-computer:before {
    content: "\e4e5"
}

.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
    content: "\f00d"
}

.fa-arrows-up-down-left-right:before,
.fa-arrows:before {
    content: "\f047"
}

.fa-chalkboard-teacher:before,
.fa-chalkboard-user:before {
    content: "\f51c"
}

.fa-peso-sign:before {
    content: "\e222"
}

.fa-building-shield:before {
    content: "\e4d8"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-users-line:before {
    content: "\e592"
}

.fa-quote-left-alt:before,
.fa-quote-left:before {
    content: "\f10d"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trash-arrow-up:before,
.fa-trash-restore:before {
    content: "\f829"
}

.fa-arrow-down-up-lock:before {
    content: "\e4b0"
}

.fa-lines-leaning:before {
    content: "\e51e"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-equals:before {
    content: "\3d"
}

.fa-blender:before {
    content: "\f517"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-ils:before,
.fa-shekel-sign:before,
.fa-shekel:before,
.fa-sheqel-sign:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-map:before {
    content: "\f279"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-photo-film:before,
.fa-photo-video:before {
    content: "\f87c"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-store:before {
    content: "\f54e"
}

.fa-arrow-trend-up:before {
    content: "\e098"
}

.fa-plug-circle-minus:before {
    content: "\e55e"
}

.fa-sign-hanging:before,
.fa-sign:before {
    content: "\f4d9"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-tablet-android:before,
.fa-tablet:before {
    content: "\f3fb"
}

.fa-school-flag:before {
    content: "\e56e"
}

.fa-fill:before {
    content: "\f575"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-bacteria:before {
    content: "\e059"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-car-alt:before,
.fa-car-rear:before {
    content: "\f5de"
}

.fa-pump-soap:before {
    content: "\e06b"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-battery-2:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-radio:before {
    content: "\f8d7"
}

.fa-baby-carriage:before,
.fa-carriage-baby:before {
    content: "\f77d"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-percent:before,
.fa-percentage:before {
    content: "\25"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-glass-water-droplet:before {
    content: "\e4f5"
}

.fa-display:before {
    content: "\e163"
}

.fa-face-smile:before,
.fa-smile:before {
    content: "\f118"
}

.fa-thumb-tack:before,
.fa-thumbtack:before {
    content: "\f08d"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-person-praying:before,
.fa-pray:before {
    content: "\f683"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-rotate:before,
.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-robot:before {
    content: "\f544"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-arrow-up-right-dots:before {
    content: "\e4b7"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-face-grin-hearts:before,
.fa-grin-hearts:before {
    content: "\f584"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-transgender-alt:before,
.fa-transgender:before {
    content: "\f225"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-arrow-turn-down:before,
.fa-level-down:before {
    content: "\f149"
}

.fa-person-falling-burst:before {
    content: "\e547"
}

.fa-award:before {
    content: "\f559"
}

.fa-ticket-alt:before,
.fa-ticket-simple:before {
    content: "\f3ff"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-angle-double-left:before,
.fa-angles-left:before {
    content: "\f100"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-clock-rotate-left:before,
.fa-history:before {
    content: "\f1da"
}

.fa-face-grin-beam-sweat:before,
.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-arrow-right-from-file:before,
.fa-file-export:before {
    content: "\f56e"
}

.fa-shield-blank:before,
.fa-shield:before {
    content: "\f132"
}

.fa-arrow-up-short-wide:before,
.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-house-medical:before {
    content: "\e3b2"
}

.fa-golf-ball-tee:before,
.fa-golf-ball:before {
    content: "\f450"
}

.fa-chevron-circle-left:before,
.fa-circle-chevron-left:before {
    content: "\f137"
}

.fa-house-chimney-window:before {
    content: "\e00d"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-tent-arrow-turn-left:before {
    content: "\e580"
}

.fa-tents:before {
    content: "\e582"
}

.fa-magic:before,
.fa-wand-magic:before {
    content: "\f0d0"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-moon:before {
    content: "\f186"
}

.fa-wine-glass-alt:before,
.fa-wine-glass-empty:before {
    content: "\f5ce"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-music:before {
    content: "\f001"
}

.fa-code-commit:before {
    content: "\f386"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-biking:before,
.fa-person-biking:before {
    content: "\f84a"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-shield-heart:before {
    content: "\e574"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-earth-oceania:before,
.fa-globe-oceania:before {
    content: "\e47b"
}

.fa-square-xmark:before,
.fa-times-square:before,
.fa-xmark-square:before {
    content: "\f2d3"
}

.fa-hashtag:before {
    content: "\23"
}

.fa-expand-alt:before,
.fa-up-right-and-down-left-from-center:before {
    content: "\f424"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-t:before {
    content: "\54"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-chart-column:before {
    content: "\e0e3"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-vial-circle-check:before {
    content: "\e596"
}

.fa-person-arrow-down-to-line:before {
    content: "\e538"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-fan:before {
    content: "\f863"
}

.fa-person-walking-luggage:before {
    content: "\e554"
}

.fa-arrows-alt-v:before,
.fa-up-down:before {
    content: "\f338"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-trailer:before {
    content: "\e041"
}

.fa-bahai:before,
.fa-haykal:before {
    content: "\f666"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-circle-plus:before,
.fa-plus-circle:before {
    content: "\f055"
}

.fa-face-grin-tongue-wink:before,
.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-plug-circle-exclamation:before {
    content: "\e55d"
}

.fa-chain-broken:before,
.fa-chain-slash:before,
.fa-link-slash:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-person-walking-arrow-loop-left:before {
    content: "\e551"
}

.fa-arrow-up-z-a:before,
.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-fire-alt:before,
.fa-fire-flame-curved:before {
    content: "\f7e4"
}

.fa-tornado:before {
    content: "\f76f"
}

.fa-file-circle-plus:before {
    content: "\e494"
}

.fa-book-quran:before,
.fa-quran:before {
    content: "\f687"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-angry:before,
.fa-face-angry:before {
    content: "\f556"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-arrow-trend-down:before {
    content: "\e097"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-balance-scale:before,
.fa-scale-balanced:before {
    content: "\f24e"
}

.fa-gauge-simple-high:before,
.fa-tachometer-fast:before,
.fa-tachometer:before {
    content: "\f62a"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-desktop-alt:before,
.fa-desktop:before {
    content: "\f390"
}

.fa-m:before {
    content: "\4d"
}

.fa-table-list:before,
.fa-th-list:before {
    content: "\f00b"
}

.fa-comment-sms:before,
.fa-sms:before {
    content: "\f7cd"
}

.fa-book:before {
    content: "\f02d"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-check:before {
    content: "\f00c"
}

.fa-battery-4:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-house-circle-check:before {
    content: "\e509"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-diagram-successor:before {
    content: "\e47a"
}

.fa-truck-arrow-right:before {
    content: "\e58b"
}

.fa-arrows-split-up-and-left:before {
    content: "\e4bc"
}

.fa-fist-raised:before,
.fa-hand-fist:before {
    content: "\f6de"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-person-falling:before {
    content: "\e546"
}

.fa-image-portrait:before,
.fa-portrait:before {
    content: "\f3e0"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-rug:before {
    content: "\e569"
}

.fa-earth-europe:before,
.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-cart-flatbed-suitcase:before,
.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-rectangle-times:before,
.fa-rectangle-xmark:before,
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f410"
}

.fa-baht-sign:before {
    content: "\e0ac"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-journal-whills:before,
.fa-journal-whills:before {
    content: "\f66a"
}

.fa-handcuffs:before {
    content: "\e4f8"
}

.fa-exclamation-triangle:before,
.fa-triangle-exclamation:before,
.fa-warning:before {
    content: "\f071"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-arrow-turn-right:before,
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-bottle-droplet:before {
    content: "\e4c4"
}

.fa-mask-face:before {
    content: "\e1d7"
}

.fa-hill-rockslide:before {
    content: "\e508"
}

.fa-exchange-alt:before,
.fa-right-left:before {
    content: "\f362"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-road-circle-exclamation:before {
    content: "\e565"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-money-bill-1-wave:before,
.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-hands:before,
.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-ladder-water:before,
.fa-swimming-pool:before,
.fa-water-ladder:before {
    content: "\f5c5"
}

.fa-arrows-up-down:before,
.fa-arrows-v:before {
    content: "\f07d"
}

.fa-face-grimace:before,
.fa-grimace:before {
    content: "\f57f"
}

.fa-wheelchair-alt:before,
.fa-wheelchair-move:before {
    content: "\e2ce"
}

.fa-level-down-alt:before,
.fa-turn-down:before {
    content: "\f3be"
}

.fa-person-walking-arrow-right:before {
    content: "\e552"
}

.fa-envelope-square:before,
.fa-square-envelope:before {
    content: "\f199"
}

.fa-dice:before {
    content: "\f522"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-band-aid:before,
.fa-bandage:before {
    content: "\f462"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-circle-xmark:before,
.fa-times-circle:before,
.fa-xmark-circle:before {
    content: "\f057"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-earth-asia:before,
.fa-globe-asia:before {
    content: "\f57e"
}

.fa-id-card-alt:before,
.fa-id-card-clip:before {
    content: "\f47f"
}

.fa-magnifying-glass-plus:before,
.fa-search-plus:before {
    content: "\f00e"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-allergies:before,
.fa-hand-dots:before {
    content: "\f461"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-coffee:before,
.fa-mug-saucer:before {
    content: "\f0f4"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-magnifying-glass-minus:before,
.fa-search-minus:before {
    content: "\f010"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-user-alt:before,
.fa-user-large:before {
    content: "\f406"
}

.fa-train-tram:before {
    content: "\e5b4"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-stopwatch-20:before {
    content: "\e06f"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-jar:before {
    content: "\e516"
}

.fa-note-sticky:before,
.fa-sticky-note:before {
    content: "\f249"
}

.fa-bug-slash:before {
    content: "\e490"
}

.fa-arrow-up-from-water-pump:before {
    content: "\e4b6"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-face-sad-tear:before,
.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-plane:before {
    content: "\f072"
}

.fa-tent-arrows-down:before {
    content: "\e581"
}

.fa-exclamation:before {
    content: "\21"
}

.fa-arrows-spin:before {
    content: "\e4bb"
}

.fa-print:before {
    content: "\f02f"
}

.fa-try:before,
.fa-turkish-lira-sign:before,
.fa-turkish-lira:before {
    content: "\e2bb"
}

.fa-dollar-sign:before,
.fa-dollar:before,
.fa-usd:before {
    content: "\24"
}

.fa-x:before {
    content: "\58"
}

.fa-magnifying-glass-dollar:before,
.fa-search-dollar:before {
    content: "\f688"
}

.fa-users-cog:before,
.fa-users-gear:before {
    content: "\f509"
}

.fa-person-military-pointing:before {
    content: "\e54a"
}

.fa-bank:before,
.fa-building-columns:before,
.fa-institution:before,
.fa-museum:before,
.fa-university:before {
    content: "\f19c"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-trowel:before {
    content: "\e589"
}

.fa-d:before {
    content: "\44"
}

.fa-stapler:before {
    content: "\e5af"
}

.fa-masks-theater:before,
.fa-theater-masks:before {
    content: "\f630"
}

.fa-kip-sign:before {
    content: "\e1c4"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-handshake-alt:before,
.fa-handshake-simple:before {
    content: "\f4c6"
}

.fa-fighter-jet:before,
.fa-jet-fighter:before {
    content: "\f0fb"
}

.fa-share-alt-square:before,
.fa-square-share-nodes:before {
    content: "\f1e1"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-plus-minus:before {
    content: "\e43c"
}

.fa-video-camera:before,
.fa-video:before {
    content: "\f03d"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-hand-holding-medical:before {
    content: "\e05c"
}

.fa-person-circle-check:before {
    content: "\e53e"
}

.fa-level-up-alt:before,
.fa-turn-up:before {
    content: "\f3bf"
}

.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

 
 
.fa-brands,
.fab {
    font-weight: 400
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-aws:before {
    content: "\f375"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-modx:before {
    content: "\f285"
}

.fa-guilded:before {
    content: "\e07e"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-js-square:before,
.fa-square-js:before {
    content: "\f3b9"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-unity:before {
    content: "\e049"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-vk:before {
    content: "\f189"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-reddit-square:before,
.fa-square-reddit:before {
    content: "\f1a2"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-square-font-awesome:before {
    content: "\e5ad"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-instagram-square:before,
.fa-square-instagram:before {
    content: "\e055"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-hacker-news-square:before,
.fa-square-hacker-news:before {
    content: "\f3af"
}

.fa-edge:before {
    content: "\f282"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-snapchat-square:before,
.fa-square-snapchat:before {
    content: "\f2ad"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-safari:before {
    content: "\f267"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-font-awesome-alt:before,
.fa-square-font-awesome-stroke:before {
    content: "\f35c"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-watchman-monitoring:before {
    content: "\e087"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-square-viadeo:before,
.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-centos:before {
    content: "\f789"
}

.fa-adn:before {
    content: "\f170"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-dribbble-square:before,
.fa-square-dribbble:before {
    content: "\f397"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-node:before {
    content: "\f419"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-instalod:before {
    content: "\e081"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-square-twitter:before,
.fa-twitter-square:before {
    content: "\f081"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-golang:before {
    content: "\e40f"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-uncharted:before {
    content: "\e084"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-square-youtube:before,
.fa-youtube-square:before {
    content: "\f431"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-rendact:before,
.fa-wpressr:before {
    content: "\f3e4"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-nfc-directional:before {
    content: "\e530"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-meta:before {
    content: "\e49b"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-hips:before {
    content: "\f452"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-discord:before {
    content: "\f392"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-unsplash:before {
    content: "\e07c"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-square-steam:before,
.fa-steam-square:before {
    content: "\f1b7"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-square-vimeo:before,
.fa-vimeo-square:before {
    content: "\f194"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-font-awesome-flag:before,
.fa-font-awesome-logo-full:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-apple:before {
    content: "\f179"
}

.fa-hive:before {
    content: "\e07f"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-padlet:before {
    content: "\e4a0"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-github-square:before,
.fa-square-github:before {
    content: "\f092"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-neos:before {
    content: "\f612"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-angular:before {
    content: "\f420"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envira:before {
    content: "\f299"
}

.fa-gitlab-square:before,
.fa-square-gitlab:before {
    content: "\e5ae"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-odnoklassniki-square:before,
.fa-square-odnoklassniki:before {
    content: "\f264"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-sith:before {
    content: "\f512"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-hashnode:before {
    content: "\e499"
}

.fa-react:before {
    content: "\f41b"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-gg:before {
    content: "\f260"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-pinterest-square:before,
.fa-square-pinterest:before {
    content: "\f0d3"
}

.fa-xing:before {
    content: "\f168"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-less:before {
    content: "\f41d"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-dailymotion:before {
    content: "\e052"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-nfc-symbol:before {
    content: "\e531"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-google-plus-square:before,
.fa-square-google-plus:before {
    content: "\f0d4"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-square-xing:before,
.fa-xing-square:before {
    content: "\f169"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-fly:before {
    content: "\f417"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-viber:before {
    content: "\f409"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-audible:before {
    content: "\f373"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-bilibili:before {
    content: "\e3d9"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-42-group:before,
.fa-innosoft:before {
    content: "\e080"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-pied-piper-square:before,
.fa-square-pied-piper:before {
    content: "\e01e"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-facebook-square:before,
.fa-square-facebook:before {
    content: "\f082"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-mixer:before {
    content: "\e056"
}

.fa-lastfm-square:before,
.fa-square-lastfm:before {
    content: "\f203"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-figma:before {
    content: "\f799"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-cmplid:before {
    content: "\e360"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-deezer:before {
    content: "\e077"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-docker:before {
    content: "\f395"
}

.fa-screenpal:before {
    content: "\e570"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-microblog:before {
    content: "\e01a"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-wirsindhandwerk:before,
.fa-wsh:before {
    content: "\e2d0"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-octopus-deploy:before {
    content: "\e082"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-apper:before {
    content: "\f371"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-snapchat-ghost:before,
.fa-snapchat:before {
    content: "\f2ab"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-rust:before {
    content: "\e07a"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-behance-square:before,
.fa-square-behance:before {
    content: "\f1b5"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-space-awesome:before {
    content: "\e5ac"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-git-square:before,
.fa-square-git:before {
    content: "\f1d2"
}

.fa-square-tumblr:before,
.fa-tumblr-square:before {
    content: "\f174"
}

.fa-trello:before {
    content: "\f181"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-perbyte:before {
    content: "\e083"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-android:before {
    content: "\f17b"
}

.fa-bots:before {
    content: "\e340"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-ideal:before {
    content: "\e013"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-uber:before {
    content: "\f402"
}

.fa-github:before {
    content: "\f09b"
}

.fa-php:before {
    content: "\f457"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-telegram-plane:before,
.fa-telegram:before {
    content: "\f2c6"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-square-whatsapp:before,
.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-edge-legacy:before {
    content: "\e078"
}

.fa-slack-hash:before,
.fa-slack:before {
    content: "\f198"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-usb:before {
    content: "\f287"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-medium-m:before,
.fa-medium:before {
    content: "\f23a"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-sitrox:before {
    content: "\e44a"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-strava:before {
    content: "\f428"
}

.fa-ember:before {
    content: "\f423"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-wodu:before {
    content: "\e088"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-zhihu:before {
    content: "\f63f"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-pix:before {
    content: "\e43a"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

 
@font-face {
    font-display: block;
    font-family: Font Awesome\ 6 Free;
    font-style: normal;
    font-weight: 400;

}

.fa-regular,
.far {
    font-weight: 400
}

 
@font-face {
    font-display: block;
    font-family: Font Awesome\ 6 Free;
    font-style: normal;
    font-weight: 900;
}

.fa-solid,
.fas {
    font-weight: 900
}

@font-face {
    font-display: block;
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;

}

@font-face {
    font-display: block;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;

}

@font-face {
    font-display: block;
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;

}

@font-face {
    font-display: block;
    font-family: FontAwesome;

}

@font-face {
    font-display: block;
    font-family: FontAwesome;

}

@font-face {
    font-display: block;
    font-family: FontAwesome;

    unicode-range: u+f003, u+f006, u+f014, u+f016-f017, u+f01a-f01b, u+f01d, u+f022, u+f03e, u+f044, u+f046, u+f05c-f05d, u+f06e, u+f070, u+f087-f088, u+f08a, u+f094, u+f096-f097, u+f09d, u+f0a0, u+f0a2, u+f0a4-f0a7, u+f0c5, u+f0c7, u+f0e5-f0e6, u+f0eb, u+f0f6-f0f8, u+f10c, u+f114-f115, u+f118-f11a, u+f11c-f11d, u+f133, u+f147, u+f14e, u+f150-f152, u+f185-f186, u+f18e, u+f190-f192, u+f196, u+f1c1-f1c9, u+f1d9, u+f1db, u+f1e3, u+f1ea, u+f1f7, u+f1f9, u+f20a, u+f247-f248, u+f24a, u+f24d, u+f255-f25b, u+f25d, u+f271-f274, u+f278, u+f27b, u+f28c, u+f28e, u+f29c, u+f2b5, u+f2b7, u+f2ba, u+f2bc, u+f2be, u+f2c0-f2c1, u+f2c3, u+f2d0, u+f2d2, u+f2d4, u+f2dc
}

@font-face {
    font-display: block;
    font-family: FontAwesome;

    unicode-range: u+f041, u+f047, u+f065-f066, u+f07d-f07e, u+f080, u+f08b, u+f08e, u+f090, u+f09a, u+f0ac, u+f0ae, u+f0b2, u+f0d0, u+f0d6, u+f0e4, u+f0ec, u+f10a-f10b, u+f123, u+f13e, u+f148-f149, u+f14c, u+f156, u+f15e, u+f160-f161, u+f163, u+f175-f178, u+f195, u+f1f8, u+f219, u+f27a
}

.tag-b {
    color: #ffc908;
    background: rgb(247 194 2 / 10%);
    padding: 0px 10px;
    font-size: 11px;
    border-radius: 5px;
}

.b-mn {
    border-color: #474765;
}

.car_pro{
    border: 1px solid #292b43;
    border-radius: 15px;
}

.pro_log_btn{
    background: linear-gradient(1turn, #c4003b .8%, #fb1949);
    height: 43px;
    border-radius: 7px;
    color: #ffffff;
    font-size: 13px;
    width: 100%;
    display: flex;
    border-bottom: solid 2px #631928;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    gap: 5px;
}

.bg-g-green{
    border-bottom: solid 1px #3a470a;
    background: linear-gradient(180deg, #B3E537 0%, #B0D038 50%, #829F18 100%);
}
.pro_csm_grid{
    --auto-grid-min-size: 10rem;
    justify-items: center;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
    grid-gap: 8px;
}
.bg-dark-light{
    background: #1d1e30;
}
.li-tr{
    background-color: #ffffff30;
}
.bg-full-dark_csm{
    background: #141523;
}
.bg-layot-dark_csm{
    background: #25263d;
}
.men_ac{
    color: white;
    border: 1px solid #382c2e !important;
    background-image: linear-gradient(180deg, rgb(37 38 61) 9.2%, rgb(57 43 43) 103.9%) !important;
}
.men_ac i{
    color: #ff9800 !important;
}
.d-pro{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}
.lead_{
    display: flex;
    justify-content: center;
    gap: 5.5rem;
    margin-bottom: 2rem;
    margin-top: 5.5rem;
}
.fst{
    margin-top: -3rem;
}
.le_tag{
    background: #d31d46;
    font-size: 10px;
    border-radius: 17px;
    padding: 0px 3.5px;
    top: -5px;
    right: -5px;
}
.back_re{
    background: #d31d46 !important;
}
.nav-li-n-o i {
    font-size: 18px;
}

.nav-li-n-o {
    align-items: center;
    border-radius: 7px;
    margin-top: 9px !important;
    cursor: pointer;
    display: flex;
    height: 42px;
    padding: 0px 12px;
    font-size: 12px;
    position: relative;
    text-transform: uppercase;
    transition: background-color .1s ease-in-out;
    color: white;
    background: transparent;
}

.of-navi {
    display: flex;
    gap: 9px;
    font-size: 18px;
}

.of-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.redu1 {
    border-radius: 1rem;
}
.api-step {
    background: #25263d;
    padding: 15px;
    border-radius: 9px;
}
 
/* Set the font color to white for the input text */
.chat_footer input {
    color: white;
}

/* Set the font color to white for the submit button text */
.chat_footer .submit {
    color: white;
}


.of-modal-content {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    margin: auto;
    border: 1px solid #888;
    width: 90%;
    max-width: 560px;
    text-align: center;
    position: relative;
    margin-top: 75px;
}

.of-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 5px;
    right: 10px;
}

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

#i-xmr {
    font-size: 22px;
}

.mon-h:hover {
    background-image: linear-gradient(270deg, rgb(37 38 61) 9.2%, rgb(57 43 43) 103.9%);
    border-left: solid 2px #ed1d49;
    color: #c5c5c5;
}

.div-center {
    text-align: center !important;
}

.header-section .navbar-area .dashboard-nav .single-item .chatbar-wrapper {
    position: absolute;
    top: 50px;
    width: 360px;
    height: 85vh;
    overflow-x: hidden;
    overflow-y: scroll;
    display: grid;
    right: 0;
    padding: unset !important;
    background: var(--section-color);
    box-shadow: 0px 20px 50px rgba(44, 63, 88, 0.15);
    border-radius: 20px;
    border-radius: 20px;
    transform: translateX(150px);
    cursor: auto;
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
}
.cmn-btn {
    background: #f28801;
    /*padding: 1px 12px;*/
    color: #282F41;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s;
}

/* Style for the notification list */
.notifications-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.notifications-list li {
  margin-bottom: 10px;
}

/* Other styles specific to your design can be added here */

.notifications-content {
    max-height: 500px; /* Adjust the maximum height as needed */
    overflow-y: auto;
}

    .head-area {
        text-align: center;
    }

    .profile-head {
        margin-bottom: 10px;
    }

    .profile-image {
    max-height: 100%;
    width: auto;
}

    .user-profile {
    flex-shrink: 0;
    width: 40px; /* Adjust the width as needed */
    height: 40px; /* Adjust the height as needed */
}

.user-profile img {
    max-width: 100%;
    height: auto;
}
.alert-danger {
    color: #000000;
    background-color: #a1232f;
    border-color: #ab1625;
}

</pre></body></html>