.mb_options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px;
    background-color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.mb_option_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.mb_option_item {
    width: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    margin-bottom: 15px;
}

.mb_option_item:hover {
    -webkit-box-shadow: 0px 0px 0px 1px #84329B;
    box-shadow: 0px 0px 0px 1px #84329B;
}

.mb_option_item_icon_holder {
    margin-bottom: 5px;
    margin-top: 10px;
    text-align: center;
}

.mb_icon {
    /*width: 100%;*/
}

.mb_option_item_label {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    /*margin-left: 15px;/*/
    /*margin-right: 15px;*/
    margin-bottom: 5px;
}

.mb_option_item_mod {
    /*width: 100%;*/
    /*max-width: 280px;*/
}

.options_content {
    padding: 20px;
    border: 1px solid #84329B;
    border-radius: 16px;
}

.mb_option_cancel {
    color: #DA1984;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    float: right;
    cursor: pointer;
}

.mb_option_content_container {
    background-color: white;
    padding-bottom: 20px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.cfd_option {
    font-weight: 500;
    font-size: 16px;
    padding: 40px;
    width: 150px;
    text-align: center;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    cursor: pointer;
}

.cfd_option:hover {
    -webkit-box-shadow: 0px 0px 0px 1px #84329B;
    box-shadow: 0px 0px 0px 1px #84329B;
}

.cfd_options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    margin-top: 30px;
    margin-bottom: 30px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 1rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.mb-5 {
    margin-bottom: 3rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-3 {
    margin-top: 1rem;
}

.mt-4 {
    margin-top: 1.5rem;
}

.mt-5 {
    margin-top: 3rem;
}

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

.d-block {
    display: block;
}
