.hapus-border {
    background-color: hsl(0deg 0% 98% / 0%);
    border: 1px solid transparent;
    border-top-left-radius: 0.35rem;
    border-top-right-radius: 0.35rem;
    color: #03a9f4;
}

.hapus-border:focus {
    outline: royalblue;
}

.comment {
    background-color: #0b4f85;
    color: #fff;
    padding: 15px;
    border-radius: 0px 15px 0px 15px;
    font-size: 13px;
    margin-bottom: 5px;
    text-align: left;
}

.my-comment {
    background-color: #0b855c;
    color: #fff;
    padding: 15px;
    border-radius: 15px 0px 15px 0px;
    font-size: 13px;
    margin-bottom: 5px;
    text-align: right;
}

hr {
    margin: 2px;
}

.dropzone {
    border-radius: 4px;
    border: 2px dashed #0087f7 !important;
    width: 100%;
    padding: 15px;
    /* padding-top: 15px; */
    min-height: 0px !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    text-align: center;
}

.dz-success-mark {
    background-color: rgb(102, 187, 106, 1) !important;
}

.dz-success-mark svg {
    font-size: 54px;
    fill: #fff !important;
}

.dz-error-mark {
    background-color: rgba(239, 83, 80, 1) !important;
}

.dz-error-mark svg {
    font-size: 54px;
    fill: #fff !important;
}

#mytmp .dz-remove {
    z-index: 999;
    position: absolute;
    display: block;
    top: 0%;
    left: 0%;
    margin-left: -16px;
    margin-top: -16px;
}

#mytmp .dz-remove svg {
    fill: #444;
    cursor: pointer;
}

.dz-preview .dz-image-preview {
    margin: 0px;
    min-height: 0px !important;
}

.dz-image {
    margin: 0px;
    min-height: 0px !important;
}

.dropzone .dz-preview .dz-image {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0px;
    min-height: 0px !important;
    position: relative;
    display: block;
    z-index: 10;
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    min-height: 100px;
    width: 65%;
}


::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #5e778f;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #6881cc;
    width: 10px;
}

img:hover {
    cursor: pointer;
}

#imgPopUp {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    padding-top: 60px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.6); /* Black w/ opacity */
}

/* Modal Content (image) */

.modal-xl .modal-content {
    width: 120%;
    max-width: 100%;
}

.modal-content {
    margin: auto;
    display: block;
    width: 100%;
}

#imgPopUp {
    width: 50%;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-xl .modal-content {
        width: 100%;
        max-width: 100%;
    }

    .modal-content {
        width: 80%;
    }
}

.modal-backdrop {
    z-index: 2;
}

.dt-buttons {
    width: 50%;
    float: left;
}

.dt-buttons, .dt-button {
    margin-bottom: 10px;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .dt-buttons {
        width: 100%;
        text-align: center;
        float: left;
    }
}

#loading {
    z-index: 99999;
    border: 1px solid;
    position: fixed;
    width: 100%;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
}

.modal-skp {
    max-width: 90%;
}

.badge-chat {
    position: absolute;
    margin-top: -13px;
    margin-left: -3px;
    background: #e74a3b;
    padding: 2px 4px;
    font-size: 10px;
    font-weight: 700;
    border-radius: 30px;
}

/* SHIMMER LOADING */
.shimmer {
    background: #c4c4c4;
    background: linear-gradient(to right, #ddd 8%, #F0F0F0 18%, #ddd 33%);
    background-size: 1200px 100%;
    animation: 2.2s linear 0s infinite forwards shimmer;
}

@keyframes shimmer {
    0% {
        background-position: -1200px 0;
    }
    100% {
        background-position: 1200px 0;
    }
}

.media {
    height: 200px;
}

.circle {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin: auto;
}

.square {
    height: 60px;
    width: 60px;
    border-radius: .5em;
    margin: auto;
}

.p-32 {
    padding: 32px;
}

.title-line {
    height: 24px;
    width: 100%;
    margin-bottom: 12px;
    border-radius: 20px;
}

.content-line {
    height: 8px;
    width: 100%;
    margin-bottom: 16px;
    border-radius: 8px;
}

.end {
    width: 40%;
}

.m-t-24 {
    margin-top: 24px;
}

/* SPINNER LOADING */
.spinner {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 150px auto;
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

div.dataTables_wrapper div.dataTables_processing {
    padding: 4em 17em;
    top: 0;
    left: 0;
    margin: 0;
    background: none;
    border: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.no-comment {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-weight: 700
}

.bubble-shimmer-left {
    padding-right: 30%;
}

.bubble-shimmer-right {
    padding-left: 30%;
}


.posts-content {
    margin-top: 20px;
}

.ui-w-40 {
    width: 40px !important;
    height: auto;
}

.default-style .ui-bordered {
    border: 1px solid rgba(24, 28, 33, 0.06);
}

.ui-bg-cover {
    background-color: transparent;
    background-position: center center;
    background-size: cover;
}

.ui-rect {
    padding-top: 50% !important;
}

.ui-rect, .ui-rect-30, .ui-rect-60, .ui-rect-67, .ui-rect-75 {
    position: relative !important;
    display: block !important;
    padding-top: 100% !important;
    width: 100% !important;
}

.d-flex, .d-inline-flex, .media, .media > :not(.media-body), .jumbotron, .card {
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.bg-dark {
    background-color: rgba(24, 28, 33, 0.9) !important;
}

.card-footer, .card hr {
    border-color: rgba(24, 28, 33, 0.06);
}

.ui-rect-content {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
}

.default-style .ui-bordered {
    border: 1px solid rgba(24, 28, 33, 0.06);
}
