/* Header Account Styles */
.header-account {
    display: none;
}

a {
    cursor: pointer;
}

/* Loading All Styles */
.loading-all {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10000;
    background: #dbdcdc40;
}

.loading-all .icon {
    width: 100px;
    position: absolute;
    top: 0px;
    height: 100px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    left: 0px;
}

/* Modal Body Styles */
.modal-body {
    max-height: 90vh;
    /* hoặc 500px tuỳ nhu cầu */
    overflow-y: auto;
}

.box-title {
    display: flex;
    flex-direction: column;
    row-gap: 2px;
}

.box-title .subtitle {
    color: #287867;
}

.box-title .title {
    font-size: 22px;
    font-weight: 600;
}

.box-title .note {
    font-weight: 600;
    color: #ca5900;
    font-size: 22px;
}

.box-notification {
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    column-gap: 20px;
    border: 1px solid #d9d9d9;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.box-notification .title1 {
    font-size: 18px;
    font-weight: 600;
    color: #ca5900;
}

.box-notification .title2 {
    font-size: 18px;
    font-weight: 600;
}

.content-box {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.content-box .input {
    flex: 1;
    min-width: 0px;
}

.content-box .input .label-text {
    font-weight: 600;
}

.content-box .input .area {
    background-color: #fff3e3;
    padding: 7px 14px;
    border-radius: 4px;
    min-height: 80px;
    border: 1px solid #f7910a;
}

.content-box .actions img {
    max-width: 100px;
}

.info-content {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.info-content .item {
    display: flex;
    column-gap: 5px;
    align-items: center;
}

.info-content .shape {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background-color: #f7910a;
    border: 3px solid #fff3e3;
}

.info-content .key {
    opacity: 0.5;
}

.content-box .actions .btn-main {
    font-size: 16px;
    padding: 5px 20px;
    min-width: 0px;
    height: auto;
}

@media(max-width:600px) {
    .content-box {
        flex-direction: column;
        row-gap: 10px;
        align-items: flex-start;
    }

    .box-notification .title {
        margin-bottom: 20px;
    }
}

/* Loading Styles */
.loading {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1000;
}

.loading .icon {
    width: 100px;
    position: absolute;
    top: 0px;
    height: 100px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    left: 0px;
}

/* Footer Styles */
.footer {
    background-color: #8B2E2E;
    color: white;
    padding: 20px 0;
    margin-top: auto;
}

.footer-bottom {
    background-color: #8B2E2E;
}

.footer-left,
.footer-right {
    text-align: left;
}

.footer-text {
    color: white;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.4;
}

.footer-text:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .footer-left,
    .footer-right {
        text-align: center;
        margin-bottom: 15px;
    }
    
    .footer-text {
        font-size: 13px;
    }
}

/* Bootbox and Input Captcha Styles */
.bootbox .modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
    margin-top: 0px;
}

.input-captcha .code .number {
    height: 100%;
    padding: 2px;
}
