.text-left{
    text-align: left !important;
    direction: ltr !important;
}
.ltr{
    direction: ltr !important;
}
.brand{
    height: 120px;
    background-color: #c9c9c9 !important;
}
.brand .brand-logo{
    margin: 0 auto;
}
.img-small{
    width:30px;
    height: 30px;
    border-radius: 10px;
    object-fit: contain;
}
.img-small-2x{
    width:40px;
    height: 40px;
    border-radius: 10px;
    object-fit: contain;
}
.dataTables_length, .dataTables_filter{
    display: inline-block;
}
.dataTables_filter{
    margin-right: 20px;
}
.dataTables_wrapper .dataTable th, .dataTables_wrapper .dataTable td{
    padding: 0.3rem 0.5rem;
}
.pull-left{
    float: left !important;
}
.picture-thumb{
    width: 150px;
    height: 100px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    box-shadow: 5px 5px 10px #ccc;
    margin: 10px auto;
}
.pointer{
    cursor: pointer;
}
.small-thumb{
    width : 50px;
    height: 40px;
    margin-left: 10px;
    border-radius: 10px;
    object-fit: cover;
}
.otp-content{
    display: none;
}
.otp-input , .otp-input-black{
    text-align: center;
    direction: ltr;
    letter-spacing: 25px;
    font-weight: bold;
    max-width: 240px;
    margin: 0 auto;

}
.otp-input{
    color: yellow !important;
}
.otp-input-black{
    color: black !important;
}
.otp-input-info{
    color :  #0a53be !important;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}
.extra-prop{display: none;}
.select2-container {
    width: 100% !important;
}
input[type=checkbox], input[type=radio]{
    margin-left: 10px !important;
}
.symbol.symbol-40>img {
    object-fit: contain !important;
}
.file-item{cursor: pointer}
select.select2{
    opacity: 100;
}
.pic-empty-box{
    width: 100px;
    height: 100px;
    border: 1px dashed #aaa;
}
.pic-empty-box img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}


.nav.nav-tabs.nav-tabs-line .nav-link.active{
    border-bottom: none;
}
.contact{
    cursor: pointer;
    padding: 5px;
}
.contact:hover{
    background-color: #d3dbee;
}
.contact.active{
    background-color: #8fdf82;
}
.cat-success{
    background-color: #bdeebd !important;
}
.cat-gray-small{
    width: 15px;
    filter: grayscale(60%);
}
.nav.nav-pills .nav-item{
    width: 100%;
}
.hidden{
    display: none;
}
.item-var-picker{
    background-color: #eee;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    margin-right: 5px;
}
.item-var-picker:hover
{
    cursor: pointer;
    background-color: #ddd;
    border : 1px solid #bbb
}
.item-var-picker.active{
    background-color: #82cbf5;
}
.color-r{
    width: 12px;
    height: 12px;
    border-radius: 2px;
    margin-left: 3px;
    display: inline-block;
    margin-top: 2px;
    border: 1px solid #aaa;
}
.variety-container{
    border: 1px solid #eee;
    padding: 10px;
    margin-top: 10px;
    border-radius: 10px;
}
.search-row{
    padding: 10px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    border-radius: 10px;
}
.history-box{
    overflow-x: scroll;
    overflow-y: scroll;
}

