/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

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.  */
.disableclick{opacity: 0.52;cursor: not-allowed !important;pointer-events:none !important;}
.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;
}
/* Display full menu text on hover: START */
.main-menu.menu-light .navigation>li.open>a, .main-menu.menu-light .navigation>li.sidebar-group-active>a >li.sidebar-group-active>a {
    color: #494949;
    background: #f5f5f5;
    transition: transform .25s ease 0s,-webkit-transform .25s ease 0s;
    border-radius: 6px;
    margin-bottom: 7px;
}
.main-menu.menu-light .navigation>li ul .open>a, .main-menu.menu-light .navigation>li ul .sidebar-group-active>a {
    color: #626262;
    background: #f5f5f5;
    transition: transform .25s ease 0s,-webkit-transform .25s ease 0s;
    border-radius: 6px;
    margin-bottom: 7px;
}
.main-menu.menu-light .navigation>li ul li>a:hover{
    white-space: break-spaces;
}
.view_sheet_data_body .table td, .table th{
    border-top: 1px solid #dddddd;
}

/* Display full menu text on hover: END */

@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;
    }
}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) { /* ----------- iPhone 6/7/8 (Portrait and Landscape) ----------- */
    .section-responsive{
        height:max-content;
        overflow-y:scroll !important; 
        overflow-x:hidden;
    }
}
.modal .modal-header .close span {
    color: #ffffff;
}