@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');
html {
    width: 100%;
}

body {
    overflow-x: hidden !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px;
    font-weight: 400
}


/* Hide everything under body tag */

body.show-spinner>* {
    opacity: 0;
}

#miniwebaction {
    padding-left: 120px;
}


/* Spinner */

body.show-spinner::after {
    content: " ";
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    border-top-color: rgba(0, 0, 0, 0.3);
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    position: fixed;
    z-index: 1;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.hide {
    display: none !important;
}

.navbar .user .name {
    color: #878787;
    font-size: 16px;
}

.user-dropdown .dropdown-item {
    font-size: 16px;
}

.navbar .navbar-left {
    flex-basis: 0%;
}

.logo {
    width: 60px;
    height: 60px;
    background: url(../images/logo/logo.svg?t=78) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: center center;
    margin: 0 auto;
    margin-top: -9px;
    background-size: contain;
}

.logo-single {
    width: 100% !important;
    height: 115px;
    background: url(../images/logo/logo.png?t=78) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: center center;
    display: inline-block;
    margin-bottom: 60px !important;
    background-size: contain;
}

.logo-mobile {
    width: 123px;
    height: 53px;
    background: url(../images/logo/logo.svg?t=878) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: center center;
    background-size: contain;
}

.logo-ai-mee {
    width: 175px;
    height: 47px;
    background: url(../images/logo/logo-ai-mee.png?t=878) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: center center;
    background-size: contain;
}

footer.page-footer {
    height: 50px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.hide {
    display: none !important;
}

.add-offices .btn {
    font-size: 20px;
}

.add-offices a {
    color: #fff !important;
}

.add-offices .btn-group-lg>.add-offices.btn,
.add-offices .btn-lg {
    font-size: 20px;
    padding: 8px 30px;
    border-radius: 5px;
}

.col-form-label {
    font-size: 16px;
}

.add-offices .btn-primary .btn-lg {
    padding: .75rem 2.6rem .75rem 2.6rem;
}

.menu .main-menu ul li i {
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    padding: 0px 2px 0px 5px
}

.menu .main-menu ul li a {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    height: 50px;
}

.menu .main-menu ul li.active::after {
    height: 55px
}

.add-offices .btn {
    font-size: 1rem;
}


/************** menu **************/

.menu .main-menu ul li span {
    padding: 0 0px;
    font-style: normal;
    font-size: 14px;
    padding-left: 5px;
}


/************************ office-list********************/

.rounded-25 {
    border-radius: 25px !important;
}

.office-list .card {
    height: 100%;
}

.office-list .card .card-body {
    padding: 0.75rem;
}

.office-list p {
    font-size: 16px;
}

.office-list .glyph-icon {
    font-size: 30px;
}

.preview {
    max-width: 200px;
    max-height: 200px;
    margin-top: 10px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 0 !important;
}

.preview-logo {
    max-width: 200px;
    max-height: 50px;
    margin-top: 10px;
    object-fit: cover;
    border-radius: 0 !important;
}

.file-type-not-visible input[type="file"] {
    visibility: hidden;
    opacity: 0;
    appearance: auto;
    height: 0;
    padding: 0;
    width: 0;
}

.rounded.menu-sub-hidden .main-menu,
.rounded.sub-hidden .main-menu {
    border-radius: 0 !important;
}

.action::before {
    /* left: 4.5rem !important; */
    left: 6rem !important;
}

.action::after {
    /* left: 4rem !important; */
    left: 5.5rem !important;
}


/**************add section*******************/

.add-section .btn {
    font-size: 18px;
    border-radius: 0px;
    font-weight: 500;
}

.add-section-vcard .btn {
    font-size: 18px;
    border-radius: 0px;
    font-weight: 500;
    padding: 5px 20px;
}

.add-section .box {
    padding: 50px;
}

.bootstrap-tagsinput,
.form-control {
    font-size: 0.9rem;
}


/********************* end*****************/

.qrcode .noUi-target {
    background: #922c88;
}

.qrcode .btn {
    border-radius: 0 !important;
    padding: 5px 10px;
    font-size: 14px;
}

.qrcode .font18 {
    font-size: 18px !important;
}

.addbtn {
    padding: 3px 15px;
    font-size: 16px;
    border-radius: 0;
}

.font-15 {
    font-size: 15px;
}

.btn-group-lg>.btn,
.btn-group-sm>.btn,
.btn-lg {
    border-radius: 0;
}

.add-office {
    margin-top: 130px;
}

.auth-card .form-side {
    padding: 60px;
}

.img-fluid {
    max-width: 100%;
    height: 50px;
}

.center-columns {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

@media (max-width: 768px) {
    .col-sm-6 {
        width: 100%;
        margin-bottom: 15px;
    }
}

.card-body-index {
    flex: 1 1 auto;
}

.personal-info .pink-border-btn {
    width: 50%;
    height: 50.08px;
    border: 1px solid #FFA500;
    color: #000;
    box-shadow: 0px 5.40942px 19.6092px rgb(182 0 194 / 25%);
    border-radius: 29.04px;
    transition: all 0.5s ease;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
}

a.pink-border-btn:hover {
    background: #FFA500;
    color: #000;
}

.personal-info .pink-button,
.personal-info .pink-border-btn {
    width: 184.01px;
    height: 44.08px;
}

.personal-info .pink-button {
    border: none;
}

.signup .auth-card .form-side {
    padding: 60px;
    width: 100%;
}

.signup .has-float-label label,
.has-float-label>span:last-of-type {
    left: 1.90rem;
}

.payment .modal-right .modal-header {
    flex: 0 0 50px;
}

.payment .modal .modal-header {
    padding: 1rem;
}

.payment .modal .modal-footer {
    padding: 1rem;
}

.payment .modal .modal-body {
    padding: 1rem 1.75rem;
}

.payment .form-control {
    font-size: 15px;
}

.payment .form-group {
    margin-bottom: 12px;
}

.payment .modal-right .modal-dialog {
    max-width: 500px;
}

.payment .symbol {
    font-size: 40px;
    color: #922c88;
    font-weight: 700;
    letter-spacing: 1px;
}

.payment .price {
    font-size: 40px;
    color: #922c88;
    font-weight: 700;
    letter-spacing: 1px;
}

.payment .price span {
    font-size: 15px;
    color: #878787;
    font-weight: 400;
    margin-left: 6px;
    letter-spacing: 0.5px;
}

.add-office .select2-container--bootstrap .select2-selection--single {
    font-size: 1rem !important;
}

.fixed-background {
    background: #fff no-repeat center center fixed;
    background-size: auto;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.auth-card .image-side {
    padding: 20px 40px;
}

.redstar {
    color: red;
}

.parsley-required,
.parsley-type {
    list-style: none;
    color: #f00;
    margin-left: -39px;
}

#bluerQrCode {
    width: 220px;
    height: 220px;
    margin-top: 15px;
}

#myModal3 .modal-content {
    border-radius: 20px;
    color: #fff;
    background: #8E2DE2;
    background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);
    background: linear-gradient(to right, #4A00E0, #8E2DE2);
    border: none;
    padding: 15px 20px;
}

#myModal3 .modal-content h1 {
    margin-bottom: 0;
    padding: 0;
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    text-shadow: 1px 1px 0 #8e2de3, 2px 2px 0 #8c2ce2, 4px 4px 0 #8c2ce2, 4px 4px 0 #8c2ce2, 4px 3px 0 #8c2ce2;
}

#myModal3 .modal-content h2 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
}

#myModal3 .modal-content {
    border-radius: 20px;
    color: #fff;
    background: #8E2DE2;
    background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);
    background: linear-gradient(to right, #4A00E0, #8E2DE2);
    border: none;
    padding: 15px 20px;
    box-shadow: 0px 0px 20px 5px rgb(104 20 225 / 36%);
}

#myModal3 .modal-header {
    color: #fff;
    border-bottom: 2px dotted #fff;
    padding: 10px 0px;
}

#myModal3 .modal-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

#myModal3 .close {
    float: right;
    font-size: 2rem;
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}

#myModal3 .modal-content p {
    font-size: 18px;
    margin: 0;
}

.list-item-heading,
.list-item-heading+p {
    line-height: 1.5em;
    max-height: 3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#exampleModalRight {
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#exampleModalRight::-webkit-scrollbar {
    display: none;
}

.old-price {
    margin-top: -1rem
}

.strike-through {
    color: #05162b;
    text-decoration: line-through;
    /* text-decoration: none;
    background-image: linear-gradient(transparent 7px,grey 8px,grey 10px,transparent 9px); */
}

.old-price .text {
    /* color: #922c88; */
    color: #99168cd9;
    font-weight: 700;
}

.sign-in-btn {
    border: 1px solid #00365a !importants;
    background-color: #fff !important;
    color: #00365a !important;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.padding-right-0,
td.text-center.actions {
    padding-right: 0;
}

span.select2.select2-container.select2-container--bootstrap {
    width: auto !important;
}

.inline-url label {
    padding-left: 23px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 0;
}

.inline-url i {
    position: absolute;
    left: 0;
    top: 5px;
}

span#phoneCode {
    position: absolute;
    left: 0;
    padding: 10px;
    background: #e0e0e0;
}

#phoneCode+input {
    padding-left: 55px;
}

span#WhatsApp1phoneCode {
    position: absolute;
    left: 0;
    padding: 10px;
    background: #e0e0e0;
}

#WhatsApp1phoneCode+input {
    padding-left: 55px;
}

span#WhatsApp2phoneCode {
    position: absolute;
    left: 0;
    padding: 10px;
    background: #e0e0e0;
}

#WhatsApp2phoneCode+input {
    padding-left: 55px;
}

span#TelephonephoneCode {
    position: absolute;
    left: 0;
    padding: 10px;
    background: #e0e0e0;
}

#TelephonephoneCode+input {
    padding-left: 55px;
}

.phone-code {
    position: relative;
}

span#showtext {
    color: green;
}

@media(max-width:1200px) {
    .tab-flex-colum {
        flex-direction: column;
    }
    .tab-flex-colum>.form-group {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .btn-lg {
        padding: .75rem 1.6rem .6rem 1.6rem !important;
    }
    .mb-xs-3 {
        margin-bottom: -6rem !important;
    }
    .mt-xs-3 {
        margin-top: 1rem !important;
    }
    .auth-card .form-side {
        padding: 32px !important;
    }
    .signup-cancel-btn {
        justify-content: space-between !important;
    }
}

@media screen and (max-width: 340px) {
    .logo-mobile {
        width: 130px !important;
        background-size: contain;
    }
}

.btn-primary_shadow {
    border-radius: 50px;
    outline: initial !important;
    box-shadow: none !important;
    box-shadow: initial !important;
}

.btn-primary:focus {
    color: #fff !important;
    background-color: #29A4CB !important;
    border-color: #29A4CB !important;
    box-shadow: 0 0 0 .2rem #29A4CB !important;
}

.btn-primary {
    background-color: #007bff !important;
    border-color: #007bff aliceblue !important;
    color: #fff !important;
}

.btn-primary:hover {
    color: #fff!important;
    background-color: #29A4CB!important;
    border-color: #29A4CB!important;
}

.badge-secondary,
.bg-secondary {
    background-color: #FB9324!important;
    color: #fff!important;
}

.badge-warning {
    background-color: #b69329!important;
}

.search-sm input {
    padding: 1.25rem 0.75rem 1.25rem .75rem !important;
}

.badge-danger {
    background-color: #ffffff !important;
    ;
    border: 1px solid #ef4444 !important;
    ;
    color: #ef4444 !important;
    ;
}

.badge-success {
    background-color: #FB641B !important;
}

alertify .ajs-heade {
    background-color: #FB9324 !important;
}

.auth-card .image-sideSignup {
    width: 40%;
    background: url(../img/login/signup.png) no-repeat center top;
    background-size: cover;
    padding: 80px 40px
}

.form-control {
    border-radius: 13px !important;
    height: 55px !important;
}

.horizontal-line .or-line {
    background: #fff !important;
    padding: 0px 7px !important;
    font-size: 14px !important;
    color: #111928 !important;
    font-weight: 500 !important;
}

.horizontal-line {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(107, 114, 128, 0.49);
    line-height: 0.1em;
    margin: 10px 0 20px;
    margin-top: 10px;
}

.index_signup_button {
    margin-top: 0rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 24px 14px 23px !important;
    gap: 8px;
    border: 1px solid #11192842;
    border-radius: 13px !important;
    font-weight: 574;
    height: 55px;
    color: white;
    background-color: black;
    width: 100%;
}

.google_signup_button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 24px 14px 23px !important;
    gap: 8px;
    border: 1px solid #11192842;
    border-radius: 13px !important;
    font-weight: 500;
    /*! font-size: 16px; */
    height: 55px;
    color: #111928;
    background-color: #fff;
    width: 100%;
}

.button-dashbaord {
    background-color: rgb(17, 17, 17) !important;
    border-color: rgb(17, 17, 17) !important;
    color: #fff !important;
    border-radius: 100px;
}

button-dashbaord:hover {
    color: #fff !important;
    background-color: rgb(17, 17, 17) !important;
    border-color: rgb(17, 17, 17) !important;
}