.container___left {
    float: left;
    display: block;
    width: 300px;
    transition: all 0.3s;
    margin-top: 8px;
    position: fixed;
}

.container___right {
    float: left;
    display: block;
    width: calc(100% - 300px);
    margin-left: 300px;
}

.container___right-full {
    width: calc(100% - 0px) !important;
    margin-left: 0px !important;
}

.sidebar_v2 {
    display         : block;
    margin-top      : 0px;
    height          : calc(100vh - 56px);
    background-color: #ebebeb85;
}

.sidebar_v2 ul {
    padding: 0px;
}
.sidebar_v2 ul li {
    list-style: none;
}
.sidebar_v2 ul li a {
    width        : calc(100% - 30px);
    font-size    : 16px;
    text-align   : left;
    padding-left : 20px;
    border-radius: 0;
    outline      : none;
    font-family  : 'Prompt', sans-serif;
    transition   : all 0.6s;
    margin       : 15px 0px 5px 10px;
    box-shadow   : none;
}

.sidebar_v2 ul li a i {
    margin-right: 7px !important;
}

.sidebar_v2 ul li a:focus {
    box-shadow: none;
}

.sidebar_v2 ul li.visible-only-mobile {
    display: none;
}
.sidebar_v2 ul li span.branch_name {
    padding      : 28px;
    width        : 100%;
    text-align   : left;
    display      : block;
    border-bottom: 1px solid #c2c2c2;
}

/*
.sidebar_v2.sidebar__admin ul li a:hover,
.sidebar_v2.sidebar__noncockpit ul li a:hover {
    box-shadow      : none;
    background-color: #5f5f5f;
    color           : white;
    border-radius   : 5px;
    box-shadow      : rgb(95 95 95 / 40%) 3px 3px,
    rgb(95 95 95 / 30%) 6px 6px,
    rgb(95 95 95 / 20%) 9px 9px,
    rgb(95 95 95 / 10%) 12px 12px,
    rgb(95 95 95 / 5%) 15px 15px;
}

.sidebar_v2.sidebar__admin ul li a.sidebar-menu-active,
.sidebar_v2.sidebar__noncockpit ul li a.sidebar-menu-active {
    background-color: #000000;
    color: white;
    border-radius: 5px;
    box-shadow: rgb(21 0 2 / 40%) 3px 3px, rgb(0 0 0 / 30%) 6px 6px, rgb(0 0 0 / 20%) 9px 9px, rgb(0 0 0 / 10%) 12px 12px, rgb(0 0 0 / 5%) 15px 15px;
}*/


.home__table {
    display: table;
    width: 100%;
    height: calc(100vh - 85px);
}

.home__table .home__table__cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}
.home__table .home__table__cell .l1 {
    font-size: 36px;
    font-weight: bold;
    margin-top: -175px;
}
.home__table .home__table__cell .l2 {
    font-size: 36px;
    font-weight: bold;
}


/*
* แก้สี 
*/

.bg-bridgestone-color {
    background: linear-gradient(170deg, rgba(242,242,242,1) 0%, rgba(204,204,204,1) 50%, rgba(242,242,242,1) 100%);
}

.bg-bridgestone-color img.logo {
    height: 35px;
}

.sidebar_v2 {
    background-color: #f2f2f2;
}

.sidebar_v2.sidebar__admin ul li a,
.sidebar_v2.sidebar__noncockpit ul li a {
    width: 100%;
    padding: 15px 20px;
    margin: 5px 0;
    border-radius: 0px;
    border: 0px;
    box-shadow: none;
    color: black;
    font-family: 'Sarabun';
    font-weight: bold;
}

.sidebar_v2.sidebar__admin ul li:first-child a,
.sidebar_v2.sidebar__noncockpit ul li:first-child a {
    margin-top: 20px;
}

.sidebar_v2.sidebar__admin ul li a.sidebar-menu-active,
.sidebar_v2.sidebar__noncockpit ul li a.sidebar-menu-active {
    background: linear-gradient(180deg, rgba(142,5,8,1) 0%, rgba(205,13,16,1) 50%, rgba(244,17,22,1) 100%);
    color: white;
}
.modal-header.header-black {
    background-color: black;
    color: white;
    border-radius: 0;
}
.modal-header.header-red {
    background: linear-gradient(180deg, rgba(142,5,8,1) 0%, rgba(205,13,16,1) 50%, rgba(244,17,22,1) 100%);
    color: white;
    border-radius: 0;
}

.btn-red-bridgestone {    
    background: linear-gradient(180deg, rgba(142,5,8,1) 0%, rgba(205,13,16,1) 50%, rgba(244,17,22,1) 100%);
    color: white;
}

.modal-header.header-black .close,
.modal-header.header-red .close {
    color: white;
    opacity: 1;
}
.modal-footer.footer-header-black .btn__back, 
.modal-footer.footer-header-black .btn__back:active,
.modal-footer.footer-header-black .btn__back:focus-within,
.modal-footer.footer-header-black .btn__back:focus-visible,
.modal-footer.footer-header-black .btn__back:focus {
    background-color: #939393;
    border-color: #939393;
    color: white;
    min-width: 150px;
    box-shadow: none !important;
    outline: none !important;
}
.modal-footer.footer-header-black .btn__save,
.modal-footer.footer-header-black .btn__save:active,
.modal-footer.footer-header-black .btn__save:focus-within,
.modal-footer.footer-header-black .btn__save:focus-visible,
.modal-footer.footer-header-black .btn__save {
    background-color: red;
    border-color: red;
    color: white;
    min-width: 150px;
}