h3 { font-size: 27px; font-weight: 600; margin: 0 0 20px 0; }
h4 { font-size: 18px; font-weight: 500; margin: 0 0 15px 0;}
.form-wizard .toolbar-bottom .btn { padding: 12px 30px; border-radius: 5px; }
.form-control { border-radius: 5px; padding: 15px 20px; height: auto; }
.nice-select.wide { line-height: unset; }
.form-check-input { margin-top: 0;}
.form-file { border-color: #ccc7c7; border-radius: 5px;  padding-left: 15px;}
.input-group-text { border-radius: 5px;}
.sw>.tab-content {  overflow: unset; }
.sw .toolbar { padding: 20px 0 0 0; }
.nice-select .option.selected { font-weight: 600; }

.header-profile img { border-radius: 100%;}
.sidebar-right { display: none; }
.dlab-demo-panel .dlab-demo-trigger{ display: none;}
.card-body { padding: 30px; }
.content-body { margin-left: 0; }
@media only screen and (max-width: 87.5rem) {
    .content-body { margin-left: 0; }
}
@media (max-width: 767px) {
    h3 {
        font-size: 21px; 
        margin: 0 0 15px 0;
    }
    .form-wizard .nav-wizard li .nav-link span { 
        width: 30px;
        height: 30px; 
        line-height: 30px; 
        font-size: 15px; 
    }
}
@media (max-width: 575px) {
    .card { border-radius: 5px;}
    .card-body {
        padding: 15px;
    }
    .list-group-item { 
        padding: 10px 15px;
        font-size: 14px;
        font-weight: 450;
    }
    .form-wizard .nav-wizard li .nav-link span { 
        width: 25px;
        height: 25px; 
        line-height: 25px; 
        font-size: 14px; 
    } 
    .form-control { 
        padding: 12px 15px; 
    }
    .form-wizard .toolbar-bottom .btn {
        padding: 10px 25px; 
    }
    .form-wizard .nav-wizard { 
        margin-bottom: 24px;
    }
    .btn {
        padding: 10px 26px;
        font-size: 14px;
        border-radius: 5px;
    }
    h4 {
        font-size: 15px;
        font-weight: 450;
        margin: 0 0 10px 0;
    }
    .header { 
        padding: 0;  
    }
}
