/*.logo {*/
/*    width: 40px !important;*/
/*}*/

/*@media (max-width: 768px) {*/
/*    .logo {*/
/*        width: 28px !important;*/
/*    }*/
/*}*/

.detail-component, .result-component {
    padding: 0 3px;
    max-width: 350px;
    margin: auto;
    border: 1px solid #000000;
    border-radius: 8px;
    overflow: hidden;
}
.detail-component {
    background: #D8E6FF;
}
.result-component {
    background: #FFF8EA !important;
}
.detail-heading {
    font-size: 14px;
}
.detail-input, .result-input {
    padding: 4px 10px;
    border: 1px solid #787885 !important;
    font-size: 15px;
    border-radius: 10px !important;
    height: 31px;
    background: white !important;
    color: black !important;
}
.detail-input{
    width: 160px;
}
.result-input {
    width: 95px;
}

.detail-title {
    font-size: 14px;
    padding-top: 8px;
    text-align: end;
}


.result-component-total, .result-component-total-total {
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
}
.result-component-total input, .result-component-total-total input, .result-component-total-total .percentage {
    font-weight: bold;
}
.result-component-total {
    background: #D9D9D9;
}
.result-component-total-total {
    background: #B4B4BB;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}
.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}
.styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
}
.styled-checkbox:hover + label:before {
    background: #43A047;
}
.styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
    background: #43A047;
}
.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}
.styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}

.max-width-350 {
    max-width: 350px;
    margin: auto;
}

#calculator-top {
    width: 350px;
    margin: auto;
}

.region-flag{
    position: absolute;
    left: -120px;
    width: 80px !important;
    height: auto !important;
    box-shadow: unset !important;
    border-radius: unset !important;
}

.result-percentage {
    font-size: 14px;
}
