.loader-blur {
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.7);
	z-index: 9999;
	display: none;
}
.loader {
	background: rgba(0, 0, 0, 0) url("../images/loader.gif") no-repeat scroll center center;
	height: 100px;
	left: 50%;
	margin: -25px 0 0 -50px;
	position: fixed;
	top: 50%;
	width: 100px;
	z-index: 1051;
	display: none;
}
.frontend-title {
    left: 20px;
    bottom: 0px;
    color: #fff;
    text-decoration: none;
}
/*Custom Radio Button CSS*/
.radio-toolbar {
    margin: 10px;
}
.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}
.radio-toolbar label {
    display: inline-block;
    background-color: #ddd;
    padding: 4px 20px;
    font-family: sans-serif, Arial;
    /* font-size: 16px; */
    border: 2px solid #444;
    border-radius: 4px;
    height: 37px;
}
.radio-toolbar label:hover {
    background-color: #dfd;
}
.radio-toolbar input[type="radio"]:focus + label {
    border: 2px dashed #444;
}
.radio-toolbar input[type="radio"]:checked + label {
    background-color: #bfb;
    border-color: #4c4;
}
/*Custom Radio Button CSS*/

/* Rounded Switch */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 25px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 10px;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #5AC638;
}
input:focus + .slider {
    box-shadow: 0 0 1px #5AC638;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
/* Rounded Switch */
.w25per {
    width: 25%;
}
.w50per {
    width: 50%;
}
.ml20px {
    margin-left: 20px;
}
.mt30px {
    margin-top: 30px;
}
.mt35px {
    margin-top: 35px;
}
.pl40px {
    padding-left: 40px;
}
.w-150 {
    width: 150px;
}
.wh100px {
    width: 100px;
    height: 100px;
}
.wh200px {
    width: 200px;
    height: 200px;
}
.card-brands {
    padding: 0;
}
.card-brands li {
    display: inline-block;
    list-style: none;
    padding: 0;
    width: 24%;
} 
.card-brands img {
    width: 100%;
}
.c-link-list {
    list-style: none;
    padding-left: 0;
}
.form-control.is-invalid {
    background-image: none;
}
.dzonecontainer {
    background: url("../images/dzone-preview.png") no-repeat center;
    background-color: #FAFAFA;
    height: 200px;
    padding:0;
}           
.dzoneupload {
    background-color: #FAFAFA;
    height: 200px;
}
.govermentidwrapper, .holdingidwrapper {
    width: 67%;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    right: 0;
    height: 100%;
    width: 84%;
    opacity: 0;
    transition: .5s ease;
    background-color: #EAEEEE;
} 
.profilepicture:hover .overlay {
    opacity: 0.8;
}
.overlaytext {
    color: #000;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.birthdayselect {
    padding: 10px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    margin: 0 3px !important;
}
.postImagePreview {
    max-height:400px;
    /* max-width:540px; */
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: top;
}
.postImageRemove {
    font-size: 1.5em;
    position: absolute;
    top: 5px;
    right:5px;
}
span.arrow:before {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}
.disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
}
.lazywrapper {
    min-height: 400px;
    background-image: url('../images/loader.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.post.lazy {
    display: block;
    object-fit: cover;
}
.gallery_product {
    background-image: url('../images/loader.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.collection.lazy {
    display: block;
    object-fit: cover;
}
.profileThumbnail {
    width: 40px;
    height: 40px;
}
.blwidth {
    border-left-width: 1px !important;
}
.cursor-pointer {
    cursor: pointer;
}
.transactions .nav-link.active {
    background-color: transparent;
    color: #000;
    border-bottom: 5px solid #212529;
}
.toast {
    max-height: 50px !important;
}
.notices .toast-info {
    background-color: #17a2b8;
    padding: 5px;
    clear: both;
    display: table;
}
.notices .toast .toast-text {
    margin: 0;
    padding: .5em 1em;
    word-break: break-word;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    font-weight: 500;
}