/* <!-- Login Screen --> */

#login_modal .customer-modal-content,
#login_modal .login-form {
    border-radius: 15px;
}
#login_modal .login-form {
    background-color: #fff;
}
#login_modal .login-modal-heading h3 {
    margin: 0 0 20px;
}
#login_modal .form-check .form-check-input {
    margin: 0;
}
#login_modal #login_customer_form {
    margin: 0;
    background-color: #111;
    color: #fff;
    padding: 15px 20px;
}
#login_modal #login_customer_form P {
    text-align: center;
    margin: 15px 0;
}
#login_modal .btn.btn-primary {
    font-size: 16px;
    font-weight: 400;
}

#login_modal .form-check .form-check-input {
    margin: 0;
    position: relative;
    top: 4px;
}
#login_modal .login-button p {
    text-align: center;
    margin: 15px 0 0;
}
#login_modal p .forgot-password-modal {
    border: 0;
    padding: 0;
    margin: 0;
    color: #000;
    text-decoration: underline;
    margin: 0 0 0 10px;
}
#login_modal .login-button p a {
    color: #000;
    font-weight: 600;
}

.login-form .fa {
    font-size: 18px;
    margin: 0 15px 0 0;
    position: relative;
    top: -3px;
    z-index: 1;
}
.login-form input {
    min-height: 38px;
}
.login-form span {
    min-height: 38px;
    padding: 5px;
}




/* <!-- Register Screen --> */

#login_modal .customer-modal-content,
#login_modal .register-form, .forgot-password, .reset-password-form, .account-info, .change-password-form {
    border-radius: 15px;
}
#login_modal .register-form, .forgot-password, .reset-password-form, .account-info, .change-password-form {
    background-color: #fff;
}

.register-form .fa, .forgot-password .fa, .reset-password-form .fa, .account-info .fa, .change-password-form .fa{
    font-size: 18px;
    margin: 0 15px 0 0;
    position: relative;
    top: -3px;
    z-index: 1;
}
.register-form input, .forgot-password input, .reset-password-form input, .account-info input, .change-password-form input{
    min-height: 38px;
}
.register-form span, .forgot-password span, .reset-password-form span, .account-info span, .change-password-form span {
    min-height: 38px;
    padding: 5px;
}

#login_modal .form-check .form-check-input,
#login_modal p .forgot-password-modal {
    min-height: auto;
}
.customer-sidebar-options {
    padding: 30px;
}
.customer-sidebar-options .get-account-info {
    background: #ededed;
    padding: 0 15px;
    border-radius: 5px;
}

.customer-sidebar-options span {
    transition: all ease .2s;
    cursor: pointer;
    padding: 0 15px;
    border-radius: 5px;
    margin: 0 0 5px;
}
.customer-sidebar-options span i {
    margin: 0 10px 0 0;
}
.customer-sidebar-options span:hover {
    background: #ededed;
}
.customer-sidebar-options span a {
    text-decoration: none;
    color: #212529;
}

.customer-modal-content .login-container {
    padding: 30px;
}
.forgot-password h3 {
    text-align: left;
}

.customer-modal-content .reset-password-form, .customer-modal-content .change-password-form {
    padding: 30px;
}
.reset-password-form h3, .change-password-form h3 {
    text-align: left;
}
#customer-reset-password-form {
    text-align: left;
}

#customer-change-password-form{
    text-align: left;
}

.account-info {
    padding: 30px;
}

.forgot-password h3 {
    margin: 0 0 25px;
}

.reset-password-form h3, .change-password-form h3 {
    text-align: left;
    margin: 0 0 20px;
}

.account-info h3 {
    margin: 0 0 25px;
}

.callback-requests, .customer-appointments, .customer-address {
    border-radius: 20px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    padding: 18px 20px;
    margin: 0 0 20px;
}

.callback-requests p, .customer-appointments p, .customer-address p {
    margin: 0 0 5px;
}

.callback-requests p:last-child, .customer-appointments p:last-child, .customer-address p:last-child {
    margin: 0;
}

.callback-requests span, .customer-appointments span, .customer-address span {
    font-weight: 700;
    padding: 0;
}

.login-form .modal-btn, .register-form .modal-btn, .forgot-password .modal-btn, .reset-password-form .modal-btn, .account-info .modal-btn, .change-password-form .modal-btn {
    background-color: #111111;
    padding: 15px 20px 15px 20px;
    border-radius: 10px 10px 10px 10px;
    margin: 0;
    color: #fff;
    border: 0;
    min-height: auto;
}

.login-form .text-danger {
    min-height: auto;
    padding: 0;
}

.login-form .modal-btn:hover, .register-form .modal-btn:hover, .forgot-password .modal-btn:hover, .reset-password-form .modal-btn:hover, .account-info .modal-btn:hover, .change-password-form .modal-btn:hover {
    background-color: #111;
    color: #fff;
}

.register-form .register_error {
    padding: 0;
    min-height: auto;
}

.callback-modal, .appointments-modal, .customer-detail-box, .address-info {
    max-height: 640px;
    overflow-y: auto;
}

.address-info {
    padding-top: 0;
}

.add_address {
    margin: 25px 0 0;
}

.edit-address {
    margin: 0 0 10px;
}

.edit-address a {
    color: #212529;
    margin: 0 15px 0 0;
    display: inline-block;
}

.edit-address span {
    font-weight: 600;
    display: inline-block;
    min-height: auto;
    text-decoration: underline;
    cursor: pointer;
}

.edit-address a:hover {
    color: #212529;
}

.customer-sidebar-options h3 {
    font-weight: 500;
    margin-bottom: .5rem;
    font-family: 'Raleway', sans-serif !important;
}

#edit-customer-address .form-check {
 padding-left: 0;
}

.form-check .form-check-label {
    margin-top: 0px !important;
    margin-left: 10px;
} 

.login-pop-up .forgot-password-modal:hover {
    background: transparent;
}

.login-pop-up .form-check {
    padding: 0;
}

#login_modal p .forgot-password-modal {
    text-transform: none;
}

.login-pop-up .form-control {
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.login-pop-up {
    padding: 30px;
}

#login_modal p .forgot-password-modal:hover {
    background: none;
}

.forgot-popup .container {
    padding: 0;
}

.forgot-popup .container {
    text-align: center;
}

#login_modal .login_tab .input-group.pass-field-block span {
    position: absolute;
    border: none;
    padding: 0;
    top: 18px;
    right: 12px;
    cursor: pointer;
}
#login_modal #login_customer_form,
#login_modal .verification-submit-btn button#register_customer_form 
{
    margin: 0;
    padding: 15px 20px;
    background: #000;
    color: #fff;
}
#login_modal .verification-submit-btn button#register_customer_form 
{
    margin:0 0 20px;
}

#login_modal .input-group.my-account-cont span {
    position: absolute;
    right: 10px;
    top: 19px;
    cursor: pointer;
}

.register-otp-verification {
    width: 100%;
    margin: 0 !important;
}
.register-otp-verification .col-md-8 {
    width: 100%;
    padding: 0;
}
.register-otp-verification .col-md-8 .card {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    padding: 0;
}
.register-otp-verification .col-md-8 .card div label {
    text-align: left;
    color: #000;
}
.register-otp-verification .col-md-8 .card button.submit-customer-verification-code {
    margin: 0 auto;
    width: 100%;
    max-width: 140px !important;
    background: #000 !important;
    padding: 15px 20px;
    color: #fff;
}

/* login modal */


    .tab-container {
        /* width: 360px; */
        border-radius: 4px;
        display: flex;
        overflow: hidden;
        box-shadow: 0 0 4px rgba(0,0,0,0.4);
    }

    .tab {
        flex: 1;
        text-align: center;
        padding: 10px 0;
        cursor: pointer;
        position: relative;
        font-size: 14px;
        color: #94a3b8;
        transition: color 0.3s;
    }

    .tab.active {
        color: #fff;
        font-weight: 600;
    }

    .tab.active::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 15%;
        width: 70%;
        height: 2px;
        background-color: #3b82f6; /* blue line */
        border-radius: 1px;
    }

    #request_a_call_back .modal-body {
        background-color: #fff;
        padding: 0 !important;
    }
    .callback-details .tab-container, .report-details .tab-container  {
        box-shadow: none;
        border-radius: 0;
    }
    .callback-details .tab , .report-details .tab {
        font-size: 16px;
        color: #fff;
        padding: 15px 0;
    }
    .callback-details .tab.active , .report-details .tab.active {
        font-weight: 400;
    }
    .callback-details .tab.active:after, .report-details .tab.active:after {
        background-color: #ccc;
    }
    .callback-details .guest_user, 
    #request-a-call-modal-form #registeredContent, .customer-modal-content .login_tab, .customer-modal-content #createAccountContent  {
        padding: 20px 30px;
    }
    #request-a-call-modal-form label {
        margin: 0;
    }
    #request-a-call-modal-form .request-a-call-smt-btn {
        margin: 0;
        font-weight: 400;
        font-size: 16px;
        padding: 15px 20px;
        background-color: #111;
    }
    #request-a-call-modal-form .request-a-call-smt-btn:hover {
        background-color: #000;
    }
    #request-a-call-modal-form input,
    #request-a-call-modal-form textarea {
        border: 1px solid #ced4da;
        border-radius: .25rem;
    }
    #registeredContent h3 {
        margin: 0 0 15px;
    }
    #registeredContent .pass-field-block {
        position: relative;
        z-index: 1;
    }
    #registeredContent .pass-field-block span {
        position: absolute;
        z-index: 2;
        border: 0;
        padding: 0;
        top: 18px;
        right: 10px;
    }
    #registeredContent #login_callback_form {
        margin: 0;
        background-color: #111;
        color: #fff;
        padding: 15px 20px;
    }
    #registeredContent .login-button p {
        text-align: center;
        margin: 15px 0;
    }
    #registeredContent .forgot-password-callback-modal {
        padding: 0;
        border: 0;
        text-decoration: underline;
        margin: 0 0 0 10px;
        color: #000;
        background: none;
    }
    #registeredContent .login-button p:last-child {
        margin: 0;
    }
    #registeredContent .login-button p:last-child a {
        color: #000;
        font-weight: 600;
    }
    .verify_otp .verify-verification-code {
        padding: 15px 20px;
        border-radius: 10px;
    }

    #request-a-call-modal-form .send-verification-email,
    #request-a-call-modal-form .verify-verification-code {
        padding: 15px 20px !important;
        border-radius: 10px;
    }
    #request-a-call-modal-form .verify-verification-code {
        margin: 0 10px 0 0;
    }
    #request-a-call-modal-form .verify_otp input {
        margin: 0 0 15px;
    }

    #request-a-call-modal-form .callback-user-form {
        padding: 20px 30px;
    }
    .callback-user-form .btn {
        font-weight: 400;
        background-color: #111;
        padding: 15px 20px;
        font-size: 16px;
    }

    .callback-details .tab-container {
        background-color: #000;
    }
    .callback-details .tab {
        border-right: 1px solid #3e3e3e;
    }
    .callback-details .tab:last-child {
        border-right: 0;
    }
    #request-a-call-modal-form .callback-details {
        position: relative;
        z-index: 1;
    }
    .callback-details .close-callback-modal  {
           position: absolute;
            top: 5px;
            right: 15px;
            color: #fff;
            z-index: 2;
            cursor: pointer;
    }
    #request_a_call_back .modal-dialog {
        transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        margin: 0;
    }
    .callback-details .tab.active:after {
        background-color: #ccc;
    }
    #request-a-call-modal-form .verify-verification-code {
        margin: 0 10px 15px 0;
    }

    .close-callback{
        color: #000 !important;
    }

    #request-a-call-modal-form .callback-message-container{  
        padding: 32px;
        font-size: 18px;
    }
    .close-login-modal{
        color: #000 !important;

        top: 9px;
        background: #000;
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff !important;
        border-radius: 25px;
        z-index: 999;
        right: 30px;
        cursor: pointer;
        position: absolute;
    }

    /* .modal-dialog .close-login-modal {
        position: absolute;
        top: 15px;
        right: 20px;
        z-index: 2;
        cursor: pointer;
    } */
    .customer-sidebar-options h3 {
        margin: 0 0 20px;
    }

    .customer-sidebar-options span {
        margin: 0 0 10px;
    }
    .callback-details .tab-container {
        background-color: #b4d334;
    }
    .callback-details .tab,
    .callback-details .tab.active {
        font-weight: 500;
    }
    .callback-details .close-callback-modal {
        color: #000;
        top: 10px;
        right: 20px;
    }
    .callback-details .tab.active:after {
        background-color: #000;
    }
    .modal-content .modal-body {
        box-shadow: 0 2px 6px rgba(0, 0, 0, .6);
    }
    .callback-details .tab,
    .callback-details .tab.active {
        color: #000;
    }
    .guest_user .action-button-container, .login_tab .action-button-container {
        display: inline-flex;
        gap: 15px;
        width: 100%;
    }
    .action-button-container .generate-otp-container {
        flex-basis: 27%;
    }
    #request-a-call-modal-form .request-a-call-smt-btn {
        margin: 0;
        font-weight: 400;
        font-size: 14px;
        padding: 10px;
        background-color: #111;
    }
    .action-button-container .callback-request-verification {
        flex-basis: 70%;
    }
    #request-a-call-modal-form .verify-verification-code {
        padding: 15px 20px !important;
        font-size: 14px;
    }
    #request-a-call-modal-form .send-verification-email {
        padding: 0 !important;
        background: none;
        color: #000;
        cursor: pointer;
        display: inline-block;
    }
    #request-a-call-modal-form #timer {
        display: inline-block;
    }

    #registeredContent .pass-field-block input {
        margin: 0;
    }

    .callback-details .close-callback-modal {
        top: 8px;
        right: 20px;
        font-size: 20px;
    }

    #request-a-call-modal-form .callback-user-form {
        padding: 30px;
    }
    .callback-user-form h3 {
        margin: 0 0 20px;
    }

    .powered-by {
        text-align: center;
    }
    .powered-by img {
        width: auto;
    }
    #request-a-call-modal-form .verify-verification-code {
        padding: 10px !important;
        font-size: 14px;
    }

    .error {
      color: red;
      font-size: 0.9em;
    }
    #get_a_demo_form input, #get_a_demo_form textarea {
      display: block;
      margin-bottom: 10px;
    }

    /* request a call back css */
    #request-a-call-modal-form > h3 {
        margin: 10px auto;
        width: 87%;
    }
    #request-a-call-modal-form .close-callback-modal, #request-a-call-modal-form .close-report-modal {
        top: 9px;
        background: #000;
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff !important;
        border-radius: 25px;
        z-index: 999;
        right: 30px;
        cursor: pointer;
        position:absolute;
    }
    #request-a-call-modal-form .close-callback-modal:hover {
        opacity: 0.6;
    }
    #request-a-call-modal-form textarea {
        height: 55px !important;
    }
    #registeredContent .pass-field-block span
    {
        top: 8px !important;
    }
    /* end request a call back css */
    .verification-submit-btn{
        text-align: center;
    }

    #request-a-call-modal-form input[disabled],
    #request-a-call-modal-form .verify-verification-code.disabled 
    {
        background: #ccc;
        color:#3b3b3b;
    }
    p.term-condition-text {
        font-size: 13px;
    }

    #request-a-call-modal-form .send-verification-email
    {
        text-decoration: underline;
    }

    #request-a-call-modal-form button.verify-verification-code.disabled-submit {
        background: #ccc;
        color: #000;
    }

    .powered-by {
        text-align: center;
        padding-top: 20px;
    }
    .verification-action-btns {
        text-align: right;
        margin-bottom: 15px;
    }
    p.term-condition-text a {
        color: #000;
        font-weight: bold;
    }

   .modal-heading-container {
        padding: 0;
        /* border-bottom: 1px solid #ccc; */
        margin: 0 0 30px 0;
    }
    .modal-heading-container {
        padding: 0;
        margin: 0 0 30px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .modal-heading-container h3 {
        margin: 0 !important;
        display: flex;
    }
    .modal-heading-container span.close-login-modal.close-callback {
        right: 0;
        position: relative;
        margin: 0;
        margin: 0;
        padding: 0;
        top: 0;
        border-radius: 25px;
        min-height: inherit;
        background: black;
    }
    .modal-heading-container span.show-sidebar-options {
        background: #86b010;
        border-radius: 100px;
        width: 35px;
        height: 35px;
        display: inline-flex;
        color: #fff;
        margin: 0px 11px 0 0px;
        position: relative;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        min-height: inherit !important;
    }
    .modal-heading-container span.show-sidebar-options i {
        margin: 0 !important;
        top: inherit !important;
    }
    .modal-heading-container h3.text-start {
        margin-top: -10px;
    }


    #request_a_demo .modal-body {
        background: #fff;
        padding: 20px 30px !important;
    }
    div#request-a-demo-modal-form h3 {
        margin-bottom: 25px;
    }

    span.close-request-a-demo {
        position: absolute;
        right: 0;
        top: 2px;
        background: #000;
        width: 30px;
        height: 30px;
        display: flex;
        border-radius: 100px;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 20px;
        cursor: pointer;
    }
    
    button.get_a_demo_form_submit {
        background: #000;
        border: none;
        padding: 15px 35px;
        color: #fff;
    }

    #gallery_image_modal .modal-dialog {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        padding: 0 !important;
        margin: 0;
    }
   #gallery_image_modal .modal-dialog .modal-content {
        width: 100%;
        background:#000000d9 !important;
        height: 100%;
        border-radius: 0;
    }
    #gallery_image_modal .modal-dialog .modal-content .modal-body.modal_image {
        background: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #gallery_image_modal span.gallery_modal_image_close {
        right: 30px;
        background: none;
        width: 30px;
        height: 30px;
        border-radius: 100px;
        top: 25px;
        cursor: pointer;
        font-size: 25px;
    }    
    .modal-dropdown-cont {
        position: absolute;
        right: 80px;
        top: 16px;
        z-index: 999;
        cursor: pointer;
    }
    .modal-dropdown-cont span.more-options {
        color: #fff;
        font-size: 30px;
    }
    .modal-dropdown-cont ul.modal-dropdown-list
    {
        display: none;
    }
    .modal-dropdown-cont:hover ul.modal-dropdown-list {
        display: block;
        position: absolute;
        right: 0;
        background: #fff;
        width: 100%;
        min-width: 230px;
        padding: 10px !important;
        border-radius: 10px;
        top: 36px;
    }
    .modal-dropdown-cont:hover ul.modal-dropdown-list li {
        padding: 5px;
        font-size: 18px;
        color:#000;
    }
    .modal-dropdown-cont:hover ul.modal-dropdown-list li:hover
    {
        color:red;
    }

    /* FORCE SHOW NAV BUTTONS */
    #gallery_image_modal .owl-nav {
        display: block !important;
    }

    #gallery_image_modal .owl-prev,
    #gallery_image_modal .owl-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0,0,0,0.6) !important;
        color: #fff !important;
        font-size: 32px;
        width: 44px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        border-radius: 50%;
        z-index: 9999;
    }

    #gallery_image_modal .owl-prev {
        left: 15px;
    }

    #gallery_image_modal .owl-next {
        right: 15px;
    }

    .gallery-module-slider {
        opacity: 0;
        transition: opacity 0.25s ease;
    }

    .gallery-module-slider.owl-loaded {
        opacity: 1;
    }

    .gallery-module-slider img.gallery_modal_image {
        max-width: 440px;
        width: 100%;
        height: 100%;
        object-fit: contain;
        margin: 0 auto;
        max-height: 80vh;
    }


    .report-modal-form {
        max-width: 100%;
    }

    .report-modal-form .form-group {
        margin-bottom: 12px;
    }

    .report-modal-form input,
    .report-modal-form select,
    .report-modal-form textarea {
        width: 100%;
        padding: 8px;
        box-sizing: border-box;
    }

    .report-error {
        color: #d9534f;
        font-size: 12px;
        display: block;
        margin-top: 4px;
    }

    .declaration-group {
        display: flex;
        flex-direction: column;
    }

    .declaration-text {
        font-size: 13px;
        margin-left: 4px;
    }

    .hide {
        display: none;
    }

    .report-declaration{
        display: block !important;
    }

    #report-a-concern .modal-content{
        border-radius: 15px !important;
        overflow: hidden;
    }
    #report-a-concern .modal-body {
        padding: 0 !important;
        background: #fff;
    }
    #report-a-concern .report-modal-form,
    #report-a-concern #login_report_content
    {
        max-width: 100%;
        padding: 35px;
    }
    .report-details .tab-container {
        background: #b4d334;
    }
    .report-details .tab-container .tab {
        color: #000;
        font-weight: 600;
    }
    .report-details .tab-container .tab.active::after {
        background: #000;
    }
    .form-group.declaration-group {
        display: flex;
        flex-direction: row;
        gap: 15px;
        margin: 25px 0;
    }
    .form-group.declaration-group input[type=checkbox] {
        width: 25px !important;
        height: 25px !important;
        min-height: inherit !important;
        margin: 0 !important;
    }
    #report-a-concern .guest_user_report button,
    #report-a-concern #login_report_content #login_report_form 
    {
        margin: 0 auto;
        background: #000;
        color: #fff;
        border: none;
        padding: 15px 25px !important;
        border-radius: 5px;
        display: block;
    }
    #report-a-concern .input-group span {
        position: absolute;
        right: 10px;
        border: none !important;
        padding: 0 !important;
        top: 19px;
    }

    #report-a-concern .modal-dialog {
        height: 100%;
        align-content: center;
    }
    .guest_user_report {
        max-height: 530px;
        overflow: auto;
    }
    .report-container-otp-section {
        display: flex;
        gap: 15px;
        flex-direction: row-reverse;
    }
    span.btn.btn-primary.report-generate-otp-btn {
        padding: 11px;
        font-weight: normal;
        margin: 8px 0;
        font-size: 14px;
        width: 100%;
    }
    .report-container-otp-section .action-button-container {
        width: 30%;
    }
    .report-otp-section {
        width: 70%;
    }
    button.disabled-submit {
        background: #ccc !important;
        color: #000 !important;
    }
    #request-a-call-modal-form label {
        margin: 0;
        width: 90%;
    }
    .form-group.declaration-group
    {
        flex-wrap: wrap;
    }
    #report-a-concern #login_report_content #login_report_form {
        max-width: 165px;
        margin-bottom: 24px;
    }
    #request-a-call-modal-form .logged-in-report-email-verification
    {
        margin: 0 auto;
        background: #000;
        color: #fff;
        border: none;
        padding: 15px 25px !important;
        border-radius: 5px;
        display: block;
        max-width: 165px;
    }



    .owl-carousel .owl-stage {
        display: flex;
        align-items: center;
    }

    .report-message-container {
        display: flex;
        justify-content: center;
        padding: 25px;
    }

    .report-message {
        font-size: 20px;
        text-align: center;
    }

    .logged-in-report-email-verification{
        font-size: 18px;
    }


    .login-panel {
        background-color: #efefef;
        padding: 60px 30px;
    }
    .login-panel .login-container {
        background-color: #ffffff;
        border-radius: 15px;
        max-width: 600px;
        margin: 0 auto;
    }
    .login-container .login-thumb {
        border-right: 1px solid #e6e6e6;
        padding: 0 60px;
    }
    .login-thumb img {
        display: block;
        border-radius: 10px;
        max-width: 330px;
    }
    .login-container .login-block {
        padding: 80px 60px;
    }
    .login-block h1 {
        text-align: center;
        font-size: 45px;
        margin: 0 0 30px;
    }
    .login-form .login-fields {
        position: relative;
        z-index: 1;
    }
    .login-form .login-fields i {
        position: absolute;
        z-index: 2;
        bottom: 10px;
        right: 0;
        font-size: 18px;
    }
    .login-form .login-fields input {
        padding: 6px 0;
    }
    .login-form .login-fields input:focus {
        box-shadow: none;
        border-color: #e6e6e6;
    }
    .login-form .pass-field-block span {
        border-width: 0 0 1px;
        border-color: #e6e6e6;
        border-radius: 0;
        padding: 0;
    }
    .login-form .form-check .form-check-input {
        display: inline-block;
        border: 1px solid #e6e6e6;
    }
    .login-form input,
    .login-form input {
        border-width: 0 0 1px 0;
        border-radius: 0;
        border-color: #e6e6e6;
        box-shadow: none;
        padding: 0;
    }
    .login-form .btn-login {
        text-transform: uppercase;
        border: 0;
        border-radius: 30px;
    }
    .login-block a {
        color: #75a60b;
    }
    .login-block a:hover {
        color: #212529;
    }

    .side-menu.card.w-25.my-5.mx-5 {
        background: #b1aeae;
        color: #fff;
        padding: 20px;
    }
    h1.sidebar-menu {
        color: black;
        text-align: center;
    }
    a.mb-3.text-decoration-none {
        color: #000;
    }
    /* button.btn.btn-primary {
        width: 100%;
        background: #000;
        border: none;
    } */
    .order-table table tbody tr td a {
        color: #000;
        text-decoration: none;
    }
    .order-table table tbody tr td a:hover {
        color: #86b010;
    }
    .account-info .dataTables_filter {
        margin: 0 0 20px;
    }

    /* .customer-modal-content > h3 {
        margin: 10px auto;
        width: 87%;
    } */
    /* end today css (04-11-2025) */
    @media screen and (max-width:1600px)
    {
        #request-a-call-modal-form .callback-details {
            overflow-y: auto;
            /* max-height: 440px; */
            max-height: 495px;
        }
    }
    /* today css (04-11-2025) */
    @media screen and (max-width:1440px)
    {
        #request-a-call-modal-form .callback-details {
            overflow-y: auto;
            max-height: 440px;
        }
    }
    /* end today css (04-11-2025) */

    @media screen and (max-width:1440px)
    {
        #request-a-call-modal-form .callback-details {
            overflow-y: auto;
            max-height: 440px;
        }
    }  
    
    @media only screen and (max-width: 991px) {
        .login-container .container {
            flex-direction: column;
        }
        .login-container .login-thumb {
            border: 0;
            padding: 50px 60px 0;
        }
        .login-container .login-block {
            padding: 50px 60px;
        }
        .login-container .login-thumb,
        .login-container .login-block {
            width: 100%;
        }
        .login-wrapper img {
            max-width: 100%;
        }
    }

    @media screen and (max-width: 767px) {
        #request-a-call-modal-form .callback-details {
            overflow-y: auto;
            max-height: 520px;
        }
        #request-a-call-modal-form .send-verification-email {
            font-size: 14px;
        }
        /* request a call back css */
        #request-a-call-modal-form .close-callback-modal {
            top: 6px;
        }
        /* end request a call back css */
        #request-a-call-modal-form label {
            margin: 0;
            width: 85%;
        }  
        .report-container-otp-section .action-button-container {
            width: 60%;
        }  

        .login-container .login-block {
            padding: 50px 30px;
        }
        .login-block h1 {
            font-size: 42px;
            margin: 0 0 25px;
        }
    }

    @media (max-width: 479px) {
        .action-button-container .generate-otp-container,
        .action-button-container .callback-request-verification {
            flex-basis: auto;
        }
         .guest_user .action-button-container, .login_tab .action-button-container{
            display: flex;
            flex-wrap: nowrap;
            /* flex-direction: column; */
        }
    }


