/* stencil-selection-div animasyonlu hareket için */
/* stencil-selection-div animasyonlu hareket ve renk geçişi */
.form-radio-div input[type="checkbox"]#stencilEvet + label #stencil-selection-div {
  position: relative;
  left: 0;
  background: #852b2b;
  transition: left 0.25s cubic-bezier(.4,2,.6,1), background 0.2s, border 0.2s;
}
.form-radio-div input[type="checkbox"]#stencilEvet:checked + label #stencil-selection-div {
  left: 18px;
  background: #2563eb;
}
/* Stencil checkbox içindeki nokta hareketi için */

/* PCB Assembly özel stilleri */
#pcb-assembly-form {
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 0 18px 0;
  margin-bottom: 18px;
}
#pcb-assembly-toggle {
  width: 100%;
  background: #fff;
color: #111 !important;
  border-radius: 8px 8px 0 0;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  text-align: left;
  padding-left: 500px;
  outline: none;
  border: none !important;
  
}
#pcb-assembly-toggle.open {
  background: #e6f0ff;
  color: #111 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#pcb-assembly-content {
  display: none;
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 24px 24px 8px 24px;
  margin-top: 0;
  border-top: none !important;
}
#pcb-assembly-content .form-radio-div {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
#pcb-assembly-content label[for],
#pcb-assembly-content > .form-radio-div > label {
  min-width: 140px;
  font-weight: 600;
  color: #2d3a4a;
  margin-right: 8px;
  margin-bottom: 0;
  font-size: 15px;
}
#pcb-assembly-content input[type="radio"],
#pcb-assembly-content input[type="checkbox"] {
  accent-color: #2563eb;
  margin-right: 4px;
  margin-left: 0;
  width: 18px;
  height: 18px;
}
#pcb-assembly-content input[type="number"] {
  width: 70px;
  border: 1px solid #d6e0ef;
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 15px;
}
#pcb-assembly-content label[for] {
  font-weight: 400;
  color: #2563eb;
  margin-right: 10px;
  margin-bottom: 0;
  font-size: 15px;
}
#pcb-assembly-content .form-radio-div label[for] {
  background: #f7fafd;
  border: 1px solid #d6e0ef;
  border-radius: 6px;
  padding: 6px 18px;
  margin: 0 6px 0 0;
  font-weight: 500;
  color: #2563eb;
  cursor: pointer;
  transition: background 0.2s, border 0.2s;
}
#pcb-assembly-content .form-radio-div input[type="radio"]:checked + label[for],
#pcb-assembly-content .form-radio-div input[type="checkbox"]:checked + label[for] {
  background: #2563eb;
  color: #fff;
  border: 1.5px solid #2563eb;
}
#pcb-assembly-content .form-radio-div input[type="radio"]:focus + label[for],
#pcb-assembly-content .form-radio-div input[type="checkbox"]:focus + label[for] {
  outline: 2px solid #5cadff;
}
#pcb-assembly-content .form-radio-div input[type="number"] {
  margin-left: 0;
}
#pcb-assembly-content .form-radio-div:last-child {
  margin-bottom: 0;
}
body{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif ;
    -webkit-font-smoothing: antialiased;
    background-color: #f1f3f6;
}

#header-div {
    box-shadow: 0 4px 24px 0 rgba(60, 60, 120, 0.10), 0 1.5px 4px 0 rgba(60, 60, 120, 0.10);
    background-color: #ffffff;
    font-size: 20px;
    width: 100%;
    height:55px;
}

.header-buttons {
    background-color: #ffffff;
    font-weight: bold;
    height: 70%;
    width: 120px;
    margin: 10px;
    
}   
#main-div {
    text-align: center;
    width: 100%;
    height: 100%;
}

#main_h1 {
    color: rgb(63, 133, 255);
    font-family: Helvetica;
    font-size: 40px;
    border: solid 1px #000000;
    border-radius: 5px;
    float: left;
    margin: 10px;
    padding: 0px 10px 0px 10px;
}

#main_h1:hover {
    border: #0044ff 2px solid;
}

#pcb-div {
    width: 90%;
    height: fit-content;
    padding: 1% 5% 5% 5%;
    font-size: 14px;
    text-align: start;
    z-index: 203
}

#chasing-div {
    float: right;
    position: relative;
    background-color: #f1f3f6;
    border-radius: 8px;
    text-align: left;
    width: 30vw;
    padding: 20px 24px;
    
    font-size: 14px;
    line-height: 1.6;
    margin-top: 0px;
    box-sizing: border-box;
    /* overflow: auto; */
    /* max-height: 90vh; */
}

#pcb-div::after {
    content: "";
    display: table;
    clear: both;
}

#charge-details-div {
    margin-bottom: 20px;
}

#chasing-form-div {
    margin-top: 20px;
}

#termin-accordion button {
    cursor: pointer;
    font-weight: bold;
    background: #e6f0ff;
    border: none;
    outline: none;
    transition: background 0.2s;
}
#termin-accordion button.active {
    background: #cce5ff;
}
#termin-content {
    transition: max-height 0.3s ease;
    overflow: hidden;
}

#chasing-div h2,
#chasing-div h3 {
    margin: 16px 0 10px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

#chasing-div p {
    margin: 6px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#chasing-div form {
    margin: 10px 0;
}

#chasing-div form label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
    font-size: 14px;
}

#chasing-div form input[type="radio"] {
    margin-right: 8px;
}

#chasing-div del {
    color: #999;
    font-size: 14px;
}

#chasing-div span[style*="color: orange"] {
    font-size: 16px;
    font-weight: bold;
}

.form-group {
    display: flex;
    align-items: center;
    background: #f7fafd;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 14px;
    box-shadow: 0 1px 4px 0 rgba(60, 60, 120, 0.06);
    width: 100%;
    box-sizing: border-box;
}
.form-group label {
    min-width: 110px;
    font-weight: 600;
    color: #2d3a4a;
    margin-right: 16px;
    margin-bottom: 0;
}
.chasing_div_input_list_input, .form-group input, .form-group textarea {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #d6e0ef;
    border-radius: 6px;
    font-size: 15px;
    background: #fff;
    transition: border 0.2s;
    outline: none;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
}
.chasing_div_input_list_input:focus, .form-group input:focus, .form-group textarea:focus {
    border: 1.5px solid #5cadff;
    background: #f0f7ff;
}
.radio-group {
    display: flex;
    gap: 18px;
    align-items: center;
}
.radio-group label {
    min-width: unset;
    font-weight: 400;
    color: #2d3a4a;
    margin: 0 8px 0 2px;
}
#Order_button {
    margin-top: 18px;
    width: 100%;
    font-size: 18px;
    padding: 14px 0;
    border-radius: 8px;
    background-color: #2b8ced !important;
    color: #fff;
    font-weight: bold;
    box-shadow: 0 2px 8px 0 rgba(60, 60, 120, 0.10);
    transition: background 0.2s, color 0.2s;
}


#chasing-div hr {
    border: none;
    height: 1px;
    background-color: #ddd;
    margin: 12px 0;
}

#chasing-div button {
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    margin-top: 6px;
}

#chasing-div button:hover {
    background-color: #e0e0e0;
}


.standing-div{
    background-color: white;
    border-radius: 5px;
    padding: 0 3% 3% 3%;
    margin-bottom: 10px;
    float: left;
    width: 56%;
    height: fit-content;
    box-shadow: 0 4px 24px 0 rgba(60, 60, 120, 0.10), 0 1.5px 4px 0 rgba(60, 60, 120, 0.10);
}

.pcb-size-input{
    min-width: 40px;
    max-width: 80px;
    width: 100%;
    margin-bottom: 10px;
}

#pcb-div form {
    width: 100%;
    height: fit-content;
    border-collapse: collapse;
    padding-bottom: 10px;
}

input[type = "number"]{
    border: solid 1px #e8e8e8;
    border-radius: 4px;
}

#gerber_drop{
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    margin-left: 35%;
    margin-right: 30%;
    color: white;
    background-color: #2b8ced;
    border: 1px solid #2b8ced;
    border-radius: 30px;
    vertical-align: middle;
    text-align: center;
    box-shadow: 0 2px 8px 0 rgba(60, 60, 120, 0.10);
    transition: box-shadow 0.2s;
    width: 14vw;
    height: 3vw;
    
}
#gerber_drop h2{
    font-size: 0.9vw;
    margin: 0;
    margin-top: -0.3vw;
    line-height: 3.5vw;
    color: white;

}
#gerber_drop h2 img{
    height: 1vw;
    width: auto;
    vertical-align: middle;
    margin-right: 0.5vw;
    margin-top: -0.5vw;

}

#gerber_drop:hover{
    background-color: #3399ff;
    cursor: pointer;
    box-shadow: 0 4px 16px 0 rgba(60, 60, 120, 0.18);
    
}

#gerber_2d_view svg{
    height: 200px;
    width: 200px;
}

#fileInput {
    display: none;
}

#gerber_view{
    background-color: #f4f9fe;
    color: white;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 40px 0px 40px 0px;
    width: 100%;
    height: 100%;
}

#gerber_2d_view{
    position: relative;
}

#gerber_view canvas{
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}

.radio-form{
    color: rgb(80, 80, 80);
    display: flex;
    flex-wrap: wrap;
}

.border-form{
    border-bottom:solid 3px #000000;
}

.radio-form label{
    vertical-align: middle;
    border: #ffffff 1px solid;
    padding-top: 12px;
}

.form-radio-div {
    border-radius: 5px;
    text-align: center;
    margin: 6px 0 0 8px;
    vertical-align: middle;
    width: fit-content;
    height: fit-content;
    position: relative;
}


.form-radio-div input {
    position: absolute;
    max-width: 0;
    max-height: 0;
    opacity: 0.01;
    z-index: 10;
}

.form-radio-div label{
    min-width: 30px;
    border-radius: 2px;
    border: 1px solid #d6d6d6;
    float: left;
    padding: 5px;
    cursor: pointer;
    z-index: 90;
    box-shadow: 0 1px 4px 0 rgba(60, 60, 120, 0.08);
    transition: box-shadow 0.2s;
}

label[for="stencilEvet"]{
    padding: 2px;
    
}

.chasing_form_radio{
    margin-bottom: 10px;
}

.premium-layers{
    color: rgb(197, 186, 37);
}

.form-radio-div input[type="radio"]:checked+label,
.Checked+label {
    border: #5cadff 1px solid;
    background-color: #e7eeff;
}

.form-radio-div input[type='radio']:hover:before{
    border: #a6beff 1px solid;
}

.form-radio-div label:hover{
    border: #a6beff 1px solid;
    box-shadow: 0 2px 8px 0 rgba(60, 60, 120, 0.16);
}

.form-radio-div input[type="checkbox"]:checked+label,
.Checked+label {
    border: #5cadff 1px solid;
    background-color: #5cadff;
}

.form-radio-div input[type='checkbox']:hover:before{
    border: #a6beff 1px solid;
}
.language_eng{
    border-bottom: 5px;
    float: right;
    background-color: white;
    margin-top: 15px;
    margin-right: 15px;
}
.language_eng a:link{
    text-decoration: none;
}
.language_eng a:visited{
    text-decoration: none;
}
.language_eng a{
    text-decoration: none;
}
@keyframes darkmode_body {
    from {background-color: rgb(234, 234, 234);}
    to {background-color: rgb(63, 63, 63);}
}

@keyframes darkmode_elements {
    from {background-color: white;}
    to {background-color: rgb(30, 30, 30);}
}

h1, h2, h3 {
    text-shadow: 0 2px 6px rgba(60, 60, 120, 0.10);
}

/* Dil dropdown menüsü */
.dropdown-language {
    position: absolute;
    right: 30px;
    top: 10px;
    display: inline-block;
    z-index: 999;
    margin-top: -4px;
}

.dropbtn {
    background-color: #ffffff;
    color: #333;
    padding: 10px 18px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    box-shadow: 0 2px 8px 0 rgba(60, 60, 120, 0.10);
    transition: box-shadow 0.2s, background 0.2s;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #fff;
    border: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 120px;
    box-shadow: 0 4px 16px 0 rgba(60, 60, 120, 0.18);
    border-radius: 5px;
    right: 0;
    margin-top: 5px;
    z-index: 1000;
}

.dropdown-content a {
    color: #333;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    border-radius: 5px;
    transition: background 0.2s;
}

.dropdown-content a:hover {
    background-color: #e7eeff;
}

.dropdown-language:hover .dropdown-content {
    display: block;
}

.dropdown-language:focus-within .dropdown-content {
    display: block;
}

@media (max-width: 600px) {
    .dropdown-language {
        right: 10px;
        top: 5px;
    }
    .dropbtn {
        padding: 8px 10px;
        font-size: 14px;
    }
    .dropdown-content {
        min-width: 90px;
    }
}

.main-menu-bar {
    position: relative;
    width: 56%;
    margin: 1% 5% 1% 5%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1vw;
}

#chasing-div {
    margin-top: -90px;
}

.main-menu-btn {
    background: #fff;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
    width: 20vw;
    padding: 16px 0;
    height: 72px;
    cursor: pointer;
    border: none;
    transition: color 0.2s, border 0.2s;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-menu-btn:focus, .main-menu-btn:active {
    transition: color 0.2s, border 0.2s;
}

.main-menu-btn:hover{

    color: #2d8ded;
    box-shadow: 0 4px 16px 0 rgba(60, 60, 120, 0.18);
}
.main-menu-btn:focus {
    outline: none; 
    color: #2b8ced;
    border: 1px solid #2d8ded;
    box-shadow: 0 2px 3px 0 rgba(198, 206, 221, .3);
    background: #f7fbff url("images/blueok.svg") no-repeat 100% 100%;

}


.main-menu-btn-img {
    height: 32px;
    width: auto;
    object-fit: contain;
    margin-right: 12px;
    vertical-align: middle;
    display: inline-block;
}

#stencil-div {
    position: relative;
    z-index: 2;
    background: #fff;
    box-shadow: 0 4px 24px 0 rgba(60, 60, 120, 0.10), 0 1.5px 4px 0 rgba(60, 60, 120, 0.10);
    overflow: visible;
}

/* Para birimi dropdown */
.dropdown-currency {
    position: absolute;
    right: 200px;
    top: 10px;
    display: inline-block;
    z-index: 999;
    background-color: white;
    box-shadow: 0 2px 8px 0 rgba(60, 60, 120, 0.10);
    transition: box-shadow 0.2s, background 0.2s;
    border: none;
    font-size: 16px;
    border-radius: 5px;
    margin-top: -4px;
}
.dropbtn-currency {
    background-color: #f9f9f9;
    border: none;
    color: #333;
    padding: 8px 16px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 6px;
    min-width: 80px;
    height: 41px;
    
}
.dropdown-currency:hover .dropdown-content-currency {
    display: block;
}
.dropdown-content-currency {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 6px;
    margin-top: 2px;
}
.dropdown-content-currency a {
    color: #333;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}
.dropdown-content-currency a:last-child {
    border-bottom: none;
}
.dropdown-content-currency a:hover {
    background-color: #ececec;
}
.dropbtn-currency{
    background-color: white;
    box-shadow: #f9f9f9;
}

@media (max-width: 900px) {
    #pcb-div {
        width: 100%;
        padding: 0;
        font-size: 13px;
    }
    #chasing-div {
        position: static;
        width: 90%;
        float: none;
        margin: auto;
        margin-bottom: 20px;
        margin-top: 0;
        box-sizing: border-box;
    }
    .standing-div {
        width: 90%;
        float: none;
        margin: auto;
        margin-bottom: 20px;
        box-sizing: border-box;
    }
    .main-menu-bar {
        width: 100%;
        margin: 16px 0 8px 0;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .main-menu-btn {
        width: 90%;
        font-size: 16px;
        padding: 12px 0;
        height: 48px;
    }
    .main-menu-btn-img {
        height: 24px;
        margin-right: 8px;
    }
}
@media (max-width: 600px) {
    #pcb-div {
        font-size: 12px;
    }
    #chasing-div, .standing-div {
        padding: 8px 2% 16px 2%;
    }
    .main-menu-btn {
        font-size: 14px;
        height: 40px;
        padding: 8px 0;
    }
    .main-menu-btn-img {
        height: 18px;
        margin-right: 6px;
    }
    #header-div {
        font-size: 16px;
        height: 40px;
    }
    .header-buttons {
        width: 80px;
        margin: 4px;
    }
    .dropdown-currency {
        right: 145px;
        top: 5px;
    }
}

.chasing-section {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px 0 rgba(60, 60, 120, 0.08);
    padding: 18px 20px;
    margin-bottom: 24px;
}
.chasing-section:last-child {
    margin-bottom: 0;
}

.form-radio-div.material-radio {
    overflow: visible !important;
}
.form-radio-div.material-radio label {
    position: relative;
    overflow: visible !important;
}
.form-radio-div.material-radio {
    width: 130px;
    height: 98px;
    display: inline-block;
    background: #fff;
    border: 1.5px solid #d6e0ef;
    border-radius: 5px;
    box-shadow: 0 2px 8px 0 rgba(60, 60, 120, 0.06);
    padding: 0;
    text-align: center;
    vertical-align: top;
    position: relative;
    transition: border 0.2s, box-shadow 0.2s, background 0.2s;
    cursor: pointer;
}
.form-radio-div.material-radio label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.form-radio-div.material-radio label img {
    width: 40px;
    height: 50px;
    object-fit: contain;
    display: block;
    margin: 0 auto 4px auto;
}
.form-radio-div.material-radio:hover {
    border: 1.5px solid #5cadff;
    box-shadow: 0 4px 16px 0 rgba(92, 173, 255, 0.18);
}
/* blueok.svg ile ilgili ::after kodları kaldırıldı, sadece JS ile gösterilecek */

/* Sadece ana materyal kutularındaki blueok.svg ikonunu düzelt */
.form-radio-div.material-main input[type="radio"]:checked + label::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    right: -1px;
    width: 25px;
    height: 25px;
    background: url("images/blueok.svg") no-repeat center center / contain;
    pointer-events: none;
    z-index: 10;
    transition: background 0.2s;
}

body.advanced-mode .form-radio-div.material-main input[type="radio"]:checked + label::after {
    background: rgb(68, 68, 68) url("images/goldok.svg") no-repeat center center / contain !important;
}

.form-radio-div.material-radio input[type="radio"]:checked + label {
    box-shadow: 0 0 0 0 rgba(92, 173, 255, 0.18);
    background: #f7fbff;
}

.gerber-info-box {
    background: #f7fbff;
   text-align: center;
    border-radius: 8px;
    padding: 14px 18px;
    margin: 12px 0 18px 0;
    font-size: 15px;
    color: #2563eb;
    
}
.gerber-info-main {
    font-weight: 500;
    color: #999;
}
.gerber-info-sub {
    color: #3a4a5d;
    font-size: 14px;
}
.gerber-info-link {
    color: #2563eb;
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.2s;
}
.gerber-info-link:hover {
    color: #003c91;
}

.limited-offer-badge-wrapper {
    position: relative;
    display: inline-block;
}
.limited-offer-badge {
    position: absolute;
    left: 8px;
    top: -18px;
    background: linear-gradient(90deg, #ffb347 0%, #ff7b00 100%);
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 14px;
    border-radius: 16px;
    box-shadow: 0 2px 8px 0 rgba(255, 123, 0, 0.10);
    letter-spacing: 0.5px;
    z-index: 2;
    white-space: nowrap;
    border: 1.5px solid #ffb347;
}
.limited-offer-badge-inside {
    position: absolute;
    top: 0;
    right: 0;
    height: 24px;
    min-width: 80px;
    background: linear-gradient(90deg, #ffb347 0%, #ff7b00 100%);
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px 0 10px;
    border-radius: 0 10px 0 14px;
    box-shadow: 0 2px 8px 0 rgba(255, 123, 0, 0.10);
    letter-spacing: 0.5px;
    z-index: 2;
    white-space: nowrap;
    border: none;
    pointer-events: none;
}
#btn_center {
    position: relative;
    overflow: visible;
}

.material-hover-popup {
    font-family: ArialMT, Microsoft YaHei, PingFangSC, PingFangSC-Semibold, notosans;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 50%;
    top: -200px;
    transform: translateX(-50%);
    width: 250px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 32px 0 rgba(60, 60, 120, 0.18);
    padding: 18px 12px 12px 12px;
    z-index: 9999;
    min-height: 120px;
    pointer-events: auto;
}
.form-radio-div.material-radio:hover .material-hover-popup {
    display: flex;
}
.material-popup-img {
    width: 390px;
    height: auto;
    object-fit: contain;
    margin-bottom: 10px;
}
.material-popup-desc {
    font-size: 13px;
    color: #999;
    text-align: center;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px 12px;
    width: 100%;
    margin-top: 8px;
}
.form-radio-div.material-radio label {
    position: relative;
}
body.advanced-mode {
    background: #181818 !important;
}
body.advanced-mode .main-menu-btn:not(#btn_center) {
    background: #444 !important;
    color: #bbb !important;
}

body.advanced-mode #gerber_drop {
    background: #b29f5a !important;
    color: #fff !important;
    border: 1px solid #b29f5a !important;
}
body.advanced-mode .form-radio-div.material-radio input[type="radio"]:checked + label {
    background: #444 !important;
    color: #fff !important;
}
body.advanced-mode .form-radio-div input[type="radio"]:checked + label {
    background: #ffd081 !important;
    color: #fff !important;
}
body.advanced-mode .form-radio-div.material-radio input[type="radio"]:checked + label::after {
    background-color: #181818 !important;
    border-radius: 50%;
}
/* Oklar için örnek stil, .option-arrow class'ı eklenmeli */
.option-arrow {
    display: inline-block;
    margin-left: 8px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #5cadff;
    color: #fff;
    text-align: center;
    line-height: 18px;
    font-size: 15px;
    font-weight: bold;
    vertical-align: middle;
    transition: background 0.2s, color 0.2s;
}
body.advanced-mode .option-arrow {
    background: linear-gradient(90deg,#ffd081,#ffac1f 91%);
    color: #181818;
}
body.advanced-mode .form-radio-div input[type="radio"]:checked + label,
body.advanced-mode .form-radio-div label input[type="radio"]:checked {
    background: #222 !important;
    color: #fff !important;
}
#dimensions{
    height: 45px;
}