
body{
    font-family: var(--font-family-primary) !important;
}
.admin-header{
    position: fixed;
    top: 0px;
    right: 0px;
    background: white;
    z-index: 97;
    width: calc(100% - 266px);
    padding-bottom: 5px;
    box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.05);
}
.fixHeader{
    top: 134px !important;
}
.admin-header .main-title{font-size: 25px;font-family: 'Poppins', sans-serif;font-weight: 700;}
.admin-header .sub-title{font-size: 18px;font-family: 'Poppins', sans-serif;}
.admin-bg-brown{background-color: var(--main-yellow-color) !important;height: 70px !important;}
.admin-bg-brown .header-menu .menu-nav > .menu-item > .menu-link .menu-text{color: white;}
.top-no-menu .menu-nav{display: none;}
.dropdown-menu-xl{top: 182px !important;}
.welTo{
    color: white;
    text-align: left;
    float: left;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0;
}
.top-user-dropdown{top: 184px !important;}
.top-no-menu{width: 50%;padding-left: 15px;}
.lines{z-index: 999999;width: 100%;}
.three-lines{
    position: fixed;
    z-index: 999999;
    width: 100%;
}
.user-welcome{color: white !important;font-size: 13px;letter-spacing: 1px;}
.rounded-label{
    border-radius: 50% !important;
    background-color: white !important;
    color: var(--main-yellow-color) !important;
    font-weight: 800 !important;
}
.user-btn:hover{
    background-color: var(--main-yellow-light-color) !important;
}
 /**************Dashboard UI CSS****************/

.aside.bg-white{background-color: white !important;box-shadow: 1px 1px 5px 1px #90909047;
    border-right: 1px solid #dad4d4f0;z-index: 99999;}
.aside-menu.bg-white{background-color: #ffffff !important;border-top: 1px solid #c3bfbf1c;}
.brand.bg-white{background-color: #ffffff !important;}
.brand .main-title{
    font-size: 13px;
    font-family: var(--font-family-primary);
    font-weight: 500;
    text-align: left;
    padding-left: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 20px;
}
.brand .sub-title{font-size: 11px;font-family: 'Poppins', sans-serif;color: #000;font-weight: 400;}
.no-padd{padding: 0px !important;}
.fullwidth{width: 100%;}
.bottompaddingsm{padding-bottom: 15px;}
.brand.bg-white{/*height: 121.5px !important;*/padding: 37px 0px;}
.aside-menu .menu-nav{padding-top: 0px;}
.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link .menu-text {
    /* color: var(--main-yellow-color) !important; */
    font-size: 15px !important;
}
.aside-menu .menu-item-active{padding: 2px !important;}
.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading, .aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link{
    /* background-color: #ffffff !important; */
}
.toppaddingxs7{padding-top: 7px;}
.menu-item-submenu .menu-text{
    font-weight: 400;
    letter-spacing: 0.5px;
}
.menu-item-submenu .menu-arrow{
    font-weight: 800;
    font-size: 8px !important;
    -webkit-transform: rotate(90deg);
}
.aside-menu .menu-nav > .menu-item.menu-item-open > .menu-heading .menu-arrow, .aside-menu .menu-nav > .menu-item.menu-item-open > .menu-link .menu-arrow {
    color: #B6B9C8 !important;
}
.aside-menu .menu-nav > .menu-item.menu-item-open > .menu-link .menu-text {
    color: #B6B9C8;
}
.menu-submenu .menu-subnav .menu-text {
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 1px;
}
.brand .btn .svg-icon svg g path:nth-child(2){display: none !important;}
.brand .btn .svg-icon svg g [fill] {    
    fill: #000000 !important;
    opacity: 1;
}
.aside .brand-toggle{
    top: auto;
    position: absolute;
    right: -15px;
    padding: 3px !important;
    background: #fff;
    box-shadow: 1px 1px 3px #ccc !important;
}
.aside .brand-toggle svg{margin-right: 0px;}
.brand.bg-white .fullwidth{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.brand .btn.active .svg-icon svg g [fill], .brand .btn:hover .svg-icon svg g [fill] {    
    fill: #000000  !important;
    opacity: 1;
}
.aside-minimize .fullwidth h2, .aside-minimize .fullwidth h3{display: none;}
.aside-minimize .fullwidth .brand-toggle{
    right: 16%;
}
/*.topbar .dropdown{display: none !important;}*/
.notific li{
    list-style: none;
    vertical-align: middle;
    padding-top: 23px;
    float: right;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    height: 50px;
}
.notific{width: 100%;margin-bottom: 0px;}
.notific li img{vertical-align: super;}
.aside-menu .menu-nav > .menu-section{display: none;}
.menu-nav .menu-item .menu-text{font-size: 13px !important;
    letter-spacing: 0px;}
.text-yellow{color: #181c32 !important;}
.text-gray-light{color: #5d5d5d !important;;}
.card-first-title{
    width: 100%;
    margin: 0;
    line-height: 1;
    letter-spacing: 1px;
    font-size: 17px;
}
.card-sec-title{margin: 0;color: #5d5d5d !important;font-size: 14px;
    letter-spacing: 0.5px;margin-top: -15px;}
.padd-left-right22{
    padding-left: 22px;
    padding-right: 22px;
}
.dash-card .card{
    border-radius: 15px;
    margin: 0 auto;
}
.no-padd-bottom{padding-bottom: 0px !important;}
.padd-top-default{padding-top: 1.25rem !important;}
.view-eye{
    color: #3db715;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 13px;
}
#topbar_notifications_notifications hr{
    border-bottom: 2px solid #efeef3;
}
#topbar_notifications_notifications .text-muted{font-size: 12px;}
.p-left{padding-left: 1.5rem;padding-right: 1.5rem;}
.datepic{position: absolute;
    z-index: 9;
    right: 0px;}
.datepic span{padding: 1.46rem 1rem;}
.f-d-right{float: right !important;}
.ed-in input{width: 100%;border: 1px solid #c7c7c7;}
.ed-in input:focus{    border: 1px solid #d99112;outline: none;}
.designtab td{padding: 4px;}
.clear_b{clear:both;}
/* .myaccountsec .col-md-12, .myaccountsec .col-sm-12, .myaccountsec .col-lg-12{
    padding-right: 0px;
    padding-left: 0px;
} */
.s-card-body{padding-top: 0px;}
.s-faq .card-body.pl-9{padding-top: 0px !important;}
@media only screen and (min-width:1380px) and (max-width:1500px){
    .fixHeader {top: 135px !important;}
}
@media only screen and (max-width:768px){
   .aside-menu .menu-nav { padding-top: 15px;}
   .admin-mbl-head{width: 100%;}
   .admin-mbl-head .firs-im{width: 75%;}
   .admin-mbl-head .sec-im{width: 100%;}
   .admin-mbl-head .header-img{text-align: center;}
   .admin-mbl-head .main-title{font-size: 15px;}
   .admin-mbl-head .sub-title{font-size: 13px;}
   .topbar {background-color: #ffffff!important;}
   .right-topbar{width: 100%;}
   .header-mobile-fixed .header-mobile{top: 185px;}
   .topbar-mobile-on .topbar{top: 0px;}
   .subheader-enabled .content {padding-top: 50px;}
   .subheader-enabled .content.s-faq{padding-bottom: 50px;}
   .s-faq .pl-9{padding-left: 2rem !important;}
   .s-faq .card-body{padding-top: 0px;}
   .s-faq .frst-ul{padding-left: 22px;}
   .s-faq .second-ul{padding-left: 22px;}
   .s-faq .faq-p{text-align: justify;}
   .s-faqsecond{padding: 0px !important;}
   .s-faqsecond .p-7{padding: 0px !important;}
   .s-faqsecond .second-ul{padding-left: 22px;}
   .s-faqsecond .s-card-body{padding-top: 10px;}
   .result-get.padd-left-right22{padding-left: 8px !important;}
   .s-forgot-form .form-group{margin-bottom: 15px !important;}
   .s-login-form .s-loginform-group{margin-bottom: 15px !important;}
   /*.topcontent {margin-top: 10px;}*/
   .mobile-logo{visibility: hidden;}
   .top-no-menu .menu-nav {display: block;}
   .admin-bg-brown .header-menu .menu-nav > .menu-item > .menu-link .menu-text{color: #5d5d5d;}
   .header-menu-mobile .menu-nav > .menu-item.menu-item-active > .menu-heading .menu-text{
    color: #5d5d5d !important;}
   .header-menu-mobile .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading .menu-arrow, .header-menu-mobile .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link .menu-arrow {
    color: var(--main-yellow-color) !important;}
   .header-menu-wrapper {z-index: 9999;}
   .header-menu-mobile .menu-nav > .menu-item.menu-item-active > .menu-link .menu-text {
    color: var(--main-yellow-color) !important;}
    .header-menu-mobile .menu-nav > .menu-item.menu-item-open > .menu-link .menu-arrow {
    color: var(--main-yellow-color) !important;}
     .header-menu-mobile .menu-nav > .menu-item.menu-item-open > .menu-link .menu-text {
    color: var(--main-yellow-color) !important;}
     .header-menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-open > .menu-link .menu-text {
    color: var(--main-yellow-color) !important;}
     .header-menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-open > .menu-link .menu-arrow {
    color: var(--main-yellow-color) !important;}
    .header-menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-open > .menu-link .menu-icon.svg-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: var(--main-yellow-color) !important;}
    .header-menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading .menu-text, .header-menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link .menu-text {
    color: var(--main-yellow-color) !important;}
    .header-menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link .menu-arrow {
    color: var(--main-yellow-color) !important;}
    .header-menu-mobile .menu-nav > .menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link .menu-icon.svg-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: var(--main-yellow-color) !important;}
     .top-no-menu {width: 75%;}
     .form-group label{text-align: left !important;font-size: 1.2rem;}
     .card.card-custom > .card-body{padding: 0;padding-bottom: 15px;}
     .form-group {margin-bottom: 0px  !important;}
     .add-remove-align{text-align: center;}
     .clear-btn{margin-top: 5px;}
     /*.topcontent {margin-top: 0px;}*/
     .mbl-padd-l-r{padding-left: 15px !important;padding-right: 15px !important;}
     .jqte {margin-bottom: 0px !important; margin-top: 0px !important;}
     #table_data{
        overflow-x: scroll; 
        overflow-y: hidden; 
        /* max-height: 450px; */
    }
     /* #table_data.scvsrole{max-height: 480px;} */
     .col-lg-9, .col-xl-8, .col-md-4 {padding-left: 15px !important;}
     /*#table_data thead tr th:first-child{border-radius: 0;}*/
     .mv-m-t{margin-top: 10px;}
     .padd-left-btn{padding-left: 0px !important;}
     /*.mbl-top-no{margin-top: 0px !important;}*/
     .m-t-10-list{margin-top: 5px !important;}
     .f-d-right{float: none;padding-left: 30px;}
     .card-sec-title{margin-top: 0px;}
     .card-first-title{font-size: 15px;}
     .topmarginlg{margin-top: 40px;}
     .card-first-title img{width: 20px;}
}
.logout-btn-ui{
    background:transparent !important;
    border: transparent !important;
    margin-top: 2px !important;
}
.success-alert-msg{
    margin: 0 30px 10px 30px;
}

.table-SLoader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid var(--primary);
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite; 
  animation: spin 2s linear infinite;
  margin: 40px auto;
}

.header-fixed .page_load {
    border-radius: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /* background: rgba(0,0,0,0.7) !important; */
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-top: 4px solid #8c1515;
}

.page_load svg{
    width: 100%;
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #fff;
}
.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes lds-spinner {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}  
.buttonLogin {
    position: relative;
    padding: 8px 16px;
    background: #009579;
    border: none;
    outline: none;
    border-radius: 2px;
    cursor: pointer;
}

.buttonLogin:active {
    background: #007a63;
}

.button__text {
    color: #ffffff;
    transition: all 0.2s;
}
.button--loading .button__text {
    visibility: hidden;
    opacity: 0;
  }
.button--loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}
@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}
.three-lines{
    display: none;
}

@media only screen and (max-width: 768px){
.admin-mbl-head .firs-im, .admin-mbl-head .sec-im {
    width: 35%;
}
.header-mobile-fixed .header-mobile{
    top: 0;
}
.page .visible-xs.admin-mbl-head{
display: none !important;
}
.subheader-enabled .content{
    padding-top: 0;
    padding-bottom: 15px;
}
.page .card.card-custom {
    margin-top: 15px !important;
}
.page .topcontent {
    margin-top: 15px;
}
.page .admin-bg-brown{
    height: 0 !important;
}
.page .card.card-custom {
    margin-bottom: 0px !important;
}
.myaccountsec .col-md-12, .myaccountsec .col-sm-12, .myaccountsec .col-lg-12{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
}
/* Dashboard ui changes */
.brand.bg-white, .aside-menu.bg-white{
    background-color: var(--primary) !important;
}
.page .topcontent{
    margin-left: 40px;
    margin-right: 15px;
}
.form-group .control-label{
    color: #3f4254  !important;
    font-size: 1.075rem ;
}
.has_error {
    border: 1px solid #ff1010 !important;
  }
.topcontent .form-control{
    appearance: none;
    border-radius: 0.475rem !important;
    background-color: #fff !important;
    border-color: #E4E6EF !important;
    color: #5e6278 !important;
    transition: color 0.2s ease;
    border-width: 1.5px !important;
/*    font-size: 1.1rem !important;*/
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
}
.topcontent .form-control.dropdown.bootstrap-select {
    background-color: transparent !important;
    border: none !important;
}
.bootstrap-select > .dropdown-toggle,
.bootstrap-select > .dropdown-toggle:focus{
    border-color: #E4E6EF !important;
}
.exclamation-circle-padd{
    font-size: 12px;
    padding-left: 8px;
}
.btn-primary{
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}
.btn.btn-primary:hover{
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
}
.username-font.font-size-h5{
    font-size: 1.15rem !important;
    color: #181c32 !important;
    line-height: 8px;
}
.user-drops .username-font.font-size-h5:hover{
    color: #181c32 !important;
}
.user-drops .symbol.symbol-100 .symbol-label{
    width: 50px;
    height: 50px;
}
.main-title{
    color: #ffffff;
}
.aside-menu .menu-nav > .menu-item > .menu-link .menu-text, .sub-title{
    font-family: var(--font-family-primary);
    font-size: 13px !important;
    font-weight: 500;
}
.aside-menu .menu-nav > .menu-item > .menu-link .menu-text:hover{
    color: #ffffff !important; 
}
.aside-menu .menu-nav .menu-item > .menu-link:hover{
    background: none;
    color: #ffffff !important; 
    fill: #ffffff;
}
.aside-menu .menu-nav > .menu-item > .menu-link .menu-icon.svg-icon svg g [fill] {
    fill:#4A4B68 !important; 
}
.aside-menu .menu-nav > .menu-item > .menu-link .menu-icon.svg-icon svg g [fill]:hover {
    fill: #ffffff !important;
}
.logo-width{
    width: 50%;
    height: 60px;
    margin-left: -1px;
    margin-top: -8px;
    padding-bottom: 4px;
}
.top-logo{
    margin-right: 33%;
}

.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading, .aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link{
    background-color:none !important;
}
input[type="file"]::-webkit-file-upload-button{
    visibility: hidden;
}
input[type="file"]::before {
    content: 'Attach files';
    -webkit-user-select:none;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    background-color: var(--blue);
    letter-spacing: 0px;
    color: #fff;
    border-radius: 0.425rem;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 34px;
  }
  input[type="file"].file_attached::before{
    content: 'File Attached';
    /* margin-left: -19px; */
  }
  input[type="file"]{
    width: 95px !important;
    position: relative;
  }
input[type=file]:focus{
    outline: unset !important;
    outline-offset: unset !important; 
}
[role=tooltip]{
    visibility: hidden;
    position: absolute;
    /* top: -30px; */
    /* left: 50%; */
    background: #ffffff;
    color: #3F4254;
    font-size: 0.95rem !important;
    box-shadow: 0px 0px 50px 0px rgb(82 63 105 / 15%);
    width: max-content;
    /* margin-left: -35px; */
    transform: translate(-50%, -110%);
    z-index: 1;
}
.form-group label.col-form-label,.form-group label.control-label {
    width: auto;
    flex: 0 0 auto;
    max-width: 100%;
    color: #242424 !important;
    font-size: 13px;
    font-weight: 500;
    position: relative;
}
.form-group label.control-label{
    padding-top: calc(0.65rem + 1px);
}
/* [aria-describedby]:hover,
[aria-describedby]:focus {
  position: relative;
} */
[aria-describedby]:hover + [role=tooltip],
[aria-describedby]:focus + [role=tooltip] {
 visibility: visible;
}
#tooltiprules{
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 6px;
}
#kt_aside_menu::-webkit-scrollbar-thumb{
    background-color: #09440b !important;
}
#kt_aside_toggle .svg-icon{
color: #B6B9C8 ;margin-right: 0;
}
#kt_aside_toggle .svg-icon:hover{
color: var(--primary);
}
.fixHeader {
    top: 0px !important;
}
.top-user-dropdown {
    top: 72px !important;
    height: fit-content;
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
    border-radius: 0.475rem;
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    margin-right: 13px;
    padding-right: 40px !important;
    padding-left: 16px !important;
}
.topbar .topbar-item{
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aside-enabled .header.header-fixed{
    background-color: unset !important;
    padding-top: 0px;
}
.user-btn:hover{
    background-color:unset !important;
}
.navi-item:hover{
    border-radius: 0.475rem;
    transition: color 0.2s ease;
    background-color: #f4f6fa;
    }
.bg-hover .navi-item:hover{
    background-color:unset;
}
.hover-bg.navi .navi-item{
    background-color:unset;
}

#outline {
    stroke-dasharray: 2.4277px, 242.776657104492px;
    stroke-dashoffset: 0;
    animation: anim 2s linear infinite;
    stroke: var(--white);
  }
  @keyframes anim {
    12.5% {
      stroke-dasharray: 33.9887px, 242.776657104492px;
      stroke-dashoffset: -26.7054px;
    }
    43.75% {
      stroke-dasharray: 29.7401px, 242.776657104492px;
      stroke-dashoffset: -29.7401px;
    }
    100% {
      stroke-dasharray: 2.4277px, 242.776657104492px;
      stroke-dashoffset: -240.3488;
    }
  }

@media (min-width: 992px){
    .top-user-dropdown{
        width: 250px;
        padding-bottom: 20px !important;
    }

    .top-user-dropdown .hide-large-device{
        display: none !important;
    }
}

@media (max-width: 767px) {
    .Loader{
        right: 0 !important; 
        left: 0 !important;
        margin: auto !important; 
    }
    .page .health-list-screen.card.card-custom, .page .health-edit-screen.card.card-custom, .mob-bottom-margin .card.card-custom, .mob-bottom-margin.card.card-custom{
        margin-bottom: 15px !important;
    }
    .mob-pl-0{
        padding-left: 0 !important;
    }
    .GalleryUI .galleryRow .galleryItem {
        width: 100% !important;
    }
}

@media (max-width: 487px){
    #table_data.center>svg{
        width: 100%;
    }
}
 /* advance Filter Code - done by  Ambiga 03/10/2022 */
 @keyframes menu-sub-dropdown-animation-fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes menu-sub-dropdown-animation-move-up {
    from {
      margin-top: 0.75rem;
    }
    to {
      margin-top: 0;
    }
  }
  @keyframes menu-sub-dropdown-animation-move-down {
    from {
      margin-bottom: 0.75rem;
    }
    to {
      margin-bottom: 0;
    }
  }
.modelFilters .AdvanceFilter{
    position: absolute;
    right: 0%;
    width: 45%;
    height: auto;
    padding: 15px;
    background-color: white;
    z-index: 9;
    overflow: auto;
    box-shadow: 0px 0px 50px 0px rgb(82 63 105 / 15%);
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
    top: 40px;
    max-height: 350px;
}
.modelFilters .openList .col-md-2{
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
    min-height: auto;
}
.modelFilters::-webkit-scrollbar{
    width: 6px;
    background: var(--gray);
}
.modelFilters::-webkit-scrollbar-thumb{
    width: 6px;
    background: var(--gray-dark);
    border-radius: 10px;
}
 /* advance Filter Code end */

 .btn-filter {
    color: var(--secondary)!important;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    padding: 0;
    position: relative;
  }
  .btn-filter:hover {
    color: var(--primary)!important;
    background-color: transparent !important;
    border-color: transparent;
    box-shadow: none;
    padding: 0;
  }
  .btn-filter:focus, .btn-filter.focus {
    color: var(--primary)!important;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    padding: 0;
  }
  .btn-filter::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    left: 0;
    bottom: -3px;
    background: var(--secondary);
  }
  .btn-filter:hover::after {
    background: var(--primary) !important;
  }
  .btn-filter.disabled, .btn-filter:disabled {
    color: #ffffff;
    background-color: transparent;
    border-color: transparent;
  }
  .btn-filter:not(:disabled):not(.disabled):active, .btn-filter:not(:disabled):not(.disabled).active, .show > .btn-filter.dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: transparent;
  }
  .btn-filter:not(:disabled):not(.disabled):active:focus, .btn-filter:not(:disabled):not(.disabled).active:focus, .show > .btn-filter.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(84, 168, 255, 0.5);
  }

  .dropdown_custom .btn_custom.add_column_btn{
    text-align: right;
    width: 100%;
    padding: 0;
    color: var(--primary) !important;
    font-weight: 600;
    font-size: 13px;
    border: none;
    background: transparent;
    border-radius: 0;
    line-height: 0;
    height: 0; 
  }
  .dropdown_custom.column-position .btn_custom.add_column_btn{
    text-align: right;
    width: 100%;
    padding: 0;
    color: var(--primary) !important;
    font-weight: 600;
    font-size: 13px;
    border: none;
    background: transparent;
    border-radius: 0;
    line-height: 0;
    height: 0;    
    background-color: var(--primary-shadow);
    padding: 15px 10px;    
    border-radius: 0.475rem;
    margin-top: 0px;
  }
  .dropdown_custom.add_column_ui .dropdown_custom-menu{
    width: auto;
  }
  .admin-header .user_role_name{
    font-size: 13px;
    font-weight: 500;
    color: var(--primary);
    background-color: #f1faff;
    padding: 0.775rem 1rem;
    border-radius: 0.475rem;
    width: fit-content;
    letter-spacing: 0.5px;
    margin-top: 0px;
    line-height: 1.5;
    margin-bottom: 0px;
    text-transform: capitalize;
  }
  .admin-desktopheader{
    transition: none;
    display: flex;
    align-items: center;
  }
  #screenDiv ul.inst-list{
    position: absolute;
    right: auto;
    width: 100%;
    overflow: auto;
    background-color: white;
    margin: 0;
    padding: 0;
    z-index: 1;
    border-radius: 3px;
    margin-top: 2px;
    box-shadow: 0px 0px 50px 0px rgb(82 63 105 / 15%);
    cursor: pointer;
    overflow: auto;
    max-height: 300px;
  }
  #screenDiv ul.inst-list li{
    padding: 5px 15px;
    font-family: var(--font-family-primary);
    font-size: 14px;
  }
  #screenDiv ul.inst-list li:hover {
    background: var(--primary-shadow);
    color: var(--primary);
  }
  .header .topbar{
    align-items: center;
  }

  .topbar-item .user-profile-alignment,
  .topbar-item .settings-icon{
    display: none;
  }

  .header-date .btn-date img,
  .header-chat .btn-chat img{
    width: 30px;
    height: 30px;
    cursor: pointer;
  }

  .header-date .btn-date img.theme_img,
  .header-date .btn-date:hover img.grey_img,
  .header-chat .btn-chat img.theme_img,
  .header-chat .btn-chat:hover img.grey_img{
    display: none;
  }

  .header-date .btn-date:hover img.theme_img,
  .header-chat .btn-chat:hover img.theme_img{
    display: block;
  }

  .header-chat .btn-chat i.fa-comment-alt{
    font-size: 23px;
  }

  .header-chat .btn-chat:hover i.fa-comment-alt,
  .header-date .btn-date:hover i.fa-calendar{
    color: var(--secondary);
    cursor: pointer;
  }
/* Custom dropdown code done by ambiga 07.10.2022 */
.custom-select-ui {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    width: 100%;
    margin: 0 !important;
    outline: none;
    box-shadow: none;
    border: none;
  }
  
  .custom-select-ui select.form-control {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    height: calc(1.5em + 1.3rem + 2px) !important;
    border: 1.5px solid #E4E6EF  !important;
    padding-right: 30px;
    text-overflow: ellipsis;
  }

  .custom-select-ui select.form-control:hover
  /* .custom-select-ui select.form-control:active */
  {
    border-color: var(--primary) !important;
  }
  
  .custom-select-ui::after {
/*    content: '';
    border-width:  8px 6px 8px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #a1a5b7;
    display: inline-block;
    border-radius: 2px;
    position: absolute;
    right: 15px;
    bottom: 8px;*/
    content: '';
    border-width: 0px 1.5px 1.5px 0px;
    border-style: solid;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    right: 15px;
    bottom: 46%;
    position: absolute;
    color: #5e6278;
  }
  
  .custom-select-ui .selector-options {
    list-style: none;
    padding: 5px 0;
    margin: 5px 0;
    background: #fafafa;
    color: #5e6278 !important;
    border-radius: 4px;
    z-index: 100;
    width: 100%;
    position: absolute;
    left: 0%;
    top: auto;
    box-shadow: 0px 0px 50px 0px rgb(82 63 105 / 15%);
    border-radius: 5px;
    overflow: auto;
    max-height: 300px;
  }
  *::-webkit-scrollbar{
    width: 7px;
    background: #0463071a;
    height: 0;
  }
  *::-webkit-scrollbar-thumb{
    background: var(--primary);
  }
  
  #kt_modal_add_user_scroll::-webkit-scrollbar{
      background: transparent !important;
  }
  
  .custom-select-ui .selector-options li {
    min-height: 35px;
    display: flex;
    align-items: center;
    padding: 5px 15px;
    cursor: pointer;
    font-weight: 400;
    transition: background 0.3s ease;
    font-size: 13px;
    white-space: normal;
    font-family: 'Work Sans', sans-serif;
  }
  
  .custom-select-ui .selector-options li:hover {
    background: var(--primary-shadow);
    color: var(--primary);
  }
  .custom-select-ui .selector-options li:last-child:hover{
    border-radius: 5px;
  }
  .customDropDown.form-control,.selectpicker.form-control{
    height: calc(1.5em + 1.3rem) !important;
    background-image: url('../assets/down.png') !important;
    appearance: none !important;
    background-repeat: no-repeat !important;
    background-position: 97% 55% !important;
    background-size: 13px !important;
    border: 1px solid #f5f8fa;
  }
  .customDropDown option,.customDropDown optgroup{
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgb(82 63 105 / 15%);
    border: none !important;
    outline: none !important;
  }
  .customDropDown option:focus,.customDropDown optgroup:focus,.customDropDown option:hover{
    background: #0463071a;
  }
  /* Custom dropdown code*/
#kt_scrolltop .svg-icon span{color: var(--white);}
.text-filter{color: var(--blue);}
.m0{margin: 0;}
.listClassFilter label.col-form-label{display: none;}
.listClassFilter #class_id{padding: 0;}
.listClassFilter .bootstrap-select > .dropdown-toggle.btn-light{
    top: 4px !important;
}
.cardHeadUI.card-header{
    display: flex;
    justify-content: space-between;
    padding: 0px 5px 0px !important;
    background: transparent;
    margin-bottom: 10px;
    align-items: center;
}
.cardHeadUI.card-header .card-label{
    color: #181c32;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.5px;
    font-family: Work Sans;
    text-transform: capitalize;
}
.formUI.card.card-custom.m-t-10-list> .card-body {
    padding: 2.25rem 2rem;
}
.card .has-error .help-block{
    color: #F64E60;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0 15px;
}
#filter_div .col-lg-12.col-xl-12,
.filter_div-class .col-lg-12.col-xl-12 {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 7px;
}
#filter_div .instTypeUI.advanceFilter,
.filter_div-class .instTypeUI.advanceFilter{
    width: 100%;
}

#filter_div .instTypeUI.advanceFilter .row .col-sm-12,
.filter_div-class .instTypeUI.advanceFilter .row .col-sm-12{
    padding-left: 0 !important;
}

#filter_div .card-toolbar,
.filter_div-class .card-toolbar {
    width: 30%;
    text-align: right;
    padding-left: 15px !important;
}
#filter_div .instTypeUI .col-md-2 .form-group,#filter_div .instTypeUI .col-md-3 .form-group{
    margin-bottom: 0;
}
#filter_div.mb-7{margin-bottom: 0 !important;}
.padd-0{padding: 0 !important;}
.form-group label.tableLabel{
    width: auto;
    flex: 0 0 auto;
    max-width: initial;
    position: relative;
    font-family: var(--font-family-primary);
    font-size: 13px;
    letter-spacing: 1px;
    color: #515152 !important;
}

.only_svr #table_data tbody tr td{
    padding: 16px 20px !important;
}

.only_svr #table_data tbody tr td label.checkbox {
    margin-top: 0;
}

.topcontent textarea.form-control{
    height: 75px;
    min-height: 75px;
    outline: none;
    border: 1px solid #E4E6EF;
    box-shadow: none;
}

.topcontent textarea.form-control:focus{
    border: 1px solid #E4E6EF;
}

table tr td .dropdown-width.show{
    padding: 12px 10px !important;
}

table tr td .dropdown-width.show button{
    width: 100%;
    padding: 8px 10px !important;
    text-align: left;
    margin: 3px 0 !important;
    font-weight: 500;
    letter-spacing: 0px;
}

table tr td .dropdown-width.show button i{
    display: none;
}

.cardHeadUI.card-header .card-toolbar .btn.btn-primary {
    padding: calc(0.55rem + 1px) calc(1.25rem + 1px) !important;
    font-weight: 600 !important;
    font-size: 0.925rem;
    border-radius: 0.425rem;
}

.cardHeadUI.card-header .card-toolbar .btn.btn-light-primary {
    padding: calc(0.475rem + 2px) calc(1.5rem + 1px) !important;
    font-weight: 500 !important;
}

.staff-listUI .staff-sub-head{
    gap: 10px;
    color: var(--primary);
    font-size: 16px;
    font-family: var(--font-family-primary);
    align-items: center;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 0;
    display: flex;
}

.staff-listUI .staff-sub-head .svg-icon {
    fill: var(--primary);
}

.staff-listUI .mobmb0{
    margin-top: 20px;
    width: 220px;
    height: 220px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto;
}

.staff-listUI #qualif-btn-delete,
.staff-listUI #qualif-btn-add{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.staff-listUI .form-group label.col-form-label{
    max-width: fit-content;
}

.titleUI .d-flex.studView{
    margin: 20px 0 !important;
    margin-top: 0 !important;
}

.staff_list_popup.common_success_popup.show{
    display: flex !important;
}

.staff_poolUI .btn-padd,
.student_poolUI .btn-padd{
    padding: 6px 12px !important;
    font-size: 13px;
    min-width: 115px !important;
}

.topcontent .staff-poolPopup .form-control,
.approval-popup .form-control,
.approval-popup select.form-control{
    background-color:  #fff !important;
    border: 1px solid #a1a5b7 !important;
}
.staff-poolPopup input[type=file]{
    width: 100% !important;
    position: relative;
    color: #fff !important;
    user-select: none;
}

.staff-poolPopup input[type=file]::before{    
    content: "Browse";
    position: absolute;
    right: 3px;
    top: 50%;
    padding: 6px 12px;
    transform: translateY(-50%);
    left: unset;
    width: fit-content;
    height: 85%;
    line-height: unset;

}

.staff-poolPopup .control-label{
    font-weight: 400 !important;
    margin-bottom: 5px;
}


.staff-listUI .staff-img-sec,
.tab-content .staff-img-sec{
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 220px;
    height: 220px;
    margin: 20px auto;    
    border: 10px solid #eef3f7;
}

.td-institutionDiv{
    position: relative;
}

.td-institutionDiv .inst-list{
    position: absolute;
    left: 0;
    right: unset;
    width: 100%;
    padding: 5px 0;
    margin: 5px 0;
    background: #fafafa;
    color: #5e6278;
    box-shadow: 0px 0px 50px 0px rgb(82 63 105 / 15%);
    font-weight: 400;
    border-radius: 5px;
    max-height: 300px;
}

.td-institutionDiv .inst-list li {
    min-height: 35px;
    display: flex;
    align-items: center;
    padding: 5px 15px;
    cursor: pointer;
    font-weight: 400;
    transition: background 0.3s ease;
}

.td-institutionDiv .inst-list li:hover {
    background: var(--primary-shadow);
    color: var(--primary);
}

.fv-plugins-message-container.pos-unset{
    position: unset;
    text-align: center;
}

.std-view-img-div{
    width: 220px;
    height: 220px;
    margin: 20px auto;
    position: relative;
    border: 10px solid #eef3f7;
}

.std-view-img-div img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.form-add-data #table_data input[type="file"]{
    width: 95px !important;
    position: relative;
}

.form-add-data #table_data input[type="file"].file_attached,
.req_table input[type="file"].file_attached{
    margin-top: 13px;
}

.file-name {
    color: var(--primary) !important;
    font-size: 12px;
}

table td.link-blue{
    color: var(--blue) !important;
}

[role=tooltip]::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;;
    margin-left: -6px;
    border-width: 0.4rem;
    border-style: solid;
    border-color: var(--white) transparent transparent transparent;
    transform: translateX(-50%);    
    box-shadow: 0px 0px 50px 0px rgb(82 63 105 / 15%);
}

.cursor-poniter{
    cursor: pointer;
}

#jobApplicantProfile{
    display: block !important;
}

#jobApplicantProfile .tabViewUI #table_data thead tr th,
#jobApplicantProfile .tabViewUI #table_data table,
#jobApplicantProfile .tabViewUI #table_data tbody tr{
    border: none;
}

#jobApplicantProfile .tabViewUI #table_data tbody tr td,
#applicantProfileDetails #table_data tbody tr td{
    padding: 1rem 5px;
    border: none;
    border-bottom: 1px dashed #eff2f5;
    font-size: 13px !important;
}

#applicantProfileDetails #table_data tbody tr td.link-blue{
    color: var(--blue);
}

#applicantProfileDetails #table_data tbody tr td:first-child{
    padding-left: 15px;
}

#jobApplicantProfile .tabViewUI{
    border-radius: 6px;
}

#jobApplicantProfile .tabs .closeTabPopup{
    position: absolute;
    right: -10px;
    opacity: 1;
    z-index: 9;
    top: -15px;
    font-size: 24px;
    background: #fff;
    padding: 0px !important;
    border-radius: 100%;
    box-shadow: 0px 0px 3px 1px #ccc;
    color: #000;
    line-height: 30px;
    width: 30px;
    height: 30px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}

.tabViewUI .tab-links li,
.tabViewUI .tab-links li.active{
    font-size: 14px !important;
}

#jobApplicantProfile::-webkit-scrollbar-thumb{
    background: var(--primary);
}

.d-flex-lookup{
    display: flex;
    align-items: center;
}

.btn-lookup{
    color: #fff;
    width: 20px;
    height: 20px;
    background: var(--blue);
    border: none;
    border-radius: 50%;
    margin-left: 5px;
    position: relative;
}

.btn-lookup:hover{
    background: var(--blue-dark);
}

.btn-lookup i{
    padding: 0;
    color: #fff;
    font-size: 11px;
}

.d-flex-print{
    display: flex;
    flex-wrap: wrap;
}

.printer.btn-printicon{
    background-color: #f1faff !important;
    color: var(--blue) !important;
    border: 1px solid var(--blue);
    padding: 7px 30px;
}

.printer.btn-printicon:hover{
    background-color: var(--blue) !important;
}

.printer.btn-printicon svg{
    fill: var(--blue);
}

.printer.btn-printicon:hover svg{
    fill: #fff;
}

.d-flex-print .dropdown-menu.pull-right.show{
    left: 0 !important;
    right: 0 !important;
    min-width: 200px;
}

.btn-lookup .tool-tiptext {
    visibility: hidden;
    width: fit-content;
    white-space: nowrap;
    background-color: var(--blue);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 90;
    bottom: 125%;
    left: 50%;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    transform: translateX(-50%);
}

.btn-lookup .tool-tiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: var(--blue) transparent transparent transparent;
}

.btn-lookup:hover .tool-tiptext{
    visibility: visible;
    opacity: 1;
}

@media (min-width: 1200px){

    .staff-custom-view .view-group{
        max-width: 50% !important;
    }

    .std-custom-view .view-group{
        max-width: 50% !important;
    }

    #fileds.staff-custom-feild .col-sm-12.col-lg-6{
        max-width: 50% !important;
        padding-left: 0 !important;
    }
    #fileds.std-custom-feild .col-sm-12.col-lg-6{
        max-width: 50% !important;
    }
}

@media(min-width: 768px){
    .list-screen-padd #table_data{
        padding-left: 15px;
    }

    #fileds_row .fv-help-block{
        margin-top: -8px;
        position: absolute;
        left: 30px;
    }

    .formUI .card-body #table_data{
        padding-left: 15px;
        padding-right: 15px;
    }

    .studentView .col-md-4.col-sm-12{
        padding-left: 15px !important;
    }
}

@media(min-width: 768px) and (max-width: 991px){
    #filter_div .instTypeUI.advanceFilter,
    .filter_div-class .instTypeUI.advanceFilter{
        width: 75%;
    }

    #filter_div .card-toolbar,
    .filter_div-class .card-toolbar{
        width: 25%;
    }
    #filter_div .card-toolbar #AdvFilter{
        margin-top: 10px;
    }
}

@media(min-width: 487px) and (max-width: 768px){
    .instTypeUI .col-md-2, .instTypeUI .col-md-3 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 15px !important;
    }

    .list-screen-padd #table_data{
        padding-right: 0;
    }
    #filter_div .col-lg-12.col-xl-12{
        display: block !important;
    }
    #filter_div .instTypeUI.advanceFilter{
        width: 100% !important;
    }
    #filter_div .card-toolbar{
        width: 100% !important;
    }
    .modelFilters{
        width: 75%;
    }
}

@media (max-width: 991px){
    .header-mobile .header-logo-img svg {
        width: 18px;
        fill: #fff;
    }

    .header-mobile .header-logo-img svg:hover {
        fill: #fff;
    }

    .header-mobile .btn-mobile-user{
        color: #fff;
    }

    .header-mobile .mobile-logo-ttl span{
        display: block;
        color: #fff;
        font-size: 15px;
        letter-spacing: 0.5px;
        font-weight: 400;
    }

    .header-mobile-fixed .header-mobile{
        background-color: var(--primary) !important;
    }

    .calendarPageUI .offcanvas{
        visibility: visible;
    }

    
}

@media(max-width: 767px){
    .custom-label{
        padding-left: 0 !important;
    }     
    .page .topcontent>.container{
      padding: 0;
    }  
    .modelFilters,.modelFilters .AdvanceFilter{
        width: 100%;top: auto;
    }
    .card-toolbar .btn.btn-filter {margin-bottom: 0;}
    .modelFilters .openList .col-md-2{
        width: 100%;
        max-width: 100%;
        min-height: auto;
    }
    #screenDiv ul.inst-list {
        width: 100%;
    } 

    .myaccountsec .splitCols_2{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .std-UI .titleUI .d-flex{
        margin-left: 0;
        margin-right: 0;
    }
}

@media(max-width: 487px){
    #filter_div .col-lg-12.col-xl-12, 
    .filter_div-class .col-lg-12.col-xl-12{
      flex-direction: column;
    }
    
    #filter_div .instTypeUI.advanceFilter,
    .filter_div-class .instTypeUI.advanceFilter{
      width: 100%
    }
  
    #filter_div .card-toolbar,
    .filter_div-class .card-toolbar{
      width: 100%;
      text-align: right;
      margin-top: 5px;
      padding: 0 !important;
    }

    .list-screen-padd #table_data{
        padding-right: 0;
    }

    .modelFilters,.modelFilters .AdvanceFilter{
        width: 100%;top: auto;
    }
    .card-toolbar .btn.btn-filter {margin-bottom: 0;}
    .modelFilters .openList .col-md-2{
        width: 100%;
        max-width: 100%;
        min-height: auto;
    }
    #screenDiv ul.inst-list {
        width: 100%;
    }
    .cardHeadUI.card-header{
        margin-top: 0px;
        gap: 5px;
        grid-gap: 5px;
    }

    .cardHeadUI.card-header .card-toolbar{
        margin-top: 5px;
    }    

    table tr td .dropdown-width.show button{
        line-height: normal;
    }

    #fileds.std-custom-feild .col-sm-12.col-lg-6{
        padding: 0 !important;
    }

    .printer.btn-printicon{
        padding: 5px 30px;
    }
  }

.calendarPageUI .aside .aside-menu .menu-nav > .menu-item > .menu-heading .menu-arrow, 
.calendarPageUI .aside .aside-menu .menu-nav > .menu-item > .menu-link .menu-arrow {
    margin-top: 17px;
}
.calendarPageUI .h100{height: 100% !important;}
.calendarPageUI .showSubMenu{display: block;}
.calendarPageUI .offcanvas.offcanvas-on{visibility: visible;}
.calendarPageUI #kt_aside_menu{padding-bottom: 30%;}
@media (min-width: 992px){
    .aside-minimize .brand.bg-white .fullwidth .brand-toggle {
        padding-right: 5px !important;
    }

    .formUI .custom-select-ui select.form-control,
    .formUI input.form-control{
        height: calc(1.5em + 1.3rem) !important;
    }

    .custom-select-ui::after{
        bottom: 46%;
    }

    .formUI .custom-select-ui select.form-control.dropdown-toggle{
        padding: calc(0.6rem) calc(1.25rem + 1px) !important;
    }
}
.loginUIErr .form.w-100 .fv-plugins-message-container,.loginUIErr .fv-plugins-message-container .fv-help-block {
    margin: 0;
}
.passKtMeter .me-2 {
    margin-right: 0.5rem!important;
}
.passKtMeter .bg-active-success.active {
    background-color: #50cd89!important;
    --bg-color: 80,205,137;
}
/*Institution Login*/
#signup_btn{position: relative;}
.verifyPopupUI .titleTxt{
    color: var(--primary);
    font-family: var(--font-family-primary);
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary);
    margin-bottom: 15px;
}
.verifyPopupUI label.control-label{
    text-align: left;
    display: block;
    font-size: 14px;
    font-family: var(--font-family-primary);
    font-weight: 500;
}
.verifyPopupUI #verify_btn{
    display: block;
    width: 100%;
    font-family: var(--font-family-primary);
    font-size: 16px;
}
.verifyPopupUI .errMsg{text-align: left;}
.verifyPopupUI .buttPadd{padding: 8px 20px!important;}
.studentPopupUI{border-radius: 10px;}
.studentPopupUI .buttonSec{justify-content: center;gap: 10px;}
.studentPopupUI h3{
    margin: 0;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    font-family: 'poppins';
    padding-bottom: 15px;
    border-bottom: 2px solid var(--primary);
}
.studentPopupUI p{
    margin-top: 20px;
    font-size: 13px;
    font-family: var(--font-family-primary);
    font-weight: 500;
}
.studentPopupUI .btn{
    width: max-content;
    display: inline;
    color: #fff !important;
    font-family: var(--font-family-primary);
    font-weight: 400 !important;
    padding: 5px 25px;
    border-radius: 6px;
}
.studentPopupUI .btn.btn-yes{
    background: var(--primary);
}
.studentPopupUI .btn.btn-no{
    background: var(--no-btn);
}
.titleUI .d-flex{
    gap: 10px;
    color: var(--primary);
    font-size: 18px;
    font-family: 'Open Sans', sans-serif !important;
    align-items: center;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    margin: 20px 10px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.titleUI .d-flex .svg-icon{fill: var(--primary);}
.splitCols.col-md-4{padding-left: 15px !important;}
.splitCols .form-margin{padding: 0 !important;margin: 5px 0;}
.formUI .splitCols .form-margin  input.form-control.fileupload{
    height: calc(1.5rem + 1.8rem) !important;
    width: 110px !important;
    margin: 15px auto auto auto;
}

.staff-listUI input.fileupload{
    height: calc(1.5rem + 1.8rem) !important;
    width: 135px !important;
    margin: 15px auto auto auto;
    border: none;
}
.classInst input.fileupload[type=file] {
    height: calc(1.5rem + 1.8rem) !important;
    width: 110px !important;
}
.formUI .splitCols .form-margin input[type="file"]::before,.classInst input.fileupload[type="file"]::before,.staff-listUI input.fileupload[type="file"]::before {
    content: 'Upload Photo';
    font-size: 14px;
    line-height: calc(1.5rem + 1.8rem);
}
.formUI .splitCols .form-margin .fv-plugins-message-container {margin-top: 0;}
.titleUI .d-flex.studView{margin: 0px 10px;border: none;border-bottom: none;}
.studentView,.ViewUI{font-size: 13px;color: #3f4254;}
.studentView strong,.ViewUI strong{font-size: 14px;font-weight: 600;}
.btn-primary.btn-edit-button,.btn-primary.btn-edit-button:hover{
    background-color: var(--blue) !important;
    border-color: var(--blue) !important;
    color: #fff !important;
}
.btn-edit-button,.btn-delete-button{
    padding: calc(0.55rem + 1px) calc(1.25rem + 1px) !important;
    font-weight: 600 !important;
    font-size: 0.925rem !important;
    border-radius: 0.425rem !important;
}
.subjectSelect .row{
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    font-family: var(--font-family-primary);
}
.subjectSelect label{
    font-size: 15px;
    font-family: var(--font-family-primary);
    font-weight: 500;
}
.subjectSelect .close{
    position: absolute;
    right: 10px;
    opacity: 1;
    z-index: 9;
    top: 10px;
    font-size: 25px;
    background: transparent;
    padding: 15px;
    border-radius: 100%;
    box-shadow: none;
    z-index: 99999999999;
}
.btn.resendCodeUI{
    float: right;
    padding: 0 !important;
    margin-right: 0 !important;
    color: var(--primary) !important;
    font-weight: 500;
    font-size: 12px;
    font-family: var(--font-family-primary);
}
/*Institution Login*/

.ViewUI .view-sub-head{
    font-size: 13px;
} 

.ViewUI .view-sub-head-2 .view-sub-head{
    font-size: 13px;
}

.ViewUI .view-sub-head-2 .view-sub-val{
    display: flex;
    flex-wrap: wrap;
}

.ViewUI .view-sub-head-2 .view-sub-val .view-sub-val-inner{
    width: 50%;
    display: flex;
    flex-direction: column;
}


.ViewUI .view-sub-head-2 .view-sub-val .view-sub-val-inner-2{
    width: 20%;
    display: flex;
    flex-direction: column;
}

.prew-last-word{
    font-size: 15px;
}

.ViewUI .view-sub-val{
    margin-top: 2px;
}

.ViewUI .view-sub-val strong {
    font-size: 14px;
    font-weight: 600;
}

.titleUI .d-flex.studView{
    margin-bottom: 0px !important;
}

.titleUI .d-flex.cus-studView{
    margin-top: 15px;
}
.news-section .titleUI .d-flex.studView
{
    padding: 0 0 20px 0;
}
.pos-relative{
    position: relative;
}

#gpslocationtxt .view-sub-head {width: 208px;}

@media(min-width: 768px){
    .ViewUI .view-group,
    .studentView .view-group{
        margin-bottom: 0 !important;
        margin-top: 10px !important;
    }
}

@media(max-width: 768px){
    .ViewUI .view-group,
    .studentView .view-group{
        padding: 0 !important;
        margin-bottom: 10px !important;
    }
    
    .studentView .studentView:last-child{
        margin-bottom: 0 !important;
    }

    .titleUI .d-flex.studView{
        margin: 0;
    }

    .titleUI .d-flex.cus-studView{
        margin-top: 10px;
    }

    .splitCols.col-md-4{
        padding-left: 0 !important;
    }

    .studentView .studView_sub{
        margin-left: 0;
        margin-right: 0;
    }    

    .staff-listUI input.fileupload{
        margin: 0 auto;
        margin-top: 5px;
    }

    .staff-listUI .mobmb0{
        margin-bottom: 25px;
    }
    .col-md-2.nopadd_imp.LimitDiv{
        width: 100px !important;
        max-width: 100px !important;
        position: absolute;
        bottom: 15px;
        margin-top: 0px !important;
    }
}
/*Institution register by muneeswari*/
.primary-radient{
    background: rgb(42,138,5);
    background: radial-gradient(circle, rgba(42,138,5,1) 25%, rgba(15,79,1,1) 100%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    overflow: hidden;
    transition: left 0.3s ease;
    border-radius: 0;
    bottom: 0;
}
.institutionRegister .card {
    border: none;
    border-radius: 0;
}
.institutionRegister .rightDiv{
    width: 100%;
    padding-left: 400px;
}
.institutionRegister .stepper.stepper-pills .stepper-item.current .stepper-icon {
    transition: color .2s ease;
    background-color: var(--lemon);
    border: var(--lemon);
}
.institutionRegister .stepper.stepper-pills .stepper-item .stepper-icon {
    background-color: transparent;
    border: 2px dashed var(--light-green);
    margin-right: 1.5rem;
}
.institutionRegister .stepper.stepper-pills .stepper-item.current .stepper-icon .stepper-number,
.institutionRegister .stepper.stepper-pills .stepper-item.current .stepper-label,
.institutionRegister .stepper.stepper-pills .stepper-item.current .stepper-label .stepper-title {
    color: var(--white);
    font-weight: 400;
}
.institutionRegister .stepper.stepper-pills .stepper-item .stepper-icon .stepper-number,
.institutionRegister .stepper.stepper-pills .stepper-item .stepper-label,
.institutionRegister .stepper.stepper-pills .stepper-item .stepper-label .stepper-title,
.institutionRegister .stepper.stepper-pills .stepper-item .stepper-label .stepper-desc {
    color: var(--light-green);
    font-weight: 400;
}
.institutionRegister .stepper.stepper-pills.stepper-column .stepper-line {
    border-left: 2px dashed var(--light-green);
}
.institutionRegister .footer-text{
    margin-top: auto;
    bottom: 0;
    color: #fff;
    text-align: center;
    width: auto;
    display: inline-block;
    padding: 0 15px;
    font-weight: 400;
    font-size: 13px;
}
.institutionRegister .custom-select-ui select.form-control{
    height: calc(1.3em + 1.3rem + 2px) !important;
}

.institutionRegister .col-lg-6,
.institutionRegister .card.rightDiv .card-body{
    padding: 0 !important;
}

.institutionRegister .col-lg-6 .form-group{
    margin-bottom: 10px !important;
}

.institutionRegister .req_subhead{
    margin-top: 10px;
    padding-left: 15px;
    font-size: 16px;
}

.institutionRegister .top-logo-div{
    margin-top: 15px;
    padding: 0 15px;
}

.institutionRegister .top-logo-div .left-tab-head{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    word-spacing: 2px;
    margin-top: 10px;
    line-height: 23px;
}

.institutionRegister .stepper.stepper-pills .stepper-item .stepper-label .stepper-title{
    font-size: 15px;
}

.institutionRegister .unit_txt{
    padding-left: 5px;
}

.institutionRegister .form-group label.col-form-label{
    max-width: fit-content;
    width: 80%;
    padding-left: 15px;
}

.institutionRegister .tab_2 .col-xs-6,
.institutionRegister .tab_3 .col-xs-6{
    max-width: 50% !important;
}

.institutionRegister .yr_input{
    padding-left: 15px;
}

.institutionRegister .btn.btn-primary:hover,
.institutionRegister .btn.btn-primary:focus{
    background-color: var(--secondary) !important;
}

.splitCols .std-img-div,
.staff-listUI .staff-img-div{
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    position: relative;
    margin: auto;
}

.splitCols .std-img-div img,
.staff-listUI .staff-img-div img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.formUI .splitCols .form-margin input[type="file"].file_attached{
    width: 112px !important;
}

.formUI .splitCols .form-margin input[type="file"].file_attached::before{
    content: "Photo Uploded";
}

.column-position button{
    transform: rotate(90deg);
}

.reduce-tbl-width{
    padding-right: 40px !important;
    margin-top: 0 !important;
}

.btn-filter:hover,
input[type="file"]:hover:before{
    background-color: transparent !important;
    border-color: transparent;
}

.btn-primary.btn-edit-button:hover{
    background-color: var(--blue-dark) !important;
    border-color: var(--blue-dark) !important;
}

.btn.btn-download{    
    background-color: var(--state-active-color);
    padding: 5px 15px !important;
    border: none;
    color: #fff !important;
}

.btn-download svg{
    width: 24px;
    height: 24px;
    padding: 2px;
    color: #fff;
}

.btn.btn-download:hover{
    background-color: var(--state-active-dark-color);
}

.remove-head-bg table thead tr th{
    background-color: transparent !important;
    border-bottom: 1px solid #eef3f7 !important;
}

.staff-card-ui,
.view-box-ui{
    background-color: transparent;
    box-shadow: none !important;
}

.staff-card-ui.card.card-custom.m-t-10-list > .card-body,
.view-box-ui.card.card-custom.m-t-10-list > .card-body{
    padding: 0 !important;
}

.staff-card-ui .staff-inner-card,
.view-box-ui .inner-view-box{
    width: 100%;
    background-color: #fff;
    padding: 20px 15px;
    border-radius: 0.625rem;
    box-shadow: 0px 0px 20px 0px rgb(76 87 125 / 2%);
    margin-bottom: 35px;
}

.inner-view-box{
    display: flex;
    flex-wrap: wrap;
}

.staff-card-ui .staff-inner-card .staff-sub-head {
    border-bottom: 1px solid var(--gray);
    gap: 15px;
    margin: 0 0 20px 0;
}

.staff-card-ui .staff-inner-card .staff-sub-head svg{
    width: 35px;
    height: 35px;
    fill: #242424;
}

.staff-card-ui .staff-inner-card .staff-sub-head .sub-head-text{
    color: #242424;
    font-size: 18px;
}

.staff-card-ui .staff-inner-card.p-info .staff-sub-head {
    border-bottom: 1px solid #009ef7;
}

.staff-card-ui .staff-inner-card.p-info .staff-sub-head svg{    
    fill: #009ef7;
}

.staff-card-ui .staff-inner-card.p-info .staff-sub-head .sub-head-text{
    color: #009ef7;
}

.staff-card-ui .staff-inner-card.c-info .staff-sub-head {
    border-bottom: 1px solid #181C32;
}

.staff-card-ui .staff-inner-card.c-info .staff-sub-head svg{    
    fill: #181C32;
}

.staff-card-ui .staff-inner-card.c-info .staff-sub-head .sub-head-text{
    color: #181C32;
}

.staff-card-ui .staff-inner-card.q-info .staff-sub-head {
    border-bottom: 1px solid #50cd89;
}

.staff-card-ui .staff-inner-card.q-info .staff-sub-head svg{    
    fill: #50cd89;
}

.staff-card-ui .staff-inner-card.q-info .staff-sub-head .sub-head-text{
    color: #50cd89;
}

.staff-card-ui .staff-inner-card.a-info .staff-sub-head {
    border-bottom: 1px solid var(--indigo);
}

.staff-card-ui .staff-inner-card.a-info .staff-sub-head svg{    
    fill: var(--indigo);
}

.staff-card-ui .staff-inner-card.a-info .staff-sub-head .sub-head-text{
    color: var(--indigo);
}

.staff-card-ui .staff-inner-card.b-info .staff-sub-head {
    border-bottom: 1px solid var(--cyan);
}

.staff-card-ui .staff-inner-card.b-info .staff-sub-head svg{    
    fill: var(--cyan);
}

.staff-card-ui .staff-inner-card.b-info .staff-sub-head .sub-head-text{
    color: var(--cyan);
}

.staff-card-ui .staff-inner-card .staff-sub-head .sub-head-text p{
    font-size: 12px;
    color: var(--gray);
    margin-bottom: 0;
    margin-top: 5px;
}

.viewPage-head .common-icon svg,
.card-toolbar .back-icon.common-icon svg{
    width: 16px;
    height: 16px;
    fill: #fff;
} 

.cardHeadUI.card-header .card-toolbar.viewPage-head .btn{
    border-radius: 0.475rem !important;
    padding: 7px 10px !important;
    margin-left: 7px;
    border-width: 1.6px !important;
    display: inline-flex;
    align-items: center;
}

.cardHeadUI.card-header .card-toolbar.viewPage-head .btn .span-text,
.card-toolbar .btn .span-text{
    font-size: 12px;
    padding-left: 5px;
    letter-spacing: 0.2px;
}

.cardHeadUI.card-header .card-toolbar.viewPage-head .btn.btn-primary{
    background-color: #533E85 !important;
    border-color: #533E85 !important;
}

.cardHeadUI.card-header .card-toolbar.viewPage-head .btn.btn-primary svg,
.cardHeadUI.card-header .card-toolbar.viewPage-head .btn.btn-primary svg path{
    fill: #fff;
}

.cardHeadUI.card-header .card-toolbar.viewPage-head .btn.btn-primary:hover{
    background-color: #401e8f !important;
    border-color: #401e8f !important;
}

.cardHeadUI.card-header .card-toolbar.viewPage-head .btn.btn-edit-button{
    background-color: #863A6F !important;
    border-color: #863A6F !important;
}

.cardHeadUI.card-header .card-toolbar.viewPage-head .btn.btn-edit-button svg,
.cardHeadUI.card-header .card-toolbar.viewPage-head .btn.btn-edit-button svg path{
    fill: #fff;
}

.cardHeadUI.card-header .card-toolbar.viewPage-head .btn.btn-edit-button:hover{
    background-color: #a80a79 !important;
    border-color: #a80a79 !important;
}

.cardHeadUI.card-header .card-toolbar.viewPage-head .btn.btn-danger{
    background-color: #f1416c !important;
    border-color: #f1416c !important;
}

.cardHeadUI.card-header .card-toolbar.viewPage-head .btn.btn-danger svg,
.cardHeadUI.card-header .card-toolbar.viewPage-head .btn.btn-danger svg path{
    fill: #fff;
}

.cardHeadUI.card-header .card-toolbar.viewPage-head .btn.btn.btn-danger:hover{
    background-color: #f1033e !important;
}

.ViewUI .view-group{
    display: flex;
    align-items: baseline;
    flex-direction: row;
    gap: 10px;
}

.ViewUI .view-group.col-md-4.col-sm-4 {
    padding-left: 12.5px !important;
}

.ViewUI .view-sub-head{
    width: 270px;
    color: #848484;
    font-size: 14px;
    font-family: Work Sans;
    font-weight: 500;
    text-transform: capitalize;
}

.events-detailUI .ViewUI .view-sub-head{
    font-size: 17px;
    font-weight: 600;
}

.ViewUI .view-sub-val{
    width: 100%;
    padding-left: 0;
    font-family: Work Sans;
    padding-bottom: 5px;
}

.ViewUI .view-sub-val strong:hover {color: var(--secondary);}
.ViewUI .view-sub-val p{
    color: #595959; 
    font-family: Lato, sans-serif!important;
     background-color: transparent!important;
    font-size: 15px!important;
    font-weight: 400!important;
    line-height: 30px!important;
     -webkit-font-smoothing: antialiased!important; 
    letter-spacing: 0.2px;
}
.detail .ViewUI .view-sub-val strong,
.detail .ViewUI .view-sub-val span,
.detail .ViewUI .view-sub-val p,
.detail .ViewUI .view-sub-val h6,
.detail .ViewUI .view-sub-val h5,
.detail .ViewUI .view-sub-val h4,
.detail .ViewUI .view-sub-val h3,
.detail .ViewUI .view-sub-val h2,
.detail .ViewUI .view-sub-val h1,
.detail .ViewUI .view-sub-val a{
    color: #595959; 
    font-family: Lato, sans-serif!important;
     background-color: transparent!important;
    font-size: 15px!important;
    font-weight: 400!important;
    line-height: 30px!important;
     -webkit-font-smoothing: antialiased!important; 
    letter-spacing: 0.2px;
} 
.GalleryViewUI  .ViewUI .view-sub-val p,
.GalleryViewUI  .ViewUI .view-sub-val span,
.GalleryViewUI  .ViewUI .view-sub-val strong,
.GalleryViewUI  .ViewUI .view-sub-val h6,
.GalleryViewUI  .ViewUI .view-sub-val h5,
.GalleryViewUI  .ViewUI .view-sub-val h4,
.GalleryViewUI  .ViewUI .view-sub-val h3,
.GalleryViewUI  .ViewUI .view-sub-val h2,
.GalleryViewUI  .ViewUI .view-sub-val h1,
.GalleryViewUI  .ViewUI .view-sub-val a{
    color: #595959; 
    font-family: Lato, sans-serif!important;
     background-color: transparent!important;
    font-size: 15px!important;
    font-weight: 300!important;
    line-height: 25px!important;
     -webkit-font-smoothing: antialiased!important; 
    letter-spacing: 0.2px;  
}
.GalleryViewUI .ViewUI .view-sub-head {
    color: #848484;
    font-size: 17px;
    font-family: Work Sans;
    font-weight: 500;
    text-transform: capitalize;
}
.ViewUI .view-sub-val strong{
    font-weight: 600;
    color: #181c32;
    word-break: break-word;
    font-family: Work Sans;
    font-size: 15px !important;
}

.ViewUI .view-sub-val strong a {
    color: var(--blue-dark);
}
.ViewUI .add{
    display: flex;
    align-items: center;
    gap: 2rem;
    /* border-bottom: 0.8px solid #ddd; */
    margin-bottom: 35px;
}
.ViewUI .titleUI .newsImage {
    border: 3px solid var(--blue-dark);
    border-radius: 4px;
    text-align: center;
    width: 90px;
    position: relative;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.ViewUI .titleUI .newsImage:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 3px;
    left: 15px;
    background: var(--blue-dark);
    top: -8px;
}

.ViewUI .titleUI .newsImage:after {
    position: absolute;
    content: "";
    height: 14px;
    width: 3px;
    right: 15px;
    background: var(--blue-dark);
    top: -8px;
}

.ViewUI .titleUI .newsImage h4 {
    font-size: 36px;
    font-weight: 600;
    margin: 5px 0;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 22px;
}

.ViewUI .titleUI .newsImage p {
    font-size: 14px;
    font-weight: 400;
    color: #595959;
    margin-bottom: 0;
    font-family: 'Work Sans';
}
.ViewUI .titleUI
{ 
    position: relative;
   
}.ViewUI .titleUI .bor{
    position: absolute;
  top: 78px;
  width: 89%;
  left: 117px;
border-width: 60%;
  border-bottom: 0.8px solid #ddd; 
}
.ViewUI .titleUI .events-section .bor{
    border: none;
}
.ViewUI .titleUI .d-flex.studView{
    border: none;
    color: var(--primary);
    padding: 0 0 6px 0;
   
}
/* .detail .ViewUI .titleUI  h3.d-flex.studView.news-section{
    border-bottom: 0.8px solid #ddd;
    padding-bottom: 35px;
} */
.d-flex.studView{
    font-size: 25px;
    font-weight: 600;
}
.view-box-ui .ViewUI .view-sub-head-2 .view-sub-head{
    font-size: 14px;
}

.view-box-ui .card-body .card.card-custom.m-t-10-list > .card-body.new-add-edit-ui{
    padding: 0 !important;
}


.listUI .newseventUI .galleryRow .item-grid-ui {
    background: #fff;
    color: var(--primary);
    border-radius: 0;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    width: 48%;
    flex: 0 0 48%;
    max-width: 48%;
    /* margin: 1%; */
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.listUI .newseventUI .galleryRow .desc-text p, 
.listUI .newseventUI .galleryRow .desc-text span, 
.listUI .newseventUI .galleryRow .desc-text h6,
.listUI .newseventUI .galleryRow .desc-text h5,
.listUI .newseventUI .galleryRow .desc-text h4, 
.listUI .newseventUI .galleryRow .desc-text h3,
.listUI .newseventUI .galleryRow .desc-text h2,
.listUI .newseventUI .galleryRow .desc-text h1, 
.listUI .newseventUI .galleryRow .desc-text a {
width: 100%;
line-height: 20px!important;
color: #595959;
font-family: Lato, sans-serif!important;
font-size: 14px!important;
font-weight: 400!important;
-webkit-font-smoothing: antialiased!important;
letter-spacing: 0.2px;
}
.listUI .newseventUI .galleryRow .item-grid-ui .newsImage {
    border: 3px solid var(--blue-dark);
    border-radius: 4px;
    text-align: center;
    min-width: 100px;
    position: relative;
    height: 95px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 7px;
    margin: 6px;
}

.listUI .newseventUI .galleryRow .item-grid-ui .newsImage:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 3px;
    left: 15px;
    background: var(--blue-dark);
    top: -8px;
}
.listUI .newseventUI .galleryRow .topRow  p .icon {
    font-size: 14px;
    color: #8c1515;
    padding-right: 10px;
}
.listUI .newseventUI .galleryRow .item-grid-ui .newsImage:after {
    position: absolute;
    content: "";
    height: 14px;
    width: 3px;
    right: 15px;
    background: var(--blue-dark);
    top: -8px;
}

.listUI .newseventUI .galleryRow .item-grid-ui .newsImage h4 {
    font-size: 32px;
    font-weight: 600;
    margin: 8px 0;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 22px;
}

.listUI .newseventUI .galleryRow .item-grid-ui .newsImage p {
    font-size: 14px;
    font-weight: 400;
    color: #595959;
    margin-bottom: 0;
    font-family: 'Work Sans';
    width: 100%;
}

.listUI .newseventUI .galleryRow .item-grid-ui .newsCont {
    width: calc(100% - 90px);
}

.listUI .newseventUI .galleryRow .item-grid-ui .newsCont .topRow {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.listUI .newseventUI .galleryRow .newsCont p{
    margin-bottom: 0px;
}

.listUI .newseventUI p.location-text 
 {
        display: flex;
align-items: center;
}
.listUI .newseventUI .galleryRow .item-grid-ui .newsCont .title {
   margin-top: 8px;
    color: var(--primary);
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.3px;
    font-family: 'Open Sans', sans-serif !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
    margin-bottom: 5px;
    text-decoration: none;
}
.listUI .newseventUI .galleryRow .newsCont .desc-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    white-space: normal; 
    text-overflow: ellipsis;
    max-height: 3.5rem;
}
.listUI .newseventUI .galleryRow .item-grid-ui .newsCont .title a {
    color: var(--primary);
}

.listUI .newseventUI .galleryRow .item-grid-ui .newsCont .title:hover a {
    color: var(--secondary);
}
@media (min-width: 991px){
    .top-profile-sec{
        display: flex;
    }
    
    .top-profile-sec .left-box{
        width: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .top-profile-sec .right-box{
        width: calc(100% - 200px);
    }
    
    .top-profile-sec .left-box .staff-img-div{
        width: 150px;
        height: 150px;
    }
}

@media(max-width: 1200px){
    .institutionRegister .primary-radient{
        position: relative;
        padding-bottom: 30px;
    }

    .institutionRegister .primary-radient .card-body{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .institutionRegister .app-container,
    .institutionRegister .app-content{
        padding: 0 !important;
    }

    .institutionRegister .rightDiv{
        padding: 0 15px;
        margin-bottom: 20px;
    }

    .institutionRegister .req_subhead{
        padding-left: 0;
        margin-top: 20px;
    }
}

@media(max-width: 767px){
    .institutionRegister .fv-plugins-message-container{
        left: 0 !important;
    }
    
    .institutionRegister .pb-5.pb-lg-5.pl-4{
        padding: 0 !important;
    }

    .institutionRegister .tab_2 .col-sm-6{
        max-width: 100% !important;
    }

    .institutionRegister .req_subhead{
        font-size: 16px;
    }

    .institutionRegister .tab_2 .col-xs-6,
    .institutionRegister .tab_3 .col-xs-6,
    .institutionRegister .yr_input{
        padding: 0;
    }   

    .institutionRegister .tab_3 .col-lg-3.col-md-3.col-sm-3{
        max-width: 50% !important;
        padding: 0 !important;
    }

    .institutionRegister .tab_2 .col-xs-6.need-pr-5,
    .institutionRegister .tab_3 .col-lg-3.col-md-3.col-sm-3.need-pr-5,
    .institutionRegister .tab_3 .col-xs-6.need-pr-5{
        padding-right: 5px !important;
    }

    .institutionRegister .tab_2 .col-xs-6.need-pl-5,
    .institutionRegister .tab_3 .col-lg-3.col-md-3.col-sm-3.need-pl-5,
    .institutionRegister .tab_3 .col-xs-6.need-pl-5{
        padding-left: 5px !important;
    }

    .staff-card-ui .staff-inner-card,
    .view-box-ui .inner-view-box{
        margin-bottom: 20px;
    }

    .staff-listUI .staff-card-ui input.fileupload{
        margin-left: 0;
    }

    .ViewUI .view-group{
        width: 100%;
        max-width: 100%;
    }
    .GalleryViewUI .ViewUI .view-sub-head {
        color: #848484;
        font-size: 15px;
    }
.GalleryViewUI  .ViewUI .view-sub-val p,
.GalleryViewUI  .ViewUI .view-sub-val span,
.GalleryViewUI  .ViewUI .view-sub-val strong,
.GalleryViewUI  .ViewUI .view-sub-val h6,
.GalleryViewUI  .ViewUI .view-sub-val h5,
.GalleryViewUI  .ViewUI .view-sub-val h4,
.GalleryViewUI  .ViewUI .view-sub-val h3,
.GalleryViewUI  .ViewUI .view-sub-val h2,
.GalleryViewUI  .ViewUI .view-sub-val h1,
.GalleryViewUI  .ViewUI .view-sub-val a{
    color: #595959; 
    font-size: 13px!important;
    line-height: 22px!important;
}
}

@media (max-width: 487px){
    
    .cardHeadUI.card-header .card-toolbar{
        flex-shrink: 0;
    }
    .card-title .breadcrumb>li+li:before{left: 5px;}
    .card-title .breadcrumb>li{
        padding-right: 0px;
    }
    .card-title .breadcrumb>li+li{
        padding-left: 15px;
    }
    .timetable-settingui table thead tr th{
        white-space: nowrap;
    }
    .timetable-settingeditui table thead tr th{
        white-space: nowrap;
    }
    .periodtable-editui table thead tr th{
        white-space: nowrap;
    }
    .periodtable-ui table thead tr th{
        white-space: nowrap;
    }
    .ViewUI .view-sub-head-2 .view-sub-val .view-sub-val-inner-2{
        width: 50%;
    }
    
}

@media (max-width: 568px){
    .custom-select-ui .selector-options{
        max-height: 240px;
    }

    [role=tooltip]{
        max-width: 200px;
        text-align: center;
    }
}

#admitPopupStaff .close {
    position: absolute;
    right: -10px;
    opacity: 1;
    z-index: 9;
    top: -15px;
    font-size: 25px;
    background: #fff;
    padding: 5px 9px;
    border-radius: 100%;
    box-shadow: 0px 0px 3px 1px #ccc;
}

.topcontent .formUI input.form-control:active, 
.topcontent .formUI input.form-control.active, 
.topcontent .formUI input.form-control:focus, 
.topcontent .formUI input.form-control.focus,
.topcontent .formUI textarea.form-control:focus {
    background-color: #fff !important;
    border-color: var(--primary) !important;
    transition: color 0.2s ease;
}

.formUI input.form-control:active, 
.formUI input.form-control.active, 
.formUI input.form-control:focus, 
.formUI input.form-control.focus {
    background-color: #eef3f7 !important;
    border-color: #eef3f7 !important;
    transition: color 0.2s ease;
}

.topcontent .formUI .form-control.has_error,
.topcontent .formUI .form-control.has_error:focus{
    border-color: var(--danger) !important;
}

body .formUI input.form-control::-moz-placeholder{
    color: #a1a5b7 !important;
}

body .formUI input.form-control::-ms-input-placeholder{
    color: #a1a5b7 !important;
}

body .formUI input.form-control::-webkit-input-placeholder{
    color: #a1a5b7 !important;
}

input[type="time"],
input[type="time"]::-webkit-calendar-picker-indicator,
input[type="date"],
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="month"],
input[type="month"]::-webkit-calendar-picker-indicator{
    cursor: pointer;
    position: relative;
}

.viewTimeRow .single_row{
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.viewTimeRow .single_row .view-sub-head {
    position: relative;
    padding-right: 10px;
}

.viewTimeRow .single_row .view-sub-head:after{
    content: ":";
    position: absolute;
    right: 0;
}

.viewTimeRow{
    display: flex;
    gap: 15px;
}

.viewTimeRow .col-md-3{
    width: fit-content !important;
    max-width: fit-content !important;
    flex: 100%;
}

@media (min-width: 769px){
    .topbar .topbar-item .user-welcome .profile-img{
        width: 40px;
        height: 40px;
    }
    .cardHeadUI.card-header{
        padding: 0px 5px 20px !important;
        margin-bottom: 0px !important;
    }       

    /* add and edit new changes */

    .card-body.new-add-edit-ui .form .col-lg-6 .form-group {
        display: flex;
        align-items: flex-start;
    }

    .card-body.new-add-edit-ui .form .col-lg-6 .form-group .col-sm-12:nth-child(1) {
        width: 45%;
        max-width: 45%;
        padding: 0 5px;
    }

    .card-body.new-add-edit-ui .form .col-lg-6 .form-group .col-sm-12:nth-child(2){
        width: 55%;
        max-width: 55%;
        padding: 0 5px;
    }

    .card-body.new-add-edit-ui .form .col-lg-6 .form-group label{
        padding-top: 0 !important;
        margin-top: 10px;
    }

    .card-body.new-add-edit-ui .fv-plugins-message-container{
        position: relative;
        left: 0 !important;
    }

    .card-body.new-add-edit-ui .radio-inline.radio-cust > label.radio{
        min-width: unset;
    }
}

@media(min-width: 769px) and (max-width: 991px){
    .page .topcontent {
        margin-top: 20px !important;
    }
    .institutionListUI .galleryRow .galleryItem {
        width: 100% !important;
    }
    .listUI .newseventUI .galleryRow .item-grid-ui .newsCont .title {
        font-size: 18px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
       white-space: normal;
    }
    .listUI .newseventUI .galleryRow .item-grid-ui .newsCont .topRow {
        gap: 20px;
    }
    .listUI .newseventUI  .galleryRow {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 2.5%;
    }
    .listUI .newseventUI .galleryRow .item-grid-ui {
        width: 100%;
        max-width: 100%;
        gap: 20px;
    }
    .listUI .newseventUI .galleryRow .newsCont .desc-text {
        max-height: 3.2rem;
    }
}

@media(min-width: 992px) and (max-width: 1200px){
    .institutionListUI .galleryRow {
        gap: 17px !important;
    }
}
@media(min-width: 768px) and (max-width: 992px){
.ViewUI .titleUI .bor {
    position: absolute;
    top: 78px;
    width: 87%;
    left: 100px;
    border-width: 60%;
    border-bottom: 0.8px solid #ddd;
}
.listUI .newseventUI .galleryRow .item-grid-ui .newsCont .title {
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
   white-space: normal;
}
.listUI .newseventUI .galleryRow .item-grid-ui .newsCont .topRow {
    gap: 20px;
}
.listUI .newseventUI  .galleryRow {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 2.5%;
}
.listUI .newseventUI .galleryRow .item-grid-ui {
    width: 100%;
    max-width: 100%;
    gap: 20px;
}
.listUI .newseventUI .galleryRow .newsCont .desc-text {
    max-height: 3.2rem;
}
}
@media (min-width: 992px){
    .admin-desktopheader{
        height: 70px;
    } 
    .admin-desktopheader .header-img{
        padding-top: 0px !important;
    }
}

@media (max-width: 768px){
    .header-mobile .mobile-logo-ttl span{font-size: 14px;}
}

@media (max-width: 487px){    
    .fc .fc-view-harness-active>.fc-view{
        overflow-x: auto;
    }

    .fc .fc-view-harness-active>.fc-view::-webkit-scrollbar{
        height: 2px;
    }

    .fc-scrollgrid.fc-scrollgrid-liquid{
    width: 480px;
    }

    .fc .fc-scroller-liquid-absolute{
        overflow: hidden;
    }
    
    .viewTimeRow .col-md-3{
        width: 100% !important;
        max-width: 100% !important;
    }

    .viewTimeRow{
        gap: 0;
    }

    .calenderUI .fc .fc-view-harness.fc-view-harness-active{
        height: 370px !important;
    }

}

.navTabs .nav-link:after{
    display: none;
}

.navTabs .nav-item .active{
    background-color: #fff !important;
    color: var(--primary) !important;
}

.navTabs .nav.nav-tabs.nav-tabs-line .nav-link.active{
    border-bottom: 1px solid var(--primary) !important;
}

.navTabs .nav-item a {
    color: #7E8299 !important;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0.8px;
    font-weight: 500;
}

.navTabs .nav.nav-tabs.nav-tabs-line .nav-link:hover:not(.disabled),
.navTabs .nav.nav-tabs.nav-tabs-line .nav-link.active,
.navTabs .nav.nav-tabs.nav-tabs-line .show > .nav-link{
    border-bottom: 1px solid var(--primary) !important;
}

.navTabs .nav .show > .nav-link,
.navTabs .nav .nav-link:hover:not(.disabled),
.navTabs .nav .nav-link.active{
    color: var(--primary) !important;
}

.stdudent-tabs .fade:not(.show) {
    opacity: 0 !important;
}

.filder_div-class .instTypeUI .col-md-3 .form-group {
    margin-bottom: 0;
}

.filter_div-class .instTypeUI .col-md-3 .form-group {
    margin-bottom: 0;
}

.filder_div-class .col-lg-12.col-xl-12{
    margin-bottom: 7px;
}

.filter_div-class .col-lg-12.col-xl-12{
    margin-bottom: 7px;
}

.btn.btn-filter {
    font-size: 14px;
    letter-spacing: 0.3px;
    font-weight: 500;
    font-family: 'Work Sans';
}

.offcanvas-right #kt_footer .complaints-section{
    display: none !important;
}

#kt_footer .order-md-1{
    width: 100%;
    text-align: center;
}

.admin-foot .year-section .text-muted{
    color: #3f4254 !important;
    font-weight: 400 !important;
}

.filder_div-class .instTypeUI.advanceFilter .row .col-sm-12 {
    padding-left: 0 !important;
}

.formUI.card.card-custom.m-t-10-list> .card-body.instreq-body{
    padding: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.ViewUI .view-sub-val.certify-btndiv{
    margin-top: 7px;
}

table .inprogress, table .Inprogress {
    color: #009ef7;
    background-color: #f1faff;
    padding: 0.75rem 1rem;
    border-radius: 0.425rem;
    font-weight: 600;
    font-size: 0.85rem;
}

table .submitted, table .Submitted {
    color: #009ef7;
    background-color: #f1faff;
    padding: 0.75rem 1rem;
    border-radius: 0.425rem;
    font-weight: 600;
    font-size: 0.85rem;
}

table .completed, table .Completed  {
    color: var(--state-active-color);
    background-color: var(--state-active-bg-color);
    padding: 0.75rem 1rem;
    border-radius: 0.425rem;
    font-weight: 600;
    font-size: 0.85rem;
}

table .pending, table .Pending {
    color: #ffc700;
    background-color: #fff8dd;
    padding: 0.75rem 1rem;
    border-radius: 0.425rem;
    font-weight: 600;
    font-size: 0.85rem;
}

table .rejected, table .Rejected {
    color: #f1416c;
    background-color: #fff5f8;
    padding: 0.75rem 1rem;
    border-radius: 0.425rem;
    font-weight: 600;
    font-size: 0.85rem;
}

.notifi-drop .dropdown-menu{
    border: none !important;
    overflow: hidden;
}

table .approved, table .Approved {
    color: var(--state-active-color);
    background-color: var(--state-active-bg-color);
    padding: 0.75rem 1rem;
    border-radius: 0.425rem;
    font-weight: 600;
    font-size: 0.85rem;
}

table .hold, table .Hold, table .onhold, table .OnHold {
    color: #ffc700;
    background-color: #fff8dd;
    padding: 0.75rem 1rem;
    border-radius: 0.425rem;
    font-weight: 600;
    font-size: 0.85rem;
}

.btn.printer .svg-icon {
    margin-right: 0px;
}

.docdownloadtext a{
    color: var(--blue) !important;
    font-size: 13px;
}

.whspnowrap{
    white-space: nowrap;
}
.radio-inline.radio-cust{width: 100%;}
.radio-inline.radio-cust > label.radio{
    margin-bottom: 10px !important;
    flex-shrink: 0;
    padding-left: 18px;
    margin-right: 0px;
}

.d-flex.checkbox-cust > label.checkbox{
    flex-shrink: 0;
}

body .close{
    font-weight: 400;
}

@media (min-width: 768px){
    .user-list-screen #filter_div .p56{
        padding-right: 0px !important;
    }
    .formUI .user-list-screen.card-body #table_data {
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;
    }
    .formUI #filter_div .p56{
        padding-right: 0px !important;
    }
    .formUI.list-screen-padd .card-body #table_data{
        margin-top: 0px;
    }
    .custom-list-screen.formUI .card-body #table_data{
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;
    }
    .master-list-screen.formUI .card-body #table_data{
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;
    }
    .activity-list-screen.formUI .card-body #table_data{
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;
    }
    .formUI .filder_div-class .p56{
        padding-right: 0px !important;
    }
    .formUI .filter_div-class .p56{
        padding-right: 0px !important;
    }
    .roles-list-screen.formUI .card-body #table_data{
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;
    }
    .email-list-screen.formUI .card-body #table_data{
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;
    }
    .location-ui.formUI .card-body #table_data{
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;
    }
    .radio-inline.radio-cust > label.radio{
        min-width: 33%;
    }
    .d-flex.checkbox-cust > label.checkbox{
        min-width: 33%;
    }
}

@media (max-width: 767px){
    .userReportUI .btn-default.printer{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .userReportUI .btn.app-print2{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .d-flex.mobile-block{display: block !important;}
    .d-flex.mobile-block input[type="text"].form-file{
        padding-left: 0px !important;
        padding-top: 5px;
    }
    table tbody tr:last-child .dropdown-width.show{margin-top: -10px;}
    .radio-inline.radio-cust > label.radio{
        min-width: 50%;
        padding-left: 0px;
        padding-right: 5px;
    }
    .d-flex.checkbox-cust > label.checkbox{
        min-width: 50%;
    }
    .ViewUI .view-group.col-md-4.col-sm-4 {
        padding-left: 0px !important;
    }
    .contactus .contact-details {
        padding: 20px 15px !important;
    }
    .contactus .padd-lr {
        padding: 0px !important;
    }
}

.contactus .padd-lr {
    padding: 0px 1rem;
}
.periodtable-viewui tbody td input{
    pointer-events: none;
    border: none!important;
    padding: 0px;
}
.cardHeadUI.card-header .card-toolbar.viewPage-head .btn.btn-primary.btn-print {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}
.cardHeadUI.card-header .card-toolbar.viewPage-head .btn.btn-primary.btn-print:hover {
    background-color: var(--secondary) !important;
}
.view-head-flex .btn.btn-edit-button {
    background-color: var(--primary-shadow) !important;
    position: relative;
    padding: 8px 10px !important;
}
.action-flex.view-head-flex .btn.btn-danger.btn-delete-button .delete-icon, .action-flex.view-head-flex .btn.btn-edit-button .edit-icon {
    background-color: transparent;
    padding: 0px !important;
    border-radius: 0px;
    color: transparent;
}
button .edit-icon .fa-eye {
    color: var(--primary);
    padding-right: 0;
}
.view-head-flex .btn.btn-edit-button .span-text {
    background-color: var(--primary);
}
.view-head-flex .btn .span-text {
    visibility: hidden;
    width: fit-content;
    white-space: nowrap;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px !important;
    position: absolute;
    z-index: 99;
    bottom: 125%;
    left: 50%;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    transform: translateX(-50%);
}
.list-span span {
    background-color: var(--primary-shadow);
    padding: 8px 5px 8px 5px !important;
    border-radius: 4px;
}
.view-head-flex .btn.btn-edit-button .span-text::after {
    border-color: var(--primary) transparent transparent transparent;
}
.view-head-flex .btn .span-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
}
.view-head-flex .btn.btn-edit-button:hover {
    background-color: var(--primary) !important;
}
button .club-eye:hover .fa-eye, button.btn-edit-button:hover .edit-icon .fa-eye {
    color: #fff !important;
}
.view-head-flex .btn:hover .span-text {
    visibility: visible;
    opacity: 1;
}
.emisCodeUI {
    background: transparent;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    padding: 45px 30px;
    border-radius: 10px;
}
.emisCodeUI h2 {
    color: var(--white);
    font-family: 'Open Sans', sans-serif !important;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3rem;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    line-height: 25px;
    padding-bottom: 5px;
    letter-spacing: 0.3px;
}
.emisCodeUI h2:after {
    position: absolute;
    content: '';
    width: 45px;
    height: 1px;
    background: var(--white);
    bottom: -5px;
    left: 45%;
}
.star1{
    color: #F64E60;
    font-size: 0.9rem;
    font-weight: 400;
}
.star {
    font-family: 'Inter';
    color: red;
    font-weight: 500;
    padding-left: 2px;
}
.emisCodeUI label.form-label {
    font-size: 14px;
    color: var(--white) !important;
    font-weight: 500;
    display: block;
    padding: 0;
}
.GalleryUI .card.card-custom {
    padding: 1rem;
}
.GalleryUI .galleryRow {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2%;
}
.listUI .newseventUI .galleryRow {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 3.5%;
}
.listUI .newseventUI .galleryRow .galleryItem {
    width: 100%;
    margin: 0 0 20px 0;
    box-shadow:none!important;  
}
.GalleryUI .galleryRow .galleryItem {
    width: 32%;
    margin: 0 0 20px 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.GalleryUI .galleryRow .galleryItem img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.listUI .newseventUI .galleryRow .galleryItem img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.listUI .newseventUI .galleryRow .galleryItem p {
    font-size: 14px ;
    font-weight: 400 ;
    color: var(--gray);
}
.listUI .newseventUI .galleryRow .galleryItem p .icon{
    font-size: 14px;
    color: #8c1515;
    padding-right:7px;
}

.GalleryUI .galleryRow .galleryItem h3 {
    font-size: 15px;
    font-weight: 600;
    color: var(--primary);
    margin: 10px 0 5px 0;
}
.GalleryUI .galleryRow .galleryItem p {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: var(--gray) !important;
}

.GalleryUI.galleryList .galleryRow .galleryItem p {
    padding: 5px 10px 20px 10px;
}

.GalleryUI.galleryList .galleryRow .galleryItem h3 {
    padding: 5px 10px;
}

.GalleryUI .galleryRow .galleryItem .gallery-slider .slick-prev.slick-arrow {
    z-index: 9;
    left: 5px;
}
.GalleryUI .galleryRow .galleryItem .gallery-slider .slick-next.slick-arrow {
    z-index: 9;
    right: 5px;
}
.btn-lookup.btn-look svg {
    width: 20px;
    height: 20px;
    fill: var(--blue);
    margin-left: -8px;
}
.btn-lookup.btn-look:hover, .btn-lookup.btn-look {
    background: transparent;
}
.btn-lookup.less-mt {
    margin-top: -1px;
}
.applicantprof .accordion .accordion-button .svg-icon {
    padding-right: 7px;
}
.qualifi-info-view {
    border: 1px solid #eee;
    border-radius: 0.625rem;
    margin: 10px 0;
    width: 100%;
    padding: 15px 5px;
}
.ViewUI .qualifi-info-view .view-group.col-md-6.form-group,.ViewUI .box_view .view-group.col-md-6.form-group {
    padding-left: 12.5px !important;
    margin: 5px 0 !important;
}
@media (max-width: 2000px) and (min-width: 1350px)
{
    .card-body.new-add-edit-ui .form .col-lg-6, .ViewUI .view-group.col-md-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 0;
    }
}
@media(max-width:1200px){
    .ViewUI .titleUI .newsImage {
        padding: 10px;
}
}
@media(max-width:991px){
    .ViewUI .titleUI .newsImage {
        padding: 10px;
}
}
.ViewUI .col-md-4.col-sm-12.form-group.view-group {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0;
}
.readmore-elementdiv {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
}
.readmore-elementdiv .readmoreText {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    padding-left: 12px;
    z-index: 5;
    cursor: pointer;
    color: var(--primary);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: none;
}
.readmore-itemdiv {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 20px;
    word-wrap: break-word;
}
.readmore-popup .modal-dialogbox {
    display: flex;
    justify-content: center;
    height: 100%;
}
.modal.readmore-popup .modal-header {
    padding: 1rem 1.75rem;
}
.modal .modal-header {
    justify-content: unset !important;
    border-bottom: 1px solid #e3e4e3;
}
.modal-content .readmoremodal-body {
    padding: 1.5rem 1.75rem;
}

@media (min-width: 1360px)
{
    .readmore-popup .modal-dialogbox {
        width: 1330px !important;
    }
}
@media only screen and (min-width: 768px)
{
    .readmore-popup .modal-dialogbox {
        max-width: 100%;
        width: 98%;
        height: calc(100vh - 40px);
        margin: 20px auto;
    }
    .readmore-popup .modal-content {
        height: auto;
        max-height: 100%;
        overflow: hidden;
    }
    .readmore-popup .modal-content .readmoremodal-body {
        height: auto;
        max-height: calc( 100vh - 100px );
        overflow-x: hidden;
        overflow-y: auto;
    }
  
    
}

.stuView_list .box_view {
    border: 1px solid #eee;
    border-radius: 0.625rem;
    margin: 10px 0;
    width: 100%;
    padding: 15px 5px !important;
}
.stuView_list .custom-view-text {
    display: block;
    width: 100%;
}
.svg-icon.sports svg g [fill] {
    fill: transparent;
}
.stuView_list .accordion-body h2 {
    color: var(--primary);
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
    border-bottom: 1px solid var(--primary);
    width: 99%;
    margin: 10px auto;
}
.applicantprof .accordion .accordion-button .svg-icon {
    padding-right: 7px;
}
.applicantprof .accordion .accordion-button.collapsed svg {
    fill: var(--primary);
}
.applicantprof .accordion .accordion-button:not(.collapsed) svg,
.applicantprof .accordion .accordion-button:not(.collapsed) .club-svg .c {
    fill: var(--white);
}
@media(max-width:767px){
    .downloadCertificate .applicantprof .left-img {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .downloadCertificate .staff-listUI .staff-img-sec, .downloadCertificate .tab-content .staff-img-sec {
        margin: auto !important;
    }
    .downloadCertificate .top-pic-sec .left-img .text-div, .downloadCertificate .applicantprof .left-img .text-div {
        padding-left: 0 !important;
    }
    .ViewUI .col-md-4.col-sm-12.form-group.view-group {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
    }
    .ViewUI .col-md-12.col-sm-12.form-group.view-group {
        padding-left: 12.5px !important;
    }
    .schoolView.ViewUI .view-group.col-md-6 {
        padding-left: 0px !important;
        margin: 5px 0 !important;
    }
}
.schoolView.ViewUI .view-group.col-md-6 {
    padding-left: 12.5px !important;
}
.GalleryUI.GalleryListUI .galleryRow .galleryItem img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.listUI .newseventUI .galleryRow .galleryItem img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    position: relative;
}
.galleryItem img {
    transition: color 0.15s ease; 
    background-color: 0.15s ease; 
    border-color: 0.15s ease;
    box-shadow: 0.15s ease;
}
.contactus h2.contact-head {
    font-family: 'Open Sans', sans-serif !important;
    text-align: left;
    font-size: 36px;
    line-height: 54px;
    margin-bottom: 35px;
    color: #000000;
}

.contactus .contact-details {
    background: #fff;
    padding: 50px 40px 50px 40px;
}

.contactus .contact-details ul {
    padding-left: 0;
}

.contactus .contact-details ul li p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    font-family: 'Work Sans';
}

.contactus .contact-details ul.socialIcons {
    display: flex;
    gap: 10px;
}

.contactus .contact-details ul.socialIcons img {
    filter: opacity(0.7);
    width: 25px;
    height: 25px;
    object-fit: cover;
}
.contactus .contact-details ul.socialIcons a:hover img {
    filter: opacity(1);
}
.contactus .contact-details ul.socialIcons li {
    border-radius: 100%;
    padding: 5px;
    background: var(--primary-shadow);
}
.contactus .contact-form {
    padding: 2.5rem;
}

.contactus .contact-form h2.contact-head {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 30px;
    font-weight: 600;
    line-height: 54px;
    color: rgb(0, 0, 0);
    margin-bottom: 5px !important;
}

.contactus .contact-form .full-name {
    margin-bottom: 20px !important;
    display: block;
}

.contactus .contact-form .form-control {
    padding: 10px 14px;
    background: #fff;
    border: 1px solid #e6e6e6 !important;
    color: #002147 !important;
    line-height: 28px !important;
    vertical-align: middle;
    transition: all 0.3s ease !important;
    font-size: 14px !important;
    font-family: 'Work Sans';
    height: 50px !important;
    border-radius: 0px !important;
}

.contactus .contact-form .form-control:focus {
    border-color: #808080 !important;
}

.contactus .contact-form .send-msg-btn {
    position: relative;
}

.contactus .contact-form .send-msg-btn .sendmsgBtn {
    border: none;
    outline: none;
    border-width: 2px;
    border-style: solid;
    padding: 0 40px 0 25px;
    line-height: 46px;
    background: transparent;
    font-family: 'Work Sans', sans-serif;
    border-color: #8c1515 !important;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px;
    font-size: 16px;
    color: #8c1515;
}

.contactus .contact-form .send-msg-btn i {
    position: absolute;
    top: 35%;
    right: 20px;
    font-size: 16px;
    color: var(--primary);
 }

 .contactus .contact-form .send-msg-btn .sendmsgBtn:hover {
    background: var(--secondary);
    color: #fff;
 }

 .contactus .contact-form .send-msg-btn .sendmsgBtn:hover + i {
    color: #fff;
 }

 .contactus .contact-form .cont-error {
    color: red;
    font-size: 12px;
    font-family: 'Work Sans';
    font-weight: 400;
    letter-spacing: -0.3px;
 }

 .contactus .contact-details ul li span {
    color: var(--secondary);
    font-size: 17px;
}

 .institutionListUI .galleryRow {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
 }
 .institutionListUI .galleryRow .galleryItem {
    width: 31.5%;
    border: none;
    padding: 0rem;
    border-radius: 0.42rem;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
 }
 .institutionListUI .galleryRow .galleryItem .gallery-content {
    padding: 1rem;
 }
 .institutionListUI .galleryRow .galleryItem .flexItem {
    margin-bottom: 5px;
 }
 .institutionListUI .galleryRow .galleryItem .flexItem .location-text,
 .institutionListUI .galleryRow .galleryItem p {
    color: #808080;
    font-family: 'Work Sans';
    font-size: 13px;
    display: flex;
    align-items: baseline;
 }
 .institutionListUI .galleryRow .galleryItem h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
 }
 .institutionListUI .galleryRow .galleryItem h5 {
    font-size: 14px !important;
    margin-bottom: 10px;
    font-family: 'Work Sans';
 }
 .projectListUI .galleryRow .galleryItem h3 a, .institutionListUI .galleryRow .galleryItem h3 a, 
 .listUI .newseventUI .galleryItem h3 a, .pressUI .galleryRow .galleryItem h3 a {
    font-family: 'Open Sans', sans-serif !important;
    letter-spacing: 0.3px;
    font-weight: 600;
    font-size: 18px;
 }
 .institutionListUI .galleryRow .galleryItem p.mb-5px {
    margin-bottom: 5px;
 }
 .institutionListUI .galleryRow .galleryItem .viewdetails {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--primary-shadow);
    color: var(--primary);
    text-align: center;
    padding: 10px;
    border-radius: 0 0 0.42rem 0.42rem;
    font-family: 'Work Sans';
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    display: block;
 }
 .institutionListUI .galleryRow .galleryItem:hover .viewdetails {
    transition: 0.4s;
    background-color: var(--primary);
    color: #fff;
 }
 .blueBox {
    background-color: #002248;
    min-height: 19rem;
    border-radius: 2rem;
}
.whiteBox h1{
    color: #9e3a3a;
    font-weight: 600;
    font-family: 'Open Sans';
    padding: 25px 0px 25px 0px;
    font-size: 20px;
    line-height: 16px;
}
.fx-wd{   
    max-width: 95%;
    margin: 16px auto;
    border-radius: 1.5rem;
    padding-bottom: 2rem;
}
.radiuschart.bg-white{padding-top: 1.5rem;}
.pl-5r{padding-left: 2rem;}
.pr-5r{padding-right: 2rem;}
.no-pad-r{padding-right: 0px;}
.no-pad-l{padding-left: 0px;}
.head-b{
    padding: 30px 0px 0px 0px;
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
    color: #000000;
}
.acc-icon{width: 30px;}
.corner-round{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flex-box {
    display: flex;
    gap: 40px;
    justify-content: space-around;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
}
.border-rad{
    border-radius: 1.9rem;
    padding-top: 10px;
    padding-bottom: 10px;
}
.inner-chart-padd{
    padding-left: 5rem;
    padding-right: 2rem;
    padding-top: 1rem;
}
.flex-box p{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}
/* .scrollBox{
    width: 485px;
    overflow-x: scroll;
    white-space: nowrap;
} */
.flex-box .count{    
    color: #002248;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;   
}
.flex-box .count-label {
    font-size: 16px;
    font-family: 'Poppins';
    letter-spacing: 0.5px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}
.flex2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.scrollBox {
    min-width: 485px;
    overflow-x: auto;
    white-space: nowrap;
    /* Scrollbar styling for WebKit browsers (Chrome, Safari) */
    scrollbar-width: thin; /* For Firefox */
    scrollbar-color: #002248  #f0f0f0; /* thumb color and track color */
}
.teach-bx .chart--container{
    
}
.box-sp{
    margin: 16px auto;
    border-radius: 1.5rem;
    padding-bottom: 4rem;
}
.fixed-margin{
    margin-left: 0;
    max-width: 97% !important;
}
.radiuschart{
    border: 2px solid #00000014;
    border-radius: 10px;
}
.sm-width .chart--container{min-height: 400px;}

/* Optional: Customize scrollbar appearance for WebKit browsers */
.scrollBox::-webkit-scrollbar {
    width: 10px;
}

.scrollBox::-webkit-scrollbar-thumb {
    background-color: #888;
}
#gne_data-top {
    background-image: url(../assets/gne-data-img.png) !important;
    background-repeat: no-repeat !important;
    background-size: 50%;
    background-position: 50%;
}
#gne_data-svg #gne_data-graphset, #gne_data-svg #gne_data-hover {
    display: none;
}
#gne_data-wrapper {
    height: 215px !important; 
}
#female_staff_data-wrapper, #female_staff_data-top, 
#male_staff_data-wrapper, #male_staff_data-top,
#staff_data-wrapper, #staff_data-top {
    height: 265px !important; 
}
#gne_data-top.zc-rel, #female_staff_data-top.zc-rel, #male_staff_data-top.zc-rel, #staff_data-top.zc-rel {
    top: -15px !important; 
}
.sec_box_st .fx-wd{
    padding-left: 20px;
    padding-right: 20px;
}
.fir_box_st .flex-box{
    margin-top: 20px;
}

 @media(max-width:767px){
    .listUI .newseventUI .galleryRow .item-grid-ui {
        width: 100%;
        max-width: 100%;
        flex-direction: column;
        align-items: center;
    }
  
    .listUI .newseventUI  .galleryRow {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 2.5%;
    }
    .listUI .newseventUI .galleryRow .item-grid-ui .newsImage {
        max-width: 25%;
        right: 43%;
        min-width: 85px;
        height: 76px;
    }
    .listUI .newseventUI .galleryRow .item-grid-ui .newsImage h4 {
        font-size: 27px;
    }
    .listUI .newseventUI .galleryRow .item-grid-ui .newsImage p {
        font-size: 12px;
    }
    .listUI .newseventUI .galleryRow .galleryItem p {
        font-size: 12px!important; 
     line-height: 18px;
    }
    .listUI .newseventUI.galleryRow .item-grid-ui .newsCont .title {
        font-size: 14px;
        line-height: 18px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        text-align: center;
        margin-bottom: 3px;
        margin-top: 35px
    }
    .listUI .newseventUI.galleryRow .item-grid-ui .newsCont .topRow {
        gap: 7px;
        flex-direction: column;
        align-items: baseline;
        padding-left: 10rem;
        margin-top: -8rem;
     }
     .listUI .newseventUI.galleryRow .newsCont p {
        margin-bottom: 3px;
    }
    .listUI .newseventUI .galleryRow .item-grid-ui .newsCont .topRow .location-text {
       width: 130px;
     }
     .listUI .newseventUI .galleryRow .item-grid-ui .newsCont {
        width: 100%;
    }
    .listUI .newseventUI .galleryRow .item-grid-ui .newsCont .title {
        font-size: 16px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1G2;
        -webkit-box-orient: vertical;
        text-align: center;
        margin-bottom: 5px;
    }
    .listUI .newseventUI .galleryRow .newsCont .desc-text {
        max-height: 3.2rem;
    }
    
    .newUI .gallery-content p.date-text.text1 {
        padding: 0px!important;
    }
    .newUI .gallery-content p.location-text.text1 {
        padding: 0px!important;
    }
   
    .detail .ViewUI .titleUI h3.d-flex.studView.events-section{
        padding: 0px;
    }
   .detail .ViewUI .titleUI .newsImage {
        padding: 10px;
    }
    .whiteBox h1{
        font-size: 14px;
        padding: 20px 0px 15px 0px;
    }
    .flex-box .count {font-size: 15px;}
    .sec-schl .count-label {        
        font-size: 14px;
        width: 100px;
        white-space: break-spaces;
        min-height: 40px;
        text-align: center;
    }
    .blueBox .whiteBox .no-pad-r, .blueBox .whiteBox .no-pad-l{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .whiteBox .fx-wd{        
        max-width: initial;
        margin: 10px 11px;
    }
    .blueBox {        
        min-height: 30.5rem;
    }
    .scrollBox{width: auto;min-width: auto;}
    .mobile-sp-top{
        margin-top: 10px;
    }
    .dboard .no-padd-xs{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .dboard .mt-5, .dboard .mt-10{
        margin-top: 1rem !important;
    }
    .fixed-margin {        
        max-width: 100% !important;
    }
  
 }
 
 @media(max-width:540px){
    .listUI .newseventUI .galleryRow .item-grid-ui .newsCont .topRow {
        gap: 7px;
        flex-direction: column;
        align-items: baseline;
        padding-left: 9.5rem;
        padding-top: -4rem;
        margin-top: -7.5rem;
    }
    .listUI .newseventUI .galleryRow .item-grid-ui .newsImage {
        max-width: 25%;
        right: 40%;
        min-width: 85px;
        height: 76px;
    }
    .listUI .newseventUI .galleryRow .item-grid-ui .newsImage h4 {
        font-size: 27px;
    }
    .listUI .newseventUI .galleryRow .item-grid-ui .newsImage p {
        font-size: 12px;
    }
    .listUI .newseventUI .galleryRow .item-grid-ui .newsCont .title {
        font-size: 16px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        text-align:start;
        margin-bottom: 5px;
        margin-top: 35px;
    }
 }
 @media(max-width:480px){
    .listUI .newseventUI .galleryRow .item-grid-ui {
        width: 100%;
        max-width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .listUI .newseventUI .galleryRow .item-grid-ui .newsCont .topRow {
        gap: 7px;
        flex-direction: column;
        align-items: baseline;
        padding-left: 8.5rem;
        padding-top: -4rem;
        margin-top: -7.5rem;
    }
    .detail .ViewUI .titleUI .bor {
        top: 78px;
        width: 89%;
        left: 117px;
    }
    .listUI .newseventUI .galleryRow .item-grid-ui .newsImage h4 {
        font-size: 27px;
    }
    .listUI .newseventUI .galleryRow .item-grid-ui .newsImage p {
        font-size: 12px;
    }
    .listUI .newseventUI .galleryRow .item-grid-ui .newsCont .title {
        font-size: 16px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        text-align:start;
        margin-bottom: 5px;
        margin-top: 35px;
    }
    .listUI .newseventUI .galleryRow .newsCont .desc-text {
        max-height: 3.2rem;
    }
    .listUI .newseventUI  .galleryRow {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 2.5%;
    }
    .listUI .newseventUI .galleryRow .item-grid-ui .newsImage {
        max-width: 25%;
        right: 33%;
        min-width: 85px;
        height: 76px;
    }
    .listUI .newseventUI .galleryRow .desc-text p, 
    .listUI .newseventUI .galleryRow .desc-text span, 
    .listUI .newseventUI .galleryRow .desc-text h6,
    .listUI .newseventUI .galleryRow .desc-text h5,
    .listUI .newseventUI .galleryRow .desc-text h4, 
    .listUI .newseventUI .galleryRow .desc-text h3,
    .listUI .newseventUI .galleryRow .desc-text h2,
    .listUI .newseventUI .galleryRow .desc-text h1, 
    .listUI .newseventUI .galleryRow .desc-text a {
    font-size: 12px!important;
    }
    .listUI .newseventUI.galleryRow .item-grid-ui .newsCont .title {
        font-size: 14px;
        line-height: 18px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        text-align: center;
        margin-bottom: 3px;
    }
    .listUI .newseventUI.galleryRow .item-grid-ui .newsCont .topRow {
        gap: 10px;
        align-items: center;
        margin-top: 0px;
     }
     .listUI .newseventUI.galleryRow .newsCont p {
        margin-bottom: 3px;
    }
    .listUI .newseventUI .galleryRow .item-grid-ui .newsCont .topRow .location-text {
     width: 150px;
      
     }
     .listUI  .newseventUI .galleryRow .item-grid-ui .newsCont {
        width: 100%;
    }
    .newUI .gallery-content p.date-text.text1 {
        padding: 0px!important;
    }
    .newUI .gallery-content p.location-text.text1 {
        padding: 0px!important;
    }
   
    .detail .ViewUI .titleUI .bor {
        position: absolute;
        top: 78px;
        width: 67.5%;
        left: 112px;
        border-width: 60%;
        border-bottom: 0.8px solid #ddd;
    }
  
    .detail .ViewUI .titleUI h3.d-flex.studView.events-section{
        padding: 0px;
    }
    .detail .ViewUI .titleUI .newsImage {
        padding: 10px;
}
.detail .ViewUI .titleUI .newsImage p {
    font-size: 12px;
}
.detail .ViewUI  .titleUI .d-flex{
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0px;
    margin-bottom: 3px;
   line-height: 20px;
    height: 40px;
    padding: 0px;
}
.ViewUI .titleUI .d-flex.studView {
    border: none;
    color: var(--primary);
    padding: 0 0px 6px 0px;
}
 }
 @media(max-width:430px){
    .detail .ViewUI .titleUI .bor {
        width: 69.2%;
        left: 109px;
    }
    .listUI .newseventUI .galleryRow .item-grid-ui .newsImage {
       right: 37%;
    }
 }
 @media(max-width:375px){
   .newUI .gallery-content p.date-text.text1 {
        padding: 0px!important;
    }
    .listUI .newseventUI .galleryRow .item-grid-ui .newsImage {
        right: 35%;
     }
    .newUI .gallery-content p.location-text.text1 {
        padding: 0px!important;
    }
    .detail .ViewUI .titleUI .bor {
        width: 63%;
        left: 109px;
    }
 }
 @media(max-width:540px){
    .ViewUI .titleUI .bor {
        width: 75%;
    }
    .ViewUI .titleUI .d-flex.studView {
        border: none;
        color: var(--primary);
        padding: 0 0px 6px 0px;
    }
    .schoolView .titleUI .d-flex.studView {
        border: none;
        color: var(--primary);
        padding: 0 0px 6px 12px;
    }
 }
 @media(max-width:320px){
   
     .listUI .newseventUI .galleryRow .item-grid-ui.eventUI .newsCont .topRow p.location-text {
       
            width: 96px;
               
    } 
    .listUI .newseventUI .galleryRow .item-grid-ui.eventUI .newsCont .title {
     text-align:start;
    }
    .detail .ViewUI .titleUI .bor {
        position: absolute;
        top: 77px;
        width: 55%;
        left: 43%;
    }
    .listUI .newseventUI .galleryRow .item-grid-ui .newsCont .topRow {
        padding-left: 0rem;
        margin-top: -1rem;
        align-items: baseline;
        gap: 3px;
    }
    .listUI .newseventUI .galleryRow .item-grid-ui .newsImage {
        max-width: 25%;
        right: 5%;
    }
    .listUI .newseventUI .galleryRow .item-grid-ui .newsCont .title {
        margin-top: 7px;
    }
    .detail .ViewUI  .titleUI .d-flex{
        font-size: 14px;
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        padding: 0px;
        margin-bottom: 3px;
       line-height: 18px;
        height: 35px;
    }
    .detail .ViewUI .titleUI .newsImage p {
        font-size: 12px;
    }
    .newUI .gallery-content p.date-text.text1 {
        padding: 0px!important;
    }
    .newUI .gallery-content p.location-text.text1 {
        padding: 0px!important;
    }
 }