
.image-size{

}
.form__btn{
    margin: 0 10px;
}
.save-btn{
    margin-top: 20px;
}
.main__table-btn--edit{
    margin: 0 10px;
}
.select-form{
    background-color: #efefef;
    border: 1px solid transparent;
    border-radius: 8px;
    height: 40px;
    position: relative;
    color: #000000;
    font-size: 14px;
    width: 100px;
    padding: 0 20px;
}
.upload-ink{
    color: white;
    margin: 0 0 20px;
}
.form__img label {
    background-color: #f42525bf !important;
    height: fit-content !important;
    padding: 5px;
}
.form__radio input{
    appearance: none;
 -webkit-appearance: none;
 -moz-appearance: none;
 -ms-appearance: none;
}
.form__btn, .form__input, .form__img{
    border-radius: 4px;
}
.table{
    table-layout: auto;
}
.del-button{
    color: white;
    background-color: #D0221C;
    padding-bottom: 5px;
    padding-top: 5px;
    border-radius: 8px;
    font-size: 13px;
}
.edit-button{
    color: white;
    background-color: #E08700;
    padding-bottom: 5px;
    padding-top: 5px;
    border-radius: 8px;
    font-size: 13px;
}
.button-color{
    color: white;
}
.main__table tbody tr{
    text-align-last: center;
}
.pointer{
    cursor: pointer;
}
.select-black{
    background: #202f48;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
}
.collapse{
    visibility: inherit!important;
}

h1{
    font-size: 25px!important;
    font-weight: 700!important;
}
h2 {
    font-size: 24px!important;
    font-weight: 700!important;
}
h3{
    font-size: 23px!important;
    font-weight: 700!important;
}
h4{
    font-size: 22px!important;
    font-weight: 700!important;
}
h5{
    font-size: 21px!important;
    font-weight: 700!important;
}
h6{
    font-size: 20px!important;
    font-weight: 700!important;
}
.vue-treeselect__input{
    color: black;
}
