* {
	font-family: 'Montserrat', sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

::-webkit-scrollbar {
	-webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
	width: 12px;
}

::-webkit-scrollbar:horizontal {
	height: 12px;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #ffffff;
}

.custom-scrollbar {
	height: 200px;
	overflow-y: scroll;
}

.custom-scrollbar::-webkit-scrollbar {
	width: 10px;
	height: 15px;
	-webkit-appearance: none;
}

.custom-scrllbar::-webkit-scrollbar-track {
	background: #5d646d;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 14px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.custom-scrollbar {
	scrollbar-width: thin;
	scrollbar-color: #eeeeee #003581;
}

.light.custom-scrollbar {
	scrollbar-width: thin;
	scrollbar-color: #003581 #900505;
}

.search-section.custom-scrollbar {
	scrollbar-color: #eeeeee #181818;
}

.light.custom-scrollbar {
}

body {
	font-family: 'Roboto', sans-serif;
	background-color: #f4f7fe;
}

input,
button,
a {
	font-family: 'Roboto', sans-serif;
}

p {
	color: #495057;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Roboto', sans-serif;
}

h1 {
	font-size: 2rem;
}

h2 {
	font-size: 1.4rem;
}

h3 {
	font-size: 1.2rem;
}

h4 {
	font-size: 1rem;
}

h5 {
	font-size: 0.8rem;
}

a {
	color: #3a57e8;
	overflow: hidden;
	position: relative;
	display: inline-flex;
	text-decoration: none;
	font-size: 0.9rem;
}

a::before,
a::after {
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
}

a::before {
	background-color: #003581;
	height: 2px;
	bottom: 0;
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}

a::after {
	content: attr(data-replace);
	height: 100%;
	top: 0;
	transform-origin: 100% 50%;
	transform: translate3d(200%, 0, 0);
	transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
	color: #003581;
}

a:hover::before {
	transform-origin: 0% 50%;
	transform: scaleX(1);
}

a:hover::after {
	transform: translate3d(0, 0, 0);
}

a span {
	display: inline-block;
	transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}

a:hover span {
	transform: translate3d(-200%, 0, 0);
}

#debug-icon a {
	display: block;
}

.spl-hd {
	text-align: center;
	color: #000000;
	padding: 40px 0 15px 0;
	line-height: 10px;
	overflow: hidden;
}

.spl-hd span {
	display: inline-block;
	position: relative;
}

.spl-hd span:before,
.spl-hd span:after {
	content: '';
	position: absolute;
	height: 5px;
	border-bottom: 1px solid gray;
	border-top: 1px solid darkgray;
	top: 0;
	width: 200%;
}

.spl-hd span:before {
	right: 100%;
	margin-right: 15px;
}

.spl-hd span:after {
	left: 100%;
	margin-left: 15px;
}

.btn-primary {
	background-color: #79b828;
	border: none;
}

.btn-primary:hover {
	background-color: #9be04c;
}

.btn-second {
	background-color: white;
	border: 1px solid #79b828 !important;
	color: #79b828 !important;
}

.btn-second:hover {
	background-color: #9be04c;
	color: Black !important;
}

.btn-secondary {
	background: darkblue;
	padding: 15px;
	font-size: 16px;
	line-height: 16px;
	height: fit-content;
	min-width: 100px;
}

.btn-secondary:hover {
	background-color: #9be04c;
	color: Black !important;
}

.small {
	font-size: 11px;
	line-height: 16px;
	display: flex;
	font-weight: normal;
}

.mute {
	color: var(--bs-gray-600);
}

a.small,
.small.mute {
	margin-top: 3px;
}

.content {
	padding: 7rem 0;
}

.logo-login {
	max-width: 150px;
}

.half,
.half .container > .row {
	height: 100vh;
}

.half .contents,
.half .bg {
	width: 50%;
	position: relative;
}

.half .contents .form-group,
.half .bg .form-group {
	overflow: hidden;
	margin-bottom: 0;
	border: 1px solid #efefef;
	padding: 15px 15px;
	border-bottom: none;
	position: relative;
	background-color: var(--bs-white);
}

.footer {
	font-size: 14px;
	text-align: center;
	bottom: 10px;
	padding: 5px 20px;
	position: absolute;
	border-top: 1px solid #cccccc;
	width: 100%;
	left: 0;
}

.half .contents .form-group input:focus + label,
.half .bg .form-group input:focus + label {
	margin-top: -20px;
}

.half .contents .form-group.first,
.half .bg .form-group.first {
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

.half .contents .form-group.last,
.half .bg .form-group.last {
	border-bottom: 1px solid #efefef;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

.half .contents .form-group label,
.half .bg .form-group label {
	font-size: 12px;
	display: block;
	margin-bottom: 0;
	color: var(--bs-gray-900);
}

.half .contents .form-group.field--not-empty label,
.half .bg .form-group.field--not-empty label {
	margin-top: -20px;
}

.half .contents .form-control,
.half .bg .form-control {
	padding: 5px 10px;
	font-size: 20px;
}

.half .contents .form-control:active,
.half .contents .form-control:focus,
.half .bg .form-control:active,
.half .bg .form-control:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.half .bg {
	background-size: cover;
	background-position: center;
}

.half a {
	color: #888;
	text-decoration: underline;
}

.half .btn {
	height: 45px;
	padding-left: 30px;
	padding-right: 30px;
	background: #79b828;
	border: none;
	justify-content: center;
	display: flex;
}

.half .forgot-pass {
	position: relative;
	top: 2px;
	font-size: 14px;
}

.control {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
	cursor: pointer;
	font-size: 14px;
}

.control .caption {
	position: relative;
	top: 0.2rem;
	color: #888;
}

.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.control__indicator {
	position: absolute;
	top: 2px;
	left: 0;
	height: 20px;
	width: 20px;
	background: #e6e6e6;
	border-radius: 4px;
}

.control--radio .control__indicator {
	border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
	background: #cccccc;
}

.control input:checked ~ .control__indicator {
	background: #007bff;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
	background: #1a88ff;
}

.control input:disabled ~ .control__indicator {
	background: #e6e6e6;
	opacity: 0.9;
	pointer-events: none;
}

.control__indicator:after {
	font: normal normal normal 14px / 1 FontAwesome;
	content: '\f00c';
	position: absolute;
	display: none;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.control input:checked ~ .control__indicator:after {
	display: block;
	color: #ffffff;
}

.control--checkbox .control__indicator:after {
	top: 50%;
	left: 50%;
	margin-top: -1px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.control--checkbox input:disabled ~ .control__indicator:after {
	border-color: #7b7b7b;
}

.control--checkbox input:disabled:checked ~ .control__indicator {
	background-color: #7e0cf5;
	opacity: 0.2;
}

.instrustion {
	background: rgb(0, 53, 129, 0.1);
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
	margin-top: -20px;
}

ul {
	margin: 0;
}

.signin {
	background: #003581;
	padding: 1% 0;
	height: 100vh;
	font-family: 'Roboto', sans-serif;
}

input:focus-visible {
	outline: none;
}

.signin figure {
	padding: 2% 5%;
	text-align: center;
	display: flex;
}

.signin .signup-image-link {
	font-size: 14px;
	color: #222;
	display: block;
	text-align: center;
}

.signin .form-title {
	margin-bottom: 33px;
}

.signin .signin-form {
	padding: 30px;
	margin-top: 25%;
}

.signin .form-group {
	position: relative;
	margin-bottom: 25px;
	overflow: hidden;
}

.signin label {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	color: #222;
}

.signin input {
	width: 100%;
	display: block;
	border: none;
	border-bottom: 1px solid #999;
	padding: 6px 30px;
	box-sizing: border-box;
}

.signin input[type='checkbox']:not(old) {
	width: 2em;
	margin: 0;
	padding: 0;
	font-size: 1em;
	display: none;
}

.signin .box-sign {
	padding: 2%;
	background: #ffffff;
	margin: 0 auto;
	box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
	border-radius: 20px;
}

.signin .form-submit {
	display: inline-block;
	background-color: #003581;
	color: #ffffff;
	border-bottom: none;
	width: auto;
	padding: 15px 39px;
	border-radius: 5px;
	margin-top: 25px;
	cursor: pointer;
}

.main-container {
	margin: 2% 0;
}

.box-menu {
	background: #ffffff;
	padding: 15px;
	box-shadow: 0 0 8px rgba(130, 128, 255, 0.2);
	display: flex;
	justify-content: space-between;
	border-radius: 10px;
	min-height: 100px;
	gap: 10px;
}

.box-menu h4 {
	color: #003581;
	margin-top: 6px;
	margin-bottom: 4px;
}

.box-menu p {
	color: #5a5881;
	font-size: 14px;
	margin: 0;
	font-weight: 400;
}

.box-menu .custom-icon {
	background: rgba(130, 128, 255, 0.2);
	width: 55px;
	height: 55px;
	padding: 10px;
	border-radius: 10px;
	position: relative;
}

.section-hd,
.title-section,
.right-section {
	display: flex;
	position: relative;
}

.section-hd {
	justify-content: space-between;
}

.title-section {
	width: 100%;
}

.stat-cards {
	margin-bottom: 20px;
}

.stat-cards > div {
	padding-left: 10px;
	padding-right: 10px;
}

.stat-cards-icon,
.stat-cards-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.stat-cards-item {
	padding: 20px 15px;
	background-color: var(--bs-white);
	-webkit-box-shadow: 0 15px 50px rgba(160, 163, 189, 0.1);
	box-shadow: 0 15px 50px rgba(160, 163, 189, 0.1);
	border-radius: 10px;
	height: 100%;
	position: relative;
}

.stat-cards-item-light {
	padding: 20px 15px;
	background-color: rgb(255, 255, 255, 0.2);
	-webkit-box-shadow: 0 15px 50px rgba(160, 163, 189, 0.1);
	box-shadow: 0 15px 50px rgba(160, 163, 189, 0.1);
	border-radius: 10px;
	height: 100%;
	position: relative;
}

.stat-cards-info {
	padding-top: 10%;
}

.stat-cards-icon {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 20%;
	margin-left: 10px;
	position: absolute;
	right: 10px;
	top: 20px;
}

.stat-cards-icon.primary {
	background-color: rgba(47, 73, 209, 0.1);
	color: #2f49d1;
}

.stat-cards-info__num {
	font-weight: 600;
	font-size: 20px;
	line-height: 2;
	color: #171717;
	margin-bottom: 4px;
}

.stat-cards-info__title {
	font-weight: 500;
	font-size: 14px;
	line-height: 2;
	color: var(--bs-gray-700);
	margin-bottom: 6px;
}

.stat-cards-info__profit,
.stat-cards-info__progress {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 1.22;
}

.stat-cards-info__profit {
	margin-right: 10px;
}

.stat-cards-info__profit svg {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.stat-cards-info__progress {
	color: var(--bs-gray-700);
}

.stat-cards-info__progress span {
	font-weight: 500;
}

.stat-cards-info__profit.success {
	color: rgb(121, 184, 40);
}

.stat-cards-info__profit.danger {
	color: #f26464;
}

.stat-cards-info__profit.warning {
	color: #ffb648;
}

.ico-live {
	background-color: rgba(122, 184, 40, 0.1);
	color: #79b828;
}

.ico-progress {
	background-color: rgba(254, 196, 61, 0.1);
	color: #ffb648;
}

.ico-alert {
	background-color: rgb(255, 144, 102, 0.1);
	color: #f26464;
}

.ico-prime {
	background-color: rgb(0, 53, 129, 0.1);
	color: #02234d;
}

table th {
	font-size: 0.8rem;
	padding-bottom: 5px !important;
}

.table > :not(caption) > * > * {
	padding: 5px 10px 5px 10px;
	background: none;
}

tbody {
	font-size: 0.8rem;
}

tbody tr:nth-child(even) {
	background: var(--bs-white);
}

tbody tr:nth-child(odd) {
	background: var(--bs-gray-100);
}

.card,
.wraper2 {
	border: none;
	border-radius: 10px;
	width: 100%;
	--bs-card-bg: #ffffff;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 15px 50px 0 rgba(160, 163, 189, 0.1);
	box-shadow: 0 15px 50px 0 rgba(160, 163, 189, 0.1);
}

.card-title {
	line-height: 50px;
}

.card .card-header {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	min-height: 70px;
	background: none;
}

.card-header:first-child {
	border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.status-bt {
	border-radius: 20px;
	padding: 5px 10px;
	text-align: center;
}

.view-btn {
	background-color: rgba(130, 128, 255, 0.2);
	background-image: url(../images/icon/view.svg);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: center center;
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 10px;
}

button.snowman {
	background: #003581;
	color: #ffffff;
	border: none;
	width: 30px;
	height: 30px;
	border-radius: 6px;
}

.hiddenRow {
	padding: 0 !important;
}

.action a {
	padding: 8px;
	border-radius: 20px;
	background-blend-mode: multiply;
	transition: transform 0.3s ease;
	width: 30px;
	height: 30px;
	justify-content: center;
}

.action a::before {
	background: none;
}

a.list {
	background-color: rgba(122, 184, 40, 0.1);
}

a.plus {
	background-color: rgb(0, 53, 129, 0.1);
}

a.edit {
	background-color: rgba(254, 196, 61, 0.1);
}

a.trash,
a.d-pdf {
	background-color: rgb(255, 144, 102, 0.1);
}

a.refresh {
	background-color: #d1e9fc;
}

.list i {
	color: #79b828;
}

.plus i {
	color: #003581;
}

.edit i {
	color: #ffb648;
}

.trash i,
.d-pdf i {
	color: #f26464;
}

.refresh i {
	color: #3a57e8;
}

.action a:hover {
	background-color: #171717;
}

.action a:hover i {
	color: White !important;
}

.ordet-table td,
.ordet-table th {
	padding: 10px 5px !important;
	font-size: 12px;
	text-wrap: nowrap;
}

td.hiddenRow {
	padding: 0 !important;
	text-wrap: wrap;
}

.tabel-acc-row {
	background: rgba(122, 184, 40, 0.1);
	padding: 10px;
	max-height: 300px;
	overflow-y: auto;
}

.tabel-acc-col {
	width: calc(33% - 10px);
	display: inline-block;
	padding: 1%;
	min-height: 175px;
}

.card-table {
	position: relative;
}

.card-table .card-title {
	line-height: 20px;
	padding-left: 5%;
}

.blue-box {
	background-color: #003581;
	color: #ffffff;
	padding: 10px;
	border-radius: 10px;
	height: 120px;
}

.white-box {
	background-color: #ffffff;
	padding: 10px;
	min-height: 120px;
	left: 5%;
	top: 30%;
	width: 100%;
	border-radius: 10px;
	position: absolute;
}

.fix-y-box {
	height: 80px;
	overflow-y: auto;
}

.col-delete {
	padding: 5px 6px;
	background: #eee;
	position: absolute;
	right: 10px;
	top: 5px;
	border-radius: 10px;
}

.c-1 h7 {
	color: #f26464;
}

.c-1 p {
	color: #02234d;
}

.col-11.c-2 {
	display: flex;
	border-top: 1px dashed #cccccc;
	padding-top: 10px;
	font-size: 10px;
	justify-content: space-between;
}

.order-list .table-responsive {
	overflow-y: auto;
	height: calc(100vh - 250px);
}

.order-list .table-responsive thead th {
	position: sticky;
	top: 0;
	background-color: #ffffff;
	z-index: 2;
}

table.total-foot {
	width: 95%;
	position: absolute;
	bottom: 0;
	background: #ffffff;
	padding: 10px;
	display: block;
}

table.total-foot tfoot {
	width: 40%;
}

table.total-foot tfoot th {
	width: 15%;
}

tbody tr.accordion-toggle:nth-child(even) {
	background: var(--bs-white) !important;
	margin-bottom: 25px;
}

tbody tr.accordion-toggle:nth-child(odd) {
	background: var(--bs-gray-100) !important;
	margin-bottom: 25px;
}

.chart.doughnut {
	display: block;
	width: 100%;
}

.pieID {
	display: inline-block;
	vertical-align: top;
}

.pie {
	height: 200px;
	width: 200px;
	position: relative;
	margin: 30px auto;
	display: flex;
}

.pie::before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	width: 100px;
	height: 100px;
	background: #eee;
	border-radius: 50%;
	top: 50px;
	left: 50px;
}

.pie::after {
	content: '';
	display: block;
	width: 120px;
	height: 2px;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.1);
	margin: 220px auto;
}

.slice {
	position: absolute;
	width: 200px;
	height: 200px;
	clip: rect(0px, 200px, 200px, 100px);
	animation: bake-pie 1s;
}

.slice span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000000;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	clip: rect(0px, 200px, 200px, 100px);
}

.legend {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: #ffffff;
	padding: 15px;
	font-size: 13px;
	display: flex;
	justify-content: space-around;
}

.legend li {
	width: 110px;
	height: 1.25em;
	margin-bottom: 0.7em;
	padding-left: 0.5em;
	border-left: 1.25em solid #000000;
}

.legend em {
	font-style: normal;
}

.legend span {
	float: right;
}

.tbl-combo {
	display: inline-block;
}

.tbl-combo select {
	padding-left: 10px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	background: none;
	border: none;
	border-bottom: 2px solid;
}

.tab-nav {
	padding: 0 10px;
}

.info-head {
	background: #003581;
	padding: 10px;
	border-radius: 10px 10px 0 0;
	color: var(--bs-white);
	font-size: 14px;
}

.orderID {
	display: flex;
	gap: 10px;
}

.order-hd {
	display: flex;
	justify-content: space-between;
	padding: 0px 10px 20px 10px;
}

.order-hd h1,
.main-container > h1 {
	display: inline;
	font-size: 1.6rem;
	padding: 10px 0 0 0;
	color: #003581;
	display: inline-block;
	margin: 0;
}

.order-hd h1 span {
	color: #5a5881;
	font-size: 0.8rem;
	display: block;
}

.accordion-button:focus {
	z-index: 3;
	border-color: none;
	outline: 0;
	box-shadow: none;
}

.accordion-button.info-head.collapsed .ih-amount {
	color: #ffffff;
	padding-top: 5px;
}

.accordion-button.info-head .ih-amount {
	color: #003581;
	padding-top: 5px;
}

.accordion-button.info-head.collapsed p {
	color: var(--bs-gray-100);
}

.accordion-button.info-head p {
	color: #003581;
	margin: 0;
}

.light.accordion .accordion-button.info-head {
	background-color: rgba(122, 184, 40, 0.1);
	padding: 10px;
	border-radius: 10px 10px 0 0;
	font-size: 15px;
	border-bottom: 1px solid #cccccc;
}

.light.accordion .accordion-button.info-head.collapsed .ih-amount {
	color: #003581;
	padding-top: 5px;
}

.light.accordion .accordion-collapse {
	background-color: rgba(122, 184, 40, 0.1);
	padding: 15px;
}

#recommendations .accordion-item .info-head {
	border-radius: 10px !important;
}

.mid-src {
	padding: 5px;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	border-top: 1px solid #ffffff20;
	border-bottom: 1px solid #ffffff20;
	justify-content: end;
	box-shadow: 1px 1px 10px 5px #000000;
	z-index: 999999;
	position: relative;
	font-weight: 500;
}

.mid-src i {
	color: #031f43;
}

.mid-src button.back-top {
	color: #ffffff;
	border: none;
	margin: 0;
	background-color: #3a57e8;
}

.mid-src button.back-top:hover {
	background-color: #9be04c;
	color: var(--bs-gray-900);
}

.ih-amount h4 {
	font-weight: 400;
	margin: 0;
}

.ih-amount h4 span {
	color: #ffb648;
	font-weight: 600;
	font-size: 120%;
}

.accordion-button::after {
	background-color: #ffffff;
	border-radius: 5px;
	padding: 5px;
	width: 30px;
	height: 30px;
	background-position: center;
}

.accordion-item:first-child .info-head {
	border-radius: 10px 10px 0 0 !important;
}

.side-info,
.side-text {
	display: flex;
	padding: 5px 10px;
	font-size: 12px;
}

.side-hd {
	width: 30%;
	padding-right: 5%;
	color: #5a5881;
}

.side-text {
	display: block;
}

.side-aws span {
	display: block;
}

.order-history {
	border: 1px solid var(--bs-gray-300);
	background-color: var(--bs-white);
	font-size: small;
}

.order-history .ord-cnt p {
	display: block;
}

.order-history h4 {
	padding-bottom: 5px;
	font-size: 0.8rem;
	width: 25%;
	display: inline-flex;
	padding-right: 3%;
}

.order-history .ord-cnt {
	display: inline-flex;
	width: 74%;
	padding-bottom: 10px;
}

.orer-status {
	justify-content: space-between;
	width: 100% !important;
	display: flex;
	padding-bottom: 15px;
}

.order-history .ord-cnt p span {
	display: inline-block;
	line-break: anywhere;
}

.order-section:nth-child(odd) {
	background: var(--bs-gray-100);
}

.order-section {
	padding: 25px 10px;
	list-style: none;
}

.order-section .file-hst {
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 5px;
}

.order-section .columns {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.order-section .column-thumbnail i {
	padding: 10px;
	width: 50px;
	height: 50px;
	display: inline-flex;
	background: #eee;
	justify-content: center;
	margin-right: 8px;
	border: 1px solid #cccccc;
}

.head-sub {
	padding: 0 10px 10px 10px;
	margin-bottom: 20px;
}

.head-sub h3 {
	margin-left: -10px;
	color: gray;
	width: calc(100% + 20px);
	border-bottom: #cccccc 1px solid;
}

.deply-container {
	width: 100%;
	margin: 0 auto;
	padding: 30px 20px;
	border-bottom: 2px solid #cccccc;
	margin-top: 10px;
	border-radius: 10px;
	box-shadow: 0 0 10px #cccccca6;
}

.pp-box {
	background: #ffffff;
	position: sticky;
	top: 100px;
	height: 75vh;
	overflow-y: auto;
	overflow-x: hidden;
}

#target {
	width: 100%;
	padding: 15px 5px 5px 5px;
	display: none;
	margin-top: -20px;
}

.Hide {
	display: none;
}

.filter {
	padding: 10px;
	border: White 3px solid;
	box-shadow: 0 0 4px #cccccc;
	border-radius: 10px;
	background-color: rgba(254, 196, 61, 0.1);
}

.filter-btn {
	padding: 0 10px;
}

.filter span#btn_set_date {
	line-height: 35px;
}

.filter-btn button {
	background: #003581;
	color: #ffffff;
	border: none;
	border-radius: 5px;
	padding: 5px 10px;
}

.filter-btn button.dark {
	background-color: #79b828;
}

.filter label {
	font-size: 12px;
	font-weight: 500;
}

#recommendations .card {
	background-color: rgba(122, 184, 40, 0.1);
}

.modal-header {
	border: none;
}

.modal-body {
	font-size: 14px;
}

.modal-body h2 {
	color: #003581;
}

.modal-body select.js-select2 {
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	padding: 10px;
}

.drop-zone {
	padding: 10px;
	display: block;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
	font-size: 14px;
	cursor: pointer;
	border: 1px dashed #cccccc;
	border-radius: 10px;
}

.drop-zone img {
	width: 60px;
	padding: 10px;
}

.drop-zone--over {
	border-style: solid;
}

.drop-zone__input {
	display: none;
}

.drop-zone__thumb {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
	background-color: #cccccc;
	background-size: cover;
	position: relative;
}

.drop-zone__thumb::after {
	content: attr(data-label);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 0;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.75);
	font-size: 14px;
	text-align: center;
}

.sp-icon i {
	background: rgba(122, 184, 40, 0.1);
	padding: 10px;
	border-radius: 40px;
}

.pop-form p {
	font-size: 14px;
	line-height: 16px;
}

textarea.form-control {
	min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
	max-height: 75px;
}

.files-up,
.notification {
	display: flex;
}

.notification {
	background-color: #f4f7fe;
	padding: 10px;
	vertical-align: -webkit-baseline-middle;
	display: flex;
	line-height: 38px;
	justify-content: space-between;
}

.notification select {
	background-color: #ffffff;
	padding: 5px 10px;
}

.pop-select label {
	display: block;
	width: 100%;
}

.pop-select select.js-select2 {
	width: 100%;
}

.modal#forcePopup .modal-dialog {
	max-width: 80% !important;
}

.modal#forcePopup .modal-content {
	background-color: #021f43;
}

.modal#forcePopup .modal-content h2 {
	color: #ffffff;
	font-size: 34px;
}

.modal#forcePopup .modal-content h3 {
	color: #ffffff;
	font-size: 24px;
}

.geotype .fa-remove:before,
.geotype .fa-close:before,
.geotype .fa-times:before {
	content: '\f00d';
	color: #ffffff;
}

.btn-close {
	width: 30px;
	height: 30px;
	opacity: 1;
	color: #ffffff;
	padding: 0;
}

.btn-close i {
	color: #79b828;
	font-size: 24px;
}

.geotype .modal-body {
	padding: 0 10% 50px;
}

.MuiGridList-root {
	display: flex;
	padding: 10px 5px;
}

.tab-semi-dark {
	-webkit-appearance: none;
	background-color: #00000050;
	box-shadow: 0.6rem 0.6rem 3rem rgba(0, 0, 0, 0.55);
	color: #f2f2f28c;
	outline: none;
	transition: 301ms ease-out;
	padding: 15px;
	height: 100%;
	min-width: 95%;
	text-align: center;
	font-size: 18px;
	border: 4px solid #ffffff10;
}

.tab-semi-dark:hover {
	color: #000000;
	border: 4px solid #ffffff50;
}

.tab-semi-dark.btn.active {
	border: 4px solid #ffffff50;
}

.doh-screen,
.real-time {
	padding: 0 15px;
}

.doh-screen h1 {
	padding: 0 0 10px 0;
}

.doh-sec {
	position: fixed;
	height: calc(100vh - 180px);
	overflow: hidden;
	border-radius: 10px;
}

.hd-btn {
	display: flex;
}

.hd-btn .btn.btn-1 {
	line-height: 36px;
}

.hd-btn .btn-1:hover {
	color: #79b828;
	display: inline;
}

.hd-btn .btn-1:hover span {
	color: #79b828;
	display: inline;
}

.search-section {
	background-color: #02234d;
	color: #ffffff;
	/* padding: 20px !important; */
	height: calc(100vh - 180px);
	border-radius: 10px 0 0 10px;
	position: relative;
	overflow: hidden;
	width: 45%;
}

.search-section {
	max-height: 80vh;
	overflow-y: auto;
	position: relative;
	padding-right: 0;
	height: auto;
}

.usr-selection .sec-1 {
	border-right: 1px solid #ffffff80;
	padding: 0 5px;
	margin: 0 0 15px 0;
	display: inline;
}

.usr-selection .sec-1:first-child {
	padding: 0 5px 0 0;
}

.map-section {
	border-radius: 0 10px 10px 0;
	background: #cccccc;
	width: 55%;
	height: 100vh;
}

.search-result {
	position: relative;
}

.detail {
	position: absolute;
	top: 0;
	left: 110%;
	width: 100%;
	height: 100%;
	background-color: #02234d;
	transition: left 0.3s ease;
	z-index: 10;
}

.detail.show {
	left: 0;
}

.search-section .form-label {
	margin: 10px 6px 0 0;
	font-size: 13px;
	color: #a1a1a1;
	width: 75px;
}

.search-section input[type='text'],
.search-section .form-select,
.search-section input:focus,
.search-section .form-select:focus,
.search-section .js-select2 {
	border: none;
	background: none;
	color: #ffffff;
	position: relative;
	display: flex;
	padding: 7px 0;
	outline: none;
	box-shadow: none;
}

.search-section .select2-container .select2-search--inline .select2-search__field {
	margin: 8px 4px 0px 5px;
}

.select2-dropdown {
	color: #000000;
}

.search-section .select2-container--default .select2-selection--single,
.search-section .select2-container--default .select2-selection--single .select2-selection__rendered {
	border: none;
	background: none;
	color: #ffffff;
	padding: 0;
	margin-top: 5px;
}

.search-section select:after,
.search-section .form-select:after {
	color: White !important;
}

textarea.select2-search__field {
	color: #ffffff;
}

.select2-results__option--selectable {
	color: #000000;
}

#geo-location {
	--bs-accordion-border-color: none;
	padding-bottom: 10px;
}

#geo-location .accordion-button {
	background: #c8def6;
	color: #02234d;
	padding: 5px 10px;
}

#geo-location .accordion-button h3 {
	margin-bottom: 0;
}

#geo-location .accordion-button:not(.collapsed) {
	background: #8280ff;
	color: #02234d;
}

.usr-selection.small {
	padding: 5px 0 0 10px;
	justify-content: space-between;
	max-height: 70px;
	overflow: hidden;
	height: auto;
}

.usr-selection .filter-edit {
	text-align: center;
	flex-wrap: wrap;
	display: flex;
}

.sec-1:last-child {
	border: none;
}

.usr-selection .sec-1 span {
	padding: 5px;
	background: #8280ff63;
	color: #f4f7fe;
	border-radius: 5px;
	display: inline-flex;
	margin: 2px 1px;
}

.edit-select {
	background: none;
	color: #79b828;
	border: none;
	font-size: 20px;
	padding: 0;
	line-height: 0;
}

.src-sec-screen {
	background: #02234d;
	display: flex;
	align-items: center;
	padding-top: 10px;
	overflow-y: auto;
	margin-bottom: 10px;
}

.src-sec-screen button.btn {
	border: #ffffff20 1px solid;
	height: 40px;
	padding: 8px 15px;
	font-size: 17px;
	column-gap: 10px;
	border-radius: 4px;
	line-height: 20px;
	justify-content: space-between;
	margin-top: 5px;
}

.src-sec {
	background: #ffffff10;
	border: #ffffff20 1px solid;
	padding: 5px 10px;
	border-radius: 5px;
	display: flex;
	width: 100%;
	margin-bottom: 10px;
}

#div1,
#div2 {
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 20px 20px 35px;
	overflow-y: hidden;
	transition: all 0.3s ease;
	/* position: relative; */
	position: absolute;
	height: auto;
}

#div2 {
	background-color: #02234d;
	z-index: 2;
	/* display: none; */
	/* padding: 0; */
	transform: translateX(100%);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#div1 {
	z-index: 0;
}

.venu-containr {
	height: calc(100vh - 395px);
	overflow-y: auto;
}

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

.src-row {
	display: block;
	column-gap: 5px;
}

sup {
	top: -1em;
	font-size: 8px;
}

.select2-container--default .select2-selection--multiple {
	background: none;
	border: none;
	padding-top: 6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background: #00000050;
	border: none;
	color: #ffffff90;
	margin-bottom: 5px;
	margin-top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	background-color: #02234d;
	color: #ffffff;
	border: none;
	border-radius: 100px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
	background: #024192;
	color: #ffffff;
	outline: none;
}

.search-section input[type='text'] {
	height: 42px;
}

.search-result .sr-0 {
	border: #ffffff20 1px solid;
	background-color: #021f43;
	padding: 10px 15px 5px 15px;
	border-radius: 10px;
	color: #000000;
	margin-top: 10px;
	justify-content: space-between;
	display: flex;
	width: 100%;
}

.search-result .sr-0:hover {
	background-color: #8280ff70;
}

.search-result h3 {
	color: #02234d;
	font-size: 20px;
	border-bottom: 1px solid #ffffff50;
	padding: 5px 0;
}

.search-result p.small {
	color: #ffffff;
}

.sr-2 {
	text-align: center;
}

.sr-2 h4 {
	color: #ffffff;
	font-size: 20px;
}

.sr-2 p.small {
	color: #8280ff;
}

button.back {
	font-size: 14px;
	background: #79b828;
	border: none;
	border-radius: 5px;
	padding: 5px;
	color: #ffffff;
}

button.back:hover {
	color: #ffffff;
	background: #9be04c;
}

.select2-container--default .select2-selection--multiple {
	display: flex;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: flex;
	overflow-x: hidden;
	flex-wrap: wrap;
}

.venue-card {
	background: #031f43;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 10px;
	border: #ffffff20 1px solid;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}

.venue-card:hover {
	background-color: #8280ff40;
}

.venue-card h4 {
	color: #8280ff;
	font-size: 14px;
	width: 40%;
	text-wrap: wrap;
	padding-top: 2px;
}

.search-result .sr-0:hover .sr-1 h3,
.venue-card:hover h4 {
	color: #79b828;
}

.venue-card p {
	margin-bottom: 0;
	color: #ffffff;
	font-weight: normal;
	padding: 0 10px;
	text-align: center;
}

.venue-card p span {
	font-size: 14px;
	font-weight: bold;
}

.freecol {
	width: 5%;
}

.freecol2 {
	width: 95%;
	justify-content: space-between;
}

.venue-card-img {
	max-width: 120px;
	max-height: 120px;
	overflow: hidden;
	border-radius: 10px;
}

.venue-card-img img {
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.venue {
	width: 60%;
	text-wrap: wrap;
}

.image-section {
	width: 12%;
}

.venue-card-content {
	display: flex;
	gap: 20px;
	text-wrap: nowrap;
	padding: 0 15px 0 0;
	width: 86%;
}

.venue address {
	margin-bottom: 0;
}

.venue address span {
	display: block;
	font-size: 12px;
}

.ctg-detail {
	display: flex;
	gap: 15px;
}

button.multi-select {
	background: none;
	color: #79b828;
	border: none;
	font-size: 32px;
	padding: 0;
	line-height: 0;
}

button.multi-select .vAdd {
	display: block;
}

button.multi-select .vDelete {
	display: none;
}

button.multi-select.select {
	background: none;
	color: #f26464;
	border: none;
	font-size: 32px;
	padding: 0;
	line-height: 0;
}

#selected-screen-count {
	font-weight: bold;
}

.venue-card button.multi-select.select .vAdd {
	display: none;
}

.venue-card button.multi-select.select .vDelete {
	display: block;
}

.btn-2 {
	display: inline-block;
	padding: 5px 10px;
	background: #79b828;
	color: #ffffff;
	text-decoration: none;
	border-radius: 8px;
}

.message-box {
	width: 100%;
	height: 100%;
	min-height: 400px;
	background: #8280ff;
	color: #ffffff;
	padding: 25px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	border-radius: 10px;
}

.message-box.is-open {
	display: block;
}

.filter-sec {
	background: #ffffff10;
	border: #ffffff20 1px solid;
	padding: 5px 20px;
	display: block;
	margin-bottom: 20px;
}

.filter-sec label.form-label {
	width: 100%;
}

#map {
	height: 100%;
	width: 100%;
	background-image: url('https://www.researchgate.net/profile/Vincent-Labatut/publication/308321200/figure/fig18/AS:642475333009417@1530189464757/The-famous-rectilinear-network-of-Manhattan-USA-Google-Maps.png');
	background-size: cover;
	background-position: center;
}

.report-top {
	display: flex;
}

.dark-report {
	background: #02234d;
	padding: 2%;
	border-radius: 10px;
	position: relative;
}

.report-box h5 {
	color: #cecefd;
	font-weight: normal;
	font-size: 1rem;
}

.report-box h4 {
	color: #79b828;
	font-weight: bold;
	font-size: 1.4rem;
}

.report-data h3 {
	font-size: 30px;
}

.report-box {
	border-bottom: 1px solid #ffffff50;
	padding: 20px 10px 10px 10px;
}

.report-box:nth-child(odd) {
	border-left: 1px solid #ffffff50;
	padding-left: 40px;
}

.rate-box {
	padding: 15px;
	background: #ffffff;
	box-shadow: 0 0 4px #cccccc;
	justify-content: center;
	box-shadow: 0 0 4px #cccccc;
	display: flex;
	border-radius: 10px;
	margin-bottom: 8px;
	width: -webkit-fill-available;
	margin: 0 auto 8px auto;
}

.rate-box img {
	max-height: 300px;
	width: auto !important;
}

.box-report {
	display: flex;
	align-items: center;
	padding: 10px 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	border-radius: 8px;
	width: auto;
	border: 4px solid #ffffff;
	margin: 0 10px 0 0;
	min-width: 200px;
}

.box-report.impressions {
	background-color: var(--bg-prime);
}

.box-report.click {
	background-color: var(--bg-live);
}

.box-report.ctr {
	background-color: var(--bg-progress);
}

.box-report.deliver {
	background-color: var(--bg-alert);
}

.box-report h3,
.box-report p {
	margin: 0;
}

.report-icon {
	font-size: 24px;
	margin-right: 15px;
}

.report-data p {
	font-size: 1rem;
}

.pdf {
	background: #ffffff;
	width: 90px;
	height: 90px;
	text-align: center;
	border-radius: 10px 0 8px 0;
	position: absolute;
	padding: 5px;
	bottom: 0;
	right: 0;
}

#line-chart {
	height: 350px;
	width: 100%;
}

.chart-container {
	margin-top: 50px;
}

.report-chat .legend {
	text-shadow: 0 5px 10px #cccccc;
}

.report-chat .legend span {
	float: none;
	display: block;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1rem;
}

.report-chat .legend {
}

.estimator {
	display: flex;
	justify-items: start;
	padding: 10px;
	align-items: start;
}

.nav-pills {
	padding-right: 4%;
	border-right: 1px solid #cccccc;
	height: 70vh;
	display: block;
	overflow-y: scroll;
}

.nav-pills .nav-link {
	background-color: #d1e9fc;
	margin: 10px 0;
	border-radius: 10px;
	position: relative;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	background-color: #02234d;
}

.tab-content {
	padding-left: 4%;
}

.est-tab {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	text-align: center;
	align-items: center;
}

.id-no {
	padding: 5px;
	background-color: #79b828;
	border-radius: 8px;
	width: 54px;
	height: 54px;
	font-size: 1.2rem;
	line-height: 42px;
	color: #ffffff;
}

.est-tab h4 {
	text-align: left;
	width: 68%;
	color: #02234d;
	margin: 0;
	line-height: 22px;
}

.nav-pills .nav-link.active .est-tab h4 {
	color: #ffffff;
}

.est-tab .impression h3 {
	color: #3749a6;
	font-size: 1.2rem;
	margin: 0;
}

.est-tab .impression .small {
	color: #3749a6;
	margin: 0;
}

.nav-pills .nav-link.active .est-tab .impression h3 {
	color: #ffffff;
}

.nav-pills .nav-link.active .est-tab .impression .small {
	color: #8280ff;
}

.line {
	height: 1px;
	background: #cccccc;
	margin-top: 2%;
}

.tab-pane h2 {
	color: #02234d;
	margin-top: 15px;
	margin-bottom: 0;
}

.sort-sec {
	margin-bottom: 10px;
}

.top-ico-area {
	padding: 2%;
}

.est-box {
	min-width: 20%;
	width: auto;
	max-width: 30%;
	padding: 10px 15px;
	border-radius: 10px;
	background-color: #f4f7fe;
	margin: 10px;
}

.est-box h6 {
	font-size: 0.8rem;
	font-weight: normal;
}

.est-box ul {
	margin: 0;
	padding-left: 18px;
}

.est-box h4 {
	font-size: 1rem;
	font-weight: bold;
	margin: 4px 0;
	color: #3749a6;
}

ul.single {
	list-style: none;
	padding-left: 0;
}

.estimator2 {
	padding: 0px 12px;
	position: relative;
}

.est-form-bg {
	background-color: #003581;
	border-radius: 10px 0 0 10px;
	height: 70vh;
	overflow-y: scroll;
}

section.est-acdn {
	margin-top: 20px;
}

section.est-acdn:first-child {
	margin-top: 5px;
}

section.est-acdn h3 {
	color: #79b828;
	padding: 10px 0;
	font-size: 1.4rem;
	margin: 0;
}

.dark.accordion {
	--bs-accordion-bg: none;
	--bs-accordion-color: #ffffff;
	--bs-accordion-border-color: none;
	padding: 15px;
	border-radius: 10px 10px 0 0;
}

.dark .accordion-button {
	padding: 5px 10px;
	color: #ffffff;
	background-color: #02234d;
	border: 1px solid #3749a6;
	border-radius: 5px;
	margin: 5px 0;
}

.dark .accordion-button:not(.collapsed) {
	color: #ffffff;
	background-color: #02234d;
}

.dark .accordion-button:not(.collapsed)::after {
	background: none;
	content: '\f068';
	font: normal normal normal 14px / 1 FontAwesome;
}

.dark .accordion-button::after {
	background: none;
	content: '\f067';
	font: normal normal normal 14px / 1 FontAwesome;
	text-align: center;
}

.dark .accordion-body {
	padding: 0 20px;
}

.estimator2 .checkBox {
	width: 33%;
	font-size: 0.9rem;
	padding: 7px 15px;
}

.estimator2 .checkBox input[type='checkbox']::before {
	height: 24px;
	width: 24px;
}

.estimator2 .checkBox input[type='checkbox']::after {
	height: 6px;
	width: 12px;
	left: 6px;
	top: 6px;
}

.estimator2 .checkBox input[type='checkbox'] {
	position: relative;
	display: inline-flex;
	margin-right: 10px;
	width: 24px;
	height: 18px;
}

.est-form-rt {
	height: 70vh;
	overflow-y: scroll;
}

.est-rt {
	padding: 15px;
}

.rt-et-top {
	display: flex;
	gap: 18px;
	justify-content: space-between;
	padding: 10px;
	box-shadow: 0 0 10px #cccccc;
	border-radius: 10px;
}

.et-hd {
	align-items: center;
	display: flex;
}

.et-hd h4 {
	font-size: 1.2rem;
}

.et-num .etnum1 {
	background: #8280ff;
	color: #ffffff;
	padding: 10px 15px;
	border-radius: 10px;
}

.et-data-box {
	background-color: #f4f7fe;
	border-radius: 10px;
	margin: 25px 0 0 0;
	padding: 15px;
}

.et-data-box h4 {
	font-size: 1.3rem;
	line-height: 1.3rem;
	margin-bottom: 10px;
}

.et-data-box ul {
	margin: 0;
	padding: 0;
}

.et-data-box li {
	list-style: none;
	padding: 4px 0px;
	border-bottom: 1px solid #cccccc;
}

.et-data-box li p {
	color: #3749a6;
	margin: 0;
	font-size: 0.9rem;
	text-transform: uppercase;
}

.box-content {
	display: flex;
	gap: 15px;
}

.block-20 {
	display: inline-block;
	width: calc(100% / 5 - 15px);
	background: #ffffff;
	padding: 15px;
	border-radius: 12px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	color: #ffffff;
	text-align: center;
}

.block-20:hover {
	box-shadow: 0 10px 10px #02234d25;
}

.block-20 a {
	border: none;
	color: #ffffff;
	display: block;
	text-decoration: none;
}

.block-20 a:hover {
	border: none;
	transform: none;
	transition: none;
}

.block-20 a::before,
.block-20 a::after,
.block-20 a:hover span {
	content: none;
	border: none;
	transform: none;
	transition: none;
}

.boxtop {
	width: 100%;
	display: flex;
	gap: 15px;
	padding-bottom: 15px;
}

.left-area {
	width: 100%;
}

.block-20 .number {
	display: inline-block;
	font-size: 35px;
	margin-top: -6px;
	font-weight: 500;
}

.block-20 .box-topic {
	font-size: 18px;
	font-weight: 500;
	line-height: 18px;
}

.block-20 .indicator {
	display: flex;
	align-items: center;
	padding-top: 10px;
	border-top: 1px solid #ffffff;
	font-weight: 600;
	gap: 5px;
}

i.fold-ico {
	background: #ffffff;
	padding: 5px;
	border-radius: 5px;
	width: 56px;
	height: 56px;
}

.box1 {
	background-color: #8280ff;
}

.box2 {
	background-color: #a980ff;
}

.box3 {
	background-color: #d62c81;
}

.box4 {
	background-color: #79b828;
}

.box5 {
	background-color: #548dd6;
}

.file-name {
	color: #0061ff !important;
	font-weight: 600;
}

.file-name span {
	color: gray;
	text-transform: uppercase;
}

.ico {
	text-wrap: nowrap;
}

.doc-detail .ico i {
	background-color: rgba(130, 128, 255, 0.2);
	display: flex;
	width: 32px;
	height: 32px;
	padding: 6px;
	border-radius: 10px;
	font-size: 18px;
	color: #003581;
	align-items: center;
	justify-content: center;
}

.doc-detail th {
	color: gray;
	position: relative;
}

th.sortable:after {
	content: '\f0dc';
	position: absolute;
	padding-left: 10px;
	font: normal normal normal 14px / 1 FontAwesome;
}

.list-order {
	padding: 6px;
	justify-content: center;
	display: flex;
}

.slider-wrapper {
	margin-top: 40px;
}

.slide-row {
	display: flex;
	gap: 20px;
	width: 100%;
	margin-bottom: 60px;
	justify-content: space-between;
}

.slide-row .check {
	padding: 0;
}

.slide-row label.check-lable {
	padding: 0 10px;
}

.noUi-target {
	width: 80%;
}

.noUi-tooltip {
	font-size: 12px;
	line-height: 12px;
}

.noUi-connect {
	background: #79b828;
}

.order-list .select2-selection.select2-selection--multiple {
	border: none;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	height: 54px;
	background-color: rgb(0, 53, 129, 0.1);
}

.order-list .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	line-height: 10px;
	padding: 10px;
}

.order-list .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
	line-height: 30px;
	padding-left: 16px;
	color: #003581;
}

.order-list .select2-container--default .select2-selection--multiple .select2-selection__choice {
	background: none;
}

.noUi-horizontal .noUi-tooltip {
	bottom: -40px;
}

div#viewScreenLookupSettings {
	background: #fff;
}

#viewScreenLookupSettings .offcanvas-header {
	color: #003581;
}

.offcanvas-header .btn-close {
	background-color: #ffffffd4;
}

#viewScreenLookupSettings .offcanvas-body div {
	padding: 10px;
	background: #eff3f9;
	border-radius: 10px;
}

#viewScreenLookupSettings .offcanvas-body div:nth-child(even) {
	background: #79b8280d !important;
}

#viewScreenLookupSettings .offcanvas-body div h6 {
	border-bottom: 1px #878383 dashed;
	padding-bottom: 7px;
	color: #003581 !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 12px !important;
}

#viewScreenLookupSettings .offcanvas-body div:nth-child(even) h6 {
	color: #79b828 !important;
}

#viewScreenLookupSettings .offcanvas-body div ul li {
	list-style: circle;
	font-size: 18px;
}

#viewScreenLookupSettings .offcanvas-body div h6.text-primary {
	color: #79b828;
}

@media (max-width: 991.98px) {
	.bg.order-1.order-md-2 {
		display: none;
	}

	.half .bg {
		height: 500px;
	}

	.stat-cards .card-box {
		width: 49%;
	}
}

@media (max-width: 1199.98px) {
	.half .contents,
	.half .bg {
		width: 100%;
	}
}

@media (max-width: 900px) {
	.signin .box-sign {
		margin-top: 30%;
	}
}

@media (max-width: 767px) {
	.logo {
		text-align: center;
		margin-top: 20px;
	}

	.signin figure {
		text-align: center;
		width: 60%;
		margin: 0 auto;
	}

	.signin .signin-form {
		padding: 10px;
		margin: 5%;
	}

	.signin .box-sign {
		margin: 2%;
	}

	.signin .form-submit {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.main-container {
		margin: 5% 3%;
	}

	.stat-cards .card-box {
		width: 100%;
	}
}

@media (min-width: 1500px) {
	.menu-card .m-card-set {
		max-width: 390px;
		display: inline;
	}

	.tabel-acc-col {
		width: calc(25% - 10px);
	}
}

@media (max-width: 767px) {
	.section-hd {
		display: block;
	}

	.filter-btn {
		padding: 0;
	}

	.title-section {
		display: block;
	}

	.right-section {
		position: absolute;
		right: 0;
		bottom: 0;
	}

	button.back-top {
		margin: 0;
	}
}

@media (min-width: 1200px) {
	.audience.table-responsive {
		width: 75%;
		max-height: calc(100vh - 200px) !important;
	}
}

@media (max-width: 767px) {
	section.container-fluid {
		padding: 0;
	}

	table#order-list {
		min-width: inherit;
	}

	.tabel-acc-row {
		padding: 10px 5px;
	}

	.tabel-acc-col {
		width: 100%;
		margin-bottom: 10px;
	}

	.card-table .card-title {
		padding-left: 0;
	}

	.white-box {
		left: 0;
	}

	.ordet-table td,
	.ordet-table th {
		display: inline-grid;
		text-wrap: wrap;
	}

	.ordet-table tr.accordion-toggle td {
		display: inline-block;
		text-wrap: wrap;
		padding-left: 26% !important;
		min-height: 40px;
		height: auto;
	}

	.ordet-table tr.accordion-toggle td.more {
		padding-left: 0 !important;
	}

	.ordet-table tr.accordion-toggle td:last-child {
		border: none;
	}

	tbody tr.accordion-toggle:nth-child(even),
	tbody tr.accordion-toggle:nth-child(odd) {
		margin-bottom: 35px;
		border-radius: 20px;
		padding: 15px 10px;
		border: 1px solid #cccccc;
	}

	td.action {
		text-align: right;
	}

	.action a {
		width: 40px;
		height: 40px;
		margin: 0 10px;
	}

	.action,
	td.status {
		display: flex;
	}

	.action a.list i {
		font-size: 20px;
	}

	.cards thead {
		display: none;
	}

	.cards tr {
		display: flex;
		flex-direction: column;
		margin-bottom: 5px;
		position: relative;
	}

	.cards tr > th {
		display: none;
	}

	.cards tr > td::before {
		content: attr(col) ': ';
		font-weight: bold;
		position: absolute;
		left: 10px;
		font-size: 13px;
	}

	.cards tr > td.action::before,
	.cards tr > td.more::before,
	.cards tr > td.hiddenRow::before {
		display: none;
	}

	td.more {
		justify-content: end;
		position: absolute;
		bottom: 15px;
		right: 10px;
	}

	tr.tr-show {
		top: -50px;
	}

	table.total-foot {
		width: 99%;
		min-width: 99%;
		background: #003581;
		position: fixed;
		left: 0;
		bottom: 0;
		padding: 15px;
		display: block;
		box-shadow: 0 0 10px #cccccc;
		color: #ffffff;
		margin-bottom: 40px;
	}

	table.total-foot tfoot th {
		width: 25%;
	}
}

@keyframes bake-pie {
	from {
		transform: rotate(0deg) translate3d(0, 0, 0);
	}
}

@media (max-width: 767px) {
	.filter {
		display: flex;
	}

	.deply-container {
		padding: 30px 0px;
	}

	.filter input[type='datetime-local'] {
		width: 100%;
		min-width: 99%;
	}

	.date-rng {
		margin-bottom: 25px;
	}

	button.btn.btn-primary {
		width: 100%;
	}

	.order-hd {
		display: block;
		padding: 10px 10px 20px 10px;
	}

	.create-order-form .order-hd {
		display: flex;
	}

	.order-hd h1,
	.main-container > h1 {
		padding: 0;
	}
}

@media (max-width: 766px) {
	.modal#forcePopup .modal-dialog {
		max-width: 100% !important;
	}
}

@media (max-width: 1024px) {
	.doh-sec {
		position: relative;
		height: auto;
		overflow: visible;
		border-radius: 10px;
	}
}

@media (min-width: 1900px) {
	.search-section {
		height: 90vh;
	}

	.src-sec-screen {
		height: auto;
	}

	.venu-containr {
		height: calc(100vh - 420px);
		overflow-y: auto;
	}

	.src-sec {
		display: block;
	}
}

@media (min-width: 1600px) {
	.search-section {
		width: 30%;
	}

	.map-section {
		width: 70%;
	}
}

@media (max-width: 1024px) {
	.doh-screen,
	.real-time {
		padding: 0 5px;
	}

	.map-section,
	.search-section {
		width: 100%;
	}

	.search-section {
		padding: 15px 10px !important;
		margin-bottom: 20px;
		border-radius: 10px;
		max-height: 99vh;
	}

	#div1,
	#div2 {
		padding: 5px;
		max-height: 100vh;
		overflow: visible;
	}

	.src-sec-screen {
		display: block;
		height: auto;
	}

	.venu-containr {
		height: 45vh;
		overflow-y: auto;
		position: relative;
		border-right: 1px solid #ccc;
		padding-right: 5px;
	}

	.search-result::before,
	.search-result::after,
	.search-result .scroll-indicator {
		content: '';
		position: absolute;
		right: -8px;
		width: 3px;
		background: none;
	}

	.search-result::before {
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 10px solid #ccc;
		height: 0;
		width: 0;
		z-index: 1;
		top: 60px;
	}

	.search-result::after {
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 10px solid #ccc;
		height: 0;
		width: 0;
		z-index: 1;
		bottom: 0px;
	}

	.usr-selection .sec-1 span {
		max-width: 120px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.usr-selection.small {
		padding: 5px 0 0 0px;
	}
}

@media (max-width: 1024px) {
	.src-sec {
		width: 100%;
	}

	.src-row {
		display: block;
	}

	.search-section .form-label {
		width: 20%;
	}

	.src-sec {
		display: block;
	}

	.search-section .form-label,
	.search-section input[type='text'],
	.search-section .form-select,
	.search-section input:focus,
	.search-section .form-select:focus,
	.search-section .js-select2 {
		width: 100%;
	}

	.map-section {
		height: 100vh;
	}

	.m-radio-sec button.back {
		float: right;
	}
}

@media (max-width: 767px) {
	.hd-btn {
		display: flow-root;
	}

	.src-sec {
		margin: 10px 0 !important;
	}

	.src-sec-screen button.btn {
		width: 100%;
	}

	.item-count span:first-child {
		display: block;
	}

	.doh-screen h1 {
		font-size: 1.5rem;
	}

	.item-count span:last-child {
		display: none;
	}

	.hd-btn .btn.btn-1 {
		margin: 0 0 8px 0;
		float: right;
	}
}

@media (max-width: 768px) {
	.ctg-detail {
		text-align: left;
		width: 100%;
	}

	.image-section {
		width: 20%;
	}

	.venue-card p {
		text-align: left;
		text-wrap: wrap !important;
		flex-wrap: wrap;
		display: flex;
		gap: 0;
		padding: 0px 5px;
	}

	.venue-card p span {
		word-break: break-all;
		width: 100%;
	}

	.venue {
		display: block;
		width: 100%;
	}

	.venue-card:hover h4 {
		font-size: 1rem;
	}

	.venue-card {
		padding: 10px;
		display: block;
	}

	.freecol2 .image-section {
		display: none;
	}
}

@media (max-width: 1024px) {
	.freecol {
		width: 100%;
	}

	button.multi-select {
		margin: 0 0 0 10px;
		float: right;
	}

	.venue-card-content {
		display: block;
		padding: 0;
		width: 80%;
	}

	.venue-card h4 {
		width: 100%;
	}

	.venue-card {
		padding: 15px;
	}

	.venue {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.btn-2 {
		padding: 10px 12px;
		font-size: 14px;
	}
}

@media (min-width: 1600px) {
	.report-box {
		border-right: 1px solid #ffffff50;
		width: 33% !important;
		padding: 3%;
	}

	.report-box:nth-child(odd) {
		border-left: none;
	}

	.hide-rt-border {
		border-right: none !important;
	}

	.box-report {
		zoom: 1.4;
	}
}

@media (max-width: 768px) {
	.progress {
		max-width: 100%;
	}

	.box-report {
		width: 46%;
		margin: 5px;
		flex: 0 0 auto;
		display: flex;
		min-width: auto;
	}

	.report-box:nth-child(even) {
		padding-left: 10px;
	}

	.report-box {
		padding: 20px !important;
	}

	.report-box:nth-child(odd) {
		padding: 20px !important;
	}

	.report-data {
		text-align: center;
	}

	.report-icon {
		font-size: 24px;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.box-report {
		display: block;
		text-align: center;
	}

	.report-chat {
		margin-top: 15px;
	}
}

@media only screen and (max-width: 1000px) and (orientation: landscape) {
	.search-section {
		width: 100%;
		border-radius: 0;
	}

	#div1,
	#div2 {
		height: 100vh;
		padding: 15px 10px;
		overflow-y: auto;
	}

	#div2 {
		transform: translateX(100%);
	}

	#div1 {
		z-index: 0;
	}
}

@media (min-width: 992px) {
	.nav-pills .nav-link::before {
		content: '';
		display: block;
		border-top: 8px solid transparent;
		border-left: 10px solid #02234d;
		border-bottom: 8px solid transparent;
		position: absolute;
		top: 50%;
		right: -10px;
		transform: translateY(-50%);
		opacity: 0;
	}

	.nav-pills .nav-link.active::before {
		opacity: 1;
	}
}

@media (max-width: 778px) {
	.estimator {
		display: block;
	}

	.nav-pills {
		padding-right: 0;
		border-right: none;
		margin-right: 0;
		height: 100%;
		overflow: visible;
	}

	.tab-content {
		padding-left: 0;
	}

	.line {
		display: none;
	}

	.tab-content .action {
		justify-content: end;
		gap: 20px;
	}

	.tab-content .action a {
		zoom: 1.2;
		margin-top: -2px;
	}

	.tab-content button.back-top {
		margin: 0;
	}

	#v-pills-tabContent {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #ffffff;
		z-index: 10;
		padding: 1rem;
		overflow-y: auto;
	}

	#v-pills-tabContent.active {
		display: block;
	}

	.back-button {
		display: block;
		margin-bottom: 1rem;
	}

	.estimator {
		height: auto;
	}

	.nav-pills {
		height: auto;
	}

	.est-box {
		min-width: 45%;
		max-width: 100%;
		margin: 10px 5px;
	}
}

@media (min-width: 1500px) {
	.estimator2 .checkBox {
		width: 20%;
	}
}

@media (max-width: 778px) {
	.est-form-bg {
		border-radius: 10px;
		height: 100%;
		overflow: visible;
	}

	.dark.accordion {
		padding: 0;
	}

	.estimator2 .checkBox {
		width: 100%;
		padding: 10px;
		font-size: 1.2rem;
	}

	.order-hd h1,
	.main-container > h1 {
		font-size: 1.4rem;
		margin: 0 0 15px 0;
	}

	.est-form-rt {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #ffffff;
		z-index: 1050;
		overflow-y: visible;
	}

	.main-btn {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 999999;
		border-radius: 0;
		padding: 10px;
		background: #ffffff;
		text-align: center;
		box-shadow: 10px 0 40px;
	}

	.main-btn button {
		font-size: 1.2rem;
		height: 50px;
	}

	button#closeButton {
		margin: 0 0 1rem auto;
	}

	.et-data-box:last-child,
	.est-acdn:last-child {
		margin-bottom: 80px;
	}
}

@media (max-width: 1024px) {
	.block-20 {
		width: 30%;
		display: flex;
	}
}

@media (max-width: 778px) {
	.box-content {
		gap: 5px;
		padding: 0;
		overflow-wrap: break-word;
		flex-wrap: wrap;
	}

	.block-20 {
		width: 48%;
		display: flex;
		padding: 16px 8px;
	}

	.boxtop {
		width: 100%;
		display: flex;
		gap: 8px;
		padding-bottom: 15px;
	}

	i.fold-ico {
		width: 36px;
		height: 36px;
	}

	i.fold-ico img {
		width: 26px;
	}

	.block-20 .number {
		font-size: 30px;
	}

	.block-20 .box-topic {
		line-height: 21px;
	}
}

@media (min-width: 1500px) {
	.noUi-target {
		width: 90%;
	}
}

@media (max-width: 778px) {
	.noUi-target {
		width: 85%;
		margin: 0 auto;
	}

	.slide-row {
		display: block;
		margin-bottom: 90px;
		background: #eee;
		border-radius: 15px 15px 0 0;
		border: 2px solid #ffffff;
	}

	.slide-row .check {
		padding: 15px 10px;
	}

	.form-group button {
		margin-top: 10px;
	}

	.form-group span.small.mute {
		display: inline-block;
		padding-top: 10px;
	}
}
