.rma_card{
    margin-top: 100px;
    align-items: center;
}

.rma_form{
    align-items: center;
    text-align: center;
}

.rma_h1{
    color:#FA4141 !important;
    text-align: center;
    font: arial;
    font-weight: bold;
}

.rma_label{
    font: arial;
    font-weight: bold;
}

.rma_button{
    align-self: center !important;
    background-color:#FA4141 !important;
    border: 0px !important;
}

.rma_input{
    padding: 20px;
}

.rma_warning{
    padding: 30px;
    background-color: black;
    color: #FA4141;
    font-weight: bold;
}

.mac_error{
    padding: 30px;
    background-color: #FA4141;
    /* color: #FA4141; */
    font-weight: bold;
}

.mac_success{
    padding: 30px;
    background-color:  #47f55e;
    /* color: #47f55e; */
    /* font-weight: bold; */
}

.mac_warning{
    padding: 30px;
    background-color: #d8f547;
    /* color: #d8f547; */
    /* font-weight: bold; */
}

/* info page */

.content {
    display: none;
}
.content-secondary {
    display: none;
}
.block {
    display: flex;
    width: 110px;
    height: 60px;
    margin: 10px;
    background-color: rgb(159, 183, 192);
    text-align: center;
    align-items: center;
    justify-content: center;
    line-height: 100px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    color: white;
}
.block-secondary {
    display: flex;
    width: 200px;
    min-height: 60px;
    margin: 10px;
    background-color: #FA4141;
    text-align: center;
    align-items: center;
    justify-content: center;
    line-height: 100px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    color: white;
}
.block:hover {
    background-color: #fa414185;
    color: white;
}
.block-secondary:hover {
    background-color: #FA4141;
    color: white;
}
/* .block-active {
    display: flex;
    width: 110px;
    height: 60px;
    margin: 10px;
    background-color:#FA4141;
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 100px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
} */
.active {
    display: block;
    align-content: center;
}
.choice {
    cursor: pointer;
    color: #41fae790;
    text-decoration: underline;
}
.label-form {
    font-style: italic;
    color: rgb(26, 27, 28);
}

.rma_page_bar{
    display: flex; 
    align-items: flex-end; 
    justify-content: space-between;
}

.rma_card_body{
    background-color: #b7c7de;
}
#service_description{
    /* background-color: #d2d3f485; */
    /* color: black; */
    width: 100%;
    min-height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
}

textarea {
    resize: block;
  }

  #testSection {
    display: none;
}

#pinSection {
    display: none;
}

#submitSection {
    display: none;
}