
.itemtitle {
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    font-size: 9pt;
    font-weight: bold;
    color: #330099;
    text-align: left;
    vertical-align: bottom;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 1px;
    padding-left: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.activer{
        background: url(../images/sts.png) no-repeat scroll center top;
        display: block;
        width: 100px;
        height: 20px;

    }
    .inactiver{
        background: url(../images/sts.png) no-repeat scroll center bottom;
        display: block;
        width: 100px;
        height: 20px;
    }
	.theamcolor {
		border-radius: 50px !important;
		width: 50px !important;
		padding: 4px 7px 4px 7px !important;
	}
.shopchk {width: 15px;float: left;margin-top: -7px;margin-right: 7px;}	
.shop1 label {margin: 0 0 0 10px;height: 22px;}
.contactleft {padding-left:15px !important;}
.contactright {padding-right:15px !important;}
.contact {padding-right:1px;padding-left:1px;width:13%;float:left;}
.embroidery {padding-right:1px;padding-left:1px;width:16%;float:left;}
.shop {padding-right:1px;padding-left:1px;width:24%;float:left;}
.shopSH {padding-right:1px;padding-left:1px;width:20%;float:left;}
.shopSH1 {padding-right:1px;padding-left:1px;width:10%;float:left;}
.shop1 {padding-right:1px;padding-left:1px;width:15%;float:left;}
.vendor {padding-right:1px;padding-left:1px;width:45%;float:left;}
.product {padding-right:1px;padding-left:1px;width:20%;float:left;}
.product1 {padding-right:1px;padding-left:1px;width:26%;float:left;}
 .app-theme-white .app-footer .app-footer__inner, .app-theme-white .app-header {
    background: #ef3f2f;
}
.app-header .app-header__content .header-menu .nav-link {
    color: #fff;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #fff;
}
.search-wrapper .input-holder .search-icon span::before { 
    background: #fff;
}
.search-wrapper .input-holder .search-icon span::after { 
    border: 2px solid #fff;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
    background-color: #fff;
}
.app-sidebar__heading { 
    color: #333; 
}
.nav-item .nav-link {
    font-weight: 400;
    color: #fff;
}
.notification a i {
    font-size: 20px;
    color: #fff;
    opacity: 1;
}
.search-wrapper.active .input-holder .search-input {
    color: #fff;
}

.input-holder::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.input-holder:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
}

.input-holder::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
}

.main-container {
  width: 100%;
  height: 100vh;
   /*background: url('https://images.pexels.com/photos/176851/pexels-photo-176851.jpeg?w=1260&h=750&auto=compress&cs=tinysrgb');*/
  transition: 0.4s linear;
}

.box {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*background: rgba(0, 0, 0, .8);*/
  padding: 15px;
  box-sizing: border-box;
  box-shadow: 0px 15px 25px rgba(0, 0, 0, .5);
  border-radius: 10px;
  text-align: center;
}

.box h2 {
  margin: 0 0 20px;
  padding: 0;
  color: #000;
  text-align: center;
}

.box p {
  margin-bottom: 0;
}

.box p:nth-child(even) {
  margin-top: 0;
}

.box a {
  color: #9a9d9e;
  font-size: 14px;
  text-decoration: none;
}

.box .input-box {
  position: relative;
}

.box .input-box input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  margin-bottom: 30px;
  color: #000;
  border: 1px solid #000;
  border: none;
  border-bottom-style: solid;
  outline: none;
  letter-spacing: 1px;
  background: transparent;
}

.box .input-box label {
  position: absolute;
  color: #000;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  pointer-events: none;
  transition: .5s;
}

.box .input-box input:focus ~ label,
.box .input-box input:valid ~ label{
  top: -18px;
  left: 0;
  color: #03a9f4;
  font-size: 12px;
}

.box input[type=submit] {
	background-color: #ef3f2f;
  /*background: transparent;*/
  border: none;
  outline: none; 
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
}

#logged-in {
  width: 100%;
  height: auto;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 50px;
  display: none;
}

.login-true {
  opacity: 0;
}

.inp-sec input {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border-radius: 5px;
    border: solid 1px #ddd;
    margin: 0 0 10px 0;
}
.inp-sec textarea {
    width: 100%;
    /*height: 45px;*/
    padding: 10px 15px;
    border-radius: 5px;
    border: solid 1px #ddd;
    margin: 0 0 10px 0;
}
.inp-sec select {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border-radius: 5px;
    border: solid 1px #ddd;
    margin: 0 0 10px 0;
}
.input-sec {
    padding: 15px 0px;
}
.inp-sec {
    position: relative;
}
.inp-sec i {
    font-style: normal;
    background-color: #fff;
    padding: 0 6px;
    font-size: 13px;
    margin: 0px 0 0px 0px;
    position: absolute;
    top: -10px;
    left: 10px;
}
span.inp-file {
    position: relative;
}
span.inp-file input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    left: 0;
}
.first-list i {
    border-radius: 50%;
    background-color: #cccccc;
    left: 0;
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 18px;
}
.first-list {
    position: relative;
    padding: 0 40px 0 60px;
    display: inline-block;
    margin: 20px 0 0 0;
}
.first-list b {
    font-weight: normal;
    font-size: 15px;
    line-height: normal;
}
.first-list b a {
    color: #333;
    font-weight: bold;
}
.first-list em {
    position: absolute;
    right: 0;
    transform: rotate(45deg);
    top: 0;
    font-style: normal;
    font-size: 42px;
    font-weight: 300;
    color: red;
    opacity: 1;
}
span.inp-file i {
    background-color: #f33e2d;
    color: #fff;
    font-style: normal;
    padding: 5px 20px;
    display: inline-block;
    margin: 0 0 0 10px;
    border-radius: 3px;
    font-weight: 500;
}


/* ---------------- Rashmi Kardam Css Start All Pages start ---------------- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

body {
  font-family: 'Poppins', sans-serif;
}

/* s-1 start */
.drop-menu .dropdown-toggle::after {
  display: none;
}
.drop-menu .dropdown button{
  background: none;
  border: 0;
}
.form-item select{
  padding: 2px 100px 2px 5px;
  border-radius: 5px;
  border: solid 2px #000;
  background: #f1f4f6;
}
.form-item a {
  position: absolute;
  right: 8px;
  top: 2px;
  background: #f1f4f6;
  padding: 1px;
  color: #495057;
}
.product-text{
  color: #464545;
}
.product-header {
  padding: 10px 0;
}

.form-item {
  position: relative;
  margin-bottom: 40px;
}

.form-item label {
  position: absolute;
  top: -10px;
  left: 10px;
  z-index: 1;
  background: #fff;
  padding: 0 5px;
  font-size: 11px;
}

.form-item input {
  position: absolute;
  top: 0;
  width: 100%;
  border: solid 2px #464545;
  padding: 2px 12px 2px 4px;
  border-radius: 4px;
  outline: 0;
  background: #fff;
}
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
 height: 16px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: red;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 0px;
  bottom: -4px;
  background-color: red;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #f4afa9;
}

input:focus + .slider {
  box-shadow: 0 0 1px #f4afa9;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
/* s-1 end */

/* s-2 start */
.table-sec-2 input{
  padding: 2px;
}
.table-sec-2 table{
  width: 100%;
}
.table-sec-2 table tr{
  border-bottom: solid 2px #ccc;
}
.table-sec-2 table td{
  color: #000;
  padding: 10px 0;
}
.highlight-btn{
  color: red;
  border-bottom: solid 2px red;
}
.pid input{
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.pid label{
  margin: 0;
  color: red;
  border-bottom: 2px solid red;
}
.pid {
 align-items: center;
 display: flex;
}
.color-grey{
  color: #8c8989;
}
/* s-2 end */

/* .s-3 start */
.total-mark{
  text-align: right;
}
.total-mark {
  margin: 40px 270px 5px 0;
}
/* .s-3 end */

/* .s-4 start */
.main-list{
  display: flex;
  justify-content: center;
}
.main-list{
  display: flex;
}
.main-list li{
  list-style: none;
  background: #ccc;
  padding: 5px 13px;
  margin: 5px 2px;
  color: #464545;
}
.main-list .active{
  background: red;
  padding: 5px 13px;
}
.main-list li a{
  color: #464545;
  font-size: 16px;
}
/* .s-4 end */


/* Sixty six page start */
.product-header-2 {
  padding: 30px 0;
}
.product-f-1{
  color: red;
  border-bottom: solid 1px red;
  display: inline-block;
}
.points-66{
  color: red;
  border-bottom: solid 1px red;
  margin: 0 15px;
}
.color-grey-32 span{
  color: #8c8989;
  text-align: center;
}
.color-red-44 span{
  color: red;
  border-bottom: solid 1px red;
}
.table-option select {
  padding: 4px 20px 4px 8px;
  background: none;
  border-radius: 4px;
  border: solid 2px #000;
}

.Jnr-input{
  position: relative;
}

.Jnr-input .Jnr-input-icon {
  position: absolute;
  right: 17px;
}
.Jnr-input input {
  max-width: 140px;
  border: solid 2px #464545;
  padding: 2px 10px;
  border-radius: 4px;
  background: #f1f4f6;
}
.Jnr-input .Jnr-input-icon .fa-circle-check{
  color: #b1fe59;
} 
.Jnr-input .Jnr-input-icon .fa-circle-xmark{
  color: red;
} 
.crousel-btn{
  padding: 40px 0;
}
/* Sixty six page end */

/* Fifty Nine page start */
.back-btn-1{
  background: #ccc;
  font-size: 16px;
  padding: 4px 14px;
  color: #000;
  border-radius: 5px;
}
.back-btn-1:hover{  
  text-decoration: none;
}
.draft-btn-2{
  background: #ccc;
  padding: 2px 10px;
  color: #000;
}
.draft-btn-2:hover{
  text-decoration: none;
  color: #000;
}
.Confirm-btn-3{
  background: red;
  padding: 4px 14px;
  color: #fff;
  border-radius:5px;
}
.Confirm-btn-3:hover{
  text-decoration: none;
  color: #fff;
}
.main-sec-three tr td{
  padding-right: 20px;
}
.sec-three-59{
  color: #000;
  padding: 20px 0;
}
.main-sec-three .form-item select{
  background: #f1f4f6;
}
.table-sec-1-59 table{
  width: 100%;
}
.table-sec-1-59 table tr td{
  padding-bottom: 10px;
}
.first-td-59{
  color: red;
}
.first-td-59 span{
  color: #6c6868;
  font-size: 9px;
}
.first-td-59 .fa-check{
  color: #8afe04;
  font-size: 18px;
}
.first-td-59 .fa-xmark{
  color: red;
  font-size: 18px;
}
.first-td-Warehouse span{
  font-size: 11px;
}

.click-option-10 {
  position: relative;
  margin-left: -10px;
}
.click-option-10 input {
  max-width: 40px;
  border: solid 2px #464545;
  padding: 0px 10px;
  border-radius: 4px;
  background: #f1f4f6;
}
.click-option-10 .click-option-10-icon .fa-circle-check {
  color: #b1fe59;
}
.click-option-10 .click-option-10-icon .fa-circle-xmark {
  color: red;
}
.fifty-nine .form-item{
  margin-bottom: 0;
}
/* Fifty Nine page end */

/* Sixty Page start */
.left-sec-60 h6{
  font-size: 15px;
}
.sixty-no-list{
  padding: 0;
  margin-top: 10px;
  margin-bottom: 80px;
}
.sixty-no-list li{
  list-style: none;
  color: #000;
}
.sixty-no-list li a{
  color: red;
  font-size: 20px;
}
.sixty-select select {
  max-width: 260px;
  width: 100%;
}
.sixty-select{
  margin-bottom: 40px;
}
.sixty-sec-main .r-border{
  border-right: 2px solid #000;
  height: 100%;
}

.details-60-inp{position: relative; margin-bottom: 40px;}
.details-60-inp label{position: absolute; bottom: 15px;display: inline-block; background: #f1f4f6; padding: 0 3px; font-size: 10px; left: 10px;}
.details-60-inp select, .details-60-inp input{width: 100%; display: block;border: 1px solid #000; background: #f1f4f6; padding: 4px 10px; border-radius: 5px;}
.details-60-inp input[type=text]{background: url(../images/per.png) no-repeat;background-position: right 6px center;}

/* Sixty Page end */

/* Sixty one Page start */
.pending-btn a{
  background: #fed500;
  color: #000;
  padding: 1px 4px;
}
.sixty-one-inner-table table{
  width: 70%;
  margin-left: 60px;
  text-align: center;
}
.gr-10{
  background: #ccc;
  border-radius: 100%;
  padding:5px 0;
}
.gree-10{
  background: #b2ff59;
  border-radius: 100%;
  padding:5px 0;
}
.org-10{
  background: #b2ff59;
  border-radius: 100%;
  padding:5px 0;
}
.alb-sp-td{
  text-align: left;
}
.done-btn a{
  background: #b2ff59;
  color: #000;
  padding: 1px 4px;
}
.due-btn a{
  background: red;
  color: #000;
  padding: 1px 4px;
}
/* Sixty one Page end */



/* ---------------- Rashmi Kardam Css Start All Pages end ---------------- */