.form-submenu-left{
    list-style: none;
    float: left;
    width: 18%;
    padding: 0;
    background: #f9f9f9d6;
    margin-bottom: 0;
}
.form-submenu-left li{
    padding: 10px 2px 10px 10px;
    cursor: pointer;
}
.form-submenu-left li.active,.form-submenu-left li:hover{
    background: #e3e3e3;
    border-right: 3px solid #ca4b4b;
}   
.form-submenu-container{
    border-left: 1px solid #c4c4c4;
    float: left;
    width: 80%;
    min-height: 350px;
}
.form-submenu-content{
    display: none;
}
.form-submenu-content.active{
    display: block;
}
.authentication-bg{
    background: rgb(236,101,20) !important;
    background: linear-gradient(9deg, rgba(236,101,20,1) 16%, rgba(231,51,9,1) 70%) !important;
}
.authentication-bg .bg-overlay{
    background-color: #e86a6a;
}
.header-user-profile{
    display: inline-block;
    height: 28px;
    width: 30px;
    padding: 1px 3px;
    margin: auto;
}
.header-user-profile i{
    font-size: 22px;
}
.page-item.active .page-link{
    background-color: #ff3d60;
    border-color: #ff3d60;
}
.form-section-title{
    margin-bottom: 15px;
}
.form-section-title::before{
    border-bottom: 1px solid #ff3d60;
    content: "";
    position: absolute;
    width: 75%;
    left: 10%;
    margin: auto;
    top: 15px;
}
.form-section-title h4{
    /* text-transform: uppercase; */
    
    padding-bottom: 12px;
    background: #fff;
    z-index: 99999999;
    position: relative;
    width: 10%;
    margin: auto;
    color: #d74343;
}

.input-radio-group{ margin-right: 15px;}
.form-app-inputs #status{
    position: inherit;
    left: 0;
    top: 0;
    -webkit-transform: none;
    transform: none;
    margin: 0;
}
.form-app-inputs .modal-body{
    padding-bottom: 0;
}
.form-input-password{
    display: inline;
    width: 49%;
}
.form-input-password-confirm{
    margin-left: 5px;
}
.select2-container{
    width: 100% !important;
}
 .modal-xl{
    max-width: 85%;
    width: 1757px;
}
.modal-streched{
    width: 1200px;
}
.modal-700w{
    width: 700px;
    max-width: 100%;
}
.hide-obj{
    display: none;
}
.modal-930w{
    width: 930px;
    max-width: 100%;
}