.progress {
    position: relative;
    margin-top: auto !important;
    padding: 1em;
    display: block !important;
    height: auto !important;
}
/*input[type="date"] {
    position: relative;
    color: white;
}

input[type="date"]:before {
    position: absolute;
    top: 5px; 
    left: 10px;
    content: attr(data-date);
    display: inline-block;
    color: black;
}

input[type="date"]::-webkit-datetime-edit, input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-clear-button {
    display: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 7px;
    right: 6px;
    color: black;
    opacity: 1;
}
input[type="date"].invalid-date::before {
  display: none;
}*/
/*.path-frontpage*/
body.uid-0.path-frontpage,
body.uid-0.path-user {
    /*background-color: #448aff;*/
    /*background-attachment: fixed;*/
    /*background-image: linear-gradient(rgba(255, 255, 255, 0.2) 180px, rgba(255, 255, 255, 0.9) 0%);*/
    width: 100%;
    min-height: 100vh;
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;*/
    /*background: url("/assets/images/bg-01.jpg");*/
    /*background: url("/assets/images/bg-02.jpg");*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-position: top;*/
    /*background-size: cover;*/
    overflow: hidden;
}
#block-vtranetloginblock,
#vtranet-login,
#vtranet-pass {
    max-width: 450px;
    margin: 30px auto;
}
#block-vtranetloginblock .logo,
#vtranet-login .logo,
#vtranet-pass .logo {
    text-align: center;
}
#block-vtranetloginblock .logo img,
#vtranet-login .logo img,
#vtranet-pass .logo img {
    max-width: 200px;
    max-height: 44px;
}
#block-vtranetloginblock .form-login,
#vtranet-login .form-login,
#vtranet-pass .form-login {
    margin: 20px auto 0 auto;
    /*max-width: 450px;*/
}
#block-vtranetloginblock .login-block,
#vtranet-login .login-block,
#vtranet-pass .login-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    border: none;
    padding: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#block-vtranetloginblock .login-block > h1,
#vtranet-login .login-block > h1,
#vtranet-pass .login-block > h1 {
    margin-top: 10px;
    margin-bottom: 34px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    color: #16548D;
    padding: 0;
}
.login-block .form-actions {
    position: relative;
    display: block;
    border: 0;
    padding: 0;
    text-align: center;
}
.login-block .form-actions .button {
    background-color: #448aff;
    border-color: #448aff;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 23px;
    width: 100%;
}
g-terms-anch {
    line-height: 54px;
}
#block-vtranetloginblock .form-text,
#vtranet-login .form-text,
#vtranet-pass .form-text {
    min-width: unset;
}
.login-block .forgot {
    padding-top: 15px;
}
#block-devfooter {
    color: #fff;
    text-align: center;
}
#block-devfooter a {
    color: #ff0000;
    font-weight: 700;
}

/*Tuấn update*/
.item-list ul li {
    list-style-type: none !important;
}
button#dropdownExport {
    border: 1px solid gainsboro;
}
ul.dropdown-menu.export {
    padding: 0 !important;
}
.dropdown-menu.export div.views-data-export-feed a{
    display: block !important;
    width: 100% !important;
    padding: 10;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500 !important;
    color: #4e75ad;
    line-height: 1.42857143;
}
.dropdown-menu.export div.views-data-export-feed a:hover{
    background: #e4e8f1;
    color: #424242;
}
img.file-icons {
    margin: 3px;
}
span.filename {
    display: block;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
    cursor: default;
}
span.file__size {
    font-size: 12px;
    color: gray;
}
.file .file_action{
    visibility: hidden;
    font-size: 12px;
    margin-left: 22px;
}
.file .file_action a{
    /*background-color: #5e5e5e;
    color: white;*/
}
.file .file_action a:hover{
    /*background-color: #333 !important; 
    color: white !important;
    border-radius: 3px !important;*/
}
.file:hover .file_action{
    visibility: visible;
    opacity: 1;
}
/* Css for Chosen */
.form-type-select .chosen-container {
    display: block !important;
}
.form-type-select .chosen-container-single .chosen-single,
.form-type-select .chosen-container-multi .chosen-choices {
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}

button.ui-multiselect.ui-widget {
    min-width: 240px;
    width: 100% !important;
}

.form-check-input {
    background-repeat: no-repeat !important;
}

.form-check.form-switch {
    padding-left: 0;
}

.form-check.form-switch label {
    font-weight: 700;
}

.form-check.form-switch input {
    float: unset;
    height: 20px;
    width: 40px;
}

a.dropdown-toggle:hover,
a.dropdown-toggle.show {
    color: #0866FF !important;
}

.dropdown-menu.profile {
    width: 280px;
}

.dropdown-menu.profile .dropdown-header {
    display: flex;
    align-items: center;
    gap: 20px;
}

.user-profile .user-name {
    color: #3a3a3a;
    font-weight: bold;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: transparent !important;
}

.header-help .dropdown-toggle:after {
    display: none;
}

.slidebar .hide-menu i {
    font-size: 22px;
}

.slidebar:not(.navbar-collapsed) .hide-menu .right {
    display: none;
}

.slidebar.navbar-collapsed .hide-menu .left {
    display: none;
}

#edit-extra-options {
    margin-bottom: 50px;
}

#edit-extra-options .form-item-persistent-login {
    margin: 0;
    padding: 0;
    float: left;
}

#edit-extra-options #edit-more-links {
    float: right;
}

#edit-extra-options #edit-more-links a {
    margin-top: 0;
}

#user-login-form #edit-actions {
    padding: 20px 0;
}

body.gin-login header {
    display: block !important;
}

body.gin-login .user-form-page__user-form > .layout-container main.page-content {
    min-height: unset !important;
}

body.gin-login .user-login-form .button {
    padding: 10px;
}

@media (max-width: 800px) {
    body.gin-login .user-form-page__user-form {
        z-index: 999;
        /*background: white;*/
    }

    body.gin-login .user-form-page__page-title {
        margin-bottom: 0;
        /*padding: 20px 0;*/
        font-size: 1.7rem;

    }

    body.gin-login .user-form-page__user-form > .layout-container {
        position: fixed;
        bottom: 0;
        min-height: 50vh;
        background: white;
        width: 100% !important;
        max-width: unset;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        text-align: center;
    }

    body.gin-login .user-form-page__wallpaper {
        display: block;
        position: inherit;
    }
}

#user-pass #edit-actions {
    display: block;
    padding: 0;
}

#user-pass #edit-more-links {
    display: block;
    margin-top: 10px;
    background: #efefef;
    text-align: center;
    border-radius: 0.375rem;
    padding: 10px;
    text-align: center;
}

#user-pass #edit-more-links a {
    font-weight: 700;
}

#user-pass #edit-actions input {
    width: 100%;
}

.vtranet-text-avatar {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: bold;
}

.shwpd {
    position: absolute;
    right: 15px;
    margin-top: -25px;
    z-index: 5;
}

input:password, input:text {
    padding-right: 40px;
}

#user-login-form #edit-submit {
    width: 100%;
}

#user-login-form .shwpd {
    margin-top: 10px;
}

#user-login-form #edit-pass {
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
}

#edit-logo-wrapper {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
}

#taxonomy-manager-wrapper {
    display: inline-block;
    width: 100%;
}