@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,700;1,800;1,900&display=swap');

body {
    /*background-color: #ffffff;*/
    font-family: 'Mulish', sans-serif;
    font-size: 15px;
}

.intext {
    width: 100%;
    padding: .375rem .75rem;
    font-size: .9rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.minput {
    border: none;
    background: transparent;
    border-radius: 0px;
    padding: 0px;
    /*height: 1.5rem;*/
}

.minput:focus-visible {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.mgr {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0.2rem;
}

.mt-c {
    text-align: center;
    margin-bottom: 1rem;
}

.ota tr td, .ota tr th{
    padding: 0.4rem!important;
}

.ota tr th {
    text-align: center;
}

thead tr th {
    text-align: center;
}

.bto {
    position: fixed;
    bottom: 1rem;
    width: 100%;
}

footer {
    margin-top: 3rem;
}

.tt h5 {
    font-size: .9rem;
}

.tt h5 span{
    font-weight: 600;
}

.tt .row {
    margin-bottom: 0px;
}

.tt label {
    font-weight: 600;
    padding-top: 0px;
}

.tin {
    width: 8rem;
}

.inf {
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0px;
    padding: 0px;
    height: fit-content;
    font-weight: 600;
    text-align: right;
    padding-right: .9rem;
}

.per {
    width: 3.5rem;
    margin-left: .5rem;
}

.tinp {
    text-align: right;
    width: 7.6rem;
    display: initial;
    font-weight: 600;
    padding-right: 0.5rem;
}

.acb li {
    margin-right: 0.5rem;
}

.tp span {
    font-weight: 600;
    font-size: 1.4rem;
}

.anv {
    box-shadow: 0px -2px 6px 1px #dedede59;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: right;
}

.form-control:disabled, .form-control[readonly] {
    background: #fffcf4;
}

.w-150 {
    width: 150%!important;
}

.colname {
    text-align: left!important;
}

.nodis {
    display: none;
}

.dis {
    display: initial;
}

.ar {
    text-align: right;
}

.simg {
    max-width: 15rem;
}

.simg>img {
    /*width: 15rem;*/
    height: auto;
    max-width: 100%;
}

.del {
    background: #eceff1;
    text-decoration: line-through;
}

.myin {
    width: 3rem;
    border: none;
    border-bottom: 1px solid #cacaca;
    text-align: center;
}

.myin:focus, .cinput:focus {
    border: none;
    border-bottom: 1px solid #cacaca;
}

.myin:focus-visible, .cinput:focus-visible {
    border: none;
}

.cinput {
    border: none;
    border-bottom: 1px solid #cacaca;
    text-align: center;
}

.filter {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.cfilter {
    color: #ff9800;

}

.incarid {
    width: 10rem;
    border: none;
    border-bottom: 1px solid #cacaca;
    text-align: center;
}

.cb {
    margin-bottom: .5rem;
}

.filter .nopad {
    margin-top: .7rem;
}

.nopad {
    padding: 0px!important;
}
.outstock {
    border: 1px solid #FFC107;
    padding-top: 1rem;
}

.flogin .form-group {
    margin-bottom: 1rem;
}

.text-md-right {
    text-align: right;
}

.flogin .form-check-label, .flogin .btn-link {
    font-size: .9rem;
}

.btn-login {
    color: #fff;
    background-color: #3490dc;
    border-color: #3490dc;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.card {
    padding: 0.7rem;
}

.simg img {
    /*width: 7rem;*/
    /*border-radius: 8px;*/
}

.form-group > label {
    font-weight: 600;
    margin-bottom: .3rem;
}

.form-group {
    margin-bottom: .8rem;
}

.nav-link, .dropdown-item{
    font-size: .9rem;
}

a {
    text-decoration: none;
}

.cates {
    display: flex;
}

.cates .form-check {
    margin-right: 0.5rem;
}

.btncopy {
    font-size: .75rem;
    color: #ff5722;
    font-weight: 500;
}

.btnview {
    font-size: .75rem;
    color: #4caf50;
    font-weight: 500;
}

.a-float {
    position: fixed;
    top: 13%;
    right: 2%;
    z-index: 1;
}

.btn-success {
    color: #fff;
    background-color: #38c172;
    border-color: #38c172;
}

.btn-primary {
    color: #fff;
    background-color: #3490dc;
    border-color: #3490dc;
}

.iname {
    border: none;
}

.saveicon {
    color: #81c784;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
}

.saveicon:hover {
    color: #ffffff;
    background: #38c172;
}

.delicon {
    color: #ffebee;
    padding-left: 1rem;
    padding-right: 1rem;
}

.delicon:hover {
    color: #ffffff;
    background: #f44336;
}

.dright {
    text-align: right;
}

.text-left {
    text-align: left!important;
}

.savright {
    text-align: right;
    /*display: inherit;*/
}

.savright button {
    color: #2196f3;
}

.text-right {
    text-align: right;
}

.wanning {
    color: #ffc107;
    font-size: .85rem;
}

.view {
    color: #4caf50;
    font-size: .85rem;
}

.storemsg {
    color: #9e9e9e;
    vertical-align: middle;
}

.nearout {
    color: #ffb74d;
    vertical-align: middle;
}

.cltxt {
    background-color: transparent;
    border: none;
}

.photos .card-body {
    padding-left: 0px;
    padding-right: 0px;
}

.photos .card-text {
    text-align: center;
}

.form-check-label {
    cursor: pointer;
}

.category .form-check {
    margin-top: .4rem;
}

.carid {
    padding: 0px;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #ced4da;
}
.pink {
    color: #f44336;
}
