﻿@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: Outfit;
    src: url('../fonts/Outfit/Outfit-VariableFont_wght.ttf') format('truetype');
}

body {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-size: 16px;
}

    body.bodybg {
        background: url(../images/bodybg.png) no-repeat center;
        background-size: cover;
    }

        body.bodybg #main {
            margin-top: 62px;
            /*margin-top: 70px; Design */
            padding: 0px 0px;
            transition: all 0.3s;
            /*min-height: calc(100vh - 136.4px); Design */
            min-height: calc(100vh - 96px);
            max-height: calc(100vh - 96px);
            overflow: auto
        }

/* Custome Scroll bar */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background-color: rgba(245, 245, 245, .3);
    border-radius: 3px;
    width: 0.1vw;
}

::-webkit-scrollbar-thumb {
    background-color: #707070;
    border-radius: 3px;
    width: 0.6vw;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #000;
    }

/* Custome Scroll bar */
.shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl {
    box-shadow: 0 0px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
/* Navigation */
nav.bg-light {
    box-shadow: 0 .1875rem .5rem 0 rgba(34, 48, 62, .1);
    border-bottom: 2px solid #A0D5E3;
    background-color: transparent !important;
}

h1 {
    color: #212121;
    font-size: 26px;
}

h2 {
    color: #212121;
    font-size: 20px;
}

#main .card:last-child {
    margin-bottom: 0;
}

.alert {
    position: relative;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 14px;
}

    .alert i {
        margin-right: .5rem;
    }

.alert-primary {
    color: #707070;
    background-color: #F5F5F5;
    border-color: #F5F5F5;
}

    .alert-primary i {
        color: #212121;
        font-size: 18px;
    }

.profile {
    border-radius: 20px;
    padding: 10px;
    border: solid 1px #212121;
    min-width: 300px;
    color: #212121;
}

    .profile h6 {
        color: #212121;
        font-size: 24px;
    }

.profileEmail {
    color: #707070;
    font-size: 16px;
}

.divRole {
    color: #212121;
    font-size: 16px;
    margin-top: 1.5rem;
}

.profile a {
    color: #0077e2 !important;
    background: #fff !important;
    width: auto;
}

.modal-title {
    font-weight: 500 !important;
}


.modal-backdrop.show {
    background-color: #435971 !important;
}

.divTelena_login img {
    max-height: 64px;
    margin-bottom: 2rem !important;
}

ul.header-nav {
    list-style: none;
    margin-bottom: 0;
}

.navbar-brand {
    padding: 2px 0;
}

.navbar-brand {
    font-size: 16px !important;
    color: #858585 !important;
}

    .navbar-brand img {
        max-height: 38px;
        max-width: 154px;
    }

    .navbar-brand .divider {
        height: 40px;
        width: 1px;
        border-right: solid 1px #EDEAF2;
        margin: 0 20px;
        display: inline;
    }

.app-brand-link img {
    max-height: 30px;
}

.navbar-brand div {
    margin-left: 50px;
    display: block;
    font-size: 12px;
    letter-spacing: 5.5px;
    margin-top: -6px;
}

.app-brand-link div {
    margin-top: -6px;
    display: block;
    font-size: 12px;
    color: white;
    margin-left: 60px;
    letter-spacing: 8.4px;
}

.page-wrapper {
    min-height: calc(100vh - 138px);
}

.navbar-dark {
    background-color: transparent !important;
    margin-top: 4px;
    background-color: #152147;
    padding: 0px 0px;
    /*box-shadow: 0px 2px 20px rgb(1 41 112 / 10%);*/
    margin-bottom: -25px;
}

    .navbar-dark .container-fluid {
        background-color: #171A39;
        /*background: linear-gradient(45deg,#7b1fa2,#7c4dff) !important;*/
        /*background: linear-gradient(to right,#8971ea,#7f72ea,#7574ea,#6a75e9,#5f76e8) !important;*/
        /*background: linear-gradient(to right,#496096,#4a609d) !important;*/
        /*background: linear-gradient(to right,#466497,#495f9e) !important;*/
        border-radius: 4px;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    }


header {
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 0px 0px;
}

.header a {
    color: #171A39 !important;
}

nav.navbar-dark .nav-link {
    color: #fff !important;
    padding: .5rem !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    /* margin-right: 10px; */
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover,
.navbar-nav .show > .nav-link {
    font-weight: 400 !important;
    color: #212121 !important;
    /*border-bottom: solid 2px #BC0202 !important;
    background: url("../images/menu_hover.png") no-repeat bottom center;
    background-size: 100% 5px;*/
}

.navbar li.nav-item > a {
    font-weight: 400 !important;
    padding: 0 20px !important;
    line-height: 50px;
}

    .navbar li.nav-item > a:hover {
        padding: 0 20px !important;
    }

.navbar li.nav-item .nav-icon {
    font-size: 1.25rem !important;
}

/* .nav-link {} */

nav.navbar-dark .nav-link:hover,
nav.navbar-dark .nav-link.active,
nav.navbar-dark .show > .nav-link {
    background-color: rgba(0, 0, 0, .2) !important;
    color: #FFF !important;
}

/* oldStyle.nav-tabs {
    background-color: #212121;
    border-radius: 8px;
    max-width: 24%;
    min-width: 280px;
    padding: 0px 8px;
}*/
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1) !important;
}

.nav-tabs {
    padding: 4.5px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    border: solid .8px rgba(255, 255, 255, 0.5);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}

    .nav-tabs .nav-link {
        border-radius: 12px;
        border: solid 0px rgb(229, 231, 235);
        color: rgb(100, 116, 139);
        column-gap: 6px;
        padding: 8px 6px;
    }

        .nav-tabs .nav-link svg {
            width: 1.2rem;
            height: 1.2rem;
            margin-right: 0.1rem;
        }

        .nav-tabs .nav-link:hover {
            color: rgb(15, 23, 42) !important;
            background: rgba(0, 136, 255, .1);
        }

        .nav-tabs .nav-link.active {
            color: #fff !important;
            background: #0071df;
            box-shadow: rgba(0, 136, 255, 0.3) 0px 4px 14px 0px;
        }

div.container a {
    color: #fff !important;
    text-decoration: none;
    position: relative;
    z-index: 0;
    cursor: pointer;
}

/*.nav-tabs .nav-link:after, .nav-tabs .nav-link:before {
        position: absolute;
        left: 0px;
        width: 100%;
        height: 5px;
        background: #0077e2;
        content: "";
        opacity: 0;
        transition: all 0.3s;
    }

    .nav-tabs .nav-link:before, .nav-link.active:before {
        top: 0px;
        transform: translateY(10px);
    }

    .nav-tabs .nav-link:after, .nav-link.active:after {
        bottom: 0px;
        transform: translateY(-10px);
    }

    .nav-tabs .nav-link:hover:after, .nav-tabs .nav-link.active:after, .nav-tabs .nav-link.active:before {
        opacity: 1;
        transform: translateY(0px);
    }*/

/* oldStyle.nav-tabs .nav-link:hover {*/
/*border-color: #0077E2 #212121 #0077E2 #212121;*/
/*border-color: transparent !important;
        background: rgba(0, 0, 0, 0.5)
    }*/

/*.nav-tabs .nav-link:hover {
        color: rgb(15 23 42 );
        box-shadow: 0 4px 14px rgba(0, 136, 255, 0.3);
    }

    .nav-tabs .nav-item.show .nav-link {
        color: rgb(15 23 42);
        background-color: transparent;
        border: transparent;
    }
.nav-tabs .nav-link.active {
    background: #0088ff;
    color: white;
    box-shadow: 0 4px 14px rgba(0, 136, 255, 0.3)
}
.nav-tabs .nav-link {
    font-size: 18px;
    font-weight: 500;
    padding: 0.6rem 0.7rem;*/
/*border-top: solid 3px #212121;
    border-bottom: solid 3px #212121;*/
/*margin-bottom: 0px;
    transition: color 0.15s ease-in;
}*/

/*.nav-tabs .nav-link:hover {
        color: #fff !important;
        border-top: solid 3px #0077e2 !important;
        border-bottom: solid 3px #0077e2 !important;
        transition: transform 250ms cubic-bezier(0, 0.5, 0.5, 1.1), background 250ms ease-out;
    }*/
. /*nav-tabs .nav-link:before {
        position: absolute;
        left: 0px;
        width: 100%;
        height: 5px;
        content: "";
        opacity: 0;
        transition: all 0.3s;
        background: url(../images/tab_top_border.png) no-repeat bottom center;
        background-size: 100% 5px;
    }

    .nav-tabs .nav-link:after {
        position: absolute;
        left: 0px;
        width: 100%;
        height: 5px;
        content: "";
        opacity: 0;
        transition: all 0.3s;
        background: url(../images/tab_bottom_border.png) no-repeat bottom center;
        background-size: 100% 5px;
    }

    .nav-tabs .nav-link:after {
        bottom: 0px;
        transform: translateY(-10px);
    }*/
/* .nav-tabs .nav-link:hover:before, .nav-tabs .nav-link:hover:after {
        opacity: 1;
        transform: translateY(0px);
    }
*/
.imglogo {
    max-height: 34px;
}

.quotes {
    max-height: 24px;
    margin: 1.5rem 0 .5rem 0 !important;
}

.copyright img {
    max-height: 20px;
    margin-left: .5rem;
}

.copyright {
    font-size: 13px;
    font-weight: 400;
    color: #707070 !important;
    text-align: center;
    /* display: flex; */
    align-items: center;
}

/* Responsive Table Style */
.responsive-table {
    background-color: #fefefe;
    border-collapse: collapse;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
}

.responsive-table__row {
    display: grid;
    border-bottom: 1px solid #edeef2;
    padding: 0 1.5rem;
}

    .responsive-table__row th,
    .responsive-table__row td {
        padding: .5rem;
    }

.responsive-table__head {
    background-color: #212121;
    color: #fff;
}


.responsive-table__head__title {
    display: flex;
    align-items: center;
    font-weight: 500;
    text-transform: capitalize;
}

.responsive-table__body .responsive-table__row {
    transition: 0.1s linear;
    transition-property: color, background;
    border-bottom: 1px solid #d5d6d8;
}

    .responsive-table__body .responsive-table__row:last-child {
        border-bottom: none;
    }

    .responsive-table__body .responsive-table__row:hover {
        color: #212121;
        background-color: #c2f0f7;
    }

.responsive-table__body__text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .responsive-table__body__text::before {
        margin-right: 1rem;
        font-weight: 600;
        text-transform: capitalize;
    }

@media (max-width: 991px) {
    .responsive-table__body__text::before {
        content: attr(data-title) " :";
    }
}

@media (max-width: 400px) {
    .responsive-table__body__text::before {
        width: 100%;
        margin-bottom: 1rem;
    }
}

.responsive-table__body__text--name {
    font-weight: 600;
}

@media (min-width: 768px) {
    .responsive-table__body__text--name::before {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .responsive-table__body__text--name {
        grid-column: 1/2;
        flex-direction: column;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .responsive-table__body__text--status, .responsive-table__body__text--types, .responsive-table__body__text--update {
        grid-column: 2/3;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .responsive-table__body__text--country {
        grid-column: 3/-1;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .responsive-table__body__text--name, .responsive-table__body__text--country {
        grid-row: 2;
    }
}

.notestyle {
    border: 1px solid #dedfeb;
    padding: 10px;
    background: #eaebf2;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25);
    margin-top: 10px;
    border-radius: 3px;
}
/* SVG Up Arrow Style */
.up-arrow {
    height: 100%;
    max-height: 1.8rem;
    margin-left: 1rem;
}

/* SVG User Icon Style */
.user-icon {
    width: 100%;
    max-width: 4rem;
    height: auto;
    margin-right: 1rem;
}

#item_table.table > :not(caption) > * > * {
    border: 0px;
}
/* Status Indicator Style */
.status-indicator {
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #222222;
    margin-right: 0.5rem;
}

.status-indicator--active {
    background: #25be64;
}

.status-indicator--inactive {
    background: #dadde4;
}

.status-indicator--new {
    background: #febf02;
}

/*.loginContainer {
    padding: 30px 24px;
    border-radius: 0px;
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: -4px 0px 13px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -4px 0px 13px -5px rgba(0, 0, 0, 0.75);
    box-shadow: -4px 0px 13px -5px rgba(0, 0, 0, 0.75);
}*/

.ribbon {
    background: #fff url(../images/ribbon.png) no-repeat top right;
    background-size: 50%;
}

.login-with-google-btn {
    transition: background-color 0.3s, box-shadow 0.3s;
    padding: 12px 16px 12px 42px;
    border: none;
    border-radius: 0px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
    color: #757575;
    font-size: 14px;
    font-weight: 500;
    color: #444;
    border: thin solid #888;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    background-image: url("../images/google.png");
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 5px 5px;
    margin-bottom: 10px;
}

    .login-with-google-btn:hover {
        box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25);
    }

    .login-with-google-btn:active {
        background-color: #eeeeee;
    }

    .login-with-google-btn:focus {
        outline: none;
        box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25), 0 0 0 3px #c8dafc;
    }

    .login-with-google-btn:disabled {
        filter: grayscale(100%);
        background-color: #ebebeb;
        box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
        cursor: not-allowed;
    }

.chatloginbg {
    /*background-image: url("../images/bg_ptrn.jpg");
    background-repeat: repeat;*/
    background-color: #fff;
}

.chat-title {
    font-size: 18px;
    margin-left: 20px;
    white-space: pre-wrap;
}

.chatboxheader {
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /*min-height: 100px;*/
    padding: 10px 20px;
    /* padding-top: 15px;
}

.outlook-icon {
    background-image: url("../images/office365.png");
    transition: background-color 0.3s, box-shadow 0.3s;
    padding: 12px 16px 12px 42px;
    border: none;
    border-radius: 0px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    background-color: #d73b02;
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

.chatboxbody {
    color: #212121;
    position: relative;
    height: calc(100vh - 370px);
    overflow-y: scroll;
    overflow: hidden;
    /*margin: 10px 25px;*/
}

.logo-bottom {
    bottom: 10px;
}

.smallbot img {
    width: 80px;
    position: absolute;
    animation: heartbeat 1s infinite alternate;
    right: 16px;
    bottom: 0px;
}


@keyframes heartbeat {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.botalign {
    position: absolute;
    bottom: 0px;
    animation: heartbeatm 3s infinite alternate;
    right: 42px;
    text-align: right;
}

    .botalign img {
        max-width: 30%;
    }

.chat-btn-close {
    position: absolute;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    opacity: 1;
    top: 2px;
    right: 0px;
    font-size: 50px;
    color: #cc0000;
}

.msger-header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: var(--border);
    background: #eee;
    color: #666;
}

.msger-chat {
    flex: 1;
    overflow-y: auto;
    padding-right: 4px;
    width: 100%;
}

    .msger-chat::-webkit-scrollbar {
        width: 6px;
    }

    .msger-chat::-webkit-scrollbar-track {
        background: #ddd;
    }

    .msger-chat::-webkit-scrollbar-thumb {
        background: #bdbdbd;
    }

.msg {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}

    .msg:last-of-type {
        margin: 0;
    }

.msg-img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background: #ddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}

.msg-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2px;
}

.msg-info-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 2px;
}

.msg-info-name {
    margin-right: 10px;
    font-weight: bold;
}

.msg-info-time {
    font-size: 76%;
    color: #707070;
}

.left-msg .msg-bubble {
    border-bottom-left-radius: 0;
}

.left-msg .msg-text {
    background: #F5F5F5;
    padding: 10px;
    border-radius: 10px;
    margin-right: 40px;
}

.msg-text {
    font-size: .9rem;
}

.right-msg {
    flex-direction: row-reverse;
}

    .right-msg .msg-bubble {
        background: var(--right-msg-bg);
        color: #212121;
        border-bottom-right-radius: 0;
    }

    .right-msg .msg-text {
        background: #cee2f3;
        padding: 10px;
        border-radius: 10px;
        margin-left: 40px;
        line-height: 18px;
    }

    .right-msg .msg-img {
        margin: 0 0 0 10px;
    }

.msger-inputarea {
    display: flex;
    padding: 10px 30px 10px 25px;
    border-top: var(--border);
}

    .msger-inputarea textarea {
        border: 1px solid #d5d6d8;
        border-radius: 10px 0px 0px 10px;
        width: 100%;
    }

    .msger-inputarea * {
        /*padding: 10px;*/
        border: none;
        /*font-size: 1em;*/
    }

.msger-input {
    flex: 1;
    background: #ddd;
}

.msger-mic-btn {
    padding: 0 10px;
    margin: 0 10px;
    border: none;
    background: #fff;
    color: #212121;
    font-weight: bold;
    border-radius: 0px;
    cursor: pointer;
    transition: background 0.23s;
    /*width: 24px !important*/
}
/*
    .msger-mic-btn:hover {
        background: #ceeff4;
    }*/

.msger-send-btn {
    padding: 0px 10px;
    background: #fff;
    color: #212121;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.23s;
    border: none;
    /*width: 24px !important*/
}
/*
    .msger-send-btn:hover {
        background: #ceeff4;
    }*/

a:link,
a:visited {
    color: #444;
    text-decoration: none;
    /*transition: .3s ease-in-out;*/
}

.credit {
    background: #fff;
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 20px
}

/* CSS Multiple Whatsapp Chat */

/*@media (max-width: 1024px) {
    #whatsapp-chat {
        right: 37px !important;
    }
}*/

/*#whatsapp-chat {
    position: fixed;
    border-radius: 25px;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    -moz-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
    bottom: 10px;
    right: 47px;
    overflow: hidden;
    z-index: 99;
    animation-name: showchat;
    animation-duration: 1s;
    transform: scale(1);
    top: 160px;
    height: calc(100% - 230px);
    width: 560px;
}*/

/*#whatsapp-chat.prompt {
    width: 28%;
}

#whatsapp-chat.left, a#openChatBtn.blantershow-chat.left {
    left: 27.4%;
    right: auto;
}

    a#openChatBtn.blantershow-chat.left.prompt {
        left: auto !important;
        right: 28.1% !important;
    }
#whatsapp-chat.left.prompt {
    left: auto !important;
    right: 4.3% !important;
}*/
/* */
@media (min-width: 1200px) {

    /*.nav-tabs .nav-link {
        padding: 0.6rem .4rem;
    }*/

    #whatsapp-chat, #whatsapp-chat.left.prompt {
        width: 29.333333%;
    }

    #whatsapp-chat {
        margin-left: 66.3%;
    }

    a.blantershow-chat {
        margin-left: 90.9%;
    }

        #whatsapp-chat.left.prompt, a.blantershow-chat.left.prompt {
            margin-left: 66.3%;
        }

        #whatsapp-chat.left, a.blantershow-chat.left {
            margin-left: 25.4%;
        }
}

@media (min-width: 1200px) {

    /* .nav-tabs .nav-link {
        padding: 0.6rem 1.1rem;
    }*/

    #whatsapp-chat, #whatsapp-chat.left.prompt {
        width: 29.333333%;
    }

    #whatsapp-chat {
        margin-left: 66.3%;
    }

    a.blantershow-chat {
        margin-left: 90.9%;
    }

        #whatsapp-chat.left.prompt, a.blantershow-chat.left.prompt {
            margin-left: 66.3%;
        }

        #whatsapp-chat.left, a.blantershow-chat.left {
            margin-left: 25.4%;
        }
}

@media (min-width: 576px) {
    /*.nav-tabs .nav-link {
        padding: 0.6rem 1.1rem;
    }*/

    #whatsapp-chat, #whatsapp-chat.left.prompt {
        width: 30.433333%;
    }

    #whatsapp-chat {
        margin-left: 61.4%;
    }

    a.blantershow-chat {
        margin-left: 83.2%;
    }

        #whatsapp-chat.left.prompt, a.blantershow-chat.left.prompt {
            margin-left: 49.8%;
        }

        #whatsapp-chat.left, a.blantershow-chat.left {
            margin-left: 33.8%;
        }
}

@media (min-width: 992px) {
    #whatsapp-chat, #whatsapp-chat.left.prompt {
        width: 27.133333%;
    }

    #whatsapp-chat {
        margin-left: 68.9%;
    }

    a.blantershow-chat {
        margin-left: 91.8%;
    }

        #whatsapp-chat.left.prompt, a.blantershow-chat.left.prompt {
            margin-left: 66%;
        }

        #whatsapp-chat.left, a.blantershow-chat.left {
            margin-left: 25.4%;
        }
}

@media (min-width: 768px) {
    #whatsapp-chat, #whatsapp-chat.left.prompt {
        width: 27.433333%;
    }

    #whatsapp-chat {
        margin-left: 64.2%;
    }

    a.blantershow-chat {
        margin-left: 82.7%;
    }

        #whatsapp-chat.left.prompt, a.blantershow-chat.left.prompt {
            margin-left: 66%;
        }

        #whatsapp-chat.left, a.blantershow-chat.left {
            margin-left: 33.8%;
        }
}

@media (min-width: 1280px) {

    /*.nav-tabs .nav-link {
        padding: 0.6rem 1.1rem;
    }*/

    #whatsapp-chat, #whatsapp-chat.left.prompt {
        width: 27.933333%;
    }

    #whatsapp-chat {
        margin-left: 66.1%;
    }

    a.blantershow-chat {
        margin-left: 87.7%;
    }

        #whatsapp-chat.left.prompt, a.blantershow-chat.left.prompt {
            margin-left: 66.1%;
        }

        #whatsapp-chat.left, a.blantershow-chat.left {
            margin-left: 25.4%;
        }
}

@media (min-width: 1024px) {

    /* .nav-tabs .nav-link {
        padding: 0.6rem 1.1rem;
    }*/

    #whatsapp-chat, #whatsapp-chat.left.prompt {
        width: 26.433333%;
    }

    #whatsapp-chat {
        margin-left: 66%;
    }

    a.blantershow-chat {
        margin-left: 84.7%;
    }

        #whatsapp-chat.left.prompt, a.blantershow-chat.left.prompt {
            margin-left: 66%;
        }

        #whatsapp-chat.left, a.blantershow-chat.left {
            margin-left: 33.8%;
        }
}

/* 1440 zoom 125% */
@media (min-width: 1152px) {

    /*.nav-tabs .nav-link {
        padding: 0.6rem 1.1rem;
    }*/

    #whatsapp-chat, #whatsapp-chat.left.prompt {
        width: 27.433333%;
    }

    #whatsapp-chat {
        margin-left: 66%;
    }

    a.blantershow-chat {
        margin-left: 84.7%;
    }

        #whatsapp-chat.left.prompt, a.blantershow-chat.left.prompt {
            margin-left: 66%;
        }

        #whatsapp-chat.left, a.blantershow-chat.left {
            margin-left: 33.8%;
        }
}


/* 1366 zoom 90% */
@media (min-width: 1242px) {

    /*.nav-tabs .nav-link {
        padding: 0.6rem 1.1rem;
    }*/

    #whatsapp-chat, #whatsapp-chat.left.prompt {
        width: 28.333333%;
    }

    #whatsapp-chat {
        margin-left: 66.2%;
    }

    a.blantershow-chat {
        margin-left: 88.5%;
    }

        #whatsapp-chat.left.prompt, a.blantershow-chat.left.prompt {
            margin-left: 66.1%;
        }

        #whatsapp-chat.left, a.blantershow-chat.left {
            margin-left: 25.4%;
        }
}
/* 1920 - Scale150 */
@media (min-width: 1163px) {

    /*.nav-tabs .nav-link {
        padding: 0.6rem 1.1rem;
    }*/

    #whatsapp-chat, #whatsapp-chat.left.prompt {
        width: 27.933333%;
    }

    #whatsapp-chat {
        margin-left: 66.1%;
    }

    a.blantershow-chat {
        margin-left: 87.7%;
    }

        #whatsapp-chat.left.prompt, a.blantershow-chat.left.prompt {
            margin-left: 66.1%;
        }

        #whatsapp-chat.left, a.blantershow-chat.left {
            margin-left: 25.4%;
        }
}
/* 1920 zoom 90% */
@media (min-width: 1396px) {
    #whatsapp-chat, #whatsapp-chat.left.prompt {
        width: 26.333333%;
    }

    #whatsapp-chat {
        margin-left: 68.2%;
    }

    a.blantershow-chat {
        margin-left: 88.8%;
    }

        #whatsapp-chat.left.prompt, a.blantershow-chat.left.prompt {
            margin-left: 66.1%;
        }

        #whatsapp-chat.left, a.blantershow-chat.left {
            margin-left: 25.6%;
        }
}


@media (min-width: 1366px) {
    #whatsapp-chat, #whatsapp-chat.left.prompt {
        width: 28.433333%;
    }

    #whatsapp-chat {
        margin-left: 66.1%;
    }

    a.blantershow-chat {
        margin-left: 88.8%;
    }

        #whatsapp-chat.left.prompt, a.blantershow-chat.left.prompt {
            margin-left: 66.1%;
        }

        #whatsapp-chat.left, a.blantershow-chat.left {
            margin-left: 25.6%;
        }
}

@media (min-width: 1400px) {
    #whatsapp-chat, #whatsapp-chat.left.prompt {
        width: 26.333333%;
    }

    #whatsapp-chat {
        margin-left: 68.3%;
    }

    a.blantershow-chat {
        margin-left: 89.1%;
    }

        #whatsapp-chat.left.prompt, a.blantershow-chat.left.prompt {
            margin-left: 66.2%;
        }

        #whatsapp-chat.left, a.blantershow-chat.left {
            margin-left: 25.4%;
        }
}

/* 1920 - Scale125 */
@media (min-width: 1536px) {

    /*   .nav-tabs .nav-link {
        padding: 0.6rem .8rem;
    }*/

    #whatsapp-chat, #whatsapp-chat.left.prompt {
        width: 28.933333%;
    }

    #whatsapp-chat {
        margin-left: 66.1%;
    }

    a.blantershow-chat {
        margin-left: 89.7%;
    }

        #whatsapp-chat.left.prompt, a.blantershow-chat.left.prompt {
            margin-left: 66.1%;
        }

        #whatsapp-chat.left, a.blantershow-chat.left {
            margin-left: 25.4%;
        }
}

@media (min-width: 1600px) {
    #whatsapp-chat, #whatsapp-chat.left.prompt {
        width: 26.333333%;
    }

    #whatsapp-chat {
        margin-left: 69.1%;
    }

    a.blantershow-chat {
        margin-left: 90.6%;
    }

        #whatsapp-chat.left.prompt, a.blantershow-chat.left.prompt {
            margin-left: 66.2%;
        }

        #whatsapp-chat.left, a.blantershow-chat.left {
            margin-left: 25.5%;
        }
}

@media (min-width: 1680px) {
    #whatsapp-chat, #whatsapp-chat.left.prompt {
        width: 26.333333%;
    }

    #whatsapp-chat {
        margin-left: 69.1%;
    }

    a.blantershow-chat {
        margin-left: 90.6%;
    }

        #whatsapp-chat.left.prompt, a.blantershow-chat.left.prompt {
            margin-left: 66.2%;
        }

        #whatsapp-chat.left, a.blantershow-chat.left {
            margin-left: 25.5%;
        }
}

@media (min-width: 1800px) {
    #whatsapp-chat, #whatsapp-chat.left.prompt {
        width: 26.333333%;
    }

    #whatsapp-chat {
        margin-left: 69.4%;
    }

    a.blantershow-chat {
        margin-left: 91.3%;
    }

        #whatsapp-chat.left.prompt, a.blantershow-chat.left.prompt {
            margin-left: 66.3%;
        }

        #whatsapp-chat.left, a.blantershow-chat.left {
            margin-left: 25.5%;
        }
}

@media (min-width: 1920px) {
    #whatsapp-chat, #whatsapp-chat.left.prompt {
        width: 26.333333%;
    }

    #whatsapp-chat {
        margin-left: 70.2%;
    }

    a.blantershow-chat {
        margin-left: 92.6%;
    }

        #whatsapp-chat.left.prompt, a.blantershow-chat.left.prompt {
            margin-left: 66.3%;
        }

        #whatsapp-chat.left, a.blantershow-chat.left {
            margin-left: 25.3%;
        }
}
/* 1920 zoom 90% */
@media (min-width: 2133px) {
    #whatsapp-chat, #whatsapp-chat.left.prompt {
        width: 26.333333%;
    }

    #whatsapp-chat {
        margin-left: 70.2%;
    }

    a.blantershow-chat {
        margin-left: 92.6%;
    }

        #whatsapp-chat.left.prompt, a.blantershow-chat.left.prompt {
            margin-left: 66.3%;
        }

        #whatsapp-chat.left, a.blantershow-chat.left {
            margin-left: 25.3%;
        }
}
/* 1920 zoom 80% */
@media (min-width: 2400px) {
    #whatsapp-chat, #whatsapp-chat.left.prompt {
        width: 26.333333%;
    }

    #whatsapp-chat {
        margin-left: 73.5%;
    }

    a.blantershow-chat {
        margin-left: 93.4%;
    }

        #whatsapp-chat.left.prompt, a.blantershow-chat.left.prompt {
            margin-left: 66.3%;
        }

        #whatsapp-chat.left, a.blantershow-chat.left {
            margin-left: 25.3%;
        }
}

#whatsapp-chat {
    border-radius: 20px;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    -moz-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
    animation-name: showchat;
    animation-duration: 1s;
    transform: scale(1);
    overflow: hidden;
    position: fixed;
    z-index: 99;
    top: 172px;
    height: calc(100% - 221px);
    /*top: 158px;
    height: calc(100% - 237px);*/
    max-width: 560px;
    /*margin-left: 54.5%;*/
}

    #whatsapp-chat.left {
        /*margin-left: 25.6%;*/
    }

a.blantershow-chat {
    animation-name: showchat;
    animation-duration: 1s;
    transform: scale(1);
    background: #000000;
    color: #fff !important;
    z-index: 98;
    bottom: 80px;
    /*right: 3.5%;*/
    font-size: 46px;
    /* padding: 20px 20px 20px 20px; */
    border-radius: 50%;
    box-shadow: 0px 3px 6px #00000029;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 1.56;
    position: fixed;
}

.msger {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    width: 100%;
    /*max-width: 867px;*/
    margin: 0px 0px 0px 0px;
    height: calc(100vh - 412px);
    /*min-height: calc(100vh - 420px);*/
    max-height: calc(100vh - 412px);
    padding: .5rem 1rem;
}

a.blantershow-chat.left {
    right: auto;
}

/*
a.blantershow-chat.left.prompt {
    left: auto;
    right: 26.733333%;
}*/


.divChatmessage {
    margin: 10px auto 0 auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D5D5D5;
    border-radius: 15px;
    padding: .5rem;
    width: 96% !important;
}

    .divChatmessage textarea {
        border: 0;
        height: 54px;
        resize: none;
    }

        .divChatmessage textarea:focus-visible {
            border: 0;
        }

.msger-poweredby {
    text-align: center;
    padding: 0rem 0;
}

    .msger-poweredby img {
        max-height: 20px
    }

.avatar {
    --border-color: #ffffff;
    --background-color: #212752;
    --avatar-size: 60px;
    height: var(--avatar-size);
    width: var(--avatar-size);
    border: 2px solid var(--border-color);
    padding: 0px;
    border-radius: 50%;
    position: relative;
}

    .avatar::before, .avatar::after {
        content: "";
        position: absolute;
        height: 6px;
        width: 6px;
        transform: rotate(45deg);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .avatar::before {
        box-shadow: 0px 0px 0px transparent;
    }

    .avatar::after {
        box-shadow: 0px 0px 0px transparent;
    }

    .avatar img {
        max-width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: inherit;
    }

a.blantershow-chat i {
    transform: scale(1.2);
    margin: 0 10px 0 0
}

.header-chat {
    background: #F86648;
    color: #fff;
}

    .header-chat h3 {
        margin: 0 0 10px
    }

    .header-chat p {
        font-size: 14px;
        line-height: 1.7;
        margin: 0
    }

.info-avatar {
    position: relative
}

    .info-avatar img {
        border-radius: 100%;
        width: 50px;
        float: left;
        margin: 0 10px 0 0
    }

    .info-avatar:before {
        content: '\f232';
        z-index: 1;
        font-family: "Font Awesome 5 Brands";
        background: #23ab23;
        color: #fff;
        padding: 4px 5px;
        border-radius: 100%;
        position: absolute;
        top: 30px;
        left: 30px
    }

a.informasi {
    padding: 20px;
    display: block;
    overflow: hidden;
    animation-name: showhide;
    animation-duration: 2.5s
}

    a.informasi:hover {
        background: #f1f1f1
    }

.info-chat span {
    display: block
}

#get-label,
span.chat-label {
    font-size: 12px;
    color: #888
}

#get-nama,
span.chat-nama {
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #222
}

#get-label,
#get-nama {
    color: #fff
}

span.my-number {
    display: none
}

.blanter-msg {
    color: #444;
    padding: 20px;
    font-size: 12.5px;
    text-align: center;
    border-top: 1px solid #ddd
}

textarea#chat-input {
    border: none;
    font-family: 'Arial', sans-serif;
    width: 100%;
    height: 20px;
    outline: none;
    resize: none
}

a#send-it {
    color: #555;
    width: 40px;
    margin: -5px 0 0 5px;
    font-weight: 700;
    padding: 8px;
    background: #eee;
    border-radius: 10px
}

.first-msg {
    background: #f5f5f5;
    padding: 30px;
    text-align: center
}

    .first-msg span {
        background: #e2e2e2;
        color: #333;
        font-size: 14.2px;
        line-height: 1.7;
        border-radius: 10px;
        padding: 15px 20px;
        display: inline-block
    }

.start-chat .blanter-msg {
    display: flex
}

#get-number {
    display: none
}

a.close-chat {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #fff;
    font-size: 30px
}

@keyframes showhide {
    from {
        transform: scale(.5);
        opacity: 0
    }
}

@keyframes showchat {
    from {
        transform: scale(0);
        opacity: 0
    }
}

@media screen and (max-width:480px) {
    #whatsapp-chat {
        width: auto;
        left: 5%;
        right: 5%;
        font-size: 80%
    }
}

.hide {
    display: none;
    animation-name: showhide;
    animation-duration: 1.5s;
    transform: scale(1);
    opacity: 1
}

.show {
    display: block;
    /*animation-name: showhide;
    animation-duration: 1.5s;
    transform: scale(1);
    opacity: 1*/
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    transition: visibility 0s linear 0.33s, opacity 0.33s linear
}

.is-invalid {
    border-color: red;
}

.popup-messages {
    display: inline-block;
    background-color: transparent;
    border-color: rgb(38, 184, 206);
    border: 1px solid rgb(38, 184, 206);
    margin-bottom: 10px;
    color: black;
    padding: 4px 8px;
    border-radius: 7px;
    margin-left: 7px;
    line-height: 14px;
    font-size: .7rem;
    margin-right: 0px;
    margin-top: 7px;
}

.pg-footer {
    position: relative !important;
}

.loader-overlay {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center !important;
    justify-content: center !important;
}
/* HTML: <div class="loader"></div> */
.loader {
    width: 100px;
    aspect-ratio: 1;
    display: grid;
    border: 4px solid #0000;
    border-radius: 50%;
    border-color: #ccc #0000;
    animation: l16 1s infinite linear;
    margin: 0 auto;
}

    .loader::before,
    .loader::after {
        content: "";
        grid-area: 1/1;
        margin: 2px;
        border: inherit;
        border-radius: 50%;
    }

    .loader::before {
        border-color: #CC0028 #0000;
        animation: inherit;
        animation-duration: .5s;
        animation-direction: reverse;
    }

    .loader::after {
        margin: 8px;
    }

#loaderInfo {
    display: block;
    color: #000;
    margin-bottom: 5%;
    background: rgba(189, 244, 212, 0.8);
    border-radius: 20px;
    padding: 1% 2%;
    font-size: 20px;
}

.loaderWrapper {
    text-align: center;
    width: 440px;
}

@keyframes l16 {
    100% {
        transform: rotate(1turn)
    }
}


/*Customized style sheet for login and add customer start here*/
.login-bg {
    /* The image used */
    background-image: url("../images/login-bg.jpg");
    /* Full height */
    height: 100vh;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.login-details {
    background-color: #fff;
    position: absolute;
    top: 35px;
    left: 110px;
    border-radius: 5px;
    padding: 20px 30px;
    width: 30%;
    box-shadow: 0px 0px 4px 0px #9f9f9f;
}

/* Microsoft login */
/* Login Container */

.miscro-box {
    background-color: #2F2F2F;
    color: #fff;
    font-size: 15px;
    font-family: 'Segoe UI';
    /* height: 40px; */
    border-radius: 0px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 0.571rem;
}

    .miscro-box img {
        padding-right: 12px;
    }

.google-box {
    background-color: #131314;
    color: #E3E3E3;
    font-size: 14px;
    font-family: Roboto;
    margin-right: 5px;
    border-radius: 4px;
    border: 1px solid #adb3b9;
    width: 100%;
    text-align: center;
    padding: 10px;
}

    .google-box img {
        padding-right: 10px;
    }


.sp {
    background-image: url(../images/spsprite.png);
    background-repeat: no-repeat;
    display: inline-block;
}


    .sp.banner_close {
        background-position: -545px -100px;
        width: 36px;
        height: 36px;
        border: 0px !important;
        vertical-align: middle;
    }

    .sp.banner_logo {
        background-position: -493px -98px;
        width: 38px;
        height: 38px;
        border: 0px !important;
        vertical-align: middle;
    }

    .sp.outlook-icon {
        background-position: -2px -5px;
        width: 19px;
        height: 19px;
    }

    .sp.googleln-icon {
        background-position: -48px -7px;
        width: 39px;
        height: 38px;
        border-right: 1px solid #adb3b9;
    }


.font-14 {
    font-size: 14px;
}


.font-13 {
    font-size: 13px;
    color: #838383;
    font-weight: 500;
}

.small-text-custom {
    font-size: 12px;
    color: #707070;
}


.right-ribbon {
    position: absolute;
    right: 0;
    top: 0;
}


.minus-margin {
    margin-top: -3px;
    margin-right: 6px;
}


.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #fff !important;
    border-radius: 3px;
    padding: 5px;
    background-color: #fff !important;
    margin-left: 3px;
    box-shadow: 0px 0px 4px 0px #adadad;
}


.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 2px 10px !important;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current,
    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background-color: #fff !important;
        border: none !important;
    }

.table-responsive {
    z-index: 999;
}


.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: #fff;
    color: var(--bs-table-striped-color);
}

table.dataTable thead th, table.dataTable tfoot th {
    vertical-align: top;
    white-space: nowrap;
}

.tdStatus {
    width: 3.2%;
}

.tdDate {
    width: 11%;
    text-align: left !important;
}

.tdShare {
    width: 6% !important;
    text-align: center !important;
}

    .tdShare i {
        font-size: 14.2px !important;
    }

        .tdShare i:hover {
            cursor: pointer;
        }

.tdAction {
    width: 10%;
}

.tdName {
    width: 15%;
}

    .tdName.dt-type-numeric {
        text-align: left !important;
    }

.table > :not(caption) > * > * {
    padding: .5rem .5rem;
    /*background-color: transparent !important;*/
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table {
    margin: 0px 0;
    /*font-size: 14px;
    font-weight: 500;*/
    width: 100% !important;
}

    .table td:last-child {
        white-space: nowrap;
    }

    .table a {
        color: #007ACC !important;
    }

/*.table td .ico img {
        max-width: 18px;
    }*/

.formContent {
    max-height: calc(100vh - 272px) !important;
    min-height: calc(100vh - 272px) !important;
    overflow-x: hidden;
    overflow-y: auto;
    /*padding: 0 .6rem 0 0;*/
    margin-bottom: 1rem;
}

    .formContent.dataTab {
        max-height: calc(100vh - 323px) !important;
        min-height: calc(100vh - 323px) !important;
    }

    .formContent .col-12 {
        margin-bottom: 1rem !important;
    }
/*
.saveicon {
    background: url('../images/SaveIco.png') no-repeat center;
    background-image: url(../images/SaveIco.png);
    background-repeat: no-repeat;
    background-size: 20px;
    height: 19px;
    width: 24px;
    display: inline-block;
}
.btn-save {
    content: "";
    background-image: url(../images/SaveIco.png);
    background-repeat: no-repeat;
    background-size: 20px;
    transition: transform .2s ease-in-out;
    padding: 4px 12px 4px 30px;
    background-position: 10px center;
}*/
/* Custom style for dateatable */
.dt-scroll {
    margin: 0 0 0.6rem 0;
}

.dt-scroll-body thead {
    display: none;
}

.dt-scroll-body {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 260px) !important;
    height: auto !important;
    border-bottom: none !important;
}

.dt-scroll-headInner {
    padding-right: 0 !important;
    margin-top: 0.5rem;
}

.dt-info {
    float: left;
    color: #707070 !important;
    margin: 9px 10px 0 10px !important;
}

.dt-length {
    float: left !important;
}
/*
.dt-paging {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    float: right;
    margin-right: 30px;
}*/
.dt-paging {
    display: -ms-flexbox;
    display: table;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    /* float: right; */
    margin: 0 auto;
}

.dt-search {
    float: left !important;
    margin-left: 1.5rem !important;
    /*margin-bottom: .6rem !important;*/
}

    .dt-search input {
        background: #fff !important;
        padding: .35rem .75rem .35rem 2rem !important;
        border: 1px solid #ced4da !important;
        border-radius: 10px !important;
        /* font-size: 90% !important; */
        width: 300px !important;
        background-image: url(../images/searchico.png) !important;
        background-repeat: no-repeat !important;
        background-size: 16px !important;
        background-position: 8px 8px !important;
    }


div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover,
div.dt-container .dt-paging .dt-paging-button:hover, div.dt-container .dt-paging .dt-paging-button:hover {
    background: #ffffff !important;
    border: solid 1px #ffffff !important;
    padding: 0.5em 1em !important;
    color: #707070 !important
}

div.dt-container .dt-paging .dt-paging-button {
    font-family: 'Outfit';
    font-size: 14px;
    font-weight: 500;
}
/*.dt-paging-button.first{
        font-family: bootstrap-icons !important;
        font-style: normal;
        font-weight: 400 !important;
    
}
    .dt-paging-button.first:before {
        content: "\F27F";
        display: inline-block;
    }*/
/* Custom style for dateatable */
.table {
    width: 100%;
}

    .table.dataTable {
        border-collapse: separate;
        border-spacing: 0 0em;
    }

    .table.tablewebsite tr td {
        padding: 2px 6px;
    }
/*
    .table tbody tr {
        border-radius: 14px !important;
    }*/
thead tr {
    background: #f3f5fb;
    box-shadow: 0px 3px 6px #00000029 !important;
}
/*.thead-bg tr th {
    box-shadow: 0px 3px 6px #00000029 !important;
}*/

.thead-bg tr th {
    /*background-color: #000;
    color: #fff;*/
    /*background: #212121 !important;
    color: #fff !important;*/
    /*background: rgba(255,255,255,0) !important;*/
    z-index: 999;
    color: #212121 !important;
}

.tbody tr td {
    background: rgba(255,255,255,.8) !important;
    border-bottom: solid 1px #E0E0E0 !important;
    /*background-color: #000;
    color: #fff;*/
    /*background: #212121 !important;
    color: #fff !important;*/
    /*background: rgba(255,255,255,1) !important;*/
    z-index: 999;
}

/*tr td:first-child, tr th:first-child {
    border-radius: 10px 0 0 10px;
}

tr td:last-child, tr th:last-child {
    border-radius: 0 10px 10px 0;
}*/
/*thead tr th:first-child {
    border-radius: 10px 0 0 0px !important;
}

thead tr th:last-child {
    border-radius: 0 10px 0 0 !important;
}*/

/*tbody tr:first-child td:first-child {
    border-radius: 0 0 0px 10px !important;
}

tbody tr:last-child td:last-child {
    border-radius: 0 10px 0 0 !important;
}*/

.table td, .table th {
    border-top: none;
}

table.dataTable.no-footer {
    border-bottom: transparent !important;
}

.form-switch .form-check-input {
    border-radius: 0.3em;
}


table.dataTable.no-footer {
    border-bottom: 1px solid #fff;
}

table.dataTable th, table.dataTable td {
    box-sizing: content-box;
    border-bottom: none;
}

.card.divWebsitePreview {
    background: linear-gradient(140deg, rgba(245,234,236,0.5), rgba(211, 249, 255,0.5)) !important;
    /*background: linear-gradient(151deg, #f5eaec, #d3f9ff) !important;*/
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 .1875rem .5rem #22303e1a;
    height: calc(100vh - 258px) !important;
    overflow: hidden !important;
}

section.login-wrapper.divImgPreview {
    border-radius: 0 !important;
    margin: 0 !important;
    width: 100%;
    height: 100vh !important;
}

.divImgPreview {
    height: calc(100vh - 194px) !important;
    /*border-radius: 20px;*/
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    background-color: transparent !important;
}

    .divImgPreview img {
        /*border-radius: 20px;*/
        /*width: 100%;*/
        max-width: 100%;
        /*object-fit: cover;
        max-height: 100%;*/
    }

.card.divWebsitePreview img {
    /*height: 95%;*/
    width: 100%
}

.customerTitle {
    margin-bottom: 8px !important
}

.divWebsitePreview .card-body {
    /* margin-top: -65px; */
    border-radius: 20px;
    height: calc(100vh - 190px) !important;
    /*overflow: auto;*/
}
/*.divWebsitePreview .card-body {
        background: url(../images/WebsitePreview.png) no-repeat top;
        background-size: contain;
    }*/

.nav-link {
    color: #fff;
    font-weight: 500;
}

    .nav-link:hover {
        color: #0077e2;
        font-weight: 500;
    }

    .nav-link:focus {
        color: #0077e2;
        font-weight: 500;
    }

#clientsTable_filter {
    float: left;
}


.dataTables_wrapper .dataTables_length {
    float: right;
    display: contents !important;
}


    .dataTables_wrapper .dataTables_length label {
        margin-left: 10px;
    }

/*.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: transparent;
    border-color: none;
    border-top: 3px solid #0077e2;
    border-bottom: 3px solid #0077e2;
    border-left: none;
    border-right: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
    outline: none;
}

.nav-tabs .nav-link:focus {
    border-color: transparent;
    border-top: 3px solid #0077e2;
    border-bottom: 3px solid #0077e2;
    outline: none;
}*/

.mandatory::after {
    content: "*";
    color: red;
    margin-left: 2px;
    margin-right: .5rem !important
}

.form-label {
    margin-bottom: 0px;
    /*font-size: 14px;*/
    color: #707070;
}

.form-control-label {
    font-size: 18px !important;
    color: #212121 !important;
    font-weight: 500 !important;
}

.input-group .form-control {
    border: none !important;
}

.input-group {
    background-color: #fff !important;
    /* line-height: 1 !important; */
    border-radius: 10px !important;
    border: solid 1px #D5D5D5 !important;
    font-size: 18px !important;
}

.form-control, .form-select {
    border-radius: 10px;
    border: solid 1px #D5D5D5 !important;
    color: #212121;
    /*background: #fff;*/
    /*font-size: 18px !important;*/
    padding: 3.63px 10px !important;
    line-height: 1.6 !important;
    height: 34.6px;
}

textarea.form-control {
    min-height: 86px !important;
}

.form-control:focus, .form-select:focus, .dt-search input:focus-visible, .divChatmessage textarea:focus-visible {
    color: #212529 !important;
    background-color: #fff !important;
    border-color: #707070 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.form-control:disabled {
    opacity: .5;
    pointer-events: none;
}

button:disabled, input:disabled {
    cursor: not-allowed !important;
    opacity: .5;
}

.small-box-green {
    background-color: #5fcc00;
    height: 15px;
    width: 15px;
    border-radius: 3px;
    margin-left: 6px;
    margin-top: 5px;
}


.small-box-red {
    background-color: #cc0028;
    height: 15px;
    width: 15px;
    border-radius: 3px;
    margin-left: 6px;
    margin-top: 5px;
}

.custom-green {
    color: #208ad2;
}

/*.add-customer-btncustom {
    position: absolute;
    display: block;
    right: 10px;
    margin-top: 10px;
    z-index: 999;
}*/



.form-check-input:checked {
    background-color: #000000;
    border-color: #000000;
}

.tableFixHead {
    overflow: auto;
    height: 500px;
}

    .tableFixHead thead th {
        position: sticky;
        top: 0;
    }

.searchform {
    padding: 0px 10px;
    font-size: 12px;
    font-weight: 400;
    height: 30px;
}

.customer-heading {
    font-size: 21px;
    font-weight: bold;
}

.entries-shows {
    font-size: 13px;
    color: #939393;
    display: block;
    width: 100%;
    margin-top: 6px;
}


.pagination {
    --bs-pagination-bg: transparent;
    color: #ddd;
    --bs-pagination-padding-x: 10px;
    --bs-pagination-padding-y: 2px;
    border-radius: 5px;
}

.page-link {
    color: #5F5F5F;
}

    .active > .page-link, .page-link.active {
        z-index: 3;
        color: #5F5F5F;
        background-color: #fff;
        border-color: #fff;
        border-radius: 6px;
    }

.nav-tabs .btn:focus:not(:focus-visible) {
    outline: 0;
}

button:focus:not(.focus-visible) {
    outline: 0;
    //crossed out
}


.box {
    background-color: #fff;
    color: #000;
    padding: 5px;
    border-radius: 5px;
}

.space1 {
    margin-right: 6px;
}

.custom-black {
    background-color: #000;
    color: #fff;
}

    .custom-black:hover {
        background-color: #000;
        color: #fff;
    }


    .custom-black:focus {
        background-color: #000;
        color: #fff;
    }

.demobuild-txt {
    font-size: 14px;
    color: #858585;
}

/*.choose_colr-bg {
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 0px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.7;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 8px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}*/

.input-group-prepend.colorpicker {
    height: 34.6px;
    margin-right: 2px !important;
}

input.colorpicker {
    width: 34.6px;
    height: 34.6px;
    border: none;
    border-radius: 10px;
    margin-right: 10px;
    padding: 2px !important;
    background-color: #FFFFFF !important;
    border: solid 1px #D5D5D5 !important;
    margin: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

    input.colorpicker::-webkit-color-swatch {
        border-radius: 10px;
        border: none;
    }

.ematio-banner {
    position: relative;
    display: flex;
}

.ematio-banner-show {
    display: none;
    position: absolute;
    border-radius: 8px;
    background-color: #363535;
    color: #ddd;
    text-align: center;
    margin: auto;
    font-size: 13px;
    opacity: 0.9;
    padding-top: 10px;
    padding-bottom: 12px;
    width: 100%;
}

.ematio-banner:hover .ematio-banner-show {
    display: block;
}

.custom-bin {
    background-color: #CC0028;
    color: #fff;
    right: 0;
    display: block;
    width: 25px;
    padding: 4px;
    float: right;
    margin-right: 5px;
    top: 6px;
    border-radius: 8px;
    position: absolute;
}

.upload-text {
    background-color: #fff;
    padding: 18px;
    color: #707070;
    font-size: 12px;
    border-radius: 8px;
}

.choose-flie-large-custom {
    background-color: #fff;
    height: 90px;
    z-index: 999;
    position: relative;
    opacity: 0;
}


.upload-overview {
    background-color: #ffffff;
    height: 85px;
    position: relative;
    width: 100%;
    text-align: center;
    margin: auto;
    vertical-align: middle;
    margin-top: -88px;
    padding-top: 31px;
    border-radius: 8px;
    margin-left: 4px;
    z-index: 991;
}


.custom-delete {
    /*background-color: transparent;
    border: 1px solid #CC0028;
    border-radius: 8px;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;*/
    /*line-height: 2.25;
    margin-left: .6rem;*/
    line-height: 1;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-right: 10px;
}




@media (max-width:767px) {
    .login-details {
        top: 10px;
        left: 10px;
        width: 94%;
        margin-bottom: 20px;
    }
}


/*Customized style sheet for login and add customer end here*/
.btn {
    border-radius: 6px !important;
    padding: .375rem 1rem !important;
    /*min-width: 86px;*/
}

    .btn.btn-sm {
        min-width: auto;
    }

.btn-primary {
    color: #fff !important;
    background-color: #0077e2 !important;
    border: 1px solid #0077e2;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(105 108 255 / 40%) !important;
}

    .btn-primary:hover {
        background-color: #3155a6 !important;
        border: 1px solid #3155a6 !important;
    }

.btn-outline-primary {
    color: #0077e2 !important;
    background-color: transparent !important;
    border: 1px solid #0077e2 !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(105 108 255 / 40%) !important;
}

    .btn-outline-primary:hover {
        color: #fff !important;
        background-color: #3155a6 !important;
        border: 1px solid #3155a6 !important;
    }


.btn-dark {
    color: #fff !important;
    background-color: #212121 !important;
    border: 1px solid #212121;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(105 108 255 / 40%) !important;
}

    .btn-dark:hover {
        background-color: #000 !important;
        border: 1px solid #000;
    }

.btn-white {
    background-color: #fff;
    color: #000;
    padding: 5px !important;
    border-radius: 6px;
}

    .btn-white:hover {
        background-color: #0077e2 !important;
        color: #fff !important;
    }

    .btn-white:focus, btn-white::selection {
        background-color: #0077e2 !important;
        color: #fff !important;
    }

    .btn-white:hover img {
        filter: brightness(0) invert(1); /* Change image to white */
    }

footer.footer-main {
    font-size: 14px;
    /*font-weight: 700;*/
    clear: both;
    /*margin: 1rem 0 .5rem;*/
}

.footer-main {
    width: 100%;
    padding: 0;
    z-index: 1000;
}

footer.footer-main img {
    max-height: 18px;
    margin-left: 2px !important;
}




.toolbar, .toolbaroxiD, .toolbarHSTD, .toolbarRnED, .toolbarPhysician, .toolbarPatient, .toolbarCategory {
    float: left;
}

    .toolbar h1, h1 {
        font-size: 24px !important;
        letter-spacing: 0px;
        color: #212121 !important;
        font-weight: 600 !important;
        /* margin-bottom: 20px;
        padding-top: 3px;*/
    }

.tableBtn, .tableBtnoxiD, .tableBtnhstD, .tableBtnRnED, .tableBtnPhysician, .tableBtnPatient, .tableBtnCategory {
    float: right;
}


/*Icon selection Radio button with images */
/* HIDE RADIO */
/*.selecteIcon [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}*/

/* IMAGE STYLES */
/*.selecteIcon [type=radio] + img {
        cursor: pointer;
    }*/

/* CHECKED STYLES */
/*.selecteIcon [type=radio]:checked + img {
        outline: 2px solid #f00;
    }
.selecteIcon input[type="radio"]:checked +img  {
    border: 1px solid red;
}*/


.selecteIcon input[type=radio] {
    position: absolute;
    left: -9999px;
}

.selecteIcon .form-check-inline {
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
}

.selecteIcon input[type=radio]:hover {
    background: red;
    color: #fff;
}

/* Stuff after this is only to make things more pretty */
.selecteIcon input[type=radio] + label > img {
    /*border: 1px dashed #444;*/
    width: 24px;
    height: 24px;
    /*transition: 500ms all;*/
}

.selecteIcon input[type=radio] + label {
    /*transform: rotateZ(-10deg) rotateX(10deg);*/
    background-color: #fff !important;
    color: #212121 !important;
    padding: 6px;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(105 108 255 / 0%) !important;
    border-radius: 6px !important;
    border: solid 1px #D5D5D5;
}

.selecteIcon input[type=radio]:checked + label, .selecteIcon:hover input[type=radio]:hover + label {
    /*transform: rotateZ(-10deg) rotateX(10deg);*/
    background-color: #2d40b7 !important;
    color: #fff !important;
}

    .selecteIcon input[type=radio]:checked + label > img, .selecteIcon input[type=radio]:hover + label > img {
        filter: brightness(0) invert(1); /* Change image to white */
        /*box-shadow: 0 0 3px 3px #090;*/
        cursor: pointer;
    }


.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: 30px !important;
    padding-left: 30px !important;
}


@media (min-width: 1024px) {

    .nav-tabs {
        width: 100%;
    }

    .responsive-table__row {
        grid-template-columns: 2fr 2fr 2fr 2fr 2fr 2fr 2fr;
    }
}

/*@media screen and (max-width: 991px) {
    .responsive-table__head {
        display: none;
    }
}

@media screen and (max-width: 1366px) {

    #whatsapp-chat {
        width: 430px !important;
        top: 160px !important;
        height: calc(100% - 239px) !important;
        right: 47px !important;
        left: auto;
    }

        #whatsapp-chat.left {
            right: auto !important;
            left: 27.8% !important;
        }

    .blantershow-chat.left {
        right: auto !important;
    }

    a#openChatBtn.blantershow-chat.left {
        left: 27.8%;
    }

        a#openChatBtn.blantershow-chat.left.prompt {
            left: auto !important;
            right: 25.8% !important;
        }

    #whatsapp-chat.prompt {
        width: 368px !important
    }

        #whatsapp-chat.prompt.left {
            left: auto !important;
            right: 34px !important;
        }

    .blantershow-chat.left.prompt {
        right: auto !important;
        left: 68% !important;
    }

    .msger {
        height: calc(100vh - 410px);*/
/*min-height: calc(100vh - 470px);*/
/*max-height: calc(100vh - 410px);
    }
}


@media screen and (max-width: 1600px) {

    #whatsapp-chat {
        width: 286px !important;
        top: 159px !important;
        height: calc(100% - 238px) !important;
        right: 47px !important;
        left: auto;
    }

        #whatsapp-chat.left, a#openChatBtn.blantershow-chat.left {
            left: 27.4% !important;
        }

            #whatsapp-chat.left.prompt {
                right: 5% !important;
            }

            a#openChatBtn.blantershow-chat.left.prompt {
                right: 26.8% !important;
            }

    a.blantershow-chat {
        right: 3% !important;
    }

    .msger {
        height: calc(100vh - 424px);*/
/* min-height: calc(100vh - 470px); */
/*max-height: calc(100vh - 424px);
    }
}


@media screen and (max-width: 1360px) {
    .divChatmessage textarea {
        height: 34px;
    }
    #whatsapp-chat.left, a#openChatBtn.blantershow-chat.left {
        left: 27.8%;
    }
        #whatsapp-chat.left.prompt {
            right: 9.3%;
        }
        a#openChatBtn.blantershow-chat.left.prompt {
            right: 25.7%;
        }
}

@media screen and (max-width: 1400px) {
    #whatsapp-chat, #whatsapp-chat.prompt {
        right: 47px;
        width: 303px
    }

        #whatsapp-chat.left, a#openChatBtn.blantershow-chat.left {
            left: 36.4%;
        }

    a.blantershow-chat {
        right: 4.2%;
    }

    a#openChatBtn.blantershow-chat.left.prompt {
        left: auto;
        right: 24%;
    }
}

@media screen and (max-width: 1440px) {

    #whatsapp-chat {
        width: 430px;
        top: 159px;
        height: calc(100% - 239px);
        right: 47px;
        left: auto
    }

        #whatsapp-chat.left, a#openChatBtn.blantershow-chat.left {
            left: 36.4%;
        }

    .blantershow-chat.left {
        right: auto;
    }

    a#openChatBtn.blantershow-chat.left.prompt {
        left: auto;
        right: 24%;
    }

    #whatsapp-chat.prompt,
    #whatsapp-chat.left.prompt {
        width: 304px
    }

    #whatsapp-chat.left.prompt {
        left: auto;
        right: 4.2%;
    }

    .blantershow-chat.left.prompt {
        right: auto;
        left: 68%;
    }

    .msger {
        height: calc(100vh - 410px);*/
/*min-height: calc(100vh - 470px);*/
/*max-height: calc(100vh - 410px);
    }
}


@media screen and (max-width: 1536px) {
    a#openChatBtn.blantershow-chat.left.prompt {
        left: auto;
        right: 28.2%;
    }

    #whatsapp-chat.left.prompt {
        left: auto;
        right: 4.3%;
    }
}



@media screen and (max-width: 1680px) {
    a#openChatBtn.blantershow-chat.left.prompt {
        left: auto;
        right: 27.1%;
    }

    #whatsapp-chat {
        width: 304px;
        right: 46.8px;
    }

        #whatsapp-chat.left.prompt {
            right: 4.3%;
        }

    a.blantershow-chat {
        right: 3.5%;
    }

    a#openChatBtn.blantershow-chat.left.prompt {
        right: 25.6%;
    }
}

@media (max-width: 1120px) and (min-width: 700px) {
    a#openChatBtn.blantershow-chat.left.prompt {
        left: auto;
        right: 25.9%;
    }

    #whatsapp-chat.left.prompt {
        left: auto;
        right: 2.3%;
    }
}

@media (max-width: 1024px) {

    #whatsapp-chat {
        height: calc(100% - 230px);
        right: 37px;
        left: auto;
    }

    .blantershow-chat {
        bottom: 80px;
        right: 3.6%
    }

        #whatsapp-chat.left, .blantershow-chat.left {
            right: auto;
            left: 36%;
        }

            #whatsapp-chat.prompt, #whatsapp-chat.left.prompt {
                width: 290px;
            }

            .blantershow-chat.left.prompt {
                left: auto;
                right: 24.3%;
            }

    a#openChatBtn.blantershow-chat.left.prompt {
        left: auto;
        right: 23.6%;
    }

    #whatsapp-chat.left.prompt {
        left: auto;
        right: 3.9%;
    }
}

@media (max-width: 768px) {
    #whatsapp-chat {
        width: 450px;
        top: 150px;
        height: calc(100% - 220px);
    }

    #whatsapp-chat, .blantershow-chat {
        right: 37px;
        left: auto
    }

        #whatsapp-chat.left {
            right: 37px;
            left: auto;
        }

        #whatsapp-chat.left, a#openChatBtn.blantershow-chat.left {
            right: auto;
            left: 37%;
        }

    blantershow-chat.left {
        right: auto;
    }

    a#openChatBtn.blantershow-chat.left.prompt {
        left: auto;
        right: 36.6%;
    }

    #whatsapp-chat.left.prompt {
        left: auto;
        right: 60px;
    }

    .blantershow-chat.left.prompt {
        left: auto;
        right: 270px;
    }

    #whatsapp-chat.prompt, #whatsapp-chat.left.prompt {
        width: 292px
    }

    .dt-search input {
        width: 180px !important;
    }

    .nav-tabs {
        min-width: 232px;
    }

        .nav-tabs .nav-link {
            font-size: 16px;
            padding: 0.6rem 0.7rem;
        }

    .msger {
        height: calc(100vh - 420px);*/
/*min-height: calc(100vh - 470px);*/
/*max-height: calc(100vh - 420px);
    }
}*/

.typing {
    align-items: center;
    display: flex;
    height: 17px;
}

    .typing .dot {
        animation: mercuryTypingAnimation 1.8s infinite ease-in-out;
        background-color: #6CAD96;
        border-radius: 50%;
        height: 7px;
        margin-right: 4px;
        vertical-align: middle;
        width: 7px;
        display: inline-block;
    }

        .typing .dot:nth-child(1) {
            animation-delay: 200ms;
        }

        .typing .dot:nth-child(2) {
            animation-delay: 300ms;
        }

        .typing .dot:nth-child(3) {
            animation-delay: 400ms;
        }

        .typing .dot:last-child {
            margin-right: 0;
        }

@keyframes mercuryTypingAnimation {
    0% {
        transform: translateY(0px);
        background-color: #6CAD96;
    }

    28% {
        transform: translateY(-7px);
        background-color: #9ECAB9;
    }

    44% {
        transform: translateY(0px);
        background-color: #B5D9CB;
    }
}

.slide {
    animation-duration: 3s;
    animation-iteration-count: 2;
    animation-timing-function: ease-in;
    animation-direction: normal;
}

@keyframes slide {
    0% {
        left: 0px;
        top: 0px;
    }

    100% {
        left: 100px;
        top: 0px;
    }
}


/***** Slide Left, #whatsapp-chat.show *****/
.slide-left {
    /*animation: .5s slide-left;*/
    animation: .5s slide-left;
}

@keyframes slide-left {
    from {
        margin-left: 100%;
    }

    to {
        margin-left: 0%;
    }
}
/***** Slide Right *****/
.slide-right {
    animation: .5s slide-right;
}

@keyframes slide-right {
    from {
        margin-left: -100%;
    }

    to {
        margin-left: 0%;
    }
}

/* slide Animation */

div.dt-container .dt-paging .dt-paging-button:focus-visible {
    background-color: rgba(0, 0, 0, 0.04) !important;
    border: solid 1px rgba(0, 0, 0, 0.04) !important;
    color: #000 !important;
}


.ico.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.form-control.intDepth {
    width: 80px;
    padding: .275rem .75rem !important;
}

.offcanvas-end {
    width: 60% !important;
    min-width: 450px !important;
}

.offcanvas-header, .offcanvas-footer {
    padding: .5rem 1rem !important;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.offcanvas-footer {
    text-align: right
}

.offcanvas-body {
    flex-grow: 1;
    padding: .5rem 1rem !important;
    overflow-y: auto;
    height: calc(100vh - 100px);
}

.offcanvas-backdrop {
    background-color: rgba(255, 255, 255, 0.6) !important;
}

    .offcanvas-backdrop.fade.show {
        pointer-events: none !important
    }


th .form-check-input:checked {
    border-color: #fff !important;
}

a.form-label {
    color: #CC0028 !important;
    text-decoration: none;
}


#depth-note {
    display: flex;
    align-items: flex-start;
}

.icon-wrapper {
    margin-right: 0.5rem;
}

.text-wrapper {
    flex: 1;
}

.bi-share-custom .bi-reply::before {
    transform: scaleX(-1);
    cursor: pointer;
}

.padding-12-custom {
    padding: 12px 20px !important;
}



/* Confirm Modal */
.modal-confirm .modal-title {
    width: 100%;
    border-left: none !important;
    padding: 0 !important;
}

.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}

.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
}

.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 60px 0 20px;
}

.modal-confirm .form-control,
.modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px;
}

.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -5px;
}

.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    justify-content: center !important;
}

.modal-confirm .icon-box {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -62px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #CC0028;
    padding: 15px;
    text-align: center;
    border: solid 2px white;
}


    .modal-confirm .icon-box.info {
        background: #00bbcc !important;
    }

    .modal-confirm .icon-box i {
        font-size: 30px;
        position: relative;
        top: 8px;
    }

.modal-confirm.modal-dialog {
    margin-top: 80px;
}



.modal-confirm .icon-box-green {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -62px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #198754;
    padding: 15px;
    text-align: center;
    border: solid 2px white;
}

    .modal-confirm .icon-box-green i {
        font-size: 30px;
        position: relative;
        top: 8px;
    }



.dt-search-custom input {
    background: #fff !important;
    padding: 9.61px 20px 9.61px 38px !important;
    padding: .375rem .75rem .375rem 38px !important;
    border: 1px solid #ced4da !important;
    border-radius: 10px !important;
    width: 100% !important;
    background-image: url(../images/searchico.png) !important;
    background-repeat: no-repeat !important;
    background-size: 18px !important;
    background-position: 10px 14px !important;
    font-size: 16px !important;
}

.form-control.customint {
    padding: .375rem .75rem !important
}

.form-control.intSelDate {
    width: 180px !important;
}

.inside-space {
    margin: 5px;
}


.btn-group {
    border-radius: 0 !important;
    padding: 0 0px;
    width: 100%;
}

    .btn-group.custom {
        background-color: #212121;
        border-radius: 4px !important;
        padding: 0 .5rem;
    }

        .btn-group.custom .btn:active {
            border: transparent;
        }

        .btn-group.custom .btn {
            color: #fff;
            font-size: 14px;
            font-weight: 500;
            padding: 0.6rem 1.4rem;
            margin-bottom: 0px;
            transition: color 0.15s ease-in;
            border-width: 3px;
            border-radius: 0 !important
        }

            .btn-group.custom .btn.active {
                color: #fff;
                background-color: transparent;
                border-color: #0077E2 #212121 #0077E2 #212121;
            }

/*#WebsiteLinksTable_wrapper .dt-scroll-body {
    max-height: calc(100vh - 608px) !important;
}*/
#divAllURLs, #divSelectedURLs, #divExcludedURLs {
    max-height: calc(100vh - 450px);
    overflow: auto;
}


/* Circular progress bar */

.circular-progress {
    /*width: 18px;
    height: 18px;*/
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: conic-gradient(rgb(95, 204, 0) 252deg, rgb(222, 226, 230) 0deg) !important;*/
    margin-left: 6px;
    margin-top: 5px;
}

/*inner-circle {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: white !important;
}

.percentage {
    position: relative;
    font-size: var(--font-size);
    color: transparent !important;
}*/

.getUploadFileName {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    word-break: break-all;
    /*max-width: 164px !important;*/
}

.custom-tooltip {
    --bs-tooltip-bg: #54575A;
}
/*.tooltip-inner {
    --bs-tooltip-bg: #54575A;*/
/*box-shadow: 0px 0px 4px black;*/
/*opacity: 1 !important;
}*/

/*
.tooltip.bs-tooltip-right .tooltip-arrow::before {
    border-right-color: #54575A !important;
}

.tooltip.bs-tooltip-left .tooltip-arrow::before {
    border-left-color: #54575A !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #54575A !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #54575A !important;
}*/

label[for="File"].disabled:hover, .disabled-label:hover {
    cursor: no-drop !important
}

label[for="File"].disabled {
    opacity: 0.5;
    cursor: no-drop !important;
}

.disabled-label {
    pointer-events: none;
    opacity: 0.65;
    cursor: no-drop !important
}

#addUrlsOffCanvasBody .urlField {
    width: calc(100% - 38px);
    display: inline-block;
}

.status-icon {
    display: inline-block;
    width: 24px;
    font-size: 24px;
    margin: auto 0.2rem auto 0.2rem;
    text-align: start;
}

#addUrlsOffCanvasBody .urlFieldRow .error-message {
    font-size: 100%;
    /*text-align: right;
    margin-right: 24px;
    margin-top: -18px;*/
}

.removeUrl {
    max-height: 50.02px;
}

.msg-text {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    white-space: normal;
    word-wrap: break-word;
}

    /* Headers */
    .msg-text h1,
    .msg-text h2,
    .msg-text h3,
    .msg-text h4,
    .msg-text h5,
    .msg-text h6 {
        margin: 16px 0 8px 0;
        line-height: 1.4;
        font-weight: 600;
    }

    .msg-text h1 {
        font-size: 2em;
    }

    .msg-text h2 {
        font-size: 1.5em;
    }

    .msg-text h3 {
        font-size: 1.3em;
    }

    .msg-text h4 {
        font-size: 1.2em;
    }

    .msg-text h5 {
        font-size: 1.1em;
    }

    .msg-text h6 {
        font-size: 1em;
    }

    /* Paragraphs and spacing */
    .msg-text p {
        margin: 8px 0;
    }

    /* Lists */
    .msg-text ul,
    .msg-text ol {
        margin: 8px 0;
        padding-left: 24px;
    }

    .msg-text li {
        margin: 4px 0;
        padding-left: 4px;
    }

    /* Nested lists */
    .msg-text ul ul,
    .msg-text ul ol,
    .msg-text ol ul,
    .msg-text ol ol {
        margin: 4px 0;
        padding-left: 20px;
    }

    /* Special bullet points */
    .msg-text li::marker {
        unicode-bidi: isolate;
    }



    .msg-text pre {
        background-color: #f6f8fa;
        padding: 16px;
        border-radius: 6px;
        overflow-x: auto;
        margin: 8px 0;
    }

        .msg-text pre code {
            padding: 0;
            background-color: transparent;
        }

    /* Blockquotes */
    .msg-text blockquote {
        margin: 8px 0;
        padding: 0 16px;
        color: #6a737d;
        border-left: 4px solid #dfe2e5;
    }

    /* Tables */
    .msg-text table {
        border-collapse: collapse;
        width: 100%;
        margin: 16px 0;
    }

    .msg-text th,
    .msg-text td {
        border: 1px solid #dfe2e5;
        padding: 8px 12px;
        text-align: left;
    }

    .msg-text th {
        background-color: #f6f8fa;
    }

    /* Links */
    .msg-text a {
        color: #0366d6;
        text-decoration: none;
    }

        .msg-text a:hover {
            text-decoration: underline;
        }

    /* Horizontal rules */
    .msg-text hr {
        height: 2px;
        background-color: #e1e4e8;
        border: none;
        margin: 16px 0;
    }

    /* Images */
    .msg-text img {
        max-width: 100%;
        height: auto;
        margin: 8px 0;
        border-radius: 4px;
    }

    /* Emphasis */
    .msg-text strong {
        font-weight: 600;
    }

    .msg-text em {
        font-style: italic;
    }

    /* Special characters and bullet points */
    .msg-text .bullet-point {
        display: inline-block;
        margin-right: 4px;
    }

    /* Custom bullet points (•) */
    .msg-text ul.custom-bullets {
        list-style-type: none;
    }

        .msg-text ul.custom-bullets li:before {
            content: "•";
            padding-right: 8px;
            color: #24292e;
        }

    /* Indentation for nested content */
    .msg-text .nested-content {
        margin-left: 20px;
        padding-left: 10px;
        border-left: 2px solid #e1e4e8;
    }

    /* Special formatting for numbers and dates */
    .msg-text .numeric {
        font-family: monospace;
        background-color: #f6f8fa;
        padding: 0 4px;
        border-radius: 2px;
    }

    /* Highlighting */
    .msg-text mark {
        background-color: #fff3b8;
        padding: 2px 4px;
        border-radius: 2px;
    }

    /* Definition lists */
    .msg-text dl {
        margin: 8px 0;
    }

    .msg-text dt {
        font-weight: 600;
        margin-top: 8px;
    }

    .msg-text dd {
        margin-left: 20px;
        margin-bottom: 8px;
    }

    /* Keyboard input */
    .msg-text kbd {
        background-color: #fafbfc;
        border: 1px solid #d1d5da;
        border-bottom-color: #c6cbd1;
        border-radius: 3px;
        box-shadow: inset 0 -1px 0 #c6cbd1;
        color: #444d56;
        display: inline-block;
        font-size: 0.9em;
        line-height: 1;
        padding: 3px 5px;
    }

    /* Subscript and Superscript */
    .msg-text sub,
    .msg-text sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }

    .msg-text sup {
        top: -0.5em;
    }

    .msg-text sub {
        bottom: -0.25em;
    }


/* Interactions Styles */
.divTime {
    color: rgba(33, 33, 33, 0.6);
    line-height: 1;
    white-space: nowrap !important;
}

.int_status {
    font-size: 14.4px;
    border-radius: 20px;
    padding: 4px 10px;
    font-weight: 500;
    min-width: 84px;
    display: inline-block;
    text-align: center;
}

.int_resolved {
    background-color: #D7F5FC;
    color: #066B6B;
}

.int_active {
    background-color: #E7E7FF;
    color: #6B6EFF;
}

.int_escalate {
    background-color: #F9D9E1;
    color: #C43B5E;
}

.int_pending {
    background-color: #FFDEC5;
    color: #B93C08;
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.truncate {
    position: relative;
    max-height: calc(var(--lh) * var(--max-lines));
    overflow: hidden;
    padding-right: 1rem; /* space for ellipsis */
    max-width: 80%;
}

/* Details Page style*/
.details_leftPanel {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    opacity: 1;
    padding: 1rem;
    max-height: calc(100vh - 198px);
    min-height: calc(100vh - 198px);
    overflow: auto;
}

    .details_leftPanel h2 {
        text-align: left;
        font-size: 20px !important;
        font-weight: 500 !important;
        letter-spacing: 0px;
        color: #707070;
        opacity: 1;
        margin-bottom: 1rem !important;
        /*display: none !important*/
    }

    .details_leftPanel .details_ico {
        margin-right: 1rem;
    }

        .details_leftPanel .details_ico img {
            max-height: 20px !important;
        }

    .details_leftPanel .form-label {
        margin-bottom: 0px;
        font-size: 14px !important;
        color: #707070;
    }

    .details_leftPanel .form-control-plaintext {
        font-size: 16px !important;
        font-weight: 500 !important;
        letter-spacing: 0px !important;
        color: #212121 !important;
        padding: 0 !important;
        line-height: 1.2 !important;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all
    }


.nav.nab-underline {
    background-color: transparent !important;
    border-bottom: none !important;
}

.nav-tabs.nab-underline .nav-link {
    color: #3155A6 !important;
    padding: 0px 20px 10px 20px !important
}

    .nav-tabs.nab-underline .nav-link:before {
        Background: transparent !important
    }

.nav-tabs.nab-underline .nav-item.show .nav-link {
    color: #0077E2 !important;
}

.nav-tabs.nab-underline .nav-link:hover {
    /* border-color: #0077E2 #212121 #0077E2 #212121; */
    border-color: transparent !important;
    background: rgba(0, 0, 0, 0) !important;
}

.tab-content-border {
    border-top: solid 5px rgba(33,33,33,.2);
    margin-top: -7px;
    border-radius: 4px;
}

.divPriority {
    position: absolute;
    right: 0;
    top: 0px;
    background: #D7F5FC;
    padding: 2px 10px;
    border-radius: 0 0.375rem 0 0.375rem;
    border: solid 1px #03C3EC;
    font-size: 80%;
    font-weight: 500;
    color: #399CFF;
    min-width: 84px;
    text-align: center;
    box-shadow: 0 .1875rem .5rem #22303e1a;
}

select.BotType {
    min-width: 160px;
}

/*.card.card-data {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #3155A6;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

}*/
.card.card-data {
    background: linear-gradient(140deg, rgba(245, 234, 236, 0.5), rgba(211, 249, 255, 0.5)) !important;
    /* background: linear-gradient(151deg, #f5eaec, #d3f9ff) !important; */
    border-radius: 10px;
    border: solid 1px #adbad7 !important;
    box-shadow: 0 .1875rem .5rem #22303e1a;
}

    .card.card-data + .card.card-data {
        margin-top: 2rem !important;
    }

.divfileUpload {
    background: linear-gradient(140deg, rgba(245, 234, 236, 0.5), rgba(211, 249, 255, 0.5)) !important;
    /* background: linear-gradient(151deg, #f5eaec, #d3f9ff) !important; */
    border-radius: 10px;
    border: 2px dashed #a0d5e3;
    box-shadow: 0 .1875rem .5rem #22303e1a;
    padding: 4px 10px;
}

.divDataRow {
    background: #fff !important;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 10px;
}

.divDataAction {
    line-height: 0.7;
}

    .divDataAction button, .btn-icon {
        background: transparent;
        border: none;
        margin: 0;
        padding: 0;
    }

.iTrashicon {
    background: url(../images/trash_ico.png) no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
}

.divfileUpload {
    line-height: 1;
}

.iUploadicon {
    background: url(../images/upload_ico.png) no-repeat;
    width: 29px;
    height: 25px;
    display: inline-block;
}

.iDownloadicon {
    background: url(../images/download_ico.png) no-repeat;
    width: 29px;
    height: 25px;
    display: inline-block;
}

.iWebLink {
    background: url(../images/webLink_ico.png) no-repeat;
    width: 29px;
    height: 25px;
    display: inline-block;
}

.knowledgebase_ico {
    background: url(../images/knowledgebase_ico.png) no-repeat;
    width: 78px;
    height: 83px;
    display: inline-block;
}

.createSource {
    background: linear-gradient(140deg, rgba(245, 234, 236, 0.5), rgba(211, 249, 255, 0.5)) !important;
    border-radius: 10px;
    border: solid 1px #adbad7 !important;
    box-shadow: 0 .1875rem .5rem #22303e1a;
    width: fit-content;
    margin: 0 auto;
    padding: 1rem;
}

.createSource_ico {
    background: url(../images/createSource_ico.png) no-repeat;
    width: 42px;
    height: 41px;
    display: inline-block;
    margin: 0 0.3rem 0 0;
}

.createKnowledgebase_wrapper {
    display: flex;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-weight: 500;
    height: calc(100vh - 267px);
    background: linear-gradient(140deg, rgba(245, 234, 236, 0.5), rgba(211, 249, 255, 0.5)) !important;
    /* background: linear-gradient(151deg, #f5eaec, #d3f9ff) !important; */
    border-radius: 10px;
    border: solid 1px #adbad7 !important;
    box-shadow: 0 .1875rem .5rem #22303e1a;
}

.createKnowledgebase {
    text-align: center;
    width: 420px;
    margin: 0 auto;
    font-weight: 500;
}

    .createKnowledgebase h6 {
        font-size: 20px;
        font-weight: 600;
    }


.sectiondivider {
    margin: 24px auto;
    width: 400px;
    max-width: 100%;
    position: relative;
}

.sectiondividermask {
    overflow: hidden;
    height: 20px;
}

    .sectiondividermask:after {
        content: "";
        display: block;
        margin: -25px auto 0;
        width: 100%;
        height: 25px;
        border-radius: 125px / 12px;
        box-shadow: 0 0 8px #886fac; /* main color */
    }

.sectiondivider span {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 100%;
    margin-bottom: -15px;
    left: 50%;
    margin-left: -15px;
    border-radius: 100%;
    box-shadow: 0 2px 4px #ab9ac4; /* Tint 3 of main color */
    background: #dcedf4 !important;
    text-align: center;
    font-weight: 600;
    line-height: 26px;
}
/*New design CSS */
.w-64 {
    width: 16rem;
}

.card.glass-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

    .card.glass-card .card-header {
        background-image: linear-gradient(to right, oklab(0.55 -0.068404 -0.187939 / 0.05) 0%, rgba(0, 0, 0, 0) 100%);
        margin: -1px !important;
        /* padding: 0 !important; */
        border-radius: 16px 16px 0 0 !important;
        border: 0 !important;
        border-bottom: solid .8px oklab(0.9 0.00347297 -0.0196962 / 0.5);
    }

.w-4 {
    width: 1rem;
}

.h-4 {
    height: 1rem;
}

.transition-colors {
    background-color: rgba(0, 136, 255, 0.1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    border-radius: 8px;
    border: solid 1px rgb(229, 231, 235);
    color: rgb(15, 23, 42);
    line-height: 0.5;
}

.bg-primary {
    background-color: rgb(0 136 255 / 0.1);
}

.channel-header {
    background-image: linear-gradient(to right, rgba(0, 136, 255, 0.05), rgba(0, 0, 0, 0));
    border: solid 1px rgba(226, 232, 240, 0.3);
    color: rgb(15, 23, 42);
    padding: 12px 16px;
}

    .channel-header h3 {
        font-size: 16px;
        font-weight: 500;
        margin: 0;
    }

.channel-active {
    background: #0088ff;
    color: white;
    box-shadow: 0 4px 14px rgba(0, 136, 255, 0.25);
}

.section-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 1rem;
    align-items: center;
    gap: 0.5rem;
    display: flex;
    color: #212121 !important
}

    .section-title .section-indicator {
        width: 6px;
        min-height: 24px;
        background: #0088ff;
        border-radius: 4px;
    }

    .section-title small {
        display: block;
        font-size: 80% !important;
        font-weight: 500 !important;
        opacity: .6;
    }

.bg-code {
    --tw-bg-opacity: 1;
    background-color: rgb(15, 23, 42);
    color: rgb(241, 245, 249);
    overflow-x: auto;
    min-height: 240px;
    font-size: 14px;
    padding: 1rem;
    border-radius: 10px;
    display: block;
    width: 100%;
}
/* Add Channel */
aside .card-body {
    min-height: calc(100vh - 269px);
}

.channel-pills .nav-link {
    color: rgb(15, 23, 42);
    font-weight: 500;
    font-size: 14px;
    margin-bottom: .5rem !important
}

    .channel-pills .nav-link:hover {
        background-color: #edeffb;
    }

.channel-pills .nav-pills .nav-link {
    padding: 0 !important;
    width: 100%;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-2xl {
    border-radius: 1rem;
}

.divCP_icon {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    background-color: rgb(0 136 255 / 0.1);
    padding: .5rem;
    border-radius: .5rem;
    line-height: 1;
}

    .divCP_icon svg {
        color: #0077e2 !important;
    }

.channel-pills {
    max-height: calc(100vh - 330px);
    overflow: auto;
}

    .channel-pills .nav-pills .nav-link.active {
        background: #0071df;
        box-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1)) !important;
    }

    .channel-pills .nav-pills .nav-link:hover .divCP_icon {
        background-color: rgba(0, 136, 255, 0.15);
    }

    .channel-pills .nav-pills .nav-link.active .divCP_icon {
        background-color: rgba(255, 255, 255, 0.2) !important;
    }

        .channel-pills .nav-pills .nav-link.active .divCP_icon svg {
            color: #ffffff !important;
        }

.tabs-empty {
    margin: 10% auto;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    opacity: .5;
}

.btn-add {
    background-color: #e4ecf4 !important;
    border: solid 1px #b7d5f1 !important;
    color: #0071df !important;
    font-weight: 500;
    font-size: 14px;
    padding: .52rem !important;
    width: 100%;
}

    .btn-add:hover {
        background-image: linear-gradient(to right, oklab(0.55 -0.068404 -0.187939 / 0.2) 0%, oklab(0.55 -0.068404 -0.187939 / 0.1) 100%);
        border: solid 1px #a4caee;
        box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0;
    }

.add_channel {
    backdrop-filter: blur(24px);
    border-radius: 10px;
    box-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    padding: 8px;
    background-color: rgba(255,255,255,.95);
    width: 222px;
}

    .add_channel h3 {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 6px;
    }

.add_channel {
    margin-bottom: .4rem !important
}

    .add_channel .btn-link {
        padding: .5rem;
        width: 100%;
        border: 0 !important;
        background: transparent;
        text-decoration: none;
        border-radius: 10px;
    }

        .add_channel .btn-link:hover {
            background-color: #e4eef9;
        }

            .add_channel .btn-link:hover .divCP_icon {
                background-color: rgba(0, 136, 255, 0.15);
            }

        .add_channel .btn-link.active .divCP_icon {
            background-color: rgba(255, 255, 255, 0.2) !important;
        }

            .add_channel .btn-link.active .divCP_icon svg {
                color: #ffffff !important;
            }

.card-body.tab_pagescroll_headeronly {
    max-height: calc(100vh - 285px);
    min-height: calc(100vh - 285px);
    overflow: auto;
}

.tab_pagescroll_content {
    max-height: calc(100vh - 294px);
    min-height: calc(100vh - 294px);
    overflow-y: auto;
}
.tab_pagescroll_BRules {
    max-height: calc(100vh - 277px);
    min-height: calc(100vh - 277px);
    overflow-y: auto;
}

.ullisting_Prerequisites {
    list-style: none;
}

ul.ullisting_Prerequisites ul {
    list-style: none;
    margin: 0.6rem 0 0 0;
}

    ul.ullisting_Prerequisites ul li {
        padding: 0rem .5rem 0.7rem 0rem;
    }


@media (min-width: 576px) {
    .prerequist .col-sm-auto {
        width: auto;
    }
}

.prerequist .col-sm-auto {
    width: 19%;
}