.back-to-top {
    position: fixed;
    width: fit-content;
    padding: 21px 35px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: white;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 14px 0px 0px 14px;
    top: 80%;
    z-index: 999;
}
.back-to-top a{
	letter-spacing: 2.95px;
color: #28334A;
font-size:18px;
	color:#28334A;
	font-weight:500;
}
.presentation-table thead th {
   font-size:16.5px;
}
.presentation-table thead{
/* 	border-top: 1px solid #BDBDBD; */
    position: sticky;
    top: 219px;
    background-color: white;
    z-index: 11;
}
.presentation-table{
	width: 100%;
}
.presentation-table tbody tr td{
  position: relative;
}
.presentation-table tbody tr td::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;   /* Still relative to the <tr> */
    right: 0;  /* Still relative to the <tr> */
    height: 1px;
    background-color: #ccc;
}
.presentation-table tbody tr td:first-child::after {
    left: 35px; 
}
.presentation-table tbody tr td:last-child::after {
    right: 35px; 
}
.presentation-table td:nth-child(1),
.presentation-table th:nth-child(1) {
      width: 16.3%;
  padding-left: 20px;
}
.highlight-row td {
    position: relative;
}

.highlight-row td::before{
 position: absolute;
    content: '';
    left: 0; 
    right:0;
    top: 0;
    bottom: 0;
    background-color: #f2f7f9; 
    z-index: -1;
    pointer-events: none; 
}
.highlight-row td:first-child::before {
    left:35px;
    
}
.highlight-row td:last-child::before {
     right:35px;
}
.highlight-row {
    background-color: transparent!important;
}

.presentation-table td:nth-child(2),
.presentation-table th:nth-child(2) {
	width:29%;
  padding-left: 25px;
      color: #28334A;
font-weight:500 !important;
}

.presentation-table td:nth-child(3),
.presentation-table th:nth-child(3) {
	width:9.4%;
  padding-left: 20px;
}
.presentation-table td:nth-child(4),
.presentation-table th:nth-child(4) {
	width:7.7%;
  padding-left: 20px;

}
.presentation-table td:nth-child(5),
.presentation-table th:nth-child(5) {
	width:10.2%;
  padding-left: 20px;

}
.presentation-table td:nth-child(6),
.presentation-table th:nth-child(6) {
	width:10.5%;
  padding-left: 30px;

}
.presentation-table td:nth-child(7),
.presentation-table th:nth-child(7) {
  padding-left: 30px;

}
.filter-section .filter-top {
    padding: 26px 38px;
}
.filter-section .filter-top {
    padding-bottom: 46px;
    max-width: 100%;
	margin-bottom:0!important;
	padding-top:50px;
}
.filter-section .filter-top {
    border-radius:27px 27px 0px 0px;
	border: 1px solid #BDBDBD;
	border-bottom:none;
}
#presentation-filter .filter-group:nth-child(1) {
    flex: 0 0 21.6%;
}
#presentation-filter .filter-group:nth-child(2) {
    flex: 0 0 21.6%;
}
.search-wrapper{
	padding: 8px;
    padding-right: 35px;
    padding-left: 15px;
    align-items: center;
    display: flex;
    border-radius: 7px;
    border: 1px solid #BDBDBD;
    min-height: 52px;
    background-color: #F8F8F8 !important;
    width: 100%;
    cursor: pointer;
    position: relative;
    user-select: none;
    background-image: url(/wp-content/uploads/2025/10/Group-1301.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
}
.search-wrapper input {
    background-color:#F8F8F8;
}
.filter-group .custom-select {
    background-color: #F8F8F8;
}
.search-wrapper input{
	border:0;
	width:100%;
	padding-left:10px;
}
.search-wrapper input:focus-visible {
    outline-width: 0px;
}
.calenderselect{
margin-top:28px;	
}
.calenderOptions{
	box-shadow: 0px 0px 6px #00000029;
border-radius: 8px;
	width:fit-content;
	padding:5px;
	color:#28334A;
}
.f-16{
	font-size:16px !important;
}
.filter-section .filter-top {
	    position: sticky;
    top: 72px;
    background-color: white;
    z-index: 12;	
}
.filter-data-mobile .custom-select-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #006680;
    border-radius: 14px;
    font-size: 16px;
    width: fit-content;
    color:white;
    padding-left:14px;
    padding-right: 14px;
    margin-bottom: 20px;
    font-weight: 600;
    
}
.filter-data-mobile .custom-select-wrapper .calenderselect{
    margin-top: 0px;
}
.filter-data-mobile .custom-select-wrapper .calenderOptions{
    color: black;
    font-weight: 400;
}
.presentation-table td {
    color:#727272;
	font-weight:400 !important; vertical-align:top;
}
.highlight-row #Group_1850 path {
 /*   fill: #78C5DE;*/
}
.calenderselect:hover #Group_1850 path {fill: #78C5DE;}
.presentation-table td:nth-child(1) {
    padding-left: 72px;
}
.is-open .calenderselect #Group_1850 path {fill: transparent;!important }
.presentation-table thead th:first-child wrapper-thead {
    padding-left: 72px;
}

.external-resource-section .right-end-image{
        position: absolute;
    right: 0;
    max-width: 46.7%;
    width: 100%;
    border-radius: 50px 0 0 50px!important;
    transform:translateY(-50%) ;
}
.external-resource-section{
    position: relative;
}
.external-resource-section .image-part.right-end-image figure{
    margin-right: 0;
    max-width: 100%;
}
.resource .text-part {
  max-width: 100%;
  margin-right: auto;
}
.resource .common-btn-wrapper {
    gap:38px;
    margin-bottom: 81px;
    display: flex;
    flex-direction: row;
    width: 100%;
}
.reslines {
 border: 1px solid #707070;
border-radius: 18px;
padding: 54px 34px;
min-height: 359px;
width: 33%;
background-color: white;
display: flex;
justify-content: space-between;
flex-direction: column;
	gap:20px;
}
.read-wrapper .read-more{
    gap: 15px;
    display: flex;
    color: #28334A;
    font-size: 18px;
	font-weight:500;
	text-decoration:underline;
	text-underline-offset: 5px;
	letter-spacing: 2.95px;
}
.resource{
        background-image: url(/wp-content/uploads/2025/10/Group-1850.jpg);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}
.external-resource-section .cmn-btn {
	min-height:63px;
	align-items:center;
}
.presentation-table th:nth-child(3).sortable::before {
    right: 6%;
}
.presentation-table th:nth-child(3).sortable::after {
    right: 6%;
}
.presentation-table th:nth-child(4).sortable::before {
    right: 25%;
}
.presentation-table th:nth-child(4).sortable::after {
    right: 25%;
}
.presentation-table th:nth-child(6).sortable::before {
    right: 30%;
}
.presentation-table th:nth-child(6).sortable::after {
    right: 30%;
}
.presentation-table thead th{
	position:relative;
}
.wrapper-thead{
	width:100%;
}
.presentation-table .wrapper-thead::after {
    content:"";
    position: absolute;
    left:0px;
    right:0px;
    bottom:0px;
    height: 1px;
    background-color: #BDBDBD;
    width: 100%;
    z-index: 9999999;
}
.presentation-table .wrapper-thead::before {
    content:"";
    position: absolute;
    left:0px;
    right:0px;
    top:0px;
    height: 1px;
    background-color: #BDBDBD;
    width: 100%;
    z-index: 9999999;
}
.filter-data{
        margin-bottom: 18px;
    border: 1px solid #BDBDBD;
    padding-bottom: 46px;
    border-radius: 0 0 20px 20px;
}
@media (max-width: 1373px) {
	.presentation-table th:nth-child(6).sortable::before {
    right: 26%;
}
.presentation-table th:nth-child(6).sortable::after {
    right: 26%;
}
}
@media (min-width: 1050px) {
#presentation-results .custom-select-wrapper {width:50px}
}
@media (max-width: 1400px) {
.presentation-table th:nth-child(3).sortable::before {
    right: 0%;
}
.presentation-table th:nth-child(3).sortable::after {
    right: 0%;
}
}

@media (max-width: 1300px) {
.presentation-table th:nth-child(6).sortable::before {
    right: 35%;
}
.presentation-table th:nth-child(6).sortable::after {
    right: 35%;
}
.presentation-table th:nth-child(3).sortable::before {
    right: 14%;
}
.presentation-table th:nth-child(3).sortable::after {
    right: 14%;
}
.presentation-table thead th {
   font-size:14px;
}
.presentation-table td {
    font-size: 14px;
}
.presentation-table thead {
    top: 217px;
}
.presentation-table td:nth-child(1),
.presentation-table th:nth-child(1) {
  padding-left: 50px !important;

}

.presentation-table td:nth-child(2),
.presentation-table th:nth-child(2) {
  padding-left: 7px;
	padding-right:7px;

}

.presentation-table td:nth-child(3),
.presentation-table th:nth-child(3) {
  padding-left: 7px;
	padding-right:7px;
}
.presentation-table td:nth-child(4),
.presentation-table th:nth-child(4) {
  padding-left: 7px;
	padding-right:7px;

}
.presentation-table td:nth-child(5),
.presentation-table th:nth-child(5) {
  padding-left: 7px;
	padding-right:7px;

}
.presentation-table td:nth-child(6),
.presentation-table th:nth-child(6) {
  padding-left:7px;
	padding-right:7px;

}
.presentation-table td:nth-child(7),
.presentation-table th:nth-child(7) {
  padding-left: 7px;
	padding-right:7px;
}

}
@media (max-width: 1200px) {
	.presentation-table th:nth-child(3).sortable::before {
    right: 0%;
}
.presentation-table th:nth-child(3).sortable::after {
    right: 0%;
}
}

@media (max-width: 1024px) {
	.calenderselect:hover #Group_1850 path {fill: transparent;}

.custom-select-wrapper.is-open {
    background-color: #78C5DE;
  }
	    .external-resource-section .image-part {
        margin-bottom: 30px !important;
    }
.external-resource-section .image-part figure img {
    border-radius: 25px !important;
}
.resource .common-btn-wrapper {
    margin-bottom: 0px;
}
.resource .common-btn-wrapper {
    flex-direction: column;
}
.reslines {
    width: 100%;
}
.external-resource-section .right-end-image{
        position: unset;
	max-width:100%;
transform: translateY(0%);
}
	.filter-section .filter-top {
    padding: 25px 0;
}
		.presentation-card .filter-head {
    margin:0 1px;
}
		.filter-section .filter-top {
    border: none;
}
	.filter-section .filter-top {
    border-radius: 0px;
}
}
@media (max-width: 567px) {
	.desk-view{
		display:none;
	}
	.presentation-card .filter-head {
    padding: 13px 18px;
}

	.custom-select {
    min-height: 45px;
}
	.search-wrapper {
    min-height: 45px;
}
}

