
/* ===================================Inner Banner=================================== */
.inner-banner{
    width: 100%;
    display: block;
    padding: 170px 0;
    margin: 0;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
}  
.inner-banner:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(2 25 53 / 40%);
}
.inner-banner .bnr-content{
    position: relative;
    z-index: 1;
}
.inner-banner .bnr-content h2{
    font-size: 64px;
    font-family: "Raleway";
    color: #fff;
    font-weight: 700;
}
/*====================================== Application Page CSS Start====================================== */
.application-sec{
    width: 100%;
    /* display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: calc(90vh - 60px); */
    padding: 30px;
    margin: 85px 0 0;
}
.application-sec.for-flex-styling{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
     min-height: calc(90vh - 60px); 
}
.application-sec .application-heading {
    text-align: center;
    font-size: 24px;
    font-family: "Jost";
    color: #000;
    font-weight: bold;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
}
.application-sec .application-table-wrap{
    margin: 15px 0 0;
    text-align: center;
}
.application-sec .application-table-wrap .table{
    width: 100%;
}
.application-sec .application-table-wrap .table thead{
    background: #104382;
    border: 1px solid #104382;
    color: #fff;
}
.application-sec .application-table-wrap .table tr th{
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
}
.application-sec .application-table-wrap .table tbody{
    border-top: 0;
}
.application-sec .application-table-wrap .table tr td{
    font-size: 15px;
    color: #141414;
    padding: 12px 0;
    border: 1px solid #104382;
}
.general-instruction-wrap{
    width: 100%;
    display: block;
    padding: 0;
    margin: 30px 0 0;
    border: 1px solid #104382;
}
.general-instruction-wrap .general-heading{
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    background: #104382;
}
.general-instruction-wrap .instruction-content{
    width: 100%;
    display: block;
    padding: 30px;
}
.general-instruction-wrap .instruction-content .each-content + .each-content{
    margin-top: 30px;
}
.general-instruction-wrap .instruction-content .each-content h4{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 0 0 18px;
}
.general-instruction-wrap .instruction-content .each-content p{
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    margin: 0;
    padding-left: 55px;
    position: relative;
}
.general-instruction-wrap .instruction-content .each-content p:after{
    position: absolute;
    content: '';
    top: 7px;
    left: 35px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #000;
}
.application-sec .submit-n-clear{
    text-align: center;
    margin: 20px 0 0; 
}
.application-sec .submit-n-clear .cta{
    padding: 10px 30px;
    font-size: 14px;
    border: none;
    text-transform: capitalize;
}
.application-sec .submit-n-clear .cta + .cta{
    margin-left: 25px;
}
/*====================================== Application Page Click CSS Start====================================== */
.application-sec .application-form-wrap{
    width: 100%;
    display: block;
    padding: 30px;
    margin: 15px 0 0;
    background: #f5f5f5;
}
.application-form-wrap .each-field {
    margin: 0 0 10px;
}

.application-form-wrap .each-field input,
.application-form-wrap .each-field textarea {
    width: 100%;
    border: 1px solid transparent;
    background: #fff;
    font-size: 13px;
    color: #000;
    padding: 10px 15px;
}
.application-form-wrap .each-field input:focus,
.application-form-wrap .each-field textarea:focus,
.application-sec .place-of-event-wrap .each-field select:focus{
    outline: none;
    border: 1px solid #cc123f;
}
.application-form-wrap .each-field textarea{
    height: 115px;
}
.application-form-wrap .each-field label{
    font-size: 12px;
    color: #252525;
    margin: 0;
}  
.application-form-wrap .each-field input[type=checkbox]{
    width: unset;
    border: 1px solid #000;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.application-sec .place-of-event-wrap h2{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin: 0;
}
.application-sec .place-of-event-wrap label {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #252525;
    margin: 20px 0;
}
/*.application-sec .place-of-event-wrap .each-field{
    width: 33.33%;
    padding: 0 15px;
    float: left;
}*/
/*.application-sec .place-of-event-wrap #show-field{
    display: none;
}
.application-sec .place-of-event-wrap #show-field.active{
    display: block;
}*/
.place-of-event-wrap .row .col-md-4:first-child {
    display: initial;
}
.place-of-event-wrap .row .col-md-4{
    display: none;
}
.show-field.active > .row > .col-md-4{
    display: initial;
}
/*==================================================================*/

.application-sec .place-of-event-wrap input[type=checkbox] {
    /* appearance: none;
    width: 12px;
    height: 12px;
    background: #104382;
    border: 1px solid #000;
    outline: none;
    position: relative;
    top: 2px; */
    margin-right: 5px;
}
.application-sec .place-of-event-wrap input[type=checkbox]:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f00c';
    font-size: 10px;
    color: #fff;
    text-align: center;
    display: none;
}
.application-sec .place-of-event-wrap input[type=checkbox]:checked{
    background: #104382;
}
.application-sec .place-of-event-wrap input[type=checkbox]:checked:after{
    display: block;
}
.application-sec .place-of-event-wrap .each-field select{
    width: 100%;
    border: none;
    background: #fff;
    font-size: 13px;
    color: #000;
    padding: 10px 15px;
    background-image: url('../images/img-28.png');
    background-repeat: no-repeat;
    background-position: 98%;
    background-size: 12px;
    appearance: none;
}
/*====================================== Admin Panel Page Css Start====================================== */
.admin-panel-sec{
    width: 100%;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
    min-height: 60vh;
    padding: 50px 30px;
    margin: 85px 0 0;
}
.admin-panel-sec > .row > .col-lg-3{
    width: 22%;
}
.admin-panel-sec > .row > .col-lg-9{
    width: 78%;
}
.admin-panel-sec .left-sidebar-cta{
    width: 100%;
    max-width: 360px;
}
.admin-panel-sec .left-sidebar-cta .cta{
    text-align: center;
    width: 100%;
    padding: 14px 56px;
}
.admin-panel-sec .left-sidebar{
    width: 100%;
    max-width: 360px;
    overflow: hidden;
    /* overflow-y: scroll;
    background: #f5f5f5; */
    /*height: calc(88vh - 195px);*/
    margin: 14px 0 0;
}
.admin-panel-sec .left-sidebar .sidebar-heading{
    background: #104382;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 20px;
    border-radius: 6px 6px 0 0;
}
.admin-panel-sec .left-sidebar .sidebar-heading i {
    font-size: 13px;
    padding-right: 5px;
    color: #c5c5c5;
}
.admin-panel-sec .left-sidebar ul{
    padding: 20px 20px 10px 20px;
    margin: 0;
    background: #f5f5f5;
    border-radius: 0 0 6px 6px;
    overflow-y: scroll;
    height: calc(80vh - 224px);
}
.admin-panel-sec .left-sidebar ul li{
    position: relative;
    /* padding: 0 0 34px 25px; */
    padding: 0 0 10px 18px;
}
.admin-panel-sec .left-sidebar ul li:after{
    position: absolute;
    content: '';
    top: 4px;
    left: 0;
    width: 9px;
    height: 12px;
    background-image: url('../images/img-26.png');
    background-repeat: no-repeat;
    transition: 0.5s ease-in-out;
}
.admin-panel-sec .left-sidebar ul li a{
    font-size: 16px;
    line-height: 0;
    color: #4e4e4e;
    font-weight: 500;
}
.admin-panel-sec .left-sidebar ul li:hover a{
    color: #cc123f;
}
.admin-panel-sec .left-sidebar ul li:hover:after{
    background-image: url('../images/img-27.png');  
}
.admin-panel-sec .admin-search-wrap form.example input{
    width: 100%;
    float: left;
    border: 1px solid #dddddd;
    background: #fff;
    font-size: 15px;
    color: #252525;
    padding: 14px 10px;
} 
.admin-panel-sec .admin-search-wrap form.example input:focus{
    outline: none;
    border: 1px solid #cc123f;
} 
.admin-panel-sec .admin-search-wrap form.example button {
    float: left;
    width: 10%;
    padding: 14px 10px;
    background: #cc123f;
    color: #fff;
    font-size: 15px;
    border: 1px solid #cc123f;
    border-left: none;
    cursor: pointer;
} 
.admin-panel-sec .admin-search-wrap form.example::after {
    content: "";
    clear: both;
    display: table;
}
.admin-panel-sec .admin-blocks{
    overflow: hidden;
    overflow-y: scroll;
    height: calc(88vh - 195px);
    margin: 20px 0 0 0;
}
.admin-blocks .col-md-6{
    margin-bottom: 20px;
}
.admin-blocks .each-block{
    padding: 40px 15px 10px 15px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 3px 24.57px 2.43px rgba(0, 0, 0, 0.1);
    height: 100%;
    position: relative;
    z-index: 2;
    transition: 0.5s ease-in-out;
}
 .admin-blocks .each-block:hover{
    transform: translateY(-10px);
} 
.admin-blocks .each-block:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url('../images/bg.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
}
.admin-blocks .each-block .img-wrap{
    background-color: #fff;
    border: 1px solid #104382;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 100%;
    position: relative;
}
.admin-blocks .each-block .img-wrap img{
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 30px;
}  
.admin-blocks .each-block h3{
    font-size: 15px;
    font-weight: 600;
    color: #252525;
    margin: 5px 0;
    min-height: 57px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.admin-blocks .info-block{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.admin-blocks .info-block .each-info{
    width: 50%;
    margin: 0 0 15px;
}
.admin-blocks .info-block .each-info:hover .info-number,
.admin-blocks .info-block .each-info:hover .info-status{
    color: #cc123f;
}
.admin-blocks .info-block .each-info .info-number{
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    color: #5f5f5f;
    margin: 0;
    transition: 0.5s ease-in-out;
}
.admin-blocks .info-block .each-info .info-status{
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #898989;
    margin: 0;
    transition: 0.5s ease-in-out;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: 10px;
    scrollbar-color: #083264 #ffffff;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 10px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #083264;
    border: 3px solid #ffffff;
  }
/*====================================== Form Builder Css====================================== */
.left_panel{
    width: 100%;
    margin: 10px 0;
    padding: 0;
}
 ul.dragable_area{
    padding: 0;
    margin: 0;
    list-style: none;
 }
ul.dragable_area{
     height: calc(100vh - (358px));
     overflow-y: scroll;
}
ul.dragable_area li.dragable_item {
    background: rgba(255,255,255,0.8);
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 15px;
    color: #000;
} 
 .right_panel{
    width: 100%;
    margin: 0;
    padding: 0;
    background: #f5f5f5;
 }
 #droppable_area{
     padding: 0;
     width: 100%;
     height: calc(100vh - (250px));
     overflow-y: scroll;
 }
 li.dopped_item {
 background: #e7e7e7;
 padding: 15px;
 margin: 5px;
 float: left;
 }
 /* li.dopped_item +  li.dopped_item{
    margin-top: 10px;
 } */
 .each_field{
 width: 100%;
 display: block;
 margin: 0;
 padding: 0;
 position: relative;
 }
.builder_wrapper .each_field h4 {
    color: #252525;
    font-size: 18px;
}
 .close_btn {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #cc123f;
    color: #fff;
    padding: 0px 5px 1px;
    border-radius: 50%;
    font-size: 13px;
 }
ul.droppable_area > li.grid-12 {
  width: 99%;
}
ul.droppable_area > li.grid-6 {
  width: 48.9%;
}
ul.droppable_area > li.grid-4 {
  width: 32%;
}
ul.droppable_area > li.grid-3 {
  width: 23.9%;
} 
.builder_wrapper{
    margin-top: 130px;
    padding: 0 30px;
}
.builder_wrapper .col-md-3{
    height: calc(100vh - 195px);
    overflow: hidden;
    background: #104382;
}
.left_panel .form-control,
.right_panel .form-select {
    width: 100%;
    border: 1px solid transparent;
    background-color: #fff;
    font-size: 14px;
    color: #000;
    padding: 10px 15px;
}
.left_panel select{
    background-image: url(../images/img-28.png);
    background-repeat: no-repeat;
    background-position: 98%;
    appearance: none;
}
.right_panel .form-select{
    background-image: url(../images/img-28.png);
    background-repeat: no-repeat;
    background-position: 98%;
    appearance: none;
    background-size: 10px;
    padding-right: 24px;
    margin: 5px 0;
}
.left_panel .form-control:focus,
.right_panel .form-select:focus,
.builder_wrapper .form-check-input:focus{
    box-shadow: none;
    border: 1px solid #cc123f;
    box-shadow: none;
}
.right_panel label{
    font-size: 14px;
    color: #252525;
}
#save_btn{
    font-size: 14px;
    padding: 10px 30px;
}
.builder_wrapper .form-check-input:checked{
    border: 1px solid #cc123f;
}


/*========================= table css ==============================*/
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter{
    margin-bottom: 20px;
}
table.dataTable.no-footer {
    border: 1px solid #dfdfdf;
}
table.dataTable thead th, 
table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #dfdfdf;
}

button.dt-button{
    font-size: 16px;
    font-family: "Poppins";
    color: #fff;
    text-transform: uppercase;
    background: #cc123f;
    padding: 8px 30px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 0;
}
button.dt-button:hover{
    background: #ff003e !important;
    border: 0 !important;
    color:#fff !important;
}


.left_nav_part{
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.collapse_and_expand_part{
    width: 100%;
    display: block;
    margin: 0;
    padding: 8px 10px;
    background: #104382;
}
.collapse_and_expand_part ul{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.collapse_and_expand_part ul li{
    margin: 0 5px;
    padding: 0;
}
.collapse_and_expand_part ul li a{
    font-weight: 500;
    color: #fff;
    font-size: 14px;
}
.collapse_and_expand_part ul li a:hover{
    font-weight: 500;
    color: #cc123f;
}
ul.item_lists{
    padding: 20px 20px 10px 20px;
    margin: 0;
    background: #f5f5f5;
    border-radius: 0 0 6px 6px;
    overflow-y: scroll;
    height: calc(95vh - 224px);
}
ul.item_lists li {
    display: block;
    margin: 0 0 5px;
    padding: 0;
}
ul.item_lists li a {
    font-size: 15px;
    color: #4e4e4e;
    font-weight: 400;
    position: relative;
    display: block;
    padding: 0 0 0 15px;
}
ul.item_lists li ul{
    display: none;
}
ul.item_lists li ul li a {
    font-size: 13px;
    color: #4e4e4e;
    font-weight: 400;
    position: relative;
    display: block;
    padding: 0 0 0 12px;
}
ul.item_lists li a:after {
    position: absolute;
    content: '';
    top: 7px;
    left: 0;
    width: 9px;
    height: 12px;
    background-image: url(../images/img-26.png);
    background-size: 60%;
    background-repeat: no-repeat;
    transition: 0.5s ease-in-out;
}

.right_part{
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(95vh - 185px);
}
.work_flow{
    width: 100%;
    display: block;
    margin: 0 0 30px;
    padding: 0;
}
.section_heading {
    font-family: "Jost";
    display: block;
    margin: 0 0 20px;
    padding: 10px;
    background: #cc123f;
    text-align: center;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
}
.work_flow .each_item{
    width: 100%;
    display: block;
    margin: 0 0 15px;
    padding: 0;
}
.work_flow .each_item label{
    font-weight: 500;
    display: block;
    margin: 0 0 5px;
}

.work_flow .edit_and_add_section{
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
a.edit_icon{
    font-size: 25px;
    color: #cc123f;
    margin-left: 10px;
}
a.add_icon{
    font-size: 25px;
    color: #053775;
}

.scst_work_flow {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0 0px 25px;
    background: #03244d0f;
}
.scst_work_flow .all_items{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}
.scst_work_flow .all_items .swap_item{
    position: relative;
}
.tooltip_area {
    position: absolute;
    top: -100px;
    left: 0;
    z-index: 99;
    width: 220px;
    background: #03244d;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    height: 95px;
    overflow-y: scroll;
    border-radius: 4px;
    display: none;
}
.scst_work_flow .all_items .swap_item:last-child .tooltip_area{
    left: auto;
    right: 0;
}
.scst_work_flow .all_items .swap_item:hover .tooltip_area{
    display: block;
}

.all_lists{
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    border: 1px solid #dfdfdf;
}
.add_new_btn{
    width: 100%;
    display: block;
    margin: 0;
    padding: 10px 10px 5px;
    text-align: right;
}
.add_new_btn a {
    background: #cc123f;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    font-size: 14px;
}

.all_lists ul{
    height: 80vh;
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}
.all_lists ul li{
    border-top: 1px solid #dfdfdf;
}
.all_lists ul li a{
    display: block;
    margin: 0;
    padding: 5px 10px;
    font-size: 15px;
    color: #282828;
}
.all_lists ul li a:hover{
    color: #cc123f;
}

table .edit_icon,
table .delete_icon{
    font-size: 18px;
    color: #cc123f;
}
.add_new_btn.below_table{
    text-align: left;
    padding-left: 0;
}

.edit_box{
    width: 100%;
    display: block;
    margin: 0;
    padding: 15px;
    border: 1px solid #ccc;
    display: none;
}
.edit_box .each_input{
    width: 100%;
    display: block;
    margin: 0 0 15px;
    padding: 0;
}
.each_input input,
.each_input select,
.each_input textarea{
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 13px;
    color: #000;
    padding: 10px 15px;
}
.each_input textarea{
    height: 150px;
}
.edit_box input[type="submit"]{
    border: 0;
    padding: 15px 56px;
}
/*====================================== OTP Page CSS Start====================================== */
.otp-form-sec .otp-form{
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
    background-color: #104382;
    padding: 30px;
}
.otp-form-sec .otp-form h2{
    font-size: 22px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}
.otp-form-sec .otp-form p{
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #fff;
    margin: 10px 0;
}
.otp-form-sec .otp-form h6{
    font-size: 17px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #ff4774;
    margin: 0;
}
.otp-form-sec .otp-form .input-fields{
    margin: 30px 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.otp-form-sec .otp-form .input-fields input{
    width: 60px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
    text-align: center;
}
.otp-form-sec .otp-form .input-fields input + input{
    margin-left: 10px;
}
.otp-form-sec .otp-form .input-fields input:focus{
    outline: none;
}
.otp-form-sec .otp-form .cta-wrap .cta{
    padding: 15px;
    font-size: 14px;
    width: 140px;
    text-align: center;
}
.otp-form-sec .otp-form .cta-wrap .cta:hover{
    color: #ff4774;
}
.otp-form-sec .otp-form .cta-wrap .cta:after{
    background: #fff;
}
.otp-form-sec .otp-form .cta-wrap .cta + .cta{
    margin-left: 15px;
}
.otp-form-sec .otp-form .resend-cta {
    background: #fff;
    color: #ff4774;
}
.otp-form-sec .otp-form .cta.resend-cta:hover{
    color: #fff;
}
.otp-form-sec .otp-form .cta.resend-cta:after{
    background: #cc123f;
}
.otp-form-sec .otp-form .resend-cta:hover{
    color: #fff;
}
.otp-form-sec .otp-form .login-cta{
    margin: 20px 0 0;
}
.otp-form-sec .otp-form .login-cta .cta{
    padding: 15px 30px;
}
/*====================================== Left Panel Page Css====================================== */
.left-panel-page .accordian_sec{
    width: 100%;
    display: block;
    margin: 0;
    background: #f5f5f5;
    border-radius: 0 0 6px 6px;
    overflow-y: scroll;
    height: calc(95vh - 175px);
}
.left-panel-page .accordian_sec .each_accordian{
    padding: 10px;
    background: #104382;
}
.left-panel-page .accordian_sec .each_accordian + .each_accordian{
    border-top: 1px solid #fff;
}
.left-panel-page .accordian_sec .accordian_title{
    font-size: 15px;
    color: #fff;
    margin: 0;
    position: relative;
    cursor: pointer;
}
.left-panel-page .accordian_sec .accordian_title:after {
    content: "\002B";
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    right: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.left-panel-page .accordian_sec .accordian_title.actv:after {
    content: "\2212";
}
.left-panel-page .accordian_sec .each_accordian ul{
    padding: 0;
    margin: 10px 0 0;
}
.left-panel-page .accordian_sec .each_accordian ul li{
    padding-bottom: 5px;
}
.left-panel-page .accordian_sec .each_accordian ul li a{
    font-size: 13px;
    color: #fff;
}
.left-panel-page .accordian_sec .each_accordian ul li a:hover{
    color: #ff7798;
}
.left-panel-page .accordian_sec .each_accordian .accordian_content{
    display: none;
}
/*====================================== Right Panel Page Css====================================== */
.right-panel-tab .dataTables_length,
.right-panel-tab .dataTables_filter,
.right-panel-tab .dataTables_info,
.right-panel-tab .dataTables_paginate{
    display: none;
}

.right-panel-tab ul{
    padding: 0;
    margin: 0;
}
.right-panel-tab ul li{
    display: inline-block;
    background: #053775;
    padding: 10px;
    margin-top: 10px;   
}
.right-panel-tab ul li.active{
    background: #898989;
}
.right-panel-tab ul li a{
    font-size: 15px;
    color: #fff;
}
.right-panel-tab .tab-body{
    margin-top: 40px;
}
/* .right-panel-tab .enclosure-tab,
.right-panel-tab .charge-tab{
    border: 2px solid #104382;
    border-top-color: #c4113c;
} */
.right-panel-tab .heading-wrap.main-heading{
    background: #c4113c;
    padding: 20px;
    margin-top: 0;
} 
.right-panel-tab .heading-wrap {
    width: 100%;
    background: #03244d;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
}
.right-panel-tab .heading-wrap h2{
    font-size: 16px;
    color: #fff;
    margin: 0;
}
.right-panel-tab table{
    width: 100%;
}
.right-panel-tab table p{
    margin: 0;
}
.right-panel-tab table .cta {
    font-size: 12px;
    padding: 10px 15px;
    width: 110px;
    text-align: center;
}
.right-panel-tab table input[type=checkbox]{
    display: block;
    margin-top: 5px;
}
.right-panel-tab table th{
    font-size: 14px;
    padding: 10px;
}
.right-panel-tab table td{
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
}
.right-panel-tab .inner-table{
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 20px;
    width: 100%;
}
.right-panel-tab table.inner-table th {
    font-size: 12px;
}
.right-panel-tab .tab-content .cta-wrap{
    text-align: center;
    margin-top: 40px;
}
.right-panel-tab .tab-content .cta-wrap .cta{
    width: 110px;
    font-size: 13px;
    padding: 15px 10px;
    text-align: center;
}
/*====================================== Responsive====================================== */
@media screen and (max-width: 1440px) {
    .admin-panel-sec .left-sidebar ul li {
        padding: 0 0 10px 18px;
    }
    .admin-panel-sec .left-sidebar ul li a {
        font-size: 15px;
    }
}
@media screen and (max-width: 1366px) {
    .application-sec .application-table-wrap .table tr th,
    .general-instruction-wrap .general-heading {
        font-size: 15px;
    }
}
@media screen and (max-width: 1199px) {
    .inner-banner{
        padding: 100px 0;
    }
    .application-sec .application-heading {
        font-size: 36px;
    }
    .application-form-wrap .each-field input,
    .application-form-wrap .each-field textarea,
    .application-sec .place-of-event-wrap .each-field select {
        font-size: 13px;
        padding: 15px 10px;
    }
    .application-form-wrap .each-field textarea {
        height: 143px;
    }
    .application-sec .submit-n-clear .cta {
        padding: 15px 40px;
    }
    body .admin-panel-sec {
        height: unset;
        position: static;
    }
    .admin-panel-sec > .row > .col-lg-3 {
        width: 30%;
    }
    .admin-panel-sec > .row > .col-lg-9 {
        width: 70%;
    }
    .admin-blocks .col-md-6 {
        width: 33.33%;
    }
    .builder_wrapper .form-check-inline {
        margin-right: 10px;
    }
    .builder_wrapper .form-check {
        padding-left: 20px;
    }
}
@media screen and (max-width: 1050px) {
    .right-panel-tab table{
        width: 110%;
    }
    .right-panel-tab .tab-content{
        overflow-x: scroll;
    }
}
@media screen and (max-width: 1024px) {
    .application-sec {
        padding: 70px 30px;
    }
    .application-sec .application-form-wrap {
        margin: 40px 0 0;
    }
    .application-sec .submit-n-clear {
        margin: 30px 0 0;
    }
    .application-sec .place-of-event-wrap label {
        font-size: 16px;
    }
    .general-instruction-wrap .instruction-content .each-content p {
        padding-left: 25px;
    }
    .general-instruction-wrap .instruction-content .each-content p:after{
        left: 0;
    }
    .application-sec .application-table-wrap {
        overflow-x: scroll;
        margin: 40px 0 0;
    }
    .application-sec .application-table-wrap::-webkit-scrollbar{
        width: 5px;
        height: 3px;
    }
    .application-sec .application-table-wrap::-webkit-scrollbar-track{
        background: #ccc;
    }
    .application-sec .application-table-wrap::-webkit-scrollbar-thumb{
        background: #104382;
    }
    .application-sec .application-table-wrap .table{
        width: 120%;
    }
    .admin-panel-sec {
        padding: 70px 30px 40px 30px;
    }
    .admin-blocks .col-md-6 {
        width: 50%;
    }
    .admin-blocks .each-block{
        padding-top: 30px;
    }
}
@media screen and (max-width: 991px){
    .inner-banner{
        padding: 70px;
    }
    .inner-banner .bnr-content h2 {
        font-size: 50px;
    }
    .application-sec .application-table-wrap .table {
        width: 150%;
    }
    .admin-blocks .col-md-6 {
        width: 50%;
    }
    .admin-panel-sec > .row > .col-lg-3{
        width: 100%;
        margin-bottom: 50px;
    }
    .admin-panel-sec .left-sidebar-cta{
        margin: 0 auto 14px;
    }
    .admin-panel-sec .left-sidebar{
        margin: 0 auto;
        max-width: unset;
        overflow-y: auto;
    }
    .admin-panel-sec .admin-blocks{
        overflow-y: auto;
    }
    .admin-blocks .each-block{
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .admin-panel-sec > .row > .col-lg-9{
        width: 100%;
    }
    .builder_wrapper .row > .col-md-3{
        width: 100%;
        margin: 0 0 50px;
    }
    .builder_wrapper .row > .col-md-9{
        width: 100%;
        padding: 0;
    }
}
@media screen and (max-width:840px) {
    .builder_wrapper .form-check {
        display: block;
    }
    .builder_wrapper .form-check .form-check-input {
        margin-left: 0;
        margin-right: 10px;
    }
    .builder_wrapper .form-check.form-check-inline {
        padding-left: 0;
        margin-top: 15px;
    }
}
@media screen and (max-width: 767px) {
    /* .applicant-select-box{
        justify-content: center;
    } */
    .application-sec{
        padding: 50px 15px;
    }
    .application-sec .application-heading {
        font-size: 30px;
    }
    .application-sec .place-of-event-wrap .each-field {
        width: 100%;
        padding: 0;
        float: none;
    }
    .general-instruction-wrap .instruction-content {
        padding: 30px 15px;
    }
    .application-sec .application-table-wrap .table tr th,
    .general-instruction-wrap .general-heading {
        font-size: 16px;
        padding: 15px 0;
    }
    .application-sec .application-table-wrap .table tr td {
        font-size: 15px;
        padding: 12px 0;
    }
    .admin-panel-sec {
        padding: 50px 15px 20px 15px;
    }
    .builder_wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .right-panel-tab table{
        width: 130%;
    }
}
@media screen and (max-width: 640px) {
    .inner-banner .bnr-content h2 {
        font-size: 40px;
    }
    .application-sec .application-table-wrap .table {
        width: 200%;
    }
    .general-instruction-wrap .instruction-content .each-content h4 {
        font-size: 17px;
        margin: 0 0 13px;
    }
    .general-instruction-wrap .instruction-content .each-content p{
        font-size: 14px;
    }
}
@media screen and (max-width: 575px) {
    .admin-blocks .col-md-6 {
        width: 100%;
    }
    .admin-blocks .each-block{
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
        padding-top: 50px;
    }
}

@media screen and (max-width: 490px) {
    .application-sec .application-heading {
        font-size: 26px;
    }
    .application-sec .application-form-wrap {
        margin: 30px 0 0;
        padding: 40px 15px;
    }
    .application-sec .place-of-event-wrap label {
        font-size: 13px;
    }
    .application-sec .submit-n-clear .cta {
        padding: 12px 30px;
        font-size: 14px;
    }
    .application-sec .submit-n-clear .cta + .cta {
        margin-left: 10px;
    }
    .application-sec .application-table-wrap {
        margin: 30px 0 0;
    }
    .application-sec .application-table-wrap .table {
        width: 230%;
    }
}
@media screen and (max-width: 490px) {
    .inner-banner{
        padding: 50px 0;
    }
    .inner-banner .bnr-content h2 {
        font-size: 35px;
    }
    .application-sec .application-table-wrap .table {
        width: 260%;
    }  
    .general-instruction-wrap .instruction-content {
        padding: 15px;
    }
    .general-instruction-wrap .instruction-content .each-content p{
        padding-left: 15px;
    }
    .general-instruction-wrap .instruction-content .each-content p:after{
        width: 7px;
        height: 7px;
    }
    .otp-form-sec .otp-form{
        padding: 30px 15px;
    }
    .otp-form-sec .otp-form .input-fields {
        margin: 20px 0 30px;
    }
    .otp-form-sec .otp-form .input-fields input {
        width: 40px;
    }
    .otp-form-sec .otp-form .cta-wrap .cta {
        padding: 10px;
        width: 120px;
    }
    .otp-form-sec .otp-form .cta-wrap .cta + .cta {
        margin-left: 5px;
    }
    .otp-form-sec .otp-form .login-cta {
        margin: 15px 0 0;
    }
    .otp-form-sec .otp-form .login-cta .cta {
        padding: 10px 20px;
        font-size: 14px;
    }
    .right-panel-tab table{
        width: 150%;
    }
}
@media screen and (max-width: 375px) {
    .application-sec .application-heading {
        font-size: 22px;
    }
    .application-sec .application-table-wrap .table {
        width: 300%;
    }  
    .right-panel-tab table{
        width: 170%;
    }
}
@media screen and (max-width: 340px ) {
    .otp-form-sec .otp-form .cta-wrap .cta {
        font-size: 13px;
        width: 110px;
    }
    .otp-form-sec .otp-form .login-cta .cta {
        font-size: 13px;
    }
}