.navbar-nav .small {
    font-weight: 600;
    font-size: 90%;
}
.navbar-nav .active span {
    color: #740074 !important;
}
#wrapper #content-wrapper {
    min-height: 100vh;
}
.bg-login-image {
  background: url(../img/login-bg.png);
  background-position: center;
  background-size: cover;
}
.sidebar .nav-item .nav-link {
  padding: 0.8rem 1rem;
}
.login-section, .fw-section{
  height: 80vh;
  display: flex;
  align-items: center;
  width: 100%;
}
.login-box{
  margin: 62px 0;
}
form.user .form-control-user {
  border-radius: 8px;
  padding: 1.2rem 1rem;
}
.form-control:focus {
  border-color: #740074;
  box-shadow: none;
}
.btn-purple{
  border-color: #740074;
  background-color: #740074;
  color: #FFFFFF;
}
.btn-purple:hover{
  color: #FFFFFF;
}
form.user .btn-user {
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
}
form.user .btn-user:hover{
  color: #FFFFFF;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}
.login-form{
  width: 100%;
}
.bottom-link{
  display: flex;
  justify-content: space-between;
}
.bg-password-image {
  background: url(../img/forget-password.jpg);
  background-position: center;
  background-size: cover;
}

.bg-gradient-primary {
  background-color: #090E26;
  background-image: linear-gradient(180deg,#090E26 10%,#090E26 100%);
  background-size: cover;
}
.sidebar hr.sidebar-divider {
  margin: 0 1rem 0rem;
}
.sidebar #sidebarToggle {
  margin-top: 20px;
}
.btn-primary:hover, .btn-primary:focus {
  color: #fff;
  background-color: #740074;
  border-color: #740074;
}
.btn-primary {
  color: #fff;
  background-color: #740074;
  border-color: #740074;
}
.btn-primary:not(:disabled):not(.disabled):active  {
 color: #fff;
 background-color: #740074;
 border-color: #740074;
}
.switch input { 
  display:none;
}
.switch {
  display: inline-block;
  width: 48px;
  height: 22px;
  margin: 4px 8px;
  /* transform: translateY(50%); */
  position: relative;
}
/* Style Wired */
.slider {
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  border-radius:30px;
  box-shadow:0 0 0 2px #777, 0 0 4px #777;
  cursor:pointer;
  border:4px solid transparent;
  overflow:hidden;
  transition:.4s;
}
.slider:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #777;
  border-radius: 30px;
  transform: translateX(-26px);
  transition: .4s;
}

input:checked + .slider:before {
  transform:translateX(26px);
  background:#740074;
}
input:checked + .slider {
  box-shadow:0 0 0 2px #740074,0 0 2px #740074;
}
.actions-btns{
  display: flex;
  align-items: center;
}
/*.blog-list .actions {
  display: inline-block;
  }*/
  .actions a{
    font-size: 13px;
    font-weight: 600;
    color: #740074;
    text-decoration: underline;
    margin: 0 2px;
    line-height: 25px;
  }
  .ex-link a{
    font-size: 12px;
    font-weight: 600;
    color: #740074;
    text-decoration: underline;
    margin: 0 2px;
  }
/*.distrb-table .actions{
  display: inline-block;
  }*/
  .actions a i.action-btns{
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    background: #740074;
    padding: 6px 8px;
    border-radius: 4px;
  }
  .logoContainer{
   width: 130px;
   height: auto;
   padding: 0px 10px 0px 10px;
 }
 .logoContainer img{
  max-width:100%;
}
.fileContainer{
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  width: 500px;
  height: 46px;
  overflow:hidden;
  position:relative;
  line-height: 46px;
  cursor: pointer !important;
  border-radius: 8px;
  font-size: .8rem;
  padding-left: 15px;
}
.fileContainer span{
  overflow:hidden;
  display:block;
  white-space:nowrap;
  text-overflow:ellipsis;
  cursor: pointer;
}
.fileContainer input[type="file"]{
  opacity:0;
  margin: 0;
  padding: 0;
  width:100%;
  height:100%;
  left: 0;
  top: 0;
  position: absolute;
  cursor: pointer;
}
.image-upload{
  display: flex;
  justify-content: space-between;
}
textarea.form-control {
  border-radius: 8px;
  font-size: .8rem;
}
select{
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 10px);
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  padding-left: 10px;
}

select:focus-visible {
  outline: none;
}
.can-toggle {
  position: relative;
}
.can-toggle *, .can-toggle *:before, .can-toggle *:after {
  box-sizing: border-box;
}
.can-toggle input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.can-toggle input[type=checkbox][disabled] ~ label {
  pointer-events: none;
}
.can-toggle input[type=checkbox][disabled] ~ label .can-toggle__switch {
  opacity: 0.4;
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:before {
  content: attr(data-unchecked);
  left: 0;
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  content: attr(data-checked);
}
.can-toggle label {
  user-select: none;
  position: relative;
  display: flex;
  align-items: center;
}
.can-toggle label .can-toggle__label-text {
  flex: 1;
  padding-left: 32px;
}
.can-toggle label .can-toggle__switch {
  position: relative;
}
.can-toggle label .can-toggle__switch:before {
  content: attr(data-checked);
  position: absolute;
  top: 0;
  text-transform: uppercase;
  text-align: center;
}
.can-toggle label .can-toggle__switch:after {
  content: attr(data-unchecked);
  position: absolute;
  z-index: 5;
  text-transform: uppercase;
  text-align: center;
  background: white;
  transform: translate3d(0, 0, 0);
}
.can-toggle input[type=checkbox][disabled] ~ label {
  color: rgba(234, 0, 48, 0.5);
}
.can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch, .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch {
  background-color: #E3CCE3;
}
.can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch:after {
  color: #b70026;
}
.can-toggle input[type=checkbox]:hover ~ label {
  color: #d1002b;
}
.can-toggle input[type=checkbox]:checked ~ label:hover {
  color: #55bc49;
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch {
  background-color: #E3CCE3;
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  color: #740074;
}
.can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch, .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch {
  background-color: #E3CCE3;
}
.can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
  color: #47a43d;
}
.can-toggle label .can-toggle__label-text {
  flex: 1;
}
.can-toggle label .can-toggle__switch {
  transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
  background: #E3CCE3;
}
.can-toggle label .can-toggle__switch:before {
  color: rgba(255, 255, 255, 0.5);
}
.can-toggle label .can-toggle__switch:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  color: #ea0030;
}
.can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  transform: translate3d(100px, 0, 0);
}
.can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle label {
  font-size: 14px;
}
.can-toggle label .can-toggle__switch {
  height: 36px;
  flex: 0 0 200px;
  border-radius: 4px;
}
.can-toggle label .can-toggle__switch:before {
  left: 90px;
  font-size: 12px;
  line-height: 36px;
  width: 115px;
  padding: 0 12px;
  color: #222;
}
.can-toggle label .can-toggle__switch:after {
  top: 2px;
  left: 2px;
  border-radius: 2px;
  width: 90px;
  line-height: 32px;
  font-size: 12px;
  color: #740074;
}
.can-toggle label .can-toggle__switch:hover:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type=checkbox]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  transform: translate3d(44px, 0, 0);
}
.can-toggle.can-toggle--size-small input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small label {
  font-size: 13px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch {
  height: 28px;
  flex: 0 0 90px;
  border-radius: 2px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:before {
  left: 45px;
  font-size: 10px;
  line-height: 28px;
  width: 45px;
  padding: 0 12px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:after {
  top: 1px;
  left: 1px;
  border-radius: 1px;
  width: 44px;
  line-height: 26px;
  font-size: 10px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:hover:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.bootstrap-tagsinput{
  width: 100%;
  height: 44px;
  border-radius: 8px!important;
  overflow-y: auto;
}
.bootstrap-tagsinput .tag {
  margin-right: 0px;
  border: 2px solid #fff;
}
.label-info{
  background-color: #740074;
}
.border-btn {
  border-color: #740074;
  background-color: transparent;
  color: #740074;
  border-width: 2px;
  padding: 6px 10px;
  text-transform: capitalize;
}
.border-btn:hover{
  color: #740074;
}
form.user .btn-user.border-btn:hover{
  color: #740074;
}
.page-title{
  color: #222;
  font-weight: 600;
  font-size: 20px;
}
.table-bordered td, .table-bordered th {
  font-size: 13px;
}
.table {
  color: #222;
}
.page-item.active .page-link {
  background-color: #090e26;
  border-color: #090e26;
}
div.dataTables_wrapper div.dataTables_length label {
  font-size: 14px;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-size: 14px;
}
div.dataTables_wrapper div.dataTables_info {
  font-size: 14px;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  font-size: 14px;
}
label {
  font-size: 14px;
  color: #222;
}
.badge-danger {
  background-color: #740074;
}
.topbar .dropdown-list .dropdown-header {
  background-color: #E3CCE3;
  border: 1px solid #E3CCE3;
  color: #222;
}
form.user .btn-user {
  padding: 0.4rem 1rem;
}
.scroll-to-top {
  background: rgb(116 0 116);
}
.scroll-to-top:hover {
  background: rgb(116 0 116);
}
.action-perm{
  list-style-type: none;
  display: inline-flex;
  margin-bottom: 0;
}
ul.action-perm{
  padding-left: 0;
}
ul.action-perm li {
  padding-right: 20px;
}
ul.action-perm li input{
  position: relative;
  top: 2px
}
ul.action-perm li:first-child label {
  color: green;
}
ul.action-perm li:nth-child(2) label {
  color: steelblue;
}
ul.action-perm li:last-child label {
  color: darkred;
}
.perm-table{
  margin-top: 30px;
}
.perm-table thead{
  background: #f5f5f5;
}
.sidebar.toggled .sidebar-brand .sidebar-brand-text {
 display: block; 
 margin-left: 0!important;
 margin-right: 0!important;
}
.sidebar.toggled .sidebar-brand .sidebar-brand-text img{
  width: 100%;
}
.sidebar.toggled .sidebar-brand {
  padding: 0;
}
.logo-w-toggle{
  display: flex;
  align-items: center;
}
.sidebar #sidebarToggle::after {
  font-weight: 600;
  content: '\f0c9';
  font-family: 'Font Awesome 5 Free';
  margin-right: 0.1rem;
  color: #fff;
}
.sidebar.toggled #sidebarToggle::after {
  content: '\f00d';
  font-family: 'Font Awesome 5 Free';
  margin-left: 0.25rem;
  color: #fff;
}
.sidebar-dark #sidebarToggle:hover {
  background-color: transparent;
}
.sidebar-dark #sidebarToggle {
  background-color: transparent;
}
.flip{
  position: absolute;
  left: 30px;
  cursor: pointer;
}
.red{
  color: #FF0000;
  font-weight: 700;
}

.green{
  color: #3cb043;
  font-weight: 700;
}
.perm-modal .modal-dialog {
  max-width: 800px;
}
.modal-title{
  font-size: 20px;
  color: #222;
  font-weight: 600;
}

.prod-count{
  color: #740074;
  font-weight: 700;
}
.prod-count:hover{
  text-decoration: none;
  color: #740074;
}
.cart-wishlist-table tbody tr td.date {
  padding: 25px 10px 25px 12px;
}
.order-modal .modal-lg{
  max-width: 900px;
}
.details{
  font-size: 14px;
}
.or-logo img{
  width: 110px;
}
.top-details-row{
 justify-content: space-between;
 align-items: end;
 padding: 40px 0px 8px 0px;
}
.or-id h5, .date h5{
  font-size: 18px;
  font-weight: 600;
  color: #222;
}
.order-modal .modal-body .close {
  position: absolute;
  right: 16px;
  top: 8px;
}
.order-modal .modal-body{
  padding:10px 30px 30px 30px;
}
.cart-wishlist-table thead tr th.details{
 font-size: 16px;
 padding: 8px 40px;
}
.cart-wishlist-table thead tr th.amt{
 padding: 8px 40px;
}
.cart-wishlist-table tbody tr td.details{
 padding: 8px 50px;
}
.cart-wishlist-table tbody tr td.amt{
 padding: 8px 50px;
 font-size: 14px;
}
.cart-wishlist-table tbody tr td.thumbnail {
  width: 80px;
  min-width: 80px;
  padding: 10px 0;
}
.product-modal .modal-dialog {
  max-width: 1000px;
}
.cart-wishlist-table tbody tr td.name .prd-name {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
  line-height: 20px;
}
.cart-wishlist-table tbody tr td.name .prd-name:hover{
  text-decoration: none;
}
.cart-wishlist-table tbody tr td.name .prod-info {
  font-size: 14px;
  margin-bottom: 0px;
}
.breadcrumb{
  background: transparent;
}
.breadcrumb .breadcrumb-item a{
  color: #740074;
  font-size: 14px;
}
.breadcrumb .breadcrumb-item{
  font-size: 14px;
  color: #222;
  font-weight: 500;
}
.cart-totals {
  float: none;
  width: auto;
  padding: 10px 30px 0px 30px;
  text-align: left;
  background-color: #fef5fb;
  border-radius: 4px;
}
.cart-totals .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  border-bottom: 1px solid #740074;
  padding-bottom: 10px;
}
.cart-totals table tbody tr th {
  font-size: 16px;
  font-weight: 600;
  padding: 8px 0px;
}
.cart-totals table tbody tr th p{
  font-size: 12px;
  font-weight: 400;
}
.cart-totals table tbody tr {
  font-weight: 500;
  color: #222;
  font-size: 14px;
}
.cart-totals table tbody tr.total td, .cart-totals table tbody tr.total th {
  font-size: 18px;
  font-weight: 600;
}
.cart-totals table tbody tr.shipping{
 border-bottom: 1px solid #740074; 
}
.cart-wishlist-table {
  border-bottom: 1px solid #EDEDED;
}
.cart-totals table {
  margin-bottom: 0px;
  width: 100%;
}
.cart-totals table tbody tr.subtotal td {
 font-size: 16px;
 font-weight: 600;
}
.cart-totals table tbody tr td {
  font-size: 16px;
  font-weight: 600;
}
.cart-totals table tbody tr td {
  padding: 15px 10px;
  text-align: right;
}
.cart-wishlist-table thead {
  background: #f0d2e482;
}
button:focus {
  outline: none;
  outline: none;
}
.ord-id{
  color: #740074;
  font-weight: 700;
}
.ord-id:hover{
  color: #740074;
  text-decoration: none;
}
.icon-right-spac{
  margin-right: 6px;
}
.orange{
  color: #FFA500;
  font-weight: 600;
}
.underline-link{
  color: #740074;
  text-decoration: underline;
  font-weight: 600;
}
.form-btns{
  margin-top: 40px;
}
[type='color'] {
 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
 padding: 0px;
 width: 15px;
 height: 15px;
 border: none;
 margin-right: 12px;
 margin-left: 8px;
}
[type='color']::-webkit-color-swatch-wrapper {
  padding: 0;
}

[type='color']::-webkit-color-swatch {
  border: none;
}
.color-picker {
  padding: 10px 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: transparent;
  display: flex;
}
.form-lables {
  font-size: 14px;
  color: #222;
  margin-bottom: 10px;
}
.color-lable{
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.custom-control-inline {
 margin-bottom: 10px;
 margin-right: 0.4rem;
 padding-left: 20px;
}
.add-option-box, .one-option-box{
  display: none;
}
.logoContainer.banner {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.content-snippet .nav-tabs {
  border-bottom: none;
  margin-bottom: 20px;
}
.content-snippet .nav-tabs .nav-item {
  margin-right: 10px;
}
.content-snippet .nav-tabs .nav-link {
  border: 1px solid #d1d3e2;
  border-radius: 8px;
  font-size: 16px;
  color: #6e707e;
  padding: 10px 25px;
}
.content-snippet .nav-tabs .nav-item.show .nav-link, .content-snippet .nav-tabs .nav-link.active {
  color: #222;
  background-color:#f3f4f7;
  border: 1px solid transparent;
}
.content-snippet{
  padding-top: 10px;
  padding-bottom: 10px;
}
.tab-content.puja-tabs{
  padding-top: 30px;
}
form.user .custom-checkbox.small label {
  font-size: 15px;
  color: #222;
  font-weight: 600;
}
.custom-checkbox{
  padding-top: 20px;
  padding-bottom: 20px;
}
.attr-values {
  color: #6e707e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: 8px;
  padding: 10px 10px;
  height: calc(1.5em + 0.75rem + 10px);
}
.attr-values .tags-value{
  background: #740074;
  color: #fff;
  padding: 2px 6px 2px 6px;
  border-radius: 4px;
  font-size: 14px;
}
.attr-values .tags-value .value-cancel{
  margin-left: 8px;
  cursor: pointer;
}
.att-name-checkboxes{
  display: flex;
}
.att-name-checkboxes .custom-checkbox{
  margin-right: 20px;
}
.checkbox-label{
  font-size: 15px;
  color: #222;
  font-weight: 600;
  /*padding-top: 20px;*/
  margin-bottom: 0;
}
form.user .att-name-checkboxes .custom-checkbox.small label {
  font-size: .8rem;
  font-weight: 400;
  color: #6e707e;
}
form.user .form-control-user.audio-input{
  width: 50%;
  padding: 10px 6px 5px 6px;
  height: 46px;
  margin-right: 20px;
}
form.user .form-control-user.video-input{
  width: 100%;
  padding: 10px 6px 5px 6px;
  height: 46px;
  margin-right: 20px;
}
.audio-field{
  display: flex;
  margin-bottom: 20px;
}
.audio-format{
  height: 46px;
}
.bootstrap-select.btn-group > .dropdown-toggle {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 13px)!important;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1;
  color: #6e707e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  padding: 15px 25px 10px 10px
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  margin-bottom: 0;
}
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: none;
  outline: 0!important;
}
.search-select .bootstrap-select .dropdown-toggle:focus {
  outline: 0!important;
  outline: thin dotted #ffffff !important;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
  color: #3a3b45;
  background-color: transparent;
  border: 1px solid #d1d3e2;
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
  box-shadow: none;
}
.coord-form{
  margin-bottom: 35px;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0px;
  content: "\f107";
  font-family: "FontAwesome";
  border:none;
  font-size: 14px;
  font-weight: 800;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0px;
  content: "\f106";
  font-family: "FontAwesome";
  border:none;
  font-size: 14px;
  font-weight: 800;
}
form.user .btn-user.table-del-btn{
  padding: 4px 12px;
  font-size: 14px;
}
.schedule-table{
  padding: 0 12px;
}
.shed-dates{
  background: #f5f5f5;
  padding: 2px 6px;
  border-radius: 4px;
  margin: 0px 2px 0px 2px;
  font-size: 12px;
  color: #000;
  line-height: 26px;
}
.shed-time{
  margin-left: 6px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #740074!important;
  background-color: #fff;
  border-bottom: 2px solid #740074;
  border-top:none;
  border-right: none;
  border-left: none;
}
.nav-tabs .nav-link {
  padding: 0;
  color: #222!important;
  margin-right: 30px;
  font-weight: 600;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 16px;
}
.nav-tabs {
  border-bottom: none;
  margin-bottom: 40px;
  margin-top: 10px;
}
.filter-option{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.filter-option label{
  font-weight: 600;
  margin-bottom: 0;
  font-size: 14px;
}
.filter-option select{
  height: 32px;
  background: #f5f5f5;
  margin-left: 6px;
  width: 160px;
  padding-left: 4px;
}
.filter-dropdown{
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.wd115{
  width: 115px;
}
.wd145 {
  width: 145px;
}
.audio-show{
  margin-top: 10px;
}
.audio-show audio{
  height: 40px;
}
.puja-date-filter{
  display: flex;
}
.filter-option input{
 height: 40px;
 background: #fff;
 margin-left: 10px;
 width: 160px;
 padding: 10px 6px 10px 6px!important;
}
.filter-head{
  font-size: 16px;
  color: #740074;
  font-weight: 700;
  text-decoration: underline;
}
.filter-head:hover{
 color: #740074;
}
.venue-filter {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.coord-filter{
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.expt-option{
  text-align: right;
  margin-bottom: 10px;
}
.filter-title{
  margin-bottom: 10px;
}
thead{
  background: #f5f5f5;
}
.form-inner-head{
  font-size: 16px;
  font-weight: 700;
  color: #222;
  margin-bottom: 0;
  padding-left: 10px;
  padding-top: 10px;
}
.form-group-mb30{
  margin-bottom: 30px;
}
.cal-remark{
  height: 42px!important;
  padding-top: 10px;
}

.btn-toggle {
  top: 50%;
  transform: translateY(-50%);
}

.btn-toggle {
  margin: 0 4rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background: #bdc1c8;
}
.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
  outline: none;
}
.btn-toggle:before,
.btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  /*text-transform: uppercase;*/
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle:before {
  content: 'Unpublish';
  left: -4rem;
}
.btn-toggle:after {
  content: 'Publish';
  right: -4rem;
  opacity: 0.5;
}
.btn-toggle > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.active {
  transition: background-color 0.25s;
}
.btn-toggle.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}
.btn-toggle.active:before {
  opacity: 0.5;
}
.btn-toggle.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}
.btn-toggle.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  display: none;
}
.btn-toggle:before,
.btn-toggle:after {
  color: #222;
}
.btn-toggle.active {
  background-color: #740074;
}
.btn-toggle.btn-lg {
  margin: 0px 7rem;
  padding: 0;
  position: relative;
  border: none;
  height: 28px;
  width: 65px;
  border-radius: 2.5rem;
}
.btn-toggle.btn-lg:focus,
.btn-toggle.btn-lg.focus,
.btn-toggle.btn-lg:focus.active,
.btn-toggle.btn-lg.focus.active {
  outline: none;
}
.btn-toggle.btn-lg:before,
.btn-toggle.btn-lg:after {
  line-height: 2.5rem;
  width: 7rem;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  /* text-transform: uppercase; */
  letter-spacing: 2px;
  position: absolute;
  bottom: -5px;
  transition: opacity 0.25s;
}
.btn-toggle.btn-lg:before {
 content: 'Unpublish';
 left: -7rem;
}
.btn-toggle.btn-lg:after {
  content: 'Publish';
  right: -6.5rem;
  opacity: 0.5;
}
.btn-toggle.btn-lg > .handle {
  position: absolute;
  top: 7px;
  left: 6px;
  width: 15px;
  height: 15px;
  border-radius: 1.875rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.btn-lg.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-lg.active > .handle {
  left: 40px;
  transition: left 0.25s;
}
.btn-toggle.btn-lg.active:before {
  opacity: 0.5;
}
.btn-toggle.btn-lg.active:after {
  opacity: 1;
}
.btn-toggle.btn-lg.btn-sm:before,
.btn-toggle.btn-lg.btn-sm:after {
  line-height: 0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.6875rem;
  width: 3.875rem;
}
.btn-toggle.btn-lg.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-lg.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-lg.btn-xs:before,
.btn-toggle.btn-lg.btn-xs:after {
  display: none;
}
.pub-unpub-toggle{
  margin-top: 15px;
}

.spinner {
  display: inline-block;
  opacity: 0;
  max-width: 0;
  -webkit-transition: opacity 0.25s, max-width 0.45s;
  -moz-transition: opacity 0.25s, max-width 0.45s;
  -o-transition: opacity 0.25s, max-width 0.45s;
  transition: opacity 0.25s, max-width 0.45s;
  /* Duration fixed since we animate additional hidden width */
}

.has-spinner.active {
  cursor: progress;
}

.has-spinner.active .spinner {
  opacity: 1;
  max-width: 50px;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #740074;
  border-color: #740074;
}
.loader {
  width: 100%;
  height: 100%;
  background: #f1f1f1ba;
  position: absolute;
  z-index: 9;
}

.loader-wheel {
  animation: spin 1s infinite linear;
  border: 2px solid rgba(30, 30, 30, 0.5);
  border-left: 4px solid #e4e0e0;
  border-radius: 50%;
  height: 50px;
  margin-bottom: 10px;
  width: 50px;
  position: absolute;
  top: 10%;
  left: 48%;
}

.loader-text {
  color: #fff;
  font-family: arial, sans-serif;
}
.or-mang-filter ul{
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.or-mang-filter ul li{
  display: inline-block;
    width: 350px;
    margin: 0 8px;
}
.or-mang-filter ul li.btn{
width:150px
}
.or-mang-filter{
  z-index: 1;
  padding-bottom: 6px;
}
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  @keyframes load {
    0% {
      content: 'Loading';
    }
    33% {
      content: 'Loading.';
    }
    67% {
      content: 'Loading..';
    }
    100% {
      content: 'Loading...';
    }
  }
  .blog-btns{
    position: relative;
    z-index: 99;
  }
  video {
    border: 1px solid black;
    display: block;
  }
/*.upload__box {
  padding: 40px;
  }*/
  .upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  .upload__btn {
    display: inline-block;
    font-weight: 400;
    min-width: 100%;
    padding: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 10px;
    line-height: 35px;
    font-size: .8rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    color: #6e707e;

  }
  .upload__btn p{
   margin-bottom: 0
 }
/*.upload__btn:hover {
  background-color: unset;
  color: #4045ba;
  transition: all 0.3s ease;
  }*/
  .upload__btn-box {
    margin-bottom: 10px;
  }
  .upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .upload__img-box {
    width: 150px;
    padding: 0 10px;
    margin-bottom: 12px;
  }
  .upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
  }
  .upload__img-close:after {
    content: "✖";
    font-size: 14px;
    color: white;
  }

  .img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
  }
  .table-topbar{
    margin-bottom: 20px;
  }
  .report-search{
    margin-left: 0!important;
  }
  .report-search .input-group{
    width: 80%;
  }
  .report-search .form-control{
    font-size: 12px;
    height: calc(1.5em + 0.75rem + 12px);
  }
  .table-topbar .expt-option{
    margin-bottom: 0;
  }
  .vari-addition{
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .add-variant-section{
    padding: 20px;
    margin-bottom: 20px;
  }
  .var-head{
    padding-left: 2px;
  }
  .variable-date-time-section{
    background: #f7f7f7;
    padding: 20px;
    margin-bottom: 20px;
  }
  .variant-modal .modal-dialog {
    max-width: 1000px;
  }
  .modal-btn{
    justify-content: center;
  }
  .modal-btn .btn{
    padding: 9px 20px;
  }
  .ui-sortable-placeholder { 
    border: 1px dashed black!important; 
    visibility: visible !important;
    background: #eeeeee78 !important;
  }
  .ui-sortable-placeholder * { visibility: hidden; }
  .RearangeBox.dragElemThumbnail{opacity:0.6;}
  .RearangeBox {
    width: 140px;
    height:140px;
    padding:10px 5px;
    cursor: all-scroll;
    float: left;
    border: 1px solid #9E9E9E;
    font-family: sans-serif;
    display: inline-block;            
    margin: 5px!important;
    text-align: center;
    color: #222;
  }
  .IMGthumbnail{
    max-width: 100px;
    height: 100px;
    margin:auto;
    padding:2px;
    border:none;
  }

  .IMGthumbnail img{
   max-width:100%;
   max-height:100%;
 }

 .imgThumbContainer{
   margin:4px;
   border: solid;
   display: inline-block;
   justify-content: center;
   position: relative;
   border: 1px solid rgba(0,0,0,0.14);
   -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
   box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
 }
 .imgThumbContainer > .imgName{
   text-align:center;
   padding: 2px 6px;
   margin-top:0px;
   font-size:13px;
   height: 20px;
   overflow: hidden;
 }
 .imgThumbContainer > .imgRemoveBtn{
   position: absolute;
   color: #740074;
   right: 2px;
   top: 2px;
   cursor: pointer;
   display: block;
 }
 .imgThumbContainer > .imgaltbtn{
   position: absolute;
   color: #090e26;
   right: 2px;
   top: 22px;
   font-size: 14px;
   font-weight: 600;
   cursor: pointer;
 }
 /*.RearangeBox:hover > .imgRemoveBtn{ 
    display: block;
    }*/
    form.user .form-control-user.multiple-upload {
     border-radius: 8px;
     padding: 0.7rem 0.5rem;
     height: calc(1.5em + 0.75rem + 16px);
   }
   .altTagModal .user{
    padding: 12px 20px 0 20px;
  }
  .modal-head{
    font-size: 18px;
    font-weight: 600;
    color: #222;
    padding-left: 20px;
    padding-top: 10px;
  }
  .complted-tick{
    background: #740074;
    border-radius: 4px;
    padding: 0px 5px; 
  }
  .complted-tick i{
   font-size: 8px;
   color: #fff;
 }
 .exc-label{
  font-size: 16px;
  font-weight: 600;
  margin-right: 20px;
}
.uploadModal .user{
  padding-top: 40px;
}
.variable-wd{
  width: 140px;
}

.variable-wd2{
  width: 200px;
}
.variable-wd3{
  width: 100px;
}
.variable-wd4{
  width: 120px!important;
}
.variable-wd5{
  width: 110px;
}
.variable-wd6{
  width:70px;
}
.variable-wd7{
  width:160px;
}
.order-action-btns{
  display: flex;
  /* height: 64px;*/
  /* width: 100px;*/
}
.order-dates{
  width: 240px;
}
.client-info{
  width: 100px;
}
.tick-vth-mail{
  display: flex;
  align-items: center;
}
.tick-vth-mail .complted-tick{
  margin: 0 3px;
  line-height: 18px;
  height: 18px;
}
.actions a.complted-tick
{
  height: 18px;
  line-height: 18px;
}
.datepicker-dropdown {
  left: 12px!important;
}
.group-grid h4{
 color: #740074;
 font-size: 20px;
 font-weight: 600;
 margin-bottom: 15px;
 background: #f0d2e482;
 padding: 10px;
 border-radius: 4px;
}
.group-details h5{
  color: #222;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 10px 5px 10px;
  margin-bottom: 0;
}
.group-details h6{
  padding-left: 10px;
  font-size: 14px;
}
.image-sticky-icons{
  position: absolute;
  top: 10px;
  right: 20px;
}
.image-sticky-icons a i.edit{
  color: #090e26;
}
.image-sticky-icons a i.delete{
  color: #740074;
}
.group-grid{
  margin-bottom: 40px;
  position: relative;
}
.dropdown {
  position: relative;
  margin-bottom: 20px;
}
.dropdown .dropdown-list {
  padding: 25px 20px;
  background: #fff;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  max-height: 223px;
  overflow-y: auto;
  background: #fff;
  display: none;
  z-index: 10;
}
.dropdown .checkbox {
  opacity: 0;
  transition: opacity 0.2s;
}
.dropdown .dropdown-label {
  display: block;
  height: 44px;
  font-weight: 400;
  font-size: .8rem!important;
  line-height: 20px;
  background: #fff;
  border: 1px solid #d1d3e2;
  border-radius: 8px;
  padding: 10px 40px 0 20px;
  cursor: pointer;
  position: relative;
  overflow: auto;
}
.dropdown .dropdown-label:before {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.25s;
  transform-origin: center center;
  font-size: 16px;
}
.dropdown.open .dropdown-list {
  display: block;
}
.dropdown.open .checkbox {
  transition: 2s opacity 2s;
  opacity: 1;
}
.dropdown.open .dropdown-label:before {
  transform: translateY(-50%) rotate(-180deg);
}

.checkbox {
  margin-bottom: 10px;
}
.checkbox:last-child {
  margin-bottom: 0;
}
.checkbox .checkbox-custom {
  display: none;
}
.checkbox .checkbox-custom-label {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox .checkbox-custom + .checkbox-custom-label:before {
  content: "";
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  margin-top: -2px;
}
.checkbox .checkbox-custom:checked + .checkbox-custom-label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 5px;
  height: 8px;
  padding: 2px;
  transform: rotate(40deg);
  text-align: center;
  border: solid #000;
  border-width: 0 2px 2px 0;
}
.checkbox .checkbox-custom-label {
  line-height: 16px;
  font-weight: 400;
  font-size: .8rem!important;
  margin-right: 0;
  margin-left: 0;
}
.mar-tp35{
  margin-top: 35px;
}
.group-details img{
  width: 100%;
}
.group-details{
  margin-bottom: 20px;
}
.image-preview{
  padding-top:14px;
  margin:auto
}
.error {
  font-size: 12px;
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {

  font-size: .8rem;
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  border: 1px solid #d1d3e2;
  border-radius: 0;
  padding: 6px 12px;
  height: 34px
}

.select2-container--default .select2-selection--multiple {
 border: 1px solid #d1d3e2!important;
 border-radius: 8px!important;
}
.select2-container .select2-search--inline .select2-search__field {
  font-size: 13px!important;
  margin-top: 12px!important;
  padding: 0 10px!important;
}
.select2-container .select2-selection--multiple {
  min-height: 45px!important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 8px
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 44px;
  border-radius: 8px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #d1d3e2;
  outline: 0;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 10px
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  margin-top: -3px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 0 !important;
  padding: 6px 12px;
  height: 40px !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 6px !important;
  right: 1px;
  width: 20px
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.25s;
  transform-origin: center center;
  font-size: 16px;
}
.select2-results__option {
  font-size: 14px;
}
.select2-container--default .select2-search--inline .select2-search__field {
  width: 100%!important;
}
.btn-primary.btn-user {
  padding: 6px 18px;
}
.variant-form{
  padding:20px;
}
.top-spac-30{
  margin-top: 30px;
}
.add-value{
  display: none;
}
.variation-table{
  display: none;
  margin-top: 30px;
}
.ind-product{
  background: #f5f5f5;
  padding: 40px;
  margin-bottom: 40px;
}
.variation{
  background: #f5f5f5;
  padding: 40px; 
}
.seo-popup-form{
  padding: 20px;
}
.input-group-append {
  margin-left: 0;
}
.multiselect.dropdown-toggle.btn.btn-default{
  border: 1px solid #d1d3e2!important;
  border-radius: 8px!important;
  width: 100%;
  text-align: left;
  font-size: 13px;
  padding: 11px 10px;
}
.btn-group{
  width: 100%;
}
.dropdown-toggle::after {
  font-weight: 600;
  position: absolute;
  right: 0px;
}
.multiselect-container.dropdown-menu.show{
  width: 100%;
  padding: 10px 0;
}
.multiselect-container>li>a>label {
  padding: 4px 20px 4px 10px!important;
  font-size: 12px;
}
.light-lable{
  background: #090e2647;
  padding: 2px 20px;
  border-radius: 4px;
  color: #222;
  font-weight: 700;
}
.dark-label{
  background: #ebabc8;
  padding: 2px 20px;
  border-radius: 4px;
  color: #740074;
  font-weight: 700;
}
.green-label{
  background: #4ed056;
  padding: 2px 20px;
  border-radius: 4px;
  color: #007200;
  font-weight: 700;
}
.content-snippet.order-tabs .nav-tabs .nav-item {
  margin-right: 40px;
}
.content-snippet.order-tabs .nav-tabs .nav-link {
  padding: 10px 18px;
  margin-right: 0px;
}
.content-snippet.order-tabs .nav-tabs .nav-item.last-item {
  margin-right: 0px;
}
.content-snippet.order-tabs .nav-tabs {
  margin-bottom: 30px;
}

.filter-dropdown.mb-20{
  margin-bottom: 20px;
}
.order-top-bar{
  background: #f0d2e482;
  border-top: 1px solid #e3e6f0;
  border-bottom: 1px solid #e3e6f0;
  padding: 10px 10px 0 10px;
  margin-bottom: 10px;
}
.order-top-heading h4{
  color: #222;
  font-size: 16px;
  font-weight: 600;
}
.order-top-heading h6{
  font-size: 14px;
}
.order-top-heading h6 a{
  color: #740074;
  text-decoration: underline;
}
.schd-top-spac{
  margin-top: 30px;
}
.card.order-card .card-header {
  padding: 8px 4px 4px;
  /*padding: 24px 20px 0 20px;*/
  background-color: transparent;
  border-bottom: none;
}
/*.card.order-card .card-title {
  margin-bottom: 0.75rem;
}*/
.card.order-card .card-title{
 margin-bottom: 0;
}
.card.order-card .card-title h2 {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  margin-bottom: 0;

}
.card.order-card .card-body{
  /*padding-top: 6px;*/
  /*padding-bottom: 10px;*/
  padding:4px 10px;

}
.card.order-card.height1{
  height: 360px;
}
.main-user-head{
  font-size: 14px!important;
  font-weight: 600;
  color: #222;
}
.main-amt-head{
  font-size: 18px!important;
  font-weight: 700;
  color: #222;
}
.sub-user-head{
  font-size: 14px;
}
.card.order-card.height2 {
  height: 490px;
}
.order-address{
  font-size: 14px;
  font-weight: 500;
  color: #555;
  margin-bottom: 0;
}
.order-address span{
  font-weight: 600;
  color: #000;
}
.external-image{
  right: 0;
  opacity: 0.1;
  top: 0px;
}
.external-image img{
  width: 175px;
}
.hor-sep hr {
  margin-top: 1rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 2px solid #740074;
}
.middle-filter{
  margin-left: 30px;
  margin-right: 70px!important;
}

.order-filter .coord-filter {
  margin-right: 20px;
}
.pl0{
  padding-left: 0;
}
.pr0{
  padding-right: 0;
}
.order-details-left-spac1{
  padding-left: 25px;
}
.order-details-left-spac2{
  padding-left: 50px;
}
select.status-drop {
  height: calc(1.5em + 0.75rem + 0px);
  background-color: #f5f5f5;
  margin-left: 10px;
  padding-left: 6px;
  width: 60%;
}
.or-status-dropdwn form{
  display: flex;
  align-items: center;
}
.or-status-dropdwn form label{
  margin-bottom: 0;
}
.or-status-dropdwn{
  margin-bottom: 10px;
}
.table.add-more-table td, .table.add-more-table th {
  vertical-align: middle;
}
#add-value-row1{
  display: none;
}
#add-value-row2{
  display: none;
}
.prod-in-wd{
  width: 200px;
}
.exter-link{
  color: #740074;
  text-decoration: underline;
  font-weight: 600;
}
.exter-link:hover{
 color: #740074;
}
.action-big-btn{
  margin-top: 6px;
}
.action-big-btn .btn{
  color: #fff;
  text-decoration: none;
  padding: 5px 10px 2px;
}
.form-control {
  font-size: .8rem;
}
select.paymnt {
  height: calc(1.5em + 0.75rem + 5px);
}
select.paymnt-method
{
  width: 100px;
  padding-left: 6px;
}
.date-inp-wd{
  width: 100px;
}
.add-addrs-btn{
  margin-bottom: 15px;
}
.sumary-footer{
  display: flex;
  justify-content: space-between;
}
.external-link{
  color: #740074;
  text-decoration: underline;
}
.external-link:hover{
  color: #740074;
}
.re-points h4, .instr-content h4{
  font-size: 16px;
  font-weight: 700;
  color: #222;
}
.re-points h6{
  color: #222;
  font-weight: 600;
}
.sep-br{
  border-right: 2px solid #e3e6f0;
}
.order-card table tr td.tp-br-none{
  border: none;
}
.order-card table tr td{
  padding: 0.2rem;
  border-top: none;
}
.order-instrc{
  color: #6e707e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #f5f5f5;
  font-size: .8rem;
  border-radius: 8px;
  font-size: .9rem;
  padding: 10px;
  background-color: #f5f5f5;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}

.customer-details-btn{
  text-align: center;
  padding-top: 35px;
}
.radio-selection{
  display: flex;
}
.mr-4{
  margin-right: 40px;
}
.or-status{
  width: 100%;
  height: calc(1.5em + 0.75rem + 10px);
  font-size: .8rem;
  font-weight: 400;
  line-height: 40px;
  line-height: 1.5;
  color: #6e707e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  padding-left: 10px;
  padding: 11px 10px;
  cursor: pointer;
}
form.user .att-name-checkboxes .custom-checkbox.small label.addre-checkbox{
  font-size: 16px;
  font-weight: 700;
  color: #222;
  cursor: pointer;
}
.pb0{
  padding-bottom: 0;
}
.bold-label{
  font-size: 15px;
  font-weight: 600;
}
.bootstrap-select>.dropdown-toggle {
  width: 100%;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 15px);
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  padding-left: 10px;
}
.refund-modal .modal-dialog {
  max-width: 750px;
}
.extern-sep-link{
  padding-top: 10px;
}
.extern-sep-link a{
  line-height: 20px;
}
.refund-details-modal  .modal-dialog {
  max-width: 630px;
}
.filter-datepicker{
  display: flex;
  margin-bottom: 0;
  align-items: center;
}

.table-datepicker .form-group{
  margin-bottom: 0;
}
.qty-wd{
  width: 60px;
}
.points-wd{
  width: 100%;
  text-align: right;
}
.orderCancelModal .modal-dialog {
  max-width: 650px;
}
select.contry-code {
  height: calc(1.5em + 0.75rem + 12px);
}
.disc-wd{
  width: 60px;
}
.status-btn{
  cursor: pointer;
  height: calc(1.5em + 0.75rem + 0px);
  background-color: #f5f5f5;
  margin-left: 10px;
  text-align: center;
  width: 60%;
  display: block;
  font-size: .8rem;
  font-weight: 400;
  line-height: 28px;
  color: #6e707e;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
}
textarea.form-control.instruction-text{
  font-size: 14px;
  color: #222;
}
.topbar .dropdown {
  margin-bottom: 0;
}
.order-head h4{
  color: #222;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}
.product-details{
  display: flex;
  width: 200px;
}
.product-img{
  margin-right: 15px;
}
.product-info span{
  font-weight: 700;
}
.number{
  display: flex;
}
.minus, .plus{
  width:30px;
  height:30px;
  background:#f2f2f2;
  border-radius:4px;
  padding:8px 5px 8px 5px;
  border:1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  line-height: 14px;
}
.number input{
  height:30px;
  width: 50px;
  text-align: center;
  font-size: 26px;
  border:1px solid #ddd;
  border-radius:4px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 0 4px;
}
.copy-table-btn{
  padding-bottom: 40px;
}

.view-options{
  position: absolute;
  top: 26px;
  right: 15px;
}
.view-options a{
 color: #aaa;
 font-size: 20px;
}
.view-options a.active {
  color: #740074;
}
.media-view-options a.table-view{
  margin-right: 10px;
}
.media-view-options a{
  color: #aaa;
  font-size: 20px;
}
.media-view-options a.active{
 color: #740074; 
}
.media-view-options{
  text-align: end;
  margin-bottom: 20px;
}
.view-options a.table-view{
  margin-right: 10px;
}
.table-view-details{
  display: none;
}
.exprt-btn{
  text-align: right;
  margin-bottom: 20px;
}
.list-view-details .order-filter{
  margin-bottom: 0;
}
.cust-details-btn{
  background: #740074;
  color: #fff;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 4px;
}
.cust-details-btn:hover{
  color: #fff;
}
.TL-wrapper {
  padding: 14px;
  border: 2px solid #ccc;
  margin-bottom: 14px;
}
.timeline-horizontal {
  display: flex;
  padding:25px 0 40px 0;
  margin-left: 40px;
}
.event {
  flex: 1 0 120px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.event .dot {
  display: flex;
  width: 35px;
  height: 35px;
  border: 1px solid #ccc;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.event:not(:last-child):after {
  content: "";
  border: 1px solid #ccc;
  position: absolute;
  width: calc(100% - 34px);
  top: 16px;
  left: 35px;
}

.event .stage-name {
  max-width: max(0px, calc((100% - 120px)*999));
  overflow: hidden;
  color: #740074;
  font-weight: 600;
  padding-top: 10px;
  line-height: 20px;
  margin-left: -15px;
}
.contained-in-width {
  width: 400px;
}
.event > div {
  width: 100%;
  display: flex;
}
.event.completed .dot {
  border-color: #740074;
}
.event.completed:not(:last-child):after {
  border-color:#ccc;
}
.event.current .dot {
  border-color: #740074;
  background-color: #740074;
}
.event.current .stage-name {
  max-width: none;
  overflow: initial;
}
.attr-values.filter-values{
  border:none;
}
.attr-values.filter-values .tags-value {
  background: #740074;
  color: #fff;
  padding: 6px 10px 6px 10px;
  border-radius: 4px;
  font-size: 14px;
  margin-right: 10px;
}
.inprocess-orstatus select {
  width: 160px;
  height: calc(1.5em + 0.75rem + 6px);
}
.or-status-dropdwn.inprocess-orstatus form label {
  margin-right: 10px;
}
.add-product-modal .modal-dialog {
  max-width: 950px;
}
.view-options.onhold-options {
  top: 10px;
}

.om-3 .view-options {
  position: absolute;
  top: -18px;
  right: 15px;
}
.om-3 .card.order-card.height1 {
  height: 360px;
}
.product-info a {
  color: #740074;
}
.par-order-summ .nav-tabs .nav-item {
  margin-right: 40px;
}
.par-order-summ .nav-tabs .nav-link.active {
  color: #222;
  background-color: #f3f4f7;
  border: 1px solid transparent;
}
.par-order-summ .nav-tabs .nav-link {
  padding: 10px 18px;
  margin-right: 0px;
}
.par-order-summ .nav-tabs .nav-link {
  border: 1px solid #d1d3e2;
  border-radius: 8px;
  font-size: 16px;
}

.par-od .card.order-card.height1 {
  height: 360px;
}
.var-details{
  background: #f3f4f7;
  color: #740074;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.var-details h5{
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}
.variation-action .actions-btns a{
  color: #740074;
  font-size: 18px;
  margin: 0 4px;
}
h4.box-head{
  background: #f5f5f5;
  color: #000;
  margin: 0 auto;
  width: 150px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding: 6px 10px 6px 10px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.general-form{
  padding: 0 10px 20px 10px;
}
.disc-form{
  padding: 0px 10px 30px 10px;
}
.pt0{
  padding-top: 0;
}
.shpng-form{
  padding: 0 10px;
}
.mb0{
  margin-bottom: 0;
}
.edit-box-display{
  display: none;
}
.variation-edit-delete{
  display: none;
}
.variation-edit-delete{
  padding-top: 20px;
}
.inventory-form{
  padding-bottom: 30px;
}
.edit-box-display2{
  display: none;
}
.media-grid{
  margin-bottom: 15px;
}

.actions-btns a.mr10{
  margin-right: 10px;
}
.media-grid h4{
  color: #222;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
}
.load-btn{
  text-align: center;
  padding-top: 20px;
}
.tooltip {
  margin-top: -9%;
  margin-left: -50px;
  background: #740074;
  color: #fff;
  display: block;
  margin-bottom: 6px;
  opacity: 0;
  padding: 10px;
  pointer-events: none;
  width: 180px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}
.tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}
/* CSS Triangles - see Trevor's post */
.tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #740074 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
.content-snippet .nav-tabs .nav-link:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.paymnt-details:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}
.paymnt-details .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: none;
  border-bottom: solid #740074 10px;
  top: -9px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
.paymnt-details  .tooltip {
  margin-left: 0;
  width: 232px;
  left: -10px;
  padding: 4px 4px;
  font-size: 13px;
}
/* IE can just show/hide with no transition */
.tooltip {
  display: none;
}
.content-snippet .nav-tabs .nav-link:hover .tooltip {
  display: block;
}
.tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}
/* CSS Triangles - see Trevor's post */
.tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #740074 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
.content-snippet .nav-tabs .nav-link:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.paymnt-details:hover .tooltip{
 opacity: 1;
 pointer-events: auto;
 -webkit-transform: translateY(30px);
 -moz-transform: translateY(30px);
 -ms-transform: translateY(30px);
 -o-transform: translateY(30px);
 transform: translateY(30px);
}
/* IE can just show/hide with no transition */
.tooltip {
  display: none;
}

.content-snippet .nav-tabs .nav-link:hover .tooltip {
  display: block;
} 
.paymnt-details:hover .tooltip{
  display: block;
}

/*image path on hover*/
.tooltip1 {
  margin-top: 0;
  margin-left: -0;
  position: absolute;
  top: -85px;
  left: -85px;
  background: #740074;
  color: #fff;
  display: block;
  margin-bottom: 6px;
  opacity: 0;
  padding: 10px;
  pointer-events: none;
  width: 280px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  cursor: pointer;
}
.tooltip1:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}
/* CSS Triangles - see Trevor's post */
.tooltip1:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #740074 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
.image-path-on-hover:hover .tooltip1 {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.tooltip1 {
  display: none;
}
.image-path-on-hover:hover .tooltip1 {
  display: block;
}
.tooltip1:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}
/* CSS Triangles - see Trevor's post */
.tooltip1:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #740074 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
.image-path-on-hover:hover .tooltip1 {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.tooltip1 {
  display: none;
}

.image-path-on-hover:hover .tooltip1 {
  display: block;
} 
.image-path{
  position: relative;
}
.bulk-upload-btn{
  text-align: end;
  padding: 10px 10px 0px 10px;
}
.import-export-tabs{
  display: flex;
  padding: 25px 0;
}
.import-export-tabs a{
  border: 1px solid #d1d3e2;
  border-radius: 8px;
  font-size: 16px;
  color: #6e707e;
  padding: 10px 25px;
  font-size:16px;
  font-weight:600;

}
.import-export-tabs a.active{
  background-color: #f3f4f7;
  border: 1px solid transparent;
  color: #740074
}
.mr15{
  margin-right: 15px;
}
.mrt-tp-spac{
  margin-top: 35px;
}

.upload-details{
  padding-bottom: 40px;
}
/*.download-excel-btn{
  margin-top: 30px;
  }*/
  .order-filter.mb0{
    margin-bottom: 0;
  }
  .custom-pagination {
    display: inline-block;
    margin-top: 20px;
  }

  .custom-pagination a {
    color: black;
    float: left;
    padding: 6px 14px;
    text-decoration: none;
  }
  .custom-pagination a.active{
    background: #740074;
    color: #fff;
  }
  .pr-0{
    padding-right: 0;
  }
  .viewgrid {
    position: absolute;
    right: 20px;
    top:5px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #740074;
    padding: 2px 6px;
    border-radius: 4px;
  }
  .viewgrid:hover{
    color: #fff; 
  }
  .image-choose-box{
    border-radius: 8px;
    padding: 1.3rem 1rem;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    font-size: 12px;
    font-weight: 400;
    line-height: 3px;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    cursor: pointer;
  }
  .add-images-modal .modal-dialog{
    max-width: 700px;
  }
  .top-spac-adj{
    margin-top: 32px;
  }
  .selected-images ul {
    list-style-type: none;
    padding-left: 0;

  }

  .selected-images ul li {
    display: inline-block;
    width: 225px;
  }

  .selected-images input[type="checkbox"]{
    display: none;
  }

  .selected-images label {
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    position: relative;
    margin: 2px;
    cursor: pointer;
  }

  .selected-images label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid #740074;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
    z-index: 9;
  }

  .selected-images label img {
   height: 200px;
   width: 100%;
   transition-duration: 0.2s;
   transform-origin: 50% 50%;
 }

 .selected-images :checked + label {
  border-color: #ddd;
}

.selected-images :checked + label:before {
  content: "✓";
  background-color: #740074;
  transform: scale(1);
}

.selected-images :checked + label img {
  transform: scale(0.9);
  /* box-shadow: 0 0 5px #333; */
  z-index: -1;
}
.add-images-modal .modal-body{
  padding: 20px;
}
.selected-images{
  padding-top: 20px;
}
.images-preview ul {
  list-style-type: none;
  padding-left: 0;
}
.images-preview ul li {
  display: inline-block;
  position: relative;
  width: 225px;
  margin: 14px 14px;
}
.images-preview ul li img {
  height: 200px;
  width: 100%;
}
.s3-image-upload{
  width: 76%;
}
.remove-image{
  position: absolute;
  right: 12px;
  top: 12px;
  color: #fff;
  background: #740074;
  border-radius: 4px;
  font-size: 12px!important;
  padding: 3px 4px;
  cursor: pointer;
}
.selected-images{
  max-height: 450px;
  overflow-y: auto;
}
.style-2::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.style-2::-webkit-scrollbar
{
  width: 6px;
  background-color: #F5F5F5;
}

.style-2::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #E3CCE3;
}
.img-add-btn {
  margin-top: 30px;
}
.tabl-pad{
  padding: 0 20px;
}
.sub-group-head h5{
  color: #222;
  font-weight: 600;
  font-size: 17px;
  padding: 10px 0 10px 0;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item.active, .sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
  background-color: #E3CCE3;
  color: #740074;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover, .sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
 background-color: #E3CCE3;
 color: #740074;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item, .sidebar .nav-item .collapsing .collapse-inner .collapse-item {
  margin: 2px 0.5rem;
}
.bootstrap-select>.dropdown-toggle:focus-visible {
  outline: none;
}
.ad-prd-mt{
  margin-top: 34px;
}
.added-prod-table{
  display: none;
}
.variant-list .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.variant-list .tag {
 margin-right: 2px;
 color: white;
 padding: 0px 2px;
 border-radius: 2px;
 font-size: 12px;
}
.variant-list .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.variant-list{
  padding: 6px 6px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: 8px;
  height: 50px;
  overflow-y: auto;
}
.form-top-bar{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.form-top-bar h5{
  color: #222;
  font-weight: 600;
  font-size: 18px;
  margin: 0 15px;
}
.dsc-colmn {
  width: 100px;
  display: flex;
  align-items: center;
}
.disc-type {
  margin-left: 10px;
  height: 30px;
  padding-left: 0;
}
.disc-type.ml0{
  margin-left: 0;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: 0!important;
}
.bootstrap-select .dropdown-toggle .filter-option:focus-visible {
  outline: none;
} 
.content-snippet.order-tabs.big-tab .nav-tabs .nav-item {
  margin-right: 35px;
  width: 170px;
  text-align: center;
  margin-bottom: 15px;
}
.ptb0{
  padding-top: 0;
  padding-bottom: 0;
}
.filter-option form.user .att-name-checkboxes .custom-checkbox.small label {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 14px;
  color: #222;
}
.form-group .bootstrap-select{
  margin-bottom: 15px!important;
}
.or-status-badge{
 background: #f0d2e482;
 padding: 6px 8px;
 border-radius: 6px;
 line-height: 18px;
 cursor: pointer;
 font-weight: 600;
 border: 1px solid #740074;
 width: 145px;
}
.team-multiselect form{
  width: 100px;
}
.or-status-badge.in-pro-status{
  width: 110px;
}
.or-status-badge.ready-ship-status{
  width: 90px;
}
.coord-filter .select2-container .select2-selection--multiple {
  min-height: 35px!important;
}
.filter-option .mutliselect-dropdown input {
  height: 18px;
  margin-left: 0;
}
.mutliselect-dropdown .select2-container {
  width: 270px!important;
}
.mutliselect-dropdown label{
  margin-right: 10px;
}
.top-head{
  color: #222;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 15px;
}
.mt-40{
  margin-top: 40px;
}
.mt-30{
  margin-top: 30px;
}
.or-qunty-disc{
  width: 100px;
}
.team-table-field{
  width: 250px;
}
.table-addr{
  width: 200px;
}
.list-view-details{
  padding-top: 40px;
}
.modal-sub-head{
  font-size: 16px;
  color: #222;
  font-weight: 600;
  padding: 10px 0;
}
.text-none{
  text-decoration: none;
}
.text-none:hover{
  text-decoration: none;
  color: #740074;
}
.btn-light:hover{
  text-decoration: none;
  color: #222;
  /* background: #090e2647;*/
}
.content-snippet.order-tabs.inventory-tab .nav-tabs .nav-item {
  width: 185px;
  text-align: center;
}
.tabs-invd-btn{
  text-align: end;
}
.mr6{
  margin: 0 6px!important;
}
.logo-color{
  color: #740074;
  font-weight: 600;
}
.logo-color:hover{
  color: #740074;
}
.top-spac-admnt{
  margin-top: 40px;
}
.content-custom-box{
  font-size: 14px;
  color: #222;
  border-radius: 8px;
  border: 1px solid #d1d3e2;
  padding: 0.25rem 0.5rem;
}
.fw6{
  font-weight: 600;
}
.or-id-colmn{
  display: flex;
}
.un-line{
  text-decoration: underline;
}
.table-top-pad{
  padding-top: 30px;
}
.table-dropdown{
  width: 100px;
}
.table-qunty{
  width: 40px;
}
.table-disc{
  width: 60px;
}
.add-images-modal.big-modal .modal-dialog {
  max-width: 1000px;
}
.tabs-title{
 font-size: 18px;
 color: #222;
 font-weight: 600;
 margin-bottom: 20px; 
}
.selected-img-lable{
 display: block;
 display: -webkit-box;
 margin: 10px auto;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
 font-size: 14px;
 line-height: 20px;
 font-weight: 600;
}
.zone-success-content h4{
  font-size: 18px;
  color: #222;
  font-weight: 600;
  text-align: center;
  padding: 20px 0;
}
.zone-success-content a{
  margin-bottom: 10px;
}
.zone-success-content{
  text-align: center;
}
.all-order-table .variable-wd7 {
  width: 140px;
}

.paymnt-details{
  width: 210px;
  position: relative;
}
.filter-option.all-order-filter select {
  height: 40px;
  background: #fff;
  margin-left: 10px;
  width: 280px;
}
.filter-option.all-order-filter  input {
  width: 210px;
}

.variable-wd7 {
  width: 130px;
}
.saddr-details{
  font-size: 14px;
  color: #222;
  margin-bottom: 4px;
}
.saddr-box{
  box-shadow: 2px 2px 10px #00000029;
  padding: 15px 15px 15px 15px;
  border-radius: 10px;
}
.add-addr {
 height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 10px;
}
.add-addr a {
  font-size: 18px;
  font-weight: 600;
  color: #740074;
}
.add-addr a:hover{
  text-decoration: none;
}
.add-addr a i {
  margin-right: 10px;
}
.address-modal-form .form-control {
  height: calc(1.5em + 0.75rem + 12px);
}
.saddr-details span {
  font-weight: 700;
  color: #000;
}
.radio-buttons 
{
  width: 100%;
  margin: 0 auto;
}

.custom-radio input 
{
  display: none;
}

.radio-btn 
{
  margin: 10px;
  width: 318px;
  height: 256px;
  border: 3px solid transparent;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  /*text-align: center;*/
  /* box-shadow: 0 0 20px #c3c3c367;*/
  cursor: pointer;
}

.radio-btn > i {
  color: #ffffff;
  background-color: #740074;
  font-size: 12px;
  position: absolute;
  width: 25px;
  line-height: 16px;
  height: 25px;
  top: -15px;
  left: 50%;
  transform: translateX(-50%) scale(2);
  border-radius: 50px;
  padding: 6px;
  transition: 0.5s;
  pointer-events: none;
  opacity: 0;
}

.radio-btn .hobbies-icon 
{
  width: 150px;
  height: 150px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.radio-btn .hobbies-icon img
{
  display:block;
  width:100%;
  margin-bottom:20px;
  
}
.radio-btn .hobbies-icon i 
{
  color: #FFDAE9;
  line-height: 80px;
  font-size: 60px;
}

.radio-btn .hobbies-icon h3 
{
  color: #555;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing:1px;
}

.custom-radio input:checked + .radio-btn 
{
  border: 2px solid #740074;
}

.custom-radio input:checked + .radio-btn > i 
{
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.add-adr-box{
  margin-top: 14px;
}

@media only screen and (device-width: 1280px) and (device-height: 720px) {
  .mutliselect-dropdown .select2-container {
    width: 220px!important;
  }
}
.actn-btn{
  width: 100px;
}
.or-filter{
 width: 200px;
 height: 35px;
 margin-right: 20px;
 background: #f5f5f5;
}
.ex-btn{
  line-height: 18px;
  height: 32px;
}
.mb-4{
  margin-bottom: 40px;
}
.add-new{
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #6e707e;
  cursor:pointer
}
.or-mang-filter .filter-option.all-order-filter input {
  width: 230px;
}
.or-mang-filter .filter-dropdown{
  margin-right: 0;
}

.mr-0{
  margin-right: 0!important;
}
.prd-details-rest-content p{
 font-size: 14px;
 font-weight: 600;
 color: #222;
 margin-bottom: 0;
 padding-bottom: 6px;
}
.note-details{
  font-weight: 800!important;
}
.addr-details{
  position: relative;
}
.copy-add{
  position: absolute;
  top: 0;
  right: 0px;
}
.copy-add a{
  padding: 2px 2px;
  line-height: 16px;
}
.all-order-table .drop-wd {
  width: 100px;
  height: calc(1.5em + 0.75rem + 2px);
}
.addr-edit-icon{
 font-size: 12px;
 padding: 4px;
 line-height: 10px;
 z-index: 2;
}
.order-data-card{
  background: transparent;
  border: none;
}
.order-data-card .card-body{
  padding: 0;
}
.order-data h5{
  font-size: 16px;
  font-weight: 700;
  color: #222;
  margin-bottom: 0;
}
.order-data h6{
  font-size: 14px;
}
.order-divider {
    width: 0;
    border-right: 1px solid #e3e6f0;
    height: calc(4.375rem - 2rem);
}
.or-status-btn .border-btn, .or-status-btn .btn-primary.btn-user {
    padding: 4px 10px;
}
.return-Modal .modal-dialog {
    max-width: 700px;
}
.text-sm{
  font-size: 0.77rem;
}
.custom-card .card-body {
    padding: 1rem;
}
.custom-card img{
  width: 30px;
  filter: invert(94%) sepia(31%) saturate(539%) hue-rotate(210deg) brightness(91%) contrast(96%);
}
.stat-card .card-body {
    padding: 0.2rem 1rem;
}
.stat-card img{
  width: 36px;
}
.to-datepicker .datepicker-dropdown {
    left: 35%!important;
}
.date-input{
 width: 160px; 
}
.cust-ht{
  margin-top: 30px;
}
.cust-ht{
  height: 32px;
}
.custom-pad{
  padding: 8px;
}
.link-btn{
  font-size: 13px;
    font-weight: 600;
    color: #740074;
    text-decoration: underline;
}
.link-btn:hover{
  color: #740074;
}
.order-details-new{
  width: 120px;
}
.p-details{
  width: 180px;
  margin-left: 6px;
}
.st-filter{
  width: 200px;
    height: 35px;
    background: #f5f5f5;
}
.rem-text{
  width: 130px;
}
#sticky {
  padding: 0.5ex;
  width: 600px;
  background-color: #333;
  color: #fff;
  font-size: 2em;
  border-radius: 0.5ex;
}

#sticky.stick {
  position: fixed;
  top: 0;
  z-index: 10000;
  border-radius: 0 0 0.5em 0.5em;
}
.more-items{
  text-align: center;
  padding-top: 15px;
  position: relative;
  z-index: 9;
}
.admin-logo{
width: 150px;
}
.sidebar .nav-item.dropdown .dropdown-toggle::after, .topbar .nav-item.dropdown .dropdown-toggle::after {
    content: '\f107';
}
.dropdown-item {
    padding: 0.25rem 1rem;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #740074;
}
.dropdown-item {
    color: #858796;
}
.table-responsive>.table-bordered {
    border: 1px solid #e3e6f0;
}
 .card-body {
   padding: 4px 6px;
  }
  .or-mang-filter .filter-option.all-order-filter input {
   width: 200px;
  }
  .filter-option.all-order-filter select {
   width: 200px;
  }
  .table-btn{
   padding: 2px 6px;
   font-size: 12px;
   width: 100px;
  }
   .card {
    border: none;
   }
   .search-inp{
   width: 300px;
    margin-right: 10px;
    margin-bottom: 0;
   }
   @media only screen and (min-width: 1270px) and (max-width: 1290px) {
   .fileContainer {
    width: 450px;
   }
   .or-mang-filter ul li {
    width: 320px;
   }
   }
   /* Portrait */
@media only screen 
and (min-width: 768px) 
and (max-height: 1024px) 
and (orientation: portrait) 
and (-webkit-min-device-pixel-ratio: 1.5) {
.or-mang-filter ul li {
    width: 150px;
}
.add-addr {
    height: 80px;
}
.fileContainer {
    width: 250px;
}
.copy-add a {
    font-size: 12px;
}
}
/* landscape */
@media only screen 
and (min-width: 1024px) 
and (max-height: 768px) 
and (orientation: landscape) 
and (-webkit-min-device-pixel-ratio: 1.5) {
.or-mang-filter ul li {
    width: 235px;
}
.add-addr {
    height: 80px;
}
.fileContainer {
    width: 335px;
}
.copy-add a {
    font-size: 12px;
}
}
/* Portrait */
@media only screen 
and (min-width: 820px) 
and (max-height: 1180px) 
and (orientation: portrait) 
and (-webkit-min-device-pixel-ratio: 1.5) {
   .or-mang-filter ul li {
    width: 165px;
}
.add-addr {
    height: 80px;
}
.fileContainer {
    width: 250px;
}
.copy-add a {
    font-size: 12px;
}
}
@media only screen 
and (min-width: 1180px) 
and (max-height: 820px) 
and (orientation: landscape) 
and (-webkit-min-device-pixel-ratio: 1.5) {
.or-mang-filter ul li {
    width: 285px;
}
.add-addr {
    height: 80px;
}
.fileContainer {
    width: 400px;
}
.copy-add a {
    font-size: 12px;
}
}