#genFiveCalculateData > label, .group-label, .field-float-item label{
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 0;
}
#genFiveCalculateData h3{
    font-weight: bold;
}
#genFiveCalculateData input[type="number"], #genFiveCalculateData select {
    float: left;
    display: block;
    width: 100%;
    /* width: 400px; */
    max-width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #6f6f6f;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cacaca;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#genFiveCalculateData .field-float select{
    width: 100%;
}
#genFiveCalculateData .flexmaps {
    display: flex;
    align-items: center;
    gap: 10px;
}

#genFiveCalculateData button{
    background: #ff6600;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border: none;
    padding: 10px 25px;
    margin-top: 15px;
    border-radius: 4px;
}
#genFiveCalculateData button:hover{
   opacity: 0.9;
}


/* 
    Radio styles
*/

.radio-group{
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio-group .rgroup label{
    margin: 0;
}
.radio-group .rgroup{
    position: relative;
    margin-bottom: 10px;
}
/* Hide the browser's default radio button */
#genFiveCalculateData .rgroup input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: -9px;
    left: 0px;
    height: 32px;
    width: 80%;
    z-index: 999;
}
#genFiveCalculateData .rgroup-parent{
    display: grid;
    gap: 0;
    grid-template-columns: 90px 90px;
    gap: 20px;
}

/* Create a custom radio button */
#genFiveCalculateData .checkmark {
    position: absolute;
    top: 3px;
    left: 40px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
#genFiveCalculateData .rgroup:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
#genFiveCalculateData .rgroup input:checked ~ .checkmark {
    background-color: #ff6600;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
#genFiveCalculateData .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
#genFiveCalculateData .rgroup input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
#genFiveCalculateData .rgroup .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

#genFiveCalculateData .img-container {
    max-width: 100%;
}
#genFiveCalculateData .img-container img {
    max-width: 100%;
    max-height: 250px;
}

#genFiveExportPdf{
    display: none;
    background: #ff6600;
    border: none;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    padding: 10px 20px;
    margin: 20px 15px;
    width: 100%;    
}

.tooltipBox {
    position: absolute;
    background:#111;
    color:#fff;
    padding:8px 10px;
    border-radius:6px;
    font-size:12px;
    white-space: nowrap;
    z-index:9999;
    display:none;
}

.page-template-page-link-calculator-gen5 #google_translate_element{
    display: none;
}

.cal-flex{
    display: flex;
    gap: 15px;
}
.w-100{
    width: 100%;
    display: block;
}

#base_antenna_images img, #client_antenna_images img{
    object-fit: fill!important;
}