

@media only screen and (min-width: 767px) {
    body, html {
        height: 93vh;
    }
}

@media only screen and (min-width: 991px) {
    .sidebar_toggle {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    .billing_form_box .card .card-body {
        padding: 2.5rem 4rem;
    }
}


@media (min-width: 1400px) {
    .home_chart_widget {
        margin-bottom: -32px;
    }

    .left_sidebar {
        max-width: 220px;
        display: none;
    }

    .right_sidebar {
        width: 320px;
        max-width: 320px;
    }
    
    .center_contentSec {
        /* max-width: calc(100% - 540px); */
        max-width: calc(100% - 325px);
    }

    .center_contentSec.center_contentSecFull {
        max-width: 100%;
    }
    #lexopayBtn button[type="submit"] {
        max-width: 200px;
        padding: 7px 33px;
    }

    #lexopayBtn button[type="button"] {
        max-width: 200px;
        padding: 7px 33px;
    }

    #stripeBtn button[type="submit"] {
        max-width: 200px;
        padding: 7px 33px;
    }

    #stripeBtn button[type="button"] {
        max-width: 200px;
        padding: 7px 33px;
    }

}

/*--Max Width--*/

@media only screen and (max-width: 1200px) {
    .bs-stepper-header {
        max-width: 100%;
        overflow: auto;
    }

    .bs-stepper .btn {
        min-width: 120px;
    }

}

@media only screen and (max-width: 1024px) {

}   


@media only screen and (max-width: 1324px) {
    .subAlert{
        display: none;
    }

    .Sub_tooltip_box {
        display: block;
    }

    .Sub_tooltip_content {
        display: inline-block;
        background: #f8d7da;
        padding: 14px;
        color: #842029;
        font-size: 14px;
        max-height: calc(-40px + 100vh);
        z-index: 2000000001;
        background-color: #f8d7da;
        max-width: 430px;
        width: 430px;
        border-radius: 4px;
        position: absolute;
        left: -300px;
        top: 40px;
        line-height: 1.4;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(10px);
        transition: 0.3s ease-in-out;
    }

    .Sub_tooltip_content::before {
        content: "";
        box-shadow: rgba(0, 0, 0, 0.08) -5px -5px 8px 2px;
        position: absolute;
        width: 0px;
        height: 0px;
        box-sizing: border-box;
        border: 7.5px solid transparent;
        transform-origin: 0px 0px;
        left: auto;
        bottom: auto;
        transform: rotate(45deg);
        top: -8px;
        background: #f8d7da;
        right: 105px;
    }

    .Sub_tooltip_wrapper:hover .Sub_tooltip_content {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .Sub_tooltip_wrapper {
        position: relative;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}   

@media only screen and (max-width: 1180px) {
    .subAlert{
        display: none;
    }

    .Sub_tooltip_box {
        display: block;
    }

    .Sub_tooltip_content {
        display: inline-block;
        background: #f8d7da;
        padding: 14px;
        color: #842029;
        font-size: 14px;
        max-height: calc(-40px + 100vh);
        z-index: 2000000001;
        background-color: #f8d7da;
        max-width: 430px;
        width: 430px;
        border-radius: 4px;
        position: absolute;
        left: -300px;
        top: 40px;
        line-height: 1.4;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(10px);
        transition: 0.3s ease-in-out;
    }

    .Sub_tooltip_content::before {
        content: "";
        box-shadow: rgba(0, 0, 0, 0.08) -5px -5px 8px 2px;
        position: absolute;
        width: 0px;
        height: 0px;
        box-sizing: border-box;
        border: 7.5px solid transparent;
        transform-origin: 0px 0px;
        left: auto;
        bottom: auto;
        transform: rotate(45deg);
        top: -8px;
        background: #f8d7da;
        right: 105px;
    }

    .Sub_tooltip_wrapper:hover .Sub_tooltip_content {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .Sub_tooltip_wrapper {
        position: relative;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}  

@media only screen and (max-width: 991px) {
    .left_sidebar {
        position: absolute;
        z-index: 99;
        transform: translateX(-100%);
        left: 0;
        transition: 0.25s ease-in-out;
        display: none;
    }

    .center_contentSec {
        max-width: calc(100% - 260px);
        /* padding-top: 50px !important; */
    }

    .center_contentSec.center_contentSecFull {
        max-width: 100%;
    }
    
    .dashboard {
        padding-top: 30px !important;
    }

    .header_title {
        padding-left: 15px;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler {
        padding: 0;
        margin-right: 10px;
    }
    
    .navbar-toggler .navbar-toggler-icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .navbar-toggler .navbar-toggler-icon i {
        font-size: 24px;
        color: #84c41e;
    }

    #navbarNav ul {
        position: relative;
        z-index: 100;
        left: auto;
        background: #fff;
        box-shadow: 0px 17px 27px 0px rgba(0 0 0 / 15%);
        padding: 12px 8px;
    }
    
    #navbarNav::before {
        content: "";
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.4;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 57px;
    }
    
    #navbarNav {
        position: absolute;
        width: 104%;
        top: 55px;
        left: -2%;
    }

    .left_sidebar.show_sidebar {
        transform: translateX(0%);
    }

    .sidebar_toggle {
        display: none;
        position: fixed;
        left: 0;
        top: 57px;
        opacity: 1;
        background: #437a9fc7;
        color: #ffffff !important;
        font-size: 18px;
        padding: 10px 10px;
        border-radius: 0px 5px 5px 0px;
        z-index: 99;
        transition: 0.25s ease-in-out;
    }

    .left_sidebar.sidebar_show {
        transform: translateX(-0%);
        z-index: 99;
    }
    
    .sidebar_toggle.absolute_p {
        transform: translateX(220px);
        background: #ffffffc7;
        color: #000000 !important;
    }

    .sidebar_toggle i {
        display: flex;
        align-items: center;
        justify-content: center;
        transform: rotate(-0deg);
        transition: 0.25s ease-in-out;
    }

    .sidebar_toggle.absolute_p i {
        transform: rotate(-180deg);
    }

    .three_column_wrapper.open::before {
        content: "";
        background: #000;
        width: 100%;
        height: 100%;
        position: fixed;
        opacity: 0.4;
        z-index: 9;
        top: 55px;
        left: 0;
    }

    body.sidebar_open, body.sidebar_open .main_box {
        overflow: hidden;
    }

    .reverse_col {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .subAlert{
        display: none;
    }

    .Sub_tooltip_box {
        display: block;
    }

    .logo_box img {
        max-width: 120px;
    }

    .Sub_tooltip_content {
        display: inline-block;
        background: #f8d7da;
        padding: 15px;
        color: #842029;
        font-size: 14px;
        max-height: calc(-40px + 100vh);
        z-index: 2000000001;
        background-color: #f8d7da;
        max-width: 330px;
        width: 330px;
        border-radius: 5px;
        position: absolute;
        left: -195px;
        top: 40px;
        line-height: 1.4;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(10px);
        transition: 0.3s ease-in-out;
    }

    .Sub_tooltip_wrapper:hover .Sub_tooltip_content {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .Sub_tooltip_content::before {
        content: "";
        box-shadow: rgba(0, 0, 0, 0.08) -5px -5px 8px 2px;
        position: absolute;
        width: 0px;
        height: 0px;
        box-sizing: border-box;
        border: 7.5px solid transparent;
        transform-origin: 0px 0px;
        left: auto;
        bottom: auto;
        transform: rotate(45deg);
        top: -8px;
        background: #f8d7da;
        right: 110px;
    }
    .Sub_tooltip_wrapper {
        position: relative;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .p_71{
        padding: 7px 10px;
    }

}

@media only screen and (max-width: 767px) {
    .bs-stepper-header {
        /* flex-wrap: wrap; */
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
        margin: 0;
    }

    .subscription_alrt {
        position: absolute;
        top: 55px;
        width: max-content;
        z-index: 9;
        right: 1px;
    }

    .customer_list_lo table th, .customer_list_lo table td {
        padding: 10px 10px;
    }

    .header_main .tooltip_box {
        display: block;
    }

    div#navbarNav {
        position: absolute;
        width: 108%;
        top: 55px;
        left: -4%;
    }

    .three_column_wrapper {
        flex-direction: column;
    }
    
    .three_column_wrapper .center_contentSec, .three_column_wrapper .right_sidebar  {
        max-width: 100%;
    }

    .details_box {
        overflow: auto;
    }
    
    .tooltip.show {
        opacity: .9;
        display: none;
    }

    .profile_page .edit {
        font-size: 0;
    }

    .pp_box {
        max-width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    .center_contentSec.m_height {
        height: auto;
        max-height: fit-content;
        overflow-y: unset;
    }

    #information_modal .modal-dialog{
        top: 46px;
        right: 2px;
    }
    #information_modal2 .modal-dialog{
        top: 46px;
        right: 2px;
    }
    /* .info_modal .modal-dialog {
        right: 15px;
    } */
    #information_modal .modal-content::before {
        right: 44px;
    }
    #information_modal2 .modal-content::before {
        right: 42px;
    }
    .dashboard, .center_contentSec {
        padding-top: 0px !important;
    }
    .right_sidebar.m_height, .main_boxFull .h_100, .three_column_wrapper, .main_box {
        height: auto !important;
    }

    .main_box {
        max-height: 100%;
    }

    .center_contentSecFull .search_b {
        padding-right: 15px;
    }
    .card-body {
        padding: 1rem !important;
    }

    .pp_img img {
        max-width: 100px !important;
        min-height: auto !important;
        object-fit: cover;
    }
    .copyright {
        margin: 0 10px;
    }

    #Btn {
        display: flex;
        margin-top: 10px;
    }

    #Btn button[type="submit"] {
        margin-right: 10px;
        width: 160px;
    }

    #Btn button[type="button"] {
        width: 160px;
    }

    #autoDebitBtn button[type="submit"] {
        margin-top: 10px;
        width: 100%;
    }

    .payment-row {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 10px;
    }

    .payment-row .label_area,
    .payment-row .form-group,
    .payment-row .col-auto {
        width: 100% !important;
    }

    .payment-row .form-group select {
        width: 100%;
    }

    .payment-row button {
        width: 100%;
    }
    
    .subAlert{
        display: none;
    }

    .logo_box img {
        max-width: 120px;
    }

    .Sub_tooltip_content {
        display: inline-block;
        background: #f8d7da;
        padding: 15px;
        color: #842029;
        font-size: 14px;
        max-height: calc(-40px + 100vh);
        z-index: 2000000001;
        background-color: #f8d7da;
        max-width: 330px;
        width: 330px;
        border-radius: 5px;
        position: absolute;
        left: -195px;
        top: 40px;
        line-height: 1.4;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(10px);
        transition: 0.3s ease-in-out;
    }

    .Sub_tooltip_wrapper:hover .Sub_tooltip_content {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .Sub_tooltip_wrapper {
        position: relative;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Sub_tooltip_content::before {
        content: "";
        box-shadow: rgba(0, 0, 0, 0.08) -5px -5px 8px 2px;
        position: absolute;
        width: 0px;
        height: 0px;
        box-sizing: border-box;
        border: 7.5px solid transparent;
        transform-origin: 0px 0px;
        left: auto;
        bottom: auto;
        transform: rotate(45deg);
        top: -8px;
        background: #f8d7da;
        right: 110px;
    }

    .Sub_tooltip_box {
        display: block;
    }
}

@media only screen and (max-width: 836px) {
        .p_71{
        padding: 7px 4px;
    }
}  


