body {
  font-family: 'Roboto', sans-serif;
}

.app-login-box {
  padding: 50px;
}

.login-logo {
  color: #000;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 20px;
}

.login-left-side h4 {
  font-weight: 500;
  font-size: 24px;
  padding-right: 20px;
  color: #000;
}

.form-control {
  /* padding: 1.375rem 0.75rem;*/
  /* border: none; */
  height: 35px;
  /* background: #f5f5f5; */
  font-size: 14px;
  color: #495057;
}

.form-control:focus {
  box-shadow: none;
  background-color: #f5f5f5;
}

.app-login-box .login-head {
  font-size: 30px;
  color: #000;
  font-weight: 500 !important;
}


.form-group {
  margin-bottom: 1rem;
}

.l-white {
  color: #fff;

}

.l-white:hover {
  color: #fff;
  text-decoration: none;
}

.main-logo {
  color: #000;
  font-size: 24px;
  font-weight: 500;
}

/*.form-control:focus {
    color: #495057;
    background-color: #f5f5f5;
    }*/
.fixed-sidebar .app-main .app-main__outer {
  padding-left: 0px;
}

.dropdown-mega-menu {
  width: auto;
}

.grid-menu [class*="col-"] {
  border-right: none;
}

/*.app-wrapper-footer{
position: fixed;
    bottom: 0;
    width: 100%;
    }*/
.app-footer__inner {
  justify-content: center;
}

.copyright p {
  margin-bottom: 0;
}

.page-head {
  font-size: 20px;
  font-weight: 500;
}

.inner-content {
  height: 100%;
  position: relative;
}

.card-body.vender {
  padding: 3.25rem;
}

.btn {
  font-size: 16px;
}

.form-modal .modal-dialog {
  max-width: 1000px;
}

.card.form-card {
  box-shadow: none;

}

button {
  border: none;
}

.form-row.product-row {
  align-items: center;
}

#product-table {
  display: none;
}

.table-info {
  background: transparent;
}

/*.form-field{
    width: 100px;
    }*/
.total-div h6 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
  padding-top: 10px;
}

.total-div {
  border-top: 1px solid #e9e9ea;
}

.end-text {
  text-align: right;
  padding-left: 0;
}

.total-div .row {
  justify-content: end;
}

.form-control.small {
  height: calc(1.5rem + 12px);
}

.fa-remove {
  color: #FF0000;
}

.toggle-button-cover {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 30px;
  box-sizing: border-box;
}

/*.button-cover {
  height: 100px;
  margin: 20px;
  background-color: #fff;
  box-shadow: 0 10px 20px -8px #c5d6d6;
  border-radius: 4px;
  }*/



.button-cover,
.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.button {
  position: relative;
  top: 50%;
  width: 100px;
  height: 30px;
  margin: -16px auto 0 auto;
  overflow: hidden;
}

.button.r,
.button.r .layer {
  border-radius: 100px;
}

.button.b2 {
  border-radius: 2px;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: #eee;
  transition: 0.3s ease all;
  z-index: 1;
  box-shadow: 0 10px 20px -8px #c5d6d6;
}

/* Button 1 */
#button-1 .knobs:before {
  content: "Active";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  padding: 9px 4px;
  background-color: #008000;
  /*   border-radius: 12%;*/
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-1 .checkbox:checked+.knobs:before {
  content: "Deactive";
  left: 50px;
  background-color: #f44336;
}

#button-1 .checkbox:checked~.layer {
  background-color: #eee;
}

#button-1 .knobs,
#button-1 .knobs:before,
#button-1 .layer {
  transition: 0.3s ease all;
}

.right-align {
  text-align: right;
}

.center-align {
  text-align: center;
}

/* .btn {
  padding: 0.6rem 1rem;
} */

.acc-btn {
  padding: 4px 10px 7px 10px;
  background: #008000;
  color: #fff;
  border-radius: 4px;
}

.acc-btn:hover {
  color: #fff;
  text-decoration: none;
}

.rej-btn {
  padding: 4px 10px 7px 10px;
  background: #FF0000;
  color: #fff;
  border-radius: 4px;
}

.rej-btn:hover {
  color: #fff;
  text-decoration: none;
}

.rem-btn {
  background: #FF0000;
  padding: 6px 10px;
}

.rem-btn i {
  color: #fff;
}

.view-btn {
  padding: 6px 12px 6px 12px;
  background: #ff0000;
  color: #fff;
  border-radius: 4px;
}

.view-btn:hover {
  color: #fff;
  text-decoration: none;
}

.app-page-title.title-mt {
  margin: -30px -30px 30px;
}

.br-left1 {
  border-left: 0.25rem solid #1cc88a !important;
}

.br-left2 {
  border-left: 0.25rem solid #f7b924 !important;
}

.br-left3 {
  border-left: 0.25rem solid #444054 !important;
}

.br-left4 {
  border-left: 0.25rem solid #d92550 !important;
}

.top-head {
  justify-content: space-between;
}

.select-btn {
  color: #000000;
  background-color: #fff;
  border-color: #000000;
  box-shadow: 0 0.125rem 0.625rem rgb(169 169 169 / 40%), 0 0.0625rem 0.125rem rgb(215 215 215 / 50%);
  border-radius: 4px;
}

.select-btn:focus-visible {
  outline: none;
}

.sales-details-boxes {
  padding: 1rem;
  border: 1px solid #e3e6f0;
  border-radius: 0.35rem;
  margin-bottom: 30px !important;
  box-shadow: 0 0.15rem 1.75rem 0 rgb(58 59 69 / 15%) !important;
}

.widget-content .widget-content-left .widget-heading {
  opacity: 1;
  font-weight: 400;
  font-size: 18px;
}

.widget-content .widget-content-left .widget-subheading {
  opacity: 1;
  color: #000;
  font-weight: 500;
  font-size: 20px;
}

.box-img {
  width: 50px;
}

.card-title {
  color: rgb(0 0 0 / 83%);
}

.app-page-title.title-mt {
  margin: -30px -30px 15px;
}

.card.mb-3.box-mb {
  margin-bottom: 15px !important;
}

.card.mb-15 {
  margin-bottom: 15px !important;
}

.dropdown-menu.dropdown-menu-lg {
  min-width: 160px;
  top: 20px !important;
  left: 16px !important;
}

.logout-icon {
  width: 15px;
  margin-left: 40px;
}

.admin-dropdown {
  color: #000;
  padding: 4px 10px;
}

.widget-content .widget-content-left .widget-heading.admn-head {
  opacity: 1;
  font-weight: 400;
  font-size: 15px;
  color: #000;
}

.edit-btn i {
  color: #1f1953;
}

.view-btn1 i {
  color: #f39c12;
}

.trash-btn i {
  color: #e20f0f;
}

.view-btn1,
.edit-btn,
.trash-btn {
  margin-right: 5px;
}

.view-btn1:hover,
.edit-btn:hover,
.trash-btn:hover {
  text-decoration: none;
}

.dropdown-mega-menu {
  padding: 0 0 4px 0;
}

.nav-link {
  padding: 0.3rem 1rem;
}

.rm-max-width .popover {
  top: 14px !important;
}

.dsc-colmn {
  width: 100px;
  display: flex;
  align-items: center;
}

.disc-input {
  width: 100%;
  height: 35px;
}

.disc-type {
  margin-left: 10px;
  height: 30px;
}

.disc-head {
  width: 100px;
}

.invoice-label {
  padding-top: 45px;
}

.app-header .app-header__content {
  padding-left: 0 !important;
}

.header-megamenu.nav>li>.nav-link {
  color: #000000;
}

.app-page-title {
  padding: 20px 30px 20px 30px;
}

.history-section {
  margin: 0 50px;
  border-top: 1px solid #e7e7e7;
  padding: 40px 0px !important;
}

.history-section h4 {
  font-size: 20px;
  color: #000;
  padding-bottom: 20px;
  font-weight: 500;
}

.red {
  color: #e20f0f;
}

.form-control-file {
  width: 50%;
}

.preview-img {
  margin-top: -24px;
  max-width: 150px;
}

.image-upload {
  display: flex;
}

.select2-container--bootstrap4 .select2-selection {
  /* border: none; */
  height: 35px;
  /* background: #f5f5f5; */
  font-size: 14px;
  color: #495057;
  border-radius: .25rem;
  padding: 1.1rem .75rem;
}

#snackbar {
  text-transform: math-auto;
  visibility: hidden;
  min-width: 250px;
  max-width: 500px;
  margin-left: -125px;
  text-align: center;
  border-radius: 3px;
  padding: 15px;
  position: fixed;
  z-index: 1;
  right: 2%;
  font-size: 17px;


  background-color: #333;
  color: #fff;
  bottom: 30px;
}

.alert-error {
  background-color: #ffdede !important;
  color: #ff0000 !important;
}



        #snackbar.show {
            visibility: visible;
            -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
            animation: fadein 0.5s, fadeout 0.5s 2.5s;
        }
        @-webkit-keyframes fadein {
            from {bottom: 0; opacity: 0;}
            to {bottom: 30px; opacity: 1;}
        }
        @keyframes fadein {
            from {bottom: 0; opacity: 0;}
            to {bottom: 30px; opacity: 1;}
        }
        @-webkit-keyframes fadeout {
            from {bottom: 30px; opacity: 1;}
            to {bottom: 0; opacity: 0;}
        }
        @keyframes fadeout {
            from {bottom: 30px; opacity: 1;}
            to {bottom: 0; opacity: 0;}
        }
.validationBox {
  background-color: #f1f4f6 !important;
  opacity: 0 !important;
  color: #f1f4f6;
}

@keyframes fadein {
  from {
    right: 0;
    opacity: 0;
  }

  to {
    right: 70px;
    opacity: 1;
  }
}

@keyframes fadeout {
  from {
    right: 70px;
    opacity: 1;
  }

  to {
    right: 0;
    opacity: 0;
  }
}


.sales-select-btn {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background-color: #ff0000;
  border-color: #ff0000;
  box-shadow: 0 0.125rem 0.625rem rgb(169 169 169 / 40%), 0 0.0625rem 0.125rem rgb(215 215 215 / 50%);
  border-radius: 4px;
  padding: 10px 20px 12px 20px;
}

.sales-select-btn:focus-visible {
  outline: none;
}

.select2-container--default .select2-selection--single {
  /* background-color: #f5f5f5 !important; */
  /* border: none !important; */
  border-color: #ced4da !important;
  height: 35px !important;
  padding: 5px !important;
  border-radius: 0.25rem !important;
  
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px !important;
  right: 15px !important;
}

.dashboard-table tbody {
  display: block;
  max-height: 120px;
  overflow-y: scroll;
}

.style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.style-3::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

.style-3::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
}

.dashboard-table tr {
  display: table;
  width: 100%;
  box-sizing: border-box;
}

.table.dashboard-table td.name {
  width: 45.7%;
}

.table.dashboard-table td.number {
  width: 40%;
}

.table.dashboard-table th.sn {
  width: 20%;
}

.table.dashboard-table th.name {
  width: 45%;
}

.table.dashboard-table th.number {
  width: 40%;
}

.tabs-animated-shadow .nav-link span {
  font-size: 16px;
  font-weight: 500;
}

.tabs-animated-shadow.tabs-animated.nav {
  margin-top: 10px;
  margin-bottom: 20px;
}

.tabs-animated .nav-link::before {
  background: #ff0000;
}

.tabs-animated-shadow .nav-link {
  padding: 0.5rem 1.75rem;
}

.select-btn1 {
  color: #000000;
  background-color: #fff;
  border-color: #000000;
  box-shadow: 0 0.125rem 0.625rem rgb(169 169 169 / 40%), 0 0.0625rem 0.125rem rgb(215 215 215 / 50%);
  border-radius: 4px;
  padding: 10px 10px;
}

.coment-box {
  padding-top: 10px;
  padding-bottom: 30px;
}

.yes-btn {
  padding: 10px 15px 8px 15px;
  background: #0090e2;
  color: #fff;
  border-radius: 4px;
}

.no-btn {
  padding: 10px 15px 8px 15px;
  background: #b7b7b7;
  color: #fff;
  border-radius: 4px;
}

.yes-btn:hover,
.no-btn:hover {
  text-decoration: none;
  color: #fff;
}

.delete-modal .modal-body {
  text-align: center;
  padding-bottom: 40px;
}

.delete-modal .modal-body p {
  font-size: 20px;
  padding-top: 40px;
  padding-bottom: 30px;
}

.error-content {
  text-align: center;
  padding-top: 30px;
}

.error-content h2 {
  font-weight: 600;
  font-size: 150px;
  color: #000;
}

.error-content h4 {
  font-weight: 500;
  color: #222;
}

.error-content p {
  padding: 10px 50px;
  font-size: 16px;
}

.error-content.pad-change {
  padding-top: 60px;
}

.date-r-picker-btn {
  font-size: 14px;
  padding: 0.4rem 0.5rem;
  color: #fff;
  background-color: #aaa;
  border-color: #aaa;
}

.date-r-picker-btn:hover {
  color: #fff;
}

.go-btn {
  padding: 4px 12px;
}

.cascading-menu {
  background: #fff;
  position: absolute;
  left: -120px;
  list-style: none;
  border-radius: .25rem;
  box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
  margin: 0.125rem;
  padding-left: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: none;
}

.multiselect-tags .select2-container--bootstrap4 .select2-selection {
  height: auto !important;
  padding: 8px 10px 14px 10px !important;
}

.multiselect-tags .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  margin-top: 4px !important;
}

.sizes-table thead th {
  background: #f5f5f5;
}

.sizes-table thead th {
  font-weight: 500;
  color: #000;
  font-size: 14px;
  padding: 5px 5px;
}

.sizes-table td {
  padding: 5px 5px;
  font-size: 12px;
}

.remove-frm-table {
  padding: 1px 5px;
  border-radius: 50px;
  font-size: 12px;
  color: red;
  text-decoration: underline;
  font-weight: 500;
}

.remove-frm-table:hover {
  color: red;
  text-decoration: underline;
}

.total-div {
  margin-top: 20px;
}

.form-control.table-input {
  height: calc(2.25rem + 3px);
  width: 100px;
  margin: 0 auto;
  font-size: 12px;
}

.tableWrap {
  height: 200px;
  overflow-y: auto;
  margin-left: 20px;
  overflow-x: hidden;
}

.sizes-table thead tr th {
  position: sticky;
  top: 0;
}

.sizes-table table {
  border-collapse: collapse;
}

.sizes-table table {
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  left: -10px;
}

label {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  width: 100%;
}


.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
}

.form-subhead {
  color: #222;
  font-weight: 500;
  font-size: 16px;
  padding: 5px 0;
}

.app-page-title {
  margin: -30px -30px 0px;
}

.order-details {
  width: 100%;
  justify-content: space-between;
  align-items: start;
}

.right-actions {
  display: flex
}

.stuts {
  border-right: 1px solid #dee2e6;
  margin-right: 20px;
  padding-right: 20px;
}

.green {
  color: #198754;
  font-weight: 500;
}

.details-table.table td {
  padding: .2rem;
}

.custom-pad {
  padding: .6rem;
}

.plans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 8px 10px 0px #d8dfeb;
  box-shadow: 0px 8px 10px 0px #d8dfeb;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.plans .plan input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.plans .plan {
  cursor: pointer;
  width: 100%;
  margin-bottom: 0;
}

.plans .plan .plan-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #e1e2e7;
  border-radius: 10px;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  position: relative;
}

.plans .plan .plan-content img {
  margin-right: 30px;
  height: 72px;
}

.plans .plan .plan-details span {
  margin-bottom: 10px;
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #252f42;
}

.container .title {
  font-size: 20px;
  font-weight: 500;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #252f42;
  margin-bottom: 20px;
}

.plans .plan .plan-details p {
  color: #646a79;
  font-size: 14px;
  line-height: 18px;
}

.plans .plan .plan-content:hover {
  -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
  box-shadow: 0px 3px 5px 0px #e8e8e8;
}

.plans .plan input[type="radio"]:checked+.plan-content:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  background: #216fe0;
  right: 20px;
  top: 20px;
  border-radius: 100%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #0066ff;
  box-shadow: 0px 0px 0px 2px #0066ff;
}

.plans .plan input[type="radio"]:checked+.plan-content {
  border: 2px solid #216ee0;
  background: #eaf1fe;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.saddr-details {
  margin-bottom: .2rem;
}

address {
  margin-bottom: 0;
}

.table th,
.table td {
  padding: .4rem;
}

.modal-header {
  padding: .5rem 1rem;
}

.addr-modals {
  max-width: 1000px;
}

.modal-body {
  padding: .5rem;
}

textarea.form-control.reason-box {
  height: 60px;
}
.product_image_preview{
  width: 100%;
  height: 250px;
  border: 3px dotted grey;
  padding: 5px;
  cursor: pointer;
}
.cursor-pointer{
  cursor: pointer;
}
.decimal {
  font-size: calc(1em - 2px); /* Reduces font size by 2px */
}
.select2-selection__rendered {
  flex-wrap: wrap;
  display: flex !important;
  padding: 0 10px !important;
  margin: 0;
}
.select2-results__option--selected{
  display: none;
}
.app-main .app-main__inner {
  min-height: 82vh;
  width: 100vw;
}

/* Mobile menu styles */
.mobile-menu {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  background: white;
  z-index: 1000;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  padding: 15px;
}

.mobile-menu.active {
  display: block;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.mobile-menu a {
  color: #333;
  text-decoration: none;
  display: block;
}

.hamburger {
  padding: 15px;
}

@media (min-width: 992px) {
  .mobile-menu {
    display: none !important;
  }
}
.mobile-submenu>li{
  padding: 10px 20px;
}
  /* Add this to your existing mobile menu styles */
  .mobile-submenu {
    display: none;
    padding-left: 15px;
  }
  
  .mobile-submenu.active {
    display: block;
  }
  
  .mobile-submenu-toggle i {
    transition: transform 0.3s ease;
  }
  
  .mobile-submenu-toggle.active i {
    transform: rotate(180deg);
  }
  .w-33{
    width: 33%;
  }
  .btn-outline {
    background: #00000000;
    border: 1px solid #e9eaeb;
}
.badge-Pending{
  color: #fff;
  background-color: #ffe600;
}
.badge-Accepted{
  color: #fff;
  background-color: #49b800;
}
.badge-Rejected{
  color: #fff;
  background-color: #ec0000;
}
.badge-Under{
  color: #fff;
  background-color: #021c38;
}