* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: Degular-Semibold;
    src: url("../../assets/fonts/Degular/Degular-Semibold.otf");
}

@font-face {
    font-family: Roboto-Regular;
    src: url("../../assets/fonts/Roboto/Roboto-Regular.ttf");
}

.custom-box-shadow-button {
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.custom-footer-questions-box-shadow {
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1),
    0px 1px 2px 0px rgba(16, 24, 40, 0.06);
}

.custom-box-shadow-menu {
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1),
    0px 2px 4px -2px rgba(16, 24, 40, 0.06);
}

.custom-box-shadow-submenu {
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
    0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.home-hero-section-avatar-images div {
    margin-right: -12px;
}

.footer-social-icons-svg {
    fill: #98a2b3;
    transition: all 0.2s;
}

.footer-social-icons-svg:hover {
    fill: #667085;
}

.swiper-testimonial {
    width: 100%;
    height: 222px;
}

.swiper-pagination-testimonial.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    border-radius: 6px !important;
    background: #eaecf0 !important;
    opacity: 1 !important;
    margin: 0 8px !important;
}

.swiper-pagination-testimonial.swiper-pagination-bullet-active {
    color: #fff !important;
    background: #273798 !important;
}

.swiper-mycards {
    width: 100%;
    min-height: 600px;
}

.swiper-pagination-mycards {
    background-color: #F8F8FF;
    backdrop-filter: blur(4px);
    max-width: fit-content;
    min-height: 24px;
    margin: 0 auto;
    left: 50% !important;
    transform: translateX(-50%) !important;
    border-radius: 999rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    flex-shrink: 0;
}

.swiper-pagination-mycards .swiper-pagination-bullet-active {
    background-color: #273798;
}

.swiper-pagination-mycards.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    border-radius: 6px !important;
    background: #eaecf0 !important;
    opacity: 1 !important;
    margin: 0 8px !important;
}

.swiper-pagination-mycards.swiper-pagination-bullet-active {
    color: #fff !important;
    background: #273798 !important;
}

.swiper-button-prev.swiper-button-prev-mycards,
.swiper-button-next.swiper-button-next-mycards {
    color: #344054 !important;
    background: #F8F8FF;
    backdrop-filter: blur(4px);
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    border: 1px solid #e7e7e7;
}

.swiper-button-next.swiper-button-next-mycards:after,
.swiper-button-prev.swiper-button-prev-mycards:after {
    font-size: 20px !important;
}

.hoverable {
    height: 46px;
    display: flex;
    align-items: center;
}

.hoverable:hover .submenu {
    display: flex;
}

.custom-height-sidebar {
    height: calc(100vh - 72px);
}

/*.custom-height-content {*/
/*height: calc(100vh - 134px);*/
/*}*/

.custom-height-content-information {
    height: calc(100vh - 192px);
}

.gradient-card-overlay {
    /*background: linear-gradient(to top, #344054, #fdfdfd00);*/
    background: linear-gradient(180deg, rgba(152, 162, 179, 0) 30.25%, rgb(143, 153, 170) 38.54%, #7A8495 44.4%, #566174 71.71%, #344054 100%);

}

.gradient-card-overlay-white {
    background: var(linear-gradient(180deg, rgba(253, 253, 253, 0.00) 26.03%, rgba(253, 253, 253, 0.25) 32.12%, rgba(253, 253, 253, 0.90) 37.39%, #FCFCFC 40.56%, #FBFBFB 100%));
}

.custom-select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.custom-select select::-ms-expand {
    display: none;
}

.custom-select::after {
    content: url("../../assets/icons/my_cards_information/chevron-down.svg");
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    pointer-events: none;
    width: 20px;
    height: 20px;
}

.checkbox input[type="checkbox"] {
    accent-color: #2a3fb3;
    width: 16px;
    height: 16px;
}

.custom-box-shadow-login {
    box-shadow: none;
}

.gradient-signup-overlay {
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.4) 100%
    );
}

.rich-text-nametap h1 {
    color: #101828;
    font-family: "Degular-Semibold", sans-serif;
    font-size: 1.875rem;
    line-height: 2.25rem;
    padding-bottom: 1rem;
}

.rich-text-nametap p {
    color: #475467;
    font-family: "Roboto-Regular", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1.25rem;
}

.rich-text-nametap img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 0.75rem;
    margin-bottom: 0.75rem;
}

.rich-text-nametap span {
    display: flex;
    gap: 6px;
    align-items: center;
}

.rich-text-nametap span a {
    text-decoration-line: underline;
}

.rich-text-nametap span img {
    max-width: 16px;
    width: 100%;
    max-height: 16px;
    height: 100%;
    object-fit: contain;
}

.rich-text-nametap figure {
    border-left: 2px solid #273798;
    padding: 8px 0 8px 20px;
    margin-bottom: 1.25rem;
}

.rich-text-nametap figure q {
    display: inline-block;
    color: #101828;
    font-family: "Inter-Medium", sans-serif;
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin-bottom: 2rem;
}

.rich-text-nametap figure figcaption {
    color: #475467;
    font-family: "Inter-Regular", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
}

.rich-text-nametap img:last-child {
    width: 100%;
    height: 840px;
    object-fit: cover;
    margin-bottom: 3rem;
}

.rich-text-nametap span:last-child {
    display: flex;
    gap: 12px;
}

.rich-text-nametap span:last-child button {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #d0d5dd;
    background: #f8f8f8;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.rich-text-nametap span:last-child button img {
    max-width: 20px;
    width: 100%;
    max-height: 20px;
    height: 100%;
    object-fit: contain;
    margin-bottom: 0;
}

@media (min-width: 1024px) {
    .rich-text-nametap h1 {
        padding-bottom: 1.25rem;
    }

    .rich-text-nametap p {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .rich-text-nametap img {
        height: 480px;
        margin-bottom: 1rem;
    }
}

@media screen and (min-width: 769px) {
    .custom-height-content {
        height: calc(100vh - 122px);
    }

    .custom-height-content-information {
        height: calc(100vh - 200px);
    }

    .custom-height-content-edit-card {
        height: calc(100vh - 174px);
    }

    .custom-height-content-view-card {
        height: calc(100vh - 122px);
    }

    .custom-height-sidebar {
        height: calc(100vh - 60px);
    }

    .custom-box-shadow-login {
        box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
        0px 4px 6px -2px rgba(16, 24, 40, 0.03) !important;
    }

}

.nametap_input_icon {
    padding-left: 38px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left 10px bottom 50%;
}

.mail_icon {
    background-image: url("../../assets/icons/forgot_password/mail.svg ");
}

.modal_shadow {
    box-shadow: 0 20px 24px -4px rgba(16, 24, 40, 0.08), 0 8px 8px -4px rgba(16, 24, 40, 0.03);
}

label.nametap_card_type_radio:has(input[type="radio"]:checked) {
    border-color: #2A3FB3;
    border-width: 1px;
}

.nametap_card_type_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.nametap_card_type_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #D0D5DD;
}

.nametap_card_type_radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.nametap_card_type_radio input:checked ~ .checkmark {
    background-color: #2A3FB3;
}


.nametap_card_type_radio input:checked ~ .checkmark:after {
    display: block;
}

.nametap_card_type_radio .checkmark:after {
    top: 7px;
    left: 7px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: white;
}

.shadow-lg {
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.privacy_policy_editor h1 {
    color: #101828;
    font-family: Degular-Semibold;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px; /* 126.667% */
    margin-bottom: 20px;
}

.privacy_policy_editor p {
    font-family: Roboto-Regular;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #475467;
    margin-bottom: 40px;
}

.administration_nav_link_active {
    background-color: #ECEDFD;
    border-radius: 8px;
}

.custom_shadow_md {
    box-shadow: 0px 4px 8px 2px rgba(16, 24, 40, 0.10), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
}

.custom_portfolio_shadow {
    box-shadow: 0px 35px 100px 0px rgba(52, 64, 84, 0.08);
}

.color_picker_form label:has(input[type="radio"]) span {
    opacity: 0.4;
}

.color_picker_form label:has(input[type="radio"]:checked) span {
    opacity: 1;
    box-shadow: 0px 0px 8px 4px rgba(16, 24, 40, 0.10);
}

.badge-item.active {
    border-color: #ABEFC6;
    background-color: #ECFDF3;
    color: #067647;
}

.custom_contact_border_radius {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.custom_contact_table:last-child tr {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

#list-container li a:hover {
    text-decoration: underline;
}

.horizontal_card_wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex-flow: column wrap;
}

.horizontal_card_label-button {
    flex: 0 1 50%;
    width: 100%;
    max-width: 250px;
    min-height: 56px;
    min-width: 0;
}

.horizontal_card_label button {
    width: 100%;
}

select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #FFFFFF;
}

a, button, input {
    cursor: pointer !important;
}

.SF-Pro-Display-Regular {
    font-family: SF-Pro-Display-Regular, sans-serif;
}

.primary_button {
    color: white;
    background-color: #1658D1;
    border: 1px solid #1658D1;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    font-family: Roboto-Medium, serif;
    font-size: 14px !important;
}

.primary_button:hover {
    background-color: #0F50B9;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3), 0 1px 3px 1px rgba(0, 0, 0, .15);
}

.secondary_button {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    background-color: white;
    border: 1px solid #1658D1;
    color: #1658D1;
}

.secondary_button:hover {
    color: white;
    background-color: #1658D1;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3), 0 1px 3px 1px rgba(0, 0, 0, .15);
}

.white_button {
    border: 1px solid #D0D5DD;
    color: rgb(52 64 84 / var(--tw-text-opacity));
    background-color: white;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.white_button:hover {
    background-color: #F5F5F5;
}

.card_label_button {
    border: 1px solid #9CA3AF;
    color: rgb(52 64 84 / var(--tw-text-opacity));
    background-color: white;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    min-height: 56px;
}

.card_label_button:hover {
    background-color: #F5F5F5;
}

.primary_button_danger {
    color: #B42318 !important;
    background-color: #F8F8FF !important;
    border: 1px solid #FDA29B;
}

@media (min-width: 1024px) {
    .primary_button_danger:hover {
        background-color: #FEF3F2 !important;
    }
}


.horizontal_card_label {
    max-width: 250px;
    min-width: 250px;
}

.horizontal_card_label p {
    word-break: break-word;
}

.header_sign_in_link span {
    font-size: 1rem;
    line-height: 1.5rem;
}

.horizontal_card_img,
.horizontal_card_wrapper {
    max-height: 460px;
}

@media only screen and (max-width: 1215px) {
    .horizontal_card_img,
    .horizontal_card_wrapper {
        min-height: 650px;
        max-height: 650px;
    }
}


.card_resource_page .fi-main {
    margin-left: auto;
    margin-right: auto;
}

.card_resource_page .fi-header-heading {
    margin-bottom: 0.1rem;
    margin-top: 1rem;
}

.card_resource_page header .fi-ac-btn-action {
    margin-bottom: 0.1rem;
}
