.yellow-fever-mnd-container {
	width: 100%;
	padding: 10px 0px 20px 0px;
}

.yellow-fever-mnd-container .carousel {
	margin: auto auto 15px auto;
}

.yellow-fever-mnd-container .carousel .carousel-inner {
	border-radius: 30px;
	border: 1px solid black;
}

.yellow-fever-mnd-container .carousel .carousel-inner .carousel-item a {
	width: 100%;
}

@media (min-width: 992px) {
	
	.yellow-fever-mnd-container .carousel .carousel-inner img {
		height: 300px;
	}
}

.yellow-fever-mnd-container h1, .yellow-fever-mnd-container h4, .yellow-fever-mnd-container h2 {
	text-align: center;
	color: #021731;
}

.yellow-fever-mnd-container h1, .yellow-fever-mnd-container h2 {
	margin: 10px 0 20px 0;
	font-family: "Montserrat", Sans-serif;
	font-weight: 600;
	line-height: inherit;
}

.yellow-fever-mnd-container h2 {
	margin-top: 40px;
	font-size: clamp(1.0625rem, 0.9183rem + 0.7692vw, 1.6875rem);
}

.yellow-fever-mnd-container h4 {
	font-family: "Roboto", Sans-serif;
	font-size: clamp(0.875rem, 0.8173rem + 0.3077vw, 1.125rem);
}

.yellow-fever-mnd-filters {
	background: #F3FCFF;
	width: 100%;
    padding: 20px 20px 10px 20px;
	position: relative;
	border: 1px solid #000000;
	border-radius: 30px;
	margin-bottom: 8px;
}

.yellow-fever-mnd-filters .details {
	background: #021731;
    color: #fff;
    padding: 2px 15px;
    position: absolute;
    top: -15px;
	left: 30px;
    border-radius: 20px;
}

.yellow-fever-mnd-filters .nice-select {
	width: 100%;
	height: auto;
	border: 1px solid #000;
	color: #000;
    font-weight: 700;
	border-radius: 15px;
	padding-left: 10px;
	padding-right: 25px;
	line-height: 30px;
}

.yellow-fever-mnd-filters .nice-select:hover {
	border: 1px solid #000;
}

.yellow-fever-mnd-filters .form-row {
}

.yellow-fever-mnd-filters .nice-select::after {
	height: 10px;
	width: 10px;
	margin-top: -7px;
	right: 15px;
	border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}

.yellow-fever-mnd-filters .cust .search-input {
	padding: 5px;
    width: -webkit-fill-available;
    box-sizing: border-box;
    border: 1px solid;
    border-radius: 5px;
	position: relative;
}

.yellow-fever-mnd-filters .cust .search-input::placeholder {
	font-weight: 600;
}

.yellow-fever-mnd-filters .cust .search-input::-webkit-input-placeholder {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  padding-right: .15em;
  white-space: nowrap;
}


.yellow-fever-mnd-filters .cust .search-input {
  background: #F3FCFF url(https://www.merchantnavydecoded.com/wp-content/uploads/2024/11/search-svgrepo-com.svg) 98% 50% no-repeat;
  background-size: 20px 20px;
}

.yellow-fever-mnd-filters .cust .search-input-container {
	position: sticky;
	top: 0px;
    padding: 10px;
    background: #fff;
}


.yellow-fever-mnd-filters .nice-select .option:not(.disabled):hover, .yellow-fever-mnd-filters .nice-select .option.focus, .yellow-fever-mnd-filters .nice-select .option.selected.focus {
  background-color: #FECD00 !important;
}

.yellow-fever-mnd-filters .cust .option.disabled {
	padding-left: 8px;
	font-weight: 700;
	background: #021731;
    color: #fff;
}

.yellow-fever-mnd-filters .cust .option.disabled:hover {
	color: #fff!important;
}

.yellow-fever-mnd-filters .cust .list:hover .option.disabled {
	color: #021731;
}

.yellow-fever-mnd-filters .nice-select .current {
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
	text-align: center;
	/*font-size: clamp(0.75rem, 0.6779rem + 0.3846vw, 1.0625rem);*/
	font-size: 13px;
}

.yellow-fever-mnd-filters .nice-select .list {
	background: #fff;
	left: -1px;
}

@media (max-width: 850px) {
	.yellow-fever-mnd-filters .nice-select .list {
		width: 101%;
	}
	
	.yellow-fever-mnd-filters .nice-select .list li {
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.yellow-fever-mnd-filters [name="search"] {
	border: 1px solid #000;
	color: #000;
	font-weight: 700;
	border-radius: 15px;
	height: 53px;
	font-size: clamp(0.75rem, 0.6779rem + 0.3846vw, 1.0625rem);
	text-align: center;
}

.yellow-fever-mnd-filters .svg-wrapper {
	position: absolute;
	top: 10px;
	right: 35px;
	cursor: pointer;
}

.yellow-fever-mnd-filters button {
	background: #021731;
	color: #fff;
	padding: 2px 18px;
	border-radius: 15px;
	border: none;
}

.yellow-fever-mnd-filters button:disabled {
  cursor: not-allowed;
}

.yellow-fever-mnd-filters .form-group.col-lg-6 button[type="button"] {
	background: #FECD00;
	color: #000;
	padding: 2px 25px;
	border-radius: 15px;
	border: none;
	font-weight: 600;
}

.yellow-fever-mnd-filters .form-group.col-lg-6 button[type="button"]:hover {
	background: #ffec9e;
}

.yellow-fever-mnd-filters button:hover {
	background: #FECD00;
	color: #000;
}

.yellow-fever-mnd-filters .disabled {
	opacity: 0.5!important;
	cursor: not-allowed;
}

.yellow-fever-mnd-container .table-container {
	overflow: auto;
}

.yellow-fever-mnd-container table {
	width: 100%;
}

.yellow-fever-mnd-container table tr {
	background-color: #f8f8f8;
	border: 1px solid #021731;
}

.yellow-fever-mnd-container table th,
.yellow-fever-mnd-container table td {
	padding: .625em;
	border: 1px solid #021731;
}

.yellow-fever-mnd-container table th {
	font-size: .85em;
	letter-spacing: .1em;
	text-transform: uppercase;
	background: #DFF5FF;
	text-align: center;
	position: relative;
}

.yellow-fever-mnd-container table td {
	background: #F3FCFF;
}

.yellow-fever-mnd-container .no-result {
	text-align: center;
	text-align: center;
    font-size: 25px;
    font-weight: bold;
}

.yellow-fever-pagination {
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
	flex-wrap: wrap;
	margin-top: 20px;
}

.yellow-fever-pagination .page-numbers {
	background: #e9ecf3;
	padding: 5px 15px;
	border: 1px solid #d2d2d2;
	color: #000;
    font-weight: bold;
}

.yellow-fever-pagination .page-numbers:focus {
	outline: none;
}

.yellow-fever-pagination .page-numbers.current, .yellow-fever-pagination .page-numbers:not(.dots):hover {
	background: #021731;
	color: #fff;
}

.yellow-fever-pagination .page-numbers.dots {
	cursor: not-allowed;
}

.yellow-fever-mnd-container h5 {
    font-family: "Montserrat", Sans-serif;
	margin: 20px 0;
	font-weight: 600;
	font-size: clamp(1.0625rem, 1.0156rem + 0.25vw, 1.25rem);
	color: #021731;
}

.yellow-fever-mnd-container .nearby .locations-container {
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.yellow-fever-mnd-container .nearby .locations-container button {
	padding: 3px 15px;
    background: #fff;
    border-radius: 30px;
	border: 1px solid;
	color: #008cc9;
}

.yellow-fever-mnd-container .nearby .locations-container button:hover {
	background: #F3FCFF;
}

.yellow-fever-mnd-container .nearby .locations-container button:focus {
	outline: none;
}

.yellow-fever-mnd-filters .nice-select.cust .option {
	line-height: 20px;
	padding: 10px 18px;
}

@media (max-width: 850px) {
    .yellow-fever-mnd-filters .nice-select.cust {
		white-space: normal;
	}
}

.yellow-fever-mnd-filters .nice-select.cust .current {
	white-space: nowrap;
}

.yellow-fever-mnd-container .skeleton {
    position: relative;
	border-radius: 10px;
	margin-bottom: 10px;
	border: none;
}

.yellow-fever-mnd-container .skeleton::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    background-size: auto;
  background-size: 200%;
  animation: 1.5s skeleton linear infinite;
  border-radius: 10px !important;
}

.yellow-fever-mnd-container h2.skeleton:before {
	height: 50px;
}

@keyframes skeleton {
    to {
		background-position-x: -200%;
	}
}

@media (max-width: 768px) {
	.yellow-fever-mnd-container h1 {
		/*font-size: clamp(1.1875rem, 0.8846rem + 1.6154vw, 2.5rem);*/
		font-size: 19px;
	}
	.yellow-fever-mnd-container table {
		margin: 2px;
	}
}

@media (min-width: 768px) {
	.yellow-fever-mnd-container h1 {
		font-size: 30px;
	}
}

.table-container.skeleton {
	overflow: hidden;
}

.yellow-fever-pagination .page-numbers:disabled {
    opacity: .65;
	cursor: not-allowed;
}

.yellow-fever-mnd-container a.need-help {
	background: #021731;
	font-family: "Roboto", Sans-serif;
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
	color: #fff;
	padding: 8px 15px;
	border-radius: 3px;
}

.yellow-fever-mnd-container a.need-help:hover {
	background: #FECD00;
	color: #000;
}

.yellow-fever-mnd-container .need-help-div {
	text-align: center;
	margin-top: 20px;
}

.yellow-fever-mnd-container .table-container table .skeleton {
	border: 1px solid;
	border-radius: 0;
}

.yellow-fever-mnd-container .table-container table td.skeleton {
	padding: 20px;
}

.yellow-fever-mnd-container .table-container table .skeleton:before {
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 92%;
	height: 50%;
}

.yellow-fever-mnd-container .hidden {
	display: none;
}

.yellow-fever-mnd-container .table-container table tr.skele th, .yellow-fever-mnd-container .table-container table tr.skele td {
	position: relative;
	margin-bottom: 10px;
	text-align: center;
}

.yellow-fever-mnd-container .table-container table tr.skele td {
	/*padding: 20px;*/
}

.yellow-fever-mnd-container .table-container table tr.skele th::before, .yellow-fever-mnd-container .table-container table tr.skele td::before {
	content: '';
	position: absolute;
	z-index: 10;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 95%;
	height: 90%;
	background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
	background-size: auto;
	background-size: 200%;
	animation: 1.5s skeleton linear infinite;
	border-radius: 10px !important;
}

.yellow-fever-mnd-container #disclaimer h5 {
	margin: 0;
	font-family: "Montserrat", Sans-serif;
	font-weight: 700;
}

.yellow-fever-mnd-container #disclaimer p {
	font-family: "Roboto", Sans-serif;
}

.yellow-fever-mnd-container #disclaimer p:last-child {
	margin: 0;
}

html {
  scroll-behavior: smooth;
}

#fever-read-more-link {
	color: #008cc9;
	cursor: pointer;
}