.card-body {
    /*background: #eceaea !important;*/
}

a {
    cursor: pointer;
}

.form-valid-error {
    display: block;
    width: 100%;
    color: #ff0000;
}

.access-img {
    text-align: center;
    height: 100vh;
    display: flex;
    align-items: center;
}

/* div#lightbox {
    display: flex;
    flex-flow: row wrap;
} */

/* div#lightbox .lb-outerContainer{
    order: 1 !important;
} */

.access-img img {
    margin: auto;
    width: 500px;
}

.hidden{
    display: none !important;
}
.sm-btn {
    width: 100px !important;
}

.sm-img {
    width: 100px !important;
    height: 50px;
    object-fit: cover;
}

.select2-selection__arrow {
    padding: 20px 0;
}

span.select2-selection.select2-selection--single {
    height: 40px;
}

.create-add-icon i {
    font-size: 15px;
}
.has-treeview li {
    padding: 0 0 0 20px;
}

.navbar-nav .nav-item.become-exclusive-btn {
    background-color: #F7A001;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    width: 190px;
    padding: 6px;
    text-align: center;
    font-size: 18px;
    transition: transform .2s;
    margin-right: 15px;
    box-shadow: 3px 3px 10px #a99797b8;
}
span.dollaricon {
    position: relative;
    left: 3px;
    bottom: 32px;
    font-weight: 600;
    font-size: 17px;
}

/* .note-fontname{
    display: none;
}
.note-para{
    display: none;
} */

.text-center .img-circle {
    border-radius: 50%;
    width: 120px;
    height: 120px;
}
.product-imgs-section .product-img-block {
    margin: 20px 0;
  }