.dashboard-menu-button-v3 {
    width: 120px;
    font-size: 14px;
    letter-spacing: 0.7px;
    color: #080c13;
    padding-left: 13px;
    display: block;
}

.dashboard-menu-button-dropdown-icon.active img {
    transform: rotate(-180deg);
}

.dashboard-select.disabled {
    background-color: #d9dad7;
    color: white;
    background-image: url(../../assets/img/dashboard/white-arrow.svg);
}

.dashboard-table-edit:hover {
    background-color: rgba(211, 211, 211, 0.35);
}

.dashboard-select-v2 {
    background-color: #d9dad7;
    border-radius: 2px;
    color: white;
    letter-spacing: 0.7px;
    background-image: url(../../assets/img/dashboard/white-arrow.svg);
    background-size: 13px;
    text-transform: capitalize;
    width: 100%;
    height: 39px;
    font-size: 14px;
    margin-bottom: 44px;
}

.dashboard-select-v2 option {
    background-color: white;
    color: black;
    width: 100%;
}

.dashboard-select-v2.active {
    background-color: #c24d2c;
    border-radius: 2px;
    color: white;
}

.dashboard-remove-v2 {
    padding: 0px;
    position: absolute;
    right: 0px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.7px;
    color: #c24d2c;
    text-transform: capitalize;
    text-decoration: underline;
}

.dashboard-remove-v2:hover,
.dashboard-remove-v2:focus {
    color: #c24d2c;
}

.dashboard-remove-v2.disabled {
    color: #d9dad7;
}

.dashboard-activate-button {
    letter-spacing: 0.7px;
    color: #c24d2c;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 14px;
    max-width: 100px;
    width: 100px;
}

.dashboard-activate-button:hover,
.dashboard-activate-button:focus {
    background: rgba(194, 77, 44, 0.3) 0% 0% no-repeat padding-box;
    color: #c24d2c;
}

/* confirmation modal */

.confirmation-modal .modal-dialog {
    width: 300px;
}

.confirmation-modal-content {
    background-color: #f6f6f6;
    border-radius: 2px;
    border: none;
    padding: 21px 20px;
}

.confirmation-question {
    letter-spacing: 0.7px;
    color: #080c13;
    font-size: 18px;
    margin-bottom: 25px;
}

.confirmation-left-button {
    background: #c24d2c 0% 0% no-repeat padding-box;
    border-radius: 3px;
    letter-spacing: 0.7px;
    color: #f6f6f6;
    text-align: center;
    width: 95px;
    font-weight: bold;
    padding: 7px 0px;
    font-size: 14px;
}

.confirmation-remove-button {
    background: var(--bs-danger) 0% 0% no-repeat padding-box;
    border-radius: 3px;
    letter-spacing: 0.7px;
    color: #f6f6f6 !important;
    text-align: center;
    width: 95px;
    font-weight: bold;
    padding: 7px 0px;
    font-size: 14px;
}

.confirmation-right-button {
    background: transparent;
    border-radius: 3px;
    letter-spacing: 0.7px;
    color: #c24d2c;
    text-align: center;
    width: 85px;
    font-weight: bold;
    padding: 7px 0px;
    text-decoration: underline;
    font-size: 14px;
}

.confirmation-left-button:hover,
.confirmation-left-button:focus {
    color: #f6f6f6;
}

.confirmation-right-button:hover,
.confirmation-right-button:focus {
    color: #c24d2c;
}

/* adding modals */

.add-modal-title {
    letter-spacing: 0.7px;
    color: #080c13;
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 17px;
}

.input-error {
    position: absolute;
    right: 0px;
    letter-spacing: 0.7px;
    color: #c24d2c;
    font-size: 13px;
    bottom: 0px;
    font-weight: 500;
    text-decoration: underline;
}
