.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

p {
margin-left: 10px;
    margin-bottom: 1rem;
}

.close:focus {
    outline: none;
    border: none;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

.modal-header-colorful {

    color: black;
}

.modal-header-colorful>.close {
    color: black;

    left: 10;
    cursor: pointer;
}



.linear-gradient-line {
    width: 100%;
    height: 2px;

}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
}


.upload-drag {
    position: relative;
    display: inline-block;
    padding: 30px;
    border: 1px dashed #e2e2e2;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    color: #999;
}

.upload-drag .upload-icon {
    font-size: 50px;
    color: #16baaa;
    margin-bottom: 8px;
}

.nth-upload-file {
    display: none !important;
    opacity: .01;
    filter: Alpha(opacity = 1);
}

.modal-body {
    background-color: var(--bg-color);
}