.award {
    height: calc(100vh - 390px)
}

.award .item {
    border: 2px solid #ba9443;
    background-color: #fbfbfb;
    border-radius: 5px;
    width: calc(50% - 10px);
}

@media (max-width: 991px) {
    .award {
        height: auto;
    }

    .award .item {
        width: 100%;
    }
}

.award-b {
    min-height: calc(100vh - 390px)
}

.award-b .item {
    border: 2px solid #ba9443;
    background-color: #fbfbfb;
    border-radius: 5px;
    width: 1100px;
    margin: 0 auto;
    float: left;
    display: block;
}

.award-b .item.highlight {
    border: 2px solid #ba9443;
    background-color: #f8f3e6;
    border-radius: 5px;
    width: 1100px;
    margin: 0 auto;
}

@media (max-width: 1099px) {
    .award-b .item {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .award-b {
        height: auto;
    }

    .award-b .item,
    .award-b .item.highlight {
        width: 100%;
        max-width: 100%;
    }
}

.award-b .item .body {
    /* font-size: 0px; */
}

.award-b .item .body .award-btn-1 {
    border: 2px solid #ba9443;
    background-color: white;
    color: black;
    outline: none;
    cursor: pointer;
    padding: 11px 0;
    font-size: 1rem;
    font-weight: lighter;
    width: 50%;
    border-right: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.award-b .item .body .award-btn-2 {
    border: 2px solid #ba9443;
    background-color: white;
    color: black;
    outline: none;
    cursor: pointer;
    padding: 11px 0;
    font-size: 1rem;
    font-weight: lighter;
    width: 50%;
    border-left: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.award-b .item .body .award-btn-1.active,
.award-b .item .body .award-btn-2.active {
    border-color: #185f3f;
    background-color: #185f3f;
    color: white;
}

.award-b .item .body .award-btn-1.active {
    border-right: 0px;
}

.award-b .item .body .award-btn-2.active {
    border-left: 0px;
}

.award-b .item .footer a {
    background-color: #ba9443 !important;
    color: white;
    width: 175px;
}

.award-b .item .body .btn-group .btn-primary {
    border: 2px solid #185f3f;
    background-color: #185f3f;
    color: white;
    padding: 11px;
    font-weight: lighter;
}

.award-b .item .body .btn-group .btn-outline-primary {
    border: 2px solid #ba9443;
    background-color: white;
    color: black;
    padding: 5px;
    padding: 11px;
    font-weight: lighter;
}

.debug-answer {
    background-color: #d7d7d7;
    color: black;
    padding: 15px;
    width: 100%;
    display: block;
    border: 1px solid black;
    margin-bottom: 15px;
    text-align: left;
}

.award-b .item .body .form-checkbox label input[type="checkbox"] {
    width: 20px;
    float: left;
    margin-top: 5px;
}

.award-b .item .body .form-checkbox label span {
    padding-left: 15px;
    float: left;
    width: calc(100% - 20px);
}

.footer .btn-kpi-secondary {
    background-color: #ba9443;
    color: white;
    width: 175px;
}

.award-b .item .body .display-input-block-item {
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 50px;
}

.award-b .item .body .display-input-block:last-child {
    margin-bottom: 0px;
}

.award-b .item .body .display-input-block:last-child .display-input-block-item {
    border-bottom: 0px;
    padding-bottom: 15px;
}


.award-b .item .body .display-input-container {
    width: 100%;
    height: auto;
    min-height: 45px;
    margin-bottom: 10px;
    color: black;
}

.award-b .item .body .full-input {
    width: 100%;
    float: left;
    min-height: 45px;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #d5d5d5 !important;
    padding: 10px;
    transition: all 0.2s;
}
.award-b .item .body textarea {
    border: 1px solid #d5d5d5 !important;
}

.award-b .item .body .full-input:active,
.award-b .item .body .full-input:focus,
.award-b .item .body .full-input:hover,
.award-b .item .body textarea:active,
.award-b .item .body textarea:hover,
.award-b .item .body textarea:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #d5d5d5 !important;
}

.award-b .item .body .full-input:active,
.award-b .item .body .full-input:hover,
.award-b .item .body .full-input:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
}

.award-b .item .body .display-full-form {
    width: 100%;
    float: left;
}

.award-b .item .body .display-inline-form {
    width: auto;
    float: left;
    margin-right: 10px;
    line-height: 45px;
}

.award-b .item .body .display-inline-form input {
    height: 45px;
    border-radius: 5px;
    border: 2px solid #c9c9c9;
    transition: all 0.2s;
    padding: 10px;
    width: 125px;
}

.award-b .item .body .display-inline-form input:hover,
.award-b .item .body .display-inline-form input:active,
.award-b .item .body .display-inline-form input:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
}

.award-b .item .body .display-input-block {
    margin: 30px auto;
}

.award-b .page_n_container {
    width: 100%;
    margin-bottom: 40px;
}

.award-b .page_n_container .n_item .n {
    background-color: #f1f1f1;
    border: 1px solid #dddddd;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    float: left;
    font-size: 0.8rem;
    cursor: pointer;
}

.award-b .page_n_container .n_item.active .n {
    background-color: #185f3f;
    border: 1px solid #b3944e;
    color: #b3944e;
    font-size: 1rem;
}

.award-b .page_n_container .n_item .dash {
    width: 12px;
    float: left;
    border-top: 1px solid #b3944e;
    margin-top: 12px;
}

.award-b .page_n_container .n_item:last-child .dash {
    display: none;
}

.award-b .gold-icon {
    background-color: #ba9443;
    color: white;
    padding: 2px;
    line-height: 15px;
    width: 17px;
    height: 18px;
    text-align: center;
}

.award-b .form-check-files table {
    width: 100%;
}

.award-b .form-check-files table th {
    background-color: #e7e7e7;
    padding: 12px 10px;
    text-align: center;
    border: 1px solid #bcbcbc;
    font-weight: normal;
}

.award-b .form-check-files table tr td {
    padding: 5px;
    font-size: 0.8rem;
    border: 1px solid #bcbcbc;
    padding: 12px 10px;
    font-weight: normal;
    vertical-align: top;
}

.award-b button.upload_file {
    font-size: 1rem;
    border: 1px solid #bcbcbc;
    padding: 5px 10px;
    font-weight: normal;
    border-radius: 5px;
}

.award-b table.table-checkbox {
    width: 100%;
    border: 1px solid #ddd;
}

.award-b table.table-checkbox td {
    padding: 10px 15px;
    border: 1px solid #ddd;
    min-width: 145px;
}

.award-b table.table-checkbox .checkbox {
    width: 120px;
    text-align: center;
    cursor: pointer;
}

.award-b table.table-checkbox .checkbox label {
    cursor: pointer;
}

.award-b code {
    display: none;
}

.award-b .display-line-text {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.award-b .display-line-input {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    line-height: 45px;
}

@media(max-width:991px) {
    .award-b .display-line-input input.full-input {
        min-width: 50%;
    }
}

.award-loading-backdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: rgba(255, 255, 255, .7);
}

.award-loading-overlay {
    width: 500px;
    height: 250px;
    position: fixed;
    top: calc(50vh - 125px);
    left: calc(50vw - 250px);
    z-index: 4;
    color: #7d7d7d;
    text-align: center;
    vertical-align: middle;
    font-size: 1.4em;
}

.btn-add-file div .add_item {
    display: none !important;
}

.btn-add-file div .add_item:first-child{
    display: block !important;
}
.display-line-input select.form-select {
    height: 45px;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}