@font-face {
    font-family: "vazinmatn";
    src: url("../font/vazinmatn.ttf");
    font-weight: normal;
}

a, html, ul, li, *, button, p, div, span {
    text-decoration: none;
    font-family: vazinmatn!important;
    list-style: none;
}
.input_class_mobile{
    outline: none!important;
    -webkit-appearance: button;
    margin: 10px 0 !important;
    height: 30px!important;
    padding: 0;
    padding-right: 1.25rem!important;
    border-radius: 5px!important;
    width: 100% !important;
    border: 1px solid rgba(205, 205, 205, 0.4) !important;
    text-align: start!important;
    background: #fff !important;
    box-shadow: 0 .15rem .4rem rgba(0, 0, 0, .075) !important;
}
.headerTitleDashboard{
    right: 50%;
    transform: translateX(50%);
    top: -67px;
    background: white;
}
.simpleShadow {
    box-shadow: 0 0.2rem 0.5rem rgb(0 0 0 / 8%) !important
}
.textarea_class_mobile{
    outline: none;
    height: 110px;
    margin: 10px 0 !important;
    padding-right: 1.25rem;
    border-radius: 5px;
    width: 100% !important;
    border: 1px solid rgba(205, 205, 205, 0.4) !important;
    text-align: start;
    background: #fff !important;
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .075) !important;
}

.category {
    margin-bottom: 5px;
    margin-left: 5px;
    border-radius: 10px;
    background:#5c5c5c;
    text-wrap:nowrap;
    height: 90px;
    padding: 5px;
    text-align: center;
    color: rgb(237, 237, 237);
    float: left;
}

.nameCategory {
    font-size: 9px;
    color: #c9c9c9;
}

.nameCategoryFa {
    color: white;
    font-size: 12px;
}

.hrtext {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.headerhr {
    flex-grow: 1;
    height: 2px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: rgba(103, 103, 103, 0.45);
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hideScrollbar::-webkit-scrollbar {
    display: none !important;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hideScrollbar {
    -ms-overflow-style: none !important; /* IE and Edge */
    scrollbar-width: none !important; /* Firefox */
}

.itemWrapper {
    height: 140px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    width: 100%;
    background: linear-gradient(to left, #676767, rgba(230, 192, 0, 0)) rgba(216, 216, 216, 0.1);
}

.addToItem {
    cursor: pointer;
    float: left;
    text-align: right;
    left: 15px;
    padding-right: 4px;
    padding-left: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    bottom: -50px;
    height: 20px;
    font-size: 10px;
    border-radius: 3px;
    color: #000;
    margin: 1px;
    background-color: #676767;
}

.categories {
    scroll-margin-top: 95px;
}


.btn-aqua {
    background-color: #818cf8!important;
    transition: 0.3s ease;
    box-shadow: 0 2px 10px rgb(129 140 248 / 50%);
    padding: 5px;
    border-radius: 5px;
    border: none;
}

.borderCustomized {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0 4px 5px rgb(129 140 248 / 35%);
}

.simple-shadow{
    box-shadow: 0 4px 5px rgb(129 140 248 / 35%);

}

.labelForms {
    top: -10px;
    font-weight: 900;
    padding: 0 26px;
    background: white;
    position: relative;
}

.input_class {
    outline: none!important;
    -webkit-appearance: button;
    margin: 10px 0 !important;
    height: 30px!important;
    padding: 0;
    padding-right: 1.25rem!important;
    border-radius: 5px!important;
    width: 175px !important;
    border: 0px solid #cdcdcd !important;
    text-align: start!important;
    background: #fff !important;
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .075) !important;
}

.textarea_class {
    outline: none;
    height: 150px;
    margin: 10px 0 !important;
    padding-right: 1.25rem;
    border-radius: 5px;
    width: 175px !important;
    border: 0px solid #cdcdcd !important;
    text-align: start;
    background: #fff !important;
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .075) !important;
}
.textarea_class2 {
    outline: none;
    height: 150px;
    margin: 10px 0 !important;
    padding-right: 1.25rem;
    border-radius: 5px;
    width: 90% !important;
    border: 0px solid #cdcdcd !important;
    text-align: start;
    background: #fff !important;
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .075) !important;
}

.footer {
    margin-top: 10px;
    width: 100%;
    bottom: 0;
}
.list-items-btn{
    background: #818cf8!important;
    padding: 2px 4px!important;
    margin: 4px!important;
    color: #ffffff;
    border-radius: 7px!important;
}
.list-items-btn-not-exist{
    background: #f1f1f1 !important;
    padding: 2px 4px!important;
    margin: 4px!important;
    border-radius: 7px!important;
}

.category button{
    min-width:90px;
}
}