.text-center, .text_center {
    text-align: center;
}

.text-left, .text_left {
    text-align: left;
}

.text-right, .text_right {
    text-align: right;
}

.display-none, .display_none {
    display: none;
}

.display-block, .display_block {
    display: block;
}

.float-right, .float_right {
    float: right;
}

.float-left, .float_left {
    float: left;
}

.clear-both, .clear-both {
    clear: both;
}


.padding-none, .padding_none,
.padding-0, .padding_0{
    padding: 0!important;
}
.padding-left-0
{
    padding-left:0!important;
}


.width-unset {
    width: unset;
}

.width-inherit {
    width: inherit;
}

.cursor-pointer, .cursor_pointer {
    cursor: pointer;
}

.display-inline{
    display: inline;
}

.display-inline-block{
    display: inline-block;
}


.width-100-percentage
{
    width: 100%!important;
}

.width-50-percentage
{
    width: 50%!important;
}

.line-height-25-px
{
    line-height: 25px;
}


.color-white {
    color: #fff;
}

.background-color-red {
    background-color: #dd5a43 !important;
}

.margin-right-2-rem {
    margin-right: 2rem;
}

.width-30-rem {
    width: 30rem;
}

.width-10-rem {
    width: 10rem;
}

.margin-bottom-1-rem{
    margin-bottom: 1rem!important;
}

.width-20-rem {
    width: 20rem;
}

.width-height-13_5-rem {
    width: 13.5rem;
    height: 13.5rem;
}


.margin-bootom-10 {
    margin-bottom: 10px;
}

.margin-top-33 {
    margin-top: 33px;
}

.margin-top-40 {
    margin-top: 40px;
}


.margin-top-26 {
    margin-top: 26px;
}

.min-height-5-rem {
    min-height: 5rem;
}

.min-height-10-rem {
    min-height: 10rem;
}


.min-height-50
{
    min-height: 50px!important;
}

.height-10rem{
    height: 10rem!important;
}
.height-20rem{
    height: 20rem!important;
}

.height-5rem {
    height: 5rem!important;
}

.margin-top-50{
    margin-top: 50px;
}


.p-l-60 {
    padding-left: 60px!important;
}

.p-l-80 {
    padding-left: 80px!important;
}