body {
        font-family: 'Montserrat', sans-serif;
    }

/*#content {*/
/*    margin-top: 45px;*/
/*}*/
.my-profile-pages {
    max-width: 100% !important;
}

.form-control, .form-control:disabled, .form-control:read-only {
    background-color: #f6f6f6;
    border: 1px solid #d3cece !important;
    border-radius: 10px !important;
    font-weight: 400;
    line-height: 48px !important;
    min-height: 48px;
    padding: 0 24px !important;
}

.custom-switch{
    background-repeat: no-repeat !important;
}
.custom-switch:focus{
    background-color: #ee5823;
    border-color: #ee5823;
    box-shadow: 0 0 0 0.25rem rgb(238 88 35 / 21%);
}
    .sec_title {
        font-family: 'Montserrat' !important;
        font-size: 40px;
        line-height: 1.5;
        padding-bottom: 25px;
        color: #ee5923 !important;
    }

    .profile-sidebar {
        background-color: #fff;
        border-radius: 12px;
        box-shadow: 0 3px 18px rgba(0, 0, 0, .1);
        margin-bottom: 50px;
        margin-top: 60px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .user-profile {
        border-bottom: 0.5px solid rgba(0, 0, 0, .1);
        display: inline-block;
        margin: -60px auto 0;
        width: 100%;
    }

    .avatar-upload {
        margin: 0 auto;
        max-width: 120px;
        position: relative;
    }

    .avatar-upload .avatar-preview {
        border: 4px solid #fff;
        border-radius: 100%;
        box-shadow: 0 3px 17px rgba(0, 0, 0, .07);
        height: 120px;
        margin: 0 auto;
        position: relative;
        width: 120px;
    }

    .avatar-upload .avatar-preview>div {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 100%;
        height: 100%;
        width: 100%;
    }

    .avatar-upload .avatar-edit {
        bottom: 4px;
        font-size: 12px;
        position: absolute;
        right: 10px;
        text-align: center;
        z-index: 1;
    }

    .avatar-upload .avatar-edit input {
        display: none;
    }

    .avatar-upload .avatar-edit input+label {
        background-color: #ee5823;
        border: 1px solid transparent;
        border-radius: 100%;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        height: 26px;
        line-height: 24px;
        font-size: 12px;
        margin-bottom: 0;
        transition: all .2s ease-in-out;
        width: 26px;
    }

    .user-profile .username {
        color: #4d4e4e;
        font-size: 18px;
        font-weight: 600;
        margin: 20px 0 15px;
        text-align: center;
    }

    ul.navbar-menu {
        list-style: none;
        margin-bottom: 0;
        padding: 0;
    }

    ul.navbar-menu .nav-item {
        border-radius: 8px;
        padding: 15px;
        position: relative;
        transition: .5s ease-in-out;
    }

    ul.navbar-menu li {
        margin-top: 0;
    }

    ul.navbar-menu .nav-item.active {
        background-color: #fdebe4;
    }

    ul.navbar-menu .nav-item.active .nav-link {
        color: #ee5823;
    }

    ul.navbar-menu .menu-dropdown .nav-link {
        padding-right: 15px;
        position: relative;
    }

    ul.navbar-menu .menu-dropdown .nav-link .fa-chevron-down {
        position: absolute;
        top: 0;
        right: 0;
        transform: rotate(0deg);
        transition: .5s ease-in-out;
    }



    ul.navbar-menu .menu-dropdown ol {
        margin-top: 15px;
        padding-left: 30px;
    }

    ul.navbar-menu .menu-dropdown ol,
    ul.navbar-menu .menu-dropdown ul {
        list-style: none;
        margin-bottom: 0;
        padding: 0;
    }

    ul.navbar-menu .menu-dropdown ol li a {
        border-radius: 4px;
        color: #4d4e4e;
        display: block;
        font-size: 16px;
        text-decoration: none;
        padding: 10px 15px;
    }

    ul.navbar-menu .menu-dropdown ol li.active a,
    ul.navbar-menu .menu-dropdown ol li:focus a,
    ul.navbar-menu .menu-dropdown ol li:hover a {
        background-color: #fce0d4;
        color: #ee5823;
    }

    .sub-title,
    .sub-title-primary {
        font-size: 20px;
        font-weight: 500;
    }

    .sub-title {
        color: #4d4e4e;
        margin-bottom: 15px;
    }

    .card-form {
        overflow: hidden;
        box-shadow: 0 3px 17px rgba(0, 0, 0, .07);
        border-radius: 20px
    }

    .card-form .card-header {
        background-color: #fff;
        border: none;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
        padding: 15px 30px;
    }

    .card-form .card-header .card-title {
        color: #ee5823;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0;
    }

    .card-form .card-body {
        padding: 30px;
    }

    .form-control,
    .form-control:disabled,
    .form-control:read-only {
        background-color: #f6f6f6;
        border: 1px solid #f6f6f6;
        border-radius: 10px;
        font-weight: 400;
        line-height: 48px;
        min-height: 48px;
        padding: 0 24px;
    }

    .btn-primary {
        background-color: #ee5923;
        border: 2px solid #ee5923;
        color: #fff;
        display: inline-block;
        font-size: 18px;
        height: auto;
        font-weight: 600;
        line-height: 50px;
        overflow: hidden;
        padding: 0 38px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        min-width: 180px;
        z-index: 1;
    }

    .btn-block {
        background-color: #ee5923 !important;
        border: 2px solid #ee5923 !important;
        border-radius: 50px !important;
        color: #fff !important;
        display: inline-block !important;
        font-size: 18px !important;
        height: auto !important;
        font-weight: 600 !important;
        line-height: 50px !important;
        overflow: hidden !important;
        padding: 0 38px !important;
        position: relative !important;
        text-align: center !important;
        text-transform: uppercase !important;
        width: 100% !important;
        z-index: 1 !important;
    }

    span.icon {
        padding-right: 10px;
        font-size: 18px;
    }


    .image-uploader {
        min-height: 10rem;
        border: 1px solid #d9d9d9;
        position: relative;
        border-radius: 10px;
    }

    /* .image-uploader input[type="file"] {
        width: 0;
        height: 0;
        position: absolute;
        z-index: -1;
        opacity: 0;
    } */

    body .image-uploader .uploaded {
        padding: 0;
    }

    .image-uploader .uploaded {
        padding: 0.5rem;
        line-height: 0;
        margin-top: 10px;
    }

    .image-uploader .uploaded {
        display: inline-block;
        width: auto;
    }

    .img-preview-thumb {
        background: #fff;
        border-radius: 12px;
        margin-bottom: 15px;
        margin-right: 15px;
        max-height: 120px;
        max-width: 120px !important;
        min-height: 120px;
        min-width: 120px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

    .photo-files-view .image-uploader .remove-btn {
        position: absolute;
        top: 5px;
        right: 5px;
        background-color: transparent;
        border: 1px solid #ee5923;
        color: #ee5923;
        z-index: 3;
        width: 24px;
        height: 24px;
        font-size: 10px;
        padding: 0;
        font-weight: bold;
        border-radius: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .wrapper-thumb {
        display: inline-block;
        justify-content: space-around;
        position: relative;
    }

    .has-files .add_img_btn {
        background: #fff;
        border: 1px solid #e2e2e2;
        border-radius: 12px;
        color: #ee5823;
        cursor: pointer;
        display: inline-block;
        font-size: 30px;
        height: 120px;
        margin-bottom: 15px;
        margin-right: 15px;
        margin-top: 18px;
        min-height: 120px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        pointer-events: all;
        vertical-align: top;
        width: 120px;
    }

    .has-files .add_img_btn i {
        align-items: center;
        color: #ee5823;
        display: flex;
        height: 100%;
        justify-content: center;
    }

    .qualification-list {
        align-items: center;
        display: flex;
        gap: 10px;
    }

    .qualification-form {
        border: 1px solid #e2e2e2;
        border-radius: 8px;
        padding: 20px;
    }

    .btn-wh-36 {
        line-height: 22px;
        min-width: 36px;
        padding: 5px;
        border-radius: 4px;
    }

    .title_m_16 {
        color: #ee5823;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        padding-bottom: 10px;
    }

    .coman_list {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        margin: 0 0 15px;
        max-width: 1460px;
        padding-left: 0;
        text-align: left;
        width: 100%;
    }

    .coman_list.ring_list_style.full_width_li li {
        border-radius: 6px;
        flex: 0 0 auto;
        padding: 10px 10px 10px 26px;
        width: 100%;
    }

    .coman_list.half_width_list li {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    .coman_list.ring_list_style.full_width_li li:before {
        left: 10px;
        top: 18px;
    }

    .coman_list.ring_list_style li:before {
        background-color: transparent;
        border: 1px solid #ee5823;
    }

    .coman_list li:before {
        background-color: #ee5823;
        border-radius: 50%;
        content: "";
        display: flex;
        height: 6px;
        left: 0;
        margin: auto;
        position: absolute;
        top: 8px;
        width: 6px;
    }

    .coman_list li {
        color: #4d4e4e;
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 15px;
        margin-top: 0;
        padding-left: 15px;
        position: relative;
    }

    .coman_list.half_width_list li span {
        align-items: center;
        display: flex;
        flex: 0 0 auto;
        flex-wrap: wrap;
        margin-bottom: 13px;
        width: 50%;
    }

    .coman_list li .small,
    .coman_list li small {
        color: #9a9a9a;
        display: block;
        font-family: Montserrat-Regular;
        font-size: 14px;
        width: 100%;
    }

    .lbl-checkbox input {
        opacity: 0;
    }

    .lbl-checkbox {
        cursor: pointer;
        margin: 0;
        padding-left: 40px;
        position: relative;
        word-break: normal;
    }

    .lbl-checkbox.lbl-sm .spn-checkbox {
        height: 20px;
        top: 1px;
        width: 20px;
    }

    .lbl-checkbox .spn-checkbox {
        background-color: #fff;
        border: 1.5px solid #8e929d;
        border-radius: 4px;
        height: 26px;
        left: 0;
        position: absolute;
        top: 0;
        width: 26px;
    }

    .lbl-checkbox.lbl-sm input:checked~.spn-checkbox:before {
        left: 5px;
        top: 0;
    }

    .lbl-checkbox input:checked~.spn-checkbox:before {
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        content: "";
        display: block;
        height: 12px;
        left: 8px;
        pointer-events: none;
        position: absolute;
        top: 4px;
        transform: rotate(40deg);
        width: 7px;
    }

    .lbl-checkbox input:checked~.spn-checkbox {
        background: #ee5923;
        border-color: transparent;
    }

    .fw-600 {
        font-weight: 600;
    }

    .sub-title-primary {
        color: #ee5823;
    }

    .form-label {
        font-weight: 600;
    }

    .main-qualification-sec {
        border: 1px solid #e2e2e2;
        border-radius: 8px;
        padding: 20px;
    }

    .form-control {
        border-color: #e2e2e2 !important;
        color: #4d4e4e !important;
        font-size: 16px !important;
        padding: 0 15px !important;
        /* border-radius: 0 !important; */
    }

    .location-sec {
        border: 1px solid #e2e2e2;
        border-radius: 8px;
        padding: 20px;
    }

    textarea.form-control::-webkit-scrollbar {
        width: 8px;
        background-color: #e9e5e5;
        border-radius: 60px;
    }

    textarea.form-control::-webkit-scrollbar-thumb {
        background-color: #ee5923;
        border-radius: 60px;
    }

    .add_img_btn {
        position: relative;
        display: inline-block;
    }

    #file-input {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    .fas.fa-plus {
        cursor: pointer;
        z-index: 1;
    }

    .fas.fa-plus:focus+#file-input {
        opacity: 1;
    }

    #current_password,
    #repeat_password,
    #show_hide_password {
        position: relative;
    }

    /*.input-password {*/
    /*    font-size: 20px;*/
    /*    position: absolute;*/
    /*    right: 20px;*/
    /*    top: 50%;*/
    /*    transform: translateY(-50%);*/
    /*}*/

    .input-password a {
        color: #8f8f8f !important;
    }

    .work_doc_content {
        background-color: #f8f8f8;
        border-radius: 12px;
        padding: 30px;
    }
    .has-files .add_img_btn, .img-preview-thumb {
        margin: 10px;
    }
    .requirement-popup-content .sub-title.left-icon {
        padding-left: 30px !important;
        position: relative;
          font-size: 16px !important;
    }

    .requirement-popup-content .sub-title {
        color: #212121;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .requirement-popup-content .sub-title.left-icon i {
        color: #ee5823;
        font-size: 22px;
        height: 22px;
        left: 0;
        position: absolute;
        top: -2px;
        width: 22px;
    }

    .requirement-popup-content .h4,
    .requirement-popup-content h4 {
        color: #7e7e7e;
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 15px;
        text-transform: uppercase;
        font-weight: 400;
    }

    .requirement-popup-content p {
        color: #212121;
        font-size: 14px;
        line-height: 26px;
    }

    .widget_text ul li::marker,
    ol li::marker,
    ul li::marker {
        color: #ee5823;
        position: relative;
        top: 5px;
    }

    select {
        background: url(https://massagemybody.com.au/public/images/dropdown.svg) 96% / 15% no-repeat #eee;
        background-size: 7%;
        appearance: none;
    }

    select::-webkit-scrollbar {
        width: 8px;
        background-color: #e9e5e5;
        border-radius: 60px;
    }

    select::-webkit-scrollbar-thumb {
        background-color: #ee5923;
        border-radius: 60px;
    }
    .form-check-input:checked {
    background-color: #ee5823;
    border-color: #ee5823;
    box-shadow: 0 0 0 0.25rem rgb(238 88 35 / 21%);
}
.form-switch input[type=checkbox]:after{
    display:none;
    }
    
    
    .mmb_avl_now{
        text-align: center;
        display: block !important;
    }
    
    
    #sidebar ul.navbar-menu .menu-dropdown ol {
        margin-top: 0 !important;
    }

    .my-profile-pages .profile-sidebar.collapse:not(.show) {
        display: block;
    }

    .my-profile-pages .btn-toogle, .menu-closes {
        display: none;
    }
    .my-profile-pages .profile-sidebar.collapse:not(.show) {
        display: block;
    }
    
    .form-switch .form-check-input{
       width:2.5rem;
    }
    .form-switch {
        padding-left: 0;
    }


    .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    @media only screen and (max-width: 997px) {
        .my-profile-pages .btn-toogle {
            display: block;
        }
        .my-profile-pages .profile-sidebar {
            border-radius: 0;
            bottom: 0;
            height: 100%;
            left: -100%;
            margin-bottom: 0;
            margin-top: 0;
            max-width: 300px;
            overflow: auto;
            position: fixed;
            top: 0;
            transform: translateX(-100%);
            transition: .5s ease-in-out;
            width: 100%;
            z-index: 999;
        }
        .my-profile-pages .profile-sidebar.collapse.show {
            left: 0;
            transform: translateX(0);
        }
        .my-profile-pages .menu-closes {
            background-color: #fff;
            color: #ee5823;
            font-size: 26px;
            margin-left: auto;
            padding: 10px 15px;
            text-align: center;
            width: 46px;
        }
        .my-profile-pages .menu-closes {
            display: block;
            position: sticky;
            right: 0;
            top: 0;
            z-index: 999;
        }
        .user-profile {
            margin: 0 auto;
        }
        .btn-primary{
            font-size: 14px;
            line-height: 36px;
        }
        .location-sec .location-list, .main-qualification-sec .qualification-list {
            flex-direction: column;
        }
        .location-sec .location-list .btn, .main-qualification-sec .qualification-list .btn {
            margin-top: -32px;
        }
        .img-preview-thumb, .upload-photos {
            max-height: 90px;
            max-width: 90px;
            min-height: 90px;
            min-width: 90px;
        }
        .sec_title {
            font-family: 'Montserrat' !important;
            font-size: 20px;
        }
      }



.tooltip-inner {
    margin: 20px;
    float: left;
    max-width: 500px;
    width: 500px;
}
.tooltip-inner p{
    color: white;
} 
                                    
.sub-title{
    font-size: 20px !important;
    padding: 0 !important;
    margin-bottom: 15px !important;
}
/*.custom_tab .tab-content {*/
/*    padding: 30px;*/
/*}*/
.card-dashboard .card-icon {
    align-items: center;
    border-radius: 12px;
    display: flex;
    font-size: 40px;
    justify-content: center;
    max-width: 80px;
    min-height: 80px;
    min-width: 80px;
}
.bg-color-FFEEEF {
    background-color: #ffeeef;
}

.color-pink {
    color: #ff737c;
}

.card-dashboard .card-body {
    align-items: center;
    display: flex;
}  
.card-dashboard .card-info {
    flex: 1;
    padding: 0 15px;
}                   
.card-dashboard h3 {
    color: #4d4e4e;
    font-size: 20px;
    line-height: 18px;
    margin-bottom: 15px;
}       
.color-pink {
    color: #ff737c;
}
.card-dashboard h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
}
.bg-color-E9F5E0 {
    background-color: #e9f5e0;
}
.color-light-green {
    color: #88c855;
}
.card-form .card-header .card-title {
    color: #ee5823;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.btn-primary{
    background-color: #ee5923 !important;
    border: 2px solid #ee5923 !important ;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: auto;
    line-height: 50px;
    overflow: hidden;
    padding: 0 38px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    z-index: 1;
}
.form-control {
    border-color: #e2e2e2 !important;
    color: #4d4e4e !important;
    font-size: 16px !important;
    padding: 0 15px !important;
    background-color: #f6f6f6 !important;
    border: 1px solid #f6f6f6 !important;
    border-radius: 10px !important; 
    font-weight: 400 !important;
    line-height: 48px !important;
    min-height: 48px !important;
}
.form-label {
    font-family: Montserrat-SemiBold;
}
.fa-check{
    color: #ffffff !important;
    font-size: 16px !important;
    background: #00cb00 !important;
    padding: 3px 3px !important;
    margin-right: 10px !important;
    border-radius: 13px !important;
}

.fa-xmark{
    color: #ffffff !important;
    font-size: 16px !important;
    background: red !important;
    padding: 3px 6px !important;
    margin-right: 10px !important;
    border-radius: 13px !important;
}

#cancel_resion {
    border-color: #e2e2e2 !important;
    color: #4d4e4e !important;
    font-size: 16px !important;
    padding: 0 15px !important;
    background-color: #f6f6f6 !important;
    border: 1px solid #f6f6f6 !important;
    border-radius: 10px !important;
    font-weight: 400 !important;
    line-height: 48px !important;
    min-height: 48px !important;
}






.travel_container{
        max-width:950px !important;
    }
    .table-data {
        display: table;
        text-align:left;
    }
    .table-data tr th,  .table-data tr td{
        text-align:left;
        padding: 15px;
        border-bottom: 1px solid #dee2e6 !important;
        border: none;
        font-size: 14px;
        color: #4d4e4e;
    }
    .header-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
    }
    .header-title h6{
        color: #ee5823;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0;
        letter-spacing: 0;
    }
    .header-title .btn-section {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .header-title .btn-section button{
        background-color: #ee5923;
        border: 2px solid #ee5923;
        border-radius: 50px;
        color: #fff;
        display: inline-block;
        font-size: 18px;
        height: auto;
        text-transform: uppercase;
        line-height: 40px;
        padding: 0 1.5rem;
    }
    .delte_data {
        cursor: pointer;
    }




.travel_container{
        max-width:950px !important;
    }
    .table-data {
        display: table;
        text-align:left;
    }
    .table-data tr th,  .table-data tr td{
        text-align:left;
        padding: 15px;
        border-bottom: 1px solid #dee2e6 !important;
        border: none;
        font-size: 14px;
        color: #4d4e4e;
    }
    .header-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
    }
    .header-title h6{
        color: #ee5823;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0;
        letter-spacing: 0;
    }
    .header-title .btn-section {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .header-title .btn-section button{
        background-color: #ee5923;
        border: 2px solid #ee5923;
        border-radius: 50px;
        color: #fff;
        display: inline-block;
        font-size: 18px;
        height: auto;
        text-transform: uppercase;
        line-height: 40px;
        padding: 0 1.5rem;
    }

    .text {
        display: table;
        margin: 20px auto;
    }
    .t-dropdown-block.n-dropdown-block  {
        position:relative;
        width: 100%;

    }

    .t-dropdown-input{
        background-color: #fff;
        border: 1px solid #e2e2e2;
        border-radius: 0;
        color: #4d4e4e;
        font-size: 16px;
        line-height: 50px;
        outline: none;
        padding: 0 25px;
        font-family: 'Montserrat', sans-serif;
        min-height: 48px;
    }

    .t-dropdown-list {
        display: none;
        background-color: #FFF;
        border: 1px solid #DDD;
        z-index: 10;
        box-shadow: 4px 4px 5px rgba(0, 0, 0, .3);
        list-style: none;
        margin: 0;
        padding: 0;
        max-height: 150px;
        overflow: auto;
        position: absolute;
        margin-top: 10px;
    }

    .t-dropdown-item {
        padding: 5px 20px;
        margin: 0;
        cursor: pointer;
        text-align: left;
        color: #000;
    }

    .t-dropdown-item:hover {
    background-color: #2196F3;
    color: #fff;
    border-bottom: 1px solid #0d77cc;
    }

    .t-dropdown-select {
        border: 1px solid #DDD;
        width: 100%;
        height: 100%;
        border-radius: 3px;
        position: relative;
        overflow: hidden;
        background-color: #FFF;
        box-sizing: content-box;
    }

    .t-dropdown-input {
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
        border: 0;
        height: 100%;
        width: 100%;
        padding: 0 3px 0 10px;
        box-sizing: border-box;
    }

    .t-select-btn {
        background-image: url(https://cdn4.iconfinder.com/data/icons/ui-indicatives/100/Indicatives-26-128.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 7px 7px;
        position: absolute;
        width: 30px;
        top: 0;
        right: 0;
        height: 100%;
        border-left: 1px solid #DDD;
    }

    .t-select-btn:active {
    background-color: #F1F1F1;
    }

    .t-dropdown-list{
        display: none;
        width: 100% !important;
    }
    .t-dropdown-select input[type=text]{
        border:none !important;
    }
    body input[type=text]:focus{
        outline:none !important;
    }


    span.error {
        width: 100%;
        margin-bottom: 3px;
        font-size: 14px;
        color: #fb0606;
    }

    .form-control {
        padding: 10px 20px !important;
        border: 1px solid #ddd !important;
        border-radius: 5px !important;
        height: 45px;
    }

    .btn-primary{
        background-color: #ee5923;
        border: 2px solid #ee5923 !important;

        color: #fff;
        display: inline-block;
        font-size: 18px !important;
        height: auto;
        text-transform: uppercase;
        line-height: 40px !important;
        padding: 0 1.5rem !important;
        width: fit-content;
    }
.no-widgets .site-footer{

   margin-top:50px !important;
}

.color-green {
    color: #006938;
}
.bg-color-green-light {
    background: #8ce0b5;
}

.custom-img-section .uploaded {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.custom-img-section .uploaded .wrapper-thumb{
    width: calc(100% / 3 - 10px);
   margin-bottom: 10px;
}
.custom-img-section .uploaded .uploaded-img{
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.custom-img-section .uploaded .wrapper-thumb .uploaded-img img{
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   height: 100%;
   width: 100%;
   object-fit: cover;
   margin: 0 !important;
}



    span.input-password.cursor-pointer {
    position: absolute;
    top: 26%;
    right: 47%;
    
    }
    
    input.pass {
    width: 55%;
}

    .inp-postcode{
        width: 37%;
    } 
