* {
    font-family: "Montserrat", sans-serif;
}
.normal-click {
    color: inherit !important;
    text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}
.fa {
    font-size: 18px;
}
.f-12 {
    font-size: 12px !important;
}
.f-14 {
    font-size: 14px !important;
}
.f-16 {
    font-size: 16px !important;
}
.f-18 {
    font-size: 18px !important;
}
.f-20 {
    font-size: 20px !important;
}
.f-22 {
    font-size: 22px !important;
}
.f-50 {
    font-size: 50px !important;
}
.f-400 {
    font-weight: 400 !important;
}
.f-500 {
    font-weight: 500 !important;
}
.f-600 {
    font-weight: 600 !important;
}
.f-700 {
    font-weight: 700 !important;
}
.f-800 {
    font-weight: 800 !important;
}
.f-900 {
    font-weight: 900;
}
.f-black {
    color: #01222b !important;
}
.f-white {
    color: #fff !important;
}

.logo-mini {
    width: 60px !important;
}
.login-bg {
    background-color: #fdfbee !important;
}
.bg-black {
    background-color: #01222b !important;
}
.bg-yellow {
    background-color: #feb800 !important;
}
.bg-green{
    background-color: #90ee90 !important;
}
.margin-auto {
    margin: auto;
}
.form-control:focus {
    border: 1px solid #ced4da;
    box-shadow: unset;
}
.bg-baby-pink {
    background-color: #fe8a7f !important;
}
.bg-orange {
    background-color: #fe7900 !important;
}
.bg-sky-blue {
    background-color: #00cfff !important;
}
.bg-ligt-blue {
    background-color: #00e8ca !important;
}
.bg-dark-blue {
    background-color: #00bed6 !important;
}
.btn-warning {
    background-color: #feb800 !important ;
    border-color: #feb800 !important;
}
.required:after {
    content: '*';
    color: red;
}
.desc {
    color: rgb(156, 154, 154);
}
.loader div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #ffffff82 url("../images/loader.gif") no-repeat center center;
    background-size: 150px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #feb800 !important;
    border-color: #feb800 !important;
    font-weight: 500 !important;
    color: #01222b !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #feb800 !important;
    border-color: #feb800 !important;
    font-weight: 500 !important;
    color: #01222b !important;
}
/* image upload users */
.cr-viewport {
	position: absolute;
	border: 2px solid #fff;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
	z-index: 0;
    /* border-radius: 50%; */
}
.cr-overlay {
	z-index: 1;
	position: absolute;
	cursor: move;
}
.croppie-container  .cr-boundary {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	z-index: 1;
}
.cr-slider-wrap {
	width: 100%;
	margin: 10px 0;            
	display: flex;
	justify-content: center;
	text-align: center;
}
#up-preview img {
	width: 200px;
    height: 200px;
}
#up-preview img {
	vertical-align: top;
	max-width: auto;
}
input[type=range] {
	display: block;
	width: 225px;
}

.cr-boundary{
	margin-left: 30px;
}

.form-control.is-invalid, .was-validated .form-control:invalid .was-validated .form-control:valid, .form-control.is-valid{
    background-image: unset !important;
}
