    :root {
    --body-text-color: #1a2334;
    --theme-first-color: #1a2334;
    --theme-second-color: #eeb146;
    --theme-third-color: #2d89c6;
    }
    header {
        background-color: var(--body-text-color);
    }


        #facility-dialog, .popup-dialog {width: calc(100% - 96px);}

    .button-4 {
    border: solid 1px var(--theme-third-color);
    background-color: var(--theme-third-color);
    border-radius: 5px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    padding: 0 8px;
    height:auto;
    text-decoration: none;
    color: #fff; !important;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none !important;
    cursor: pointer;

    margin-top:2px;
    margin-bottom:2px;
    font-weight:300;
}
.button-4:hover {
    border: solid 1px var(--theme-first-color);
    background-color: var(--theme-first-color);
   

}

table .button-4 {display:none;}
table tr:hover .button-4 {display:inline-block; position:absolute;}

    .tsm-menu-box {
        display:flex;
    }
    .tsm-menu-box a {
        color:var(--theme-first-color);
        text-decoration:none;
    }
     .tsm-menu-box a:hover,.tsm-menu-box a.active {
        text-decoration: underline;
    }
    .tsm-menu-links {
        display:flex;
        flex-wrap: wrap;
        gap:20px;
        font-size: 20px;
        line-height: 42px;
        margin-left:30px;
        font-weight: 400;


    }
    .tsm-menu-links a {
                margin: 0 10px 0 0;
        position:relative;
           padding: 0 0 0 19px;
    }

    .tsm-menu-links a:before{
        content:"";
        position:absolute;
        left:0;
        width:20px;
        height:42px;
        background: url(/images/icons/ico-dot.svg) no-repeat 0 50%;
        filter: invert(1);
    }
    .tsm-menu-links a.active {
        font-weight: 800;
       
    }
    .home #facility-dialog {max-width:calc(100% - 100px);}

    .home  .cancelled td {
        background-color: #f8d7da;
        text-decoration: line-through;
    }

    .home  .box hr {margin-block:10px;}
    

@media (max-width: 800px) {
    .tsm-style-flex {
        flex-direction: column;
    }
    .tsm-style-flex .box-1,
    .tsm-style-flex .box-3 {
        min-width: 100% !important;
    }
}
    .tsm-style-flex .box-1 {
        min-width:250px;
    }
        .tsm-style-flex .box-3 {
            min-width:450px;
        }


    
body.tsm-fullscreen-enabled .widget-tsm_office{
            position:fixed;
            z-index: 1000;
            border-radius: 0; 
            top: 0;
            left:0;
            bottom:0;
            top:0;
            overflow: auto;;
        }

        .tsm-toggle-btn {
            padding: 10px 20px;
            background: transparent;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            float:right;
                margin-right: -40px;
    margin-top: -40px;

        }

        .tsm-toggle-btn:hover {
            background: transparent;
        }
        body.tsm-fullscreen-enabled .widget-tsm_office .tsm-fullscreen1{
            display: none;

        }
        body:not(.tsm-fullscreen-enabled) .widget-tsm_office .tsm-fullscreen2{
            display: none;
        }
   
.submenu-tsm {display:flex; gap:0px; flex-wrap: wrap;}
.submenu-tsm li {width: 280px;}

