div[dir="rtl"] {
    direction: rtl;
    text-align: right;
}

.page-loader-wrapper {
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
}
.page-loader-wrapper p{color:#000}
    .page-loader-wrapper .loader {
        position: relative;
        top: calc(40% - 30px);
        text-align: center;
    }}
.validation-message {
    color: red;
    text-align: left;
}
.dataTables_filter {
    float: right;
}

.pagination {
    float: right;
}

/*.table-responsive{
    overflow-x:hidden !important;
}*/
.dataTables_wrapper{
    width:98%;
}
.fr {
    float: right;
}
.singleline {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}


.chatbot-spinner {
    display: flex;
    justify-content: left;
 
}

.dot {
    width: 6px;
    height: 6px;
    margin: 0 5px;
    background-color: #3498db;
    border-radius: 50%;
    animation: bounce 1.4s infinite ease-in-out both;
    top:10px;
    position:relative;
}

    .dot:nth-child(1) {
        animation-delay: -0.32s;
    }

    .dot:nth-child(2) {
        animation-delay: -0.16s;
    }

    .dot:nth-child(3) {
        animation-delay: 0s;
    }

@keyframes bounce {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

.assetupload {
    border: 1px solid #2f5472;
    border-radius: 7px;
    margin-bottom: 10px;
    padding: 10px;
}


.moblogo {
    width: 60px;
    height: 60px;
    top: 26px;
    border-radius: 20%;
    object-fit: contain;
    background-color: white;
    position: relative;
    z-index: 99;
}


.validation-message {
    color: #fa5c7c;
}

a.side-nav-link.active{
    color:#fff;
}

a.action-icon {
    color: var(--ct-secondary-color);
    font-size: 1.2rem;
    display: inline-block;
    padding: 0 3px;
}

.e-btn {
    border-radius: 2px !important;
}

.btn-danger {
    background: #2f5472 !important;
    border-color: #2f5472 !important;
}

.mdi-delete {
    color: #2f5472;
}

.mdi-square-edit-outline {
    color: #0acf97;
}

.e-pager .e-currentitem, .e-pager .e-currentitem:hover, .e-focus , .e-focused {
    color: #444 !important;
    border: 3px solid #999 !important;
}

.e-pager div.e-icons.e-pager-default, .e-pager .e-numericitem:hover, .e-pager .e-numericitem {
    color: #444 !important;
}

.downloadtemplate {
    margin-top: 20px;
    margin-right: 25px;
}