.dark-layout .form-control[type=file]::-webkit-file-upload-button{background-color:#283046}.dark-layout .form-control[type=file]::file-selector-button{background-color:#283046}
.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation>li.active>a {
    background: #f63149 !important;
    border-radius: 4px;
    box-shadow: 0 0 0px 0px rgb(255 69 91 / 60%);
    color: #fff;
}
.vs-rj{
    visibility: hidden !important;
}
.pt-rj-2{
    padding-top: 2px;
}
p.error-tag {
    color: red;
    font-size: 10px;
}
.error {
    font-size: 10px !important;
    color: red;
}
.navbar-brand img{
    width: 158px;;
}
.brand-logo img{
    width: 150px;
}
.uppy-DashboardAddFiles-info {
    display: none;
}
#overlay{	
  position: fixed;
  top: 0;
  z-index: 9999999999;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}



.image_container {
	height: 120px;
	width: 200px;
	border-radius: 6px;
	overflow: hidden;
 	margin: 10px;
}
.image_container img {
	height: 100%;
	width: auto;
	object-fit: cover;
}
.image_container span {
	top: -6px;
	right: 8px;
	color: red;
	font-size: 28px;
	font-weight: normal;
	cursor: pointer;
}
html .content .content-wrapper .content-header-title {
    border-right: 0px solid #d6dce1 !important;

} 
 #map{
            height: 345px;
            margin-bottom:20px;
        }
        .floating-label ~ #pac-input {
            display: none;
        }
        .floating-label .input-group .input-group-prepend .input-group-text {
            background-color: #fff;
            border: 0 !important;
            border-radius: 10px;
        }
        .confirmation .floating-label label.moving_label {
            left: 38px;
        }
        .ptop{
            padding-top:18px;
        }

.postionTop{
  position: relative;
  top: 27px;
}
.heightSet{
  height: 2.714rem;
    position: relative;
    top: 10px;
}
.notClick{
background: #08080814 !important;
    pointer-events: none;
}
.errorCstm {
    border: 1px solid red;
}
.widthSet{
  width: 270px !important;
    margin: 0px !important;
    height: 50px !important;
}
/* .resize-image img{
  max-width: 85% !important;
} */
.checked {color: #f73149!important;}

#accountInfoInsertBtn, #businessAccountBtn, #contactInfoInsertBtn {
    position: absolute;
    top: 22px;
    right: 15px;
}
.horizontal-menu .header-navbar.navbar-brand-center .navbar-header {
    left: calc(50% - 90px);
}
.nav-pills .nav-link.active {
    border-color: #f73149;
    box-shadow: unset;
}
.btn-primary:hover:not(.disabled):not(:disabled) {
    box-shadow: unset;
}
.addNewBusiness {
    margin-left: 4px;
}
.border-red-error{border:1px solid red}
.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation>li.active>a{box-shadow: unset;}
.downloadTemplete {font-size: 10px;}
@media (min-width:641px)  {  }
.opcitySet {
        opacity: 0.4;
    }
    .dealImage {
        position: relative;
    }
    .dealImageRemove {
        font-size: 25px;
        color: red;
        line-height: 10px;
        z-index: 9;
        cursor: pointer;
    }
    .dealImage {
        width: 90px !important;
    }
@media(min-width:768px)
{
    .modal-slide-in .modal-dialog.sidebar-sm {
    width: 50% !important;
    }
}