.parent-cell {
	height: 88px !important;
}

.parent-text {
	line-height: 22px !important;
}

.text-ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 116px !important;
}

.gpu-parent-div > div,
.memory-parent-div > div,
.cpu-parent-div > div,
.disk-parent-div > div {
	white-space: unset !important;
	line-height: 20px !important;
	min-height: 40px;
}

.filter-benchmark,
.filter-gpu,
.filter-regions {
	width: auto !important;
	min-width: 120px !important;
	color: #ffffff;
}

.filter-option-inner-inner {
	padding-right: 5px;
}
.multiselect-filter{
	
	margin: 10px;
}
.multiselect-all {
	
	font-size: 14px !important;

}
.multiselect-all .form-check-input{
	appearance: none;
	position: relative;
	top: 2px;
	width: 1rem;
	height: 1rem;	
}
body[data-theme='dark'] .multiselect-all .form-check-input{
	appearance: none;
    position: relative;
    top: 2px;
    width: 1rem;
    height: 1rem;
}

body[data-theme='dark'] .multiselect-container{
	background-color: #031021;
	border: 0;
}

body[data-theme='dark'] .multiselect-search{
	background-color: #031021;
	border: 0;
    color: white;
}


.filter-benchmark option,
.filter-gpu option,
.filter-regions option {
	color: black;
}

.no-data {
	color: #ffffff;
}

a,
a:visited,
a:hover,
a:active {
	color: #ffffff;
}

.flex-end {
	justify-content: flex-end !important;
}

.cursor-default {
	cursor: default !important;
}

.cursor-not-allowed {
	cursor: not-allowed !important;
}

.nav-paging {
	width: 50% !important;
}

.parent-paging {
	left: 28% !important;
}

.parent-search-hash {
	gap: 10px !important;
}

.div-search-hash {
	width: 500px !important;
	line-height: 22px !important;
	font-size: 14px !important;
}

.div-search-hash input {
	color: #f5f5f599 !important;
	background: transparent !important;
	border: none !important;
	outline: 0px !important;
	text-decoration: none !important;
	font-family: 'Montserrat', Helvetica !important;
	width: 500px;
}

.cursor-pointer {
	cursor: pointer;
}

.padding-2-18 {
	padding: 2px 18px !important;
}

.linux-cmd {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px;
	color: #FFFFFF;
	/* margin-top: 10px;
	line-height: 22px;
	cursor: pointer;
	color: #f9f9f9;
	background: #300a24;
	padding: 15px;
	border-radius: 8px; */
}

.frame-wrapper {
	top: 138px !important;
}

.stats {
	top: 746px !important;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown ul {
	width: 100%;
}

.download-btn.open > .dropdown-content {
	display: block;
}

.dropdown-content {
	display: none;
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	width: 100%;
	/* background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
	border-radius: 8px;
	border: 1px solid rgba(184, 195, 225, 0.10);
	background: linear-gradient(178deg, #081228 2.25%, #040912 114.69%);
	backdrop-filter: blur(15px);
	z-index: 1;
}

.dropdown-annex {
	display: none;
	position: absolute;
	top: -12px;
	left: calc(100% + 10px);
	padding: 12px 18px;
	word-break: break-word;
	border-radius: 8px;
	border: 1px solid rgba(184, 195, 225, 0.10);
	background: linear-gradient(178deg, #081228 2.25%, #040912 114.69%);
	backdrop-filter: blur(15px);
	z-index: 1;
}

.dropdown.open .dropdown-content {
	display: flex;
	flex-direction: column;
	width: 335px;
	align-items: flex-start;
	gap: 4px;
	position: absolute;
	top: 40px;
	right: -15px;
	background-color: #d9d9d903;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid;
	border-color: transparent;
	backdrop-filter: blur(30px) brightness(100%);
	-webkit-backdrop-filter: blur(30px) brightness(100%);
	border-image: radial-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.12)) 1;
}

.dropdown-item {
	text-decoration: none;
	display: block;
	color: #333;
	cursor: pointer;
}

.dropdown-item .highlight-item > div {
	width: 100%;
	vertical-align: middle;
}

.dropdown-item .highlight-item {
	padding: 12px 18px;
	margin: 3px;
}

.dropdown-item .highlight-item:hover {
	background: linear-gradient(92deg, rgba(210, 238, 255, 0.10) -19.31%, rgba(92, 189, 255, 0.10) 8.35%, rgba(82, 142, 252, 0.10) 40.93%, rgba(139, 148, 243, 0.10) 66.13%, rgba(160, 143, 206, 0.10) 98.71%);
	border-radius: 8px;
}

.dropdown-item.item-linux {
	position: relative;
}

.item-linux .highlight-item > div {
	display: flex;
	justify-content: space-between;
}

.item-linux .highlight-item:hover~.linux-cmd {
	display: block;
}

.dropdown-item > .div-wrapper {
	background: none !important;
}

div.region-select {
	height: 40px;
	width: 200px;
}
div.region-select .dropdown {
	margin-top: 5px;
}

span.gradient {
	background: linear-gradient(90deg, #D2EEFF 1.33%, #5CBDFF 24.45%, #528EFC 51.67%, #8B94F3 72.73%, #A08FCE 99.95%);
	/* background: linear-gradient(92deg, #D2EEFF -19.31%, #5CBDFF 8.35%, #528EFC 40.93%, #8B94F3 66.13%, #A08FCE 98.71%); */
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 21px;
}

span.gradient .ungradient {
	-webkit-text-fill-color: #FFFFFF;
	font-family: 'Arial', sans-serif;
}

.download-text-btn img {
	vertical-align: sub;
	height: 20px;
}

.dropdown-item .windows {
	height: 25px;
}

.dropdown-item .linux {
	height: 22px;
}

.dropdown-item .copy-icon {
	height: 16px;
}

div.marketplace-button {
	background: linear-gradient(91.5deg, rgba(210, 238, 255, 0.25) -19.31%, rgba(92, 189, 255, 0.25) 8.35%, rgba(82, 142, 252, 0.25) 40.93%, rgba(139, 148, 243, 0.25) 66.13%, rgba(160, 143, 206, 0.25) 98.71%);
	backdrop-filter: blur(2px);
	border-radius: 8px;
	width: 208px;
	height: 45px;
}

.marketplace-button img.download-fluxcore {
	width: 142px;
}
.marketplace-button img.img {
	position: absolute;
	right: -34px;
	top: -2px;
}
.marketplace-button .dropdown-content {
	left: -16px;
	top: 29px;
}

[class^='gpu-column-'],
[class^='memory-column-'],
[class^='cpu-column-'],
[class^='disk-column-'] {
	width: auto !important;
}

.hidden {
	display: none;
}

.img-gpu {
	max-width: 21px;
}

div.gpu-select {
	height: 40px;
}

.filter-gpu {
	margin-top: 5px;
}

.bootstrap-select.filter-gpu {
	width: auto !important;
}

.filter-benchmark .div-wrapper,
.filter-gpu .div-wrapper,
.filter-regions .div-wrapper {
	background: none !important;
	align-items: center;
	justify-content: center;
}

.select-box .dropdown-menu.open li > a:hover {
	background: linear-gradient(180deg, rgba(210, 238, 255, 0.1) 0%, rgba(92, 189, 255, 0.1) 23.44%, rgba(82, 142, 252, 0.1) 51.04%, rgba(139, 148, 243, 0.1) 72.4%, rgba(160, 143, 206, 0.1) 100%) !important;
}

.bootstrap-select .dropdown-menu li {
	margin: 6px !important;
}

select.select-box {
	display: none !important;
}

.width-100 {
	width: 100% !important;
}

.mt-15 {
	margin-top: 15px;
}

.m-5 {
	margin: 5px !important;
}

/*custom jquery class*/
.ui-slider-range {
	background-color: #2b61d1 !important;
}

.ui-widget-content {
	border: 0px !important;
}

.ui-state-focus:focus-visible {
	outline: #2b61d1 !important;
}

.ui-slider-horizontal {
    height: 6px !important;
}

.ui-slider-handle {
	width: 14px !important;
	height: 14px !important;
	border-radius: 7px !important;
}
/*custom jquery class*/

.modal-filter-width {
	max-width: 840px !important;
}

.modal-filter {
	position: fixed;
	/* top: 105px;
	left: 25%; */
	overflow-y: hidden !important;
}

.custom-slider-label {
	justify-content: space-between;
	width: 100%;
}

/*
.parent-filter {
	max-width: 1024px;
}

.default-hover:hover {
	background: linear-gradient(180deg, rgba(210, 238, 255, 0.1) 0%, rgba(92, 189, 255, 0.1) 23.44%, rgba(82, 142, 252, 0.1) 51.04%, rgba(139, 148, 243, 0.1) 72.4%, rgba(160, 143, 206, 0.1) 100%) !important;
}

.modal-filter-width {
	max-width: 1024px;
}

.modal-filter {
	position: fixed;
	top: 102px;
	overflow-y: hidden !important;
}

.parent-filter {
	padding: 10px !important;
}

div[class*="advance-filter-column-"] {
	margin: 5px !important;
}

.div-filter {
	padding: 0px 0px 24px !important;
}*/

div.footer {
	width: 100%;
	padding: 64px 0;
}

.footer .rw {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer .social {
	display: inline-flex;
	gap: 24px;
}

.footer .social img {
	height: 24px;
}

.rw.trademark {
	margin-top: 32px;
	padding-top: 32px;
}

.footer .trademark {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.1px;
	color: #A5ACBA;
}

.footer .condition {
	display: inline-flex;
	gap: 48px;
}

.footer .condition a {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -0.1px;
	color: #A5ACBA;
}

/*modal-dialog-centered from bootstrap 4*/
.modal-dialog-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (65px));
}

.modal-width {
	width: 1220px;
}

.modal-content {
	width: fit-content;
	background: linear-gradient(180deg, rgb(7.74, 18.36, 40.37) 0%, rgb(4.37, 8.82, 18.06) 100%);
	border-radius: 21.51px;
}

.modal-scroll {
	justify-content: unset !important;
	max-height: 720px;
	overflow-y: auto;
	padding-left: 5px;
	padding-right: 5px;
}

.modal-open {
	overflow-y: auto;
}

.sort-desc::after {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(../images/polygon-627.svg) no-repeat center;
}

.sort-asc::after {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(../images/polygon-627.svg) no-repeat center;
	transform: rotate(180deg);
}

.header-background {
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	max-height: 971px !important;
}

.div-header-background {
	height: 100% !important;
}

.img-header-background {
	width: 100%;
	height: 100% !important;
	max-height: 971px !important;
}

.gradient-background-1,
.gradient-background-2,
.gradient-background-3,
.gradient-background-4 {
	max-height: 971px !important;
}

.gradient-background-4 {
	height: 100% !important;
}

.modal-info .modal-content .frame-wrapper-2 {
	border-radius: 20px;
}

.theme-mode {
	display: inline-flex;
	align-items: flex-start;
	gap: 12px;
	padding: 8px 12px;
	position: relative;
	border-radius: 7.73px;
	border: 0.97px solid;
	border-color: rgba(184, 195, 225, 0.25);
}

.theme-mode .img {
	position: relative;
	width: 23.2px;
	height: 23.2px;
}

.theme-light:hover, .theme-dark:hover {
	cursor: pointer;
}

body[data-theme='dark'] .header-logo,
body[data-theme='dark'] .footer-logo {
	content: url(../images/logo-dark.svg);
}

.filter-benchmark .dropdown-menu.open,
.filter-regions .dropdown-menu.open {
	top: 100%;
	overflow: visible !important;
}

.filter-benchmark .inner.open,
.filter-regions .inner.open {
	overflow-y: hidden !important;
}

.gpu-select .dropdown-menu.open {
	top: 100%;
	min-height: fit-content !important;
}

.caret {
	border-top: 4px dashed !important;
	border-bottom: unset !important;
}

.tabel-FAQ {
	min-width: 75%;
}

.tabel-FAQ .item-FAQ,
.tabel-FAQ .content-wrapper {
	height: fit-content;
}

.tabel-FAQ .content-wrapper .supporting-text {
	display: none;
}

.modal-welcome-width {
	max-width: 840px !important;
	width: 760px !important;
}

.modal-welcome {
	position: fixed;
	overflow-y: hidden !important;
}

.frame-welcome {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 30px;
	padding: 50px;
	position: relative;
	background-color: #18213c;
	border-radius: 25px;
	border: 1px solid;
	border-color: rgba(184, 195, 225, 0.25);
	box-shadow:
		4px 4px 24px 0px rgba(43, 97, 209, 0.13),
		0px 0px 3px 0px rgba(43, 97, 209, 0.08);
}

.frame-welcome .div-wrapper-welcome {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
	position: relative;
}

.div-wrapper-welcome .header {
	color: #FFFFFF;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	max-width: 476px;
}

.div-wrapper-welcome .header .brand {
	color: #2b61d1;
	font-weight: 600;
}

.div-wrapper-welcome p {
	color: #FFFFFF;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.buttons-row-welcome {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	position: relative;
	margin-top: 20px;
}

.buttons-row-welcome .button-second-menu-welcome {
	display: inline-flex;
	min-width: 110px;
	height: 40px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 4px 16px;
	position: relative;
	flex: 0 0 auto;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid;
	border-color: rgba(184, 195, 225, 0.25) !important;
	box-sizing: border-box;
	background: transparent;
}

.buttons-row-welcome .button-second-menu-welcome:hover {
	background-color: #2b61d1;
	border-bottom-style: solid;
}

.buttons-row-welcome .text-welcome {
	position: relative;
	flex: 1;
	font-family: 'Montserrat-Medium', Helvetica;
	font-weight: 500;
	color: #ffffff !important;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0;
	line-height: 20px;
}

.frame .benchmark-mobile {
	display: none;
}

.parent-mobile-button {
	display: none;
}