.button1.selected {
    color: red;
    background-color: #291770;
}

.form_content {
    margin-top: 30px;
}
.selected {
    background-color: #2a2667 !important;
    color: #efd6a1 !important;
}
#video_source {
    border: 1px solid #14113f;
    background: #35316e;
    color: #fff;
    padding: 4px 16px;
}
.shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: #a7a3a3;
    padding: 20px;
    margin-top: 30px;
}

.shadow1 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: #a7a3a3;
    margin-top: 30px;
    width: 60%;
    margin: auto;
    border: 1px solid #332f6a70;
}

.application_type h6 {
    margin-top: 20px;
    color: #1a1a1a;
}

.application_type p {
    color: #555;
    font-size: 14px;
}

.line {
    width: 40px;
    border-bottom: 1px solid #999;
    margin: 0 auto;
    margin-bottom: 30px;
}

.customized_button {
    border: 1px solid #a2823e !important;
    padding: 8px 35px;
    border-radius: 14px;
    background-color: transparent;
    margin-bottom: 15px;
}

.customized_button:hover,
.actives {
    background-color: #2a2667;
    color: #efd6a1 !important;
    border: 1px solid transparent;
}

fieldset {
    margin-left: 4% !important;
    font-size: 13px;
}

.font_color {
    color: #666 !important;
    font-size: 13px !important;
}

.moa-layout {
    margin: 20px;
    border: 3px solid #9d9cad;
    padding: 20px
}


/* Yes no button css  */

.inputGroup {
    background-color: #fff;
    display: block;
    margin: 10px 0;
    position: relative;
}

.inputGroup .yes_no {
    padding: 12px 30px;
    width: 20%;
    display: block;
    text-align: left;
    color: #3C454C;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
}

.inputGroup .yes_no::after {
    width: 100%;
    height: 10px;
    border-radius: 50%;
    content: '';
    background-color: #332f6a;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    opacity: 0;
    z-index: -1;
}

.inputGroup .yes_no::before {
    width: 32px;
    height: 32px;
    content: '';
    border: 2px solid #D1D7DC;
    /* background-color: #fff; */
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: 0px 3px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 200ms ease-in;
}

input:checked~.yes_no {
    color: #fff;
}

input:checked~.yes_no::after {
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
}

input.checked~.yes_no::before {
    background-color: #54E0C7;
    border-color: #54E0C7;
}

#radio1,
#radio2 {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}


/* // codepen formatting */

.form {
    padding: 0 16px;
    max-width: 550px;
    margin: 50px auto;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
}

body {
    /* background-color: #D1D7DC; */
    /* font-family: 'open Sans', sans-serif; */
}


/* Yes no button css  */

.img_con {
    margin-top: 20px;
    color: #d5bc8f;
}

.img_con1 {
    margin-top: 20px;
    color: #666;
}

.break_record_img {
    border: 10px solid #ccc;
}