/*========================================================================================
  File Name: style.css
  Description: Put your own css 
==========================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.simple-text-pad{padding: .7rem .7rem;}
.disableclick{opacity: 0.52;cursor: not-allowed !important;pointer-events:none !important;}
.select2-container--default .select2-selection--single{border:none;}
.app-content .wizard > .steps > ul > li.current > a > label > h6{
    color: #7367F0;
    cursor: default;
}
.app-content .wizard > .steps > ul > li.error > a > label > h6 {
    color: #EA5455;
}
.payment-fail-badge {
    padding: 5px 12px;
}
.payment-fail-badge > i {
    color: #ffffff !important;
    top: 0px !important;
}
li.payment-fail-item > a {
    background: none !important;
    box-shadow: none !important;
}
.error-msg-label{
    padding-bottom: 23px !important;
    text-align: center !important;
    font-size: 15px !important;
}
.loader-overlay {background-color:#EFEFEF;position: fixed;width: 100%;height: 100%;z-index: 1000;top: 0px;left: 0px;opacity: 1; /* in FireFox */filter: alpha(opacity=50); /* in IE */background: url(../../app-assets/images/pages/vuexy-login-bg.jpg) no-repeat center center; background-size: cover;}
.loader-overlay:before {content: '';box-sizing: border-box;position: absolute;top: 50%;left: 50%;width: 80px;height: 80px;margin-top: -10px;margin-left: -40px;border-radius: 50%;border: 10px solid #b9b6e0;border-top-color: #7367F0;animation: spin 2s linear infinite;}
.token.lf:before {
    content: none !important;
}
code.language-html > a {
    pointer-events: none;
}

@media (max-width: 768px){
    .app-content .wizard > .steps > ul > li {
        width: 25%;
    }
    .card_in_responsive, #client_submit_form fieldset{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    label.step_ttl > h6 {
        /*        -webkit-writing-mode: vertical-lr;
                transform: rotate(-180deg);*/
        font-size: smaller;
        overflow-wrap: anywhere;
    }
    .section-responsive{
        height:max-content;
        overflow-y:scroll !important; 
        overflow-x:hidden; 
    }
}

@media (max-width: 653px){
    .flexbox-container{
        margin-right: -18px;
        margin-left: -18px;
    }
}

/* ----------- iPhone 6/7/8 (Portrait and Landscape) ----------- */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {
    .noUi-horizontal .noUi-handle .noUi-tooltip {
        width: 500% !important;
    }
    .section-responsive{
        height:max-content;
        overflow-y:scroll !important; 
        overflow-x:hidden;
    }
}

/* breadcrumb responsive */
@media screen and (max-width: 768px) {
   html body .content .content-wrapper .content-header-title{    margin-left: 12px;}
   .breadcrumb-wrapper.col-12{display: flex;padding: 15px 0 0 0!important;}
   .breadcrumb{border-left: unset;}
}