@font-face {
	font-family: font-regular; /* 400 */
	src: url(../fonts/Poppins/Poppins-Regular.ttf);
}

@font-face {
	font-family: font-light; /* 300 */
	src: url(../fonts/Poppins/Poppins-Light.ttf);
}

@font-face {
	font-family: font-medium; /* 500 */
	src: url(../fonts/Poppins/Poppins-Medium.ttf);
}

@font-face {
	font-family: font-semi-bold; /* 600 */
	src: url(../fonts/Poppins/Poppins-SemiBold.ttf);
}

@font-face {
	font-family: font-bold; /* 700 */
	src: url(../fonts/Poppins/Poppins-Bold.ttf);
}

* {
	padding: 0;
	margin: 0;
}

body,
html {
	color: #181818;
	font-family: font-regular;
}

.primary {
	color: #a76840;
}

.secondary {
	color: #ffb700;
}

.neutral {
	color: #181818;
}
.nowrap {
	white-space: nowrap;
}

.btn-primary {
	background: #a76840;
	color: #ffffff;
	border: 1px solid #e1e1e1;
	border-radius: 10px;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle,
.btn-primary:hover {
	background: #a76840;
	border-color: #a76840;
}

.btn-primary:focus {
	background: #a76840 !important;
	border-color: #a76840 !important;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
	background: #a76840 !important;
	border-color: #a76840 !important;
}
.btn-primary-outline {
	background: #ffffff;
	color: #a76840;
	border: 1px solid #a76840;
	border-radius: 10px;
}

.btn-primary-outline:hover {
	background: #ffffff;
	color: #a76840;
	border: 1px solid #a76840;
}

.btn-primary-fill {
	background: rgba(167, 104, 64, 0.1);
	color: #a76840;
	border: 1px solid rgba(167, 104, 64, 0.1);
	border-radius: 10px;
}

.btn-tertiary-light {
	background: rgba(255, 143, 25, 0.1);
	color: rgba(255, 143, 25, 0.8);
}

.btn-tertiary-light:hover {
	color: rgba(255, 143, 25, 1);
}

.btn-link {
	background: transparent;
	color: inherit;
	border: none;
	border-radius: none;
}

.btn-link:hover {
	background: transparent;
	color: inherit;
	border: none;
	border-radius: none;
}

.theme-button {
	border-radius: 10px;
	font-size: 16px;
	font-family: font-semi-bold;
	height: 50px;
	width: 160px;
}

.btn-primary.light-button {
	background: #ffefe4;
	color: #181818;
	font-size: 14px;
	border-color: #ffefe4;
	height: 40px;
	width: 100%;
	font-family: font-semi-bold;
}

.btn-primary.light-button:active,
.btn-primary.light-button:focus {
	background: #ffefe4 !important;
	color: #181818 !important;
	border-color: #ffefe4 !important;
}

.btn-primary-small {
	background: #ffefe4;
	color: #a76840;
	font-size: 10px;
	font-weight: 600;
	height: 30px;
	border-color: #ffefe4;
	border-radius: 10px;
}

.btn-primary-small:hover {
	color: #a76840;
}

.full-button {
	border-radius: 100px;
	height: 50px;
	font-family: font-semi-bold;
	font-size: 16px;
	width: 100%;
}

.small-button {
	border-radius: 100px;
	height: 40px;
	font-family: font-semi-bold;
	font-size: 14px;
	width: 48%;
}
.form-control:disabled,
.form-control[readonly],
.form-control:disabled:hover,
.form-control[readonly]:hover {
    color: #a1a1a1 !important;
    -webkit-text-fill-color: #a1a1a1 !important;
}
.btn.disabled, .btn:disabled {	
    opacity: 1;
    box-shadow: none;
    background: #F7F7F7;
    color: #CACACA;
    border-color: transparent;	
}	
.btn.disabled svg path,
.btn:disabled svg path{
	fill: #CACACA;
}
.product-vs-card .btn:disabled{	
    background: #ffcb9a;	
    border-color: #ffcb9a;	
	color: #fff;	
}

input.form-control,
select.form-control,
textarea.form-control {
	border-radius: 10px;
	font-size: 14px;
	padding-left: 16px;
	padding-right: 16px;
	background-color: rgba(205, 207, 208, 0.2) !important;
	border: 0px solid transparent;
	font-family: font-semi-bold;
	color: #181818;
	margin-bottom: 0;
}
input.form-control,
select.form-control {
	height: 50px;
}

select.form-control:focus,
input.form-control:focus,
textarea.form-control:focus {
	border-color: #a76840;
	background-color: rgba(205, 207, 208, 0.2);
}
input.form-control.datetimepicker-input:not(.arabic input.form-control.datetimepicker-input) {
	padding-right: 0px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-internal-autofill-selected {
	background-color: inherit !important;
	background-color: -internal-light-dark(rgb(255, 255, 255), rgba(70, 90, 126, 0)) !important;
	color: inherit !important;
	-webkit-text-fill-color: inherit !important;
	background-image: none !important;
}
/* input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgba(70, 90, 126, 0)) !important;
    color: -internal-light-dark(black, white) !important;
} */

::placeholder {
	color: #cdcfd0 !important;
	font-size: 14px !important;
	font-family: font-regular !important;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #cdcfd0;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #cdcfd0;
}

.main-header {
	box-shadow: 0px 4px 10px 0px #0000000a;
	border-bottom: none;
}
.font-18 {
	font-size: 18px !important;
}
.font-16 {
	font-size: 16px !important;
}
.font-14 {
	font-size: 14px !important;
}
.font-12 {
	font-size: 12px!important;
}
.font-10 {
	font-size: 10px!important;
}

.font-semi-bold {
	font-family: font-semi-bold !important;
}
.font-medium {
	font-family: font-medium !important;
}
.font-regular {
	font-family: font-regular !important;
}
.content-wrapper {
	background: #f5f5f5;
	/* margin-top: 56px; */
	padding-top: 56px;
}

.content-wrapper > .content {
	padding: 0.5rem;
}

.card {
	border-width: 0 !important;
	box-shadow: 0px 3.500000238418579px 6px 0px #0000000f;
	border-radius: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {
	margin-top: 2px;
	border-width: 0px !important;
	width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:first-child.select2-search.select2-search--inline {
	margin-left: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	margin: 0;
	padding: 0;
}

.select2-container--default .select2-selection--multiple {
	/* border: 1px solid #E1E1E1 !important; */
	border-radius: 10px !important;
	height: 50px !important;
	padding: 0rem 0.75rem;
	min-height: 50px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single {
	border-color: #e1e1e1;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	/* background-color: #A76840 !important;
    border-color: #A76840 !important;
    color: #fff;
    padding: 0 10px !important;
    margin: 11px;
    margin-bottom: 0; */
	font-size: 12px;
	font-family: font-semi-bold;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: white !important;
}

.modal-theme label {
	font-size: 12px;
	opacity: 0.8;
	margin-bottom: 5px;
}

.modal-theme .input-group.date label.error {
	position: absolute;
	top: 55px;
}

.modal-theme label.error {
	font-size: 12px;
	color: #dc3545;
	opacity: 0.8;
	font-weight: 400;
}

.modal-theme textarea {
	border: 1px solid #e1e1e1;
	border-radius: 10px !important;
}
.modal-theme .select2 .select2-selection,
.modal-theme input:not(type=[checkbox]),
.modal-theme select {
	height: 50px !important;
	font-size: 14px !important;
	font-family: font-semi-bold;
	margin-bottom: 0;
	border: 1px solid #e1e1e1 !important;
}
.close {
	opacity: 1;
}

.modal-header,
.modal-theme .modal-body {
	padding: 25px 25px;
}
.modal-theme .modal-content {
	box-shadow: none;
	background: #ffffff;
	border-radius: 20px;
}

.modal-theme .modal-content .add-button-modal {
	padding-top: 40px;
}

#modal-date .collection-date p {
	font-size: 20px;
	text-align: center;
	font-family: font-medium;
}

.table-container .dataTables_wrapper .row {
	margin-left: -25px;
	margin-right: -25px;
}

.table-container .dataTables_wrapper .row .col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}

.table-container .table th {
	border-top: none;
	color: rgba(24, 24, 24, 0.5);
	font-size: 10px;
	letter-spacing: -0.02em;
	font-family: font-semi-bold;
	text-transform: uppercase;
	border-bottom: 1px solid #e2e8f0;
}

.table-container .table th:first-child,
.table-container .table td:first-child {
	padding-left: 30px;
}

.table-container .table th:last-child,
.table-container .table td:last-child {
	padding-right: 30px;
}

.table-container .table td {
	font-size: 14px;
	letter-spacing: -0.02em;
	border-top: 1px solid #e2e8f0;
	font-family: font-medium;
	/* vertical-align: middle; */
	vertical-align: top;
	color: rgba(24, 24, 24, 0.8);
}

.table-container .table td.date-nowrap {
	white-space: nowrap;
}

.table-container .trade-list-table td:first-child {
	white-space: nowrap;
	color: #a76840;
}
.table-container .trade-list-table td:first-child span {
	text-decoration: underline;
}
.table-container .contract-table td:first-child {
	color: inherit;
	text-decoration: none;
}

/* .table-container .contract-table td:nth-child(2) {
	white-space: nowrap;
	color: #a76840;
	text-decoration: underline;
} */
.table-container .table td.date-nowrap span,
.table-container table .buyer-seller-id span {
	font-family: "font-regular";
	color: #727374;
	opacity: 0.8;
}

.table-container .trade-list-table td a img {
	margin-right: 15px;
}

.table-container .trade-list-table td .d-flex a:last-child img {
	margin-right: 0px;
}

.table-container .trade-list-table td .d-flex .tooltip-new:last-child a img {
	margin-right: 0px;
}
small.approved,
small.review,
small.amendments,
small.draft,
.table-container .trade-list-table td:first-child small {
	font-size: 10px;
	background: #ffefe4;
	letter-spacing: -0.01em;
	padding: 2px 5px;
	color: #a76840;
	border-radius: 3px;
	margin-top: 3px;
	display: inline-block;
}

.table-container .trade-list-table td:nth-child(2) small {
	letter-spacing: -0.02em;
	color: #8383a6;
	font-size: 10px;
}
.table-container .trade-list-table td a {
	color: #a76840;
	outline: none;
}

.table-container div.dataTables_wrapper div.dataTables_paginate .pagination .page-item .page-link {
	font-size: 14px;
	color: #181818;
	opacity: 0.8;
	border-width: 0px;
}

.table-container div.dataTables_wrapper div.dataTables_paginate .pagination .page-item .page-link:focus {
	box-shadow: none;
}

.table-container div.dataTables_wrapper div.dataTables_paginate .pagination .page-item .page-link:hover {
	background: transparent;
}

.table-container .dataTables_info {
	display: none;
}

.table-container div.dataTables_wrapper div.dataTables_paginate .pagination .page-item.active .page-link {
	color: #a76840;
	opacity: 1;
	background-color: transparent;
	border-color: transparent;
}

.invoice-table-container div.dataTables_wrapper div.dataTables_filter {
	display: none;
}

.invoice-table-container .invoice-table .invoice-button {
	border: 1px solid rgba(167, 104, 64, 0.5);
	border-radius: 100px;
	font-size: 12px;
}

.primary-checkbox .custom-control-input-success:checked ~ .custom-control-label::before {
	border-color: #a76840;
	background-color: #a76840;
}

#modal-addendum h6 {
	font-size: 18px;
	font-family: font-semi-bold;
	margin-bottom: 40px;
}

#modal-addendum .d-flex span p {
	margin-bottom: 0;
	font-size: 14px;
	font-family: font-semi-bold;
	margin-top: 20px;
}

#modal-addendum .d-flex span small {
	font-size: 12px;
	letter-spacing: -0.01em;
}

.w-90 {
	width: 90%;
}

#nested-fields input,
#nested-fields select {
	border: 1px solid #e1e1e1 !important;
	background: #ffffff !important;
}

.tooltip-new {
	position: relative;
	display: inline-block;
}

.tooltip-new a {
	position: relative;
	display: inline-block;
}

.tooltip-new .tooltiptext {
	visibility: hidden;
	width: auto;
	background-color: #2e2e2e;
	color: #fff;
	border: 1px solid rgba(24, 24, 24, 0.15);
	box-shadow: 0px -2px 5px rgba(2, 3, 52, 0.1);
	text-align: center;
	border-radius: 6px;
	padding: 0px 4px;
	font-size: 10px;
	white-space: nowrap;
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	top: 100%;
	/* left: calc(50% - 7.5px); */
	left: 50%;
	transform: translate(-50%, 0%);
	
    
}

.tooltip-new:hover .tooltiptext {
	visibility: visible;
}

b,
.semi-bold {
	font-family: font-semi-bold;
}
.select2-container--default .select2-green .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-green .select2-results__option--highlighted[aria-selected]:hover,
.select2-green .select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-green .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
	background-color: #a76840;
	color: #fff;
}

/* Multi Select Options OverFlow CSS */
.select2-container .select2-selection--multiple .select2-selection__rendered {
	max-height: 50px;
	/* overflow: auto !important; */
}

/* loader css start */
.loader-style .spanner {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(0 0 0 / 50%);
	display: flex;
	text-align: center;
	color: #fff;
	z-index: 10000;
	visibility: hidden;
	align-items: center;
	justify-content: center;
}

.loader-style .overlay-spinner {
	position: fixed;
	width: 100%;
	height: 100%;
	padding: auto;
	border-radius: 50px;

	background: rgba(0, 0, 0, 0.5);
	visibility: hidden;
}

.loader-style .loader,
.loader-style .loader:before,
.loader-style .loader:after {
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
}
.loader-style .loader {
	color: #ffffff;
	font-size: 14px;
	/* margin: 100px auto; */
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: relative;
	/* text-indent: -9999em; */
	/* -webkit-animation: load4 1.3s infinite linear; */
	animation: load4 1.3s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
@-webkit-keyframes load4 {
	0%,
	100% {
		box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
	}
	12.5% {
		box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}
	25% {
		box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}
	37.5% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}
	50% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}
	62.5% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
	}
	75% {
		box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
	}
	87.5% {
		box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
	}
}
@keyframes load4 {
	0%,
	100% {
		box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
	}
	12.5% {
		box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}
	25% {
		box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}
	37.5% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}
	50% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}
	62.5% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
	}
	75% {
		box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
	}
	87.5% {
		box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
	}
}
.loader-style .loader:before,
.loader-style .loader:after {
	content: "";
	position: absolute;
	top: 0;
}
.loader-style .loader:before {
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader-style .loader:after {
	left: 3.5em;
}

.loader-style .show {
	visibility: visible;
}

.loader-style .spanner,
.loader-style .overlay-spinner {
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.loader-style .spanner.show,
.loader-style .overlay-spinner.show {
	opacity: 1;
}
/* loader css end */

.breadcrumb {
	background-color: transparent;
	padding: 0 12px;
	font-size: 12px;
}
.breadcrumb-item {
	color: rgba(2, 3, 52, 0.3);
}
.breadcrumb-item.active {
	color: rgba(2, 3, 52, 1);
}
small.draft,
.table-container .trade-list-table td:first-child small.draft {
	background: rgb(255 0 76 / 10%) !important;
	color: rgba(233, 43, 43, 0.8)!important;
}
small.amendments,
.table-container .trade-list-table td:first-child small.amendments {
	background: rgb(255 183 0 / 10%)!important;
	color: #ffb700!important;
}
small.review,
.table-container .trade-list-table td:first-child small.review {
	background: rgb(0 178 255 / 10%)!important;
	color: rgb(0 178 255 / 80%)!important;
}
small.approved,
.table-container .trade-list-table td:first-child small.approved {
	background: rgb(1 169 76 / 10%)!important;
	color: rgb(1 169 76 / 80%)!important;
}
small.addendum,
.table-container .trade-list-table td:first-child small.addendum {
	background: #FFF4E8!important;
	color: #FF8F19!important;
}
.table-container .trade-list-table td > div > img {
	width: 20px;
	margin-right: 6px;
	vertical-align: bottom;
}

/* label {
	font-size: 12px;
	opacity: 0.8;
	font-weight: 400 !important;
	text-transform: capitalize;
} */
.dataTables_wrapper .table td,
.dataTables_wrapper .table th {
	padding: 1rem;
}
.input-group-append .form-control {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.module-btn {
	padding-left: 16px;
}
.dropdown-toggle::after {
	border: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2L7 7L2 2' stroke='%23A76840' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-size: 12px;
	background-repeat: no-repeat;
	width: 20px;
	height: 10px;
	vertical-align: middle;
	background-position: center;
	margin-bottom: 2px;
	transition: all ease-in-out 0.23s;
	transform: rotate(0deg);
}
.dropdown.show .dropdown-toggle::after {
	transform: rotate(180deg);
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	background-image: url(../../dist_1.2/images/select-arrow.svg);
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: center right;
	background-origin: content-box;
	background-position-x: calc(100% + 13px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 30px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}
.mobile-code .select2-container--default .select2-selection--single .select2-selection__arrow {
	background-image: url(../../dist_1.2/images/select-arrow.svg);
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-origin: content-box;
	top: 0 !important;
}

.heading-part h6 {
	font-size: 16px;
	font-family: font-semi-bold;
	margin-bottom: 0;
}
.btn-tertiary {
	border: 1px solid #ff8f19;
	border-radius: 10px;
	color: #ffffff;
	background-color: #ff8f19;
}
.btn-tertiary:hover {
	color: #ffffff;
}
.btn-tertiary-outline {
	border: 1px solid #ff8f19;
	border-radius: 10px;
	color: #ff8f19;
	background-color: #ffffff;
}
.btn-tertiary-outline:hover {
	background-color: #ff8f19;
	color: #ffffff;
}
.btn-tertiary-outline:hover svg path {
	fill: white;
}
.btn-info.focus, .btn-info:focus,
.btn-info{
	background: #E6F8FF;
	color:#00B2FF;
	border-color: #00B2FF;
}
.btn-info:hover{
	background: #00B2FF;
	color:#ffffff;
}
.btn-warning:hover,
.btn-warning.focus,
.btn-warning:focus,
.btn-warning{
	background: rgba(255, 183, 0,0.1);
	color: #FFB700;
	border-color: #FFB700;
}
/* .btn-warning:hover{
	background: #FFB700;
	color:#181818;
} */

.btn svg {
	margin-right: 10px;
}

/* Terms & Condition Page  */

.terms-conditions .logo {
	height: 50px;
}
.terms-conditions .logo img {
	height: 100%;
}

.terms-conditions .section-content {
	background: #f8f8f8;
}
.terms-conditions .section-content b,
.terms-conditions .section-content p {
	color: #5c5c7d;
}
.terms-conditions h1 {
	font-family: font-medium;
}
.terms-conditions .section-header {
	padding: 15px 0;
}

/* High Priority Trade  */
tr.high-priority {
	box-shadow: 5px 0 0 #ff8f19 inset;
}

tr.escalation td {
	background: #fff5f5 !important;
}
tr.escalation.high-priority td:first-child {
	box-shadow: 5px 0 0 #ff8f19 inset;
}
.btn {
	font-family: font-semi-bold;
}
.btn-theme {
	border-radius: 10px;
	font-size: 16px;
	font-family: font-semi-bold;
	height: 50px;
}
.btn-theme-small{
	height: 40px;
}
.btn-sm {
	font-size: 12px;
}
.btn-md {
	font-size: 14px;
}
.btn-round {
	border-radius: 20px;
}
.form-group label:not(.custom-control-label):not(.error) {
	color: #454546;
	font-size: 12px;
	opacity: 0.8;
	margin-bottom: 5px;
	text-transform: capitalize;
	font-family: "font-regular";
	font-weight: 400 !important;
}
.select2 + label.error,
.form-group label.error,
.input-group label.error,
.input-group-append label.error {
	position: absolute;
	top: calc(100% + 3px);
	left: 6px;
	font-size: 10px !important;
	opacity: 1 !important;
}
label.error {
    color: #dc3545;
}
/* Scroll Bar */

.addendum-history-wrapper::-webkit-scrollbar,
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar,
.notification-scroll::-webkit-scrollbar,
.dataTables_scrollBody::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

.addendum-history-wrapper::-webkit-scrollbar-track,
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track,
.notification-scroll::-webkit-scrollbar-track,
.dataTables_scrollBody::-webkit-scrollbar-track {
	background-color: #e4e4e4;
}

.addendum-history-wrapper::-webkit-scrollbar-thumb,
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb,
.notification-scroll::-webkit-scrollbar-thumb,
.dataTables_scrollBody::-webkit-scrollbar-thumb {
	background-color: #cdcfd0;
	border-radius: 100px;
}

.addendum-history-wrapper::-webkit-scrollbar-thumb:hover,
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover,
.notification-scroll::-webkit-scrollbar-thumb:hover,
.dataTables_scrollBody::-webkit-scrollbar-thumb:hover {
	background-color: #9a9a9a;
}

body::-webkit-scrollbar,
.custom-scroller::-webkit-scrollbar,
.comment-wrapper::-webkit-scrollbar,
.scroller-document-card::-webkit-scrollbar,
.reminder-wrapper::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
body::-webkit-scrollbar-track,
.custom-scroller::-webkit-scrollbar-track,
.comment-wrapper::-webkit-scrollbar-track,
.scroller-document-card::-webkit-scrollbar-track,
.reminder-wrapper::-webkit-scrollbar-track {
	background-color: transparent;
}
body::-webkit-scrollbar-thumb,
.custom-scroller::-webkit-scrollbar-thumb,
.comment-wrapper::-webkit-scrollbar-thumb,
.scroller-document-card::-webkit-scrollbar-thumb,
.reminder-wrapper::-webkit-scrollbar-thumb {
	background-color: rgba(24, 24, 24, 0.2);
	border-radius: 100px;
}
body::-webkit-scrollbar-thumb:hover,
.custom-scroller::-webkit-scrollbar-thumb:hover,
.comment-wrapper::-webkit-scrollbar-thumb:hover,
.scroller-document-card::-webkit-scrollbar-thumb:hover,
.reminder-wrapper::-webkit-scrollbar-thumb:hover {
	background-color: rgba(24, 24, 24, 0.3);
}


.download-document-wrapper::-webkit-scrollbar,
.document-progress-wrapper-container::-webkit-scrollbar,
.uploaded-documents-wrapper::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}
.download-document-wrapper:-webkit-scrollbar-track,
.document-progress-wrapper-container::-webkit-scrollbar-track,
.uploaded-documents-wrapper::-webkit-scrollbar-track {
	background-color: transparent;
}
.download-document-wrapper::-webkit-scrollbar-thumb,
.document-progress-wrapper-container::-webkit-scrollbar-thumb,
.uploaded-documents-wrapper::-webkit-scrollbar-thumb {
background: rgba(255, 143, 25,0.5);
border-radius: 8px;
}
.download-document-wrapper::-webkit-scrollbar-thumb:hover,
.document-progress-wrapper-container::-webkit-scrollbar-thumb:hover,
.uploaded-documents-wrapper::-webkit-scrollbar-thumb:hover {
	background: rgba(255, 143, 25,0.7);
}

/* Nested OL */

.nested-ol {
	counter-reset: item;
}

.nested-ol > li {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-top: 12px;
	color: #5c5c7d;
}

.nested-ol > li:before {
	content: counters(item, ".") " ";
	counter-increment: item;
	position: absolute;
	left: 0;
}

.nested-ol > li ul {
	list-style: disc;
}
.nested-ol > li > .nested-ol > li > .nested-ol > li {
	padding-left: 40px;
}
.nested-ol > li > .nested-ol > li > .nested-ol > li > .nested-ol > li {
	padding-left: 50px;
}

.cursor-pointer {
	cursor: pointer;
}
.addendum-history-wrapper {
	max-height: 325px;
	overflow: auto;
}
.addendum-history-status {
	z-index: 1;
	position: relative;
	padding-bottom: 40px;
}

.addendum-history-status:after {
	content: "";
	height: 100%;
	width: 4px;
	background-color: #ff8f19;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}
.addendum-history-content {
	padding-left: 16px;
}
.addendum-history-content p {
	margin-bottom: 0px;
	font-size: 14px;
	font-family: "font-semi-bold";
}
.addendum-history-content a{
	color: #181818;
}
.addendum-history-wrapper > div:last-child .addendum-history-status {
	padding-bottom: 0;
}
.addendum-history-wrapper > div:last-child .addendum-history-status:after {
	display: none;
}
.trade-creation-form .collapse-section-wrapper > .collapse-section:last-child .nested-accordion .collapse-section:last-child,
.trade-creation-form .collapse-section-wrapper > .collapse-section {
	margin-bottom: 0px;
}

.trade-creation-form .collapse-section-wrapper .collapse-section > .panel {
	margin-top: 20px;
}

/* .ammendment-page .trade-creation-form .collapse-section-wrapper .collapse-section:last-child .accordion.active + .panel, */
.trade-creation-form .collapse-section-wrapper .collapse-section:last-child .accordion + .panel {
	margin-top: 0px;
}

.trade-creation-form .collapse-section-wrapper .nested-accordion .collapse-section > .panel {
	margin-top: 0px;
}

.trade-creation-form .collapse-section-wrapper > .collapse-section:last-child > .accordion.active {
	margin-bottom: 15px;
}
/* .trade-creation-form .collapse-section-wrapper .collapse-section .panel .nested-accordion .collapse-section:last-child>.accordion.active  {
	margin-bottom: 0px;
} */

.buyer-seller-id div:first-child {
	margin-right: 25px;
}

/* Arabic css  */
.arabic .table-container .trade-list-table td a img {
	margin-left: 15px;
	margin-right: 0;
}
.arabic .table-container .trade-list-table td > div > img {
	margin-right: 0px;
	margin-left: 6px;
}
.arabic .mr-3 {
	margin-left: 1rem !important;
	margin-right: 0 !important;
}

.arabic .mr-0,
.arabic .mx-0 {
	margin-left: 0 !important;
}
.arabic .mr-auto,
.arabic .mx-auto {
	margin-left: auto !important;
}

.arabic .mr-2,
.arabic .mx-2 {
	margin-left: 0.5rem !important;
}

.arabic .ml-2,
.arabic .mx-2 {
	margin-right: 0.5rem !important;
}

.arabic .modal-header .close {
	margin-left: 0;
	margin-right: auto;
}

.arabic .btn svg {
	margin-left: 10px;
	margin-right: 0;
}
.arabic .buyer-seller-id div:first-child {
	margin-left: 25px;
	margin-right: 0;
}

.arabic .addendum-history-content {
	padding-right: 16px;
	padding-left: 0px;
}

.arabic .user-menu-dropdown-info {
	padding-right: 15px;
	padding-left: 0;
}

.arabic .user-menu-dropdown {
	text-align: right;
}
.arabic .user-menu-dropdown .log-out {
	flex-direction: row-reverse;
}

.arabic input.form-control.datetimepicker-input {
	padding-left: 0px;
}

/* .arabic .table-container .table th:last-child{
padding: 16px 30px 16px 16px;
} */
.arabic .table-container .table td:last-child {
	padding-left: 30px;
	padding-right: 16px;
}
.arabic .table-container .table td:first-child {
    padding-right: 30px;
	padding-left: 16px;
}
.arabic tr.escalation.high-priority td:first-child {
    box-shadow: -5px 0 0 #ff8f19 inset;
}

.arabic .tooltip-new .tooltiptext {
	left: calc(50% + 7.5px);
}
/* Toaster Css */

.toaster {
	background: #ffffff;
	border: 1px solid transparent;
	/* box-shadow: rgb(50 50 93 / 25%) 0px 30px 60px -12px, rgb(0 0 0 / 30%) 0px 18px 36px -18px; */
	box-shadow: rgb(50 50 93 / 10%) 0px 30px 60px -12px, rgb(0 0 0 / 15%) 0px 18px 36px -18px;
	border-radius: 12px;
	position: fixed;
	z-index: 9999999;
	padding: 16px;
	top: -150px;
	right: 20px;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out 0.6s;
}
.toaster.show {
	top: 20px;
	opacity: 1;
	visibility: visible;
}
.toaster-content {
	padding-right: 20px;
	padding-left: 16px;
}
.toaster-content p {
	color: rgba(92, 93, 94, 0.8);
	font-size: 12px;
	margin-bottom: 0;
}

.toaster-content h6 {
	font-family: font-semi-bold;
}
.toaster-close {
	margin-right: -10px;
	margin-top: -10px;
	cursor: pointer;
}
.toaster.success {
	background: #f1f8f4;
	border-color: #cfe8d3;
}
.toaster.warning {
	background: #fef8eb;
	border-color: #f5e0b8;
}
.toaster.info {
	background: #e7effa;
	border-color: #b4cdef;
}
.toaster.error {
	background: #fbefeb;
	border-color: #efd0c7;
}

.toaster-img img {
	display: none;
}

.toaster.error .toaster-img img.error {
	display: block;
}
.toaster.success .toaster-img img.success {
	display: block;
}
.toaster.info .toaster-img img.info {
	display: block;
}
.toaster.warning .toaster-img img.warning {
	display: block;
}

/* More Less Button  */
.more-less-btn {
	min-width: 88px;
	margin-top: 4px;
}
.more-less-btn img {
	transition: all ease-in-out 0.3s;
}
.transform180 {
	transform: rotate(180deg);
}

/* This is temprory */
/* .select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #ae6743 !important;
	border: 1px solid #ae6743 !important;
} */

/* user Menu Drop Down */
.user-menu-dropdown {
	background: #ffffff;
	box-shadow: 4px 4px 30px rgba(2, 3, 52, 0.1);
	border-radius: 10px !important;
	padding: 20px !important;
	border: 0px !important;
}
.user-menu-dropdown a.user-img {
	display: block;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	overflow: hidden;
}
.user-menu-dropdown .user-img-wrapper {
	position: relative;
}
.user-menu-dropdown .user-img-wrapper .user-status {
	position: absolute;

	background: #cdcfd0;
	border: 2px solid #ffffff;
	right: 0;
	bottom: 6px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}
.user-menu-dropdown .user-img-wrapper .user-status.active {
	background: #01a94c;
}
.user-menu-dropdown .user-img-wrapper .user-status.busy {
	background: #ff004c;
}

.user-menu-dropdown-info {
	padding-left: 15px;
}
.user-menu-dropdown-info a.h6 {
	font-size: 14px;
	font-family: "font-medium";
	margin-bottom: 10px;
	color: #181818;
	display: block;
}

.user-menu-dropdown a.user-img img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.dev-btn {
	padding: 8px;
	background: rgba(255, 143, 25, 0.1);
	border-radius: 6.5px;
	color: #ff8f19;
	font-size: 12px;
	font-family: font-semi-bold;
	display: inline-block;
}
.dev-btn:hover {
	color: #ff8f19;
}
.user-menu-dropdown .log-out {
	font-size: 14px;
	font-family: "font-medium";
	color: #181818;
	display: inline-flex;
	align-items: center;
}
.user-menu-dropdown .log-out svg {
	margin-right: 10px;
}
.user-menu-dropdown-content {
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 20px;
}

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

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

.text-muted {
	color: #181818 !important;
	opacity: 0.8;
}

.dropdown-menu{
	z-index: 2000;
}

input[name="datefilter"]{
	cursor: pointer;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: rgba(24, 24, 24, 0.4) !important;
}

.dropdown-menu.action-dropdown-menu{
	z-index: 3000;
}
/* Media Query Started */

@media (min-width: 576px) {
	.modal-theme .modal-dialog {
		max-width: 470px;
	}
	#modal-addendum.modal-theme .modal-dialog {
		max-width: 440px;
	}
	.modal-theme .modal-dialog.modal-medium {
		max-width: 420px;
	}
	.modal-theme .modal-dialog.modal-small {
		max-width: 360px;
	}
}
@media (max-width: 1400px) {
	.card-header h5 {
		font-size: 1.1em;
	}
}
@media (max-width: 1200px) {
	.theme-button {
		min-width: 120px;
		width: auto;
	}

	.modal .theme-button {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.table-container .table th:first-child, .table-container .table td:first-child {
		padding-left: 15px;
	}
}

@media (max-width: 620px) {
	.theme-button {
		font-size: 12px;
		padding: 8px;
		height: 44px;
		min-width: 90px;
	}

	.preloader img {
		width: 60%;
	}
}

/******** Report list Css *********/
.content-grp {
	justify-content: flex-end;
}
.content-grp span {
	font-size: 14px;
	color: rgba(24, 24, 24, 0.5);
}
.table-top-head {
    background-color: #FFF8F4;
    padding: 20px 10px 10px 30px;
    border-radius: 10px 10px 0 0;
}
.filter .badge-grp {
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 8px;
  font-size: 12px;
  margin-left: 10px;
}
.filter .badge-grp .badge-count {
    border-radius: 50%;
    background-color: #FF8F19;
    color: #fff;
    font-size: 12px;
    height: 20px;
    width: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin-left: 7px;
}
.content-item {
	background-color: #FFF8E5;
    margin-left: 20px;
    padding: 5px 10px;
    border: 1px solid #D8B459;
    border-radius: 5px;
}
