
.content__header {
    background: #343f99;
    padding: 8px 30px 8px 70px;
    margin-bottom: 18px;
    position: relative;
}
.title {
    font-size: 18px;
    color: #fff;
    margin: 0 auto 15px;
}
.subtitle {
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
}
.container_max {
    max-width: 414px !important;
}
.cat_img {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
}
.custom-btn {
    width: 100% !important;
    padding:12px !important;
    font-size: 20px !important;
    max-width: 260px !important;
    font-weight: bold !important;
}
.custom-btn-disabled {
    background: #e4e4e4 !important;
    border: 1.5px solid #b9b9b9 !important;
    color: #aeaeae !important;
 
}
.custom-btn-active {
    background: #05b03b !important;
    color: #fff !important;
    border: 1.5px solid #007c26 !important;
}
.custom-btn-active:hover {
    background: #007c26 !important;
}
.mo_text {
    font-size: 13px;
    color: #b3b3b3;
}
.spacing {
    margin-top:2px !important;
}
.font-11{
    font-size: 11px !important;
}
img.selected {
    border: 2px solid #05b03b;
}