﻿
/*html, body {
    min-width: 1920px;
    min-height: 1080px;
}*/

@media (max-width: 200px) {
    .bnt-button-container {
        display: flex;
        flex-direction: column;
    }
}

.bnt-button-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.bnt-button {
    width: 45%;
    max-width: 45%;
    min-width: 45%;
}

.bnt-inner-side-bar {
    height: 100%;
    overflow-y: auto;
    width: 25%;
}

.bnt-outter-side-bar {
    height: 100%;
    overflow-y: auto;
    width: 75%;
}
/*
@media (min-width: 1000px){
    .bnt-inner-side-bar {
        width: 200px;
    }

    .bnt-inner-side-bar {
        width: 800px;
    }
}*/