/*********  Animal Common Styles  ***********/
:root {
	--animaMainColor: #456108;
	--animalLightColor: #5d820e;
	--animalLightBlackMediumColor: #e9e9e9;
	--animalLightGreen: #eef2e6;
	--animalBkgLight: #f4f4f4;
	--animalBlack: #2b292b;
	--animalGray: '#5d595e';
	--shadowFloatingCard: rgba(43, 41, 43, 0.2);
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	margin: 0;
	padding: 0;
	border: 0
}

::-webkit-scrollbar {
	width: 13px;
	background-color: #fff;
}

::-webkit-scrollbar-track {
	background: #fff;
}

::-webkit-scrollbar-thumb {
	background-color: #babac0;
	border-radius: 13px;
	border: 4px solid #fff;
}

::-webkit-scrollbar-button {
	display:none;
}

body {
	font-size: 16px;
	color: #3b3b4d;
	background: #ffffff;
}

html,
body {
	height: 100%;
}

.cursor {
	cursor: pointer;
}

.flex {
	display: flex;
}

.row-content {
	height: 100%;
	padding: 0px 0px 0px 0px;

}

.table-content {
	margin-top: 130px;
}

.page-wrapper {
	padding: 20px 20px 20px 0px;
}

/* Page title */

.page-title {
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
	padding: 20px 20px 20px 0px;
}

.page-title span {
	width: 255px;
	height: 34px;
	margin: 0 0 0 16px;
	font-family: Montserrat;
	font-size: 24px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	color: #353036;

}

.text-span {
	width: 492px;
	height: 38px;
	margin: 0 0 0 16px;
	margin: 16px 0 0;
	opacity: 0.6;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	letter-spacing: normal;
	color: #353036;
}

/*** Form ***/
.input-wrapper {
	display: flex;
	flex-direction: column;
	margin-bottom: 21px;
}

/* Form labels */
.form-label {
	margin: 0 12px 7px 0;
	opacity: 0.6;
	font-family: Open Sans;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: normal;
	color: var(--animalGray);
}

/* Form input */
.form-input {
	width: 512px;
	height: 40px;
	padding: 8px 12px 10px 10px;
	border-radius: 6px;
	background-color: rgb(194, 24, 91, 0.05);
	border: none;
	margin: 0 4px 2px 0;
	font-family: Open Sans;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: var(--animalBlack);
}

.small-input {
	width: 242px;
	margin-right: 20px;
}

.large-input {
	width: 992px;
}

/* Radio button */
.radio-box {
	display: flex;
	justify-content: center;
	float: left;
	padding: 9px 11.9px 9px 12.1px;
	border-radius: 6px;
	background-color: rgb(194, 24, 91, 0.05);
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #353036;
}

.radio-box span {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #353036;
}

.radio-button input[type="radio"] {
	display: none;
}

.radio-button input[type=radio]:checked+span {
	background-color: var(--animaMainColor);
	color: #ffffff;
}


/* Dropdown */
.dropdown-input {
	cursor: pointer;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;

	background-image: url(../img/ic-dropdown.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
	background-size: 25px;
	background-color: rgb(194, 24, 91, 0.05);

	width: 400px;
	height: 40px;
	padding: 8px 8px 8px 10px;
	margin: 0 0 19px;
	border-radius: 6px;
	border: none;

	font-family: Open Sans;
	color: rgb(28, 40, 60, 0.2);
	font-size: 16px;

	border-radius: 6px;
}

.dropdown {
	cursor: pointer;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;

	background-image: url(../img/ic-dropdown.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
	background-size: 25px;
	background-color: rgb(194, 24, 91, 0.05);

	width: 510px;
	height: 40px;
	padding: 8px 8px 8px 10px;
	margin: 0 0 19px;
	border-radius: 6px;
	border: none;

	font-family: Open Sans;
	color: rgb(28, 40, 60, 0.2);
	font-size: 16px;

	border-radius: 6px;
}

.dropdown .droppdown-btn {
	border-radius: 6px;
	background-color: rgb(194, 24, 91, 0.05);
	box-shadow: 3px 3px 10px 6px rgba(0, 0, 0, 0.06);
	font-family: Open Sans;
	color: rgb(28, 40, 60, 0.2);
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.dropdown-item-selected {
	background-color: #ffffff;
	color: var(--animaMainColor);
	background-image: url("../img/ic-check-color.svg");
	background-repeat: no-repeat;
	background-position: calc(100% - 10px);
	margin: 0px;
}

.dropdown-item-selected:hover {
	color: #ffffff;
	background-color: var(--animaMainColor);
	background-image: url("../img/ic-check-white.svg");
	background-repeat: no-repeat;
	background-position: calc(100% - 10px);
	margin: 0px;
}

.dropdown .dropdown-btn:hover {
	font-family: Open Sans;
	color: var(--animalBlack);
}

.droppdown .dropdown-box {
	position: absolute;
	width: 400px;
	height: 304px;
	margin: 8px 0 0;
	padding: 7px 0 0;
	object-fit: contain;
	border-radius: 8px;
	box-shadow: 0 2px 16px 1px var(--shadowFloatingCard);
	border: solid 0.5px var(--animalLightBlackMediumColor);
	background-color: #ffffff;
}

.droppdown .dropdown-box .dropdown-item {
	width: 400px;
	height: 48px;
	margin: 49px 0 1px;
	padding: 14px 36px 12px 16px;
	font-family: OpenSans;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
}

.droppdown .dropdown-box .dropdown-item:hover {
	background-color: var(--animaMainColor);
	color: #ffffff;
}

.droppdown .dropdown-box .dropdown-item:focus {
	background-color: #ffffff;
	color: var(--animaMainColor);
}

.dropdown-input:focus {
	border: solid 1px var(--animaMainColor);
}

.dropdown-input:hover {
	font-family: Open Sans;
	color: var(--animalBlack);
}

.dropdown-options {
	border: none;
	border-radius: 6px;
	margin-top: 8px;
}

.dropdown-list {
	box-shadow: 0px 5px 10px var(--animaMainColor);
	background-color: #ffffff;

	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url(../img/ic-dropdown.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
	background-size: 25px;
	background-color: rgb(194, 24, 91, 0.05);
	width: 508px;
	height: 40px;
	padding: 8px 8px 8px 10px;
	font-family: Open Sans;
	color: var(--animalBlack);
	border: none;
	border-radius: 6px;
	margin-top: 8px;
}


.dropdown-option.dropdwon-option:hover {
	box-shadow: 0px 5px 10px var(--animaMainColor);
}

.dropdown-list.dropdwon-option:focus {
	background-image: url(img/ic-check.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
	background-size: 25px;

	width: 400px;
	height: 48px;
	margin: 0 0 1px;
	padding: 12px 8px 12px 16px;
	background-color: var(--animaMainColor);
}

.dropdown-list.selected-option {
	box-shadow: 0px 5px 10px var(--animaMainColor);
	font-family: Open Sans;
	color: var(--animalBlack);
	margin-top: 8px;

	background-image: url(img/ic-check.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
	background-size: 25px;

	width: 400px;
	height: 48px;
	margin: 0 0 1px;
	padding: 12px 8px 12px 16px;
	background-color: #ffffff;

	font-family: Open Sans;
	color: var(--animaMainColor);
	font-size: 16px;
}

option {
	border: none;
	border-radius: 6px;
	margin-top: 8px !important;

	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;

	background-image: url(../img/ic-dropdown.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
	background-size: 25px;
	background-color: rgb(194, 24, 91, 0.05);

	width: 508px;
	height: 40px;
	padding: 8px 8px 8px 10px;
	border-radius: 6px;
	border: none;

	font-family: Open Sans;
	color: var(--animalBlack);
	font-size: 16px;
}

/* Input area */
.form-input-area {
	width: 512px;
	height: 87px;
	padding: 15px 12px 17px 10px;
	border-radius: 6px;
	background-color: rgb(194, 24, 91, 0.05);
	border: none;
	font-family: Open Sans;
	font-size: 16px;
	font-weight: normal;
	color: var(--animalBlack);
}

/* Buttons */
.form-button {
	width: 168px;
	height: 40px;
	padding: 8px 16px;
	border-radius: 8px;
	border: none;
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	margin-right: 16px;
}

/* Menu tittle */
.submit {
	background-color: var(--animaMainColor);
	color: #ffffff;
}

.cancel {
	background-color: var(--animalLightBlackMediumColor);
	color: var(--animalBlack);
}

/* Menu title of dashboards menus */
.title {
	width: 255px;
	height: 34px;
	font-family: Montserrat;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	color: #353036;
}

.rectangle-Title {

	margin: 103px 219px 24px 80px;
	background-color: var(--icon-white);


}

/* Search Button of search bar */
.search-icon {
	width: 24px;
	height: 24px;
	margin: 0 8px 0 0;
	object-fit: contain;
	opacity: 0.6;
}



.search-container>img {
	flex: 1;
	width: 24px;
	height: 24px;

}

/*Text of search bar*/
.search-text {
	width: 930px;
	height: 22px;
	margin: 0 0 2px 8px;
	opacity: 0.6;
	font-family: Open Sans;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: var(--animalBlack);
}

.search-container>input {
	width: 100%;
	border: none;
	background: none;
	margin-left: 6px;
	font-family: 'Open Sans';
	font-size: 16px;
}

/*Search container*/
.search-container {
	width: 100%;
	height: 40px;
	margin: 24px 0px 0px 0px;
	position: relative;
	padding: 10px 10px 10px 13px;
	display: flex;
	max-width: 100%;
	background-color: var(--animalBkgLight);
	border-radius: 6px;

}

/*Menu */
.menu-title {
	height: 100%;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	gap: 7%;
}

.menu-title-item {

	/* width: 140px; */
	max-height: 100%;
	/* margin: 24px 7% 16px 0px; */
	margin: 24px 0 16px;
	;


}

/* Features Titles  */
.menu-title-item ul .menu-sec {
	width: 190px;
	padding: 10px;
	font-family: Montserrat;
	font-size: 16px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	color: var(--animalBlack);
}

.menu-title-item ul .menu-thi:hover {
	border-radius: 6px;
	background-color: var(--animalLightGreen);
}

/* Inputs of the menu */
.menu-title-item ul .menu-thi {
	cursor: pointer;
	padding: 10px;
	/* width: 168px; */
	max-width: 200px;
	font-family: Open Sans;
	font-weight: bold;
	font-size: 14px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: normal;
	color: var(--animaMainColor);
}

/* Advanced search button */
.advanced-search {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url(../img/ic-advancedsearch.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
	background-size: 25px;
	background-color: rgb(194, 24, 91, 0.05);
}

/* Buttons Search & export */

.search-button-red {
	background-color: var(--animaMainColor);

}

.search-button-red:hover {
	background-color: var(--animalLightColor);
}

.export-button-black {
	background-color: var(--animalBlack);
}

.button-gray {
	background-color: var(--animalLightBlackMediumColor);
}

.button-white {
	background-color: #fcf3f7;
	color: #353036 important !;
}

.export-button-black:hover {
	background-color: #576783;
}

.text-button {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	font-family: Open Sans;
	font-size: 16px;
	font-weight: bold;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	outline: none;
}



.line-row {
	height: 50px;
	padding: 5px;
	width: 100%;
}

.filter-form-input {
	display: inline-block;
	width: 242px;
	height: 40px;
	color: var(--animalBlack);
	font-family: Open Sans;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	border-radius: 6px;
	background-color: #fcf3f7;
	border: none;
	outline: none;
	padding: 0 20px;
	margin: 5px 0;
	appearance: none;
	background-image: url(../img/ic-dropdown.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
	background-size: 25px;
}

.filter-input-row {
	margin-left: 80px;
	margin-bottom: 106px;
}

.form-item {
	margin-bottom: 5px;
	margin-right: 25px;
}

.filter-inline-btn {
	height: 40px;
	width: 112px;
	margin-top: 5px;
}

.filter-fl {
	float: left !important;
	background-image: url(../img/ic-schedule.svg) no-repeat;
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
	background-size: 25px;
}

.search-detail {
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	border: solid 1px #eee;
	list-style: none;
	background: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgba(153, 153, 153, 0.20);
	border-radius: 2px;
	padding: 0 15px;
}

.search-li {
	width: 100%;
	height: 30px;
	border-bottom: solid 1px #F4F7FC;
	line-height: 30px;
	cursor: pointer;
	font-family: Open Sans;
	font-size: 12px;
	color: #999999;
}

.search-li:last-child {
	border-bottom: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
	width: 20px;
	height: 20px;
	padding: 0px 5px 2px 0px;
	margin: 3px 0px 0px 0px;
	object-fit: contain;
	opacity: 0.6;
	background: url(../img/ic-schedule.svg) no-repeat;
}

input[type=time]::-webkit-calendar-picker-indicator {
	width: 20px;
	height: 20px;
	padding: 0px 5px 2px 0px;
	margin: 3px 0px 0px 0px;
	object-fit: contain;
	opacity: 0.6;
	background: url(../img/ic-time.svg) no-repeat;
}

.full-page {
	height: 100%;
}

.page-title-tables {
	padding: 0px 0px 0px 80px;
}

.layout-container {
	resize: horizontal;
	margin: 0px 80px 0px 80px;
	padding: 0px 0px 0px 0px;
}

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

@media screen and (max-width: 1024px) {
	.layout-container {
		margin: 0% 7% 0% 7%;
	}

	.row-content {
		margin: 0% 7% 0% 7%;
	}
}

@media screen and (max-width: 1208px) {
	.layout-container {
		margin: 0% 10% 0% 10%;
	}

	.row-content {
		margin: 0% 10% 0% 10%;
	}
}

.jqstooltip {
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
   box-sizing: content-box;
}