﻿/* Support Page */
.support-category-btn {
    background: white;
    border: 1px solid #E7E9F3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding: 16px 24px;
    width: 311px;
    height: 72px;
    margin: 5px;
}
.card {
    box-shadow: 0px 4px 30px 0px #1F202608 !important;
    background: white !important;
    border-radius: 16px !important;
}
.btn-app-icon {
    margin: 0 0px;
    color: #697a8d;
    border: 1px solid #d9dee3 !important;
    height: 38px;
    padding: 1px 6px;
    border-radius: 8px;
    background: #ffffff;
}

.app-fix-tbl-col {
    position: sticky;
    left: 0;
    background: white;
    z-index: 1;
    backdrop-filter: blur(1px);
    background-color: rgba(255, 255, 255, 0.6) !important;
}
.app-fix-tbl-head {
    position: sticky;
    left: 0;
    z-index: 2;
    background-color: var(--bs-table-bg) !important;
}

.btn-primary-icon {
    margin: 0 0px;
    color: #fff;
    border: 1px solid #d9dee3 !important;
    height: 38px;
    padding: 1px 6px;
    border-radius: 8px;
    background: var(--bs-primary);

}

button.btn-primary-icon:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.prg-span-percent {
    position: absolute;
    left: 50%;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 4px #111;
}
.btn-red-icon {
    margin: 0 0px;
    color: #697a8d;
    border: 1px solid #d9dee3 !important;
    height: 38px;
    padding: 1px 6px;
    border-radius: 8px;
    background: none;
}

    .btn-app-icon:hover {
        background-color: #FAFBFF;
        color: var(--bs-primary);
        border: 1px solid var(--bs-primary) !important;
    }
.btn-red-icon:hover {
    background-color: #FAFBFF;
    color: #ff4019;
    border: 1px solid #ff4019 !important;
}
.support-category-btn .ic-area {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F5F6FA;

}

.support-table {
    background: white;
    border-radius: 16px;
    overflow: hidden;
}

    .support-table > div {
        border-bottom: 1px solid #E7E9F3;
        cursor: pointer;
    }

.editor-btn {
    background-color: #fff;
    border: none;
}

.pic-img {
    border-radius: 10px;
    border: 1px dashed #3355FE;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

@@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.spinner-rotate {
    animation: spin 1s linear infinite;
}

.img_style {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

#editor {
    height: 300px;
    overflow-y: auto;
}



.table-container {
    box-shadow: 0px 4px 30px 0px #1F202608;
    background: white;
    border-radius: 16px;
    overflow: hidden
}

    .table-container .table-header {
        border-bottom: 1px solid #E7E9F3;
        padding: 10px 15px
    }

        .table-container .table-header .search-container {
            background-color: #FAFBFF;
        }

        .table-container .table-header .search-container input {
            background: none;
            border: 0px
        }
        .table-container .table-header .search-container button {
            background: none;
            color: #BFBFBF;
            border: 0px
        }
            .table-container .table-header .search-container button:hover {
                background: none;
                color: #BFBFBF
            }
        .table-container .table-header .search-container i {
            background: none;
            color: #BFBFBF
        }

    .table-container .table-title {
        background-color: #F5F6FA;
        padding: 10px 15px
    }

    .table-container .table-content {
        padding: 10px 15px;
        border-bottom: 1px solid #E7E9F3;
        cursor: pointer
    }
        .table-container .table-content:hover {
            background-color: #F5F6FA;
        }


/* Detail Request */
.detail-request {
    background-color: white;
    border-radius: 16px;
    border: 1px solid #E7E9F3;
    box-shadow: 0px 4px 30px 0px #1F202608;
    padding: 15px;
    margin-bottom: 20px
}
    .detail-request .ic-area {
        width: 40px;
        height: 40px;
        padding: 10px;
        border-radius: 8px;
        background: #F5F6FA;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 5px
    }
    .detail-request .detail-request-title {
        color: #3D404D
    }

.content-request {
    background: white;
    border-radius: 16px;
    box-shadow: 0px 4px 30px 0px #1F202608;
    border: 1px solid #E7E9F3;
    margin-bottom: 15px;
    overflow: hidden
}
    .content-request .content-request-header {
        border-bottom: 1px solid #E7E9F3;
        padding: 10px 20px;
    }

    .profile {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 10px;
    }
    .profile img {
        width: 100%
    }
    .content-request .content-request-body {
        padding: 10px 20px;
    }
/* END of Detail Request */



/* GLOBAL */
.text-green {
    color: #16D936 !important;
}
.my-badge {
    padding: 5px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem
}
.success-badge {
    background-color: #EDFFF4;
    color: #16D936;
}
.error-badge {
    background-color: #FFF6F5;
    color: #FF401A
}
.waiting-badge {
    background-color: #FAFBFF;
    color: #8F95B2
}
button.operation-btn {
    background: none !important;
    border: 0px !important;
    outline: none;
    color: gray
}
.return-btn {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #3355FE;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #3355FE;
}
    .return-btn:hover {
        background: #3355FE;
        color: white;
    }
/* END of GLOBAL */





.custom-option.checked {
    color: var(--bs-primary) !important;
}

.checked .custom-option-title {
    color: var(--bs-primary) !important;
}

.hr-with-title {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0px 0 20px 0;
}

    .hr-with-title::before,
    .hr-with-title::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid var(--bs-primary);
    }

    .hr-with-title:not(:empty)::before {
        margin-right: 10px;
    }

    .hr-with-title:not(:empty)::after {
        margin-left: 10px;
    }

    .hr-with-title span {
        margin: 0 15px;
        font-size: 16px;
        color: var(--bs-primary);
        white-space: nowrap;
    }

.container-disabled {
}

    .container-disabled input {
        pointer-events: none;
        background-color: #eceef1;
    }




#imagePreviewContainer {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.previewImage {
    position: relative;
    border: 2px dashed var(--bs-primary);
    border-radius: 10px;
}

    .previewImage img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        border-radius: 10px;
    }

.deleteBtn {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--bs-primary);
    color: white;
    border: none;
    cursor: pointer;
    padding: 3px 6px 0px 6px;
    border-radius: 5px;
    opacity: 0.8;
}


.answer-text {
    color: var(--bs-primary);
    font-weight: bold;
}