@charset "UTF-8"; /*!

 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
    --primary: #4b97a7;
    --secondary: #c6e9f1;
    --dark: #0d4d5a;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --font-family-sans-serif: "Poppins", Roboto, "Helvetica Neue", Arial,
        "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body {
    font-size: 16px !important;
    font-family: "Poppins", sans-serif !important;
    line-height: 28px !important;
}
h1 {
    font-size: 45px !important;
}
h2 {
    font-size: 40px !important;
}
h3 {
    font-size: 35px !important;
}
a {
    text-decoration: none !important;
    transition: 0.9s !important;
}
a:hover {
    color: #82dff2 !important;
}
.p80 {
    padding: 80px 0px;
}
ul.list-unstyled {
    padding-left: 20px !important;
}
/*--bg-color--*/
.light-green {
    background: #daf6fc;
}
.dark-green {
    background: #4996a6;
}
/*--text color--*/
a.lite-green {
    color: #61bed1;
}
/*--back-btn--*/
.all-back-btn a {
    background: white;
    padding: 13px !important;
    display: block;
}
.all-back-btn {
    background: #64c3d7;
    position: fixed;
    padding: 6px;
    top: 20%;
}
/*==========================
|site Header|
==========================*/
header.site-header {
    position: absolute;
    width: 100%;
    z-index: 111;
}
header.site-header .container-fluid {
    padding: 0% 4%;
}
.site-logo img {
    width: 135px;
}
.header-links a {
    color: #fff;
}
.site-header a:hover {
    color: #82dff2 !important;
}
.header-links a {
    display: flex;
    text-transform: capitalize;
}
.header-links a svg {
    margin-right: 7px;
}
.header-links .dropdown-toggle::after {
    position: relative;
    top: 10px;
    font-size: 19px;
}
.header-links ul.dropdown-menu {
    border-radius: 0px;
    border: inherit;
    box-shadow: 0px 1px 23px #00000030;
}
/*==========================
|Button|
==========================*/
.defualt-btn svg {
    background: #4997a4;
    padding: 11px;
    width: 44px;
    height: 44px !important;
    display: inline-block;
    margin-left: 10px;
}
.defualt-btn {
    padding: 7px 7px 7px 21px !important;
}
.defualt-btn {
    padding: 7px 7px 7px 21px !important;
    border-color: #fff !important;
}
/*==========================
|Banner Section|
==========================*/
/*---Home Banner---*/
.site-banner {
    background-image: url(../images/banner-img-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 13rem 0;
    position: relative;
}
section.site-banner:after {
    content: "";
    background: #4a97a7ab !important;
    position: absolute;
    height: 151.9%;
    top: 0px;
    width: 50%;
    right: 0px;
    z-index: 1;
}
section.site-banner:after {
    content: "";
    background: #4a97a7ab !important;
    position: absolute;
    height: 100%;
    top: 0px;
    width: 50%;
    right: 0px;
    z-index: 1;
}
.banner-text {
    position: relative;
    z-index: 111;
    padding: 0px 3rem;
}
.logo-image {
    position: absolute;
    bottom: -12px;
    z-index: 111;
    right: 70px;
}
.logo-image .ttt-logo {
    text-align: center;
    width: 175px;
    line-height: 20px;
    color: white;
}
.logo-image span p {
    margin: 7px 0px 50px;
    display: block;
}
.logo-image a {
    text-align: center;
    width: 175px;
    line-height: 20px;
    color: white;
    margin: auto;
}
/*---sub-banner----*/
.sub-site-banner {
    background-image: url(../images/sub-banner.jpg);
    height: 145px;
    background-repeat: no-repeat;
    background-size: cover;
}
/*==========================
|HM introduction Section|
==========================*/
.introduction-section {
    background-color: #c6e9f1;
}
/*==========================
|my account Section|
==========================*/
.my-acc-menu a {
    background-color: #4995a5 !important;
    margin-bottom: 9px;
    width: 63%;
    text-align: left;
    color: #ffff;
    transition: 0.9s !important;
    border-radius: 0px !important;
    padding: 10px;
}
.my-acc-menu img {
    background-color: #fff;
    margin-right: 17px;
}
.my-acc-menu p {
    margin: 0px;
    line-height: 19px;
    font-weight: 600;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #75c6d6 !important;
}
.my-acc-menu a:hover {
    background-color: #99e2f1 !important;
    color: #4995a5;
}
/*==========================
|Questions Page|
==========================*/
/*.green-bg { background: #4996a6 !important; padding: 35px; margin: auto; }*/
img-click-box {
    position: relative;
}
.input-hidden {
    position: absolute;
    left: -9999px;
}
/*.img-click-box input[type=radio]:checked + label, .img-click-box input[type=checkbox]:checked + label, .img-click-box label:hover .img-click-box input[type=radio][checked] + label, .img-click-box input[type=checkbox][checked] + label, .img-click-box label:hover { cursor: pointer; border: 6px solid #ffe802 !important; box-shadow: 0 0 13px 4px #ffeb3b; }*/
.img-click-box input[type="radio"]:checked + label,
.img-click-box input[type="checkbox"]:checked + label,
.img-click-box label:hover {
    cursor: pointer;
    border: 6px solid #ffe802 !important;
    box-shadow: 0 0 13px 4px #ffeb3b;
}
.img-click-box input[type="radio"],
.img-click-box input[type="checkbox"] {
    position: absolute;
}
.img-click-box label {
    text-align: center !important;
    margin: auto !important;
    padding: 15px;
    width: 100%;
    transition: 0.9s !important;
    border: 6px solid #4996a6 !important;
    min-height: 207px;
    background: #4996a6;
    align-items: center;
    display: flex;
    justify-content: center;
    background-image: url(../images/grid-bg.png);
}
.pre-questoin-box .green-bg strong,
.post-questoin-box strong {
    font-size: 23px;
    color: black;
}
.img-click-box p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}
.pre-questoin-box .green-bg,
.post-questoin-box strong {
    font-size: 23px;
}
.img-click-box label:hover {
    transform: translate3d(0, -5px, 0);
}
/*--Post--Single-Question---*/
.post-questoin-box .img-click-box label {
    min-height: 280px;
}
.student-id-box i {
    background: #4996a6 !important;
    padding: 11px;
    color: #fff;
    font-size: 20px;
    margin-left: 14px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.student-id-box {
    border: 3px solid #4996a6;
    padding: 6px 8px 6px 17px;
}
span.stu_id_label {
    display: block;
    font-size: 25px;
    font-weight: 800;
    color: #4996a6;
}
.student-id-box span {
    text-align: right;
    font-style: italic;
}
.student_id a {
    color: black;
}
/*==========================
|Questions Appraisal|
==========================*/
p.appraisal_titile {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.appraisal-questoin-box .img-click-box label {
    min-height: 249px !important;
}
.appraisal_check-box label {
    display: flex;
    flex-direction: column;
    background: none;
    border-color: #4996a6 !important;
    padding: 0px !important;
    background: #4996a6;
}
.s-apprasial-grid {
    display: flex;
    width: 20%;
}
.aap-txt-box {
    margin-top: 17px;
    line-height: 20px;
    padding: 15px;
    color: black;
    font-weight: 600;
    width: 120px;
}
.green_box {
    background: #00b050;
}
.light_green_box {
    background-color: #92d050;
}
.yellow_box {
    background: #ffff99;
}
.orange_box {
    background-color: #ffc000;
}
.red_box {
    background-color: red;
}
/*==========================
|Footer|
==========================*/
footer.site-footer {
    background: #0d4d5a;
}
.footer-logo img {
    width: 130px;
}
.footer-r-box {
    text-align: right;
}
.f-btm-box {
    justify-content: end;
}
span.click-to-top a {
    color: #7ccfe0;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 15px;
}
/*==========================
|Login|
==========================*/
section.login-bg {
    background-image: url(../images/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.form-control {
    box-shadow: none;
    border-color: #ddd;
}
.form-control:focus {
    border-color: #4aba70;
}
.login-form {
    width: 650px;
    margin: 0 auto;
    padding: 30px 0;
    height: 100vh;
    display: flex;
    align-items: center;
}
.login-form form {
    width: 100%;
    color: #434343;
    border-radius: 1px;
    margin-bottom: 15px;
    background: #4c98a8eb;
    border: 1px solid #4c98a8;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 30%);
    padding: 45px;
}
.login-form h4 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
}
.login-form .avatar img {
    width: 26%;
}
.login-form .avatar {
    color: #fff;
    text-align: center;
    position: relative;
    margin-top: -125px;
    margin-bottom: 35px;
}
.login-form .avatar i {
    font-size: 62px;
}
.login-form .form-group {
    margin-bottom: 20px;
}
.login-form .form-control,
.login-form .btn {
    min-height: 50px;
    border-radius: 0px;
    transition: all 0.5s;
    border: none;
}
.login-form .close {
    position: absolute;
    top: 15px;
    right: 15px;
}
.login-form .btn {
    background: none;
    border: 2px solid;
    padding: 6px 40px;
    font-size: 16px !important;
}
.login-form .btn:hover,
.login-form .btn:focus {
    background: #75dcf2;
}
.login-form .checkbox-inline {
    float: left;
    color: #fff;
}
.login-form .forgot-link {
    float: right;
}
.login-form .small {
    font-size: 13px;
}
.login-form a {
    color: #73dcf2;
}
.login-form input[type="checkbox"] {
    margin-right: 8px;
}
/*---register---*/
.reg-btm small {
    line-height: 16px;
    font-size: 13px;
}
/*==========================
|otp|
==========================*/
.otp-btn input[type="submit"] {
    background: #75dcf2;
    text-align: center;
    padding: 10px;
    color: #fff !important;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 18px;
    border: none;
}
.login-bg small.otp-text {
    line-height: 20px;
    display: block;
    text-align: center;
    margin: 0px auto 10px;
    font-size: 13px;
}
#mybut {
    color: #fff !important;
    width: 100%;
    text-transform: uppercase;
    padding: 12px 50px !important;
    background: none;
    border: 2px solid;
    padding: 6px 40px;
    font-size: 16px !important;
}
#mybut:hover {
    background: #75dcf2;
    color: #fff !important;
    border-color: #59b0c2;
}
/*==========================
|My Account|
==========================*/
.my-acc-grid {
    background-color: #4a97a7;
    padding: 20px;
    min-height: 214px;
    border: 2px solid #4a97a7 !important;
    transition: 0.9s;
    position: relative;
}
.my-acc-grid small {
    font-size: 13px;
    line-height: 18px;
}
.my-acc-grid img {
    background: #ffff;
    margin-bottom: 12px;
    width: 61px;
}
.my-acc-grid a {
    color: white;
    line-height: 22px;
    font-size: 17px;
    transition: 0.9s;
}
.my-acc-grid:hover a {
    color: #017891;
}
.my-acc-grid:hover {
    cursor: pointer;
    border: 2px solid #82d5e6 !important;
    box-shadow: 0 0 1px 4px #82d5e66b;
    transform: translate3d(0, -5px, 0);
    background: #69becf;
}
.my-acc-grid img {
    transition: 0.9s;
}
.my-acc-grid:hover img {
    border-radius: 10px;
}
span.number_box {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 19px;
    right: 19px;
    color: #94e5f9 !important;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
}
.my-acc-grid a {
    display: block;
}
.my-acc-grid p {
    font-size: 18px;
    line-height: 23px;
}
/*==========================
|Reposrt|
==========================*/
ul.list-accomo {
    padding: 0px;
}
ul.list-accomo li {
    list-style: none;
    background: #daf6fc;
    margin: 9px;
    padding: 8px 20px;
    display: block !important;
    margin: 8px 0px;
}
/*==========================
|Accodian|
==========================*/
.accordion-button {
    background: #4b97a7 !important;
    color: #fff !important;
    margin-bottom: 9px;
}
/*==========================
|Line Box|
==========================*/
.line-box {
    border: 1px solid #ced4da;
    padding: 26px;
}
.line-box label:hover {
    cursor: pointer;
    border: 2px solid #ffe802 !important;
    box-shadow: 0 0 13px 4px #ffeb3b;
}
.line-box label {
    display: inline-block;
    padding: 3px 10px;
    margin: 2px 1px;
    background: #f4f4f4;
    border: 2px solid #f4f4f4;
    transition: 0.9s !important;
}
/*==========================
|Validation Error|
==========================*/
span.error {
    color: red;
    font-size: 18px;
}
.validation-log,
.validation-reg {
    text-align: center;
    background-color: #5199a7;
    width: 100%;
    color: white;
    padding: 16px 1px;
    position: relative;
    z-index: 111;
}
.list-disc {
    padding: 0;
}
.validation-log .list-disc li {
    list-style: none arabic-indic;
}
.validation-log .font-medium {
    font-size: 25px;
}
.min-h-screen {
    display: flex;
    align-items: center;
}
.popclose {
    color: red;
    background: white;
    font-size: 24px;
    margin-top: 14px;
    margin-bottom: 14px;
}
.popclose:hover {
    color: #290606;
    background: white;
}
/*==========================
|Reprt-pages|
==========================*/
.heading-report {
    padding: 0 89px 14px 0;
}
/*==========================
|form Required|
==========================*/
span.req_star {
    color: #4d99a9;
    margin-left: 2px;
}
.my-accout-btn:focus {
    box-shadow: 0 0 0 0.25rem rgb(130 138 145 / 0%);
    background-color: #dde1e500;
}
.my-accout-btn:hover {
    box-shadow: 0 0 0 0.25rem rgb(130 138 145 / 0%);
    background-color: #dde1e500;
}
.my-accout-btn {
    background-color: #4a97a700;
    border: none;
}
.logo-imges-all img {
    display: inline;
}
.student-id-box .fa-user-edit {
    cursor: pointer;
}
/*==========================
|tool-tip|
==========================*/
.tooltip-show {
    background-color: #64c3d7;
    position: absolute;
    padding: 12px 23px;
    color: #fff;
    box-shadow: 0px 2px 7px #0e4a5666;
    top: -106px;
    right: 0px;
}
.tooltip-show::before {
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    left: 82%;
    bottom: 10px;
    border: 15px solid transparent;
    border-bottom: 0;
    border-top: 15px solid #64c3d7;
    transform: translate(-50%, calc(100% + 5px));
}
.tooltip-show .close {
    float: right;
    background: white;
    width: 21px;
    left: 13px;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 21px;
    color: #4996a6;
    cursor: pointer;
}
.tooltip-show p {
    display: block;
    width: 100%;
    float: left;
}
.student_id {
    position: relative;
}
.popup.nosession {
    background-color: #64c3d7;
    position: fixed;
    right: 32%;
    padding: 44px;
    z-index: 111;
    color: #fff;
}
.nosession button {
    background: white;
    width: 29px;
    float: right;
    color: #000;
}
.nosession h2 {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    padding: 23px 0px;
}
.outer-nosession {
    background: #00000069;
    display: flex;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 111;
    align-items: center;
}
.modal-dialog.nostudent-pop {
    margin-top: 15%;
}
.div-to-print li {
    list-style: disc;
}
.studentid-search {
    border: 3px solid #4996a6;
    width: 100%;
    border-radius: 5px;
}
.studentid-search:focus {
    border-color: #347583;
    box-shadow: none;
}
.studs-pagination .select-none {
    background: #64c3d7 !important;
    color: white;
}
.prev-stud-search:focus {
    border-color: #347583;
    box-shadow: none;
}
.prev-stud-search {
    border: 3px solid #4996a6;
    border-radius: 5px;
}
.alert-primary.forms-success {
    background-image: linear-gradient(310deg, #5193a1, #64c3d7);
}
.forms-success .btn-close {
    background-image: none;
}
.forms-success .btn-close span {
    font-size: 26px;
    color: white;
}
@media only screen and (max-width: 767px) {
    header.site-header {
        text-align: inherit;
    }
    .site-logo {
        margin-bottom: 24px;
    }
    h3 {
        font-size: 25px !important;
    }
    .site-footer {
        text-align: center;
    }
    .footer-logo {
        margin-bottom: 40px;
    }
    .footer-r-box {
        text-align: center;
    }
    .heading-report {
        padding: 0 0px 0 0;
        font-size: 15px;
    }
}
