/* _content/Bizor_HRMS.Web/Pages/Dashboard/Dashboard.razor.rz.scp.css */
.table-striped tbody tr:nth-child(even) td[b-7scr4pxx2n] {
    background-color: #7697d330;
}
/* _content/Bizor_HRMS.Web/Pages/Leaves/Leave_EditComponent.razor.rz.scp.css */
.invalid[b-ofksc7bhpb] 
{
    outline-width: 0px;
}
.valid.modified:not([type=checkbox])[b-ofksc7bhpb] {
    outline: none;
}
/* _content/Bizor_HRMS.Web/Pages/Performance/TimeEntry_Index.razor.rz.scp.css */
.rz-form-field-content > *[b-mngdbpqobp], .rz-form-field-content > .rz-autocomplete[b-mngdbpqobp], .rz-form-field-content input[b-mngdbpqobp], .rz-form-field-content .rz-inputtext[b-mngdbpqobp] 
{
    color: white !important;
}
/* _content/Bizor_HRMS.Web/Pages/Report/Performance/Performance_TimeSummeryReport.razor.rz.scp.css */
.zui-table[b-68ab25gtjk] {
    /*    border: solid 1px #DDEEEE;*/
    border-collapse: collapse;
    border-spacing: 0;
    font: normal 13px Arial, sans-serif;
}

    .zui-table thead th[b-68ab25gtjk] {
        background-color: #DDEFEF;
        border: solid 1px #DDEEEE;
        color: #336B6B;
        padding: 10px;
        text-align: left;
        text-shadow: 1px 1px 1px #fff;
    }

    .zui-table tbody td[b-68ab25gtjk] {
        border: solid 1px #DDEEEE;
        color: #bfd7d2;
        padding: 10px;
        /*text-shadow: 1px 1px 1px #fff;*/
    }

h1[b-68ab25gtjk] {
    color: #7c795d;
    font-family: 'Trocchi', serif;
    font-size: 25px;
    font-weight: normal;
    line-height: 48px;
    margin: 0;
}
/* _content/Bizor_HRMS.Web/Pages/Review/Review_Question.razor.rz.scp.css */
ButtonOne[b-676663p8sn] {
    width: 60px;
    height: 30px;
    border-radius: 15px;
    background-color: #790000;
    -webkit-appearance: none; /*to disable the default appearance of radio button*/
    -moz-appearance: none;
}

rz-radio-btn.ButtonTwo[b-676663p8sn] {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #9e0b0f;
    -webkit-appearance: none; /*to disable the default appearance of radio button*/
    -moz-appearance: none;
}

.ButtonThree[b-676663p8sn] {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #c72702;
    -webkit-appearance: none; /*to disable the default appearance of radio button*/
    -moz-appearance: none;
}

input[class="ButtonFour"][b-676663p8sn] {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #ff7300;
    -webkit-appearance: none; /*to disable the default appearance of radio button*/
    -moz-appearance: none;
}

input[class="ButtonFive"][b-676663p8sn] {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #ffa800;
    -webkit-appearance: none; /*to disable the default appearance of radio button*/
    -moz-appearance: none;
}

input[class="ButtonSix"][b-676663p8sn] {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #ff7300;
    -webkit-appearance: none; /*to disable the default appearance of radio button*/
    -moz-appearance: none;
}

input[class="ButtonSeven"][b-676663p8sn] {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #deff00;
    -webkit-appearance: none; /*to disable the default appearance of radio button*/
    -moz-appearance: none;
}

input[class="ButtonEight"][b-676663p8sn] {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #a5d400;
    -webkit-appearance: none; /*to disable the default appearance of radio button*/
    -moz-appearance: none;
}

input[class="ButtonNine"][b-676663p8sn] {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #2ebf01;
    -webkit-appearance: none; /*to disable the default appearance of radio button*/
    -moz-appearance: none;
}

input[class="ButtonTen"][b-676663p8sn] {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #239500;
    -webkit-appearance: none; /*to disable the default appearance of radio button*/
    -moz-appearance: none;
}

.questionBlock[b-676663p8sn] {
    background-color: rgba(10, 9, 47, 0);
}


input[type="radio"]:focus[b-676663p8sn] { /*no need, if you don't disable default appearance*/
    outline-color: transparent; /*to remove the square border on focus*/
}

input[type="radio"]:checked[b-676663p8sn] { /*no need, if you don't disable default appearance*/
    background-color: white;
    border: 2px solid #ff0000;
}

    input[type="radio"]:checked ~ span:first-of-type[b-676663p8sn] {
        color: black;
    }

label span:first-of-type[b-676663p8sn] {
    position: relative;
    left: -27px;
    font-size: 15px;
    color: black;
}

label span[b-676663p8sn] {
    position: relative;
    top: -10px;
}

.btn-primary[b-676663p8sn] {
    font-family: Arial;
    font-size: 13px;
    color: rgba(58, 133, 191, 0.75);
    letter-spacing: 1px;
    line-height: 15px;
    border: 2px solid rgba(58, 133, 191, 0.75);
    border-radius: 40px;
    background: transparent;
    transition: all 0.3s ease 0s;
}

#roundBack[b-676663p8sn] {
    border-radius: 5px;
    border: 2px solid #73AD21;
    padding-left: 15px;
    padding-top: 20px;
}

#questionBlock[b-676663p8sn] {
    padding-bottom: 25px;
    border-bottom: 1px solid #505050;
}

.title[b-676663p8sn] {
    font-size: medium;
    color: greenyellow;
}
/* _content/Bizor_HRMS.Web/Pages/Security/Login.razor.rz.scp.css */
.btn[b-lmkckyjdm1] {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr=#ffffff, endColorstr=#e6e6e6, GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #e6e6e6;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    *margin-left: .3em;
}

    .btn:hover[b-lmkckyjdm1], .btn:active[b-lmkckyjdm1], .btn.active[b-lmkckyjdm1], .btn.disabled[b-lmkckyjdm1], .btn[disabled][b-lmkckyjdm1] {
        background-color: #e6e6e6;
    }

.btn-large[b-lmkckyjdm1] {
    padding: 9px 14px;
    font-size: 15px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn:hover[b-lmkckyjdm1] {
    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.btn-primary[b-lmkckyjdm1], .btn-primary:hover[b-lmkckyjdm1] {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #ffffff;
}

    .btn-primary.active[b-lmkckyjdm1] {
        color: rgba(255, 255, 255, 0.75);
    }

.btn-primary[b-lmkckyjdm1] {
    background-color: #4a77d4;
    background-image: -moz-linear-gradient(top, #6eb6de, #4a77d4);
    background-image: -ms-linear-gradient(top, #6eb6de, #4a77d4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6eb6de), to(#4a77d4));
    background-image: -webkit-linear-gradient(top, #6eb6de, #4a77d4);
    background-image: -o-linear-gradient(top, #6eb6de, #4a77d4);
    background-image: linear-gradient(top, #6eb6de, #4a77d4);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr=#6eb6de, endColorstr=#4a77d4, GradientType=0);
    border: 1px solid #3762bc;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
}

    .btn-primary:hover[b-lmkckyjdm1], .btn-primary:active[b-lmkckyjdm1], .btn-primary.active[b-lmkckyjdm1], .btn-primary.disabled[b-lmkckyjdm1], .btn-primary[disabled][b-lmkckyjdm1] {
        filter: none;
        background-color: #4a77d4;
    }

.btn-block[b-lmkckyjdm1] {
    width: 100%;
    display: block;
}
.backgroun_color[b-lmkckyjdm1] {
    background-color: red; /* For browsers that do not support gradients */
    background-image: linear-gradient(to bottom right, Silver, Gray, black);
}
*[b-lmkckyjdm1] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

html[b-lmkckyjdm1] {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body[b-lmkckyjdm1] {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    background: #092756;
    background: -moz-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%),-moz-linear-gradient(top, rgba(57,173,219,.25) 0%, rgba(42,60,87,.4) 100%), -moz-linear-gradient(-45deg, #670d10 0%, #092756 100%);
    background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -webkit-linear-gradient(top, rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -webkit-linear-gradient(-45deg, #670d10 0%,#092756 100%);
    background: -o-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -o-linear-gradient(top, rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -o-linear-gradient(-45deg, #670d10 0%,#092756 100%);
    background: -ms-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -ms-linear-gradient(top, rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -ms-linear-gradient(-45deg, #670d10 0%,#092756 100%);
    background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), linear-gradient(to bottom, rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), linear-gradient(135deg, #670d10 0%,#092756 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3E1D6D', endColorstr='#092756',GradientType=1 );
}

.login[b-lmkckyjdm1] {
    margin: 30px auto;
    width: 300px;
    height: 300px;
}

    .login h1[b-lmkckyjdm1] {
        color: #fff;
        text-shadow: 0 0 10px rgba(0,0,0,0.3);
        letter-spacing: 1px;
        text-align: center;
    }

input[b-lmkckyjdm1] {
    width: 100%;
    margin-bottom: 10px;
    background: rgba(0,0,0,0.3);
    border: none;
    outline: none;
    padding: 10px;
    font-size: 13px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 4px;
    box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
    -webkit-transition: box-shadow .5s ease;
    -moz-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -ms-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
}

    input:focus[b-lmkckyjdm1] {
        box-shadow: inset 0 -5px 45px rgba(100,100,100,0.4), 0 1px 1px rgba(255,255,255,0.2);
    }

.login100-form[b-lmkckyjdm1] {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.login100-form-title[b-lmkckyjdm1] {
    font-family: Montserrat-ExtraBold;
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
}

/*---------------------------------------------*/
.login100-form-avatar[b-lmkckyjdm1] {
    width: 100%;
    text-align: center;
}

    .login100-form-avatar img[b-lmkckyjdm1] {
        display: block;
        width: 100px;
        height: 100px;
        margin: 2em auto;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-border-radius: 99em;
        -moz-border-radius: 99em;
        border-radius: 99em;
        border: 3px solid #eee;
        box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
        padding: 3px;
    }

.login-footer[b-lmkckyjdm1] {
    text-align: center;
    width: 100%;
    float: left;
    padding: 10px;
    color: #FFF;
    font-size: x-small;
}

    .login-footer a[b-lmkckyjdm1] {
        color: #FFF;
    }

.checkbox[b-lmkckyjdm1] {
    float: none;
    width: 12px;
    display: inline;
    position: relative;
    top: 3px;
}

.checkbox-label[b-lmkckyjdm1] {
    width: 164px;
    float: left;
    color: #fff;
    font-size: 12px;
}

    .checkbox-label input[b-lmkckyjdm1] {
        width: 20px;
        display: inline-block;
        border: none;
        outline: none;
        padding: 10px;
        font-size: 13px;
        color: #fff;
        text-shadow: none;
        border: none;
        border-radius: 4px;
        box-shadow: none;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
        position: relative;
        top: 3px;
    }

.forgot-password-label[b-lmkckyjdm1] {
    float: right;
    color: #fff;
    line-height: 0;
    color: #fff;
    font-size: 12px;
    position: relative;
    top: -5px;
}

    .forgot-password-label a[b-lmkckyjdm1] {
        color: #fff;
        text-decoration: none;
    }

.circle-image[b-lmkckyjdm1] {
    display: block;
    width: 100px;
    height: 100px;
    margin: 2em auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    border-radius: 99em;
    border: 3px solid #eee;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
    padding: 3px;
}

.link-text[b-lmkckyjdm1] {
    color: dodgerblue;
}
/* _content/Bizor_HRMS.Web/Pages/SystemSetting/Leave/Leave_UserIndex.razor.rz.scp.css */
.row_back_inventory tbody tr:nth-of-type(odd)[b-nal72w54sj] {
    background-color: #7697d3;
}
/* _content/Bizor_HRMS.Web/Pages/TeamLead/TeamLead_Report_View.razor.rz.scp.css */
.zui-table[b-vvgpw94nko] {
/*    border: solid 1px #DDEEEE;*/   
    border-collapse: collapse;
    border-spacing: 0;
    font: normal 13px Arial, sans-serif;
}

    .zui-table thead th[b-vvgpw94nko] {
        background-color: #DDEFEF;
        border: solid 1px #DDEEEE;
        color: #336B6B;
        padding: 10px;
        text-align: left;
        text-shadow: 1px 1px 1px #fff;
    }

    .zui-table tbody td[b-vvgpw94nko] {
        border: solid 1px #DDEEEE;
        color: #bfd7d2;
        padding: 10px;
        /*text-shadow: 1px 1px 1px #fff;*/
    }

h1[b-vvgpw94nko] {
    color: #7c795d;
    font-family: 'Trocchi', serif;
    font-size: 25px;
    font-weight: normal;
    line-height: 48px;
    margin: 0;
}
/* _content/Bizor_HRMS.Web/Shared/LoginLayout.razor.rz.scp.css */
HTML CSSResult Skip Results Iframe
EDIT ON
@import url('https://fonts.googleapis.com/css?family=Exo:400,700');

*[b-55c71brw7m] {
    margin: 0px;
    padding: 0px;
}

body[b-55c71brw7m] {
    font-family: 'Exo', sans-serif;
}


.context[b-55c71brw7m] {
    width: 100%;
    position: absolute;
    top: 50vh;
}

    .context h1[b-55c71brw7m] {
        text-align: center;
        color: #fff;
        font-size: 50px;
    }


.area[b-55c71brw7m] {
    background: #4e54c8;
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
    width: 100%;
    height: 100vh;
}

.circles[b-55c71brw7m] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .circles li[b-55c71brw7m] {
        position: absolute;
        display: block;
        list-style: none;
        width: 20px;
        height: 20px;
        background: rgba(255, 255, 255, 0.2);
        animation: animate-b-55c71brw7m 25s linear infinite;
        bottom: -150px;
    }

        .circles li:nth-child(1)[b-55c71brw7m] {
            left: 25%;
            width: 80px;
            height: 80px;
            animation-delay: 0s;
        }


        .circles li:nth-child(2)[b-55c71brw7m] {
            left: 10%;
            width: 20px;
            height: 20px;
            animation-delay: 2s;
            animation-duration: 12s;
        }

        .circles li:nth-child(3)[b-55c71brw7m] {
            left: 70%;
            width: 20px;
            height: 20px;
            animation-delay: 4s;
        }

        .circles li:nth-child(4)[b-55c71brw7m] {
            left: 40%;
            width: 60px;
            height: 60px;
            animation-delay: 0s;
            animation-duration: 18s;
        }

        .circles li:nth-child(5)[b-55c71brw7m] {
            left: 65%;
            width: 20px;
            height: 20px;
            animation-delay: 0s;
        }

        .circles li:nth-child(6)[b-55c71brw7m] {
            left: 75%;
            width: 110px;
            height: 110px;
            animation-delay: 3s;
        }

        .circles li:nth-child(7)[b-55c71brw7m] {
            left: 35%;
            width: 150px;
            height: 150px;
            animation-delay: 7s;
        }

        .circles li:nth-child(8)[b-55c71brw7m] {
            left: 50%;
            width: 25px;
            height: 25px;
            animation-delay: 15s;
            animation-duration: 45s;
        }

        .circles li:nth-child(9)[b-55c71brw7m] {
            left: 20%;
            width: 15px;
            height: 15px;
            animation-delay: 2s;
            animation-duration: 35s;
        }

        .circles li:nth-child(10)[b-55c71brw7m] {
            left: 85%;
            width: 150px;
            height: 150px;
            animation-delay: 0s;
            animation-duration: 11s;
        }



@keyframes animate-b-55c71brw7m {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

.circles li[b-55c71brw7m] {
   background: rgb(255 255 255 / 5%);
}
/* _content/Bizor_HRMS.Web/Shared/MainLayout.razor.rz.scp.css */
.page[b-vq90otyon9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-vq90otyon9] {
    flex: 1;
}

.sidebar[b-vq90otyon9] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-vq90otyon9] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-vq90otyon9]  a, .top-row .btn-link[b-vq90otyon9] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-vq90otyon9] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-vq90otyon9] {
        display: none;
    }

    .top-row.auth[b-vq90otyon9] {
        justify-content: space-between;
    }

    .top-row a[b-vq90otyon9], .top-row .btn-link[b-vq90otyon9] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-vq90otyon9] {
        flex-direction: row;
    }

    .sidebar[b-vq90otyon9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vq90otyon9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-vq90otyon9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Bizor_HRMS.Web/Shared/NavMenu.razor.rz.scp.css */
/*.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand {
    font-size: 1.1rem;
}

.oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item ::deep a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item ::deep a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item ::deep a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .collapse {
         Never collapse the sidebar for wide screens 
        display: block;
    }
}*/


