/*
1b4369 - dark blue
d5ba59 - golden
189d9e - aqua
*/

/* Global */

html,
body {
	font-family: "Maven Pro", sans-serif;
}

input,
button,
select,
textarea {
	border-radius: 20px !important;
}

input:focus,
select:focus,
textarea:focus {
	border-color: #189d9e !important;
}

input:focus,
button,
button,
select,
textarea {
	outline: none !important;
	box-shadow: inherit !important;
	border-radius: 20px !important;
}

input[type='number'] {
	-moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0; 
}

input.cd-is-invalid,
textarea.cd-is-invalid,
select.cd-is-invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
	background-repeat: no-repeat;
	background-position: center right calc(.375em + .1875rem);
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

span.cd-error {
	display: block;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #dc3545;
}

.cd-spinner-svg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	-webkit-animation: cd_spinner_svg 2s linear infinite;
	animation: cd_spinner_svg 2s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

@-webkit-keyframes cd_spinner_svg {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes cd_spinner_svg {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.cd-spinner-circle {
	stroke-dasharray: 1,200;
	stroke-dashoffset: 0;
	-webkit-animation: cd_spinner_circle 1.5s ease-in-out infinite;
	animation: cd_spinner_circle 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

@-webkit-keyframes cd_spinner_circle {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px
	}
	to {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px
	}
}

@keyframes cd_spinner_circle {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px
	}
	to {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px
	}
}

.cd-error-border {
	border: 1px solid #dc3545;
}

.cd-container {
	max-width: 1600px;
	margin: auto;
}

.cd-hide {
	display: none;
}

/*.select2-container {
	min-width: 100%;
	max-width: 100%;
}*/

.select2-container--open .select2-dropdown--below {
	width: 350px !important;
}

.select2-selection.select2-selection--single {
	height: calc(1.5em + .75rem + 2px);
	padding: .22rem .75rem;
	border-color: #ced4da;
	border-radius: 20px !important;
}

.select2-container--focus .select2-selection.select2-selection--single {
	border-color: #189d9e !important;
}

.select2-selection.select2-selection--single:focus {
	box-shadow: none !important;
	outline: none !important;
}

.select2-selection__rendered {
	padding: 0 !important;
}

.select2-selection__arrow {
	top: 5px !important;
}

.cd-dial-code-list-dropdown .select2-dropdown.select2-dropdown--below {
	width: 310px !important;
}

.select2-results>.select2-results__options {
	max-height: 300px !important;
}

.select2-search__field {
	padding: .375rem .75rem !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #189d9e !important;
}

.cd-v-hidden {
	visibility: hidden;
}

.cd-clr-white {
	color: #ffffff;
}

.cd-btn-primary,
.cd-btn-primary:focus,
.cd-btn-primary:active {
	background-color: #189d9e !important;
	border-color: #189d9e !important;
	color: #ffffff !important;
}

.cd-seller-notice {
	position: fixed;
	right: 30px;
	top: 55px;
	padding: 10px 15px;
	z-index: 999999;
	border: 1px solid #ffffff;
}

/* Global Over */

.cd-loader-full {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	z-index: 1090;
}

.cd-loader-full-wrapper {
	position: relative;
	width: 50px;
	height: 50px;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
}

.cd-seller-access-container {
	max-width: 1600px;
}

.cd-seller-access-header-logo-wrapper {
	background-color: #189d9e;
	padding-top: 12px;
	padding-bottom: 12px;
}

.cd-seller-access-home-nav-icon {

}

.cd-seller-access-header-logo {
	max-width: 100%;
}

.cd-seller-access-header-logo.tabs {
	width: 125px;
}

.cd-seller-access-header-logo-text {
	position: relative;
	top: 9px;
	left: 3px;
	color: #ffffff;
	font-size: 14px;
}

.cd-seller-access-login-control-wrapper {
	margin-bottom: 20px;
	vertical-align: top;
}

.cd-seller-access-forgot-pass-nav {
	position: absolute;
	right: 15px;
	top: 38px;
	font-size: 13px;
	color: #acacac;
	cursor: pointer;
}

.cd-seller-access-login-btn,
.cd-seller-access-reg-btn {
	font-size: 14px;
	font-weight: 500;;
	color: #444444;
	background-color: #ffdc18;
	width: 100%;
	height: 38px;
	border: none;
	display: block;
	margin: auto;
	vertical-align: top;
}

.cd-seller-access-reg-btn {
	background-color: #1b4369;
	color: #ffffff;
}

.cd-seller-access-or-seperator {
	color: #acacac;
	display: block;
	text-align: center;
	margin: 5px;
}

.cd-seller-access-banner {
	min-width: 100%;
	max-width: 100%;
}

.cd-seller-access-cnt-wrapper {
	padding: 50px 0;
	border-bottom: 1px solid #e3e3e3;
}

.cd-seller-access-heading {
	color: #444444;
	font-size: 1.7rem;
}

.cd-seller-access-list-wrapper {
	margin: 22px 0 0 0;
	padding: 0 0 0 40px;
	list-style-type: disc;
}

.cd-seller-access-list-wrapper li {
	font-size: 1.2rem;
	line-height: 1.556;
	color: #d5ba59;
	padding: 6px 0;
}

.cd-seller-access-list-wrapper li span {
	color: #7a818d;
}

.cd-seller-access-grow-business-img-wrapper {
	-webkit-order: 2;
	order: 2;
}

.cd-seller-access-grow-business-list-wrapper {
	-webkit-order: 1;
	order: 1;
}

.cd-seller-cd-benifit-img {
	max-width: 100%;
	margin-top: 30px;
}

.cd-seller-access-grow-business-img {
	max-width: 100%;
}

.cd-seller-access-typesto-col {
	margin-top: 50px;
}

.cd-seller-access-typesto-wrapper {
	border: 1px solid #e3e3e3;  
	border-radius: 6px;
	padding: 25px 20px;
	text-align: center;
	height: 100%;
}

.cd-seller-access-typesto-img-wrapper {
	height: 95px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cd-seller-access-typesto-heading {
	margin: 30px 0 20px 0;
}

.cd-seller-access-typesto-cnt {
	margin: 0;
	color: #878787;
	line-height: 1.2;
}

.cd-seller-access-reg-modal .modal-dialog {
	max-width: 1165px;
	width: 96%;
}

.cd-seller-access-reg-modal .modal-body {
	background-color: #1b4369;
	padding-bottom: 40px;
}

.cd-seller-access-reg-modal-body-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 9;
}

.cd-seller-access-reg-plan-heading {
	color: #ffda30;
	padding: 5px;
	font-size: 20px;
}

#sellerAccessSignupForm {
	padding: 13px 0;
}

#sellerAccessSignupForm #sellerAccessRegMobile-error,
#sellerAccessSignupForm #sellerAccessRegEmail-error,
#sellerAccessSignupForm #sellerAccessRegTC-error,
#sellerAccessSignupForm .cd-error {
	color: #ff8d55;
	font-size: 14px;
	font-weight: 500;
}

.chp-text {
	color: #ffffff;
}

.cd-seller-access-reg-plan-col {
	background-color: #ffffff;
	border-radius: 3px;
	padding: 15px 0;
}

.cd-seller-access-reg-plan-nav {
	cursor: pointer;
}

.cd-seller-access-reg-plan-img-wraaper {
	background-color: #ffda30;
}

.cd-seller-access-reg-plan-img-wraaper img {
	max-width: 100%;
}

.cd-seller-access-reg-plan-price {
	background-color: #f0efeb;
	padding: 12px 0;
}

.cd-seller-access-plan-duration {
	font-weight: normal;
	font-size: 12px;
}

.cd-seller-access-reg-plan-feature-wrapper {
	margin: 0;
	padding: 0;
	list-style-type: none;
	max-width: 100%;
}

.cd-seller-access-reg-plan-feature {
	float: left;
	text-align: left;
}

.cd-seller-access-reg-plan-feature.icn {
	width: 20px;
	color: #04bc34;
	padding-top: 4px;
}

.cd-seller-access-reg-plan-feature.icn {
	font-size: 20px;
}

.cd-seller-access-reg-plan-feature.icn.un {
	color: #888888;
	padding-top: 2px;
}

.cd-seller-access-reg-plan-feature.cnt {
	width: calc(100% - 20px);
	word-wrap: break-word;
	word-break: break-all;
	margin: 0;
	padding: 0 0 0 10px;
	font-weight: 500;
}

.cd-seller-access-reg-plan-feature.cnt.un {
	color: #888888;
}

.cd-seller-access-reg-wrapper {
	width: 500px;
	max-width: 100%;
	margin: 25px auto 0 auto;
	background-color: #fff;
	border-radius: 6px;
	padding: 15px;
}

/*----------*/

.cd-seller-access-reg-form-wrapper {
	width: 450px;
	max-width: 100%;
	border: 1px solid #e3e3e3;
	border-radius: 6px;
	padding: 15px;
	margin: auto;
}

.cd-seller-access-reg-back-to-plan-nav {
	cursor: pointer;
}

.cd-dial-code-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	max-width: 100px;
}

.cd-dial-code-wrapper .select2-container--default {
	width: 100% !important;
}

#sellerAccessRegMobile {
	padding-left: 110px;
}

.cd-mobile-number-wrapper {
	float: left;
	width: calc(100% - 110px);
}

.satc {
	text-decoration: underline;
}

.satc:hover {
	color: #ffffff;
}

.cd-mobile-number-wrapper span.invalid-feedback {
	padding-left: 15px;
}

.cd-seller-access-footer-container {
	background-color: #f1f3f6;
	padding: 15px 0;
	margin: 0;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { ... }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.cd-seller-access-login-control-wrapper {
		display: inline-block;
	}
	.cd-seller-access-login-control-wrapper {
		width: 49%;
	}
	.cd-seller-access-login-control-wrapper.pass {
		float: right;
	}
	.cd-seller-access-login-btn,
	.cd-seller-access-reg-btn {
		width: 215px;
	}
	.cd-seller-access-heading {
		font-size: 2.3rem;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.cd-seller-access-header {
		padding: 25px 0;
	}
	.cd-seller-access-header-logo-wrapper {
		background-color: #ffffff;
		padding-top: 0;
		padding-bottom: 0;
	}
	.cd-seller-access-header-logo-text {
		left: 0;
		top: 14px;
		color: #212529;
	}
	.cd-seller-access-login-control-wrapper {
		width: 250px;
		margin-right: 10px;
		margin-bottom: 0;
	}
	.cd-seller-access-login-control-wrapper.pass {
		float: none;
	}
	.cd-seller-access-login-btn,
	.cd-seller-access-reg-btn {
		display: inline-block;
		width: 110px;
	}
	.cd-seller-access-or-seperator {
		display: inline-block;
	}
	.cd-seller-access-cnt-wrapper {
		padding: 100px 0;
	}
	.cd-seller-cd-benifit-img {
		margin-top: 100px;
	}
	.cd-seller-access-grow-business-img-wrapper {
		-webkit-order: 1;
		order: 1;
	}

	.cd-seller-access-grow-business-list-wrapper {
		-webkit-order: 2;
		order: 2;
		padding-left: 30px;
	}

	.cd-seller-access-reg-plan-heading {
		padding-top: 10px;
		font-size: 30px;
	}

	#sellerAccessSignupForm {
		padding: 35px 0;
	}

	.chp-text {
		font-size: 20px;
	}
}

@media (min-width: 992px) and (max-width: 1144px) {
	.cd-seller-access-login-control-wrapper {
		width: 207px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { ... }

@media(min-width: 1500px) { ... }