/* per password Safari */

input::-webkit-contacts-auto-fill-button,
input::-webkit-credentials-auto-fill-button {
    visibility: hidden !important;
    display: none !important;
    pointer-events: none !important;
    height: 0 !important;
    width: 0 !important;
    margin: 0 !important;
}

/* per password safari */

.search-user-holder {
    height: 50px;
    margin-left: 230px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99;
    right: 0;
    width: 100%;
}

.search-admin-section {
    min-height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 6px 15px rgb(37 49 60 / 3%);
    padding: 10px 20px;
    margin-left: 230px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 0;
    right: 0px;
    padding-top: 0px;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-bottom: 0px;
    -webkit-justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;
}

.admin-menu-toggle {
    color: #25313C;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 37px;
    height: 56px;
    position: absolute;
    left: 10px;
    top: 8px;
    padding: 0 10px;
    z-index: 99999999;
}

.admin-header-right {
    text-align: right;
    margin-right: 0px;
    margin-top: 0px;
}

.admin-input-holder {
    display: inline-block;
    position: relative;
}

.searchbox-adm.searchbox-adm-open {
    width: 250px;
    background: #FFFFFF;
    border: 1px solid rgba(37, 49, 60, 0.05);
    border-radius: 5px;
}

.searchbox-adm {
    position: relative;
    min-width: 50px;
    width: 0;
    height: 32px;
    /* top: 3px; */
    right: 5px;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    bottom: 0;
}

.searchbox-adm .searchbox-adm-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 0 0 50px;
    font-size: 15px;
    color: #25313C;
    background-color: transparent;
}

.searchbox-adm .searchbox-adm-submit {
    opacity: 0;
}

.searchbox-adm .searchbox-adm-icon,
.searchbox-adm .searchbox-adm-submit {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 5px;
    font-size: 18px;
    left: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    text-align: center;
    cursor: pointer;
}

.searchbox-adm .searchbox-adm-icon:before {
    display: block;
    float: left;
    max-width: 24px;
    max-height: 24px;
    margin-top: -1px;
    margin-left: 10px;
    content: url('/assets/images/navbar/new_search_nav.svg');
}

.switch-platform-btn .switch-dropdown-holder.show {
    display: block;
}

.admin-menu-toggle span {
    background-color: rgba(37, 49, 60, 0.6);
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    -webkit-transition: .15s cubic-bezier(.97, .75, .61, 1.84);
    transition: .15s cubic-bezier(.97, .75, .61, 1.84);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 2px;
}

.switch-platform-btn .switch-dropdown-holder:after {
    position: absolute;
    top: -9px;
    left: 50%;
    display: inline-block;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #ffffff;
    border-left: 9px solid transparent;
    content: '';
}

.admin-user-holder .dropdown-holder:after {
    position: absolute;
    top: -9px;
    left: 50%;
    display: inline-block;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #ffffff;
    border-left: 9px solid transparent;
    content: '';
}

.admin-user-holder .dropdown-holder.show {
    display: block;
}

.admin-menu-toggle:hover span:before {
    width: 100%;
    top: -6px;
}

.admin-menu-toggle:hover span:after {
    top: 6px;
    width: 100%;
}

.admin-menu-toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    -webkit-transition: .15s cubic-bezier(.97, .75, .61, 1.84);
    transition: .15s cubic-bezier(.97, .75, .61, 1.84);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 2px;
    top: -6px;
    width: 40%;
    background-color: rgba(37, 49, 60, 0.6);
}

.admin-menu-toggle span:after {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    background-color: rgba(37, 49, 60, 0.6);
    -webkit-transition: .15s cubic-bezier(.97, .75, .61, 1.84);
    transition: .15s cubic-bezier(.97, .75, .61, 1.84);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 2px;
    top: 6px;
    width: 70%;
}

.search-admin-results {
    position: absolute;
    width: 350px;
    min-height: 290px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgb(37 49 60 / 20%);
    border-radius: 10px;
    margin-top: 36px;
    margin-top: 10px;
    left: 0px;
    padding: 20px 5px 15px 5px;
    z-index: 9999 !important;
    display: none;
    transition: all 0.5s ease;
}

.search-admin-results ul {
    text-align: left;
    padding-left: 0px;
}

.search-admin-results .dropdown-header {
    padding-left: 15px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: rgba(37, 49, 60, 0.3);
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
}

.search-admin-results .dropdown-header a {
    color: #18AEE3;
    text-decoration: none;
    font-size: 12px;
}

.search-admin-results ul li {
    list-style: none;
}

.search-admin-results ul li a {
    color: #25313C;
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding: 10px 15px;
}


/* wallet */

.available-credits {
    display: flex;
    align-items: center;
    background: rgba(24, 174, 227, .08);
    border-radius: 5px;
    text-decoration: none;
    padding: 9px 8px;
}

.available-credits img {
    width: 16px;
}

.available-credits p {
    margin-bottom: 0;
    font-style: normal;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #18527d;
    margin-left: 7px;
}

.credit-card-modal .modal-dialog {
    max-width: 98%;
}

.credit-card-modal .modal-header {
    border-bottom: 0.5px solid #EAEAEA;
    margin-left: 35px;
    margin-right: 35px;
    padding: 27px 0px;
}

.credit-card-modal .modal-body {
    padding: 20px 145px;
}

.credit-card-modal .workspace-logo-holder {
    margin: 0 auto;
}

.credit-card-modal .workspace-logo-holder img {
    height: 37px;
}

.credit-card-modal .btn-close-switch-modal,
#add-location-modal .btn-close-switch-modal {
    position: absolute;
    top: 20px;
    right: 35px;
}

.credit-card-modal .btn-close-switch-modal .btn-close,
#add-location-modal .btn-close-switch-modal .btn-close {
    outline: 0;
    border: 0px;
    width: 38px;
    height: 38px;
    background: rgba(24, 174, 227, 0.1);
    border-radius: 100%;
    color: #18AEE3;
    opacity: 1;
}

.credit-card-modal .title-credits-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
    border-bottom: 0.5px solid #EAEAEA;
    padding-bottom: 25px;
}

.credit-card-modal .workspace-plan-title h3 {
    margin-top: 0px;
    font-family: 'Poppins Bold';
    font-size: 35px;
    line-height: 52px;
    color: #103254;
    margin-bottom: 3px;
    text-align: left;
}

.credit-card-modal .workspace-plan-title .color-blue {
    color: #18aee3;
}

.credit-card-modal .title-credits-info p {
    display: flex;
    flex-direction: column;
    font-family: 'Poppins Medium';
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 3px;
    color: #18AEE3;
}

.credit-card-modal .title-credits-info p span {
    font-family: 'Poppins Semibold';
    font-size: 30px;
    line-height: 45px;
    color: #103254;
}

.credit-card-modal .credit-card-holder {
    background: #FFFFFF;
    border: 1px solid rgba(166, 178, 205, 0.2);
    border-radius: 7px;
    padding: 25px 27px;
    margin-top: 22px;
    text-align: center;
}

.credit-card-modal .credit-card-holder.active {
    border: 2px solid #18AEE3;
}


/* .credit-card-holder:hover {
    border: 2px solid #18AEE3;
} */

.credit-card-modal .credit-card-holder h1 {
    font-family: 'Poppins Semibold';
    font-size: 50px;
    line-height: 75px;
    color: #103254;
    margin-bottom: 0px;
    margin-top: 10px;
}

.credit-card-modal .credit-card-holder p {
    font-family: 'Poppins Medium';
    font-size: 14px;
    line-height: 21px;
    color: #18527D;
    margin-bottom: 30px;
}

.credit-card-modal .credit-card-btn {
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    border-radius: 5px;
    padding: 18px 50px;
    font-family: 'Poppins Medium';
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #18527D;
    width: 100%;
    cursor: pointer;
}

.credit-card-modal .credit-card-btn:hover {
    background: #18AEE3;
    color: #fff;
}

.credit-card-modal .custom-amount-card .credit-card-btn:hover {
    background: #FFBE1D;
}

.credit-card-modal .custom-amount-card {
    margin-top: 22px;
}

.credit-card-modal .custom-amount-input {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid rgba(24, 82, 125, 0.1);
    border-radius: 10px;
    padding: 10px 70px;
    font-family: 'Poppins Semibold';
    font-size: 40px;
    line-height: 60px;
    color: #103254;
}

.credit-card-modal .custom-amount-input .form-control {
    border: 0px;
    font-family: 'Poppins Semibold';
    font-size: 40px;
    line-height: 60px;
    color: #103254;
}

.credit-card-modal .custom-amount-card p {
    margin-top: 18px;
    margin-bottom: 32px;
    font-family: 'Poppins Medium';
    font-size: 14px;
    line-height: 21px;
    color: #18527D;
    text-align: center;
}

.credit-card-modal .summary-section-credits {
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: 0.5px solid #EAEAEA;
}

.credit-card-modal .summary-section-credits h6 {
    font-family: 'Poppins Bold';
    font-size: 24px;
    line-height: 36px;
    color: #103254;
    margin-bottom: 35px;
}

.credit-card-modal .summary-box-holder {
    background: #FFFFFF;
    border: 1px solid rgba(166, 178, 205, 0.2);
    border-radius: 7px;
    padding: 29px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.credit-card-modal .summary-section-credits .icon-text-holder {
    display: flex;
    align-items: center;
}

.credit-card-modal .summary-section-credits .card-icon {
    width: 47px;
    height: 47px;
    line-height: 43px;
    margin-right: 20px;
    border-radius: 100%;
    text-align: center;
}

.light-blue-bg {
    background: rgba(45, 206, 249, 0.1);
}

.light-red-bg {
    background: rgba(255, 100, 113, 0.1);
}

.credit-card-modal .summary-section-credits .icon-text-holder span {
    font-family: 'Poppins Medium';
    font-size: 16px;
    line-height: 29px;
    color: #103254;
}

.credit-card-modal .summary-box-holder p {
    margin-bottom: 0px;
    font-family: 'Poppins Semibold';
    font-size: 24px;
    line-height: 29px;
    color: #103254;
}

.credit-card-modal .step-bottom-p {
    padding-top: 30px;
    padding-bottom: 30px;
}

.credit-card-modal .step-last-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.credit-card-modal.step-bottom-p {
    border-bottom: 0px;
}

.credit-card-modal .step-bottom-p p {
    font-family: "Poppins Medium";
    font-size: 13px;
    line-height: 19px;
    color: #103254;
    margin-bottom: 0px;
    text-align: center;
}

.credit-card-modal .step-last-row p {
    font-size: 14px;
    color: #8F9BBA;
}

.credit-card-modal .step-last-row img {
    margin-right: 20px;
}


/* wallet */


/* .search-admin-results:after {
    position: absolute;
    top: -9px;
    left: 50%;
    display: inline-block;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #ffffff;
    border-left: 9px solid transparent;
    content: '';
} */

.switch-platform-btn {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
}

.switch-platform-btn .switch-dropdown-holder {
    position: absolute;
    width: 410px;
    min-height: 120px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    border-radius: 10px;
    margin-top: 28px;
    left: -206px !important;
    padding: 15px;
    z-index: 9999;
    display: none;
    text-align: left;
}

.switch-platform-btn .switch-dropdown-holder a {
    display: inline-block;
    margin-right: 0px;
    width: 186px;
}

.platform-holder-icon img {
    width: 49px;
}

.platform-holder-icon {
    text-align: center;
    padding: 15px 14px;
}

.admin-notification-holder {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
}

.platform-holder-icon span {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    text-align: center;
    padding-top: 5px;
}

.platform-holder-icon span span {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 11px;
    color: #000000;
    text-align: center;
    padding-top: 5px;
}

.access_accept:hover {
    background-color: rgba(24, 174, 227, 0.1);
    border-radius: 10px;
    padding: 15px 14px;
    text-decoration: none;
}

.adm-notification-number {
    position: absolute;
    /*width: 16px;*/
    /*height: 16px;*/
    width: 23px;
    height: 20px;
    line-height: 19px;
    background: #18AEE3;
    border-radius: 50%;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
    left: 12px;
    /*top: 0;*/
    top: -3px;
}

.admin-user-holder {
    display: inline-block;
    padding-block: 10px;
}

.admin-user-holder .image-name-holder {
    position: relative;
    cursor: pointer;
}

.user-img-dropdown {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #18AEE3;
}

.user-img-dropdown img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.admin-dropdown-name {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    padding-right: 10px;
    padding-left: 15px;
    color: #173151;
}

.span-inline {
    display: inline-block;
}

.admin-user-holder .dropdown-holder {
    position: absolute;
    width: 250px;
    /*min-height: 310px;*/
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgb(37 49 60 / 20%);
    border-radius: 10px;
    margin-top: 20px;
    left: -105px !important;
    padding: 30px 20px 15px 20px;
    z-index: 9999;
    width: 245px;
    display: none;
}

.admin-user-holder .dropdown-holder .dropdown-item {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    line-height: 38px;
}

.admin-user-holder .dropdown-holder .dropdown-item:is(:active) {
    background: unset !important;
}

.user-name-adm {
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 24px;
    color: #25313C !important;
    cursor: none;
    white-space: normal;
}

.dropdown-item-email {
    display: block;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #25313C;
    opacity: 0.4;
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.admin-user-holder .image-name-holder a {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #25313C;
}

@media (max-width: 999px) {
    .search-user-holder {
        margin-left: 0px;
        left: 0px;
        right: 0px;
        width: 100%;
        height: fit-content;
        top: 100px;
        transition: 0.3s all ease-in-out;
        /* visibility: hidden; */
        /* opacity: 0; */
    }

    .search-user-holder.open .search-admin-section {
        top: 0px;
        visibility: visible;
        opacity: 1;
    }
}


/* @media (max-width:570px) {
    .search-admin-section {
        width: 100% !important;
        margin-left: 0px !important;
        top: -40px !important;
        padding-bottom: 4px !important;
        visibility: hidden;
        height: 0;
        opacity: 0;
    }

    .searchbox-adm.searchbox-adm-open {
        width: 150px !important;
    }

    .search-admin-section[has-alert="top-30"] {
        top: -10px !important;
    }
} */

@media (max-width:992px) {
    .search-admin-section {
        width: 100% !important;
        margin-left: 0px !important;
        top: -40px !important;
        padding-bottom: 4px !important;
        visibility: hidden;
        height: 0;
        opacity: 0;
    }

    .searchbox-adm.searchbox-adm-open {
        width: 250px !important;
        /* width: 150px !important; */
    }

    .search-admin-section[has-alert="top-30"] {
        top: -10px !important;
    }
}

@media (min-width:992px) {
    .toggle-nav-icon {
        display: none;
    }
}


/* @media (min-width:576px) {
    .toggle-nav-icon {
        display: none;
    }
} */

@media (max-width: 575.98px) {
    .credit-card-modal .modal-body {
        padding: 20px 35px;
    }

    .credit-card-modal .workspace-logo-holder {
        margin: 0;
    }

    .credit-card-modal .btn-close-switch-modal,
    #add-location-modal .btn-close-switch-modal {
        top: 26px;
        right: 20px;
    }
}

@media (max-width: 553px) {
    .admin-user-holder .dropdown-holder {
        left: 0 !important;
    }

    .credit-card-modal .credit-card-holder h1 {
        font-size: 28px;
        line-height: 45px;
    }

    .credit-card-modal .workspace-plan-title h3 {
        font-size: 32px;
    }

    .credit-card-modal .summary-box-holder p {
        font-size: 20px;
    }

    .credit-card-modal .credit-card-btn {
        padding-left: 30px;
        padding-right: 30px;
    }

    .credit-card-modal .summary-section-credits .icon-text-holder span {
        font-size: 13px;
        line-height: 18px;
    }

    .credit-card-modal .summary-section-credits h6 {
        font-size: 22px;
    }

    #add-location-modal .modal__head,
    #add-location-modal .modal-body {
        padding-left: 30px;
        padding-right: 30px;
    }

    #add-location-modal .modal__head .title {
        font-size: 32px;
        line-height: 30px;
    }
}

@media (max-width: 330px) {
    #add-location-modal form input.form-control {
        font-size: 14px;
    }
}