body {
	background: #15171e;
	font-family: Montserrat, sans-serif;
	color: white;
}

/* Bootstrap overrides */
.btn {
	border-radius: 50rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.btn-primary {
	background-color: #1976d2;
	color: #182235;
	font-weight: bold;
}

.btn-primary:hover {
	background-color: #2583e0;
	color: #182235;
}

.btn-secondary {
	background-color: rgba(36, 37, 47, 0.25);
	color: #898989;
	border: none;
}

.btn-secondary:hover,
.btn-secondary:focus {
	background-color: rgba(36, 37, 47, 1);
}

.text-default {
	color: #fcffff !important;
}

.text-primary {
	color: #1976d2 !important;
}

.text-secondary {
	color: #898989 !important;
}

.navbar-dark .navbar-nav .action-btn {
	background: #182235;
	color: #1976d2;
}

.action-btn {
	background: #182235;
	color: #1976d2;
}

.action-btn:focus,
.action-btn:hover {
	background: #1a263c !important;
	color: #1a96d4 !important;
}

.notifs-btn {
	background: #182235;
	color: #1976d2;
}

.navbar-dark .navbar-nav .nav-link {
	padding: 0.5rem 2.3rem;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: #fcffff;
}

.pagination .page-item .page-link {
	background: none;
}

.modal-content {
	background: #15171E;
	border-radius: 25px;
}

.modal-header .close {
	color: white;
	font-weight: 200;
	font-size: 2rem;
}

@media (min-width: 1440px) {
	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl {
		max-width: 1400px;
	}
}

/* Custom CSS */
.cursor-pointer {
	cursor: pointer;
}

.border-rounded {
	border-radius: 2px;
}

.text-small {
	font-size: 0.6rem;
}

.text-medium {
	font-size: 0.8rem;
}

.font-weight-semi-bold {
	font-weight: 600;
}

.search-bar {
	background:  transparent;
	color: #898989;
	border-radius: 50rem;
	border: 1px solid #898989;
	border-color: #898989;
	outline-color: #898989;
	padding-left: 2.5rem;
	font-size: 0.8rem;
}

.search-bar:hover {
	background: none;
	border: 1px solid #898989;
}

.search-bar:focus {
	outline: none;
	box-shadow: none;
	background: none;
	border: 1px solid #898989;
}

.search-bar-icon {
	left: 40px;
	top: 25%;
	bottom: 0;
	margin: auto;
	color: #898989;
}

.product-card {
	background: none;
	max-width: 240px;
	border: none;
}

.product-card .card-img-top {
	border-radius: 10px;
}

.product-card .product-title {
	color: #fcffff;
	font-size: 0.9rem;
}

.product-title a {
	color: #fcffff;
}

.product-card .product-user {
	color: #898989;
	font-weight: 600;
	font-size: 0.75rem;
}

.product-card .product-price {
	font-weight: bold;
	color: #1976d2;
	font-size: 1.15rem;
}

.product-card .product-user-reviews {
	color: #1976d2;
	font-weight: 600;
	margin: 0;
	font-size: 0.7rem;
}

.fab:before {
    vertical-align: middle;
}

.seller-social-media {
	color: #1976d2;
	background: #182235;
	padding: 0.5rem;
	transition: background-color 0.15s ease-in-out;
	margin-left: 0.3rem;
	text-align: center;
}

.seller-social-media:focus,
.seller-social-media:hover {
	background: #1a263c;
	color: #1a263c;
}

.seller-social-media:focus {
	color: white;
}

.seller-social-media-icon {
	font-size: 1.1rem;
	width: 20px;
	height: 100%;
}

.search-filter-title {
	color: #1976d2;
	font-weight: bold;
	font-size: 0.8rem;
}

.search-filter-option-text {
	color: #fcffff;
	font-weight: normal;
}

.search-filter-option-btn {
	background: none;
	border: none;
	color: #fcffff;
}

.dark-transparent {
	background: #1F202840;
	border-radius: 10px;
}

.link {
	color: #fcffff;
	transition: transform 0.15s ease-in-out;
}

.link:hover {
	color: #1976d2;
	text-decoration: none;
	transform: translateY(-3px);
}

.pagination-cycle-btn {
	color: #1976d2;
	border-color: #1976d2;
	transition: border-color .15s ease-in-out, background-color .15s ease-in-out, color .15s ease-in-out;
}

.pagination-cycle-btn:hover {
	border-color: #1976d2;
	background-color: #1976d2 !important;
	color: #182235;
}

.input-number-spinner {
	background: #24252f75;
	border: none;
	color: #898989;
	font-weight: bold;
	border-radius: 50rem;
	padding-right: 2.0rem;
	padding-left: 2.0rem;
	width: 100%;
	text-align: center;
}

.input-number-spinner:hover,
.input-number-spinner:focus {
	background: #24252f;
	color: #fcffff;
}

.input-number-btn {
	height: 100%;
	position: absolute;
	background: none;
	border: none;
	color: #898989;
	font-weight: bold;
	font-size: 1.3rem;
	padding-left: 0.7rem;
	padding-right: 0.7rem;
}

.input-number-up-btn {
	top: 0%;
	right: 0%;
}

.input-number-down-btn {
	top: 0%;
	left: 0%;
}

.input-number {
	background: none;
	border: 1px solid #353535;
	color: #898989;
	border-radius: 50rem;
	padding: 0.2rem 0.9rem;
	font-size: 0.75rem;
	width: 100%;
}

.input-number:hover,
.input-number:focus {
	background: none;
	color: #fcffff;
}

.checkbox {
	display: inline-flex;
	cursor: pointer;
	position: relative;
}

.checkbox > span {
	padding: 0.25rem 0.25rem;
}

.checkbox > input {
	height: 16px;
	width: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	border: 1px solid #fcffff;
	border-radius: 2px;
	outline: none;
	transition-duration: 0.3s;
	background-color: transparent;
	cursor: pointer;
}

.checkbox > input:checked {
	background-color: #fcffff;
}

.checkbox > input:checked + span::before {
	content: '\2713';
	display: block;
	text-align: center;
	color: #182235;
	position: absolute;
	left: -1.05rem;
	top: 0.25rem;
}

.checkbox > input:active {
	border: 2px solid #34495e;
}

.related-search-btn {
	background: #24252f;
	opacity: 50%;
	border: none;
	color: #898989;
	font-weight: 400;
	padding: 1.2rem;
	width: 100%;
	text-align: left;
	font-size: 0.9rem;
}

.related-search-btn:hover {
	background: #24252f;
	opacity: 100%;
}

.related-search-btn i {
	font-size: 1.1rem;
	color: #898989;
}

input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

input[type=checkbox] {
	position: relative;
	height: 16px;
	width: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	border: 1px solid #fcffff;
	border-radius: 4px;
	outline: none;
	transition-duration: 0.3s;
	background-color: none;
	cursor: pointer;
	margin-top: 6px;
	margin-right: 5px;
}



/*==========================================
 	=====	Strt sh Modal style	===== 
 ==========================================*/
li{
	list-style: none;
}

.sh-sell a{
	padding: 8px 30px !important;
}
.sh-navbar .nav-link {
    font-size: 16px;
    font-weight: 700;
    padding: 8px 30px !important;
}
.sh-text-secondary{
	font-size: 18px;
	font-weight: 400;
	color: #898989;
	line-height: 22px;
	font-family: montserrat,sans-serif;
}
/* usd curency */
.nav-item.curency-sh{
	position: relative;
}
.usd-curency-popup {
	position: absolute;
	top: 100%;
	right: 0;
	width: 310px;
	height: 200px;
	background: #182235;
	color: #FCFFFF;
	overflow-y: scroll;
	z-index: 9999;
	font-size: 14px;
	font-weight: 400;
}
.selection-items {
	display: flex;
}
.selection-items {
	display: flex;
	padding: 10px 20px;
	cursor: pointer;
}
.selection-items p{
	margin: 0;
}
.selection-items span{
	margin-right: 10px;
}
.selection-items:hover{
	background: #2a3b5b ;
}
.usd-curency-popup{
	display: none;
}
.usd-curency-popup.active{
	display: block;
}


.service-nav .navbar-nav {
    flex-direction: unset;
}
.service-nav .navbar-nav a {
    padding: 6px 15px;
    font-size: 16px;
    line-height: 20px;
    color: #898989;
    transition: 0.3s;
}
.service-nav .navbar-nav .sh-pt-menu a{
	padding: 10px 15px;
}
.service-nav .navbar-nav a span {
	background: linear-gradient(90.57deg, #0B81C6 0%, #29ABE2 100%);
	display: inline-block;
	color: #000;
	padding: 0px 6px;
	margin-left: 4px;
	font-size: 11px;
	border-radius: 28px;
	text-transform: uppercase;
}
.dropdown-toggle::after {
	display: none;
}
.service-nav .dropdown >a{
	background: transparent;
	transition: 0.3s;
	padding: 10.5px 15px;
}
.service-nav .navbar-nav a:hover{
	text-decoration: unset;
	color: #fcffff;
}
.sh-dopdown {
	position: absolute;
	top: 100%;
	left: 0;
	width: auto;
	height: auto;
	background: #171920;
	z-index: 9999;
	padding-left: 0;
	margin-top: 5px;
	display: none;
	transition: 0.3s;
	border-radius: 5px;
	box-shadow: 0px 2px 16px #0000005e;
}
.service-nav .sh-dopdown li a {
	border-radius: unset !important;
	padding: 10px 15px;
}
.service-nav .sh-dopdown li a:hover{
	background: #1e1f28 ;
	color: #fcffff;
}
.service-nav .dropdown:hover .sh-dopdown{
	display: block;
}



/* sidbare */
.sticky-top h4 {
	font-size: 14px;
	color: #1976D2;
	font-weight: 700;
	line-height: 24px;
}
.sticky-top .sh-cru-img{
	margin-left: 2px;
}
.sticky-top .sh-cru-img img{
	width: 17px;
	height: auto;
}
.sticky-top .sh-cru-img.cus-dgn-check img{
	margin-top: -5px;
	margin-left: -6px;
}

/* card styld */
:root{
	--primaryColor: #1976D2;
	--hoverColor: #D81A0E;
	--focusColor: #D81A0E;
}
.sh-product-card{
	background: #171921;
	border-radius: 10px;
	transition: 0.3s;
}
.sh-product-card:hover{
	--primaryColor: #D81A0E;
	border: 1px solid var(--primaryColor);
}
.sh-product-card:focus{
	--primaryColor: #D81A0E;
	border: 1px solid var(--primaryColor);
}
.sh-product-card .card-body{
	padding: 10px;
}
.product-details {
	display: flex;
	height: 100%;
	justify-content: space-between;
	align-items: center;
}

.product-details .product-status h5{
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	color: #fff;
	margin-bottom: 0;
}
.product-details .product-reviews {
	display: flex;
	max-width: 115px;
	width: 100%;
	justify-content: space-between;
}

.product-details .review-icon ul {
	padding-left: 0;
	display: flex;
	margin-bottom:8px;
}
.product-details .review-icon ul li i {
	color: var(--primaryColor);
	font-size: 10px;
	letter-spacing: 2.5px;
	transition: 0.3s;
}
.product-details .review-icon ul li.pending-review i {
	color: #24334F;
}
.product-details .product-reviews .review-count span{
	font-size: 12px;
	font-weight: 600;
	color: var(--primaryColor);
	transition: 0.3s;
}
.product-details .product-status h3{
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	color: var(--primaryColor);
}
.product-banner-img img {
	width: 100%;
	height: auto;
}
.product-details .sh-prement-gateways ul{
	display: flex;
	padding-left: 0;
}
.product-details .sh-prement-gateways ul li a {
	color: #898989;
	font-weight: 700;
	line-height: 13px;
	font-size: 11px;
	padding: 5px;
	border-radius: 28px;
	background: transparent;
	border: 1px solid transparent;
	transition: 0.3s;
}
.product-details .sh-prement-gateways ul li a img{
	padding-right: 5px;
	margin-bottom: 2px;
}
.product-details .sh-prement-gateways ul li a:hover{
	border-color: none;
	background: #24252659;
	text-decoration: none;
}
.product-storage ul {
	display: flex;
	align-items: center;
	padding-left: 0;
}
.product-storage ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	margin-left: 13px;
}
.product-storage ul li:first-child{
	margin-left: 0;
}
.product-storage ul li span {
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	color: #898989;
}
.product-storage ul li span:last-child{
	color: var(--primaryColor);
	font-weight: 700;
}
.sh-error-card{
	background: transparent;
	border: 1px solid transparent;
}
.sh-error-card:hover{
	border: 1px solid transparent;
}
.sh-error-card:focus{
	border: 1px solid transparent;
}
.sh-card-error-msg {
	text-align: center;
}
.sh-card-error-msg p {
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	color: #FCFFFF;
}
.sh-card-error-msg ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 265px;
	text-align: center;
	width: 100%;
	margin: auto;
}

.sh-product-card.show{
	display: block !important;
}

/*==========================================
 	=====	End sh Modal style	===== 
 ==========================================*/


/*=================================
 	=====	sh Modal style	===== 
 =================================*/
 .sh-modal-design h4{
 	color: #000;
 }

 /*=================================
 	=====	sh Modal style	===== 
 =================================*/
.modal-dialog{
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;

}
textaera,p{
	color: #898989;
}
.moda-heading{
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	color: #FCFFFF;
}
.sh-mdl-header img{

}
.heading-logo {
	position: relative;
}
.sh-mdl-times {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 11;
}
.security-span {
	display: inline-block;
	margin-top: 4px;
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
}
.type_question-area textarea {
    background: #1A1B23;
    width: 100%;
    border: navajowhite;
    outline: none;
    padding: 10px 20px;
    height: 110px;
    border-radius: 10px;
	color: #898989;
}
.type_question-area textarea::-webkit-input-placeholder{
	color: #898989 ;

}
.type_question-area textarea::-moz-placeholder{
	color: #898989 ;

}
.type_question-area textarea:-ms-input-placeholder{
	color: #898989 ;

}
.type_question-area textarea::placeholder{
	color: #898989 ;

}
.sh-mdl-icon{
	color: #1976D2;
	margin-right: 13px;
}
.sh-Reson select{
	width: 100%;
	border-radius: 28px;
	padding: 10px 15px;
	border: 1px solid #1A1B23;
	background: #1A1B23;
	color: #898989;
}
.sh-Reson select option{
	border: 1px solid #f00;
}

.card.sh-modal-card {
	background: #1A1B23;
	border: 1px solid transparent;
	border-radius: 10px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.card.sh-modal-card h5,
.card.sh-2modal-card h5{
	font-size: 15px;
	line-height: 19px;
	font-weight: 700;
	color: #FCFFFF;
	transition: 0.3s;
}
.card.mdl-text-color h5,
.card.mdl-text-color p{
    color: #888B8E;
}
.card.sh-modal-card p{
	color: #898989;
}
.card.sh-2modal-card{
	border: 1px solid transparent;
}
.card.sh-modal-card.sh-mdl-active{
	border: 1px solid #898989;
}
.card.discord-card{
	border: 1px solid #0B81C6;
}
.card.discord-card:hover{
	border: 1px solid #0B81C6;
}
.discord-text{
	color: #0B81C6 !important;
}
.discord-btn{
	padding: 2px 10px;
	background: -webkit-linear-gradient(359.43deg, #0B81C6 0%, #29ABE2 100%);
	background: linear-gradient(90.57deg, #0B81C6 0%, #29ABE2 100%);
	border-radius: 28px;
	color: #16181F;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	border: 1px solid transparent;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.discord-btn:hover{
	text-decoration: none;
	color: #FCFFFF;
	border: 1px solid #0B81C6;
}
.restrict-product-img{
	width: 100%;
}
.restrict-product-img img{
	width: 100%;
	height: auto;
}
.product-status span {
	color: #898989;
	font-size: 12px;
	display: inline-block;
}
.product-status .review-icon.mr-2 {
	margin-top: -3px;
}
.product-status .review-icon ul li i {
	color:#1976D2;
	font-size: 10px;
	letter-spacing: 2.5px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.product-status .review-icon ul li.pending-review i {
	color: #24334F;
}
.restrict-product-content h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	color: #1976D2;
}
.coupon input{
	background: transparent;
	border: unset;
	outline: unset;
	color: #898989;
}
.cupon-area {
	background: rgba(31, 32, 40, 0.5);
	padding: 7px 10px;
	border-radius: 28px;
	padding-right: 0;
}
.generat {
	padding: 5px 15px;
	border: 1px solid;
	border-radius: 28px;
	display: inline-block;
	margin-top: -5px;
	border: 1px solid transparent;
	font-size: 14px;
	font-weight: 700;
	color: #898989;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background: #1F2028;
}
.generat:hover{
	border: 1px solid #1976D2;
	color:#898989 ;
	text-decoration: none;
}


.rt_progress_right_side h5,
.rt_progress_right_side span{
	color:#898989;
	font-size: 10px;
	font-weight: 400;
	line-height: 13px;
}

/* range slider */
h2 {
  margin-bottom:0;
}
h3 {
  margin:0 0 30px;
} 
.ui-slider-range {
	background: #1976D2;
}
.percent {
  color:green;
  font-weight:bold;
  text-align:center;
  width:100%;
  border:none;
}
.percent {
	display: block !important;
}
.ui-widget-content {
	border: none;
	background: #1A1B23;
	color: #222222;
	border-radius: 28px;

}
.ui-slider-horizontal {
	height: 9px;
}
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default {
	border: 1px solid #1976D2;
	background: #1976D2;
	font-weight: normal;
	color: #555555;
	border-radius: 50%;
	margin-top: 1px;
}

/* mobile menu */
.mobile-menu-icon {
	display: block;
	position: absolute;
	top: 28px;
	right: 10px;
}

/* buttton	 */
.single-fullwid-btn,
.single-fullwid-close-btn{
	border-radius: 28px;
	border: 1px solid #182235;
	background: #182235;
	color: #1976D2;
	font-weight: 700;
	padding: 8px 15px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.single-fullwid-close-btn{
	border: 1px solid #351818;
	background: #351818;
	color: #D21919;
}
/* .single-fullwid-btn:hover{
	border-color: #1976D2;
} */
/* .single-fullwid-close-btn:hover{
	border-color: #D21919;
} */




 /*Start chose account css*/
.account_content_area{
	display: flex;
	flex-wrap: wrap;
}
.left_accout_details {
	flex: 0 0 46%;
	background: #15171E;
	border-radius: 20px;
	padding: 65px 63px;
	text-align: center;
}
.right_accout_details{
	flex: 0 0 54%;
}
.account_content_area{

}
.modal-header {
	border-bottom: 0;
}
.comon_account .modal-dialog {
	max-width: 930px;
	margin: 1.75rem auto;
}
.top_short_link a img {
	display: block;
	margin: auto;
}
.btn_style_short span img {
	width: 18px;
	height: 20px;
	display: inline-block;
}
.btn_style_short {
	background: #7289DA;
	font-weight: 700;
	border: 1px solid #7289DA;
	font-size: 14px;
	line-height: 17px;
	display: inline-block;
	padding: 11px 44px;
	color: #FCFFFF;
	border-radius: 20px;
	transition: 0.3s;
}
.btn_style_short:hover{
	color: #FCFFFF;
	text-decoration: none;
}	
.top_short_link a.btn_style_short span img {
	margin-right: 10px;
}
.top_short_link a {
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn_short_2 {
	background: #FCFFFF;
	border-color: #FCFFFF;
	color: #4A4A4A;
}
.btn_short_2:hover{
	color: #4A4A4A;
}
.btn_short_3{
	background: #0B81C6;
	border-color: #0B81C6;
}
.middle_short_txt p {
	color: #898989;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.middle_short_txt p::before {
	content: "";
	position: absolute;
	height: 1px;
	width: 40%;
	background: #898989;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.middle_short_txt p::after {
	content: "";
	position: absolute;
	height: 1px;
	width: 40%;
	background: #898989;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.account_right_content img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	vertical-align: middle;
}
.account_right_content {
	text-align: center;
	padding: 75px 40px;
}
.account_right_content h5 {
	color: #FCFFFF;
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 30px;
	font-weight: 700;
}
.account_right_content p {
	font-size: 10px;
	line-height: 12px;
	font-weight: 600;
	margin-top: 30px;
	color: #FCFFFF;
}
.comon_account .modal-content {
	background: #1A1C26;
	border-radius: 25px;
}

a:hover{
	text-decoration: none;

}
/*Choose account Responsive css*/
@media all and (max-width: 1199px) {
	.comon_account .modal-dialog {
		max-width: 940px;
	}
	.account_content_area {
		flex-direction: column;
	}
	
}
@media all and (max-width: 991px) {
	.comon_account .modal-dialog {
		max-width: 700px;
	}
	.shortlink_icon {
		max-width: 500px;
		width: 100%;
		margin: auto;
	}
	.comon_account .modal-dialog {
		width: 90%;
		margin: auto;
	}
	#forgot_pass .singUp_form_area {
		margin-top: 0;
	}
	.comon_account .sh-mdl-times {
		right: 10px;
	}
}
@media all and (max-width: 767px) {
	.account_right_content {
		padding: 60px 25px;
		padding-bottom: 30px;
	}
}
@media all and (max-width: 575px) {
	.left_accout_details {
		padding: 50px 30px;
	}
}
@media all and (max-width: 450px) {
	.left_accout_details {
		padding: 25px 5px;
	}
	.top_short_link a.btn_style_short span img {
		margin-right: 8px;
	}
	.btn_style_short {
		padding: 11px 15px;
	}
	.account_right_content h5 {
		font-size: 16px;
	}
}


/*singup modal css*/
.singup .left_accout_details{
	text-align: left;
}
.sing_up_heading h3 {
	color: #FCFFFF;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 10px;
}
.sing_up_heading a {
	color: #FCFFFF;
}
.single_singup_form input.form-control {
	border: none;
	background: rgba(31, 32, 40, 0.5);
	border-radius: 99px;
	padding: 10px 20px;
	font-size: 14px;
	color: #898989;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 10px;
}
.single_singup_form input.form-control::placeholder {
	color: #898989;
	opacity: 1;
}
.single_singup_form input.form-control:focus {
	outline: 0;
	box-shadow: none;
}
.sing_up_heading p {
	font-size: 10px;
	font-weight: 400;
	line-height: 12px;
}
.singUp_button button {
	display: block;
	width: 100%;
}
.singUp_button p {
	margin-top: 20px;
	font-size: 10px;
	line-height: 12px;
	color: #FCFFFF;
}
.singUp_button a {
	color: #FFF;
	font-weight: 700;
}
.sing_up_heading p a{
	font-weight: 700;
}

#forgot_pass .singUp_form_area {
	margin-top: 40px;
}

.comon_account .modal-header {
	border-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}
.comon_account .modal-header .close {
	padding: 1rem 1rem;
	 margin: 0; 
}
.sh-text-secondary a {
	color: #898989 !important;
}