﻿
.btn-edit {
    border-radius: 6px;
    background-color: darkorange;
    color: #454545;
    padding: 6px 16px;
}
.btn-remove {
    border-radius: 6px;
    background-color: #ff0000;
    color: #454545;
    padding: 6px 16px;
    margin-right: 6px;
}

.btn-edit-add-new {
    border-radius: 6px;
    background-color: green;
    color: #454545;
    padding: 6px 16px;
    max-height: 2vw;
    width: 6vw !important;
    transform: translate(0, -50%);
    text-align: center;
    font-family: IRANSans !important;
    z-index: 2000;
    position: relative;
    bottom: -755px;
    right: -87px;
    height: 60px;
    color: white;
    font-weight: bold;
}