:root {
    --green: #70C0A3;
    --white: #ffffff;
    --black: #000;
    --lightblue: #55a8d6;
  }
a {
    color: #000;
    text-decoration: none;
}
.card {   
    margin-bottom: 24px;
    border-radius: 1em;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
#login-submit {
    padding: 12px 123px;
    background: rgb(237,86,107);
    border:1px solid rgb(237,86,107);
    background: linear-gradient(90deg, rgba(237,86,107,1) 0%, rgba(215,35,125,1) 35%, rgba(236,148,161,1) 100%);
}
.sidebar-brand{
    border-bottom: 1px solid #425456;
}
.sidebar-content {
    background: linear-gradient(135deg,#030d14,#2f5063 60%);
}
.sidebar [aria-expanded=true]:after, .sidebar [data-bs-toggle=collapse]:not(.collapsed):after {
    top: 1.4rem;
    transform: rotate(-135deg);
}
.sidebar [data-bs-toggle=collapse]:after {
    border: solid;
    border-width: 0 0.075rem 0.075rem 0;
    content: " ";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 1.2rem;
    transform: rotate(45deg);
    transition: all .2s ease-out;
}
.sidebar-dropdown .sidebar-link:before {
    content: "→";
    display: inline-block;
    left: -14px;
    position: relative;
    transform: translateX(0);
    transition: all .1s ease;
}
.sidebar-dropdown .sidebar-link {
    background: transparent;
    border-left: 0;
    color: #91979e;
    font-size: 90%;
    font-weight: 400;
    padding: 0.625rem 1.5rem 0.625rem 3.25rem;
}
.sidebar-nav {   
    margin-top: 30px;
}
.sidebar-link, a.sidebar-link{
    background: transparent;
    color: #FFF;
}
.sidebar-item.active .sidebar-link:hover, .sidebar-item.active>.sidebar-link,
.sidebar-dropdown .sidebar-link,
.sidebar-link i, .sidebar-link svg, a.sidebar-link i, a.sidebar-link svg{
    color: #FFF;
}
.sidebar-item.active .sidebar-link:hover, .sidebar-item.active>.sidebar-link,
.sidebar-link:hover {
    background: linear-gradient(90deg,rgb(0 0 0 / 32%),rgb(0 0 0 / 72%) 50%,transparent);
    border-left: transparent;
    color: #e9ecef;
    border-radius: 16px;
}
.login-wrapper{   
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;    
    background-size: cover;  
    width: 100%;
    overflow-x: hidden;
}
.lead{
    color: #000;
    font-weight: 500;
}
.error li{
    color: #e71e1e;
}
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-infinity{
    color: #fff;
    background: linear-gradient(135deg,#559dbb,#e7cbe6 40%,#b5b5d9);
}
.alert-infinity .btn-close{
    color: #fff !important;
    right: 26px;
    position: absolute;
}
.alert-entevayal.alert-danger  {
    color: #fff;
    background-color: #980808;
    border-color: #980808;
}
.alert-entevayal.alert-danger .btn-close{
    color: #fff !important;
    right: 26px;
    position: absolute;
}
.crop-img-container{
    position: relative;
    width:80px;
    height: 80px;
}
.crop-img-container .img-delete-btn{
    position: absolute;
    top: -3px;
    right: -7px;
    background-color: #e71e1e;
    color: #fff;
    padding: 1px 7px;
    border-radius: 50%;
    font-weight: 600;
}
.card.gradient { 
    background: rgb(237,86,107);
background: linear-gradient(90deg, rgba(237,86,107,1) 0%, rgba(215,35,125,1) 35%, rgba(236,148,161,1) 100%);

}
.card.gradient,
.card.gradient h1,
.card.gradient h5{
    color: #fff;
}
 .card-title{
    color: #000;
    font-weight: 600;
}
.dashboard-card .card-body{
    min-height: 400px;
}

.btn-primary {
    background-color: #000;
    border-color: #000;
    color:#fff;
}
.btn-primary:hover{
    background-color: #000;
    border-color: #000;
}
.pager {  
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;    
}

.pager li{
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;    
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.pager li.active{  
    color: #fff;
    background-color: #70c0a3;
}
.pager li.disabled{
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.img-thumbnail{
    max-width: 100%;
}
.nav-tabs .nav-link{
    background-color: #f5f7fb;
    border-color: #dee2e6 #dee2e6 #f5f7fb;
    color: #000;
}
.nav-tabs .nav-link.active{
    background-color: var(--lightblue);
    border-color: var(--lightblue);
    color: var(--white);
}

/*Drop Zone*/
.dz-image img {
    width: 100%;
    height: 100%;
}
.dropzone.dz-started .dz-message {
	display: block !important;
}
.dropzone {
	border: 2px dashed #a7a7a7 !important;;
}
.dropzone .dz-preview.dz-complete .dz-success-mark {
    opacity: 1;
}
.dropzone .dz-preview.dz-error .dz-success-mark {
    opacity: 0;
}
.dropzone .dz-preview .dz-error-message{
	top: 144px;
}
.file-thumbnail{
    width:200px;
    height: 200px;
    object-fit: cover;
    object-position: center;
    margin: 10px;
    
}
.customer-image-container{
    width:300px;
    max-width: 300px;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;   
    position: relative;
}
.customer-image-container .cust_file_wrapper{
    border: 2px solid #f5f5f5;
    max-width: 250px;
    max-height: 280px;
    padding: 10px;
    box-shadow: 1px 3px 3px #eee;
    overflow: hidden;
    overflow-wrap: break-word;
    font-weight: 600;
    color: #000;
    text-overflow: ellipsis;
}
.file-delete {
    position: absolute;
    top: 2px;
    background: #bd5349;
    font-size: 14px;
    right: 22px;
    color: #fff;
    padding: 0px 7px;
}
.delete-btn-inline{
    padding: 0;
}
.delete-btn-inline .feather{
    color: #000;
    width: 18px;
    height: 18px;
}
ul.errors li{
    color: #980808;
    font-weight: 600;
}
.float-right{
    float: right;
}
.float-left{
    float: left;
}
.customer-top-section{
    position: absolute;
    top: 0;
    right: 0;
}
#login-side-bg{
    background: url('/img/login-side-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 600px) {
    .customer-top-section{
        position: absolute;
        bottom: 0;
        right: 0;
    }
  }

  .dash-cards h1{
    font-size: 1.2em;
  }
  .card-donught{
    color: #FFF;    
  }
  #legend-container{
    margin-top: 2em;
  }
  #legend-container ul{
    flex-wrap: wrap;
  }
  #legend-container li{
    width: 100%;
  }

  .select2-container {
    width: 100% !important;
}
.vendor-card{
    min-height:360px;
}
.address-container {
    padding: 24px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    background: #f6f6f6;
}
.vendor-deafult-img{
    border-radius: 50%;
    position: absolute;
    top:30px;
    width: 80px;
}
.vendor-contact-list{
    list-style: none;
    padding-left: 0;
}
.vendor-contact-list li{
    border-bottom: 1px solid #ddd;
    line-height: 2.1em;
    font-size: .8em;
}