/* input(216,36): run-time error CSS1046: Expect comma, found '2'
input(216,41): run-time error CSS1046: Expect comma, found '/' */
.small-inputs .form-control:not(textarea),
.small-inputs .select2-selection--single {
    height: 30px !important;
}

.text-decoration-line-through {
    text-decoration: line-through;
}

.cursor-pointer {
    cursor: pointer !important;
}

.validationMessage {
    color: #9d021b !important
}

.required::before {
    color: #ff4d4f;
    content: "*";
    display: inline-block;
    /*font-family: SimSun,sans-serif;*/
    font-size: 14px;
    line-height: 1;
    margin-right: 4px;
}

.main-header {
    background: #9d021b !important
}

/*#3f51b5 | #007dd1 | #4f8bf9 | #9d021b*/
.main-content:after {
    background: #9d021b !important
}

.btn-primary {
    background-color: #9d021b !important;
    transition: background-color .2s ease-in-out !important;
}

.page-item.disabled .page-link {
    background-color: #c05b6b !important;
}

.tree li i,
.slide-item:hover,
.slide-item:focus,
.slide-item.active,
.slide-item:focus:before,
.slide-item:hover:before,
.slide-item.active:before,
.main-nav-line-chat .nav-link.active {
    color: #9d021b !important;
}

.header-img,
#back-to-top,
.alert-solid-rsa,
.side-menu__item:focus,
.slide.is-expanded .side-menu__item,
.timeline-wrapper-rsa .timeline-badge,
.timeline-wrapper-rsa .timeline-panel:before,
.side-menu__item.active, .side-menu__item:hover {
    background: #9d021b !important;
}

.ckbox span:after,
.main-nav-line-chat .nav-link.active::before,
.rdiobox input[type='radio']:checked + span:before,
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a,
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #9d021b !important;
}

    .page-item.active .page-link,
    .btn-primary:hover,
    .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a:hover, .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a:focus {
        background-color: #9d021b !important;
    }

#back-to-top:hover {
    background: #7d0115 !important;
}

.card {
    box-shadow: 6px 11px 41px -28px #000000 !important;
}

.card .card {
    box-shadow: none !important;
}

.header-megamenu-dropdown .dropdown-menu:after {
    border-bottom: #9d021b !important;
}

.text-warning {
    color: #9d021b !important;
}

.table i {
    color: #9d021b !important;
    transition: color .2s ease-in-out;
}

.table i:hover {
    color: #7d0115 !important;
}

.sweet-alert button.cancel {
    background-color: #FFFFFF !important;
    color: #303030 !important;
    border: 1px solid black !important;
}

.sweet-alert button.cancel:hover {
    background-color: #303030 !important;
    color: #FFFFFF !important;
}

.sweet-alert button.confirm {
    background: #9d021b !important;
    transition: background .2s ease-in-out;
}

.sweet-alert button.confirm:hover {
    background: #7d0115 !important;
}

.input-group-append,
.input-group > .input-group-append > .btn {
    height: 38px !important;
}

.rsa-text {
    color: #9d021b !important;
    transition: color .2s ease-in-out !important;
}

.rsa-text:hover {
    color: #7d0115 !important;
}


.btn{
    border-radius: 10px !important;
}

.input-group > .input-group-append > .btn {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
/*input,
textarea,*/
.form-control,
.select2-selection.select2-selection--single,
.select2-dropdown.select2-dropdown--below {
    border: 1px solid #cccccc !important;
    color: #626262 !important;
    border-radius: 10px !important;
}

.form-control:focus {
    border-color: #9d021ba1 !important;
    color: #424242 !important;
    box-shadow: none !important;
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child){
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child){
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.select2-dropdown.select2-dropdown--below {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.select2-selection.select2-selection--single[aria-owns] {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.input-group-text {
    background-color: #9d021b;
    border: none;
    color: #FFFFFF;
}

body {
    color: #424242 !important;
    background-color: #dadada;
}

.body-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -100000;
    opacity: .3;
}

.badge-rsa {
    background-color: #9d021b !important;
    color: #ffffff;
    box-shadow: 0 7px 30px rgb(157 2 27 / 50%)
}

.user-pic img{
    object-fit: contain !important;
}

b{
    font-weight: 600;
}

h4 {
    font-size: 20px;
    position: relative;
    overflow: hidden;
}


h4:after {
    display: inline-block;
    content: "";
    height: 1px;
    background: #9d021b;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: 0;
    margin-left: 10px;
}

.card-title{
    text-transform: capitalize !important;
}

table tr td {vertical-align: middle !important;}
.fa.fa-plus-square,
.fa.fa-minus-square,
.fa.fa-trash{
    font-size: 1.2rem !important;
}

::placeholder {
    color: #696969 !important;
}

.project-card .fa-spin {
    font-size: 40px !important;
    opacity: 1 !important;
}

.project-card loading{
    display: table;
    margin-left: auto;
    margin-right: auto;
}


.list-group-item-action,
.list-group-item-action{
    transition: background-color .2s ease-in-out !important;
}

.list-group-item-action:hover,
.list-group-item-action:focus{
    background-color: #eeeeee !important;
}

.main-header.side-header.fixed-header {
    box-shadow: 5px 7px 26px -5px #000000 !important;
    -webkit-box-shadow: 5px 7px 26px -5px #000000 !important;
}

.background-gray {
    background-color: #eeeeee !important;
}