body {
    font-family: 'Raleway', sans-serif;
}

:root {
    --primary-color: #20367f;
}

a {
    color: #2d90c7;
}

p,
a,
li {
    font-size: 14px;
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

sup {
    color: #f90920 !important;
    padding: 2px;
    font-size: 12px;
}

.options {
    color: rgb(65 101 173);
    font-weight: 700;
    border: 1px solid #dbe1f3;
    border-radius: 100px;
}

.dropdown-item {
    font-weight: 600;
}

.btn-primary {
    background: var(--primary-color);
    border: none;
}


/* aside CSS */

.brand-text {
    font-weight: 600 !important;
    color: #fff;
    letter-spacing: 1px;
}

[class*=sidebar-dark] .brand-link {
    /* border-bottom: 1px solid #4b545c; */
    border: none !important;
}

.nav-sidebar .nav-link>.right, .nav-sidebar .nav-link>p>.right {
    position: absolute;
    right: 1rem;
    top: 18px;
}

[class*=sidebar-dark] .brand-link {
    border-bottom: none !important;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #ffffff1f !important;
    color: #fff;
    padding: 15px;
}

.nav-sidebar .nav-item>.nav-link {
    position: relative;
    padding: 15px;
    transition: all .5s;

}

.layout-fixed .brand-link {
    width: auto;
}

/* .nav-sidebar .nav-item>.nav-link:hover {
    background: transparent !important;
    margin-left: 5px;
    transition: all .5s;
} */

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover {
    background-color: rgb(255 255 255 / 58%);
    color: #343a40;
}


[class*=sidebar-dark-] {
    background-color: #20367f;
}

.admin-icon {
    width: 26px;
}

.elevation-4 {
    box-shadow: none !important;
    border-right: 1px solid #f5f5f5;
}

.dropdown-menu-right {
    overflow: hidden;
}

.pagination-sm .page-link {
    padding: 10px 16px !important;
}

.todo-list>li {
    border-radius: 2px;
    background-color: #f4f6f9;
    border-left: 5px solid #e9ecef;
    color: #6c757d;
    margin-bottom: 5px;
    padding: 15px;
}

.theme-bg {
    background: #4a5787 !important;
    color: #fff !important;
}

[class*=sidebar-dark] .user-panel {
    border-bottom: 1px solid #bfbfbf;
}

[class*=sidebar-dark-] .sidebar a {
    color: #dcdcdc !important;
}

[class*=sidebar-dark] .brand-link {
    border-bottom: 1px solid #bbbbbb;
}

[class*=sidebar-dark] .user-panel {
    border-bottom: none !important;
}

.btn-tool {
    background-color: transparent;
    color: #adb5bd;
    font-size: .875rem;
    margin: 0 0;
    padding: 0.25rem 0.5rem;
}

.logo-icon {
    background: #ffffffd1;
    color: #d17676;
    font-weight: 700;
    /* width: 37px; */
    height: 43px;
    padding: 9px 10px;
    border-radius: 36px;
    display: inline;
}

.card h4 {
    font-weight: 600;
    font-size: 20px;
}

table {
    font-family: 'Roboto', sans-serif;
}

table th {
    font-weight: 600;
    text-align: center;
    color: #343a40;
    padding: 15px 10px !important;
    font-size: 15px;
}

table td {
    text-align: center;
    color: #040404;
    padding: 15px 10px;
    font-size: 15px;
    border-top: none !important;
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgb(23 146 173 / 15%);
}

.card-title {
    font-weight: 700;
    color: var(--primary-color);

}


.action, .pagination {
    list-style: none;
    margin: 0;
}

.action li {
    display: inline-block;
}

.pagination li {
    display: inline-block;
}

.pagination li a {
    display: block;
    width: 40px;
    height: 40px;
    font-weight: 600;
    padding: 13px 17px;
    background: #f5f5f5 !important;
    border: none;
    border-radius: 26px !important;
    box-shadow: 0px 2px 3px #b3b3b3;
    margin-right: 5px !important;
    margin-left: 5px !important;

}

.pagination li.active span {
    display: block;
    width: 40px;
    height: 40px;
    font-weight: 600;
    padding: 13px 17px;
    background: #298cca !important;
    border: none;
    border-radius: 26px !important;
    box-shadow: 0px 2px 3px #b3b3b3;
    margin-right: 5px !important;
    margin-left: 5px !important;

}

.pagination li a:hover {
    background: #298cca !important;
    color: #fff;
}


.action li a, .action li button {
    display: block;
    width: 40px;
    height: 40px;
    font-weight: 600;
    padding: 10px;
    background: -webkit-linear-gradient(#20367f, #20367f);
    border: none;
    border-radius: 26px;
    box-shadow: 0px 2px 3px #b3b3b3;
    margin-right: 5px;
    margin-bottom: 0;
    color: #ffffff;
}

.btn-priamry,
.btn-info,
.btn-warning,
.btn-danger,
.btn-success {
    box-shadow: 0px 2px 3px #b3b3b3;
    margin-right: 10px;
}

.tab-profile.active {
    background: #4a5787 !important;
    border: none;
    margin-right: 10px;
    color: #fff;
    border-radius: 100px;
}



.btn-success {
    color: #fff;
    background-color: #7ea378;
    border-color: #7ea378;
}

.btn-success:focus {
    color: #fff;
    background-color: #7ea378;
    border-color: #7ea378;
}

.btn-success:hover {
    color: #fff;
    background-color: #7ea378;
    border-color: #7ea378;
}


.profile-info h4 {
    font-weight: 600 !important;
    font-size: 16px;
    color: #000;
}

.profile-info small {
    font-size: 80%;
    font-weight: 600;
    color: #8f8f8f;
    font-style: revert;
    letter-spacing: 1px;
}

/* lable CSS */
label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 600;
    font-size: 13px;
    color: #000;
    letter-spacing: 1px;
}


/* .card-header {
    background-color: #20367f;
    color: #000;
} */

/* Active Menu */

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #778a9f;
    color: #fff;
}

.profile {
    border-radius: 128px;
    border: 1px solid #cdcdcd;
    width: 128px;
    height: 128px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.icon-cam {
    position: absolute !important;
    bottom: -8px !important;
    width: 128px;
    background: #2169bb59;
    padding: 2px 0;
    cursor: pointer;
    left: 0;
}

.action-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.action-menu li {
    padding: 7px 15px;
    border-bottom: 1px solid #545454;
}

.card {
    box-shadow: 0 0 1px rgb(0 0 0 / 10%), 0 1px 9px rgb(0 0 0 / 10%);
    margin-bottom: 1.2rem !important;
}

.form-control {
    height: 45px !important;
    border-radius: 5px !important;
    padding: 0.375rem 0.75rem !important;
    font-weight: 400;
    border: 1px solid #e7e7e7;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    letter-spacing: .5px;
}

.shadow-form {
    box-shadow: 0 0 7px #6462625c;
    border: none;
}

.shadow-form:focus-visible {
    box-shadow: 0 0 7px #6462625c;
    border: none;
}

textarea.form-control {
    height: auto !important;
}

.border {
    border-radius: 10px !important;
    overflow: hidden;
}

.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
}

.err-msg {
    margin-top: -12px;
    color: #ed6d6d;
    font-size: 12px;
}

.suc-msg {
    margin-top: -12px;
    color: #1ea705;
    font-size: 12px;
}

.bg-success {
    background-color: #e0ffe7 !important;
}

.bg-cyan {
    background-color: #17a2b85e !important;
}

.masters {
    position: absolute;
    top: -11px;
    left: 15px;
    background: #4e7197;
    color: #fff;
    padding: 2px 15px;
    border-radius: 100px;
}

.batchlers {
    background: #af7826;
}

#content:nth-of-type(2) {
    background: #af7826 !important;
}

.list-guideline {
    background: #f5f5f5;
    padding: 15px 30px;
    border-radius: 10px;
}

.list-guideline li {
    color: #cb2d2d;
    font-size: 12px;
    padding: 3px 0;
}



.dataTables_wrapper .dataTables_filter {
    margin-bottom: 10px;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: none;
}

a.paginate_button {
    background: #bdbdbd !important;
    border: none !important;
    border-radius: 100px !important;
    color: #fff !important;
    margin-right: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #fff !important;
    background: #1a3584 !important;

}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    color: #fff !important;
    border: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff !important;
}

table.dataTable thead th {
    background: #1a3584;
    color: #fff;
    font-weight: 400;
    letter-spacing: .3px;
}

table.dataTable.no-footer {
    border-bottom: none;
    margin-bottom: 15px;
}


/* profile Option */

.icon-bg {
    padding: 20px;
}

.student-info {}

.profile-content {
    padding: 20px;
    background: #f5f5f5;
    border-radius: 0 0 10px 10px;
}

.profile-content .fa {
    margin-right: 10px;
}

.profile-content ul {
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
}

.profile-content li {
    padding: 5px 0;
}

.addCF,
.addGE {
    height: 35px;
    width: 35px;
    background: #3674b9;
    border-radius: 35px;
    font-size: 15px;
    padding: 7px 6px;
    border: none;
    color: #fff;
    margin-top: 3px;
}

.remCF,
.remGE {
    height: 35px;
    width: 35px;
    background: #f54720;
    border-radius: 35px;
    font-size: 15px;
    padding: 7px 6px;
    border: none;
    color: #fff;
    margin-top: 3px;
}

.mt-32 {
    margin-top: 32px;
}



.dashboard .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: linear-gradient(45deg, #0f61c7, #cdb74b);
    border: none;
    border-radius: 100pc;
    color: #fff;
}

.dashboard .nav-pills {
    border: none;
    border-radius: 100pc;
    color: #fff;
}

.bg-login {
    position: relative;
    background-size: cover;
    z-index: 1;
}

.content-header h1 {
    font-size: 1.5rem;
    font-weight: 600;
}

.f-20 {
    font-size: 16px;
    color: #939393;
    line-height: 27px;
}


.dashboard {
    background-color: #fff;
    height: 300px;
    border-radius: 10px;
}

.bg-register {
    position: relative;
    background: url('../img/bg-login.jpg');
    background-size: cover;
    z-index: 1;
}

.bg-register::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #9fa269bf, #276cb7a1);
    background-size: cover;
    z-index: -1;
}

.h1,
h1 {
    font-size: 1.7rem;
}

.hide {
    display: none;
    transition: all 2s;
}

.show {
    display: block;
    transition: all 1s;
}

.filter .form-group {
    margin-bottom: 1rem;
}

.rounded-1 {
    border-radius: 15px;
    overflow: hidden;
}

.table {
    margin-bottom: 0px;
}

td {
    vertical-align: middle !important;
}

.filter th {
    font-size: 20px;
    background: #f5f5f5;
    letter-spacing: 1px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #236aba;
    border-color: #246ab9;
}

.page-link {
    color: #276cb8;
}

tr {
    background: linear-gradient(179deg, #f7f7f7ed, #48484800);
}

.card-title {
    margin: 5px 0;
    font-weight: 700 !important;
    letter-spacing: 1px;
}

.bg-dark-new {
    background: linear-gradient(179deg, #f7f7f794, #d3d3d31f) !important;
}

/* .bg-info {
    background-color: #d5d2db!important
} */
.bg-info {
    background: #d17676 !important;
    /* background: linear-gradient(76deg, #7400b1, #a246d3ab); */
}

/* .bg-info {
    background-color: #e96c73 !important;
} */

.bg-warning {
    background: linear-gradient(45deg, #fd7908, transparent);
}

.bg-success {
    background: linear-gradient(45deg, #3dd4db, #bbd33a);
}

.bg-danger {
    background: linear-gradient(45deg, #1eddc3, transparent);
}

.card-body .btn-success {
    height: 45px;
    border-radius: 10px;
    padding: 10px;
}

.feedback_fields {
    background: #28a745;
}

.feedback_fields .form-control {
    border-radius: 0 !important;
    display: inline-block;
    width: 80%;
    padding: 0;
    margin-bottom: 0;
}

.feedback_fields .icon {
    display: inline-block;
    height: 43px;
    padding: 11px;
    margin: 0;
}

.feedback_fields .icon a {
    color: #fff;
}

.history-box {
    border: 1px solid #f5f5f5;
    padding: 15px;
    border-radius: 10px;
}

.history-box .theread {
    background: #e5e4e4;
    padding: 15px;
    border-radius: 10px;
}

.history-box .theread p {
    margin: 0;
}

.login {
    position: relative;
}

.login-box img{
    width: 180px;
}

.login-box .form-control {
    border-radius: 5px !important;
    height: 55px !important;
    font-family: 'Raleway', 'sans-sarif';
    font-weight: 600;
}

.login p, .login a {
    font-size: 18px;
}

.login-bg {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100vh;
    background: #30a9c5;
}

.login-box {
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%) !important;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%) !important;
    width: 600px;
    border: none !important;
}

.login-box .card {
    margin-bottom: 0rem !important;
}

.login-box .card-header {
    background-color: #fff;
}

.login-box .card-primary.card-outline {
    border-top: none;
}

.login h1 {
    font-size: 35px;
    margin-bottom: 25px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
    letter-spacing: 7px;
    color: #abababde;
}



.login h1 {
    font-weight: 800;
    font-size: 35px;
    margin-bottom: 25px;
}

.login .hr {
    height: 10px;
    width: 50px;
    background: #d30909;
    margin-bottom: 25px;
}

.login ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.login ul li {
    font-size: 16px;
    font-weight: 700;
    padding: 5px 10px;

}

.login ul li a {
    color: #fff;
}

.bottom-text {
    position: absolute;
    bottom: 0%;
}

.login-field {
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 1.5rem;
    font-weight: 600 !important;
    font-size: 15px;
    height: 50px !important;
    font-weight: 400 !important;
    letter-spacing: 2px;
    background: #ffffff85;
}


.bg-login- {
    background: #fff;
}

.login-button {
    height: 50px;
    background: #4a5787;
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;

}

.border-radius {
    border-radius: 100px !important;
}

.notifications {
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 10px;
    border-top: 0px solid #ababab;
    overflow: hidden;
}

.notifications li {
    background: #f4f6f9;
    padding: 20px 15px;
}

.notifications li .fa {
    margin-right: 11px;
    background: #6c757d;
    color: #fff;
    width: 30px;
    height: 30px;
    padding: 8px 8px;
    border-radius: 100px;
    margin-top: -6px;
}

.notifications li+li {
    border-top: 1px solid #e9e9e9;
}

.notifications .read {
    background: #bac6cf;
}

.notifications .read-icon .fa-eye {
    position: absolute;
    background: transparent;
    right: 0;
    color: #000;
}

.doc-box {
    position: relative;
}

.doc-box .doc-info {
    position: absolute;
    bottom: 0;
    background: #f5f5f594;
    width: 100%;
    padding: 8px 0;
}

.doc-box .doc-info h5 {
    margin: 0;
    font-size: 14px;
}

.doc-box .edit-button .fa {
    width: 35px;
    height: 40px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 12px;
    margin: 5px;
    border-radius: 5px;
    box-shadow: 0px 2px 3px #b3b3b3;
}

.doc-box .eye-button .fa {
    width: 40px;
    height: 40px;
    background: #1c1c1c99;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 14px 12px;
    margin: 5px;
    border-radius: 28px;
    color: #fff;
    margin-top: -20px;
    margin-left: -20px;
}

.preview {
    width: 200px;
    height: 200px;
    border: 2px dashed #dbdbdb;
    background: #f5f5f5;
}


.doc-img {
    min-height: 180px;
    width: 100%;
}

.document-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.document-list li {
    padding: 15px;
    margin-bottom: 9px;
    border-radius: 5px;
    box-shadow: 0 0px 3px #c5c5c5fa;
}


.completed {
    padding: 5px 10px;
    /* background: #7ea378; */
    /* color: #fff; */
    width: 115px;
    border-radius: 5px;
    border: none;
    margin-top: 5px;
    box-shadow: 0 2px 3px #c5c5c5fa;

}

.pending {
    padding: 5px 10px;
    /* background: #cd6b6b; */
    /* color: #fff; */
    width: 100px;
    border-radius: 5px;
    border: none;
    margin-top: 5px;
    /* box-shadow: 0 2px 3px #c5c5c5fa; */

}

.btn-danger {
    color: #fff;
    background-color: #cd6b74;
    border-color: #cd6b74;
    margin: 0px !important;
}

.btn-danger:focus {
    color: #fff;
    background-color: #cd6b74;
    border-color: #cd6b74;
    margin: 0px !important;
}

.btn-danger:hover {
    color: #fff;
    background-color: #cd6b74;
    border-color: #cd6b74;
    margin: 0px !important;
}

.btn-danger:focus-within {
    color: #fff;
    background-color: #cd6b74;
    border-color: #cd6b74;
    margin: 0px !important;
}

.response {
    position: relative;
}

.back-icon {
    position: absolute;
    padding: 15px;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

.comments-box {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 5px;
    margin: 0 auto;
    padding: 10px;
    display: none;
}

.commnts-ui {
    background: #fff;
    border-radius: 10px;
    height: 450px;
    overflow: hidden;

}

.direct-chat-messages {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    height: 330px;
    overflow: auto;
    padding: 20px;
}

.direct-chat-msg {
    margin-bottom: 26px;
}

.direct-chat-name {
    font-weight: 600;
    margin-bottom: 5px;
}

.direct-chat-timestamp {
    color: #697582;
    font-size: 12px;
}

.commnts-ui h4 {
    background: #4a5787ad;
    color: #fff;
    padding: 10px;
    text-align: center;
}

@media screen and (max-width:768px) {
    .feedback_fields {
        background: #28a745;
        width: 250px;
    }

    .feedback_fields .form-control {
        border-radius: 0 !important;
        display: inline-block;
        width: 200px;
        padding: 0;
        margin-bottom: 0;
    }

    .action li a, .action li button {
        margin-bottom: 5px;
    }

}

/* admin New */

.profile {
    width: 75px;
    height: 75px;
    margin-bottom: 15px;
}

.user-info {
    background-color: #416f2e;
}

.username {
    font-weight: 600;
    font-size: 20px;
}
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    .commnts-ui {
        background: #fff;
        border-radius: 10px;
        height: 650px;
        overflow: hidden;
    }

    .direct-chat-messages {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        height: 530px;
        overflow: auto;
        padding: 20px;
    }
}