@import "signature.css";
@font-face {
    font-family: flame;
    src: url("../fonts2/flame.ttf");
}
@font-face {
    font-family: goudy;
    src: url("../fonts2/goudy.ttf");
    font-style: normal;
}
@font-face {
    font-family: goudy-regular;
    src: url("../fonts2/goudy-regular.ttf");
}
@font-face {
    font-family: abril;
    src: url("../fonts22/abril_fatface/AbrilFatface-Regular.ttf");
}
@font-face {
    font-family: acme;
    src: url("../fonts2/acme/Acme-Regular.ttf");
    font-style: normal;
}
@font-face {
    font-family: alice;
    src: url("../fonts2/alice/Alice-Regular.ttf");
}
@font-face {
    font-family: changa;
    src: url("../fonts2/changa/Changa-VariableFont_wght.ttf");
}
@font-face {
    font-family: daibanna;
    src: url("../fonts2/Dai_Banna_SIL/DaiBannaSIL-Regular.ttf");
}
@font-face {
    font-family: greatvibes;
    src: url("../fonts2/Great_Vibes/GreatVibes-Regular.ttf");
}
@font-face {
    font-family: lobster;
    src: url("../fonts2/Lobster_Two/LobsterTwo-Bold.ttf");
}
@font-face {
    font-family: museo;
    src: url("../fonts2/MuseoModerno/MuseoModerno-VariableFont_wght.ttf");
}
@font-face {
    font-family: quatt;
    src: url("../fonts2/Quattrocento_Sans/QuattrocentoSans-Bold.ttf");
}
@font-face {
    font-family: russo;
    src: url("../fonts2/Russo_One/RussoOne-Regular.ttf");
}
@font-face {
    font-family: signika;
    src: url("../fonts2/Signika/Signika-VariableFont_GRAD,wght.ttf");
}
@font-face {
    font-family: stint;
    src: url("../fonts2/Stint_Ultra_Condensed/StintUltraCondensed-Regular.ttf");
}
@font-face {
    font-family: yanone;
    src: url("../fonts2/Yanone_Kaffeesatz/YanoneKaffeesatz-VariableFont_wght.ttf");
}
@font-face {
    font-family: ysabeau;
    src: url("../fonts2/Ysabeau_Office/YsabeauOffice-VariableFont_wght.ttf");
}
@font-face {
    font-family: opensans;
    src: url("../fonts2/opensans.ttf");
    font-style: normal;
}
@font-face {
    font-family: "roboto";
    src: url("../fonts2/Roboto/Roboto-Regular.ttf");
    font-style: normal;
}
@font-face {
    font-family: "roboto-bold";
    src: url("../fonts2/Roboto/Roboto-Bold.ttf");
    font-style: bold;
}
@font-face {
    font-family: "mukta-bold";
    src: url("../fonts2/Mukta/Mukta-Bold.ttf");
    font-style: bold;
}
@font-face {
    font-family: "mukta";
    src: url("../fonts2/Mukta/Mukta-Regular.ttf");
    font-style: normal;
}
.nepali_font {
    font-family: "mukta";
}

@font-face {
    font-family: goudy;
    src: url("../fonts2/goudy.TTF");
    font-style: normal;
}
@font-face {
    font-family: alice;
    src: url("../fonts2/Alice/Alice-Regular.ttf");
}
@font-face {
    font-family: flame;
    src: url("../fonts2/Flame/flame.ttf");
}
@font-face {
    font-family: inter-black;
    src: url("../fonts2/inter-sans/black.ttf");
}
@font-face {
    font-family: inter-bold;
    src: url("../fonts2/inter-sans/bold.ttf");
}
@font-face {
    font-family: inter-medium;
    src: url("../fonts2/inter-sans/medium.ttf");
}
@font-face {
    font-family: semi-medium;
    src: url("../fonts2/inter-sans/semi-medium.ttf");
}
@font-face {
    font-family: inter-regular;
    src: url("../fonts2/inter-sans/regular.ttf");
}
@font-face {
    font-family: inter-thin;
    src: url("../fonts2/inter-sans/thin.ttf");
}
.attendance_calendar {
    margin-top: 30px;
}
.attendance_calendar h4 {
    font-weight: "roboto-bold";
    margin-bottom: 10px;
}
.attendance_calendar .date_wrapper {
    padding: 0px;
}
.attendance_calendar .date_wrapper li {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 2px 8px;
    float: left;
    margin-right: 30px;
    list-style: circle;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.attendance_calendar .date_wrapper li::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000;
}
.attendance_calendar .date_wrapper li span:nth-child(1) {
    margin-right: 10px;
    font-family: "roboto-bold";
}

#card_design .id_head_wrap:after {
    display: none;
}
#card_design .id_head_wrap {
    height: 150px;
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
    overflow: visible;
}
#card_design .std_img {
    bottom: -45px;
}
#card_design .std_info {
    padding-top: 45px;
}
#card_design .std_name h2 {
    margin-bottom: 8px 0px;
    color: #197cab;
}
#card_design .id_card_txt h4 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#card_layout_3 .id_head_wrap {
    left: -23px;
    width: 300px;
    position: relative;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
    height: 150px;
    margin-bottom: 60px;
    overflow: visible;
}
#card_layout_3 .id_head_wrap:after {
    display: none;
}
#card_layout_3 .id_head_wrap .header_wrapper {
    margin-left: 28px;
    padding-right: 15px;
}
#card_layout_3 .id_head_wrap .org_details {
    text-align: left;
}
#card_layout_3 .id_head_wrap .org_details .logo_wrap {
    position: unset !important;
    float: left;
    width: 20%;
}
#card_layout_3 .id_head_wrap .org_details .det {
    float: right;
    width: 70%;
    text-align: left;
}
#card_layout_3 .id_head_wrap .org_details .det h5 {
    width: 100%;
    float: none;
}
#card_layout_3 .head_shape {
    position: absolute;
    top: 0px;
    left: -32px;
    width: 320px;
    height: 162px !important;
    background: #fff;
    border-radius: 0px;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
    border-bottom: 5px solid #197cab;
    z-index: -1;
}
#card_layout_3 .std_img {
    bottom: -55px;
}
#card_layout_3 .std_img img {
    border-radius: 10px;
}
#card_layout_3 .std_img .prici_wrapper img {
    bottom: -25px;
    left: -55px;
}
#card_layout_3 .details_wrapper {
    position: relative;
}
#card_layout_3 .details_wrapper h5 {
    font-size: 14px;
}
#card_layout_3 .qr_id_img {
    position: absolute;
    right: 10px;
    bottom: 30px;
}
#card_layout_3 .qr_id_img svg {
    width: 60px;
    height: 60px;
}
#card_layout_3 .nametxt {
    font-size: 18px !important;
    margin-top: 65px !important;
    margin-bottom: 10px;
}

.id_wrapper {
    float: left;
    width: 19%;
    margin-right: 11px;
    border: 1px solid #ddd;
    position: relative;
    margin-bottom: 30px;
    margin-right: 12px;
    page-break-inside: avoid;
    z-index: 999;
    overflow: hidden;
}
.id_wrapper .id_head_wrap {
    background-color: #197cab;
    height: 190px;
    position: relative;
    overflow: hidden;
}
.id_wrapper .id_head_wrap:after {
    content: "";
    position: absolute;
    top: 130px;
    left: -65px;
    right: 0px;
    width: 380px;
    height: 450px;
    border-radius: 50%;
    background: #fff;
}
.id_wrapper .id_head_wrap .id_header {
    padding: 10px 6px;
}
.id_wrapper .id_head_wrap .id_header .header_wrapper h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: "inter-bold";
}
.id_wrapper .id_head_wrap .id_header .header_wrapper .org_details {
    color: #fff;
    text-align: center;
    position: relative;
}
.id_wrapper .id_head_wrap .id_header .header_wrapper .org_details .logo_wrap {
    position: absolute;
    left: 2px;
    top: 5px;
}
.id_wrapper
    .id_head_wrap
    .id_header
    .header_wrapper
    .org_details
    .logo_wrap
    .id_logo_img
    img {
    width: 55px;
    background: #fff;
    border-radius: 50%;
    padding: 1px;
}
.id_wrapper .id_head_wrap .id_header .header_wrapper .org_details h5 {
    margin: 0px 0px 0px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    font-family: "inter-regular";
    width: 72%;
    float: right;
    text-align: left;
}
.id_wrapper .std_img {
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 9;
}
.id_wrapper .std_img .img_wrapper {
    position: relative;
    border-radius: 50%;
}
.id_wrapper .std_img .img_wrapper img {
    width: 95px;
    border-radius: 50%;
    box-shadow: 0 0 0px 4px #197cab;
}
.id_wrapper .std_img .img_wrapper img:after {
    content: "";
}
.id_wrapper .std_img .img_wrapper img:before {
    content: "";
}
.id_wrapper .std_info {
    position: relative;
    z-index: 99999;
}
.id_wrapper .prici_wrapper {
    position: absolute;
    right: 0px;
    bottom: 0px;
    text-align: center;
}
.id_wrapper .prici_wrapper img {
    width: 100px;
    position: relative;
    left: -20px;
}
.id_wrapper .prici_wrapper h6 {
    font-size: 10px;
    font-weight: bold;
    margin: 0px;
    font-family: "inter-regular";
    position: relative;
}
.id_wrapper .std_name h2 {
    font-size: 17px;
    font-weight: bold;
    font-family: "inter-bold";
    text-align: center;
    margin-top: 3px;
    margin-bottom: 5px;
}
.id_wrapper .details_wrapper {
    padding-left: 8px;
}
.id_wrapper .details_wrapper h5 {
    font-size: 12px;
    margin: 0px 0px;
    overflow: hidden;
}
.id_wrapper .details_wrapper h5 span {
    float: left;
}
.id_wrapper .details_wrapper h5 span:nth-child(1) {
    width: 26%;
    font-family: "semi-medium";
    font-weight: 600;
}
.id_wrapper .details_wrapper h5 span:nth-child(2) {
    width: 72%;
    font-family: "inter-regular";
    font-weight: 500;
}
.id_wrapper .id_card_txt {
    position: absolute;
    width: 100%;
    bottom: 0px;
}
.id_wrapper .id_card_txt h4 {
    background: #197cab;
    margin: 0px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding: 3px;
    font-family: "inter-bold";
}

/* SCROLLBAR CUSTOMIZE  */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    /* width of the scrollbar */
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* color of the track */
}

::-webkit-scrollbar-thumb {
    background: #888;
    /* color of the scroll thumb */
}

::-webkit-scrollbar-thumb:hover {
    /* color of the scroll thumb on hover */
}

.form_scroll_wrapper {
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal_footer {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 10px;
}

.custom_modal_header {
    padding: 10px 15px !important;
    border-bottom: 1px solid #ddd;
}

.nav_tab_custom {
    margin-top: 10px !important;
}

.table_scroll_wrapper {
    max-height: 470px;
    overflow-y: auto;
}
.table_scroll_wrapper thead {
    position: sticky;
    top: 0px;
}

.table_btn_scroll_wrapper {
    max-height: 420px;
    overflow-y: auto;
}
.table_btn_scroll_wrapper thead {
    position: sticky;
    top: -1px;
    background-color: #f7f7f7;
}

.swal2-backdrop-show {
    z-index: 99999;
}

.select2-container {
    display: block;
}

.dataTables_info {
    margin-top: 10px;
}

.dataTables_paginate {
    margin-top: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: transparent !important;
    box-shadow: none;
    border: 1px solid #367fa9;
    color: #367fa9 !important;
    font-weight: 600;
    padding: 3px 9px !important;
}

.act_pd {
    padding-left: 4px;
    padding-right: 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 0px;
    outline-offset: 0px;
}

input {
    outline: 0px !important;
}

select {
    outline: 0px !important;
}

table tbody td a svg {
    margin-right: 0px !important;
}

a svg {
    margin-right: 6px;
}

.title_wrap {
    margin-bottom: 15px;
}
.title_wrap .title_wrap_span {
    text-transform: none !important;
    font-size: 12px !important;
}

.btn {
    padding: 8px 12px;
    border: none;
    line-height: 1;
}

#login_end_footer {
    opacity: 0.9;
    border-top: 1px solid rgba(204, 204, 204, 0.3019607843);
}
#login_end_footer .link-collection {
    display: unset;
}
#login_end_footer .link-collection .copyright {
    display: flex;
    justify-content: space-between;
}
#login_end_footer .link-collection .copyright p {
    letter-spacing: 0.5px;
    font-size: 12px;
}
#login_end_footer .link-collection .copyright p a {
    margin-left: 2px;
    text-decoration: none;
}
#login_end_footer .link-collection .copyright p .blue {
    color: #08c;
    font-weight: 800;
}
#login_end_footer .link-collection .copyright p .red {
    color: #e43f3f;
    font-weight: 800;
}

#feat_login {
    width: 100%;
    justify-content: space-between;
    height: 100vh;
}
#feat_login .login_feat_wrapper {
    width: 60%;
    z-index: 9999999;
    color: #fff;
}
#feat_login .login_feat_wrapper .feat_title {
    border-bottom: 1px solid rgba(221, 221, 221, 0.2901960784);
    margin-bottom: 45px;
}
#feat_login .login_feat_wrapper .feat_title h2 {
    font-weight: 600;
}
#feat_login .login_feat_wrapper .feat_title p {
    font-size: 13px;
}
#feat_login
    .login_feat_wrapper
    .feat_container
    .feat_wrapper
    .feat_slider
    .mySwiper
    .swiper-wrapper {
    padding-bottom: 45px;
}
#feat_login
    .login_feat_wrapper
    .feat_container
    .feat_wrapper
    .feat_slider
    .mySwiper
    .swiper-wrapper
    .swiper-slide
    .feat_flx_wrap {
    display: flex;
    -moz-column-gap: 60px;
    column-gap: 60px;
    row-gap: 20px;
    flex-wrap: wrap;
}
#feat_login
    .login_feat_wrapper
    .feat_container
    .feat_wrapper
    .feat_slider
    .mySwiper
    .swiper-wrapper
    .swiper-slide
    .feat_flx_wrap
    .flx_ct {
    width: calc(50% - 30px);
}
#feat_login
    .login_feat_wrapper
    .feat_container
    .feat_wrapper
    .feat_slider
    .mySwiper
    .swiper-wrapper
    .swiper-slide
    .feat_flx_wrap
    .wrapper_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#feat_login
    .login_feat_wrapper
    .feat_container
    .feat_wrapper
    .feat_slider
    .mySwiper
    .swiper-wrapper
    .swiper-slide
    .feat_flx_wrap
    .wrapper_wrap
    .icon_ft {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#feat_login
    .login_feat_wrapper
    .feat_container
    .feat_wrapper
    .feat_slider
    .mySwiper
    .swiper-wrapper
    .swiper-slide
    .feat_flx_wrap
    .wrapper_wrap
    .icon_ft
    svg {
    font-size: 26px;
    width: 25px;
    height: 25px;
    border: 2px solid #ddd;
    border-radius: 50%;
    padding: 12px;
}
#feat_login
    .login_feat_wrapper
    .feat_container
    .feat_wrapper
    .feat_slider
    .mySwiper
    .swiper-wrapper
    .swiper-slide
    .feat_flx_wrap
    .wrapper_wrap
    .features_des {
    width: 75%;
}
#feat_login
    .login_feat_wrapper
    .feat_container
    .feat_wrapper
    .feat_slider
    .mySwiper
    .swiper-wrapper
    .swiper-slide
    .feat_flx_wrap
    .wrapper_wrap
    .features_des
    h4 {
    font-size: 16px;
    font-weight: 600;
}
#feat_login
    .login_feat_wrapper
    .feat_container
    .feat_wrapper
    .feat_slider
    .mySwiper
    .swiper-wrapper
    .swiper-slide
    .feat_flx_wrap
    .wrapper_wrap
    .features_des
    p {
    font-size: 12px;
    color: #ddd;
}
#feat_login
    .login_feat_wrapper
    .feat_container
    .feat_wrapper
    .feat_slider
    .mySwiper
    .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1 !important;
}
#feat_login
    .login_feat_wrapper
    .feat_container
    .feat_wrapper
    .feat_slider
    .mySwiper
    .swiper-pagination-bullet {
    opacity: 0.6;
    background-color: #fff;
}
#feat_login .login-box-body {
    width: 30%;
}
#feat_login .login-box-body .btn_btn {
    padding: 12px;
}

.modal .modal-dialog .modal-content .modal-header h4 svg {
    margin-right: 8px;
    color: #505050;
}
.modal .modal-dialog .modal-content .modal-body .general-info {
    overflow: hidden;
    margin: 15px 0px;
}
.modal
    .modal-dialog
    .modal-content
    .modal-body
    .general-info:nth-last-child(1) {
    margin-bottom: 0px;
}
.modal .modal_box_label {
    font-size: 14px !important;
    margin: 0px 6px 0px 0px;
}
.modal .radio_p {
    display: flex;
    align-items: center;
}
.modal .radio_p input {
    margin-top: 0px;
    margin-right: 6px;
}

.page-header {
    margin: 0px;
    padding: 8px 0px;
}
.page-header svg {
    margin-right: 8px;
}

.btn-group a svg {
    margin-right: 6px;
}

.cust_table thead th:nth-last-child(1) {
    text-align: center;
}
.cust_table thead th:nth-last-child(2) {
    text-align: center;
}
.cust_table tbody tr td:nth-last-child(1),
.cust_table tbody tr td:nth-child(1) {
    text-align: center;
}
.cust_table tbody tr td:nth-last-child(1) a,
.cust_table tbody tr td:nth-child(1) a {
    border-right: 1px solid #ddd;
    padding-right: 7px;
    margin-right: 7px;
}
.cust_table tbody tr td:nth-last-child(1) a:nth-last-child(1),
.cust_table tbody tr td:nth-child(1) a:nth-last-child(1) {
    padding-right: 0px;
    margin-right: 0px;
    border-right: 0px;
}
.cust_table tbody tr td:nth-last-child(1) .btn_action,
.cust_table tbody tr td:nth-child(1) .btn_action {
    background-color: transparent;
    padding: 0px;
    border: none !important;
}
.cust_table tbody tr td:nth-last-child(2) {
    text-align: center;
}

select {
    padding-right: 20px !important;
}

.border_color {
    border: 1px solid #ddd !important;
}

.pd-0 {
    padding: 0px;
}

.pd-l {
    padding-left: 0px;
}

.pd-r {
    padding-right: 0px;
}

.pd-t {
    padding-top: 0px;
}

.pd-b {
    padding-bottom: 0px !important;
}

.m-0 {
    padding: 0px;
}

.m-l {
    padding-left: 0px;
}

.m-r {
    padding-right: 0px;
}

.m-t {
    padding-top: 0px;
}

.m-b {
    padding-bottom: 0px;
}

.m_bt_15 {
    margin-bottom: 15px;
}

button svg {
    margin-right: 6px;
}
button i {
    margin-right: 6px;
}

.top_input_wrapper .bootstrap-select {
    display: block !important;
}

.staffset .text-dark,
.studentset .text-dark {
    color: #505050 !important;
}

.swal2-popup .swal2-html-container {
    font-size: 12px !important;
}
.swal2-popup .swal2-styled {
    box-shadow: none !important;
    font-size: 12px !important;
}

.sign_setup_img {
    width: 100% !important;
    margin: 0px !important;
    margin-top: 15px !important;
    -o-object-fit: contain;
    object-fit: contain;
}

.btn_groups {
    position: relative;
    top: 5px;
}
.btn_groups a label {
    margin-bottom: 0px !important;
}
.act_pd_last tbody td:nth-last-child(1) {
    padding-left: 0px;
    padding-right: 0px;
}

.ml-6 {
    margin-left: 6px !important;
}

.modal_header {
    border-bottom: 1px solid #ddd !important;
    margin-bottom: 15px;
}

.float_page_header {
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn_groups_header {
    margin-bottom: 15px !important;
}
.btn_groups_header .btn_groups {
    position: absolute;
    top: 0px;
    right: 15px;
}
.btn_groups_header .btn_groups button {
    border: none;
}

.table_header_pd thead th {
    padding: 8px !important;
}

.form-text-wrapper {
    position: relative;
    background-color: #f7f7f7;
    margin-bottom: 30px;
}
.form-text-wrapper .form-check {
    padding-bottom: 6px;
    margin-bottom: 7px;
}
.form-text-wrapper .data_text_center {
    margin-top: 8px;
}
.form-text-wrapper .data_text_center p {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
    text-align: center;
}

.global_certificate .certify_wrapper {
    border: 4px solid #cf882c;
    border-style: double;
    padding: 50px 30px 30px;
    position: relative;
    max-width: 1140px;
    /* max-height: 600px; */
    position: relative;
}
.global_certificate .certify_wrapper:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
}
.global_certificate .certify_wrapper .top_header .header_flx {
    display: flex;
    justify-content: space-between;
}
.global_certificate .certify_wrapper .top_header .header_flx .lf_img {
    max-width: 20%;
    float: left;
}
.global_certificate .certify_wrapper .top_header .header_flx .lf_img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.global_certificate .certify_wrapper .top_header .header_flx .skul_des {
    max-width: 60%;
    float: left;
}
.global_certificate .certify_wrapper .top_header .header_flx .skul_des h2 {
    font-family: goudy-regular;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}
.global_certificate .certify_wrapper .top_header .header_flx .skul_des h4 {
    font-family: goudy-regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}
.global_certificate .certify_wrapper .top_header .header_flx .rt_img {
    max-width: 20%;
    float: left;
}
.global_certificate .certify_wrapper .top_header .header_flx .rt_img img {
    max-width: 65px;
    height: 70px;
}
.global_certificate .certify_wrapper .numb_txt {
    font-family: times !important;
}
.global_certificate .certify_wrapper .regd_no {
    position: absolute;
    top: 0px;
    right: 30px;
}
.global_certificate .certify_wrapper .regd_no h5 {
    font-family: goudy-regular;
    font-size: 11px;
    color: #000;
}
.global_certificate .certify_wrapper .regd_no h5 span {
    font-family: times !important;
}
.global_certificate .certify_wrapper .watermark_img {
    position: absolute;
    top: calc(50% - 200px);
    left: calc(50% - 200px);
    opacity: 0.1;
}
.global_certificate .certify_wrapper .watermark_img img {
    width: 400px;
    height: 400px;
    border-radius: 50%;
}
.global_certificate .certify_wrapper .ct_title {
    margin-bottom: 40px;
}
.global_certificate .certify_wrapper .ct_title h1 {
    font-family: flame;
    font-size: 54px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    text-align: center;
    color: #cf882c !important;
    -webkit-print-color-adjust: exact;
}
.global_certificate .certify_wrapper .std_des h5 {
    font-family: goudy;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
}
.global_certificate .certify_wrapper .std_des h5 span {
    display: inline-block;
    text-align: center;
    line-height: 1;
}
.global_certificate .certify_wrapper .ct_footer {
    overflow: hidden;
    margin-top: 45px;
}
.global_certificate .certify_wrapper .ct_footer .algn_rt {
    text-align: right;
}
.global_certificate .certify_wrapper .ct_footer .footer_text {
    width: 50%;
    float: left;
}
.global_certificate .certify_wrapper .ct_footer .footer_text .ft_wrapper {
    display: inline-block;
    text-align: center;
}
.global_certificate .certify_wrapper .ct_footer .footer_text span {
    font-size: 14px;
    font-family: goudy-regular;
    display: inline-block;
}
.global_certificate .certify_wrapper .ct_footer .footer_text h5 {
    font-family: goudy-regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* text-align: center; */
}

.top_input_wrapper_flx {
    display: flex;
    align-items: flex-end;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-bottom: 25px;
}
.top_input_wrapper_flx .top_input_wrapper {
    white-space: nowrap;
}
.top_input_wrapper_flx .top_input_wrapper .form-group {
    margin-bottom: 0px;
}
.routine_form_wrapper {
    border: 1px solid #ddd;
    padding: 0px 15px 15px;
}
.routine_form_wrapper .form_editable {
    background: #f7f7f7;
    padding: 15px 0px;
    margin-bottom: 15px;
}
.routine_form_wrapper .form_additional {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.routine_form_wrapper .form_additional:nth-last-child(1) {
    margin-bottom: 0px;
}
.routine_form_wrapper .form-control {
    width: 100% !important;
}

.nav-tabs .nav-item .nav-link {
    padding: 6px 20px !important;
}
.select2-container--default .select2-selection--single {
    border-radius: 0px;
    border-color: #d2d6de;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 23px;
    padding: 0px 0px;
}

.select2-selection--multiple {
    padding: 0px 26px 0px 15px;
    border-radius: 0px !important;
}

.select2-selection__clear {
    position: absolute;
    right: 4px;
}

.dz-image {
    border: 1px solid #ddd;
    border-radius: 20px;
}
.dz-image .dz-remove {
    position: relative;
    top: 6px;
}

.support_details .msg_wrapper {
    margin-bottom: 25px;
}
.support_details .msg_wrapper h4 {
    margin-top: 0px;
    color: #505050;
    font-size: 16px;
    font-weight: 600;
}
.support_details .msg_wrapper p {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 0px;
}
.support_details .msg_wrapper .image_wrapper {
    display: flex;
    -moz-column-gap: 30px;
    column-gap: 30px;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    padding: 20px;
}
.support_details .msg_wrapper .image_wrapper .img_wrap {
    width: 10%;
    border: 1px solid #ddd;
    padding: 2px;
    border-radius: 10px;
}
.support_details .msg_wrapper .image_wrapper .img_wrap img {
    width: 100%;
    border-radius: 10px;
}

.table_text_style .viewSupportTicket {
    color: #31708f;
    font-style: italic !important;
    font-size: 12px;
    display: inline;
    margin-left: 8px;
    font-weight: 600;
}

#signaturesetup_table tbody tr td:nth-last-child(2) {
    text-align: left;
}

#signaturesetup_table tbody tr td:nth-last-child(2) ul {
    padding-left: 15px;
}

#signaturesetup_table thead th:nth-last-child(2) {
    text-align: left;
}

.sign_setup .upload_wrap {
    padding: 5px;
    border: 1px solid #ddd;
}

.box-header {
    padding: 0px;
}

.edit_staff .box-header {
    padding: 0px;
}
.edit_staff .mod-division {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.edit_staff .mod-division:nth-last-child(1) {
    margin-bottom: 0px;
}

.account-wrap .date_abs {
    position: absolute;
    right: 15px;
    margin-bottom: 0px;
}
.account-wrap .date_abs h5 {
    color: #505050;
    font-size: 11px;
    background: #f7f7f7;
    padding: 6px 15px;
    border-radius: 2px;
    margin: 0px;
}
.account-wrap .date_abs h5 .clr {
    color: red;
}
.account-wrap .bk_input_wrapper {
    background-color: #f7f7f7;
    padding: 8px 0px 15px;
    margin: 0px;
}
.account-wrap .top_input_wrapper_flx {
    justify-content: flex-start;
    margin-bottom: 20px;
}
.account-wrap .top_input_wrapper_flx .form-control {
    width: 150px;
}
.account-wrap .top_input_wrapper_flx .form-group {
    margin-bottom: 0px;
}

.journalvouchertable {
    margin-top: 15px;
}
.journalvouchertable .form-control {
    width: auto;
}

#bill-wrapper3 {
    width: 100%;
}
#bill-wrapper3 .bill .org-name .org-image {
    position: absolute;
    top: 40px;
}
#bill-wrapper3 .bill .org-name .org-image img {
    width: 100px;
}
#bill-wrapper3 .bill .org-name .school-name {
    text-align: center;
}
#bill-wrapper3 .bill .org-name .school-name h3 {
    font-weight: 800;
    margin: 0px;
    font-size: 28px;
    margin-bottom: 10px;
    color: #4e539e;
}
#bill-wrapper3 .bill .org-name .school-name p {
    font-size: 14px;
    line-height: 18px;
    margin: 0px;
}
#bill-wrapper3 .bill .org-name .registery {
    text-align: right;
}
#bill-wrapper3 .bill .org-name .registery p {
    font-size: 14px;
    line-height: 18px;
    margin: 0px;
}
#bill-wrapper3 .bill .org-name .registery p span {
    font-weight: 700;
    font-style: italic;
}
#bill-wrapper3 .bill .student-detail {
    padding: 10px 0px;
    text-align: center;
}
#bill-wrapper3 .bill .student-detail h3 {
    font-weight: 900;
    font-size: 20px;
    margin-top: 0px;
    border: 1px solid #4e539e;
    padding: 8px 30px;
    display: inline-block;
}
#bill-wrapper3 .bill .voucher-detail {
    padding: 15px 0px;
}
#bill-wrapper3 .bill .voucher-detail p {
    font-size: 14px;
    margin-bottom: 2px;
    line-height: 18px;
    margin-top: 8px;
}
#bill-wrapper3 .bill .voucher-detail .transactiondate {
    float: left;
}
#bill-wrapper3 .bill .voucher-detail .transactiondate p {
    font-size: 14px;
    margin-bottom: 2px;
    line-height: 18px;
    margin-top: 8px;
}
#bill-wrapper3 .bill .voucher-detail .all-date {
    float: right;
}
#bill-wrapper3 .bill .voucher-detail .all-date table tr td {
    padding: 8px !important;
}
#bill-wrapper3 .bill .voucher-detail .all-date table tr td p {
    font-size: 14px;
    margin-bottom: 2px;
    line-height: 18px;
    margin-top: 8px;
}
#bill-wrapper3 .bill .bill-table {
    margin: 30px 0px;
}
#bill-wrapper3 .bill .bill-table table {
    width: 100%;
    padding: 0px;
    margin-bottom: 5px;
}
#bill-wrapper3 .bill .bill-table table .tfoot {
    font-weight: 900;
}
#bill-wrapper3 .bill .bill-table table .tfoot td:nth-child(1) {
    text-align: center;
}
#bill-wrapper3 .bill .naration-words .naration {
    margin: auto;
    padding: 3px 0px;
}
#bill-wrapper3 .bill .naration-words .naration .form-group {
    margin-bottom: 0px;
}
#bill-wrapper3 .bill .naration-words .naration .form-group label {
    margin-bottom: 0px;
}
#bill-wrapper3 .bill .words {
    width: 100%;
    margin: auto;
    padding-bottom: 15px;
}
#bill-wrapper3 .bill .bill-footer .signature {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#bill-wrapper3 .bill .bill-footer .signature p.sign {
    position: relative;
    font-size: 14px;
    margin-bottom: 2px;
    line-height: 18px;
    margin-top: 8px;
    font-weight: 600;
    text-align: center;
}
#bill-wrapper3 .bill .bill-footer .signature p.sign img {
    width: 100px;
    display: block;
}
#bill-wrapper3 .bill .bill-footer .signature p.sign span:nth-child(1) {
    display: block;
    padding-bottom: 5px;
}
#bill-wrapper3 .bill .bill-footer .signature p.sign span:nth-child(2) {
    border-top: 1px solid black;
    display: block;
}

@media print {
    tfoot {
        display: table-footer-group;
    }
}
.voucher_wrapper .voucher_title {
    text-align: center;
    margin-bottom: 30px;
}
.voucher_wrapper .voucher_title h2 {
    border: 1px solid #ddd;
    padding: 8px 30px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 900;
}
.voucher_wrapper h4 {
    font-weight: 600;
    text-align: right;
    font-size: 16px;
    margin-bottom: 15px;
}
.voucher_wrapper h4 span {
    color: #505050;
}

.ledger_print_wrapper .organizationdetails h2 {
    font-weight: 900;
}
.ledger_print_wrapper .organizationdetails p {
    margin-bottom: 0px;
}
.ledger_print_wrapper .title {
    text-align: center;
}
.ledger_print_wrapper .title h2 {
    text-align: center;
    font-weight: 800;
    border: 1px solid #ddd;
    display: inline-block;
    padding: 8px 30px;
    margin: 30px 0px;
    font-size: 20px;
    text-transform: capitalize;
}
.ledger_print_wrapper h4 {
    font-weight: 600;
    text-align: right;
    font-size: 16px;
    margin-bottom: 15px;
}
.ledger_print_wrapper h4 span {
    color: #505050;
}

.acc_stat_wrapper {
    margin-bottom: 0px;
}

.stockViewForm .viewpurchasemaster {
    border: 1px solid #ddd;
    padding: 8px 0px;
    margin-bottom: 15px;
    position: relative;
    background: #e6f1ff;
}
.stockViewForm .viewpurchasemaster label {
    margin: 0px;
    border-right: 1px solid #ddd;
    padding: 6px 15px;
    text-align: center;
    color: #000;
    font-weight: 600;
}
.stockViewForm .viewpurchasemaster label span {
    color: #333;
    font-weight: 500;
}
.stockViewForm .print_btn {
    position: absolute;
    right: 8px;
    margin: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.stockViewForm .update_btn {
    text-align: right;
}

#editstockitemdata .viewpurchasemaster label:nth-last-child(1) {
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-radius: 3px;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-radius: 3px !important;
}

.modal_form_wrapper {
    border: 1px solid #ddd;
    margin-bottom: 15px;
}
.modal_form_wrapper .box-header .box-title {
    border-left: 0px !important;
    background-color: #f7f7f7;
    color: #505050;
}
.modal_form_wrapper .box-header .box-title:before {
    border-width: 6px !important;
}
.modal_form_wrapper .upload_wrapper {
    display: flex;
    justify-content: space-between;
    padding: 8px 0px;
}
.modal_form_wrapper .upload_wrapper .custom-upload {
    float: none !important;
    width: auto;
}
.modal_form_wrapper .upload_wrapper .img-prev {
    float: none !important;
}
.modal_form_wrapper .upload_wrapper .img-prev a {
    position: absolute;
    right: -20px;
    top: 0px;
}
.modal_form_wrapper .up-btn svg {
    margin-right: 6px;
}
.modal_form_wrapper .form-check-label {
    margin-bottom: 0px;
}

.school_std_report .std_wrapper_flx {
    display: flex;
}
.school_std_report .std_wrapper_flx .col-md-6 {
    width: 49%;
}

.name_wrap_flx {
    display: flex;
    -moz-column-gap: 25px;
    column-gap: 25px;
    border: 1px solid #ddd;
    padding: 8px 15px;
}
.name_wrap_flx .name_wrap {
    border-right: 1px solid #ddd;
    padding-right: 15px;
}
.name_wrap_flx .name_wrap:nth-last-child(1) {
    border-right: 0px;
    padding-right: 0px;
}
.name_wrap_flx .name_wrap label {
    margin-bottom: 0px;
}

.table_list_wrapper {
    overflow: hidden;
    border: 1px solid #ddd;
    margin: 0px 15px 0px;
    padding: 15px 0px 0px;
    border-top: 0px;
}

.actions_icon {
    font-size: 22px;
}

.smart_logo {
    display: flex;
    justify-content: center;
}

.navbar-custom-menu {
    float: none !important;
}

.main-header .sidebar-toggle {
    float: none;
}

.top_nav_wrapper_flx {
    display: flex;
    align-items: center;
}
.top_nav_wrapper_flx .top_nav_wrapper:nth-child(1) {
    width: 4%;
}
.top_nav_wrapper_flx .top_nav_wrapper:nth-child(2) {
    width: 25%;
}
.top_nav_wrapper_flx .top_nav_wrapper:nth-child(3) {
    width: 25%;
    text-align: center;
}
.top_nav_wrapper_flx .top_nav_wrapper:nth-child(3) .navbar-custom-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7f7f7;
}
.top_nav_wrapper_flx .top_nav_wrapper:nth-child(4) {
    width: 21%;
    text-align: center;
}
.top_nav_wrapper_flx .top_nav_wrapper:nth-last-child(1) {
    width: 25%;
    display: flex;
    justify-content: end;
}
.top_nav_wrapper_flx .top_nav_wrapper:nth-last-child(1) a {
    padding-left: 10px !important;
    padding-right: 6px !important;
}
.top_nav_wrapper_flx .custom-nav-element {
    margin: 0px;
}
.top_nav_wrapper_flx .custom-nav-element .ul-head {
    margin: 0px;
}
.top_nav_wrapper_flx .custom-nav-element .ul-head .list-head a {
    border-right: 1px solid #ddd;
    margin-right: 2px;
    padding-right: 2px;
}
.top_nav_wrapper_flx
    .custom-nav-element
    .ul-head
    .list-head
    a:nth-last-child(1) {
    border-right: 0px;
    margin-right: 0px;
    padding-right: 0px;
}

.trial_blnc_container {
    margin-bottom: 45px;
}
.trial_blnc_container .trial_blnc_title {
    text-align: center;
    margin-bottom: 30px;
}
.trial_blnc_container .trial_blnc_title h2 {
    color: #23994c;
    font-weight: 900;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 0px;
}
.trial_blnc_container .trial_blnc_title h3 {
    color: #23994c;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.trial_blnc_container .trial_blnc_flx .trial_blnc_wrapper {
    float: left;
    width: 48%;
    position: relative;
    border: 1px solid #ddd;
}
.trial_blnc_container .trial_blnc_flx .trial_blnc_wrapper:nth-last-child(1) {
    float: right;
}
.trial_blnc_container .trial_blnc_flx .trial_blnc_wrapper h1 {
    background-color: #08c;
    color: #fff;
    border: 1px solid #ddd;
    border-bottom: none;
    text-align: center;
}
.trial_blnc_container .trial_blnc_flx .trial_blnc_wrapper table {
    width: 100%;
    margin-bottom: 0px;
}
.trial_blnc_container .trial_blnc_flx .trial_blnc_wrapper table th {
    padding: 2px 6px !important;
}
.trial_blnc_container .trial_blnc_flx .trial_blnc_wrapper table td {
    padding: 2px 6px !important;
}
.trial_blnc_container
    .trial_blnc_flx
    .trial_blnc_wrapper
    table
    thead
    tr
    .text_title {
    text-align: center;
    background-color: #08c;
    color: #fff;
}
.trial_blnc_container .trial_blnc_flx .trial_blnc_wrapper .grantotal {
    text-align: right;
}
.trial_blnc_container .trial_blnc_flx .trial_blnc_wrapper .abs {
    position: absolute;
    left: 0px;
    bottom: -34px;
    width: 100%;
    border: 1px solid #ddd;
    border-top: 0px;
}
.trial_blnc_container .trial_blnc_flx .trial_blnc_wrapper .abs .pd-0 {
    padding: 0px !important;
}
.trial_blnc_container .trial_blnc_flx .trial_blnc_wrapper .abs table {
    table-layout: fixed;
}
.trial_blnc_container .trial_blnc_flx .trial_blnc_wrapper .abs table td {
    text-align: right;
    padding: 6px !important;
    font-weight: 600;
}
.trial_blnc_container .trial_blnc_flx .trial_blnc_wrapper .group-detail {
    background: rgba(0, 136, 204, 0.0509803922);
}
.trial_blnc_container .vt_wrapper {
    display: inherit !important;
}
.trial_blnc_container .vt_wrapper .trial_blnc_wrapper {
    flex: none !important;
}

.change-pass .cus-box {
    padding: 45px;
    width: 60%;
    margin: 0px auto 100px;
}
.change-pass .cus-box .form-group {
    margin-bottom: 20px;
}
.change-pass .cus-box .form-group label {
    display: block;
    margin: 0px 0px 6px;
    text-align: left;
}
.change-pass .cus-box .form-group input {
    padding: 10px;
    background-color: white !important;
    padding-right: 35px;
    padding-left: 20px;
    border-radius: 30px;
}

.btn_btn:disabled {
    opacity: 0.5;
    cursor: none;
}

.view_type {
    width: 18rem;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background: #0082ca;
    line-height: 3rem;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
}
.view_type input {
    visibility: hidden;
    position: absolute;
    top: 0;
}
.view_type label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: #fff;
}
.view_type .switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 2px;
    z-index: 3;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    /* transition: transform 1s; */
}
.view_type .switch-wrapper .switch {
    border-radius: 30px;
    background: #fff;
    height: 100%;
}
.view_type .switch-wrapper .switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: #3c8dbc;
    transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
}

.view_type input:nth-of-type(1):checked ~ .switch-wrapper {
    transform: translateX(0%);
}

/* slide the switch box from left to right */
.view_type input:nth-of-type(2):checked ~ .switch-wrapper {
    transform: translateX(100%);
}

/* toggle the switch box labels - first checkbox:checked - show first switch div */
.view_type
    input:nth-of-type(1):checked
    ~ .switch-wrapper
    .switch
    div:nth-of-type(1) {
    opacity: 1;
}

/* toggle the switch box labels - second checkbox:checked - show second switch div */
.view_type
    input:nth-of-type(2):checked
    ~ .switch-wrapper
    .switch
    div:nth-of-type(2) {
    opacity: 1;
}

.rank_type {
    width: 23rem;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background: #0082ca;
    line-height: 3rem;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
}
.rank_type input {
    visibility: hidden;
    position: absolute;
    top: 0;
}
.rank_type label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: #fff;
}
.rank_type .switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 2px;
    z-index: 3;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    /* transition: transform 1s; */
}
.rank_type .switch-wrapper .switch {
    border-radius: 30px;
    background: #fff;
    height: 100%;
}
.rank_type .switch-wrapper .switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: #0082ca;
    transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
}

.rank_type input:nth-of-type(1):checked ~ .switch-wrapper {
    transform: translateX(0%);
}

/* slide the switch box from left to right */
.rank_type input:nth-of-type(2):checked ~ .switch-wrapper {
    transform: translateX(100%);
}

/* toggle the switch box labels - first checkbox:checked - show first switch div */
.rank_type
    input:nth-of-type(1):checked
    ~ .switch-wrapper
    .switch
    div:nth-of-type(1) {
    opacity: 1;
}

/* toggle the switch box labels - second checkbox:checked - show second switch div */
.rank_type
    input:nth-of-type(2):checked
    ~ .switch-wrapper
    .switch
    div:nth-of-type(2) {
    opacity: 1;
}

.details_type {
    width: 23rem;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background: #3c8dbc;
    line-height: 3rem;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
}
.details_type input {
    visibility: hidden;
    position: absolute;
    top: 0;
}
.details_type label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: #fff;
}
.details_type .switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 2px;
    z-index: 3;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    /* transition: transform 1s; */
}
.details_type .switch-wrapper .switch {
    border-radius: 30px;
    background: #fff;
    height: 100%;
}
.details_type .switch-wrapper .switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: #3c8dbc;
    transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
}

.details_type input:nth-of-type(1):checked ~ .switch-wrapper {
    transform: translateX(0%);
}

/* slide the switch box from left to right */
.details_type input:nth-of-type(2):checked ~ .switch-wrapper {
    transform: translateX(100%);
}

/* toggle the switch box labels - first checkbox:checked - show first switch div */
.details_type
    input:nth-of-type(1):checked
    ~ .switch-wrapper
    .switch
    div:nth-of-type(1) {
    opacity: 1;
}

/* toggle the switch box labels - second checkbox:checked - show second switch div */
.details_type
    input:nth-of-type(2):checked
    ~ .switch-wrapper
    .switch
    div:nth-of-type(2) {
    opacity: 1;
}

.card .wrapper-card {
    border: 1px solid;
    margin-bottom: 40px;
    float: left;
    width: 49%;
}
.card .wrapper-card:nth-child(even) {
    float: right;
}
.card .wrapper-card .info-outer {
    overflow: hidden;
}
.card .wrapper-card .info-outer .school {
    float: left;
    width: 35%;
}
.card .wrapper-card .info-outer .student {
    float: right;
    width: 60%;
    padding-left: 30px;
    margin-left: 15px;
}
.org_report_details {
    text-align: center;
    overflow: hidden;
    border: 1px solid #162e75;
    padding: 6px 20px;
    margin-bottom: 15px;
}
.org_report_details h4 {
    float: left;
    margin-right: 100px;
    font-weight: 600;
    color: #162e75;
}
.org_report_details h4:nth-last-child(1) {
    margin-right: 0px;
}
.org_report_details h4 span {
    font-weight: 500;
    color: #000;
}

#ndp-nepali-box {
    width: 197px !important;
}
#ndp-nepali-box table {
    width: 100%;
}
#ndp-nepali-box table tr td {
    padding: 0px !important;
}

.common_title_message {
    margin-left: 60px;
    color: red;
    font-size: 14px;
    text-transform: none;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 1px !important;
}

.ui-menu {
    background-color: #fff !important;
    border: 1px solid #ddd;
}

.dashboard_container .back_std {
    background-color: #08c;
    color: #fff;
    height: 110px;
}
.dashboard_container .back_std .box_title {
    border-bottom: 0px !important;
}
.dashboard_container .back_staff {
    background-color: #3c763d;
    color: #fff;
    height: 110px;
}
.dashboard_container .back_staff .box_title {
    border-bottom: 0px !important;
}
.dashboard_container .back_parent {
    background-color: #dc3545;
    color: #fff;
    height: 110px;
}
.dashboard_container .back_parent .box_title {
    border-bottom: 0px !important;
}
.dashboard_container .back_sms {
    background-color: #505050;
    color: #fff;
    height: 110px;
}
.dashboard_container .back_sms .box_title {
    border-bottom: 0px !important;
}
.dashboard_container .box_wrapper {
    position: relative;
    border-radius: 6px;
    margin-bottom: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.dashboard_container .box_wrapper .flx_items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dashboard_container .box_wrapper .flx_items .select_wrapper {
    margin-right: 15px;
}
.dashboard_container .box_wrapper .flx_items .select_wrapper input {
    border: 1px solid #ddd;
    padding: 4px 15px;
}
.dashboard_container .box_wrapper .box_title {
    border-bottom: 1px solid #ddd;
}
.dashboard_container .box_wrapper .box_title h4 {
    font-size: 16px;
    margin: 0px;
    padding: 15px;
    font-weight: 600;
    text-transform: capitalize;
}
.dashboard_container .box_wrapper .total_box {
    padding: 5px 15px;
}
.dashboard_container .box_wrapper .total_box h4 {
    font-size: 18px;
    margin: 0px;
    font-weight: 600;
    text-transform: uppercase;
}
.dashboard_container .box_wrapper .total_box h3 {
    font-weight: 600;
    margin: 15px 0px;
    font-size: 30px;
    position: absolute;
    left: 19px;
    bottom: 12px;
}
.dashboard_container .box_wrapper .total_box .icon_box {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60px;
    opacity: 0.2;
}
.dashboard_container .box_wrapper ul {
    padding: 15px;
    margin: 0px;
}
.dashboard_container .box_wrapper ul li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.dashboard_container .box_wrapper ul li span {
    color: #505050;
}
.dashboard_container .box_wrapper ul li span:nth-child(2) {
    font-weight: 600;
    color: #505050;
    height: 26px;
    width: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}
.dashboard_container .box_wrapper ul li:nth-child(1) span:nth-child(1) {
    color: #dc3545;
}
.dashboard_container .box_wrapper ul li:nth-child(1) span:nth-child(2) {
    background-color: rgba(220, 53, 69, 0.1490196078);
}
.dashboard_container .box_wrapper ul li:nth-child(2) span:nth-child(1) {
    color: #6c757d;
}
.dashboard_container .box_wrapper ul li:nth-child(2) span:nth-child(2) {
    background-color: rgba(108, 117, 125, 0.1490196078);
}
.dashboard_container .box_wrapper ul li:nth-child(3) span:nth-child(1) {
    color: #198754;
}
.dashboard_container .box_wrapper ul li:nth-child(3) span:nth-child(2) {
    background-color: rgba(25, 135, 84, 0.2196078431);
}
.dashboard_container .box_wrapper ul li:nth-child(4) span:nth-child(1) {
    color: #dc3545;
}
.dashboard_container .box_wrapper ul li:nth-child(4) span:nth-child(2) {
    background-color: rgba(220, 53, 69, 0.1490196078);
}
.dashboard_container .box_wrapper ul li:nth-child(5) span:nth-child(1) {
    color: #212529;
}
.dashboard_container .box_wrapper ul li:nth-child(5) span:nth-child(2) {
    background-color: rgba(33, 37, 41, 0.1803921569);
}
.dashboard_container .box_wrapper ul li:nth-child(6) span:nth-child(1) {
    color: #198754;
}
.dashboard_container .box_wrapper ul li:nth-child(6) span:nth-child(2) {
    background-color: rgba(25, 135, 84, 0.2196078431);
}
.dashboard_container .user_logged {
    padding: 15px;
}
.dashboard_container .user_logged .users {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}
.dashboard_container .user_logged .users .user_progress {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dashboard_container .user_logged .users .user_progress p {
    font-size: 16px;
    margin-bottom: 0px;
}

progress {
    background-color: #f3f3f3;
    border: 0;
    height: 10px;
    width: 100%;
    transition: width 1s ease-in-out 0s;
    border-radius: 10px;
}

progress::-webkit-progress-bar {
    background-color: #e0eaf0;
}

.student::-webkit-progress-value {
    background-color: red;
}

.staff::-webkit-progress-value {
    background-color: green;
}

.parent::-webkit-progress-value {
    background-color: blue;
}

progress::-moz-progress-bar {
    background-color: #329ad1;
}

.brthday_table {
    margin: 15px;
}
.brthday_table table .first_head {
    background-color: #08c;
    color: #fff;
}
.brthday_table table .first_head th {
    text-align: center;
}

#totalStudentChart ~ .chartjs-size-monitor {
    height: 100px;
    /* Adjust the height as needed */
}

.list_flx {
    display: flex;
    -moz-column-gap: 15px;
    column-gap: 15px;
    align-items: center;
}
.list_flx .date_wrapper {
    min-width: 60px;
    height: 60px;
    background: #ddd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* column-gap: 10px; */
    row-gap: 4px;
    border-radius: 5px;
}
.list_flx .date_wrapper h5 {
    font-size: 18px;
    margin: 0px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5803921569);
}
.list_flx .evt_wrapper h5 {
    margin-bottom: 5px;
    margin-top: 0px;
    color: #8b7d7d;
    font-weight: 600;
    color: #878a99;
}
.list_flx .evt_wrapper a {
    font-size: 16px;
    color: #333;
}

.btn_container {
    margin: 200px 0px 300px;
}

.btn_btn {
    padding: 8px 12px;
    border: none;
    line-height: 1;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    cursor: pointer !important;
    white-space: nowrap;
}

.btn_btn:focus {
    color: #fff;
}

.btn_btn svg {
    margin-right: 6px;
}

.view_btn {
    background-color: #024fa3;
}
.view_btn:hover {
    background-color: #04366b;
    color: #fff;
}

.save_btn {
    background-color: #0f893f;
    color: #fff;
}
.save_btn:hover {
    background-color: #0b6b32;
}

.export_btn {
    background-color: #449425;
}
.export_btn:hover {
    background-color: #307016;
    color: #fff;
}

.import_btn {
    background-color: #e2eaf7;
    background: #0082ca;
}
.import_btn:hover {
    color: #fff;
    background-color: #044f77;
}

.print_btn {
    background-color: #1777ff;
    color: #fff;
}
.print_btn:hover {
    background-color: #0d5fd2;
    color: #fff;
}

.cancel_btn {
    background-color: #f32446;
    color: #fff;
}
.cancel_btn:hover {
    background-color: #cf1332;
    color: #fff;
}

.dwn_btn {
    background-color: #3d5a80;
    color: #fff;
}
.dwn_btn:hover {
    background-color: #284162;
    color: #fff;
}

.create_btn {
    background-color: #1886c3;
    color: #fff;
}
.create_btn:hover {
    background-color: #116fa3;
    color: #fff;
}

.submit_btn {
    background-color: #5174bf;
    color: #fff;
}
.submit_btn:hover {
    background-color: #34559d;
    color: #fff;
}

.update_btn {
    background-color: #087990;
    color: #fff;
}
.update_btn:hover {
    background-color: #05596a;
    color: #fff;
}

.assign_btn {
    background-color: #d03973;
    color: #fff;
}
.assign_btn:hover {
    background-color: #c82966;
    color: #fff;
}

.sample_btn {
    background-color: #f5f5f5;
    color: #3b71ca !important;
    border: 1px solid #8a9fc3;
}
.sample_btn:hover {
    background-color: #f3eeee;
    color: #3b71ca;
}

.add_btn {
    background-color: #1777ff;
    color: #fff;
}
.add_btn:hover {
    background-color: #0d5fd2;
    color: #fff;
}

.upload_btn {
    background-color: #1886c3;
    color: #fff;
}
.upload_btn:hover {
    background-color: #116fa3;
    color: #fff;
}

.remove_btn {
    background-color: #dc4c64;
    color: #fff;
}
.remove_btn:hover {
    background-color: #d1485f;
    color: #fff;
}

.rotate_lt {
    background-color: #0062cc;
    color: #fff;
}
.rotate_lt:hover {
    background-color: #044a96;
    color: #fff;
}

.rotate_rt {
    background-color: #17a2b8;
    color: #fff;
}
.rotate_rt:hover {
    background-color: #0c8395;
    color: #fff;
}

.generate_btn {
    background-color: #186f65;
    color: #fff;
}
.generate_btn:hover {
    background-color: #0e4f47;
    color: #fff;
}

.btns_input_wrapper {
    display: flex;
    -moz-column-gap: 10px;
    column-gap: 10px;
    align-items: bottom;
}

.m_lt {
    margin-left: -10px;
}

.m_rt {
    margin-right: 5px;
}

.btn_wraps {
    display: inline-block;
}

.text_print {
    color: #1777ff;
}

.text_view {
    color: #04366b;
}

.text_delete {
    color: #f32446;
}

.text_submit {
    color: #5174bf;
}

.text_create {
    color: #1886c3;
}

#overlay_footer {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0px;
    right: 0px;
}

.signature_footer {
    margin-top: 100px;
}
.signature_footer .signature {
    width: 100%;
}
.signature_footer .signature .sign_wrapper {
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 18px;
    margin-top: 0px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
    text-wrap: nowrap;
}
.signature_footer .signature .sign_wrapper .sign {
    padding: 0px 10px;
    position: relative;
    vertical-align: bottom;
}
.signature_footer .signature .sign_wrapper .sign .sign_txt {
    margin: 0px;
    font-size: 16px;
    margin-bottom: 6px;
    font-family: "roboto-bold";
    color: #505050;
}
.signature_footer .signature .sign_wrapper .sign .border__ {
    border-top: 1px solid #000;
    padding-top: 6px;
    margin: 0px;
    font-size: 16px;
    font-family: "roboto-bold";
}
.signature_footer .signature .sign_wrapper .sign .sign_img {
    width: 120px;
    margin: 0px auto;
}
.signature_footer .signature .sign_wrapper .sign .sign_img img {
    width: 100%;
    -o-object-fit: cover !important;
    object-fit: cover !important;
}

.org_logo img {
    width: 500px;
    width: 50px;
    -o-object-fit: cover;
    object-fit: cover;
}

.pdf_title {
    text-align: center;
    margin: 15px 0px 30px;
}
.pdf_title h1 {
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 6px;
    font-weight: 600;
    font-family: "roboto-bold";
}
.pdf_title h4 {
    font-weight: 600;
    margin: 0px 0px 6px;
    font-family: "roboto-bold";
}
.pdf_title h2 {
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 15px;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 7px 25px;
    font-weight: 600;
    white-space: nowrap;
    margin-bottom: 0px;
    font-family: "roboto-bold";
}
.pdf_title .extra_title h3 {
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 15px;
    display: inline-block;
    background-color: #000;
    border-radius: 6px;
    padding: 7px 25px;
    font-weight: 600;
    white-space: nowrap;
    margin-bottom: 0px;
    color: #fff;
    font-family: "roboto-bold";
}

.pdf_container {
    font-family: "roboto";
    letter-spacing: 0.8px;
}
.pdf_container .trans_date {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    margin: 0px;
    margin-bottom: 6px;
}
.pdf_container .view_title_class {
    text-align: center;
}
.pdf_container .view_title_class h1 {
    font-size: 18px;
    margin-bottom: 8px !important;
    text-align: left;
    font-weight: 600;
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 3px;
    font-family: "roboto-bold";
}
.pdf_container .view_title h1 {
    margin-bottom: 15px !important;
    text-decoration: underline;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    font-family: "roboto-bold";
}
.pdf_container table {
    border-collapse: collapse;
    width: 100%;
}
.pdf_container table thead {
    background-color: rgba(0, 0, 0, 0.0862745098);
    display: table-row-group !important;
}
.pdf_container table thead th {
    padding: 10px 6px;
    font-size: 15px;
    border: 1px solid #ddd;
    color: #000;
    font-family: "roboto-bold";
}
.pdf_container table tbody tr:nth-child(even) {
    background-color: rgba(247, 247, 247, 0.6941176471);
}
.pdf_container table tbody tr td {
    border: 1px solid #ddd;
    padding: 6px;
    color: #000;
}
.pdf_container table tbody tr td:nth-child(1) {
    text-align: center;
}
.pdf_container table tbody th {
    padding: 6px;
    font-size: 15px;
    border: 1px solid #ddd !important;
    color: #000;
    font-family: "roboto-bold";
}
.pdf_container table tfoot {
    display: table-row-group !important;
}
.pdf_container table tfoot th {
    padding: 6px;
    font-size: 15px;
    border: 1px solid #ddd !important;
    color: #000;
    font-family: "roboto-bold";
}
.pdf_container .naming_brd {
    overflow: hidden;
    padding: 10px 20px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}
.pdf_container .naming_brd h4 {
    float: left;
    margin: 0px 45px 0px 0px;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    font-family: "roboto-bold";
}
.pdf_container .naming_brd h4 span {
    font-weight: normal;
    margin-left: 8px;
    font-family: "roboto";
}

.thead_input_search thead th {
    padding: 10px 15px !important;
}
.thead_input_search thead th input {
    border: 1px solid rgba(80, 80, 80, 0.368627451);
    padding: 6px 15px;
    width: 100%;
}
.thead_input_search thead th select {
    border: 1px solid rgba(80, 80, 80, 0.368627451);
    padding: 6px 15px;
    width: 100%;
}

#opningbaldiscount_table_filter input {
    padding: 6px;
}

.common_layout .sticky_thead {
    width: 100%;
    position: sticky;
    top: -2px;
    z-index: 2;
}
.common_layout .naming_brd {
    overflow: hidden;
    padding: 10px 20px;
    margin-bottom: 15px;
    border: 1px solid #d3e7ff;
}
.common_layout .naming_brd h4 {
    float: left;
    margin: 0px 45px 0px 0px;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
}
.common_layout .naming_brd h4 span {
    font-weight: normal;
    margin-left: 8px;
}
.common_layout .view_title h1 {
    margin-bottom: 15px !important;
    text-decoration: underline;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    font-family: "roboto-bold";
}
.common_layout table thead {
    background-color: #e6f1ff;
}
.common_layout table thead th {
    border: 0.5px solid #d3e7ff;
    font-weight: 600;
    padding: 8px !important;
    vertical-align: middle;
}
.common_layout table tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}
.common_layout table tbody tr:nth-child(odd) {
    background-color: #fff !important;
}
.common_layout table tbody tr td {
    vertical-align: middle;
    border: 0.5px solid #d3e7ff !important;
    padding: 8px !important;
}
.common_layout table tfoot th {
    border: 0.5px solid #d3e7ff;
    font-weight: 600;
    padding: 8px !important;
    vertical-align: middle;
}

.bill_view_wrapper {
    overflow: hidden;
    position: relative;
    border: 1px solid #d3e7ff;
    padding: 30px;
    page-break-after: always;
    font-family: "roboto";
}
.bill_view_wrapper .bill .pdf_title {
    position: relative;
}
.bill_view_wrapper .bill .pdf_title .logo_text_wrapper .org_logo {
    position: absolute;
    top: 30px;
    left: 0px;
}
.bill_view_wrapper .bill .pdf_title .logo_text_wrapper .org_logo img {
    width: 150px;
}
.bill_view_wrapper .bill .pdf_title .registery {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    text-align: right;
}
.bill_view_wrapper .bill .pdf_title .registery p {
    font-size: 16px;
    line-height: 18px;
    margin: 0px;
}
.bill_view_wrapper .bill .pdf_title .registery p span {
    font-weight: 700;
    font-style: italic;
}
.bill_view_wrapper .bill .bill_details {
    border: 1px solid #d3e7ff;
    padding: 15px;
    margin-bottom: 15px;
    width: 100%;
    position: relative;
}
.bill_view_wrapper .bill .bill_details p {
    width: 49%;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 8px;
}
.bill_view_wrapper .bill .bill_details p span {
    font-weight: 500;
}
.bill_view_wrapper .bill .bill_details p:nth-child(even) {
    text-align: right;
}
.bill_view_wrapper .bank-details {
    border: 1px solid #d3e7ff;
    padding: 8px;
    display: inline-block;
    margin-top: 10px;
    color: #303030;
}
.bill_view_wrapper .bank-details p {
    font-size: 16px;
    font-weight: 600;
}
.bill_view_wrapper .bank-details p span {
    color: #000;
}
.bill_view_wrapper .narration {
    font-size: 16px;
    font-weight: 600;
}
.bill_view_wrapper .narration span {
    font-weight: 500;
}

.invoice_wrapper .user_details h5 {
    font-family: "roboto-bold";
}
.invoice_wrapper .user_details h5 span {
    font-weight: 500 !important;
}
.invoice_wrapper table th {
    font-family: "roboto-bold" !important;
}
.invoice_wrapper .qr_img {
    font-family: "roboto-bold" !important;
}
.invoice_wrapper .signature h4 {
    font-family: "roboto-bold" !important;
}
.invoice_wrapper .remarks {
    padding-left: 45px;
}
.invoice_wrapper .remarks h4 {
    font-family: "roboto-bold" !important;
}
.invoice_wrapper .border__ {
    font-family: "roboto-bold" !important;
}
.invoice_wrapper .amt_rt {
    font-family: "roboto-bold" !important;
}
.invoice_wrapper .total_wt td {
    font-weight: 600;
}

.bill_print_wrapper {
    position: relative;
    border: none;
    padding: 0px;
    page-break-after: always;
    font-family: "roboto";
}
.bill_print_wrapper .bill .pdf_title {
    position: relative;
}
.bill_print_wrapper .bill .pdf_title .logo_text_wrapper .org_logo {
    position: absolute;
    top: 30px;
    left: 0px;
}
.bill_print_wrapper .bill .pdf_title .logo_text_wrapper .org_logo img {
    width: 150px;
}
.bill_print_wrapper .bill .pdf_title .registery {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    text-align: right;
}
.bill_print_wrapper .bill .pdf_title .registery p {
    font-size: 16px;
    line-height: 18px;
    margin: 0px;
}
.bill_print_wrapper .bill .pdf_title .registery p span {
    font-weight: 700;
    font-style: italic;
}
.bill_print_wrapper .bill .bill_details {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
}
.bill_print_wrapper .bill .bill_details p {
    width: 49%;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 8px;
}
.bill_print_wrapper .bill .bill_details p span {
    font-weight: 500;
}
.bill_print_wrapper .bill .bill_details p:nth-child(even) {
    text-align: right;
}
.bill_print_wrapper .bill table {
    border-collapse: collapse;
    width: 100%;
}
.bill_print_wrapper .bill table thead {
    background-color: rgba(0, 0, 0, 0.0862745098);
}
.bill_print_wrapper .bill table thead th {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ddd !important;
}
.bill_print_wrapper .bill table tbody tr:nth-child(even) {
    background-color: rgba(247, 247, 247, 0.6941176471);
}
.bill_print_wrapper .bill table tbody tr td {
    border: 1px solid #ddd;
    font-size: 16px;
    padding: 6px 10px;
}
.bill_print_wrapper .bill table tfoot td {
    padding: 10px;
    font-size: 18px;
    border: 1px solid #ddd !important;
}
.bill_print_wrapper .bill table .narration {
    font-size: 18px;
    font-weight: 600;
}
.bill_print_wrapper .bill table .narration span {
    font-weight: 500;
}
.bill_print_wrapper .bill .signature_footer {
    margin-top: 60px;
}
.bill_print_wrapper .bank-details {
    border: 1px solid #000;
    padding: 8px;
    display: inline-block;
    margin-top: 10px;
    color: #303030;
}
.bill_print_wrapper .bank-details p {
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 5px;
}
.bill_print_wrapper .bank-details p span {
    color: #000;
}

.admit_card {
    font-family: "roboto";
    overflow: hidden;
}
.admit_card .wrapper_card {
    float: left;
    width: 47%;
    position: relative;
    border: 1px solid #000;
    padding: 10px;
    margin-bottom: 20px;
    page-break-inside: avoid;
}
.admit_card .wrapper_card:nth-child(even) {
    float: right;
}
.admit_card .wrapper_card:nth-child(even) .card_wrap {
    padding-right: 0px !important;
    padding-left: 10px;
}
.admit_card .wrapper_card .card_wrap .info_outer .pdf_title {
    margin-bottom: 10px;
    margin-top: 0px;
    position: relative;
}
.admit_card .wrapper_card .card_wrap .info_outer .pdf_title .org_logo {
    position: absolute;
    top: 23px;
    left: 0px;
}
.admit_card .wrapper_card .card_wrap .info_outer .pdf_title .org_logo img {
    width: 80px;
}
.admit_card .wrapper_card .card_wrap .info_outer .pdf_title .std_photo {
    position: absolute;
    top: 23px;
    right: 0px;
}
.admit_card .wrapper_card .card_wrap .info_outer .pdf_title .std_photo img {
    width: 70px;
}
.admit_card
    .wrapper_card
    .card_wrap
    .info_outer
    .std_info_wrapper
    .info_des
    h5 {
    margin: 6px 0px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    font-size: 14px;
}
.admit_card
    .wrapper_card
    .card_wrap
    .info_outer
    .std_info_wrapper
    .info_des
    h5
    span {
    text-align: center;
    font-family: "roboto-bold";
}
.admit_card
    .wrapper_card
    .card_wrap
    .info_outer
    .std_info_wrapper
    .info_des
    h5
    span:nth-child(2) {
    color: rgba(0, 0, 0, 0.9019607843);
    margin-left: 5px;
    font-weight: 500;
    font-family: "roboto";
}
.admit_card
    .wrapper_card
    .card_wrap
    .info_outer
    .std_info_wrapper
    .info_des
    .inline_wrap {
    display: table;
    width: 100%;
}
.admit_card
    .wrapper_card
    .card_wrap
    .info_outer
    .std_info_wrapper
    .info_des
    .inline_wrap
    h5 {
    display: table-cell;
    width: 40%;
}
.admit_card .wrapper_card .card_wrap .info_outer .routine_wrapper .stu_info h5 {
    margin: 8px 0px;
    font-size: 16px;
    text-align: center;
    font-family: "roboto-bold";
}
.admit_card
    .wrapper_card
    .card_wrap
    .info_outer
    .routine_wrapper
    .stu_info
    table {
    border-collapse: collapse;
    width: 100%;
}
.admit_card
    .wrapper_card
    .card_wrap
    .info_outer
    .routine_wrapper
    .stu_info
    table
    thead {
    background-color: rgba(0, 0, 0, 0.0862745098);
}
.admit_card
    .wrapper_card
    .card_wrap
    .info_outer
    .routine_wrapper
    .stu_info
    table
    thead
    th {
    padding: 4px 4px !important;
    font-size: 14px;
    border: 1px solid #ddd !important;
    color: #000;
    font-family: "roboto-bold";
}
.admit_card
    .wrapper_card
    .card_wrap
    .info_outer
    .routine_wrapper
    .stu_info
    table
    tbody
    tr:nth-child(even) {
    background-color: rgba(247, 247, 247, 0.6941176471);
}
.admit_card
    .wrapper_card
    .card_wrap
    .info_outer
    .routine_wrapper
    .stu_info
    table
    tbody
    tr
    td {
    border: 1px solid #ddd;
    color: #000;
    padding: 4px 4px !important;
    text-align: center;
    font-size: 14px;
}
.admit_card
    .wrapper_card
    .card_wrap
    .info_outer
    .routine_wrapper
    .stu_info
    table
    tbody
    tr
    td:nth-child(1) {
    text-align: center;
}
.admit_card .wrapper_card .end_footer {
    display: table;
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0px;
}
.admit_card .wrapper_card .end_footer .sign_wrapper {
    text-align: center;
    margin-top: 15px;
    display: table-cell;
    vertical-align: bottom !important;
    width: 30%;
}
.admit_card .wrapper_card .end_footer .sign_wrapper .sign_img {
    margin: 0px 0px 0px auto;
    position: relative;
    top: 15px;
}
.admit_card .wrapper_card .end_footer .sign_wrapper .sign_img img {
    width: 100px;
}
.admit_card .wrapper_card .end_footer .sign_wrapper .sign_img h5 {
    border-top: 1px solid #000;
    margin-top: 5px;
    font-family: "roboto-bold";
}
.admit_card .wrapper_card .end_footer .footer_des {
    width: 65%;
    display: table-cell;
    vertical-align: bottom !important;
    padding-right: 15px;
    padding-left: 10px;
}
.admit_card .wrapper_card .end_footer .footer_des p {
    font-size: 14px;
    font-weight: 600;
    padding-right: 15px;
    font-family: "roboto-bold";
}
.admit_card .wrapper_card .end_footer .footer_des p span {
    font-weight: 500;
    margin-left: 10px;
    font-family: "roboto";
}

#four_layout_routine .wrapper_card {
    height: 640px;
}
#four_layout_routine .wrapper_card .pdf_title {
    margin-bottom: 20px;
}
#four_layout_routine .wrapper_card .pdf_title .logo_text_wrapper h1 {
    font-size: 20px;
}
#four_layout_routine .wrapper_card .pdf_title h4 {
    font-size: 13px;
    margin: 0px;
}
#four_layout_routine .wrapper_card .pdf_title h2 {
    font-size: 16px;
    padding: 4px 10px;
    margin-top: 8px;
}

#landscape_layout_routine .wrapper_card {
    height: 420px;
    position: relative;
}

#landscape_layout_routine .wrapper_card .pdf_title .logo_text_wrapper h1 {
    font-size: 21px;
}
#landscape_layout_routine
    .wrapper_card
    .pdf_title
    .logo_text_wrapper
    .org_logo {
    top: 30px;
}
#landscape_layout_routine
    .wrapper_card
    .pdf_title
    .logo_text_wrapper
    .org_logo
    img {
    width: 80px;
}
#landscape_layout_routine .wrapper_card .pdf_title h4 {
    font-size: 14px;
    margin: 0px;
}
#landscape_layout_routine .wrapper_card .pdf_title h2 {
    font-size: 16px;
    padding: 4px 10px;
    margin-top: 8px;
}
#landscape_layout_routine .wrapper_card .pdf_title .std_photo {
    top: 30px;
    right: 0px;
}
#landscape_layout_routine .wrapper_card .std_info_wrapper {
    margin-top: 30px;
}
#landscape_layout_routine .wrapper_card .std_info_wrapper .info_des h5 {
    margin: 8px 0px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    font-size: 16px;
}
#landscape_layout_routine .wrapper_card .std_info_wrapper .info_des h5 span {
    text-align: center;
}

#six_layout_routine .wrapper_card {
    height: 400px;
    position: relative;
}
#six_layout_routine .wrapper_card .pdf_title .logo_text_wrapper h1 {
    font-size: 21px;
}
#six_layout_routine .wrapper_card .pdf_title .logo_text_wrapper .org_logo {
    top: 30px;
}
#six_layout_routine .wrapper_card .pdf_title .logo_text_wrapper .org_logo img {
    width: 80px;
}
#six_layout_routine .wrapper_card .pdf_title h4 {
    font-size: 14px;
    margin: 0px;
}
#six_layout_routine .wrapper_card .pdf_title h2 {
    font-size: 16px;
    padding: 4px 10px;
    margin-top: 8px;
}
#six_layout_routine .wrapper_card .pdf_title .std_photo {
    top: 30px;
    right: 0px;
}
#six_layout_routine .wrapper_card .std_info_wrapper {
    margin-top: 30px;
}
#six_layout_routine .wrapper_card .std_info_wrapper .info_des h5 {
    margin: 8px 0px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    font-size: 16px;
}
#six_layout_routine .wrapper_card .std_info_wrapper .info_des h5 span {
    text-align: center;
}
.admit__card {
    margin: 0px auto;
    overflow: hidden;
    font-family: "roboto";
}
.admit__card .height_wrapper {
    width: 48%;
    float: left;
    margin-right: 15px;
}
.admit__card .height_wrapper:nth-child(even) {
    float: right;
}
.admit__card .admit_background {
    position: relative;
    page-break-inside: avoid;
    height: 450px;
    margin-bottom: 25px;
    border: 1px solid #505050;
    position: relative;
}
.admit__card .admit_background:nth-child(even) {
    float: right !important;
    margin-right: 0px;
}
.admit__card .admit__wrapper {
    overflow: hidden;
    padding-bottom: 15px;
}
.admit__card .admit__wrapper .logo_wrapper {
    background: #d9d4d4;
    padding: 2px 10px;
    border: 10px solid #fff;
    border-top: navajowhite;
    border-left: 0px;
    border-right: 0px;
}
.admit__card .admit__wrapper .logo_wrapper .logo_name_txt .pdf_title {
    margin: 15px 0px;
}
.admit__card
    .admit__wrapper
    .logo_wrapper
    .logo_name_txt
    .pdf_title
    .logo_text_wrapper
    h1 {
    font-size: 24px;
}
.admit__card
    .admit__wrapper
    .logo_wrapper
    .logo_name_txt
    .pdf_title
    .logo_text_wrapper
    .org_logo {
    position: absolute;
    top: 20px;
    left: 15px;
}
.admit__card
    .admit__wrapper
    .logo_wrapper
    .logo_name_txt
    .pdf_title
    .logo_text_wrapper
    .org_logo
    img {
    width: 80px;
}
.admit__card .admit__wrapper .logo_wrapper .logo_name_txt .pdf_title h4 {
    font-size: 14px;
    margin: 0px;
}
.admit__card .admit__wrapper .logo_wrapper .logo_name_txt .pdf_title h2 {
    font-size: 16px;
    padding: 4px 10px;
    margin-top: 8px;
}
.admit__card .admit__wrapper .over_hid {
    overflow: hidden;
    margin-top: 5px;
    padding-top: 20px;
}
.admit__card .admit__wrapper .admit_details_wrapper {
    border: 1px solid #505050;
    padding: 0px 15px 20px 15px;
    text-align: center;
    margin: 0px 30px 15px;
}
.admit__card .admit__wrapper .admit_details_wrapper h2 {
    background: #505050;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    top: -18px;
    z-index: 9999;
    padding: 6px 30px;
    border-radius: 2px;
    width: 300px;
    margin: 0px auto;
    color: #fff;
    font-family: "roboto-bold";
}
.admit__card .admit__wrapper .admit_details_wrapper .dotted__text .line_css h5 {
    margin: 5px 0px;
    font-size: 17px;
    text-align: left;
    font-family: "roboto-bold";
}
.admit__card
    .admit__wrapper
    .admit_details_wrapper
    .dotted__text
    .line_css
    h5
    span {
    display: inline-block;
    border-bottom: 1px dotted #505050;
    font-weight: 600;
    width: 390px;
    text-align: center;
    text-transform: capitalize;
    font-family: "roboto";
}
.admit__card
    .admit__wrapper
    .admit_details_wrapper
    .dotted__text
    .main__name
    h5
    span {
    width: 415px;
}
.admit__card
    .admit__wrapper
    .admit_details_wrapper
    .dotted__text
    .exm_date_term {
    overflow: hidden;
}
.admit__card
    .admit__wrapper
    .admit_details_wrapper
    .dotted__text
    .exm_date_term
    h5:nth-child(1)
    span {
    width: 430px;
}
.admit__card
    .admit__wrapper
    .admit_details_wrapper
    .dotted__text
    .exm_date_term
    h5:nth-child(2)
    span {
    width: 430px;
}
.admit__card
    .admit__wrapper
    .admit_details_wrapper
    .dotted__text
    .main_dot_txt {
    overflow: hidden;
}
.admit__card
    .admit__wrapper
    .admit_details_wrapper
    .dotted__text
    .main_dot_txt
    h5 {
    width: 60%;
    float: left;
}
.admit__card
    .admit__wrapper
    .admit_details_wrapper
    .dotted__text
    .main_dot_txt
    h5
    span {
    width: 270px;
}
.admit__card
    .admit__wrapper
    .admit_details_wrapper
    .dotted__text
    .main_dot_txt
    h5:nth-last-child(1) {
    width: 40% !important;
}
.admit__card
    .admit__wrapper
    .admit_details_wrapper
    .dotted__text
    .main_dot_txt
    h5:nth-last-child(1)
    span {
    width: 150px !important;
}
.admit__card .admit__wrapper .admit_details_wrapper .dotted__text .numb_txt {
    overflow: hidden;
}
.admit__card .admit__wrapper .admit_details_wrapper .dotted__text .numb_txt h5 {
    width: 31%;
    float: left;
}
.admit__card
    .admit__wrapper
    .admit_details_wrapper
    .dotted__text
    .numb_txt
    h5
    span {
    width: 120px;
}
.admit__card
    .admit__wrapper
    .admit_details_wrapper
    .dotted__text
    .numb_txt
    .roll-no {
    width: 26%;
}
.admit__card
    .admit__wrapper
    .admit_details_wrapper
    .dotted__text
    .numb_txt
    .roll-no
    span {
    width: 50px;
}
.admit__card
    .admit__wrapper
    .admit_details_wrapper
    .dotted__text
    .numb_txt
    .reg-no {
    width: 50%;
}
.admit__card
    .admit__wrapper
    .admit_details_wrapper
    .dotted__text
    .numb_txt
    .reg-no
    span {
    width: 190px;
}
.admit__card
    .admit__wrapper
    .admit_details_wrapper
    .dotted__text
    .numb_txt
    .dob-no {
    width: 50%;
    float: right;
}
.admit__card
    .admit__wrapper
    .admit_details_wrapper
    .dotted__text
    .numb_txt
    .dob-no
    span {
    width: 230px;
}
.admit__card .admit__wrapper .princi_wrapper {
    text-align: center;
    position: absolute;
    bottom: 10px;
    right: 30px;
    width: 30%;
}
.admit__card .admit__wrapper .princi_wrapper .princi_sign img {
    width: 100px;
    -o-object-fit: contain;
    object-fit: contain;
}
.admit__card .admit__wrapper .princi_wrapper .princi_sign h5 {
    font-weight: 600;
    border-top: 1px dotted #000;
    text-align: center;
    padding-top: 8px;
    margin-top: 0px;
    font-size: 16px;
    margin-bottom: 0px;
    font-family: "roboto-bold";
}

#eight_layout_routine .wrapper_card {
    height: 295px;
}
#eight_layout_routine .pdf_title {
    margin-bottom: 20px;
}
#eight_layout_routine .pdf_title .logo_text_wrapper h1 {
    font-size: 18px;
}
#eight_layout_routine .pdf_title .logo_text_wrapper .org_logo {
    position: absolute;
    top: 20px;
    left: 0px;
}
#eight_layout_routine .pdf_title .logo_text_wrapper .org_logo img {
    width: 100px;
}
#eight_layout_routine .pdf_title h4 {
    font-size: 12px;
    margin: 0px;
}
#eight_layout_routine .pdf_title h2 {
    font-size: 14px;
    padding: 4px 10px;
    margin-top: 8px;
}
#eight_layout_routine .org_logo {
    top: 15px;
}
#eight_layout_routine .org_logo img {
    width: 70px !important;
}
#eight_layout_routine .std_photo img {
    width: 70px;
}
#eight_layout_routine .std_info_wrapper {
    width: 100%;
}
#eight_layout_routine .std_info_wrapper .info_des {
    width: 100%;
    padding-right: 0px;
}
#eight_layout_routine .std_info_wrapper .info_des h5 {
    margin: 6px 0px;
}
#eight_layout_routine .end_footer {
    margin-top: 0px;
}
#eight_layout_routine .end_footer p {
    margin-bottom: 0px;
}
#eight_layout_routine .end_footer h5 {
    margin-bottom: 0px;
}
#eight_layout_routine .end_footer .sign_img {
    position: relative;
    top: 0px;
}

.marksheet-wrap {
    padding: 30px 20px;
    position: relative;
    margin-bottom: 0px;
    height: 1260px;
    page-break-inside: avoid;
    overflow: hidden;
    border: 3px solid #185cab;
    padding-top: 10px;
    font-family: "roboto";
}
.marksheet-wrap .thead_transparency {
    background-color: transparent !important;
}
.marksheet-wrap table {
    border-collapse: collapse;
    margin-bottom: 0px !important;
    width: 100%;
}
.marksheet-wrap table tbody td {
    border: 1px solid #749ed4;
    text-align: center;
    padding: 3px 5px;
}
.marksheet-wrap table tbody th {
    padding: 6px;
    border: 1px solid #749ed4;
    font-family: "roboto-bold";
}
.marksheet-wrap table thead {
    background-color: #edfcfc;
}
.marksheet-wrap table thead th {
    border: 1px solid #749ed4;
    padding: 6px 6px;
    text-align: center;
    font-size: 14px;
    font-family: "roboto-bold";
}
.marksheet-wrap table thead th:nth-child(2) {
    text-align: left;
}
.marksheet-wrap .hide_head_style {
    height: 200px;
}
.marksheet-wrap .water_mark_img {
    position: absolute;
    top: 30%;
    left: 27%;
    z-index: -99;
    opacity: 0.2;
    background-color: #fff;
}
.marksheet-wrap .water_mark_img img {
    width: 400px;
    height: auto;
    background-color: #fff;
    opacity: 0.2 !important;
    background-color: transparent;
    z-index: 9999 !important;
}
.marksheet-wrap .header-part .logo-outer {
    text-align: center;
    min-height: 130px;
    height: auto;
}
.marksheet-wrap .header-part .logo-outer .slogan_txt {
    margin: 0px 0px 0px 0px;
    color: #715724;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    font-family: "roboto-bold";
}
.marksheet-wrap .header-part .logo-outer .head-outer {
    text-align: center;
    position: relative;
}
.marksheet-wrap .header-part .logo-outer .head-outer .img-outer {
    position: absolute;
    top: 40px;
    left: 0px;
}
.marksheet-wrap .header-part .logo-outer .head-outer .img-outer img {
    width: 110px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.marksheet-wrap .header-part .logo-outer .head-outer .sch_desc h2 {
    color: #162e75;
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 34px;
    text-align: center;
    margin-top: 2px;
    font-family: "roboto-bold";
}
.marksheet-wrap .header-part .logo-outer .head-outer .sch_desc h4 {
    color: #715724;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
    margin: 0 0 0;
    font-family: "roboto-bold";
}
.marksheet-wrap .header-part .logo-outer .head-outer .sch_desc .smark-sheet {
    font-weight: 600;
    text-transform: uppercase;
    color: #162e75;
    text-decoration: underline;
    margin-top: 10px;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    background: #162e75;
    color: #fff;
    padding: 4px 30px;
    border-radius: 5px;
    text-decoration: none;
    line-height: 1.4;
    margin: 0 0 0;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 20px;
    white-space: nowrap;
    font-family: "roboto-bold";
}
.marksheet-wrap .header-part .logo-outer .head-outer .photo {
    position: absolute;
    right: 0px;
    top: 40px;
}
.marksheet-wrap .header-part .logo-outer .head-outer .photo img {
    width: 100px;
    height: auto;
}
.marksheet-wrap .header-part .exam-term {
    font-size: 20px;
    text-align: center;
    margin: 0px;
    font-weight: 600;
    color: #162e75;
    position: relative;
    border: 1px solid #162e75;
    padding: 4px 30px;
    display: inline-block;
    white-space: nowrap;
    border-radius: 5px;
    font-family: "roboto-bold";
}
.marksheet-wrap .header-part .term_wrapper {
    text-align: center;
}
.marksheet-wrap .header-part .info-outer {
    clear: both;
    border: 2px dotted #162e75;
    overflow: hidden;
    margin: 8px 0px;
    padding: 8px 12px;
}
.marksheet-wrap .header-part .info-outer .outer {
    padding: 0px !important;
    width: 100%;
}
.marksheet-wrap .header-part .info-outer .outer h5 {
    padding: 3px 0px;
    margin: 0px 25px 0px 0px;
    font-weight: 600;
    display: inline-block;
    font-size: 16px;
    font-family: "roboto-bold";
}
.marksheet-wrap .header-part .info-outer .outer h5 span {
    font-weight: 500;
    font-family: "roboto" !important;
}
.marksheet-wrap .sheet:nth-child(2) {
    margin-top: 10px;
}
.marksheet-wrap .sheet .extra_sheet_title {
    text-align: center;
    margin: 0px 0px;
    padding: 5px 0px;
    color: #172e75;
    letter-spacing: 1;
    font-family: "roboto-bold";
}
.marksheet-wrap .sheet .table {
    width: 100%;
}
.marksheet-wrap .marks-point {
    position: relative;
    margin: 10px 0px;
}
.marksheet-wrap .marks-point .table {
    width: 100%;
}
.marksheet-wrap .info-outer-div {
    margin: 15px 0px;
    font-size: 16px;
    text-transform: none;
}
.marksheet-wrap .info-outer-div h5 {
    text-transform: uppercase;
    line-height: 32px;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 8px;
}
.marksheet-wrap .info-outer-div h5 span {
    display: inline-block;
    border-bottom: 1px dotted;
    text-align: center;
    line-height: 1.3;
    font-weight: 600;
    font-family: "roboto-bold";
}
.marksheet-wrap .grade_title {
    margin-top: 4px;
}
.marksheet-wrap .grade_title h4 {
    text-align: center;
    margin: 2px 0px;
    padding: 0px 0px;
    color: #172e75;
    font-size: 14px;
    font-family: "roboto-bold";
    font-weight: 600;
}
.marksheet-wrap .custom-row {
    width: 100%;
    overflow: hidden;
}
.marksheet-wrap .custom-row .table {
    width: 100%;
}
.marksheet-wrap .custom-row .table thead tr th {
    text-align: center;
    font-size: 13px;
    line-height: 1.2em;
    border: 1px solid rgba(116, 158, 212, 0.4705882353);
}
.marksheet-wrap .custom-row .table tbody td {
    text-align: center;
    font-size: 14px;
    line-height: 0.6;
    padding: 6px !important;
    border: 1px solid rgba(116, 158, 212, 0.4705882353);
}
.marksheet-wrap .custom-row table td,
.marksheet-wrap .custom-row table th {
    text-align: center !important;
}
.marksheet-wrap .custom-row .col-md-6 {
    position: relative;
    min-height: 1px;
    width: 50%;
    float: left;
}
.marksheet-wrap .custom-row .col-md-6:nth-child(odd) .extra-table {
    padding-right: 15px;
}
.marksheet-wrap .custom-row .col-md-6:nth-child(even) .extra-table {
    padding-left: 15px;
}
.marksheet-wrap .custom-row .col-md-3 {
    position: relative;
    min-height: 1px;
    width: 23%;
    float: left;
    margin-left: 10px;
}
.marksheet-wrap .custom-row .extra-table .table-title {
    margin: 5px 0px 2px;
    text-align: center;
    color: #162e75;
    font-size: 14px;
}
.marksheet-wrap .signature_footer .signature .sign_wrapper .sign .sign_txt {
    margin-bottom: 2px;
}
.marksheet-wrap .signature_footer .signature .sign_wrapper .sign .border__ {
    padding-top: 2px;
}
.marksheet-wrap .signature_footer .marks_footer {
    margin: 20px 20px 0px;
}
.marksheet-wrap .signature_footer .marks_footer h4 {
    margin-top: 0px;
    margin-bottom: 4px;
    color: #333;
}
.marksheet-wrap .extra_marks_details .indexing-div {
    float: left;
    width: 49%;
}
.marksheet-wrap .extra_marks_details .indexing-div table {
    width: 100%;
}
.marksheet-wrap .extra_marks_details .extramarksdiv {
    float: right;
    width: 49%;
}

#cr_basis_single {
    padding: 20px 30px;
}
#cr_basis_single .header-part .logo-outer {
    text-align: center;
    position: relative;
}
#cr_basis_single .header-part .sch_desc h4 {
    margin: 0px !important;
    font-family: "roboto-bold";
}
#cr_basis_single .header-part .sch_desc h2 {
    font-family: "roboto-bold";
}
#cr_basis_single .header-part .sch_desc h3 {
    font-family: "roboto-bold";
}
#cr_basis_single .info-outer-div h5 {
    font-size: 15px;
    line-height: 28px;
}
#cr_basis_single .tab_title {
    text-align: center;
    margin: 0px 0px;
    padding: 5px 0px;
    font-size: 16px;
    font-weight: 600;
    color: #172e75;
    letter-spacing: 1;
}
#cr_basis_single .info-outer-div {
    margin-bottom: 15px;
}
#cr_basis_single table {
    font-size: 15px;
}
#cr_basis_single table thead tr th {
    font-size: 14px;
}
#cr_basis_single .ex_cr_title h3 {
    text-align: center;
    margin: 0px 0px;
    padding: 5px 0px;
    font-size: 14px;
    font-weight: 600;
    color: #172e75;
    letter-spacing: 1;
}
#cr_basis_single .extra_marks_details {
    overflow: hidden;
}
#cr_basis_single .extra_marks_details table td,
#cr_basis_single .extra_marks_details table th {
    text-align: center !important;
    padding: 3px 5px !important;
    font-size: 13px !important;
}
#cr_basis_single .extra_marks_details .indexing-div {
    float: left;
    width: 49%;
}
#cr_basis_single .extra_marks_details .indexing-div table tbody tr td {
    padding: 1px 6px !important;
    font-size: 13px !important;
    text-align: center;
}
#cr_basis_single .extra_marks_details .extra-marks h2 {
    font-size: 14px;
    margin-bottom: 4px;
    text-align: center;
    text-transform: capitalize;
    color: #162e75;
    margin-top: 0px;
    font-family: "roboto-bold";
}
#cr_basis_single
    .extra_marks_details
    .extramarksdiv
    .eca-marks-div
    table.table
    thead
    tr,
#cr_basis_single
    .extra_marks_details
    .extramarksdiv
    .portfolio-marks-div
    table.table
    thead
    tr {
    font-size: 12px !important;
}
#cr_basis_single
    .extra_marks_details
    .extramarksdiv
    .eca-marks-div
    table.table
    tbody#fn_mark
    tr,
#cr_basis_single
    .extra_marks_details
    .extramarksdiv
    .portfolio-marks-div
    table.table
    tbody#fn_mark
    tr {
    padding: 1px 6px !important;
    font-size: 12px !important;
    text-align: center;
}
#cr_basis_single .extra_marks_details .extramarksdiv .eca-marks-div {
    float: left;
}
#cr_basis_single .extra_marks_details .extramarksdiv .portfolio-marks-div {
    float: right;
    width: 49%;
}

.verified-marks {
    margin-top: 15px;
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0px;
}
.verified-marks .authority-wrap {
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
    padding: 0px 30px;
    overflow: hidden;
    position: relative;
}
.verified-marks .authority-wrap .verify-by {
    width: 50%;
    float: left;
    text-align: left;
}
.verified-marks .authority-wrap .verify-by:nth-child(2) {
    width: 25% !important;
    float: right !important;
    text-align: center !important;
}
.verified-marks .authority-wrap .verify-by:nth-child(2) img {
    width: 100px;
}
.verified-marks .authority-wrap .verify-by:nth-child(2) h4 {
    border-top: 2px dotted #000;
    padding-top: 6px;
}
.verified-marks .authority-wrap .verify-by h4 {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin: 4px 0px;
    font-family: "roboto-bold";
}
.verified-marks .authority-wrap .verify-by h4 span {
    color: #333;
    margin-left: 10px;
}
.verified-marks .marks-wrap {
    width: 93%;
    border-top: 1px dotted;
    padding-top: 8px;
    margin: 8px 30px 0px;
}
.verified-marks .marks-wrap h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 4px 0px;
    color: #000;
    font-family: "roboto";
    font-weight: normal !important;
}
.verified-marks .marks-wrap .marks-details .details-wrap h4 {
    font-size: 14px;
    font-family: "roboto";
    font-weight: normal !important;
    text-transform: uppercase;
    margin: 4px 0px;
}
.verified-marks .marks-wrap .marks-details .abs_pr .abs_pr_wrap {
    width: 300px;
    float: left;
}
.verified-marks .marks-wrap .marks-details .abs_pr .abs_pr_wrap:nth-child(2) {
    float: right;
}
.verified-marks .marks-wrap .marks-details .abs_pr .abs_pr_wrap h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 4px 0px;
    font-family: "roboto-bold";
    font-weight: 600 !important;
    color: #000;
}

#a4_double_gradesheet {
    width: 46%;
    float: left;
    border: 2px solid #185cab;
    height: 900px !important;
    padding: 20px;
    position: relative;
}
#a4_double_gradesheet:nth-child(even) {
    float: right;
}
#a4_double_gradesheet .grade_title h4 {
    font-size: 12px;
    font-family: "roboto-bold";
}
#a4_double_gradesheet table {
    border-collapse: collapse;
    margin-bottom: 0px !important;
}
#a4_double_gradesheet table tbody td {
    padding: 2px 4px !important;
    font-size: 13px;
}
#a4_double_gradesheet table tbody th {
    padding: 2px 4px !important;
    font-size: 13px;
}
#a4_double_gradesheet table thead {
    background-color: #edfcfc;
}
#a4_double_gradesheet table thead th {
    padding: 2px 4px !important;
    font-size: 13px;
}
#a4_double_gradesheet .water_mark_img {
    top: 35%;
    left: 30%;
    width: auto;
}
#a4_double_gradesheet .water_mark_img img {
    width: 250px;
}
#a4_double_gradesheet .header-part {
    padding: 0px;
    margin-top: 0px;
}
#a4_double_gradesheet .header-part:nth-child(odd) {
    margin-right: 10px;
}
#a4_double_gradesheet .header-part:nth-child(even) {
    margin-left: 10px;
}
#a4_double_gradesheet .header-part .logo-outer {
    text-align: center;
}
#a4_double_gradesheet .header-part .logo-outer .slogan_txt {
    font-size: 13px;
    margin-top: 0px;
}
#a4_double_gradesheet .header-part .logo-outer .head-outer .img-outer {
    top: 25px;
}
#a4_double_gradesheet
    .header-part
    .logo-outer
    .head-outer
    .img-outer
    .sch-logo {
    width: 80px;
}
#a4_double_gradesheet .header-part .logo-outer .head-outer .sch_desc h2 {
    font-size: 24px;
    letter-spacing: 0px;
}
#a4_double_gradesheet .header-part .logo-outer .head-outer .sch_desc h4 {
    color: #715724;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    line-height: 1.1;
    margin: 0 0 0;
}
#a4_double_gradesheet
    .header-part
    .logo-outer
    .head-outer
    .sch_desc
    .smark-sheet {
    padding: 4px 20px;
    font-size: 14px;
    margin: 4px 0px 0px;
}
#a4_double_gradesheet .header-part .logo-outer .head-outer .photo {
    top: 25px;
    right: 0px;
}
#a4_double_gradesheet .header-part .logo-outer .head-outer .photo img {
    width: 70px;
    height: auto;
}
#a4_double_gradesheet .header-part .exam-term {
    margin: 2px 0px 0px;
    padding: 4px 10px;
    font-size: 14px;
}
#a4_double_gradesheet .header-part .term_wrapper {
    text-align: center;
}
#a4_double_gradesheet .header-part .info-outer {
    clear: both;
    border: 2px dotted #162e75;
    overflow: hidden;
    margin: 8px 0px;
    padding: 2px 12px;
}
#a4_double_gradesheet .header-part .info-outer .outer {
    padding: 0px !important;
    width: 100%;
}
#a4_double_gradesheet .header-part .info-outer .outer h5 {
    padding: 3px 0px;
    margin: 0px 25px 0px 0px;
    font-weight: 600;
    display: inline-block;
    font-size: 13px;
}
#a4_double_gradesheet .header-part .info-outer .outer h5 span {
    font-weight: 500;
}
#a4_double_gradesheet .sheet:nth-child(2) {
    margin-top: 10px;
}
#a4_double_gradesheet .sheet .extra_sheet_title {
    font-size: 14px;
    font-family: "roboto-bold";
}
#a4_double_gradesheet .sheet .table {
    width: 100%;
}
#a4_double_gradesheet .marks-point {
    margin: 8px 0px;
}
#a4_double_gradesheet .marks-point .table {
    width: 100%;
}
#a4_double_gradesheet .custom-row {
    width: 100%;
    overflow: hidden;
}
#a4_double_gradesheet .extra-table {
    transform: none !important;
}
#a4_double_gradesheet .divsystem .extra-table,
#a4_double_gradesheet .gyssystem .extra-table,
#a4_double_gradesheet .eca .extra-table {
    transform: none !important;
}
#a4_double_gradesheet .divsystem .extra-table .table-title,
#a4_double_gradesheet .gyssystem .extra-table .table-title,
#a4_double_gradesheet .eca .extra-table .table-title {
    font-size: 12px;
    text-align: center;
    margin: 0px 0px;
}
#a4_double_gradesheet .divsystem .extra-table .table,
#a4_double_gradesheet .gyssystem .extra-table .table,
#a4_double_gradesheet .eca .extra-table .table {
    width: 100%;
}
#a4_double_gradesheet .divsystem .extra-table .table thead tr th,
#a4_double_gradesheet .gyssystem .extra-table .table thead tr th,
#a4_double_gradesheet .eca .extra-table .table thead tr th {
    font-size: 12px;
    font-weight: 600;
    padding: 6px !important;
}
#a4_double_gradesheet .divsystem .extra-table .table tbody td,
#a4_double_gradesheet .gyssystem .extra-table .table tbody td,
#a4_double_gradesheet .eca .extra-table .table tbody td {
    font-size: 12px;
    text-transform: capitalize;
    padding: 6px !important;
}
#a4_double_gradesheet .divsystem {
    width: 48%;
    position: relative;
    float: right;
}
#a4_double_gradesheet .gyssystem {
    width: 48%;
    float: left;
}
#a4_double_gradesheet .eca {
    float: left;
    margin-right: 5px;
    margin-left: 25px;
    margin-top: 4px;
}
#a4_double_gradesheet .info-outer-div {
    margin-bottom: 20px;
}
#a4_double_gradesheet .info-outer-div h5 {
    text-transform: uppercase;
    line-height: 24px;
    font-size: 12px;
    letter-spacing: normal !important;
    font-weight: normal;
}
#a4_double_gradesheet .info-outer-div h5 span {
    display: inline-block;
    line-height: 1;
    border-bottom: 2px dotted #505050;
    text-align: center;
    font-weight: 600;
    padding-bottom: 1px;
}
#a4_double_gradesheet
    .signature_footer
    .signature
    .sign_wrapper
    .sign
    .sign_txt {
    font-size: 12px;
}
#a4_double_gradesheet
    .signature_footer
    .signature
    .sign_wrapper
    .sign
    .sign_img {
    width: 90px;
}
#a4_double_gradesheet
    .signature_footer
    .signature
    .sign_wrapper
    .sign
    .border__ {
    font-size: 13px !important;
}
#a4_double_gradesheet .verified-marks {
    margin-top: 15px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
    padding: 0px;
}
#a4_double_gradesheet .verified-marks .authority-wrap {
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
    padding: 0px 15px !important;
    overflow: hidden;
    position: relative;
}
#a4_double_gradesheet .verified-marks .authority-wrap .verify-by {
    width: 50%;
    float: left;
    text-align: left;
}
#a4_double_gradesheet .verified-marks .authority-wrap .verify-by:nth-child(2) {
    width: 25% !important;
    float: right !important;
    text-align: center !important;
}
#a4_double_gradesheet
    .verified-marks
    .authority-wrap
    .verify-by:nth-child(2)
    img {
    width: 100px;
}
#a4_double_gradesheet
    .verified-marks
    .authority-wrap
    .verify-by:nth-child(2)
    h4 {
    border-top: 2px dotted #000;
    padding-top: 6px;
}
#a4_double_gradesheet .verified-marks .authority-wrap .verify-by h4 {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    margin: 4px 0px;
}
#a4_double_gradesheet .verified-marks .marks-wrap {
    width: 100%;
    border-top: 1px dotted;
    padding: 8px 15px 0px;
    margin: 8px 0px;
}
#a4_double_gradesheet .verified-marks .marks-wrap h4 {
    font-size: 12px;
    font-weight: normal;
    text-transform: capitalize !important;
    margin: 4px 0px;
}
#a4_double_gradesheet
    .verified-marks
    .marks-wrap
    .marks-details
    .details-wrap
    h4 {
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 4px 0px;
}
#a4_double_gradesheet .verified-marks .marks-wrap .marks-details .abs_pr {
    overflow: hidden;
}
#a4_double_gradesheet
    .verified-marks
    .marks-wrap
    .marks-details
    .abs_pr
    .abs_pr_wrap {
    width: 300px;
    float: left;
}
#a4_double_gradesheet
    .verified-marks
    .marks-wrap
    .marks-details
    .abs_pr
    .abs_pr_wrap:nth-child(2) {
    float: right;
}
#a4_double_gradesheet
    .verified-marks
    .marks-wrap
    .marks-details
    .abs_pr
    .abs_pr_wrap
    h4 {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 4px 0px;
}

.form__wrapper .form_inline_element {
    border: 1px solid #ddd;
    width: 100%;
    margin-bottom: 15px;
}
.form__wrapper .form_inline_element .box-header h3 {
    font-size: 18px;
    display: block;
    border-left: 3px solid #3c8dbc;
    font-weight: 600;
    margin: 0px;
    padding: 10px 15px;
    position: relative;
    border-bottom: 1px solid #d3e6f1;
    background-color: #f7f7f7;
}
.form__wrapper .form_inline_element .form_group_wrapper {
    padding: 15px;
}
.form__wrapper .form_inline_element .form-group {
    display: inline-block;
    width: 24%;
    margin-bottom: 15px;
    margin-right: 4px;
}
.form__wrapper .form_inline_element .form-group .form_txt {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 0px;
}
.form__wrapper .form_inline_element .form-group .form_details {
    box-shadow: none;
    border: 1px solid #ddd;
    padding: 4px 8px;
    font-weight: normal;
    font-size: 16px;
    margin: 0px;
    white-space: wrap;
}

.topper_report .report_wrapper {
    border: 1px solid #ddd;
    padding: 0px 15px 15px;
    margin-bottom: 15px;
}
.topper_report .report_wrapper h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    font-family: "roboto-bold";
}
.topper_report table td {
    text-align: center;
}
.topper_report table th {
    text-align: center;
}

.final_grade_sheet .sheet table th:nth-child(2) {
    text-align: left !important;
}
.ledger__ct {
    page-break-inside: avoid;
    font-family: "roboto";
}
.ledger__ct #no-more-tables {
    height: 500px;
    overflow: scroll;
}
.ledger__ct #no-more-tables #marksTable {
    font-size: 12px !important;
    white-space: wrap !important;
}
.ledger__ct #no-more-tables table thead {
    position: sticky;
    top: 0px;
}
.ledger__ct #no-more-tables table th {
    font-size: 12px !important;
}

#lt_grade_double {
    width: 49.8%;
    display: inline-block;
    border: none;
    padding: 0px;
    position: relative;
    overflow: hidden;
    height: auto;
}
#lt_grade_double table {
    border-collapse: collapse;
    margin-bottom: 0px !important;
    border: 1px solid #162e75;
}
#lt_grade_double table tbody td {
    padding: 2px 4px !important;
    font-size: 12px;
}
#lt_grade_double table tbody th {
    padding: 2px 4px !important;
    font-size: 12px;
}
#lt_grade_double table th {
    padding: 2px 4px !important;
    font-size: 13px;
    white-space: nowrap;
    background-color: #edfcfc;
}
#lt_grade_double .water_mark_img {
    top: 35%;
    left: 30%;
    width: auto;
}
#lt_grade_double .water_mark_img img {
    width: 250px;
}
#lt_grade_double .header-part {
    padding: 15px;
    border: 2px solid #185cab;
    position: relative;
    height: 890px;
    page-break-inside: avoid;
}
#lt_grade_double .header-part:nth-child(odd) {
    margin-right: 10px;
}
#lt_grade_double .header-part:nth-child(even) {
    margin-left: 10px;
}
#lt_grade_double .header-part .logo-outer {
    text-align: center;
}
#lt_grade_double .header-part .logo-outer .slogan_txt {
    font-size: 13px;
}
#lt_grade_double .header-part .logo-outer .head-outer .img-outer {
    top: 20px;
}
#lt_grade_double .header-part .logo-outer .head-outer .img-outer .sch-logo {
    width: 90px;
}
#lt_grade_double .header-part .logo-outer .head-outer .sch_desc h2 {
    font-size: 18px;
    letter-spacing: 0px;
}
#lt_grade_double .header-part .logo-outer .head-outer .sch_desc h4 {
    color: #715724;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    line-height: 1.1;
    margin: 0 0 0;
}
#lt_grade_double .header-part .logo-outer .head-outer .sch_desc .smark-sheet {
    padding: 4px 20px;
    font-size: 14px;
    margin: 4px 0px 0px;
}
#lt_grade_double .header-part .logo-outer .head-outer .photo img {
    width: 90px;
    height: auto;
}
#lt_grade_double .header-part .exam-term {
    margin: 2px 0px 0px;
    padding: 4px 10px;
    font-size: 14px;
}
#lt_grade_double .header-part .term_wrapper {
    text-align: center;
}
#lt_grade_double .sheet:nth-child(2) {
    margin-top: 10px;
}
#lt_grade_double .sheet .extra_sheet_title {
    font-size: 14px;
    font-family: "roboto-bold";
}
#lt_grade_double .sheet .table {
    width: 100%;
}
#lt_grade_double .marks-point {
    margin: 8px 0px;
}
#lt_grade_double .marks-point .table {
    width: 100%;
}
#lt_grade_double .marks-point .table thead tr th {
    border: 1px solid #162e75;
}
#lt_grade_double .info-outer-div {
    margin-bottom: 20px;
}
#lt_grade_double .info-outer-div h5 {
    text-transform: uppercase;
    line-height: 24px;
    font-size: 12px;
    letter-spacing: 1.5px;
    font-weight: normal;
}
#lt_grade_double .info-outer-div h5 span {
    display: inline-block;
    line-height: 1;
    border-bottom: 2px dotted #505050;
    text-align: center;
    font-weight: 600;
    padding-bottom: 1px;
}
#lt_grade_double .verified-marks {
    margin-top: 15px;
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0px;
}
#lt_grade_double .verified-marks .authority-wrap {
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
    padding: 0px 30px;
    overflow: hidden;
    position: relative;
}
#lt_grade_double .verified-marks .authority-wrap .verify-by {
    width: 50%;
    float: left;
    text-align: left;
}
#lt_grade_double .verified-marks .authority-wrap .verify-by:nth-child(2) {
    width: 25% !important;
    float: right !important;
    text-align: center !important;
}
#lt_grade_double .verified-marks .authority-wrap .verify-by:nth-child(2) img {
    width: 100px;
}
#lt_grade_double .verified-marks .authority-wrap .verify-by:nth-child(2) h4 {
    border-top: 2px dotted #000;
    padding-top: 6px;
}
#lt_grade_double .verified-marks .authority-wrap .verify-by h4 {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    margin: 4px 0px;
}
#lt_grade_double .verified-marks .marks-wrap {
    width: 93%;
    border-top: 1px dotted;
    padding-top: 8px;
    margin: 8px 30px 0px;
}
#lt_grade_double .verified-marks .marks-wrap h4 {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 4px 0px;
}
#lt_grade_double .verified-marks .marks-wrap .marks-details .details-wrap h4 {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 4px 0px;
}
#lt_grade_double
    .verified-marks
    .marks-wrap
    .marks-details
    .abs_pr
    .abs_pr_wrap {
    width: 300px;
    float: left;
}
#lt_grade_double
    .verified-marks
    .marks-wrap
    .marks-details
    .abs_pr
    .abs_pr_wrap:nth-child(2) {
    float: right;
}
#lt_grade_double
    .verified-marks
    .marks-wrap
    .marks-details
    .abs_pr
    .abs_pr_wrap
    h4 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 4px 0px;
}

.wrapper__ {
    overflow: hidden;
}
.wrapper__ table {
    border-collapse: separate;
}
.wrapper__ table tbody tr td {
    text-align: center !important;
    border: 0.1px solid rgba(221, 221, 221, 0.5490196078) !important;
    vertical-align: middle !important;
    white-space: nowrap;
    font-size: 12px;
}
.wrapper__ table tbody tr th {
    text-align: center !important;
    border: 0.1px solid rgba(221, 221, 221, 0.5490196078) !important;
    vertical-align: middle !important;
    white-space: nowrap;
    font-size: 10px;
}
.wrapper__ table thead {
    background-color: #e6f1ff;
}
.wrapper__ table thead tr th {
    text-align: center !important;
    border: 0.1px solid rgba(221, 221, 221, 0.5490196078) !important;
    vertical-align: middle !important;
    white-space: nowrap;
    font-size: 11px !important;
    background-color: #e6f1ff;
}
.wrapper__ table tfoot tr:nth-child(even) th {
    background-color: #f7f7f7;
}
.wrapper__ table tfoot tr:nth-child(odd) th {
    background-color: #fff;
}
.wrapper__ table tfoot tr th {
    font-size: 12px;
    text-align: center;
    border: 0.1px solid rgba(221, 221, 221, 0.5490196078) !important;
}
.wrapper__ table tfoot tr td {
    border: 0.1px solid rgba(221, 221, 221, 0.5490196078) !important;
}
.wrapper__ .view_title {
    text-align: center;
    margin-bottom: 15px;
}
.wrapper__ .view_title h4 {
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 15px;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 7px 25px;
    font-weight: 600;
    white-space: nowrap;
    margin-bottom: 0px;
    font-family: "roboto-bold";
}
.wrapper__ .naming_brd {
    overflow: hidden;
    padding: 10px 20px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}
.wrapper__ .naming_brd h4 {
    float: left;
    margin: 0px 45px 0px 0px;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
}
.wrapper__ .naming_brd h4 span {
    font-weight: normal;
    margin-left: 8px;
}

.landscape_wrapper__ {
    height: 870px;
    page-break-inside: avoid;
    font-family: "roboto";
}
.landscape_wrapper__ table tbody td {
    font-size: 12px !important;
    white-space: wrap;
    text-align: center;
    vertical-align: middle !important;
    font-family: "roboto";
}
.landscape_wrapper__ table tbody th {
    font-size: 12px !important;
    font-family: "roboto-bold";
}
.landscape_wrapper__ table thead {
    background-color: rgba(240, 234, 234, 0.7764705882) !important;
}
.landscape_wrapper__ table thead th {
    font-size: 11px !important;
    white-space: wrap;
    text-align: center;
    vertical-align: middle !important;
}
.landscape_wrapper__ table tfoot tr:nth-child(even) th {
    background-color: #f7f7f7;
}
.landscape_wrapper__ table tfoot tr:nth-child(odd) th {
    background-color: #fff;
}
.landscape_wrapper__ table tfoot th {
    border: 1px solid #ddd;
    font-size: 10px;
    font-family: "roboto-bold";
}
.landscape_wrapper__ table tfoot td {
    border: 1px solid #ddd;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    font-family: "roboto";
}
.landscape_wrapper__ table tr {
    page-break-inside: avoid;
}
.landscape_wrapper__ .view_title {
    text-align: center;
    margin-bottom: 15px;
}
.landscape_wrapper__ .view_title h4 {
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 15px;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 7px 25px;
    font-weight: 600;
    white-space: nowrap;
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: "roboto-bold";
}
.landscape_wrapper__ .naming_brd {
    overflow: hidden;
    padding: 10px 20px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}
.landscape_wrapper__ .naming_brd h4 {
    float: left;
    margin: 0px 45px 0px 0px;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    font-family: "roboto-bold";
}
.landscape_wrapper__ .naming_brd h4 span {
    font-weight: normal;
    margin-left: 8px;
    font-family: "roboto";
}

.integrated_la_report {
    border: 2px solid #ddd;
    padding: 5px 10px;
    max-height: 920px;
    min-height: 920px;
    page-break-inside: avoid;
    font-family: "roboto";
}
.integrated_la_report .pdf_title {
    text-align: center;
    margin: 5px 0px 15px !important;
}
.integrated_la_report .pdf_title h1 {
    margin-top: 0px;
    font-size: 20px;
    margin-bottom: 2px;
    font-weight: 600;
}
.integrated_la_report .pdf_title h4 {
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
}
.integrated_la_report #no-more-tables .naming_brd {
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 5px 20px;
    margin-bottom: 5px;
}
.integrated_la_report #no-more-tables .naming_brd h4 {
    float: left;
    margin: 0px 30px 0px 0px;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    font-family: "mukta-bold";
}
.integrated_la_report #no-more-tables .naming_brd h4 span {
    font-weight: normal;
    margin-left: 8px;
    font-family: "mukta";
}
.integrated_la_report #no-more-tables table {
    width: 100%;
}
.integrated_la_report #no-more-tables table thead tr th {
    font-size: 15px;
    padding: 2px 3px !important;
    font-family: "mukta-bold";
}
.integrated_la_report #no-more-tables table tbody tr td {
    font-size: 15px;
    padding: 1px 3px !important;
    text-align: center;
    font-family: "mukta";
}
.integrated_la_report #no-more-tables table tfoot {
    background-color: rgba(0, 0, 0, 0.0862745098);
}
.integrated_la_report #no-more-tables table tfoot tr th {
    font-size: 15px;
    padding: 10px 3px 5px !important;
    border: 1px solid #ddd;
    font-family: "mukta-bold";
}
.integrated_la_report #no-more-tables table tfoot tr td {
    font-size: 15px;
    padding: 10px 3px 5px !important;
    font-weight: 600;
    border: 1px solid #ddd;
    font-family: "mukta";
}

#seat_plan_view {
    border: 1px solid #ddd;
    padding: 15px 5px;
    margin-bottom: 30px;
    font-family: "roboto";
    page-break-after: always;
}
#seat_plan_view .hall_title {
    /* text-align: center; */
    position: relative;
}
#seat_plan_view .hall_title h3 {
    /* text-align: center; */
    font-weight: bold;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 10px 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px !important;
}
#seat_plan_view .hall_title svg {
    margin-right: 15px;
    font-size: 24px;
}
#seat_plan_view .cus-table-wrapper {
    /* overflow: auto; */
}
#seat_plan_view .hall-name {
    text-align: center;
    color: #0462a0;
}
#seat_plan_view .board-side-front {
    text-align: center;
    color: #1a3f58;
    border: 1px solid #505050;
    display: inline-block;
    padding: 3px;
    margin: 0px;
    border-radius: 3px;
}
#seat_plan_view .board-side-front span {
    display: inline-block;
    background: #16d1a1;
    /* border: 1px double #fff; */
    width: 140px;
    padding: 6px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    /* margin: 5px; */
}
#seat_plan_view .board-side-back {
    text-align: center;
    color: #1a3f58;
}
#seat_plan_view .door-side-top-left {
    text-align: left;
    color: #000;
    font-size: 16px;
    margin: 0px;
    font-weight: 600;
}
#seat_plan_view .door-side-top-left svg {
    position: relative;
    top: 3px;
    left: 0px;
    margin-right: 8px;
}
#seat_plan_view .door-side-top-right {
    text-align: right;
    color: #1a3f58;
}
#seat_plan_view .door-side-bottom-left {
    text-align: left;
    color: #000;
    font-weight: 600;
}
#seat_plan_view .door-side-bottom-right {
    text-align: right;
    color: #000;
    font-weight: 600;
}
#seat_plan_view table {
    border-spacing: 12px;
    width: 100%;
}
#seat_plan_view table th {
    /* background-color: #ddd; */
    font-size: 14px;
    border: 1px solid rgb(150, 145, 145);
    font-weight: 600;
    text-align: center;
    padding: 6px 2px;
}
#seat_plan_view table td {
    border: 1px solid rgb(150, 145, 145);
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding: 6px 2px;
}
#seat_plan_view .nodata {
    text-align: center;
    background: #cccbcb;
}
#seat_plan_view .table_display {
    display: table;
    width: 100%;
    margin-bottom: 5px;
}
#seat_plan_view .hall_title {
    display: table-row;
}
#seat_plan_view .door_wrap {
    width: 25%;
    display: table-cell;
    vertical-align: middle;
    /* text-align: left; */
}
#seat_plan_view .hall_wrap {
    width: 25%;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
#seat_plan_view .board_wrap {
    width: 50%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
#seat_plan_view .hall_left {
    text-align: left;
}
#seat_plan_view .door_right {
    text-align: right;
    display: table-cell;
    vertical-align: middle;
}
#seat_plan_view .door_right svg {
    margin-right: 0px;
    margin-left: 8px !important;
}

#seat_plan_print {
    border: 1px solid #000;
    padding: 15px 5px;
    /* margin: 0px 10px 15px; */
    font-family: "roboto";
    page-break-after: always;
}
#seat_plan_print .hall_title {
    /* text-align: center; */
    position: relative;
}
#seat_plan_print .hall_title h3 {
    /* text-align: center; */
    font-weight: bold;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 10px 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px !important;
    font-family: "roboto-bold";
}
#seat_plan_print .hall_title svg {
    margin-right: 15px;
    font-size: 24px;
}
#seat_plan_print .cus-table-wrapper {
    /* overflow: auto; */
}
#seat_plan_print .hall-name {
    text-align: center;
    color: #0462a0;
    font-family: "roboto-bold";
}
#seat_plan_print .board-side-front {
    text-align: center;
    color: #1a3f58;
    border: 1px solid #505050;
    display: inline-block;
    padding: 3px;
    margin: 0px;
    font-size: 14px;
    border-radius: 3px;
}
#seat_plan_print .board-side-front span {
    display: inline-block;
    background: #505050;
    /* border: 1px double #fff; */
    width: 150px;
    padding: 8px;
    color: #fff;
    font-size: 18px;
    font-family: "roboto-bold";
    /* margin: 5px; */
}
#seat_plan_print .board-side-back {
    text-align: center;
    color: #1a3f58;
    font-family: "roboto-bold";
}
#seat_plan_print .door-side-top-left {
    text-align: left;
    color: #000;
    font-size: 20px;
    margin: 0px;
    font-family: "roboto-bold";
}
#seat_plan_print .door-side-top-left svg {
    position: relative;
    top: 3px;
    left: 0px;
    margin-right: 8px;
}
#seat_plan_print .door-side-top-right {
    text-align: right;
    color: #1a3f58;
    font-family: "roboto-bold";
}
#seat_plan_print .door-side-bottom-left {
    text-align: left;
    color: #000;
    font-weight: 600;
    font-family: "roboto-bold";
}
#seat_plan_print .door-side-bottom-right {
    text-align: right;
    color: #000;
    font-weight: 600;
    font-family: "roboto-bold";
}
#seat_plan_print table {
    border-spacing: 12px;
    width: 100%;
}
#seat_plan_print table th {
    background-color: #ddd;
    font-size: 14px;
    border: 1px solid rgb(150, 145, 145);
    font-weight: 600;
    text-align: center;
    padding: 6px 2px;
    font-family: "roboto-bold";
}
#seat_plan_print table td {
    border: 1px solid rgb(150, 145, 145);
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding: 6px 2px;
    font-family: "roboto";
}
#seat_plan_print .nodata {
    text-align: center;
    background: #cccbcb;
    font-family: "roboto-bold";
}
#seat_plan_print .table_display {
    display: table;
    width: 100%;
    margin-bottom: 5px;
}
#seat_plan_print .hall_title {
    display: table-row;
}
#seat_plan_print .door_wrap {
    width: 25%;
    display: table-cell;
    vertical-align: middle;
    /* text-align: left; */
}
#seat_plan_print .hall_wrap {
    width: 25%;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    font-family: "roboto-bold";
}
#seat_plan_print .board_wrap {
    width: 50%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
#seat_plan_print .hall_left {
    text-align: left;
}
#seat_plan_print .door_right {
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    font-family: "roboto-bold";
}
#seat_plan_print .door_right svg {
    margin-right: 0px;
    margin-left: 8px !important;
}

.global_certificate {
    /* height: in; */
    page-break-inside: avoid;
}
.global_certificate .certify_wrapper {
    border: 4px solid #cf882c;
    border-style: double;
    padding: 30px 30px 30px;
    position: relative;
    height: 8.6in;
}
.global_certificate .certify_wrapper:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
}
.global_certificate .certify_wrapper .slogan_txt {
    text-align: center;
    font-size: 22px;
}
.global_certificate .certify_wrapper .slogan_txt p {
    margin-top: 0px;
    font-family: goudy;
    margin-bottom: 8px;
}
.global_certificate .certify_wrapper .top_header .header_flx {
    position: relative;
}
.global_certificate .certify_wrapper .top_header .header_flx .lf_img {
    position: absolute;
    top: 40px;
    left: 15px;
}
.global_certificate .certify_wrapper .top_header .header_flx .lf_img img {
    width: 120px;
}
.global_certificate .certify_wrapper .top_header .header_flx .skul_des {
    text-align: center;
}
.global_certificate .certify_wrapper .top_header .header_flx .skul_des h2 {
    font-family: alice;
    font-size: 36px;
    font-weight: 600;
    line-height: 31px;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
    margin-top: 4px;
}
.global_certificate .certify_wrapper .top_header .header_flx .skul_des h4 {
    font-size: 22px;
    font-family: alice;
    font-style: normal;
    line-height: 27px;
    text-align: center;
    color: #505050;
    text-transform: uppercase;
    margin: 0px;
    line-height: normal;
    margin-bottom: 2px;
}
.global_certificate .certify_wrapper .top_header .header_flx .rt_img {
    position: absolute;
    top: 40px;
    right: 15px;
}
.global_certificate .certify_wrapper .top_header .header_flx .rt_img img {
    width: 120px;
}
.global_certificate .certify_wrapper .regd_no {
    position: absolute;
    top: 0px;
    right: 30px;
}
.global_certificate .certify_wrapper .regd_no h5 {
    font-family: goudy;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.global_certificate .certify_wrapper .watermark_img {
    position: absolute;
    top: 250px;
    left: 450px;
    z-index: -1;
    opacity: 0.1;
}
.global_certificate .certify_wrapper .watermark_img img {
    width: 400px;
    height: 400px;
    opacity: 0.1;
}
.global_certificate .certify_wrapper .ct_title {
    margin-bottom: 40px;
}
.global_certificate .certify_wrapper .ct_title h1 {
    font-family: flame;
    font-size: 70px;
    font-style: normal;
    font-weight: 500;
    line-height: 70px;
    text-align: center;
    color: #cf882c !important;
    -webkit-print-color-adjust: exact;
    margin: 30px 0px 45px;
}
.global_certificate .certify_wrapper .std_des h5 {
    font-family: goudy;
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
}
.global_certificate .certify_wrapper .std_des h5 span {
    display: inline-block;
    text-align: center;
    line-height: 1;
    border-bottom: 2px dotted #000;
    margin: 0px 5px;
    font-weight: 600;
}
.global_certificate .certify_wrapper .bottom_details_wrapper {
    margin-top: 45px;
}
.global_certificate .certify_wrapper .bottom_details_wrapper h5 {
    /* display: flex; */
    font-size: 22px;
    font-family: goudy;
    margin-bottom: 6px;
    margin-top: 0px;
}
.global_certificate .certify_wrapper .bottom_details_wrapper h5 .char_width {
    border-bottom: 2px dotted #000;
    text-align: center;
    display: inline-block;
    margin-left: 15px;
}
.global_certificate .bill-footer {
    display: none;
    /* padding-top: 100px; */
}
.global_certificate .bill-footer.bill-footer {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 0px;
    right: 0px;
    width: 100%;
}
.global_certificate .bill-footer.bill-footer .signature {
    margin-top: 30px;
    overflow: hidden;
}
.global_certificate .bill-footer.bill-footer .signature p.sign {
    position: relative;
    font-size: 20px;
    margin-bottom: 2px;
    line-height: 18px;
    margin-top: 8px;
    font-weight: 600;
    text-align: center;
    width: 25%;
    float: left;
    padding: 65px 60px 0px;
    box-sizing: border-box;
}
.global_certificate
    .bill-footer.bill-footer
    .signature
    p.sign:nth-last-child(1) {
    /* padding-right: 0px; */
    float: right;
}
.global_certificate .bill-footer.bill-footer .signature p.sign img {
    width: 100px;
    display: block;
    position: absolute;
    top: -7px;
    left: 36%;
    display: block;
}
.global_certificate
    .bill-footer.bill-footer
    .signature
    p.sign
    span:nth-child(2) {
    border-top: 1px solid black;
    padding-top: 5px;
    display: block;
}
.global_certificate
    .bill-footer.bill-footer
    .signature
    p.sign
    span:nth-child(1) {
    display: block;
    padding-bottom: 5px;
}
.global_certificate .signature::after {
    content: "";
    display: table;
    clear: both;
}
.global_certificate .sign_txt {
    position: absolute;
    left: 0px;
    bottom: 25px;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: normal;
}

.manual_container .manual_wrapper {
    margin-bottom: 30px;
}
.manual_container .manual_wrapper h4 {
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.manual_container .manual_wrapper .manual_flx {
    display: flex;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
    flex-wrap: wrap;
}
.manual_container .manual_wrapper .manual_flx .manual_wrap {
    width: calc(25% - 22.5px);
}
.manual_container .manual_wrapper .manual_flx .manual_wrap .vd_wrap {
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid #dddddd78; */
    background: rgba(221, 221, 221, 0.2705882353);
}
.manual_container .manual_wrapper .manual_flx .manual_wrap .vd_wrap iframe {
    width: 100%;
    height: 100%;
}
.manual_container .manual_wrapper .manual_flx .manual_wrap .vd_wrap .icon_ svg {
    font-size: 80px;
    color: #b11f3e;
}
.manual_container .manual_wrapper .manual_flx .manual_wrap .vd_title h5 {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.ytp-large-play-button {
    width: 35px !important;
    height: 45px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    transform: translate(-50%, -50%);
}

.ledg_scroll table thead tr th:nth-child(2) {
    left: 55px;
}
.ledg_scroll table tbody tr:nth-child(odd) td:nth-child(1) {
    background-color: #f9f9f9;
}
.ledg_scroll table tbody tr:nth-child(odd) td:nth-child(2) {
    background-color: #f9f9f9;
    left: 55px;
}
.ledg_scroll table tbody tr:nth-child(even) td:nth-child(1) {
    background-color: #fff;
}
.ledg_scroll table tbody tr:nth-child(even) td:nth-child(2) {
    background-color: #fff;
    left: 55px;
}

.pass_wrapper .box-header {
    padding: 0px 8px;
    margin-bottom: 8px;
}
.pass_wrapper .box-header .box-title {
    border-left: 0px !important;
    background-color: #ddd;
    margin-bottom: 0px;
    padding: 8px;
}
.pass_wrapper .box-header .box-title:before {
    border-width: 6px !important;
}
.pass_wrapper .pass_content .pass_details {
    overflow: hidden;
}
.pass_wrapper .pass_content .pass_details .pass_flx {
    float: left;
    width: 33.3%;
    page-break-inside: avoid !important;
}
.pass_wrapper .pass_content .pass_details .pass_flx .pass_flx_wrap {
    border: 1px solid #ddd;
    margin: 0px 8px 20px;
    padding: 8px;
    overflow: hidden;
}
.pass_wrapper .pass_content .pass_details .pass_flx .pass_flx_wrap h4 {
    float: left;
    font-size: 15px;
    font-family: "roboto-bold";
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 4px !important;
}
.pass_wrapper .pass_content .pass_details .pass_flx .pass_flx_wrap h4 span {
    font-weight: 500;
    font-family: "roboto";
} /*# sourceMappingURL=custom-style.css.map */
