@charset "utf-8";

/* CSS Document */

:root {
    --first-color: #002147;
    --second-color: #e25f30;
}

body {
    background-color: #f9f9f9;
}

.sk-three-bounce .sk-child {
    background-color: var(--second-color);
}

.logo img {
    width: 100%;
    max-width: 56px;
    margin-right: 78px;
}

.header .navbar .navbar-collapse {
    background-color: #fff;
}

.header .header-content {
    background-color: #fff;
}

.hamburger .line {
    background: var(--second-color);
}

.nav-header {
    background-color: #fff;
}

.dlabnav .dlabnav-scroll {
    background-color: var(--first-color);
}

.dlabnav .metismenu>li>a {
    color: #fff;
}

.dlabnav .metismenu>li>a i {
    color: #fff;
}

.justify-content-between {
    justify-content: right !important;
}

.heading-text h5 {
    color: var(--first-color);
    font-size: 18px;
}

.dlabnav .metismenu a {
    color: #fff;
}

.text-tab h6 {
    font-size: 16px;
    font-weight: 400;
    color: var(--first-color);
}

.content-body,
.content-body .container-sm,
.content-body .container-md,
.content-body .container-lg,
.content-body .container-xl,
.content-body .container-xxl {
    padding-right: 10px;
    padding-left: 10px;
    background-color: #f9f9f9 !important;
}

.text-tab {
    display: flex;
    align-items: baseline;
}

.panel-tab {
    margin-top: 15px;
}

.text-tab p {
    font-size: 15px;
    padding-left: 8px;
}

.tab-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right-tab a {
    font-size: 15px;
    color: var(--first-color);
    font-weight: 400;
}

.footer .copyright {
    padding: 0.9375rem;
    text-align: center;
    background-color: var(--second-color);
}

.footer .copyright a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

.dlabnav .metismenu>li:hover>a,
.dlabnav .metismenu>li:focus>a {
    color: var(--second-color);
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu>li:hover>a i {
    color: var(--second-color) !important;
}

.dlabnav .metismenu>li.mm-active>a {
    color: var(--second-color);
    box-shadow: none;
}

[data-sidebar-style="overlay"] .dlabnav .metismenu>li>a {
    color: #fff;
}

[data-sidebar-style="overlay"] .dlabnav .metismenu>li:hover>a i {
    color: var(--second-color);
}

[data-sidebar-style="overlay"] .dlabnav .metismenu>li:hover>a {
    color: var(--second-color);
}


/*******************student*********************/

.tab {
    margin-top: 25px;
    margin-bottom: 40px;
    box-shadow: 1px -1px 4px 1px rgb(53 55 81 / 36%);
    background-color: #fff;
    border-radius: 11px;
}

.image-tab img {
    width: 100%;
    max-width: 137px;
}

.image-tab {
    text-align: right;
}

.text-tab-text h6 {
    border-bottom: 2px solid;
    font-size: 16px;
    font-weight: 500;
    color: var(--second-color);
    width: fit-content;
    text-align: center;
    padding-bottom: 3px;
}

.text-tab-text {
    margin-top: 20px;
}

.sec-tab {
    padding: 7px 14px 14px 14px;
}

.text-left p {
    width: 100%;
    font-size: 12px;
    padding: 12px 20px;
    height: calc(100% - 30px);
    color: var(--first-color);
    font-weight: 400;
    margin: 0px;
}

.text-right p {
    width: 100%;
    font-size: 12px;
    padding: 12px 20px;
    height: calc(100% - 30px);
    color: var(--first-color);
    font-weight: 400;
    margin: 0px;
}

.text-left {
    width: 24%;
}

.text-right {
    display: flex;
    justify-content: space-around;
    width: 72%;
}

.text-box a {
    padding-left: 22%;
}

.text-heading-tab h5 {
    font-size: 15px;
    padding: 12px 20px;
    font-weight: 500;
    background-color: #ecf0f4;
    color: var(--second-color);
    text-align: center;
    margin-bottom: 2px;
}

.box-tab {
    display: flex;
    background-color: #ecf0f4;
    margin-bottom: 2px;
}

.tab-sce-box {
    padding: 0px 35px 35px 35px;
}

.btn-tab {
    text-align: center;
    margin-top: 20px;
}

.btn-tab a {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 10px 8px 10px;
    display: block;
    border-radius: 7px;
    color: #fff;
    margin-right: 11px;
    background: linear-gradient(#de592a, #f58634);
}

.btn-tab a:hover {
    background-color: var(--second-color);
    color: #fff;
}


/************Examination-form*************/

.form-box {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.form-box-tab {
    padding: 30px;
    margin: 35px 0px;
    border-radius: 6px;
}

.mt {
    margin: auto;
}

.text-no {
    font-size: 14px;
    color: var(--first-color);
    font-weight: 400;
}

.btn-box {
    width: 50%;
}

.form-text-tabs {
    margin-top: 10px;
}

.dropdown-toggle::after {
    font-size: 20px !important;
}


/****************************************/

li.box-tab {
    display: flex;
}

li.box-tab p {
    width: 25%;
    margin: 0px;
    font-size: 13px;
    padding: 5px 5px 5px 21px;
    color: var(--first-color);
    font-weight: 400;
}

li.box-tab span {
    margin: 0px;
    padding: 9px 5px 5px 5px;
    font-size: 13px;
    color: var(--first-color);
    font-weight: 400;
    width: 25%;
}


/************regindex*******************/

.texts-boxs-tabs {
    background-color: var(--second-color);
    padding: 40px;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 20px;
}

.texts-boxs-tabs p {
    margin: 0px;
    font-size: 15px;
    line-height: 25px;
}

.texts-boxs-tabs i {
    font-size: 43px;
    text-align: center;
    padding-bottom: 6px;
}

.texts-boxs-tabs:hover {
    background-color: var(--first-color);
    color: #fff;
}

.footer {
    margin-top: 17px;
}

.copyright {
    margin-top: 0px;
}


/************New-reg*************/

.btn-radio-box {
    font-size: 16px;
}

.form-wrap {
    padding: 0.3125rem 7px;
}

.bootstrap-select .btn {
    padding: 9px 7px;
}

.right-tab i {
    padding: 0px 0px 0px 7px;
    font-size: 15px;
}

.flex-tab {
    display: flex;
    align-items: center;
    margin: 7px 7px 7px 7px;
}

.box-tab select {
    background: url("../images/profile/down-arrow (1).png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 91% 63%;
    background-color: #fff;
}

.center-tab {
    text-align: center;
}

.text {
    font-size: 12px;
    color: var(--first-color);
    padding: 0px 0px 5px 0px;
    font-weight: 500;
    margin-top: 0;
}

.text-fonts {
    padding: 0px 5px 5px 0px;
}

.tow-box {
    box-shadow: 1px -1px 4px 1px rgb(53 55 81 / 36%);
    background-color: #fff;
    padding: 40px 20px 20px 20px;
    margin: 0px 0px 50px 0px;
    border-radius: 7px;
}

.tow-box .row {
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.tab-text-left {
    margin-top: 20px;
}

.mr {
    float: right;
}

.form-group {
    margin-bottom: 1px;
}


/***********************************/

.texts-boxs-tabs img {
    width: 100%;
    max-width: 45px;
}

.icons-boxs {
    padding: 30px;
    background: linear-gradient(to right, #e2f8f3, #e2e4ea80 50%);
    box-shadow: 1px 1px 4px 1px rgb(24 25 39 / 36%);
}

.icons-boxs:hover {
    background: linear-gradient(to right, #e2f8f3, #e2e4ea80 50%);
}

.icons-boxs p {
    color: var(--second-color);
    font-weight: 600;
    font-size: 14px;
}

.datepicker table tr td.today {
    color: #fff;
}


/***********************************/

.heading-text-view {
    margin-top: 20px;
}

.heading-text-view h5 {
    color: var(--second-color);
    font-weight: 600;
    font-size: 20px;
}

.text span {
    color: red;
}

.box-sec {
    padding: 35px 35px 42px 35px;
    box-shadow: 0px 4px 4px 1px rgb(53 55 81 / 36%);
}

.group-font {
    margin-bottom: 10px;
}


/*******************************************************/

.text-font-tab table {
    width: 100%;
    border-collapse: collapse;
}

.text-font-tab table,
th,
td {
    border: 1px solid var(--first-color);
}

.text-font-tab th,
td {
    padding: 8px;
    text-align: center;
}

.text-font-tab th,
td i {
    color: var(--first-color);
    font-size: 17px;
}

.text-font-tab th {
    background-color: var(--first-color);
    color: #fff;
    font-size: 11px;
    font-weight: 400;
}

.font-text th {
    font-size: 14px;
    font-weight: 500;
}

.text-font-tab .search-bar input {
    padding: 5px;
    margin: 5px;
}

.text-font-tab .search-bar button {
    padding: 5px 10px;
    margin: 5px;
}

.second-tab {
    margin-top: -71px !important;
}

.box {
    margin-top: 75px!important;
    margin-left: 15px;
}

.tabs {
    margin-top: 36px;
}

.tab-box-sec .row>* {
    padding-right: 0px;
    padding-left: 1px;
    margin-top: 6px;
}

.sec-font {
    margin: 5px 9px 5px 1px;
}

.amound-tab {
    display: flex;
    justify-content: space-around;
    background-color: #f3f3f4;
    padding: 8px;
    margin-bottom: 10px;
}

.amound-tab p {
    margin: 0px;
    color: #000;
}

.amound-tab p span {
    color: red;
}

.tow-box {
    margin-top: 15px;
    padding: 40px 20px 40px 20px;
}

.btn-tab {
    margin-bottom: 27px;
}


/******************************************/

@media screen and (max-width: 480px) {
    .btn-radio-box {
        margin: 0px 0px 4px 3px;
        font-size: 13px;
    }
    .text-wrap {
        overflow: hidden;
    }
    .cad-tab {
        margin-bottom: 19px !important;
    }
    .tow-box {
        margin-top: 10px;
        padding: 17px 2px 0px 0px;
    }
    .box-sec {
        margin-top: 28px;
        padding: 25px 20px 30px 20px;
    }
    .sec-tab {
        display: flex !important;
    }
    .btn-tab {
        text-align: center;
        margin-top: 17px;
    }
    .box {
        margin-top: 14px;
        margin-left: 0px;
    }
    .tow-box .row {
        padding-right: 0px;
        padding-left: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .second-tab {
        margin-top: 6px !important;
    }
    li.box-tab span {
        text-align: center;
        width: 24%;
        font-size: 11px;
    }
    li.box-tab p {
        padding: 7px 5px 5px 9px;
        width: 34%;
        font-size: 11px;
    }
    .text-heading-tab h5 {
        font-size: 11px;
    }
    .text-no {
        margin-bottom: 6px;
    }
    .image-tab img {
        max-width: 90px;
    }
    .text-left p {
        padding: 12px 4px;
        font-size: 9px;
    }
    .tab-box {
        display: block;
    }
    .logo img {
        margin-right: 60px;
    }
    .image-tab {
        text-align: center;
        margin-top: 27px;
    }
    .sec-tab {
        padding: 11px 6px 10px 24px;
    }
    .amound-tab p {
        font-size: 10px;
        font-weight: 500;
        padding: 5px 8px 5px 8px;
    }
    .form-box-tab {
        padding: 5px;
    }
}

@media screen and (max-width:578px) {
    .cad-tab {
        margin-bottom: 19px !important;
    }
    .form-box-tab {
        padding: 5px;
    }
    .amound-tab p {
        font-size: 10px;
        font-weight: 500;
        padding: 5px 8px 5px 8px;
    }
    .btn-tab {
        text-align: center;
        margin-top: 17px;
    }
    .box {
        margin-top: 14px;
        margin-left: 0px;
    }
    .tow-box .row {
        padding-right: 0px;
        padding-left: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .second-tab {
        margin-top: 8px !important;
    }
    .text-no {
        margin-bottom: 6px;
    }
    .text-right {
        width: 67%;
        text-align: center;
    }
    .text-left {
        width: 27%;
    }
    .footer .copyright a {
        font-size: 14px;
    }
    .logo img {
        margin-right: 60px;
    }
    .image-tab {
        text-align: center;
        margin-top: 27px;
    }
    .text-right p {
        padding: 12px 2px;
    }
}

@media screen and (max-width:768px) {
    .box {
        margin-top: 13px;
        margin-left: 0px;
    }
    .second-tab {
        margin-top: 8px !important;
    }
    .text-no {
        margin-bottom: 6px;
    }
    .text-right {
        width: 67%;
        text-align: center;
    }
    .text-left {
        width: 27%;
    }
    .text-right p {
        padding: 12px 2px;
    }
    .logo img {
        margin-right: 60px;
    }
    .footer .copyright a {
        font-size: 14px;
    }
    .image-tab {
        text-align: center;
        margin-top: 27px;
    }
}