@import url('https://fonts.googleapis.com/css2?family=Inder&display=swap');

#pre_form_textarea{
    position: relative;
    line-height: 21px;
    font-family: 'Inder', sans-serif;
    font-size: 19px;
    outline: none;
    resize: none;
    border-style: solid;
    border-radius: 17px;
    border-color: none;
    padding: 10px;
    height: 180px;
    right: 5px;
    width: 87%;
    overflow: hidden;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
tr.checkbox_container{
    display: flex;
}
td.checkbox_container{
    width: 80%;
    margin-left: 30px;
}
#pre_form_table{
    display: flex;
    position: relative;
    background-color: rgb(182, 220, 252);
    border-radius: 40px;
    box-shadow: 0px 0px 40px 7px rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-right: auto;
    width: 630px;
    border-spacing: 30px;
}
p.pre_form_label{
    font-family: 'Inder', sans-serif;
    font-size: 19px;
}
.pre_form_input{
    height: 21px;
    line-height: 19px;
    border-radius: 10px;
    border-style: solid;
    padding: 1px 5px;
    font-family: 'Inder', sans-serif;
    font-size: 19px;
}
.pre_form_input:focus{
    outline: none;
}
.pre_form_submit{
    background-color: #94a9f0;
    height: 30px;
    width: 230px;
    border-radius: 13px;
    border: 2px solid transparent;
    font-family: 'Inder', sans-serif;
    font-size: 19px;
    cursor: pointer;
}
.pre_form_submit:focus{
    outline: none;
}
.pre_form_submit:hover{
    background-color: #879feb;
}
.pre_form_submit:focus{
    background-color: #6b82ce;
    border-color: #6b82ce;
}
#customise{
    position: relative;
    width: 687px;
    height: 240px;
    background-color: rgb(182, 208, 252);
    border-radius: 30px;
    box-shadow: 0px 0px 40px 7px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#DSB_pic{
    position: relative;
    float: left;
    height: 240px;
    width: 320px;
    border-radius: 30px 0px 0px 30px;
}

p.preorder_text{
    font-family: 'Inder', sans-serif;
    font-size: 17px;
}

#pre_table_head{
    font-size: 25px;
    font-weight: bold;
}

.radio_kernel_text{
    font-family: 'Inder', sans-serif;
    font-size: 17px;
}

#preorder_heading{
    top: 10px;
    position: relative;
    font-size: 29px;
}

.preorder_select{
    position: relative;
    top: 3px;
    height: 25px;
    border-radius: 10px;
    border: 2px solid rgb(61, 103, 241);
    padding: 1px 2px;
    background-color: rgb(228, 216, 216);
    font-size: 16px;
    font-family: 'Inder', sans-serif;
}

.preorder_select:focus{
    outline: none;
}

#color_head{
    font-size: 25px;
}

#color_selector{
    border-spacing: 10px;
    position: relative;
    left: 1.2em;
}
.color_select{
    width: 28px;
    height: 28px;
    border-radius: 100%;
    padding: 3px;
    background-clip: content-box;
    border: 2px solid transparent;
}

.qty_select{
    position: relative;
    bottom: 3em;
    left: 0.6em;
    border-spacing: 20px;
}

#qty_selector{
    left: 1em;
}

#orange{
    background-color: #F2A064;
}

#white{
    background-color: #FFFFFF;
}

#pink{
    background-color: #F99CEF;
}

#blue{
    background-color: #75C2EE;
}

#green{
    background-color: #C6FFB8;
}

.beneficiary_select{
    width: 170px;
    height: 180px;
    background: #ABD8E6;
    box-shadow: 0px 0px 50px 7px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#beneficiary_selector{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-spacing: 30px;
    border-radius: 20px;
}

/* HIDE RADIO */
[type=radio] { 
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
[type=radio] + .color_select {
    cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + .color_select {
    border: 2px dashed rgb(49, 95, 196);
}
/* IMAGE STYLES */
[type=radio] + .beneficiary_select {
    cursor: pointer;
    background-clip: padding-box;
}

[type=radio] + .beneficiary_select:hover {
    background-color: #96c7d6;
    /*border: 2px dashed rgb(49, 95, 196);*/
}

/* CHECKED STYLES */
[type=radio]:checked + .beneficiary_select {
    border: 10px solid #7FB5C6;
    margin: 0px;
    background-color: #7FB5C6;
}

.radio_kernel{
    display: flex;
    align-items: center;
    justify-content: center;
}

.radio_kernel_img{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: auto;
}

.radio_kernel_text{
    text-align: center;
}