

.text-right {
    text-align:right!important;
}

btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.text-muted {
    color: #505050 !important;
    /*font-weight: 700;*/
}

.layout-1 .sidebar .menu-list .m-link {
    font-weight: 500;
    font-size: 15px;
}


.select2-container {
    z-index: 11;
}

.select2-container--open .select2-dropdown--below {
    z-index: 11;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    min-height: 58px;
    border-color: #e9e6e1 !important;
    padding: 17px 5px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #e9e6e1;
    border-radius: 4px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 14px;
        right: 5px;
        width: 25px;
    }

.wrapper .page-body.auth {
    background: #0000;
}

.background-tech-img {
    background-image: url(/Content/assets/img/background.jpg) !important;
    background-image: url(/Content/assets/img/back.png) !important;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

a:focus, a:hover {
    color: #020202;
    outline: 0;
    box-shadow: none;
}

.text-dash {
    color: #505050 !important;
    color: #5f5e5e !important;
    font-weight: 700;
}



#btnLoader {
    display: none;
}

.btnWidthBlock {
    width: 100%;
}

.btn-group-lg > .btn, .btn.btn-lg {
    padding: 0.89rem 3rem;
    font-size: 1rem;
}


.form-control:focus, .form-select:focus {
    border-color: #00ac9a;
    color: #00ac9a;
}

.bg-primary {
    background: #00ac9a !important;
}

.text-primary {
    color: #00ac9a !important;
}

.more-icon {
    background: #00ac9a33;
    color: #00ac9a;
}

    .more-icon.show, .more-icon:hover {
        background: #018f80;
        color: #fff;
    }

.hamburger-icon .line {
    background-color: #00ac9a;
}

.btn.btn-primary {
    background-color: #00ac9a;
    border-color: #029989;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: var(--bs-btn-active-color);
    background-color: #028c7e;
    border-color: #028c7e;
}

    .btn-check:checked + .btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check) + .btn:active:focus-visible {
        box-shadow: 0 0 0 0.25rem #000, .5);
    }


.form-floating > label {
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    font-size: 14px;
}

.loginBox .card {
    border-color: var(--border-color);
    background-color: #ffffffa8;
    border-style: dashed;
    border-radius: 0.75rem;
}

.loginBox .form-control, .loginBox .form-select { 
    background-color: #ffffff99; 
}

.btn.btn-dark { 
    color: #ffffff; 
}


.form-control, .form-select {
    border-color: #d0d0d0; 
}

input:read-only {
    background-color: #f1f1f1ab;
}


 .pagination {
    padding: 0 20px;
}

.dashboard-height-scroll {
    height:300px;
    overflow:auto;
}

