body, html {
    /*max-width: 1535px;*/
    margin: 0 auto;
    /*font-family: Vazir !important;*/
    /*direction: rtl !important;*/
    /*text-align: right !important;*/
    scroll-behavior: smooth;
    /*background-color: whitesmoke;*/
    overflow-x: hidden;
    font-size: 14px;
}

/** {*/
/*    transition: all 0.5s ease !important;*/
/*}*/

::-webkit-scrollbar {
    width: 5px;
    cursor: pointer !important;
    background-color: gray !important;
}


/* Track */
::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px grery;*/
    /*border-radius: 10px;*/
    cursor: pointer !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: dimgray;
    border-radius: 5px;
    cursor: pointer !important;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: darkgray;
    cursor: pointer !important;

}

input:focus, textarea:focus, button:focus:not(.nav-link) {
    box-shadow: none !important;
    border-color: darkcyan !important;
}

.has-error {
    border: 1px solid red !important;
}

.nav-tabs .nav-link {
    color: white;
}

.nav-tabs .nav-link.active {
    color: darkcyan;
    background-color: #F8F9FA;
    border-bottom: 0 !important;
}

.btn-primary, .btn-primary:focus, .btn-primary:hover {
    background-color: darkcyan;
}

.btn-primary {
    padding-bottom: 3px !important;
    width: 120px;
    border: 0;

}
.txt:not(#productName){
    direction: ltr;
    text-align: left;
}

