/* @import "~bootstrap/scss/bootstrap"; */


/* btn style */
.btn-right {
    float: right;
}

.btn-float {
    text-align: end;
    margin-top: 25px !important;
}

body {
    background: #f5f5f5 !important;
    font-family: "Poppins", sans-serif !important;
}


.container-xxl.flex-grow-1.container-p-y {
    padding: 30px;
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: unset;
}

.btn-primary {
    background-color: #5859ae !important;
    border-color: #5859ae !important;
    box-shadow: 0 .125rem .25rem 0 rgba(105, 108, 255, .4);
    color: #fff !important;
}

aside#layout-menu {

    background: #5859ae;
}

li.menu-item a {
    color: #ffffffb3 !important;
}

h4.main-hed {
    color: #000;
}

.menu .app-brand.demo {
    border-bottom: 1px solid #fff3;
}

.present {
    text-align: center;
}

.present p {
    margin-bottom: 6px;
}

.present h3 {
    margin-bottom: 0px;
    background: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: inline-table;
    padding: 9px;
    font-size: 18px;
}

.PA h3 {
    border: 1px dashed #009688;
}

.AP h3 {
    border: 1px dashed #ff4b2c;
}

.info-text {
    color: #000;
}

.sch-man:hover .present h3 {
    font-weight: 800;
    background: #f4fcfc;
}

.theme-colo {
    color: #5859ae;
    font-weight: 600;
    font-size: 22px;
}

.my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.mb-6 {
    margin-bottom: 1.5rem !important;
}

.authentication-bg {
    background-color: #fff;
}

.authentication-inner {
    height: 100vh;
}

img.login-page {
    width: 70%;
    margin: 0px auto;
    text-align: center;
    margin-top: 70px;

}

.dt-buttons button {
    border: 0px;
    padding: 3px 14px;
    background: #e4e4e4;
    border-radius: 3px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 12px;
}

td.dtr-control.dt-type-numeric.sorting_1 {
    text-align: justify;
}

th.dt-type-numeric.dt-orderable-asc.dt-orderable-desc.dt-ordering-asc {
    text-align: left;
}

td.green {
    color: #4CAF50 !important;
}

td.red {
    color: #f44336 !important;
}

.menu_main {
    padding-left: 0px !important;
}

table tr th,
td {
    font-size: 13px;
}

table tr th {
    font-weight: 700;
    color: #5859ae !important;
    background: #5859ae14 !important;
    text-transform: none !important;
}

img.hed-logo {
    width: 30%;
    padding: 8px 0px;
}

.app-brand.demo {
    background: white;
    height: 54px;

    /* border-radius: 0px 0px 42px 32px; */
}

.hed-logo-tex {
    color: black !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22px !important;
    align-self: center;
}

/* a.app-brand-link {
    margin: 0px auto;
    text-align: center;
    display: block;
} */
ul.menu-inner.py-1.ps {
    margin-top: 21px;
}

span.dt-column-title {
    font-family: 'Poppins' !important;
    font-size: 14px;
    font-weight: 600;
}

table.dataTable thead>tr>th.dt-orderable-asc:hover,
table.dataTable thead>tr>th.dt-orderable-desc:hover,
table.dataTable thead>tr>td.dt-orderable-asc:hover,
table.dataTable thead>tr>td.dt-orderable-desc:hover {
    outline: 0px solid rgba(0, 0, 0, 0.05) !important;
    outline-offset: 0px !important;
}

thead,
tr th {
    border-top: 1px solid #5859ae9e !important;
    border-bottom: 1px solid #5859ae9e !important;
}

.school-det {
    margin-bottom: 10px;
}

.school-det p {
    margin-bottom: 3px !important;
}

ul.menu-sub {
    background: #8586d3;
}

ul.menu-sub li {
    padding: 2px 0px;
}

ul.menu-sub li a {
    font-size: 15px !important;
}

li.menu-item {
    border-bottom: 1px solid #a7a8dcad;
}

li.menu-item a:hover {
    color: #ffffff !important;
}

ul.menu-sub li {
    border: 0px;
}

form.fomr-new h6 {
    margin-bottom: 0px;
    line-height: 23px;
}

.profile img {
    width: 50%;
}

.profile {
    background: #f0f1ff;
    border: 1px solid #5859ae;
    text-align: center;
    padding: 11px;
    border-radius: 6px;
}

form.fomr-new h6 {
    margin-bottom: 0px;
    line-height: 23px;
    font-weight: 600;
}