body {
    background: #def3de;
}
label {
    margin-top: 0.5rem;
    font-weight: 500;
}
.field-validation-error {
    color: red;
}
.avatar-title-user img {
    width: 60px;
    height: 60px;
}
.logo-title-user img {
    height: 60px;
    width: 100%;
}
.avatar-title-login img {
    width: 5.5rem;
    height: 5.5rem;
    margin-right: 20px;
}
.btn-login {
    width: 100%;
    background-color: #319243;
    color: #fff;
    border: #319243 solid 1px; 
}
.btn-login-link {
    font-size: 16px;
    color: #495057;
}
.btn-login-link:hover {
    text-decoration: underline !important;
    color: rgba(73, 80, 87, 0.8);
}
.btn-login:hover {
    background-color: #fff;
    color: #319243;
}
.login-wapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #319243 !important;
    padding: 20px;
    height: 100%;
    width: 100%;
}
.vertical-menu.soft-vertical-menu {
    width: 260px;
}
.navbar-brand-box.soft-navbar {
    width: 260px;
    height: 80px;
}
.vertical-menu.soft-vertical-menu a {
    font-size: 16px !important;
}
.card-bt {
    border: 1px solid rgba(49, 146, 67, 0.3);
    border-bottom: solid 4px #297729;
}
.card-bt-d {
    border-bottom: solid 4px #666;
}
.navbar-brand-box.soft-navbar {
    padding: 0 0.5rem;
}
.main-content    {
    margin-left: 260px;
}
.soft-navbar .logo-lg img {
    width: 220px;
}
.vertical-collpsed .vertical-menu.soft-vertical-menu #sidebar-menu > ul > li:hover > a {
    width: calc(240px + 70px);
}
.vertical-collpsed .vertical-menu.soft-vertical-menu #sidebar-menu > ul > li:hover > ul {
    width: 240px !important;
}
.page-content-user {
    min-height: 100vh !important;
    margin-bottom: 50px;
}
.footer-view-user {
    position: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.soft-card-link__action--active {
    transition: all linear 0.5s;
    color: #297729;
    font-size: 14px;
    font-weight: bold;
    position: relative;
}
.soft-card-link__action--active i {
    transition: all linear 0.5s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    font-size: 12px;
    left: 60px;
}
.soft-card-link:hover .soft-card-link__action--active i {
    opacity: 1;
    left: 80px;
}
.soft-card-link__action--deactive {
    transition: all ease-in-out 0.5s;
    color: #666;
    font-size: 14px;
    font-weight: bold;
}
a.soft-card-link .card-title {
    transition: all ease-out 0.4s;
    color: #111;
    margin-bottom: 0;
    font-family: firstfont;
}
a.soft-card-link .card {
    transition: all linear 0.5s;
    box-shadow: 2px 3px 5px 0 rgba(0,0,0,0.16);
    border-radius: 3px;
    overflow: hidden;
}
a.soft-card-link:hover .card-title {
    color: #297729;
}
button.soft-card-link {
    border: none;
    text-align: left;
    background-color: transparent;
    width: 100%;
}
button.soft-card-link .card-title {
    transition: all ease-out 0.4s;
    color: #111;
    margin-bottom: 0;
}

button.soft-card-link .card {
    transition: all linear 0.5s;
    box-shadow: 2px 3px 5px 0 rgba(0,0,0,0.16);
    border-radius: 3px;
    overflow: hidden;
}

button.soft-card-link:hover .card-title {
    color: #297729;
}
.soft-card-link .card-title {
    font-size: 16px;
    font-family: Ubuntu,sans-serif !important;
    line-height: 20px;
    min-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#ImageViewing {
    display:none;
}
#ImageViewing.ImageEdit {
    display: block;
}
#ImageEdit {
    display: none;
}
.img-list-soft {
    border-bottom: solid 1px #eee;
    width: 100%;
    height: 200px;
}
.img-list-soft-login {
    border-bottom: solid 1px #eee;
    width: 100%;
    height: 180px;
}
.choose-img-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 12px;
    border: solid 1px #666;
    border-radius: 5px;
    color: #666;
    background-color: #fff;
    
    cursor: pointer;
}

.sidebar-enable.vertical-collpsed .logo-light .logo-sm {
    justify-content: center;
    display: flex;
    align-items: center;
}
.sidebar-enable.vertical-collpsed .logo-light .logo-sm img {
    width: 60px;
    height: 60px;
}
.list-btn-action .btn {
    margin-right: 8px;
}
.list-btn-action .btn-rounded {
    border-radius: 50%;
}
.choose-img-btn:hover {
    color: #fff;
    background-color: #666;
}
.btn-save {
    background-color: #297729;
    color: #fff;
}
.btn-save:hover {
    color: #fff;
    opacity: 0.8;
}
#page-header-search-dropdown {
    display: none !important;
}

#CaptchaInputText {
    width: 100%;
    padding: 6px 10px;
    outline: none;
    margin-top: 8px;
}
@media only screen and (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1500px;
    }
    .img-list-soft {
        width: 100%;
        height: 250px;
    }
}
@media only screen and (max-width: 1023px) {
    .navbar-brand-box-mobile {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: auto !important;
    }
    .navbar-brand-box-mobile img {
        width: 60px;
        height: 60px;
    }
    .select2 {
        width: 100% !important;
    }
}
.app-page-title {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-container {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 2px solid #065d06;
    background: #f1f1f1;
    text-align: center;
}
.footer-1 {
    display: block;
    margin: 0;
    padding: 5px 0;
    width: 100%;
}
@font-face {
    font-family: firstfont; /* đặt tên font */
    src: url(/Content/assets/fonts/RobotoCondensed-VariableFont_wght.ttf); /* tải font chữ */
}
.header-container {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #297729;
    background: linear-gradient(133deg, #ed1b23, #219857, #024320) !important;
}
.header {
    display: block;
    margin: 0;
    padding: 5px 0;
    width: 100%;
    overflow: hidden;
}
.header .logo {
    float: left;
    margin: 0;
    padding: 0;
    display: block;
}
.header .logo a {
    float: left;
    margin: 0;
    padding: 0;
    display: block;
}
.header .logo a img {
    float: left;
    margin: 0;
    padding: 0;
    display: block;
}
.header-text {
    display: block;
    margin: 0 0 0 20px;
    padding: 0;
    text-align: left;
    float: left;
}
.header-text h2 {
    display: block;
    margin: 10px 0 0 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: normal;
    font-family: firstfont;
    color: #fff;
}
.header-text h3 {
    display: block;
    margin: 7px 0 0 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    font-family: firstfont;
    color: #fff;
}
@media (min-width: 1200px) {
.container {
    max-width: 1366px;
}
}
@media only screen and (min-width: 740px) and (max-width: 1023px) {
    .app-page-title h2 {
        font-size: 18px;
    }
    .avatar-title-login img {
        margin: 12px 0;
        margin-right: 10px;
    }
}
@media only screen and (max-width: 739px) {
    .logo-title img {
        width: 350px;
        height: 100%;
    }
    .header-text h2 {
        font-size: 16px;
    }

    .header-text h3 {
        font-size: 15px;
    }
    .app-page-title h2 {
        font-size: 16px;
        line-height: 20px;
    }
    .avatar-title-user img {
        width: 40px;
        height: 40px;
    }

    .logo-title-user img {
        height: 40px;
        width: 100%;
    }
    .avatar-title-login img {
        width: 60px;
        height: 60px;
        margin: 12px 0;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 350px) {
    .logo-title img {
        display: none;
    }
    .select2 {
        width: 300px !important;
    }
}
