:root {
	--varSecondaryColor: "";
	--varSecondaryWithOpacityColor: "";
	--varImageForSmallScreen: "";
	--varImageFromBiggerScreen: "";
}

.greenBackground {
	background-color: #7ed957 !important;
}

.greenBackgroundWithWhite {
	background-color: #7ed957 !important;
	color: #000 !important;
}

.orangeColor {
	color: var(--varSecondaryColor)
}

.orangeBackground {
	background-color: var(--varSecondaryColor)
}

.wrapper .search_box {
	background: #fff;
	border-radius: 5px;
	min-height: 65px;
	display: flex;
	padding: 10px;
	box-shadow: 0 8px 6px -10px #b3c6ff;
}

.wrapper .search_box .dropdown {
	width: 100%;
	display: flex;
	align-items: center;
	border-right: 2px solid #dde2f1;
	position: relative;
	cursor: pointer;
}

.wrapper .search_box .dropdown .default_option {
	padding: 13px 15px;
	font-size: 16px;
}

.wrapper .search_box .dropdown ul {
	position: absolute;
	top: 70px;
	left: -10px;
	background: #fff;
	width: 100%;
	list-style-type: none;
	border-radius: 5px;
	padding: 20px;
	display: none;
	box-shadow: 8px 8px 6px -10px #b3c6ff;
}

.wrapper .search_box .dropdown ul.active {
	display: block;
}

.wrapper .search_box .dropdown ul li {
	padding-bottom: 20px;
}

.wrapper .search_box .dropdown ul li:last-child {
	padding-bottom: 0;
}

.wrapper .search_box .dropdown ul li:hover {
	color: #6f768d;
}

.wrapper .search_box .dropdown:before {
	content: "";
	position: absolute;
	top: 18px;
	right: 5px;
	border: 8px solid;
	border-color: var(--varSecondaryColor) transparent transparent
		transparent;
}

.wrapper .search_box .search_field {
	width: 100%;
}

.wrapper .search_box .search_field .input {
	width: 100%;
	height: auto; /* Allow height to adjust if text wraps */
	border: 0px;
	font-size: 16px;
	padding: 13px 15px;
	color: #6f768d;
	font-family: 'Raleway', sans-serif;
	white-space: normal;
	word-wrap: break-word !important;
	overflow-wrap: break-word !important;
	overflow: visible !important;
	overflow-clip-margin: 50px !important;
}

.custom-dropdown {
	display: flex;
}

.custom-dropdown .dropdown-list {
	z-index: 1;
	display: none;
	border: 1px solid #ccc;
	width: 100%;
	max-height: 243px; /* Maximum height */
	overflow-y: auto; /* Enable vertical scrollbar if needed */
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 70px;
	left: 0px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 8px 8px 6px -10px #b3c6ff;
	word-wrap: break-word; /* Break long words */
	overflow-wrap: break-word;
}

.wrapper .search_box .search_field .input:focus-visible {
	outline: none !important;
}

.wrapper .search_box .search_field .fas {
	position: absolute;
	top: 10px;
	right: 0px;
	font-size: 22px;
	color: var(--varSecondaryColor);
	cursor: pointer;
}

.custom-dropdown {
	position: relative;
	width: 100%;
	height: 100%;
}

.dropdown-list.show {
	display: block;
}

.option {
	padding: 8px 10px;
	cursor: pointer;
}

.option:hover {
	background-color: #f0f0f0;
}

.fixed-option {
	padding: 8px 10px;
	cursor: pointer;
	border-top: 1px solid #ccc;
}

.input:focus+.dropdown-list {
	display: block;
}

.dropdown-list {
	z-index: 1;
	display: none;
	border: 1px solid #ccc;
	border-top: none;
	width: calc(100% - 2px); /* Adjusted width to account for border */
	max-height: 243px; /* Maximum height */
	overflow-y: auto; /* Enable vertical scrollbar if needed */
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 70px;
	left: 0px;
	background: #fff;
	width: 100%;
	border-radius: 5px;
	height: auto;
	display: none;
	box-shadow: 8px 8px 6px -10px #b3c6ff;
}

.quickGuideVideoTheame {
	object-fit: cover !important;
	height: inherit;
}

.dropdown-list.show {
	display: block;
}

.show {
	display: block !important;
}

#removeNowrap1 {
	gap: 10px;
	align-items: baseline;
}

#companyNameDiv {
	display: none;
}

.search_box {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 1rem;
	border-right: 0px;
	border-bottom: 2px solid #dde2f1;
}

.wrapper .search_box .dropdown {
	border-right: 0px;
	border-bottom: 2px solid #dde2f1;
}

.dropdown ul {
	z-index: 2;
}

.custom-dropdown .dropdown-list {
	top: 60px;
}