
#prepocet_jednotek {
    margin: 15px 0;
}

.conversion-wrapper  {
    background: #FFFFFF;
    border: none;
    padding: 10px 15px;
}

.coversion-title {
    font-size: 14px;
    font-weight: 500;
    color: #8B8B8B;
}

.conversion-wrapper input {
    height: 48px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #D3D3D3;
    border-right: none;
}

.conversion-wrapper .custom-select2 select  {
    height: 48px !important;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #ECECEC !important;
    border: 1px solid #D3D3D3;
    border-left: none;
    color: #343544;
}

.conversion-wrapper .custom-select2 {
    margin-right: 15px;
    font-weight: 700;
    color: #343544;
}

.conversion-wrapper > div:first-child {
    margin-right: 15px;
    font-weight: 600;
    color: #343544;
}

.conversion-wrapper > div:last-child {
    color: #343544;
    font-weight: 600;
}

.conversion-wrapper .custom-select2:after {
    color: #343544;
    z-index: 100;
}