* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.header {
    background-color: #333;
    color: white;
    padding: 10px 0;
    text-align: center;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f7f7f7;
}

.container {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    gap: 16px;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.info-icon {
    color: #007bff;
    cursor: pointer;
}

input[type="text"], textarea, select {
    width: calc(100% - 20px);
    padding: 8px 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

textarea {
    width: calc(100% - 20px);
}

.price-details {
    background-color: #ffe5e5;
    padding: 10px;
    border-radius: 4px;
    margin-top: 20px;
}

.price-details h3 {
    color: red;
    margin-bottom: 10px;
}

.price-details p {
    font-size: 14px;
    color: #333;
}
#calcDecalV2 {
    width: 35%;
}
.decal-note {
    width: 30%;
}
.decal-note img {
    width: 100%;
}

.calc-decal-v2 .form-group > label {
    width: fit-content;
}
.decalV2-summary .decalV2-summary-item {
    margin-bottom: 12px;
}
.decalV2-summary .decalV2-summary-item .decalV2Suggest {
    color: red;
}
.decalV2-summary .decalV2-summary-item>span {
    font-size: 12px;
    line-height: 1.25;
}
.decalV2-summary .decalV2-summary-item>p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}
.decalV2-summary .decalV2-summary-item>p span {
    font-size: 16px;
    font-weight: 300;
}
.decalV2-summary .decalV2-summary-item>p i {
    font-size: 16px;
    font-weight: 300;
}
#calcDecalV2 .btn, #loginForm .btn, #calcCatalo .btn {
    height: 48px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 48px;
    padding: 0;
}

.decal-header {
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 8px;
}
.decal-header .logo-header {
    width: 30%;
    max-width: 100px;
    display: flex;
    align-items: center;
}
.decal-header .logo-header img {
    width: 100%;
}
.container-decal .body .container {
    position: relative;
}
.copy-right {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    color: red;
    font-weight: 600;
}
/* media 768px */
@media (max-width: 768px) {
    .decal-note {
        width: 100%;
    }
    #calcDecalV2 {
        width: 100%;
    }
    .calc-decal-v2 .form-group > select,
    .calc-decal-v2 .form-group > input {
        width: 100%;
    }
}

/* Styles form */
.container-decal {
    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;
    padding: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.container-decal::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(93, 84, 240, .5);
    background: -webkit-linear-gradient(left, rgba(0, 168, 255, 0.5), rgba(185, 0, 255, 0.5));
    background: -o-linear-gradient(left, rgba(0, 168, 255, 0.5), rgba(185, 0, 255, 0.5));
    background: -moz-linear-gradient(left, rgba(0, 168, 255, 0.5), rgba(185, 0, 255, 0.5));
    background: linear-gradient(left, rgba(0, 168, 255, 0.5), rgba(185, 0, 255, 0.5));
    pointer-events: none;
}

.wrap-login100 {
    width: 100%;
    max-width: 900px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .1);
}

.wrap-login100 h3 {
    font-size: 30px;
    color: #4b2354;
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
    padding: 16px 0;
    /* border-bottom: 1px solid #e6e6e6; */
}

input[type="text"] {
    border-radius: 10px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1);
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-left: 20px;
    height: 40px;
}

/* commonUI */
:root {
    --input-height: 56px;
    --primary-color: #1464f4;
    --label-floating-color: #8a8a8a;
    --text-color: #3c3c3c;
    --two-row-input-height: 100px
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    border: 1px solid #d9e1e2 !important;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.form-label-group {
    position: relative;
}
.form-label-group input, .form-label-group label, .form-label-group select {
    height: var(--input-height);
    width: 100%;
    padding: 1rem;
    border: 1px solid #d9e1e2;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.form-label-group input:focus, .form-label-group label:focus, .form-label-group select:focus {
    outline: none;
}
.form-label-group input[disabled] ~ label, .form-label-group label[disabled] ~ label, .form-label-group select[disabled] ~ label {
    color: #8a8a8a !important;
}
.form-label-group input[disabled] ~ span, .form-label-group label[disabled] ~ span, .form-label-group select[disabled] ~ span {
    background: #f0f3f3;
}
.select2-container.select2-container--default.select2-container--open {
    z-index: 1060;
}
.form-label-group .select2-container {
    width: 100% !important;
}
.form-label-group .select2-container--disabled .select2-selection {
    background-color: #f0f3f3 !important;
}
.form-label-group .select2-container .select2-selection {
    height: var(--input-height);
    line-height: var(--input-height);
    border: 1px solid #d9e1e2;
    border-radius: 8px;
    padding: 0 15px;
    background-color: transparent;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.form-label-group .select2-container .select2-selection .select2-selection__rendered {
    position: absolute;
    bottom: 0;
    color: var(--text-color);
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    max-width: calc(100% - 20px);
}
.form-label-group .select2-container .select2-selection__arrow {
    height: 100% !important;
    margin-right: 15px;
    width: 12px !important;
}
.form-label-group .select2-container .select2-selection__arrow b {
    background: url(./images/down-arrow.png) top left no-repeat;
    border: 0;
    border-color: transparent !important;
    width: 12px !important;
    height: 8px !important;
    display: block;
    padding: 0;
    border-width: 0 !important;
    margin-top: -4px !important;
    transition: all 0.2s;
}
.form-label-group label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.5;
    /* color: var(--text-color); */
    pointer-events: none;
    cursor: text;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: all 0.1s ease-in-out;
    color: var(--label-floating-color);
}
.form-label-group label.required::after {
    content: '*';
    color: var(--primary-color);
    margin-left: 5px;
}
.form-label-group input::-webkit-input-placeholder {
    color: transparent !important;
}
.form-label-group input::-moz-placeholder {
    color: transparent !important;
}
.form-label-group input:-ms-input-placeholder {
    color: transparent !important;
}
.form-label-group input::-ms-input-placeholder {
    color: transparent !important;
}
.form-label-group input::placeholder {
    color: transparent !important;
}
.form-label-group input:not(:-moz-placeholder-shown) {
    padding-top: 25px;
    padding-bottom: 0;
}
.form-label-group input:not(:-ms-input-placeholder) {
    padding-top: 25px;
    padding-bottom: 0;
}
.form-label-group input:not(:placeholder-shown) {
    padding-top: 25px;
    padding-bottom: 0;
}
.form-label-group .amount-down {
    cursor: pointer;
    position: absolute;
    top: 30px;
    left: 19px;
}
.form-label-group .amount-up {
    top: 30px;
    right: 19px;
    position: absolute;
    cursor: pointer;
}
.form-label-group input#amount:not(:placeholder-shown) {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.form-label-group input:not(:-moz-placeholder-shown) ~ label {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 12px;
    font-family: Mulish;
    color: var(--label-floating-color);
}
.form-label-group input:not(:-moz-placeholder-shown) ~ label.required::after {
    color: inherit;
}
.form-label-group input:not(:-ms-input-placeholder) ~ label {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 12px;
    font-family: Mulish;
    color: var(--label-floating-color);
}
.form-label-group input:not(:-ms-input-placeholder) ~ label.required::after {
    color: inherit;
}
.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 12px;
    font-family: Mulish;
    color: var(--label-floating-color);
}
.form-label-group input:not(:placeholder-shown) ~ label.required::after {
    color: inherit;
}
.form-label-group input:-webkit-autofill ~ label {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 12px;
    font-family: Mulish;
}
.form-label-group input:-webkit-autofill ~ label.required::after {
    color: inherit;
}
.form-label-group .select2-container ~ label {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 12px;
    font-family: Mulish;
    color: var(--label-floating-color);
}
.form-label-group .select2-container ~ label.required::after {
    color: inherit;
}
.form-label-group select.select2-label-placeholder ~ label {
    height: auto;
}
.form-label-group select.select2-label-placeholder.select2-empty ~ label {
    top: calc(var(--input-height)/2);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    transform: translateY(-50%);
    transition: all 0.1s ease-in-out;
    color: var(--label-floating-color);
}
.form-label-group select.select2-label-placeholder.select2-empty ~ label::after {
    color: var(--primary-color);
}
.form-label-group.has-icon .icon {
    position: absolute;
    top: 0;
    height: var(--input-height);
}
.form-label-group.has-icon .icon svg {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    transition: all 0.1s ease-in-out;
}
.form-label-group.has-icon .suffix-icon svg {
    position: absolute;
    top: 0;
    right: 16px;
    height: var(--input-height);
}
.form-label-group.has-icon input, .form-label-group.has-icon select {
    padding-left: 3rem;
}
.form-label-group.has-icon input.js_numText, .form-label-group.has-icon select.js_numText {
    padding-right: 4rem;
}
.form-label-group.has-icon input:not(:placeholder-shown) ~ .icon svg {
    top: 72%;
}
.form-label-group.has-icon select:not(.select2-empty) ~ .icon svg {
    top: 70%;
}
.form-label-group.has-icon label {
    left: 2rem;
}
.form-label-group.has-icon .select2-container .select2-selection {
    padding-left: 3rem;
}
.form-label-group.has-icon .select2-selection__rendered {
    max-width: calc(100% - 3rem);
}
@supports (-ms-ime-align: auto) {
    .form-label-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
   }
    .form-label-group label {
        position: static;
   }
    .form-label-group input::-ms-input-placeholder {
        color: var(--label-floating-color);
   }
}
input.is-invalid, input.is-invalid:hover {
    border: 1px solid #dc3545 !important;
    border-radius: 3px;
}
.select2-dropdown, #ui-datepicker-div {
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.176);
}

.pagination-user {
    text-align: center;
}
#paginationUser>button.active {
    background-color: #007bff;
    color: white;
}
/* Start Bug Css */
#bugform {
    width: 100%;
}
#bugform #submitAddBug {
    padding: 0;
}
#modalCategoryBugform .btn {
    padding: 0;
}
#modalLevelBugform .btn {
    padding: 0;
}
#modalDataBugform .btn {
    padding: 0;
}
#submitFilter {
    padding: 0;
}
#submitExport {
    padding: 0;
}
#notifyDeleteModal .modal-body .p {
    color: black;
    font-weight: 400;
}
#addUserform input.btn {
    padding-top: 0;
}
#bugform input.btn {
    padding-top: 0;
}
/* End Bug Css */

/* Chart */
.select-date {
    width: 50%;
    display: flex;
    justify-content: space-around;
}
.select-date>div {
    width: 100%;
}
/* End Chart */

/* Login Form */
.container-decal .login-form {
    max-width: 550px !important;
}
.login-form .login-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 20px;
}
.login-form .login-header img {
    max-width: 100px;
}
.login-form .login-header h3 {
    font-size: 24px;
    margin: 0;
    color: #ca2a2a;
}
.login-form h4 {
    color:#466eb0;
}
.login-form #submitLogin {
    background-color: #466eb0;
    color: #fff;
    margin-top: 20px;
    border-radius: 15px;
    height: 60px;
}
.login-form .form-group input {
    border: 0;
    border-bottom: 2px solid #d9e1e2;
    border-radius: 0;
    box-shadow: none;
}
.login-form .form-label-group.has-icon .icon {
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
}
/* End Login Form */

/* Báo giá Decal */
.container-decal {
    background-color: #466eb0;
}
.container-decal::before {
    display: none;
}
.container-decal .wrap-login100 {
    max-width: 1024px;
}
.container-decal .container {
    max-width: 1024px;
}
.container-decal form #submitBtn {
    background: #466eb0;
    color: #fff;
    border-color: #466eb0;
}
/* END Báo giá Decal */

/* Calculator Catalog */
.calc-catalo form#calcCatalo {
    width: 40%;
}
.calc-catalo {
    background-color: #466eb0;
}
.calc-catalo::before {
    display: none;
}
.calc-catalo .wrap-login100 {
    max-width: 1440px;
}
.calc-catalo .container {
    max-width: 1440px;
}
.calc-catalo .image-note {
    width: 25%;
}
.calc-catalo .image-note img {
    width: 100%;
}
.calc-catalo .decalV2-summary {
    flex: 1;
    padding: 16px;
}
.calc-catalo .cover-page,
.calc-catalo .inner-page {
    background: #ddd;
    padding: 16px;
    border-radius: 10px;
    width: 50%;
}
.calc-catalo .cover-page > h4,
.calc-catalo .inner-page > h4 {
    text-align: center;
    font-weight: 600;
    color: red;
}
.calc-catalo .cover-page .select2.select2-container,
.calc-catalo .inner-page .select2.select2-container {
    background: #fff;
    border-radius: 10px;
}
.calc-catalo form .d-flex {
    gap: 12px;
    margin-bottom: 16px;
}
.calc-catalo form input:read-only {
    background: #ddd;
    border: 1px solid #fff;
}
.calc-catalo form #submitBtn {
    background: #466eb0;
    color: #fff;
    border-color: #466eb0;
}
.calc-catalo .decalV2-summary h5 {
    border-bottom: 1px solid #ccc;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 6px;
    color: red;
}
/* End Calculator Catalog */

/* Calculator VongTayNhua */
.calc-vong-tay {
    background-color: #466eb0;
}
.calc-vong-tay:before {
    display: none;
}
.calc-vong-tay .wrap-login100 {
    max-width: 1024px;
}
.calc-vong-tay .container {
    max-width: 1024px;
}
.calc-vong-tay form {
    width: 50%;
}
.calc-vong-tay form input:read-only {
    background: #ddd;
    border: 1px solid #fff;
}
.calc-vong-tay form .note {
    font-style: italic;
    font-weight: 600;
    color: red;
    margin-bottom: 8px;
}
.calc-vong-tay .decalV2-summary .note p {
    font-style: italic;
    font-weight: 600;
    color: red;
    margin-bottom: 4px;
    font-size: 14px;
}
.calc-vong-tay .decalV2-summary {
    width: 50%;
    padding: 16px;
}
.calc-vong-tay form #submitBtn {
    background: #466eb0;
    color: #fff;
    border-color: #466eb0;
}
.calc-vong-tay .decalV2-summary h5 {
    border-bottom: 1px solid #ccc;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 6px;
    color: red;
}
.calc-vong-tay form h4 {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: red;
}
/* End Calculator VongTayNhua */

/* Calculator Voucher, Tag, Tờ rơi */
.calc-voucher-tag {
    background-color: #466eb0;
}
.calc-voucher-tag:before {
    display: none;
}
.calc-voucher-tag .wrap-login100 {
    max-width: 1440px;
}
.calc-voucher-tag .container {
    max-width: 1440px;
}
.calc-voucher-tag .image-note {
    width: 25%;
}
.calc-voucher-tag .image-note img {
    width: 100%;
}
.calc-voucher-tag form {
    width: 50%;
}
.calc-voucher-tag form input:read-only {
    background: #ddd;
    border: 1px solid #fff;
}
.calc-voucher-tag .decalV2-summary {
    flex: 1;
    padding: 16px;
}
.calc-voucher-tag form #submitBtn {
    background: #466eb0;
    color: #fff;
    border-color: #466eb0;
}
.calc-voucher-tag .decalV2-summary h5 {
    border-bottom: 1px solid #ccc;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 6px;
    color: red;
}
.calc-voucher-tag .bang-gia,
.calc-voucher-tag .gia-cong-khac {
    background: #ddd;
    padding: 16px;
    border-radius: 10px;
    width: 50%;
}
.calc-voucher-tag .bang-gia .select2.select2-container,
.calc-voucher-tag .gia-cong-khac .select2.select2-container {
    background: #fff;
    border-radius: 10px;
}
.calc-voucher-tag .calc-group {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
}
.calc-voucher-tag .calc-group h4 {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: red;
}
.calc-voucher-tag .hay-dat-khuon span{
    color:#466eb0;
    font-weight: 600 !important;
}
/* End Calculator Voucher, Tag, Tờ rơi */

/* Calculator Bế máy SAGA */
.calc-be-saga form {
    width: 70%;
}
.calc-be-saga form .image-note {
    width: 100%;
}
/* End Calculator Bế máy SAGA */

/* Calculator Menu Nhựa */
.calc-menu-nhua {
    background-color: #466eb0;
}
.calc-menu-nhua:before {
    display: none;
}
.calc-menu-nhua .wrap-login100 {
    max-width: 1024px;
}
.calc-menu-nhua .container {
    max-width: 1024px;
}
.calc-menu-nhua form {
    width: 50%;
}
.calc-menu-nhua form input:read-only {
    background: #ddd;
    border: 1px solid #fff;
}
.calc-menu-nhua .decalV2-summary {
    width: 50%;
    padding: 16px;
}
.calc-menu-nhua form #submitBtn {
    background: #466eb0;
    color: #fff;
    border-color: #466eb0;
}
.calc-menu-nhua .decalV2-summary h5 {
    border-bottom: 1px solid #ccc;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 6px;
    color: red;
}
.calc-menu-nhua form .note {
    font-style: italic;
    font-weight: 600;
    color: red;
    margin-bottom: 8px;
}
/* End Calculator Menu Nhựa */

/* Calculator Decal */
.calc-decal .wrap-login100 {
    max-width: 1440px;
}
.calc-decal .container {
    max-width: 1440px;
}

.calc-decal .decal-khoin {
    width: 20.5%;
}
.calc-decal .decal-khoin>p,
.calc-decal .decal-note>p {
    font-size: 14px;
}
.calc-decal .decal-note {
    width: 26%;
}
.calc-decal form#calcDecalV2 {
    width: 25%;
}
.calc-decal .decalV2-summary {
    flex: 1;
}
.calc-decal .decal-khoin img {
    width: 100%;
}
.calc-decal form input:read-only {
    background: #ddd;
    border: 1px solid #fff;
}
/* END Calculator Decal */

.sub-nav-item {
    display: none;
    padding-left: 20px;
}

.sub-nav-item.active {
    display: block;
}
.sub-nav-item.active>a {
    padding: 6px !important;
}
.navbar-vertical .nav-item.active:hover .nav-link {
    background-color: transparent;
}
.navbar-vertical .nav-item.active .nav-link:hover {
    background-color: rgba(199, 199, 199, 0.2);
    border-radius: 0.375rem;
}