@font-face {
    font-family: Cantoria;
    src: url(../fonts/CantoriaMTStd.otf);
}

@font-face {
    font-family: Gothic;
    src: url(../fonts/GOTHIC.TTF);
}

@font-face {
    font-family: Gothicbold;
    src: url(../fonts/GOTHICB.TTF);
}

/* @font-face {
    font-family: 'Bricolage Grotesque';
    src: url(../fonts/bricolage_grotesque/static/BricolageGrotesque-Regular.ttf);
}

@font-face {
    font-family: 'Bricolage Grotesque Bold';
    src: url(../fonts/bricolage_grotesque/static/BricolageGrotesque-Bold.ttf);
} */

.bold {
    font-family: Gothicbold;
}

html {
    scroll-behavior: smooth;
}

.cantoria {
    font-family: 'Cantoria', sans-serif;
}

/* .bricolage_bold {
    font-family: 'Bricolage Grotesque Bold', sans-serif;
} */

/*body {*/
/*    font-family: 'Gothic', sans-serif;*/
/*    font-size: 13px;*/
/*    letter-spacing: 1px;*/
/*    font-size: 16px*/
/*}*/

.space-class {
    margin: 50px 0;
}

p {
    font-size: 15px;
}

.green, a {color:#70c099}

.btn-default {
    background: #70c099;
    color: #fff;
    padding: 10px;
}

.btn-default:hover {
    background: #fddaca;
}

.btn-primary {
    background: #fddaca;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 20x;
    color: #000;
    min-height: 50px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 6px;
    padding: 18px 26px 15px;
    margin-bottom: 10px;
    min-width: 180px;
}

.btn-primary:hover {
    background: #f0efea;
    color: #000;
}

/*img.logo {*/
/*    max-width: 400px;*/
/*    margin-top: 60px;*/
/*    padding: 0 0 40px 40px;*/
/*}*/

.showcase-customization h2 {
    font-weight: bold;
    font-size: 35px;
    line-height: 35px;
    color: #6fbf98;
}

.showcase-customization h3 {
    margin-bottom: 40px;
}

.showcase-customization {
    background: url(../img/customization_tool/showcase.jpg) no-repeat bottom right scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    padding: 80px 0 90px;
}

.showcase-customization .btn-default {
    padding: 20px;
    margin-left: 15px;
    border-radius: 8px;
}

.green-line {
    background: #6fbf98;
    height: 35px;
}

.green-line img {
    position: absolute;
    max-width: 350px;
    right: 50px;
    margin-top: -17px;
}

.content {
    text-align: center;
    padding: 50px 0 0;
}

.content h2 {
    font-family: 'Cantoria', sans-serif;
    /* font-family: 'Bricolage Grotesque Bold', sans-serif; */
    /* font-family: 'Bricolage Grotesque', sans-serif; */
    font-size: 40px;
    color: #6fbf98;
}

.content h4 {
    padding: 20px 0 40px;
    line-height: 28px;
}

.steps {
    text-align: center;
    margin: 50px 0 100px;
}

.steps img {
    margin: 50px auto 20px;
    width: 100px;
}

p.thenumber {
    position: relative;
    margin-top: -79px;
    margin-bottom: 50px;
    font-size: 20px;
    color: #fff;
}

p.steps {
    margin-top: 60px
}

.line {
    border-top: 4px solid #fddaca;
    position: relative;
    top: 100px;
    max-width: 65%;
    left: 50%;
    transform: translate(-50%, 0);
}

.dreamit {
    background: #fddaca;
}

.dreamit .row {
    padding: 0px;
    margin: 0px;
}

.dreamit .col-sm-6 {
    padding: 0
}

.dreamit img {
    margin-right: 0;
}

.dreamit h1 {
    padding-bottom: 30px;
    margin: 0 auto;
    text-align: center;
}

.dreamit h4 {
    line-height: 26px;
}

.dreamit .left-box {
    padding: 80px;
}

.ready {
    background: #6fbf98;
    border-bottom: 10px solid #fddaca;
    padding: 0 0 40px;
    color: #fff;
}


.ready h2 {
    font-size: 50px;
    font-weight: bold;
}

.ready h3 {
    font-size: 40px;
    font-weight: bold;
}

.ready .btn-primary {
    margin-top: 45px;
    background: #fddaca;
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.ready .btn-primary:hover {
    background: #f0efea;
}

.video {
    padding: 50px 0 80px;
    text-align: center;
}

.video h1 {
    margin-bottom: 50px;
}

video {
    width: 100%
}

.pink-box {
    background: #fddaca;
    padding: 10px;
}

.testimonials {
    padding: 0 0 50px;
    text-align: center;
}

.testimonials h1 {
    color: #6fbf98;
    font-size: 50px;
}

.time-to-shop-better {
    padding: 0 0 80px;
    text-align: center
}

.time-to-shop-better img {
    width: 100px;
    margin: auto;
    margin-top: 50px;
}

.time-to-shop-better h2 {
    font-size: 35px;
    text-align: center;
    color: #6fbf98;
}

.seperator {
    background: #fddaca;
    height: 20px;
    border-bottom: 5px solid #6fbf98;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.seperator img {
    margin: -60px auto;
    width: 80px;
    text-align: center;
}

.choose {
    margin-top: 30px;
    text-align: center;
}

.form {
    /*padding: 80px 0;*/
}

form {
    margin-top: 40px;
}

textarea {
    padding: 50px 0
}

select {
    width: 100%;
    height: 34px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px;
}


/*#custom-design {margin: 50px 0 100px;}*/

.steps-header {
    margin: 0px 0
}

.steps-body {
    margin: 0px 0 0px;
}

.steps-body .box-bordered a:hover {text-decoration: none;}

h1.step-title {
    text-align: center;
    color: #6fbf98;
    margin-bottom: 30px;
}

.center {
    text-align: center;
}

.center img {
    margin: auto;
}

.steps-body .btn-default {
    width: 100%;
    margin-bottom: 10px;
}

.steps-body .form-group {
    margin-bottom: 10px;
}

.nav-btns {
    margin-top: 14px;
}

.nav-btns .btn-primary {
    width: 100%;
    font-size:16px;
}

.nav-btns .btn-reset {
    width: 100%;
    font-size: 16px;
    border: 1px solid #ccc;
    color: #000;
    background: #fff;
    line-height: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
}
.nav-btns .btn-reset:hover {
    background: #f3f3f3;
}

@media (min-width: 768px) and (max-width: 991px) {
    .nav-btns .btn-reset {
        font-size: 16px;
    }
}

.nav-btns .btn-default {
    padding: 15px 10px;
    border-radius: 8px;
    width: 100%;
    font-size:16px;
}

.box-bordered {
    border:2px solid #70c099;
    padding: 40px;
    min-height: 500px;
    margin-bottom: 20px;
}

/** upload ***/
.button_outer {
    background: #70c099;
    border-radius: 6px;
    text-align: center;
    height: 50px;
    width: 200px;
    display: inline-block;
    transition: .2s;
    position: relative;
    overflow: hidden;
}

.btn_upload {
    padding: 14px 30px 12px;
    color: #fff;
    text-align: center;
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 3;
    white-space: nowrap;
}

.btn_upload input {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

.file_uploading {
    width: 100%;
    height: 10px;
    margin-top: 20px;
    background: #ccc;
}

.file_uploading .btn_upload {
    display: none;
}

.processing_bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    border-radius: 30px;
    background: #70c099;
    transition: 3s;
}

.file_uploading .processing_bar {
    width: 100%;
}

.success_box {
    display: none;
    width: 50px;
    height: 50px;
    position: relative;
}

.success_box:before {
    content: '';
    display: block;
    width: 9px;
    height: 18px;
    border-bottom: 6px solid #fff;
    border-right: 6px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 20px;
    top: 15px;
}

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

.file_uploaded {
    margin-top: 0;
    width: 50px;
    background: #70c099;
    height: 50px;
}

.uploaded_file_view {
    max-width: 300px;
    margin: 40px auto;
    text-align: center;
    position: relative;
    transition: .2s;
    opacity: 0;
    border: 2px solid #ddd;
    padding: 15px;
}

.file_remove {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    position: absolute;
    background: #aaa;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    right: -15px;
    top: -15px;
}

.file_remove:hover {
    background: #222;
    transition: .2s;
}

.uploaded_file_view img {
    max-width: 100%;
}

.uploaded_file_view.show {
    opacity: 1;
}

.error_msg {
    text-align: center;
    color: #f00
}
#customization_progress {
    height: 2rem;
    border-radius: 2rem;
    transition: all 0.5s;
    will-change: transform;
    background-color: #FDDACA;
    color: black;
}
.btn-custtool {
    background: #6fbf98;
    color: #fff;
    width: 350px;
}
.btn-custtool:hover {
    background: #7f7f7d;
    color: #fff;
}
.btn-custtool h4 {
    line-height: 20px;
    margin-bottom: 02px;
}
.btn-custtool p {
    line-height: 14px !important;
    font-size: 12px;
}
.btn-custtool img {
    margin: 14px 20px;
}

.ringShapes .dshapes,  .ringShapes .sideShapes {padding: 5px;}

.not-allowed-hover:hover{cursor: not-allowed;}

.ringShapes .dshapes:not(.not-allowed-hover):hover, .ringShapes .sideShapes:not(.not-allowed-hover):hover {background: #fcdacb;padding: 5px;cursor: pointer;border-radius: 6px;}
.variant-config-box:not(.not-allowed-hover):hover {cursor: pointer;}

.carousel .active{background: white!important; color: black!important;}

.dimondsByShape{
    background-color: white!important;
}

.box-bordered input[type=checkbox]{
    margin: 5px -25px!important;
}

.box-bordered input[type=checkbox]:after {
    border-radius: 0px;
}

.twotonebox {
    background: linear-gradient(to left, #f5f5f5 50%, gold 50%);
    padding: 15px 8px;
    width: 60px;
    color: #000;
    white-space: nowrap;
}

/*assistance in pricing*/
.assistance-in-pricing input,
.assistance-in-pricing select {
    width: 100% !important
}

.assistance-in-pricing .form-group {
    margin-bottom: 20px;
}

.finding-diamond .modal-content {
    text-align: center
}

.finding-diamond .modal-content img {
    margin: auto
}

.finding-diamond .modal-header {
    border: none !important;
}

/*concierge service*/
.consiergeService .body-txt {
    margin: 50px 0
}

.consiergeService input, .consiergeService select, .consiergeService textarea {width: 100%!important}

/*find-diamond*/
/*.finding-diamond {margin: 50px 0}*/

/*.finding-diamond .body-txt {*/
/*    margin: 50px 0*/
/*}*/

.finding-diamond input, .finding-diamond select, .finding-diamond textarea {width: 100%!important}

.finding-diamond .form-group {margin-top: 20px;}

.finding-diamond .modal-content {
    text-align: center
}

.finding-diamond .modal-content img {margin: auto}

.finding-diamond .modal-header {border: none!important;}

.fa-quote-left {
    font-size:40px;
    margin-bottom: 20px;
}

.steps-body .form-control {
    border-bottom: 3px solid #FDDACA;
    border-top:none;
    border-left: none;
    border-right: none;
    box-shadow: none;
    font-size:20px;
    font-weight: bold;
    height:40px;
    text-align: center;
}

.steps-body ::placeholder {font-size:14px;font-weight: 100;}

.steps-body .form-control:focus {
    border-bottom: 3px solid #6FBF98!important;
    box-shadow: none;
}

.steps-body textarea {
    text-align: left!important;
    font-size:16px!important;
    font-weight: 100!important;
}

.steps-body input[type="checkbox"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: var(--form-background);
    /* Not removed via appearance */
    margin: 0;
    font: inherit;
    color: #6fbf98;
    width: 20px;
    height: 20px;
    border: 0.15em solid #6fbf98 !important;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    margin-top: 0 !important;
}

.steps-body input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    /* Windows High Contrast Mode */
    background-color: #6fbf98;
}

.steps-body input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.steps-body input[type="checkbox"]:focus {
    outline-offset: max(2px, 0.15em);
    outline: none;
}

.steps-body input[type="radio"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: var(--form-background);
    /* Not removed via appearance */
    margin: 2px;
    font: inherit;
    color: #6fbf98;
    width: 1.1em;
    height: 1.1em;
    border: 0.15em solid #6fbf98;
    border-radius: 100%;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    margin-left: -20px;
}

.steps-body input[type="radio"]::before {
    content: "";
    width: 0.60em;
    height: 0.60em;
    clip-path: circle(50%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    /* Windows High Contrast Mode */
    background-color: #6fbf98;
}

.steps-body input[type="radio"]:checked::before {
    transform: scale(1);
}

.steps-body input[type="radio"]:focus {
    outline-offset: max(2px, 0.15em);
    outline: none;
}

.radio-prongs input[type="radio"] {
    margin-left: 60px;
}

.datepicker_1 {
    display: none;
}

#thankyou .modal-body {
    text-align: center;
}

.testimonial_control .btn-default {
    width: auto!important;
}

.dshapes.active, .sideShapes.active {
    background-color:  #bcdfce !important;
}

.gshapes {
    padding: 20px;
    max-height: 80px;
}

.gshapes.active {
    border: 2px solid #6fbf98;
    color: #6fbf98;
    background-color: #fff;
}

.gtypes {
    padding: 10px;
    max-height: 120px;
    height: 120px;
}

.gtypes.active {
    border: 2px solid #6fbf98;
    color: #6fbf98;
    background-color: #fff;
}

.gshapesNatGems,
.gshapesLabGrowGems {
    text-align: center;
    padding: 5px;
    border: 2px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
    margin: 2px;
    /*display: flex;
    flex-direction: column;
    justify-content: flex-start;*/
    align-items: center;
    height: 110px; 
}

.gshapesNatGems {
    max-height: 180px;
}

.gshapesLabGrowGems {
    max-height: 180px;
}

.gshapesNatGems img,
.gshapesLabGrowGems img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.gshapesNatGems small,
.gshapesLabGrowGems small {
    display: block;
    font-size: smaller;
    line-height: 1.2; 
    max-height: 2.4em; 
    overflow: hidden;
    text-overflow: ellipsis; 
    white-space: nowrap;
    width: 100%;
}

.gshapesNatGems.activeGem,
.gshapesLabGrowGems.activeLabGrownGem {
    border-color: #6fbf98;
    background-color: #fff;
}

.activeLabGrownGem{
    border: 2px solid #6fbf98;
    color: #6fbf98;
    background-color: #fff;
}

.activeGem{
    border: 2px solid #6fbf98;
    color: #6fbf98;
    background-color: #fff;
}

.radio_selection {
    margin-left: -35px !important;
  } 
 label.radio {
     display:inline-flex;
 }


.m-zero-auto{
    margin: 0 auto !important;
}

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

#prongs_checkbox {
    display: flex;
    justify-content: center;
    padding-bottom: 1rem;
}

@media (min-width: 992px){
    /* #diamond_gems1, #diamond_gems2{
        margin-left: 50px;
    } */
}

@media (max-width: 767px) {
  #diamond_gems1, #diamond_gems2{
        margin-left: 50px;
    }
}
.not-allowed{
    cursor: not-allowed;
    pointer-events: none; 
}

.not-allowed img,
.not-allowed small {
    opacity: 0.3; /* Dim effect */

}

#wedding_band_matching_order_id {
    padding: 50px 0;
}

#wedding_band_matching_order_id label,
#wedding_band_matching_order_id input {
    cursor: pointer;
}

#upload_img_url {
    margin-top: 15px;
}

#matching_order_id_input .matching-order-id-input {
    float: none;
    margin: 50px auto 0;
}
#matching_order_id_input .matching-order-id-input label {
    font-size: 16px;
}

#matching_personal_details_input .matching-personal-details-input{
    padding: 50px 0 0;
}
#matching_personal_details_input .matching-personal-details-input label {
    font-size: 16px;
}
#matching_personal_details_input input[type='text'] {
    font-size: 16px;
    font-weight: 500;
}

#matching_jpegs_container {
    margin-top: 20px;
}
#matching_jpegs_container .radio-group {
    text-align: center;
    margin-bottom: 20px;
}
#matching_jpegs_container .radio-group label {
    display: inline-block;
    margin: 10px;
    cursor: pointer;
}
#matching_jpegs_container .radio-group img {
    width: 250px;
    border: 3px solid #d2d2d2;
    transition: border-color 0.3s;
}
#matching_jpegs_container .radio-group input[type="radio"] {
    display: none;
}
#matching_jpegs_container .radio-group input[type="radio"]:checked + img {
    border-color: #70c099;
}

#matching_jpegs_container .matching-jpegs-title {
    margin: 20px 0;
    display: inline-block;
    max-width: 100%;
    font-weight: bold;
    cursor: default;
    line-height: 1.42857143;
    color: #333;
    font-size: 13px;
}

#wedding_band_matching_order_id .no-matching-jpegs-found {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin: 20px 0;
    color: #bf0000;
    display: inline-block;
    width: 100%;
}

#process_aoj_personal_details_matching_band {
    max-width: 260px;
    margin: 20px 0 0 0;
}

/* Landing page */
.product-types, .how_do_we_do_holder,  .holder-box {
    margin-top: 50px;
}
.card-items {
    margin-top: 20px;
}
.card-item-produt-type {
    border: 1px solid #E4E4E7;
    padding: 20px;
    border-radius: 8px;
    height: 100%;
}
.card-title-holder {
    color: #000;
}
.card-title-holder p {
    margin-bottom: 16px;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
}
.card-subtitle {
    font-family: "Geist", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #333;
}
.card-button-holder {
    margin-top:24px;
}

.customize-cart-items-container .sendData {
    background: #6FBF98;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.customize-jewelry-text-header {
    text-align: center;
}
.customize-jewelry-text-header h2 {
    color: #6FBF98;
    font-family: 'Cantoria', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 34px;
    letter-spacing: 1px;
    text-align: center;
}
.customize-jewelry-text-header span {
    color: #6FBF98;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1px;
    text-align: center;
}

.sideShapes {
    margin: 15px 0 0 0;
}
.sideShapes img {
    width: 96px;
    object-fit: contain;
    margin-bottom: 5px;
    max-height: 100px;
}

.side-stone-secondary-group_items {
    margin-top: 25px;
}

.customization_tool_process .radio-material img {
    max-width: 100px;
}


/*===========================================
 ======= Responsiveness =========
 ===========================================*/
@media (max-width: 1200px) {

}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
    .customization-header-container {
        min-height: 125px;
    }

    .showcase-customization {
        background: url(../img/customization_tool/showcase-mobile.jpg) no-repeat center center scroll;
        color: #fff;
        padding: 20px 0 60px;
    }

    .content {
        padding: 20px 0 0;
    }

    .content h4 {
        padding: 20px 0 0;
        line-height: 28px;
    }

    .showcase-customization h1 {
        font-size: 36px;
        line-height: 40px
    }

    .showcase-customization h4 {
        font-size: 13px;
    }

    .green-line {
        height: 20px;
    }

    /*img.logo {*/
    /*    display: none*/
    /*}*/

    .green-line img {
        max-width: 250px;
        margin-top: -17px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .steps {
        margin: 20px 0;
    }

    .line {
        display: none;
    }

    .ready {
        text-align: center;
    }

    .video {
        padding: 20px 0
    }

    .dreamit .left-box {
        padding: 20px;
        text-align: center
    }

    .testimonials {
        padding: 20px 0;
        margin: 0 !important;
    }

    .time-to-shop-better {
        padding: 0;
    }

    .form {
        padding: 20px 0;
    }

    .choose .btn-default {
        min-width: 220px;
        margin-bottom: 10px;
    }

    .steps-body {
        text-align: center;
    }

    .steps-header {
        text-align: center;
    }

    .steps-header p {
        text-align: center
    }

    .steps-header .col-sm-4.pull-right {
        float: none !important;
        margin-bottom: -40px;
    }

    .steps-body .btn {
        margin-bottom: 30px;
    }

    .steps-body h1 {
        margin-bottom: 30px !important
    }

    .nav-btns .btn {
        margin-bottom: 10px
    }

    .dimondsByShape .col-xs-3 {
        height: 110px!important;
    }

    .dimondsByShape .col-xs-3 small {
        font-size: 12px!important;
    }

    input {
        margin-bottom: 10px;
    }
    .customization_tool_process h1.step-title {
        margin-top: 0;
        font-size: 26px;
        line-height: 32px;
    }

    .steps-body .col-sm-1 img {
        margin: 10px auto;
    }

    .radio-prongs input[type="radio"] {
        margin-left: 114px;
    }

    .mobile-flush-no-gap {
        padding-top: 20px !important;
    }

    .have-you-purchased {
        margin-top: 50px;
    }

    .pull-right {float: none;}
    .insidePagesHeader .btn {width: 100%;margin-bottom: 20px}
    .insidePagesHeader img {width: 100px;padding-top: 50px;}
    .thebuttons .btn {margin-bottom: 5px;}
    .dshapes img { max-width: 50% !important; max-height: 40px;}
    #el-cushionShape img{ width: 40px !important;}

    #finger_size {
        font-size: 15px;
        width: 50%;
        display: inline;

    }

    .sideShapes img {

        max-width: 50% !important;
        max-height: 40px;
    }
    .sideShapes.col-xs-3 {
        margin-left: 25px;
        margin-bottom: 16px;
        height: 110px !important;
    }

    .customization_tool_process .radio-material img {
        max-width: 200px;
    }


    .gshapesNatGems,
    .gshapesLabGrowGems {
        width: 23% !important;
        display: inline-table;
    }

}

@media (max-width: 480px) {

}

#wedding_band_matching_order_id {
    padding: 50px 0;
}

#wedding_band_matching_order_id label,
#wedding_band_matching_order_id input {
    cursor: pointer;
}

#upload_img_url {
    margin-top: 15px;
}

#matching_order_id_input .matching-order-id-input {
    float: none;
    margin: 50px auto 0;
}
#matching_order_id_input .matching-order-id-input label {
    font-size: 16px;
}

#matching_personal_details_input .matching-personal-details-input{
    padding: 50px 0 0;
}
#matching_personal_details_input .matching-personal-details-input label {
    font-size: 16px;
}
#matching_personal_details_input input[type='text'] {
    font-size: 16px;
    font-weight: 500;
}

#matching_jpegs_container {
    margin-top: 20px;
}
#matching_jpegs_container .radio-group {
    text-align: center;
    margin-bottom: 20px;
}
#matching_jpegs_container .radio-group label {
    display: inline-block;
    margin: 10px;
    cursor: pointer;
}
#matching_jpegs_container .radio-group img {
    width: 250px;
    border: 3px solid #d2d2d2;
    transition: border-color 0.3s;
}
#matching_jpegs_container .radio-group input[type="radio"] {
    display: none;
}
#matching_jpegs_container .radio-group input[type="radio"]:checked + img {
    border-color: #70c099;
}

#matching_jpegs_container .matching-jpegs-title {
    margin: 20px 0;
    display: inline-block;
    max-width: 100%;
    font-weight: bold;
    cursor: default;
    line-height: 1.42857143;
    color: #333;
    font-size: 13px;
}

#wedding_band_matching_order_id .no-matching-jpegs-found {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin: 20px 0;
    color: #bf0000;
    display: inline-block;
    width: 100%;
}

#process_aoj_personal_details_matching_band {
    max-width: 260px;
    margin: 20px 0 0 0;
}

.drop-zone {
    border: 2px dashed #ccc;
    padding: 30px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    color: #888;
}

.drop-zone.dragover {
    background-color: #f0f0f0;
    border-color: #000;
}