:root {
    /* --primary-source:#003366; */
    --primary-source:#0373DF;
    --text-hint:#374151;
    --text-dark:#1F2937;
  /* --natural-50:#F9FAFB; */
  --natural-50:#F8F9FA;
  --natural-50-rgb: 249, 250, 251; /*#F9FAFB*/
  --stroke-100:#F3F4F6;
  --stroke-200:#E5E7EB;
  /* --primary-50:#E5EFF9; */
  --primary-50:#E8F2FD;
  --danger-source:#EC5042;
  /* --primary-100:#C8DBF0; */
  --primary-100:#C6DCF9;
  --primary-500:#0373DF;
  /* --seconday-50:#E6F6EF; */
  --seconday-50:#FFEDD5;
  --text-secondary:#050606;
  --bs-secondary-rgb:249, 250, 251 !important;
  --bs-primary-rgb:3, 115, 223 !important;

  --secondary-100:#C2EAD7;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    --bs-gutter-x:32px !important;
    padding-left: 16px;
    padding-right: 16px;
}
 
    .container,
    .container-sm {
        max-width: 1320px !important;
    }
 

/* @media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
} */

/* @media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
} */

/* @media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1272px !important;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
} */
/* .h3, h3{
    font-size: 20px !important;
}
@media (min-width: 1200px) {
   .h3, h3{
    font-size: 1.75rem !important;
   } 
} */

.page-template .h6, .page-template h6{
    font-size: 14px !important;
}
@media (min-width: 768px){
.page-template .h6, .page-template h6{
    font-size: 16px !important;
}
}
html .page-template .bg-secondary{
     --bs-secondary-rgb: var(--natural-50-rgb) !important;
}
html .page-template .bg-primary-50{
     background-color: var(--primary-50) !important;
}
.single .bg-primary-50{
     background-color: var(--primary-50) !important;
}
.body-3{
    letter-spacing: 0.4px !important;
}
html .page-template .stroke-100{
    border-color:var(--stroke-100) !important;
     border-style: solid;
    border-width: 1px;
}
html .page-template .stroke-50{
    border-color:var(--primary-50) !important;
     border-style: solid;
    border-width: 1px;
}
.stroke-50{
    border-color:var(--primary-50) !important;
     border-style: solid;
    border-width: 1px;
}
html .page-template .stroke-primary-100, .stroke-primary-100{
    border-color:var(--primary-100) !important;
    border-style: solid;
    border-width:1px;
}
.stroke-primary-50{
     border-color:var(--primary-50) !important;
    border-style: solid;
    border-width:1px;
}
.bg-natural-50{
    background-color: var(--natural-50);
}
/* html .page-template .stroke-primary-100:hover, .stroke-primary-100:hover{
    border-color:var(--primary-500) !important;
} */
html .page-template .stroke-200{
    border-color: var(--stroke-200) !important;
    border-style: solid;
    border-width: 1px;
}
.page .stroke-200{
    border-color: var(--stroke-200) !important;
     border-style: solid;
    border-width: 1px;
}
.stroke-200{
    border-color: var(--stroke-200) !important;
     border-style: solid;
    border-width: 1px;
}
html .page-template .stroke-secomdary-100{
    border-color: var(--secondary-100) !important;
     border-style: solid;
    border-width: 1px;
}
html .page-template .bg-secondary-50{
    background-color: var(--natural-50);
}
.bg-natural-100{
    background-color: var(--stroke-100) !important;
}
.bg-natural-50{
     background-color: var(--natural-50) !important;
}
.gradient-secondary-50{
   border-color: linear-gradient(90deg, #E6F6EF, #ffffff);
}
/* html .page-template .card{
    --bs-card-border-color:#F3F4F6;
} */
html .page-template .label-1{
    font-size: 14px !important;
}
.fw-medium{
    font-weight: 500 !important;
}
html .page-template  .text-hint{
    color:#374151 !important;
}
body.page-template  a.text-hint{
    color:#374151 !important;
}
.page  a.text-hint{
    color:#374151 !important;
}
/* html .page-template  .text-dark{
    color:#1F2937 !important;
} */
 html .page-template  .text-dark{
    color:#1F2428 !important;
}
html .page-template .text-primary{
    color:var(--primary-source) !important;
}
html .page-template .text-light{
    color:var(--bs-white) !important;
}
.page .text-light{
    color:var(--bs-white) !important;
}
.single .text-light{
    color:var(--bs-white) !important;
}
.rounded-20{
    border-radius: 20px !important;
}
body .rounded-24{
    border-radius: 24px !important;
}
.rounded-24-top{
    border-radius: 24px !important;
}
body .rounded-24-top{
    border-radius: 24px !important;
}
/* .secondary-50{
    background-color: #E6F6EF !important;
} */
.secondary-50{
    background-color: var(--seconday-50) !important;
}
.rounded-20-top{
 border-radius: 20px 20px 0 0 !important;
}
html .page-template  .body-3{
    letter-spacing: 0.4px;
}
html .page-template  .text-secondary{
    color:#15784C !important;
}
html .page-template  .small,
html .page-template small {
    font-size: 0.75rem;
}
/* html .page-template  .stroke-50{
    border-color: #E5EFF9 !important;
} */
.card-header:first-child{
    padding:8px 12px;
}
.color-body{
    color:#1F2937 !important;
}
/* .text-hint{
    color:#374151;
} */
 .text-hint{
    color:#343A40;
}
.pagination-flat li{

    list-style: none;

}

.form-select-pagination{
    padding:8px 24px;
}

.bg-table-head{
    background-color: #E5EFF9;
}
html .page-template  .form-select{
    font-size: 14px;
    padding:10px 36px 10px 12px;
    background-image:url('data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%224%22%20viewBox%3D%220%200%208%204%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%200L3.75%203.75L7.5%200H0Z%22%20fill%3D%22%231F2937%22%2F%3E%3C%2Fsvg%3E');
    background-size: 10px;
    border-radius:8px;
    border-color:#E5E7EB;
}
html .page-template  .form-control{
    font-size: 14px;
    border-radius:8px;
    color:var(--text-hint);
    border-color:#E5E7EB;
    
}
.form-control:focus{
    box-shadow:0px 0px 0px 4px rgba(0, 51, 102, 0.2);
}
.form-select:focus{
     box-shadow:0px 0px 0px 4px rgba(0, 51, 102, 0.2);
}
html .page-template  .search-filters .form-select{
    padding:8px 36px 8px 12px;
}
html .page-template  .search-filters .form-control{
   font-size: 16px;
   padding:15px 12px 15px 48px;
}
.search-filters .search-icon{
    position: absolute;
    left:16px;
    top:16px;
    background-image: url("../images/search-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: inline-block;
    width: 24px;
    height: 24px;
}
@media (max-width: 992px) {
    html .page-template  .search-filters .form-select{
    padding:10px 36px 10px 12px;
}
   html .page-template  .search-filters .form-control{
   font-size: 14px;
   padding:9px 12px 8px 40px;
} 
.search-filters .search-icon{
    top:9px;
    left:10px;
}
}

html .page-template .table{
    --bs-table-bg:var(--bs-white) !important;
}
.single .table{
    --bs-table-bg:var(--bs-white) !important;
}
.table > tbody > tr > td{
    padding: 14px 16px;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
}
.table > thead > tr > th{
    font-weight: 500;
    background-color: #E5EFF9;
    font-size: 14px;
    font-weight: 500;
    color:#1F2937;
    padding:16px;
   line-height: 20px;
   border-bottom: 0;
}
.table > thead > tr > th:first-child{
    border-radius: 6px 0 0 0;
}
.table > thead > tr > th:last-child{
    border-radius: 0 6px 0 0;
}
tbody, td, tfoot, th, thead, tr{
 
}

/* @media (max-width: 767px) {
    .table > thead > tr{
        display: none;
    }
} */

.text-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;       /* number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
   /* .text-truncate-2 {
  max-height: calc(1.4em * 2);
   }  */
   .custom-card-table-2 .text-truncate-2 {
  max-height: none;
   } 
    .custom-card-table-3 .text-truncate-2 {
  max-height: none;
   } 
    .custom-card-table-4 .text-truncate-2 {
  max-height: none;
   } 
}
.top-heading{position: relative;}
.top-heading:after{
    content:" ";
    position: absolute;
    left: 5%;    
    top: -10px;
    width: 90%;
    height: 1px;
    background-color: #F3F4F6;
    display: inline-block;  
}
.text-truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;       /* number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-truncate-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;       /* number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
html .page-template .pagination-flat .page-link{
    width:25px;
}
.page .btn-link{
    --bs-btn-color:#0373DF !important;
    text-decoration: none !important;
}
.page .btn-link:focus{
    box-shadow: none;
     
}
.single .btn-link{
    --bs-btn-color:#0373DF !important;
    text-decoration: none !important;
    box-shadow: none !important;
    --bs-btn-active-color:#0373DF !important;
    --bs-btn-hover-color:#0373DF!important;
}
.single .btn-link:hover{
    box-shadow: none;  
    --bs-btn-color:#0373DF !important;
}
.single .btn-link:focus{
    box-shadow: none;  
    --bs-btn-color:#0373DF !important;
}
/* html .page-template .btn-link{
    --bs-link-color:inherit !important;
    --bs-link-hover-color:inherit !important;
     text-decoration: none !important;
}
html .page-template .btn-link:hover{
    color:inherit;
    font-size: inherit;
   
} */
 html .page-template .btn{
    box-shadow:none;
    font-weight: 500;
 }
  html .page-template .btn:focus:not(:focus-visible){
    box-shadow: none !important;
  }
  html .page-template .btn-sm{
    box-shadow:none;
    font-size: 12px;
    padding: 5px 14px 5px 14px;
    letter-spacing: 0.5px;
 }
   html .page-template .btn-md{
    box-shadow:none;
    font-size: 14px;
    padding: 5px 14px 5px 14px;
    letter-spacing: 0.25px;
    line-height: 20px;
 }
  html .page-template .btn-link{
    box-shadow:none;
    border-color:transparent !important;
    --bs-btn-hover-color:var(--primary-source);
    --bs-btn-color:var(--primary-source);
    --bs-btn-active-color:var(--primary-source);
 }
 
html .page-template .btn-primary{
    background-color:var(--primary-source);
    border-color:var(--primary-source);
    color:var(--bs-white);
    --bs-btn-active-color:var(--bs-white) !important;
    --bs-btn-active-bg:var(--primary-source) !important;
    
}

html .page-template .btn-outline-primary{
  background-color: transparent;
  --bs-btn-color:var(--primary-source);
  border-color:var(--primary-source);
  --bs-btn-hover-bg:var(--primary-source);
  --bs-btn-hover-border-color:var(--primary-source);
  --bs-btn-hover-color:var(--primary-source);
  --bs-btn-active-color:var(--primary-source);
  --bs-btn-active-bg:transparent;
}
html .page-template a.btn-outline-primary{
  background-color: transparent;
   --bs-btn-color:var(--primary-source);
  border-color:var(--primary-source);
  --bs-btn-hover-bg:var(--primary-source);
  --bs-btn-hover-border-color:var(--primary-source);
  --bs-btn-hover-color:var(--primary-source);
  --bs-btn-active-color:var(--primary-source);
  --bs-btn-active-bg:transparent;
}
html .page-template a.btn-outline-primary-2{
  background-color: transparent !important;
   --bs-btn-color:#1F2937 !important;
  border-color:#E5E7EB !important;
  --bs-btn-hover-bg:#ffffff !important;
  --bs-btn-hover-border-color:#E5E7EB !important;
  --bs-btn-hover-color:#1F2937 !important;
  --bs-btn-active-color:#1F2937 !important;
  --bs-btn-active-bg:transparent !important;
  box-shadow: 0px 2px 3px 1px rgba(33, 33, 33, 0.12) !important;

}
a.btn-outline-primary-2{
  background-color: transparent !important;
   --bs-btn-color:#1F2937 !important;
  border-color:#E5E7EB !important;
  --bs-btn-hover-bg:#ffffff;
  --bs-btn-hover-border-color:#E5E7EB !important;
  --bs-btn-hover-color:#1F2937 !important;
  --bs-btn-active-color:#1F2937 !important;
  --bs-btn-active-bg:transparent !important;
  box-shadow: none !important;
}

html .page-template .btn-outline-white a.elementor-button{
  background-color: transparent !important;
  color:var(--bs-white) !important;
  border-color:var(--bs-white) !important;
  --bs-btn-hover-bg:transparent !important;
  --bs-btn-hover-border-color:var(--bs-white) !important;
  --bs-btn-hover-color:var(--bs-white) !important;
  --bs-btn-active-color:var(--bs-white) !important;
  --bs-btn-active-bg:transparent !important;
}

.video-rounded iframe{
    border-radius: 8px;
}
.icon-box{
   width:16px;
   height: 16px;
}
.calendor-icon{
    width:16px;
    height:16px;
    display: inline-block;
    background-image: url('../images/calendar-icon.svg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}
.location-icon{
    width:16px;
    height:16px;
    display: inline-block;
    background-image: url('../images/location-on-icon.svg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}
.location-icon-2{
    width:16px;
    height:16px;
    display: inline-block;
    background-image: url('../images/location_on_2.svg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}
.intercom-icon{
    width:16px;
    height:16px;
    display: inline-block;
    background-image: url('../images/deskphone.svg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}
.call-icon{
    width:16px;
    height:16px;
    display: inline-block;
    background-image: url('../images/call.svg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}
.mail-icon{
    width:16px;
    height:16px;
    display: inline-block;
    background-image: url('../images/mail.svg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}
/*events and gallary css*/
.tab-secondary{
    background-color: rgba(0, 51, 102, 0.08);
}
/* .nav-pills{
    --bs-nav-link-color:#374151;
    font-weight: 500;
} */
html .page-template .nav-pills .nav-link{
     --bs-nav-link-color:#374151;
    font-weight: 500;
    padding:8px 16px;
}
html .page-template .nav-pills .nav-link:hover{
     color:#374151;
}
html .page-template .nav-pills .nav-link:focus{
     color:#374151;
}
html .page-template .nav-pills .nav-link.active{
    --bs-nav-pills-link-active-color:#1F2937;
--bs-nav-pills-link-active-bg:#ffffff;
box-shadow: 0px 2px 3px 1px rgba(33, 33, 33, 0.12);

}
html .page-template .nav-pills .nav-link.active:hover{
    --bs-nav-pills-link-active-color:#1F2937;
}
html .page-template .nav-pills .nav-link.active:focus{
    --bs-nav-pills-link-active-color:#1F2937;
}

.tab-primary{
    background-color: rgba(0, 51, 102, 0.08);
}
html .page-template .nav-pills.tab-primary .nav-link{
     --bs-nav-link-color:#374151;
    font-weight: 500;
    padding:8px 16px;
}
html .page-template .nav-pills.tab-primary .nav-link:hover{
     color:#374151;
}
html .page-template .nav-pills.tab-primary .nav-link:focus{
     color:#374151;
}
html .page-template .nav-pills.tab-primary .nav-link.active{
    --bs-nav-pills-link-active-color:#ffffff;
--bs-nav-pills-link-active-bg:#1F2937;
box-shadow: 0px 2px 3px 1px rgba(33, 33, 33, 0.12);

}
html .page-template .nav-pills.tab-primary .nav-link.active:hover{
    color:#ffffff;
}
html .page-template .nav-pills.tab-primary .nav-link.active:focus{
    color:#ffffff;
}
.tab-icon{
    width:20px;
    height:20px;
    display: inline-block;
    position: relative;
    
}
.tab-icon:before{
    content:"";
    position: absolute;
    left:0;
    top:-1px;
    /* inset: 0; */
    width:20px;
    height:20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}
.tab-icon.photo:before{
 background-image: url('../images/photo-icon.svg');
}
.tab-icon.vidoes:before{
 background-image: url('../images/vidoes-icon.svg');
}
.tab-icon.news:before{
 background-image: url('../images/news-icon.svg');
}
html .page-template .nav-pills.tab-primary .nav-link.active .tab-icon:before{
    filter: invert(1);
}

.ratio.ratio-16x9 img{
    object-fit: cover;       /* like background cover */
    object-position: center; /* center the image */
    background-color:#374151;
}
.ratio.ratio-4x3.gallery-single-img img{
     object-fit: cover;       
    /* object-position: top; */
}
.text-bg-danger{
 --bs-danger:var(--danger-source);
}
html .page-template .badge.live-badge{
position: absolute;
right:12px;
top:12px;
padding: 6px;
--bs-badge-padding-y:6px;
--bs-badge-padding-x:12px !important;
}
.live-dot{
    width:6px;
    height: 6px;
    background-color: var(--bs-white);
    display: inline-block;
    border-radius: 50%;
    margin-right: 4px;
}
.rounded-top-4 img, .rounded-top-4 iframe {
  border-top-left-radius: var(--bs-border-radius-xl);
  border-top-right-radius: var(--bs-border-radius-xl);
}
.badge-commision{
    position: absolute;
    left:8px;
    top:8px;
    z-index: 2;
}
.badge-capacity{
    position: absolute;
    left:8px;
    top:8px;
    z-index: 2;
}
.badge-capacity .badge{
    --bs-badge-font-size: 14px !important;
    --bs-badge-border-radius:12px;
    --bs-badge-font-weight:500;
}
.ratio>.badge-capacity{
    left:8px;
    top:8px;
    width: auto;
    height: auto;
}

html .page-template .badge-md{
    border-radius: 8px;
    padding:12px;
}
.badge.text-bg-info{
  background-color: var(--seconday-50) !important;
    color:var(--text-secondary) !important;
    --bs-badge-padding-x:12px;
    --bs-badge-padding-y:11px;
}
.custom-divider{
    width: 100%;
    height:1px;
    background-color:var(--stroke-200);
    margin: 40px 0;
}
@media (max-width: 767px) {
    .custom-divider{
        margin:16px 0;
    }
}
/* .custom-divider.multiple:last-child{
    display: none;

} */
.img-box{
    display: block;
}
.img-box img{
    width:64px;
}
.filt-w-75{
 width:75%;
}
@media (max-width: 768px) {
    .filt-w-75{
    width:100%;
   }
}
.form-select-width{
    width:200px !important;
}
@media (max-width: 768px) {
    .form-select-width{
    width:100% !important;
}
}  
.w-md-auto{
  width: auto !important;
}
@media (max-width: 768px) {
    .w-md-auto{
       width:100%;
}
}

.heading-label{
    display: none;
}
/* custom card table starts */
.custom-card-table .table{
        --bs-table-color:var(--text-dark);
}
.custom-card-table .table td{
  font-size: 14px;
}
.custom-card-table .table tr td:first-child{
  font-weight: 500;
}
@media (max-width: 767px) {
    .custom-card-table .table{display: block;}
    .custom-card-table .table tbody{display: block;}
    .custom-card-table .table tr{display: block;}
    .custom-card-table .table colgroup{display: block;}
    .custom-card-table .table tr td{
        border-bottom: 0;
    }
     .custom-card-table .table tr:first-child td{
        /* border-bottom: 1px; */
    }
    /* .custom-card-table .table tr:first-child td:nth-child(2){
         border-top: 1px solid red; 
    } */
    .custom-card-table .table thead {
        display: none;
    }
   .custom-card-table .table-responsive{
    overflow-x: hidden;
   }
    /* Make each row block */
   .custom-card-table .table tr {
        display: block;
        margin-bottom: 16px;
        border: 1px solid #e5e5e5;
        border-radius: 20px;
    }
        /* .custom-card-table .table tr:first-child > *{
            border-radius: 20px 20px 0 0;
        } */
     .custom-card-table .table tr td:first-child{
        border-radius: 20px 20px 0 0;
    }
    .custom-card-table .table tr td:last-child{
        border-radius: 0 0 20px 20px;
    }
    /* .custom-card-table .table tr td:last-child > div:first-child{
        border-radius: 0 0 0 20px;
    }
    .custom-card-table .table tr td:last-child > div:last-child{
        border-radius: 0 0 20px 0;
    } */

    /* Each TD becomes a flex row: label 50% + value 50% */
   .custom-card-table .table td {
        display: flex;
        width: 100%;        
        padding: 12px 16px;
        border: none;
        border-bottom: 1px solid #f1f1f1;
    }

    /* Label (your existing .heading-label) */
   .custom-card-table .table td .heading-label {
        width: 50%;
        font-weight: 500;
        color: #444;
        display: block;
    }
     .custom-card-table .table td .heading-label.title-label {
       display: none;
       font-size: 16px;     
    }
    .custom-card-table .table tr td:first-child .title-label {
    display: none;
    }
    .custom-card-table .table tr td:first-child .title-label + div{
        width: 100%;
        font-size: 16px;  
        font-weight: 500; 
        padding: 8px 0 12px;
        margin-bottom: 16px ;

    }

    /* Value — second column */
   .custom-card-table .table td > *:not(.heading-label) {
        width: 50%;
        text-align: left;
    }

    /* Remove last border */
   .custom-card-table .table td:last-child {
        border-bottom: none;
    }

    /* Action button alignment */
   /* .custom-card-table .table td.text-end {
        justify-content: space-between;
    } */
}
/* custom card table 2 starts */

.custom-card-table-2 .table{
        --bs-table-color:var(--text-dark);
}
.custom-card-table-2 .table td{
  font-size: 14px;
}
.custom-card-table-2 .table tr td:first-child{
  font-weight: 500;
}
@media (max-width: 767px) {
    .custom-card-table-2 .table{display: block;}
    .custom-card-table-2 .table tbody{display: block;}
    .custom-card-table-2 .table tr{display: block;}
    .custom-card-table-2 .table colgroup{display: block;}
    .custom-card-table-2 .table tr td{
        border-bottom: 0;
    }
     .custom-card-table-2 .table tr:first-child td{
        /* border-bottom: 1px; */
    }
    /* .custom-card-table .table tr:first-child td:nth-child(2){
         border-top: 1px solid red; 
    } */
    .custom-card-table-2 .table thead {
        display: none;
    }
   .custom-card-table-2 .table-responsive{
    overflow-x: hidden;
   }
    /* Make each row block */
   .custom-card-table-2 .table tr {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0;
        border: 1px solid #e5e5e5;
        border-bottom: 0; 
        background-color: #fff;
    }
    .custom-card-table-2 .table tr:nth-last-child(2){
       border-bottom: 1px solid #e5e5e5;
    border-radius: 0 0 12px 12px; 
    }
    .custom-card-table-2 .table tr:nth-last-child(2) td:last-child{
        border-radius: 0 0 12px 12px;
    }
    .custom-card-table-2 .table tr:first-child{
        border-radius: 12px 12px 0 0;
    }
    /* .custom-card-table-2 .table tr:last-child{
        border-radius: 0 0 12px 12px;
    } */
        /* .custom-card-table .table tr:first-child > *{
            border-radius: 20px 20px 0 0;
        } */
     .custom-card-table-2 .table tr td:first-child{
        border-radius: 20px 20px 0 0;
    }
    /* .custom-card-table-2 .table tr td:last-child{
        border-radius: 0 0 20px 20px;
    } */
    /* .custom-card-table .table tr td:last-child > div:first-child{
        border-radius: 0 0 0 20px;
    }
    .custom-card-table .table tr td:last-child > div:last-child{
        border-radius: 0 0 20px 0;
    } */

    /* Each TD becomes a flex row: label 50% + value 50% */
   .custom-card-table-2 .table td {
        display: flex;
        flex-direction: column;
        flex:0 0 50%;        
        padding: 4px 12px;
        font-size: 12px;
        font-weight: 500;
        border: none;
        border-bottom: 1px solid #f1f1f1;
    }
   .custom-card-table-2 .table td:first-child{
    flex:0 0 100%;
   }
   .custom-card-table-2 .table td:last-child{
    flex:0 0 100%;
   }
    /* Label (your existing .heading-label) */
   .custom-card-table-2 .table td .heading-label {
        width: 100%;
        font-weight: 400;
        font-size: 12px;
        color: #374151;
        display: block;
    }
     .custom-card-table-2 .table td .heading-label.title-label {
       display: none;
       font-size: 14px;     
    }
    .custom-card-table-2 .table tr td:first-child .title-label {
    display: none;
    }
    .custom-card-table-2 .table tr td:first-child .title-label + div{
        width: 100%;
        font-size: 14px;  
        font-weight: 500; 
        padding: 8px 0 0;
        margin-bottom: 16px ;

    }

    /* Value — second column */
   /* .custom-card-table-2 .table td > *:not(.heading-label) {
        width: 50%;
        text-align: left;
    } */

    /* Remove last border */
   .custom-card-table-2 .table td:last-child {
        border-bottom: none;
    }

    /* Action button alignment */
   /* .custom-card-table .table td.text-end {
        justify-content: space-between;
    } */
}

/* custom card table 3 starts */

.custom-card-table-3 .table{
        --bs-table-color:var(--text-dark);
}
.custom-card-table-3 .table td{
  font-size: 14px;
}
.custom-card-table-3 .table tr td:first-child{
  font-weight: 500;
}
@media (max-width: 767px) {
    .custom-card-table-3 .table{display: block;}
    .custom-card-table-3 .table tbody{display: block;}
    .custom-card-table-3 .table tr{display: block;}
    .custom-card-table-3 .table colgroup{display: block;}
    .custom-card-table-3 .table tr td{
        border-bottom: 0;
    }
     .custom-card-table-3 .table tr:first-child td{
        /* border-bottom: 1px; */
    }
    /* .custom-card-table .table tr:first-child td:nth-child(2){
         border-top: 1px solid red; 
    } */
    .custom-card-table-3 .table thead {
        display: none;
    }
   .custom-card-table-3 .table-responsive{
    overflow-x: hidden;
   }
    /* Make each row block */
   .custom-card-table-3 .table tr {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 16px;
        border: 1px solid #e5e5e5;
        /* border-bottom: 0; */
        border-radius: 12px; 
        background-color: #fff;
    }
    /* .custom-card-table-3 .table tr:nth-last-child(2){
       border-bottom: 1px solid #e5e5e5;
    border-radius: 0 0 12px 12px; 
    } */
    /* .custom-card-table-3 .table tr:nth-last-child(2) td:last-child{
        border-radius: 0 0 12px 12px;
    } */
    /* .custom-card-table-3 .table tr:first-child{
        border-radius: 12px 12px 0 0;
    } */
    /* .custom-card-table-2 .table tr:last-child{
        border-radius: 0 0 12px 12px;
    } */
        /* .custom-card-table .table tr:first-child > *{
            border-radius: 20px 20px 0 0;
        } */
     .custom-card-table-3 .table tr td:first-child{
        border-radius: 20px 20px 0 0;
        padding:4px 12px 16px;
    }
    .custom-card-table-3 .table tr td:last-child{
        border-radius: 0 0 20px 20px;
        padding:4px 12px 16px;
    }
    .custom-card-table-3 .table tr td:nth-last-child(2){
        border-radius: 0 0 20px 20px;
        padding:4px 12px 16px;
    }
    /* .custom-card-table .table tr td:last-child > div:first-child{
        border-radius: 0 0 0 20px;
    }
    .custom-card-table .table tr td:last-child > div:last-child{
        border-radius: 0 0 20px 0;
    } */

    /* Each TD becomes a flex row: label 50% + value 50% */
   .custom-card-table-3 .table td {
        display: flex;
        flex-direction: column;
        flex:0 0 50%;        
        padding: 4px 12px;
        font-size: 12px;
        font-weight: 500;
        border: none;
        border-bottom: 1px solid #f1f1f1;
    }
   .custom-card-table-3 .table td:first-child{
    flex:0 0 100%;
   }
   /* .custom-card-table-3 .table td:last-child{
    flex:0 0 100%;
   } */
    /* Label (your existing .heading-label) */
   .custom-card-table-3 .table td .heading-label {
        width: 100%;
        font-weight: 400;
        font-size: 12px;
        color: #374151;
        display: block;
    }
     .custom-card-table-3 .table td .heading-label.title-label {
       display: none;
       font-size: 14px;     
    }
    .custom-card-table-3 .table tr td:first-child .title-label {
    display: none;
    }
    .custom-card-table-3 .table tr td:first-child .title-label + div{
        width: 100%;
        font-size: 14px;  
        font-weight: 500; 
        padding: 8px 0 0;
        margin-bottom: 0 ;

    }

    /* Value — second column */
   /* .custom-card-table-2 .table td > *:not(.heading-label) {
        width: 50%;
        text-align: left;
    } */

    /* Remove last border */
   .custom-card-table-3 .table td:last-child {
        border-bottom: none;
    }

    /* Action button alignment */
   /* .custom-card-table .table td.text-end {
        justify-content: space-between;
    } */
}

/* custom card table 4 starts */

.custom-card-table-4 .table{
        --bs-table-color:var(--text-dark);
}
.custom-card-table-4 .table td{
  font-size: 14px;
}
.custom-card-table-4 .table tr td:first-child{
  font-weight: 500;
}
@media (max-width: 767px) {
    .custom-card-table-4 .table{display: block;}
    .custom-card-table-4 .table tbody{display: block;}
    .custom-card-table-4 .table tr{display: block;}
    .custom-card-table-4 .table colgroup{display: block;}
    .custom-card-table-4 .table tr td{
        border-bottom: 0;
    }
     .custom-card-table-4 .table tr:first-child td{
        /* border-bottom: 1px; */
    }
    /* .custom-card-table .table tr:first-child td:nth-child(2){
         border-top: 1px solid red; 
    } */
    .custom-card-table-4 .table thead {
        display: none;
    }
   .custom-card-table-4 .table-responsive{
    overflow-x: hidden;
   }
    /* Make each row block */
   .custom-card-table-4 .table tr {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 16px;
        border: 1px solid #e5e5e5;
        /* border-bottom: 0; */
        border-radius: 12px; 
        background-color: #fff;
    }
    /* .custom-card-table-3 .table tr:nth-last-child(2){
       border-bottom: 1px solid #e5e5e5;
    border-radius: 0 0 12px 12px; 
    } */
    /* .custom-card-table-3 .table tr:nth-last-child(2) td:last-child{
        border-radius: 0 0 12px 12px;
    } */
    /* .custom-card-table-3 .table tr:first-child{
        border-radius: 12px 12px 0 0;
    } */
    /* .custom-card-table-2 .table tr:last-child{
        border-radius: 0 0 12px 12px;
    } */
        /* .custom-card-table .table tr:first-child > *{
            border-radius: 20px 20px 0 0;
        } */
     .custom-card-table-4 .table tr td:first-child{
        border-radius: 20px 20px 0 0;
        padding:4px 12px 16px;
    }
    .custom-card-table-4 .table tr td:last-child{
        border-radius: 0 0 20px 20px;
        padding:4px 12px 16px;
    }
    .custom-card-table-4 .table tr td:nth-last-child(2){
        border-radius: 0 0 20px 20px;
        padding:4px 12px 16px;
    }
    /* .custom-card-table .table tr td:last-child > div:first-child{
        border-radius: 0 0 0 20px;
    }
    .custom-card-table .table tr td:last-child > div:last-child{
        border-radius: 0 0 20px 0;
    } */

    /* Each TD becomes a flex row: label 50% + value 50% */
   .custom-card-table-4 .table td {
        display: flex;
        flex-direction: column;
        flex:0 0 50%;        
        padding: 4px 12px;
        font-size: 12px;
        font-weight: 500;
        border: none;
        border-bottom: 1px solid #f1f1f1;
    }
   .custom-card-table-4 .table td:first-child{
    flex:0 0 100%;
   }
   /* .custom-card-table-3 .table td:last-child{
    flex:0 0 100%;
   } */
    /* Label (your existing .heading-label) */
   .custom-card-table-4 .table td .heading-label {
        width: 100%;
        font-weight: 400;
        font-size: 12px;
        color: #374151;
        display: block;
    }
     .custom-card-table-4 .table td .heading-label.title-label {
       display: none;
       font-size: 14px;     
    }
    .custom-card-table-4 .table tr td:first-child .title-label {
    display: none;
    }
    .custom-card-table-4 .table tr td:first-child .title-label + div{
        width: 100%;
        font-size: 14px;  
        font-weight: 500; 
        padding: 8px 0 0;
        margin-bottom: 0 ;

    }

    /* Value — second column */
   /* .custom-card-table-2 .table td > *:not(.heading-label) {
        width: 50%;
        text-align: left;
    } */

    /* Remove last border */
   .custom-card-table-4 .table td:last-child {
        border-bottom: none;
    }

    /* Action button alignment */
   /* .custom-card-table .table td.text-end {
        justify-content: space-between;
    } */
}

body h4.heading-4{font-size: 24px !important;}
.fs-24{font-size: 24px !important;}
/*dashboard css*/
/* Convert bootstrap row into grid for row-spanning */
@media (min-width: 768px) {
    .dash-outer > .col-sm-9{width:78% !important}
}
.dash-outer > .col-md-9{width:78% !important}
.dash-outer > .col-md-3{width:22%;}
.card.card-dash{border:0;border-radius: 12px;position: relative; overflow: hidden;}
.filter-dash{
      mix-blend-mode: luminosity;
}
/* .left-dah-col .col-md-6{width:42%}
.left-dah-col .col-md-3{width:29%} */
.card-dash.beneficiary-count{
    background: linear-gradient(133deg, #E1EEF6 0%, #7AA8D8 99.96%);
}
.card-dash.stst-coverage-bg{
    background: linear-gradient(133deg, #FEEBCA 0%, #F5BB68 99.96%), url("../images/dashboard-graph.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
}
.card-dash.budget-bg{
    background: linear-gradient(133deg, #E7EDE5 0%, #9BD4B5 99.96%);
}
.card-dash.scholar-bg{
     background: linear-gradient(133deg, #B6EEF1 0%, #4BD6DD 99.96%);
}
.card-dash.loan-ac-bg{
    background: linear-gradient(133deg, #CFE9D8 0%, #EDD39F 99.96%);
}
.card-dash.benefits-bg{
    background: linear-gradient(133deg, #F5D5C6 0%, #DEA184 99.96%);
}
.card-dash.woman-benefits-bg{
     background: linear-gradient(133deg, #FFEEEA 0%, #7C67AB 99.96%);
}
.card-dash sub{
     bottom:0;
}
.stst-coverage-bg .graph-bg{
    background-image:url("../images/dashboard-graph.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    width: 100%;
    height: 100%;
    border-radius: 0 12px 12px 12px;
    position: absolute;
    right:0;
    bottom: 0;
}
.loan-ac-bg .man-bg{
    background-image:url("../images/indian-man.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 45%;
    width: 100%;
    height: 100%;
    position: absolute;
    right:0;
    bottom: 0;
}
.woman-benefits-bg .woman-bg{
    background-image:url("../images/indian-woman.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 85%;
    width: 100%;
    height: 100%;
    position: absolute;
    right:0;
    bottom: 0;
}

 
.single .nav-tab-primary .elementor-nav-menu .menu-item a.elementor-item,
.page .nav-tab-primary .elementor-nav-menu .menu-item a.elementor-item{
   background-color: #F9FAFB !important;
  border:1px solid #F3F4F6 !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  color:#374151 !important;
  margin:0 10px 0 0;
  padding: 8px 16px 6px !important;
  line-height: 20px;
}
.single .nav-tab-primary .elementor-nav-menu .menu-item a.elementor-item.elementor-item-active,
.page .nav-tab-primary .elementor-nav-menu .menu-item a.elementor-item.elementor-item-active{
 background-color: #0373DF !important;
 color:#FFFFFF !important;
}

.single .nav-tab-primary .elementor-nav-menu .menu-item a.elementor-item:after,
.page .nav-tab-primary .elementor-nav-menu .menu-item a.elementor-item:after{
    content: none !important;
}


.lt-sp-1{
    letter-spacing: 0.5px !important;
}
.icon-bg{
    background-color: transparent;
    border-radius: 6px;
    width: 40px;
    height: 40px;
    display: inline-block;
}
.icon-bg-sm{
    background-color: transparent;
    border-radius: 6px;
    width: 24px;
    height: 24px;
    display: inline-block;
}
.icon-rgt-arrow{
   background-image: url('../images/arrow-right-new.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px; 
}
.icon-outgoingmail{
    background-image: url('../images/outgoing_mail.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px;
}
.icon-deskpone-2{
    background-image: url('../images/deskphone-2.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px;
}
.border-s1{
    border-style: solid;
    border-width: 1px;
}
.calendor-icon-loc{
    width: 40px;
    height: 40px;
    background-image: url('../images/calender-bg-icon.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 40px;
    margin:0 12px 0 0;
}
.important-links-outer{
   border-radius: 16px; 
}
.important-link-btn{
    position: fixed;
    z-index: 1002;
    bottom:150px;
    right: 0;
    width:56px;
    height: 210px;
    cursor: pointer;
    background-image: url("../images/important-links.svg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 56px;
    display: inline-block;
}

@media (min-width: 576px) {
  .modal-links .modal-dialog{
    margin-right: 16px;
    max-width:412px;
 }
}
.modal-links  .modal-content{
    border-color:#ffffff;
    border-width: 2px;
    --bs-modal-border-radius:16px;
}
.modal-links .modal-header{
    background-color:#0373DF ;
    border-radius: 16px 16px 0 0;
    padding: 12px 16px;
}
.modal-links .modal-header .btn-close{
    color:#ffffff;
}
.modal-links .btn-close{
  background-image:url(../images/close-icon-white.svg);
  background-size: 24px;
  border:0;
  box-shadow: none;
}
.modal-links .btn-close:hover{
    border:0;
    box-shadow: none;
}
.modal-links .btn-close:focus{
    border:0;
    box-shadow: none;
}

.modal-links .modal-dialog.full-height {
  height: calc(100vh - 60px);
  display: flex;
}

.modal-links .modal-content {
  height: 100%;
}

.booking-modal .btn-close{
  background-image:url(../images/close-icon-white.svg);
  background-size: 24px;
  border:0;
  box-shadow: none;
  background-color: rgba(31, 41, 55, 0.48) !important;
  border-radius: 50%;
  position: absolute;
  right:16px;
  left:auto;
  top:8px;
  padding:20px;
}
.booking-modal .carousel-control-next, .booking-modal .carousel-control-prev{
    top:50%;
    bottom: auto;
    transform: translateY(-50%);
    width:40px;
    border:0;
    border-radius: 12px;
    padding: 4px;
    margin:0 12px;
}
.booking-modal .carousel-control-prev-icon{
    width:24px;
    height:24px;
}
.booking-modal .carousel-control-next-icon{
    width:24px;
    height:24px;
}
.booking-modal .carousel-control-next:hover, .booking-modal .carousel-control-prev:hover{
    background-color: rgba(31, 41, 55, 0.08);
}
.booking-modal .carousel-control-next-icon{
    background-position:left;
    background-size:24px;
    border-radius: 8px;
}
.cursor-pointer{cursor:pointer !important}

.search-list {
    border-bottom:1px solid var(--stroke-200) ;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.rating-icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image:url(../images/star-active.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}

@media (max-width: 767px) {

    /* The row that contains the cards */
    .card-slide > .row,
    .mb-5 .row.g-1 {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 10px;
        scroll-snap-type: x mandatory;
    }

    /* Each card column */
    

    /* Remove Bootstrap column wrapping on small screens */
    /* .col-sm-4 {
        width: auto;
    } */
}
@media (max-width: 576px) {
  .card-slide > .row > .col-sm-4 {
        width:85%;
        scroll-snap-align: start;
        max-width: 90%; /* prevents shrinking */
    }
}
.table-bottom-pagination{
    position: relative;
    padding-bottom: 30px;
}
.table-bottom-pagination .table .table-pagination .row{
    background-color: transparent !important;
}
@media (max-width: 767px) {
    .table-bottom-pagination{
    padding-bottom: 58px;
}
}
.table-pagination{
    width: calc(100% - 24px);
    position: absolute;
    left:12px;
    bottom:0px;
    
}
.who-who-card-img{
    width: 64px;
}
.no-search-result{

}
.no-search-result-img{
    display: inline-block;
    width: 170px;
    height: 165px;
}




.header-search:after {
	content:"";
	width:20px;
	height:20px;
	background:transparent;
	position:absolute;
	left:50%;
	margin-left:-10px;
	top:4px;
  width: 2.5rem;
  height: 2.5rem;
  border: 4px solid rgba(0, 0, 0, 0.15);
  border-top-color: #0d6efd; 
  border-radius: 50%;
  animation: custom-spin 0.75s linear infinite;
}

@keyframes custom-spin {
  to {
    transform: rotate(360deg);
  }
}

.loader-outer{
  
  border-radius: 100%;
  padding: 16px;
  display: inline-block;
  background-color: transparent;width:200px;
  border:4px solid rgba(0,51,102, 0.2);
  height: 200px;
   
}
.loader-my {
  font-size: 16px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  text-indent: -9999em;
  animation: mulShdSpin 1.1s infinite ease;
  transform: translateZ(0);
     position: fixed;
     left:50%;
  top:50%;
  color: #f95f20;
  display: inline-block;
  z-index: 9999;
 
}
/* @keyframes mulShdSpin {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,51,102, 0.7), 1.8em -1.8em 0 0em rgba(0,51,102, 0.2), 2.5em 0em 0 0em rgba(0,51,102, 0.2), 1.75em 1.75em 0 0em rgba(0,51,102, 0.2), 0em 2.5em 0 0em rgba(0,51,102, 0.2), -1.8em 1.8em 0 0em rgba(0,51,102, 0.2), -2.6em 0em 0 0em rgba(0,51,102, 0.5), -1.8em -1.8em 0 0em rgba(0,51,102, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,51,102, 0.7), 1.8em -1.8em 0 0em #8fc7ff, 2.5em 0em 0 0em rgba(0,51,102, 0.2), 1.75em 1.75em 0 0em rgba(0,51,102, 0.2), 0em 2.5em 0 0em rgba(0,51,102, 0.2), -1.8em 1.8em 0 0em rgba(0,51,102, 0.2), -2.6em 0em 0 0em rgba(0,51,102, 0.2), -1.8em -1.8em 0 0em rgba(0,51,102, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,51,102, 0.5), 1.8em -1.8em 0 0em rgba(0,51,102, 0.7), 2.5em 0em 0 0em #8fc7ff, 1.75em 1.75em 0 0em rgba(0,51,102, 0.2), 0em 2.5em 0 0em rgba(0,51,102, 0.2), -1.8em 1.8em 0 0em rgba(0,51,102, 0.2), -2.6em 0em 0 0em rgba(0,51,102, 0.2), -1.8em -1.8em 0 0em rgba(0,51,102, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,51,102, 0.2), 1.8em -1.8em 0 0em rgba(0,51,102, 0.5), 2.5em 0em 0 0em rgba(0,51,102, 0.7), 1.75em 1.75em 0 0em #8fc7ff, 0em 2.5em 0 0em rgba(0,51,102, 0.2), -1.8em 1.8em 0 0em rgba(0,51,102, 0.2), -2.6em 0em 0 0em rgba(0,51,102, 0.2), -1.8em -1.8em 0 0em rgba(0,51,102, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,51,102, 0.2), 1.8em -1.8em 0 0em rgba(0,51,102, 0.2), 2.5em 0em 0 0em rgba(0,51,102, 0.5), 1.75em 1.75em 0 0em rgba(0,51,102, 0.7), 0em 2.5em 0 0em #8fc7ff, -1.8em 1.8em 0 0em rgba(0,51,102, 0.2), -2.6em 0em 0 0em rgba(0,51,102, 0.2), -1.8em -1.8em 0 0em rgba(0,51,102, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,51,102, 0.2), 1.8em -1.8em 0 0em rgba(0,51,102, 0.2), 2.5em 0em 0 0em rgba(0,51,102, 0.2), 1.75em 1.75em 0 0em rgba(0,51,102, 0.5), 0em 2.5em 0 0em rgba(0,51,102, 0.7), -1.8em 1.8em 0 0em #8fc7ff, -2.6em 0em 0 0em rgba(0,51,102, 0.2), -1.8em -1.8em 0 0em rgba(0,51,102, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,51,102, 0.2), 1.8em -1.8em 0 0em rgba(0,51,102, 0.2), 2.5em 0em 0 0em rgba(0,51,102, 0.2), 1.75em 1.75em 0 0em rgba(0,51,102, 0.2), 0em 2.5em 0 0em rgba(0,51,102, 0.5), -1.8em 1.8em 0 0em rgba(0,51,102, 0.7), -2.6em 0em 0 0em #8fc7ff, -1.8em -1.8em 0 0em rgba(0,51,102, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,51,102, 0.2), 1.8em -1.8em 0 0em rgba(0,51,102, 0.2), 2.5em 0em 0 0em rgba(0,51,102, 0.2), 1.75em 1.75em 0 0em rgba(0,51,102, 0.2), 0em 2.5em 0 0em rgba(0,51,102, 0.2), -1.8em 1.8em 0 0em rgba(0,51,102, 0.5), -2.6em 0em 0 0em rgba(0,51,102, 0.7), -1.8em -1.8em 0 0em #8fc7ff;
  }
}

.loader {
  color: #fff;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.3s infinite linear;
  transform: translateZ(0);
} */

@keyframes mulShdSpin {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 
    2em -2em 0 0em, 3em 0 0 -1em, 
    2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 -1em, -3em 0 0 -1em, 
    -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 
    3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 -1em, -3em 0 0 -1em, 
    -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 
    2em -2em 0 0, 3em 0 0 0.2em, 
    2em 2em 0 0, 0 3em 0 -1em, 
    -2em 2em 0 -1em, -3em 0 0 -1em, 
    -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
     3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, 
     -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
     3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, 
     -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
     3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, 
     -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 
    3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 
    3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
  

/*april 22 p changes*/

.text-dark{
    --bs-dark-rgb:rgba(31, 36, 40, 1);
}
.card-bg-secondary{
    /* --bs-card-border-width:1px 1px 4px 1px; */
    border-width: 1px 1px 4px 1px;
    --bs-card-border-color:#C6DCF9;
    --bs-card-border-radius:20px;
     background:#F8F9FA;
     transition: all 0.3s ease;
}
.card-bg-secondary:hover{
 --bs-card-border-color:var(--primary-500);
 background: linear-gradient(to bottom, #E8F2FD, #FFFFFF);
}
.card-bg-secondary .card-footer{
    background-color: transparent;
}
.card-vacancie .card-header{
    color:#7C3503 !important
}
.card .card-footer{
    background-color: transparent;
}
.card-bg-event{
   --bs-card-border-color:var(--primary-50);
    --bs-card-border-radius:20px;
     background:var(--bs-white);
     transition: all 0.3s ease; 
}
.card-bg-event:hover{
  --bs-card-border-color:var(--primary-100);
 background: linear-gradient(to right, #ffffff, #E8F2FD);
}
.card-date-box{
    background: var(--natural-50);
    transition: all 0.3s ease;
}
.card-bg-event:hover .card-date-box{
    background: linear-gradient(to bottom, #E8F2FD, #94BFF5);
}
.btn.btn-link svg path {
 fill: #0373DF !important;
}
.text-secondary-new{
    color: #7C3503 !important;
}