.text_align_center {
    text-align: center!important;
}
.text_align_left{
    text-align: left;
}
.padding_right_20px {
    padding-right: 20px;
}

.padding_20px {
    padding: 20px;
}

.width_100p {
    width: 100%;
}
.width_100p_important{
    width: 100% !important;
}
.display_flex, .flex {
    display: flex;
}

.display_inline{
    display: inline;
}

.display_none {
    display: none;
}

.display_none_important {
    display: none !important;
}

.justify_content_center {
    justify-content: center;
}

.justify_content_space_between {
    justify-content: space-between;
}

.align_items_center {
    align-items: center;
}

.margin_auto {
    margin: auto;
}

.margin_top_20px{
    margin-top: 20px;
}
.margin_right_5px{
    margin-right: 5px;
}
.margin_left_10px{
    margin-left: 10px;
}

.margin_bottom_10px {
    margin-bottom: 10px;
}

.width_100px {
    width: 100px;
}
.width_130px {
    width: 130px;
}
.width_300px {
    width: 300px;
}
.width_400px {
    width: 400px;
}
.width_700px{
    width: 700px;
}

.white{
    color: white;
}

.vertical_align_top {
    vertical-align: top;
}

.border_radius_20px {
    border-radius: 20px;
}