.avatar-upload {
    position: relative;
    max-width: 205px;
}
.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 20px;
    border: 6px solid #F8F8F8;
    
}
[class*=sidebar-dark-] {
    /* background-color: #343a40; */
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background: #2C254A!important;
}
.avatar-upload .avatar-preview  > div {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit  input {
    display: none;
}

.avatar-upload .avatar-edit  input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all .2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
   
}
.avatar-upload .avatar-edit  input + label &:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}
.avatar-upload .avatar-edit  input + label &:after {
    content: "\f040";
    font-family: "Font Awesome 5 Free";
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;

}
.content thead th{
    text-transform: uppercase;
    font-size: 18px;
}
.content tbody td a i{
    color:#ff851b;
}
.content tbody td{
    font-size: 18px;
}
.content tbody .delete a i{
    color: #d32535;
}
.content tbody .image img{
    width: 120px;
    height: 70px;
    border-radius: 10px;

} 
.ajax-file-upload{
    background: #007bff;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 20%;
    -webkit-box-shadow:unset;
    box-shadow:unset;

}
.ajax-file-upload:hover{
    background: #000;
    color: #fff;
    -webkit-box-shadow:unset;
    box-shadow:unset;
}
[class*=sidebar-dark-] {
    
    background: #3B3363!important;
}
.navbar-white{
    background: #3B3363!important;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(255,255,255,9);
}
.navbar-white {
    /* background-color: #fff; */
    color: #fff; 
}
.dropdown-menu{
    background: #3B3363;
}
.dropdown-item{
    color: #fff; 
}
.btn-primary{
    background: #3B3363!important;
    color: #fff!important;
    border-color: #3B3363!important;
}
.btn-primary:hover{
    background: #3B3363!important;
    color: #fff!important;
    border-color: #3B3363!important;
}
.btn-primary:active{
    background: #3B3363!important;
    color: #fff!important;
    border-color: #3B3363!important;
}
.btn-primary:focus{
    background: #3B3363!important;
    color: #fff!important;
    border-color: #3B3363!important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
     background: #3B3363!important;
    color: #fff!important;
    border-color: #3B3363!important;
}


.modal .modal-header{
    border-bottom: 1px solid  #3B3363;
    background: #3B3363!important;
    color: #fff!important;
}
.modal-content{
    border: 0px;
}
.page-item.active .page-link{
    background-color: #3B3363!important;
    border-color: #3B3363!important;
    color: #fff!important;

}
.page-item .page-link{
    color:  #3B3363!important;
}
.page-item .page-link:hover{
    background-color: #3B3363!important;
    border-color: #3B3363!important;
    color: #fff!important;
    color: #fff!important;
}
.badge-success{
    background-color: #68CF29;
}
.content-wrapper{
    background: #2C254A!important;
}
.main-footer{
    background-color: #3B3363!important;
    color: #fff;
}
.main-footer a{
    color: #fff;
}
.card-primary:not(.card-outline)>.card-header{
    background: #3B3363;
    color: #fff;
    border: 0px;
    border-radius: 0px;
}
.card-footer{
    background: unset;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active{
    background: #2C254A;
}
.breadcrumb-item a{
    color: #fff;
}
.content-header h1{
    color: #fff;
}
.login-page, .register-page{
    background: #2C254A;
}
.login-box .btn-primary{
    background: #eb8153!important;
    border-color: #eb8153!important;
    color: #fff!important;
    padding: 15px 60px!important;
}

.login-box .btn-primary:active{
    background: #eb8153!important;
    border-color: #eb8153!important;
    color: #fff;
    padding: 15px 60px;
}
.login-box .btn-primary:focus{
    background: #eb8153!important;
    border-color: #eb8153!important;
    color: #fff;
    padding: 15px 60px;
}
.login-box-msg{
    color: #fff;
}
.main-header{
    border: unset!important;
}


.login-box .card{
    background: #3B3363;
}
.login-box .card-body{
    background: #3B3363;
}
.login-box .card-body .form-control{
    padding: 1.8rem .75rem;
    background-color: transparent;
    color: #fff;
}
.login-box .card-body a{
    color: #fff;
}
