﻿
body {
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    scroll-behavior:smooth;
}

.form_main img {
    width: 118px;
    /* background-color: #e2e2e2; */
    padding: 26px 0px 5px;
    /* margin-bottom: 15px; */
}
.lrimg_bx {
    display: flex;
    justify-content: center;
}

.lrimg_bxfndbk {
    justify-content: center;
    align-items: center;
    gap: 1em;
    margin: 28px 0px 42px;
    flex-direction: column;
}
.logoimg_bg {
    padding: 0px !important;
    width: 110px !important;
}
.loy_head {
    color: #c81423;
    text-align: center;
    margin: 4px 0px 37px;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 11px;
}

.loy_head2 {
    color: #c81423;
    text-align: center;
    margin: 13px 0px 20px;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
}
.form_main {
    padding: 0px 22px;
}

footer.footer_section {
    padding: 0px 12px;
}

.formsplit_main {
    display: flex;
    column-gap: 0;
    flex-direction: column;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    width: 100%;
    transition: 0.5s ease;
    position: relative;
}
.form-group p {
        font-size: 14px;
    }
    .form-group.addmrg {
        margin-bottom: 12px;
    }
.txtbx {
    font-size: 14px;
    color: #000;
    height: 45px;
    border: 1px solid #111;
    padding: 5px 15px;
    font-style: initial;
    border-radius: 0px;
}
.text-area {
    font-size: 14px;
    color: #000;
    height: 45px;
    border: 1px solid #111;
    padding: 5px 15px;
    font-style: initial;
    border-radius: 0px;
    height: 5em;
}
.text-area:focus{
     border: 1px solid #111;
     outline: 0;
}
input:focus {
    border: 1px solid #111;
    outline: 0;
}
.textarea_heig {
    height: 70px;
    font-family: 'Open Sans', sans-serif;
}
.form-group label {
    font-size: 14px;
    color: #505050;
}
.form-group label {
    font-size: 14px;
    color: #222222;
    margin-bottom: 10px;
}
.user_side {
    width: 100%;
    transition: .3s ease-in-out;
}
.school_side {
    width: 100%;
}
.subm_btn {
    display: inline-block;
    line-height: 1;
    padding: 8px 10px;
    border: 1px solid #000;
    font-size: 14px;
    text-transform: uppercase;
    background: #fff;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s ease;
    width: 100%;
    text-align: center;
    height: 50px;
    cursor: pointer;
    appearance: auto;
    color: #000;
    position: relative;
}
.subm_btn:hover {
    background-color: #c81423;
    color: #fff;
}
.subm_btn:focus {
   background-color: #c81423;
   color: #fff;
 }
::placeholder {
    font-style: italic;
}
.red_banner {
    background-color: #c81423;
    padding: 36px 0px;
    margin-top: 20px;
}
/*-----------Modal------------------*/
.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: .5rem 1.5rem 0;
    width: 16rem;
    border-radius: 0.5rem;
    border: 1px solid #111;
}

    .modal-content h4, h5 {
        text-align: center;
    }

    .modal-content h4 {
        text-align: center;
        color: #c81423;
    }

.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
    border: 1px solid #111;
}

    .close-button:hover {
        background-color: darkgray;
    }

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.footer_main {
    display: block;
    margin: 20px 0px 0px;
}

.footer_addressmain {
    display: flex;
    flex-direction: column;
}

.footer_sub h6 {
    font-size: 14px;
    color: rgb(220, 20, 35);
    font-family: "Open Sans", sans-serif;
    line-height: 1;
    margin: 0px 0px 13px;
    text-transform: uppercase;
    font-weight: 400;
}

.footer_addresssub p {
    font-size: 13px;
    color: #000;
    margin: 10px 0px;
}

.footer_addresssub a {
    font-size: 13px;
    color: #000;
    margin: 10px 0px;
    display: block;
    text-decoration: none;
}

.footer_addresssub p.lstp_mrg {
    margin: 0 0 41px 0;
}

.mobile-none {
    display: none;
}

.form-group select {
    font-size: 14px;
    color: #000;
    height: 49px;
    border: 1px solid #111;
    padding: 5px 15px;
    font-style: initial;
}

.popuplogoslct_main {
    border: 1px solid #111;
    border-radius: 5px 5px 5px 5px;
    padding: 0px 13px;
    margin-bottom: 13px;
}

.form-group .popup_select {
    font-size: 14px;
    color: #000;
    height: 35px;
    border: 1px solid #111;
    padding: 5px 15px;
    font-style: initial;
    width: 100%;
    margin: 0 auto;
}

.logo_label {
}

.logo_eligible {
    font-size: 16px;
    margin: 20px;
}

button.logosubmit_btn {
    padding: 6px 24px;
    border: 1px solid #000;
    /* margin: 0; */
    background: #fff;
    font-size: 15px;
    margin-bottom: 14px;
    cursor: pointer;
}

    button.logosubmit_btn:hover {
        background-color: #c81423;
        color: #fff;
    }

.logosubmit_btnmain {
    display: flex;
    justify-content: center;
    align-items: center;
}
/*.hide-modal {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}*/
/*------------ToolTip----------------*/
/*.form-group .validation-message {
    color: #404040;
    position: absolute;
    top: 80px;
    padding: 5px 10px;
    border: 1px solid #000;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background: #fff;
    z-index: 100;
    transition: .3s ease-in-out;
}
*/

/*-------------event page design--------------*/

/*.eventsplit_main{
    
}*/
.w-100 {
    width: 100%!important;
}

.mt-eventsubbtn {
    margin-top: 28px;
}

.topselect {
    display: flex;
    justify-content: center;
    flex-direction: column;
    /*gap: 2em;
    margin-bottom: 25px;*/
}

.result_head {
    color: #353535;
    text-align: center;
    margin: 5px 0px 0px;
    font-family: 'Raleway', sans-serif;
    font-size: 21px;
}

.result_bx {
    display: 100%;
    display: flex;
    align-items: baseline;
    gap: 1em;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    margin: 16px auto 10px;
    gap: 1.6em;
}
.mob-verify-page-inpmain{
    display:block!important;
}
.result_bx .txtbx {
    width: 100%;
    border-radius: 0px;
}

.result_bxmain {
    /*   border: 1px solid #000;
    padding: 20px;*/
    margin-top: 2rem;
}

.topselect .popup_select {
    height: 45px;
}
/*.eventpg_main .form-group {
    margin-bottom: 0px;

}*/
/*.topselect .form-group {
    margin-bottom: 0px;
}*/
.btn_box {
    display: flex;
    justify-content: center;
}

.valid_msg {
    color: red;
    margin: 0px;
}

.cmgsoon {
    text-align: center;
    margin-bottom: 91px;
    color: #484848;
}

.cls_select {
    width: 100%;
}

.result_subbtn {
    width: 100%;
    margin-top:0px;
}
/*---------Result Table-------------------*/
.result_showbx {
    margin: 45px 0px;
}
.result_showbx table {
        border-collapse: collapse;
        width: 100%;
        border-collapse: collapse;
        table-layout: fixed;
        margin-top: 29px;
    }
    .result_showbx td, th {
        border: 1px solid #808080;
        text-align: left;
        padding: 13px;
    }
    .result_showbx th {
        border: 1px solid #808080;
    }
.result_showbx select {
        padding: 7px;
        width: 90%;
    }

.finalsub_btn {
    /*padding: 2px 36px;*/
    background: #c81423;
    border: 0px;
    color: #fff;
    border: 1px solid #c81423;
    /* background: #fff; */
    cursor: pointer;
    transition: ease-in-out .3s;
    font-size: 14px;
    position: relative;
    top: -24px;
    width: 100%;
    height: 40px;
}
.finalsub_btn .subbtn_txt{
    margin:0px;
}
/*.finalsub_btn:hover {
        background: #fff;
        border: 1px solid #000;
        color: #000;*/
        /* background: #fff; */
/*}*/
.result_showbx td.subbtn_td {
    text-align: center;
    border-top: 0px;
}

.result_showbx .lst_td {
    border-bottom: 0px;
    display: table-cell;
}

.resultsrh_txtbx {
    height: 50px;
    box-sizing: border-box;
}

.d-none {
    display: none;
}
.clsslct_bx {
    flex-direction: column;
    align-items: center;
}
.clsslct_bx label {
    font-weight: 600;
    color: #656565;
    font-size: 15px;
}
/*----------Find Book In stock Modal-------*/
.instmdl_content {
    border: 0px;
}
.phone_svgbxmain{
    display:flex;
    justify-content:center;
}
.instmdl_content .phone_svgbx {
    border: 1px solid #8bc34a;
    display: inline-block;
    width: auto;
    border-radius: 50%;
    padding: 9px 12px;
    line-height: 0;
}
.instmdl_content .phone_svgbx svg {
    width: 33px;
    stroke: #005fb2;
    /* color: beige; */
    height: 38px;
}
.instmdl_content h4 {
    font-size: 25px!important;
    color: #8bc34a!important;
}
@media screen and (max-width: 600px) {
    .result_showbx table {
        border: 0;
    }

        .result_showbx table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        .result_showbx table tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }

        .result_showbx table td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: .8em;
            text-align: right;
        }

            .result_showbx table td::before {
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
            }

            .result_showbx table td:last-child {
                border-bottom: 0;
            }

    .result_showbx .lst_td {
        border-top: 0px;
        display: none;
    }

    .result_showbx select {
        padding: 7px;
        width: auto;
    }

    .finalsub_btn {
        top: 0px;
    }

}
/*--------------------------------------------*/
.errormsg_blazor {
    color: #ff0000;
    margin: 4px 0px 0px !important;
    font-size: 13px;
}
.error_msg {
    color: #c81423;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    margin: 0px;
}

.errmsg_bx {
    display: inline-flex;
    column-gap: 4px;
    align-items: center;
    justify-content: center;
    border: 1px solid #c81423ab;
    padding: 6px 15px;
    border-radius: 5px;
}
.errmsg_bxmain {
    display: flex;
    justify-content: center;
    padding: 20px;
}
img.errmsg_img {
    width: 27px;
    margin: 0;
    padding: 0;
}

.d-flex {
    display: flex;
    justify-content: center;
}

.text-center {
    text-align: center;
}

.selected_para {
    margin-top: 11px;
    font-size: 16px;
    color: #606060;
}

.congra_head {
    font-size: 23px;
    color: #c81423;
    margin-bottom: 0px;
}

.choose_txt {
    margin: 0;
    font-size: 14px;
    color: #757575;
}

.venue_p {
    text-align: center;
    color: #525252;
}

    .venue_p span {
        font-size: 20px;
        font-weight: 600;
        color: #c81423;
    }

        .venue_p span.name_span {
            font-size: 17px;
            font-weight: 600;
            color: #000;
        }

.viewmr_result {
    margin-top: 20px;
    padding: 9px 19px;
    border: 1px solid #c81423;
    background: #fff;
    font-size: 13px;
    font-weight: 700;
    color: #454545;
    text-decoration: none;
    transition: ease-in-out .3s;
    cursor: pointer;
}

    .viewmr_result:hover {
        color: #fff;
        background: #c81423;
    }

.justi-end {
    display: flex;
    justify-content: end;
}

.btn-danger {
    background-color: #c81423;
}

.checkimg_bx {
    display: flex;
    justify-content: center;
}
.checkimg_bx img {
        width: 40px;
        padding: 7px;
    }
.checkimg_bx svg{
    stroke:#8BC34A;
}
.modal_paranew {
    max-width: 32ch;
    margin: 6px auto 24px !important;
    font-size: 13px;
    color: #606060;
}
.success_modal h4 {
    margin-top: 6px;
    font-size: 19px;
    margin-bottom: 0;
    color: #8bc34a;
}
.text-center{
    text-align:center;
}
.success_modal p.modal_para {
    text-align: center;
    margin: 12px 0px;
    font-size: 15px;
    color: #606060;
    font-weight: 500;
}

.success_modal h5 {
    margin: 21px 0px 0px 0px;
    font-size: 15px;
}

    .success_modal h5 span {
        margin: 0px;
        color: #c81423;
        text-decoration: underline;
    }

.ok_btn {
    padding: 6px 18px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    background: #8BC34A;
    border: 1px solid #8bc34a;
    font-weight: 700;
    color: #fff;
    border-radius: 3px;
    transition: ease-in-out .3s;
    cursor: pointer;
}

    .ok_btn:hover {
        color: #000;
        background: #fff;
        border: 1px solid #8bc34a;
    }

.d-block {
    display: block;
}
/*----------------Delete confirm modal----------------*/
.deleteconfirm_modal {
    border: 1px solid #c81423;
}
.deleteconfirm_modal h4 {
    margin-top: 6px;
    font-size: 19px;
    margin-bottom: 0;
    color: #c81423;
}
.deleteconfirm_modalsvg {
    padding: 12px;
    border: 1px solid #c81423;
    width: max-content;
    margin: 0 auto;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.deleteconfirm_modalsvg svg{
    color:#c81423;
}
.dltconfirm-modal-btngrp {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    gap: .7em;
    justify-content: center;
}
.dltconfirm-modal-btngrp button {
    width: 100%;
    border: 1px solid #000;
    padding: 6px;
    border-radius: 5px;
    width: 115px;
}
.dltconfirm-modal-btngrp button.modal-delete-btn {
    border: 1px solid #c81423;
    color: #c81423;
    transition:ease-in-out .3s;
 }
.dltconfirm-modal-btngrp button.modal-delete-btn:hover {
    background: #c81423;
    color:#fff;
}
.dltconfirm-modal-btngrp button.modal-cancel-btn {
        background: #00000038;
    border: 1px solid #c7c7c7;
    color: #1e1e1e;
    transition:ease-in-out .3s;
 }

/*------------------------Loading style----------------------*/
.subm_btn .subbtn_txt {
    margin: 0px;
}

.loading_text {
     display: none;
}
.loading_text .wrapper {
    display: flex;
    align-items: center;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 14px;
    width: 220px;
}
.loading_text .wrapper h2 {
    margin: 0 10px;
    /* font-family: sans-serif; */
    font-size: 14px;
    font-weight: 500;
    color: #f1f1f1;
    letter-spacing: 1.5px;
    line-height: 1.5;
    text-align: center;
    text-transform: capitalize;
}
    .loading_text .content {
        position: relative;
        height: 30px;
        width: 30px;
    }
/*-------Small Loader----------*/
.loading_text.small_loader{

}
.loading_text.small_loader .wrapper {
    display: flex;
    align-items: center;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 10px;
    width: 220px;
}
.loading_text.small_loader .content {
        position: relative;
        height: 22px;
        width: 22px;
    }
.loading_text.small_loader .wrapper h2 {
        font-size: 12px;
    }
/*----------------------------*/
.loading_text .content .circle {
    position: absolute;
    border-radius: 50%;
    background: #fff;
    height: 20%;
    width: 20%;
}

        .loading_text .content .one {
            right: 40%;
        }

        .loading_text .content .two {
            top: 10%;
            right: 10%;
            animation-delay: 0.1s;
        }

        .loading_text .content .three {
            top: 40%;
            right: 0;
            animation-delay: 0.2s;
        }

        .loading_text .content .four {
            right: 10%;
            bottom: 10%;
            animation-delay: 0.3s;
        }

        .loading_text .content .five {
            right: 40%;
            bottom: 0;
            animation-delay: 0.4s;
        }

        .loading_text .content .six {
            bottom: 10%;
            left: 10%;
            animation-delay: 0.5s;
        }

        .loading_text .content .seven {
            top: 40%;
            animation-delay: 0.6s;
        }

        .loading_text .content .eight {
            left: 10%;
            top: 10%;
            animation-delay: 0.7s;
        }

    .loading_text .animation {
        animation: minute 0.8s infinite;
    }

@keyframes minute {
    from {
        background: #f1f1f1;
    }

    to {
        background: transparent;
    }
}
/*------Book availability search----------*/
.bookserach_main {
    padding: 2px 0px 16px;
}
.bksearch_bx {
    /* border: 1px solid #606060 !important; */
    border-right: 0px !important;
    border-radius: 20px 0px 0px 20px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgb(200 20 35 / 27%) 0px 0px 1px 0px;
}
.searchbxreult_main {
    /* border: 1px solid #00000075; */
    /* padding: 12px; */
    border-radius: 3px;
    margin-top: 9px;
}
.bksearch_bx .mud-grid {
}

.mud-grid.searchmud_grid {
    justify-content: center !important;
}
.bookserach_main input.mud-select-input {
    padding-left: 7px !important;
}
.bookserach_main .mud-input.mud-input-underline:before {
    border-bottom: 0px !important;
}
.bookserach_main .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
    margin-top: 0px; 
    padding: 8px;
}
.bookserach_main .mud-input.mud-input-underline:after {
    border-bottom: 0px !important;
}
.bksearch_bx .mud-icon-root {
    position: absolute;
    left: 5px;
    display: none;
}
.mud-list .mud-selected-item {
    background: #c8142314 !important;
    color: #004092 !important;
}
/*.locshow_secmain {
    display: grid;
    gap: 4.5em;
    grid-template-columns: repeat(1,1fr);*/
    /* margin: 36px 0px 50px; */
    /*position: relative;
    padding: 22px;
}*/
.locshow_secmain {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.3em;
    justify-content: center;
    margin: 50px 0px 3px;
    row-gap: 3em;
}

.locshow_col {
    flex: 0 0 100%;
    max-width: 100%;
    /* border: 1px solid #00000075; */
    border-radius: 11px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgb(200 20 35 / 27%) 0px 0px 1px 0px;
    border-left: 2px solid #c81423;
}
.availstore_head {
    text-align: center;
    margin: 20px 0px 15px;
    font-size: 20px;
    color: rgb(6, 6, 6);
    position: relative;
}
.availstore_head:before {
    content: "";
    position: absolute;
    width: 35px;
    bottom: -1px;
    background: #008874;
    height: 2px;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    /* top: 50%; */
    transform: translate(-50%, -50%);
}
.locshow_secsub {
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px; */
    padding: 18px 23px;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    position: relative;
    /*border: 1px solid #00000075;*/
}
.locshow_secsub h5 {
    text-align: start;
    margin: 9px 0px 0px;
    font-family: Raleway, sans-serif;
    font-size: 15px;
    text-align: center;
}
.locshow_secsub p {
    text-transform: uppercase;
    font-size: 13px;
    color: #000000;
    font-weight: 400;
}
.locshow_secsub p span {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 14px;
    color: #515151;
    margin-right: 6px;
}
.locshow_secsub p a {
    /* margin-left: 6px; */
    color: #000000;
    text-decoration: underline;
    word-wrap: break-word;
    text-transform: lowercase;
}
.singlefield_bx {
    display: flex;
    /* justify-content: space-between; */
    gap: .5em;
}
.singlefield_bx p{
    text-transform: uppercase;
    font-size: 13px;
    color: #000000;
    font-weight: 400;
}
.singlefield_bx p a{
    color: #000000;
    text-decoration: underline;
    word-wrap: break-word;
    text-transform: lowercase;
}
.singlefield_bx .singlefield_bxhead {
    display: flex;
    justify-content: space-between;
    width: 77px;
}
.singlefield_bx .singlefield_bxhead h6{
    font-weight: bold;
    text-transform: capitalize;
    font-size: 14px;
    color: #515151;
    margin-right: 6px;
}
.location_svg {
    position: absolute;
    background: rgb(255, 255, 255);
    padding: 6px;
    line-height: 0;
    border-radius: 5px;
    top: -21px;
    /* border: 1px solid rgb(185, 17, 17); */
    /* left: 43%; */
    position: absolute;
    /* top: 50%; */
    left: 50%;
    transform: translate(-50%);
    box-shadow: rgb(255 0 0 / 30%) 0px 0px 5px 0px, rgb(200 20 35 / 93%) 0px 0px 1px 0px;
}
.locshow_secsub .location_svg svg {
    width: 23px;
    stroke: rgb(200 20 35);
}
.blazored-typeahead__controls:focus{
    outline:0;
    box-shadow:none;
}
.blazored-typeahead__controls:focus-within{
    outline:0;
    box-shadow:none;
}
.blazored-typeahead:focus-within {
    box-shadow: 0px 0px 0px 0px !important;
}
.blazored-typeahead {
    position: relative;
    width: 100%;
    border: 1px solid #00000075!important;
    /*border-radius: 5px;*/
    border-right:0px!important;
    border-radius: 5px 0px 0px 5px !important;
}
.blazored-typeahead__input:focus {
    outline: none;
    border:0;
}
.blazored-typeahead__active-item, .blazored-typeahead__result:hover, .blazored-typeahead__result:focus {
    background-color: #ffe4e6 !important;
    border: 0px !important;
    /* border-bottom: 1px solid #007bff; */
    color: #000 !important;
    cursor: pointer;
}
.blazored-typeahead__results {
    border-radius: 0px 0px 5px 5px!important;
}
.blazored-typeahead__input {
    padding: .8rem!important;
}
.mud-input-control {
     margin-top: 0px!important; 
}
.searchbx_main{
    display:flex;
}
.search_btn {
    /* padding: 10px 0px 9px 30px; */
    background: #c81423;
    border-radius: 0px 20px 20px 0px;
    width: 60px;
    padding: 10px;
    /* border: 1px solid #7a7a7a; */
    /* height: 47px; */
    /* border-left: 0; */
    transition: ease-in-out .3s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(200, 20, 35, 0.27) 0px 0px 1px 0px;
}
.search_btn:hover{
    background:#fff;
}
.search_btn svg {
    width: 20px;
    stroke: white;
    transition:ease-in-out .3s;
}
.search_btn:hover svg{
    stroke:#000;
}
.centerposition_absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/*.bookdetailshow_bx {*/
    /* border: 1px solid #252525; */
    /*width: 100%;
    padding: 13px 20px;
    border-radius: 3px;*/
    /* margin: 0px auto 50px; */
    /*display: flex;
    flex-direction: column;
    row-gap: 12px;
    position: relative;*/
    /* border: 1px solid #00000075; */
    /* background: #dcffe9; */
    /*border: 1px solid #00000075;
}*/
.bookdetailshow_bx {
    width: 100%;
    padding: 19px 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(200, 20, 35, 0.27) 0px 0px 1px 0px;
    margin: 17px auto 45px;
    text-align: center;
    border-left: 2px solid rgb(200, 20, 35);
}
.bookdetailshow_bx div {
    display: flex;
    gap: .6em;
}
.bookdetailshow_bx div .listhead_div {
    display: flex;
    width: 75px;
    justify-content: space-between;
}
.bookdetailshow_bx div .listhead_div span {
    font-weight:bold;
}
.bookdetailshow_bx div h6 {
    text-transform: capitalize;
    font-size: 14px;
    color:#515151;
}
.bookdetailshow_bx div p {
    text-transform: uppercase;
    text-align: left;
}

.discrip_para {
    text-align: center;
    margin-bottom: 23px;
    font-size: 20px;
    color: #212121c2;
    /* font-weight: 500; */
    font-family: 'Raleway', sans-serif;
    margin: 0;
    color: #727272;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    line-height: 30px;
}
.bookdetailshow_bx p span {
    font-weight: 500;
    margin-right: 5px;
}
.bookdetailshow_bx h5{
    margin: 9px 0px 0px;
    font-family: Raleway, sans-serif;
    font-size: 15px;
    text-align: center;

}
/*------Radzen AutoComplete --------*/
.rz-autocomplete {
    width: 100%!important;
}
.rz-autocomplete-input {
    padding: 23px 15px!important;
}
.rz-autocomplete {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgb(200 20 35 / 27%) 0px 0px 1px 0px;
    border: 0 !important;
    border-radius: 20px 0px 0px 20px !important;
}
.rz-form-field:hover .rz-form-field-content, 
.rz-autocomplete:hover:not(.rz-state-disabled), 
.rz-radiobutton-box:hover:not(.rz-state-disabled), 
.rz-chkbox-box:hover:not(.rz-state-disabled), .rz-colorpicker:not(:disabled):not(.rz-state-disabled):hover, 
.rz-lookup-search input:not(:disabled):not(.rz-state-disabled):hover, .rz-spinner:not(:disabled):not(.rz-state-disabled):hover, 
.rz-calendar .rz-inputtext:not(:disabled):not(.rz-state-disabled):hover, .rz-multiselect:not(:disabled):not(.rz-state-disabled):hover, 
.rz-dropdown:not(:disabled):not(.rz-state-disabled):hover, .mask:not(:disabled):not(.rz-state-disabled):hover, 
.rz-textarea:not(:disabled):not(.rz-state-disabled):hover, .rz-textbox:not(:disabled):not(.rz-state-disabled):hover {
     box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgb(200 20 35 / 27%) 0px 0px 1px 0px!important;

}
.rz-autocomplete-input:focus {
    border:0!important;
}
/*---------------------------------*/
.footerredtemp_brdr{
    margin-top:140px;
}
/*----------------Temp Css---------------*/
.winnerconsolist_main {
}
.winnerconsolist_main table {
        margin-top: 18px;
    }
.winnerconsolist_main h4 {
        color: #c81423;
        text-align: center;
        font-family: 'Raleway', sans-serif;
        font-size: 17px;
        /* text-transform: capitalize; */
        font-weight: 700;
    }
.winnerconsolist_main h5 {
        text-align: center;
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 0px;
    }
.winnerconsolist_main td, th {
    border: 1px solid #111;
}
.winnerconsolist_main th {
    border: 1px solid #111;
 }
.note_bx {
    border: 1px solid #a5a5a5;
    width: 100%;
    text-align:center;
}
.note_bx p {
    max-width: 59ch;
    margin: 12px auto;
    line-height: 28px;
}
.note_bx p span {
    font-weight: 600;
    color: #c81423;
}
/*--------New Event Registration-----------*/
.studentnumadd_tbl {
    
}
.d-block{
    display:block;
}
.d-none{
    display:none;
}
    .studentnumadd_tbl .table {
        border: 1px solid #111;
        border-spacing: 0;
        border-collapse: collapse;
        width: 100%;
    }

    .studentnumadd_tbl table tr.studentnumadd_tr {
    }

th.studentnumadd_th {
    border: 0;
    /* width: 20px; */
    text-align: center;
    border-bottom: 1px solid #111;
    border-right: 1px solid #111;
    padding: 4px 11px;
    font-size: 14px;
}

td.studentnumadd_td {
    text-align: center;
    border-bottom: 1px solid #111;
    border-right: 1px solid #111;
    padding: 6px 12px;
}

    td.studentnumadd_td input {
        width: 92%;
        margin: 0 auto;
        padding: 3px 0px 3px 0px;
        border: 1px solid #111;
        font-weight: 600;
        text-align: center;
    }

.text-left {
    text-align: left !important;
}

.numstutxt_td {
    text-align: left !important;
    font-size: 13px;
    font-weight: 600;
}

.forminner_head {
    text-align: center;
    margin: 0 0px 8px;
    font-size: 15px;
}
.mt-neweventsubbtn {
    margin-top: 19px;
}

.evntregcls_bx h3{
    width:100%;
}
.stunum_inp {
    width: 7em!important;
    margin: 0 auto;
    padding: 3px 0px 3px 0px;
    border: 1px solid #111;
    font-weight: 600;
    text-align: center;
}
.evntregcls_bxsingle{
    width:100%;
}
.d_none {
    display: none;
}
.newev_subbbtnmain {
    display: flex;
    gap: 1em;
    margin-top: 20px;
    flex-direction: column;
}
.entmark_btn {
    border: 1px solid #000;
    background: #c81423;
    color: #fff;
    border: 0;
    display: inline-block;
    line-height: 1;
    padding: 8px 10px;
    border: 1px solid #000;
    font-size: 14px;
    text-transform: uppercase;
    /* background: #fff; */
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s ease;
    width: 100%;
    text-align: center;
    height: 50px;
    cursor: pointer;
    appearance: auto;
    /* color: #000; */
    position: relative;
}
.modal_top {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
    border-bottom: 1px solid #8a8a8a;
    align-items: center;
}
.modal_top h3{

}
.modal_top button {
    line-height: 0;
    border: 1px solid #ff0000;
    border-radius: 50%;
    padding: 2px;
    transition:ease-in-out .3s;
}

.modal_top button svg {
    width: 16px;
    height: 15px;
    stroke: #ff0000;
    line-height: 0;
}
.mobveriinp_main {
    display: flex;
    gap: 1em;
    align-items:end;
    flex-direction:column;
}
.mobveriinp_main input {
    width: 100%;
}
.mobveriinp_main button {
    display: inline-block;
    line-height: 1;
    padding: 8px 20px;
    border: 1px solid #000;
    font-size: 14px;
    text-transform: uppercase;
    background: #fff;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s ease;
    width: 100%;
    text-align: center;
    height: 45px;
    cursor: pointer;
    appearance: auto;
    color: #000;
    position: relative;
}
.mobveriinp_main button:hover {
    background: rgb(200, 20, 35);
    color: rgb(255, 255, 255);
}
.p-0{
    padding:0px!important;
}
.m-0{
    margin:0px!important;
}
.modal_body{
    padding: 17px;
}
.otp-input {
    border: 1px solid #000;
    width: 2.7rem;
    padding: 5px 3px;
    text-align: center;
}
.otp-input:active{
    border: 1px solid #000;
    box-shadow: rgb(255 0 0 / 28%) 0px 0px 0px 3px;
}
.otp-input:focus{
    border: 1px solid #000;
    box-shadow: rgb(255 0 0 / 28%) 0px 0px 0px 3px;
}
.otp_inputmain {
    display: flex;
    justify-content: center;
    gap: 1em;
}
.otpsubmit_btn {
    display: inline-block;
    line-height: 1;
    padding: 8px 20px;
    border: 1px solid #000;
    font-size: 14px;
    text-transform: uppercase;
    background: #fff;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s ease;
    width: 8rem;
    text-align: center;
    height: 45px;
    cursor: pointer;
    color: #000;
    margin: 28px 0px 6px;
}
.otpsubmit_btn:hover {
    background: rgb(200, 20, 35);
    color: rgb(255, 255, 255);
}
.otpsubmit_btnmain{
    display:flex;
    justify-content:center;
}
.preeventimg_main {
    /* display: grid; */
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 11px;
}
.preeventimg_main img {
    width: 100%;
    padding: 0px;
    margin: 0;
    border-radius: 10px;
    height: 175px;
    object-fit: cover;
    cursor:pointer;
}
.imgeshow_modal{
    border:0px!important;
    background-color:transparent!important;
    position:relative;
}
.imgeshow_modal img {
    width: 100%;
    padding: 0px !important;
    border-radius: 5px;
}
.imgmodal_close{

}
.modalimgpre_nxt_main {
    /*position:relative;*/
    width: 100%;
    /*display: flex;
    justify-content: space-between;*/
    
    padding: 0px 12px;
}
.modalimgpre_nxt_main button {
    position: absolute;
    top: 50%;
    border: 1px solid #c2c2c2;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 50%;
    background: #fff;
    padding: 3px;
    transition:ease-in-out .3s;
}
.modalimgpre_nxt_main button:hover{
    background:#fff;
}
.modalimgpre_nxt_main button svg {
    stroke: #c81423;
    line-height: 0;
}
.btn_nxt {
    right: 9px;
}
.btn_prev{
    left:9px;
}
.regiclose_main {
    border: 1px solid #ed000057;
    border-radius: 26px;
    width: max-content;
    margin: 23px auto 62px;
    padding: 12px 4px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    background: #fff;
    width: 295px;
}
.regiclose_main h3 {
    font-size: 17px;
    /* margin-bottom: 45px; */
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}
.regiclose_main h1 {
    font-size: 30px;
    /* margin-bottom: 45px; */
    text-align: center;
    color: #ca1423;
    text-transform: uppercase;
}
/*------------New Event Student Mark Enter Page---------------*/
.eventmarenttbl_inp {
    border: 1px solid #000;
    padding: 3px;
    font-size: 14px;
    color: #000;
    height: 35px;
    border: 1px solid #111;
    padding: 5px 8px;
    font-style: initial;
    border-radius: 0px;
    width: 100%;
}
.eventres_nameentinp {

}
.eventres_markentinp{

}
.normal_slct {
    width: 87%;
    border: 1px solid #000;
    padding: 10px;
}
.markenter_tblmain {
    margin: 19px 0px 0px;
}
.markenter_tblfiltmain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: .5em;
}
.markenter_tblmain table {
    margin: 0px;
}
.otpverify_modal {
    display: flex;
    flex-direction: column;
}
.otpverify_modal svg {
    width: 60px;
    background: #575eff9e;
    border-radius: 50%;
    padding: 6px;
    margin: 0 auto;
    fill: #fff;
    margin-bottom: 10px;
}
.otpverify_modal p{
    margin-bottom:19px;
}
.otpmodalclose_btn {
    position: absolute;
    right: 0px;
    /* top: 4px; */
    line-height: 0;
    /* border: 1px solid #ff0000; */
    /* border-radius: 50%; */
    padding: 6px;
    transition: ease-in-out .3s;
    border-radius: 3px 5px 0px 10px;
    background: #ff0000;
}
.otpmodalclose_btn:hover{
    background: #fff;
}
.otpmodalclose_btn  svg {
    width: 16px;
    height: 15px;
    stroke: #ffffff;
    line-height: 0;
}
.otpmodalclose_btn:hover{
    background: #fff;
}
.otpmodalclose_btn:hover svg{
    stroke: #ff0000;
}

.btn_end{
    display:flex;
    justify-content:end; 
    margin-top:20px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.text-capitalize{
    text-transform:capitalize;
}
.markentschlnamebx {
    border: 1px solid #c81423;
    margin-bottom: 16px;
    padding: 8px;
    border-radius: 7px;
    min-width: 337px;
    text-align: center;
    max-width: 350px;
}
.markentschlnamebx h3 {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    word-wrap: break-word;
    font-size: 15px;
    white-space: nowrap;
}
.markentschlnamebx span {
    margin-left: 5px;
    /* color: #c81423; */
    font-size: 16px;
    white-space: break-spaces;
}
.markentschlnamebx span.markentschlnamebx_schname {
    font-size: 21px;
}
.mainpad_markent {
    padding: 0px 22px !important;
}
.markent-cls-select {
    width: 75% !important;
}
.tbl-plus-btn {
    margin: 0 auto;
    border: 1px solid #009900;
    margin-top: 5px;
    padding: 4px 13px;
    line-height: 0px;
    border-radius: 5px;
}
.tbl-plus-btn svg {
    width: 18px;
    color: #009900;
}
/*.modal_content_md {
    width: 20rem !important;
}*/
.modal_content_md {
    width: 90% !important;
    /* margin: 20px; */
}
.fedbank_logomain {
    display: flex;
    justify-content: center;
    gap: 1em;
    align-items: center;
    margin-bottom: 7px;
}
.fedbank_logo {
    width: 120px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #00000021;
    border-radius: 4px;
    padding: 2px !important;
    height: 47px;
}
.border-md-1 {
    border:1px solid #000;
}
.p-3{
    padding:10px;
}
/*--------------------------------------*/
/*---------New Event Registration Team Select Page Design------------*/
.team_head {
    text-align: center;
    margin: 14px 0px 6px 0px;
}
.tmstudentaddtopbar_main {
    display: flex;
    gap: 2em;
    margin-top: 30px;
    flex-direction:column;
}
.tmstudentaddtopbar_sub{
    display: flex;
    gap: 1em;
    align-items: end;
}
.customslct_main {
    width: 100%;
    position: relative;
}
.customslct_inputbxmain{

}
.customslct_inputbxmain svg {
    position: absolute;
    width: 19px;
    /* height: 41px; */
    left: 6px;
    top: 23px;
    stroke: #c81423b0;
}
.customslct_inputbxmain label {
    margin-bottom: 5px;
    font-size: 13px;
}
.custoninpselect_inp {
    border: 1px solid #000;
    padding: 10px 28px;
    background: #fff;
    width: 100%;
    text-align: left;
    font-size: 13px;
    /* cursor: pointer; */
}
.add_btn {
    padding: 10px;
    border: 1px solid #000;
    font-size: 14px;
    background: #fff;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s ease;
    width: 12em;
    text-align: center;
    /* height: 50px; */
    cursor: pointer;
    appearance: auto;
    color: #000;
    position: relative;
    height: 40px;
}
.add_btn:hover {
    background-color: #c81423;
    color: #fff;
}
.customslctdata_showbx {
    border: 1px solid #000;
    margin-top: 1px;
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
}
.customslctdata_showbx.listshow {
    display: block;
}
.customslctdata_showbxsingle {
    padding: 8px 10px;
    border-bottom: 1px solid #000;
    cursor: pointer;
    transition:ease-in-out .3s;
}
.customslctdata_showbxsingle:hover {
    background: #0085ff52;
}
.customslctdata_showbxsingle h5 {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
}
.customslctdata_showbxsingle span {

}
.customslctdata_showbxsingle p {
    font-size: 13px;
    margin-top: 4px;
}
.customslctdata_showbxsrch_inp {
    width: 100%;
    border: 1px solid #000;
    /* margin: 20px; */
    padding: 10px;
}
.customslctdata_showbxsrch_inpmain{
    padding:10px;
}
.custom_scroll {
    max-height: 15em;
    overflow-y: auto;
}
.p-10 {
    padding:10px;
}

.selectteammembshow_main {
    margin-top: 30px;
}
.old-comp-mrg {
    margin-top: 2em !important;
}
.tbl-dlt-btn {
    border: 1px solid #e20013;
    padding: 1px 8px;
    border-radius: 5px;
    font-size: 14px;
    color: #e20013;
    transition:ease-in-out .3s;
}
.tbl-dlt-btn:hover{
    background:#e20013;
    color:#fff;
}
.tbl-dlt-btn svg {
    width: 17px;
    color: #c81423;
    /*margin-right: 4px;*/
    transition:ease-in-out .3s;
}
.tbl-dlt-btn:hover svg{
     color: #fff;
}
/*--------------------*/
.mob-verify-page-main {
    border-top: 1px solid #989898;
    /* border-bottom: 1px solid #989898; */
    padding: 19px 30px 60px;
}
.subtopic-head {
    text-align: center;
    font-size: 18px;
    margin-bottom: 22px;
    font-weight: 500;
    color: #2e2e2e;
}
.h-max-cnt{
    height:max-content!important;
}
.studentlistshow_bxmain {
    display: flex;
    width: 100%;
    gap: 1em;
    /*border: 1px solid #000;*/
    flex-direction:column;
}
.studentlistshow_bxsub {
    width: 100%;
    border: 1px solid #000;
}
.studentlistshow_bxsub h4 {
    text-align: center;
    padding: 5px;
    border-bottom: 1px solid #000;
}
.studentlistshow_bxcontent {
    display: flex;
    /*gap: 1em;*/
    width: 100%;
    /*padding: 0px 10px;*/
    border-bottom: 1px solid #000;
    align-items: center;
}
.studentlistshow_bxcontent:last-child{
    border-bottom:0px;
}
.studentlistshow_bxcontent p {
    padding: 10px 10px;
    width: 100%;
    border-right: 1px solid #000;
}
.studentlistshow_bxhead {
    display: flex;
    width: 100%;
    /* gap: 1em; */
    border-bottom: 1px solid #000;
    /* padding: 8px; */
}
.studentlistshow_bxhead p {
    font-weight: 900;
    width: 100%;
    padding: 5px;
    border-right: 1px solid #000;
}
.studentlistshow_bxhead p:last-child{
    border-right: 0px;
}
.w-auto{
    width:auto!important;
}
.w-65-p{
    width:65px!important;
}
.max-59{
    max-width:59px!important;

}
.max-65{
    max-width: 65px!important;
}
.teamnm_head {
    text-align: center;
    margin-bottom: 18px;
    font-size: 18px;
}
.finish_btn{

}
.finish_btn {
    display: inline-block;
    line-height: 1;
    padding: 8px 10px;
    border: 1px solid #00b600;
    font-size: 14px;
    text-transform: uppercase;
    background: #fff;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s ease;
    /* width: 100%; */
    text-align: center;
    height: 50px;
    cursor: pointer;
    appearance: auto;
    color: #000000;
    position: relative;
    width: 180px;
    margin-top: 20px;
}
.finish_btn:hover{
    background:#00b600;
    color:#fff;
}
.justify-content-end{
    justify-content:end;
}
.text-green{
    color:#06d303;
}
/*-----------------Customer Relationship Management-----------*/
.create-modal-btn {
    border: 1px solid #1db24a;
    padding: 10px 20px;
    color: #1db24a;
    transition:ease-in-out .3s;
}
.create-modal-btn svg{
    color:#1db24a;
}
.create-modal-btn:hover{
    background-color: #1db24a;
    color:#fff;
}
.create-modal-btn:hover svg{
    color:#fff;
}
.modal-submit-btn {
    display: inline-block;
    line-height: 1;
    padding: 8px 20px;
    border: 1px solid #000;
    font-size: 14px;
    text-transform: uppercase;
    background: #fff;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s ease;
    width: 8rem;
    text-align: center;
    height: 45px;
    cursor: pointer;
    color: #000;
    width: 100%;
    background: rgb(200, 20, 35);
    color: rgb(255, 255, 255);
}
.modal-submit-btn:hover {
    background: rgb(200, 20, 35);
    color: rgb(255, 255, 255);
 }
.table-completed-btn {
    border: 1px solid #1db24a;
    padding: 3px 9px;
    color: #1db24a;
    transition: ease-in-out .3s;
}
.table-completed-btn svg{
    margin-right:2px;
}
.justify-content-between{
    justify-content:space-between!important;
}
.align-items-center{
    align-items:center!important;
}
.school-name-add-btn-main{
    display:flex;
    flex-direction:column;
    gap:1em;

}
.crm-table-tr{
    background-color:#fff;
}
.crm-table-tr:nth-child(even) {
    background-color: #d7d7d7;
 }
.mob-hide-td {
    display: none!important;
}
/*-----------------------------------------------------------*/
@media (min-width: 576px) {
    .lrimg_bxfndbk {
        flex-direction: row;
        margin: 28px 0px 85px;
    }
    .discrip_para {
        font-size: 22px;
        line-height: 36px;
    }
    .normal_slct {
        width: 30em;
        border: 1px solid #000;
        padding: 10px;
    }
    .preeventimg_main {
        grid-template-columns: repeat(2, 1fr);

    }
}

@media (min-width: 700px) {
    .formsplit_main {
        display: flex;
        flex-direction: row;
        column-gap: 5em;
    }
    .formsplit_newevent {
        flex-direction: column !important;
        column-gap: 0em !important;
    }
    .form_main {
        /* padding: 0px 40px;*/
    }

    .modal-content {
        width: 24rem;
    }
    .modal_content_md {
        width: 30rem!important;
    }
    .modal_content_lg {
        width: 40rem!important;
    }
    #EventRegiModal .modal-content {
        width: 22rem;
    }

    #FinalRegiModal .modal-content {
        width: 19rem;
    }

    .textarea_heig {
        height: 184px;
    }

    .mobile-none {
        display: block;
    }

    .footer_submrg {
        margin-left: 31px;
    }

    .footer_main {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        margin: 45px 0px;
        gap: 2em;
    }

    .form-group .popup_select {
        width: 311px;
    }

    .popuplogoslct_main {
        border: 1px solid #111;
        border-radius: 5px 5px 0px 0px;
        border-bottom: 0px;
        padding: 0px;
        margin: 0;
    }

    .logo_label {
        margin-left: 35px;
    }

    .topselect .popup_select {
        width: 100%;
    }

    .topselect label {
        margin-left: 0;
    }

    .topselect .form-group {
        width: 30%;
    }

    .result_bx {
        flex-direction: row;
    }
    /*.result_bx {
        gap: 1em;
        width: 75%;
        margin: 0px auto 10px;
    }*/
    .topselect {
        flex-direction: row;
        gap: 2em;
        /*margin-bottom: 25px;*/
    }
    .clsslct_bx {
        flex-direction: column;
        align-items: center;
    }
    .result_subbtn {
        width: 320px;
    }
   /* .locshow_secmain {
        row-gap: 3.5em;
        column-gap: 1.5em;
        grid-template-columns: repeat(2,1fr);
    }*/
    .locshow_secmain {

    }
    .errmsg_bx {
        padding: 6px 60px;
    }
    /*.bookdetailshow_bx {
        width: 50%;
    }*/
    .locshow_col {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .discrip_para {
        max-width: 53ch;
    }
    .subm_btn {
        width: 178px;
    }
    .mobveriinp_main {
        flex-direction: row;
    }
    .newev_subbbtnmain {
        flex-direction: row;
    }
    .mobveriinp_main button {
        width: max-content;
    }

    .loy_head2 {
        font-size: 23px;
        margin: 13px 0px 37px;
    }
    .tmstudentaddtopbar_main {
        flex-direction: row;
    }
    .pl-md-10 {
        padding: 10px;
    }

    .pr-md-10 {
        padding: 10px;
    }

    .border-md-right {
        border-right: 1px solid #000;
    }
    .studentlistshow_bxmain {
        flex-direction: row;
    }
    .school-name-add-btn-main {
        flex-direction: row;
        gap:0em;
    }
    .mob-hide-td {
        display: table-cell!important;
    }
}
@media (min-width: 960px) {
    .result_bx {
        gap: 1em;
        width: 75%;
        margin: 0px auto 10px;
    }
    .d_lg_block {
        display: block;
    }

    .d_lg_none {
        display: none;
    }
    .formsplit_newevent {
        flex-direction: row!important;
        column-gap: 5em!important;
    }

}
    @media (min-width: 992px) {
        .form_main {
            width: 970px;
            margin: 0 auto;
        }

        footer.footer_section {
            width: 970px;
            margin: 0 auto;
        }

        .footer_submrg {
            margin-left: 76px;
        }
        /*.locshow_secmain {
            grid-template-columns: repeat(3,1fr);
        }*/
        .locshow_secmain{

        }
        .mainpad_markent {
            padding: 0px!important;
        }
        .preeventimg_main {
            grid-template-columns: repeat(5, 1fr);
        }
        .eventimg-1 {
            grid-column: span 2;
            /* grid-row: span 2; */
            /* height: 100%!important; */
        }
        .eventimg-4 {
            grid-row: span 2;
            height: 100% !important;
            object-fit: cover;
        }
        .eventimg-5 {
            grid-column: span 2;
        }
        /*.imgeshow_modal {
            height: -webkit-fill-available;
        }*/
    }

    @media (min-width: 1200px) {
        .form_main {
            width: 1170px;
            margin: 0 auto;
        }

        footer.footer_section {
            width: 1170px;
            margin: 0 auto;
        }
        .locshow_col {
            flex: 0 0 31.8888%;
            max-width: 31.8888%;
        }
    }

    @media (min-width: 1300px) {
        .finalsub_btn {
            width: 80%;
        }
    }

    @media (min-width: 1400px) {
    .form_main {
        width: 1300px;
        margin: 0 auto;
        }
    }