﻿.body-content .form-attachment {
    position: fixed;
    top: 70px;
    right: 0;
    bottom: auto;
    left: 0;
    background: white;
    box-shadow: 0px 14px 40px rgb(33 43 54 / 10%);
    border-radius: 8px;
    margin: auto;
    z-index: 1;
    max-width: 1000px;
    height: fit-content;
    padding: 20px;
    /*max-height: 80%;*/
}

    .body-content .form-attachment .attacment-box {
        background: #EAEEF2;
        border: 1px dashed #B6BEC8;
        box-sizing: border-box;
        border-radius: 8px;
        min-height: 150px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px;
        margin-bottom: 20px;
        max-height: 50vh;
        overflow-y: scroll;
        position: relative;
    }

        .body-content .form-attachment .attacment-box .info-box {
            border-collapse: unset !important;
            position: absolute;
            top: 0;
        }
.text-left {
    text-align: left !important;
}

.line-info-copy {
    display: none;
}
.line-info .action {
    z-index: -1;
}


.action span{
    cursor: pointer;
}

.action .btn-upload-hoso {
    /*position: relative;*/
    display: block;
    max-width: 100px;
    margin: auto;
    width: fit-content;
    padding: 5px;
}

.action .btn-delete-hoso {
    padding: 5px;
}

.action .btn-view-hoso {
    padding: 5px;
}

.action .input-upload-hoso {
    position: absolute;
    left: -5px;
    top: -5px;
    opacity: 0;
    height: 20px;
    width: 50px;
}

/*.action .processing {
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    opacity: 0.5;
    display: none;
    background: #5cae3d !important;
}*/

.upload-container {
    position: relative;
}

.info-box td {
    vertical-align: middle;
}


/*Điều chỉnh ngày 14/09/2021*/
.body-content .form-attachment .attacment-box .info-box {
    position: unset;
}

.body-content .form-attachment .attacment-box {
    display: block;
    padding: 0 20px 20px;
}

.body-content .form-attachment .attacment-box .nav-tab-header {
    padding-top: 20px;
}

.element-copy {
    display: none !important;
}

.nav-tabs .nav-link {
    padding: 0.5rem 0.7rem;
}

.body-content .form-attachment .form-content {
    margin-top: 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
}

.body-content .form-attachment .attacment-box .nav-tab-header {
    display: none !important;
}

.body-content .form-attachment .attacment-box .tab-pane {
    /*padding-top: 10px;*/
}

/*binhnt14 bo sung 01/04/2022*/
.modal {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: block;
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1050;
    outline: 0;
    overflow: hidden;
    width: auto !important;
}

    .modal .modal-content {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #b6bec8;
        border-radius: 45px;
        background: #fbfcfc;
        padding: 16px 10px;
        width: 721px;
        height: 280px
    }

        .modal .modal-content, .modal .modal-content .text-content {
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            justify-content: center
        }

            .modal .modal-content .text-content {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column
            }

                .modal .modal-content .text-content p {
                    margin-bottom: 24px;
                    color: #000;
                    font-size: 28px;
                    text-align: center
                }

                .modal .modal-content .text-content .btn-agree {
                    border-radius: 4px;
                    background: #fbc819;
                    padding: 4px 16px;
                    width: 210px;
                    height: 47.02px;
                    color: #000;
                    font-size: 20px;
                    white-space: nowrap
                }

@media screen and (max-width:1024.98px) {
    .modal .modal-content {
        border-radius: 10px;
        width: 350px;
        height: 160px
    }

        .modal .modal-content .text-content p {
            font-size: 18px
        }

        .modal .modal-content .text-content .btn-agree {
            font-size: 16px
        }
}

@media screen and (max-width:600px) {
    .modal {
        top: 250px
    }

        .modal .modal-content {
            width: 350px;
            height: 160px
        }

            .modal .modal-content .text-content p {
                font-size: 14px
            }

            .modal .modal-content .text-content .btn-agree {
                border-radius: 8px;
                width: 70px;
                height: 25px;
                font-size: 12px
            }
}