/*
PSVAMB-4103 Hide initially subgroup from the form
*/
label[id^="groupedcustomdata_subgroup"] {
    display: none;
}

select[id^="groupedcustomdata_subgroup"] {
    display: none;
}

/*
    For the old timezone component
 */
.kmsTZElement {
    width: 220px !important;
    margin-left: 30px;
}

@media (max-width: 978px)  {
    .kmsTZElement {
        margin-left: 0;
    }
}
