body{
    font-size: 13px;
    background-image: url('/static/images/bg-colors.svg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 50px;
}
.table thead th{
    font-size: 13px;
}
.table td{
    font-size: 13px;
}
.main-panel{
    min-height: 100vh;
}
.small_image {
    width: 45px;
    height: 45px;
    border-radius: 23px;
}

.form-control {
    height: 44px;
    border: 1px solid #bcbcbc;
}
a:focus, input:focus {
  border-color: #bcbcbc;
  outline: none;
}

.text-warning {
  color: rgb(245 184 0) !important;
}

.text-success {
  color: rgb(11 157 14) !important;
}


.position-absolute {
    position: absolute !important;
}

.right--0 {
    right: 0;
}

.right--180 {
    right: 180px;
}

.top--5 {
    top: 5px
}
.btn-primary {
    background: #262156;
    border-color: inherit;
    color: #fff!important;
    border-radius: 5px;
    /* padding: 10px 15px!important; */
    font-weight: 600;
    text-decoration: none!important;
}
.btn-primary:hover, .btn-primary:focus {
    background: #fdda04;
    color: #000000!important;
}
.remove-appointment{position: absolute; top: 10px; right: 10px;}
.relative{position: relative;}
a.iconbg i {
    color: #000000;
}
a.btn-primary {text-decoration: none!important;}
.input-group .btn-primary {
    padding: 15px 15px!important;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 8px;
  color: #000;
 border: 1px solid #000000;
  border-radius: 50%;
  opacity: 1;
}
.btn-primary:focus {
    outline: none;
    box-shadow: none;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    margin-top: -29px;
    margin-bottom: 20px;
}
.btn-dark{color: #ffffff;}
.btn-danger {
    background: #dddddd;
    color: #000000;
    border-radius: 1px;
    border: none;
    /* padding: 10px 15px!important; */
    border-radius: 5px;
}
.btn-danger:hover{
    background: #000000;
    color: #ffffff;
}
input::file-selector-button {
  height: 43px;
}
.paginate_button {
  color: #000000;
  font-size: 12px;
  margin-right: 7px;
  padding: 2px 8px;
  text-decoration: none;
  border: 1px solid #ddd;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 5px;
  cursor: pointer;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin-top: -20px!important;
}
.table th{    background: #F5F6F7;
    color: #000;
}
.table th, .table td { 
    padding: 1rem 1rem;
}

.btn-danger:focus{
    outline: none;
    box-shadow: none;
}
.card .card-description {
    margin-bottom: 0.875rem;
    font-weight: 600;
    color: #000000;
    font-size: 15px;
}
.new_blogs{
    height: 44px;
    color: #fff !important;
    background-color: #1f3bb3;
}

/* left sidebar design */
.navbar .navbar-brand-wrapper{
    background: #fff;
    width: 245px;
    padding: 0px 0 0 3rem!important;
    height: 50px;
}

.sidebar .nav .nav-item .nav-link .menu-title {
    font-size: 13px;
    line-height: 1;
    color: #000;
    text-align: left;
}
.sidebar {
    background: #fff;
    width: 250px;
}
.sidebar .nav .nav-item.nav-category {
    color: #000;
    border-bottom: 1px solid rgb(114 114 114 / 34%);
    margin: 0 20px;
    font-size: 13px;
    font-weight: 700;
    padding: 15px 0px 5px 0px;
    text-transform: uppercase;
}

.sidebar .nav .nav-item .nav-link i.menu-icon {
    font-size: 15px;
    line-height: 1;
    margin-right: 1rem;
    color: #ffffff;
}
.sidebar .nav:not(.sub-menu) > .nav-item:hover > .nav-link, .sidebar .nav:not(.sub-menu) > .nav-item:hover[aria-expanded="true"] {
    background: #262156;
   
} 

.sidebar .nav-sm .nav-link:hover{
  background: transparent!important;
}

.sidebar .nav .nav-item:hover > .nav-link i, .sidebar .nav .nav-item:hover > .nav-link .menu-title, .sidebar .nav .nav-item:hover > .nav-link .menu-arrow {
    color: #ffffff;
}
.sidebar .nav.sub-menu .nav-item .nav-link.active {
  color: #262156;
  background: transparent;
}
.sidebar .nav .nav-item:hover > .nav-link .menu-title{
    color:#ffffff!important;
}

.sidebar .nav .nav-item:hover > .nav-link i.menu-icon:before {
    color:#888888;
}

.sidebar .nav.sub-menu .nav-item:hover > .nav-link i.menu-icon:before {
    color:#888888;
}

.sidebar .nav.sub-menu .nav-item .nav-link {
    color: #000;
    font-size: 12px;
    word-wrap: break-word;
    white-space: inherit;
}
.sidebar .nav.sub-menu {
    background: #ffffff;
    padding: 0.25rem 0 0 1.7rem;
    border-right: 2px solid #f8d902;
}

.sidebar ul.nav.nav-sm {
  padding-left: 1rem;
}




.sidebar .nav.sub-menu .sub-menu{

    border-right: 0px solid #d32437;
}
.sidebar .nav.sub-menu .nav-item .nav-link .menu-title:hover {
    color: #000; 
} 

.sidebar .sub-menu .nav-item:hover > .nav-link .menu-title {
    color: #888888!important;
}


.text-primary {
    --bs-text-opacity: 1;
    color: #262156 !important;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #262156;
    background-color: transparent;
}
.modal-lg, .modal-xl {
    max-width: 70%;
}
.modal .modal-dialog {
    margin-top: 5%;
}

/* button.file-upload-browse.btn.btn-primary {
    background: #ef530f;
    border: 1px solid #ef530f;
} */
.sidebar .nav .nav-item.active > .nav-link {
    background: #262156;
    font-weight: 500; 
}
.sidebar .nav .nav-item.active > .nav-link .menu-title {
    font-size: 13px;
    /* color: #fff; */
}
.sidebar .nav .nav-item.active > .nav-link i.menu-arrow::before {
    content: "\F142";
    color: white;
}
.sidebar .nav.sub-menu .nav-item .nav-link.active span {
    color: #262155
}

.sidebar .nav.sub-menu .nav-item .nav-link .menu-title {
  color: #000000;
}


.sidebar .nav.sub-menu .nav-item.active::before {
    background:#262156;
}

.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link[aria-expanded="true"] {
    border-radius: 0;
    background:#262156;
    /* color: #1F3BB3; */
}

.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link[aria-expanded="true"] span {
 color: #fff;
}
.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link[aria-expanded="true"] i {
    color: #fff;
   }
   .sidebar .nav .nav-item.active > .nav-link i, .sidebar .nav .nav-item.active > .nav-link .menu-title, .sidebar .nav .nav-item.active > .nav-link .menu-arrow {
    color: #000000;
}

.sidebar .nav .nav-item.active {
    border-radius: 0px;
}
.navbar .navbar-brand-wrapper .navbar-brand img {
    height: 47px;
}
.sidebar .nav.sub-menu .nav-item::before {
  content: "";
  width: 6px;
  height: 1.5px;
  background-color: #ffffff;
  position: absolute;
  left: 2px;
  top: 1.5px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  opacity: .5;
}

.sidebar .nav.nav-sm .nav-item::before {
  height: 5px;
  width: 5px;
  left: 0px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid;
  top: 0;
}

.sidebar .nav .nav-item .nav-link i.menu-arrow:before {
    font-size: 16px;
    color: #000000!important;

}

.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link[aria-expanded="true"] i.menu-arrow:before {
    color: #ffffff!important;
}

button.swal2-confirm.swal2-styled {
    background: #262156;
}
.sidebar .nav:not(.sub-menu) > .nav-item {
    border-bottom: 1px dashed #dddddd;
}

.footer {
    padding: 13px 2.45rem;
}
.card .card-title {
    color: #000;
    margin-bottom: 2.2rem;
    font-size: 20px;
    border-bottom: 1px solid #1a28732b;
    line-height: 40px;
    font-weight: 400;
}
.card .card-description {
    margin-bottom: 1.875rem;
    border-bottom: 1px solid #0000001f;
    line-height: 37px;
}
.card .card-body {
    padding: 1.5rem 1.5rem;
}

.sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link:hover .menu-title {
    background: #262156;
}
.sidebar-icon-only .sidebar .nav .nav-item.active .nav-link i.menu-icon {
    color: #ffffff;
}
.invalid-feedback {
    margin-top: 0.5rem;
    color: #ff0101;
}
.form-group label {
  margin-top: 15px;
  color: #383737;
  font-weight: 500;
  cursor: pointer;
  font-size: 12px;
}
.lable-padding {
    padding-left: 20px;
}
.bg-area {
    background: rgb(225 223 222 / 16%);
    border: 1px solid #0000001a;
   
}
.add-btns{
    margin-bottom: 20px;
}
.empty-container .placeholder {
    background: transparent;
}
.fs-8{
    font-size: 12px;
}
.expert-tab a {
    padding: 5px 10px;
    margin-right: 10px;
    background: #ffffff;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    border-radius: 10px;
}
.expert-tab .active{
    background: #d32437;
    color: #ffffff;
}
.new-textareas{
    border: 1px solid #dee2e6;
    font-weight: 400;
    font-size: 13px;
    border-radius: 4px;
    padding-left: 9px;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(201, 201, 201);
    opacity: 1; /* Firefox */
  }
  
.new-textareas::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(201, 201, 201);
    opacity: 1; /* Firefox */
    padding: 10px 15px 3px 13px;
  }

  span.text-dark {
    font-weight: 600;
    font-size: 15px;
}
.view{color: #1a2873; font-weight: 600;}

.customize_section {
    margin: 0 20px;
}

.table--datatable th {
    background: #F5F6F7;
    color: #000;
}
.bod-bot{border-bottom: 1px solid #dddddd; padding: 10px 0 10px 0; margin-bottom: 0px;}

.table th, .table td {
    white-space: normal;
    line-height: 1.5!important;

}

.custom-dropdown-cell {
    position: relative;
    cursor: pointer;
    padding: 6px;
  }

  .custom-dropdown-cell .dropdown-arrow {
    margin-left: 5px;
    font-size: 12px;
    color: #555;
  }

  .custom-dropdown-cell .dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    background-color: #fff;
    border: 1px solid #ddd;
    min-width: 180px;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    text-align: left;
  }

  .custom-dropdown-cell:hover .dropdown-content {
    display: block;
  }

  .custom-dropdown-cell .dropdown-content ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }

  .custom-dropdown-cell .dropdown-content li {
    padding: 5px 10px;
    border-bottom: 1px solid #eee;
  }

  .custom-dropdown-cell .dropdown-content li:last-child {
    border-bottom: none;
  }

  .count-text {
    font-weight: bold;
  }
.tab-content{
    border:0!important;
    padding:2rem 0!important;
}

.nav-tabs .nav-link {
    background: transparent!important;
    border:0!important;
    
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #212529;
    border-bottom: 2px solid #212529!important;
}

.select-dropdown-container .select2-container{
    width: 100%!important;
    min-height: 45px!important;
}

.select-dropdown-container .select2-container--default .select2-selection--multiple{
    height: 45px!important;
    background: #fff!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice
{
    background: #f1f1f1!important;
    color: #000000!important;
}
.select-dropdown-container .select2-container--default.select2-container--focus .select2-selection--multiple {
    height: 45px!important;
}

.rgt-padding{padding-right: 15px!important;}
.form-select{
    font-size: 13px!important;
}
.subheading{font-size: 18px!important; font-weight: 500!important;}

.criteria-section {
  padding: 25px;
  border: 1px solid #dddddd;
  border-radius: 10px;
  position: relative;
}

.max-value-container{
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}

#productDropdownContainer option {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 2!important;
  padding: 8px 10px;
  border-bottom: 1px dashed #dddddd;
  cursor: pointer;
}
#productDropdownContainer option:hover{
  background: #f9f1f1;
}
.question-section {
  padding: 20px;
  border: 1px solid #dddddd;
  border-radius: 10px;
  margin-bottom: 20px;
}

.sel-position{
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.btn-success:hover, .btn-success:focus {
  background: #262156;
  color: #ffffff;
}


/* media quiery */
@media (min-width: 1280px){
.delete-rows{
    width: 45px;
    padding: 5px 5px 4px 6px;
    height: 37px;
}
.add-rews{
    width: 45px;
    padding: 5px 5px 4px 6px;
    height: 37px;
}
}

@media (min-width: 992px){
.sidebar-icon-only .sidebar {
    background: #fff;
}
.sidebar-icon-only .navbar .navbar-brand-wrapper {
    background: #fff;
}
.sidebar-icon-only .navbar .navbar-brand-wrapper .navbar-toggler:not(.navbar-toggler-right) {
    transform: rotate(180deg);
    color: #d23c51;
}
.sidebar .nav .nav-item .nav-link i.menu-icon:before {
    color: #d23c51;
}

.sidebar .nav .nav-item.active > .nav-link 
i.menu-icon:before {
    /* color: #fff; */
}
.sidebar-icon-only .sidebar .nav .nav-item .nav-link[aria-expanded] .menu-title {
    border-bottom: 1px solid #edeaea42;
    background: #ffc024;
}
.sidebar-icon-only .sidebar .nav .nav-item.active .nav-link:before {
    background: transparent;
}
}

.tgl-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .tgl-switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .tgl-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .tgl-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .tgl-slider {
    background-color: #2196F3;
  }
  
  input:focus + .tgl-slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .tgl-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded tgl-sliders */
  .tgl-slider.round {
    border-radius: 34px;
  }
  
  .tgl-slider.round:before {
    border-radius: 50%;
  }
  .bg-row {
    background-color: #7c7b7f0d;
    padding: 15px 43px;
    margin: 10px 0px 20px;
}
  .bg-row .row{padding: 10px; margin-bottom: 5px; border-bottom: 1px solid #dddddd;}

textarea.form-control, textarea.asColorPicker-input, .select2-container--default textarea.select2-selection--single, .select2-container--default .select2-selection--single textarea.select2-search__field, textarea.typeahead, textarea.tt-query, textarea.tt-hint {
    min-height: 6rem;
}


.key_feature_outer .key_feature_box .add_row {
    display: none;
}

.key_feature_outer .key_feature_box:last-child .add_row {
    display: inline-block !important;
}

.key_feature_outer .key_feature_box:first-child .remove_row {
    display: inline-block !important;
}

.key_feature_outer .key_feature_box:only-of-type .remove_row {
    display: none !important;
}


.addressbox {
    border-bottom: 1px solid #dddddd;
    line-height: 29px;
    padding-bottom: 15px;
}
.headsec{padding: 10px 0 0; border-bottom: 1px solid #ddd;}
.card-inner {
    margin: 10px 0 20px 0;
    border: 1px solid #aeb4cf38;
    padding: 10px;
}
.key_feature_outer {
    margin: 10px 10px;
}
.key_feature_outer .key_feature_box{border-bottom: 1px solid #ededed; padding-bottom: 15px;}
.row.mainhead {
    font-weight: 600;
    background:#c1a46d;
    padding: 10px;
    margin: 0 5px;
}

.sidebar .nav .nav-item .nav-link {

    border-radius: 0px; color: #000000;

}

.table a {
    text-decoration: none;
    color: #000000;
}
.description{max-width: 250px!important;}

.hide-element {
    display: none;
}
.outer-mid {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffffb0;
    z-index: 99999999999;
    padding: 20% 100px;
    text-align: center;
    overflow-y: hidden;
    pointer-events: none;
    inset: 0;
    display: none;
    
  }
  
  .lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
  }
  .lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
  }
  .lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #1a2873;
  }
  .lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
  }
  .lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
  }
  .lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
  }
  .lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
  }
  .lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
  }
  .lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
  }
  .lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
  }
  .lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
  }
  .lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
  }
  .lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
  }
  .lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
  }
  .lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
  }
  @keyframes lds-spinner {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }


#cropimage{
	overflow: hidden;
	width:640px;
	height: 480px;
}

.cropper--outer-container {
    width: 692px;
}

label.tagselect {
    padding: 3px 10px;
    border: 1px solid #dddddd;
    margin: 0 5px 9px 0;
}

label.tagselect input{
    margin-right: 5px;
}

.cancel_order {
    float: right;
    margin-top: -25px;
    /* padding: 5px; */
    margin-left: 5px;
    border-radius: 1px;
    padding: 12px 15px!important;
    font-weight: 600;
    text-decoration: none!important;
}

.table-responsive {
    position: relative;
}

.address-proof-label {
    font-size: .8125rem;
}

#address_proof {
    border: 1px solid black;
    border-radius: 3px;
    margin-left: 0.5em;
    font-size: 0.9rem;
}

.seller-list-search {
    overflow-y: auto;
    max-height: 400px;
}
.seller-list-search .seller-name {

    margin: 0 0 0 5px;
}

.form-check-input { 
    margin-top: 1.25em;}

span.right {
    float: right;
    font-size: 15px;
}

.row.mainhead {
    font-weight: 600; 
    padding: 10px;
    margin: 0 5px; 

    background: #F5F6F7;
    color: #000;
}

.content-wrapper {
    background: transparent;
    padding: 0 3rem 1.5rem 3rem;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.card {
    border-radius: 10px;
}

.card .border-bottom-cust {
   
    border-bottom: 1px solid #1a28732b;
}

.iconbg {
    color: #409e73 !important;
    /* width: 50px; */
    display: inline-block;
    text-align: center;
    padding: 5px !important;
}

.trashbg {
    color: #d32437 !important;
    /* width: 50px; */
    display: inline-block;
    text-align: center;
    padding: 5px !important;
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 0 26px 35px 26px;
}

.paginate_button.previous,
.paginate_button.next  {
    background: #efefef;
}


/* .paginate_button.next {
    background: #d23c51;
    color: #fff;
    border: 1px solid #d23c51;
} */
 
.paginate_button.current {
  background: #ccbefa;
  color: #000000;
  border: 1px solid #ccbefa;
}

.disable-row{
    background: #f1f1f1;
    color: #000000;
    cursor: not-allowed;
}

select.form-control{
    color: #000000;
}
.w-custom{width: 340px;}
.custom-btn-add{position: absolute; bottom: 2px; right: 0;}
.custom-btn-delete{position: absolute; bottom: 0px; right: 45px; width: 20px;}
.addslot {
    background: #d32437;
    color: #ffffff;
    padding: 7px 10px;
    border: 1px solid #dddddd;
    font-size: 13px;
}
.addslot:hover{background: #ffffff; color: #d32437; border: 1px solid #d32437;}
.addslot i{font-size: 12px;}
.datebg{background: #ffe8bf; color: #000000; padding: 5px 10px; border-radius: 5px;}
.btn-link {
    color: #d32437;
}
.link-outer{
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.link-outer:hover{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}
.navbar {
  background: #ffffff;
}
.bg-white{
  background: #ffffff!important;
}
.nav-link-user{
  margin-right: 10px;
  color: #000000;
  font-size: 14px;
  text-decoration: none;
}


.menu-heading {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  position: relative;
  overflow: hidden;
  padding-top: 20px!important;
  padding-bottom: 20px!important;
  min-height: 100px;
  cursor: pointer;
}

.menu-heading:hover{
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #f4eaff!important;

}
.menu-heading:hover span{
    color: #380590;
}
.menu-heading:hover i{
    color: #380590;
}
.menu-heading:hover .box-img{
  opacity: 0.2;
    transform: rotate(15deg);
    transition: all 0.3s ease;
}

/* .menu-heading:hover img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7495%) hue-rotate(288deg) brightness(100%) contrast(100%);
  transition: all 0.3s ease;
} */

.box-img{
    position: absolute;
    bottom: -20px;
    left: -30px;
    z-index: 0;
    opacity: 0.5;
}

.link-inner{
    position: relative;
    z-index: 1;
}


.search-appointment{
    min-height: 600px;
}
.footer {
  background: transparent;
  width: 100%;
  margin-top: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.small-font{
    font-size: 12px;
    font-weight: 400;
    text-decoration: none!important;
}

.btn-outline-primary {
    border: 1px solid #081031;
    color: #081031!important;
}

.btn-outline-primary:hover {
  background: #f8d80a;
  color: #0e0e0e !important;
}
.bod-black{
    border: 1px solid #000000;
}
.min-height-card{
    min-height: 600px;
}
.label-l-padding{
    padding-left: 10px;
}
.border-radius-none{
    border-radius: 0px!important;
}
.edit-icon:hover{
    filter: brightness(0) saturate(100%) invert(26%) sepia(99%) saturate(1000%) hue-rotate(346deg) brightness(90%) contrast(90%);
}
.mr-4{
    margin-right: 10px!important;
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: #ffaf00;
    border-color: #ffaf00;
}
.min-width-label{
    min-width: 150px;
}
.mr-2{
    margin-right: 15px!important;
    justify-content: center;
    align-items: center;
}   

.mr-2 input{
    margin-right: 5px!important;
    margin-top: 5px!important;
}
.ml-2{
    margin-left: 5px!important;
}

.btn-success {
    background: #262156;
    color: #ffffff;
}
.mb-2{
    margin-bottom: 10px!important;
}

.product-card {
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    background: white;
  }
  .product-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transform: translateY(-2px);
  }
  .product-image {
    width: 90px;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 10px;
  }
  .product-name {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
    color: #000000;
    line-height: 1.4;
  }
  .product-price {
    font-size: 18px;
    font-weight: 500;
    color: #002043;
    margin-bottom: 5px;
  }
  .product-original-price {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
    margin-right: 8px;
  }
  .quantity-controls {
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .quantity-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    background: #f8f9fa;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  .quantity-btn:hover {
    background: #e9ecef;
  }
  .quantity-input {
    width: 35px;
    height: 30px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0 5px;
  }
  .add-to-cart-btn {
    width: auto;
    padding: 10px;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .add-to-cart-btn:hover {
    background: #0056b3;
    transform: translateY(-1px);
  }
  .add-to-cart-btn:disabled {
    background: #6c757d;
    cursor: not-allowed;
    transform: none;
  }
  .stock-status {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .in-stock {
    color: #28a745;
  }
  .out-of-stock {
    color: #dc3545;
  }
  .loading {
    /* text-align: center; */
    padding: 40px;
    color: #666;
  }
  .error-message {
    color: #dc3545;
    font-size: 14px;
    margin-top: 5px;
  }
  .success-message {
    color: #28a745;
    font-size: 14px;
    margin-top: 5px;
  }
  .product-attribute{
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 0px;
      /* padding: 5px 15px; */
      border-radius: 5px;
      font-size: 12px;
     
  }
  .product-attribute-value {
    padding: 4px 10px;
    border-radius: 10px;
    border: 1px solid #000000;
    font-size: 11px;
}
  .product-attribute-value.active{
  background-color: #F6F4F2;

}

.product-attribute-value {
    text-transform: capitalize;
    cursor: pointer;
}

.product-attribute-value.selected{
  background-color: rgb(38 33 85);
  color: #ffffff;
}


.sidebar .nav .nav-item .nav-link i.menu-arrow:before {
  font-size: 16px;
  color: #ececec !important;
}

.sidebar .nav .nav-item:hover > .nav-link .menu-arrow i {
  color: #000000;
  width: 25px;
}
.sidebar .nav {
  margin-bottom: 0px;
}
.btn.btn-sm{
    border-radius: 5px;
}

.btn-outline-secondary {
    border: 1px solid #a5a5a5;
    color: #030303;
}
.btn-outline-secondary:hover, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-cancel:hover {
    background: #212529;
    color: #ffffff;
}

.cart-item-product-name{
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    line-height: 1.4;
}
.cart-item-product-price{
    font-size: 13px;
    font-weight: 500;
    color: #000000;
}

.cart-item {
    align-items: flex-start!important;
}

.cart-sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    z-index: 9999;
    transition: right 0.3s ease-in-out;
    overflow-y: auto;
  }

  .cart-sidebar.open {
    right: 0;
  }

  .cart-sidebar-header {
    background: #007bff;
    color: white;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e9ecef;
  }

  .cart-sidebar-header h5 {
    margin: 0;
    font-size: 18px;
  }

  .cart-close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cart-sidebar-body {
    padding: 0px;
  }

  .cart-item {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
  }

  .cart-item:last-child {
    border-bottom: none;
  }

  .cart-item-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 15px;
  }

  .cart-item-details {
    flex: 1;
  }

  .cart-item-name {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .cart-item-price {
    color: #007bff;
    font-weight: 600;
    font-size: 14px;
  }

  .cart-item-quantity {
    display: flex;
    align-items: center;
    margin-top: 8px;
  }

  .cart-quantity-btn {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 4px;
  }

  .cart-quantity-input {
    width: 50px;
    text-align: center;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    margin: 0 10px;
    padding: 5px;
  }

  .cart-item-remove {
    background: #dc3545;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    margin-left: 10px;
  }

  .cart-summary {
    position: sticky;
    bottom: 0;
    background: #f8f9fa;
    padding: 20px;
    border-top: 1px solid #e9ecef;
  }

  .cart-total {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
  }

  .cart-actions {
    display: flex;
    gap: 10px;
  }

  .cart-action-btn {
    flex: 1;
    padding: 12px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .btn-view-cart {
    background: #6c757d;
    color: white;
  }

  .btn-checkout {
    background: #28a745;
    color: white;
  }

  .cart-empty {
    text-align: center;
    padding: 40px 20px;
    color: #6c757d;
  }

  .cart-empty i {
    font-size: 48px;
    margin-bottom: 15px;
    opacity: 0.5;
  }

  /* Overlay */
  .cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }

  .cart-overlay.open {
    opacity: 1;
    visibility: visible;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .cart-sidebar {
      width: 100%;
      right: -100%;
    }
  }

  /* Success animation */
  .cart-item-added {
    animation: cartItemAdded 0.5s ease;
  }

  @keyframes cartItemAdded {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
  }

.sticky-top{
  top: 100px!important;
  position: fixed!important;
}
.side-content{
  max-height: 380px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.top-right-header{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99999999999;
  /* background: #f7f5eb; */
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
  margin-right: 10px;
}
.relative{
  position: relative;
}

.navbar .navbar-menu-wrapper { 
  width: calc(100% - 250px); 
  height: 70px;
  background: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;

}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item .welcome-text{
  font-size: 18px;
}
.back-btn{
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
  margin-top: 10px;
  margin-left: 10px;
}
.form-check .form-check-input {
  margin-top: 20px;
}
.btn.iconbg i {
  color: #151515 !important;
  display: inline-block;
  text-align: center;
  padding: 5px 7px !important;
  border: 1px solid #efefef;
  border-radius: 7px;
  background: #f9a43147;
}
.dropdown-menu li label{
  display:flex;
  cursor: pointer;
}
.cursor-pointer{
  cursor: pointer;
}
.mdi-power{
  font-size: 18px;
  margin-left: 5px;
  margin-top: 2px;
}

#contact
{

    top: 70px;
    display: none;
    background: rgb(255, 255, 255);
    color: #FFF;
    padding: 10px;
    position: absolute;
    left: -270px;
    width: 270px;
    height: 100vh;
    border-radius: 0px 10px 10px 0px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    z-index: 1000;

}
.sidesection{
  z-index: 99999;
  overflow: hidden;
}
.sidesection::after {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;

}
.swal2-popup{
  padding: 20px!important;
}
.cart-summary-container{
  min-height: 300px;
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-bottom: 30px;
  padding-right: 30px;
}
.selsec option{
  min-height: 40px;
}
.mr-1{
  margin-right: 5px!important;
}
.mt-4{
  margin-top: 15px!important;
}
.addrole .table th, .addrole .table td {
  padding: 10px;
}

.select2-container{
  z-index: 9999;
}

.p-table th, .p-table td {
  padding: 5px!important;
}
.ml-4{
  margin-left: 15px;
}

.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #aaa;
  border-color: #b4b4b6;
}
.info-box{
  
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #f7f7f7;
  color: #000000;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #f4f4f4;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.text-color{
  color: #9a0202;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 2;

}

label.mt-2.mr-1.p-2.label-text {
  background: aliceblue;
  padding: 10px;
  display: inline-flex;
  border-radius: 5px;
  border: 1px solid #dddddd;
  cursor: pointer;
}
