:root {
    --my-primary: #2d3891;
    --my-secondary: #fcda00;
}
label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}
.h-12 {
    height: 2.8rem;
}
.w-72 {
    width: 18rem !important;
}
.w-90 {
    width: 90%;
}
.pb-6 {
    padding-bottom: 4rem;
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.left-radius {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
}
.right-radius {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
}
.card .item-icon {
    position: relative;
    height: 85px;
    width: 85px;
    /* line-height: 85px; */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.my-text {
    color: #a8a8a8;
}
.text-my-secondary {
    color: var(--my-secondary);
}
.item-icon i {
    font-size: 1.8rem;
}
.font-md {
    font-size: 1.5rem;
}
.bg-light-green {
    background-color: #d1f3e0;
}
.text-green {
    color: #3cb878;
}
.border-green {
    border: 1px solid #3cb878;
}
.bg-light-blue {
    background-color: #e1f1ff;
}
.text-blue {
    color: #3f7afc;
}
.border-blue {
    border: 1px solid #3f7afc;
}
.bg-light-orange {
    background-color: #fff2d8;
}
.text-orange {
    color: #ffa001;
}
.border-orange {
    border: 1px solid #ffa001;
}
.bg-light-purple {
    background-color: #ddd3ee;
}
.text-purple {
    color: #ddd3ee;
}
.border-purple {
    border: 1px solid #ddd3ee;
}
.bg-light-red {
    background-color: #ffe5e5;
}
.text-red {
    color: red;
}
.bg-light-yellow {
    background-color: #ffffba;
}
.text-yellow {
    color: #ffd700;
}
.bg-light-magenta {
    background-color: #f3e5f5;
}
.text-magenta {
    color: #8e24aa;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.bg-custom {
    background-color: var(--my-primary);
}
.text-custom {
    color: var(--my-primary);
}
.border {
    border: 1px solid #6b7280 !important;
}
.form-control {
    border: 1px solid #cdcdcd;
    border-radius: 0.25rem;
}
.btn-my-primary {
    color: #fff !important;
    background-color: var(--my-primary);
    border-color: var(--my-primary);
    box-shadow: none;
}
.btn-my-primary:hover {
    color: #000000 !important;
    background-color: var(--my-secondary);
    border-color: var(--my-secondary);
    box-shadow: none;
}
.btn-my-secondary {
    color: #000000 !important;
    background-color: var(--my-secondary);
    border-color: var(--my-secondary);
    box-shadow: none;
}
.btn-my-secondary:hover {
    color: #fff !important;
    background-color: var(--my-primary);
    border-color: var(--my-primary);
    box-shadow: none;
}
.btn-my-lg {
    padding: 0 1.5rem;
    height: 2.8rem;
    border-radius: 0.5rem;
    font-weight: 600;
    width: auto;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.card-custom:not(.card-outline) > .card-header {
    background-color: var(--my-primary);
    color: #fff;
}
.card-custom.card-outline {
    border-top: 3px solid var(--my-primary);
}
.card-custom .card-title {
    letter-spacing: 1px;
}
.nav-pills .nav-link {
    color: #fff;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--my-primary);
    background-color: #fff;
}
.nav-pills .nav-link:not(.active):hover {
    color: #6b7280;
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #2e378c;
    color: #fff;
}
.font-table{
    font-size: .8125rem !important;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0.5;
    background: url("//upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Phi_fenomeni.gif/50px-Phi_fenomeni.gif")
        50% 50% no-repeat rgb(249, 249, 249);
}

@media screen and (min-width: 767px) {
    .pt-md-3\.5 {
        padding-top: 1.3rem !important;
    }
}
@media screen and (min-width:1400px){
    .col-xxl-5{
        -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
    }
}

/* STUDENT PORTAL */
.heading-layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    border: none;
    margin-bottom: 12px;
}
.heading-layout .dropdown .dropdown-toggle {
    color: #bcbcbc;
    font-size: 36px;
    display: inline-block;
    line-height: 1;
    padding-bottom: 15px;
    position: relative;
    right: -10px;
}
.heading-layout .dropdown .dropdown-toggle:after {
    border: none;
}
.heading-layout .dropdown .dropdown-menu .dropdown-item {
    font-size: 15px;
    padding: 7px 20px;
}

.heading-layout .dropdown .dropdown-menu .dropdown-item i {
    margin-right: 14px;
    width: 22px;
}
.text-dark-pastel-green {
    color: #00c853;
}
.text-orange-peel {
    color: #ffa000;
}
.text-orange-red {
    color: #ff0000;
}
.hover\:text-yellow-400:hover{
    color: #ffd700;
}
.student-info-card .card-body .student-info .media .item-image {
    background-color: #4dd0e1;
    height: 115px;
    width: 115px;
    display: flex;
    border-radius: 50%;
    overflow: hidden;
}
.student-info-card .card-body .student-info .media {
    margin-bottom: 6px;
}
@media only screen and (max-width: 1499px) {
    .student-info-card .card-body .student-info .media {
        margin-bottom: 30px;
    }
}

/* Staff Portal */
.staff-card {
    margin-bottom: 20px;
    background-color: #ffffff;
    padding: 20px 10px;
    border-radius: 4px;
    box-shadow: 0px 10px 20px 0px rgb(229 229 229 / 75%);
    text-align: center;
}
.staff-card .staff-icon {
    position: relative;
    height: 70px;
    width: 70px;
    line-height: 85px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto 6px;
}
.staff-card .staff-icon i {
    font-size: 29px;
}
.staff-card .staff-content .staff-number {
    font-size: 1.2rem;
    font-weight: 500;
    color: #111111;
}
.staff-card .staff-content .staff-title {
    color: #a8a8a8;
    margin-bottom: 2px;
}
/* @media (max-width: 1499px){
    .staff-card .staff-content .staff-number{
        font-size: 1rem;
    }
} */




/* datatable */
@media (max-width:1367px){
    #w-table{
        width: 135%;
    }
}