.pagination .page-item {
    color: white !important;
}

.box-button {
    min-height: 155px;
    width: 100%;
    padding: 0px !important;
    text-align: center;
    border: 2px solid #8ec2fa;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.box-button i {
    font-size: 40px;
}
.box-button p {
    font-size: 20px;
}

.box-button div.inner {
    padding-top: 10px;
    margin: 0px;
}

.img-brand {
    height: 120px;
    width: 120px;
}

.div-image {
    border: 2px dashed #e5e5e5;
    min-height: auto;
}

.div-image img {
    width: 100%;
}

.modal-tnc-body {
    max-height: 80vh;
    overflow: auto;
    padding-left: 20px;
}

.modal-tnc-body li p:first-child {
    font-weight: bold;
}

.modal-tnc-body li p:nth-child(2) {
    text-align: justify;
}

.modal-tnc-body ol {
    margin-left: 0px !important;
    padding-left: 20px !important;
}

.spn-link:hover {
    cursor: pointer;
    opacity: 0.8;
}

@media only screen and (max-width: 600px) {
    .div-video {
        width: 33.33% !important;
    }

    .div-video iframe {
        height: 100px !important;
    }
}

/* Rating */

.rating {
    direction: rtl;
    display: inline-block;
}

.rating input {
    display: none;
}

.rating label {
    color: #ddd;
    font-size: 1.5rem;
    cursor: pointer;
}

.rating input:checked ~ label {
    color: #ffcc00;
}

.rating input:checked ~ label ~ label {
    color: #ddd;
}

.rating label:hover,
.rating label:hover ~ label {
    color: #ffcc00;
}

.modal-body iframe.w-100,
.div-playlist-body iframe {
    height: 65vh !important;
}

.div-playlist {
    height: 65vh !important;
    overflow: auto;
}

/* Upload Documents */

h2 {
    margin: 50px 0;
}

.file-drop-area {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 250px;
    padding: 25px;
    border: 1px dashed rgb(85, 19, 19);
    border-radius: 3px;
    transition: 0.2s;
}

.choose-file-button {
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.file-message {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

#file-to-view,
#file-to-upload {
    width: 100%;
    max-width: 100%;
    height: 250px;

    border-radius: 3px;
    transition: 0.2s;
}

.modal-upload-body {
    max-height: 90vh;
    overflow: auto;
}

.card-body-ai {
    min-height: 500px;
    max-height: 60vh !important;
    overflow-x: hidden;
}

.direct-chat-messages {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: auto;
}

.direct-chat-msg {
    margin-bottom: 10px;
}

.direct-chat-msg:last-child {
    margin-bottom: 0;
}

.direct-chat-text {
    max-width: 500px !important;
}
/* End Generation Here */
