.buttonColor {
	background-color: #00cfc8 !important;
	border-radius: 27.5px !important;
	border-color: #00cfc8 !important;
	height: 45px !important;
	font-size: 16px !important;
	color: white !important;
	-webkit-border-radius: 27.5px !important;
	-moz-border-radius: 27.5px !important;
	-ms-border-radius: 27.5px !important;
	-o-border-radius: 27.5px !important;
}

.buttonColor:hover {
	opacity: 0.95;
	background-color: #00cfc8 !important;
	border-color: #00cfc8 !important;
	color: white !important;
}

.buttonColor:focus + .buttonColor,
.buttonColor:focus {
	color: #fff !important;
	background-color: #00cfc8 !important;
	border-color: #00cfc8 !important;
}

.cancelColor {
	background-color: #ffffff !important;
	border-color: #00cfc8 !important;
	border-bottom: 5px solid #00cfc8 !important;
	color: rgb(0, 0, 0) !important;
}

.cancelColor:hover {
	opacity: 0.95;
	background-color: #f2fbff !important;
	border-color: #00cfc8 !important;
	border-bottom: 5px solid #155c88f5 !important;
	color: rgb(0, 0, 0) !important;
}

.cancelColor:focus + .cancelColor,
.cancelColor:focus {
	color: rgb(0, 0, 0) !important;
	background-color: #f2fbff !important;
	border-color: #00cfc8 !important;
	border-bottom: 5px solid #155c88f3 !important;
}

.side_menu {
	background-color: #26adff !important;
}

.side_menu .menu ul li a span {
	color: #ffffffed;
	font-size: 18px;
}

.tt {
	transition: box-shadow 100ms, transform 300ms;
	cursor: pointer;
	/* border: 0.5px solid #764af1; */
}

.tt:hover {
	box-shadow: 0px 0px 5px #000000c7;
	-ms-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}

label.errorc {
	font-size: 14px;
	display: block;
	margin-top: 1px;
	font-weight: normal;
	color: #ff1100;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type="number"] {
	-moz-appearance: textfield;
}

.cursor_pointer {
	cursor: pointer;
}

.fontLabel {
	font-size: 16px;
	font-weight: 500;
}

.fontLabelValue {
	font-size: 15px;
}

.css-13cymwt-control {
	/* border-style: none !important; */
	background-color: transparent !important;
}

.css-1fdsijx-ValueContainer {
	/* padding: 5px !important; */
}

.css-16xfy0z-control {
	/* border-style: none !important; */
	background-color: transparent !important;
}

.disabledSelect {
	background-color: #00000012 !important;
}

.multiSelect {
	height: auto !important;
}

.css-16xfy0z-control .css-1jqq78o-placeholder {
	color: rgba(0, 0, 0, 0.87) !important;
}

.pagination ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 200px;
	background-color: #f1f1ff;
}

.pagination ul li a {
	display: block;
	padding: 8px 16px;
	color: #000;
	text-decoration: none;
}

.pagination ul li a.active {
	background-color: #4caf50;
	color: white;
}

.pagination ul li a:hover:not(.active) {
	background-color: #555;
	color: white;
}

.pagination ul li a:hover {
	background-color: #555;
	color: white;
}



.react-datepicker-wrapper {
	display: block !important;
}

.switch,
.switch * {
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
}

.switch label {
	cursor: pointer;
}

.switch label input[type="checkbox"] {
	opacity: 0;
	width: 0;
	height: 0;
}

.switch label input[type="checkbox"]:checked + .lever {
	background-color: rgba(0, 207, 200, 0.356);
}

.switch label input[type="checkbox"]:checked + .lever:after {
	background-color: rgba(0, 207, 200, 1);
	left: 24px;
}

.switch label .lever {
	content: "";
	display: inline-block;
	position: relative;
	width: 40px;
	height: 15px;
	background-color: #818181;
	border-radius: 15px;
	margin-right: 10px;
	transition: background 0.3s ease;
	vertical-align: middle;
	margin: 0 16px;
}

.switch label .lever:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 21px;
	height: 21px;
	background-color: #f1f1f1;
	border-radius: 21px;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
	left: -5px;
	top: -3px;
	transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
}

input[type="checkbox"]:checked:not(:disabled) ~ .lever:active::after,
input[type="checkbox"]:checked:not(:disabled).tabbed:focus ~ .lever::after {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1);
}

input[type="checkbox"]:not(:disabled) ~ .lever:active:after,
input[type="checkbox"]:not(:disabled).tabbed:focus ~ .lever::after {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}

.switch input[type="checkbox"][disabled] + .lever {
	cursor: default;
}

.switch label input[type="checkbox"][disabled] + .lever:after,
.switch label input[type="checkbox"][disabled]:checked + .lever:after {
	background-color: #bdbdbd;
}

.switch label {
	font-weight: normal;
	font-size: 13px;
}

.switch label .lever {
	margin: 0 14px;
}

/* blog */
/*======================================Blog Page ====================================*/
.blog-card{
    background: white;
    padding: 22px;
    border-radius: 10px;
    overflow: hidden;
box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.1);
border-radius: 1em;
color: #fff;
}
.blog-card:hover .blog-img img{
    transform: scale(1.1);
    transition: 0.4s all ease-in-out;
}
.blog-card .blog-img{
    height: 200px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;

}
.blog-card .blog-img img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: 0.4s all ease-in-out;
}
.blog-card .blog-details h4.title{
    font-size: 1.5rem;
    text-transform: capitalize;
    color: #201e1e;
    margin-bottom: 10px;
    font-family: "Proxima Soft";
    font-weight: 600;
}
.blog-detail-img{
    height: 480px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 28px;
}
.blog-detail-img img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/*======================================file uplode ====================================*/
/* Container styling */
.file-upload-container {
	display: flex;
	align-items: center;
	gap: 1rem;
	font-family: sans-serif;
  }
  
  /* Label styling for the custom button */
  .custom-label {
	background-color: rgb(220, 214, 224);
	color: white;
	padding: 0.5rem 1rem;
	border-radius: 0.3rem;
	cursor: pointer;
	font-size: 1rem;
  }
  
  /* File name styling */
  .file-chosen {
	font-size: 1rem;
	color: #555;
  }

  .blog-description a {
	color: rgb(62, 62, 184); 
	text-decoration: underline; 
  }
  
  .blog-description a:hover {
	color: rgb(110, 110, 148);
  }

  /* Custom font sizes for Quill editor */
.ql-size-small {
	font-size: 12px !important;
  }
  
  .ql-size-medium {
	font-size: 16px !important;
  }
  
  .ql-size-large {
	font-size: 24px !important;
  }
  
  .ql-size-huge {
	font-size: 32px !important;
  }
  

