.gpay-card-info-container.black, .gpay-card-info-animation-container.black {
    background-color: #162b38 !important;
    box-shadow: none;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none !important;
    border-color: #dc3545 !important;
}
.is-invalid+.select2-container--default .select2-selection--single {
    border-color: #dc3545 !important
}
.form-select.is-invalid, .was-validated .form-select:invalid {
    background-image: none !important;
}

input[type="file"] {
    display: block;
}

.imageThumb {
    max-height: 75px;
    border: 2px solid #e0e0e0;
    padding: 1px;
    cursor: pointer;
    /* position: absolute;
    left: 2px;
    top: 5px;
    width: 100%; */
}

.pip {
    display: inline-block;
    margin: 10px 10px 0 0;
    text-align: center;
}

.remove {
    /* display: block; */
    background: #444;
    border: 1px solid black;
    color: white;
    text-align: center;
    cursor: pointer;
    position: unset;
    font-size: 13px;
    padding: 2px;
    border-radius: 4px;
}

.remove:hover {
    background: white;
    color: black;
}

#image-thumbnails-wrapper {
    position: absolute;
    top: 20px;
    left: 55px;
    overflow-y: auto;
    max-height: 80%;
    background-color: #ffffffeb;
    /* padding: 10px 10px; */
    right: 55px;
}

#image-thumbnails-wrapper::-webkit-scrollbar {
    width: 6px;
}

#image-thumbnails-wrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#image-thumbnails-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #000000;
}

#image-thumbnails-wrapper #image-thumbnails-wrapper li {
    background-color: white;
}

#image-thumbnails-wrapper li img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    text-align: center;
}

.input-group-text:focus-visible {
	outline: -webkit-focus-ring-color auto 0px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #162b38;
    border-color: #212529;
}
.page-link {
    color: #162b38;
}
.pagination {
    justify-content: center;
}
.input-group-text {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
}
.countr_code_field {
	padding: 0rem 1rem !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #6c757d !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 10px;
	right: 5px;
	width: 20px;
}
.select2-results {
	display: block;
	font-size: 14px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #162b38;
	color: white;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #8e959b;
	line-height: 51px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	color: white;
}
.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 9px;
}
.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 52px !important;
	user-select: none;
	-webkit-user-select: none;
}
.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	width: 100% !important;
	vertical-align: middle;
}

.custom-select {
	position: relative;
	font-family: Arial;
}

.custom-select select {
	display: none; /*hide original SELECT element: */
}

.select-selected {
	background-color: DodgerBlue;
}

/* Style the arrow inside the select element: */
.select-selected:after {
	position: absolute;
	content: "";
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
	border-color: transparent transparent #fff transparent;
	top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
	color: #ffffff;
	padding: 8px 16px;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
}

/* Style items (options): */
.select-items {
	position: absolute;
	background-color: DodgerBlue;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
}
.select2-container .select2-selection--single {
	padding-left: 2rem;
}
/* Hide the items when the select box is closed: */
.select-hide {
	display: none;
}

.select-items div:hover,
.same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #212529;
	line-height: 51px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #757575 transparent transparent transparent;
}
.phone_select2 + .select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	width: 22% !important;
	vertical-align: middle;
}
.phone_select2 + .select2-container .select2-selection--single {
	padding-left: 0.4rem;
	border-radius: 0px;
	border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
}
@media screen and (min-width: 250px) and (max-width: 768px) {
	.hero-banner,
	.hero-banner-steps,
	.hero-banner-inner-steps {
		min-height: 515px;
		margin-top: 0;
		padding-top: 1rem;
	}
}
