.brand .brand-logo img {
    width:135px;
    }
    
    .menu-item svg{
        color: #fff;
    }
    .menu-item a.menu-link:hover svg {
    color: #e55c55;
}
.menu-item-active .svg-icon.menu-icon svg {
    color: #e55c55;
}
.innerpage .card.card-custom {
    width: 100%;
    box-shadow: none !important;
}
.innerpage .card.card-custom > .card-header{
    min-height: 40px;
}
.form-group label {
    width: 100%;
    display: block;
}
.errorimg img{
    width: 250px;
}
.errorpg h1{
    color: #e55c55;
}
.errorpg{
    background-color: #e3e3e3;
}
.taskWrap .resultWrap img {
    width: 170px;
    display: inline-block;
}
.newtab .nav-item {
    border: 1px solid #ececec;
    border-radius: 0.42rem;
}
.newtab .nav-link.active {
    color: rgb(18 79 46)!important;
    background-color: rgba(18, 79, 46, 0.1)!important;
}
.nav.nav-pills.nav-light-success .nav-link.active .nav-text {
    color: rgb(18 79 46);
}
.nav.nav-pills.nav-light-success .nav-link.active .nav-icon i {
    color: rgb(18 79 46);
}
.nav.nav-pills.nav-light-success .show > .nav-link, .nav.nav-pills.nav-light-success .nav-link:hover:not(.active) {
    color: rgb(18 79 46);
    background-color: transparent;
}
.nav.nav-pills.nav-light-success .show > .nav-link .nav-text, .nav.nav-pills.nav-light-success .nav-link:hover:not(.active) .nav-text {
    color: rgb(18 79 46);
}
.nav.nav-pills.nav-light-success .show > .nav-link .nav-icon i, .nav.nav-pills.nav-light-success .nav-link:hover:not(.active) .nav-icon i {
    color: rgb(18 79 46);
}

.image-container img {
    width: 110px;
    height: 90px;
    object-fit: cover;
}
#previewContainer {
    display: flex;
    width: 100%;
    padding: 0 14px;
    gap: 20px;
}
.image-container input[type="radio"] {
    accent-color: #124f2e;
}
.image-container button {
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    position: absolute;
    top: -5px;
    right: 20px;
    padding: 0;
    border-radius: 50%;
}
.image-container {
    position: relative;
    display: inline-block;
}
.image-container  label {
    margin: 0 0px 0px 5px;
    font-size: 12px;
}
.image-container .radio-container {
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.alert .btn-close {
    border: 0;
    background: transparent;
    position: relative;
    top: 3px;
    color: red;
    opacity: 1;
}
.tableimg{
    width: 70px;
    height: 70px;
    object-fit: cover;
}
.resultWrap {
    font-weight: 500;
    color: #000;
}


/*dashboard*/
.dash_box {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 25px;
}
.dash_head {
    display: flex;
    border-radius: 7px;
    padding: 12px 10px;
    gap: 10px;
    align-items: center;
    margin-bottom: 30px;
}
.dred{
    background: #FF72721A;
    color: #DC0000;
}
.dyellow{
    background: #FEF4CD;
    color: #C59D00;
}
.dgreen{
    background: #B9FFD9;
    color: #124F2E;
}
.dblue{
    background: #CEE7FF;
    color: #006ED8;
}
.dpink{
    background: #FBE5FE;
    color: #B300CC;
}
.dash_head h4 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}
.dash_count h4{
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}
.dash_count {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 500;
    color: #747474;
    margin-bottom: 30px;
}
.dash_link a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    color: #747474;
    font-weight: 400;
}
.dash_link a h5 {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
}
.dash_link a span {
    background: #E9E9E9;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
/**/

button.select2-selection__choice__remove {
    width: 16px;
    height: 16px;
    border: 0;
    background: #ff00001f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.select2-selection__choice__remove:before {
    position: relative;
    top: 1px;
    left: -1px;
    color: #000 !important;
    font-size: 6px !important;
}
.login-form.login-signin {
    width: 400px;
}
.logintext p {
    width: 80%;
    font-size: 16px;
}
.logn_lt{
    width: 50%;
}


@media(max-width:767px){
    .logn_lt {
        width: 100%;
    }
}
@media(max-width:574px){
    .logintext p {
        width: 100%;
        font-size: 14px;
    }
    .loginfom_sec .mt-30 {
        margin-top: 40px !important;
    }
}
@media(min-width:768px) and (max-width:991px){
    .logn_lt {
        width: 100%;
    }
    .logintext p {
        width: 100%;
        font-size: 14px;
    }
    .loginfom_sec .mt-30 {
        margin-top: 40px !important;
    }
}
.moblog img {
    width: 120px;
}
.btn.btn-primary:not(:disabled):not(.disabled):active:not(.btn-text), 
.btn.btn-primary:not(:disabled):not(.disabled).active, 
.show > .btn.btn-primary.dropdown-toggle, 
.show .btn.btn-primary.btn-dropdown {
        color: #FFFFFF;
    background-color: #01190c!important;
    border-color: #01190c!important;
}

.email_adminicon iconify-icon {
    position: relative;
    top: 2px;
}
.aside-menu .menu-nav > .menu-item > .menu-submenu .menu-subnav > .menu-item > .menu-link {
    padding-left: 44px;
}
.menu-icon svg {
    color: #ffffffcc;
}
