
.input-switch{
	display: none;
}

.label-switch{
	display: inline-block;
	position: relative;
}

.label-switch::before, .label-switch::after{
	content: "";
	display: inline-block;
	cursor: pointer;
	transition: all 0.5s;
}

.label-switch::before {
    width: 35px;
    height: 20px;
    border: 1px solid #757575;
    border-radius: 4em;
    background: #888888;
}

.label-switch::after {
    position: absolute;
    left: 3px;
    top: 12%;
    width: 13px;
    height: 13px;
    border: 1px solid #757575;
    border-radius: 4em;
    background: #ffffff;
}

.input-switch:checked ~ .label-switch::before {
    background: #1aa64a;
    border-color: #1aa64a;
}

.input-switch:checked ~ .label-switch::after {
    left: unset;
    right: 3px;
    background: #fff;
    border-color: #fff;
}

.info-text {
	display: inline-block;
}

.info-text::before{
	content: "Not active";
    
    vertical-align: super;
    padding-left: 5px;

}

.input-switch:checked ~ .info-text::before{
	content: "Active";
    
    vertical-align: super;
    padding-left: 5px;

}


/* in stock toggle */
.input-switch1{
	display: none;
}

.label-switch1{
	display: inline-block;
	position: relative;
}

.label-switch1::before, .label-switch1::after{
	content: "";
	display: inline-block;
	cursor: pointer;
	transition: all 0.5s;
}

.label-switch1::before {
    width: 35px;
    height: 20px;
    border: 1px solid #757575;
    border-radius: 4em;
    background: #888888;
}

.label-switch1::after {
    position: absolute;
    left: 3px;
    top: 12%;
    width: 13px;
    height: 13px;
    border: 1px solid #757575;
    border-radius: 4em;
    background: #ffffff;
}

.input-switch1:checked ~ .label-switch1::before {
    background: #1aa64a;
    border-color: #1aa64a;
}

.input-switch1:checked ~ .label-switch1::after {
    left: unset;
    right: 3px;
    background: #fff;
    border-color: #fff;
}

.info-text1 {
	display: inline-block;
}

.info-text1::before{
	content: "Not in stock";
    
    vertical-align: super;
    padding-left: 5px;

}

.input-switch1:checked ~ .info-text1::before{
	content: "In stock";
    
    vertical-align: super;
    padding-left: 5px;

}
#Delete-data .info p{
    border: 2px solid #dc3545;
    font-size: 45px;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    padding: 34px 20px;
    line-height: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
#Delete-data p{
    text-align: center;
}
.password-field{
    position: relative;
}
.password-field .input-group-text{
    background: transparent;
    border: 0;
    position: absolute;
    bottom: 8px;
    right: 10px;
}
.edit-password-field{
    position: relative;
}
.edit-password-field .input-group-text{
    background: transparent;
    border: 0;
    position: absolute;
    bottom: 0px;
    right: 10px;
    cursor: pointer;
}
.edit-password-field .input-group-text.group-eye-icon{
    right: 2.5rem;
}
.success-user-data,
.copied-button{
    display: none;
}
.show-menuname,
.show-menuname-bottom{
    display: none;
}
body.layout-1 .sidebar.sidebar-mini .menu-list>li:hover .show-menuname{
    display: block;
    width: 140px;
    text-align: left;
    position: fixed;
    left: 4rem;
    background-color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    box-shadow: 0 0.5rem 1rem rgb(25 26 28 / 15%);
}
body.layout-1 .sidebar.sidebar-mini .menu-list>li:hover .show-menuname-bottom{
    display: block;
    width: 12e0px;
    text-align: left;
    position: fixed;
    left: 4rem;
    background-color: #fff;
    margin-top: -2rem;
    color: #1aa64a;
    padding: 5px 15px;
    border-radius: 5px;
    box-shadow: 0 0.5rem 1rem rgb(25 26 28 / 15%);
}
.border-left {
    /* border-left: 1px dashed #ee3d96 !important; */
    border-left: 1px dashed #1aa64a !important;
}

/* #randomnumber p:nth-child(odd){
    border: 1px solid#e9e6e1;
    border-radius: 50rem;
    padding: 5px 10px;
    text-align: center;
    width: fit-content;
} */
.random-field{
    border: 1px solid#e9e6e1;
    background-color: #ffffff;
    color: #181818;
    width: 250px;
    height: 36px;
    border-radius: 0.25rem;
    display: inline-block;
    vertical-align: middle;
}
.expandable-body>td {
    /* padding: 0!important; */
    width: 100%;
}
[data-widget="expandable-table"] {
    cursor: pointer;
}
[data-widget="expandable-table"] i.expandable-table-caret {
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
[data-widget="expandable-table"][aria-expanded="true"] i.expandable-table-caret[class*="right"] {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
[data-widget="expandable-table"][aria-expanded="true"] i.expandable-table-caret[class*="left"] {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
[aria-expanded="true"] {
    cursor: pointer;
}
[aria-expanded="true"] i.expandable-table-caret {
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
[aria-expanded="true"] [data-widget="expandable-table"] i.expandable-table-caret[class*="right"] {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
[aria-expanded="true"] [data-widget="expandable-table"] i.expandable-table-caret[class*="left"] {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.scan-code-input .input-group-text{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    /* cursor: pointer; */
}
.sales-revenue-button,
.document-name {
    display: none;
}
.sales-revenue-button.show,
.document-name.show{
    display: block;
}
.import-revenue-button.hide{
    display: none;
}
.delete-component, .document-name .delete-row {
    position: absolute;
    right: -5px;
    top: -5px;
    background-color: #fff;
    padding: 3px;
    border-radius: 100px;
    box-shadow: 0 0.5rem 1rem rgba(25,26,28,.15);
    cursor: pointer;
}
.alert-warning {
    background-color: #f5f3de;
}
#Addstockinward .modal-dialog{
    width: 350px;
}
.or-para{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.receive-items.card,
.receive-items .card-header,
.receive-items .card{
    background-color: transparent;
}
.barcode-list .list-group{
    height: 300px;
    overflow-y: scroll;
}
.barcode-list .list-group-custom .list-group-item{
    background-color: transparent;
}
.copy-button{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
.dropify-wrapper{
    height: 130px;
}
.dropify-wrapper .dropify-message p {
    font-size: 16px;
}
table .btn.btn-outline-danger,
table .btn.btn-outline-primary{
    font-weight: 700;
}
.btn:focus{
    box-shadow: none !important;
}

@media (max-width: 480px){
    .wrapper .page-body.auth{
        height: 100%;
    }
}
.bg-light-secondary{
    background-color: #1aa64ac4 !important;
    color: #ffffff !important;
}
/* .input-group .scan-code-input{
    border: 2px solid #1aa64ac4;
} */
.scan-code-input{
    width: 75%;
}
.scan-code-input .form-control {
    border: 2px solid #1aa64ac4;
    /* border-color: #1aa64ac4; */
    background-color:transparent;
    color: #181818;
}
.scan-code-input .btn-secondary{
    background-color: #1aa64a;
    /* border: 2px solid #1aa64ac4; */
}
.scan-code-input .input-group-text{
    border-color: #1aa64a !important;
}
.h-300{
    height: 315px;
}
.h-400{
    height: 400px;
}
.loader {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0, 0, 0, 0.3);
    border-top: 4px solid blue;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 10;
    margin-top:3%;

}

@keyframes spin {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }

    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

.current-page {
    pointer-events: none;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #e9e6e1 !important;
}