/*.nav-menu li a > .nav-link-text {*/
/*    color: #a4bef1;*/
/*}*/

/*.nav-menu b.collapse-sign > [class*='fa-'], .nav-menu b.collapse-sign > .ni {*/
/*    color: #a4bef1;*/
/*}*/

/*.nav-menu li a > [class*='fa-'], .nav-menu li a > .ni {*/
/*    color: #a4bef1;*/
/*}*/

.bg-trans-gradient {
    background: linear-gradient(250deg,#164194, #fff);
}

.page-logo {
    background: #fff;
}

.page-logo img {
    width: 175px;
    height: 50px;
}

.page-logo-text {
    margin-left: 20px;
    font-size: 15px;
    color: var(--color-primary);
}

.info-card img.cover {
    opacity: 0.35;
}

.header-btn[data-class='mobile-nav-on'] {
    border-color: #2D51E4;
    background: #2D51E4;
}

.pull-trigger-btn {
    background: #fff;
    color: #2D51E4 !important;
}

.pull-trigger-btn:hover {
    background: #fff;
    color: #2D51E4 !important;
}

.module-content-icons i.fal{
    font-size: 18px !important;
}

.modal-backdrop.show {
    opacity: 0.5 !important;
}

.ibox-title {
    padding-left: 25px;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}
.has-error .form-control-feedback {
    color: #a94442;
}

.role-list__item {
    list-style-type: none;
}

.panel-paper {
    height: 90%;
}

textarea.form-control  {
    height: 150px;
}