﻿.Flex_Direction__Column{
    flex-direction: column;
}
.Button___Grey2 {
    border-radius: 8px;
    background-color: #F2F2F2;
    color: #636467;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    border: 0px !important;
    cursor: pointer;
    height: 45px;
    box-shadow: none !important;
}
.Content_Btn__Loading{
    cursor: not-allowed;
    margin-bottom: 0px;
    margin-top: 20px;
    padding: 11px;
}
.margin-top_20{
    margin-top: 20px;
}

.margin-bottom-16 {
    margin-bottom: 16px;
}

.margin-top-16 {
    margin-top: 16px;
}

.margin-bottom-24 {
    margin-bottom: 24px;
}

.margin-top-24 {
    margin-top: 24px;
}

.Text___Neutral {
    color: #212121;
    font-weight: normal;
}

.autowidth{
    width: auto;
}