﻿ 
.btn:hover {
    opacity: 0.7;
}


@media (min-width: 576px) {
    .pc-container .pc-content {
        padding-top: 10px !important;
    }
}



.pc-container .page-header + .row {
    padding-top: 4px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 11px;
    right: 8px;
    width: 27px;
}

body .swal2-container {
    z-index: 999999999 !important;
}


.select2-container {
    /* z-index: 0; */
    width: 100% !important;
}

.select2-selection select2-selection--multiple {
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: #c5cad7 1px solid !important;
    border-radius: 10px !important;
}

.select2-container--default .select2-selection--multiple {
    border: #c5cad7 1px solid !important;
    border-radius: 10px !important;
}


    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #fff !important;
        cursor: pointer !important;
        display: inline-block !important;
        font-weight: bold !important;
        margin-right: 9px !important;
        margin-left: -2px !important;
        transition: all 0.2s !important;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #000 !important;
        }



.select2-selection__rendered {
    height: auto !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.select2-search select2-search--inline {
    display: none !important;
}

.select2-search__field {
    padding-top: 2px !important;
}

.filter-items .select2-selection__rendered {
    height: auto !important;
    padding-top: 5px !important;
    min-height: 0px !important;
    padding-bottom: 0px !important;
}


.custom-backdrop {
    background-color: rgb(51 51 51 / 41%);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}

.modal-backdrop {
    display: none !important;
}

.iframe-modal {
    width: 100%;
    height: calc(100vh - 200px)
}

@media (max-width: 575.98px) {
    .modal {
        --bs-modal-border-radius: 0px;
    }


    .modal-dialog {
        margin:0px !important;
    }

    .iframe-modal {
        width: 100%;
        height: 100% !important;
    }


    .modal-xxl {
        max-width: 100% !important;
    }

    .modal-body {
        height: calc(100vh - 70px);
    }

    .modal-content{
        overflow: hidden !important;
    }

}


.iframe-modal {
    width: 100%;
    height: calc(100vh - 200px)
}



.link-back-report {
    display: none;
}

@media (max-width: 991.98px) {
    .link-back-report {
        display: block;
    }
}