.app-search .form-control {
    height: calc(1.5em + 0.9rem + 2px);
    padding-left: 42px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.app-search i.search-icon {
    position: absolute;
    z-index: 4;
    font-size: 15px;
    line-height: 42px;
    left: 15px;
    top: 0;
}

.fullscreen-enable .fa-expand::before {
    content: "\f066";
}

.light-theme .cil-sun::before {
    content: "\eb71";
}

.dark-theme .cil-moon::before {
    content: "\ebdb";
}

.dropdown-menu-animated.dropdown-menu-end[style] {
    left: auto;
    right: 0;
}

.dropdown-menu-animated {
    -webkit-animation-name: DropDownSlide;
    animation-name: DropDownSlide;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    margin-top: 0;
    z-index: 1000;
}

.dropdown-menu-animated.show {
    top: 100% !important;
}

.dropdown-menu-animated i {
    display: inline-block;
}

.dropdown-menu-animated.dropdown-menu[data-popper-placement^="left"],
.dropdown-menu-animated.dropdown-menu[data-popper-placement^="right"],
.dropdown-menu-animated.dropdown-menu[data-popper-placement^="top"] {
    top: auto !important;
    -webkit-animation: none !important;
    animation: none !important;
}

@-webkit-keyframes DropDownSlide {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@keyframes DropDownSlide {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@media (min-width: 576px) {
    .dropdown-lg {
        width: 235px;
    }
}
.nav-tabs .nav-link {
    background-color: #18192447;
    color: #fff;
}

.profile-cover-avatar {
    border: 0.25rem solid #c9c9c9;
}

.avatar-uploader {
    cursor: pointer;
    display: inline-block;
    transition: .2s;
    margin-bottom: 0;
}

.avatar-xxl {
    width: 6rem;
    height: 6rem;
}

.avatar-circle {
    border-radius: 50%;
}

.avatar {
    position: relative;
}

.avatar-img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar-uploader-input {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(19, 33, 68, .25);
    border-radius: 50%;
    transition: .2s;
}

.avatar-uploader-trigger {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    border-radius: 50%;
}

.avatar-uploader:hover .avatar-uploader-icon {
    color: #fff;
    background-color: #377dff
}

.avatar-xxl .avatar-uploader-icon {
    width: 2rem;
    height: 2rem
}

.social-list-item {
    height: 2.1rem;
    width: 2.1rem;
    line-height: calc(2rem - 2px);
    display: block;
    border-radius: 50%;
}

.avatar-uploader-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #677788;
    background-color: #fff;
    border-radius: 50%;
    transition: .2s;
}

.select2-dropdown {
    z-index: 1055 !important;
}

.dataTables_length .select2-container {
    display: inline-block;
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
.lm-animated-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    background-image: url('../images/main_bg.png');
}

.toast-warning {
    color: rgba(131, 107, 52, 0.97);
    background: #feefd0;
    border-color: #fde8b9;
}

.toast-warning .toast-header {
    background: #feefd0;
    border-bottom: 1px dashed #f3d48e;
    color: rgba(131, 107, 52, 0.97);
}

.toast-danger {
    color: #893232;
    background: #fadddd;
    border-color: #f7cbcb;
}

.toast-danger .toast-header {
    background: #fadddd;
    border-bottom: 1px dashed #fbb5b5;
    color: #893232;
}

.toast-info {
    color: #1f5c99;
    background: #d6ebff;
    border-color: #c2e0ff;
}

.toast-info .toast-header {
    background: #d6ebff;
    border-bottom: 1px dashed #aad1f9;
    color: #1f5c99;
}

.toast-success {
    color: #1c6e37;
    background: #d5f1de;
    border-color: #c0eace;
}

.toast-success .toast-header {
    background: #d5f1de;
    border-bottom: 1px dashed #a6edbe;
    color: #1c6e37;
}

.dark-theme .toast-warning .btn-close,
.dark-theme .toast-danger .btn-close,
.dark-theme .toast-info .btn-close,
.dark-theme .toast-success .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%2844, 56, 74, 0.95%29'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}