body {
    font-size: 14px;
    font-family: "Public Sans",sans-serif;
    color: #4a5568;
}
.table {
  margin-bottom: 0px;
}
a {
  text-decoration: none;
  color: #0da487;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h4 {
  font-size: calc(17px + (18 - 17) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
}
h5 {
  font-size: calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
}
h6 {
  font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
}
p {
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: .7px;
}
.alert [data-notify='message']{
  display:inline-block;
  width:100%;
}
.alert-theme button {
  top:25px !important;
  right:20px !important;
  color:#0da487;
}
.alert-theme [data-notify="title"] {
  display:none;
}
.alert-theme span+span+span {
  background-color:#fff;
  color:#0da487;
  border-radius:4px;
  -webkit-box-shadow:0 2px 14px -3px rgba(0,0,0,0.2);
  box-shadow:0 2px 14px -3px rgba(0,0,0,0.2);
  display: block;
}
.alert-theme svg {
  padding:20px;
}
.alert-theme .progress {
  margin-top:-2px !important;
  width:100%;
  height:2px
}
.alert-theme .progress .progress-bar {
  background-color:#0da487;
}
.notify-alert .close{
  background:unset;
  border:none;
  font-size:25px;
}
.alert{
  border-radius:.15rem;
  padding:15px;
}
 .alert svg{
  vertical-align:middle;
}
.alert .progress{
  margin-top:15px;
}
.alert [data-notify='icon']{
  margin-right:10px;
  line-height:20px;
  position:absolute;
}
.alert-copy {
  border:1px solid #0da487;
  line-height:1;
  display:inline-block;
  width:300px;
  color:#fff;
  background-color:#0da487;
}
.alert-copy .close {
  box-shadow:none;
  color:#fff;
  line-height:1.4;
  font-weight:100
}
.alert-copy .close:focus {
  outline:none
}
.page-wrapper {
    position: relative;
    background-color: #f6f5f0;
}
.header-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 22px 30px;
    position: relative;
}
.page-wrapper .page-header {
  max-width: 100vw;
  position: fixed;
  top: 0;
  z-index: 5;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #fff;
}
.page-wrapper.compact-wrapper .page-header {
  margin-left: 280px;
  width: calc(100% - 280px);
}
.page-wrapper.compact-wrapper .page-header.close_icon {
  margin-left: 90px;
  width: calc(100% - 90px);
}
.logo-wrapper {
    display: none;
}
.toggle-sidebar {
    display: none;
}
.header-wrapper .search-full {
    position: relative;
    z-index: 1;
    width: 40%;
    height: auto;
    transition: all 0.3s ease;
}
.form-inline .form-group {
    display: flex;
    position: relative;
}
.header-wrapper .search-full .form-group::before {
    content: "\f002";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background-color: #FFB401;
    padding: 10px 18px 9px;
    border-radius: 0 8px 8px 0;
}
.header-wrapper .search-full input {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    line-height: 32px;
    padding-left: 30px;
    width: 100% !important;
    background-color: #f9f9f6;
    border-radius: calc(6px + (10 - 6) * ((100vw - 320px) / (1920 - 320)));
    padding-right: 60px;
}
.page-wrapper .page-header .header-wrapper .search-full .form-group .close-search {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 25px;
    position: absolute;
    font-size: 15px;
    right: 20px;
    display: none;
    color: #898989;
    cursor: pointer;
}
.Typeahead-spinner {
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 14px;
    right: 18px;
    display: none;
    color: #c5c5c5;
}
.Typeahead-menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 15px;
    z-index: 100;
    display: none;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.header-wrapper .nav-right {
    justify-content: flex-end;
    display: flex;
    margin-left: auto;
}
.header-wrapper .nav-right > ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
}
.header-wrapper .nav-right > ul > li {
    padding: 0 8px;
    margin-right: 10px;
    font-size: 18px;
    display: inline-block;
    position: relative;
}
.header-wrapper .nav-right.right-header ul li .header-search {
    cursor: pointer;
    display: none;
}
.header-wrapper .nav-right .notification-box {
    position: relative;
}
.header-wrapper .nav-right.right-header ul li svg,
.header-wrapper .nav-right.right-header ul li i {
    font-size: 21px;
}
.header-wrapper .nav-right > ul > li .badge {
  position: absolute;
  right: -5px;
  top: -6px;
  padding: 2px 4px;
  font-size: 11px;
  font-weight: 700;
  font-family: "Public Sans",sans-serif;
  background-color: #ff7272;
}
.header-wrapper .nav-right .notification-dropdown {
    top: 52px;
    width: 300px;
    right: -20px !important;
    left: unset;
    list-style: none;
    padding: 0;
  }
 .header-wrapper .nav-right .onhover-show-div:not(.profile-dropdown) li:first-child {
    padding: 20px;
    background-color: #0da487;
    color: #fff;
    font-weight: 600 !important;
  }
.header-wrapper .nav-right .onhover-show-div li {
    padding: 0 20px 0 17px;
  }
.header-wrapper .nav-right .onhover-show-div:not(.profile-dropdown) li:first-child svg,
.header-wrapper .nav-right .onhover-show-div:not(.profile-dropdown) li:first-child i {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -5px;
    right: -10px;
    opacity: 0.15;
    font-size: 50px;
  }
 .header-wrapper .nav-right .notification-dropdown li + li {
    padding-top: 8px;
  }
  .header-wrapper .nav-right .notification-dropdown li + li p {
    margin-bottom: 8px;
    opacity: 0.6;
  }
  .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown li p span {
    color: #1b3155;
    float: right;
  }
  .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown li + li p svg,
  .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown li + li p i {
    font-size: 11px;
  }  
  .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown li + li p svg.font-primary{
    color: #0da487;
  }
  .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown li + li p svg.font-success {
    color: #9e65c2;
  }
  .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown li + li p svg.font-info {
    color: #a927f9;
  }
  .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown li + li p svg.font-danger {
    color: #6670bd;
  }
  .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown li:last-child {
    text-align: center;
    border-top: 1px solid #ecf3fa;
    padding-bottom: 15px;
  }
.header-wrapper .nav-right.right-header ul li .profile-media img.user-profile {
    width: 40px;
    height: 40px;
    object-fit: cover;
  }
  .user-name-hide {
    display: none;
  }
.header-wrapper .nav-right.right-header ul li .profile-media .media-body {
    margin-left: 15px;
  }
  .onhover-show-div {
    box-shadow: 0 0 20px rgba(89,102,122,0.1);
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    left: 0;
    position: absolute;
    z-index: 8;
    background-color: #fff;
    transition: all linear 0.3s;
  }

  .dashboard {
    background-color: #fbfeff;
  }
  .dashboard div.sidebar-wrapper {
    position: fixed;
    top: 0;
    z-index: 7;
    line-height: inherit;
    background: #0da487;
    width: 280px;
    height: auto;
    text-align: left;
    box-shadow: 0 0 21px 0 rgba(89,102,122,0.1);
    background: linear-gradient(-45deg, #0da487, #009289, #FFB401);
    background-size: auto;
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    overflow: hidden;
  }
  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon {
    width: 74px;
  }
  @keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
.dashboard  div.sidebar-wrapper #sidebarEffect {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.04;
  }
  .dashboard  div.sidebar-wrapper .logo-wrapper {
    padding: 27px 30px;
    position: relative;
    display: block;
  }
  .dashboard  div.sidebar-wrapper .logo-wrapper a img, 
  .dashboard  div.sidebar-wrapper .logo-icon-wrapper a img {
    width: 70%;
  }
  .sidebar-wrapper .back-btn,
  .sidebar-wrapper .logo-icon-wrapper {
    display: none;
  }
  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .logo-icon-wrapper {
    text-align: right;
    display: block;
    padding: 14px;
  }
  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .logo-wrapper {
    display: none;
  }
  body .main-dark {
    display: none;
  }
  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover {
    width: 280px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .logo-wrapper {
  display: block;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .logo-icon-wrapper {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .sidebar-main .sidebar-links li > a span {
  display: inline-block;
}
  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links li a span {
    display: none;
  }
  .logo-wrapper .toggle-sidebar {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 22px;
  }
  .logo-wrapper .toggle-sidebar svg,
  .logo-wrapper .toggle-sidebar i {
    width: 24px;
    height: 24px;
  }
  .dashboard div.sidebar-wrapper .sidebar-main .sidebar-links {
    height: calc(100vh - 130px);
    left: -300px;
    z-index: 99;
    transition: color 1s ease;
    overflow: auto;
    color: rgba(0,0,0,0);
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .sidebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
  }
  .sidebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top:57px;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
  }
  .sidebar-content-wrapper {
    height: 100%;
    overflow: hidden scroll;
  }
  .dashboard div.sidebar-wrapper .sidebar-main .sidebar-links li {
    display: block;
    width: 100%;
    padding: 0 15px;
    position: relative;
  }
  .dashboard div.sidebar-wrapper .sidebar-main .sidebar-links  {
    list-style: none;
    padding: 0;
  }
  .dashboard div.sidebar-wrapper .sidebar-main .sidebar-links  li .sidebar-link:hover {
    background-color: rgba(255,255,255,0.06);
  }
  .dashboard div.sidebar-wrapper .sidebar-main .sidebar-links  li .sidebar-link {
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
    display: block;
    margin-top: 8px;
    z-index: 0;
    position: relative;
    overflow: hidden;
    padding: 12px 15px;
    font-weight: 500;
    display: flex;
    color: #fff;
    text-decoration: none;
  }
  .dashboard div.sidebar-wrapper .sidebar-main .sidebar-links  li .sidebar-link svg,
  .dashboard div.sidebar-wrapper .sidebar-main .sidebar-links  li .sidebar-link i {
    font-size: 15px;
    margin-right: 10px;
    color: #fff;
    transition: all 0.3s ease;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  }
  .dashboard div.sidebar-wrapper .sidebar-main .sidebar-links  li .sidebar-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    z-index: -1;
  }
  .dashboard div.sidebar-wrapper .sidebar-main .sidebar-links  li a.link-nav .according-menu {
    display: none;
  }
  .dashboard div.sidebar-wrapper .sidebar-main .sidebar-links  li .sidebar-link.active::before {
    opacity: 0.1;
  }
  .dashboard .according-menu {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    margin-right: 0;
  }
  .dashboard div.sidebar-wrapper .sidebar-main .sidebar-links  li .sidebar-submenu {
    width: 100%;
    padding: 0;
    position: relative;
  }
  .dashboard div.sidebar-wrapper .sidebar-main .sidebar-links  li .sidebar-submenu li a {
    padding: 7px 25px;
      padding-left: 40px;
    font-size: 14px;
    color: #fff;
    display: flex;
    position: relative;
    letter-spacing: 0.06em;
    font-weight: 500;
    font-family: "Public Sans",sans-serif;
    transition: all 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    text-decoration: none;
  }
  .dashboard div.sidebar-wrapper .sidebar-main .sidebar-links  li .sidebar-submenu li a::after {
    content: "";
    position: absolute;
    top: 48%;
    width: 6px;
    height: 2px;
    border-top: 2px solid #fff;
    left:20px;   
  }
  .dashboard div.sidebar-wrapper .sidebar-main .sidebar-links  li .sidebar-submenu li {
    padding: 0;
  }
  .dashboard .page-body {
    min-height: calc(100vh - 80px);
    margin-top: 90px;
    margin-left: 280px;
    background-color: #f9f9f6;
    padding: 0 15px 0 15px;
    padding-top: 25px;
    padding-bottom: 54px !important;
    transition: 0.5s;
  }
  .dashboard  div.sidebar-wrapper.close_icon ~ .page-body,  .dashboard  div.sidebar-wrapper.close_icon ~ footer {
    margin-left: 80px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
 
  /* body content */

  .card.card-hover:hover {
    box-shadow: 0 0 25px rgba(33,37,41,0.1);
    transition: all 0.4s ease;
    transform: translateY(-5px);
  }
  .main-tiles.card {
    padding: 25px 25px;
  }
  .page-body .card-wrap {
    margin-bottom: 30px;
  }
  .card {
    height: 100%;
    border: none;
    letter-spacing: 0.5px;
    border-radius: 15px;
    padding: 25px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
  }
  .main-tiles.card .media .media-body > span {
    font-size: 16px;
  }
  .progress-bar {
    position: relative;
  }
  .progress-bar small {
    height:40px;
    width: 40px;
    position: absolute;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #0da487 !important;
    background-color: #d5f5dc;
    line-height: 40px;
    text-align: center;
  }
  .dashboard-progress2   .progress-bar small {
    color: #747dc6 !important;
    background-color: #dfe1f5;
  }
  .dashboard-progress3   .progress-bar small {
    color: #ef3f3e !important;
    background-color: #f1b3b3;
  }
  .static-top-widget .media-body {
    align-self: center !important;
    padding-left: 30px;
    flex: 1;
  }
  .main-tiles.card .media h4 {
    font-size: 26px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom:0;
    margin-top: 5px;
    font-weight: 600;
  }
  .custome-1-bg  .media-icon {
    background-color: rgba(13,164,135,0.1);
    color: #0da487;
  }
  .media-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 6px;
    margin-left: 16px;
    font-size: 20px;
  }
  .main-tiles.card .card-body::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    left: 0;
    top: 0;
  }
  .custome-1-bg::after {
    background-color: #0da487;
  }
  .custome-3-bg::after {
    background-color: #ef3f3e;
  }
  .custome-3-bg  .media-icon  {
    background-color: rgba(239,63,62,0.1);
    color: #ef3f3e;
  }
  .custome-2-bg::after {
    background-color: #747dc6;
  }
  .custome-2-bg .media-icon  {
    background-color: rgba(116,125,198,0.1);
    color: #747dc6;
  }
  .custome-4-bg::after {
    background-color: #9e65c2;
  }
  .custome-4-bg .media-icon  {
    background-color: rgba(158,101,194,0.1);
    color: #9e65c2;
  }
  .card-body {
    flex: 1 1 auto;
    padding: 0;
    position: relative;
  }
  .card-wrap .card-body {
    padding: 0;
  }
  .media {
    display: flex;
    align-items: center;
  }
  
  .card .card-header {
    background-color: #fff;
    padding: 0;
    border-bottom: none;
    position: relative;
    margin-bottom: 16px;
  }
  .slick-slider .slick-list .slick-slide > div, 
  .slick-slider .slick-list .slick-slide > a {
    margin: 0 10px;
  }
  .card-header h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
  }
  .dashboard-category .category-image:hover {
    background: linear-gradient(-45deg, #0da487, #719460);
    transition: all 0.5s ease;
  }
  .dashboard-category .category-image {
    width: 100%;
    height: 105px;
    padding: 28px;
    position: relative;
    overflow: hidden;
    border-radius: 11px;
    display: block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #f9f9f6;
  }
  .dashboard-category .category-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  filter: brightness(0);
  opacity: 0.5;
}
.dashboard-category .category-image:hover img {
  filter: brightness(100);
  opacity: 1;
}
.dashboard-category .category-name h6 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  color: #333;
  font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
  text-align: center;
}
.dashboard-category .category-name {
  width: 70%;
  margin: 10px auto 0;
  display: block;
  text-decoration: none;
}
.card .card-header-top {
  padding:0 0 16px;
}
.card .card-header-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ecf3fa;
}
.card .card-header .best-selling-box {
  display: flex;
  align-items: center;
}
.card .card-header .best-selling-box span {
  margin-right: 6px;
  font-weight: 700;
  color: #222;
  display: inline-block;
}
.dropdown {
  position: relative;
}
.card .card-header .best-selling-box .dropdown .dropdown-toggle {
  color: #4a5568;
  cursor: pointer;
  padding: 0;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-menu {
  -webkit-box-shadow: 0 0 20px rgba(89,102,122,0.1);
  box-shadow: 0 0 20px rgba(89,102,122,0.1);
  border: none;
  padding: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  min-width: 10rem;
  z-index: 1000;
  border-radius: .25rem;
}
.dropdown-menu .dropdown-item {
  color: #2b2b2b;
  opacity: 0.6;
  font-size: 13px;
  padding: 6px 12px;
  border-top: 1px solid #efefef;
  background: #fff;
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
}
.best-selling-table tbody tr td .best-product-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.best-selling-table tbody tr td .best-product-box .product-image {
  width: 68px;
  height: 68px;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 5px;
}
.best-selling-table tbody tr td .best-product-box .product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.best-selling-table tbody tr td .best-product-box .product-name h5 {
  font-weight: 500;
  color: #222;
  font-size: calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.2;
  margin-bottom: 5px;
}
.best-selling-table tbody tr td .product-detail-box h5 {
  font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
  margin-top: 5px;
  margin-bottom: 0;
}
.best-selling-table tbody tr td .best-product-box .product-name h6,
.best-selling-table tbody tr td .product-detail-box h6 {
  font-size: 13px;
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
}
.best-selling-table tbody tr td {
  padding: 16px;
  border-bottom: 1px solid #ecf3fa;
  min-width: 120px;
  color: #4a5568;
  white-space: nowrap;
  vertical-align: middle;
}
.best-selling-table tbody tr td:first-child {
  min-width: 140px;
  padding-left: 0;
  padding-right: 0;
}
.apexcharts-toolbar {
  opacity: 0;
  display: none !important;
}
.transactions-table tbody tr td:first-child .transactions-icon {
  width: 40px;
  height: 40px;
  background-color: rgba(226,36,84,0.12);
  color: #e22453;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.transactions-table tbody tr td:first-child .transactions-name {
  width: calc(100% - 50px);
}
.transactions-table tbody tr td:first-child .transactions-name h6 {
  font-weight: 700;
  white-space: nowrap;
  font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.2;
  margin: 0;
}
.transactions-table p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: .7px;
}
.transactions-table tbody tr td:first-child {
   display: flex;
  align-items: center;
  justify-content: center;
}
.user-table tbody tr td:nth-child(2) {
  min-width: 185px;
}
.transactions-table tbody tr td:last-child {
  text-align: right;
  font-weight: 700;
  font-size: 18px;
  padding-right: 0;
}
.transactions-table tbody tr td:last-child.success {
  color: #42ba96;
}
.transactions-table tbody tr td {
  background-color: #fff;
  border: none;
}
.transactions-table tbody tr td:first-child .transactions-icon i {
  font-size: 20px;
}
.transactions-table tbody tr td.td-color-1:first-child .transactions-icon {
  background-color: rgba(40,200,112,0.12);
  color: #28c870;
}
.transactions-table tbody tr td.td-color-2:first-child .transactions-icon {
  background-color: rgba(116,104,240,0.12);
  color: #7468f0;
}
.transactions-table tbody tr td.td-color-3:first-child .transactions-icon {
  background-color: rgba(226,36,84,0.12);
  color: #e22453;
}
.transactions-table tbody tr td.td-color-4:first-child .transactions-icon {
  background-color: rgba(255,159,68,0.12);
  color: #ff9f44;
}
.to-do-list .to-do-item {
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px solid #e8eaf6;
  padding-bottom: 10px;
}
.to-do-list .to-do-item .form-check {
  padding-left: 0;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
}
.checkbox_animated {
  cursor: pointer;
  position: relative;
  margin: 0 16px 0 0;
  z-index: 0;
}
.to-do-list .to-do-item .to-do-list-name {
  margin-left: 15px;
}
.to-do-list .to-do-item .to-do-list-name strong {
  display: block;
  font-size: 15px;
  line-height: 1;
  color: #212529;
}
.to-do-list .to-do-item .to-do-list-name p {
  margin: 0;
}
.to-do-list {
  padding: 0;
  list-style: none;
}
.to-do-list .to-do-item:nth-child(n+4) {
  border-bottom: none;
  margin-bottom: 0;
}
.form-control {
  display: block;
  width: 100%;
  padding: 8px 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: .25rem;
  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.add-task-btn {
  background-color: #0da487;
  border-color: #0da487;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(7px + (10 - 7) * ((100vw - 320px) / (1920 - 320))) calc(14px + (32 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  border: none;
  font-size: 14px;
  z-index: 0;
  white-space: nowrap;
  box-shadow: none;
  outline: none;
  width: 100%;
  height: 100%;
  color: #fff !important;
  line-height: 1.5;
  border-radius: .25rem;
  text-decoration: none;
}
.to-do-list .to-do-item:last-child {
  display: block;
  margin-top: 10px;
  padding-bottom: 0;
}
.to-do-list .to-do-item:nth-child(n+4) {
  border-bottom: none;
  margin-bottom: 0;
}
.footer {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(89,102,122,0.1);
  box-shadow: 0 0 20px rgba(89,102,122,0.1);
  padding: 15px;
  position: fixed;
  bottom: 0;
  right: 0;
  width: calc(100vw - 280px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.customizer-links .rtl-btn {
  background-color: #fff;
  border: none;
  outline: none;
  font-size: 16px;
  color: #0da487;
}
.customizer-links {
  position: fixed;
  right: 00px;
  top: 50%;
  margin-right: -8px;
  z-index: 3;
  transform: translate(0, -50%) rotate(90deg);
  box-shadow: 0 0 37px rgba(8,21,66,0.2);
  border-radius: 5px;
}
.onhover-dropdown:hover .onhover-show-div {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
  border-radius: 5px;
  overflow: hidden;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown {
  width: 300px;
  top: 57px;
  left: unset !important;
  padding: 0 10px;
  font-size: 14px;
  position: absolute;
  z-index: 8;
  background-color: #fff;
  transition: all linear 0.3s;
  box-shadow: 0 0 20px rgba(89,102,122,0.1);
  list-style: none;
  right: 0;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown {
  font-size: 14px;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li {
  padding: 10px !important;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0da487;
  text-decoration: none;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li span {
  color: #4a5568;
}
.page-wrapper .page-header .header-wrapper .nav-right ul li svg,
.page-wrapper .page-header .header-wrapper .nav-right ul li i {
  vertical-align: middle;
  width: 20px;
}
.page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .header-search {
  cursor: pointer;
  display: none;
}
.grow {
  display: none;
}


/* Product Page */

.product-list h4 {
  font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 700;
  letter-spacing: 0.03em;
}
.product-list .title-header.option-title .right-options ul {
  display: flex;
  align-items: center;
  gap: calc(9px + (15 - 9) * ((100vw - 320px) / (1920 - 320)));
  padding: 0;
  margin: 0;
  list-style: none;
}
.product-list .title-header a {
  font-size: calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
  color: #222;
  text-transform: capitalize;
  display: block;
  text-decoration: none;
}
.title-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: calc(15px + (25 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.product-list .dataTables_filter {
  margin-bottom: 25px;
  float: right;
  text-align: right;
}
.product-list .dataTables_filter label {
  margin: 0;
}
.product-list .dataTables_filter input {
  border: 1px solid #ced4da;
  padding: 8px 38px 8px 10px;
  margin-left: 13px;
  border-radius: 3px;
}
.product-list .table > :not(:last-child) > :last-child > * {
  border-bottom-color: #ecf3fa;
}
.product-list table tbody tr:nth-child(2n) {
  background-color: #f8f8f8;
}
.product-list thead tr th:first-child {
  max-width: none !important;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}
.product-list thead tr th:last-child {
  text-align: center;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
}
.product-list  thead tr th {
  white-space: nowrap;
  font-size: calc(13px + (16 - 13) * ((100vw - 320px) / (1920 - 320)));
  background-color: #f3f3f3;
  text-align: center;
  min-width:130px;
  padding: 15px !important;
  font-weight: bold;
  color: #4a5568;
  vertical-align: middle;
}
.product-list tbody tr td {
  text-align: center;
  white-space: nowrap;
  padding: 12px 15px;
  border: none;
  color: #4a5568;
  background-color: transparent;
  vertical-align: middle;
}
.product-list tbody tr td .table-image {
  width: 65px;
  height: 65px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vasthu-listing-table tbody tr td .table-image img {
  width: 100%;
  height: auto;
}
.product-list tbody tr:nth-child(2n) {
  background-color: #f8f8f8;
}
.product-list tbody tr td:nth-child(2),
.service-listing-table tbody tr td:nth-child(3) {
  color: #0da487;
}
.service-listing-table tbody tr td:nth-child(2) {
  color: #4a5568;
}
.service-listing-table tbody tr td:nth-child(4),
.vasthu-listing-table tbody tr td:nth-child(3) {
  width: 40%;
  white-space: unset;
}
.product-list .inbox-table tbody tr td:nth-last-child(2) {
  width: 40%;
  white-space: unset;
}
.inbox-table tbody tr td .unread a i.fa-eye,
.inbox-table .unread a svg.fa-eye {
  color: #2f8733;
}
.product-list tbody tr td.td-price {
  font-weight: 800;
}
.status-close span {
  background-color: rgba(47,135,51,0.15);
  color: #2f8733;
  padding: 5px 10px;
  text-transform: capitalize;
  display: inline-block;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 400;
}
.status-danger span {
  background-color: rgba(226,36,84,0.15);
  color: #e22454;
  padding: 5px 10px;
  text-transform: capitalize;
  display: inline-block;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 400;
}
.product-list tbody tr td:last-child ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 15px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.product-list tbody tr td:last-child ul li a {
  display: block;
}
.product-list  table tbody tr td a svg.fa-pencil{
  color: #4aa4d9;
}
.product-list table tbody tr td a .fa-eye {
  color: #747dc6;
}
.product-list table tbody tr td a .fa-trash-can {
  color: #ef3f3e;
}
.inbox-outer-wrap {
  display: block;
  float: right;
  width: 100%;
}
.inbox-outer {
  background-color: #f9f9f6;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}
.inbox-outer ul li {
  margin-bottom: 5px;
}
.inbox-outer ul li label {
  font-weight: 500;
  margin-right: 10px;
}
/* Faq */

.faq-accordion .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 30px;
  font-size: 14px;
  color: #343434;
  text-align: left;
  background-color: #fff;
  border: 0 !important;
  outline: none !important;
  border-radius: 0;
  box-shadow: none !important;
  overflow-anchor: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(../images/up.png);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../images/down.png);
  transform: rotate(-180deg);
}
.faq-accordion .accordion-body {
  padding: 30px 20px;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, .125);
}
.faq-accordion .accordion-body .p-text {
  text-align: left;
}
.essentials-form ul li {
  margin-top: 10px;
}
.essentials-form .form-control {
  max-width: 120px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
/* add product page */

.add-product {
  position: relative;
  width: 69%;
  margin: 0 auto;
}
.add-product .card {
  margin-bottom: 30px;
  border: none;
  letter-spacing: 0.5px;
  border-radius: 15px;
  padding: 25px;
}
.add-product .card .card-body {
  padding: 0;
}
.add-product .card h4 {
  font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 700;
  color: #262932;
  margin-bottom: 0;
}
.add-product .card .card-header {
  margin-bottom: 30px;
}
.add-product .form-label-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.add-product form input[type="text"],
.add-product form input[type="tel"],
.add-product form input[type="email"],
.add-product form input[type="file"],
.add-product form input[type="number"],
.add-product form input[type="date"],
.add-product form select {
  border-color: #efefef;
  background-color: #f9f9f6;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  color: #898989;
  outline: inherit;
  box-shadow: none;
  padding: 10px;
}
.add-product .form-control {
  border-color: #efefef;
  background-color: #f9f9f6;
}
.add-product form input[type="file"] {
  height: auto;
  padding: 6px 10px !important;
  overflow: hidden;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  background-color: #f9f9f6;
  border-color: #efefef;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.select2-container--default .select2-selection--single {
  background-color: #f9f9f6;
  border-color: #efefef;
  height: 44px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  display: none;
}
.switch-state {
  border-radius: 20px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f4f4f4;
  transition: .4s;
}
.switch-state::before {
  content: "";
  position: absolute;
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 20px;
}
.switch input:checked + .switch-state {
  background-color: #0da487;
}
.theme-form .ck-content {
  height: 170px;
  border-color: #efefef !important;
  background-color: #f9f9f6 !important;
}
.theme-form .ck-toolbar {
  border-color: #efefef !important;
  background-color: #f9f9f6 !important;
}
.add-option {
  border-top: 1px solid #efefef;
  padding-top: 18px;
  margin-top: 26px;
  display: block;
  color: #0da487;
  text-decoration: none;
  font-weight: 600;
}
.add-option svg,
.add-option i {
  margin-right: 10px;
}
.variation-table {
  border: #efefef solid 1px !important;
}
.variation-table.table th {
  font-size: 14px;
  color: #4a5568;
  font-weight: 600;
}
.variation-table.table td {
  vertical-align: middle;
  color: #4a5568;
  white-space: nowrap;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #ecf3fa;
}
.variation-table.table tbody tr td a svg {
  color: #ef3f3e;
}
.variation-table.table tbody tr td ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.seo-view {
  background-color: #f9f9f6;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px dashed #d1d1d1;
  border-radius: 10px;
}
.seo-view .link {
  color: #202124;
}
.seo-view h5 {
  color: #1a0dab;
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
}
.seo-view p {
  color: #4d5156;
  font-size: 14px;
  margin: 0;
}

/* add category */

.add-category .dropzone.custom-dropzone {
  opacity: 1;
  position: relative;
  padding: 0;
  background: transparent;
  border: 1px dashed #dddddd;
  border-radius: 5px;
  min-height: 150px;
  height: auto;
}
.add-category .custom-dropzone .dropzone-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: unset;
  border: none;
}
.add-category .dz-message {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  margin: 0;
  cursor: pointer;
  text-align: center;
}
.add-category .dz-message svg,
.add-category .dz-message i {
  font-size: 50px;
}
.add-category .dz-message h6 {
  font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.2;
  margin:10px 0 0;
  font-weight: 400;
}
.add-category .dropdown.icon-dropdown {
  background-color: #f9f9f6;
  border: 1px solid #efefef;
}
.add-category .dropdown.icon-dropdown .dropdown-toggle {
  width: 100%;
  height: 44px;
  padding: 8px 20px 8px 10px;
  background-color: #f9f9f6 !important;
  color: #444;
  font-size: 17px;
  text-align: left;
  justify-content: flex-start;
}
.add-category .dropdown-menu {
  -webkit-box-shadow: 0 0 20px rgba(89,102,122,0.1);
  box-shadow: 0 0 20px rgba(89,102,122,0.1);
  border: none;
  padding: 0;
}
.add-category .dropdown.icon-dropdown .dropdown-menu li {
  display: inline-block;
}
.add-category .dropdown-menu .dropdown-item {
  color: #2b2b2b;
  opacity: 0.6;
  font-size: 13px;
  padding: 6px 12px;
  border-top: 1px solid #efefef;
  background: #fff;
}
.add-category .dropdown.icon-dropdown .dropdown-menu li a {
  width: 100px;
  height: 100px;
  display: block;
}
.add-category .card {
  overflow: visible;
}
.add-category .dropdown.icon-dropdown .dropdown-menu li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: #222;
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(304deg) brightness(97%) contrast(103%);
}
.add-category .dropdown.icon-dropdown .dropdown-toggle::after {
  content: "\f0d7";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 15px;
  border: none;
  font-size: 14px;
  margin: 0;
  color: #777;
}
.category-table .table tbody tr td .category-icon {
  width: 35px;
  height: 35px;
  object-fit: contain;
  margin: 0 auto;
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(304deg) brightness(97%) contrast(103%);
}
.add-task-btn svg,
.add-task-btn i {
  margin-right: 5px;
}
.remove-btn {
  color: #dc3545 !important;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
  background-color: transparent;
  border: none;
  box-shadow: none;
  height: 45px;
  outline: none;
}
.add-value-btn {
  display: flex;
  width: auto;
}
.add-attribute-btn {
  display: flex;
  width: auto;
  margin-left: auto;
}
.add-attribute {
  width: 83%;
}
.product-list .user-table tbody tr td .table-image {
  width: 45px;
  height: 45px;
  overflow: hidden;
  border-radius: 5px;
}
.product-list .user-table tbody tr td .user-name span:first-child {
  font-weight: 700;
  color: #212529;
}
.product-list .user-table tbody tr td .user-name span:last-child {
  color: #4a5568;
  display: block;
}
.product-list .user-table tbody tr td .user-name {
  text-align: left;
}
.product-list .user-table tbody tr td:nth-child(3) {
  color: #4a5568;
}

/* user */

.add-user .nav-pills,
.create-coupon .nav-pills {
  border-bottom: 1px solid #ddd;
}
.add-user .nav-pills .nav-item,
.create-coupon .nav-pills .nav-item {
  margin-right: 20px;
}
.add-user  .nav-pills .nav-item .nav-link,
.create-coupon .nav-pills .nav-item .nav-link {
  border: none;
  padding: 10px 25px;
  background-color: transparent;
  position: relative;
  color: #212529;
  font-size: 16px;
  font-weight: 600;
}
.add-user .nav-pills .nav-item .nav-link.active::after,
.create-coupon .nav-pills .nav-item .nav-link.active::after {
  opacity: 1;
}
.add-user .nav-pills .nav-item .nav-link::after,
.create-coupon .nav-pills .nav-item .nav-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0da487;
  opacity: 0;
}
.add-user .card .card-header-1,
.create-coupon.card .card-header-1 {
  margin: 40px 0 20px;
  color: #262932;
}
.add-user .radio-section label {
  margin-right: 20px;
  margin-bottom: 0;
}
.add-user .radio-section label > input {
  display: none;
}
.add-user .radio-section label > i {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
  border: 2px solid #0da487;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.add-user .radio-section label > input:checked + i {
  background:#0da487;
}
.add-user .card .card-header-1 h5,
.create-coupon.card .card-header-1 h5 {
  font-size: 20px;
  font-weight: 700;
}
/* add role */

.add-product .card h4.form-label-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1rem;
}
.mandatory {
  color: #0da487;
}
.roles-form {
  gap: calc(6px + (20 - 6) * ((100vw - 320px) / (1920 - 320)));
}
.roles-form ul {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 12px;
  overflow: auto;
}
.roles-form >  ul:nth-child(2n+1) {
  background-color: #f9f9f6;
  padding: 12px;
}
.roles-form ul li {
  width: 100%;
  white-space: nowrap;
  min-width: 87px;
  display: flex;
  align-items: center;
}
.roles-form ul li:first-child {
  font-weight: 500;
  color: #222;
  width: 100%;
  min-width: 112px;
  display: block;
}
.amenties-form ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  margin-bottom: 15px;
}
.amenties-form ul li:last-child {
  margin-right: 0;
}
.checkbox_animated {
  cursor: pointer;
  position: relative;
  margin: 0 16px 0 0;
}
.create-role {
  width: 100%;
}
.create-role .add-task-btn {
  width: auto;
  float: right;
}
.order-table tbody tr td .order-image {
  width: 60px;
  height: 60px;
  display: inline-block;
}
.order-table tbody tr td .order-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.all-package tbody tr td.order-cancle span {
  background-color:rgba(207,20,43,0.2);
  color:#cf142b;
  padding:5px 10px;
  border-radius:5px;
  font-size:12px;
  font-weight:600;
  position:relative
}
.all-package tbody tr td.order-success span {
  background-color:rgba(66,186,150,0.2);
  color:#42ba96;
  padding:5px 10px;
  border-radius:5px;
  font-size:12px;
  font-weight:700;
  position:relative
}
.all-package tbody tr td.order-pending span {
  background-color:rgba(154,154,154,0.2);
  color:#9a9a9a;
  padding:5px 10px;
  border-radius:5px;
  font-size:12px;
  font-weight:700;
  position:relative
}
.order-table tbody tr td:nth-child(6) {
  font-weight: bolder;
}
.all-package tbody tr td .add-task-btn {
  padding: 5px 10px;
}

/* order details */
.title-header-block {
  display: block;
}
.title-header-block .card-order-section {
  margin-top: 20px;
  border-top: 1px solid rgba(33,37,41,0.15);
  border-bottom: 1px solid rgba(33,37,41,0.15);
  padding: 10px 0;
}
.title-header-block .card-order-section ul {
  margin: -8px;
  color: #212529;
  padding: 0;
}
.title-header-block .card-order-section ul li {
  display: inline-block;
  margin: 0 15px;
  font-size: 18px;
  position: relative;
  color: #4a5568;
}
.title-header-block .card-order-section ul li:first-child {
  margin-left: 15px;
}
.title-header-block .card-order-section ul li:last-child {
  margin-right: 0;
}
.title-header-block .card-order-section ul li::before {
  content: "/";
  position: absolute;
  top: 0;
  right: -15px;
  width: 0;
  height: 100%;
}
.cart-section .cart-table {
  overflow: hidden;
  margin-bottom: 0;
  border: none;
}
.cart-section .cart-table thead tr th {
  border-bottom-width: 1px;
  font-weight: bolder;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  border-top: 0;
  border-bottom: 1px solid #eff2f7 !important;
  padding: 0.75rem 1.25rem;
  background-color:#0da487;
  text-align: left;
  border-radius: 0;
}
.order-details-table .table-details .table tbody tr td:nth-child(1) a img {
  height: 80px;
  width: 100px;
  border-radius: 5px;
}
.cart-section .cart-table thead tr th a {
  color: #fff !important;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-decoration: underline;
}
.order-details-table .table-details .table tbody tr td:nth-child(1) {
  background-color: transparent;
  min-width: 130px;
}
.product-list table.cart-table tbody tr:nth-child(2n) {
  background-color: transparent;
}
.order-details-table .table-details .table tbody tr td {
  padding: 10px;
  padding-top: 20px;
  min-width: 170px;
  max-width: 150px;
  border-bottom: none !important;
  color: #7e7e7e;
  text-align: left;
}
.cart-section tbody tr td p {
  color: #777777;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 0;
  line-height: 18px;
}
.order-details-table .order-success .payment-mode p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
  color: #7e7e7e;
  letter-spacing: 0.05rem;
}
.order-details-table .table-details .table tbody tr td h5 {
  margin-top: 10px;
  color: #212529;
  font-size: calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.2;
}
.order-details-table .table-details .table tfoot tr.table-order h5 {
  color: #212529;
  font-size: calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.2;
  font-weight: 400;
}
.order-details-table .table-details .table tfoot tr td h4 {
  font-weight: 400;
  color: #212529;
}
.cart-section tfoot tr td h4 {
  font-size: calc(17px + (18 - 17) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.2;
  margin: 0;
}
.order-details-table .table-details .table tbody {
  border-bottom: 1px solid #ddd;
}
.order-details-table .table-details .table tfoot tr.table-order:nth-child(n+3) {
  border-bottom: 1px solid #ddd;
}
.order-details-table .table-details .table tbody tr:last-child td {
  padding-bottom: 20px;
}
.order-details-table .table-details .table tfoot tr td {
  padding: 10px 15px;
}
.order-details-table .table-details .table tfoot tr.table-order:first-child td {
  padding: 20px 15px 10px;
}
.order-details-table .table-details .table tfoot tr td h4.theme-color {
  color:#0da487;
}
.order-details-table .order-success {
  padding: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320)));
  border-radius: 5px;
  background-color: #f9f9f6;
}
.order-details-table .order-success h4 {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 16px;
  color: #212529;
  margin: 1.5rem 0 0;
}
.order-details-table .order-success ul,
.payment-mode {
  margin: 0;
}
.order-details-table .order-success .order-details li {
  display: flex;
  text-transform: capitalize;
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 3px;
  color: #7e7e7e;
}
.order-details-table .order-success .delivery-sec {
  margin-bottom: -5px;
  margin-top: 20px;
  background-color: transparent;
}
.order-details-table .order-success .delivery-sec h3 {
  color: #212529;
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 400;
}
.order-details-table .order-success .delivery-sec h3 span {
  font-weight: 700;
  margin-left: 5px;
}
.order-details-table .order-success .delivery-sec a {
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 5px;
  display: block;
  font-weight: 600;
  color:#0da487;
  text-decoration: none;
}
.order-details-table .table-details .table tfoot tr.table-order:nth-child(3) td {
  padding: 10px 15px 20px;
}
.order-details-table .table-details .table tfoot tr.table-order:last-child td {
  padding: 20px 15px;
}
/* Order tracking */

.order-left-image {
  margin-top: 0;
  display: flex;
  align-items: center;
}
.order-left-image .tracking-product-image {
  margin-right: 40px;
  width: 24%;
  height: 150px;
  border-radius: 10px;
  overflow: hidden;
}
.order-left-image .order-image-contain {
  width: calc(100% - 30px);
}
.order-left-image .order-image-contain h4 {
  font-size: 22px;
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin: 0;
  margin-bottom: calc(12px + (23 - 12) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 700;
}
.order-left-image .order-image-contain p {
  margin-bottom: calc(5px + (10 - 5) * ((100vw - 320px) / (1920 - 320)));
  letter-spacing: 0.05em;
}
.order-left-image .order-image-contain p span {
  font-weight: 700;
  margin-left: 10px;
  color: #4a5568;
}
.order-left-image .order-image-contain h5 {
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin: 0;
  margin-top: calc(12px + (23 - 12) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
}
.progress-tracker {
  margin: 40px 0;
  display: flex;
  align-items: center;
  padding: 0;
}
.progress-tracker li.progress-tracker-done {
  color: #212529;
  border-top: 4px solid #0da487;
  width: 100% !important;
}
.progress-tracker li.progress-tracker-todo {
  color: silver;
  border-top: 4px solid silver;
  width: 100% !important;
}
.progress-tracker li {
  display: inline-block;
  text-align: center;
  margin: 10px 0;
}
.progress-tracker li::before {
  position: relative;
  top: -2px;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 5 Free";
}
.progress-tracker li.progress-tracker-todo::before {
  content: "\f111";
  color: silver;
  background-color: #fff;
  font-size: 2.2em; 
  width: 30px;
  height: 30px;
}
.progress-tracker li.progress-tracker-done::before { 
  font-weight: 900;
  content: "\f00c";
  color: #fff;
  background-color: #0da487;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 2.2em;
}
.progress-tracker li h5 {
  margin-top: 10px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  font-weight: 500;
  font-size: calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.2;
}
.progress-tracker li.progress-tracker-done h6 {
  font-size: 13px;
  margin-top: 8px;
  color: #7e7e7e;
}
.progress-tracker li.progress-tracker-todo h6 {
  font-size: 13px;
  margin-top: 8px;
}
.tracker-table {
  padding-top: 0;
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid rgba(153,153,153,0.3);
}
.tracker-table thead tr th {
  border-bottom-width: 1px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  border-top: 0;
  text-align: left;
  padding: 1rem;
  border-bottom: 1px solid #eff2f7 !important;
  background-color: #f9f9f6;
}
.tracker-table thead tr th:first-child {
  max-width: none !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tracker-table thead tr th:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  text-align: left;
}
.tracker-table tbody tr td {
  vertical-align: middle;
  color: #777777;
  border-top: 0;
  border-bottom: 1px solid #eff2f7 !important;
  text-align: left;
  padding: 15px;
  min-width: 175px;
}
.tracker-table tbody tr td:nth-child(3) {
  color: #777777;
}
.cancel-btn {
  border: 1px solid #0da487;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: calc(7px + (10 - 7) * ((100vw - 320px) / (1920 - 320))) calc(14px + (32 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  font-size: 14px;
  z-index: 0;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  border-radius: .25rem;
  line-height: 1.5;
  background-color: transparent;
}
.cancel-btn:hover {
  background-color: #0da487 !important;
  color: #fff !important;
}
.submit-btn {
  width: auto;
  margin-right: 20px;
}
.card .card-footer {
  background-color: #fff;
  border-top: 1px solid #ecf3fa;
  padding: 30px 40px;
    padding-bottom: 30px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

/* Media */

.selected-options ul {
  margin-left: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: #f9f9f6;
  color: #777777;
  padding: 5px 15px;
  border-radius: 3px;
}
.selected-options ul li {
  font-size: 14px;
}
.selected-options ul li a {
  color: #777777;
}
.media-library-wrap {
  display: flex;
  flex-wrap: wrap;
}
.media-library-wrap div {
  position: relative;
  flex: 0 0 auto;
  width: 16.66667%;
  padding: 8px;
}
.media-library-wrap .library-box {
  overflow: hidden;
  width: 100%;
  padding: 0;
  height: 100%;
}
.media-library-wrap .library-box div {
  width: 100%;
  padding: 0;
}
.media-library-wrap label {
  border: 1px solid #fff;
  padding: 10px;
  display: block;
  position: relative;
  margin: 0;
  cursor: pointer;
  background-color: #f9f9f6;
  border-radius: 10px;
}
.media-library-wrap label img {
  width:100%
}
.media-library-wrap label:before {
  background-color:#525252;
  color:#fff;
  content:"";
  position:absolute;
  display:block;
  border-radius:4px;
  border:1px solid #c1c1c1;
  top:10px;
  left:10px;
  width:18px;
  height:18px;
  text-align:center;
  line-height:16px;
  transition-duration:0.4s;
  transform:translateY(-10px);
  transition:all 0.5s ease;
  opacity:0;
  visibility:hidden
}
.media-library-wrap .library-box:hover label::before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
}
.media-library-wrap :checked+label {
  border-color:var(--theme-color)
}
.media-library-wrap :checked+label:before {
  content:"✓";
  background-color:#0da487;
  border-color:#0da487;
  transform:translateY(0);
  opacity:1;
  visibility:visible
}
.media-library-wrap :checked+label img {
  transform:scale(0.9);
  z-index:-1
}
.b_size_content {
  background-size: contain !important;
}
.ratio_square .bg-size::before {
  padding-top: 100%;
  content: "";
  display: block;
}
.media-library-wrap .library-box .dropdown {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: rgba(82,82,82,0.72);
  line-height: 1;
  color: #fff;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  z-index: 10;
}
.media-library-wrap .library-box:hover .dropdown {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
}
.media-library-wrap .dropdown {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.media-library-wrap input[type="checkbox"][id^="myCheckbox"] {
  display: none;
}
.media-library-wrap .library-box .dropdown > a svg {
  color: #fff;
}
.media-library-wrap .dropdown .dropdown-menu {
  padding: 10px 5px;
  position: absolute;
  margin: 0px;
  left: auto;
  right: -10px;
  top: 30px;
}
.media-library-wrap .dropdown .dropdown-menu li {
  margin-bottom: 6px;
}
.media-library-wrap .dropdown .dropdown-menu .dropdown-item {
  border-top: none;
  font-size: 13px;
}
.media-library-wrap .dropdown .dropdown-menu .dropdown-item svg,
.media-library-wrap .dropdown .dropdown-menu .dropdown-item i {
  margin-right: 5px;
}
.dropdown-menu .dropdown-item {
  color: #2b2b2b;
  opacity: 0.6;
  font-size: 13px;
  padding: 6px 12px;
  border-top: 1px solid #efefef;
  background: #fff;
}
.media-modal h2 {
  font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
}
.media-modal .nav-tabs {
  border-bottom-color: #efefef;
}
.media-modal .nav-tabs .nav-link {
  border-color: transparent;
  cursor: pointer;
  color: #2c323f;
}
.media-modal .nav-tabs .nav-link.active {
  font-weight: 500;
  background-color: #f2f2f2;
}
.media-modal .content-section.drop-files-sec {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  border: 1px dashed #0da487;
  border-radius: calc(9px + (25 - 9) * ((100vw - 320px) / (1920 - 320)));
  margin: calc(13px + (25 - 13) * ((100vw - 320px) / (1920 - 320))) 5px;
}
.media-modal .content-section {
  padding: calc(15px + (35 - 15) * ((100vw - 320px) / (1920 - 320))) 0;
  min-height: 45vh;
}
.media-modal .content-section.drop-files-sec h2 {
  font-size: calc(17px + (25 - 17) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
}
.media-modal .content-section.drop-files-sec h2 span {
  display: block;
  margin-top: calc(4px + (14 - 4) * ((100vw - 320px) / (1920 - 320)));
  font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 400;
  opacity: 0.55;
}
.media-modal .content-section.drop-files-sec h2 a {
  display: block;
  margin-top: calc(4px + (14 - 4) * ((100vw - 320px) / (1920 - 320)));
  font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
  color: #0da487;
}
.media-modal .content-section.drop-files-sec svg,
.media-modal .content-section.drop-files-sec i {
  font-size: calc(31px + (45 - 31) * ((100vw - 320px) / (1920 - 320)));
}
.media-modal .modal-footer {
  justify-content: space-between;
  display: flex;
}
.media-modal .modal-footer .left-part {
  display: flex;
  align-items: center;
  text-align: left;
}
.media-modal .modal-footer .left-part .file-detail h6 {
  margin-bottom: 6px;
}
.media-modal .select-top-panel {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #0da487,#ef3f3e,#9e65c2,#6670bd,#a927f9,#f4f4f4,#2c323f,#747dc6;
  display: flex;
  gap: calc(9px + (25 - 9) * ((100vw - 320px) / (1920 - 320)));
  justify-content: space-between;
}
.media-modal .modal-body .tab-content .tab-pane .select-top-panel .form-select {
  padding-top: calc(5px + (6 - 5) * ((100vw - 320px) / (1920 - 320)));
  padding-bottom: calc(5px + (6 - 5) * ((100vw - 320px) / (1920 - 320)));
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  padding-left: calc(9px + (12 - 9) * ((100vw - 320px) / (1920 - 320)));
  width: 25%;
  outline: none;
  box-shadow: none;
}
.media-modal .select-top-panel > div {
  width: 50%;
}
.media-modal .modal-body .tab-content .tab-pane .select-top-panel > div .form-control {
  padding: calc(5px + (6 - 5) * ((100vw - 320px) / (1920 - 320))) calc(9px + (12 - 9) * ((100vw - 320px) / (1920 - 320)));
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  width: 100%;
}

/* Translation */

.theme-table thead tr th .check-box-contain,
.theme-table tbody tr td .check-box-contain {
  display: flex;
  align-items: center;
}
.theme-table thead tr th .check-box-contain .user-checkbox,
.theme-table thead tr td .check-box-contain .user-checkbox {
  margin-bottom: -5px;
  padding: 0;
  margin-right: 10px;
  min-height: auto;
}
.theme-table tbody tr th .check-box-contain .user-checkbox, 
.theme-table tbody tr td .check-box-contain .user-checkbox {
  margin-bottom: 0;
  padding: 0;
  margin-right: 10px;
  margin-top: 3px;
}
.checkbox_animated {
  cursor: pointer;
  position: relative;
  margin: 0 8px 0 0;
}
.product-list table.trans-table thead tr th { 
  min-width: 80px;
}
.product-list table.coupon-list-table thead tr td.theme-color { 
  color: #0da487;
}
.coupon-list-table tbody tr td.menu-status span.success {
  background-color: rgba(16,185,129,0.1);
  color: #10b981;
}
.coupon-list-table tbody tr td.menu-status span.danger {
  background-color: rgba(255,87,36,0.1);
  color: #ff5724;
}
.coupon-list-table tbody tr td.menu-status span {
  border-radius: 4px;
  font-size: 12px;
  padding: 3px 10px;
  font-weight: 600;
}

/* review */
.rating {
  display: block;
}
.rating li {
  display: inline-block;
}
.rating li svg.theme-color {
  color: #ffa202 !important;
}
.rating li svg {
  color: #c3c3c3 !important;
}
.td-check svg,
.td-check i {
  font-size: 20px !important;
  color: #10b981 !important;
}
.td-cross svg,
.td-cross i {
  font-size: 20px !important;
  color: #e22454 !important;
}
.product-list table.review-table thead tr th:first-child {
  min-width: 70px;
}
.ticket-table tbody tr td.status-danger span {
  background-color: rgba(13,164,135,0.15);
  color:#0da487;
  padding: 5px 10px;
  text-transform: capitalize;
  display: inline-block;
  border-radius: 5px;
  font-size: 12px;
}
.ticket-table tbody tr td.status-close span {
  background-color: rgba(47,135,51,0.15);
  color: #2f8733;
  padding: 5px 10px;
  text-transform: capitalize;
  display: inline-block;
  border-radius: 5px;
  font-size: 12px;
}

/* Profile settings */

.profile-settings,
.create-coupon  {
  width: 100% !important;
}
.save-details-box .save-details {
  border: 1px solid #f9f9f6;
  padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
  background-color: #f9f9f6;
  position: relative;
}
.save-details-box .save-details .save-name {
  position: relative;
  margin-bottom: 20px;
}
.save-details-box .save-details .save-position {
  position: absolute;
  top: 20px;
  background:#0da487;
  right: 20px;
  color: #fff;
  padding: 8px 15px;
  border-radius: 4px;
}
.save-details-box .save-details .save-position h6 {
  margin: 0;
}
.save-details-box .save-details .save-address p {
  line-height: 1.4;
  letter-spacing: 1px;
  margin: 0 0 3px;
}
.save-details-box .save-details .mobile p.mobile {
  margin-top: 0;
  padding-bottom: 6px;
  margin-bottom: 0;
}
.save-details-box .save-details .button-wrap {
  display: flex;
  align-items: center;
  margin:10px -5px 0 0
}
.save-details-box .save-details .save-address .social-icons li {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.save-details-box .save-details .save-address .social-icons li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #5eae53;
  color: #fff;
  font-size: 18px;
  display: block;
  text-align: center;
}
.save-details-box .save-details .button-wrap a {
  width: 100%;
  margin: 5px;
  background-color: #fff;
  color: #212529;
  font-size: 12px;
  padding: 8px 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: relative;
  border: none;
}
.create-coupon .nav-pills {
  margin-bottom: 0 !important;
}
.add-product.create-coupon form select  {
  width: 100%;
  outline: none;
  border-color: #efefef;
  background-color: #f9f9f6;
  border-radius: .25rem;
  box-shadow: none;
  font-weight: 400;
  line-height: 1.5;
  border: none;
  padding: 13px 10px;
}
table.list-table tbody tr td .theme-color {
  color: #0da487;
}
table.list-table tbody tr td, 
table.list-table thead tr th {
  text-align: left;
}
table.list-table tbody tr td a span {
  color: #4a5568;
}
table.list-table td a span:last-child {
  margin-top: 3px;
}  

/* Logout popup */

.modal .modal-body h5 {
  font-weight: 700;
  font-size: calc(17px + (25 - 17) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.modal .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.modal .modal-body .button-box {
  display: flex;
  align-items: center;
  justify-content: end;
}
.modal .modal-body .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(7px + (10 - 7) * ((100vw - 320px) / (1920 - 320))) calc(14px + (32 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  border: none;
  font-size: 14px;
  z-index: 0;
  white-space: nowrap;
}
.modal .modal-body .btn--no {
  margin-left: auto;
  margin-right: 15px;
  color: #fff !important;
  background-color: #6c757d !important;
}
.modal .modal-body .btn-primary {
  background-color: #0da487 !important;
  border-color: #0da487 !important;
}
.btn-outer {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}
.save-btn,
.cancel-btn {
  background-color: #0da487;
  border: #0da487 solid 1px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(7px + (10 - 7) * ((100vw - 320px) / (1920 - 320))) calc(14px + (32 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  font-size: 14px;
  z-index: 0;
  white-space: nowrap;
  border-radius: 5px;
}
.save-btn:hover {
  color: #0da487;
  background-color: transparent;
}
.cancel-btn {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  margin-right: 15px;
}
.cancel-btn:hover {
  color: #6c757d !important;
  background-color: transparent !important;
}

/* delete popup */
.theme-modal .modal-dialog .modal-content {
  border: none;
}
.theme-modal .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 600;
  font-size: 20px;
  width: 95%;
  margin-top: -4px;
}
.remove-coupon .modal-dialog .modal-content .modal-header {
  border-bottom: none;
  padding: calc(8px + (16 - 8) * ((100vw - 320px) / (1920 - 320))) calc(17px + (16 - 17) * ((100vw - 320px) / (1920 - 320)));
  justify-content: center;
  padding-bottom: 0;
}
.theme-modal .modal-dialog .modal-content .modal-header .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: #0da487;
  opacity: 1;
  background-image: none;
  border-radius: 4px;
  font-size: calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
  color: #fff;
  margin: 0;
  padding: 8px;
  z-index: 1;
}
.remove-coupon .modal-dialog .modal-content .modal-body {
  padding-bottom: 0;
}
.remove-coupon .modal-dialog .modal-content .modal-body .remove-box p {
  text-align: center;
  line-height: 1.6;
  margin: 0;
  color: #4a5568;
}
.theme-modal .modal-dialog .modal-content .modal-footer {
  border: none;
  padding: calc(8px + (16 - 8) * ((100vw - 320px) / (1920 - 320))) calc(17px + (16 - 17) * ((100vw - 320px) / (1920 - 320)));
  gap: 8px;
}
.theme-modal .modal-dialog .modal-content .modal-footer button {
  margin: 0;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  border-radius: 5px;
  transition: all 0.3s ease;
  position: relative;
  background:#0da487;
  border: none;
  z-index: 2;
  padding: calc(7px + (12 - 7) * ((100vw - 320px) / (1920 - 320))) calc(14px + (32 - 14) * ((100vw - 320px) / (1920 - 320))) !important;
  border: 1px solid #0da487;
}
.btn-animation::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 3px;
  background: #fff;
  transition: all 0.3s ease;
}
.btn-animation:hover::after {
  top: 0;
  height: 100%;
}
.theme-modal .modal-dialog .modal-content .modal-footer button:hover {
  color: #0da487;
}
.remove-coupon .modal-dialog .modal-content .modal-body .remove-box .checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 0 auto 10px;
  box-shadow: inset 0px 0px 0px #0da487;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
.remove-coupon .modal-dialog .modal-content .modal-body .remove-box .checkmark .checkmark__circle {
  stroke-dasharray:166;
  stroke-dashoffset:166;
  stroke-width:2;
  stroke-miterlimit:10;
  stroke:#0da487;
  fill:none;
  animation:stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}
.remove-coupon .modal-dialog .modal-content .modal-body .remove-box .checkmark .checkmark__check {
  transform-origin:50% 50%;
  stroke-dasharray:48;
  stroke-dashoffset:48;
  animation:stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards
}


@keyframes scale {
  0%,
  100% {
    -webkit-transform:none;
    transform:none
  }
  50% {
    -webkit-transform:scale3d(1.1, 1.1, 1);
    transform:scale3d(1.1, 1.1, 1)
  }
}
@keyframes stroke {
  100% {
    stroke-dashoffset:0
  }
}
@keyframes fill {
  100% {
    -webkit-box-shadow:inset 0px 0px 0px 30px #0da487;
    box-shadow:inset 0px 0px 0px 30px #0da487;
  }
}

/* Media query */
@media only screen and (max-width: 1300px) {
  .product-list thead tr th {
    min-width: 86px;
  }
  .product-list thead tr th,
  .product-list tbody tr td,
  .tracker-table tbody tr td h6 {
    font-size: 13px;
  }
  .order-details-table .table-details .table tbody tr td {
    min-width: 120px;
  }
}
@media only screen and (max-width: 1200px) {
  .page-body .card-wrap {
    width :100%;
  }
  .page-body .col-md-6.card-wrap:first-child, 
  .page-body .col-md-6.card-wrap:nth-child(2),
  .page-body .col-md-6.card-wrap:nth-child(3),
  .page-body .col-md-6.card-wrap:nth-child(4){    
    width :50%;
  }
  .add-product {
    width: 75%;
  }
  .add-product .form-label-title,
  .order-details-table .order-success .delivery-sec h3 {
    font-size: 15px;
  }
  .order-details-table .order-success .order-details li {
    font-size: 14px;
  }
  .order-details-table .order-success h4 {
    margin: 30px 0 0 0;
  }
  .order-details-table .table-details .table tbody tr td {
    min-width: 80px;
  }
  .order-details-table .table-details .table tbody tr td h5 {
    word-break: break-all;
  }
  .order-details-table .table-details .table tbody tr td:nth-child(1) a img {
    height: 65px;
    width: 80px;
  }
  .order-details-table .table-details .table tbody tr td:nth-child(1) {
    min-width: 90px;
  }
}
@media only screen and (max-width:1100px) {
.add-product {
  width:80%;
}
.add-attribute {
  width: 90%;
}
.add-product .form-label-title {
  font-size: 14px;
}
.progress-tracker li h5 {
  font-size: 13px;
}
.add-product .form-label-title {
  font-size: 13px;
}
}
@media only screen and (max-width:991px) {
.page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar {
  display: block;
}
.page-wrapper.compact-wrapper .page-header .header-wrapper .logo-wrapper {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover {
  transform: translate(-285px);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon {
  width: 74px;
  transform: translate(-285px);
}
html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper  div.sidebar-wrapper.close_icon {
  text-align: right;
  transform: translate(285px);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .logo-icon-wrapper {
  text-align: right;
  display: block;
  padding: 14px;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .logo-icon-wrapper {
  text-align: right;
  display: block;
  padding: 14px;
}
.page-wrapper.compact-wrapper .page-header .header-wrapper .header-logo-wrapper {
  display: flex;
}
.page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar {
  position: unset;
  margin-right: 15px;
  border-right: 1px solid #ddd;
  padding-right: 15px;
  display: flex !important;
  align-items: center;
}
.page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar > a {
  width: 94px;
  height: auto;
  margin-left: 8px;
  line-height: 1;
}
.page-wrapper.compact-wrapper .page-header {
  margin-left: 0 !important;
  width: calc(100% - 0px) !important;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper .back-btn {
  display: inline-block;
  position: relative;
  font-size: 20px;
  color: #fff;
  float: right;
  cursor: pointer;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper .toggle-sidebar {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper .page-body {
  margin: 105px 0 0 !important;
  padding: 25px 15px 40px;
}
.main-tiles.card {
  padding: 15px 25px;
}
.footer {
  width: 100%;
  right: 0;
}
.static-top-widget .media-body {
  padding-left: 10px;
}
}
@media only screen and (max-width:767px) {
  .page-wrapper .page-header .header-wrapper .search-full {
    display: none;
    position: absolute;
    left: 0;
    z-index: 1;
    height: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 23%;
    flex: 1 0 23%;
    transition: all 0.3s ease;
  }
  .header-search {
    display: inherit !important;
  }  
  .to-do-item .col-md-8 {
    width: 66%;
    padding-right: 0;
  }
  .to-do-item .col-md-4 {
    width: 34%;
    padding-right: 0;
  }
  .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar {
    border: none;
  }
  .add-product {
    width:100%;
  }
  .add-product .card {
    padding: 20px;
  }
  .add-product .form-label-title {
    font-size: 13px;
  }
  .title-header-block .card-order-section ul li {
    font-size: 14px;
    margin: 0 12px;
  }
  .title-header-block .card-order-section ul li:first-child {
    margin-left: 12px;
  }
  .title-header-block .card-order-section ul li::before {
    right: -12px;
  }
  .progress-tracker li::before {
    position: relative;
    top: 10px;
    float: left;
    left: -2px !important;
    line-height: 1;
    transform: translate(-50%, -50%) !important;
  }
  .progress-tracker li.progress-tracker-todo::before {
    position: absolute;
    top: 10px;
    left: -17px;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .progress-tracker li.progress-tracker-done {
    position: relative;
    text-align: left;
    margin-left: 30px;
    align-items: self-start;
    padding-bottom: calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320)));
    border-top: unset;
    border-left: 4px solid #0da487;
  }
  .progress-tracker li {
    margin: 0;
    margin-left: 0px;
    width: 50% !important;
  }
  .progress-tracker li.progress-tracker-todo {
    position: relative;
    text-align: left;
    margin-left: 30px;
    align-items: flex-start;
    padding-bottom: calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320)));
    padding-left: 30px;
    border-top: unset;
    border-left: 4px solid silver;
  }
  .progress-tracker {
    display: block;
    margin: 30px 0;
  }
  .progress-tracker li h5 {
    display: block;
    text-align: left;
    margin-top: 0;
  }
  .tracker-table tbody tr td,
  .tracker-table thead tr th {
    padding: 7px 10px;
    min-width: 120px;
  }
  .order-left-image .tracking-product-image {
    margin: 0 auto;
    margin-bottom: calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320)));
  }
  .order-left-image .order-image-contain {
    width: 100%;
    text-align: center;
  }
  .order-left-image {
    display: block;
  }
  .add-product .form-label-title {
    font-size: 12px;
  }
}
@media only screen and (max-width:600px) {
.page-body .col-md-6.card-wrap:first-child, 
.page-body .col-md-6.card-wrap:nth-child(2), 
.page-body .col-md-6.card-wrap:nth-child(3), 
.page-body .col-md-6.card-wrap:nth-child(4) {
  width: 100%;
}
.page-wrapper .page-header .header-wrapper {
  padding: 12px 15px !important;
}
.page-wrapper.compact-wrapper .page-body-wrapper .page-body {
  margin: 80px 0 0 !important;
  padding: 25px 0 40px;
}
.page-body .card-wrap {
  margin-bottom: 20px;
}
.product-list .dataTables_filter {
  float: none;
  text-align: left;
}
.product-list  .right-options ul li:last-child {
  margin-left: auto;
}
.product-list  .right-options {
  text-align: center;
}
.title-header {
  display: block;
}
.product-list .title-header.option-title {
  display: flex;
}
.product-list thead tr th, .product-list tbody tr td {
  font-size: 12px;
}
.product-list thead tr th,
.product-list thead tr td {
    font-size: 12px;
  }
  .add-product .card .card-header {
    margin-bottom: 20px;
  }
  .tracker-table tbody tr td, .tracker-table thead tr th {
    min-width: 85px;
  }
  .order-left-image .tracking-product-image {
    width: 40%;
  }
}
@media only screen and (max-width:500px) {
.user-table tbody tr td:nth-child(2) {
  min-width: 150px;
}
.header-wrapper .nav-right > ul {
  padding: 0;
  margin: 0;
}
.page-wrapper.compact-wrapper .page-body-wrapper .page-body {
  margin: 65px 0 0 !important;
  padding: 25px 0 40px;
  padding-bottom: 40px;
}
.product-list .title-header a {
  font-size: 14px;
}
.product-list .dataTables_filter input[type="search"] {
  height: 30px;
  width: 70%;
}
.product-list thead tr th {
  min-width: 71px;
  padding: 8px !important;
}
.product-list tbody tr td {
  padding: 8px !important;
}
.add-product .variation-table .form-control {
  padding: 8px 10px;
}
.add-product .card .mb-4.align-items-center {
  margin-bottom: 1rem !important;
}
.seo-view h5 {
  font-size: 18px;
}
.add-user .nav-pills .nav-item {
  margin-right: 15px;
}
.add-user .card .card-header-1 h5 {
  font-size: 18px;
}
.order-left-image .tracking-product-image {
  width: 50%;
}
.order-left-image .order-image-contain h4 {
  font-size: 16px;
}
.order-left-image .order-image-contain h5 {
  font-size: 14px;
}
}
@media only screen and (max-width:400px) {
  .header-wrapper .nav-right > ul > li {
    margin-right: 0;
    padding: 0 5px;
  }
  .header-wrapper .nav-right.right-header ul li svg,
  .header-wrapper .nav-right.right-header ul li i {
    font-size: 17px;
  } 
  .user-table tbody tr td:nth-child(2) {
    min-width: 80px;
  }
  .form-control {
    padding: 8px 12px;
  font-size: 14px;
  }
  .footer p {
    font-size: 12px;
  }
  .add-user .nav-pills .nav-item {
    margin-right: 12px;
  }
  .add-user .card .card-header-1 h5 {
    font-size: 16px;
  }
  .order-left-image .tracking-product-image {
    width: 60%;
  }
}