﻿.btn-login {
    background-color: red;
    width: 100px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    margin-right: 10px;
    cursor:pointer;
    color:#ffffff;
}

.btn-login:hover {
    background-color:brown;
    color:#cccccc;
}

.header {
    position:sticky;
    width:100%;
}

.btn-logout {
    background-color: red;
    width: 100px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
    color: #ffffff;
}

.btn-s {
    height: 30px;
    background-color: #fff !important;
}

.logout-btn {
    height: 20px;
}
.topnav .search-container button {
    background-color: #808080;
}
/*
.e-dropdown-menu {
    margin-top: 30px !important;
    width: 129px;
    margin-right: 0px;
    padding-right: 0px;
}*/
.icon-user {
    height: 33px;
    padding: 0;
    width: 33px;
    border-radius: 50%;
    background-color: #7e7d7d;
}

.cyber-Input {
    width:100%;
}

.nav-link {
    height:55px !important;
}

.text-version {
    font-size: 13px;
    color: #ffffff;
    background-color: #CC0000;
    /*width: 100px;*/
    text-align: right;
    position: absolute;
    padding: 3px;
    margin-top: 6px;
    float: right;
    z-index: 2;
}

.huong-dan-cai-app {
    font-size: 22px;
    font-weight: 700;
}