:root {
    --chevron-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 6.75L9 11.25L13.5 6.75" stroke="%2318181B" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.disabled-anchor-layout {
    cursor: not-allowed;
}

.disabled-anchor-layout > a {
    background: #ECF9F0;
    color: #4BC16D;
    pointer-events: none;
}

.tooltip {
    position: relative;
    cursor: pointer;
}
.tooltip .tooltip-title {
    display: none;
    min-width: 112px;
    text-align: center;
    background: black;
    color: white;
    font-size: 10px;
    padding: 5px;
    height: 21px;
    min-height: 18px;
    line-height: 1;
    border-radius: 4px;
    overflow: visible;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translate3d(-50%,0,0);
    white-space: nowrap;
}

.tooltip:hover {
    overflow: visible
}

.tooltip:hover .tooltip-title {
    display: -ms-flexbox;
    display: flex
}

.ui-selectmenu-button.language-selector-toggle-button {
    background: none;
    border: 0;
    width: auto !important;
    padding-top: 8px
}

.site-header .ui-selectmenu-text {
    font-size: 12px;
}

.lanaguage-selector-menu {
    min-width: 180px
}


.iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url("/css/v2/images/icons/flags.png");
    background-repeat: no-repeat;
    background-color: #DBDBDB;
    background-position: 20px 0
}

.ui-menu .ui-menu-item-wrapper.ui-state-active {
    background: #F6F8FA;
    color: #6a7380;
    border-color: transparent;
}

.lanaguage-selector-menu .ui-menu-item {
    list-style: none
}

.lanaguage-selector-menu .ui-menu-item-wrapper {
    padding: 15px;
    display: flex;
    align-items: center;
    color: #6a7380;
}

.lanaguage-selector-menu .flag-box {
    display: block;
    width: 17px;
    margin-right: 8px
}

.site-header .language-selector-wrapper {
    display: flex;
    align-items: center
}


/* FORM FIELD */
.form-group {
    margin-bottom: 8px;
    position: relative;
    border: 1px solid var(--theme-input-border-color, #F0F0F0);
    border-radius: 16px;
    flex-wrap: nowrap;
}

.form-group label {
    position: absolute;
    left: 16px;
    top: 0;
    font-size: 14px;
    color: var(--theme-form-field-label-text-color, #848484);
    pointer-events: none;
    transition: 0.2s ease;
    transform: translate3d(0, 17px, 0);
    transform-origin: left top;
    z-index: 1;
}

.form-group .mobile-no {
    left: 100px !important;
}

.mobile-wrapper .selected-flag {
    border-radius: 16px;
    width: 90px !important;
}

.mobile-wrapper .form-control {
    padding-left: 100px !important;
}

.form-group label pre {
    display: inline;
    margin-left: 2px;
}

.form-group:has(input:focus) label,
.form-group:has(input:not([type="hidden"]):not(:placeholder-shown)) label{
    transform: translate3d(0,8px,0) scale(0.85);
    line-height: 20px;
}

.has-error.form-group {
    border: 1px solid rgba(255, 30, 70, 1);
}


.form-group input {
    width: 100%;
    padding: 26px 16px 7px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 16px;
    border: 0;
    outline: none;
    transition: border 0.2s ease;
    color: var(--theme-input-text-color, #323232);
}

/* floating label placeholder trick */
.form-group input::placeholder {
    color: transparent;
}

.form-control-wrapper {
    display: flex;
    align-items: center;
}

 .form-control-wrapper .field-suffix {
        line-height: 1;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translate3d(0,-50%,0)
    }

        .form-control-wrapper .field-suffix.btn-icon {
            right: 10px
        }

        .form-control-wrapper .ui-autocomplete-loading ~ .field-suffix {
            display: none
        }

        .form-control-wrapper .loading-spinner {
            display: none
        }

        .form-control-wrapper .ui-autocomplete-loading ~ .loading-spinner {
            display: block
        }

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    background-color: white;
    border: 1px solid #d2d4db
}

.ui-menu {
    -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    background-color: white;
    border: 1px solid #d2d4db
}

    .ui-menu .ui-menu-item-wrapper {
        padding: 5px 15px;
        color: #6a7380
    }

        .ui-menu .ui-menu-item-wrapper.ui-state-active {
            background: #F6F8FA;
            color: #6a7380;
            border-color: transparent
        }

        .ui-menu .ui-menu-item-wrapper strong {
            font-weight: bold
        }


/* END: FORM FIELD */

.btn-icon {
    display: flex;
    background: none;
    min-width: 0;
    box-shadow: none;
    padding: 0;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border: 0;
}

    .btn-icon:hover {
        border-radius: 50%;
        background-color: #e6eaef
    }


@media screen and (max-width:767px) {
    .site-header .language-selector-wrapper .language-selector-toggle-button {
        width: auto !important;
    }

    .site-header .language-selector-wrapper .ui-selectmenu-text {
        margin-right: 0
    }
}

/* Dialog css */

.dialog {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999
}

    .dialog.is-open {
        display: block
    }

    .dialog:before {
        background: rgba(0,0,0,0.4);
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0
    }

    .dialog .dialog-content {
        background: #fff;
        border-radius: 5px;
        max-height: calc(100vh - 150px);
        display: -ms-flexbox;
        position: fixed;
        display: flex;
        top: 50%;
        -webkit-box-orient: vertical;
        left: 50%;
        -webkit-box-direction: normal;
        -webkit-transform: translate3d(-50%,-50%,0);
        -ms-flex-direction: column;
        transform: translate3d(-50%,-50%,0);
        max-width: 600px;
        z-index: 9999
    }

@media screen and (max-width:767px) {
    .dialog .dialog-content {
        max-height: calc(100vh - 5vh);
        width: 90%
    }
}

.dialog header, .dialog .dialog-body, .dialog footer {
    padding: 20px
}

    .dialog header .headline {
        font-size: 22px;
        color: #1c222a
    }

.dialog .dialog-body {
    max-height: 40vh;
    overflow: auto;
    padding-top: 0;
    padding-bottom: 0
}

.dialog footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (max-width:400px) {
    .dialog footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width:500px) {
    .dialog footer .btn {
        min-width: 13rem
    }
}


.link-padding {
    padding-left: 5px;
}

.checkbox-text .terms-text-alignment {
    padding-left: 32px;
}

.marketing-term {
    text-align: justify;
    max-width: 100%;
    padding-right: 40px;
}

/* icon  */

.icon {
    height: 20px;
    width: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-top: 3px;
}

.icon_search {
    background-image: url("../v2/images/icons/icon_search.svg")
}

.spinner {
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite
}

.spinner-icon {
    display: block;
}

.spinner-in-progress i {
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
    
.message-banner {
    position: fixed;
    bottom: 20px;
    left: 25%;
    transform: translate3d(-50%, 0, 0);
    padding: 16px;
    font-size: 14px;
    background: #fff;
    border-radius: 16px;
    z-index: 1;
    box-shadow: 0px 23px 51px 0px rgba(0, 0, 0, 0.03), 
        0px 92px 92px 0px rgba(0, 0, 0, 0.03),
        0px 207px 124px 0px rgba(0, 0, 0, 0.02),
        0px 368px 147px 0px rgba(0, 0, 0, 0),
        0px 575px 161px 0px rgba(0, 0, 0, 0);
}

.message-banner.success-message {
    color: #000 !important;
}

.message-banner.error-message {
    background: var(--theme-error-message-background-color, #FF1E46);
    color: var(--theme-error-message-text-color, #fff) !important;
}

.btn-clear {
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 6L6 18M6 6L18 18" stroke="%23616161" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    height: 20px;
    width: 20px;
    background-size: cover;
    border: 0;
}
.message-banner.error-message .btn-clear {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 6L6 18M6 6L18 18" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.banner-content {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media screen and (max-width:992px) {
    .message-banner {
        left: 50%;
    }
}

.authentication-option {
    margin-bottom: 24px;
}

.authentication-option .tile {
    display: flex;
    gap: 16px;
}

.authentication-option .tile > svg {
    margin-top: 2px;
    flex-shrink: 0;
}

@media screen and (max-width:400px) {
    .authentication-option .tile > svg {
        display: none;
    }
}

.authentication-option h4 {
    font-size: 16px;
    font-weight: 500;
    color: var(--theme-input-text-color, #323232);
}

.authentication-option p {
    color: var(--theme-label-color, #808080);
}



/* CHOOSE AUTHENTICATOR IN PROFILE */

.choose-auth-types {
    display: flex;
    gap: 40px;
    align-items: stretch;
}

.auth-type-option {
    display: flex;
    flex-direction: column;
    width: 33%;
}

.auth-type-option .heading {
    display: flex;
    gap: 16px;
    flex-wrap: nowrap;
}

.auth-type-option .heading svg {
    flex-shrink: 0;
}
.auth-type-description {
    flex: 1;
    color: #808080;
    padding: 30px 10px;
}

.auth-type-description p {
    margin-bottom: 8px;
}

.auth-type-option .heading h2 {
    font-size: 18px;
    font-weight: 500;
    color: #111;
}
.footer-text {
    display: block;
    width: 100%;
}

.auth-channels-page {
    padding: 30px 20px;
}

@media screen and (max-width:992px) {
    .header-full {
        justify-content: center;
    }
    .auth-channels-page {
        max-width: 500px;
        padding: 30px 20px;
    }
    .choose-auth-types {
        flex-direction: column;
        gap: 60px;
    }

    .auth-type-option {
        width: 100%;
    }
}
/* Dashboard */
.tile-title {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}


.two-fa-tile-subtitle{
    max-width: 330px;
}

.backup-codes-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 16px;
}
.backup-codes-list li {
    padding: 16px;
    color: var(--theme-input-text-color, #323232);
    font-size: 14px;
    border: 1px solid var(--theme-input-border-color, #F0F0F0);
    border-radius: 16px;
    min-width: 112px;
    text-align: center;
}

@media screen and (max-width:600px) {
    .backup-codes-list {
        grid-template-rows: repeat(7, 1fr);
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width:480px) {
    .backup-codes-list {
        grid-template-rows: repeat(10, 1fr);
        grid-template-columns: 1fr 1fr;
    }
}
.scan-qr-code-subtitle {
    max-width: 450px;
}


.non-edit-input-wrapper {
    position: relative;
    width: 100%;
}

.non-edit-input-wrapper .non-editable {
    background: #F0F0F0;
    width: 100%;
}

.non-edit-input-wrapper svg {
    position: absolute;
    right: 0;
    top: 0;
    height: 53px;
    width: 48px;
}

.tile {
    width: 100%;
    min-width: 400px;
}

.tile h2 {
    color: var(--theme-base-black, #000);
    font-size: 14px;
    font-weight: 500;
}

@media screen and (max-width:480px) {
    .tile {
        min-width: auto;
    }
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    min-width: 0 !important;
}

.open>.dropdown-menu {
    display: block
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

.btn-dropdown {
    background: none;
    border: 0;
    padding: 13px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.bootstrap-select.country-code {
    width: 100% !important;
}

.marketing-term {
    word-wrap: break-word;
    word-break: break-word;
}

.country-dropdown-prefix {
    max-width: 35%;
}

.country-dropdown-prefix .bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
    outline-offset: 0 !important;
}

.country-dropdown-prefix .filter-option{
    text-overflow: ellipsis;
}

.dropdown-menu li a {
    padding: 10px;
    display: flex;
    align-items: center;
    color: #6a7380 !important;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background: #F6F8FA !important;
    color: #6a7380;
    border-color: transparent;
    outline: 0;
}

.dropdown-menu :focus-visible {
    outline: 0;
}

.user-profile .content-box-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 16px;
}

/* NAV BAR */
#navMenuState, #navNotifications {
    display: none;
}
.btn-menu-toggle {
    cursor: pointer;
    height: 48px;
    left: 0;
    width: 48px;
    transition: transform 0.4s cubic-bezier(0.4,0.01,0.165,0.99);
}

.open-menu-icon {
    display: block;
}
.close-menu-icon {
    display: none;
}

.btn-menu-toggle {
    display: none;
}

#navMenuState:checked  ~ .site-header .open-menu-icon,
#navMenuState.checked ~ .site-header .open-menu-icon {
    display: none;
}
#navMenuState:checked ~ .site-header .close-menu-icon,
#navMenuState.checked ~ .site-header .close-menu-icon {
    display: block;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
.custom-dropdown {
    position: relative;
    padding: 0 25px;
}

.custom-dropdown a {
    color: var(--theme-mono-l5);
    text-decoration: none;
}

.user-nav {
    display: flex;
    align-items: center;
}
.user-name-dropdown {
    border-left: 1px solid var(--theme-mono-l90);
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu.active > .dropdown-menu {
    display: block;
}

.dropdown-submenu > .dropdown-menu {
    border-radius: 0 4px 4px 4px;
    left: 100%;
    margin-left: -1px;
    margin-top: -6px;
    top: 0;
}

.user-dropdown-toggle-button:after,
.dropdown-submenu > a:after {
    background: var(--chevron-image);
    content: " ";
    display: block;
    float: right;
    height: 18px;
    margin-right: -10px;
    margin-top: 0;
    width: 18px;
}

.user-dropdown-toggle-button {
    display: flex;
    align-items: center;
    gap: 8px;
}
.dropdown-submenu > a:after {
    transform: rotate(-90deg);
}

.dropdown-submenu.menu-left {
    float: none;
}

.dropdown-submenu.menu-left > .dropdown-menu {
    border-radius: 4px 0 4px 4px;
    right: 95%;
    left: auto;
    margin-left: 10px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.custom-dropdown-menu li a {
    display: flex;
    align-items: center;
    font-size: 12px;
    gap: 8px;
    color: var(--theme-base-black, #000) !important;
    padding-right: 15px;
}

.custom-dropdown-menu li a svg {
    flex-shrink: 0;
}
.custom-dropdown-menu .logout-item a {
    color: #FF1E46 !important;
}
.notifications-dropdown-menu {
    min-width: 250px !important;
    padding: 20px;
}
.notification.dropdown {
    transition: transform 0.4s 0.25s ease-out;
}

.notifications-dropdown-menu h2 {
    font-weight: 500;
}
.notifications-dropdown-menu ul {
    padding: 15px 0 0;
}
.notification-item {
    padding: 10px 0;
    font-size: 14px;
    color: var(--theme-label-color, #808080);
    border-bottom: 1px solid var(--theme-mono-l90);
}
.notification-item:last-child {
    border-bottom: none;
}

.authenticated-header .logo {
    margin-left: 20px;
}

@media screen and (max-width:992px) {
    .authenticated-header.site-header {
        flex-direction: row;
        padding: 0;
    }
    .btn-menu-toggle {
        display: block;
        margin-left: 20px;
    }
    .authenticated-header .logo {
        margin: 0 auto !important;
    }
    .notifications-dropdown-menu {
        right: 10px;
    }
    label.btn-showNotification {
        transition: transform 0.4s 0.25s ease-out;
    }

    .user-dropdown-toggle-button {
        display: none;
    }

    .user-name-dropdown {
        position: absolute;
        left: 0;
        right: 0;
        padding: 0;
    }
    .site-header {
        transition: background 350ms ease-in;
    }
    
    #navNotifications:checked ~ .site-header,
    #navMenuState:checked ~ .site-header {
        background: #fff;
        transition: background 150ms ease-in;
    }
    #navMenuState:checked ~ .site-header .user-name-dropdown {
        display: block;
    }

    .site-header .notification > .dropdown-menu, 
    .site-header .user-name-dropdown > .dropdown-menu {
        top: 75px;
        left: 0;
        right: 0;
        bottom: 100%;
        float: none;
        box-shadow: none;
        border: 0;
        padding: 0 0 0 6px;
        position: fixed;
        overflow: hidden;
        transition: bottom 350ms ease-in, top;
        display: flex;
        flex-direction: column;
    }
    
    .language-dropdown-menu {
        display: block !important;
        position: static;
        box-shadow: none;
        border: 0;
        padding-left: 20px;
    }

    .notifications-dropdown-menu {
        padding: 0 30px !important;
    }

    .notifications-dropdown-menu h2 {
        margin-top: 10px;
    }

    .dropdown-submenu > a:after {
        transform: none;
    }
    #navMenuState:checked ~ .site-header .user-name-dropdown > .dropdown-menu {
        bottom: 0;
    }

    #navNotifications:checked ~ .site-header .notification > .dropdown-menu {
        bottom: 0;
    }

    .zalaryicon-notification{
        display: none;
    }
    .user-nav {
        width: 0;
    }

    .notification-toggle-btn {
        display: flex;
        align-items: center;
        justify-self: stretch;
        justify-content: center;
    }
}

.ui-button .ui-icon {
    background: var(--chevron-image) !important;
    background-size: 15px !important;
}

.path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    stroke: #120c2b;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg)
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg)
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

@keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}