:root {
	--ct-color-primary120: #141932;
}
/* General - start */
input, button, select, textarea, optgroup {
	margin: 0;
	margin-top: 0px;
	font: inherit;
	font-weight: inherit;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

input {
	line-height: normal;
}

a {
	color: #005CFC;
	background-color: transparent;
}

h5, .h5 {
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
/* General - end */

/* Utilities - start */
.hidden {
	display: none !important;
}

.margin-right-2 {
	margin-right: 2px;
}

.margin-left-2 {
	margin-left: 2px;
}

.margin-left-4 {
	margin-left: 4px;
}

.margin-left-5 {
	margin-left: 5px;
}

.icon-before-text {
	margin-right: 6px;
}

.blue-link {
	color: var(--text-color-link);
	text-decoration: underline;
}

.blue-link:hover {
	cursor: pointer;
}

.black-link {
	color: var(--ct-color-primary120);
	text-decoration: underline;
}

.black-link:hover {
	cursor: pointer;
}

.grey-note {
	color: var(--text-color-base);
}
/* Utilities - end */

/* Buttons - start */
.btn-ctp {
	font-size: 1.125rem !important;
	font-weight: bold !important;
	padding: 0.75rem 0rem !important;
	letter-spacing: initial !important;
	border-radius: 3px !important;
}

.btn-ctp.btn-outline-secondary {
	color: var(--ct-color-primary120) !important;
	border: 1px solid var(--ct-color-primary120) !important;
}

.btn-ctp.btn-outline-secondary:hover {
	background-color: #fff !important;
	border: 1px solid var(--ct-color-primary120) !important;
}
/* Buttons - end */

/* Modal dialog (Lightbox) - start */
.ctp-modal {
	color: var(--ct-color-primary120);
}

.ctp-modal .btn-ctp {
	padding: 1.2rem 0rem !important;
}

.ctp-modal .modal-header {
	padding: 16px;
	
}	

.ctp-modal .ctp-divider {
	height: 1.66rem;
	background-color: black;
	margin-left: 6px;
	margin-right: 6px;
	border: 1px solid;
}

.ctp-modal .ctp-divider-short {
	height: 1rem;
	border: 1px solid;
}
    
.ctp-modal .ctp-logo {
	height: 1.5rem;
}

.ctp-modal .ctp-brands-logo img {
	margin-right: 3px
}

.ctp-modal .ctp-brand-visa-logo {
	height: 1.16rem;
}

.ctp-modal .ctp-brand-mastercard-logo {
	height: 1.26rem;
}

.ctp-modal .modal-body,
.ctp-modal .modal-footer {
	padding: 0px 16px 16px 16px;
}

.ctp-modal .modal-header-content {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.ctp-modal .modal-header-content #ctpSwitchIdLink {
	margin-top: 0.2rem;
}

.ctp-modal .ctp-modal-block {
	padding-top: 16px;
	width: 100%
}

.ctp-modal .ctp-modal-title {
	font-size: 1.2rem;
	font-weight: 700;
}

.ctp-modal .ctp-modal-description {
	margin-top: 5px;
}

.ctp-modal .ctp-modal-subtitle {
	text-align: center;
}

.ctp-modal .form-control {
	border: 1px solid var(--ct-color-primary120);
	color: var(--ct-color-primary120);
	padding: 1.33rem
}

.ctp-modal .form-control::placeholder {
	color: var(--text-color-base);
}

.ctp-modal .form-control:focus {
	color: var(--ct-color-primary120);
	box-shadow: inset 0 0 0 2px var(--input-highlight)
}

.ctp-modal .ctp-modal-form .form-group:last-child {
	margin-bottom: 0;
}

.ctp-modal .ctp-modal-form label {
	opacity: 0;
	transition: opacity 0.125s ease-in-out;
}

.ctp-modal .ctp-modal-form .input-fill {
	opacity: 1;
}

.ctp-modal .ctp-modal-form #termsAndPrivacyNotice {
	margin-top: 1rem;
}

.ctp-modal .modal-footer {
	justify-content: flex-start;
}

.ctp-modal .modal-footer > * {
	margin: 0;
}

.ctp-modal .ctp-modal-btn-divider {
	display: flex;
	align-items: center;
}

.ctp-modal .ctp-modal-btn-divider .btn-divider-left,
.ctp-modal .ctp-modal-btn-divider .btn-divider-right {
	flex-basis: 43%;
	border-top: 1px solid var(--bs-border-color);
}

.ctp-modal .ctp-modal-btn-divider .btn-divider-middle {
	flex-basis: 14%;
	text-align: center;
}

.ctp-modal .ct-info {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ctp-modal .ct-info img {
	height: 16px;
	margin-left: 8px;
}

.ctp-mobile-number-block {
	display: flex;
}

.ctp-mobile-number-block input,
.ctp-mobile-number-block input:focus {
	border: 0;
	outline: none;
	padding: 0;
	margin-left: 8px;
}

.ctp-mobile-number-block .custom-select .bootstrap-select {
	display: inline-block;
}

.ctp-mobile-number-block .custom-select .bootstrap-select button {
	border: 0;
	padding: 0;
}

.ctp-mobile-number-block .custom-select .bootstrap-select .dropdown-toggle:focus {
	box-shadow: none;
	border: 0;
}

.ctp-mobile-number-block .custom-select .bootstrap-select .dropdown-menu {
	width: 180%;
	left: -45% !important;
}

.ctp-mobile-number-block .custom-select .bootstrap-select .dropdown-menu .bs-searchbox input{
	margin-left: 0px;
}

#resendCode {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 5px;
}

#otpFields .form-control {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	border: 1px solid #556b80;
	padding: 1.33rem 0.6rem;
}

#otpFields .form-control:first-child {
	margin-left: 0;
}

#otpFields .form-control:last-child {
	margin-right: 0;
}

.ctp-modal .ctp-modal-form1 #otpFields {
	margin-top: 0.8rem;
}

.ctp-modal .ctp-modal-form1 .custom-checkbox {
	margin-top: 1.2rem;
}

.ctp-modal .ctp-card-selector {
	border: 1px solid var(--ct-color-primary120);
	border-radius: var(--bs-border-radius);
}

.ctp-modal #ctpSelectedCard {
	cursor: pointer;
}

.ctp-modal #ctpSelectedCard i {
	font-size: 16px;
}

.ctp-modal .ctp-card {
	display: flex;
	align-items: center;
	padding: .7rem 1.33rem;
	border-bottom: 1px solid var(--ct-color-primary120);
}

.ctp-modal .ctp-card.collapse {
	border-bottom: none;
}

.ctp-modal .form-check {
	margin-bottom: 0;
}

.ctp-modal .form-check .form-check-input {
	margin-left: 0;
	margin-right: 10px;
	margin-top: 0;
	height: 2rem;
	width: 2rem;
	cursor: pointer;
}

.ctp-modal .form-check label {
	margin-bottom: 0;
	width: 100%;
	cursor: pointer;
}

.ctp-modal .ctp-card .ctp-card-img {
	height: 2.33rem;
	width: 3.91rem;
	margin-right: 7px;
	border-radius: var(--bs-border-radius);
}

.ctp-modal .ctp-card .ctp-scheme-img {
	height: 2rem;
	margin-right: 7px;
}

#ctpAvailableCards {
	overflow-y: auto;
	max-height: 300px;
}

#ctpAvailableCards .ctp-card:last-child {
	border-bottom: none;
}

.ctp-modal .alert {
	margin-bottom: 0;
}

.ctp-loader-modal .modal-body {
	font-size: 14px;
	padding: 16px 16px 16px 16px! important;
}

.ctp-loader-modal .modal-content {
	border-radius: 0px! important;
}

.ctp-loader-modal .ctp-divider {
	height: 2rem! important;
}

.ctp-loader-modal .ctp-modal-block {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ctp-loader-modal .loader1-block {
	padding-top: 30px;
	padding-bottom: 30px;
}

.ctp-loader-modal .text-block {
	padding-top: 0px;
	padding-bottom: 20px;
}

.ctp-loader-modal .ctp-logo {
	height: 2rem;
}

.ctp-loader-modal .ctp-brands-logo {
	height: 2.9rem;
}

.ctp-info-modal .ctp-info-text {
    text-align: center;
    padding: 0 1.5rem;
    font-size: 1.1rem;
}

.ctp-info-modal h2 {
	font-size: 1.6rem;
	font-weight: 600;
}

.ctp-info-modal .ctp-info-item:first-child {
	margin-bottom: 0;
}

.ctp-info-modal .ctp-info-item {
	margin-bottom: 2rem;
	color: var(--ct-color-primary120);
}

.ctp-info-modal .ctp-logo-1 {
	height: 1.4rem;
}

.ctp-info-modal .ctp-logo-2 {
	margin-right: 2px;
	height: 3rem;
}

.ctp-info-modal .ctp-brands-logo {
	height: 2rem;
}

.ctp-info-modal .ctp-learn-more-logo {
	margin-left: 16px;
	height: 10rem;
}

#ctpCustomerDetails {
	border: 1px solid #000;
	border-radius: 3px;
	padding: 1.2rem;
	margin-bottom: 0.8rem;
	font-size: 1.125rem;
}

#ctpCustomerDetails > div:not(:last-child) {
	margin-bottom: 0.7rem 
}

#ctpCustomerDetails > div:first-child {
	font-weight: bold;
}

#btnEditCustomerDetails:hover {
	cursor: pointer
}
/* Modal dialog (Lightbox) - end */

/* Bootstrap select dropdown - start */
/* Dropdown textbox */
.custom-select .bootstrap-select {
    width: auto !important;
    display: block
}

/* Dropdown button */
.custom-select .bootstrap-select button {
    /* padding: 6px 16px; */
    /* border-radius: 4px !important; */
    /* background-color: #fff; */
    /* border: 1px solid var(--ct-color-primary120); */
	line-height: 1.5;
	font-family: inherit;
	background-color: var(--input-background);
	box-shadow: inset 0 0 0 2px transparent;
	border-radius: 3px;
	border: 1px solid var(--ct-color-primary120);
	color: var(--ct-color-primary120);
	padding: 1.33rem;
	font-size: 1rem;
	font-weight: 400;
}
/* Dropdown button on hover */
.custom-select .bootstrap-select button:hover {
    /* background-color: #fff; */
    /* border-bottom: 1px solid #ccc; */
	background-color: var(--input-background);
	
}

/* Dropdown downside arrow button */
.custom-select .dropdown-toggle::after {
    font-size: 20px;
    color: var(--ct-color-primary120);
}

/* Dropdown menu */
.custom-select .dropdown-menu {
    width: 100%;
	border: 1px solid var(--ct-color-primary120);
}

.custom-select .bootstrap-select > .dropdown-toggle.bs-placeholder,
.custom-select .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.custom-select .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.custom-select .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: var(--text-color-base);
	opacity: 0.75;
}

.custom-select .bootstrap-select .dropdown-toggle:focus {
	box-shadow: inset 0 0 0 2px var(--input-highlight);
}

.custom-select .bootstrap-select input {
	padding: 0.8rem !important;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus {
    color: #fff;
    background-color: #6c757d;
}
/* Bootstrap select dropdown - end */

/* Custom checkbox - start */
.custom-checkbox {
	display: flex;
}

.custom-checkbox label {
	margin-bottom: 0px;
	margin-left: 7px;
	cursor: pointer;
}

.custom-checkbox input[type="checkbox"]:disabled {
	cursor: not-allowed !important;
}

.custom-checkbox.disabled label {
	cursor: not-allowed !important;
	opacity: 0.5 !important;
}
/* Custom checkbox - end */

/* Spinner - start */
.btn-loader div {
	margin: auto;
}

.btn-loader[disabled] {
	filter: none !important;
}

.ctp-modal .loader {
	border: 3px solid #f3f3f3;
	border-radius: 50%;
	border-top: 3px solid #3498db;
	width: 20px;
	height: 20px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 1s linear infinite;
}

.ctp-loader-modal .loader1 {
	border: 2px solid #f3f3f3;
	border-radius: 50%;
	border-top: 3px solid #5B78BE;
	width: 40px;
	height: 40px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 1s linear infinite;
	border-inline-start-color: #EDBD30;
	border-inline-end-color: #5B78BE;
}

/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
/* Spinner - end */

/* Media queries - start */
@media (max-width: 576px) {
	.btn-ctp {
		width: 100%;
		padding: 0.8em 0;
	}
}

@media (min-width: 576px) {
	.ctp-modal .modal-dialog {
		max-width: 400px;
	}
}

@media (min-width: 576px) {
	#otpFields .form-control {
		padding: 1.33rem;
	}
}
/* Media queries - end */