@font-face{
    font-family:"Poppins-Regular";
    src:url(../fonts/Poppins/Poppins-Regular.ttf?v=1) format("opentype");
}
body{
    font-family: 'Poppins-Regular' !important;
}
.black_overlay{
    position: fixed;
    background-color: #00000080;
    left: 0; top: 0;
    width: 100%; height: 100%;
    overflow-y: auto;
    z-index: 999;
}
.hide-scrollbar-y{
    overflow-y: hidden;
}
a.vsm--link.vsm--link_level-2 .vsm--arrow {
    display: none;
}

.vsm--dropdown .vsm--list .vsm--item .vsm--dropdown {
    display: none;
}

.navbar-custom {
    background-color: #ededed;
}

.card-header {
    background: #fff;
}

li.dropdown.notification-list>i {
    font-size: 20px !important;
}

.vsm--scroll-wrapper::-webkit-scrollbar {
    display: none !important;
}

.vsm--scroll-wrapper {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

.v-sidebar-menu {
    background-color: #212529 !important;
}

.v-sidebar-menu .vsm--link_level-1 .vsm--icon {
    background-color: #003541 !important;
}

.v-sidebar-menu .vsm--toggle-btn {
    background-color: #212529 !important;
}

.v-sidebar-menu .vsm--dropdown .vsm--list {
    background-color: #14171a !important;
}

.v-sidebar-menu .vsm--link {
    padding: 6px 14px !important;
}

.v-sidebar-menu .vsm--title {
    font-size: 13px !important;
    color: #fbfbfbbf;
}

.v-sidebar-menu.vsm_collapsed>a {
    display: none;
}

.content-page {
    transition: .3s;
}

.content-page.enlarged {
    margin-left: 55px !important;
}

.v-sidebar-menu .vsm--icon {
    color: #fbfbfbbf !important;
}

.v-sidebar-menu .vsm--arrow {
    color: #fbfbfbbf;
}

.v-sidebar-menu .vsm--item .active.vsm--link_exact-active .vsm--title,
.v-sidebar-menu .vsm--item .active.vsm--link_exact-active .vsm--icon,
.v-sidebar-menu .vsm--item.vsm--item_open>a span,
.v-sidebar-menu .vsm--item.vsm--item_open a.vsm--link.vsm--link_level-1.vsm--link_active i,
.v-sidebar-menu .vsm--item.vsm--item_open a.vsm--link.vsm--link_level-1.vsm--link_active .vsm--arrow.vsm--arrow_open {
    color: #fff !important;
}

.topbarshopname {
    float: left;
    margin-left: 275px;
    font-size: 25px;
    font-weight: 500;
    margin-top: 15px;
    color: #dc3545;
    transition: .3s;
}

.enlarged .topbarshopname {
    margin-left: 68px;
    transition: .3s;
}

.content-page .content {
    /* margin-top: 0px;
    padding-top: 90px;
    margin-bottom: 0px;
    padding-left: 43px; */
     padding: 25px 25px 25px;
    /*margin: 0 auto; */
}

.navbar-company-name-role {
    margin-left: 29px;
}

.navbar-company-name-role h3 {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0px;
}

.navbar-company-name-role.d-none.d-md-block {
    padding-top: 16px;
}
.navbar-company-name-role p {
    font-size: 12px;
    line-height: 14px;
}

/******** Dark mode start ***********/

.topbar.dark .navbar-custom {
    background: #333;
}
.topbar.enlarged .navbar-custom {
    margin-left: 39px;
    transition: .3s;
}

.topbar.dark {
    color: #fff;
}
.dashboard-content {padding-top: 49px;}

.topbar.dark a {
    color: #fff !important;
}

.content.dark {
    background: #333;
    min-height: 100vh;
}

.dark .card-header {
    background: #444;
    border-color: #5a5a5a;
}

.dark .card-header strong {
    color: #fff !important;
}

.dark .card-body {
    background: #444;
}

table thead{
    background-color: #eee;
}

.dark table td, .dark table th {
    color: rgba(255, 255, 255, 0.064);
}

.content.dark .card label {
    color: #fff;
}

.content.dark .card p {
    color: #fff;
}

/********* Dark mode end **********/

.flex.items-center.justify-center.logo.fill-white {
    padding: 3px;
}
.v-sidebar-menu .vsm--toggle-btn {
    border: none;
    cursor: pointer;
    display: block;
    font-style: normal;
    font-weight: 900;
    height: 50px;
    text-align: center;
    width: 100%;
}
label.form-check-label.inline-block.text-gray-800 {
    margin-top: 5px;
}
.btn-indigo {
    position: relative;
    white-space: nowrap;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(86 97 179 / var(--tw-bg-opacity));
    /* padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; */
    display: flex;
    align-items: center;
    padding: 0 20px 0 30px;
    height: 33.33px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    border-radius: 25px;
  }
  .btn-indigo > i{
    position: absolute;
    z-index: 5;
    left: -5px;
    color: #5661b3;
    border-radius: 50%;
    font-size: 18px;
    background-color: #fff;
    border: 1px solid #5661b3;
    padding: 3px;
  }
  .btn-indigo:hover > i,
  .btn-indigo:focus > i {
    color: rgb(251 146 60 / var(--tw-bg-opacity));
    border-color: rgb(251 146 60 / var(--tw-bg-opacity));
  }

  .btn-orange {
    position: relative;
    white-space: nowrap;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 153 51 / var(--tw-bg-opacity));
    display: flex;
    align-items: center;
    padding: 0 20px 0 30px;
    height: 33.33px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    border-radius: 25px;
  }
  .btn-orange > i{
    position: absolute;
    z-index: 5;
    left: -5px;
    color: #FF9933;
    border-radius: 50%;
    font-size: 18px;
    background-color: #fff;
    border: 1px solid #FF9933;
    padding: 3px;
  }
  .btn-orange:hover > i,
  .btn-orange:focus > i {
    color: rgb(240 112 0 / var(--tw-bg-opacity));
    border-color: rgb(240 112 0 / var(--tw-bg-opacity));
  }



  .content {
    margin-top: 48px !important;
    }
input, select {
    height: 33px;
    line-height: 33px;
}
.pb-8 {
    padding-bottom: 15px;
}
.form-input, .form-textarea, .form-select {
    padding: 6px;
}

.custom-error {
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity));
}
