.a_c_center {
    align-content: center;
}
.p_relative {
    position: relative;
}
.flex-nowrap {
    flex-wrap: nowrap;
}
.flex_basis_30 {
    flex-basis: 30%;
}
.flex_basis_33 {
    flex-basis: 33%;
    max-width: 33%;
}
.flex_basis_43 {
    flex-basis: 43%;
    max-width: 43%;
}
.flex_basis_44 {
    flex-basis: 44%;
}
.flex_basis_47 {
    flex-basis: 47%;
    max-width: 47%;
}
.flex_basis_50 {
    flex-basis: 50%;
    max-width: 50%;
}
.flex_basis_60 {
    flex-basis: 60%;
    max-width: 60%;
}
.flex_basis_66 {
    flex-basis: 66%;
    max-width: 66%;
}
.flex_basis_69 {
    flex-basis: 69%;
}

.pos_relative {
    position: relative;
}

.border_r_4 {
    border-radius: 4px;
}

.border_bot_1_green {
    border-bottom: 1px solid #E4F2DC;
}

.m_0_-15 {
    margin: 0 -15px;
}
.m_0 {
    margin: 0;
}
.m_15 {
    margin: 15px;
}
.m_-15 {
    margin: -15px;
}
.m_top_-150 {
    margin-top: -150px;
}

.m_top_1rem {
    margin-top: 1rem;
}

.m_top_24 {
    margin-top: 24px;
}
.m_top_27 {
    margin-top: 27px;
}
.m_top_30 {
    margin-top: 30px;
}
.m_top_35 {
    margin-top: 35px;
}
.m_top_45 {
    margin-top: 45px;
}
.m_top_48 {
    margin-top: 48px;
}
.m_top_150 {
    margin-top: 150px;
}

.m_bottom_-12 {
    margin-bottom: -12px;
}
.m_bottom_-24 {
    margin-bottom: -24px;
}

.m_bottom_0 {
    margin-bottom: 0;
}
.m_bottom_7 {
    margin-bottom: 7px;
}
.m_bottom_12 {
    margin-bottom: 12px;
}
.m_bottom_14 {
    margin-bottom: 14px;
}
.m_bottom_15 {
    margin-bottom: 15px;
}
.m_bottom_22 {
    margin-bottom: 22px;
}
.m_bottom_24 {
    margin-bottom: 24px;
}
.m_bottom_30 {
    margin-bottom: 30px;
}
.m_bottom_34 {
    margin-bottom: 34px;
}
.m_bottom_36 {
    margin-bottom: 36px;
}
.m_bottom_40 {
    margin-bottom: 40px;
}
.m_bottom_65 {
    margin-bottom: 65px;
}
.m_bottom_80 {
    margin-bottom: 80px;
}

.m_left-5 {
    margin-left: -5px;
}
.m_left_20 {
    margin-left: 20px;
}
.m_left_40 {
    margin-left: 40px;
}
.m_left_50 {
    margin-left: 50px;
}
.m_left_85 {
    margin-left: 85px;
}
.m_left_105 {
    margin-left: 105px;
}

.m_right_30 {
    margin-right: 30px;
}


.p_top_150 {
    padding-top: 150px;
}
.p_top_200 {
    padding-top: 200px;
}

.p_bottom_20 {
    padding-bottom: 20px;
}
.p_bottom_70 {
    padding-bottom: 70px;
}
.p_left_15 {
    padding-left: 15px;
}
.p_left_20 {
    padding-left: 20px;
}
.p_left_25 {
    padding-left: 25px;
}
.p_left_30 {
    padding-left: 30px;
}
.p_left_35 {
    padding-left: 35px;
}
.p_left_40 {
    padding-left: 40px;
}
.p_left_100 {
    padding-left: 100px;
}
.p_left_105 {
    padding-left: 105px;
}

.p_0 {
    padding: 0;
}
.p_10 {
    padding: 10px;
}
.p_15 {
    padding: 15px;
}
.p_20 {
    padding: 20px;
}
.p_25 {
    padding: 25px;
}
.p_30 {
    padding: 30px;
}

.w_calc_33 {
    width: calc(100% / 3 - 30px);
}
.w_calc_50p-30 {
    width: calc(50% - 30px);
}
.width_50p-10 {
    width: calc(50% - 10px);
}


.w_70p {
    width: 70%;
}
.w_80p {
    width: 80%;
}
.w_100p {
    width: 100%;
}
.h_100p {
    height: 100%;
}
.minw_0 {
    min-width: 0px;
}

.minw_45 {
    min-width: 45px;
}

.maxw-fit {
    max-width: fit-content;
}

.maxw_220 {
    max-width: 220px;
}
.maxw_270 {
    max-width: 270px;
}
.maxw_310 {
    max-width: 310px;
}
.maxw_440 {
    max-width: 440px;
}

.maxw_450 {
    max-width: 450px;
}
.maxw_470 {
    max-width: 470px;
}

.maxw_570 {
    max-width: 570px;
}

.maxw_600 {
    max-width: 600px;
}

.minh_60{
    min-height: 60px;
}
.border {
    border: 1px solid black;
    border-radius: 15px;
}
.underline {
    text-decoration-line: underline;
}
.ta_justify {
    text-align: justify;
}

.td_underline {
    text-decoration: underline;
}

.weight_bold{
    font-weight: bold;
}
.font_italic{
    font-style: italic;
}

.noselect {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}