﻿.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.flex-direction-column {
    flex-direction: column;
}

.text-center {
    text-align: center;
}

.display-flex {
    display: flex;
}

.index-wapper {
    padding: 10px;
    min-height: calc(100vh - 267px);
}

#frmPhanAnhKienNghi {
    padding: 10px 25px 60px 25px;
    margin-bottom: 20px;
}

    #frmPhanAnhKienNghi .frm-title {
        margin-bottom: 35px;
        text-align: center;
        margin-top: 30px;
        color: var(--primary);
    }

.required-signal {
    color: inherit;
}

    .required-signal::after {
        content: "*";
        margin-left: 3px;
        color: #f00;
        font-weight: 600;
    }

.popover {
    border: 1px solid #ff5722;
}

.popover-body {
    color: #ff5722;
}

.arrow:before {
    border-top-color: #ff5722 !important;
}

select.error, textarea.error, input.error {
    border: 2px solid coral;
}

select.valid, textarea.valid, input.valid {
    border: 1px solid #ccc;
}

/*Drag-n-Drop style*/
.drag-and-drop-file {
    border: 2px dashed #bebaba;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    flex-direction: column;
}

.upload-dropzone-card {
    transition: border 0.2s linear;
    color: #303030;
    height: 150px;
    font-size: 14px;
}

    .upload-dropzone-card:hover {
        border-color: #999;
    }

    .upload-dropzone-card:focus {
        border-color: #999;
        outline: none;
    }


.is-dragover {
    border-color: #999;
}

    .is-dragover .upload-dropzone-card {
        border-color: #999;
    }

.file-invalid .upload-dropzone-card {
    border-color: #f44336;
    color: #f44336;
}

    .file-invalid .upload-dropzone-card .upload-icon {
        color: #f44336;
    }

.drag-welcome {
    position: absolute;
    z-index: 1
}

.drag-zone {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
}

.design-list-item {
    text-decoration: none;
}

.upload-dropzone-border {
    border: 2px dashed #dbdbdb;
}

.upload-icon {
    font-size: 28px;
    color: #9d9696;
}

    .upload-icon .fa-check-circle {
        color: #4caf50
    }

.upload-item {
    margin-bottom: 20px;
}

    .upload-item .discard-upload-file {
        width: 20px;
        height: 20px;
        position: absolute;
        top: -5px;
        right: 6px;
        border-radius: 100%;
        border: 1px solid #f441348c;
        background: #FFF;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-family: 'font awesome 5 pro';
        cursor: pointer;
        color: #f441348c;
        z-index:4;
    }

    .upload-item .discard-upload-file:hover {
        border: 1px solid #f441348c;
        color: #f44134;
        transition: border 0.2s linear;
        transition: color 0.2s linear;
    }

    .upload-item .file-icon {
        font-size: 55px;
    }

    .upload-item .file-name {
        letter-spacing: normal;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        word-wrap: break-word;
        width: 154px;
        font-weight: 600;
    }


#frmGuiThanhCong {
    height: calc(100vh - 277px);
    overflow:auto;
}

#frmPhanAnhKienNghi .alert-danger {
    display: none;
}

#frmPhanAnhKienNghi .frm-title {
    display: block;
}

#frmPhanAnhKienNghi.error .alert-danger{
    display:block;
}

#frmPhanAnhKienNghi.error .frm-title {
    display: none;
}