/*
Class was created by A.Grozdev 
email atanasgrozdev@yahoo.com
*/
/* 
    Created on : Jul 15, 2023, 9:25:34 PM
    Author     : atanas
*/

.logo img {
    max-width: 140px!important;
}
.login-logo a img {
    width: 200px!important;
}

/* Reduce line height on booking view page */
.sonata-ba-view-container tr {
    line-height: 1 !important;
}

.sonata-ba-view-container th,
.sonata-ba-view-container td {
    padding: 4px 8px !important;
    line-height: 1.2 !important;
}

.sonata-ba-view table tbody tr td {
    padding: 4px 8px !important;
    line-height: 1.2 !important;
}
/* Also make first column thinner on desktop */
.sonata-ba-view table tbody tr th {
    width: 30% !important;
    white-space: normal !important;
    word-wrap: break-word !important;
}
/* Make first column (labels) thinner - 50% width on mobile */
@media only screen and (max-width: 768px) {
    .sonata-ba-view table tbody tr th,
    .sonata-ba-view table tbody tr td:first-child {
        width: 50% !important;
        max-width: 50% !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
}

