
.colorGray {
	color: #999;
}

.subscriptionPlanCustomFont {
	font-size: 1rem;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; 
}

.pricing-block .pricing-header .price-box {
    background-color: #24695c;
    border-radius: 0px;
    width: auto; 
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: none;
    transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: normal;
    position: relative;
    bottom: 0px;
    left: 0;
    right: 0;
}

.pricing-block .pricing-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: unset;
    background-color: rgba(36, 105, 92, 0.05);
}

.pricing-block .pricing-header {
    position: relative;
    height: 70px;
}

.margin20 {
	margin: 20px;
}

.pricing-block .pricing-header .price-box > div {
    -webkit-transform: none;
    transform: none;
}

.pricing-block .pricing-header h2 {
    color: #24695c;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}

.noPadding {
	padding: 0;
}

.customBorder {
	border: 1px solid #e6edef !important;
    border-top: 0px !important;
    border-bottom: 0px !important;
    border-right: 0px !important;
}

.pricing-card-body {
    padding: 0; 
    border: 1px solid #e6edef !important;
}

.customPosition {
	position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.pricing-block .pricing-list ul li {
    margin-bottom: 10px;
}

.pricing-list, .pricing-block {
    border: none;
	height: 100%;
}

.subscription-options ul li h6 span {
	font-weight: 400;
}

.subscription-options ul li h6 i {
	color: #24695c;
}

.referral-code-link {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;
}

.referral-code-link > label {
    color: #4d504f;
}

.customHeaderLabel {
	font-family: "Montserrat", sans-serif;
    color: #242934;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 48px;
    margin-bottom: 30px;
    font-size: 44px;
}

.customHeaderGrayLabel {
	font-size: 14px;
    margin-bottom: 25px;
    color: #999;
    font-weight: 600;
    line-height: 1.2;
}

.grayLabel {
	color: #999;
    font-weight: 300;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.priceStyle {
	text-transform: capitalize;
	font-family: "Montserrat", sans-serif;
    color: #242934;
    font-weight: 600;
    font-size: 45px;
}

.priceSupportStyleFirst {
	font-family: "Montserrat", sans-serif;
    color: #999;
    font-weight: 450;
    font-size: 20px;
    text-transform: lowercase;
    display: inline-block;
    vertical-align: top;
}

.priceSupportStyleSecond {
	font-family: "Montserrat", sans-serif;
    color: #999;
    font-weight: 450;
    font-size: 20px;
    text-transform: lowercase;
    display: inline-block;
    vertical-align: middle;
}

.annual-billing-note {
	color: #999;
    font-size: 12px;
}

.paddingTop30 {
	padding-top: 30px;
}

.signInCustomClass {
	font-size: 14px;
    margin-bottom: 25px;
    color: #24695c;
    font-weight: 600;
    line-height: 1.2;
}

.signInPStyle {
	background-color: #f4f7f7;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;
}

.customLogoSize {
	width: 100px;
	margin-top: 4px;
}

.customButtonStyle {
	width: 100px;
    text-align: center;
    padding: 0.375rem 1rem;
}

.customSelectBoxStyle {
	background-color: #fff;
    font-size: 14px;
    border-color: #e6edef;
    color: #717171;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #e6edef 1px !important;
    background-color: #fff;
    font-size: 14px;
    color: #717171;
    outline: 0;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #e6edef !important;
    border-radius: 4px;
    cursor: text;
}

.lightGreen {
	background-color: rgba(36, 105, 92, 0.1);
	border: 1px solid #e6edef;
	color: #24695c;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.customPaddingLeft5 {
	padding-left: 5px;
}

.no-border {
	border-style: none !important;
}

.add-employee-nonworking-day {
	border: 0;
    margin: 0 !important;
    padding: 15px 15px !important;
    background-color: rgba(36, 105, 92, 0.1);
}

.table-no-wrap {
	white-space: nowrap;
	vertical-align: middle;
}

@media (min-width: 320px) and (max-width: 1280px) {
	.table-normal {
		white-space: normal !important;
		max-width: 120px !important;
	}
	
	.button-action {
		margin-bottom: 5px !important;
	}
	
	.tablet {
    	display: none;
    }
}

@media only screen and (max-width: 767px) {
	.pricing-card-body {
	    flex-flow: row; 
	    overflow-x: auto;
	}
	.plan-column {
		width: 85%;
		max-width: 350px;
	}
	.priceStyle {
		font-size: 36px;
	}
	.plan-price-container {
	    padding-top: 5px !important;
	}
	.pricing-block .pricing-list .btn {
		font-size: 14px;
	}
	.pricing-block .pricing-list ul li {
    	margin-bottom: 7px;
	}
	.pricing-list {
		margin: 10px 15px;
	}
	.pricing-block .pricing-list .pricing-inner {
    	margin-bottom: 15px;
	}
	.plan-header-description {
		margin: 15px 8px;
		padding-bottom: 10px;
	}
}