﻿#PopupButtonContainer,
.PopupButtonContainer {
    border: solid 0px red;
    margin: 16px auto;
    text-align: center;
    width: auto;
}
.formSaveButton {
    border-radius: 4px;
    border: none;
    background-color: #00A69C;
    color: #FAFAFB;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    width: 150px;
    height: 48px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.formCancelButton {
    border-radius: 4px;
    border: none;
    background-color: #6D6D6D;
    color: #F1F1F5;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    width: 150px;
    height: 48px;
    -webkit-appearance: none;
    -moz-appearance: none;
}