
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: calc(2.25rem + 12px);
 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;
}
label{
	font-size: 16px;
  font-weight: 500;
  color: #000;
}
.form-group {
  margin-bottom: 2rem;
}
.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;
    padding: 0.6rem 1.75rem;
  }
  .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: bold;
    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: #16aaff;
  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 #2496f7 !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;
  margin: 0 0px 10px 0px;
}
.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: 130px;
  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: calc(2.25rem + 12px);
    background: #f5f5f5;
    font-size: 14px;
    color: #495057;
    border-radius: .25rem;
    padding: 1.1rem .75rem;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #ffdede;
  color: #ff0000;
  text-align: center;
  border-radius: 3px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  top: 70px;
  font-size: 17px;
}

.alert-error{
  background-color: #ffdede !important;
  color: #ff0000 !important;
}

#snackbar.show {
  visibility: visible;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.validationBox{
  background-color: #f1f4f6 !important;
  opacity: 0 !important;
  color:#f1f4f6;
    }

@keyframes fadein {
  from {top: 0; opacity: 0;}
  to {top: 70px; opacity: 1;}
}

@keyframes fadeout {
  from {top: 70px; opacity: 1;}
  to {top: 0; opacity: 0;}
}

	
.sales-select-btn {	
  font-size: 16px;	
  font-weight: 500;	
    color: #ffffff;	
    background-color: #16aaff;	
    border-color: #16aaff;	
    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-radius: 0px!important;	
    height: 48px!important;	
    padding: 0.75rem 0.75rem!important;	
    border-radius: 0.25rem!important;	
    margin-right: 10px;	
}	
.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: #16aaff;	
}	
.tabs-animated-shadow .nav-link {	
  padding: 0.8rem 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%;
        }

