﻿@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) repeat center;
}

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 */

/* 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;
}

#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;
}


header .telenalogo {
    max-height: 20px !important;
    margin-left: 1rem;
}

.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;
}

.login-wrapper {
    align-items: flex-start;
}

.login-wrapper {
    display: flex;
    flex-basis: 100%;
    /*min-height: 100vh;*/
    /* width: 98%; */
    min-height: calc(100vh - 40px);
    /* padding: 2%; */
    background: beige url("../Images/login_bg.jpeg");
    /* border-radius: 30px; */
    /* margin: 20px auto; */
    background-size: cover;
}

.login-wrapper .login-inner {
    height: calc(100vh - 0px);
    background: transparent linear-gradient(153deg, #000000C2 0%, #343434AB 48%, #000000BF 100%) 0% 0% no-repeat padding-box;
    /* border-radius: 30px; */
}

.divider {
    display: block;
    text-align: center;
    margin: 1rem 0;
    overflow: hidden;
    white-space: nowrap;
}

.loginContent {
    color: #fff !important;
    width: 500px;
    margin: 0 auto;
}

.login-wrapper .login-inner {
    width: 100%;
    min-height: calc(100vh - 80px);
}

ul.header-nav {
    list-style: none;
    margin-bottom: 0;
}

nav.bg-light {
    box-shadow: 0 .1875rem .5rem 0 rgba(34, 48, 62, .1);
    border-bottom: 2px solid #A0D5E3;
    background-color: transparent !important;
}

.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;
}

.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;
}

div.container a, .nav-tabs .nav-link {
    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);
    }

    .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-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #fff;
        background-color: transparent;
        border: transparent;
        /*border-color: #0077E2 #212121 #0077E2 #212121;*/
    }

.nav-tabs .nav-link {
    font-size: 18px;
    font-weight: 500;
    padding: 0.6rem 1.4rem;
    /*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);
    }
*/
.divloginContainer {
    width: 420px !important;
}

.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);
    /*height: calc(100vh - 0px);*/
}

.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;
}

.msger {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    width: 100%;
    /*max-width: 867px;*/
    margin: 0px 0px 0px 0px;
    height: calc(100vh - 386px);
    /*min-height: calc(100vh - 420px);*/
    max-height: calc(100vh - 386px);
    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-reports {
    max-height: calc(100vh - 216px);
}

/* .table-reports th,
.table-reports td {
    font-size: 14px !important;
} */

table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: 600;
    background: #F5EAEC !important;
    color: #000000 !important;
    z-index: 999;
    padding: 10px;
}

table.dataTable>tbody>tr>td {
    padding: 10px;
}

.txtEllipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    word-break: break-all;
}

/* .txtEllipsis {
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    width: fit-content;
    display: block;
} */

/* .tdEmail {max-width: 140px;} */
.tdloading img {
    margin: 3% auto;
    max-height: 140px;
}

.responsive-table {
    max-height: calc(100vh - 100px);
}

.responsive-table table.dataTable thead th,
table.dataTable tfoot th {
    font-size: 12px !important;
}

.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: 19%;
}

.tdName.dt-type-numeric {
    text-align: left !important;
}

.table> :not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: #fff;
    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 - 224px) !important;
    overflow-x: hidden;
    overflow-y: auto;
}

/*
.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 - 250px) !important;
    height: auto !important;
    border-bottom: none !important;
}

.dt-scroll-headInner {
    padding-right: 0 !important
}

.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 .5em;
}

.table.tablewebsite tr td {
    padding: 2px 6px;
}

.table tbody tr {
    border-radius: 14px !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;
}

.nav-tabs {
    background-color: #212121;
    border-radius: 8px;
    /* max-width: 24%; */
    min-width: 322px;
    padding: 0px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1) !important;
}

div.container a,
.nav-tabs .nav-link {
    color: #fff !important;
    text-decoration: none;
    position: relative;
    z-index: 0;
    cursor: pointer;
}

.nav-tabs .nav-link:after {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #CC0028;
    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);
}

.nav-tabs .nav-link:hover {
    border-color: #CC0028 #212121 #CC0028 #212121;
    background: rgba(0, 0, 0, 0.5)
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: transparent;
    border-color: #CC0028 #212121 #CC0028 #212121;
}

.nav-tabs .nav-link {
    font-size: 18px;
    font-weight: 500;
    padding: 0.6rem 1.4rem;
    /*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 #CC0028 !important;
        border-bottom: solid 3px #CC0028 !important;
        transition: transform 250ms cubic-bezier(0, 0.5, 0.5, 1.1), background 250ms ease-out;
    }*/
.nav-tabs .nav-link:before,
.nav-tabs .nav-link:after {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #CC0028;
    content: "";
    opacity: 0;
    transition: all 0.3s;
}

.nav-tabs .nav-link:before {
    top: 0px;
    transform: translateY(10px);
}

.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);
}

.divWebsitePreview {
    margin-top: -65px;
    border-radius: 25px;
    height: calc(100vh - 204px) !important;
    border: solid 1px #8E918F !important;
    overflow: hidden !important;
}

.card.divWebsitePreview img {
    width: 100%;
    height: 95%;
    object-fit: contain;
}

.customerTitle {
    margin-bottom: 0px !important
}

.divWebsitePreview .card-body {
    /* margin-top: -65px; */
    border-radius: 25px;
    height: calc(100vh - 190px) !important;
    /*overflow: auto;*/
}

.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
}

.card {
    border-radius: 20px;
    box-shadow: 0 .1875rem .5rem 0 rgba(34, 48, 62, .1);
}

.card-header {
    background-color: transparent;
    border-bottom: 0px;
}

.card-title {
    font-size: 1.2rem;
    font-weight: 500;
}

.btn-group>.btn-group:not(:first-child),
.btn-group>:not(.btn-check:first-child)+.btn {
    border-radius: 0 6px 6px 0 !important;
}

.btn-group>.btn:first-child {
    border-radius: 6px 0 0 6px !important;
}

.form-label {
    margin-bottom: 0px;
    /*font-size: 14px;*/
    color: #707070;
}

.form-control-label {
    font-size: 16px;
    color: #707070;
}

.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: 5px;
    border: solid 1px #D5D5D5 !important;
    color: #212121;
    /*background: #fff;*/
    padding: 0.325em 0.5rem !important;
    line-height: 1.6 !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;
}


.thead-bg tr th {
    /*background-color: #000;
    color: #fff;*/
    background: #212121 !important;
    color: #fff !important;
    z-index: 999;
}


.table td,
.table th {
    border-top: none;
}

table.dataTable.no-footer {
    border-bottom: transparent !important;
}


.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;
}


.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.colorpicker {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 10px;
    margin-right: 10px;
    padding: 8px !important;
    background-color: #FFFFFF !important;
    border: solid 1px #D5D5D5 !important;
    margin: -1px;
    -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;
}

.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;
}

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;
}

@media (min-width: 1024px) {

    .nav-tabs {
        width: 100%;
    }

    .responsive-table__row {
        grid-template-columns: 2fr 2fr 2fr 2fr 2fr 2fr 2fr;
    }
}

@media (max-width: 991px) {
    .responsive-table__head {
        display: none;
    }
}



@media (max-width: 1440px) {
    .responsive-table__row {
        grid-template-columns: 1fr 1fr 1fr;
    }

    #whatsapp-chat {
        width: 430px !important;
        top: 150px !important;
        height: calc(100% - 220px) !important;
        right: 37px !important;
        left: auto
    }

    #whatsapp-chat.left {
        right: auto !important;
        left: 27% !important;
    }

    .blantershow-chat.left {
        right: auto !important;
        left: 27% !important;
    }

    #whatsapp-chat.prompt {
        width: 380px !important
    }

    #whatsapp-chat.left.prompt {
        left: auto !important;
        right: 84px !important;
    }

    .blantershow-chat.left.prompt {
        right: auto !important;
        left: 68% !important;
    }

    .msger {
        height: calc(100vh - 470px);
    }
}

@media (max-width: 1024px) {

    #whatsapp-chat {
        height: calc(100% - 230px) !important;
        right: 37px !important;
        left: auto;
    }

    .blantershow-chat {
        bottom: 80px !important;
        right: 3.6% !important
    }

    #whatsapp-chat.left,
    .blantershow-chat.left {
        right: auto !important;
        left: 36% !important;
    }

    #whatsapp-chat.prompt,
    #whatsapp-chat.left.prompt {
        width: 290px !important;
    }

    .blantershow-chat.left.prompt {
        left: auto !important;
        right: 24.3% !important;
    }

    #whatsapp-chat.left.prompt {
        left: auto !important;
        right: 3.9% !important;
    }
}

@media (max-width: 768px) {
    #whatsapp-chat {
        width: 450px !important;
        top: 150px !important;
        height: calc(100% - 220px) !important;
    }

    #whatsapp-chat,
    .blantershow-chat {
        right: 37px !important;
        left: auto
    }

    #whatsapp-chat.left {
        right: 37px !important;
        left: auto !important;
    }

    #whatsapp-chat.left,
    .blantershow-chat.left {
        right: auto !important;
        left: 37% !important;
    }

    #whatsapp-chat.left.prompt {
        left: auto !important;
        right: 60px !important;
    }

    .blantershow-chat.left.prompt {
        left: auto !important;
        right: 270px !important;
    }

    #whatsapp-chat.prompt,
    #whatsapp-chat.left.prompt {
        width: 292px !important
    }

    .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 - 470px);
    }
}

.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 *****/
.slide-left,
#whatsapp-chat.show {
    /*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);
}

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 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 4px
}



.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;
}*/
#divSelectedURLs,
#divExcludedURLs {
    max-height: calc(100vh - 450px);
    overflow: auto;
}

td img {
    max-height: 20px;
}


.feedbackIco {
    font-size: 16px;
    font-weight: bolder;
    margin-left: 1rem;
    max-height: 28px;
    margin-top: -17px;
}

td.sentiment,
th.sentiment {
    max-width: 10%;
    width: 10%;
}


textarea.customerEmail,
textarea.replyEmail {
    background: #f2f2f2 !important;
    border: 1px solid #d2d7e7 !important;
    padding: .75rem !important;
}

textarea.customerEmail:focus,
textarea.replyEmail:focus {
    background: #f2f2f2 !important;
}

textarea.customerEmail {
    min-height: calc(100vh - 292px);
}

.divProduct-img img {
    max-height: 100px !important;
}

div.replyEmail {
    background: #f2f2f2 !important;
    min-height: calc(100vh - 375px);
    max-height: calc(100vh - 297px);
    overflow: auto;
    border: solid 1px #D9Dee3;
    padding: .05rem .75rem;
    cursor: text;
}

.c-pointer {
    cursor: pointer;
}

.divIdentifiedDetails {
    max-height: calc(100vh - 254px);
    overflow: auto;
    padding-right: 10px;
}

textarea.replyEmail {
    min-height: calc(100vh - 351px);
}

textarea.viewprompt {
    min-height: calc(100vh - 240px);
}

.dt-paging {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    padding: 10px;
}

.dt-paging-button {
    border: none;
    background: transparent;
    color: #666;
    font-size: 14px;
    padding: 4px 8px;
    cursor: pointer;
    border-radius: 6px;
    transition: background 0.3s, color 0.3s;
}

.dt-paging-button:hover {
    background: #e0e0e0;
}

.dt-paging-button.current {
    background: white;
    color: black;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.dt-paging-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}


.text-align-end {
    text-align: end;

}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent background */
    z-index: 9999;
    /* Ensure it's above other elements */
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    /* Prevent interaction with the overlay */
}

.spinner-color {
    color: aliceblue;
}

.horizontalItemsContainer {
    overflow: auto !important;
    max-height: calc(100vh - 330px) !important;
}
.fillAvailableSpace.verticalItemsContainer {background: transparent !important;}