﻿
/*Account picker*/

.semi-s4-12 {
    font-family: roboto-regular;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 14px !important;
    text-align: right !important;
}

.regular-r3-12-label {
    font-family: roboto-regular;
    font-style: normal;
    font-weight: normal !important;
    font-size: 12px !important;
    line-height: 14px !important;
    text-align: right !important;
}

.regular-r3-12-label-left {
    font-family: roboto-regular;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px !important;
    text-align: left !important;
}

.regular-r3-12-checkbox {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px !important;
    text-align: left !important;
}

.regular-r3-12-account {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px !important;
    text-align: right !important;
    text-align: left !important;
    top: 4px !important;
    color: var(--BG) !important;
}

.light-background-bg {
    color: var(--BG) !important;
}

.flag-col {
    margin-left: 24px;
}

.light-primary-p1 {
    color: var(--P1) !important;
}

/*Status chart widget*/

.multi-graph {
    width: 300px;
    height: 150px;
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
}

    .multi-graph:before {
        content: '';
        width: 300px;
        height: 150px;
        border: 70px solid rgba(0, 0, 0, 0.15);
        border-bottom: none;
        position: absolute;
        box-sizing: border-box;
        transform-origin: 50% 0%;
        border-radius: 300px 300px 0 0;
        left: 0;
        top: 0;
    }

    .multi-graph .graph {
        width: 300px;
        height: 150px;
        border: 70px solid var(--fill);
        border-top: none;
        position: absolute;
        transform-origin: 50% 0% 0;
        border-radius: 0 0 300px 300px;
        left: 0;
        top: 100%;
        z-index: 5;
        animation: 1s fillGraphAnimation ease-in;
        transform: rotate(calc(1deg * ( var(--percentage) * 1.8 )));
        box-sizing: border-box;
        cursor: pointer;
    }

        /*.multi-graph .graph:after {
            content: attr(data-name) ': ' attr(data-formatted-value);
            counter-reset: varible var(--value);
            background: var(--fill);
            box-sizing: border-box;
            border-radius: 2px;
            color: #fff;
            font-weight: 200;
            font-size: 12px;
            height: 40px;*/
        /*  width: 250px;*/
        /*padding: 6px 7px;
            top: 0px;
            position: absolute;
            left: 0;
            transform: rotate(calc(-1deg * var(--percentage) * 1.8)) translate(-30px, 0px);
            transition: 0.2s ease-in;
            transform-origin: 0 50% 0;
            opacity: 0;
        }*/

        .multi-graph .graph:hover {
            opacity: 0.8;
        }

/*.multi-graph .graph:hover:after {
                opacity: 1;
                left: 30px;
            }*/

.graph-item-holder .graph-item-description-holder {
    position: absolute;
    display: none;
    flex-direction: column;
    align-items: center;
    bottom: 0;
    font-family: 'roboto-medium';
    color: var(--P1);
    font-size: 14px;
    left: 0;
    right: 0;
}

.graph-item-holder:hover .graph-item-description-holder {
    display: flex !important;
}

.graph-holder {
    margin-top: 35px
}

.graph-legend-holder {
    margin-top: 35px
}

@keyframes fillAnimation {
    0% {
        transform: rotate(-45deg);
    }

    50% {
        transform: rotate(135deg);
    }
}

@keyframes fillGraphAnimation {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }
}

/*Updated old*/


.accounts-widget .slider-button-prev {
    left: 58%;
    z-index: 1;
}

.accounts-widget .slider-button-next {
    right: 58%;
    z-index: 1;
}

.accounts-widget .slider-button-prev, .accounts-widget .slider-button-next {
    border-radius: 100%;
    opacity: 1;
}

.slick-slide .ui-selectmenu-text {
    height: 28px;
}

.slick-center .account-box .account-main {
    position: relative;
    padding: 0;
}

.slick-slide .account-box .main-balance p {
    line-height: 30px;
    font-size: 17px;
}


.slick-slide .ui-selectmenu-text {
    padding: 5px 14px 10px 8px !important;
    font-weight: 500;
}

.slick-center .ui-selectmenu-text {
    padding: 10px 14px 10px 8px;
    font-weight: 500;
}

.slick-slide .ui-selectmenu-button {
    width: 60px !important;
    border: 1px solid var(--BG);
    background-color: transparent;
}

.cards-account-box .ui-selectmenu-button {
    width: 60px !important;
    border: 1px solid var(--BG);
    background-color: transparent;
}

.slick-slide .account-box .acc-balance-txt {
    font-size: 8px;
}

.slick-center .account-box .acc-balance-txt {
    font-size: 12px;
}

/*.accounts-widget .trigger li {
    display: inline;
}*/

.slick-slide .account-box .account-btn {
    width: 40px;
    height: 40px;
    background-color: transparent;
}

.slick-center .account-box .account-btn {
    width: 58px;
    height: 58px;
    background-color: transparent;
}

.slick-center .account-box-amount {
    font-size: 26px !important;
}

/*singe-slide*/

.single-slide .slide .account-box {
    width: 378px !important;
    min-height: 190px !important;
    margin: 0 auto !important;
}

.single-slide .account-box .account-main {
    position: relative;
    padding: 0;
}

.single-slide .account-box .acc-nr {
    font-size: 8px;
}

.single-slide .account-box .acc-name {
    /* height: 40px !important;*/
    display: block;
    font-size: 14px;
    margin-bottom: 0px;
}

.percent-50 {
    width: 50% !important;
}

#error-message {
    color: red;
}

.single-slide .account-box .main-balance p {
    /* line-height: 40px !important;*/
}

.single-slide .ui-selectmenu-text {
    padding: 10px 14px 10px 8px;
    font-weight: 500;
}

.single-slide .account-box .acc-balance-txt {
    font-size: 12px;
    text-transform: none;
    font-weight: normal;
    color: var(--BG);
}

.single-slide .account-box .account-btn {
    width: 58px;
    height: 58px;
    background-color: transparent;
}

.single-slide .account-box-amount {
    font-size: 26px !important;
}

.single-slide .account-box .acc-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
}


/*Exchange widget*/

.heavy-h2-16 {
    font-family: roboto-bold;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 16px;
}

.heavy-h2-16-title {
    font-family: roboto-black;
    font-weight: 900 !important;
    font-size: 16px !important;
    line-height: 19px;
    text-align: left;
    /*  margin-bottom: 32px !important;*/
}

.light-primary-p0 {
    color: var(--P0);
}

.light-primary-p0-background {
    background-color: var(--P0);
}

.light-primary-p2-background {
    background-color: var(--P2);
    /*  pointer-events: none;*/
}

.light-foreground-k4 {
    background-color: var(--K4) !important;
    border-radius: 8px;
}

.light-extra-onSu {
    color: var(--onSU) !important;
}

.light-extra-su-background {
    background-color: var(--SU) !important;
}

.month {
    /*  to be added*/
    /* position: absolute;*/
    width: 48px;
    height: 10px;
    left: 16px;
    top: 10px;
    font-family: roboto-regular;
    font-style: normal;
    font-weight: 600;
    font-size: 8.384px;
    line-height: 10px;
}

.semi-s4-12-bt {
    font-family: roboto-regular;
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

/*Added styles for exsisting elements*/
.heavy-h2-16 span {
    text-transform: lowercase;
    display: inline-block;
}

    .heavy-h2-16 span::first-line {
        text-transform: none;
    }

/*Updated old*/

.widget-grid-options .grid-title {
    background-color: var(--BG);
}

.grid-options {
    background-color: var(--BG);
}

.widget-grid .widget-inner {
    border: none;
}

#wrapper {
    position: relative;
    min-height: 100vh;
    background: var(--BG);
    padding-bottom: 60px;
}

    #wrapper.prelogin-wrapper {
        padding-bottom: 0;
    }

#page-footer {
    position: absolute;
    bottom: 0;
    width: calc(100% - 94px);
    display: flex;
    background: var(--P0);
    color: white;
    align-items: center;
    padding: 8px 24px;
    left: 94px;
}

#page-footer-prelogin {
    position: relative;
    bottom: 0;
    width: 100%;
    display: flex;
    background: var(--P0);
    color: white;
    align-items: center;
    justify-content: center;
    padding: 8px 24px;
}

#login-credentials .popup-content {
    margin-top: 200px;
}

.custom-table .table-row.row-1 {
    border: none;
}

.flag-box {
    line-height: 34px;
}

    .flag-box img {
        margin-top: 10px;
    }

.custom-table .flag-box {
    border-radius: 2px;
}

.exchange-widget .btn-1 {
    float: none;
    font-weight: 600;
    display: inline-block;
}

/*Transactions widget*/

.light-foreground-k1 {
    color: var(--K1) !important;
}

.light-foreground-k2 {
    color: var(--K2) !important;
}

.light-foreground-k2-border {
    border-top: 1px dashed var(--K2);
}

.light-foreground-k2-checkbox {
    color: var(--K2) !important;
}

.semi-s2-16 {
    font-family: roboto-light;
    font-style: normal;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 19px;
    text-align: center;
}

.semi-s3-14 {
    font-style: normal;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    text-transform: uppercase;
}

.semi-s3-14-bt {
    font-family: roboto-light;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
}

.semi-s3-14-bt-14 {
    font-family: roboto-light;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
}

.semi-s3-14-account {
    font-style: normal;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    text-transform: uppercase;
    margin-top: 9px;
}

.semi-s3-14-standardcase {
    font-style: normal;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 16px !important;
}

.regular-r1-16-txt {
    font-family: roboto-medium;
    font-style: normal;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 19px;
}

.regular-r2-14-tip {
    font-family: roboto-regular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
}

.regular-r3-12-bt {
    font-family: roboto-black;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
}

#sortable-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 24px;
}

.content-inner-box #sortable-container {
    row-gap: unset;
}

.full-width-container {
    width: 100%;
    height: max-content;
}

/*Mailbox widget*/

.mailbox-widget .btn-1 {
    float: none;
    font-weight: 600;
    display: inline-block;
}

.mailbox-widget .semi-s4-12-bt {
    font-family: roboto-regular;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    align-items: center;
    text-transform: uppercase;
}

.msg-widget-wrapper .msg-status .unread-msgs {
    border-right: 1px solid transparent;
}

.msg-widget-wrapper .msg-container .msg {
    border-bottom: 1px solid transparent;
}

.mailbox-widget .msg-counter {
    display: block !important;
}

.messages-border {
    border-bottom: 1px dashed var(--K2);
    display: inline-block;
    width: calc(100% - 48px);
    margin: 0 auto 8px;
}

#search-input {
    width: 200px !important;
    height: 29px !important;
}

.left-float {
    float: left;
}

.profile-description {
    margin-right: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: auto;
}

    .profile-description .profile-working-context:last-child {
        margin-top: 4px;
    }

.profile-working-context {
    text-align: left !important;
    margin: 0;
}

.tmpl-container {
    width: 704px;
    margin: 0 auto;
}

.profile-dropdown { /*  Ovo je klasa koju uvodimo kao parent koji okruzuje profile unutar dropdowna. 
    U startu je skrivena pa se pokazuje na klik profile div-a. 
    Dok ces skinuti funkcionalnost da se na klik profila skriveni profili pokazuju. 
    Ovako imamo jedan div koji se pokazuje a onako za svaki moras davati funkciju sto je smor. 

        30.06.2023 UPDATE
        Cela klasa i element su skinuti sa hedera jer smo napravili odabir profila kroz side in modal
                    */
    /*display: flex;
    flex-direction: column;
    position: absolute;
    top: 72px;
    width: 100%;
    max-width: 267px;
    background: #fafafa;
    border-radius: 0 0 8px 8px;*/
}

.logout-bar.btn-small-ico-label {
    width: 94px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 4px;
}

    .logout-bar.btn-small-ico-label:hover {
        background-color: var(--P2);
    }

.btn-small-ico-label {
    width: 94px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 4px;
}

    .btn-small-ico-label a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 100%;
        height: max-content;
        cursor: pointer;
        text-align: center;
    }

        .btn-small-ico-label a .btn-small-icon {
            margin-bottom: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .btn-small-ico-label a .btn-small-label {
            font-size: 12px;
            line-height: 16px;
            font-family: 'roboto-regular';
            color: var(--P0);
        }

        .btn-small-ico-label a .btn-small-icon.btn-small-icon-hold {
            height: 32px;
            width: 32px;
        }

            .btn-small-ico-label a .btn-small-icon.btn-small-icon-hold img {
                object-fit: cover;
                height: 100%;
                width: 100%;
                object-position: center;
                border-radius: 100%;
            }

.profile-arrow {
    width: 32px;
    height: 32px;
    display: inline-block;
    background-image: url(../../img/icons/icon-arrow-down.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
}

.inbox-span-flex {
    display: flex;
    align-items: center;
    column-gap: 0px;
    font-size: 12px;
    color: var(--P0);
}

#page-header-down {
    height: 88%;
    background: var(--BG);
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 100;
}

#page-header-right {
    width: 177px;
    height: calc(100% - 80px);
    float: right;
    background: var(--BG);
    top: 80px;
    z-index: 100;
    left: 94px;
    background-color: var(--P2) !important;
    position: fixed;
    padding-bottom: 30px;
}

.header-down-sub-menu li {
    width: 100%;
}

.menu-list-itm a {
    word-break: break-all;
}

ul.header-down-sub-menu li.menu-list-item:hover {
    background-color: var(--BG) !important;
    color: var(--P1);
}

    ul.header-down-sub-menu li.menu-list-item:hover a {
        color: var(--P1);
    }

#search-ribbon {
    width: 367px;
    height: 35px;
    margin-right: 24px;
}

    #search-ribbon.side-search-ribbon {
        display: block !important;
        margin: 0;
    }

#current-notification {
    margin-top: 75px;
}

.side-search-ribbon-hold {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 24px;
}

.input-search-ribbon {
    width: 100%;
    height: 100%;
    border: 0px solid var(--BG);
    background-image: url(../../img/icons/icon-search-1.png);
    background-repeat: no-repeat;
    background-position: 16px 50%;
    padding: 8px 16px;
    text-indent: 38px;
    border: 1px solid transparent;
}

    .input-search-ribbon:focus {
        border-color: var(--P1);
        background-size: auto;
    }

.widget-content-search-hold {
    display: flex;
    align-items: center;
    padding: 8px 24px;
    column-gap: 8px;
    margin-top: 16px;
}

    .widget-content-search-hold.search-w-reset {
        flex-wrap: wrap;
    }

.widget-content-sort-hold {
    display: flex;
    justify-content: right;
    align-items: baseline;
}

.input-search {
    width: 100%;
    border: none;
    border-radius: 8px;
    background: white;
    padding: 8px 24px 8px 38px;
    font-size: 16px;
    line-height: 19px;
    background-image: url(../../img/icons/icon-search-1.png) !important;
    background-size: 14px !important;
    background-position: 16px 50% !important;
    background-repeat: no-repeat !important;
    font-family: roboto-regular;
}

    .input-search.grey-input {
        background: var(--K4);
    }

.widget-inner .widget-options {
    z-index: 10;
}

.widget-content-search-hold .widget-options {
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(1);
}

.search-w-reset .input-search {
    width: calc(100% - 40px);
}

.reset-filter-hold {
    display: flex;
    margin-left: auto;
}

    .reset-filter-hold .empty-btn {
        padding-right: 0;
    }

        .reset-filter-hold .empty-btn:hover {
            background: none !important;
        }

.width-85 {
    margin: 0 auto;
    width: 85%;
}

.trigger {
    cursor: pointer;
}

.menu-li-dashboard:hover .icon-dashboard-1 {
    background-image: url(../../img/icons/icon-dashboard-1.png);
}

.menu-li-icon-card-1:hover .icon-card-1 {
    background-image: url(../../img/icons/icon-card-5.png);
}

.menu-li-icon-catalogue-3:hover .icon-catalogue-3 {
    background-image: url(../../img/icons/icon-catalogue-1.png);
}

.menu-li-icon-contact-1:hover .icon-contact-1 {
    background-image: url(../../img/icons/icon-contact-3.png);
}

.menu-li-icon-exchange-1:hover .icon-exchange-1 {
    background-image: url(../../img/icons/icon-exchange-4.png);
}

.menu-li-icon-inbox:hover .icon-inbox {
    background-image: url(../../img/icons/icon-inbox-1.png);
}

.menu-li-icon-language:hover .icon-language {
    background-image: url(../../img/icons/icon-language-2.png);
}

.menu-li-icon-money-1:hover .icon-money-1 {
    background-image: url(../../img/icons/icon-money-5.png);
}

.menu-li-icon-safe-1:hover .icon-safe-1 {
    background-image: url(../../img/icons/icon-safe-4.png);
}

.menu-li-icon-selfcare:hover .icon-selfcare {
    background-image: url(../../img/icons/icon-selfcare-2.png);
}

.menu-li-dashboard:hover a {
    color: var(--P0) !important;
}

.menu-li-dashboard:hover p {
    color: var(--P0) !important;
}

.menu-li-icon-card-1:hover a {
    color: var(--P0) !important;
}

.menu-li-icon-card-1:hover p {
    color: var(--P0) !important;
}

.menu-li-icon-catalogue-3:hover a {
    color: var(--P0) !important;
}

.menu-li-icon-catalogue-3:hover p {
    color: var(--P0) !important;
}

.menu-li-icon-contact-1:hover a {
    color: var(--P0) !important;
}

.menu-li-icon-contact-1:hover p {
    color: var(--P0) !important;
}

.menu-li-icon-exchange-1:hover a {
    color: var(--P0) !important;
}

.menu-li-icon-exchange-1:hover p {
    color: var(--P0) !important;
}

.menu-li-icon-inbox:hover a {
    color: var(--P0) !important;
}

.menu-li-icon-inbox:hover p {
    color: var(--P0) !important;
}

.menu-li-icon-language:hover a {
    color: var(--P0) !important;
}

.menu-li-icon-language:hover p {
    color: var(--P0) !important;
}

.menu-li-icon-money-1:hover a {
    color: var(--P0) !important;
}

.menu-li-icon-money-1:hover p {
    color: var(--P0) !important;
}

.menu-li-icon-safe-1:hover a {
    color: var(--P0) !important;
}

.menu-li-icon-safe-1:hover p {
    color: var(--P0) !important;
}

.menu-li-icon-selfcare:hover a {
    color: var(--P0) !important;
}

.menu-li-icon-selfcare:hover p {
    color: var(--P0) !important;
}

.party {
    cursor: pointer;
    background: var(--BG) !important;
}

.selected-party {
    background: var(--P2) !important;
}

#sub-menu-title .side-menu-margin {
    height: 64px;
    display: flex;
    align-items: center;
}

#sub-menu-title.menu-list-item:hover {
    background-color: var(--P2) !important;
    color: var(--P0) !important;
    cursor: default;
}

    #sub-menu-title.menu-list-item:hover .side-menu-margin {
        background-color: var(--P2) !important;
        color: var(--P0) !important;
        cursor: default;
    }

.side-menu-margin {
    display: inline-block;
    text-align: left;
    width: 100%;
    padding: 16px 24px;
}

.side-modal.active {
    z-index: 999;
}

.icon-menu-1 {
    background-image: url(../../img/icons/icon-menu-1.png);
    background-size: 24px;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    left: calc(100% - 367.5px/2 + 103.25px);
    top: calc(25% - 35px/2);
}

.menu-label {
    text-align: center !important;
}

/*Mailbox*/

.message-list {
    width: 100%;
    height: 71px;
}

.checkbox-item {
    display: flex;
    align-items: center;
    padding: 8px 16px 8px 0;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'roboto-medium';
    column-gap: 16px;
}

.checkbox-4 {
    width: 18px;
    height: 18px;
    border: 1.5px solid var(--K2);
    box-sizing: border-box;
    border-radius: 2px;
}

    .checkbox-4.styledCheckbox {
        display: inline-block;
        width: 18px;
        height: 18px;
        background-image: url(../../img/icons/checkbox-4.png);
        background-repeat: no-repeat;
        background-position: 0px -22px !important;
        background-size: 18px;
        cursor: pointer;
    }

        .checkbox-4.styledCheckbox.checked {
            background-position: -1px -2px !important;
            border-color: var(--P1);
        }

.checkbox-1.styledCheckbox.disabled {
    opacity: 0.5;
}

.template-tabs {
    height: 88px;
    width: 704px;
    padding-bottom: 24px !important;
    padding-top: 32px !important;
    margin: 0 auto;
}

    .template-tabs a {
        display: inline-block;
        margin-top: 8px;
        margin-left: 16px;
        margin-right: 16px;
        font-size: 14px;
        line-height: 16px;
    }

.template-tab {
    height: 32px;
    border-radius: 4px;
    display: inline-block;
}

.template-tabs .selected {
    border: 1px solid #00A3E0;
}

.template-delete {
    background-image: url(../../img/icons/icon-template-delete.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    display: none !important;
}

    .template-delete.active {
        display: block !important;
    }

.template-list:hover .template-delete {
    display: block !important;
}

.template-edit {
    background-image: url(../../img/icons/icon-template-edit.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    display: none !important;
}

    .template-edit.active {
        display: block !important;
    }

.template-list:hover .template-edit {
    display: block !important;
}

.template-continue {
    background-image: url(../../img/icons/icon-template-continue.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    display: none !important;
}

    .template-continue.active {
        display: block !important;
    }

.template-list:hover .template-continue {
    display: block !important;
}

.template-check-item {
    margin-top: 30px;
    margin-bottom: 0px;
}

    .template-check-item p {
        margin-bottom: 0px;
    }

.template-options {
    margin-top: 25px;
}

    .template-options div {
        display: inline-block;
        float: right;
        margin-left: 15px;
    }

.template-details-cell {
    margin-top: 10px;
}

.template-list .template-button {
    display: none !important;
}

.template-list:hover .template-button {
    display: block !important;
}

.mailbox-options {
    margin-top: 19px;
}

    .mailbox-options div {
        display: inline-block;
        float: right;
        margin-left: 15px;
    }

.message-attachment {
    background-image: url(../../img/icons/icon-mail-attachment.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}

.message-important {
    background-image: url(../../img/icons/icon-mail-important.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}

.message-archive {
    background-image: url(../../img/icons/icon-mail-archive.png);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    width: 32px;
    height: 32px;
    display: none !important;
}

    .message-archive.active {
        display: block !important;
    }

.message-mark-as-read {
    background-image: url(../../img/icons/icon-mail-mark-as-read.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    display: none !important;
}

    .message-mark-as-read.active {
        display: block !important;
    }

.mailbox-check-item {
    margin-top: 16.5px;
    margin-bottom: 0px;
}

    .mailbox-check-item p {
        margin-bottom: 0px;
    }

.mailbox-date-label {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px !important;
    margin-bottom: 4px;
    margin-top: 8px;
}

.mailbox-title-label {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px !important;
    margin-bottom: 0px;
}

.mailbox-title-label {
    font-style: normal;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 19px;
}

.message-list:hover .message-archive {
    display: block !important;
}

.message-list:hover .message-mark-as-read {
    display: block !important;
}

.message-list:hover .attachment {
    display: none !important;
}

.message-list:hover .important {
    display: none !important;
}

.custom-table .readed-message-icon-holder {
    top: 9px;
    position: relative;
}

.custom-table .unreaded-message-icon-holder {
    position: relative;
    top: 8px;
}

.mailbox-message-list.icon-holder {
    width: 32px;
    height: 32px;
    position: relative;
    float: right;
    margin-top: 5px;
}

    .mailbox-message-list.icon-holder.hidden-icon {
        display: none;
    }

.table-row:hover .mailbox-message-list.icon-holder.hidden-icon {
    display: block !important;
}

.mailbox-message-list.icon-holder .urgent-icon {
    position: absolute;
    left: 21.88%;
    right: 21.88%;
    top: 21.88%;
    bottom: 21.88%;
}

.mailbox-message-list.icon-holder .attachement-icon {
    position: absolute;
    width: 20.03px;
    height: 22px;
    left: 6px;
    top: 5px;
}

.mailbox-message-list.icon-holder .archive-icon {
    position: absolute;
    left: 9.38%;
    right: 9.38%;
    top: 18.75%;
    bottom: 18.75%;
}

.mailbox-message-list.icon-holder .mark-as-read-icon {
    position: absolute;
    width: 25px;
    height: 27.38px;
    left: 4px;
    top: 1px;
}

.light-foreground-k4 .row-1:hover {
    background-color: var(--BG) !important;
}

.heavy-h1-26 {
    font-family: roboto-regular;
    font-style: normal;
    font-weight: 900;
    font-size: 26px;
    line-height: 30px;
    text-align: right;
}

.heavy-h1-26-roboto {
    font-family: roboto-regular;
    font-style: normal;
    font-weight: 900;
    font-size: 26px;
    line-height: 30px;
    text-align: right;
}

.heavy-h1-26-left {
    font-family: roboto-regular;
    text-transform: none;
    font-style: normal;
    font-weight: 900 !important;
    font-size: 26px !important;
    line-height: 30px;
    text-align: left;
}

.heavy-h1-26-title {
    font-family: roboto-regular;
    text-transform: none;
    font-weight: 800 !important;
    font-size: 26px !important;
    line-height: 30px !important;
    text-align: left;
    margin-bottom: 32px !important;
}

.icon-move-bar {
    width: 24px;
    height: 20px;
    background-image: url(../../img/icons/move-bar-icon.png);
    background-size: 26px;
    background-repeat: no-repeat;
}

.links-list-3 img {
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 16px;
}

h3.heavy-h2-16.light-primary-p0 {
    margin-bottom: 24px !important;
}

p.semi-s3-14.light-foreground-k1 {
    margin-bottom: 4px;
}

.swipe-msg-box {
    display: flex;
    align-items: center;
    column-gap: 24px;
    padding-left: 24px;
}

.message-status {
    display: flex;
    align-items: center;
    padding: 16px 24px 8px;
}

    .message-status .icon-holder {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px;
    }

    .message-status .message-status-time {
        font-family: 'roboto-regular';
        font-size: 12px;
        color: var(--K2);
    }

.message-body-content-hold {
    display: flex;
    padding: 16px 24px;
}

    .message-body-content-hold .message-body-content {
        font-size: 16px;
        line-height: 1.4;
        font-family: roboto-regular;
        color: var(--K2);
        width: 100%
    }

.attachment-name {
    padding-top: 7px;
}

.filter-icon {
    width: 27px;
    height: 23px;
    float: right;
    margin-right: 24px;
    margin-left: 24px;
    margin-top: 4px;
    display: inline-block;
    background-image: url(../../img/icons/icon-filter.png);
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
}

.options-icon {
    width: 27px;
    height: 23px;
    float: right;
    margin-right: 24px;
    margin-left: 24px;
    margin-top: 4px;
    display: inline-block;
    background-image: url(../../img/icons/icon-more.png);
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
}

.filter-list-icon {
    width: 27px;
    height: 23px;
    float: right;
    margin-right: 16px;
    margin-left: 16px;
    margin-top: 4px;
    display: inline-block;
    background-image: url(../../img/icons/icon-filter.png);
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
}

.options-list-icon {
    width: 27px;
    height: 23px;
    float: right;
    margin-right: 16px;
    margin-left: 16px;
    margin-top: 4px;
    display: inline-block;
    background-image: url(../../img/icons/icon-more.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
}

.templates-search {
    width: 704px;
    margin-left: 24px;
    height: 35px;
    margin-bottom: 0px;
    background-color: var(--BG);
    background-image: url(../../img/icons/icon-search-1.png);
    background-repeat: no-repeat;
    background-position: 16px 50%;
    display: inline-block;
    border-radius: 8px;
}

    .templates-search:focus {
        background-size: 0px;
    }

.mailbox-search {
    height: 35px;
    margin-bottom: 0px;
    background-color: var(--BG);
    background-image: url(../../img/icons/icon-search-1.png);
    background-repeat: no-repeat;
    background-position: 16px 50%;
}

    .mailbox-search:focus {
        background-size: 0px;
    }


.mailbox-container {
    padding-top: 0px !important;
}

.payment-col-top {
    width: 752px;
    margin: 0 auto;
    padding-top: 24px;
}


#account-col-content {
    display: flex;
    column-gap: 24px;
    align-items: flex-start;
}

.card-visuals-hold {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0 16px;
}

.card-visuals {
    /* height: 240px;
    width: 384px;*/
    border-radius: 5px
}

.button-wrapper {
    width: 170px;
    height: 48px;
}

.msg-red-dot {
    width: 6px;
    height: 6px;
    background: red;
    position: absolute;
    top: 0;
    right: 31px;
    border-radius: 8px;
}

.navigation {
    margin-left: 24px;
}

.title-3 {
    margin-left: 24px;
    margin-top: 25px;
}

    .title-3 h2 {
        margin-bottom: 4px;
    }

    .title-3 p {
        margin-left: 45px;
        display: inline;
    }

    .title-3 i {
        display: inline-block;
        float: none;
        width: 26px;
        height: 18px;
        margin-right: 19px;
    }

.title-4 {
    margin-left: 24px;
    margin-top: 25px;
}

    .title-4 h2 {
        margin-bottom: 4px;
        width: 63%;
    }

    .title-4 p {
        margin-left: 0px;
        display: inline;
    }

.col-left-50 {
    float: left;
    width: 50%;
}

.col-right-50 {
    float: right;
    width: 50%;
}

.icon-action-label {
    margin-left: 50px;
    padding-top: 8px;
}

.account-col-left {
    width: 100%;
}

.account-col-content {
    width: 100%;
}

.account-content-hold {
    width: 100%;
}

.account-col-center {
    float: left;
    height: auto;
    width: 100%;
    margin-right: 24px;
}

    .account-col-center h2 {
        margin-bottom: 8px;
        margin-left: 24px;
    }

.account-col-right {
    width: 100%;
}

.account-widget-slat {
    display: flex;
}

#account-col-content .account-widget-slat {
    background: var(--K4);
    padding: 16px 0;
    border-radius: 8px;
}


.hide-actions-wrapper {
    display: none;
    float: left;
}

.more-icon {
    width: 94px;
    height: 32px;
    float: right;
    display: inline-block;
    background-image: url(../../img/icons/icon-more.png);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    cursor: pointer;
    text-align: center;
    color: var(--P0);
    vertical-align: text-bottom;
}

.bill-icon {
    width: 94px;
    height: 32px;
    float: right;
    display: inline-block;
    background-image: url(../../img/icons/icon-bill.png);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    cursor: pointer;
    text-align: center;
    color: var(--P0);
    vertical-align: text-bottom;
}

.list-icon-4 {
    width: 94px;
    height: 32px;
    float: right;
    display: inline-block;
    background-image: url(../../img/icons/list-icon-4.png);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    cursor: pointer;
    text-align: center;
    color: var(--P0);
    vertical-align: text-bottom;
}

.icon-internal-transfer {
    width: 94px;
    height: 32px;
    float: right;
    display: inline-block;
    background-image: url(../../img/icons/icon-internal-transfer.png);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    cursor: pointer;
    text-align: center;
    color: var(--P0);
    vertical-align: text-bottom;
}

.icon-contact-2 {
    width: 94px;
    height: 32px;
    float: right;
    display: inline-block;
    background-image: url(../../img/icons/icon-contact-2.png);
    background-size: 29px;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    cursor: pointer;
    text-align: center;
    color: var(--P0);
    vertical-align: text-bottom;
}

.roboto-light {
    font-family: roboto-light;
}

.roboto-medium {
    font-family: roboto-medium;
}

.card-image-wrapper {
    width: 20%;
    float: left;
}

.card-details-wrapper {
    width: 80%;
    float: right;
}

.empty-result-message {
    width: 100%;
    margin-top: 116px;
}

    .empty-result-message p {
        width: 100%;
        text-align: center;
        margin-top: 16px;
    }

.empty-result-image {
    width: 376px;
    height: 45px;
    background-image: url(../../img/bg/illustration.png);
    background-repeat: no-repeat;
    margin: 0 auto;
}

.empty-result-wrapper {
    display: none;
}

.statement-item {
    background-image: url(../../img/icons/icon-statement.png);
    background-repeat: no-repeat;
    background-position: 48% 48%;
    background-size: 30px 30px;
    margin-top: 7px
}

.tag-col:hover .statement-item {
    background-image: url(../../img/icons/icon-bill.png);
    background-repeat: no-repeat;
    background-position: 48% 48%;
    background-size: 30px 30px;
    margin-top: 7px
}


.icon-visa {
    width: 40px;
    height: 32px;
    margin-top: 28px;
    margin-right: 16px;
    float: right;
    display: inline-block;
    background-image: url(../../img/icons/icon-visa.png);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    text-align: center;
    color: var(--P0);
    vertical-align: text-bottom;
}


.roboto-regular {
    font-family: roboto-regular !important;
}

.roboto-bold {
    font-family: roboto-bold !important;
}

.date-wrap input {
    cursor: pointer;
}

.icon-date-picker {
    width: 100%;
    display: inline-block;
    background-image: url(../../img/icons/icon-date-picker.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 99% 0%;
    cursor: pointer;
}

.date-wrap.icon-date-picker {
    display: flex;
    column-gap: 16px;
    background-image: none;
}

.group-inner {
    margin-bottom: 32px;
}

.group .group-inner.horizontal-btns {
    margin-bottom: 24px
}

    .group .group-inner.horizontal-btns button:first-child {
        margin-bottom: 8px;
    }

.account-action p {
    text-align: center !important;
}

.cursor-pointer {
    cursor: pointer;
}

.currency-select-holder {
    width: 56px;
    height: 30px;
    border: 1px solid var(--P1);
    box-sizing: border-box;
    border-radius: 4px;
    margin-right: 16px;
}

.currency-select {
    padding: 0 4px;
    border: none;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    appearance: none;
    background-color: transparent;
    background-image: url(../../img/icons/currency_carret_down.png);
    background-size: 8px;
    background-position-x: calc(100% - 4px);
    background-position-y: 50%;
    background-repeat: no-repeat;
}

.select-currency-value {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 4px;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    font-family: roboto-medium;
}

.select-currency-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: var(--P1) transparent transparent transparent;
    right: 7px;
    margin-bottom: 2px;
    margin-left: 5px;
}

.content-inner-box .currency-select-holder {
    margin-right: 0;
}

.account-div .currency-select-holder, .card-div .currency-select-holder {
    width: 56px;
    height: 30px;
    border: 1px solid var(--BG);
    box-sizing: border-box;
    border-radius: 4px;
    margin-right: 16px;
}

.card-div .currency-select-holder {
    width: 56px;
    height: 30px;
    border: 1px solid var(--BG);
    box-sizing: border-box;
    border-radius: 4px;
    margin-right: 0;
}

.account-div .select-currency-value, .card-div .select-currency-value {
    display: inline-block;
    flex-direction: row;
    align-items: center;
    padding: 8px 4px;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    font-family: roboto-medium;
    color: var(--BG);
}

.account-div .select-currency-triangle, .card-div .select-currency-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: var(--BG) transparent transparent transparent;
    right: 7px;
    margin-bottom: 2px;
    margin-left: 5px;
}

.currency-select-holder span {
    display: inline-block;
}

.account-picker-image {
    width: 48px;
    height: 48px;
    border-radius: 100%;
}

.location-contact-data {
    display: grid;
    grid-gap: 5px;
    margin: 2% 0 0 10%;
}

.prelogin-exchange-amount-currency {
    display: flex;
    align-items: flex-end;
    padding: 8px 0px 30px;
    column-gap: 16px;
}

.prelogin-exchange-amount-currency-input {
    width: 100%
}

.currency-select:focus-visible {
    outline-color: var(--P1);
}

.dashed-border {
    border-top: 1px dashed var(--K2);
}

.text-transform-none {
    text-transform: none !important;
}

.text-transform-capitalize {
    text-transform: capitalize !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.input-label-ico-auth {
    padding-left: 0px !important;
}

.side-form-group {
    display: flex;
    flex-direction: column;
    position: relative;
}

    .side-form-group .input-label-ico.full-click-div {
        width: 100% !important;
    }

        .side-form-group .input-label-ico.full-click-div:first-child {
            width: calc(100% - 56px) !important;
        }

        .side-form-group .input-label-ico.full-click-div.new-field-div {
            width: calc(100% - 56px) !important;
        }

        .side-form-group .input-label-ico.full-click-div.visible-div {
            width: calc(100% - 56px) !important;
            padding-top: 0 !important;
            margin-top: -16px;
        }

    .side-form-group .one-creditor-icon-action {
        position: absolute;
        top: 16px;
        padding: 0;
        right: 24px;
        height: 32px;
    }

        .side-form-group .one-creditor-icon-action.action-for-new-field {
            top: 56px;
        }

            .side-form-group .one-creditor-icon-action.action-for-new-field:nth-child(n+1) {
                top: 42px;
            }


.forgot-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-left: 16px;
    margin-top: 14px;
    position: relative;
}

    .forgot-button .tooltip {
        visibility: hidden;
        background-color: var(--K2);
        color: var(--BG);
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        width: 120px;
        top: 100%;
        left: 50%;
        margin-left: -60px;
        font-size: 14px;
        opacity: 0;
        transition: opacity 0.5s;
    }

        .forgot-button .tooltip::after {
            content: " ";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent var(--K2) transparent;
        }

    .forgot-button:hover .tooltip {
        visibility: visible;
        opacity: 1;
    }

.facilities .select-1 .dd-options {
    background: var(--P2);
}

.facilities .select-1 .dd-option {
    background: var(--P2);
    color: var(--K1);
}

    .facilities .select-1 .dd-option:hover .dd-option-text {
        color: var(--P1);
    }

.authorization-link-icon {
    display: none;
    padding-top: 25px;
    float: right;
}

/*main.css*/
.mb-24 {
    margin-bottom: 24px;
}

.mb-16 {
    margin-bottom: 16px !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mr-24 {
    margin-right: 24px !important;
}

.min-height-300 {
    min-height: 300px;
}

.min-height-400 {
    min-height: 400px;
}

.breadcrumbs-holder {
    display: none;
}

.label-section {
    display: inline-block;
    width: 100%;
    padding: 16px 24px;
    font-family: 'roboto-black';
    color: var(--K1);
}

    .label-section h2 {
        font-family: 'roboto-black';
        font-size: 26px;
        color: var(--K1);
        margin: 0;
        margin-bottom: 4px;
        text-transform: none;
    }

    .label-section h4 {
        font-family: 'roboto-black';
        font-size: 16px;
        color: var(--P0);
        margin: 0;
    }

    .label-section.label-section-small h4 {
        font-family: 'roboto-medium';
        font-size: 16px;
        color: var(--P0);
        margin: 0;
    }

    .label-section span {
        font-family: 'roboto-regular';
        font-size: 14px;
        color: var(--K2);
        margin: 0;
    }

    .label-section.label-section-small {
        margin-bottom: 0px;
    }

    .label-section.accounts-label h4 {
        font-family: 'roboto-medium';
        font-size: 16px;
        color: var(--K1);
    }

    .label-section.has-process-steps {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .label-section.label-section-w-total {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 12px;
        position: relative;
    }

        .label-section.label-section-w-total .total-amount {
            font-family: 'roboto-medium';
            font-size: 14px;
            color: var(--P0);
            margin: 0;
            background: var(--SU);
            padding: 4px 8px;
        }

        .label-section.label-section-w-total::after {
            content: '';
            position: absolute;
            width: calc(100% - 48px);
            left: 24px;
            bottom: 0;
            height: 1px;
            background: var(--K3);
        }

.sub-field-group {
    padding-left: 10%;
}

.process-steps {
    display: flex;
    align-items: center;
    column-gap: 32px;
    position: relative;
}

    .process-steps:before {
        display: inline-block;
        content: '';
        width: 100%;
        border-bottom: 1px dashed var(--K3);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .process-steps .one-step {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 32px;
        width: 32px;
        background: var(--K3);
        border-radius: 50%;
        font-size: 12px;
        font-family: 'roboto-black';
        color: var(--BG);
        position: relative;
        z-index: 1;
    }

        .process-steps .one-step:before {
            display: inline-block;
            content: '';
            height: 22px;
            width: 22px;
            border-radius: 50%;
            border: 2px solid var(--BG);
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: -1;
        }

        .process-steps .one-step.active {
            background: var(--onSU);
        }

.label-section-w-action {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    margin-bottom: 16px;
    column-gap: 16px;
}

    .label-section-w-action .label-section {
        padding: 0;
        margin: 0;
        width: auto;
        margin-right: auto;
    }

    .label-section-w-action .default-btn {
        width: fit-content;
    }

.tabs-holder {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

    .tabs-holder .tab {
        display: inline-block;
        padding: 16px 16px 14px;
        text-transform: uppercase;
        color: var(--K2);
        border-bottom: 2px solid transparent;
        width: 100%;
    }

        .tabs-holder .tab.active {
            color: var(--P1);
            border-bottom-color: var(--P1);
        }

.input-label-ico {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 8px 24px 30px;
    align-items: center;
    column-gap: 16px;
}

.login-input-hold .input-label-ico {
    display: flex;
    width: 100%;
    padding: 8px 0px 24px;
    align-items: center;
    column-gap: 16px;
}

.input-label-ico .input-holder {
    width: 100%;
    margin: 0;
}

.input-label-ico.two-icons .input-holder {
    width: calc(100% - 96px);
    margin: 0;
}

.input-label-ico .input-holder .input-label-ico-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 16px;
}

    .input-label-ico .input-holder .input-label-ico-inner .input-holder {
        width: calc(100% - 48px);
    }

.input-label-ico .icon-holder {
    width: 32px;
    height: 32px;
    margin: 0;
}

.input-label-ico label {
    font-family: 'roboto-regular';
    font-size: 14px;
    line-height: 18px;
    color: var(--K2);
    margin: 0;
}

.input-label-ico .empty-label {
    display: flex;
    height: 10px;
    width: 100%;
}

.input-label-ico input {
    font-family: 'roboto-regular';
    font-size: 16px;
    line-height: 19px;
    color: var(--K1);
    margin: 4px 0 0 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--K3);
    background: transparent;
    -webkit-appearance: none;
    padding: 0 0 4px 0;
}

    .input-label-ico input:focus {
        border-bottom-color: var(--P1);
    }

.input-label-ico.read-only input, .input-label-ico-inner.read-only input {
    border-bottom: none;
}

.input-label-ico input[readonly] {
    border-bottom: 1px solid var(--K3);
}

.icon-holder .img-flag {
    width: 100%;
    height: 100%;
}

input[disabled="disabled"] {
    border-bottom-color: transparent !important;
}

.input-label {
    display: inline-block;
    width: 100%;
    padding: 8px 24px 30px;
}

    .input-label input {
        font-family: 'roboto-regular';
        font-size: 16px;
        line-height: 19px;
        color: var(--K1);
        margin: 0;
        width: 100%;
        border: none;
        border-bottom: 1px solid var(--K3);
        background: transparent;
        -webkit-appearance: none;
        padding: 0 4px;
    }

    .input-label.read-only input {
        border-bottom: none;
    }

.input-label-amount-currency {
    display: flex;
    width: 100%;
    padding: 0px 24px 30px;
    align-items: flex-end;
}

.side-modal-popup .input-label-amount-currency {
    display: flex;
    width: 100%;
    align-items: flex-end;
    justify-content: space-between;
}

.input-label-amount-currency .input-holder {
    width: 100%;
    margin: 0;
}

.input-label-amount-currency .currency-holder {
    width: 100%;
    margin: 0;
}

.input-label-amount-currency label {
    font-family: 'roboto-regular';
    font-size: 14px;
    line-height: 18px;
    color: var(--K2);
    margin: 0;
}

.input-label-amount-currency input {
    font-family: 'roboto-regular';
    font-size: 16px;
    line-height: 19px;
    color: var(--K1);
    margin: 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--K3);
    background: transparent;
    -webkit-appearance: none;
    padding: 0 4px;
    /*   Dodato*/
    text-align: right;
}

    .input-label-amount-currency input:focus {
        border-bottom-color: var(--P1);
    }

.btns-hold {
    padding: 8px 24px 16px;
}

.btns-hold-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.btns-hold-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-1 {
    display: inline-block;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    border: none;
    font-family: roboto-medium, sans-serif;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    padding: 16px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .btn-1:focus {
        outline: none;
    }

    .btn-1.big-btn {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        padding: 18px 10px;
    }

    .btn-1.small-btn {
        padding: 10px 15px;
    }

    .btn-1.xs-btn {
        padding: 8px 10px;
    }

    .btn-1.color-1 {
        background-color: var(--P1);
        color: var(--BG);
        box-shadow: 4px 4px 8px 0px #00000026;
    }

        .btn-1.color-1:hover {
            background-color: var(--P0);
        }

        .btn-1.color-1:active {
            background: transparent;
            color: var(--P1);
            box-shadow: none;
        }

    .btn-1.color-2 {
        background-color: var(--P2);
        color: var(--P1);
    }

        .btn-1.color-2:hover {
            background-color: var(--P0);
            color: var(--BG);
        }

    .btn-1.color-3 {
        background-color: transparent;
        color: var(--P1);
    }

        .btn-1.color-3:hover {
            background-color: var(--P2);
            color: var(--P0);
        }

    .btn-1.color-4 {
        background: transparent;
        color: var(--ERROR);
    }

        .btn-1.color-4:hover {
            background: var(--P2);
            color: var(--ERROR);
        }

        .btn-1.color-4 .icon-money-1 {
            display: inline-block;
            width: 26px;
            height: 20px;
            background-size: 26px;
            background-repeat: no-repeat;
            position: relative;
            top: 3px;
            margin-right: 12px;
            -webkit-transition: background 0.3s ease;
            -moz-transition: background 0.3s ease;
            -o-transition: background 0.3s ease;
            transition: background 0.3s ease;
        }

        .btn-1.color-4:hover .icon-money-1 {
            background-image: url(../../img/icons/icon-money-2.png);
        }

    .btn-1.color-5 {
        background-color: var(--BG);
        color: var(--P1);
        transition: all ease 0.3s;
    }

        .btn-1.color-5:hover {
            opacity: 0.5;
        }

.default-btn {
    display: inline-block;
    font-size: 14px;
    font-family: 'roboto-medium';
    text-transform: uppercase;
    padding: 16px;
    text-align: center;
    cursor: pointer;
    transition: all ease 0.3s;
    border: none;
    border-radius: 8px;
    width: 100%;
    white-space: nowrap;
    max-width: 360px;
}

    .default-btn.primary-btn {
        color: var(--BG);
        background: var(--P1);
        box-shadow: 4px 4px 8px 0px #00000026;
    }

        .default-btn.primary-btn:hover {
            background: var(--P0);
        }

        .default-btn.primary-btn:active {
            background: transparent;
            color: var(--P1);
            box-shadow: none;
        }

        .default-btn.primary-btn.disabled {
            color: var(--K2);
            background: var(--K4);
            box-shadow: 4px 4px 8px 0px #00000026;
        }

            .default-btn.primary-btn.disabled:hover {
                color: var(--K2);
                background: var(--K4);
                box-shadow: 4px 4px 8px 0px #00000026;
            }

    .default-btn.secondary-btn {
        background: var(--P2);
        color: var(--P1);
    }

        .default-btn.secondary-btn:hover {
            background: var(--P0);
            color: var(--BG);
        }

        .default-btn.secondary-btn.disabled {
            color: var(--K2);
            background: var(--K4);
        }

        .default-btn.secondary-btn:active {
            background: transparent;
            color: var(--P1);
        }

    .default-btn.empty-btn {
        background: transparent;
        color: var(--P1);
    }

        .default-btn.empty-btn.red-btn {
            color: var(--ERROR);
        }

            .default-btn.empty-btn.red-btn:hover {
                color: var(--ERROR);
            }

        .default-btn.empty-btn:hover {
            background: var(--P2);
            color: var(--P0);
        }

        .default-btn.empty-btn:active {
            background: transparent;
            color: var(--P1);
        }

input.default-btn.empty-btn {
    width: 100%;
    border: none;
}

.default-btn.big-btn {
    display: inline-block;
    font-size: 14px;
    font-family: 'roboto-medium';
    color: var(--BG);
    background: var(--P1);
    text-transform: uppercase;
    padding: 16px;
    width: 320px;
    text-align: center;
}

.default-btn.btn-with-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 16px;
    width: 100%;
    padding: 8px 16px;
    transition: all ease 0.3s;
}

    .default-btn.btn-with-icon .icon-holder {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .default-btn.btn-with-icon span {
        font-size: 14px;
        line-height: 17px;
        color: var(--P1);
        text-transform: uppercase;
        font-family: roboto-medium;
    }

    .default-btn.btn-with-icon:hover span {
        color: var(--P0);
    }



.group-inner-authorization {
    text-align: center;
}

.otp-login-groups .input-label-ico {
    padding: 16px 24px;
}

.otp-login-groups .default-btn.empty-btn {
    margin-top: 8px;
}

.otp-login-groups {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.blue-info-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #00A3E0;
    border-radius: 8px;
    padding: 16px 24px;
    background: var(--P2);
    color: var(--P1);
    font-size: 14px;
    margin-bottom: 30px;
}

    .blue-info-box.alert-info {
        border: 1px solid var(--S1);
        background: var(--bgS1);
        color: var(--S1);
    }

    .blue-info-box.error-info {
        border: 1px solid var(--ERROR);
        background: var(--bgERROR);
        color: var(--ERROR);
    }

    .blue-info-box .icon-holder {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .blue-info-box.with-icon {
        justify-content: flex-start;
        column-gap: 16px;
    }

        .blue-info-box.with-icon .text-holder {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin-right: 48px;
            row-gap: 4px;
        }

.split-the-bill-box .blue-info-box {
    flex-direction: column;
    row-gap: 4px;
    border: 2px solid;
    margin-bottom: 24px;
}

.blue-info-box .paid-amount {
    font-size: 26px;
    line-height: normal;
    font-family: 'Roboto-black';
    margin: 0;
    color: var(--K1);
}

.blue-info-box.create-standing-order-box {
    cursor: pointer;
}

    .blue-info-box.create-standing-order-box .text-holder {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 4px;
    }

    .blue-info-box.create-standing-order-box .blue-box-main-label {
        font-size: 16px;
        font-family: roboto-medium;
        text-transform: uppercase;
    }

.steps-input-hold {
    margin-bottom: 24px;
}

.full-width-btns {
    display: flex;
    column-gap: 16px;
    width: 100%;
}

    .full-width-btns .default-btn {
        width: 100%;
    }

        .full-width-btns .default-btn:last-child {
            /*margin-left: 16px;*/
        }

.side-modal-bottom-actions.flex-column {
    flex-direction: column;
    justify-content: center;
}

.side-modal-bottom-actions {
    padding: 8px 24px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 16px;
}

    .side-modal-bottom-actions .btn-with-icon {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        column-gap: 16px;
        width: 100%;
        padding: 8px 16px;
        transition: all ease 0.3s;
    }

        .side-modal-bottom-actions .btn-with-icon.reverse {
            flex-direction: row-reverse;
        }

        .side-modal-bottom-actions .btn-with-icon .icon-holder {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .side-modal-bottom-actions .btn-with-icon span {
            font-size: 14px;
            line-height: 17px;
            color: var(--P1);
            text-transform: uppercase;
            font-family: roboto-medium;
        }

        .side-modal-bottom-actions .btn-with-icon:hover span {
            color: var(--K1);
        }

.side-modal-bottom-actions-pseudo {
    width: 100%;
}

.btns-from-form-1 {
    width: 100%;
    row-gap: 16px;
    display: flex;
    flex-direction: column;
}

.btns-from-form-2 {
    display: flex;
    column-gap: 16px;
    width: 100%;
}

.delete-drafts-review .btns-from-form-1 {
    margin-top: 24px;
}

.cancel-transfers-content .btns-from-form-1 {
    padding: 0 24px;
}

.switch-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.list-switch {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    transition: all ease 0.3s;
    column-gap: 16px;
}

    .list-switch:hover {
        background-color: var(--P2);
    }

.switch-name {
    font-size: 14px;
    font-family: roboto-regular;
    margin-right: auto;
    color: var(--K1);
}

.checkbox-2.styledCheckbox {
    display: inline-block;
    width: 34px;
    height: 14px;
    background: rgba(134,134,134,0.5);
    background-repeat: no-repeat;
    background-position: 14px 13px !important;
    background-size: 36px;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    border-radius: 18px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.checkbox-2.styledCheckbox {
    float: none;
}

    .checkbox-2.styledCheckbox.checked {
        color: var(--P2);
        background: var(--lightP1);
    }

.checkbox-2-1.styledCheckbox {
    display: inline-block;
    background-color: transparent;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-image: url(../../img/icons/ic_arrrow_down.png);
    border: none !important;
    width: 32px;
    height: 32px;
    background-position: center !important;
    background-size: 100% !important;
}

.checkbox-2-1.styledCheckbox {
    float: none;
}

    .checkbox-2-1.styledCheckbox.checked {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.switch-wrapper .hidden {
    display: none;
    zoom: 1;
    margin-bottom: 24px;
}

    .switch-wrapper .hidden.checked {
        display: block;
    }

    .switch-wrapper .hidden:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

.switch-name.switch-group-name {
    text-transform: none;
    font-family: roboto-medium;
    font-size: 16px;
}

.switch-group-name-hold {
    display: flex;
    flex-direction: column;
    margin-right: auto;
    row-gap: 4px;
}

.switch-group-name-desc-hold {
    font-size: 14px;
    color: var(--K2);
}

.group-inner.radio-wrap {
    margin: 0 !important;
    padding: 16px 24px;
}

    .group-inner.radio-wrap .radio-1 {
        margin-right: 16px;
    }

.input-holder-radio-parent {
    padding: 0 !important;
}

.sub-notification.fake-input {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 16px 24px;
}

    .sub-notification.fake-input .description {
        width: 100%;
        font-size: 14px;
        color: var(--K2);
        margin-bottom: 4px;
    }

    .sub-notification.fake-input .notification-condition {
        width: 100%;
    }

.notification-condition input {
    width: 100%;
    text-align: right;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--K3);
    line-height: 20px;
    font-size: 16px;
}

    .notification-condition input:focus {
        border-bottom-color: var(--P1);
    }

.input-label-ico .list-switch {
    padding-left: 0px;
}

.slide-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 9999;
}

    .slide-modal .slide-div {
        position: absolute;
        top: 0;
        right: -100%;
        height: 100%;
        background: var(--BG);
        padding: 0;
    }

        .slide-modal .slide-div .slide-header {
            display: flex;
            padding: 16px 24px;
            justify-content: flex-end;
            align-items: center;
        }

            .slide-modal .slide-div .slide-header .logo-holder {
                margin-right: auto;
            }

            .slide-modal .slide-div .slide-header .icon-holder {
                margin: 0;
                height: 32px;
            }

.title-large {
    padding: 16px 24px;
    display: inline-block;
    width: 100%;
}

    .title-large h3 {
        font-size: 26px;
        color: var(--K1);
        font-family: 'roboto-black';
        margin: 0;
    }

    .title-large.centered h3 {
        text-align: center;
    }

.side-modal-widget-description {
    margin: 0;
    padding: 16px 24px;
    font-size: 16px;
    font-family: roboto-regular;
}

.list-item-default-icon-no-a-tag {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    transition: all 0.3s ease;
}

    .list-item-default-icon-no-a-tag .icon-holder {
        margin-right: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .list-item-default-icon-no-a-tag span {
        font-size: 14px;
        font-family: roboto-medium;
        line-height: 16px;
        margin-right: auto;
        text-transform: uppercase;
        color: var(--P0);
    }

.content-inner-box .list-item-default-icon-no-a-tag span {
    font-family: roboto-regular;
    color: var(--K1);
}

.white-back-hover:hover {
    background: var(--BG) !important;
}

.list-item-default-icon-a {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .list-item-default-icon-a:hover {
        background: var(--P2);
    }

.list-item-default-icon .icon-holder {
    margin: 0;
    margin-right: 16px;
    height: 32px;
}

    .list-item-default-icon .icon-holder.secondary {
        margin-right: 0;
        margin-left: auto;
    }

.list-item .icon-holder.secondary {
    margin-right: 0;
    margin-left: auto;
}

.list-item .image-holder {
    margin-right: 7px;
}

.list-item-default-icon .text-holder.flexed {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    align-items: flex-start;
}

.list-item-default-icon .text-holder span {
    text-transform: uppercase;
    font-size: 14px;
    font-family: roboto-medium;
    line-height: 18px;
    color: var(--K1);
}

    .list-item-default-icon .text-holder span.lowercase {
        text-transform: lowercase !important;
    }

.list-item-default-icon .text-holder .list-default-icon-bottom-desc {
    text-transform: none;
    font-size: 12px;
    font-family: 'roboto-regular';
    line-height: 14px;
    color: var(--K2);
}

.list-item-default-icon .beneficiary-list-item-default-icon-a {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 100%;
}

.beneficiary-list-item-default-icon-a:hover {
    background: var(--P2);
}

.beneficiary-list-item-default-icon .icon-holder {
    margin: 0;
    margin-right: 16px;
    height: 32px;
}

.beneficiary-list-item-default-icon .text-holder {
    row-gap: 4px;
}

    .beneficiary-list-item-default-icon .text-holder .main-label {
        text-transform: none;
        font-size: 16px;
        font-family: 'roboto-medium';
        line-height: 18px;
        color: var(--K1);
    }

    .beneficiary-list-item-default-icon .text-holder .bottom-label {
        text-transform: uppercase;
        font-size: 14px;
        font-family: 'roboto-medium';
        line-height: 18px;
        color: var(--K2);
    }

.list-item-for-split-the-bill {
    display: flex;
    align-items: flex-start;
    padding: 16px 24px 0;
}

    .list-item-for-split-the-bill .text-holder {
        display: flex;
        flex-direction: column;
        row-gap: 4px;
    }

        .list-item-for-split-the-bill .text-holder .main-label {
            text-transform: none;
            font-size: 16px;
            font-family: 'roboto-regular';
            line-height: 18px;
            color: var(--K1);
        }

        .list-item-for-split-the-bill .text-holder .bottom-label {
            text-transform: none;
            font-size: 14px;
            font-family: 'roboto-regular';
            line-height: 18px;
            color: var(--K2);
        }

.split-the-bill-box .amount-input-hold {
    display: flex;
    align-items: flex-start;
    column-gap: 16px;
    padding-right: 16px;
}

    .split-the-bill-box .amount-input-hold .amount-currency-span {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 11px 4px;
        width: 56px;
        font-family: roboto-medium;
        font-size: 12px;
        line-height: normal;
    }

    .split-the-bill-box .amount-input-hold .input-label-ico {
        padding-top: 4px;
        padding-right: 0;
    }

    .split-the-bill-box .amount-input-hold label {
        display: none;
    }

    .split-the-bill-box .amount-input-hold input {
        text-align: right;
    }

    .split-the-bill-box .amount-input-hold .input-label-amount-currency {
        padding-right: 0;
    }


.one-creditor-details {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    transition: all ease 0.3s;
}

    .one-creditor-details:hover {
        background: var(--P2);
    }

    .one-creditor-details .icon-holder {
        margin: 0;
        margin-right: 16px;
        height: 32px;
    }

        .one-creditor-details .icon-holder.secondary {
            margin-right: 0;
        }

    .one-creditor-details .text-holder {
        row-gap: 4px;
        display: flex;
        flex-direction: column;
        margin-right: auto;
    }

    .one-creditor-details .one-creditor-details-name {
        text-transform: none;
        font-size: 14px;
        font-family: 'roboto-regular';
        line-height: 18px;
        color: var(--K1);
    }

    .one-creditor-details .one-creditor-details-status {
        text-transform: uppercase;
        font-size: 14px;
        font-family: 'roboto-regular';
        line-height: 18px;
        color: var(--S1);
    }

    .one-creditor-details .one-creditor-details-amount {
        text-transform: uppercase;
        font-size: 16px;
        font-family: 'roboto-medium';
        line-height: 18px;
        color: var(--K1);
    }

.split-the-bill-box .account-div {
    margin-bottom: 24px;
}

.split-the-bill-box .transaction-list-item {
    margin-bottom: 24px;
    cursor: default;
}

    .split-the-bill-box .transaction-list-item .text-holder {
        max-width: calc(100% - 240px);
    }

        .split-the-bill-box .transaction-list-item .text-holder .transaction-list-item-desc {
            white-space: nowrap;
            max-width: calc(100% - 14px);
            overflow: hidden;
            text-overflow: ellipsis;
        }

.one-creditor-wrap {
    display: flex;
    margin-bottom: 24px;
    flex-wrap: wrap;
    width: 100%;
}

    .one-creditor-wrap .label-section {
        width: 100%;
    }

    .one-creditor-wrap .input-label-ico {
        flex: 1;
        padding-right: 16px;
    }

.one-creditor-icon-action {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 22px 24px 0 0;
    cursor: pointer;
    height: 54px;
}

#FriendsAddGroup {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    flex-direction: column;
}

    #FriendsAddGroup .group {
        width: 100%;
    }

    #FriendsAddGroup .group-inner {
        margin: 0;
    }

        #FriendsAddGroup .group-inner .label-1 {
            display: none;
        }

    #FriendsAddGroup .input-icon-wrap {
        padding: 16px 24px;
        display: inline-block;
        width: 100%;
        text-align: center;
        font-family: 'roboto-medium';
        text-transform: uppercase;
        color: var(--P1);
        font-size: 14px;
    }

.grey-box #TransferSpecificationGroup {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    flex-direction: column;
}

    .grey-box #TransferSpecificationGroup .group {
        width: 100%;
    }

    .grey-box #TransferSpecificationGroup .group-inner {
        margin: 0;
    }

        .grey-box #TransferSpecificationGroup .group-inner .label-1 {
            display: none;
        }

    .grey-box #TransferSpecificationGroup .input-icon-wrap {
        padding: 16px 24px;
        display: inline-block;
        width: 100%;
        text-align: center;
        font-family: 'roboto-medium';
        text-transform: uppercase;
        color: var(--P1);
        font-size: 14px;
    }

.language-list-item {
    display: block;
}

.popup-content-hold .input-icon-wrap {
    padding: 16px 24px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-family: 'roboto-medium';
    text-transform: uppercase;
    color: var(--P1);
    font-size: 14px
}

.language-list-item-a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 16px 24px;
    transition: all ease 0.3s;
}

    .language-list-item-a:hover {
        background: var(--P2);
    }

.language-list-item .icon-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.language-list-item-label {
    text-transform: none;
    font-size: 16px;
    font-family: 'roboto-medium';
    line-height: 18px;
    color: var(--K1);
}


.list-item-exchange-switch {
    display: flex;
    padding: 16px 24px;
    align-items: center;
    transition: all ease 0.3s;
    width: 100%;
}

    .list-item-exchange-switch:hover {
        background-color: var(--P2);
    }

    .list-item-exchange-switch .icon-holder {
        display: flex;
        align-items: center;
        width: 40px;
        height: 24px;
        margin-right: 16px;
    }

    .list-item-exchange-switch img {
        width: 100%;
    }

    .list-item-exchange-switch .text-holder {
        display: flex;
        flex-direction: column;
        row-gap: 4px;
        margin-right: auto;
    }

.list-item-exchange-switch-top-label {
    font-size: 14px;
    font-family: 'roboto-medium';
    color: var(--K1);
}

.list-item-exchange-switch-bottom-label {
    font-size: 12px;
    font-family: 'roboto-regular';
    color: var(--K2);
    text-transform: none;
}

.slide-div .search-holder {
    padding: 16px;
}

    .slide-div .search-holder.with-filter {
        display: flex;
        align-items: center;
    }

        .slide-div .search-holder.with-filter .icon-holder {
            height: 32px;
            width: 32px;
        }

.account-div {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    background: var(--P1);
    border-radius: 4px;
    box-shadow: 4px 4px 8px 0px #00000026;
}

    .account-div .icon-text-hold {
        display: flex;
        margin-right: auto;
    }

        .account-div .icon-text-hold .icon-holder {
            margin-right: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .account-div .icon-text-hold .text-holder {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
            row-gap: 4px;
        }

            .account-div .icon-text-hold .text-holder span {
                font-size: 14px;
                font-family: 'roboto-medium';
                line-height: 16px;
                color: var(--BG);
                text-transform: uppercase;
            }

            .account-div .icon-text-hold .text-holder .account-num {
                font-size: 14px;
                font-family: 'roboto-regular';
                line-height: 16px;
                text-transform: uppercase;
                color: var(--BG);
            }

    .account-div .amount-currency-holder {
        display: flex;
        align-items: center;
    }

        .account-div .amount-currency-holder .amount {
            font-size: 26px;
            font-family: 'roboto-black';
            color: var(--BG);
            margin-right: 8px;
        }

        .account-div .amount-currency-holder .select {
            margin-right: 16px;
        }

.card-div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    background-color: var(--P1);
    background-image: url('../../img/icons/wave.png');
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 4px;
    box-shadow: 4px 4px 8px 0px #00000026;
    cursor: pointer;
}

    .card-div .icon-text-hold {
        display: flex;
        align-items: flex-start;
        margin-bottom: 16px;
    }

        .card-div .icon-text-hold .icon-holder {
            margin-right: auto;
        }

        .card-div .icon-text-hold .text-holder {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            row-gap: 4px;
        }

            .card-div .icon-text-hold .text-holder span {
                font-size: 14px;
                font-family: 'roboto-medium';
                line-height: 16px;
                color: var(--BG);
                text-align: right;
            }

            .card-div .icon-text-hold .text-holder .account-num {
                font-size: 14px;
                font-family: 'roboto-regular';
                line-height: 16px;
                text-transform: uppercase;
                color: var(--BG);
                text-align: right;
            }

    .card-div .available-balance {
        width: 100%;
        text-align: right;
        margin-bottom: 4px;
    }

        .card-div .available-balance span {
            font-family: 'roboto-regular';
            font-size: 12px;
            color: var(--BG);
            text-transform: none;
            text-align: right;
        }

    .card-div .amount-currency-holder {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
    }

        .card-div .amount-currency-holder .amount {
            font-size: 26px;
            font-family: 'roboto-black';
            color: var(--BG);
            margin-right: 8px;
        }

    .card-div.loan {
        background-color: var(--S2);
    }

    .card-div.savings {
        background-color: var(--OK);
    }

.cards-holder .card-div {
    margin-bottom: 48px;
}

.side-modal-popup .cards-holder {
    padding: 24px 24px 0;
}

.payment-list {
    row-gap: 24px;
}

    .payment-list .payment-list-item {
        /*margin-bottom: 24px;*/
    }

#CreditorGroup .uk-width-9-10 {
    float: left;
}

    #CreditorGroup .uk-width-9-10 .input-label-ico {
        width: 100% !important;
    }

#CreditorGroup .uk-width-1-10 {
    float: right;
    padding-top: 24px;
}

    #CreditorGroup .uk-width-1-10 .group-inner {
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #CreditorGroup .uk-width-1-10 .group-inner .label-1 {
            display: none;
        }

#EmailGroupReview .uk-width-9-10 {
    float: left;
}

    #EmailGroupReview .uk-width-9-10 .input-label-ico {
        width: 100% !important;
    }

#EmailGroupReview .uk-width-1-10 {
    float: right;
    padding-top: 24px;
}

    #EmailGroupReview .uk-width-1-10 .group-inner {
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #EmailGroupReview .uk-width-1-10 .group-inner .label-1 {
            display: none;
        }

.payment-list-item {
    display: flex;
    width: 100%;
    align-items: flex-start;
    padding: 16px;
}

    .payment-list-item .icon-holder {
        height: 64px;
        width: 64px;
        margin-right: 16px;
        margin-top: auto;
        margin-bottom: auto;
    }

    .payment-list-item .text-holder {
        display: flex;
        flex-direction: column;
        row-gap: 8px;
        width: 100%;
    }

        .payment-list-item .text-holder .payment-list-item-label {
            font-size: 16px;
            font-family: 'roboto-medium';
            color: var(--P1);
            text-transform: none;
        }

        .payment-list-item .text-holder .payment-list-item-main {
            font-size: 18px;
            font-family: 'roboto-medium';
            color: var(--K1);
        }

        .payment-list-item .text-holder .payment-list-item-desc {
            font-size: 16px;
            font-family: 'roboto-regular';
            color: var(--P0);
        }

        .payment-list-item .text-holder .payment-list-item-main span {
            font-size: 18px;
            font-family: 'roboto-medium';
            color: var(--K1);
        }

        .payment-list-item .text-holder .payment-list-item-desc span {
            font-size: 16px;
            font-family: 'roboto-regular';
            color: var(--P0);
        }

.payment-verification {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 40px;
}

    .payment-verification h3 {
        font-family: 'roboto-black';
        font-size: 26px;
        color: var(--K1);
        margin: 0;
        margin-bottom: 24px;
    }

    .payment-verification .payment-img-holder {
        margin-bottom: 24px;
    }

    .payment-verification .transaction-id {
        font-family: 'roboto-regular';
        font-size: 14px;
        color: var(--P0);
        margin: 0;
        margin-bottom: 8px;
        text-transform: uppercase;
    }

    .payment-verification .transaction-id-num {
        font-family: 'roboto-black';
        font-size: 16px;
        color: var(--K1);
        margin: 0;
        margin-bottom: 24px;
        text-transform: uppercase;
    }

    .payment-verification .transaction-desc {
        font-family: 'roboto-regular';
        font-size: 14px;
        line-height: 18px;
        color: var(--K1);
        margin: 0;
    }

        .payment-verification .transaction-desc a {
            color: var(--P0);
        }

.list-item-switch {
    display: flex;
    align-items: center;
    padding: 16px 24px;
}

    .list-item-switch .text-holder {
        font-family: 'roboto-medium';
        font-size: 14px;
        line-height: 18px;
        color: var(--K1);
        margin: 0;
        margin-right: auto;
    }



.radio-group-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.list-holder-horizontal {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 24px;
}

    .list-holder-horizontal .list-item-default-icon-a {
        width: 33%;
        display: flex;
        align-items: center;
        padding: 16px 24px;
        cursor: pointer;
        transition: all ease 0.3s;
    }

    .list-holder-horizontal .list-item-default-icon {
        width: 33%;
        display: flex;
        align-items: center;
        padding: 16px 24px;
        cursor: pointer;
        transition: all ease 0.3s;
    }

        .list-holder-horizontal .list-item-default-icon:hover {
            background: var(--P2);
        }

    .list-holder-horizontal .list-item-default-icon-a .list-item-default-icon {
        width: 100%;
        padding: 0;
    }

.separator-date {
    display: block;
    padding: 16px 24px 8px;
    border-bottom: 1px solid var(--K3);
}

    .separator-date span {
        font-family: 'roboto-medium';
        font-size: 14px;
        line-height: 18px;
        color: var(--P0);
        margin-bottom: 4px;
    }

.exchange-table-head {
    display: flex;
    align-items: center;
    padding: 16px 24px 0;
    font-size: 14px;
    text-transform: uppercase;
    font-family: roboto-medium;
    color: var(--K2);
    column-gap: 48px;
}

.currency-table-title {
    margin-right: auto;
    padding: 16px 0;
}

.exchange-table-title {
    width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-align: right;
}

.exchange-widget-values {
    display: flex;
    align-items: center;
    column-gap: 48px;
}

.exchange-amount-value {
    font-size: 16px;
    font-family: roboto-medium;
    width: 80px;
    text-align: right;
    color: var(--K1);
}

.currency-list-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 16px 24px;
}

    .currency-list-item:hover {
        background: var(--BG);
    }

    .currency-list-item .icon-holder {
        margin-right: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
    }

    .currency-list-item .currency-class {
        font-family: 'roboto-medium';
        font-size: 14px;
        color: var(--K2);
        margin-right: auto;
    }

    .currency-list-item .currency-converted-amount.currency-amount {
        font-family: 'roboto-medium';
        font-size: 14px;
        color: var(--K1);
        margin-right: auto;
    }

.list-items-hold {
    width: 100%;
}

.transaction-list-item .transaction-list-item-a {
    display: flex;
    align-items: center;
}

.transaction-list-item,
.transfer-list-item {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    transition: all ease 0.2s;
    cursor: pointer;
}

    .transaction-list-item:hover,
    .transfer-list-item:hover {
        background: var(--BG);
    }

    .transaction-list-item .date-holder,
    .transfer-list-item .date-holder {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-right: 16px;
        width: 32px;
    }

        .transaction-list-item .date-holder span,
        .transfer-list-item .date-holder span {
            font-family: 'roboto-regular';
            font-size: 12px;
            color: var(--K2);
            text-transform: uppercase;
        }

        .transaction-list-item .date-holder .date-num,
        .transfer-list-item .date-holder .date-num {
            font-family: 'roboto-medium';
            font-size: 16px;
            color: var(--K1);
        }

    .transaction-list-item .icon-holder,
    .transfer-list-item .icon-holder {
        margin-right: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .transaction-list-item .icon-holder.secondary {
            margin-right: 0;
        }

    .transaction-list-item .text-holder,
    .transfer-list-item .text-holder {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-right: auto;
        row-gap: 4px;
        width: -webkit-fill-available;
    }

        .transaction-list-item .text-holder .transaction-list-item-title,
        .transfer-list-item .text-holder .transfer-list-item-title {
            font-family: 'roboto-regular';
            font-size: 16px;
            color: var(--K1);
        }

        .transaction-list-item .text-holder .transaction-list-item-account,
        .transfer-list-item .text-holder .transfer-list-item-account {
            font-family: 'roboto-regular';
            font-size: 14px;
            color: var(--K2);
            text-transform: uppercase;
        }

        .transaction-list-item .text-holder .transaction-list-item-desc,
        .transfer-list-item .text-holder .transfer-list-item-desc {
            font-family: 'roboto-regular';
            font-size: 14px;
            color: var(--K2);
        }

        .transaction-list-item .text-holder .transaction-list-item-date,
        .transfer-list-item .text-holder .transfer-list-item-date {
            font-family: 'roboto-regular';
            font-size: 14px;
            color: var(--K2);
        }

        .transaction-list-item .text-holder .transaction-list-item-msg {
            font-family: 'roboto-regular';
            font-size: 14px;
            color: var(--K1);
        }

        .transaction-list-item .text-holder .transaction-list-item-amount,
        .transfer-list-item .transfer-list-item-amount {
            font-family: 'roboto-medium';
            font-size: 16px;
            color: var(--K1);
        }

    .transaction-list-item .amount-holder,
    .transfer-list-item .amount-holder {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 4px;
        margin-right: 16px;
    }

        .transaction-list-item .amount-holder .main-amount,
        .transfer-list-item .amount-holder .main-amount {
            font-family: 'roboto-medium';
            font-size: 16px;
            color: var(--K1);
            white-space: nowrap;
        }

        .transaction-list-item .amount-holder span {
            font-family: 'roboto-regular';
            font-size: 14px;
            color: var(--K2);
        }

    .transaction-list-item .status-span,
    .transfer-list-item .status-span {
        text-transform: uppercase;
        font-family: 'roboto-medium';
        display: inline-block;
        padding: 4px 8px;
        font-size: 12px;
        border: 1px solid;
        border-radius: 4px;
    }

        .transaction-list-item .status-span.active,
        .transaction-list-item .status-span.b,
        .transfer-list-item .status-span.matured,
        .transfer-list-item .status-span.active {
            color: var(--OK);
            background: var(--bgOK);
            border-color: var(--OK);
        }

        .transaction-list-item .status-span.accepted,
        .transfer-list-item .status-span.accepted,
        .transfer-list-item .status-span.executed,
        .transfer-list-item .status-span.paid {
            color: var(--OK);
            background: var(--bgOK);
            border-color: var(--OK);
        }

        .transaction-list-item .status-span.rejected,
        .transaction-list-item .status-span.v,
        .transfer-list-item .status-span.rejected,
        .transfer-list-item .status-span.not-paid,
        .transfer-list-item .status-span.blocked {
            color: var(--ERROR);
            background: var(--bgERROR);
            border-color: var(--ERROR);
        }

        .transaction-list-item .status-span.pending,
        .transaction-list-item .status-span.p,
        .transfer-list-item .status-span.unmatured,
        .transfer-list-item .status-span.pending {
            color: var(--S1);
            background: var(--bgS1);
            border-color: var(--S1);
        }

        .transaction-list-item .status-span.canceled,
        .transfer-list-item .status-span.canceled {
            color: var(--ERROR);
            background: var(--bgERROR);
            border-color: var(--ERROR);
        }

        .transaction-list-item .status-span.suspended,
        .transfer-list-item .status-span.suspended {
            color: var(--ERROR);
            background: var(--bgERROR);
            border-color: var(--ERROR);
        }

        .transaction-list-item .transaction-list-item-a .status-span.completed,
        .transfer-list-item .status-span.expired {
            color: var(--K2);
            background: var(--K4);
            border-color: var(--K2);
        }

    .transaction-list-item .transaction-list-item-a .status-span.expired {
        color: var(--K2);
        background: var(--K4);
        border-color: var(--K2);
    }

    .transaction-list-item.list-item-with-gap {
        column-gap: 16px !important;
    }

        .transaction-list-item.list-item-with-gap .icon-holder {
            margin-right: 0 !important;
        }

.latest-transactions-widget .transaction-list-item {
    cursor: default;
}

.transaction-list-item .transfer-list-item-action-icons,
.transfer-list-item .transfer-list-item-action-icons {
    display: flex;
    align-items: center;
    column-gap: 16px;
    cursor: pointer !important;
}

.transfer-list-item .transfer-list-item-name {
    font-family: 'roboto-medium';
    font-size: 14px;
    color: var(--K1);
}

.transfer-list-item .transfer-list-item-transfer-kind {
    font-size: 14px;
    color: var(--K1);
}

.transfer-list-item .transfer-check-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-right: 16px;
}

.transfer-list-item.with-two-text-holders .amount-holder {
    min-width: 115px;
}

.input-holder-date {
    padding: 8px 24px 30px;
}

.transfer-list-total-amount {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 16px 24px;
    column-gap: 16px;
}

    .transfer-list-total-amount .main-amount {
        font-family: 'roboto-medium';
    }

.bills-list {
    display: block;
    padding-top: 16px;
}

.input-holder-date label {
    font-family: 'roboto-regular';
    font-size: 14px;
    line-height: 18px;
    color: var(--K2);
    margin: 0;
}

#search-template-wrapper:focus-within {
    background-image: unset !important;
}

#search-message-wrapper:focus-within {
    background-image: unset !important;
}

.plain-list P {
    text-overflow: ellipsis;
    overflow: hidden;
}

.col-top-account h2 {
    text-overflow: ellipsis;
    overflow: hidden;
}

/*.account-slider .slick-slide {
    width: 305px !important;
}

.account-slider .slick-center {
    width: 426px !important;
}*/
.hint-pictures.hint-pictures-flex {
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
}

.hint-pictures li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 16px;
    padding: 16px 24px;
    cursor: pointer;
    transition: all ease 0.3s;
}

    .hint-pictures li:hover {
        background: var(--P2);
    }

    .hint-pictures li.active {
        background: var(--P2);
    }

    .hint-pictures li img {
        width: 32px;
        height: 32px;
    }

.list-item-default-icon-without-hover {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    transition: all 0.3s ease;
}

    .list-item-default-icon-without-hover .icon-holder {
        margin: 0;
        margin-right: 16px;
        height: 32px;
    }

    .list-item-default-icon-without-hover .text-holder span {
        text-transform: uppercase;
    }



.label-section-selfcare {
    display: inline-block;
    width: 100%;
    padding: 16px 0px;
    font-family: 'roboto-black';
    color: var(--K1);
}

    .label-section-selfcare h2 {
        font-family: 'roboto-black';
        font-size: 26px;
        color: var(--K1);
        margin: 0;
        margin-bottom: 4px;
    }

    .label-section-selfcare h4 {
        font-family: 'roboto-black';
        font-size: 16px;
        color: var(--P0);
        margin: 0;
        text-transform: lowercase;
    }

        .label-section-selfcare h4:first-letter {
            text-transform: uppercase;
        }

    .label-section-selfcare span {
        font-family: 'roboto-regular';
        font-size: 12px;
        color: var(--K2);
        margin: 0;
    }

    .label-section-selfcare.label-section-selfcare-small {
        margin-bottom: 0px;
    }

/* Account picker strelice */

.accounts-widget .slider-button-prev, .accounts-widget .slider-button-next {
    position: absolute;
    top: calc(50% + 15px);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accounts-widget .slider-button-prev {
    left: 20px;
    margin-left: unset;
    background: white;
}

.accounts-widget .slider-button-next {
    right: 20px;
    margin-right: unset;
    background: white;
}

.accounts-widget .slider-button-prev:hover path {
    fill: var(--P1);
}

.accounts-widget .slider-button-next:hover path {
    fill: var(--P1);
}

​
/* Ispravka CSS-a za account picker sto skakuce */
.slick-slider .slick-list {
    max-height: 190px !important;
}

/********************** ANDREJ'S CSS CODES   **********************************************************************************************************************/

/************************  General stylization  ************************/

* {
    scroll-behavior: smooth;
}

#main-side {
    background-color: var(--BG);
    margin: 0 auto;
}

#page-content {
    margin-top: 80px;
}
/*********************** Login page ***********************/

#login-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    padding: 16px 24px;
    background: var(--P1);
}

    #login-header::after {
        content: '';
        position: absolute;
        bottom: -40px;
        left: 0;
        right: 0;
        height: 40px;
        width: 100vw;
        background: url(../../img/bg/bg_waves.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    #login-header .site-branding {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: auto;
    }

    #login-header .site-logo {
        margin: 0;
        height: 34px;
    }

        #login-header .site-logo a {
            display: inline-block;
            width: 180px;
            height: 34px;
            text-indent: -9999px;
            overflow: hidden;
            margin: 0;
            cursor: pointer;
        }

.menu-btn {
    display: none;
}

#login-header .main-nav {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    column-gap: 24px;
}

    #login-header .main-nav .menu-item {
        width: 94px;
    }

        #login-header .main-nav .menu-item a {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 0 !important;
        }

            #login-header .main-nav .menu-item a .menu-icon-holder {
                margin: 0;
            }

            #login-header .main-nav .menu-item a span {
                font-size: 12px;
                font-family: 'roboto-regular';
                line-height: 16px;
                margin-right: unset;
                color: white;
                text-align: center;
                text-transform: none;
            }


    #login-header .main-nav .login-menu-item {
        margin-left: 72px;
    }

.mobile-menu {
    display: none;
}

.page-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .page-cover img,
    .page-cover video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center right;
    }

    .page-cover video {
        width: 100vw;
        height: 100%;
        object-fit: cover;
    }



    .page-cover .inner {
        position: absolute;
        top: 50%;
        left: 12%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        padding-right: 20px;
    }



.mobile-detected .page-cover video,
.tablet-detected .page-cover video {
    display: none;
}



.mobile-detected .page-cover video,
.tablet-detected .page-cover video {
    display: none;
}

.login-content {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    zoom: 1;
}

    .login-content #form_upLoginForm {
        height: 100%;
        width: 100%;
    }



.prelogin-marketing-loginbox-flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100vw;
    height: 100vh;
}

.prelogin-marketing-hold {
    display: flex;
    flex-grow: 1;
    width: calc(100% - 429px);
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    padding: 24px 40px;
}

#login-content {
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 24px;
    background: rgb(7 72 97 / 60%);
}

#fake-login-content {
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 24px;
    background: rgb(7 72 97 / 60%);
}

.login-box {
    width: 381px;
    background: var(--BG);
    padding: 16px 24px;
    box-shadow: 4px 4px 8px 0px rgb(0 0 0 / 15%);
    border-radius: 8px;
    margin-bottom: 24px;
}

.prelogin-marketing-hold .prelogin-slider .inner {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 24px;
}

.prelogin-marketing-hold .prelogin-slider h2 {
    font-size: 48px;
    font-family: roboto-black;
    color: white;
}

.prelogin-marketing-hold .prelogin-slider h2 {
    margin: 0;
    font-size: 48px;
    font-family: roboto-black;
    color: white;
}

.prelogin-marketing-hold .prelogin-slider p {
    margin: 0;
    font-size: 18px;
    font-family: roboto-regular;
    color: white;
}

.login-box .login-error {
    padding: 10px;
    border: 2px solid var(--ERROR);
    font-size: 14px;
    color: var(--ERROR);
    padding-left: 50px;
    background: url(../../img/icons/icon-alert.png) 10px center no-repeat;
    background-size: 24px;
}



.login-box .section-label {
    margin-bottom: 16px;
}

.login-box .input-1 {
    color: var(--K1);
}

.login-box .forgot-pass {
    font-size: 13px;
    color: var(--P1);
    font-style: italic;
}

    .login-box .forgot-pass a {
        color: var(--P1);
    }

.login-box .login-input-hold {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.login-box .login-input-hold, .login-box .group-submit, .login-box .forgot-pass, .login-box .paraf {
    padding: 0 24px;
}

    .login-box .group-submit.group-submit-no-padding {
        padding: 0;
    }

    .login-box .login-input-hold .group-inner {
        width: 100%;
    }

.login-input-hold.otp-input .input-1 {
    text-align: center;
    /*padding: 16px 24px;
    margin-top: 8px;*/
}

.login-input-hold.otp-input .label-1 {
    display: none;
}

.login-box .group-inner.checkbox-wrap {
    display: flex;
    align-items: center;
    column-gap: 16px;
    padding: 0 24px;
}

.login-box .group.qr-input-hold .group-inner {
    text-align: center;
    margin-bottom: 0;
}

    .login-box .group.qr-input-hold .group-inner label {
        display: none;
    }

.login-box .hint {
    font-size: 14px;
    color: var(--K2);
    width: auto;
    background: transparent;
    text-align: left;
    display: flex;
    column-gap: 16px;
    align-items: center;
    padding: 16px 24px;
    height: auto;
    width: 100%;
}

.login-box .group.qr-input-hold .list-item .list-item-main-label {
    font-size: 14px;
    font-family: roboto-regular;
}

.login-box .steps-input-hold .list-item .list-item-main-label {
    font-size: 14px;
    font-family: roboto-regular;
}

.login-box .hint img {
    /*float: left;*/
    width: 46px;
    height: 46px;
    /*position: relative;
            top: -16px;
            margin-right: 10px;*/
}

.login-box .group-submit .btn-1:first-child {
    margin-bottom: 10px;
}

.login-box .group-submit .btns-group-flex {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 16px;
    margin-bottom: 16px;
}

    .login-box .group-submit .btns-group-flex button {
        margin: 0 !important;
    }

.title-1 {
    /*font-family: 'geomanist', sans-serif;*/
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

    .title-1 span {
        position: relative;
    }

        .title-1 span:after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 36px;
            height: 3px;
        }

    .title-1.color-1 {
        color: var(--BG);
    }

        .title-1.color-1 span:after {
            background: var(--BG);
        }

    .title-1.color-2 {
        color: var(--P1);
    }

        .title-1.color-2 span:after {
            background: var(--P1);
        }

    .title-1.color-3 {
        color: var(--BG);
    }

        .title-1.color-3 span:after {
            background: var(--G3);
        }

.title-2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

    .title-2 span {
        position: relative;
    }

        .title-2 span:after {
            content: '';
            position: absolute;
            bottom: -7px;
            left: 0;
            width: 30px;
            height: 3px;
        }

    .title-2.color-1 {
        color: var(--P1);
    }

        .title-2.color-1 span:after {
            background: var(--P1);
        }

    .title-2.color-2 {
        color: var(--BG);
    }

        .title-2.color-2 span:after {
            background: var(--BG);
        }

    .title-2.color-3 {
        color: var(--K1);
    }

        .title-2.color-3 span:after {
            background: var(--K1);
        }

    .title-2.title-full {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        padding-bottom: 8px;
    }

        .title-2.title-full.color-3 {
            border-color: var(--P1);
        }

.login-footer {
    margin-top: 24px;
}

    .login-footer:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }


.social {
    zoom: 1;
    display: flex;
    align-items: center;
    column-gap: 24px;
}



    .social li {
        margin-right: 0;
    }

        .social li a {
            display: flex;
            align-items: center;
            justify-content: center;
        }


/* -------------------------------------------------------------------------- prelogin Header END *****************************************************************************/

/************************  Navigation styles  *************************/
#page-header-left .main-nav li:hover {
    background-color: var(--P2);
}

#page-header-left .mCSB_inside > .mCSB_container {
    margin-right: 0;
    height: calc(100vh - 80px);
    overflow-y: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

    #page-header-left .mCSB_inside > .mCSB_container::-webkit-scrollbar {
        display: none;
    }

#page-header-left .main-nav {
    padding: 0;
    display: flex;
    flex-direction: column;
}

.menu-item {
    display: inline-block;
    width: 100%;
}

    .menu-item a {
        display: flex;
        padding: 16px 24px;
        flex-direction: row;
        align-items: center;
        width: 100%;
    }

    .menu-item.has-dash-border:before {
        content: '';
        display: inline-block;
        height: 1px;
        width: 100%;
        border-top: 1px dashed var(--BG);
        padding: 8px 0;
    }

    .menu-item.second-level-menu-main-item {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 16px 24px;
    }

        .menu-item.second-level-menu-main-item span {
            font-size: 14px;
            font-family: roboto-medium;
            line-height: 16px;
            margin-right: auto;
            text-transform: uppercase;
            color: var(--K2);
        }

    .menu-item.second-level-menu-item span {
        font-size: 14px;
        font-family: 'roboto-regular';
        line-height: 18px;
        margin-right: auto;
        text-transform: none;
        color: var(--P0);
    }

    .menu-item.second-level-menu-item .menu-icon-holder {
        height: 18px;
    }




    .menu-item a span {
        font-size: 12px;
        font-family: 'roboto-regular';
        line-height: 16px;
        margin-right: auto;
    }

    .menu-item.active-mobile-menu-item {
        background: var(--P2);
    }

        .menu-item.active-mobile-menu-item a span {
            color: var(--P0);
        }

#mobile-menu .menu-item .menu-icon-holder svg,
#mobile-menu .menu-item .menu-icon-holder img {
    filter: brightness(1) contrast(1) saturate(3) grayscale(1);
}

#mobile-menu .menu-item.active-mobile-menu-item .menu-icon-holder svg,
#mobile-menu .menu-item.active-mobile-menu-item .menu-icon-holder img {
    filter: none !important;
}

/*.menu-item.active-mobile-menu-item .menu-icon-holder path[stroke="#868686"] {
        stroke: #00A3E0;
    }

    .menu-item.active-mobile-menu-item .menu-icon-holder path[fill="#868686"] {
        fill: #00A3E0;
    }

    .menu-item.active-mobile-menu-item .menu-icon-holder rect[stroke="#868686"] {
        stroke: #00A3E0;
    }

    .menu-item.active-mobile-menu-item .menu-icon-holder rect[fill="#868686"] {
        fill: #00A3E0;
    }

    .menu-item.active-mobile-menu-item .menu-icon-holder line {
        stroke: #00A3E0;
    }*/
.menu-list-item {
    /* padding-top: 16px; */ /* Obrisati */
    display: inline-block;
    width: 100%;
}

    .menu-list-item a {
        padding: 16px 24px;
        width: 100%;
        text-align: left;
        display: flex;
        align-items: center;
    }

    .menu-list-item span {
        padding-left: 5px;
    }


.mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.menu-list-header-label {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 16px 24px;
}

    .menu-list-header-label .second-menu-label-icon {
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 16px;
    }

    .menu-list-header-label span {
        font-family: 'roboto-medium';
        font-size: 14px;
        line-height: initial;
        text-transform: uppercase;
    }

.second-menu-close-btn {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 16px 24px;
}

    .second-menu-close-btn span {
        font-family: 'roboto-medium';
        font-size: 14px;
        line-height: initial;
        text-transform: uppercase;
    }

.lang-close-button {
    position: fixed;
    bottom: 20px;
    width: 100%;
    padding: 20px;
    text-align: center;
}

.menu-icon-holder {
    position: relative;
    height: 32px;
    width: 32px;
}

.unread-notifications {
    position: absolute;
    bottom: -3px;
    right: -8px;
    padding: 3px;
    min-width: 23px;
    height: 20px;
    display: flex;
    width: 22px;
    height: auto;
    font-weight: 600;
    color: var(--BG) !important;
    background: var(--ERROR);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.dashed-divider {
    display: inline-block;
    height: 1px;
    width: calc(100% - 16px);
    margin: 8px;
    border-top: 1px dashed var(--BG);
}

.line-divider {
    display: inline-block;
    height: 1px;
    width: calc(100% - 16px);
    margin: 8px;
    border-top: 1px dashed var(--P0);
}
/************************  Navigation styles END  *************************/

/************************  Dashboard styles  *************************/
.accounts-slider-header {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.4);
    padding: 0 8px;
}

.slider-tabs {
    margin-right: auto;
}

    .slider-tabs:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .slider-tabs li {
        position: relative;
    }

        .slider-tabs li a {
            display: inline-block;
            font-family: roboto-medium;
            font-size: 14px;
            text-transform: uppercase;
            padding: 16px;
            margin: 0 !important;
            width: max-content;
            transition: all ease 0.3s;
        }

        .slider-tabs li:after {
            content: '';
            display: block;
            width: 100%;
            height: 0px;
            position: absolute;
            bottom: 0;
            left: 0;
            background: var(--P1);
            -webkit-transition: height 0.3s ease;
            -moz-transition: height 0.3s ease;
            -o-transition: height 0.3s ease;
            transition: height 0.3s ease;
        }



        .slider-tabs li.active a {
            color: var(--BG);
        }

        .slider-tabs li:hover a {
            color: var(--P1) !important;
        }

        .slider-tabs li.active:hover a {
            color: var(--BG) !important;
        }

        .slider-tabs li.active:after {
            height: 3px;
        }

/* Accounts-widget ----------------------------------------------------------------------------------------------- */

.accounts-widget {
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 16px 16px 0;
    position: relative;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
    background: var(--P0);
    border-radius: 0px 0px 16px 16px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 1170px;
}

    .accounts-widget #account-list {
        padding-top: 16px;
    }

    .accounts-widget .bg-overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        opacity: 0.1;
    }

    .accounts-widget .overlay-1 {
        background-image: url(../../img/bg/bg-1.jpg);
    }



.option-search {
    margin-right: 24px !important;
}

.list-options-side {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .list-options-side:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .list-options-side li {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 0px;
    }

        .list-options-side li.active rect[stroke="#fff"] {
            stroke: var(--P1);
        }

        .list-options-side li.active rect[fill="#fff"] {
            fill: var(--P1);
        }

        .list-options-side li:hover rect[stroke="#fff"] {
            stroke: var(--P1);
        }

        .list-options-side li:hover rect[fill="#fff"] {
            fill: var(--P1);
        }

        .list-options-side li.active path[stroke="#fff"] {
            stroke: var(--P1);
        }

        .list-options-side li.active path[fill="#fff"] {
            fill: var(--P1);
        }

        .list-options-side li:hover path[stroke="#fff"] {
            stroke: var(--P1);
        }

        .list-options-side li:hover path[fill="#fff"] {
            fill: var(--P1);
        }

        .list-options-side li.active line[stroke="#fff"] {
            stroke: var(--P1);
        }

        .list-options-side li:hover line[stroke="#fff"] {
            stroke: var(--P1);
        }

#search-bar-acc-number {
    color: var(--BG);
}

.account-slider .slick-slide {
    position: relative;
}

    .account-slider .slick-slide:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
    }

    .account-slider .slick-slide.slick-center:after {
        display: none;
    }

.account-slider {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    margin-bottom: 25px;
}

    .account-slider .swiper-container {
        overflow: visible;
    }

    .account-slider .slide {
        padding: 0 12px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
    }

    .account-slider .slick-track {
        display: flex;
        align-items: center;
        height: 214px !important;
        overflow: hidden;
        transition: all ease 0.6s;
    }

    .account-slider .slick-list {
        overflow: hidden;
        overflow-y: visible;
        max-width: 960px;
        margin: 0 auto;
    }

.widget-options.widget-options-account {
    padding: 2px 8px;
    display: none;
}

.one-card-slide .widget-options.widget-options-account {
    padding: 0;
}

.slick-center .widget-options.widget-options-account {
    display: block;
}

.card-company-logo-date-hold {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 4px;
    color: white;
}

    .card-company-logo-date-hold .card-company-expdate p {
        margin-bottom: 0;
    }

.account-slider .account-box {
    width: 378px;
    margin: 0 auto;
    opacity: 0.4;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 0 5px 28px 8px transparent;
    -webkit-box-shadow: 0 5px 28px 8px transparent;
}

    .account-slider .account-box.cards-account-box {
        margin-top: 0 !important;
        width: 327px !important;
        overflow: hidden;
        transform: scale(0.8);
        height: auto;
        width: 257px !important;
        height: 131px;
        min-height: auto !important;
        margin-top: 30px !important;
    }

    .account-slider .account-box.cards-account-box {
        background: linear-gradient(56.26deg, #000000 -2.89%, rgba(7, 72, 97, 0.9) 36.18%, rgba(7, 72, 97, 0) 98.08%, rgba(7, 72, 97, 0) 98.08%),url(../../img/photos/card-visuals.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

        .account-slider .account-box.cards-account-box.visa-electron, .account-slider .account-box.cards-account-box.visa-standard {
            background: linear-gradient(56.26deg, #000000 -2.89%, rgba(7, 72, 97, 0.9) 36.18%, rgba(7, 72, 97, 0) 98.08%, rgba(7, 72, 97, 0) 98.08%),url(../../img/photos/card-visuals-visa.png);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

        .account-slider .account-box.cards-account-box.master-standard {
            background: linear-gradient(56.26deg, #000000 -2.89%, rgba(7, 72, 97, 0.9) 36.18%, rgba(7, 72, 97, 0) 98.08%, rgba(7, 72, 97, 0) 98.08%),url(../../img/photos/card-visuals.png);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

.account-slider .slick-center .account-box {
    opacity: 1;
    padding: 16px;
    width: 378px !important;
    min-height: 190px !important;
    margin: 0 auto !important;
    transform: none;
}

.account-slider .slick-center.one-card-slide .account-box {
    min-height: 202px !important;
}

.account-slider .slick-dots {
    display: none !important;
}

.account-slider .swiper-pagination-1 {
    display: none;
    position: absolute;
    bottom: 17px;
    width: 100%;
    text-align: center;
    z-index: 50;
}

.account-slider .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: transparent;
    border: 2px solid var(--BG);
    opacity: 1;
    margin: 0 4px;
}

.account-slider .swiper-pagination-bullet-active {
    background: var(--BG);
}

.account-slider .owl-pagination {
    text-align: center;
}

.accounts-widget .slider-button-prev:hover,
.accounts-widget .slider-button-next:hover {
    opacity: 1;
}

.card-status-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

    .card-status-overlay.valid {
        display: none !important;
    }

.card-status-hold {
    display: flex;
    align-items: center;
    padding: 9px 8px;
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 28px;
    background: white;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'roboto-medium';
    color: var(--K1);
    line-height: 13px;
}

.card-status-icon-hold {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -12px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
}

    .card-status-icon-hold.orange {
        background: var(--S1);
    }

    .card-status-icon-hold.purple {
        background: var(--S2);
    }

    .card-status-icon-hold.red {
        background: var(--ERROR);
    }

.account-box.account-bg-1 {
    background: var(--P1) url(../../img/bg/acc-bg-1.png) center bottom no-repeat;
    background-size: 100%;
}

.account-box.account-bg-2 {
    background: var(--OK) url(../../img/bg/acc-bg-1.png) center bottom no-repeat;
    background-size: 100%;
}

.account-box.account-bg-3 {
    background: var(--S2) url(../../img/bg/acc-bg-1.png) center bottom no-repeat;
    background-size: 100%;
}

.account-box.account-bg-4 {
    background: var(--P0) url(../../img/bg/acc-bg-1.png) center bottom no-repeat;
    background-size: 100%;
}

.account-div.account-div-loan {
    background: var(--S2);
}

.account-div.account-div-savings {
    background: var(--OK);
}

.account-div.account-div-card {
    background: var(--P0);
}

.account-box {
    display: flex;
    flex-direction: column;
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 16px;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

.slick-slide .account-box {
    width: 257px !important;
    height: auto;
    min-height: auto !important;
    margin-top: 30px !important;
    overflow: hidden;
}

.account-box .account-main {
    display: flex;
    align-items: flex-start;
    margin-bottom: auto;
    justify-content: space-between;
}

.account-box .acc-img {
    width: 48px;
    height: 48px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    margin-right: auto;
}

.account-box .card-account-main-hold {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.account-box.cards-account-box .account-main {
    flex-direction: column;
    margin-right: auto;
}

.account-box.cards-account-box .card-bank-logo {
    display: flex;
    margin-bottom: 16px;
}

.card-title-holder {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.slick-center .account-box .acc-img {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    margin-right: auto;
}

.account-box .acc-img img {
    width: 100%;
    height: 100%;
}

.slick-center .default-acc-img .acc-img {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    margin-right: auto;
}

.account-box .default-acc-img img {
    width: 100%;
    height: 100%;
}

.account-box .acc-nr {
    font-family: 'roboto-regular', sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: var(--BG);
    margin-bottom: 0px;
    text-align: right;
}

.slick-slider .account-box .acc-nr {
    font-size: 9px;
    line-height: 11px;
}

.slick-slider .slick-center .account-box .acc-nr {
    font-size: 12px;
    line-height: 16px;
}

.account-box .acc-name {
    font-size: 14px;
    line-height: 16px;
    color: var(--BG);
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
    font-family: 'roboto-medium';
    margin-bottom: 4px;
}

.slick-slider .account-box .acc-name {
    font-size: 10px;
    line-height: 12px;
    color: var(--BG);
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
    font-family: 'roboto-medium';
    margin-bottom: 4px;
}

.slick-slider .account-box.cards-account-box .acc-name {
    text-align: left;
    font-family: roboto-black;
    line-height: 14px;
    font-size: 12px;
}

.account-box.cards-account-box .acc-nr, .account-box.cards-account-box .acc-card-brand {
    text-align: left;
    font-family: roboto-medium;
    margin-bottom: 4px;
    color: var(--BG);
    font-size: 12px;
    line-height: 14px;
    text-transform: none;
}

.slick-center .account-box .acc-name {
    font-size: 14px;
    line-height: 16px;
}

.account-box .main-balance {
    zoom: 1;
    display: flex;
    flex-direction: row-reverse;
}

    .account-box .main-balance:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .account-box .main-balance p {
        font-size: 26px;
        line-height: 30px;
        color: var(--BG);
        margin-bottom: 0;
        font-family: roboto-black;
    }

.account-box .select-2 {
    width: 60px;
    float: right;
    position: relative;
    margin-left: 10px;
    display: flex;
}

.account-box .acc-balance-txt {
    font-family: 'roboto-regular', sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: var(--BG);
    text-align: right;
    margin-bottom: 4px;
}

.account-box .small-balance {
    font-size: 18px;
    color: var(--BG);
    text-align: left;
    font-weight: 600;
    margin-bottom: 5px;
}

    .account-box .small-balance span {
        font-size: 17px;
    }



.account-box .btn-1 {
    line-height: 28px;
}



.accounts-widget.single-slide .account-slider .account-box {
    opacity: 1;
}

.widget-options {
    cursor: pointer;
}

.rearange-on .widget-options {
    display: none;
}

.widget-options .trigger {
    cursor: pointer;
    width: auto;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 2px;
}

    .widget-options .trigger.color-2 li {
        background: var(--P0);
    }

    .widget-options .trigger li {
        width: 4px;
        height: 4px;
        background: var(--BG);
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        margin-bottom: 2px;
    }

    .widget-options .trigger.color-1 li {
        background: var(--P1);
    }

.widget-options .options-list {
    position: absolute;
    top: 18px;
    right: 16px;
    display: none;
    background: var(--BG);
    box-shadow: 4px 4px 8px 0px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 4px 4px 8px 0px rgb(0 0 0 / 15%);
    padding: 0;
    z-index: 999999999;
    border-radius: 8px;
}

    .widget-options .options-list a {
        display: inline-block;
        font-family: 'roboto-medium';
        color: var(--K1);
        width: 100%;
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
        white-space: nowrap;
        padding: 16px 24px;
        -webkit-transition: color 0.24s ease;
        -moz-transition: color 0.24s ease;
        -o-transition: color 0.24s ease;
        transition: color 0.24s ease;
    }

        .widget-options .options-list a:hover {
            color: var(--P0);
        }

    .widget-options .options-list.color-1 {
        background: var(--P1);
    }

        .widget-options .options-list.color-1 a:hover {
            color: var(--P0);
        }

.widget-options-visible {
    position: absolute;
    top: 10px;
    right: 5px;
    padding: 0 4px;
}

    .widget-options-visible .trigger {
        list-style: circle;
    }


.account-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
}

    .account-list .list-item {
        display: flex;
        padding: 8px 16px;
        opacity: 0.4;
        border-radius: 4px;
        cursor: pointer;
    }

        .account-list .list-item[style="display: block;"] .inner {
            display: flex !important;
            align-items: center;
        }

        .account-list .list-item.selected {
            opacity: 1;
        }

    .account-list .inner {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .account-list .list-item.list-item-for-cards {
        background: var(--BG);
    }

    .account-list .list-bg-1 {
        background-color: var(--P1);
    }

    .account-list .list-bg-2 {
        background-color: var(--OK);
    }

    .account-list .list-bg-3 {
        background-color: var(--S2);
    }

    .account-list .list-bg-4 {
        background-color: var(--P0);
    }

    .account-list .inner:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .account-list img {
        height: 48px;
        width: 48px;
        border-radius: 50%;
        border: 1px solid var(--BG);
        margin-right: 16px;
    }

    .account-list .list-item-for-cards .icon-hold.brand-icon {
        height: auto;
        width: 40px;
        margin-right: 16px;
    }

.list-item-account-name-hold {
    display: flex;
    flex-direction: column;
    margin: 0;
    margin-top: 0;
    justify-content: center;
    margin-right: auto;
}

    .list-item-account-name-hold .acc-name {
        font-size: 14px;
        font-family: 'roboto-medium';
        line-height: 16px;
        color: var(--BG);
        text-transform: uppercase;
    }

    .list-item-account-name-hold .acc-num {
        font-size: 12px;
        font-family: 'roboto-regular';
        line-height: 16px;
        color: var(--BG);
    }

.list-item-for-cards .list-item-account-name-hold {
    row-gap: 4px;
}

    .list-item-for-cards .list-item-account-name-hold .acc-name {
        font-size: 16px;
        font-family: roboto-black;
        line-height: 19px;
        color: var(--K1);
        text-transform: uppercase;
    }

    .list-item-for-cards .list-item-account-name-hold .acc-card-brand {
        font-size: 14px;
        font-family: 'roboto-medium';
        line-height: 16px;
        color: var(--K1);
        text-transform: uppercase;
    }

    .list-item-for-cards .list-item-account-name-hold .acc-nr {
        font-size: 14px;
        font-family: 'roboto-regular';
        line-height: 16px;
        color: var(--K2);
        text-transform: uppercase;
    }

.account-list .list-item .amount {
    font-size: 26px;
    font-family: 'roboto-black';
    color: var(--BG);
    margin-right: 8px;
}

.account-list .list-item.list-item-for-cards .amount {
    color: var(--K1);
}

.ui-widget {
    font-family: roboto-regular;
}

.list-item.list-item-for-cards .select-2 .ui-selectmenu-button, .list-item.list-item-for-cards .select-2 .dd-selected {
    border-color: var(--P1);
}

    .list-item.list-item-for-cards .select-2 .ui-selectmenu-button span.ui-icon {
        border-color: var(--P1) transparent transparent transparent;
    }

    .list-item.list-item-for-cards .select-2 .ui-selectmenu-button span.ui-selectmenu-text {
        color: var(--K1);
    }

.account-list .list-item .select-2 {
    margin-right: 16px;
}

.account-list .list-item .fancy-select {
    display: flex;
}



.account-list .widget-options-list {
    margin-right: 16px;
}

.account-list .drag {
    display: flex;
    align-items: center;
    justify-content: center;
}



.account-list .col-1 h2 {
    font-size: 20px;
    color: var(--BG);
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    -webkit-transition: color 0.24s ease;
    -moz-transition: color 0.24s ease;
    -o-transition: color 0.24s ease;
    transition: color 0.24s ease;
}

.account-list .col-1 p {
    font-size: 12px;
    color: var(--K2);
    letter-spacing: 0.5px;
    line-height: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    top: -2px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /*font-weight: bold;*/
}

.account-list .col-2 {
    width: 45%;
    text-align: right;
    margin-top: 4px;
    padding-right: 10px;
    zoom: 1;
}

    .account-list .col-2:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .account-list .col-2 .amount {
        float: right;
        font-size: 30px;
        font-weight: 500;
        line-height: 48px;
        color: var(--BG);
        margin-bottom: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        -webkit-transition: color 0.24s ease;
        -moz-transition: color 0.24s ease;
        -o-transition: color 0.24s ease;
        transition: color 0.24s ease;
    }

    .account-list .col-2 .trigger {
        width: 60px;
        margin: 4px 20px 0px 10px;
        background: var(--P0);
        border: none;
        color: var(--BG);
        border-radius: 0;
    }

        .account-list .col-2 .trigger:after {
            top: 16px;
            right: 7px;
            border-top-color: var(--BG);
        }

.account-list div.fancy-select ul.options.open {
    top: 40px;
    left: 10px;
    min-width: 60px;
    text-align: center;
    background: var(--P0);
    color: var(--BG);
}

.account-list div.fancy-select ul.options li {
    color: var(--BG);
    transition: all ease 0.3s;
}

    .account-list div.fancy-select ul.options li:hover {
        background: #374e61;
    }

    .account-list div.fancy-select ul.options li.selected {
        background: #374e61;
        color: rgba(255, 255, 255, 0.75);
    }

.account-list .selected .inner {
    opacity: 1;
}

.account-list .col-2 .select-3 {
    float: right;
}

.account-list .col-2 .icon-wrap {
    float: right;
    height: 44px;
    /*   border-left: 1px solid #a0a2a5;*/
}

    .account-list .col-2 .icon-wrap i {
        display: inline-block;
        width: 26px;
        height: 53px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 26px;
        margin-left: 20px;
        margin-right: 15px;
    }

.more-list {
    min-width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    color: var(--BG);
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    text-align: center;
    position: relative;
}

    .more-list .show-txt {
        display: inline-block;
        color: var(--BG);
    }

    .more-list .hide-txt {
        display: none;
        color: var(--BG);
    }

    .more-list .arrow {
        display: inline-block;
        width: 10px;
        height: 7px;
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        background: url(../../img/icons/arrow-bottom-1.png) 0 0 no-repeat;
        position: absolute;
        top: 22px;
        left: 50%;
        margin-left: -5px;
    }

    .more-list.active .show-txt {
        display: none;
    }

    .more-list.active .hide-txt {
        display: inline-block;
    }

    .more-list.active .arrow {
        transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

.widget-title-with-options {
    display: flex;
    align-items: center;
    padding: 24px 24px 8px;
}

.widget-title-p {
    margin-bottom: 11px;
    padding-bottom: 4px;
    font-family: 'roboto-medium';
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--P0);
    border-bottom: 1px solid var(--K3);
    width: 100%;
}

.widget-grid .widget-h-1 .widget-inner.quick-actions-inner {
    height: max-content;
}

.my-widget {
    background: white;
}

.tips-and-tricks-widget .widget-content-inner {
    overflow: auto;
}

.section-label {
    display: flex;
    padding: 16px 24px 8px;
    font-family: roboto-bold;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    margin-right: auto;
    color: var(--P0);
}


.flex-widget-header {
    display: flex;
    align-items: center;
    padding: 16px 24px 8px;
}

    .flex-widget-header .widget-options .trigger {
        height: unset;
    }

    .flex-widget-header .widget-header-title {
        font-family: roboto-bold;
        font-size: 16px;
        line-height: 32px;
        margin: 0;
        margin-right: auto;
        color: var(--P0);
        text-transform: none;
    }

.widget-content {
    background: var(--K4);
    border-radius: 8px;
    padding-bottom: 16px;
    display: flex;
    flex-direction: column;
}

.widget-content-inner {
    min-height: 300px;
    position: relative;
}

    .widget-content-inner.transactions-widget-content-inner {
        min-height: 500px !important;
    }

.transactions-widget-content-inner .empty-state-div,
.statements-box .empty-state-div {
    margin-top: 50px;
}

.widget-map .widget-content {
    padding-bottom: 0;
}

    .widget-map .widget-content .widget-content-inner {
        height: 100%;
    }

    .widget-map .widget-content .widget-tabs {
        padding: 16px 0 3px;
        justify-content: center;
        overflow: hidden;
    }

        .widget-map .widget-content .widget-tabs li {
            width: 100%;
            text-align: center;
        }

.widget-content:after {
    content: '';
    display: none;
    position: absolute;
    top: 56px;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.full-width-container.rearange-on .widget-content:after {
    display: block;
}

.empty-state-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.empty-state-span {
    font-size: 14px;
    color: var(--K2);
    font-family: 'roboto-regular';
    margin-top: 32px;
}

.app_customization_div { /*narrow popup za app customization*/
    padding: 25px !important;
}

.app_customization_button {
    width: 40% !important;
    cursor: pointer !important;
}


.col-ls-8 .widget-content, .col-ls-16 .widget-content {
    height: 490px;
}

.widget-buttons {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    column-gap: 16px;
}

.widget-button {
    padding: 16px 0;
    font-family: 'roboto-medium';
    text-transform: uppercase;
    font-size: 14px;
    color: var(--P1);
    width: 100%;
    text-align: center;
    cursor: pointer;
    transition: all ease 0.3s;
    background-color: transparent;
}

    .widget-button:hover {
        color: var(--K1);
    }

.custom-exchange-widget {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px 24px 0;
    row-gap: 40px;
    margin-top: 20px;
}

.currency-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 24px;
    flex-direction: column;
    row-gap: 16px;
}

    .currency-wrapper img {
        width: 60px;
    }

.custom-exchange-widget .currency-date {
    font-size: 14px;
    font-family: 'roboto-medium';
    color: var(--P1);
}

.custom-exchange-widget .custom-currency-details {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 16px;
}

.custom-exchange-widget .one-rate {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 16px;
    width: 100%;
}

    .custom-exchange-widget .one-rate .rate-heading {
        max-width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        color: var(--K2);
    }

.custom-exchange-widget .currency-detail {
    font-size: 26px;
    font-family: 'roboto-black';
    line-height: 31px;
    color: var(--P0);
}

.widget-header .table-head {
    padding: 0;
}

.grid-options {
    display: flex;
    margin-left: 24px;
    column-gap: 16px;
}

    .grid-options .widget-select {
        padding: 0;
    }

    .grid-options .grid-option-a {
        height: 100%;
        width: 100%;
        display: inline-block;
        cursor: pointer;
    }

.grid-option.option-dropdown {
    position: relative;
}

.grid-options .widget-select-menu {
    width: 260px;
    position: absolute;
    top: 30px;
    right: 0;
    background: var(--BG);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 20px 10px rgb(0 0 0 / 10%);
    box-shadow: 0 0 20px 10px rgb(0 0 0 / 10%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 16px;
}

    .grid-options .widget-select-menu li {
        padding: 10px 0;
        font-size: 14px;
        color: #354756;
    }

    .grid-options .widget-select-menu .checkbox-1 {
        float: right;
        position: relative;
        top: -2px;
    }

.widget-grid .cnt {
    padding: 16px 24px 8px;
}

.widget-header .col-left h2 {
    margin-bottom: 0;
}

.widget-header .col-right .widget-options .trigger {
    flex-direction: column;
}

.widget-grid .widget {
    background: none;
    float: left;
    border: none;
    padding: 0;
    margin-bottom: 0;
    width: 100%;
    height: max-content !important;
}

.actions-wrap {
    zoom: 1;
    margin-top: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .actions-wrap .action-box {
        width: 25%;
        display: flex;
        border-radius: 4px;
    }

        .actions-wrap .action-box a {
            width: 100%;
            padding: 16px 24px;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            -webkit-transition: background 0.3s ease;
            -moz-transition: background 0.3s ease;
            -o-transition: background 0.3s ease;
            transition: background 0.3s ease;
        }

            .actions-wrap .action-box a:hover {
                background-color: var(--P2);
            }

        .actions-wrap .action-box .action-text {
            font-size: 14px;
            text-transform: uppercase;
            font-family: 'roboto-medium';
            color: var(--K1);
        }

        .actions-wrap .action-box .action-box-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0;
            margin-right: 16px;
        }

.widget-tabs {
    display: flex;
    align-items: center;
    border-radius: 8px 8px 0 0;
    overflow-x: auto;
}

    .widget-tabs li.active a {
        color: var(--P1);
    }

    .widget-tabs li.active:hover a {
        color: var(--P1);
    }

    .widget-tabs li:hover a {
        color: var(--K2);
    }

    .widget-tabs.centered-tabs {
        justify-content: center;
    }

    .widget-tabs li {
        position: relative;
    }

        .widget-tabs li:after {
            content: '';
            display: block;
            width: 100%;
            height: 0px;
            background: var(--P1);
            position: absolute;
            bottom: 0px;
            left: 0;
            -webkit-transition: height 0.3s ease;
            -moz-transition: height 0.3s ease;
            -o-transition: height 0.3s ease;
            transition: height 0.3s ease;
        }

        .widget-tabs li a {
            display: inline-block;
            width: 100%;
            color: var(--K2);
            padding: 16px;
            font-family: roboto-medium;
            font-size: 14px;
            text-transform: uppercase;
            cursor: pointer;
            -webkit-transition: color 0.3s ease;
            -moz-transition: color 0.3s ease;
            -o-transition: color 0.3s ease;
            transition: color 0.3s ease;
            text-align: center;
            white-space: nowrap;
        }

        .widget-tabs li:hover a {
            color: var(--P1);
        }

.inbox-status-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 0 8px;
}

.widget-tabs.stand-alone {
    padding: 0;
}

#template-for-groupping .widget-tabs {
    padding: 0;
    overflow-x: auto;
}

.currency-direction-tabs button {
    display: inline-block;
    width: 100%;
    color: var(--K2);
    padding: 16px;
    font-family: roboto-medium;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    text-align: center;
    background: none;
    border-bottom: 2px solid transparent;
}

    .currency-direction-tabs button[clicked="true"] {
        color: var(--P1);
        border-color: var(--P1);
    }

    .currency-direction-tabs button:hover {
        color: var(--P1);
    }

    .currency-direction-tabs button[clicked="true"]:hover {
        color: var(--P1);
    }

.login-box .widget-tabs {
    padding: 0 0 24px;
    justify-content: center;
}

.inbox-status-wrap .inbox-one-status {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    flex-direction: column;
    text-align: center;
    width: 100%;
}

    .inbox-status-wrap .inbox-one-status span {
        text-transform: uppercase;
        font-size: 12px;
        font-family: 'roboto-medium';
        word-break: break-word;
    }

    .inbox-status-wrap .inbox-one-status.unread-msgs span {
        color: var(--P1);
    }

    .inbox-status-wrap .inbox-one-status.total-msgs span {
        color: var(--K1);
    }

    .inbox-status-wrap .inbox-one-status .msg-count {
        font-size: 26px;
        font-family: 'roboto-black';
        line-height: 31px;
    }


.copied-span {
    display: inline-block;
    position: absolute;
    color: var(--K2);
    bottom: -15px;
    right: 0;
    width: max-content;
    font-size: 12px;
    transform: translateY(-50%);
}

.list-item {
    display: flex;
    align-items: center;
    padding: 10px 24px;
    break-inside: avoid-column;
}

    .list-item .icon-holder {
        display: flex;
        align-items: center;
        margin-right: 16px;
    }

    .list-item .icon-holder-button {
        display: flex;
        align-items: center;
        margin-right: 16px;
        width: 32px;
        float: right;
    }


    .list-item .text-holder {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
    }

    .list-item .list-item-top-label {
        font-size: 14px;
        font-family: roboto-regular;
        line-height: 18px;
        color: var(--K2);
        margin-bottom: 4px;
    }

    .list-item .list-item-main-label {
        font-size: 16px;
        font-family: roboto-regular;
        line-height: 19px;
        color: var(--K1);
    }

    .list-item .list-item-bottom-label {
        font-size: 14px;
        font-family: roboto-regular;
        line-height: 16px;
        color: var(--K2);
        word-break: break-word;
    }

    .list-item[data-read="True"] .list-item-main-label {
        font-family: roboto-regular;
    }

    .list-item.list-item-card .text-holder span {
        margin-bottom: 4px;
    }

        .list-item.list-item-card .text-holder span:last-child {
            margin-bottom: 0;
        }

    .list-item.msg-item {
        transition: all ease 0.3s;
    }

        .list-item.msg-item:hover {
            background: var(--BG);
        }

        .list-item.msg-item .list-item-top-label {
            font-size: 12px;
            line-height: 16px;
        }

        .list-item.msg-item .list-item-main-label {
            font-size: 16px;
            font-family: roboto-medium;
            line-height: 18px;
        }

.selectOpenOptionsFieldUnselected {
    border-width: 0;
}

.selectOpenOptionsFieldSelected {
    border: solid 2px var(--P1)
}

.side-modal .list-item.msg-item:hover {
    background: var(--P2);
}

.bill-issuer-list-item {
    cursor: pointer;
    transition: all ease 0.3s;
}

    .bill-issuer-list-item .text-holder {
        row-gap: 4px;
    }

    .bill-issuer-list-item:hover {
        background: var(--SU);
    }

.list-item-card-name {
    font-size: 16px;
    font-family: roboto-medium;
    line-height: 19px;
    color: var(--K1);
}

.list-item-card-number {
    font-size: 14px;
    font-family: 'roboto-regular';
    line-height: 18px;
    color: var(--K2);
}

.list-item-card-amount {
    font-size: 16px;
    font-family: 'roboto-black';
    line-height: 19px;
    color: var(--K1);
}

.list-item-card-desc {
    font-size: 14px;
    font-family: 'roboto-regular';
    line-height: 18px;
    color: var(--K2);
}

.tips-icon-holder {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.tips-slider-hold {
    padding: 16px 24px;
}

    .tips-slider-hold li {
        font-size: 16px;
        line-height: 1.6;
        font-family: roboto-regular;
        color: var(--K2);
    }

        .tips-slider-hold li h4 {
            font-size: 26px;
            line-height: 30px;
            font-family: 'roboto-black';
            color: var(--K1);
            margin-bottom: 32px;
        }

        .tips-slider-hold li span {
            font-size: 16px;
            line-height: 1.6;
            font-family: roboto-regular;
            color: var(--K2);
        }

.statements-box {
    padding: 16px 0;
}

/*Zakomentarisan loader testa radi*/
/*#content-loader {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: white;
    z-index: 9999;
    background-image: url(../../img/bg/DE_logo.png);
    background-repeat: no-repeat;
    background-position: center;
}*/

.login-load .cssload-container {
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: unset;
    left: unset;
    margin: 0;
    flex-direction: column;
    row-gap: 20px;
}

.loading-info-span {
    font-size: 14px;
    line-height: 18px;
    color: var(--K1);
    text-align: center;
}

.mobile-apps-widget .widget-content {
    background: radial-gradient(98.53% 98.97% at 1.47% 98.97%, #1C3F31 0%, rgba(77, 172, 135, 0.8) 51.56%, rgba(0, 41, 56, 0.2) 100%), url(../../img/photos/mobile-app-widget-back.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative;
}

.widget-second-back {
    display: none;
}

.mobile-apps-widget .widget-second-back {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../img/photos/mobile-app-widget-wave.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    z-index: 0;
}

.mobile-apps-widget .widget-content-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0 16px;
    z-index: 1;
}

.promo-widget-title {
    font-family: 'roboto-black';
    font-size: 26px;
    color: var(--BG);
    margin-top: 30px;
}

.widget-google-links {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.side-modal {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 120;
    overflow: hidden;
}

    .side-modal.rearange-modal {
        background: rgba(255, 255, 255, 0.75);
    }

.full-width-container.rearange-on {
    padding: 0 16px 16px;
    border: 2px dashed var(--P1);
    border-radius: 8px;
}

.hidden-rearange-header {
    display: none;
    align-items: center;
    justify-content: flex-start;
    padding: 16px;
    background: var(--P1);
    border-radius: 8px;
    position: fixed;
    bottom: 24px;
    left: auto;
    z-index: 10271;
    color: white;
    right: auto;
}

.full-width-container.rearange-on .hidden-rearange-header {
    display: flex;
}

.rearange-dashboard-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.hidden-rearange-header span, .hidden-rearange-header a {
    font-size: 14px;
    font-family: roboto-medium;
    color: var(--BG);
    text-transform: uppercase;
}

.hidden-rearange-header span {
    margin-right: auto;
}

.hidden-rearange-header a {
    font-size: 14px;
    font-family: roboto-medium;
    color: var(--BG);
    text-transform: uppercase;
    transition: all ease 0.3s;
    padding: 16px;
    text-align: center;
    display: inline-block;
    margin-left: 16px;
    cursor: pointer;
}

.side-modal-popup .side-modal-title {
    display: inline-block;
    width: 100%;
    margin: 0;
    font-family: 'roboto-black';
    padding: 16px 24px;
    font-size: 26px;
    line-height: 30px;
}

.details-option a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 16px 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .details-option a:hover {
        background-color: var(--P2);
    }

.details-option .details-option-icon {
    margin-right: 16px;
}

.details-option .details-option-span {
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    margin: 0;
    font-family: roboto-medium, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: var(--K1);
}

.side-modal-popup {
    position: absolute;
    top: 0;
    right: 0;
    left: unset;
    width: 100%;
    height: 100%;
    padding: 0 0 16px;
    background-color: var(--BG);
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

    .side-modal-popup.active {
        transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        -webkit-transform: translateX(0);
    }

.account-img {
    height: 48px;
    width: 48px;
    border-radius: 100%;
}

#acc-image {
    height: 48px;
    width: 48px;
    border-radius: 100%;
}

#second-popup-content-side {
    height: max-content;
    display: flex;
    flex-direction: column;
    max-height: 100%;
    overflow-y: auto;
    position: absolute;
    top: unset;
    right: 0;
    bottom: 0;
    left: unset;
    width: 100%;
    background-color: var(--BG);
    transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transform: translateY(100%);
}

    #second-popup-content-side.active {
        transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -webkit-transform: translateY(0);
    }

.popup-content-hold {
    display: flex;
    width: 100%;
    height: 100vh;
    flex-direction: column;
}

.side-modal-inner .content-inner {
    flex: 1 1 auto;
    display: flex;
    flex-flow: column;
    overflow-y: auto;
}

.side-modal-inner #second-popup-content-side .content-inner {
    height: max-content;
}

.side-modal-inner .content-inner .content-inner-box {
    padding: 0 24px;
}

#second-popup-content-side .configure-exchange-widget {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    cursor: pointer;
    transition: all ease 0.3s;
}

    #second-popup-content-side .configure-exchange-widget .icon-holder {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 16px;
        height: fit-content;
        width: fit-content;
        max-width: 40px;
    }

    #second-popup-content-side .configure-exchange-widget .text-holder {
        display: flex;
        flex-direction: column;
        row-gap: 4px;
    }

    #second-popup-content-side .configure-exchange-widget .list-item-main-label {
        font-size: 14px;
        font-family: roboto-medium;
        line-height: 16px;
        color: var(--K1);
        text-transform: uppercase;
    }

    #second-popup-content-side .configure-exchange-widget .list-item-bottom-label {
        font-size: 12px;
        font-family: roboto-regular;
        line-height: 14px;
        color: var(--K2);
    }

    #second-popup-content-side .configure-exchange-widget:hover {
        background-color: var(--P2);
    }

.s-p-24 {
    padding: 0 24px;
}

.s-p-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.message-reply-hold .s-p-24 {
    height: 100%;
}

.party-div {
    display: flex;
    align-items: center;
    width: 100%;
    transition: all ease 0.3s;
    padding: 16px 24px;
    cursor: pointer;
}

    .party-div:hover {
        background: var(--P2);
    }

.party-photo-hold {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-right: 16px;
}

    .party-photo-hold img {
        object-fit: cover;
        height: 100%;
    }

.party-name-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 4px;
    align-items: flex-start;
}

.party-name {
    font-size: 14px;
    font-family: 'roboto-medium';
    color: var(--K1);
    text-transform: uppercase;
    line-height: 16px;
}

.party-desc {
    font-size: 12px;
    color: var(--K2);
    font-family: 'roboto-regular';
}

.selected-party .party-desc {
    color: var(--K1);
}

.selected-party-settings-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.search-style-input.customer-search {
    padding: 16px 24px !important;
}

.review-box-hold {
    display: flex;
    padding: 24px;
    align-items: center;
    justify-content: center;
}

.review-box.blue-review-box {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 24px;
    background: var(--P2);
    border-radius: 8px;
    box-shadow: 4px 4px 8px 0px #00000026;
    row-gap: 16px;
}

.review-list-item {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.review-item-label {
    font-size: 14px;
    color: var(--P1);
    line-height: 18px;
}

.review-item-main-label {
    font-size: 16px;
    font-family: 'roboto-black';
    color: var(--K1);
    line-height: 20px;
}

.review-item-desc {
    font-size: 12px;
    color: var(--K1);
    line-height: 16px;
}

.list-item-default-icon .text-holder .review-list-item-top-label {
    font-size: 14px;
    color: var(--K1);
    line-height: 18px;
    font-family: 'roboto-regular';
}

.list-item-default-icon .text-holder .review-list-item-main-label {
    font-size: 16px;
    color: var(--K1);
    line-height: 18px;
    font-family: 'roboto-medium';
}

.review-box.blue-review-box .highlighted-text {
    color: #fff !important;
    background: var(--P1);
}

.review-box.blue-review-box .highlighted-text-amount span {
    color: #fff !important;
    background: var(--P1);
}

.sidebar-desc-text {
    line-height: 18px;
    display: block;
    padding: 16px 24px;
    color: var(--K2);
    font-size: 14px;
}

    .sidebar-desc-text.centered {
        text-align: center;
    }

    .sidebar-desc-text.flexed-desc-text {
        display: flex;
        flex-direction: column;
        row-gap: 16px;
    }

        .sidebar-desc-text.flexed-desc-text.centered {
            align-items: center;
            text-align: center;
        }

.card-status-picture-hold {
    padding: 40px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-activation-label {
    font-size: 14px;
    line-height: 18px;
    color: var(--K2);
    padding: 0 24px;
}

.card-activation-inputs {
    padding: 16px 24px;
}

    .card-activation-inputs .input-label-ico {
        padding: 0 !important
    }

.sidebar-card-visuals-hold {
    padding: 40px 0;
    text-align: center;
}

    .sidebar-card-visuals-hold .card-visuals {
        box-shadow: 4px 4px 8px 0px #00000026;
    }

.sidebar-visual-hold {
    text-align: center;
}

#popup-content-side .actions {
    margin-bottom: unset;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#second-popup-content-side .actions {
    margin-bottom: unset;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.widget-actions .drag-handle.ui-sortable-handle i {
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: auto;
    background: none !important;
}

.my-widget .drag-handle.ui-sortable-handle {
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: auto;
    background: none !important;
    cursor: pointer;
}

.widget.widget-tips-and-tricks:before, .widget.widget-tips-and-tricks:after {
    display: none;
}

.no-show {
    display: none !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.menu-icon-holder.secondary {
    display: none;
}

.has-child-option .menu-icon-holder.secondary {
    display: flex;
    margin: 0;
}

.pt0 {
    padding-top: 0 !important;
}

.pb0 {
    padding-top: 0 !important;
}

.pside0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt24 {
    margin-top: 24px !important;
}

.breadcrumbs {
    padding-left: 16px;
}

.breadcrumbs-item {
    display: inline-block;
    padding: 8px;
    padding-right: 32px;
    background-image: url(../../img/icons/icon-arrow-right.png);
    background-size: 4px;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    font-size: 12px;
    line-height: 16px;
    color: var(--K2);
}

    .breadcrumbs-item.active {
        background-image: none;
        padding-right: 8px;
        font-family: roboto-medium;
        color: var(--P0);
    }

.title-large-wdesc-wactions {
    display: flex;
    align-items: center;
    padding: 16px 0;
    margin-bottom: 16px;
}

.title-large-text-hold {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    row-gap: 4px;
    margin-right: auto;
    padding: 0 24px;
}

    .title-large-text-hold .main-title {
        font-size: 26px;
        font-family: 'roboto-black';
        margin: 0;
        line-height: 31px;
    }

    .title-large-text-hold .main-title-desc {
        font-size: 14px;
        font-family: 'roboto-regular';
        color: var(--K2);
        line-height: 18px;
        margin: 0;
    }

        .title-large-text-hold .main-title-desc.card-brand-above-title {
            font-family: roboto-medium;
            color: var(--P0);
            text-transform: none;
        }

.transaction-details-brief {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 24px;
}

.month-holder {
    text-align: center;
    width: 102px;
}

.transaction-details-brief .icon-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}

.transaction-details-brief .transaction-brief-desc {
    font-size: 12px;
    text-transform: none;
    font-family: 'roboto-regular';
    color: var(--P0);
    margin-bottom: 24px;
    text-align: center;
}

.transaction-details-brief .transaction-brief-title {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'roboto-regular';
    color: var(--K2);
    margin-bottom: 4px;
}

.transaction-details-brief .transaction-brief-amount {
    font-size: 26px;
    font-family: 'roboto-black';
    color: var(--K1);
    margin-bottom: 4px;
}

.transaction-details-brief .transaction-brief-status {
    padding: 4px 8px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid;
}

    .transaction-details-brief .transaction-brief-status.p,
    .transaction-details-brief .transaction-brief-status.pending,
    .transaction-details-brief .transaction-brief-status.authorization-pending {
        background: var(--bgS1);
        color: var(--S1);
        border-color: var(--S1);
    }

    .transaction-details-brief .transaction-brief-status.v,
    .transaction-details-brief .transaction-brief-status.e,
    .transaction-details-brief .transaction-brief-status.canceled,
    .transaction-details-brief .transaction-brief-status.rejected,
    .transaction-details-brief .transaction-brief-status.suspended,
    .transaction-details-brief .transaction-brief-status.canceled {
        background: var(--bgERROR);
        color: var(--ERROR);
        border-color: var(--ERROR);
    }

    .transaction-details-brief .transaction-brief-status.active,
    .transaction-details-brief .transaction-brief-status.accepted,
    .transaction-details-brief .transaction-brief-status.executed,
    .transaction-details-brief .transaction-brief-status.b {
        color: var(--OK);
        background: var(--bgOK);
        border-color: var(--OK);
    }

    .transaction-details-brief .transaction-brief-status.expired {
        color: var(--K2);
        background: var(--K4);
        border-color: var(--K2);
    }

.grey-box {
    padding: 16px;
    position: relative;
}

    .grey-box.grey-box-flex {
        display: flex;
        flex-direction: column;
        row-gap: 24px;
    }

    .grey-box .grey-box-col {
        width: 100%;
    }

.prelogin-full {
    width: 100%;
    position: relative;
    zoom: 1;
    background: white;
    height: 100%;
    min-height: calc(100vh - 30px);
    padding-bottom: 24px;
    /*overflow-x: hidden;*/
}

    .prelogin-full:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .prelogin-full .inner {
        width: 100%;
        height: auto;
        max-height: 100%;
        max-width: 1140px;
        margin: 0 auto;
        background: var(--BG);
        zoom: 1;
        position: relative;
    }

    .prelogin-full .prelogin-exchange-inner {
        max-width: 100%;
    }

    .prelogin-full .inner .group-inner {
        margin-bottom: 0;
    }

    .prelogin-full .inner .input-label-ico .icon-holder {
        margin-left: 16px;
    }



    .prelogin-full .scrollable-content {
        overflow: hidden;
        height: 100%;
    }



    .prelogin-full .input-search {
        position: relative;
    }

        .prelogin-full .input-search .input-1 {
            -webkit-box-shadow: 0 2px 0 0 var(--P1);
            box-shadow: 0 2px 0 0 var(--P1);
        }

    .prelogin-full .search-btn {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 20px;
        height: 100%;
        background: url(../../img/icons/icon-search.png) center center no-repeat;
        background-size: 17px;
        border: none;
        margin-right: 0;
    }

.prelogin-exchange-inner .col-half {
    width: 100%;
}



.prelogin-full .col-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visability 0.5s ease;
    -moz-transition: opacity 0.5s ease, visability 0.5s ease;
    -ms-transition: opacity 0.5s ease, visability 0.5s ease;
    -webkit-transition: opacity 0.5s ease, visability 0.5s ease;
    -o-transition: opacity 0.5s ease, visability 0.5s ease;
}

    .prelogin-full .col-content.active {
        opacity: 1;
        visibility: visible;
    }

.prelogin-full .col-head {
    width: 100%;
    height: 48px;
    padding: 0 20px 0 300px;
    position: absolute;
}

    .prelogin-full .col-head .close {
        float: right;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        color: #2d4050;
        line-height: 48px;
        background: url(../../img/icons/icon-close-2.png) 100% 18px no-repeat;
        background-size: 10px;
        padding-right: 16px;
    }

.prelogin-full .select-1 .dd-option,
.prelogin-full .select-1 .dd-selected {
    color: var(--BG);
    text-decoration: none;
}

.prelogin-full.full-break .col-right {
    top: 40px;
}

.align-items-right {
    align-items: flex-end !important;
}

.prelogin-full .map-list,
.prelogin-full .mCustomScrollBox:focus,
.prelogin-full .mCSB_container:focus {
    outline: none !important;
}

.prelogin-full .mCSB_inside > .mCSB_container {
    margin-right: 0px;
}

.prelogin-exchange-inner .currency-list-item .text-holder {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    align-items: flex-start;
    margin-right: auto;
}

    .prelogin-exchange-inner .currency-list-item .text-holder .currency-class {
        color: var(--K1);
    }

    .prelogin-exchange-inner .currency-list-item .text-holder .currency-desc {
        color: var(--K2);
        font-size: 12px;
    }

.prelogin-contact-inner .contact-data-wrapper {
    display: flex;
}

    .prelogin-contact-inner .contact-data-wrapper .grey-box-col {
        width: 100%;
    }

    .prelogin-contact-inner .contact-data-wrapper .data {
        width: 100%;
    }

        .prelogin-contact-inner .contact-data-wrapper .data .text-holder a {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

/* Prelogin Faq ----------------------------------------------------------------------------------------------- */
#faq-list-content {
    padding: 16px 0;
}


.accordian-wrapper .hidden {
    display: none;
}

    .accordian-wrapper .hidden .contact-data-wrapper .data i {
        top: 10px;
    }

.status-indicator {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 6px;
    border-radius: 50%;
}

.status-indicator-green {
    background-color: green;
}

.status-indicator-red {
    background-color: red;
}

.accordian-title-heading-hold {
    display: flex;
    flex-direction: column;
    margin-right: auto;
    max-width: calc(100% - 146px);
    row-gap: 4px;
}

.accordian-wrapper .distance {
    font-size: 14px;
    color: var(--K2);
    font-family: 'roboto-regular';
    text-align: right;
}

.accordian-wrapper .icon-holder {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0;
    background-size: 32px !important;
}

.accordian-wrapper .faq-atm-icon {
    background: url(../../img/icons/ic_lbs_list_atm.svg) no-repeat center center;
}

.accordian-wrapper .faq-atm-bank-icon {
    background: url(../../img/icons/ic_lbs_list_branch.svg) no-repeat center center;
}

.accordian-wrapper .faq-bank-icon {
    background: url(../../img/icons/ic_lbs_list_branch.svg) no-repeat center center;
}

.accordian-wrapper.location-accordian-wrapper .accordian-title-heading {
    text-overflow: ellipsis;
    font-size: 16px;
    font-family: 'roboto-medium';
}

.location-accordian-wrapper .accordian-title-heading-desc {
    font-size: 14px;
    font-family: 'roboto-regular';
    color: var(--K2);
}

.accordian-title {
    font-family: roboto-medium;
    color: var(--K1);
    font-size: 16px;
    cursor: pointer;
    position: relative;
    margin: 0 auto 0 0;
}

    .accordian-title.location-accordian-title {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        column-gap: 24px;
        margin: 0;
        padding: 16px 24px;
    }

        .accordian-title.location-accordian-title.active {
            background: var(--P2);
        }

            .accordian-title.location-accordian-title.active .accordian-title-heading-desc, .accordian-title.location-accordian-title.active .distance {
                color: var(--K1);
            }

.accordian-wrapper.location-accordian-wrapper .hidden.active {
    background: var(--P2);
}

.accordian-wrapper .accordian-text {
    padding: 16px 24px;
}

    .accordian-wrapper .accordian-text p {
        font-size: 14px;
        line-height: 18px;
        color: var(--K2);
        margin: 0;
    }

.accordian-title-hold {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    cursor: pointer;
    transition: all ease 0.3s;
}

    .accordian-title-hold:hover {
        background: var(--BG);
    }

    .accordian-title-hold .icon-holder {
        display: flex;
        align-items: center;
        justify-content: center;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }


    .accordian-title-hold.active .icon-holder {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.locations-content-flex {
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: calc(100vh - 190px);
    flex-direction: column;
}

.branches-list {
    background: none;
    width: 100%;
    padding: 16px 0;
    height: 100%;
    border-radius: 8px;
    display: none;
}

.prelogin-map {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.locations-search-input-hold {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 24px;
    margin-bottom: 16px !important;
}

.branches-list-scrolled {
    height: calc(100% - 320px);
    position: absolute;
    overflow: hidden;
    width: 363px;
}

.buttons-flex {
    display: flex;
    align-items: center;
    column-gap: 16px;
    padding: 8px 24px 16px;
}

    .buttons-flex .default-btn {
        width: 100%;
    }

.title-large.branch-details-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.branch-details-title-hold {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

    .branch-details-title-hold .branch-kind {
        font-size: 14px;
        text-transform: uppercase;
        color: var(--K2);
        font-family: 'roboto-medium';
    }

    .branch-details-title-hold .branch-address {
        font-size: 14px;
        color: var(--K2);
        font-family: roboto-regular;
    }

.branch-details-distance-hold {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    width: 64px;
    background: var(--P2);
    border-radius: 100%;
    flex-shrink: 0;
}

    .branch-details-distance-hold .distance {
        font-size: 12px;
        color: var(--P1);
        font-family: roboto-medium;
    }

.locations-content-flex .widget-tabs {
    padding: 0;
    width: 100%;
    z-index: 99;
}

    .locations-content-flex .widget-tabs li {
        list-style: none;
        width: 100%;
    }

.blue-working-hours {
    display: flex;
    flex-direction: column;
    background: var(--P2);
    border-radius: 8px;
    padding: 8px 0;
}

    .blue-working-hours .list-item {
        padding: 8px 32px;
    }

        .blue-working-hours .list-item .text-holder {
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            width: 100%;
        }

            .blue-working-hours .list-item .text-holder span {
                color: var(--K1);
                font-size: 14px;
                font-family: roboto-regular;
            }

            .blue-working-hours .list-item .text-holder .closed-working-hours {
                color: var(--ERROR);
                font-size: 12px;
                font-family: roboto-medium;
                text-transform: uppercase;
            }
/******************* Product catalogue *******************/
.products-hold-flex {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    column-gap: 24px;
}

.products-names-list.grey-box {
    width: 100%;
    padding: 24px 0;
}

.products-preview-list {
    width: 100%;
}

.products-empty-state {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    row-gap: 14px;
}

    .products-empty-state .text-holder {
        padding: 16px 24px;
    }

        .products-empty-state .text-holder span {
            color: var(--K2);
            font-size: 14px;
        }

.picture-empty-state {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    row-gap: 14px;
}

    .picture-empty-state .text-holder {
        padding: 16px 24px;
    }

        .picture-empty-state .text-holder span {
            color: var(--K2);
            font-size: 14px;
        }

.product-box {
    height: auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
    max-width: 364px;
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    margin-bottom: 24px;
}

.product-box-content-hold {
    padding: 16px;
}


.product-box .title-1 span:after {
    bottom: -4px;
}



.product-box-image-hold {
    height: 180px;
    overflow: hidden;
}

    .product-box-image-hold img {
        object-fit: cover;
        object-position: center;
        height: 100%;
        width: 100%;
    }

.product-box .product-box-heading {
    font-size: 16px;
    color: #00A3E0;
    margin-bottom: 8px;
    font-family: 'roboto-black';
}

.product-box .product-box-desc {
    font-size: 14px;
    color: var(--K1);
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

#one-product-hold {
    max-width: 752px;
    margin: 0 auto;
}

    #one-product-hold .title-large-wdesc-wactions {
        padding: 16px;
        align-items: center;
    }

    #one-product-hold .one-product-content-hold {
        display: flex;
        flex-direction: column;
        row-gap: 16px;
    }

    #one-product-hold .one-product-desc-hold {
        display: flex;
        flex-direction: column;
        row-gap: 24px;
    }

    #one-product-hold .one-product-image {
        width: 100%;
        max-width: 340px;
        max-height: 340px;
        border-radius: 8px;
        overflow: hidden;
    }

        #one-product-hold .one-product-image img {
            object-fit: cover;
            height: 100%;
            object-position: center;
            width: 100%;
        }

    #one-product-hold .one-product-desc {
        width: 100%;
    }

        #one-product-hold .one-product-desc p {
            padding: 16px 24px;
            margin-bottom: 0;
            font-size: 16px;
            line-height: 19px;
            color: var(--K2);
        }

    #one-product-hold .one-product-specs-flex {
        display: flex;
        flex-direction: column;
        row-gap: 24px;
        column-gap: 24px;
    }

    #one-product-hold .one-product-specs-hold, .one-product-actions-hold {
        width: 100%;
    }

.devices.grey-box, .inbox-messages.grey-box {
    padding: 16px 0;
}

.select-all-transfers-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 24px 8px 18px;
}

.select-all-transfers-actions-wrap {
    display: none;
    align-items: center;
    column-gap: 16px;
}

.select-all-msgs-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 24px;
}

.select-all-msgs-actions-wrap {
    align-items: center;
    column-gap: 16px;
}

.inbox-msg-list-item {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    column-gap: 16px;
    transition: all ease 0.3s;
}

    .inbox-msg-list-item:hover {
        background: var(--BG);
    }

.inbox-msg-check-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
}

.inbox-msg-list-item-flex {
    display: flex;
    align-items: center;
    column-gap: 16px;
    width: -webkit-fill-available;
}

    .inbox-msg-list-item-flex .icon-holder {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 32px;
        width: 32px;
    }

    .inbox-msg-list-item-flex .text-holder {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        row-gap: 4px;
        margin-right: auto;
        width: 100%;
    }

.inbox-msg-list-item-top-label {
    font-size: 12px;
    color: var(--K2);
    font-family: 'roboto-regular';
    line-height: 16px;
}

.inbox-msg-list-item-main-label {
    font-size: 16px;
    font-family: 'roboto-medium';
    color: var(--K1);
}

.inbox-msg-list-item-action-icons {
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.cancel-edit-inbox-btn {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    display: none;
    color: var(--P1);
    font-family: roboto-medium;
}

    .cancel-edit-inbox-btn .icon-holder {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 4px;
        padding-bottom: 2px;
    }

.device-list-item {
    display: flex;
    align-items: center;
    column-gap: 16px;
    padding: 16px 24px;
    transition: all ease 0.3s;
}

    .device-list-item:hover {
        background: var(--BG);
    }

    .device-list-item .device-check-item {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 32px;
        width: 32px;
    }

    .device-list-item .device-item-holder {
        display: flex;
        align-items: center;
        flex: 1 1 auto;
    }

        .device-list-item .device-item-holder .icon-holder {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 16px;
        }

        .device-list-item .device-item-holder .text-holder {
            display: flex;
            flex-direction: column;
            row-gap: 4px;
            margin-right: auto;
        }

            .device-list-item .device-item-holder .text-holder .list-item-top-label {
                font-size: 14px;
                font-family: 'roboto-regular';
                color: var(--K2);
            }

            .device-list-item .device-item-holder .text-holder .list-item-main-label {
                font-size: 16px;
                font-family: roboto-medium;
                color: var(--K1);
            }

    .device-list-item .device-status {
        padding: 4px 8px;
        border-radius: 4px;
        text-transform: uppercase;
        font-size: 12px;
    }

        .device-list-item .device-status.active {
            background: var(--bgOK);
            color: var(--OK);
        }

        .device-list-item .device-status.blocked {
            background: var(--bgERROR);
            color: var(--ERROR);
        }

#become-client-hold {
    min-height: calc(83vh - 3px);
}

    #become-client-hold .main-content, #become-client-hold .content-holder {
        padding: 0;
    }

    #become-client-hold .steps-and-form-flex {
        display: flex;
        align-items: flex-start;
        column-gap: 24px;
    }

    #become-client-hold .grey-box {
        padding: 16px 0;
    }

    #become-client-hold .grey-box {
        width: 66.6%;
    }

    #become-client-hold .steps-of-form-hold.grey-box {
        width: 33.3%;
    }

    #become-client-hold .grey-box.form-fields-hold {
        padding: 16px 24px;
    }

        #become-client-hold .grey-box.form-fields-hold.full-width {
            width: 100%;
        }

    #become-client-hold .steps-of-form-hold .list-item-default-icon-no-a-tag.active {
        background: #00A3E0;
    }

        #become-client-hold .steps-of-form-hold .list-item-default-icon-no-a-tag.active span {
            color: var(--BG);
        }

        #become-client-hold .steps-of-form-hold .list-item-default-icon-no-a-tag.active circle {
            stroke: var(--BG);
        }

        #become-client-hold .steps-of-form-hold .list-item-default-icon-no-a-tag.active path {
            fill: var(--BG);
        }

    #become-client-hold .btns-from-form-1 {
        padding: 8px 24px 24px;
    }

.steps-of-form-hold .one-step {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 16px;
    padding: 16px 24px;
    font-size: 14px;
}

    .steps-of-form-hold .one-step.active {
        background: #00A3E0;
    }

    .steps-of-form-hold .one-step .one-step-id {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 30px;
        width: 30px !important;
        border-radius: 50%;
        border: 2px solid rgb(0, 163, 224);
        color: var(--OK);
    }

    .steps-of-form-hold .one-step span {
        font-family: 'roboto-medium';
        color: var(--P0);
        width: calc(100% - 48px);
    }

    .steps-of-form-hold .one-step.active .one-step-id {
        color: var(--BG);
        border-color: var(--BG);
    }

    .steps-of-form-hold .one-step.active span {
        color: var(--BG);
    }

.one-statement {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 24px;
    row-gap: 8px;
    transition: all ease 0.3s;
}

    .one-statement:hover {
        background: var(--P2);
    }

    .one-statement .text-and-switch {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        column-gap: 16px;
        width: 100%;
    }

        .one-statement .text-and-switch .one-statement-name {
            margin-right: auto;
            font-size: 14px;
            font-family: roboto-medium;
            text-transform: none;
            margin-right: auto;
            color: var(--K1);
            word-break: break-word;
        }

    .one-statement .link {
        width: 100%;
        color: #00A3E0;
        font-size: 14px;
    }

.tenant-list-flex {
    display: flex;
    column-gap: 24px;
    flex-wrap: wrap;
    row-gap: 32px;
    padding: 16px 0;
}

.tenant-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: var(--BG);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
    border-radius: 16px;
    width: calc(33.3% - 16px);
    padding: 8px 16px;
    row-gap: 24px;
    transition: all ease 0.3s;
    border: 2px solid transparent;
}

    .tenant-box:hover {
        border-color: #00A3E0;
    }

    .tenant-box.connected-tenant-box:hover {
        border-color: var(--OK);
    }

    .tenant-box.connected-tenant-box {
        padding: 0;
    }

        .tenant-box.connected-tenant-box .connected-tenant-box-a {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            padding: 8px 16px;
            row-gap: 24px;
        }

.tenant-box-heading-hold {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    row-gap: 4px;
    width: 100%;
    padding: 8px 0;
}

.tenant-box-name {
    font-family: 'roboto-black';
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    text-align: center;
    color: var(--K1);
}

.tenant-box-country {
    font-size: 14px;
    font-family: 'roboto-regular';
    color: var(--K2);
}

.tenant-box-logo-hold {
    max-width: 100%;
    padding: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
}

    .tenant-box-logo-hold img {
        max-width: 100%;
        max-height: 100%;
    }

.sidebar-tenant-logo-hold {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    margin: 24px auto;
}

    .sidebar-tenant-logo-hold img {
        max-height: 56px;
    }

.content-inner #negotiation-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 140px;
    width: 100%;
    margin-bottom: 24px;
}

    .content-inner #negotiation-switch .blockUI.blockMsg.blockElement {
        position: relative !important;
        width: 100% !important;
        height: 100% !important;
        left: unset !important;
    }

    .content-inner #negotiation-switch .cssload-container {
        width: 140px;
        height: 140px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: unset;
        margin-left: unset;
        transform: translate(-50%, -50%);
    }

        .content-inner #negotiation-switch .cssload-container .cssload-speeding-wheel {
            width: 140px;
            height: 140px;
            margin: 0 auto;
            border: 10px solid var(--P1);
            border-radius: 50%;
            border-left-color: transparent;
            border-right-color: var(--P1);
            animation: cssload-spin 1200ms infinite linear;
            -o-animation: cssload-spin 1200ms infinite linear;
            -ms-animation: cssload-spin 1200ms infinite linear;
            -webkit-animation: cssload-spin 1200ms infinite linear;
            -moz-animation: cssload-spin 1200ms infinite linear;
        }

.croppie-container {
    width: 200px;
    height: 164px;
}

.image-for-crop {
    max-width: 100%;
}

.save-crop-hold {
    flex-wrap: wrap;
    min-width: 300px;
    max-width: 340px;
    row-gap: 32px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    display: none;
    text-align: center;
}

.save-crop-btns {
    display: flex;
    flex-direction: row;
    column-gap: 16px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.application-wrapper-btn {
    width: 50%;
    margin-left: auto;
    margin-top: 30px;
}

.filters-side-checkbox-wrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    padding: 16px 24px;
    column-gap: 16px;
}

.default-accounts-hold .input-label-ico label {
    font-family: roboto-medium;
    font-size: 16px;
    line-height: 19px;
    color: var(--K1);
    margin: 0;
}

.default-accounts-hold .input-label-ico input {
    font-family: 'roboto-regular';
    font-size: 14px;
    line-height: 18px;
    color: var(--K2);
    margin: 4px 0 0 0;
    width: 100%;
    border: none;
    border-bottom: none;
    background: transparent;
    -webkit-appearance: none;
    padding: 0 0 4px 0;
}

.menu-item.lang-menu-item svg,
.menu-item.lang-menu-item img {
    margin-right: unset;
    filter: brightness(5) saturate(0) contrast(5);
}

.side-modal-popup .warning-new-pass {
    position: absolute;
    bottom: 80px;
    left: 24px;
    margin: 0;
    right: 24px;
    padding: 16px 24px;
    color: var(--ERROR);
    border: 2px solid var(--ERROR);
    border-radius: 8px;
    background: white;
    z-index: 1;
}

.side-modal-popup .warning-new-pass-2 {
    bottom: 160px;
}


.side-modal-popup .warning-new-pass-3 {
    bottom: 240px;
}

.side-modal-popup .warning-new-pass .error-message-text {
    color: var(--ERROR) !important;
    font-size: 14px;
    margin: 0 !important;
}

#balances {
    padding: 0 24px;
}

.highcharts-container {
    height: 280px !important;
}

.highcharts-title {
    font-family: 'roboto-regular';
    font-size: 16px !important;
}

.time-lapse-trigger {
    width: 100%;
    margin: 0;
}

    .time-lapse-trigger .input-label-ico {
        padding: 16px 24px;
    }

.chart-time-lapse-trigger {
    width: 190px;
    margin: 10px auto 20px;
}

    .chart-time-lapse-trigger .input-label-ico {
        padding: 16px 24px;
    }

.pie-chart-title-value-hold {
    display: flex;
    align-items: center;
    column-gap: 16px;
    padding: 8px 24px;
    font-size: 14px;
}

    .pie-chart-title-value-hold span {
        margin-right: auto;
    }

        .pie-chart-title-value-hold span:last-child {
            margin-right: 0;
            color: var(--K2);
        }

.pie-chart-title-circle {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.chart-content {
    margin-top: 20px;
}

/*****************************      MEDIA QUERIES      ********************************/

@media only screen and (max-width: 768px) {
    #page-header .main-logo svg,
    #page-header .main-logo img{
        width: 130px;
    }

    #login-header .main-logo svg,
    #login-header .main-logo img {
        width: 130px;
    }
}

@media only screen and (max-width: 520px) {
    .account-div .icon-text-hold {
        display: flex;
        margin-right: auto;
        align-items: center;
    }

        .account-div .icon-text-hold .text-holder span {
            font-size: 12px;
        }

        .account-div .icon-text-hold .text-holder .account-num {
            font-size: 10px;
        }

        .account-div .icon-text-hold .icon-holder {
            align-items: center;
            justify-content: center;
            width: 32px;
            height: 32px;
        }

            .account-div .icon-text-hold .icon-holder img {
                width: 100%;
            }

    #one-product-hold .one-product-image {
        max-width: unset;
        border-radius: 0;
        max-height: 240px;
    }
}

@media only screen and (max-width: 767px) {
    .no-mob {
        display: none !important;
    }

    #page-header {
        height: 64px;
        padding: 16px 24px;
    }

        #page-header .site-logo a {
            width: 122px;
            height: 32px;
        }

    #login-header .main-nav .menu-item {
        width: auto;
    }

    #page-content {
        margin-top: 64px;
    }

    .btn-small-ico-label.header-mob-btn {
        width: 32px;
        margin-left: 24px;
    }

        .btn-small-ico-label.header-mob-btn a .btn-small-icon {
            margin-bottom: 0;
        }

    .accounts-widget {
        height: 324px !important;
        background: none;
        padding: 16px 0;
    }

        .accounts-widget .overlay-1 {
            background-image: none;
        }

    .accounts-slider-header {
        display: flex;
        flex-direction: column;
        background: none;
    }

    .slider-tabs li a {
        color: var(--K2) !important;
    }

    .list-options-side li svg path,
    .list-options-side li img path {
        fill: var(--K3);
    }

    .account-slider .slick-center .account-box {
        width: 85vw !important;
    }

    .accounts-widget .slider-button-prev, .accounts-widget .slider-button-next {
        display: none !important;
    }

    .widget-grid {
        width: 100%;
    }

    .actions-wrap {
        flex-wrap: nowrap;
        overflow: auto;
        align-items: flex-start;
    }

        .actions-wrap .action-box {
            width: max-content;
        }

            .actions-wrap .action-box .action-text {
                flex-direction: column;
                align-items: center;
                justify-content: center;
                font-family: roboto-regular, sans-serif;
                font-size: 12px;
                text-transform: none;
            }

                .actions-wrap .action-box .action-text .action-box-icon {
                    margin: 0;
                    margin-bottom: 4px;
                }

    .transaction-list-item .amount-holder {
        margin-left: auto;
    }

    #accountsPicker .list-options-side {
        width: 100% !important;
    }

    #account-col-content {
        flex-flow: column;
    }

    .account-widget-slat .plain-list {
        background: none;
        padding-top: 0;
    }

    .main-content {
        padding: 0;
    }

    .title-large-wdesc-wactions {
        margin: 0;
        justify-content: center;
        align-items: flex-start;
    }

        .title-large-wdesc-wactions .btn-small-ico-label {
            width: 100%;
            height: max-content;
            margin-right: 0 !important;
        }

    .prelogin-marketing-loginbox-flex {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100vw;
        height: auto;
        flex-direction: column-reverse;
        padding-top: 60px;
    }

    #login-content {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0;
        background: white;
    }

    #fake-login-content {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0;
        background: white;
    }

    .login-box {
        width: 100%;
        background: var(--BG);
        padding: 48px 16px 8px;
        box-shadow: none;
        border-radius: 0px;
    }

    .prelogin-marketing-hold {
        width: 100%;
        background: white;
        padding: 24px;
    }

        .prelogin-marketing-hold .prelogin-slider .inner {
        }

        .prelogin-marketing-hold .prelogin-slider h2 {
            font-family: roboto-black;
            font-size: 26px;
            color: var(--P1);
        }

        .prelogin-marketing-hold .prelogin-slider p {
            color: var(--K1);
            font-size: 14px;
        }

    .page-cover {
        position: relative;
        height: 280px;
        top: unset;
        bottom: unset;
        left: unset;
        right: unset;
    }

        .page-cover img, .page-cover video {
            object-position: center;
        }

    .prelogin-full.-prelogin-autoheight .inner {
        padding-top: 104px;
    }

    .prelogin-contact-inner .contact-data-wrapper {
        flex-wrap: wrap;
        padding: 0;
    }

    .products-hold-flex {
        flex-direction: column;
    }

    #one-product-hold {
        padding-top: 104px;
    }

    .products-names-list.grey-box {
        padding: 0;
    }

    .products-preview-list {
        display: none;
        position: absolute;
        top: 104px;
        left: 0;
        right: 0;
        bottom: 0;
        background: white;
    }

        .products-preview-list .product-list {
            padding: 16px 24px;
        }

    #page-footer-prelogin {
        flex-direction: column;
    }

    .label-section-w-action {
        margin-bottom: 0;
    }

    .inbox-content-holder, .standing-orders-content, .request-money-content, .bill-presentment-content-holder {
        height: calc(100vh - 64px);
        display: flex;
        flex-direction: column;
        padding-top: 24px;
    }

    .inbox-messages.grey-box {
        flex: 1 1 auto;
        overflow: auto;
        padding-bottom: 0;
    }

    .standing-orders-content .grey-box, .request-money-content .grey-box, .bill-presentment-content-holder .grey-box {
        flex: 1 1 auto;
        overflow: auto;
        padding-bottom: 0;
    }

    .input-search {
        background-color: var(--K4);
    }

    .inbox-msg-list-item-action-icons {
        align-items: flex-start;
        align-self: stretch;
    }

    .select-all-msgs-wrap {
        display: none;
    }

    .inbox-msg-list-item .inbox-msg-check-item {
        display: none;
    }

    .archive-mob-btn, .mark-as-read-mob-btn {
        display: none;
    }

    .msg-red-dot {
        top: 2px;
        right: 0px;
    }

    .documents-grey-box {
        padding: 16px 0;
    }

    #become-client-hold {
        padding: 104px 0px 30px;
    }

        #become-client-hold .grey-box.form-fields-hold {
            width: 100%;
            padding: 24px 0;
        }

    .tenant-box {
        width: 100%;
        box-shadow: none;
        border-radius: 0;
        border: none;
        padding: 16px 24px;
        flex-direction: row;
        width: 100%;
        position: relative;
    }

    .tenant-list-flex {
        padding: 0;
        row-gap: 0;
    }

    .tenant-box.connected-tenant-box .connected-tenant-box-a {
        padding: 16px 24px;
        flex-direction: row;
        width: 100%;
    }

    .mob-tenant-logo-hold {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 32px;
        width: 32px;
        margin-right: 16px;
    }

    .tenant-box-heading-hold {
        padding: 0;
        align-items: flex-start;
        margin-right: auto;
    }

    .tenant-box-name {
        font-family: roboto-medium;
        text-align: left;
        color: var(--K1);
    }

    .grey-box.tenants-grey-box {
        padding: 0;
        row-gap: 0;
    }

    .tenant-connection-btn {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    .disconnect-tenant-mob-btn {
        background: none;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-logo {
        margin-left: auto;
    }

    #account-col-content .account-widget-slat {
        background: none;
    }

    #second-popup-content-side {
        border-radius: 8px 8px 0 0;
    }

    .blue-working-hours {
        width: calc(100% - 48px);
        margin: 0 auto;
    }

    .grey-box.grey-box-flex.grey-box-flex-row {
        padding: 0;
    }

    .one-creditor-wrap .input-label-ico {
        flex: unset;
        padding-right: 16px;
        width: calc(100% - 56px);
    }

    .widget-tabs.stand-alone {
        height: 57px;
    }

    .label-section.has-process-steps {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 12px;
    }
}

@media only screen and (min-width: 768px) {
    .content-holder {
        padding-top: 16px;
    }

    .breadcrumbs-holder {
        display: flex;
        flex-direction: row;
        padding: 0 16px;
        width: 100%;
    }

        .breadcrumbs-holder a {
            display: flex;
            align-items: center;
            padding: 8px;
            font-size: 12px;
            font-family: 'roboto-regular';
            color: var(--K2);
        }

            .breadcrumbs-holder a.active {
                display: flex;
                font-family: 'roboto-medium';
                color: var(--P0);
            }

            .breadcrumbs-holder a svg,
            .breadcrumbs-holder a img {
                margin-right: 16px;
            }

    .label-section {
        padding: 16px 24px 8px;
        margin-bottom: 24px;
    }

        .label-section h2 {
            color: var(--P0);
        }

    .tabs-holder {
        margin-left: 16px;
        justify-content: flex-start;
    }

        .tabs-holder .tab {
            width: max-content;
        }

    .grey-box {
        border-radius: 8px;
        background: #FAFAFA;
        padding: 24px;
    }

    .grey-boxes-wrap {
        display: flex;
        flex-direction: column;
        row-gap: 24px;
    }

    .slide-modal .slide-div {
        padding: 24px;
    }

        .slide-modal .slide-div .slide-header {
            padding: 0;
        }

    .side-modal-popup {
        width: 461px;
        padding: 0;
        transform: translateX(461px);
        -moz-transform: translateX(461px);
        -ms-transform: translateX(461px);
        -o-transform: translateX(461px);
        -webkit-transform: translateX(461px);
        -webkit-transition: transform 0.5s ease;
        -moz-transition: transform 0.5s ease;
        -o-transition: transform 0.5s ease;
        transition: transform 0.5s ease;
        border-radius: 8px 0 0 8px;
        overflow: hidden;
    }

    #second-popup-content-side {
        width: 461px;
        padding: 0;
    }

    .prelogin-marketing-hold .btn-1.default-btn.secondary-btn {
        width: auto;
        margin-left: auto;
    }

    .prelogin-marketing-hold {
        background: url(../../img/bg/prelogin_wave.svg), linear-gradient(14deg, rgb(5 40 53 / 90%) 10%, rgba(7,72,97,0.4) 28%, rgba(7,72,97,0) 48%);
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: contain;
    }

    .prelogin-exchange-inner .grey-box.grey-box-flex {
        flex-direction: row;
        padding: 16px 0 16px;
        column-gap: 24px;
    }

    .prelogin-contact-inner .contact-data-wrapper {
        column-gap: 24px;
        padding: 16px 0;
    }

    .products-preview-list {
        /*max-height: calc(100vh - 260px);*/
    }

    #one-product-hold .one-product-desc-hold {
        display: flex;
        flex-direction: row;
        padding: 24px;
        border-radius: 8px;
        background: var(--P2);
        column-gap: 24px;
    }

    #one-product-hold .one-product-desc p {
        color: var(--K1);
    }

    #one-product-hold .one-product-specs-flex {
        display: flex;
        flex-direction: row;
        column-gap: 24px;
    }

    .products-preview-list .mCustomScrollBox, .products-preview-list .mCustomScrollBox .mCSB_container {
        overflow: visible;
    }

    #account-col-content.nocard .account-col-right {
        display: none;
    }

    #account-col-content.nocard .account-col-left .account-content-hold {
        column-count: 2;
    }

    #login-header .main-nav .menu-item a {
        row-gap: 4px;
        padding: 4px 0 !important;
        border: 1px solid transparent;
        border-radius: 8px;
        transition: all ease 0.2s;
    }

    #accountsPicker.cardsPicker .cards-account-picker .account-slider {
        padding-top: 20px;
    }

    .grey-box.grey-box-flex.grey-box-flex-row {
        flex-direction: row;
        column-gap: 24px;
        padding: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .no-tablet {
        display: none !important;
    }

    #page-header {
        height: 96px;
    }

    #page-content {
        margin-top: 96px;
    }

    #popup-content-side .actions {
        padding-bottom: 0;
    }

    .login-box .hint {
        width: 50%;
        float: left;
    }

    .login-box .group-submit {
        width: 50%;
        float: right;
    }

    .login-box .login-input-hold {
        width: 50%;
        float: left;
        margin-bottom: 24px;
        margin-top: 24px;
    }

    #login-content {
        width: 100%;
        height: auto;
        padding: 140px 40px 24px;
        background: var(--P2);
    }

    #fake-login-content {
        width: 100%;
        height: auto;
        padding: 140px 40px 24px;
        background: var(--P2);
    }

    #login-content .forgot-pass {
        margin-bottom: 0;
    }

    .prelogin-marketing-hold {
        display: flex;
        width: 100%;
        flex-direction: column;
        height: 100%;
        justify-content: flex-end;
        min-height: 350px;
    }

        .prelogin-marketing-hold .prelogin-slider {
            padding: 24px;
        }

    .prelogin-marketing-loginbox-flex {
        flex-direction: column-reverse;
        min-height: 100vh !important;
        overflow: auto;
        height: auto;
    }

    .login-box {
        width: 100%;
    }

    .prelogin-full.-prelogin-autoheight .inner {
        padding: 144px 40px;
    }

    #become-client-hold {
        padding: 148px 40px 30px;
    }

    .main-content.content-full {
        padding: 16px 40px;
    }
}

@media only screen and (min-width: 720px) and (max-width: 1200px) {
    #sortable-container.widget-grid {
        padding: 0 40px;
    }

    .my-widget-width.widget-tips-and-tricks, .my-widget-width.widget-exchange, .my-widget-width.col-ls-8, .my-widget-width.widget-inbox {
        width: calc(50% - 12px);
    }
}

@media only screen and (min-width: 992px) {
}

@media only screen and (min-width: 1201px) {
    .no-web {
        display: none !important;
    }

    #login-header {
        padding: 10px 24px;
    }

    .prelogin-full .prelogin-exchange-inner, .prelogin-full .prelogin-contact-inner, .prelogin-full .prelogin-faq-inner, .prelogin-full .prelogin-products-inner {
        max-width: 752px;
    }

    .my-widget-width.widget-tips-and-tricks, .my-widget-width.widget-exchange.widget-one-third, .my-widget-width.col-ls-8, .my-widget-width.widget-inbox {
        width: calc(33.333% - 16px);
    }

    .my-widget-width.col-ls-16 {
        width: calc(66.6% - 8px);
    }

    .my-widget-width.widget-exchange.widget-two-thirds {
        width: calc(66.6% - 8px);
    }

    #main-side {
        margin-left: 94px;
    }

    #page-content {
        padding: 0 30px;
        /*max-width: 812px;*/
        margin: 80px auto 0;
    }

    .home-body-width #page-content {
        max-width: unset;
    }

    #page-header-left {
        /* width: 94px; */
        width: max-content;
        height: calc(100% - 80px);
        /*background: var(--BG);*/
        position: fixed;
        top: 80px;
        left: 0;
        z-index: 100;
        scroll-behavior: smooth;
    }
        /* Hide scrollbar for Chrome, Safari and Opera */
        #page-header-left::-webkit-scrollbar {
            display: none;
        }

    /* Hide scrollbar for IE, Edge and Firefox */
    #page-header-left {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }

    .menu-item {
        display: inline-block;
        width: 94px;
        cursor: pointer;
    }

        .menu-item a {
            display: flex;
            padding: 8px 0;
            flex-direction: column;
            align-items: center;
            width: 100%;
            cursor: pointer;
            -webkit-transition: color 0.3s ease;
            -moz-transition: color 0.3s ease;
            -o-transition: color 0.3s ease;
            transition: color 0.3s ease;
        }

        .menu-item:hover a {
            color: var(--P1);
        }

    .menu-icon-holder {
        margin-bottom: 4px;
    }

    .menu-item svg,
    .menu-item img {
        margin-right: unset;
        filter: brightness(5) saturate(0) contrast(5);
    }

    .main-nav .menu-item:hover svg,
    .main-nav .menu-item.active-menu-item svg,
    .main-nav .menu-item.active-menu svg,
    .main-nav .menu-item:hover img,
    .main-nav .menu-item.active-menu-item img,
    .main-nav .menu-item.active-menu img {
        filter: none !important;
    }


    .menu-item a span {
        font-size: 12px;
        font-family: 'roboto-regular';
        line-height: 16px;
        margin-right: unset;
        color: white;
        text-align: center;
    }

    .menu-item:hover a span {
        color: var(--P0);
    }

    .menu-item:active a span {
        color: var(--P0);
    }

    #login-header .main-nav .menu-item:hover span {
        /*color: var(--P0);*/
    }

    #login-header .main-nav .menu-item:hover a {
        border-color: var(--BG);
    }

    #login-header .menu-item:hover svg,
    #login-header .menu-item:hover img {
        filter: brightness(5) saturate(0) contrast(5) !important;
    }

    #login-header .menu-item.active-menu-item:hover svg,
    #login-header .menu-item.active-menu-item:hover img {
        filter: none !important;
    }

    #login-header .main-nav .menu-item.active-menu-item {
        background: transparent;
    }

        #login-header .main-nav .menu-item.active-menu-item a {
            background: var(--P2);
        }

    .menu-item.active-menu-item {
        background-color: var(--P2);
    }

        .menu-item.active-menu-item a span {
            color: var(--P0);
        }

    #login-header .menu-item.active-menu-item a span {
        color: var(--P0);
    }



    /*    .main-nav .menu-item:hover .menu-main-icon line {
        stroke: var(--P0);
    }

    .main-nav .menu-item:hover .menu-main-icon path[stroke="#fff"] {
        stroke: var(--P0);
    }

    .main-nav .menu-item:hover .menu-main-icon path[fill="#fff"] {
        fill: var(--P0);
    }

    .main-nav .menu-item:hover .menu-main-icon rect[stroke="#fff"] {
        stroke: var(--P0);
    }

    .main-nav .menu-item:hover .menu-main-icon rect[fill="#fff"] {
        fill: var(--P0);
    }

    .main-nav .menu-item:active .menu-main-icon path[stroke="#fff"] {
        stroke: var(--P0);
    }

    .main-nav .menu-item:active .menu-main-icon path[fill="#fff"] {
        fill: var(--P0);
    }

    .main-nav .menu-item:active .menu-main-icon rect[stroke="#fff"] {
        stroke: var(--P0);
    }

    .main-nav .menu-item:active .menu-main-icon rect[fill="#fff"] {
        fill: var(--P0);
    }

    .main-nav .menu-item:active .menu-main-icon line {
        stroke: var(--P0);
    }*/
    .menu-list-header-label {
        padding: 24px 24px;
    }

    .menu-item.active-menu {
        background-color: var(--P2);
    }

        .menu-item.active-menu a span {
            color: var(--P0);
        }

    /*.menu-item.active-menu .menu-main-icon rect[stroke="#fff"] {
            stroke: var(--P0);
        }

        .menu-item.active-menu .menu-main-icon rect[fill="#fff"] {
            fill: var(--P0);
        }

        .menu-item.active-menu .menu-main-icon path[stroke="#fff"] {
            stroke: var(--P0);
        }

        .menu-item.active-menu .menu-main-icon path[fill="#fff"] {
            fill: var(--P0);
        }

        .menu-item.active-menu .menu-main-icon line {
            stroke: var(--P0);
        }*/



    /*.menu-item.active-menu-item .menu-main-icon rect[stroke="#fff"] {
            stroke: var(--P0);
        }

        .menu-item.active-menu-item .menu-main-icon rect[fill="#fff"] {
            fill: var(--P0);
        }

        .menu-item.active-menu-item .menu-main-icon path[stroke="#fff"] {
            stroke: var(--P0);
        }

        .menu-item.active-menu-item .menu-main-icon path[fill="#fff"] {
            fill: var(--P0);
        }

        .menu-item.active-menu-item .menu-main-icon rect[stroke="white"] {
            stroke: var(--P0);
        }

        .menu-item.active-menu-item .menu-main-icon rect[fill="white"] {
            fill: var(--P0);
        }

        .menu-item.active-menu-item .menu-main-icon path[stroke="white"] {
            stroke: var(--P0);
        }

        .menu-item.active-menu-item .menu-main-icon path[fill="white"] {
            fill: var(--P0);
        }

        .menu-item.active-menu-item .menu-main-icon line {
            stroke: var(--P0);
        }*/

    .login-content .login-content #login-content {
        align-items: flex-start;
        padding-top: 160px;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    #login-content .login-footer {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: white;
    }

    .login-content .login-content #fake-login-content {
        align-items: flex-start;
        padding-top: 160px;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    #fake-login-content .login-footer {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: white;
    }

    .prelogin-login-copyrights {
        display: flex;
        flex-direction: column;
        margin-top: 40px;
        font-size: 12px;
        align-items: center;
        justify-content: center;
    }

    .login-content .prelogin-slider {
        padding: 24px 24px 0;
        max-width: 700px;
    }

    .prelogin-full {
        padding-top: 144px;
    }

    #login-content {
        max-height: 100vh;
        overflow: auto;
        overflow-x: hidden;
    }

    #fake-login-content {
        max-height: 100vh;
        overflow: auto;
        overflow-x: hidden;
    }

    #faq-list-content {
        padding: 16px 0;
        /*max-height: calc(100vh - 260px);*/
    }

    .prelogin-full .scrollable-content {
        max-height: 100%;
    }

    .locations-content-flex {
        height: calc(100vh - 315px);
        column-gap: 24px;
        flex-direction: row;
    }

    .branches-list {
        max-width: 364px;
        display: block !important;
        padding: 24px 0;
    }

    .slider-tabs {
        margin-right: auto;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        max-width: 80%;
        overflow: auto;
        scroll-behavior: smooth;
    }
}

@media screen and (min-width: 769px) {
    .branches-list {
        background: var(--K4);
    }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
    .side-modal-popup {
        width: 421px;
        transform: translateX(421px);
        -moz-transform: translateX(421px);
        -ms-transform: translateX(421px);
        -o-transform: translateX(421px);
        -webkit-transform: translateX(421px);
    }
}

@media only screen and (max-width: 1200px) {
    #profiles-holder {
        display: none;
    }

    .slider-tabs {
        flex-wrap: nowrap;
        display: flex;
        align-items: center;
        overflow: auto;
        scroll-behavior: smooth;
        width: 100%;
    }

    #accountsPicker .list-options-side {
        display: flex !important;
        width: max-content;
    }

    .menu-item a span {
        font-size: 14px;
        font-family: 'roboto-medium';
        line-height: 16px;
        margin-right: auto;
        text-transform: uppercase;
        color: var(--K2);
    }

    .menu-icon-holder {
        margin-right: 16px;
    }

    .dashed-divider {
        border-top: 1px dashed var(--K2);
        width: calc(100% - 48px);
        margin: 8px 24px;
    }

    #page-footer {
        width: 100%;
        left: 0;
    }

        #page-footer .app-version, #page-footer-prelogin .app-version {
            /*margin-right: auto;*/
        }

    .prelogin-full.-prelogin-autoheight {
        /*max-height: 100vh;
        overflow: scroll;
        overflow-x: hidden;*/
    }

    .login-content {
        padding: 0;
        overflow: auto;
        overflow-x: hidden;
    }

    .locations-content-flex {
        height: fit-content;
        min-height: calc(100vh - 190px);
    }

    .prelogin-map {
        height: 70vh;
    }
}

@media (min-width: 1400px) {
    #login-header::after {
        background-size: 101%;
    }
}

@media (min-width: 1570px) {
    #sortable-container {
        padding-left: 24px;
    }
}

.map-widget .accordian-title-heading-hold {
    max-width: calc(100% - 50px);
}

.map-widget .widget-content-inner {
    margin-top: 10px;
    margin-bottom: 10px;
}

.cas-info {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.casPopUpIcon {
    background-image: url(../../img/icons/icon-cas-transfer.png);
    background-size: contain;
    height: 54px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}

.cas-on-login {
    margin-bottom: 20%;
}

.cas-on-login-info {
    padding-bottom: 15%;
}

.cas-icon svg,
.cas-icon img {
    height: 35px;
    width: 95px;
    margin-left: 0px;
}

.cas-menu-item .list-switch {
    background-image: url(../../img/icons/icon-cas-transfer.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.cas-menu-item .action-box-icon {
    display: none !important;
}

.casRegistrationIcon {
    background-image: url(../../img/icons/icon-cas-transfer.png);
    background-size: contain;
    height: 52px;
    background-color: transparent;
    background-repeat: no-repeat;
}

    .casRegistrationIcon.heading-icon {
        margin-bottom: 24px;
    }

.cas-registration-text {
    font-size: 14px;
    color: var(--K2);
    line-height: 18px;
    margin: 0;
    padding: 0 24px;
}

.account-div.no-accounts-container {
    display: flex;
    justify-content: center;
    color: var(--BG);
}

#confirmation-screen {
    padding: 5%;
    margin-top: 50px;
}

    #confirmation-screen .popup-header h3 {
        margin-bottom: 50px;
        text-align: center;
    }

    #confirmation-screen .popup-inner .popup-buttons {
        margin-left: 0;
    }

.contacts-main {
    width: 50%;
    height: 900px;
    margin-left: 25%;
    margin-top: 51px;
    top: 200px;
    height: auto;
}

@media screen and (max-width: 1400px) {
    .contacts-main {
        width: 70%;
        margin-left: 15%;
    }
}

@media only screen and (max-width: 980px) {
    .contacts-main {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

.map-switch-div .widget-content-search-hold {
    bottom: 15px;
    position: absolute;
    width: 100%;
    z-index: 1;
}


.terms .icon-holder {
    height: 34px;
    width: 34px;
    margin-right: 16px;
}

.payment-steps {
    float: right;
}

.payment-title {
    margin-bottom: -32px !important;
}

.profile-image-box {
    display: flex;
}

.profile-image-close {
    position: absolute;
    right: 32px;
}

.remove-image-title {
    margin-top: 15%;
    margin-bottom: 15%;
}

.prompt-btn {
    position: relative;
    top: 10%;
}

.propmpt-text {
}

.flex-row {
    flex-direction: row !important;
}
/*Offline page CSS*/

/*@font-face {
    font-family: 'roboto-regular';
    src: url('./fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'roboto-medium';
    src: url('./fonts/Roboto-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'roboto-black';
    src: url('./fonts/Roboto-Black.ttf') format('truetype');
}

* {
    box-sizing: border-box;
}

body {
    width: 100%;
    margin: 0 auto;
    font-family: 'roboto-regular';
    position: relative;
}

img {
    width: 100%;
}

a {
    text-decoration: none;
}*/

.offline-content-wrap p {
    margin: 0;
    font-size: 16px;
    color: #868686;
}

.offline-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 40px 24px;
}

.offline-logo {
    max-width: 160px;
}

.offline-content-wrap {
    min-height: calc(100vh - 114px);
    display: flex;
    flex-direction: column;
    padding: 40px 24px;
    margin: 0 auto;
    align-items: center;
}

.offline-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 32px;
    margin-bottom: 32px;
}

.offline-btns-hold {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.offline-image-hold {
    height: max-content;
    position: relative;
    margin-bottom: 56px;
    max-width: 350px;
}

    .offline-image-hold img {
        filter: drop-shadow(-2px 5px 6px rgba(0, 0, 0, 0.2));
    }

.offline-text-hold h2 {
    font-size: 3em;
    line-height: .9;
    text-align: center;
    color: #074861;
    font-family: 'roboto-regular';
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
}

    .offline-text-hold h2:nth-child(2) {
        font-family: 'roboto-black';
        margin-bottom: 40px;
    }

.offline-my-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    font-family: 'roboto-medium';
    text-transform: uppercase;
    cursor: pointer;
    transition: all ease 0.3s;
    font-size: 14px;
    line-height: 18px;
}

    .offline-my-btn span {
        font-size: 14px;
        line-height: 18px;
    }

    .offline-my-btn.offline-colored-btn {
        color: white;
        background: #00A3E0;
        border-radius: 8px;
    }

    .offline-my-btn svg,
    .offline-my-btn img {
        margin-right: 8px;
    }

    .offline-my-btn.offline-colored-btn:hover {
        background: #074861;
    }

    .offline-my-btn.empty-btn:hover {
        color: #00A3E0;
    }

/*********** Media queries ***********/
@media (min-width: 600px) {
    .offline-content-wrap {
        padding: 80px 0;
        max-width: 510px;
    }

    .offline-actions {
        row-gap: 56px;
        margin-bottom: 56px;
    }

    .offline-content-wrap p {
        font-size: 18px;
        line-height: 27px;
        text-align: center;
    }

    .offline-btns-hold {
        flex-wrap: wrap;
        flex-direction: row;
        column-gap: 24px;
        justify-content: center;
        align-items: center;
    }

    .offline-my-btn {
        width: calc(50% - 12px);
    }
}

@media (min-width: 1025px) {
    .offline-header {
        padding-bottom: 0;
    }

    .offline-content-wrap {
        flex-direction: column-reverse;
        padding: 24px;
        max-width: 1150px;
        column-gap: 125px;
        justify-content: flex-end;
    }

    .offline-actions {
        width: 50%;
    }

    .offline-btns-hold {
        column-gap: 30px;
    }

    .offline-my-btn {
        width: calc(50% - 15px);
    }

    .offline-image-hold {
        max-width: 25%;
    }

        .offline-image-hold:after {
            height: 156px;
        }
}

/*Offline page CSS END*/

.select-2 .dd-select {
    font-family: 'roboto-regular';
    font-size: 16px;
    line-height: 19px;
    color: var(--K1);
    margin: 4px 0 0 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--K3);
    background: transparent !important;
    -webkit-appearance: none;
    border-radius: 0px;
}

/*.select-2 .dd-selected-text {
    font-family: 'roboto-regular';
    font-size: 16px;
    line-height: 19px;
    color: var(--K1);
    font-weight: normal;
}*/

.select-2 .dd-selected,
.select-2 .dd-selected-text {
    font-family: 'roboto-regular';
    font-size: 16px;
    line-height: 19px;
    color: var(--K1);
    font-weight: normal;
    padding: 0;
}

.select-2 .dd-pointer.dd-pointer-down {
    border: solid 5px transparent;
    border-top: solid 5px var(--P0);
}

.select-2 .dd-option.dd-option-selected, .select-2 .dd-option:hover, .select-2 .dd-option {
    background: var(--BG);
}

.select-2 .dd-options {
    border: 1px solid var(--K3);
    border-top: none;
}

.select-2 .dd-option .dd-option-text {
    color: var(--K1);
    font-weight: normal;
}

.select-2 .dd-option:hover, .select-2 .dd-option:hover .dd-option-text {
    background: #FAFAFA;
    cursor: pointer;
}

    .select-2 .dd-option:hover .dd-option-text {
        color: var(--K1);
    }

.gmaps-combo-map-holder {
    min-height: 400px;
    position: relative;
}

    .gmaps-combo-map-holder .input-search, .gmaps-combo-map-holder .input-search::placeholder {
        color: #fff;
    }

.unclickable {
    cursor: default;
}

.label-section-confirm-state {
    padding-left: 0px !important;
}

.display-none {
    display: none !important;
}

.menu-dashed-divider {
    border-bottom: 1px #ffffff dashed;
    width: 94px;
}

.input-label-ico.full-click-div.menu-dashed-divider {
    border: none;
    width: auto;
}

.mailbox-tabs {
    width: 100%;
    height: 62px;
    margin-bottom: 8px;
    display: inline-flex;
}

.mailbox-type {
    height: 62px;
    padding: 0px 30px;
}

    .mailbox-type.left {
        height: 62px;
        float: left;
    }

    .mailbox-type.right {
        height: 62px;
        float: right;
    }

    .mailbox-type.active {
        border-bottom: 2px solid var(--K1);
    }

.mailbox-container {
    padding-top: 0px !important;
}

.mailbox-type a {
    text-align: center;
    display: block;
    margin-top: 32px;
}

.facilities-body .inner {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}

.branches-list-with-filter {
    height: calc(100% - 320px);
}

.accounts-widget .list-options-side .option-slider {
    display: flex;
}

    .accounts-widget .list-options-side .option-slider.active {
        display: none;
    }

.accounts-widget .list-options-side .option-list {
    display: flex;
}

    .accounts-widget .list-options-side .option-list.active {
        display: none;
    }


.pki-instructions .item {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 16px 24px 16px 24px;
}

.pki-instructions .item-name {
    font-size: 16px;
}

.pki-instructions .install-link, .pki-instructions .install-status {
    display: block;
    font-size: 14px;
    color: #868686;
}

.pki-instructions .point-1, .pki-instructions .point-2 {
    font-size: 14px;
}

.pki-instructions .ico {
    margin-right: 10px;
}

.pki-instructions .note {
    font-size: 14px;
    text-align: center;
    padding: 16px 24px 16px 24px;
    color: #3F5160;
}

.default-btn[disabled] {
    background-color: #F3F5F7;
    color: #3F5160
}

    .default-btn[disabled]:hover {
        background-color: #F3F5F7;
        color: #3F5160;
        cursor: not-allowed;
    }

.pki-instructions .item.ok .uncheck {
    display: none;
}

.pki-instructions .item.ok .check {
    display: inline;
}

.pki-instructions .item.ok .install-link {
    display: none;
}

.pki-instructions .item.ok .install-status {
    display: inline;
}

.install-guide.ok {
    display: none;
}


.pki-instructions .item.nok .uncheck {
    display: inline;
}

.pki-instructions .item.nok .check {
    display: none;
}

.pki-instructions .item.nok.windows {
    display: flex;
}

.pki-instructions .item.ok.windows {
    display: none;
}

.pki-instructions .item.nok .install-link {
    display: inline;
}

.pki-instructions .item.nok .install-status {
    display: none;
}

.pki-instructions .native-component .new-version-text {
    display: none;
    color: var(--ERROR);
    font-size: 13px;
}

.pki-instructions .native-component.new-version-avaliable .new-version-text {
    display: inline;
}

.pki-instructions .native-component.new-version-avaliable .install-link {
    display: block;
}

.pki-instructions .native-component.new-version-avaliable .install-status {
    display: none;
}

.widget-content-sort-hold {
    display: flex;
    align-items: center;
    padding: 8px 24px;
    column-gap: 8px;
    justify-content: flex-end;
}

[data-title] {
    position: relative;
}

    [data-title]:hover::before {
        content: attr(data-title);
        position: absolute;
        top: -48px;
        left: 0px;
        display: inline-block;
        padding: 9px 18px;
        border-radius: 6px;
        background: var(--P0);
        color: #fff;
        font-size: 12px;
        font-family: sans-serif;
        white-space: nowrap;
    }

    [data-title]:hover::after {
        content: '';
        position: absolute;
        top: -20px;
        left: 8px;
        display: inline-block;
        color: #fff;
        border: 8px solid transparent;
        border-bottom: 8px solid var(--P0);
        transform: rotate(180deg)
    }

.widget-content-sort-hold .widget-options {
    margin-top: 5px;
}

.draft-image {
    height: auto;
    max-height: 200px;
    width: auto;
}

.small-draft-image {
    width: 32px;
    height: 32px;
}

.details-header-hold {
    display: flex;
    justify-content: space-between;
}

.toogle-group {
    justify-content: space-between;
}


.ui-widget.ui-menu.ui-autocomplete {
    background: #fff !important;
    background-image: none !important;
    box-shadow: none;
}

body .ui-widget-content.ui-autocomplete .ui-state-active {
    font-size: 14px;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: 0px;
}

.file-upload-button {
    max-width: 100%;
    width: 100%;
}

.upload-wrapper {
    flex-flow: wrap;
}

.uploadedDocuments {
    width: 100%;
    flex-flow: column;
}

.uploadedDocuments-item {
    display: flex;
    flex-flow: row;
    width: 100%;
}


    .uploadedDocuments-item .text-holder {
        flex-basis: 90%;
    }

    .uploadedDocuments-item .icon-holder {
        flex-basis: 5%;
    }

.download-fil
overflow: hidden;
text-overflow: ellipsis;
}

.no-side-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.payment-list-item .input-label-ico {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding: 0px;
    align-items: center;
    column-gap: 16px;
    color: var(--P0);
}

    .payment-list-item .input-label-ico .key::after {
        content: ":"
    }

.no-account-picker-choices {
    min-height: 150px;
    align-content: center;
}

    .no-account-picker-choices h2 {
        color: #ffffff;
        text-align: center;
    }

.account-slider .account-bg-card {
    background: linear-gradient(56.26deg, #000000 -2.89%, rgba(7, 72, 97, 0.9) 36.18%, rgba(7, 72, 97, 0) 98.08%, rgba(7, 72, 97, 0) 98.08%),url(../../img/photos/card-visuals.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px !important;
}

.slick-center .card-box {
    min-height: 200px !important;
}

.card-box {
    margin-top: 0px !important;
    left: 0%;
    right: 0%;
    background: rgba(0, 0, 0, 0.4);
    padding: 16px;
}

.slick-center .card-details-container {
    margin-bottom: 20px
}

.card-details-container {
    filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.15));
    border-radius: 8px;
    margin-bottom: 0px
}

.bank-logo {
    width: 100px;
    height: 32px;
    float: left
}

.card-brand-container {
    display: flex;
    flex-direction: column;
    align-items: end;
    padding: 0px;
    gap: 4px;
}

.card-brand {
    width: 40px;
    height: 24px; /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.card-expiration {
    width: 40px;
    height: 14px; /* Regular/R3 - 12 Label */
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center; /* Light/Background/BG */
    color: #FFFFFF; /* Modal_Shadow */
    text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.2); /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

.card-details {
    /* Owner, Card */ /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 4px;
    width: 182px;
}

.slick-center .card-details span {
    font-size: 12px;
    line-height: 14px;
}

.card-details span {
    font-family: 'roboto-regular';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #FFFFFF;
}

    .card-details span.card-owner {
        font-weight: 900;
        font-size: 14px;
        padding-bottom: 2px;
    }

    .card-details span.products-name {
        text-transform: uppercase;
    }

.slick-center .card-number-container {
    width: 182px;
    height: 12px;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: var(--K2);
}

.group-image-above-fields .payment-list-item {
    flex-flow: column;
    align-items: center;
}

    .group-image-above-fields .payment-list-item .icon-holder.group-icon {
        width: auto;
        height: auto;
    }

    .group-image-above-fields .payment-list-item .label-section {
        text-align: center;
    }

.ui-menu-item .breadcrumbs-holder {
    display: flex !important;
}

.cas-item-holder:hover {
    background: rgba(0, 0, 0, 0);
    cursor: auto;
}

.cas-item-holder .input-label-ico {
    padding-top: 0px;
    padding-bottom: 0px;
}

.cas-item-holder-short {
    width: 90%;
}

.section-title input {
    font-family: 'roboto-medium';
    font-size: 16px;
    color: var(--P0);
    margin: 0;
}

.input-label-ico textarea {
    font-family: 'roboto-regular';
    font-size: 16px;
    line-height: 19px;
    color: var(--K1);
    margin: 4px 0 0 0;
    width: 100%;
    background: transparent;
    -webkit-appearance: none;
}

.widget-content-inner .message-widget-container {
    min-height: unset !important;
}

.default-accounts-process .account-div {
    background: transparent;
    box-shadow: none;
}

    .default-accounts-process .account-div .icon-text-hold .icon-holder {
        display: none;
    }

    .default-accounts-process .account-div .icon-text-hold .text-holder span, .default-accounts-process .account-div .icon-text-hold .text-holder .account-num {
        color: var(--K2);
    }

    .default-accounts-process .account-div .amount-currency-holder .amount {
        display: none;
    }

    .default-accounts-process .account-div .amount-currency-holder .currency-picker-selector {
        display: none;
    }

.default-accounts-process .input-label-ico label {
    color: var(--P0);
}

.exchange-rates-configure-widget .input-label-ico.full-click-div,
.exchange-currency-configure-widget .input-label-ico.full-click-div {
    padding: 1px 14px;
}

.quick-actions-configure .input-label-ico.full-click-div {
    padding: 8px 6px;
}

.authorization-tabs {
    margin-bottom: 10px;
}

    .authorization-tabs li {
        width: 100%;
    }

.field-group-switch {
    display: inline-block;
    background-color: transparent;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-image: url(../../img/icons/ic_arrrow_down.png);
    border: none !important;
    width: 32px;
    height: 32px;
    background-position: center !important;
    background-size: 100% !important;
    float: none;
}

    .field-group-switch.open {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.order-checks .payment-content-full .list-holder-horizontal {
    justify-content: center;
}

.no-accounts-text {
    color: #fff;
    width: 100%;
    text-align: center;
}

.default-accounts-process .no-accounts-text {
    color: var(--P0);
}

.widget-options.active span.active {
    display: inline;
}

.widget-options.active span.inactive {
    display: none;
}

.widget-options.inactive span.active {
    display: none;
}

.widget-options.inactive span.inactive {
    display: inline;
}

.card-status-ovarlay {
    box-shadow: inset 0px 0px 0 5000px rgba(0,0,0,0.5) !important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    display: flex;
}

.card-status-message {
    color: black;
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: white;
    width: calc(100% - 30px);
    padding: 8px;
    font-size: 16px;
    height: 32px;
    border-radius: 8px;
}

.card-status-icon {
    color: black;
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: white;
    width: 32px;
    height: 32px;
    font-size: 14px;
    border-radius: 8px;
}

.card-status-ovarlay-list {
    box-shadow: inset 0px 0px 0 5000px rgba(0, 0, 0, 0.5) !important;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    display: flex;
    width: 300px;
    height: 62px;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}


.prelogin-slider .slide {
    margin-bottom: 35px;
}

.prelogin-slider .slick-dots {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}


.prelogin-slider .slick-list {
    padding: 0;
    margin: 0;
}

.empty-details-list {
    background-color: #f0f0f0;
    padding: 20px; 
    border-radius: 8px;
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center;
    text-align: center;
    color: #888888;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}