@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
nav{
    background:#fff
}
a{
    cursor: pointer;
}

img{ max-width: 100%; }

.bg-footer-theme{
background: #fff;
}

.login-bg{
background: #FFF;
}

.filepond--credits{
    display: none;
}
#autosize{
    resize: none;
}
.profile-img img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin: 0px auto 20px;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
}
.profile-img .file-input {
    position: relative;
}
.profile-img .file-input-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.profile-img .file-input-label {
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    position: absolute;
    bottom: 10px;
    right: 0;
    margin: 0 auto;
    left: 0;
    cursor: pointer;
    border-radius: 50%;
    color: #3A61E9;
    padding: 0;
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-info {
    margin: 0 0 25px;
}
.profile-info .lable {
    color: #959595;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 5px;
}
.profile-info .text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0 5px;
    border-bottom: 1px solid #c7c7c7;
    color: #000;
    font-weight: 500;
}

.otp-modal .otp-box .otp-input {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;

}
.otp-modal .otp-box .otp-input .form-control {
    padding: 0;
    margin: 0 8px;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size:20px;
    box-shadow:none;
}

table.table-bordered.dataTable {
    border-left: 1px solid #dbdade;
    border-right: 1px solid #dbdade !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-item.disabled .page-link{
    background: #f7f4f2;
    border-color:#f7f4f2;
}

.table-light{
    --bs-table-bg: #f7f4f2;
}
.notification-bell{
    color:#000;;
}
.dark-text{
    color: #000;
}
.btn-dark{
    border-color: #000;
}

.inactive-bg{
    background: #D3B3D4;
}
.vendor-active{
    background:#EAFD86;
}
.vendor-inactive{
    background:#A4BFEB ;
}

#user-profile .relative {
    position: relative;
}
#user-profile .profile-img-container {
    position: absolute;
    bottom: -40px;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    justify-content: center;
}
#user-profile .profile-img-container img {
    height: 85px;
    width: 85px;
}
.time-vendor{
    background: #E3F5FF;
}
.time-customer{
    background: #fcf2de;
}
.user-rating{
    background: #BFF1EC;
}
.star{
    height: 25px;
    width: 23px;
}
.stars {
    cursor: pointer;
    display: flex;

    &[data-stars] {
      .star polygon {
        fill: #ffd055;
      }
    }

  }

.certificate img{
    height: 180px;
}



.pro-img img {
    max-height: 40px;
}
.modal-footer { justify-content: center; }

.filepond--item {
    width: calc(100% - 0.5em);
}

.dark-text{
    color: #000;
}
.orange-text{
    color: #E55C28;
}

.count {
    display: inline-block;
    position: relative;
    top: 10px;
    opacity: 0;
    transition: top 0.8s ease, opacity 0.8s ease;
}

.count-up {
    top: 0;
    opacity: 1;
}
@keyframes countUp {
    from {
        top: 10px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}


.product-video video{
    border-radius: 10px;
}

.feature ul { list-style: none; padding: 0;}
.feature ul li { padding: 10px 0; display: flex; gap: 15px;  }
.feature ul li .icon{ flex: 0 0 auto; }
.feature ul li .text{ flex: 1 1 auto; }
.feature ul li .text h5{ font-size: 15px; font-weight: 600; margin: 0 0 2px; color: #000; }
.feature ul li .text p{  margin: 0; }


/* ordr-details cards */
.order-list .outer-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-list .outer-box .pro-info {
    display: flex;
    gap: 15px;
}

/* ========================
    Scrollbar CSS
===========================*/
::-webkit-scrollbar {width:2px; height: 4px;}
.horizontal-scroll::-webkit-scrollbar-track {background: #f1f1f150;}
.horizontal-scroll::-webkit-scrollbar-thumb {background:#333333bb;}
.horizontal-scroll::-webkit-scrollbar-thumb:hover {background: #0f0f0fe4;}

::-webkit-scrollbar {width:4px;}
::-webkit-scrollbar-track {background: #f1f1f150;}
::-webkit-scrollbar-thumb {background:#333333bb;}
::-webkit-scrollbar-thumb:hover {background: #0f0f0fe4;}


.action { display: flex; align-items: center; gap: 8px; }


@media only screen and (max-width: 1199px) {
    .horizontal-scroll::-webkit-scrollbar {width:2px; height: 2px;}
}

@media only screen and (max-width: 400px) {
    .product-video video{
        height: 180px;
    }
}






@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
