/* body */
body {
    background-color: #f5f5f5;}


/* bg */
.bg-full-gradient-blue {
    min-height: 100vh;
    background: linear-gradient(-45deg, #5644D1, #31BAA9)}


/* header */
header {
    position: relative;
    width: 100%;
    z-index: 120;
    background: #062b47;
    box-shadow: 0 0 5px #d9e7f1;
    padding: 10px 50px;}
/* left */
header .left .logo {
    color: #fff;
    text-decoration: none;}
header .left .logo img {
    height: 60px;
    max-width: 100%;}
header .left .logo h1 {
    display: block;
    font-size: 18px;
    margin-top: 9px;
    margin-bottom: 2px;}
header .left .logo h2 {
    display: block;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 0;
    color: #afb1b3;}
@media (min-width: 768px) {
header .left .logo {
    display: flex;
    align-items: center;}
header .left .logo img {
    margin-right: 10px;}
}
@media (max-width: 767px) {
header .left {
    text-align: center;}
header .left .logo img {
    height: 45px;}
header .left .logo h1 {
    font-size: 16px;}
header .left .logo h2 {
    font-size: 13px;}
}
/* right */
header .right ul {
    margin-top: 18px;}
header .right ul li {
    display: inline-block;
    list-style: none;
    font-size: 15px;
    color: #fff;} 
header .right ul li a {
    color: #f8f8f9;
    text-decoration: none;}
@media (min-width: 768px) {
header .right ul {
    float: right;}
}
@media (max-width: 767px) {
header .right {
    text-align: center;}
}

/* public-body */
.public-body {
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;}


/* common-form */
.common-form {
    background: #fff;
    border-color: #ececec;}
.page-form .page-body .page-col, 
.page-form .page-body .page-col-h, 
.page-form .page-body .page-col-f {
    padding-left: 15px;
    padding-right: 15px;}
.page-form .page-body input[type="text"], 
.page-form .page-body input[type=""], 
.page-form .page-body input[type="number"], 
.page-form .page-body input[type="date"], 
.page-form .page-body input[type="password"], 
.page-form .page-body input[type="email"], 
.page-form .page-body input[type="url"], 
.page-form .page-body input[type="time"], 
.page-form .page-body select, 
.page-form .page-body textarea {
    border-radius: 3px;
    border-color: #ddd;}
/* section */
.common-form .page-body .section {
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
    padding: 10px;}
.common-form .page-body .section .section-head {
    padding: 15px;}
.common-form .page-body .section .section-head h1 {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 18px;}
@media (min-width: 768px) { 
.page-form .page-body .page-col.height-set {
    height: 88px;}
}
.page-form .page-footer {
    padding-top: 15px;}
.page-form .page-footer .primary-btn {
    font-size: 17px;
    background: #1a1e21;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 12px 50px;}



/* btn-zoom-hover */
.btn-zoom-hover {
  overflow: hidden;
  transition: transform .6s;}
.btn-zoom-hover:hover,
.btn-zoom-hover:focus {
  -ms-transform: scale(1.1); 
  -webkit-transform: scale(1.1);
  transform: scale(1.1);}


/* button */
.blue-l-btn,
.blue-l-btn:hover {
    background-color: #5370d7;
    color: #fff !important;}


/* flex-col */
.flex-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;}

/**/
.a-logo {
    margin-top: 30px;
    margin-bottom: 55px;
    text-decoration: none;
    display: inline-block}
.a-logo img {
    max-width: 100%;
    max-height: 70px;}

/* result-page */
.result-page {
    overflow-x: hidden;}
.result-page h3 {
    margin-bottom: 30px;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 5px 15px;
    font-size: 20px;
    font-weight: bold;}
/* published-result */
.result-page .published-result {
    margin: 0 auto;
    width: 90%;
    max-width: 600px;
    padding: 35px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 6px 6px 18px #dfdfe1}
.result-page .published-result h4 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: bold;}
.result-page .published-result p {
    line-height: 24px;
    font-size: 14px;}
.result-page .published-result p a {
    color: #000;
    text-decoration: none;}
/* detained */
.result-page .published-result.detained h4 {
    color: #f94848;}
.result-page .published-result.detained .student-info {
    color: #f94848;}
/* passed */
.result-page .published-result.passed h4 {
    color: #23a879;}
.result-page .published-result.passed .student-info {
    color: #da169e;}
/* withheld */
.result-page .published-result.withheld h4 {
    color: #fa0;}
.result-page .published-result.withheld .student-info {
    color: #fa0;}





/* checkout_and_order_details */
.checkout_and_order_details .card {
    background-color: #fff;
    box-shadow: 5px 8px 15px #ddd;
    border-radius: 8px;
    padding: 40px;}
.checkout_and_order_details .card p {
    font-size: 14.8px;
    margin-bottom: 20px;}
.checkout_and_order_details .card .info-table {
    font-size: 14px;}
.checkout_and_order_details .card .info-table table {
    margin: 0 auto;}
.checkout_and_order_details .card .info-table td {
    vertical-align: top;
    padding: 2px 5px 0 0;}
.checkout_and_order_details .card .info-table td {
    white-space: nowrap;}
.checkout_and_order_details .card button {
    min-width: 150px;
    font-weight: bold;
    margin-top: 10px;
    font-size: 16px;
    padding: 10px 20px;}








/* request-fee-details */

/* request-form-col */
.request-fee-details .request-form-col {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;}
@media (max-width: 991px) {
.request-fee-details .request-form-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;}
}
@media (max-width: 767px) {
.request-fee-details .request-form-col {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;}
}
/* request-form */
.request-fee-details .request-form {
    background-color: #fff;
    padding: 55px 35px 40px;
    box-shadow: 7px 8px 25px #00000036;
    border-radius: 15px;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;}
/* form-head */
.request-fee-details .request-form .form-head {
    margin-bottom: 25px;}
.request-fee-details .request-form .form-head .logo img {
    max-width: 100%;
    max-height: 65px;}
.request-fee-details .request-form .form-head h3 {
    margin-top: 55px;
    margin-bottom: 30px;
    font-size: 22px;}
/* form-body */
.request-fee-details .request-form .form-body .field-col {
    position: relative;
    margin-top: 20px;}
.request-fee-details .request-form .form-body .field-col .form-label {
    font-weight: normal;
    margin-bottom: 8px;
    font-size: 13px;}
.request-fee-details .request-form .form-body .field-col .form-control {
    font-size: 13px;
    border-color: #ddd !important;
    padding: 20px 12px;
    border-radius: 7px;}
.request-fee-details .request-form .form-body .field-col .form-control:focus {
    box-shadow: none;}
/* form-foot */
.request-fee-details .request-form .form-foot {
    margin-top: 25px;}
.request-fee-details .request-form .form-foot .btn-primary {
    background: linear-gradient(-45deg, #7838E2, #6C24B4);
    padding: 12px;
    border-radius: 8px;
    width: 100%;}



/* view-fee-details */
/* student-info */
.view-fee-details .student-info {
    background-color: #fff;
    border-radius: 18px;
    padding: 20px;
    margin-top: 35px;}
/**/
.view-fee-details .student-info .photo {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    object-fit: cover;}
@media (max-width: 767px) {
.view-fee-details .student-info .photo {
    height: 50px;
    width: 50px;}
}
/**/
.view-fee-details .student-info .text-xl {
    font-size: 17px;}
.view-fee-details .student-info .text-s {
    font-size: 10px;}
.view-fee-details .student-info .text-m {
    font-size: 12px;}
.view-fee-details .student-info .text-l {
    font-size: 14px;}

/* fees-by-year */
.view-fee-details .fees-by-year {
    margin-top: 15px;}
/* head */
.view-fee-details .fees-by-year .head {
    border-radius: 18px 18px 0 0;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 30px 20px 20px 25px;
    padding-bottom: 15px;}
.view-fee-details .fees-by-year .head .date {
    font-size: 15.5px;}
.view-fee-details .fees-by-year .head .class {
    width: 105px;
    height: 30px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    padding: 5px;
    background-color: #F2F2F2;
    color: #3D3D3D;}
/* body */
.view-fee-details .fees-by-year .body .table {
    margin-bottom: 0;
    font-size: 12px;}
.view-fee-details .fees-by-year .body .table>tbody+tbody {
    border-top: none;}
.view-fee-details .fees-by-year .body .table tbody {
    position: relative;}
.view-fee-details .fees-by-year .body .table tbody::before {
    content: '';
    height: 4px;
    display: block;}
.view-fee-details .fees-by-year .body .table th,
.view-fee-details .fees-by-year .body .table td {
    border: 0;
    background-color: #fff;}
.view-fee-details .fees-by-year .body .table th,
.view-fee-details .fees-by-year .body .table td {
    border: 0;
    background-color: #fff;}
.view-fee-details .fees-by-year .body .table>thead>tr>th {
    border: 0;
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 15px;}
.view-fee-details .fees-by-year .body .table thead tr:first-of-type th:first-of-type,
.view-fee-details .fees-by-year .body .table tbody tr:first-of-type td:first-of-type {
    padding-left: 20px;}
@media (max-width: 767px) {
.view-fee-details .fees-by-year .body .table-responsive {
    margin-bottom: 0;}
}
/**/
.view-fee-details .fees-by-year .body .table .term-end td {
    border-bottom: 1px solid #B0B0B0;}
/**/
.view-fee-details .fees-by-year .body .table input[type="checkbox"] {
    height: 20px;
    width: 20px;
    top: 0;
    margin: 0;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #999;}
.view-fee-details .fees-by-year .body .table input[type="checkbox"]:checked {
    background: #33B6FF;
    border-color: #33B6FF;}
.view-fee-details .fees-by-year .body .table input[type="checkbox"]:checked::before {
    right: 2px;
    top: 2px;}
/**/
.view-fee-details .card-back .back-btn {
    font-size: 15px;
    min-width: 200px;
    padding: 12px;
    background-color: #fff;
    color: #000;}
/* create-fee-payment-order */
.view-fee-details .create-order {
    border-radius: 0 0 18px 18px;
    margin-top: 5px;
    padding: 20px;
    background: linear-gradient(-45deg, #B821FF, #9E3EEE);}
.view-fee-details .create-order .btn:focus {
    box-shadow: none;
    outline: none;}
.view-fee-details .create-order .btn-sign-out {
    font-size: 12px;
    border: 1px solid #E9E9E9;
    color: #E9E9E9;
    padding: 9px 25px;
    border-radius: 10px;}
.view-fee-details .create-order .total-amount {
    font-size: 16px;
    color: #fff;}
.view-fee-details .create-order .total-amount b {
    font-size: 25px;}
.view-fee-details .create-order .btn-proceed {
    background-color: #11C358;
    color: #fff;
    font-size: 12px;
    padding: 9px 28px;
    border-radius: 10px;}

/* order-history */
.view-fee-details .order-history {
    margin-top: 15px;
    margin-bottom: 35px;
    border-radius: 18px;
    background-color: #fff;
    padding-bottom: 30px;}
/* head */
.view-fee-details .order-history .head {
    border-bottom: 1px solid #DEDCDC;
    padding: 25px 20px;}
.view-fee-details .order-history .head .title {
    font-size: 22px;}
/* body */
.view-fee-details .order-history .body .table {
    margin-bottom: 0;
    font-size: 12px;}
.view-fee-details .order-history .body .table>thead>tr>th {
    border: 0;}
.view-fee-details .order-history .body .table th,
.view-fee-details .order-history .body .table td {
    border-color: #B0B0B0;
    padding: 12px 5px;}
.view-fee-details .order-history .body .table tbody tr:last-of-type td {
    border-bottom: 1px solid #B0B0B0;}
.view-fee-details .order-history .body .table thead tr th:first-of-type,
.view-fee-details .order-history .body .table tbody tr td:first-of-type {
    padding-left: 10px;}
.view-fee-details .order-history .body .table thead tr th:last-of-type,
.view-fee-details .order-history .body .table tbody tr td:last-of-type {
    padding-right: 10px;}
.view-fee-details .order-history .body .table .btn {
    padding: 0 6px;
    box-shadow: 1px 3px 6px #322f2f6b;
    color: #3b9ab3;}
@media (max-width: 767px) {
.view-fee-details .order-history .body .table-responsive {
    margin-bottom: 0;}
}
/* shows-here */
.view-fee-details .order-history .body .shows-here {
    padding: 30px 30px 0 20px;
    font-size: 12px;}



/* modal-amount-details */
.modal-amount-details {
    background-color: #fff;
    width: 380px;
    text-align: center;
    border-radius: 15px;
    padding: 50px 40px;}
.modal-amount-details .icon {
    height: 160px;
    margin-top: 5px;
    margin-bottom: 45px;}
.modal-amount-details h6 {
    color: #3D3D3D;
    margin-bottom: 20px;}
.modal-amount-details .item {
    color: #3D3D3D;
    margin-bottom: 7px;}
.modal-amount-details .item .text-label {
    font-size: 13.7px;
    display: inline-block;}
.modal-amount-details .item .data {
    font-size: 15px;
    display: inline-block;}
.modal-amount-details .item .l-data {
    font-size: 22px;}
.modal-amount-details .btns {
    margin-top: 15px;}
.modal-amount-details .btns .btn {
    padding: 10px;
    margin-top: 10px;
    margin-right: 5px;
    font-size: 13px;
    min-width: 125px;
    border-radius: 8px}
.modal-amount-details .btns .btn-cancel {
    background-color: #C6F7FE;
    color: #007BFF;}
.modal-amount-details .btns .btn-pay {
    background-color: #007BFF;
    color: #fff;}




/* payment-feedback-card */
.payment-feedback-card {
    background-color: #fff;
    color: #3D3D3D;
    width: 380px;
    text-align: center;
    border-radius: 15px;
    padding: 35px;}
.payment-feedback-card .icon {
    height: 180px;
    margin-bottom: 25px;}
.payment-feedback-card h5 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 26px;}
.payment-feedback-card h6 {
    font-size: 14px;}
.payment-feedback-card .btns {
    margin-top: 15px;}
.payment-feedback-card .btns .btn {
    padding: 10px;
    margin-top: 10px;
    font-size: 13px;
    min-width: 130px;
    border-radius: 8px;
    background-color: #007BFF;
    color: #fff;}