/* public/css/style.css */

@import url('https://fonts.googleapis.com/css?family=Raleway:800|Merriweather+Sans|Share+Tech+Mono');

:root {
    --ui-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.08);
    fill: rgba(0, 0, 0, 0.54);
    --ui-shadow-border: 1px solid rgba(0, 0, 0, 0.14);
}

* {
    box-sizing: border-box;
}

html,
body,
#root {
    height: 100%;
    width: 100%;
    background-image: url(../images/whatsapp-background.png);
}

body {
    margin: 0;
    padding: 0;
    /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
        'Droid Sans', 'Helvetica Neue', sans-serif; */
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

h1,
h2,
h3 {
    font-size: 23px !important;
    padding: 0;
    margin: 0;
    margin-bottom: 15px !important;

    /* color: #2a3747; */
    /* color: #2c9688; */
    /* color: #04AA6D; */
    /* color: #000; */
    color: #00684a;
}

h1 {
    font-size: 40px;
}

a {
    color: inherit;
    text-decoration: none !important;
    cursor: pointer;
    user-select: none;
}

a:hover {
    text-decoration: none !important;
}

a:active {
    text-decoration: none !important;
}

#root {
    display: flex;
    flex-direction: column;
    /* background: #d8dbd4; */
}

.View {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;

    height: 100%;
    width: 100%;

    /* padding: 20px; */
    padding-bottom: 0px;

    background-size: cover;

    font-family: sans-serif;
}

.SettingsContainer {
    padding-bottom: 20px;
    margin: auto;
    text-align: center;
}

.container {
    margin-top: 120px;
}

.custom-popover {
    --bs-popover-max-width: 300px !important;
    --bs-popover-body-padding-x: 1rem !important;
    --bs-popover-body-padding-y: 0.5rem !important;
    --bs-popover-font-size: 13px !important;
    --bs-popover-header-padding-y: 0.2rem !important;
    --bs-popover-header-bg: #0f8c7e !important;
    --bs-popover-header-color: var(--bs-white) !important;
    justify-content: center;
}

.custom-popover h3 {
    text-align: center;
    font-size: 15px !important;
    margin-bottom: 0px !important;
}

.WhatsappSettingsContainer {
    padding: 60px !important;
    margin: auto;
    width: 90%;
    position: relative;
    font-size: 17px;
    margin-top: 200px !important;
}

.QRspinner {
    position: absolute;
    margin: auto;
    top: 40%;
    left: 39%;
    font-size: 42px;
    color: #fff;
    z-index: 9;

    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation:
        load6 1.7s infinite ease,
        round 1.7s infinite ease;
    animation:
        load6 1.7s infinite ease,
        round 1.7s infinite ease;
}

.WhatsappSettingsWrap {
    background: white;
    padding: 60px !important;
    border-bottom: var(--ui-shadow-border);
    box-shadow: var(--ui-shadow);
    border-radius: 30px;
    margin: auto;
    width: 90%;
    position: relative;
    font-size: 17px;
    border: 3px solid #4adf83;
    overflow: auto;
    overflow-y: hidden;
    min-width: 50% !important;
}

.Message {
    background: white;
    padding: 30px !important;
    border-bottom: var(--ui-shadow-border);
    box-shadow: var(--ui-shadow);
    margin: auto;
    width: 20%;
    padding: 10px;
    border-radius: 30px;
}

.Message > .Details {
    display: flex;
    flex-direction: column;
    line-height: 1.5em;
}

.leftSection {
    width: 40%;
    margin: auto;
}

.rightSection {
    /* min-width: calc(100% - 400px); */
    margin: auto;
}

.WhatsappSettingStatus {
    background: white;
    padding: 70px;
    border-bottom: var(--ui-shadow-border);
    box-shadow: var(--ui-shadow);
    margin: auto;
    width: 70%;
    border-radius: 30px;
    border: 3px solid #4adf83;
}

.MailGunLabel {
    font-weight: normal;
    font-size: 16px;
}

.MailGunInputs {
    margin: 15px;
    border: 1px solid #d1d1d1;
    font:
        normal 16px Arial,
        Helvetica,
        Sans-serif;
    color: #000;
    text-align: center;
    outline: 0;
    padding: 6px 15px 6px 35px;
    width: 400px;
    height: 30px;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.MailGunInputs::placeholder {
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
}

.CampaignList {
    list-style-type: none;
    padding: 0 !important;
}

.CampaignElements {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid;
    border-color: #2fcc71;

    height: auto;
    width: auto;
    padding: 13px;
    margin: 10px;
    margin-right: 3px;

    background: #fff;

    border-radius: 30px;

    font-size: 15px;
    color: black;
    box-shadow: var(--ui-shadow);
    cursor: pointer;
}

.CampaignElements:active {
    transform: scale(0.98);
    /* Scaling button to 0.98 to its original size */
    box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
    /* Lowering the shadow */
}

.PwdValidation {
    display: none;
    color: #d9534f;
    font-size: 15px;
}

.MessagesButtons {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.NewRecipient {
    color: #fff;
    font-size: 14px;
    cursor: pointer;

    margin: auto;
    margin-left: 0px;
    border: none;

    height: 50px;
    width: 55px;

    display: flex;
    justify-content: center;
    align-items: center;

    background: #24d366;
    border-radius: 15px;

    border-bottom: var(--ui-shadow-border);
    box-shadow: var(--ui-shadow);
}

.NewRecipient:active {
    transform: scale(0.98);
    /* Scaling button to 0.98 to its original size */
    box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
    /* Lowering the shadow */
}

#FetchCode {
    width: 300px;
}

.NavButton:active {
    transform: scale(0.98);
    /* Scaling button to 0.98 to its original size */
    box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
    /* Lowering the shadow */
}

.InputButton {
    display: flex;
    justify-content: center;
    align-items: center;

    height: 50px;
    width: 350px;

    margin: 50px 0 10px 10px;
    background: #2fcc71;
    border-color: #2fcc71;
    cursor: pointer;

    border-radius: 30px;

    font-size: 16px;
    font-weight: bold;
    color: white;

    text-transform: capitalize;

    border: var(--ui-shadow-border);
    box-shadow: var(--ui-shadow);
}

.InputButton:active {
    transform: scale(0.98);
    /* Scaling button to 0.98 to its original size */
    box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
    /* Lowering the shadow */
}

.SaveMessageButton {
    display: flex;
    justify-content: center;
    align-items: center;

    height: 40px;
    width: 150px;
    padding: 5px;

    background: #2fcc71;
    border-color: #2fcc71;
    cursor: pointer;

    margin-left: 20px;

    border-radius: 30px;

    font-size: 17px;
    font-weight: bold;
    color: white;

    text-transform: capitalize;

    border: var(--ui-shadow-border);
    box-shadow: var(--ui-shadow);
}

.SaveMessageButton:active {
    transform: scale(0.98);
    /* Scaling button to 0.98 to its original size */
    box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
    /* Lowering the shadow */
}

.DeleteIcon {
    display: flex;
    justify-content: center;
    align-items: center;

    background: #fff;

    border-radius: 30px;

    font-size: 14px;
    cursor: pointer;

    margin: auto;
    margin-left: 0px;
    border: none;
}

.DeleteIcon:active {
    transform: scale(0.98);
    /* Scaling button to 0.98 to its original size */
    box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
    /* Lowering the shadow */
}

.deleteThreads {
    margin-left: auto;
    font-size: 23px;
}

.deleteThreads:active {
    transform: scale(0.78);
}

.clickable:active {
    transform: scale(0.95);
}

.form-switch .form-check-input:checked {
    background-color: #dc3545;
    border-color: #dc3545;
}

.custom-switch {
    cursor: pointer;
}
.custom-switch:focus {
    border-color: #89898940 !important;
    box-shadow: 0 0 0 0.25rem #89898940 !important;
}

.QRCanvas {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    width: 100%;
    margin: auto;
}

.select-wrap {
    margin: 15px;
}

.Banner {
    height: 120px;
    width: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    top: 0;
}

.home-icon {
    display: flex;
    justify-content: left;
    color: #0f8c7e;
    font-size: 85px;
    margin-left: 30px;
    cursor: pointer;
    border-radius: 40%;
    padding: 5px;
}

.home-icon:hover {
    font-size: 95px;
}
.home-icon:active {
    font-size: 100px;
}

.settings-icon {
    display: flex;
    justify-content: flex-end;
    color: #0f8c7e;
    font-size: 85px;
    margin-right: 30px;
    cursor: pointer;
    margin-left: auto;
    border-radius: 40%;
    padding: 5px;
}

.settings-icon:hover {
    font-size: 95px;
}
.settings-icon:active {
    font-size: 100px;
}

.checkbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: transparent;
}

input.form-check-input.advance-wa-checkbox:disabled {
    opacity: inherit !important;
}

.wa-span {
    background-color: #eeffed !important;
    border: none !important;
    transform: scale(0.98);
    box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
    border-radius: 18px !important;
    cursor: pointer;
    line-height: 1.6 !important;
}
.wa-span-error {
    background-color: #fdecec !important;
    border-color: #e53e3e !important;
    transform: scale(0.98);
    box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
    border-radius: 18px !important;
    cursor: pointer;
    line-height: 1.6 !important;
}

.removeLocation {
    background-color: #2fcc72 !important;
    color: #fff !important;
    width: 270px !important;
}

.removeLocation:hover {
    background-color: #d9534f !important;
}

.unlink-action:hover {
    background-color: #d9534f !important;
    color: #fff;
    line-height: 1.6 !important;
}

.CanvasConteiner {
    margin: auto;
    margin-bottom: 40px;
}

a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none !important;
    cursor: pointer;
}

footer {
    position: fixed;
    min-height: 7px;
    width: 100%;
    background: #4adf83;
    bottom: 0px;
}

p.copyright {
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 0.9em;
    text-align: center;
    background: #2fcc71;
    top: 50%;
    transform: translateY(-50%);
}

.BackMessageButton {
    display: flex;
    justify-content: center;
    align-items: center;

    height: 40px;
    width: 150px;

    background: #2fcc71;
    border-radius: 30px;

    font-size: 17px;
    font-weight: bold;
    color: white;

    text-transform: capitalize;

    border-bottom: var(--ui-shadow-border);
    box-shadow: var(--ui-shadow);

    /* margin-top: 20px; */
}

.BackMessageButton:active {
    transform: scale(0.98);
    /* Scaling button to 0.98 to its original size */
    box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
    /* Lowering the shadow */
}

.BackMessageButtonAutomation {
    display: flex;
    justify-content: center;
    align-items: center;

    height: 40px;
    width: 150px;

    background: #2fcc71;
    border-radius: 30px;

    font-size: 17px;
    font-weight: bold;
    color: white;

    text-transform: capitalize;

    border-bottom: var(--ui-shadow-border);
    box-shadow: var(--ui-shadow);
}

.BackMessageButtonAutomation:active {
    transform: scale(0.98);
    /* Scaling button to 0.98 to its original size */
    box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
    /* Lowering the shadow */
}

.MessageAppLogs {
    background: white;
    padding: 0px 40px 30px 40px !important;
    margin: auto;
    width: 70%;
    padding: 10px;
    margin: 10px auto 20px;
}

.AppLogsArea {
    border: 1px solid #d1d1d1;
    font:
        14px Arial,
        Helvetica,
        Sans-serif;
    color: #2fcc71;
    width: 100%;
    height: 350px;
    outline: 0;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    margin: auto;
    line-height: 35px;
    border: 1px solid #4adf83;
}

.whatsapp-loader {
    color: #fff;
    font-size: 13px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    margin-left: 30px;
    margin-right: 0px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation:
        load6 1.7s infinite ease,
        round 1.7s infinite ease;
    animation:
        load6 1.7s infinite ease,
        round 1.7s infinite ease;
}

.RedAlarm {
    text-align: center;
    font-size: 70px;
    margin: auto;
}

.InvalidRequest {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}

.SuccessStatusMessage {
    background: white;
    padding: 30px !important;
    border-bottom: var(--ui-shadow-border);
    box-shadow: var(--ui-shadow);
    margin: auto;
    width: 50%;
    margin-bottom: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    min-width: 50% !important;
}

.Success {
    text-align: center;
    color: #4adf83;
}

.device-action {
    margin-left: 10px;
    margin-right: 10px;
    color: #000;
    font-size: large;
}
.device-action:hover {
    color: #000;
    font-size: 1.6em;
    font-weight: bolder;
}

.device-action:active {
    font-size: 1.7em;
}

.FailStatusMessage {
    background: white;
    padding: 15px !important;
    border-bottom: var(--ui-shadow-border);
    box-shadow: var(--ui-shadow);
    margin: auto;
    width: 50%;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    margin-bottom: 50px;
}

.NavButtons {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    padding: 0 20px;
    height: 20%;
}

.NavButton {
    display: flex;
    justify-content: center;
    align-items: center;

    height: 50px;
    width: 270px;

    background: #2fcc71;
    border-radius: 18px;

    font-size: 16px;
    font-weight: bold;
    color: white;

    text-transform: capitalize;

    border-bottom: var(--ui-shadow-border);
    box-shadow: var(--ui-shadow);
}

.HomeButtons {
    display: block;
    margin-top: 10%;
    margin-bottom: 10%;
}

.HomeButton {
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;

    display: flex;
    justify-content: center;
    align-items: center;

    height: 53px;
    width: 350px;

    background: #2fcc71;

    border-radius: 18px;

    font-size: 17px;
    font-weight: bold;
    color: white;

    text-transform: capitalize;

    border-bottom: var(--ui-shadow-border);
    box-shadow: var(--ui-shadow);
}

.wizardBtn {
    margin-top: 50px;
    width: 350px;
    height: 53px;
    font-size: 17px;
    align-items: center !important;
    display: flex !important;
    margin: auto;
    justify-content: center;
    border-radius: 18px !important;
}

.wizardBtn:hover {
    font-weight: bold !important;
}

.wizardBtn:active {
    transform: scale(0.98);
    /* Scaling button to 0.98 to its original size */
    box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
    /* Lowering the shadow */
}

.btn-whatsapp:active {
    transform: scale(0.98);
    /* Scaling button to 0.98 to its original size */
    box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
    /* Lowering the shadow */
}

.HomeButton:active {
    transform: scale(0.98);
    /* Scaling button to 0.98 to its original size */
    box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
    /* Lowering the shadow */
}

.ai-icon {
    /* width: 24px; */
    width: 33px;
    height: 33px;
    /* height: 24px; */
    display: inline-block;
    background-image: url(../images/artificial-intelligence-icon-i.png);
    background-size: cover; /* Adjust as needed */
}

.ai-icon-skills {
    /* width: 24px; */
    width: 35px;
    height: 35px;
    /* height: 24px; */
    display: inline-block;
    background-image: url(../images/artificial-intelligence-icon-e.png);
    background-size: cover; /* Adjust as needed */
}
.new-icon-badge {
    /* width: 24px; */
    width: 33px;
    height: 33px;
    /* height: 24px; */
    display: inline-block;
    background-image: url(../images/new-badge.png);
    background-size: cover; /* Adjust as needed */
}

.openai-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url(../images/openai.svg);
    background-size: cover; /* Adjust as needed */
}

.sm-robot-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(../images/ai-robot-2.png);
    background-size: cover; /* Adjust as needed */
}

.saveIcon {
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #298c7e;
    border: 1px solid #3ed546;
    border-radius: 0.375rem;
    cursor: pointer;
}

.saveIcon:active {
    transform: scale(0.98);
    /* Scaling button to 0.98 to its original size */
    box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
    /* Lowering the shadow */
}

.input-save {
    font-size: 13px !important;
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.skill-card:hover {
    border: 1px solid #4adf83;
    transform: scale(1.05);
    transition: transform 0.3s ease;
}
.skill-card:active {
    border: 1px solid #118c7e;
    color: #118c7e;
    transform: scale(1.09);
    transition: transform 0.3s ease;
}

.skill-accordion {
    --bs-accordion-btn-color: #118c7e !important;
    --bs-border-color: transparent !important;
    --bs-accordion-active-bg: #ecfdf3 !important;
    --bs-accordion-active-color: #12b76a !important;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2312b76a'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.chatbot-accordion::after {
    margin-left: 10px !important;
}
.chatbot-accordion:focus {
    box-shadow: none !important;
}

.HomeMessage {
    background: #fff;
    padding: 40px;
    border-bottom: var(--ui-shadow-border);
    box-shadow: var(--ui-shadow);
    margin: auto;
    width: 70%;
    border-radius: 30px;
    border: 3px solid #4adf83;
}

@-webkit-keyframes load6 {
    0% {
        box-shadow:
            0 -0.83em 0 -0.4em,
            0 -0.83em 0 -0.42em,
            0 -0.83em 0 -0.44em,
            0 -0.83em 0 -0.46em,
            0 -0.83em 0 -0.477em;
    }

    5%,
    95% {
        box-shadow:
            0 -0.83em 0 -0.4em,
            0 -0.83em 0 -0.42em,
            0 -0.83em 0 -0.44em,
            0 -0.83em 0 -0.46em,
            0 -0.83em 0 -0.477em;
    }

    10%,
    59% {
        box-shadow:
            0 -0.83em 0 -0.4em,
            -0.087em -0.825em 0 -0.42em,
            -0.173em -0.812em 0 -0.44em,
            -0.256em -0.789em 0 -0.46em,
            -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow:
            0 -0.83em 0 -0.4em,
            -0.338em -0.758em 0 -0.42em,
            -0.555em -0.617em 0 -0.44em,
            -0.671em -0.488em 0 -0.46em,
            -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow:
            0 -0.83em 0 -0.4em,
            -0.377em -0.74em 0 -0.42em,
            -0.645em -0.522em 0 -0.44em,
            -0.775em -0.297em 0 -0.46em,
            -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow:
            0 -0.83em 0 -0.4em,
            0 -0.83em 0 -0.42em,
            0 -0.83em 0 -0.44em,
            0 -0.83em 0 -0.46em,
            0 -0.83em 0 -0.477em;
    }
}

@keyframes load6 {
    0% {
        box-shadow:
            0 -0.83em 0 -0.4em,
            0 -0.83em 0 -0.42em,
            0 -0.83em 0 -0.44em,
            0 -0.83em 0 -0.46em,
            0 -0.83em 0 -0.477em;
    }

    5%,
    95% {
        box-shadow:
            0 -0.83em 0 -0.4em,
            0 -0.83em 0 -0.42em,
            0 -0.83em 0 -0.44em,
            0 -0.83em 0 -0.46em,
            0 -0.83em 0 -0.477em;
    }

    10%,
    59% {
        box-shadow:
            0 -0.83em 0 -0.4em,
            -0.087em -0.825em 0 -0.42em,
            -0.173em -0.812em 0 -0.44em,
            -0.256em -0.789em 0 -0.46em,
            -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow:
            0 -0.83em 0 -0.4em,
            -0.338em -0.758em 0 -0.42em,
            -0.555em -0.617em 0 -0.44em,
            -0.671em -0.488em 0 -0.46em,
            -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow:
            0 -0.83em 0 -0.4em,
            -0.377em -0.74em 0 -0.42em,
            -0.645em -0.522em 0 -0.44em,
            -0.775em -0.297em 0 -0.46em,
            -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow:
            0 -0.83em 0 -0.4em,
            0 -0.83em 0 -0.42em,
            0 -0.83em 0 -0.44em,
            0 -0.83em 0 -0.46em,
            0 -0.83em 0 -0.477em;
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* iOS Toggle Switch */
/* body {
  background: whitesmoke;
}
body h1 {
  text-align: center;
  color: gray;
}
body h2 {
  text-align: center;
  color: gray;
} */
.inactiveMixin {
    content: '';
    position: absolute;
    display: block;
}
.beforeAnimation {
    transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
}
.afterAnimation {
    box-shadow:
        0 0 0 1px hsla(0, 0%, 0%, 0.1),
        0 4px 0px 0 hsla(0, 0%, 0%, 0.04),
        0 4px 9px hsla(0, 0%, 0%, 0.13),
        0 3px 3px hsla(0, 0%, 0%, 0.05);
    transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
}
.toggleWrapper {
    margin: auto;
    width: 550px;
    margin-bottom: 40px;
}
.toggleWrapper input.mobileToggle {
    opacity: 0;
    position: absolute;
}
.toggleWrapper input.mobileToggle + label {
    position: relative;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.4s ease;
    height: 30px;
    width: 50px;
    border: 1px solid #e4e4e4;
    border-radius: 60px;
}
.toggleWrapper input.mobileToggle + label:before {
    content: '';
    position: absolute;
    display: block;
    transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
    height: 30px;
    width: 51px;
    top: 0;
    left: 0;
    border-radius: 30px;
}
.toggleWrapper input.mobileToggle + label:after {
    content: '';
    position: absolute;
    display: block;
    box-shadow:
        0 0 0 1px hsla(0, 0%, 0%, 0.1),
        0 4px 0px 0 hsla(0, 0%, 0%, 0.04),
        0 4px 9px hsla(0, 0%, 0%, 0.13),
        0 3px 3px hsla(0, 0%, 0%, 0.05);
    transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
    background: whitesmoke;
    height: 28px;
    width: 28px;
    top: 1px;
    left: 0px;
    border-radius: 60px;
}
.toggleWrapper input.mobileToggle:checked + label:before {
    background: #2ecc71;
    transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
    cursor: pointer;
}
.toggleWrapper input.mobileToggle:checked + label:after {
    left: 24px;
    cursor: pointer;
}

.toggleWrapperSkillsLabel {
    height: 28px !important;
    width: 53px !important;
}
.toggleWrapperSkillsLabel::before {
    height: 26px !important;
    width: 51px !important;
}
.toggleWrapperSkillsLabel::after {
    height: 24px !important;
    width: 28px !important;
}
.customFilterToggle input.mobileToggle:not(:checked) + label:before {
    background: #118c7e !important;
}

.bi-info-circle-fill::before {
    color: #2ecc71;
}

.bi-info-circle-fill:active {
    transform: scale(0.78);
    /* Scaling button to 0.98 to its original size */
    /* box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24); */
    /* Lowering the shadow */
}

.input-group-login {
    margin: 10px 0px 10px 0px;
}

.input-group-text-login {
    padding: 11px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

/*********** CB ***********/

.chat-section {
    /* width: 75%; */
    height: 80%;
    margin: auto;
}

.chat-head {
    background-color: #f1f1f1;
    width: 100%;
    height: 60px;
    display: flex;

    /* Round Corners */
    border-top-right-radius: 20px;
    /* border-top-left-radius: 20px; */
}

.chat-head-left {
    width: 100%;
    height: 55px;
    display: flex;
    border-bottom: 1px solid #f1f1f1;
    background-image: url(../images/whatsapp-background.png);
}

.chat-head-left-img {
    width: 35px;
    height: 35px;
    margin: 10px;
    margin-right: 5px;
}

.skill-icon-list {
    height: 33px;
    width: 33px;
    margin: auto;
    margin-right: 10px;
}

.chat-head img {
    width: 40px;
    height: 40px;
    margin: 10px;
    border-radius: 50%;
}

.chat-head i {
    color: #aaaaaa;
    width: 30px;
    margin: auto;
    text-align: center;
}

.chat-name {
    margin: 12px;
}

.wrap-chat {
    height: 350px;
    min-height: 350px;
    display: flex;
}

.bot-status {
    display: inline-flex;
    align-items: center;
    border: 1px solid #32d583;
    background-color: #ecfdf3;
    border-radius: 28px;
    padding: 4px;
    padding-left: 7px;
    padding-right: 7px;
}
.status-offline {
    display: inline-flex;
    align-items: center;
    border: 1px solid #9a9999;
    background-color: #f1f1f1;
    border-radius: 28px;
    padding: 4px;
    padding-left: 7px;
    padding-right: 7px;
}

.status-inactive {
    display: inline-flex;
    align-items: center;
    border: 1px solid #d9534f;
    background-color: #fdecec;
    border-radius: 28px;
    padding: 4px;
    padding-left: 7px;
    padding-right: 7px;
}

.chat {
    background-color: #f2ebe5;
    background-image: url(../images//whatsapp-background.png);
    width: 100%;
    padding: 0px 3%;
    padding-top: 30px;
    overflow-y: auto;
}

.information {
    width: 100%;
    position: relative;
    background: #f7f7f7;
    display: none;
    flex-direction: column;
    overflow: auto;
}

.information div {
    background: #ffffff;
    padding: 10px;
    margin-bottom: 20px;
}

.information img {
    width: 200px;
    height: 200px;
    margin: 20px auto;
    border-radius: 50%;
    float: left;
}

.information h1 {
    color: #009688;
    font-size: 14px;
    margin-bottom: 5px;
}

.chat-bubble {
    border-radius: 7px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    padding: 5px 7px;
    width: fit-content;
    max-width: 70%;
    position: relative;
}

.contact-list {
    background-color: #ffffff;
    width: 100%;
    height: 350px;
    max-height: 350px;
    overflow-y: auto;

    /* Round Corners */
    border-bottom-left-radius: 20px;
}

.contact {
    border-bottom: 1px solid #f1f1f1;
    padding-left: 20px;
    padding-right: 15px;
}

.contact:active {
    transform: scale(0.98);
    box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
}

.contact {
    height: 60px;
    background-color: #ffffff;
    display: flex;
}

.contact:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

.contact-preview {
    width: 100%;
    height: 60px;
    display: flex;
    overflow: hidden;
}

.contact-text {
    height: auto;
    margin: auto 0;
    overflow: hidden;
}

.contact-time {
    margin: auto;
    color: rgba(0, 0, 0, 0.4);
    font-size: 0.7em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    /* border-bottom: 1px solid #eeeeee; */
    text-align: center;
}

.contact-dropdown {
    margin-top: auto;
    height: 55px;
    display: flex;
    border-top: 2px solid #f1f1f1;
    background-image: url(../images/whatsapp-background.png);
}

.contact-dropdown .show {
    background-image: url(../images/whatsapp-background.png);
    border-radius: 0px;
}

.contact-dropdown-btn:active {
    border-bottom-left-radius: 15px;
    transform: scale(0.98);
    /* Scaling button to 0.98 to its original size */
    box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
    /* Lowering the shadow */
}

.btn-save-contact {
    width: 90%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: auto !important;
    font-size: 0.8em !important;
}

.left {
    display: flex;
    flex-direction: column;
    width: 275px;
    min-width: 275px;
    /* border: 5px solid #eee; */
    border: 5px solid #f1f1f1;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.right {
    width: 100%;
}

.wrap {
    display: flex;
    justify-content: center;
    margin: 0px 50px 0px 50px;
}

.you {
    background: #ffffff;
    margin: 0px auto 10px 0px;
}

.me {
    background: #dcf8c6;
    margin: 0px 0px 10px auto;
}

.your-mouth {
    width: 0;
    height: 0;
    border-bottom: 10px solid white;
    border-left: 10px solid transparent;
    position: absolute;
    bottom: 10px;
    left: -10px;
}

.my-mouth {
    width: 0;
    height: 0;
    border-bottom: 10px solid #dcf8c6;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: 10px;
    left: 100%;
}

.content {
    margin-bottom: 3px;
    margin-top: 3px;
    line-height: 21px;
    font-size: 0.9em;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    padding-bottom: 5px;
    padding-right: 6px;
    white-space: pre-wrap;
}

audio {
    height: 35px;
}

.me .content audio::-webkit-media-controls-panel {
    background-color: #dcf8c6;
}

.you .content audio::-webkit-media-controls-panel {
    background-color: #fff;
}

.content img {
    width: 100%;
    border-radius: 8px;
}

.time {
    color: rgba(0, 0, 0, 0.4);
    font-size: 0.6em;
    float: right;
    margin: -10px 0 -5px 4px;
}

.pink {
    color: #ee33aa;
}

.green {
    color: #44ff66;
}

.orange {
    color: #ff8811;
}

.wrap-sender {
    display: table;
    height: 100%;
    table-layout: fixed;
}

.container-sender {
    height: 100%;
    /* display: table-cell; */
    display: flex;
    align-items: center;
    vertical-align: bottom;
}

.wrap-message {
    width: 100%;
    height: 60px;
    background: #f1f1f1;
    display: flex;
    min-height: 60px;
    max-height: 250px;
    align-items: end;

    /* Round Corners */
    border-bottom-right-radius: 20px;
    /* border-bottom-left-radius: 20px; */
}

.wrap-message i {
    color: #aaaaaa;
    text-align: center;
}

.send-message {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 30%;
    max-height: 60px;
    height: 60px;
    width: 50px;
}

.send-message:active {
    transform: scale(0.98);
    /* Scaling button to 0.98 to its original size */
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    /* Lowering the shadow */
    /* filter: drop-shadow(0 0 0 rgb(3, 5, 7)); */
    /* transition: filter 0s; */
    background-color: #e6e6e600;
    color: #333333;
}

.message {
    width: 97%;
    margin-left: 10px !important;
    height: 45px;
    background: #ffffff;
    margin: auto;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    display: flex;
    min-height: 45px;
    max-height: 230px;

    border-radius: 21px;
}

.input-message {
    width: 100%;
    position: relative;
    z-index: 1;
    min-height: 20px;
    max-height: 230px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 15px;
    font-weight: 400;
    color: var(--compose-primary);
    word-wrap: break-word;
    white-space: pre-wrap;
    outline: none;
    resize: none;

    padding: 9px 12px 11px;
    /* margin: 5px 10px; */
    margin: 0px 10px;
    background-color: var(--compose-input-background);
    border: 1px solid var(--compose-input-border);
    border-radius: 21px;
}

.footer {
    position: fixed;
    min-height: 7px;
    width: 100%;
    background: #4adf83;
    bottom: 0px;
}

.input-message:focus {
    outline: none;
}
.font-name {
    color: #000000;
    font-size: 0.9em !important;
    font-weight: inherit;
    margin: 0% !important;
}

.font-preview {
    color: #444444;
    font-size: 0.9em !important;
    font-weight: inherit;
}

.font-online {
    color: #777777;
    font-size: 0.8em !important;
    font-weight: inherit;
    margin: 0% !important;
}

.table {
    font-size: 0.9rem;
    line-height: 1.2em;
}

.table td {
    vertical-align: middle !important;
    padding: 10px !important;
}

.custom-checkbox {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.custom-checkbox-input {
    opacity: 0;
    position: absolute;
    cursor: pointer;
}

.custom-checkbox-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

.custom-checkbox-label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
}

.custom-checkbox-input:checked + .custom-checkbox-label:before {
    border-color: #707070;
    background-color: #bbb6e2;
}

.custom-checkbox-label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 7px;
    width: 6px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.custom-checkbox-input:checked + .custom-checkbox-label:after {
    opacity: 1;
}

.model-item:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.list-group-item {
    font-size: 16px;
    padding: 10px 20px;
    border: none;
    border-radius: 0;
    text-align: center;
}

.list-group-item:hover {
    background-color: #f8f9fa;
}

.advanced-search-container {
    width: 60% !important;
    padding: 15px;
    border-radius: 20px;
    /* border: 2px solid #8f4180; */
    border: 2px solid #e96b44;
    box-shadow: 1px 1px 10px 1px #c8c8c8;
    margin-top: 0px !important;
    border-top-left-radius: 0px;
}

.advanced-search-wrapper {
    display: flex;
    margin-left: 317px;
    padding-right: 0px !important;
}

.advance-search-button {
    /* background: #8f4180 !important; */
    background: #e96b44 !important;
    color: #fff !important;
    transition: border-radius 1.65s ease !important;
}

.select-user-input {
    height: 40px;
    font-size: 13px !important;
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
    cursor: pointer;
}

.select-user-input:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #ced4da !important;
}

.advance-wa-checkbox {
    cursor: pointer;
}

.advance-wa-checkbox:checked {
    background-color: #2dcb70 !important;
    border-color: #2dcb70 !important;
}

.quick-jump__filter__wrap {
    position: relative;
    display: inline-block;
}
.quick-jump__results {
    position: absolute;
    z-index: 100;
    display: none;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    margin-top: 40px;
    margin-left: 39px !important;
    max-height: 300px;
    overflow-y: scroll;
    border-color: #0f8c7e !important;
}
.quick-jump-result {
    display: flex;
    align-items: center;
    margin: 7px;
    cursor: pointer;
}
.quick-jump-result__icon-container {
    margin-right: 1rem;
}
.quick-jump-result__title {
    font-size: 0.8rem;
    /* color: #6f42c1; */
    color: #0f8c7e;
    margin-bottom: 0.25rem;
}

.quick-jump-result__meta {
    font-size: 0.7rem;
    color: #586069;
}

.quick-jump-result:hover,
.quick-jump-result__title:hover,
.quick-jump-result__title:hover ~ .quick-jump-result__meta {
    font-weight: bolder;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
