.error {
    color: #ff4b5a;
}

.required-field {
    color: #e61f1f;
    font-size: 15px;
}

#notice-description p {
    font-size: 14px !important;
}
.avatar-upload {
            position: relative;
            max-width: 260px;
        }
        .avatar-upload .avatar-edit {
            right: 12px;
            z-index: 1;
            top: 10px;
        }
        .avatar-upload .avatar-edit input {
            display: none;
        }
        .avatar-upload .avatar-edit input + label {
            display: block;
            margin-bottom: 0;
            background: #f8f9fa;
            cursor: pointer;
            font-weight: normal;
            transition: all 0.2s ease-in-out;
            padding: 10px 15px;
        }
        .avatar-upload .avatar-edit input + label:hover {
            background: #eafffd;
        }
        .avatar-upload .avatar-preview img{
            width: 100%;
        }
        #fileinfo{
            position: absolute;
            display: none;
            background: #ffffffc9;
            bottom: 10%;
            left: 5%;
            width: 90%;
            padding: 5px 10px;
        }
        #removeBtn {
            position: absolute;
            right: 10px;
            top: 10px;
            border-radius: 50%;
            height: 28px;
            width: 28px;
            line-height: 1;
            padding: 0;
            display: none;
            background: rgba(255, 255, 255, 0.85);
            color: #000;
        }

.dashboard-error{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.card-content .cartd-title{
    margin: 10px 0 20px 0;
    margin-top: 0px;
    margin-left: 16px;
}

.cartd-title h5{
    margin-top: -14px !important;
    margin-left: 15px;
}

.d-flex{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
@media (max-width:768px){
    .d-xs-block{display:block!important}
}


.dashboard-row .card{
	height:calc(100% - 20px)
}


#datatables_wrapper {
    width: 100%!important;
}

.d-none{
    visibility: hidden;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.5;
    cursor:not-allowed;
}

.modal-xl {
  width: 1200px;
  margin: auto;
}

.modal-header .close {
    margin-top: -24px;
}
.diagram-hr{
    margin: 4px !important;
    padding: 0px !important;
    border-color: #9fa2b7 !important;
}
.sticky-notice{
    position: sticky;
    top: 1px;
    z-index: 1000;
}

/* role permission css
*/
.form-check-inline {
    display: inline-block;
    width: 24%;
    padding: 5px;
}
.form-check .form-check-label,
.form-check-inline .form-check-label{
    font-size: 1.2em;
    display: flex;
}
.form-check .form-check-label input,
.form-check-inline .form-check-label input{
    margin-right: 12px;
    transform: scale(1.5);
}
.permission-card .permission-nav{
    border-bottom: 1px solid #e8ebf1;
    width: 100%;
}
.permission-card .permission-nav label {
    font-size: 1.36em;
}
.permission-form-group{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.d-inline-block{
    display: inline-block;
}
/** 
* Photo d-flex dropdown for menu collapse
*/
.user-menu{
    margin-top: 20px!important;
    padding-bottom: 0px!important;
}
.user-menu::after{
    display: none;
}
.user-menu .photo {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none!important;
}
.user-menu .photo i{
    color: #d1cfcd;
    font-size: 24px;
}

/* login-form */
.login-form{
    max-width:400px;
    width:100%;
    margin:auto;
    padding:15px;
}

.login-form-group{
    gap:3px;
}
.login-form-group .group-left{
    width:100px;
    flex-shrink: 0;
}
.login-form-group .group-right{
    width:100%;
    flex-shrink: 1;
}


.btn-custom-submit:hover{
    background-color:  rgb(96, 162, 126) !important;
    color: rgba(255, 255, 255, 0.85) !important;
    border : 2px solid rgb(96, 162, 126) !important;
}