/* Regular */
@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("Plus_jakarta/PlusJakartaSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/* Bold */
@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("Plus_jakarta/PlusJakartaSans-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

/* Extra Bold */
@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("Plus_jakarta/PlusJakartaSans-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

/* Italic */
@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("Plus_jakarta/PlusJakartaSans-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

/* Bold Italic */
@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("Plus_jakarta/PlusJakartaSans-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}

/* Extra Bold Italic */
@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("Plus_jakarta/PlusJakartaSans-ExtraBoldItalic.ttf") format("truetype");
    font-weight: 800;
    font-style: italic;
}

/* Light */
@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("Plus_jakarta/PlusJakartaSans-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

/* Medium */
@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("Plus_jakarta/PlusJakartaSans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

body {
    font-family: "Plus Jakarta Sans";
    background: #f5f9fc !important;
    overflow: hidden;
}

/* .container{
width: 100%;
height: 100vh;
position: relative;
max-width: 100%;
} */

/* .page-container{
margin-left: 280px;
padding: 30px;
height: 100vh;
overflow-y: scroll;
/* overflow-y: scroll;
margin-top: 70px;
height: 100vh */
/* } */

*/
/* .sidebar{
position: fixed;
width: 282px;
height: 100vh;
left: 0px;
top: 0px;
background: #FDFEFE;
z-index: 9;
box-shadow: 0px 5px 20px rgba(208, 215, 228, 0.2);
border-right: 1px solid #DEDEDE;
padding: 0px;
} */

.logo {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding: 15px 50px;
}

.user-section {
    text-align: center;
    margin-top: 40px;
}

.user-icon img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.user-section .user-name p {
    font-family: "Plus Jakarta Sans" !important;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #000000;
    margin-top: 15px;
}

.talk-to-expert-btn {
    text-align: center;
    height: 52px;
}

.talk-to-expert-btn button {
    background: #009dd9;
    border-radius: 40px;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.2px;
    outline: 0;
    border: 0;
    padding: 14px 30px;
    color: #ffffff;
}

.create-section {
    border-top: 1px solid #dedede;
    margin-top: 35px;
    padding: 0px 31px;
}

.assistance-img {
    flex: 1 1 auto;
    width: 50%;
}

.assistance-img img {
    height: 30px;
    width: 30px;
    object-fit: contain;
}

.assistants-box {
    background: #f2fafd;
    border: 1px solid #009dd9;
    border-radius: 15px;
    margin-top: 34px;
    padding: 15px 21px;
    display: flex;
    align-items: center;
}

.assistants-text p {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: #0a0a0a;
}

.logout-section {
    border-top: 1px solid #dedede;
    position: fixed;
    bottom: 0px;
    height: 50px;
    width: 280px;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    height: 70px;
}

.logout-section .logout-img {
    height: 24px;
    width: 24px;
}

.logout-section .logout-link a {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 19px !important;
    line-height: 24px;
    text-decoration: none;
    padding-left: 10px;
    position: relative;
    top: 2px;
    /* identical to box height, or 150% */

    letter-spacing: 0.2px;

    /* Black */

    color: #0a0a0a;
}

.navbar {
    background-color: #fff !important;
    position: fixed !important;
    top: 0 !important;
    left: 280px !important;
    width: calc(100% - 280px) !important;
    z-index: 1020 !important;
    padding: 0 !important;
    height: 70px !important;
    box-shadow: 0px 5px 20px rgba(208, 215, 228, 0.2);
    border-bottom: 1px solid #dedede;
}

.navbar .top-header {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    /* line-height: 34px; */
    text-align: center;
    letter-spacing: 0.2px;
    color: #000000;
    padding-left: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    height: 50px;
}

.navbar .top-header p {
    margin-bottom: 0px;
}

.page-content {
    background: #ffffff;
    box-shadow: 0px 3px 5px rgba(106, 120, 147, 0.08);
    border-radius: 15px;
    height: 100%;
    padding: 40px 50px;
}

.page-title p {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 120%;
    color: #0a0a0a;
}

.page-desc p {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: #646975;
    text-align: left;
}

.create-assistance-btn {
    text-align: right;
}

.create-assistance-btn button {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    text-align: center;
    letter-spacing: 0.2px;

    /* White */

    color: #ffffff;
    background: #009dd9;
    border-radius: 26px;
    height: 52px;
    padding: 14px 29px;
    outline: 0;
    border: 0;
}

.create-assistance-btn.build-modal button {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #238724;
    background: rgba(35, 135, 36, 0.08);
    border-radius: 40px;
}

.page-table {
    width: 100%;
    height: 400px;
}

.page-table table {
    width: 100%;
    border-radius: 15px;
}

.page-table table thead {
    border-radius: 15px !important;
    background: #f0f0f2;
    height: 70px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.page-table table .header-title th {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    padding: 21px;
    text-align: left;
    /* identical to box height, or 156% */

    letter-spacing: 0.2px;

    color: #000000;
}

.page-table table tr {
    border-bottom: 1px solid rgba(222, 222, 222, 0.5);
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    /* identical to box height, or 156% */

    letter-spacing: 0.2px;

    color: #000000;
}

.page-table table tr td {
    padding: 21px;
    text-align: left;
}

.load-helper {
    background: #f2fafd;
    border-radius: 8px;
    width: 200px;
    padding: 10px 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.load-helper label {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #009dd9;
    margin-left: 10px;
}

.action {
    display: flex;
}

.action .build-modal {
    background: rgba(35, 135, 36, 0.08);
    border-radius: 8px;
    padding: 10px 16px;
    width: 151px;
}

.action .build-modal label {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    letter-spacing: 0.2px;

    color: #238724;
}

.trash-modal {
    background: rgba(210, 34, 45, 0.06);
    border-radius: 8px;
    width: 110px;
    padding: 10px 15px;
    margin-left: 14px;
}

.trash-modal label {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    letter-spacing: 0.2px;

    color: #d2222d;
}

.chat-screen {
    background: #f0f0f2;
    border-radius: 15px;
    padding: 0;
}

.chat-container {
    display: flex;
    flex-direction: column;
    height: 400px;
    overflow-y: auto;
    padding: 10px;
}

.message {
    display: inline-block;
    max-width: 80%;
    margin-bottom: 10px;
    padding: 10px;
}

.received {
    align-self: flex-start;
    background-color: #f1f0f0;
}

.sent {
    align-self: flex-end;
    /* background-color: #e2f2ff; */
}

.bot-message,
.user-chat {
    display: flex;
    align-items: center;
}

.chat-form {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px 30px;
    position: relative;
}

.chat-form input {
    flex: 1;
    padding: 10px;
    border-radius: 10px;
    border: none;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    outline: 0;
    border: 0;
    background: #ffffff;
    border-radius: 30px;
    padding: 15px 21px;
    /* identical to box height, or 150% */

    letter-spacing: 0.2px;
    background: #eaf2f5;
    border-radius: 33px;

    color: #0a0a0a;
}

.chat-form button {
    padding: 8px 13px;
    border-radius: 10px;
    border: none;
    /* margin-left: 10px; */
    background: transparent;
    position: absolute;
    right: 41px;
    bottom: 9px;
    background: #009dd9;
    border-radius: 30px;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #ffffff;
}

.bread-cum {
    margin: 0px 0px 0px 0px;
}

.bread-cum ul {
    padding: 0;
    display: inline;
}

.bread-cum ul li {
    list-style: none;
    display: inline;
}

.bread-cum ul li label {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
}

.bread-cum ul li img {
    margin: 0 10px;
    position: relative;
    top: -1px;
}

.bread-cum ul li label.active {
    color: #009dd9;
}

/* Home page */

.home-page {
    min-height: 100vh;
    width: 100%;
    background-image: url("../img/hero_section.png");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -50px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.header-menu {
    display: flex;
    background-image: url("../img/bg-header.png");
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
}

.header-menu .home-logo {
    flex: 1;
    padding: 5px 0px;
}

.header-menu .login-button button,
.submit-btn button {
    background: #009dd9;
    border-radius: 26px;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    outline: 0;
    border: 0;
    padding: 10px 40px;
    /* identical to box height, or 150% */
    border: 1px solid transparent;
    text-align: center;
    letter-spacing: 0.2px;

    /* White */

    color: #ffffff;
}

.header-menu .login-button button:hover,
.submit-btn button:hover {
    background: transparent;
    color: #009dd9;
    border: 1px solid #009dd9;
}

.home-page-title {
    padding: 30px 20px 30px;
    text-align: center;
}

.home-page-title h2 {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 800;
    text-align: center;
    color: #0a0a0a;
    font-size: 42px;
    line-height: 54px;
}

.home-page-title h2 label {
    position: relative;
}

.home-page-title h2 label::after {
    position: absolute;
    content: "";
    bottom: -7px;
    background-image: url("../img/border_img-small.png");
    background-position: bottom;
    background-repeat: no-repeat;
    left: 0;
    width: 100%;
    height: 19px;
}

.registration {
    background: #ffffff;
    box-shadow: 0px 5px 60px 5px rgba(0, 157, 217, 0.1);
    border-radius: 20px;
    padding: 20px 40px;
    height: 100%;
    margin-bottom: 20px;
}

.registration .title {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 34px;
    color: #0a0a0a;
}

.registration .registration-form {
    padding-top: 25px;
}

.registration .registration-form .submit-btn {
    justify-content: space-between;
}

.registration .registration-form .submit-btn a {
    text-decoration: none;
    font-weight: 700;
    color: #009dd9;
}

.registration .registration-form.info-source-form label {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
    /* identical to box height, or 150% */

    letter-spacing: 0.2px;

    /* Black */

    color: #0a0a0a;
}

.registration .registration-form.info-source-form .checkbox-content label {
    position: relative;
    padding-left: 25px;
}

.registration .registration-form.info-source-form .checkbox-content {
    padding-left: 5px;
    margin: 10px 0 15px 0;
}

.registration .registration-form.info-source-form .checkbox-content span a {
    color: #009dd9;
    text-decoration: none;
}

.checkbox-content.form-check input:checked+label:after {
    left: 6px;
}

.registration .registration-form.info-source-form .checkbox-content label:before {
    position: absolute;
    left: 0;
    top: 6px;
}

.registration .registration-form .form-group {
    padding: 5px 0px;
}

.registration .registration-form .form-group label {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
    /* identical to box height, or 150% */

    letter-spacing: 0.2px;

    /* Black */

    color: #0a0a0a;
}

.registration .registration-form .form-group input,
.registration .registration-form .form-group textarea {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px;
    /* identical to box height, or 150% */

    letter-spacing: 0.2px;

    /* text-box-placeholder */

    color: #8b909e;
    background: #ffffff;
    /* text-box-stroke */

    border: 1px solid #c5c8cf;
    border-radius: 30px;
}

.registration .registration-form .form-group textarea {
    border-radius: 20px !important;
}

.registration .registration-form .form-group select {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px;
    /* identical to box height, or 150% */

    letter-spacing: 0.2px;
    color: #8b909e;
    border: 1px solid #c5c8cf;
    border-radius: 30px;
}

.box {
    padding: 0 30px 0 30px;
}

.registration.right-side {
    padding: 25px 35px;
}

.registration .sub-title p {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 16px;
    color: #0a0a0a;
}

.how-it-works ul {
    padding: 0;
    display: inline;
}

.how-it-works ul li {
    display: flex;
    list-style: none;
    align-items: center;
    padding: 5px 0px;
}

.how-it-works ul li label {
    padding-left: 15px;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    letter-spacing: 0.2px;

    /* Grey Text */

    color: #646975;
}

#verifyEmailModal .modal-content {
    justify-content: center;
    align-items: center;
    background: #ffffff;
    box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

#verifyEmailModal .modal-body {
    height: 450px;
    justify-content: center;
    display: flex;
    align-items: center;
}

#verifyEmailModal .modal-body .verify-data .title-text h2 {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 110%;
    /* identical to box height, or 44px */

    text-align: center;

    /* Black */

    color: #0a0a0a;
    margin-top: 25px;
}

#verifyEmailModal .modal-body .title-text p {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin-top: 25px;
    /* identical to box height, or 156% */

    text-align: center;
    letter-spacing: 0.2px;

    /* Grey Text */

    color: #646975;
}

#talktoExpertModal .modal-dialog,
#createAssistantModal .modal-dialog {
    width: 650px;
    border-radius: 20px;
}

#talktoExpertModal .modal-content,
#createAssistantModal .modal-content {
    background: #ffffff;
    box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

#talktoExpertModal .modal-header,
#createAssistantModal .modal-header {
    border-bottom: none;
    background: #ffffff;
    border-radius: 20px;
}

#talktoExpertModal .registration {
    padding: 40px 130px;
    box-shadow: none;
}

#createAssistantModal .registration {
    padding: 40px 70px;
    box-shadow: none;
}

#createAssistantModal .modal-dialog {
    width: 650px;
    border-radius: 20px;
}

#myTab .nav-link {
    padding: 0.5rem 2rem;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    /* identical to box height, or 150% */

    text-align: center;
    letter-spacing: 0.2px;

    /* Grey Text */

    color: #646975;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-bottom: 2px solid #009dd9;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    color: #0a0a0a !important;
}

.url-form-div {
    display: flex;
}

.url-form-div .form-group {
    flex: 1;
    margin-right: 15px;
}

.url-form-div .form-group label {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    letter-spacing: 0.2px;

    /* Black */

    color: #0a0a0a;
    margin-bottom: 5px;
}

.url-form-div .form-group input {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #8b909e;
    background: #ffffff;
    border: 1px solid #c5c8cf;
    border-radius: 30px;
    padding: 10px 25px;
}

.url-form-div .submit-btn {
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropzone {
    border: 2px dashed white;
    border-radius: 5px;
    height: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background: #f2fafd;
    border: 1px dashed #009dd9;
    border-radius: 15px;
    position: relative;
}

.dropzone:hover {
    border-color: #ccc;
}

.dropzone p {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    letter-spacing: 0.2px;

    /* Grey */

    color: #3a4750;
}

.dropzone label {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;

    letter-spacing: 0.2px;

    color: #3a4750;
}

.dropzone label span {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;

    letter-spacing: 0.2px;

    color: #009dd9;
    cursor: pointer;
}

.dropzone input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.file-list {
    margin-top: 20px;
}

.file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    background: #ffffff;
    /* Stroke */

    border: 1px solid #dedede;
    border-radius: 15px;
    padding: 15px 20px;
}

.file-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.file-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-right: 10px;
    margin-bottom: 0px;
}

.file-name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    letter-spacing: 0.2px;

    color: #000000;
}

.file-size {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #646975;
}

.close-btn {
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    line-height: 0.8;
    color: #666;
}

#LandingPage {
    height: 100vh;
    overflow: scroll;
}

#LandingPage .home_section .title {
    text-align: center;
    margin-top: 20px;
}

#LandingPage .home_section .title p {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 800;
    font-size: 56px;
    line-height: 70px;
    /* or 125% */

    text-align: center;

    /* Black */

    color: #0a0a0a;
}

#LandingPage .upload_img img {
    height: 480px;
    width: 100%;
}

#LandingPage .arrow {
    position: relative;
}

#LandingPage .arrow_img {
    position: absolute;
    left: 40%;
    top: -60px;
}

.support {
    margin: 0px 30px 40px;
}

.support .ask_button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.support .ask_button .btn {
    background: #009dd9;
    /* White */

    border: 3px solid #ffffff;
    box-shadow: 0px 20px 60px 3px rgba(0, 157, 217, 0.2);
    border-radius: 36px;
    display: flex;
    align-items: center;
    padding: 10px;
}

.support .ask_button .btn p {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    /* identical to box height, or 156% */

    letter-spacing: 0.2px;

    /* White */

    color: #ffffff;
    margin-bottom: 0px;
    padding: 10px;
}

#LandingPage .upload_title p {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    color: #0a0a0a;
    margin-bottom: 0px;
}

.how_it_works {
    background-color: #ffffff;
    padding: 100px 0px;
}

.how_it_works .section {
    padding-top: 40px;
    text-align: center;
}

.how_it_works .title p {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 800;
    font-size: 56px;
    line-height: 70px;
    /* or 125% */

    text-align: center;

    /* Black */

    color: #0a0a0a;
}

.how_it_works .image_section img {
    height: auto;
    width: 100%;
}

.how_it_works .image_title {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    color: #0a0a0a;
}

.static_to_dynamic_section {
    background: url("../img/static_to_dynamic_section.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.static_to_dynamic_section .title {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 800;
    font-size: 56px;
    line-height: 72px;
    text-align: center;
    color: #ffffff;
    padding-top: 120px;
}

.static_to_dynamic_section .sub_title {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 56px;
    /* or 140% */

    color: #ffffff;
}

.static_to_dynamic_section .description-section {
    padding-left: 50px;
    border-left: 3px solid #009dd9;
    height: 86%;
}

.static_to_dynamic_section .description {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    /* or 150% */

    letter-spacing: 0.2px;

    /* White */

    color: #ffffff;

    opacity: 0.8;
}

.questation_answer {
    background-color: #ffffff;
    padding: 100px 0px;
}

.title-img {
    text-align: center;
}

.title-img img {
    height: 475px;
    width: 100%;
}

.video-title {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    color: #0a0a0a;
}

.video-description {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #646975;
    padding: 0px 80px;
}

.call-to-action-section {
    background: url("../img/call_to_action.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 120px 0px;
}

.call-to-action-section-second {
    background: url("../img/call_to_action_second.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 120px 0px;
}

.call-to-action-section .title,
.call-to-action-section-second .title {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 800;
    font-size: 56px;
    line-height: 70px;
    text-align: center;
    color: #ffffff;
}

.call-to-action-section .call-to-action-button button,
.call-to-action-b button {
    background: #009dd9;
    border-radius: 40px;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    outline: 0;
    border: 0;
    padding: 10px 40px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #ffffff;
    box-shadow: 0px 30px 60px rgba(0, 157, 217, 0.1);
    height: 56px;
}

.data-conversations {
    background-color: #ffffff;
    padding: 120px 0px;
}

.data-conversations .title p {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 800;
    font-size: 56px;
    line-height: 70px;
    text-align: center;
    color: #0a0a0a;
    margin-bottom: 50px;
}

.data-conversations .items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    gap: 30px;
}

.data-conversations .card {
    background: #ffffff;
    border: 2px solid #bfe6f5;
    border-radius: 25px;
    padding: 20px;
}

.data-conversations .card .title p {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 120%;
    color: #0a0a0a;
    margin-bottom: 10px;
    margin-top: 10px;
}

.data-conversations .card .description p {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    /* or 156% */

    text-align: center;
    letter-spacing: 0.2px;

    /* Grey Text */

    color: #646975;
}

.integrate-tools {
    background: url("../img/integrate_tools.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 120px 0px;
    overflow-x: hidden;
}

.integrate-tools .title {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 800;
    font-size: 56px;
    line-height: 70px;
    /* or 125% */

    text-align: center;

    /* Black */

    color: #0a0a0a;
}

.industries_applications {
    background: url("../img/industries_applications.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 120px 0px;
}

.industries_applications .card {
    background: #112b3c;
    box-shadow: 0px 40px 80px rgba(0, 150, 208, 0.1);
    border-radius: 40px;
    padding: 60px;
}

.industries_applications .card-title {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 70px;
    /* or 146% */

    text-align: center;

    /* White */

    color: #ffffff;

    text-shadow: 0px 6px 50px rgba(0, 0, 0, 0.15);
}

.industries_applications .card .card-button button {
    background: #009dd9;
    border-radius: 40px;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    outline: 0;
    border: 0;
    padding: 10px 40px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #ffffff;
    box-shadow: 0px 30px 60px rgba(0, 157, 217, 0.1);
    height: 56px;
}

.industries_applications .title {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 800;
    font-size: 56px;
    line-height: 110%;
    /* identical to box height, or 62px */

    text-align: center;

    /* Black */

    color: #0a0a0a;
    margin: 100px 0px 50px 0px;
}

.industries_applications .small-card {
    background: #ffffff;
    box-shadow: 0px 5px 60px 5px rgba(0, 157, 217, 0.08);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.industries_applications .img img {
    height: 60px;
    width: auto;
}

.industries_applications .sub-title p {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    text-align: center;
    letter-spacing: 0.2px;

    /* Black */

    color: #0a0a0a;
    margin: 10px 0px;
}

.footer {
    background: #112b3c;
    border-radius: 0px;
    padding: 20px 0px;
}

.footer .copy_text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
}

.footer .copy_text p {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    letter-spacing: 0.2px;

    color: #ffffff;
    margin-bottom: 0px;
}

.social {
    text-align: right;
}

.social ul {
    display: inline;
    padding: 0;
}

.social ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 2px;
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: end;
}

/* iera dashboard */

.sidebar-menu-list {
    padding: 30px 20px;
}

.submenu .menu-items:first-child {
    margin-bottom: 5px;
}

.submenu .menu-items:not(:first-child) {
    margin-bottom: 10px;
}

.submenu .menu-items:not(:first-child) .title {
    font-size: 14px;
}

.sidebar-menu-list .submenu .menu-items:not(:first-child).active .title {
    font-size: 14px;
}

.sidebar-menu-list .submenu .menu-items img{
    width: 20px;
}

.sidebar-menu-list .menu-items {
    display: flex;
    align-items: center;
    margin: 0px 0px 15px;
    padding: 8px 15px;
    cursor: pointer;
}

.sidebar-menu-list .menu-items.active {
    background: #009dd9;
    border-radius: 10px;
    padding: 8px 15px;
    cursor: pointer;

    /* justify-content: center; */
}

.sidebar-menu-list .submenu .menu-items:nth-child(2) {
    padding-top: 10px;
    border-radius: 10px 10px 0 0;
}

.sidebar-menu-list .submenu .menu-items:last-child {
    padding-bottom: 10px;
    border-radius: 7px;
}

.sidebar-menu-list .submenu .menu-items:nth-child(2).active {
    border-radius: 10px 10px 0 0;
}

.sidebar-menu-list .submenu .menu-items:last-child.active {
    border-radius: 7px;
}

.sidebar-menu-list .submenu .menu-items.active {
    border-radius: 0;
}

.sidebar-menu-list .submenu .menu-items.active {
    color: #009dd9;
}

.sidebar-menu-list .submenu .menu-items {
    margin-bottom: 0;
}

.sidebar-menu-list .submenu .menu-items.active .title p {
    color: #009dd9;
}

.sidebar-menu-list .submenu .menu-items:not(:first-child) {
    background: #ebf9ff;
}

.sidebar-menu-list .menu-items.active .title {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #ffffff;
    padding: 0px 0px 0px 10px;
    cursor: pointer;
}

.sidebar-menu-list .menu-items .title {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #0a0a0a;
    padding: 0px 0px 0px 10px;
    cursor: pointer;
    width: 100%;
}

.sidebar-menu-list .menu-items .title p {
    margin-bottom: 0px;
    color: #0a0a0a;
    position: relative;
    top: 1px;
}

.sidebar-menu-list .menu-items.active .title p {
    color: #fff;
}

.dashboard-contain .title h3 {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 800;
    /* font-size: 32px; */
    /* line-height: 120%; */
    text-align: center;
    color: #0a0a0a;
}

.dashboard-contain .description {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #646975;
    padding: 0px 50px;
    margin: 0 auto;
}

.dashboard-contain .timeline {
    background: #ffffff;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    padding: 35px;
}

.dashboard-contain .timeline .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.three-points {
    padding: 60px 0px 0px;
}

.first-points {
    display: flex;
    align-items: center;
}

.first-points .icon {
    height: 80px;
    width: 80px;
}

.first-points .icon img {
    height: 80px;
    width: 80px;
}

.first-points .title {
    margin-left: 25px;
}

.first-points .header-title {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #0a0a0a;
    margin-bottom: 5px;
    text-align: left;
}

.first-points .header-description {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #646975;
    margin-bottom: 0px;
}

.icon-title {
    background: #ffffff;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    padding: 40px;
    display: flex;
    align-items: center;
}

.six-points .icon-title {
    padding: 20px 40px;
}

.icon-title .icon img {
    height: 50px;
}

.capabilities {
    background: #ffffff;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    padding: 30px 30px 0px;
    height: 100%;
}

.capabilities .title {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.2px;
    color: #0a0a0a;
    text-align: left;
}

.capabilities .items {
    display: flex;
}

.capabilities .items ul {
    padding: 0;
}

.capabilities .items ul li {
    list-style: none;
}

.capabilities .items ul li .cap-items {
    display: flex;
    margin: 18px 0px;
    border-bottom: 1px solid #dedede;
    padding: 10px 0px;
}

.capabilities .items ul li .cap-items .icon {
    display: flex;
    align-items: center;
}

.capabilities .items ul li .cap-items .description {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #0a0a0a;
    padding: 0px;
    text-align: left;
    margin-left: 20px;
}

.capabilities .items ul li .cap-items .description p {
    margin-bottom: 0;
}

.six-points .icon-title .title {
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.icon-title .title {
    margin-left: 30px;
}

.icon-title .title .six-points-title {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #0a0a0a;
    margin-bottom: 5px;
    text-align: left;
}

.icon-title .title .six-points-description {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    letter-spacing: 0.2px;
    color: #646975;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

.capabilities .title p {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.2px;
    color: #0a0a0a;
}

.frequestaion {
    background: #ffffff;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    padding: 30px;
    margin: 0px 0px 15px;
}

.frequestaion .header {
    display: flex;
    align-items: center;
}

.frequestaion .title {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 120%;
    text-align: left;
    color: #0a0a0a;
    flex: 1;
}

.frequestaion .title p {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #0a0a0a;
    margin-bottom: 10px;
}

.frequestaion .button img {
    height: 16px;
}

.frequestaion .button {
    display: flex;
    border: 1px solid #009dd9;
    border-radius: 8px;
    align-items: center;
    padding: 5px 15px;
}

.frequestaion .button .text {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #0a0a0a;
    position: relative;
    top: 2px;
    padding-left: 5px;
}

.frequestaion .button p {
    margin-bottom: 0px;
}

.frequestaion-items .items-list {
    background: #f2fafd;
    border-radius: 10px;
    display: flex;
    margin: 8px 0px;
    padding: 10px 5px;
}

.frequestaion-items .items-list .list {
    padding: 0px 10px;
    margin-bottom: 0px;
    position: relative;
    top: 0px;
    font-size: 12px;
    line-height: 18px;
}

.frequestaion-items .items-list .description {
    padding: 0px 0px;
    text-align: left;
    margin: 0;
    line-height: 18px;
    color: #0a0a0a;
    font-size: 13px;
}

.frequestaion-items .items-list .list {
    font-weight: bold;
    font-size: 14px;
}

.frequestaion .view_all {
    text-align: center;
    color: #009dd9;
    font-weight: 600;
    margin-top: 10px;
}

.frequestaion .view_all a {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #009dd9;
    text-decoration: none;
    text-align: center;
}

.buttons .nav {
    background: #f2fafd;
    border: 1px solid #f1f1f5;
    border-radius: 8px;
    width: auto;
    padding: 3px 4px;
    margin: 0px 0px 5px;
}

.buttons .nav-pills .nav-link {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */

    text-align: center;
    letter-spacing: 0.2px;

    /* Black */

    color: #0a0a0a;
}

.nav-pills .nav-link.active {
    background: #009dd9 !important;
    box-shadow: 0px 2px 6px rgba(146, 146, 157, 0.07);
    border-radius: 8px;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */

    text-align: center;
    letter-spacing: 0.2px;

    /* White */

    color: #ffffff;
}

.charts {
    background: #ffffff;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    padding: 30px;
}

.charts .header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.charts .header .title {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.2px;
    color: #0a0a0a;
    flex: 1;
    text-align: left;
}

.charts .header .title p {
    margin-bottom: 0px;
    padding: 5px 0px;
}

.dashboard-contain {
    margin-bottom: 100px;
    /* margin-top: 60px; */
}

.assistant {
    overflow-x: hidden;
}

.assistant .create {
    background: #ffffff;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    text-align: center;
    padding: 15px;
    height: auto;
    min-height: 240px;
    cursor: pointer;
    margin-bottom: 30px;

}

.assistant .create.coming-soon .new {
    position: relative;
}

.assistant .create.coming-soon .new::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 18px;
}

.assistant .create.coming-soon .new span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 25px;
    letter-spacing: 0.2px;
    line-height: 30px;
    display: block;
    font-weight: 700;
    white-space: nowrap;
}

.assistant .new {
    background: #e6f6fc;
    border-radius: 18px;
    padding: 20px 10px;
    height: auto;
    min-height: 160px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.assistant .icon {
    padding-bottom: 0px;
}

.assistant .new .icon img {
    height: auto;
    width: 105px;
}

.assistant .new-last {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 0 0;
}

.assistant .new-last .icon {
    padding-bottom: 0;

}

.assistant .new-last .title h4 {
    margin-bottom: 0;
    line-height: 26px;
    font-size: 18px;
    color: #0A0A0A;
}

.assistant .deletebox .icon {
    padding-bottom: 0;
    width: 40px;
    height: 40px;
    min-width: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid #eb5757;
    border-radius: 6px;
    display: flex;
}

.assistant .heartbox .icon {
    padding-bottom: 0;
    width: 40px;
    height: 40px;
    min-width: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid #146C94;
    border-radius: 6px;
    display: flex;
}

.assistant .heartbox .icon a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.assistant .heartbox .lead {
    border: 1px solid #11b149;
}

.assistant .deletebox {
    display: flex;
    justify-content: flex-end;
}

.assistant .new .title {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
    text-align: center;
    color: #0a0a0a;
}

.assistant .new .title h4 {
    font-weight: 700;
    line-height: 1.4;
}

.assistant .created {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.05);
    height: 99%;
    padding: 25px;
}

.assistant .created hr {
    height: 2px;
    background: #efefef;
    border: 0;
    opacity: 1;
    margin: 15px 0 20px !important;
}

.assistant .created .title h4 {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #0a0a0a;
    text-align: left;
    margin-bottom: 5px;
    min-height: 55px;
}

.assistant .number-details .left .icon img {
    width: 40px;
}

.assistant .created .left {
    display: flex;
    padding: 5px 0px;
    align-items: center;
}

.assistant .created .details {
    padding-left: 15px;
}

.assistant .number-details {
    margin-top: 0px;
    display: flex;
    align-items: center;
}

.assistant .created .details .number {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 5px;
    color: #0a0a0a;
}

.assistant .created .details .text {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    /* identical to box height, or 150% */

    letter-spacing: 0.2px;
    margin-bottom: 0;

    /* Grey Text */

    color: #646975;
}

.assistant ul.icon-lists {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.assistant ul.icon-lists li:last-child {
    margin-right: 0;
}

.assistant ul.icon-lists .icon {
    margin-right: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #009dd9;
}

.assistant ul {
    padding: 0;
    display: inline;
}

.assistant ul li {
    display: inline-block;
    list-style: none;
    margin-right: 5px;
}

.assistant .number-details .icon {
    padding-bottom: 0px;
    width: 60px;
    min-width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #bfe6f5;
    border-radius: 10px;
}

.assistant ul li .loadbox {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 157, 217, 0.05);
    border: 1px solid #009dd9;
    border-radius: 8px;
    padding: 5px;
    margin: 5px 0px;
}

.assistant ul li .chatbox,
.action ul li .chatbox {
    background: rgba(33, 150, 83, 0.05);
    border: 1px solid #219653;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin: 5px 0px;
}

.assistant ul li .deletebox,
.action ul li .deletebox {
    background: rgba(235, 87, 87, 0.05);
    border: 1px solid #eb5757;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin: 5px 0px;
}

.assistant ul li .icon,
.action ul li .icon {
    margin-bottom: 0;
    margin-right: 5px;
    padding: 0px;
}

.assistant ul li .loadbox .icon img,
.assistant ul li .chatbox .icon img,
.assistant ul li .deletebox .icon img {
    height: 15px;
}

.assistant ul li .text,
.action ul li .text {
    margin-bottom: 0px;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.2px;
    color: #0a0a0a;
    position: relative;
    top: 2px;
}

.info_source {
    padding: 0px 10%;
    margin: 0 auto 10px;
}

.info_source .charts .header {
    box-shadow: none;
}

.info_source .charts .details img {
    height: 100%;
    width: 100%;
}

.info_source .header {
    background: #ffffff;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    padding: 15px 24px;
}

.info_source .header .info_logo {
    width: 60px;
}

.info_source .header .info_logo img {
    height: 50px;
    width: auto;
}

.info_source .title-description {
    width: 70%;
    text-align: left;
    display: flex;
    flex-direction: row;
}

.info_source .action {
    width: 23%;
    justify-content: flex-end;
}

.info_source .action ul {
    display: inline;
    padding: 0;
}

.info_source .action ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 4px;
}

.info_source .title-description .title {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.2px;
    color: #646975;
    margin-bottom: 5px;
    text-align: left;
}

.info_source .title-description h5 {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 800;
    /* font-size: 32px;
    line-height: 120%; */
    color: #0a0a0a;
    text-align: left;
    padding: 0px;
}

.info_source_details {
    background: #ffffff;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    padding: 30px;
}

.source-items .img-icon svg.active path {
    fill: #009dd9;
}

.source-items .img-icon svg {
    height: auto;
    width: 30px;
}

.source-items .img-icon {
    display: flex;
    align-items: center;
}

.info_source_details p {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.2px;
    color: #0a0a0a;
    margin-bottom: 0px;
}

.info_source_details .upload-file-list p {
    color: #646975;
    margin-top: 30px;
    font-size: 13px;
}

.source-items.selected {
    background: #ffffff;
    border: 1.5px solid #009dd9;
    border-radius: 10px;
    display: flex;
    padding: 10px 15px;
    align-items: center;
    height: 100%;
}

.source-items {
    background: #ffffff;
    border: 1px solid #c5c8cf;
    border-radius: 10px;
    display: flex;
    padding: 10px 15px;
    height: 100%;
    cursor: pointer;
    max-height: 56px;
    min-height: 56px;
}

.source-items img {
    height: 21px;
    width: auto;
}

.source-items .title {
    display: flex;
    padding-left: 15px;
    align-items: center;
}

.source-items .title p {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.2px;

    /* Grey Text */

    color: #646975;
    text-transform: capitalize;
}

.source-items.selected .title p {
    color: #009dd9;
}

.selected-source .title {
    text-align: center;
}

.selected-source .registration-form .managedata-textbox .load-source button {
    margin-top: 0;
    min-width: max-content;
    margin-left: 10px;
}

.selected-source .upload-file-list .rwd-table.website-crawlet-table tr td:nth-child(5) {
    text-align: center;
}

.selected-source .upload-file-list .rwd-table.website-crawlet-table tr th:nth-child(5) {
    text-align: center;
}

.selected-source .upload-file-list .rwd-table tr th:last-child,
.selected-source .upload-file-list .rwd-table tr td:last-child {
    text-align: center;
}

.upload-file-list.crowded-table {
    overflow-y: scroll;
}

.selected-source .registration-form .managedata-textbox {
    display: flex;
    align-items: center;
}

.selected-source .upload-file-list .rwd-table {
    width: 100%;
    border-radius: 15px;
    margin-top: 10px;
}

.selected-source .upload-file-list .rwd-table .icon-filename {
    display: flex;
    align-items: center;
    gap: 13px;
}

.selected-source .upload-file-list .rwd-table .icon-filename span {
    display: block;
}

.selected-source .upload-file-list .rwd-table .icon-filename svg path {
    fill: #009dd9;
}

.selected-source .upload-file-list .rwd-table tr:first-child {
    background: #3a4750;
}

.selected-source-main {
    background: #ebf9ff;
    border-radius: 15px;
    padding: 30px;
    margin-top: 20px;
}

.registration-form.fileupload-form {
    display: flex;
    align-items: center;
}

.registration-form.fileupload-form .form-group {
    width: 100%;
}

.registration-form.fileupload-form .form-group .custom-delete-icon {
    margin-left: 10px;
}

.registration-form.fileupload-form .load-source button {
    margin-top: 0;
    margin-left: 3px;
    min-width: max-content;
}

.selected-source .upload-file-list .rwd-table tbody tr th,
.selected-source .upload-file-list .rwd-table tbody tr td {
    position: relative;
    white-space: nowrap;
}

.selected-source .rwd-table tbody tr th:first-child,
.selected-source .rwd-table tbody tr td:first-child {
    padding-left: 30px !important;
}

.selected-source .upload-file-list .rwd-table tbody tr td svg, .selected-source .upload-file-list .rdt_Table svg {
    width: 22px;
    height: auto;
}

.selected-source .upload-file-list .rdt_Table svg path{
    fill:#009dd9;
}
.selected-source .upload-file-list .rdt_Table .rdt_TableCell:last-child svg path, .selected-source .rdt_Table .rdt_TableCol:last-child svg path{
  fill: #eb6464;
}



.selected-source .upload-file-list .rdt_Table svg.fa-trash{
    width: 16px;
}

.selected-source .upload-file-list .rwd-table tbody tr td:last-child svg {
    width: 14px;
    height: auto;
}

.selected-source {
    max-width: 92%;
    margin: 0 auto;
}

.selected-source .registration-form textarea {
    height: 80px;
    border-radius: 5px;
    padding: 9px 20px;
    font-size: 13px;
    color: #8b909e;
}

.selected-source .registration-form~.col-form-label textarea {}

.selected-source .registration-form textarea::placeholder {
    color: #646975 !important;
}

.selected-source .registration-form textarea::-webkit-input-placeholder {
    color: #646975 !important;
}

.selected-source .title h3 {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #0a0a0a;
}

.selected-source .form-check-label {
    font-size: 13px;
}

.load-source button {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height, or 156% */

    text-align: center;
    letter-spacing: 0.2px;

    /* White */

    color: #ffffff;
    background: #009dd9;
    border-radius: 45px;
    outline: 0;
    border: 0;
    padding: 12px 30px;
    margin-top: 18px;
}

.selected-source-main .load-source .alert-danger {
    border: 0;
    padding: 5px 10px;
    font-weight: 600;
    color: #000;
}

.selected-source input[type="text"] {
    background: #ffffff;
    border: 1px solid #c5c8cf;
    border-radius: 30px;
    padding: 10px 20px;
    width: 100%;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #8b909e;
}

.rounded2l {
    border-radius: 25px 0px 0px 25px;
}

.rounded2r {
    border-radius: 0px 25px 25px 0px;
}

.rounded4 {
    border-radius: 25px;
}

.selected-source input[type="file"] {
    display: none;
}

.selected-source .custom-file-input {
    width: calc(100% - 60px);
}

.custom-file-input {
    position: relative;
    overflow: hidden;
    display: inline-block;
    background: #ffffff;
    border: 1px solid #c5c8cf;
    border-radius: 46px;
    width: 100%;
    padding: 10px 20px;
    height: 46px;
    font-size: 13px;
    cursor: pointer;
}

.custom-file-input input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    font-size: 100px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.custom-file-input::before {
    content: attr(data-placeholder);
    display: inline-block;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #8b909e;
    padding-left: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    white-space: nowrap;
}

.custom-file-input::after {
    content: "Upload Files";
    display: inline-block;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #0a0a0a;
    padding-left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    right: 5px;
    border: 1px solid #009dd9;
    border-radius: 36px;
    height: 34px;
    line-height: 33px;
    padding: 0 16px;
    background: #e6f6fc;
}

.custom-delete-icon {
    height: 42px;
    line-height: 42px;
    border-radius: 42px;
    background: #eb5757;
    color: #fff;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.custom-file-button {
    display: inline-block;
    background: #e6f6fc;
    /* Blue */

    border: 1px solid #009dd9;
    border-radius: 28px;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    /* identical to box height, or 157% */

    text-align: center;
    letter-spacing: 0.2px;

    /* Black */

    color: #0a0a0a;
    padding: 10px 24px;
    text-align: center;
    position: absolute;
    right: 10px;
}

.registration-form .custom-file-input .uploaded-file-span {
    top: 0 !important;
    background: #f7f7f7;
    border-radius: 15PX;
    padding: 5px 10px;
    white-space: nowrap;
    display: block;
    border: 1px solid #ccc;
    font-size: 11px;
}
.registration-form .custom-file-input .uploaded-file-span svg {
    width: 11px;
    display: inline-flex;
    margin-left: 6px;
    height: auto;
}
.registration-form.fileupload-form .custom-file-input{
    display: flex;
    align-items: center;
    gap: 5px;
}

.custum-i-file-lists{
    width: calc(100% - 112px);
    display: flex;
    gap: 6px;
    overflow-x: auto;
    scrollbar-width: none;

}
.registration-form.fileupload-form .custom-file-input label{
    position: absolute;
    right: 0;
    width: 118px;
    height: 100%;
    z-index: 1;
}


.custom-delete-icon svg path {
    fill: #fff;
}

.upload-file-list ul {
    padding: 0;
}

.upload-file-list ul li {
    list-style: none;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(222, 222, 222, 0.5);
    padding-bottom: 10px;
    margin: 20px 0px;
}

.upload-file-list ul li .upload_file_icon {
    width: 10%;
    text-align: left;
}

.upload-file-list ul li .name_file {
    width: 80%;
    text-align: left;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    letter-spacing: 0.2px;

    /* Black */

    color: #0a0a0a;
}

.upload-file-list .rwd-table tr,
.upload-file-list .rwd-table {
    background: #fff;
}

.upload-file-list .rwd-table tr:nth-child(odd):not(:first-child) {
    background: #fff;
}

.upload-file-list .rwd-table tr:last-child {
    border: 0;
}

.upload-file-list ul li .cancel_icon {
    width: 10%;
}

.chat_screen {
    overflow-y: auto;
    padding: 10px;
    overflow-x: hidden;
    width: 100%;
}

.chat-message {
    display: flex;
    align-items: baseline;
    /* margin-bottom: 10px; */
    padding: 20px 25px;
    border-bottom: 1px solid #e0f3fa;
}

.user-message {
    align-self: flex-end;
}

.bot-message {
    align-self: flex-start;
}

.chat_details {
    background: #ffffff;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    padding: 15px 0 0;
}

.info_source .chat_details .chat-message {
    align-items: center !important;
}

.info_source .chat_details .chat-message.user-message:first-child {
    align-items: center !important;
}

.info_source .chat_details .chat-input {
    margin-top: 50px;
}

.info_source .chat_details .chat-message.user-message.last-message {
    border-bottom: 1px solid #e0f3fa !important;
}

/* .info_source .chat_details .chat-message.user-message.last-message {
  align-items: flex-start !important;
} */

.info_source .chat_details .message-text {
    margin-top: 0;
}

/* User icon */
.user-icon-chat img {
    width: 40px;
    height: 40px;
    margin-left: 0px;
    margin-right: 10px;
}

.message-text {
    padding-left: 15px;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 156% */

    letter-spacing: 0.2px;

    /* Black */

    color: #0a0a0a;
}

.message-text p {
    margin-bottom: 0px;
}

.message-text {
    margin-top: 10px;
}

/* .message-text  ul {
    padding: 0;
    display: inline;
}
.message-text  ul li{
    list-style: none;
    display: inline-block;
    margin-right: 10px;
} */
.message-text ul li p {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: #009dd9;
    background: #ffffff;
    border: 1px solid #009dd9;
    border-radius: 8px;
    padding: 7px 15px;
}

.chat-input .porwered-by {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: #646975;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
}

.chat-input .porwered-by a {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.2px;
    text-decoration-line: underline;
    color: #009dd9;
}

.chat-input {
    margin-top: 100px;
}

.info_source .document_loading {
    background: #ffffff;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    padding: 10px 30px;
}

.document_loading .items:not(:last-child) {
    border-bottom: 1px solid #dedede;
}

.document_loading .items {
    margin: 1px 0px;
    padding: 15px 5px;
}

.document_loading .items:last-child {
    border-bottom: 0 !important;
}

.document_loading .items .left-title p {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.2px;
    color: #0a0a0a;
    margin-bottom: 0px;
}

.document_loading .items .form-control:disabled {
    background: #ffffff;
}

.document_loading .items input[type="text"].bg-color {
    background-color: #fff;
}

.document_loading .items input[type="text"].font-color {
    background-color: #3a3a3a;
}

.document_loading .items input[type="text"].button-color {
    background-color: #146c94;
}


.document_loading .items input[type="text"] {
    background: #ffffff;
    border: 1px solid #c5c8cf;
    border-radius: 30px;
    padding: 10px 25px;
    width: 100%;
    max-width: 544px;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #646975;
}

.document_loading .items input[type="text"]:focus,
.document_loading .items input[type="text"]:active {
    border: 1px solid #009dd9 !important;
    outline: none !important;
    color: #009dd9 !important;
    font-weight: 600;
}

.document_loading .switch {
    display: flex;
    justify-content: flex-end;
}

.document_loading .form-check-input:checked {
    background-color: #009dd9;
    border-color: #009dd9;
}

.document_loading input[type="radio"]:checked,
.document_loading input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

table.rwd-table td img.trash-icon {
    width: 20px;
    cursor: pointer;
}

.document_loading input[type="radio"]:checked+label,
.document_loading input[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: normal;
    height: 18px;
    display: inline-block;
    align-items: center;
    letter-spacing: 0.2px;

    color: #191a1b;
}

.document_loading input[type="radio"]:checked+label:before,
.document_loading input[type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #009dd9;
    border-radius: 100%;
    background: #fff;
}

.document_loading input[type="radio"]:checked+label:after,
.document_loading input[type="radio"]:not(:checked)+label:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #009dd9;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 0;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.document_loading input[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.document_loading input[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.document_loading .items ul {
    padding: 4px 0;
    display: inline-flex;
    text-align: end;
    margin: 0;
    max-width: 544px;
    width: 100%;
}

.document_loading .items ul li:last-child {
    margin-right: 0;
}

.document_loading .items ul li {
    list-style: none;
    display: inline-block;
    width: auto;
    margin-right: 20px;
    width: 30.33%;
}

.action-btn {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0px;
    gap: 10px;
}

.action-btn button {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #ffffff;
    background: #009dd9;
    border-radius: 36px;
    outline: 0;
    border: 0;
    padding: 14px 22px;
    width: 150px;
}

.action-btn .reset_btn button {
    background: transparent;
    color: #009dd9;
    border: 1px solid #009dd9;
}

.carousel-item {
    text-align: center;
}

.carousel-item p {
    margin-bottom: 0px;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    color: #0a0a0a;
}

.tab-filter {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 20px;
}

.filter_data {
    margin: 20px 0px;
}

.filter_data .left-filter {
    display: flex;
    align-items: center;
}

.slider_month {
    width: 30%;
}

.dropdown.filter button {
    background: #f2fafd;
    border: 1px solid #009dd9;
    border-radius: 8px;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.2px;
    color: #009dd9;
    outline: 0;
    padding: 10px;
}

.carousel-control-next-icon {
    background-image: url("../img/images/right_arrow_slider.html");
    height: 18px;
}

.carousel-control-prev-icon {
    background-image: url("../img/images/left_arrow_slider.html");
    height: 18px;
}

.document_loading textarea {
    width: 100%;
    border-radius: 15px;
    padding: 5px;
    border: 0.5;
    outline: 0;
    max-width: 544px;
    margin-left: auto;
    padding: 10px 20px;
    font-size: 13px;
    color: #646975;
    font-weight: 400;
}

.document_loading textarea:active,
.document_loading textarea:focus {
    border: 1px solid #009dd9 !important;
    outline: none !important;
    box-shadow: none !important;
    font-weight: 600;
    color: #009dd9;
}

.document_loading textarea::placeholder {
    --tw-text-opacity: 1 !important;
    color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}

.document_loading textarea::-webkit-input-placeholder {
    --tw-text-opacity: 1 !important;
    color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}

.document_loading textarea:-webkit-input-placeholder {
    --tw-text-opacity: 1 !important;
    color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}

.document_loading textarea:-moz-input-placeholder {
    --tw-text-opacity: 1 !important;
    color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}

.document_loading textarea::-moz-input-placeholder {
    --tw-text-opacity: 1 !important;
    color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}

.document_loading textarea:-ms-input-placeholder {
    --tw-text-opacity: 1 !important;
    color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}

.registration-form .form-select {
    border-radius: 50px;
    padding: 10px 15px;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
}

.form-check {
    display: block;
    margin-bottom: 15px;
    position: relative;
}

.form-check input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
    position: relative;
}

.form-check label {
    padding: 0px;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
}

.form-check label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #009dd9;
    padding: 7px;
    display: inline-block;
    /* position: relative; */
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    margin-top: 0px;
    border-radius: 2px;
}

.form-check input:checked+label:before {
    background-color: #009dd9;
}

.form-check input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 29px;
    width: 5px;
    height: 11px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* navbar */

.nav_help {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #009dd9;
    border-radius: 8px;
    height: 38px;
    line-height: 38px;
    padding: 5px 10px;
}

.nav_help .icon {
    display: flex;
    align-items: center;
}

.nav_help .icon img {
    height: 16px;
}
.nav_help .title{
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 5px;
}
.nav_help .title p {
    margin-bottom: 0;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.2px;
    color: #0a0a0a;
    line-height: inherit;
}

.version p {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.2px;
    color: #009dd9;
    margin-bottom: 0px;
    padding: 8px 15px;
}

.nav_help.dropdown{
    color: #009dd9;
    border: 1px solid #009dd9;
}

.version {
    background: #e6f6fc;
    border-radius: 20px;
}

.navbar_items {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navbar_items ul {
    padding: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.navbar_items ul .version {
    height: 38px;
    line-height: 38px;
    display: inline-block;
    padding: 0px;
}

.navbar_items ul .version p {
    padding: 0 15px;
    line-height: inherit;
    white-space: nowrap;
}

.navbar_items ul li {
    display: inline-block;
    list-style: none;
    padding: 0px 6px;
}

.navbar_items ul li .user_details {
    display: flex;
    align-items: center;
}

.header_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}
.header-right .dropdown-menu{
    position: absolute;
    right: -10px;
    left: auto;
    padding: 0;
    margin-top: 20px;
}
.header-right .dropdown-menu .dropdown-item{
    display: flex;
    align-items: center;
    gap: 10px;
}

.user_details .dropdown .btn-secondary {
    color: #0a0a0a;
    background-color: transparent;
    border: none;
    outline: 0;
}

.user_details .dropdown .btn-secondary:focus {
    outline: 0;
    border: 0;
}

.menu_items_collapase ul li {
    list-style: none;
}

.menu_items_collapase ul li p {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    /* identical to box height, or 157% */

    letter-spacing: 0.2px;

    /* Black */

    color: #0a0a0a;
    list-style: none;
    margin-bottom: 6px;
}

.menu_items_collapase ul li p.active {
    color: #009dd9;
}

.footer-card {
    position: relative;
}

.footer-card img {
    height: 180px;
    width: 100%;
}

.footer-card .tag {
    position: absolute;
    top: 50px;
    left: 50px;
    display: flex;
    align-items: center;
}

.footer-card .tag p {
    background: #415563;
    border-radius: 30px;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height, or 150% */

    letter-spacing: 0.2px;

    /* White */

    color: #ffffff;
    margin-bottom: 0px;
    padding: 10px 15px;
    text-transform: capitalize;
}

.footer-card .text {
    position: absolute;
    top: 100px;
    left: 50px;
}

.footer-card .text h3 {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 800;
    color: #ffffff;
}

.sidebar_mobile_sidebar .sidebar-menu-list {
    padding: 20px 10px;
}

.sidebar_mobile_sidebar .sidebar-menu-list .menu-items.active {
    padding: 13px 16px;
}

.sidebar_mobile_sidebar .menu-items ul {
    padding: 0;
}

.sidebar_mobile_sidebar .menu-items ul li {
    list-style: none;
    display: block;
    margin: 10px 0;
    cursor: pointer;
}

.top-header .btn {
    display: none;
}

@media (max-width: 599px) {
    .selected-source .upload-file-list .rwd-table tbody tr td {
        display: flex;
    }

    .selected-source .rwd-table tbody tr th:first-child,
    .selected-source .rwd-table tbody tr td:first-child {
        padding-left: 13px !important;
    }

    .selected-source .upload-file-list .rwd-table.website-crawlet-table tr td:nth-child(5) {
        text-align: left !important;
    }

    .selected-source .upload-file-list .rwd-table tr th:last-child,
    .selected-source .upload-file-list .rwd-table tr td:last-child {
        text-align: left !important;
    }
}

/*
Mobile responsive

*/

@media (max-width: 576px) {

    .home_section .title label,
    .how_it_works .title label,
    .static_to_dynamic_section .title label {
        padding: 0px 0px 11px 0px !important;
    }

    .data-conversations .title label,
    .industries_applications .title label {
        padding: 0px 0px 25px 0px !important;
    }

    .integrate-tools .title label {
        padding: 0px 0px 16px 0px !important;
    }

    .navbar .top-header {
        padding-left: 0px;
    }

    .top-header .btn {
        display: block;
    }

    /* .top-header .btn{
        color: #000000;
        background-color: #000000;
    } */

    #LandingPage .home_section .title p {
        font-size: 21px;
        line-height: 33px;
    }

    #LandingPage .arrow_img {
        display: none;
    }

    #LandingPage .upload_img img {
        height: auto;
    }

    .how_it_works .image_section img {
        height: auto;
        width: 175px;
    }

    .how_it_works .title p {
        font-size: 40px;
        line-height: 40px;
    }

    .how_it_works .section {
        padding-top: 5px !important;
    }

    .how_it_works {
        padding: 50px 0px;
    }

    .how_it_works .image_title {
        font-size: 24px;
        line-height: 25px;
    }

    .static_to_dynamic_section .title {
        font-size: 21px;
        line-height: 30px;
        padding-top: 40px;
    }

    .static_to_dynamic_section .sub_title {
        font-size: 30px;
        line-height: 35px;
    }

    .title-img img {
        height: auto;
    }

    .video-title {
        font-size: 20px;
        line-height: 15px;
    }

    .video-description {
        padding: 0px 10px;
    }

    .call-to-action-section {
        padding: 50px 0px;
    }

    .call-to-action-section img {
        height: auto;
        width: 150px;
    }

    .industries_applications .title {
        font-size: 21px;
        line-height: 30px;
    }

    .call-to-action-section .title,
    .call-to-action-section-second .title,
    .data-conversations .title p {
        font-size: 21px;
        line-height: 23px;
    }

    .data-conversations,
    .industries_applications {
        padding: 50px 0px;
    }

    .data-conversations .items {
        display: grid;
        grid-template-columns: repeat(1, minmax(300px, 1fr));
        gap: 30px;
    }

    .data-conversations .card .title p {
        font-size: 25px;
        line-height: 100%;
    }

    .call-to-action-section-second img {
        height: auto;
        width: 270px;
    }

    .integrate-tools .title {
        font-size: 18px;
        line-height: 36px;
    }

    .integrate-tools {
        padding: 40px 0px;
    }

    .call-to-action-section-second {
        padding: 40px 0px;
    }

    .industries_applications .card {
        padding: 30px;
    }

    .industries_applications .card-title {
        font-size: 18px;
        line-height: 29px;
    }

    .social {
        text-align: center;
        margin: 10px 0px;
    }

    .footer .home-logo {
        text-align: center;
        margin: 10px 0px;
    }

    .support .ask_button {
        justify-content: center;
    }

    .info_source_details {
        padding: 20px;
    }
}

html {
    overflow-y: scroll;
}

body {
    padding-top: 50px;
}

.navbar-fixed-top {
    border: 0;
}

/* Hide for mobile, show later */
.sidebar {
    display: none;
}

.sidebar {
    background: #fdfefe;
    box-shadow: 5px 0px 20px rgba(208, 215, 228, 0.1);
}

.sidebar .logo {
    height: 70px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    position: fixed;
    top: 0;
    left: 0;
    width: 282px;
    background: #fff;
}

@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 0px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 0 !important;

        /* Scrollable contents if viewport is shorter than content. */
        box-shadow: 0px 5px 20px rgba(208, 215, 228, 0.2);
        border-right: 1px solid #dedede;
        width: 282px !important;
    }

    .sidebar-menu-list {
        overflow-x: hidden;
        overflow-y: auto;
        height: calc(100% - 69px);
        margin-top: 69px;
    }

    .navbar .top-header {
        display: none;
    }
}

@media (min-width: 768px) {
    .main {
        padding-right: 30px !important;
        padding-left: 315px !important;
    }
}

.main .page-header {
    margin-top: 0;
}

/* Sidebar navigation */
.nav-sidebar {
    margin-right: -21px;
    /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
}

.nav-sidebar>li>a {
    padding-right: 20px;
    padding-left: 20px;
}

.nav-sidebar>.active>a,
.nav-sidebar>.active>a:hover,
.nav-sidebar>.active>a:focus {
    color: #fff;
    background-color: #428bca;
}

@media (max-width: 768px) {
    .navbar {
        width: 100% !important;
        left: 0px !important;
    }
}

.registration input[type="email"],
.registration input[type="password"],
.registration input[type="text"],
.registration select,
input#otp {
    border-radius: 30px;
    border-color: #c5c8cf;
    height: 46px;
}

.registration .registration-form .reg-input-box {
    margin-bottom: 15px;
}

.custom-page-note {
    height: 30px;
    background: #ffd780;
    line-height: 30px;
    margin-top: 10px;
    position: relative;
    top: -6px;
}

.custom-page-note.campaign-history-note{
  position: relative;
  top: 2px;
  margin: 0;
  overflow: hidden;
}

.custom-page-note:before {
    width: 150px;
    content: "";
    left: -150px;
    top: 0;
    background: #ffd780;
    position: absolute;
    height: 100%;
}

.custom-page-note:after {
    width: 150px;
    content: "";
    right: -150px;
    top: 0;
    background: #ffd780;
    position: absolute;
    height: 100%;
}

.js-plotly-plot {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.05);
    width: 100%;
    padding: 0px 45px;
}

.dashboard-contain .g-4.assistant {
    padding-bottom: 30px;
}

.dashboard-contain .title-header {
    margin: 35px 0 35px;
}

.create-assistance-popup {
    padding-left: 0 !important;
}

.create-assistance-popup button.close {
    background: transparent !important;
    border: 0;
    color: rgb(0, 157, 217);
    font-size: 32px;
    font-weight: 500;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 5px;
}

.create-assistance-popup .modal-title {
    text-align: center;
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 26px;
}

.create-assistance-popup .modal-header {
    border: 0;
}

.create-assistance-popup .modal-header,
.create-assistance-popup .modal-body {
    padding: 0;
}

.create-assistance-popup .modal-content {
    padding: 40px 50px;
    border-radius: 20px;
}

.create-assistance-popup .form-control {
    border-radius: 30px;
    padding: 10px 20px;
    height: 46px;
    color: #646975;
}

.create-assistance-popup select.form-control {
    padding: 0px 10px;
    height: auto;
    outline: none;
    box-shadow: none;
}

.create-assistance-popup .assistance-name-box {
    margin-bottom: 20px;
}

.create-assistance-popup .assistance-name-box .form-label {
    color: #0a0a0a;
}

.create-assistance-popup .select-box {
    position: relative;
    padding: 0;
    height: auto;
}

.create-assistance-popup .select-box svg {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    width: 19px;
}

.create-assistance-popup .submit-btn {
    margin-top: 50px;
}

.create-assistance-popup .submit-btn button {
    padding: 10px 35px;
    border-radius: 46px;
    border: 1px solid rgb(0, 157, 217);
    margin-top: 18px;
    font-size: 14px;
    font-weight: 500;
}

.create-assistance-popup .submit-btn button:hover,
.create-assistance-popup .submit-btn button:focus {
    color: rgb(0, 157, 217);
    border: 1px solid rgb(0, 157, 217);
    background: transparent;
}

.confirmation-popup .modal-content {
    padding: 40px;
    border-radius: 20px;
}

.confirmation-popup .modal-title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 26px;
}

.confirmation-popup .modal-body {
    text-align: center;
    font-weight: 500;
}

.confirmation-popup .modal-footer {
    margin: 0 auto;
    border: 0;
    justify-content: center;
    padding-bottom: 0;
}

.confirmation-popup .modal-header {
    justify-content: center;
    border: 0;
    padding: 0;
}

.confirmation-popup .modal-footer .btn {
    background: rgb(0, 157, 217);
    border-radius: 46px;
    padding: 10px 40px;
    margin: 0 8px;
}

.confirmation-popup .modal-footer .btn:first-child:hover,
.confirmation-popup .modal-footer .btn:first-child:focus {
    color: rgb(0, 157, 217);
    border: 1px solid rgb(0, 157, 217);
    background: transparent;
}

.confirmation-popup .modal-footer .btn.button-l:hover,
.confirmation-popup .modal-footer .btn.button-l:focus {
    color: #fff;
    border: 1px solid rgb(0, 157, 217);
    background: rgb(0, 157, 217);
}

.confirmation-popup .modal-footer .btn.button-l {
    color: rgb(0, 157, 217);
    border: 1px solid rgb(0, 157, 217);
    background: transparent;
}

.six-points .icon {
    width: 100px;
    min-width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #bfe6f5;
    border-radius: 20px;
}

.icon-title .title {
    margin-top: 5px;
}

.icon-title .title .six-points-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
}

.dashboard-contain {
    position: relative;
}

.custom-page-note {
    position: absolute;
    left: 0 !important;
    width: 100%;
    top: -45px;
    min-height: 38px;
    padding: 4px 0;
}

.dashboard-contain .title-header h6 {
    margin-bottom: 0;
}

.custom-page-note~.custom-note-spacecalc {
    margin-top: 36px;
}


.view-all-data-btn {
    position: absolute;
    right: 0;
    width: auto !important;
    top: 50%;
    transform: translateY(-50%);
}

.view-all-data-btn .common-button {
    font-size: 14px;
}


.copy-success {
    height: 30px;
    background: #a9dfbf;
    line-height: 30px;
    margin-top: 10px;
    position: relative;
    left: 0 !important;
    width: 100%;
    top: -7px;
    min-height: 38px;
    padding: 4px 0;
    font-weight: 600;
    display: none;
}

.copy-success.active {
    display: block;
}

.copy-success.active~.custom-note-spacecalc {
    margin-top: -5px;
    margin-bottom: 5px;
}

.copy-success:before {
    width: 150px;
    content: "";
    left: -150px;
    top: 0;
    background: #a9dfbf;
    position: absolute;
    height: 100%;
}

.copy-success:after {
    width: 150px;
    content: "";
    right: -150px;
    top: 0;
    background: #a9dfbf;
    position: absolute;
    height: 100%;
}

/* .info_source.api-key-wrapper {
    background: #ffffff;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    padding: 35px 35px 80px;
} */

.api-key-loading {
    max-width: 900px;
    margin: 0 auto;
}

.info_source.api-key-wrapper .title {
    margin-bottom: 10px;
}

.info_source.api-key-wrapper .input-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
}

.info_source.api-key-wrapper .title h5 {
    font-size: 18px;
}

.info_source.api-key-wrapper .api-key-loading .items input[type="text"] {
    width: calc(100% - 60px);
    padding: 12px 25px;
    color: #3a4750;
}

.info_source.api-key-wrapper .api-key-loading .items button {
    position: relative;
    right: 0;
    top: 0;
    height: 46px;
    width: 46px;
    border-radius: 46px;
    background: #009dd9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.info_source .document_loading.embed-export-container .export-page button {
    height: 40px;
    width: 40px;
    border-radius: 40px;
    background: #009dd9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 15px;
}

.info_source .document_loading.embed-export-container textarea {
    max-width: 100%;
    padding: 0 50px 0 0;
    height: 270px;
    color: #000;
    font-size: 15px;
    background: transparent;
    border: 0;
}

.widget-color-boxes input[type="color"] {
    border-radius: 15px;
    padding: 0;
    border: 0;
    box-shadow: 0px 2px 4px #ccc;
    outline: none;
    width: 60px;
    height: 30px;
}

.widget-color-boxes input[type="color"]::-moz-color-swatch {
    border: none;
    border-radius: 15px;
}

.widget-color-boxes input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
    border-radius: 15px;
}

.widget-color-boxes input[type="color"]::-webkit-color-swatch {
    border: none;
    border-radius: 15px;
}

.info_source .document_loading.embed-export-container textarea:active,
.info_source .document_loading.embed-export-container textarea:focus {
    border: 0 !important;
    font-weight: normal;
}

.accountPage.account-wrapper {
    border: 0;
    padding: 0px;
    background: #ffffff;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
}

.common-error-text {
    color: red;
    font-size: 15px;
    background-color: #EFF1F6;
    border-radius: 5px;
}

.accountPage.account-wrapper .mt-5.accountBtns {
    margin-top: 80px !important;
}

.accountPage.account-wrapper span {
    font-weight: 500;
}

.accountPage.account-wrapper h5 {
    font-size: 24px;
    color: #0a0a0a;
    font-weight: 700;
}

.accountPage.account-wrapper .blue-title {
    color: #009dd9;
    font-weight: 600;
}

.accountPage.account-wrapper #accountUsageProgress {
    background-color: #e6f6fc;
    border: 0;
    border-radius: 40px;
    height: 40px;
}

.accountPage.account-wrapper #accountUsageProgress #accountUsageProgressBar {
    height: 40px;
    background-color: #009dd9;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 40px;
    min-width: 25px;
}

.common-button {
    padding: 11px 20px;
    text-align: center;
    border-radius: 46px;
    color: #fff;
    background: #009dd9;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.btn-outline-dark.common-button {
    background: #fff;
    color: #3a4750;
    font-size: 16px;
}

.helpfull-qna .custom-page-note~.custom-note-spacecalc {
    margin-bottom: -20px;
}

@media (max-width: 1680px) {
    .six-points .icon-title {
        padding: 20px 35px;
    }

    .js-plotly-plot {
        overflow-x: scroll;
    }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1480px) {
    .assistant .number-details .left .icon img {
        width: 28px;
    }
}

@media (max-width: 1980px) {
    .six-points .icon-title {
        padding: 10px 30px;
    }

    .first-points .icon,
    .first-points .icon img {
        height: 40px;
        width: 40px;
    }

    .first-points .header-title {
        font-size: 20px;
        margin: 0;
        line-height: 30px;
    }

    .first-points .header-description {
        font-size: 14px;
    }

    .three-points {
        padding: 40px 0 0;
    }

    .dashboard-contain .title-header {
        margin: 25px 0 25px;
    }

    .six-points .icon {
        width: 50px;
        min-width: 50px;
        height: 50px;
        border-radius: 10px;
    }

    .icon-title .icon img {
        height: 35px;
        width: 35px;
    }

    .icon-title .title .six-points-description {
        font-size: 14px;
    }

    .icon-title .title .six-points-title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0;
    }

    .six-points .icon-title .title {
        min-height: 93px;
    }

    .assistant .number-details .icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        border-radius: 5px;
    }

    .assistant .number-details .left .icon img {
        width: 28px;
    }

    .assistant .deletebox .icon img {
        width: 18px;
    }

    .assistant ul.icon-lists .icon,
    .assistant .deletebox .icon,
    .assistant .heartbox .icon {
        width: 30px;
        height: 30px;
        min-width: 30px;
    }

    .assistant ul.icon-lists .icon img {
        width: 20px;
    }

    .assistant .created .title h4 {
        font-size: 22px;
        line-height: 32px;
    }

    .assistant .created .details .number {
        font-size: 18px;
        line-height: 22px;
    }

    .assistant .created .details .text {
        font-size: 13px;
        line-height: 20px;
    }

    .assistant ul.icon-lists .icon {
        border-radius: 5px;
    }

    .assistant .new .title h4 {
        font-size: 22px;
    }

    .footer-card .text h3 {
        font-size: 22px;
    }
}

@media (max-width: 1440px) {
    .home-page-title h2 {
        font-size: 32px;
        line-height: 44px;
    }

    .home-page-title {
        padding: 15px 20px 15px;
    }

    .registration input[type="email"],
    .registration input[type="password"],
    .registration input[type="text"],
    .registration select,
    input#otp {
        height: 36px;
    }

    .home-page-title h2 label::after {
        bottom: -10px;
    }
}

@media (max-width: 1366px) {
    .six-points .icon-title .title {
        margin-left: 20px;
    }

    .manage-data-source-textleft .col-12 {
        width: auto;
        text-align: left;
    }

    .custom-page-note~.custom-note-spacecalc.manage-data-source-textleft {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }


}

@media (max-width: 1199px) {
    .first-points {
        flex-direction: column;
    }

    .first-points .title {
        margin-left: 0;
    }

    .first-points .header-title {
        text-align: center;
        margin-bottom: 0;
        margin-top: 10px;
    }

    .first-points .header-description {
        text-align: center;
    }

    .dashboard-contain .timeline {
        padding: 20px;
    }

    .footer-card .text,
    .footer-card .tag {
        left: 20px;
    }

    .six-points .icon-title {
        padding: 10px 30px;
    }

    .three-points {
        padding: 40px 0 0;
    }

    .assistant .created .title h4 {
        line-height: 34px;
    }

    .dashboard-contain .title-header h6 {
        font-size: 14px;
    }

    .assistant .created .title h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .assistance-dashboard .six-points .icon-title {
        padding: 10px 15px;
    }

    .assistance-dashboard .six-points .icon-title .title {
        margin-left: 10px;
    }

    .bread-cum ul li label {
        font-size: 12px;
    }

    .upload-file-list {
        overflow-x: scroll;
    }

    .custom-page-note {
        font-size: 13px;
    }
}

@media (max-width: 1024px) {
    .breadcums {
        display: none;
    }

    .top-header .btn {
        display: block;
    }

    .view-all-data-btn {
        position: relative;
        top: 0;
        transform: none;
        margin: 0 auto 25px;

    }
}

@media (min-width: 992px) {
    .dashboard-contain .three-points .middle {
        border-right: 2px solid #efefef;
        border-left: 2px solid #efefef;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 991px) {
    .six-points .icon-title {
        padding: 20px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .six-points .icon-title .title {
        margin-left: 0;
        justify-content: flex-start;
        min-height: 0;
    }
}

@media (max-width: 991px) {
    .assistant .created .title h4 {
        min-height: 0;
        margin-bottom: 20px;
    }

    .assistant ul.icon-lists {
        justify-content: center;
    }

    .assistant ul li {
        margin-right: 10px;
    }

    .registration .title {
        font-size: 24px;
    }

    .registration .sub-title p {
        font-size: 20px;
    }

    .registration {
        height: auto;
    }

    .home-page-title h2 {
        font-size: 26px;
        line-height: 40px;
    }

    .home-page-title {
        padding: 20px;
    }

    .accountPage.account-wrapper .mt-5.accountBtns {
        margin-top: 40px !important;
    }

    .custom-page-note {
        font-size: 13px;
        position: sticky;
        height: auto;
        min-height: auto;
        top: 0;
        margin-top: 4px;
        line-height: 20px;
    }

    .dashboard-contain .title-header {
        margin: 15px 0 15px;
    }

    .nav_help .title p {
        font-size: 13px;
    }

    .registration-form.fileupload-form {
        flex-direction: column;
    }

    .selected-source .registration-form .managedata-textbox {
        flex-direction: column;
    }

    .selected-source .registration-form .load-source {
        margin-top: 15px;
    }

    .custom-file-input::after {
        padding: 0 10px;
        font-size: 11px;
    }

    .selected-source {
        width: 100%;
    }

    .custom-page-note~.custom-note-spacecalc {
        margin-top: 0;
    }


}

@media (max-width: 767px) {
    .assistant ul.icon-lists {
        justify-content: center;
    }

    .assistant ul li {
        margin-right: 10px;
    }

    #innovatics-chat-container .chat-button img {
        height: 40px !important;
        width: 40px !important;
    }

    .create-assistance-popup .form-control {
        height: 45px;
        padding: 0 20px;
    }

    .create-assistance-popup .submit-btn button,
    .confirmation-popup .modal-footer .btn {
        padding: 10px 30px;
        margin-top: 10px;
    }

    .create-assistance-popup .modal-content,
    .confirmation-popup .modal-content {
        padding: 40px 30px;
    }

    .confirmation-popup .modal-body {
        padding: 10px 0 0;
    }

    .document_loading textarea {
        margin-right: auto;
        margin-left: 0;
    }

    .document_loading .items .left-title p {
        margin-bottom: 10px;
    }
}

@media (min-width: 576px) {

    .create-assistance-popup .modal-dialog,
    .confirmation-popup .modal-dialog {
        margin-top: 120px !important;
    }
}

@media (max-width: 575px) {
    .three-points .middle {
        margin: 15px 0;
    }

    .assistant .created {
        padding: 20px;
    }

    .assistant .created .title h4 {
        min-height: auto;
        margin-bottom: 10px;
    }

    .selected-source-main {
        padding: 20px;
    }

    .info_source .document_loading {
        padding: 10px 20px;
    }

    .info_source.api-key-wrapper {
        padding: 20px 20px 40px 20px;
    }

    .info_source .document_loading.embed-export-container {
        padding: 20px;
    }

    .home-page-title h2 {
        font-size: 22px;
    }

    .home-page-title {
        padding: 15px;
    }

    .registration,
    .registration.right-side {
        padding: 20px;
    }

    .source-items {
        max-height: 48px;
        min-height: 48px;
    }
}

.feed-back-form p {
    float: left;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.2px;
    color: #0a0a0a;
    margin-bottom: 0px;
    text-align: left;
}

.feed-back-form .form-control-plaintext {
    background: #ffffff;
    border: 1px solid #c5c8cf;
    border-radius: 30px;
    padding: 10px 15px;
    width: 100%;
    font-family: "Cerebri Sans Pro";
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #8b909e;
}

.feed-back-form.selected-source {
    background: #fff;
    padding: 0;
    max-width: 100%;
    margin-top: -8px;
    margin-bottom: -8px;
}

.feed-back-form.selected-source .items {
    margin: 1px 0px;
    padding: 15px 5px;
}

.feed-back-form.selected-source .items:first-child {
    padding-top: 0;
}

.feed-back-form.selected-source .items:not(:last-child) {
    border-bottom: 1px solid #dedede;
}

.feed-back-form .star-rating input {
    display: none;
}

.feed-back-form .star-rating label {
    cursor: pointer;
    margin-right: 15px;
}

.feed-back-form .star-rating label img {
    width: 25px;
    height: 25px;
}

.feed-back-form .form-textarea {
    border: 1px solid #c5c8cf;
    border-radius: 10px;
    padding: 10px 15px;
    width: 100%;
}

.feedback-radio-group ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.feedback-radio-group li {
    list-style: none;
    margin-right: 15px;
}

.feed-back-form .document_loading {
    background: transparent;
    box-shadow: none;
    padding: 0 15px;
    box-shadow: none;
}

@media (max-width: 991px) {
    .feed-back-form p {
        margin-bottom: 10px;
    }
}

.publish-draft-btn {
    position: absolute;
    right: 0;
    top: 15px;
}

.publish-draft-btn .common-button {
    padding: 9px 20px;
    font-size: 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.publish-draft-btn .common-button span {
    padding-left: 5px;
}

@media (max-width: 767px) {
    .publish-draft-btn {
        position: relative;
        min-width: max-content;
        width: 150px;
        margin: 0 auto;
        top: -6px;
        margin-bottom: 15px;
    }
}

/* .star-rating:not(:checked) > input {
      position:absolute;
      top:-9999px;
  }
  */

.star-rating {
    float: left;
}

.star-rating:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.star-rating:not(:checked)>label:before {
    content: "★ ";
}

.star-rating>input:checked~label {
    color: #ffc700;
}

.star-rating:not(:checked)>label:hover,
.star-rating:not(:checked)>label:hover~label {
    color: #deb217;
}

.star-rating>input:checked+label:hover,
.star-rating>input:checked+label:hover~label,
.star-rating>input:checked~label:hover,
.star-rating>input:checked~label:hover~label,
.star-rating>label:hover~input:checked~label {
    color: #c59b08;
}

/**** playground modal ****/

.playground-modal.modal {
    padding: 0 15px !important;
}

.info_source .chat_details .user-message.chat-suggestion-box {
    align-items: flex-start !important;
    padding-bottom: 80px;
}

.chat_details .question-list {
    /* margin: 15px 0 25px; */
    margin: 0 0 0px;
    padding: 10px 0 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.chat_details .question-list li {
    font-size: 13px;
    padding: 7px 9px;
    background: #ecedee;
    margin-right: 10px;
    text-align: center;
    border-radius: 8px;
    display: inline-flex;
    line-height: 22px;
    color: #111827;
    text-align: left;
}

.chat_details .question-list li:hover {
    background: #dddfe1;
    cursor: pointer;
}

.create-snippet-btn,
.edit-snippet-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #009dd9;
    border-radius: 8px;
    height: 38px;
    line-height: 38px;
    padding: 5px 10px;
    background: rgba(0, 157, 217, 0.05);
    position: absolute;
    right: 25px;
    font-size: 14px;
    color: #0a0a0a;
    font-weight: 600;
    bottom: 15px;
}

.playground-modal .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    box-shadow: none !important;
}

.playground-modal .modal-dialog {
    max-width: 1140px;
}

.playground-modal .chat_details {
    background: transparent;
    box-shadow: none;
}

.playground-modal .chat-message {
    border-bottom: 1px solid #efefef;
}

.playground-modal .info_source .chat_details .chat-suggestion-box {
    align-items: flex-start !important;
    padding-right: 20px;
    padding-bottom: 20px;
}

.playground-modal .info_source .chat_details .chat-suggestion-box .message-text {
    padding: 8px 10px;
    border: 1px solid #009dd9;
    border-radius: 10px;
    margin-left: 10px;
    width: calc(100% - 55px);
}

.playground-modal .info_source .chat_details .chat-suggestion-box textarea {
    width: 100%;
    border: 0 !important;
    outline: none !important;
    text-align: left;
    line-height: 24px;
    resize: none;
}

.playground-modal .info_source .edit-btn {
    border: 0;
    outline: none;
    background: transparent;
    margin-left: 20px;
}

.chat-suggestion-box {
    padding-bottom: 50px;
    max-width: 100%;
    padding-right: 150px;
}

.playground-modal .modal-body {
    padding: 0;
}

.playground-modal .modal-content {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.25);
}

.playground-modal .info_source {
    padding: 0;
}

.playground-modal-content {
    padding: 20px 25px;
}

.playground-modal-content .middle-title p {
    margin: 0;
    padding-left: 5px;
    color: #646975;
    font-size: 14px;
}

.playground-modal-content .question-box-content {
    border-radius: 15px;
    background: #f2f2f5;
    padding: 25px 25px 15px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.playground-modal-content .question-box-content .search-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.playground-modal-content .question-box-content .search-box h5 {
    font-size: 20px;
    color: #0a0a0a;
    font-weight: 800;
    margin: 10px 0;
}

.playground-modal-content .search-content-right {
    width: calc(100% - 240px);
}

.playground-modal-content .form-control {
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: rgb(139, 144, 158);
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(197, 200, 207);
    border-image: initial;
    border-radius: 30px;
    padding: 10px 20px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    outline: none !important;
    box-shadow: none !important;
    color: rgb(10, 10, 10);
}

.playground-modal-content .question-sug-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.playground-modal-content .question-sug-list li {
    display: flex;
    padding: 6px 10px;
    align-items: center;
    margin-right: 12px;
    margin-bottom: 12px;
    border-radius: 8px;
    background: #f2fafd;
    border: 1px solid #009dd9;
    height: auto;
    font-size: 14px;
    color: #0e5672;
    font-weight: 600;
}

.playground-modal-content .question-sug-list li button {
    border: 0;
    outline: none;
    background: transparent;
    margin: 0 0 0 10px;
    padding: 0;
    display: flex;
    align-items: center;
}

.playground-modal-content .search-main-box .list-group {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 5px 20px 0px rgba(18, 18, 18, 0.12);
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    z-index: 999999;
}

.playground-modal-content .search-main-box {
    position: relative;
}

.playground-modal-content .search-main-box .list-group li {
    padding: 10px 20px;
    color: #646975;
    font-size: 14px;
}

.playground-modal-content .search-main-box .list-group li:first-child {
    margin-top: 10px;
    border-radius: 10px 10px 0 0;
}

.playground-modal-content .search-main-box .list-group li:last-child {
    border-radius: 0px 0px 10px 10px;
    margin-bottom: 10px;
}

.playground-modal-content .search-main-box .list-group li:hover {
    background: #ebf9ff;
    cursor: pointer;
}

.playground-modal-content .search-main-box.active .list-group {
    padding: 0px 0px;
    height: auto;
    max-height: 220px;
    z-index: 1;
}

.playground-modal-content .load-source button {
    padding: 12px 40px;
}

.playground-modal-content .question-sug-list li span {
    display: flex;
    align-items: center;
    line-height: normal;
    font-size: 13px;
}

@media only screen and (max-width: 1440px) {
    .playground-modal .chat-message {
        padding: 10px 15px;
    }

    .playground-modal .chat_details {
        padding-top: 5px;
    }

    .playground-modal .info_source .chat_details .chat-suggestion-box .message-text {
        padding: 5px 10px;
    }

    .playground-modal .info_source .chat_details .chat-suggestion-box {
        padding-bottom: 10px;
    }

    .playground-modal-content {
        padding: 10px 15px 15px 15px;
    }

    .playground-modal-content .question-box-content {
        padding: 15px 15px 10px;
        margin-bottom: 10px;
    }

    .playground-modal-content .form-control {
        padding: 7px 20px;
        margin-bottom: 10px;
    }

    .playground-modal-content .question-sug-list li {
        margin-bottom: 7px;
        padding: 4px 10px;
        font-size: 13px;
        margin-right: 7px;
    }

    .playground-modal-content .question-box-content .search-box h5 {
        font-size: 16px;
        margin: 8px 0;
    }

    .playground-modal-content .load-source button {
        margin-top: 10px;
        padding: 8px 40px;
    }

    /* .playground-modal-content .question-sug{
        max-height: 78px;
        overflow-y: scroll;
    } */
    .playground-modal .close-btn svg {
        width: 20px;
    }

    .playground-modal .middle-title svg {
        width: 15px;
    }
}

@media (max-width: 767px) {
    .playground-modal-content .question-box-content .search-box {
        flex-direction: column;
    }

    .playground-modal-content .search-content-right {
        width: 100%;
    }

    .playground-modal .close-btn svg {
        width: 18px;
    }
}

.welcome-main-area {
    text-align: center;
}

.modal .close-btn {
    box-shadow: none !important;
}

.onboarding-modal .modal-dialog {
    max-width: 1140px;
}

.onboarding-modal .modal-content {
    min-height: 800px;
    border-radius: 20px;
    position: relative;
    max-height: 800px;
    z-index: 1;
}

.onboarding-modal .modal-content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 199px;
    height: 176px;
    background: url(./images/popup-corner-bg.png);
    background-size: 75%;
    background-repeat: no-repeat;
    z-index: -1;
}

.onboarding-modal .modal-content:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 199px;
    height: 176px;
    background: url(./images/popup-corner-bg.png);
    background-size: 75%;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    z-index: -1;
}

.welcome-main-area form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    align-items: center;
    min-height: 770px;
    padding: 15px 0;
}

.modal.onboarding-modal .close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
}

.welcome-main-area .step-common-top {
    width: 100%;
}

.welcome-main-area .step-bar {
    max-width: 450px;
    height: 10px;
    border-radius: 5px;
    background: #009dd9;
    position: relative;
    margin: 25px auto 80px;
}

.welcome-main-area h2 {
    color: #0a0a0a;
    font-weight: 800;
    font-size: 40px;
    margin: 0px 0 50px;
}

.welcome-main-area h2 span {
    color: #009dd9;
}

.welcome-main-area .step-bar img {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
}

.welcome-main-area h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}

.welcome-main-area .common-textbox .form-control {
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: rgb(139, 144, 158);
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(197, 200, 207);
    border-image: initial;
    border-radius: 30px;
    padding: 10px 20px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    outline: none !important;
    box-shadow: none !important;
    color: rgb(10, 10, 10);
    max-width: 450px;
    margin: 0 auto;
}

.welcome-main-area .common-textbox {
    margin: 0 auto 50px;
}

.modal.onboarding-modal {
    padding: 0 15px !important;
}

.welcome-main-area .common-textbox ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.welcome-main-area .common-textbox ul li {
    margin: 0 30px;
}

.welcome-main-area .document_loading input[type="radio"]:checked+label,
.welcome-main-area .document_loading input[type="radio"]:not(:checked)+label {
    font-size: 16px;
}

.welcome-main-area .common-textbox .select-box {
    position: relative;
    max-width: 450px;
    margin: 0 auto;
}

.welcome-main-area .common-textbox .select-box svg {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    width: 19px;
}

.welcome-main-area .common-textbox textarea {
    height: 160px;
    width: 100%;
    max-width: 450px;
    border-radius: 20px;
    border: 1px solid #dedede !important;
    outline: none;
    padding: 15px 20px;
}

.welcome-main-area .data-sourse-box {
    max-width: 770px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background: #ebf9ff;
    border-radius: 15px;
    padding: 25px 30px;
}

.welcome-main-area .data-sourse-box .title {
    min-width: 140px;
    text-align: left;
}

.welcome-main-area .data-sourse-box .title h5 {
    color: #0a0a0a;
    font-size: 18px;
    font-weight: 700;
}

.welcome-main-area .data-sourse-box .data-source-right {
    width: 100%;
}

.welcome-main-area .data-sourse-box .data-source-right .input-box {
    display: flex;
    align-items: center;
    width: 100%;
}

.welcome-main-area .data-sourse-box .data-source-right .common-button {
    font-size: 14px;
    white-space: nowrap;
    margin-left: 10px;
}

.welcome-main-area .data-sourse-box .data-source-right .label-text {
    text-align: center;
    align-items: center;
    display: flex;
    margin-top: 10px;
    justify-content: center;
    border: 0;
}

.welcome-main-area .data-sourse-box .data-source-right .label-text span {
    padding-left: 5px;
    font-size: 12px;
}

.welcome-main-area .data-sourse-box .data-source-right .label-text svg {
    width: 18px;
    height: 18px;
}

.welcome-main-area .data-sourse-box .data-source-right .thead-dark {
    background: #3a4750;
    color: #fff;
    border-radius: 15px 15px 0 0;
    text-align: left;
}

.welcome-main-area .data-sourse-box .data-source-right .thead-dark th {
    font-weight: 500;
    border: 0;
    padding: 8px 20px;
    font-size: 14px;
}

.welcome-main-area .data-sourse-box .data-source-right table tr td,
.welcome-main-area .data-sourse-box .data-source-right table tbody th {
    padding: 8px 20px;
}

.welcome-main-area .data-sourse-box .data-source-right table tr td {
    border: 0;
    line-height: normal;
    padding: 11px 20px;
}

.welcome-main-area .data-sourse-box .data-source-right .thead-dark th:first-child {
    border-top-left-radius: 15px;
}

.welcome-main-area .data-sourse-box .data-source-right .thead-dark th:last-child {
    border-top-right-radius: 15px;
}

.welcome-main-area .data-sourse-box .data-source-right table {
    margin-bottom: 0;
}

.welcome-main-area .data-sourse-box .data-source-right table tbody th,
.welcome-main-area .data-sourse-box .data-source-right table tr td,
.welcome-main-area .data-sourse-box .data-source-right table tr td span {
    font-weight: 500;
    border: 0;
    background: #fff;
    text-align: left;
    font-size: 14px;
}

.welcome-main-area .data-sourse-box .data-source-right .table-responsive {
    margin-top: 20px;
}

.welcome-main-area .data-sourse-box .data-source-right table tr th span {
    padding-left: 15px;
}

.welcome-main-area .common-textbox:last-child {
    margin-bottom: 0;
}

.welcome-main-area .step-5 .common-textbox {
    margin-bottom: 25px;
}

.welcome-main-area .chat_details .chat-message {
    align-items: center;
    position: relative;
    border-color: #dedede;
    padding: 16px 25px;
}

.welcome-main-area .chat_details .chat-message.last-message {
    align-items: flex-start;
}

.welcome-main-area .chat_details .chat-message .lke-dislike-icons {
    position: absolute;
    top: 15px;
    right: 20px;
}

.welcome-main-area .chat_details .chat-message .lke-dislike-icons button {
    border: 0;
    outline: none;
    background: transparent;
    margin-left: 10px;
}

.welcome-main-area .chat_details .message-text {
    margin-top: 0;
}

.welcome-main-area .chat_details .message-text p {
    text-align: left;
}

.welcome-main-area .chat_details {
    box-shadow: none;
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid #dedede;
    border-radius: 15px;
    position: relative;
}

.welcome-main-area .chat_details .corner-btn {
    justify-content: flex-end;
    display: flex;
    margin-right: 15px;
}

.welcome-main-area .chat_details .corner-btn button {
    padding: 7px 15px;
    margin-right: 0px;
    border: 1px solid #009dd9;
    font-size: 14px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    color: #0a0a0a;
    text-decoration: none;
    background: rgba(0, 157, 217, 0.05);
    margin-bottom: 3px;
}

.welcome-main-area .chat_details .corner-btn button span {
    padding-left: 5px;
    color: #0a0a0a;
}

.welcome-main-area .common-textbox .chat_details .chat-message ul {
    justify-content: flex-start;
    margin-top: 5px;
}

.welcome-main-area .common-textbox .chat_details .chat-message ul li {
    display: inline-block;
    margin: 10px 0 0;
}

.welcome-main-area .common-textbox .chat_details .chat-message ul li a {
    padding: 8px 15px;
    margin-right: 10px;
    border: 1px solid #009dd9;
    font-size: 16px;
    display: inline-block;
    border-radius: 8px;
    display: block;
    color: #009dd9;
    text-decoration: none;
}

.welcome-main-area .chat-input .porwered-by {
    padding-bottom: 0;
}

.welcome-main-area .chat-input {
    margin-top: 50px;
}

.welcome-main-area .status-done {
    color: #238724;
}

.welcome-main-area .custom-file-input::before {
    float: left;
}

@media only screen and (max-width: 1440px) {
    .onboarding-modal .modal-content {
        min-height: 586px;
        max-height: 586px;
    }

    .welcome-main-area form {
        min-height: 556px;
    }

    .welcome-main-area h2 {
        font-size: 36px;
        margin: 50px 0 30px;
    }

    .welcome-main-area h4 {
        font-size: 18px;
    }

    .welcome-main-area .step-bar img {
        width: 45px;
        height: 45px;
    }

    .welcome-main-area .step-bar {
        height: 7px;
        margin: 15px auto 45px;
    }

    .welcome-main-area .data-sourse-box {
        padding: 15px 30px;
    }

    .welcome-main-area .common-textbox .form-control {
        padding: 6px 20px;
    }

    .welcome-main-area .data-sourse-box .data-source-right .common-button {
        padding: 7px 20px;
    }

    .welcome-main-area .data-sourse-box .data-source-right table tbody th {
        padding: 4px 15px;
    }

    .welcome-main-area .data-sourse-box .data-source-right .thead-dark th {
        padding: 6px 15px;
    }

    .welcome-main-area .data-sourse-box .data-source-right table tr td {
        padding: 6px 15px;
    }

    .welcome-main-area .data-sourse-box .data-source-right table svg {
        width: 20px;
    }

    .welcome-main-area h4 {
        margin-bottom: 15px;
    }

    .welcome-main-area .step-5 .common-textbox {
        margin-bottom: 0;
    }

    .welcome-main-area .step-5 .common-textbox.last {
        margin-top: 10px;
    }

    .welcome-main-area .chat_details .chat-message {
        padding: 10px 25px;
    }

    .welcome-main-area .chat_details .corner-btn button {
        padding: 4px 15px;
    }

    .welcome-main-area .common-textbox .chat_details .chat-message ul li a {
        padding: 5px 15px;
    }

    .welcome-main-area .chat-form input {
        padding: 8px 21px;
    }

    .welcome-main-area .chat-form button {
        right: 38px;
        bottom: 6px;
        padding: 4px 13px;
    }

    .welcome-main-area .chat-input {
        margin-top: 20px;
    }

    .welcome-main-area .chat-input .porwered-by {
        padding-bottom: 0;
        margin-bottom: 5px;
        padding-top: 5px;
    }

    .welcome-main-area .chat-form input {
        font-size: 14px;
    }

    .modal.onboarding-modal .close-btn svg {
        width: 17px;
    }

    .welcome-main-area .step-bar {
        max-width: 350px;
        width: 70%;
    }

    .welcome-main-area .custom-file-input {
        height: 38px;
    }

    .welcome-main-area .custom-file-input::after {
        height: 28px;
        line-height: 28px;
        font-size: 12px;
    }

    .welcome-main-area .common-textbox .chat_details .chat-message ul li a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .onboarding-modal .modal-content {
        min-height: auto;
        max-height: none;
    }

    .welcome-main-area form {
        min-height: auto;
    }

    .welcome-main-area .chat_details .message-text {
        width: calc(100% - 120px);
    }

    .welcome-main-area .common-textbox .chat_details .chat-message ul {
        flex-wrap: wrap;
    }

    .welcome-main-area .chat_details .chat-message .lke-dislike-icons button {
        margin-left: 0;
    }

    .welcome-main-area .chat_details .message-text {
        padding-left: 5px;
    }

    .welcome-main-area .chat_details .chat-message {
        padding: 10px 15px;
    }

    .welcome-main-area .chat_details .message-text p {
        font-size: 13px;
    }

    .welcome-main-area .data-sourse-box {
        flex-direction: column;
    }

    .welcome-main-area .data-sourse-box .title h5 {
        min-width: auto;
        text-align: left;
        width: 100%;
    }

    .welcome-main-area .data-sourse-box {
        padding: 15px;
    }

    .welcome-main-area h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 574px) {
    .welcome-main-area .data-sourse-box .data-source-right .input-box {
        flex-direction: column;
    }

    .welcome-main-area .data-sourse-box .data-source-right .common-button {
        margin-left: 0;
        margin-top: 10px;
    }

    .welcome-main-area .data-sourse-box .data-source-right .thead-dark th {
        font-size: 13px;
        padding: 6px 10px;
    }

    .welcome-main-area .data-sourse-box .data-source-right table tr td {
        font-size: 13px;
        padding: 8px 10px;
    }

    .welcome-main-area .data-sourse-box .data-source-right table tr th span {
        font-size: 13px;
    }

    .welcome-main-area h4 {
        font-size: 16px;
    }

    .welcome-main-area h2 {
        font-size: 28px;
    }
}

.assis-statistics-dash .info_source_details {
    padding: 0;
}

.assis-statistics-dash .questation-tabs .nav.nav-tabs {
    border-bottom: 1px solid #ccd2e0;
    padding: 0px;
}

.assis-statistics-dash .questation-tabs .nav.nav-tabs a {
    font-size: 16px;
    color: #646975;
    text-decoration: none;
    padding: 25px 45px 15px;
    font-weight: 600;
    display: block;
    position: relative;
}

.assis-statistics-dash .questation-tabs .nav.nav-tabs li.active a {
    color: #009dd9;
}

.assis-statistics-dash .questation-tabs .nav.nav-tabs li.active a::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -1px;
    height: 2px;
    background: #009dd9;
}

.assis-statistics-dash .assis-table-top {
    padding: 30px 45px 15px;
}

.assis-statistics-dash .assis-table-top h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.assis-statistics-dash .assis-table-top .common-button {
    display: flex;
    align-items: center;
    gap: 7px;
    border-radius: 8px;
    padding: 8px 20px;
    font-size: 14px;
    border: 0;
}

.assis-statistics-dash .csv-link-d-none {
    display: none !important;
}

.assis-statistics-dash .dataTables_length,
.assis-statistics-dash .dataTables_filter {
    display: none;
}

.assis-statistics-dash table {
    padding: 0px;
}

.assis-statistics-dash table thead tr th:first-child,
.assis-statistics-dash table tbody tr td:first-child {
    padding-left: 45px;
}

.assis-statistics-dash table thead tr th:last-child,
.assis-statistics-dash table tbody tr td:last-child {
    padding-right: 45px !important;
}

.table-striped>tbody>tr:nth-of-type(2n + 1) {
    background: transparent;
    --bs-table-accent-bg: #fff;
}

.assis-statistics-dash table.dataTable thead .sorting_desc::after,
.assis-statistics-dash table.dataTable thead .sorting_desc::before {
    color: #009dd9;
    opacity: 0.5 !important;
}

.assis-statistics-dash table.dataTable thead .sorting_asc::before,
.assis-statistics-dash table.dataTable thead .sorting_asc:after,
.assis-statistics-dash table.dataTable thead .sorting:after,
.assis-statistics-dash table.dataTable thead .sorting:before {
    color: #009dd9;
    opacity: 1 !important;
}

.assis-statistics-dash table.dataTable thead .sorting::before,
.assis-statistics-dash table.dataTable thead .sorting_asc::before,
.assis-statistics-dash table.dataTable thead .sorting_desc::before {
    right: 20px;
}

.assis-statistics-dash table thead th {
    padding-top: 15px;
    padding-bottom: 15px;
}

.assis-statistics-dash table th {
    border-color: #dedede !important;
}

.assis-statistics-dash table td {
    padding: 20px 0px;
    vertical-align: middle;
}

.assis-statistics-dash table thead th:nth-child(2n),
.assis-statistics-dash table tr td:nth-child(2n) {
    max-width: 200px;
    width: 200px !important;
}

.assis-statistics-dash table thead th:first-child,
.assis-statistics-dash table tr td:first-child {
    max-width: 100%;
    width: calc(100% - 350px) !important;
}

.assis-statistics-dash table thead th:first-child {
    padding-left: 0;
}

.assis-statistics-dash table thead th:last-child,
.assis-statistics-dash table tr td:last-child {
    max-width: 150px;
    width: 150px !important;
    min-width: 150px;
}

.assis-statistics-dash table th:last-child,
.assis-statistics-dash table td:last-child {
    text-align: center;
}

.assis-statistics-dash table td,
.assis-statistics-dash table th {
    font-size: 16px;
    white-space: nowrap;
    /*To make extra certain,add this css property*/
    word-break: keep-all;
}

.assis-statistics-dash table .user-question {
    padding-right: 30px;
}

.assis-statistics-dash table .user-questions img,
.assis-statistics-dash table .user-questions svg {
    margin-right: 10px;
}

.assis-statistics-dash table .user-questions svg {
    min-width: 48px;
}

.assis-statistics-dash table tr td button {
    border: 0;
    outline: none;
    background: transparent;
}

.assis-statistics-dash .dataTables_wrapper .row:last-child .col-md-5 {
    display: none;
}

.assis-statistics-dash .dataTables_wrapper .row:last-child .col-md-7 {
    width: 100%;
    align-items: center;
    justify-content: center;
}

.assis-statistics-dash .dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center;
    margin: 25px 0 30px;
}

.assis-statistics-dash table tr {
    position: relative;
    border-color: transparent;
}

.assis-statistics-dash table tr::after {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 1px;
    width: 100%;
    background: #dedede;
    right: 0;
    z-index: 0;
}

.assis-statistics-dash .dataTables_wrapper div.dataTables_paginate ul.pagination li {
    margin: 0 4px;
    border: 0;
}

.assis-statistics-dash .dataTables_wrapper div.dataTables_paginate ul.pagination li a {
    border-radius: 8px;
    border: 1px solid #dedede;
    min-width: 36px;
    text-align: center;
    box-shadow: none !important;
    color: #0a0a0a;
}

.assis-statistics-dash .dataTables_wrapper div.dataTables_paginate ul.pagination li.active a {
    background: #009dd9;
    color: #fff;
}

.assis-statistics-dash .dataTables_wrapper div.dataTables_paginate ul.pagination .previous,
.assis-statistics-dash .dataTables_wrapper div.dataTables_paginate ul.pagination .next {
    text-indent: -9999px;
    position: relative;
    background: transparent !important;
}

.assis-statistics-dash .dataTables_wrapper div.dataTables_paginate ul.pagination .previous a,
.assis-statistics-dash .dataTables_wrapper div.dataTables_paginate ul.pagination .next a {
    background: transparent !important;
}

.assis-statistics-dash .dataTables_wrapper div.dataTables_paginate ul.pagination .previous::before {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(./images/pag-prev-icon.png);
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 1;
}

.assis-statistics-dash .dataTables_wrapper div.dataTables_paginate ul.pagination .next::after {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(./images/pag-prev-icon.png);
    top: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    left: 50%;
    z-index: 1;
}

.assis-statistics-dash table thead tr th:last-child:before {
    right: 40px !important;
}

.assis-statistics-dash table thead tr th:last-child:after {
    right: 30px !important;
}


.assi-stat-tables .rdt_TableRow {
    padding: 0 0 0 45px !important;
}

.assi-stat-tables .rdt_TableHead .rdt_TableCol {
    padding: 0 0 0 45px;
}

.assi-stat-tables .rdt_TableHead .rdt_TableCol:last-child {
    padding: 0 45px 0 0;
}

.assi-stat-tables .rdt_TableRow .rdt_TableCell {
    padding: 15px 0;
    font-size: 16px;
}

.assi-stat-tables .rdt_TableRow .rdt_TableCell:last-child {
    padding-right: 45px;
}

.assi-stat-tables .rdt_TableCol_Sortable {
    font-size: 18px;
    white-space: nowrap;
    word-break: keep-all;
    color: #212529;
    font-weight: 600;
}

.assi-stat-tables .rdt_Pagination, .pagination-controls {
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 16px;
    padding: 30px 0;
    border-radius: 0 0 15px 15px;
}

.pagination-controls span{
    padding: 0px 15px;
}

.assi-stat-tables .rdt_Pagination button, .pagination-controls button{
    margin: 0 3px;
    border-radius: 8px;
    border: 1px solid #dedede;
    min-width: 35px;
    text-align: center;
    box-shadow: none !important;
    color: #0a0a0a;
    display: flex;
    align-items: center;
    height: 35px;
    width: 35px;
}

.pagination-controls button{
    text-indent: -99999px;
}

.pagination-controls span{
    display: flex;
    color: rgba(0, 0, 0, 0.54);
    align-items: center;
    font-size: 16px;
}
.pagination-controls button svg path{
    opacity: 0.5;
}
.manage-data-action-col{
    width: auto;
    justify-content: center;
}
.assi-stat-tables .rdt_Pagination button:not(:disabled) {
    background: #009dd9;
    color: #fff;
    border: 1px solid transparent;
}


.assi-stat-tables .rdt_Pagination button:not(:disabled) svg {
    fill: #fff;
}

.assi-stat-tables .rdt_TableRow .rdt_TableCell:first-child [data-tag="allowRowEvents"] {
    padding-left: 45px;
    position: relative;
    /* background-image: url("/assets/img/hero_section.png"); */
}

.assi-stat-tables .rdt_TableRow .rdt_TableCell:first-child [data-tag="allowRowEvents"]::before {
    content: "";
    position: absolute;
    left: 0;
    background-image: url("/assets/img/user-img-thumb.png");
    height: 32px;
    width: 32px;
    background-repeat: no-repeat;
    background-size: 32px;
    top: 50%;
    background-position: center;
    transform: translateY(-50%);

}

.assi-stat-tables .rdt_TableRow .rdt_TableCell:first-child [data-tag="allowRowEvents"] {
    overflow: visible;
    height: 26px;
    line-height: 26px;
}

#frequently-asked-questions .assi-stat-tables .rdt_TableHead .rdt_TableCol:last-child .rdt_TableCol_Sortable {
    position: relative;
    padding-left: 30px;
}

#frequently-asked-questions .assi-stat-tables .rdt_TableHead .rdt_TableCol:last-child .rdt_TableCol_Sortable span {
    color: #009dd9;
    font-size: 16px;
    position: relative;
    top: 1px;
}

#frequently-asked-questions .assi-stat-tables .rdt_TableHead .rdt_TableCol:last-child .rdt_TableCol_Sortable:before {
    position: absolute;
    left: 0;
    top: 15px;
    content: "";
    background: url(../img/sorting-icon.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

#no-source-found-questions .assi-stat-tables .rdt_TableHead .rdt_TableCol:last-child .rdt_TableCol_Sortable {
    position: relative;
    padding-left: 30px;
}

#no-source-found-questions .assi-stat-tables .rdt_TableHead .rdt_TableCol:last-child .rdt_TableCol_Sortable span {
    color: #009dd9;
    font-size: 16px;
    position: relative;
    top: 1px;
}

#no-source-found-questions .assi-stat-tables .rdt_TableHead .rdt_TableCol:last-child .rdt_TableCol_Sortable:before {
    position: absolute;
    left: 0;
    top: 15px;
    content: "";
    background: url(../img/sorting-icon.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.data-sourses-all .assi-stat-tables .rdt_TableRow .rdt_TableCell:first-child [data-tag="allowRowEvents"] {
    padding-left: 0;
}

.data-sourses-all .assi-stat-tables .rdt_TableRow .rdt_TableCell:first-child [data-tag="allowRowEvents"]::before {
    display: none;
}

.assi-stat-tables .rdt_TableHead .rdt_TableCol:first-child {
    min-width: 580px;
    width: 100%;
}

.assi-stat-tables.questions-common-table .rdt_TableHead .rdt_TableCol:first-child {
    min-width: 516px;
    flex: 0 0 516px;
}

.assi-stat-tables.questions-common-table .rdt_TableHead .rdt_TableCol:not(:first-child) {
    padding-left: 0;
}

.assi-stat-tables.four-col-table .rdt_TableRow .rdt_TableCell:first-child [data-tag="allowRowEvents"]::before {
    left: 0px;
    display: none;

}

.assi-stat-tables.four-col-table .rdt_TableRow .rdt_TableCell:nth-child(2) [data-tag="allowRowEvents"]::before {
    content: "";
    position: absolute;
    left: 0;
    background-image: url(/assets/img/user-img-thumb.png);
    height: 32px;
    width: 32px;
    background-repeat: no-repeat;
    background-size: 32px;
    top: 50%;
    background-position: center;
    transform: translateY(-50%);
}

.assi-stat-tables.four-col-table .rdt_TableRow .rdt_TableCell:nth-child(2) [data-tag="allowRowEvents"] {
    padding-left: 45px;
}

.assi-stat-tables.four-col-table .rdt_TableRow .rdt_TableCell:first-child {
    flex: 0 0 144px;
    justify-content: center;
}

.assi-stat-tables.four-col-table .rdt_TableRow .rdt_TableCell:first-child [data-tag="allowRowEvents"] {
    padding-left: 0;
}

.assi-stat-tables.four-col-table .form-check label:before {
    padding: 10px;
}

.assi-stat-tables.four-col-table .rdt_TableHead .rdt_TableCol:first-child {
    min-width: 156px;
    flex: 0 0 156px;
    padding-left: 22px;
}

.assi-stat-tables.four-col-table .form-check input:checked+label:after {
    left: 9px;
    top: 7px;
}

.assi-stat-tables.questions-common-table .rdt_TableHead .rdt_TableCol:last-child {
    padding: 0 45px 0 0;
    min-width: 186px;
    text-align: right;
    flex: 0 0 186px;
    max-width: 186px;
}

.assi-stat-tables.questions-common-table .rdt_TableRow .rdt_TableCell:last-child {
    min-width: 186px;
    flex: 0 0 186px
}

.assi-stat-tables.questions-common-table .rdt_TableRow .rdt_TableCell:last-child .edit-snippet-btn {
    position: inherit;
}

.data-sourses-all .assi-stat-tables .rdt_TableHead .rdt_TableCol:first-child {
    min-width: 90px;
    max-width: 90px;
    flex-basis: 0;
}

.data-sourses-all .assi-stat-tables .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child {
    min-width: 90px;
    max-width: 90px;
    flex-basis: 0;
    padding-left: 45px;
}

.data-sourses-all .assi-stat-tables .rdt_TableHead .rdt_TableCol:not(:first-child) {
    padding-left: 0;
}

.data-sourses-all .assi-stat-tables .rdt_TableHead .rdt_TableCol {
    padding-right: 15px;

}


.data-sourses-all .assi-stat-tables .rdt_TableHead .rdt_TableCol:nth-child(5),
.data-sourses-all .assi-stat-tables .rdt_TableHead .rdt_TableCol:nth-child(6) {
    min-width: 125px;
    max-width: 125px;
    flex-basis: 0;
}

.data-sourses-all .assi-stat-tables .rdt_TableHead .rdt_TableCol:nth-child(4) {
    min-width: 220px;
    max-width: 220px;
    flex-basis: 0;
}

.data-sourses-all .assi-stat-tables .rdt_TableHead .rdt_TableCol:last-child{
  justify-content: center;
  min-width: 120px;
  max-width: 120px;
}

.data-sourses-all .assi-stat-tables .rdt_TableRow .rdt_TableCell:nth-child(7){
    justify-content: center;
    min-width: 120px;
    max-width: 120px;
}

.data-sourses-all .assi-stat-tables .rdt_TableHead .rdt_TableCol:nth-child(5), .data-sourses-all .assi-stat-tables .rdt_TableRow .rdt_TableCell:nth-child(5), .data-sourses-all .assi-stat-tables .rdt_TableRow .rdt_TableCell:nth-child(7){
    justify-content: center;
}

.data-sourses-all .assi-stat-tables .rdt_TableHead .rdt_TableCol:nth-child(3) {
    min-width: 290px;
    max-width: 290px;
    flex-basis: 0;
}

.data-sourses-all .assi-stat-tables .rdt_TableHead .rdt_TableCol:nth-child(2), .data-sourses-all .assi-stat-tables .rdt_TableRow .rdt_TableCell:nth-child(2){
    min-width: 120px;
    max-width: 120px;
    flex-basis: 0;
}

.data-sourses-all .assi-stat-tables .rdt_TableHead .rdt_TableCol:nth-child(4),
.data-sourses-all .assi-stat-tables .rdt_TableHead .rdt_TableCol:nth-child(6) {
    justify-content: center;
}


.data-sourses-all .assi-stat-tables .rdt_TableRow .rdt_TableCell:nth-child(5),
.data-sourses-all .assi-stat-tables .rdt_TableRow .rdt_TableCell:nth-child(6) {
    min-width: 125px;
    max-width: 125px;
    flex-basis: 0;
}

.data-sourses-all .assi-stat-tables .rdt_TableRow .rdt_TableCell:nth-child(4) {
    min-width: 220px;
    max-width: 220px;
    flex-basis: 0;
}

.data-sourses-all .assi-stat-tables .rdt_TableRow .rdt_TableCell:nth-child(3) {
    min-width: 290px;
    max-width: 290px;
    flex-basis: 0;
}

.data-sourses-all .assi-stat-tables .rdt_TableRow .rdt_TableCell:nth-child(4),
.data-sourses-all .assi-stat-tables .rdt_TableRow .rdt_TableCell:nth-child(6) {
    justify-content: center;
}

.data-sourses-all .assi-stat-tables .rdt_TableRow .rdt_TableCell {
    padding-right: 15px;
}

.assi-stat-tables.four-col-table .rdt_TableRow {
    padding-left: 10px !important;
}

.data-sourses-all .assi-stat-tables .rdt_TableHead .rdt_TableCol:nth-child(even) .rdt_TableCol_Sortable {
    position: relative;
    padding-left: 30px;
}

.data-sourses-all .assi-stat-tables .rdt_TableRow .rdt_TableCell:nth-child(even)>div {
    padding-left: 30px;
}

.data-sourses-all .assi-stat-tables .rdt_TableHead .rdt_TableCol:nth-child(even) .rdt_TableCol_Sortable span {
    color: #009dd9;
    font-size: 16px;
    position: relative;
    top: 1px;
}

.data-sourses-all .assi-stat-tables .rdt_TableHead .rdt_TableCol:nth-child(even) .rdt_TableCol_Sortable:before {
    position: absolute;
    left: 0;
    top: 15px;
    content: "";
    background: url(../img/sorting-icon.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.data-sourses-all .assi-stat-tables .rdt_TableRow {
    padding: 0 0 0 0px !important;
}

.data-sourses-all .datasource-type {
    white-space: normal !important;
    overflow: visible;
    text-overflow: unset;
}

.data-sourses-all span.datasource-icon svg {
    margin-right: 10px;
    min-width: 50px;
    height: 30px;
}

.data-sourses-all span.datasource-icon {
    max-width: 50px;
    min-width: 50px;
    margin-right: 8px;

}

.assis-statistics-dash .data-sourses-all .assis-table-top h4 {
    position: relative;
    top: -2px;
}

.assi-stat-tables .manage-intents-table .rdt_TableHead .rdt_TableCol:first-child {
    min-width: 0;
    position: relative;
    padding-left: 0;
}

.assi-stat-tables .manage-intents-table .rdt_TableRow .rdt_TableCell:first-child [data-tag="allowRowEvents"]::before {
    display: none;
}

.assi-stat-tables .manage-intents-table .rdt_TableRow .rdt_TableCell:first-child [data-tag="allowRowEvents"] {
    padding-left: 0;
    height: auto;
}


.assi-stat-tables .manage-intents-table .rdt_TableHead .rdt_TableCol:last-child,
.assi-stat-tables .manage-intents-table .rdt_TableRow .rdt_TableCell:last-child {
    width: auto;
    max-width: 100px;
    margin-left: 20px;
}

.assi-stat-tables .manage-intents-table .rdt_TableHead .rdt_TableCol:nth-child(2) .rdt_TableCol_Sortable:before,
.assi-stat-tables .manage-intents-table .rdt_TableHead .rdt_TableCol:nth-child(3) .rdt_TableCol_Sortable:before {
    position: absolute;
    left: -28px;
    top: 15px;
    content: "";
    background: url(../img/sorting-icon.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.assi-stat-tables .manage-intents-table .rdt_TableHead .rdt_TableCol:first-child,
.assi-stat-tables .manage-intents-table .rdt_TableRow .rdt_TableCell:first-child {
    max-width: 200px;
}

.assi-stat-tables .manage-intents-table .rdt_TableHead .rdt_TableCol:nth-child(2),
.assi-stat-tables .manage-intents-table .rdt_TableRow .rdt_TableCell:nth-child(2) {
    max-width: 300px;
}

.assi-stat-tables .manage-intents-table .rdt_TableRow .rdt_TableCell {
    align-items: flex-start;
}

.assi-stat-tables .manage-intents-table .rdt_TableHead .rdt_TableCol .rdt_TableCol_Sortable span {
    color: #009dd9;
    font-size: 16px;
    position: relative;
    top: 1px;
}

.assi-stat-tables .manage-intents-table .rdt_TableHead .rdt_TableCol {
    padding: 0;
}

.assi-stat-tables .manage-intents-table .rdt_TableHead .rdt_TableCol:first-child .rdt_TableCol_Sortable:before {
    position: absolute;
    left: -26px;
    top: 15px;
    content: "";
    background: url(../img/sorting-icon.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.assi-stat-tables .manage-intents-table .rdt_TableRow .rdt_TableCell:last-child {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.assi-stat-tables .manage-intents-table .rdt_TableHead .rdt_TableHeadRow {
    padding-left: 45px;
}


/* .data-sourses-all .manage-intents-table .assi-stat-tables .rdt_TableHead .rdt_TableCol:nth-child(:not(:last-child)) .rdt_TableCol_Sortable{
    position: relative;
    padding-left: 30px;
} */


/* .assi-stat-tables .rdt_TableRow .rdt_TableCell [data-tag="allowRowEvents"]::before{
    content: "";
    position: absolute;
    left: 0;
    background-image:url("/assets/img/user-img-thumb.png");
    height: 40px;
    width: 40px;
} */


@media only screen and (max-width: 1440px) {
    .assis-statistics-dash table .user-questions img {
        width: 32px;
        height: 32px;
    }

    .assis-statistics-dash table td,
    .assis-statistics-dash table th {
        font-size: 15px;
    }

    .assis-statistics-dash .assis-table-top h4 {
        font-size: 22px;
    }

    .assis-statistics-dash table td {
        padding: 13px 0;
    }

    .assis-statistics-dash .questation-tabs .nav.nav-tabs a {
        padding: 15px 30px;
        font-size: 15px;
    }

    .assis-statistics-dash .assis-table-top {
        padding: 20px 30px 15px;
    }

    .assis-statistics-dash table {
        padding: 0;
    }

    .assis-statistics-dash table thead tr th:first-child,
    .assis-statistics-dash table tbody tr td:first-child {
        padding-left: 30px;
    }

    .assis-statistics-dash table thead tr th:last-child,
    .assis-statistics-dash table tbody tr td:last-child {
        padding-right: 30px !important;
    }

    .assis-statistics-dash table tr td .user-questions {
        padding-right: 30px;
    }

    .assis-statistics-dash table tr td .date-time {
        padding-right: 30px;
    }

    .assis-statistics-dash table thead th {
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .assis-statistics-dash table thead tr th:last-child {
        text-align: left;
        padding-left: 36px;
    }

    .assis-statistics-dash.manage-data-source table thead tr th:last-child {
        text-align: center;
        padding-left: 0;
    }

    .assi-stat-tables .rdt_TableRow .rdt_TableCell {
        font-size: 15px;
    }

    .assi-stat-tables.questions-common-table .rdt_TableHead .rdt_TableCol:first-child {
        min-width: 365px;
        flex: 0 0 365px;
    }

    .assi-stat-tables.four-col-table .rdt_TableHead .rdt_TableCol:first-child {
        min-width: 156px;
        flex: 0 0 156px;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 1280px) {
    .assis-statistics-dash .questation-tabs .nav.nav-tabs a {
        padding: 15px;
    }

    .assis-statistics-dash.manage-data-source .assis-table-top {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 1199px) {

    .assi-stat-tables .rdt_TableRow .rdt_TableCell,
    .assi-stat-tables .rdt_TableCol_Sortable {
        font-size: 13px;
    }

}

@media only screen and (max-width: 767px) {

    .assis-statistics-dash table td,
    .assis-statistics-dash table th {
        font-size: 14px;
    }

    .assis-statistics-dash table thead th {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .assis-statistics-dash .assis-table-top h4 {
        font-size: 18px;
        margin-right: 7px;
    }

    .assis-statistics-dash .assis-table-top {
        padding: 20px 15px 15px;
    }

    .assis-statistics-dash.manage-data-source .assis-table-top {
        padding: 20px 15px 15px 30px;
    }
}

.assis-statistics-dash table tr td .status,
.table-responsive span.status.done-status {
    color: #238724;
}

.table-responsive span.status.failed-status {
    color: #f40000;
}

.manage-data-source table tr td:not(:first-child) {
    padding-left: 10px;
}

.manage-data-source table thead th:nth-child(3n),
.manage-data-source table tr td:nth-child(3n) {
    max-width: 100px;
    width: 100px !important;
    min-width: 100px;
}

.manage-data-source table thead th:nth-child(4n),
.manage-data-source table tr td:nth-child(4n) {
    max-width: 80px;
    width: 80px !important;
    min-width: 80px;
}

.manage-data-source table thead th:last-child,
.manage-data-source table tr td:last-child {
    max-width: 80px;
    width: 80px !important;
    min-width: 80px;
}

.manage-data-source .data-format {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.manage-data-source .data-format .dropdown.open .dropdown-menu {
    display: block;
    right: 0;
    margin-top: 3px;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #dedede;
    border-radius: 10px;
    padding: 15px 15px 15px 10px;
}

.manage-data-source .data-format button {
    border: 0;
    background: transparent;
}

.manage-data-source .data-format button::after {
    display: none;
}

.manage-data-source table thead th:first-child:before,
.manage-data-source table thead th:last-child:before,
.manage-data-source table thead th:first-child::after,
.manage-data-source table thead th:last-child::after {
    display: none;
}

.manage-data-source table thead th:nth-child(3):before,
.manage-data-source table thead th:nth-child(3):after {
    display: none;
}

.manage-data-source table thead th:nth-child(4):before,
.manage-data-source table thead th:nth-child(4):after {
    display: none;
}

.manage-data-source .data-format .dropdown-item .items .thumb {
    width: 42px;
}

.manage-data-source .data-format .dropdown-item .items {
    margin: 3px 0;
    display: flex;
    align-items: center;
}

.manage-data-source .data-format .dropdown-item .items svg {
    margin-right: 5px;
    height: 32px;
    min-width: 26px;
}

.manage-data-source .data-format .dropdown-item .items span {
    font-size: 14px;
    color: #0a0a0a !important;
}

.manage-data-source .data-format .dropdown-item {
    background: transparent !important;
}

.manage-data-source table thead th .refresh svg {
    width: 20px;
    height: 20px;
    margin-left: 15px;
}

.manage-data-source table .user-questions {
    display: flex;
    align-items: center;
}

.manage-data-source table thead tr th:nth-child(3),
.manage-data-source table tbody tr td:nth-child(3) {
    padding-left: 30px;
}

.manage-data-source table .user-questions .thumb {
    max-width: 50px;
    min-width: 50px;
    margin-right: 8px;
}

.assis-statistics-dash.manage-data-source table .user-questions svg {
    min-width: 50px;
    height: 30px;
}

.assis-statistics-dash.manage-data-source .dataTables_wrapper {
    position: relative;
}
.new-lead-seachbar.searchbox{
    max-width: 300px;
    margin: 10px auto 0;
}
.assis-statistics-dash.manage-data-source .searchbox, .searchbox {
    position: relative;
}

.assis-statistics-dash.manage-data-source .searchbox .close-icon svg, .searchbox .close-icon svg {
    width: 17px;
}

.assis-statistics-dash.manage-data-source .searchbox .close-icon, .searchbox .close-icon {
    position: relative;
    right: 30px;
}

.new-lead-seachbar.searchbox .close-icon{
    position: absolute;
    right: 30px;
    top: 50%;
}

.new-lead-seachbar.searchbox .close-icon svg{
    width: 14px;
}

.new-lead-seachbar.searchbox .search-icon svg{
    width: 20px;
}

.assis-statistics-dash.manage-data-source .searchbox svg, .searchbox svg {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.new-lead-seachbar.searchbox input[type="text"]{
   min-width: auto;
   height: 36px;
}
.assis-statistics-dash.manage-data-source .searchbox input[type="text"], .searchbox input[type="text"]{
    min-width: 350px;
    width: 100%;
    height: 46px;
    border-radius: 28px;
    padding-left: 15px;
    outline: none !important;
    border: 1px solid #c5c8cf !important;
}

.assis-statistics-dash.manage-data-source .searchbox input[type="text"]:focus,
.assis-statistics-dash.manage-data-source .searchbox input[type="text"]:hover {
    border: 1px solid #c5c8cf !important;
}

.manage-data-source .back-link {
    display: flex;
    align-items: center;
    gap: 15px;
}

.manage-data-source .back-link button {
    background: transparent;
    margin: 0;
    padding: 0;
    border: 0;
}

.page-container .dashboard-contain .login-with-facebook {
    background-color: #1877f2;
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    padding: 0 24px;
}

.page-container .dashboard-contain .login-with-facebook.logout {
    background-color: #dc3545;
}

@media only screen and (max-width: 1440px) {
    .assis-statistics-dash.manage-data-source .searchbox input {
        height: 36px;
        font-size: 14px;
    }

    .assis-statistics-dash.manage-data-source .back-link h4 {
        padding: 10px 0;
    }

    .assis-statistics-dash.manage-data-source .searchbox svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 991px) {

    .assi-stat-tables .rdt_TableCol_Sortable,
    .assi-stat-tables .rdt_TableRow .rdt_TableCell {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .sidebar-menu-list .menu-items.active {
        background: transparent;
    }

    .sidebar-menu-list .menu-items.active .title p {
        /* color: #009dd9; */
        font-size: 14px;
    }

    .sidebar-menu-list .menu-items .title p {
        font-size: 14px;
    }

    .sidebar-menu-list .menu-items {
        margin: 0px 0px 10px;
        padding: 3px 5px;
    }

    .sidebar_mobile_sidebar .sidebar-menu-list .menu-items.active {
        padding: 3px 5px;
    }

}

/**** Channel-pages-24-7 ****/


.channels-main-wrapper {
    display: flex;
    gap: 20px;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}

.channel-title {
    font-size: 30px;
    line-height: 40px;
    margin: 30px 0;
}


.channels-main-wrapper .channels-left-tabs {
    box-shadow: 0px 3px 30px 0px #0000000D;
    flex: 0 0 100px;
    min-width: 100px;
    padding: 20px 18px;
    background-color: #fff;
    border-radius: 15px;
}

.channels-main-wrapper .channels-left-tabs .nav-tabs .nav-link {
    border-radius: 10px;
    background-color: #f4f5f7;
    height: 64px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.channels-main-wrapper .channels-left-tabs .nav-tabs .nav-link:focus,
.channels-main-wrapper .channels-left-tabs .nav-tabs .nav-link:hover,
.channels-main-wrapper .channels-left-tabs .nav-tabs .nav-link.active {
    border: 1px solid #009DD9;
    background-color: #ebf9ff;
}

.channels-main-wrapper .channels-left-tabs .nav-tabs .nav-link {
    margin-bottom: 15px;

}

.channels-main-wrapper .channels-right-area {
    width: calc(100% - 130px);

}

.channels-right-area {
    box-shadow: 0px 3px 30px 0px #0000000D;
    border-radius: 15px;
    background-color: #fff;
    height: 100%;
    padding: 30px;
    color: #646975;
}

.channels-right-area p {
    font-size: 13px;
}

.channels-right-area strong,
.channels-right-area b {
    color: #0A0A0A;
    font-weight: 600;
}


.channel-connect-box {
    display: flex;
    gap: 20px;
    justify-content: space-between;

}

.channel-connect-box .channel-connect-left {
    display: flex;
    gap: 20px;
}


.common-btn {
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    background-color: #009dd9;
    border-radius: 45px;
    text-align: center;
    border: 0;
    outline: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid transparent;
    transition: 0.3s all ease-in-out;
}

.common-btn:hover {
    background-color: #fff;
    border: 1px solid #009dd9;
    color: #009dd9;
}

.common-btn.border {
    border: 1px solid #009dd9 !important;
    background-color: #fff;
    color: #009dd9;

}

.common-btn.border:hover {
    background-color: #009dd9;
    color: #fff;
}

.channel-connect-box .channel-connect-btn .common-btn {
    transition: 0.3s all ease-in-out;
    border: 1px solid transparent;
}

.channel-connect-box .channel-connect-btn .common-btn:hover {
    transition: 0.3s all ease-in-out;
    background-color: #fff;
    border: 1px solid #009dd9;
    color: #009dd9;
}

.channel-connect-box .channel-connect-left .channel-icon img {
    width: 50px;
    height: 50px;
}

.channels-right-area .channel-name b {
    font-size: 18px;
    line-height: 26px;
    color: #0A0A0A;
    font-weight: 600;
    margin-bottom: 2px;
    display: block;
}

.channels-right-area .channel-name.w-100 b {
    font-size: 16px;
}


.channels-right-area .suggestion-box {
    background-color: #ebf9ff;
    padding: 20px 25px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.channels-right-area .popup-message-item .site-url {
    max-height: 90px;
    height: 90px;
}

.channels-right-area .suggestion-box::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    height: 100%;
    width: 4px;
    background-color: #009DD9;
}

.channels-right-area .suggestion-box b {
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
}

.channels-right-area .business-hours .titles b {
    margin-bottom: 5px;
    display: block;
}

.channels-right-area .bus-hours-selection {
    display: flex;
    gap: 15px;
    align-items: flex-end;
    margin-bottom: 20px;

}

.channels-right-area .bus-hours-selection label {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #0A0A0A;
}

.channels-right-area .bus-hours-selection .field-input-box {
    height: 48px;
    padding: 0 15px;
    border-radius: 24px;
    border: 1px solid #C5C8CF;
    display: flex;
    align-items: center;
    min-width: 160px;
    max-width: 160px;
    position: relative;

}

.channels-right-area .bus-hours-selection .field-box-list {
    display: flex;
    gap: 15px;
}

.channels-right-area .bus-hours-selection .field-input-box img {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.channels-right-area .bus-hours-selection .field-input-box select {
    border: 0;
    outline: none;
    color: #0A0A0A;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    width: 100%;
    -webkit-appearance: none;
    /* for Chrome, Safari, Edge, Opera */
    -moz-appearance: none;
    /* for Firefox */
    appearance: none;
    position: relative;
    background-color: transparent;
    z-index: 1;
    padding: 5px;
}

.channels-right-area .bus-hours-selection .field-input-box input {
    color: #0A0A0A;
    font-size: 14px;
}

.channels-right-area .bus-hours-selection .field-input-box select option {
    padding: 10px;
}

.bus-hours-selection .field-input-box input {
    width: 100%;
    border: 0;
    outline: none;
}

.bus-hours-selection .field-input-box input::placeholder {
    color: #0A0A0A;
}

.bus-hours-selection .field-input-box input::-webkit-input-placeholder {
    color: #0A0A0A;
}

.bus-hours-selection .field-input-box input::-moz-placeholder {
    color: #0A0A0A;
}

.bus-hours-selection .field-input-box input:-ms-input-placeholder {
    color: #0A0A0A;
}

.bus-hours-selection .field-input-box input::-ms-input-placeholder {
    color: #0A0A0A;
}

.bus-hours-selection .close-fields {
    background-color: transparent;
    border: 0;
    outline: none;
    display: flex;
    align-items: center;
    height: 48px;
    line-height: 48px;
}

.add-hours-option {
    margin-bottom: 15px;
}

.add-hours-option button {
    background-color: transparent;
    outline: none;
    border: 0;
    letter-spacing: 0.2px;
    font-size: 16px;
    font-weight: 700;
    color: #009DD9;

}

.channels-right-area .live-chat-option {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.channels-right-area .live-chat-option input {
    height: 20px;
    display: block !important;
}

.channels-right-area .live-chat-option .form-check-input:checked {
    background-color: #009dd9;
    border-color: #009dd9;
    cursor: pointer;
}

.channels-right-area .live-chat-option .chat-op-text b {
    font-size: 14px;
    margin-bottom: 0;
}

.channel-connect-box .channel-connect-btn .common-btn.code-snippet-btn {
    background-color: #fff;
    border: 1px solid #009dd9;
    color: #009dd9;
    gap: 10px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.channel-connect-box .channel-connect-btn .common-btn.code-snippet-btn span {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.channel-connect-box .channel-connect-btn .common-btn.code-snippet-btn:hover {
    background-color: #009dd9;

}

.channel-connect-box .channel-connect-btn .common-btn.code-snippet-btn:hover svg path {
    fill: #fff;
}

.channel-connect-box .channel-connect-btn .common-btn.code-snippet-btn:hover span {
    color: #fff;
}

.channel-top-content .chatboat-tabs .nav-link {
    border: 0;
    font-size: 16px;
    color: #646975;
    font-weight: 600;
    padding: 12px 15px;
}

.channel-top-content .document_loading .items label{
    font-weight: 500;
    margin-bottom: 5px;
}

.channel-top-content .chatboat-tabs .nav-link.active {
    border-bottom: 4px solid #009dd9;
    color: #009dd9 !important;
}

.channel-top-content .chatboat-tabs {
    border-bottom: 2px solid #CCD2E0;
    margin-bottom: 20px;
}

.channel-top-content .pop_up_document_loading label {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
    color: #0A0A0A;
    font-weight: 600;
}


.chatboat-widget-frame {
    padding: 20px;
    background-color: #f4f5f7;
    border-radius: 10px;
    user-select: none;
}

.chatboat-widget-frame #iera-chat-wrapper-preview {
    padding: 15px 15px 7px 15px;
    border-radius: 15px;
    background: #fff;
    position: relative;
    display: block !important;
    user-select: none;
}

.chatboat-widget-frame .reset-btn {
    font-size: 14px;
    background: #146C94;
    color: #f6f6f7;
    padding: 2px 7px;
    border-radius: 6px;
    position: absolute;
    right: 53px;
    border: 0;
    top: 16px;
    gap: 5px;
    display: flex;
    height: 27px;
    align-items: center;
    z-index: 0;
    cursor: pointer;
}


.chatboat-widget-frame .close-icon {
    position: absolute;
    right: 15px;
    top: 16px;
    cursor: pointer;
    font-size: 14px;
    padding: 2px 7px;
    border-radius: 6px;
    border: 0;
    display: flex;
    height: 27px;
    align-items: center;
    z-index: 0;
    background: #146C94;
    color: #f6f6f7;
}

.chatboat-widget-frame .close-icon svg {
    width: 16px;
    height: 16px;
}

.chatboat-widget-frame .reset-btn p {
    margin: 0;
}


.chatboat-widget-frame #iera-chat-wrapper-preview .chat-question-preview-top {
    position: relative;
    max-height: 400px;
    overflow: auto;
    overflow-x: hidden;
    margin-top: 35px;
    top: -41px;
    margin-bottom: -26px;
}

.chatboat-widget-frame #iera-chat-wrapper-preview .chat-question-preview-top>.chat-question-preview {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    padding-bottom: 0;
}

.chatboat-widget-frame #iera-chat-wrapper-preview .logo-thumb {
    display: flex;
    width: 36px;
    align-items: center;
    justify-content: center;
    height: 36px;
}

.chatboat-widget-frame #iera-chat-wrapper-preview .user-question-preview {
    display: flex;
    align-items: center;

}

.chatboat-widget-frame #iera-chat-wrapper-preview .user-question-preview .logo-thumb {
    display: flex;
    width: 50px;
    align-items: center;
    justify-content: flex-start;
    height: 50px;
}

.chatboat-widget-frame #iera-chat-wrapper-preview .user-question-preview svg {
    border-radius: 5px;
    border: 1px solid #146C94;
    padding: 3px;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
}

.chatboat-widget-frame #iera-chat-wrapper-preview .user-question svg path {
    fill: #146C94;
}

.chatboat-widget-frame #iera-chat-wrapper-preview .user-question-preview p {
    margin: 0;
    padding: 0 0 0 0px;
    color: #0A0A0A;
}

.chatboat-widget-frame #iera-chat-wrapper-preview ul.question-list {
    margin: 0 0 0px 20px;
    padding: 10px 0 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.chatboat-widget-frame #iera-chat-wrapper-preview ul.question-list li {
    background: #146c94;
    color: #f6f6f7;
    font-size: 13px;
    padding: 7px 9px;
    margin-right: 10px;
    text-align: center;
    border-radius: 8px;
    display: inline-flex;
    line-height: 22px;
    margin-bottom: 10px;
    max-width: 48%;
    text-align: left;
    cursor: pointer;
    max-width: max-content;
}

.chatboat-widget-frame #iera-chat-wrapper-preview .border-common {
    background: #E7E6F1;
    margin: 3px 0;
}

.chatboat-widget-frame #iera-chat-wrapper-preview .chat-question-preview.first {
    width: calc(100% - 110px);
    margin-top: 0;
}

.chatboat-widget-frame #iera-chat-wrapper-preview .chat-question-preview {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}


.chatboat-widget-frame #iera-chat-wrapper-preview .chat-question-preview .para p {
    color: #0A0A0A;
}

.chatboat-widget-frame #iera-chat-wrapper-preview .feedback-btn-group button {
    font-size: 15px;
    border-radius: 5px;
    padding: 2px 5px;
    border: 0;
    outline: none;
    margin-right: 5px;
    cursor: pointer;
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    border-color: #146C94;
    background: #146C94;
    color: #f6f6f7;
}

.chatboat-widget-frame #iera-chat-wrapper-preview .feedback-box {
    margin-bottom: 10px;
}

.chatboat-widget-frame #iera-chat-wrapper-preview .ask-me-box {

    border-radius: 10px;
    padding: 8px 10px;
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 100%;
    background-color: #eff1f6;
    margin-bottom: 5px;
    margin-top: 25px;

}

.chatboat-widget-frame #iera-chat-wrapper-preview .ask-me-box textarea {
    height: 28px !important;
    line-height: 28px;
    background: transparent !important;
    margin: 0 !important;
    border: 0;
    outline: none;
    width: 100%;
    font-size: 15px;
    padding: 0 10px;
    resize: none;
}

.chatboat-widget-frame #iera-chat-wrapper-preview .ask-me-box button {
    font-size: 14px;
    padding: 2px 7px;
    border-radius: 6px;
    display: flex;
    height: 27px;
    align-items: center;
    border: 0;
    outline: none;
    background: #146C94;
    color: #f6f6f7;

}

.chatboat-widget-frame #iera-chat-wrapper-preview .ask-me-box button p {
    margin: 0;
    font-size: 14px;
}

.chat-answers {
    width: calc(100% - 55px);
}

.chatboat-widget-frame img {
    width: 100%;
    height: auto;
}

.chatboat-upload-option {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
}

.chatboat-upload-option .btn-group {
    display: flex;
    align-items: center;
    gap: 15px;
}

.chatboat-upload-option .chatboat-icon {
    position: relative;
}

.chatboat-upload-option .chatboat-icon .remove-i-icon {
    position: absolute;
    right: -24px;
    top: -8px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #146C94;
    border: 0;
    outline: none;

}

.chatboat-upload-option .chatboat-icon .remove-i-icon svg {
    width: 18px;
    height: auto;
}



.chatboat-upload-option .common-btn.border {
    background-color: #fff;
    border: 1px solid #009dd9 !important;
    color: #009dd9;
    border-radius: 8px;
    white-space: nowrap;

}

.chatboat-upload-option .common-btn.border:hover {
    background-color: #009dd9;
    color: #fff;
}

.channel-top-content .document_loading .items {
    margin: 0;
    padding: 0;
}

.channel-top-content .document_loading .title {
    margin: 15px 0 20px;
}

.color-selection-option {
    margin-bottom: 10px;
}


.channel-top-content .title {
    margin: 0px 0 20px;
}

.channel-top-content .title b {
    font-size: 16px;
}

.color-selection-option ul li {
    text-align: left;
    display: flex;

}

.color-selection-option ul li .color-option {
    background-color: #EFF1F6;
    border: 1px solid #C5C8CF;
    border-radius: 24px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 9px;
    height: 48px;
    line-height: 48px;
}

.color-selection-option ul li .color-option input[type="color"] {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    padding: 0;
    outline: none;
    background-color: #146c94;
    border-radius: 50%;
    overflow: hidden;
}

.color-option input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
}

.color-option input[type="color"]::-webkit-color-swatch {
    border: none;
    background-color: transparent;
}

.color-option input[type="color"]::-moz-color-swatch {
    border: none;
    background-color: transparent;
}

.color-selection-option ul li .color-option.bg-color input[type="color"] {
    background-color: #fff;
}

.color-selection-option ul li .color-option.font-color input[type="color"] {
    background-color: #3a3a3a;
}

.color-selection-option ul li .color-option.button-color input[type="color"] {
    background-color: #146c94;
}

.color-selection-option ul li p {
    margin-bottom: 8px;
}

.chatboat-design-structure .btn-group {
    margin-left: auto;
    justify-content: flex-end;
    margin-top: 40px;
    display: flex;
    gap: 15px;
}

.chatboat-design-structure .btn-group .common-btn {
    min-width: 130px;
}



.color-selection-option ul li .color-option span {
    color: #0A0A0A;
}

.document_loading .items .color-selection-option ul li {
    width: 31%;
    margin-bottom: 10px;
}

.document_loading .items .color-selection-option ul li.option-text {
    width: 30px;
    min-width: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.document_loading .items .color-selection-option ul li.option-text b {
    color: #146C94;
    font-weight: 600;
    font-size: 16px;

}

.document_loading .items .color-selection-option ul li:last-child {
    margin-right: 0;
}


.channel-top-content .popup-message-box .common-btn {
    margin: 10px 0 15px;
    white-space: nowrap;
}

.channels-right-area .popup-message-item {
    border: 1px solid #C5C8CF;
    border-radius: 10px;
    margin: 15px 0;
}

.channels-right-area .popup-message-item .site-url {
    padding: 15px;
}

.channels-right-area .popup-message-item .site-url a {
    text-decoration: none;
    color: #0A0A0A;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;

}

.channels-right-area .popup-message-item .site-url p {
    color: #646975;
    font-size: 13px;
    line-height: 17px;
}

.channels-right-area .popup-message-item .popup-box-setting {
    display: flex;
    justify-content: space-between;
    padding: 8px 5px;
    border-top: 1px solid #C5C8CF;

}

.channels-right-area .popup-message-item .popup-box-setting button {
    display: flex;
    gap: 5px;
}

.channels-right-area .popup-message-item .popup-box-setting button,
.channels-right-area .popup-message-item .popup-box-setting select {
    border: 0;
    outline: none;
    background-color: transparent;
}

.channels-right-area .popup-message-item .popup-box-setting select {
    color: #646975;
    font-size: 14px;
    letter-spacing: 0.2px;
    color: #009DD9;
}

.channels-right-area .popup-message-item .popup-box-setting select option {
    color: #646975;
}

.pop-up-messaage .document_loading .items .form-group {
    display: flex;
    flex-direction: column;
}

.modal.pop-up-messaage .document_loading .items label {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
    margin-bottom: 5px;
    color: #0A0A0A;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.modal.pop-up-messaage .document_loading .items label span {
    display: inline-flex;
}

.modal.pop-up-messaage .document_loading .items label img {
    margin-left: 5px;
    width: 18px;
}

.modal.common-modal .playground-modal-content .question-box-content .search-box img {
    margin-left: 5px;
}

.modal-open .tooltip {
    left: 10px !important;
}

.modal-open .tooltip .tooltip-inner {
    min-width: max-content !important;
    left: 10px !important;
}

.common-modal .modal-content {
    max-width: 1060px;
}

.modal.common-modal .modal-dialog {
    transform: translateY(-50%) !important;
    top: 50%;
    max-height: calc(100vh - 85px);
    height: auto;
    overflow: auto;
    margin: 0 auto;
    display: flex;
    max-width: 1060px;
    width: 100%;

}

.modal.common-modal .modal-dialog .playground-modal-content {
    border-radius: 20px;
    background-color: #fff;
    padding: 30px;
}

.modal.pop-up-messaage .document_loading textarea {
    max-width: 100%;
    border: 1px solid #c5c8cf;
}

.modal.pop-up-messaage .document_loading .items input[type="text"] {
    max-width: 100%;

}

.modal.pop-up-messaage .playground-modal-content .question-box-content {
    margin-top: 20px;
}

.modal.common-modal .modal-dialog .playground-modal-content h2 {
    text-align: center;
    color: #0A0A0A;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.modal.common-modal .modal-dialog .popup-show-time {
    text-align: center;
    margin-top: 20px;
}

.modal.common-modal .playground-modal-content .question-box-content .search-box h5 {
    font-weight: 700;
}

.modal.common-modal .search-box-inner {
    position: relative;
}

.modal.common-modal .search-box-inner button {
    position: absolute;
    right: 44px;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    border: 0;
    background-color: transparent;
    padding: 0;
}

.modal.common-modal .search-box-inner .close-s-btn svg{
    width: 15px;
}

.modal.common-modal .search-box-inner button svg{
    width: 18px;
}

.modal.common-modal .search-box-inner button.dropdown-icon{
    right: 0;
    background: #009dd9;
    border-radius: 0 30px 30px 0;
    padding: 0px 10px;
    height: 100%;
}

.modal.common-modal .search-box-inner button.dropdown-icon svg path{
    color: white;
    stroke: white;
}


div.popup-show-time input[type="number"] {
    width: 60px !important;
}

.modal.common-modal .modal-dialog .popup-show-time input {
    width: 36px;
    min-width: 36px;
    height: 36px;
    display: inline-block;
    border-radius: 8px;
    border: 1px solid #C5C8CF;
    color: #0A0A0A;
    padding: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 0 5px;

}

.modal.common-modal .modal-dialog .popup-show-time p {
    font-size: 16px;
}

.modal.common-modal .modal-dialog .btn-group {
    gap: 15px;
}


.modal.common-modal .modal-dialog .playground-modal-content input::placeholder,
.modal.common-modal .modal-dialog .playground-modal-content textarea::placeholder {
    color: #8B909E !important;
    font-weight: 500;
}

.modal.common-modal .modal-dialog .playground-modal-content input::-webkit-input-placeholder,
.modal.common-modal .modal-dialog .playground-modal-content textarea::-webkit-input-placeholder {
    color: #8B909E !important;
    font-weight: 500;
}

.modal.common-modal .modal-dialog .playground-modal-content input::-moz-placeholder,
.modal.common-modal .modal-dialog .playground-modal-content textarea::-moz-placeholder {
    color: #8B909E !important;
    font-weight: 500;
}

.modal.common-modal .modal-dialog .playground-modal-content input:-ms-input-placeholder,
.modal.common-modal .modal-dialog .playground-modal-content textarea:-ms-input-placeholder {
    color: #8B909E !important;
    font-weight: 500;
}

.modal.common-modal .modal-dialog .playground-modal-content input::-ms-input-placeholder,
.modal.common-modal .modal-dialog .playground-modal-content textarea::-ms-input-placeholder {
    color: #8B909E !important;
    font-weight: 500;
}

.modal.common-modal .modal-dialog .chat-widget-code {
    max-width: 100%;
    padding: 25px;
    margin: 10px auto 20px;
    height: 250px;
    font-size: 16px;
    background: transparent;
    border: 0;
    border-radius: 15px;
    background-color: #f2fafd;
    border: 1px solid #AFDDEE;
    width: 100%;
    color: #146C94;
    font-weight: 500;
}

.channels-right-area .channel-lists-items {
    border: 1px solid #C5C8CF;
    border-radius: 10px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    padding: 15px;
    justify-content: space-between;
}

.channels-right-area .channel-lists-items .form-switch .form-check-input {
    display: block !important;
    height: 20px;
    width: 36px;
    margin-left: auto;
}

.channels-right-area .channel-lists-items .form-switch .form-check-input:checked {
    background-color: #009dd9;
    border-color: #009dd9;
    display: flex;
    cursor: pointer;
}

.channels-right-area .channel-lists-items .channel-connect-left {
    display: flex;
    gap: 10px;
    align-items: center;
}

.channels-right-area .channel-lists-items .channel-connect-left b {
    margin: 0;
    font-size: 16px;
}

.channels-right-area .channel-lists-items .channel-connect-left .channel-icon img {
    width: 30px;
    height: 30px;
}

.channels-right-area .channel-lists-items .form-switch {
    margin: 0;
    padding: 0;
    min-height: 0;
}

.channels-right-area .code-instruction-points {
    margin-bottom: 30px;
}

.channels-right-area .code-instruction-points ul {
    list-style-type: decimal;
    margin-left: 15px;
    padding-left: 0;

}


.channels-right-area .code-instruction-points ul li {
    font-size: 16px;
    font-weight: 500;
    color: #646975;
    margin: 5px 0;
}

.channels-right-area .code-instruction-points p b {
    font-size: 20px;
}


.modal.common-modal#codesnippetModal .modal-dialog .playground-modal-content {
    padding: 30px 60px;
}

.lead-info-popup table th{
    background-color: #EFF1F6;
    
}
.lead-info-popup table th:first-child{
    border-radius: 15px 0 0 0;
    
}

.lead-info-popup table th:last-child{
    border-radius: 0px 15px 0 0;
    
}


.tooltip {
    /* background-color: white !important;
    color: black !important; */
    --bs-tooltip-color: #080707 !important;
    --bs-tooltip-bg: #d9d9d9 !important;
}


@media only screen and (max-width: 1580px) {
    .channels-main-wrapper .channels-left-tabs {
        flex: 0 0 80px;
        min-width: 80px;
        padding: 15px 10px;
    }

    .channels-main-wrapper .channels-left-tabs .nav-tabs .nav-link {
        height: 50px;
        width: 50px;
    }

    .channels-main-wrapper .channels-left-tabs .nav-tabs .nav-item {
        display: flex;
        justify-content: center;
    }

    .channels-main-wrapper .channels-left-tabs .nav-tabs .nav-link img {
        width: 30px;
        height: 30px;
    }

    .channels-right-area .bus-hours-selection .field-input-box {
        height: 35px;
        min-width: 106px;
        max-width: 110px;
        padding: 0 10px;
    }

    .channels-right-area .bus-hours-selection .field-input-box img {
        width: 18px;
        height: auto;
        right: 7px;
    }

    .channels-right-area .bus-hours-selection .field-box-list {
        gap: 10px;
    }

    .channels-right-area .bus-hours-selection .close-fields {
        height: 35px;
        line-height: 35px;
    }

    .channels-right-area .bus-hours-selection .field-input-box input,
    .channels-right-area .bus-hours-selection .field-input-box select {
        font-size: 13px;
    }

    .bus-hours-selection {
        gap: 5px;
    }

    .channels-right-area .suggestion-box {
        padding: 10px 15px;
    }

    .channels-right-area .suggestion-box b {
        margin-bottom: 5px;
    }

    .channels-right-area .suggestion-box p {
        margin-bottom: 5px;
    }

    .channel-title {
        font-size: 20px;
        line-height: 30px;
        margin: 10px 0;
    }

    .channels-right-area {
        padding: 20px;
    }

    .channel-connect-box .channel-connect-left {
        gap: 10px;
    }

    .channel-connect-box .channel-connect-left .channel-icon img {
        width: 35px;
        height: 35px;
    }

    .channels-main-wrapper .channels-right-area {
        width: calc(100% - 80px);
    }

    .color-selection-option ul li .color-option {
        height: 40px;
        line-height: 40px;
        gap: 5px;
    }


    .color-selection-option ul li .color-option span {
        font-size: 13px;
    }

    .color-selection-option ul li {
        min-width: 110px;

    }

    .document_loading .items .color-selection-option ul li {
        margin-right: 10px;
    }


    .modal.pop-up-messaage .playground-modal-content .question-box-content {
        margin-top: 10px;
    }



    .channel-top-content .document_loading .items input[type="text"],
    .modal.pop-up-messaage .document_loading textarea {
        padding: 9px 15px;
    }

    .chatboat-upload-option {
        gap: 15px;
        flex-wrap: wrap;
    }

    .chatboat-upload-option .btn-group {
        gap: 10px;
    }

    .chatboat-upload-option .chatboat-icon {
        max-width: 75px;
    }

    .chatboat-upload-option .chatboat-icon img {
        width: 100%;
        height: auto;
    }

    .chatboat-upload-option .common-btn {
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }

    .channel-top-content .chatboat-tabs .nav-link {
        padding: 7px 15px;
    }

    .channel-top-content .chatboat-tabs .nav-link.active {
        border-bottom: 2px solid #009dd9;
    }

    .channel-top-content .chatboat-tabs {
        border-width: 1px;
        margin-bottom: 20px;
    }

    .color-selection-option ul li p b {
        font-size: 13px;
    }

    .channel-top-content .document_loading .title,
    .channel-top-content .title {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .channels-right-area .popup-message-item .popup-box-setting button img {
        width: 18px;
        height: auto;
    }

    .channels-right-area .popup-message-item .site-url {
        padding: 10px;
    }

    .modal.common-modal .modal-dialog .playground-modal-content {
        padding: 20px;
    }

    .modal.common-modal .modal-dialog {
        max-height: calc(100vh - 40px);
        max-width: 980px;
    }

    .modal.common-modal.lead-info-popup .modal-dialog {
        max-width: 600px;
    }

    

    .modal.common-modal .modal-dialog .playground-modal-content h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .modal.common-modal .close-btn svg {
        width: 18px;
        height: 18px;
    }

    .channels-right-area .channel-lists-items {
        padding: 10px;
    }

    .channels-right-area .channel-lists-items .channel-connect-left b {
        font-size: 14px;
    }

    .channels-right-area .channel-lists-items .channel-connect-left {
        gap: 8px;
    }

    .channels-right-area .channel-lists-items .form-switch .form-check-input {
        width: 30px;
        height: 16px;

    }

    .channel-lists-col .col-lg-6 {
        padding: 0 5px;
    }

    .channels-right-area .channel-lists-items .channel-connect-left .channel-icon img {
        height: 20px;
        width: 20px;
    }

    .channels-right-area .channel-lists-items .channel-connect-left b {
        font-size: 13px;
        line-height: 17px;
        min-height: 32px;
        display: flex;
        align-items: center;
    }

    .channels-right-area .channel-lists-items {
        margin: 5px 0;
    }

    .modal.common-modal .modal-dialog .chat-widget-code {
        font-size: 14px;
        padding: 20px;
        height: 220px;
        margin: 10px 0 20px;
    }

    .channels-right-area .code-instruction-points ul li {
        font-size: 14px;
        margin: 3px 0;
    }

    .modal.common-modal#codesnippetModal .modal-dialog .playground-modal-content {
        padding: 20px 40px;
    }


    .chatboat-widget-frame #iera-chat-wrapper-preview .chat-question-preview {
        gap: 8px;
    }

    .chatboat-widget-frame #iera-chat-wrapper-preview .feedback-btn-group button svg {
        width: 18px;
        height: auto;
    }

    .chatboat-widget-frame #iera-chat-wrapper-preview .user-question-preview .logo-thumb {
        width: 45px;
        height: 45px;
    }

    .chatboat-widget-frame #iera-chat-wrapper-preview ul.question-list li {
        padding: 4px 5px;
        font-size: 9px;
        margin-right: 7px;
    }

    .chatboat-widget-frame #iera-chat-wrapper-preview .chat-question-preview .para p,
    .chatboat-widget-frame #iera-chat-wrapper-preview .user-question-preview p {
        font-size: 11px;
    }

    .chatboat-widget-frame .reset-btn p {
        font-size: 11px;
    }

    .chatboat-widget-frame #iera-chat-wrapper-preview {
        padding: 10px 10px 7px 10px;
    }

    .chatboat-widget-frame .close-icon svg {
        height: 12px;
        width: 12px;
    }

    .chatboat-widget-frame .reset-btn svg {
        width: 11px;
        height: 11px;
    }


    .chatboat-widget-frame .reset-btn,
    .chatboat-widget-frame .close-icon {
        top: 13px;
        height: 22px;
    }

    .chatboat-widget-frame #iera-chat-wrapper-preview .ask-me-box button {
        height: 22px;
        font-size: 13px;
    }

    .chatboat-widget-frame #iera-chat-wrapper-preview ul.question-list li {
        border-radius: 5px;
        padding: 1px 4px;
        font-size: 9px;
    }

}

@media only screen and (max-width: 1240px) {
    .document_loading .items .color-selection-option ul {
        flex-wrap: wrap;
    }

    .chatboat-design-structure .btn-group {
        flex-wrap: nowrap;
        gap: 5px;

    }

    .chatboat-design-structure .btn-group .common-btn {
        min-width: auto;
        white-space: nowrap;
        padding: 0 15px;
        font-size: 13px;
    }

}





@media only screen and (max-width: 991px) {
    .channel-connect-box .channel-connect-left {
        flex-direction: column;
    }

    .channels-right-area .bus-hours-selection .field-box-list {
        flex-wrap: wrap;
    }

    .channel-top-content .live-chat-box {
        margin-top: 20px;
    }

}

@media only screen and (max-width: 574px) {
    .channels-main-wrapper .channels-left-tabs {
        flex: 0 0 60px;
        min-width: 60px;
    }

    .channels-main-wrapper .channels-left-tabs .nav-tabs .nav-link {
        height: 40px;
        width: 40px;
    }

    .channels-main-wrapper .channels-left-tabs .nav-tabs .nav-link img {
        height: 22px;
        width: 22px;
    }

    .channel-connect-box .channel-connect-left .channel-icon img {
        width: 30px;
        height: 30px;
    }

    .channel-connect-box {
        flex-direction: column;
        gap: 0;
        margin-bottom: 15px;
    }

    .channels-main-wrapper {
        gap: 10px;
    }

    .channels-main-wrapper .channels-right-area {
        width: calc(100% - 70px);
        padding: 15px;
    }

}

/*** account page start ***/

.new-accoount-wrapper .account-plan-details {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;

}

.account-plan-details .plans-info-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
}

.account-plan-details .plans-info-left .plan-items {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;


}

.account-plan-details .plans-info-left .plan-items li {
    min-width: max-content;
    max-width: 170px;
    padding: 0 15px 15px 0;

}

.account-plan-details .plans-info-left .plan-items li span {
    display: block;
    color: #646975;
    font-size: 16px;
    margin-bottom: 5px;
}

.account-plan-details .plans-info-left .plan-items li p {
    color: #000;
    font-size: 18px;
    margin: 0;
    font-weight: 600;
}

.account-plan-details .plans-info-main .plans-info-left {
    width: 100%;
    border-bottom: 2px solid #DFEFF4;
}

.account-plan-details .plans-info-main .plans-info-right {
    flex: 0 0 100%;
    width: 100%;
    margin-left: 0px;
}

.account-plan-details .your-plans-top {
    margin-bottom: 0px;
}

.account-plan-details .your-plans-top>h6 {
    font-size: 30px;
    font-weight: 700;
}

.account-wrapper.new-accoount-wrapper .main-plan-title {
    text-align: center;
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 30px;
}

.accountPage.account-wrapper.new-accoount-wrapper #accountUsageProgress #accountUsageProgressBar {
    height: 30px;
    line-height: 30px;
    background-color: #1274a9;
}

.accountPage.account-wrapper.new-accoount-wrapper #accountUsageProgress {
    border-radius: 30px;
    height: 30px;
    background-color: #dfeff4;
}


.account-page-main {
    padding: 0 100px;
}

.iera-pricing-wrapper .pricing-tables {
    margin-top: 20px;
    margin-bottom: 20px;
}

.iera-pricing-wrapper .free-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.iera-pricing-wrapper .free-thumb img {
    width: 100%;
    padding: 0 30px;
}

.iera-pricing-wrapper .pricing-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 30px;
    background: #fff;
}

.iera-pricing-wrapper .pricing-top {
    padding: 30px;
    border-radius: 20px;
    min-height: 230px;
}

.iera-pricing-wrapper .pricing-box .pricing-pro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-bottom: 15px;
}

.iera-pricing-wrapper .pricing-box .pricing-pro::before {
    content: "";
    position: absolute;
    right: -30px;
    top: -30px;
    width: 136px;
    height: 62px;
    background-image: url(../../assets/img/pro-bg-right-corner.png);
    background-repeat: no-repeat;
    background-position: right;
}

.iera-pricing-wrapper .pricing-box .pricing-pro-left {
    display: flex;
    text-align: left;
    flex-direction: column;
    flex: 0 0 auto;
    flex-shrink: 0;
}

.iera-pricing-wrapper .pricing-box .range-slider-box {
    width: 75%;
    margin: 0 auto;
}

.iera-pricing-wrapper .pricing-box .pricing-pro-left .pay-as-go {
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.2px;
}

.iera-pricing-wrapper .pricing-top.purple-bg {
    background: #e8f7ec;
    background: linear-gradient(-240deg, rgba(105, 71, 206, 1) 0%, rgba(128, 63, 194, 1) 36%, rgba(151, 55, 180, 1) 100%);

}

.iera-pricing-wrapper .pricing-top.blue-bg {
    background: #fef2f2;
    position: relative;
    background: linear-gradient(-240deg, rgba(49, 66, 189, 1) 0%, rgba(43, 121, 199, 1) 36%, rgba(37, 172, 208, 1) 100%);
    margin-bottom: 30px;

}

.iera-pricing-wrapper .pricing-top .choose-plan-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    gap: 10px;
}

.iera-pricing-wrapper .pricing-top .choose-plan-bottom span {
    margin: 0;
}

.iera-pricing-wrapper .pricing-top:before {
    content: "";
    position: absolute;
    left: 20%;
    top: 0;
    width: 191px;
    height: 57px;
    background-image: url(../../assets/img/pro-bg-mddle.png);
    background-repeat: no-repeat;
}

.iera-pricing-wrapper .pricing-top::after {
    content: "";
    position: absolute;
    right: 30%;
    bottom: 0px;
    width: 191px;
    height: 39px;
    background-image: url(../../assets/img/pro-bg-center.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.iera-pricing-wrapper .pricing-top.purple-bg {
    position: relative;
}

.iera-pricing-wrapper .choose-plan-bottom .buy-btn {
    background: #fff;
    color: #3141BD;
    border: 0;
    white-space: nowrap;

}

.iera-pricing-wrapper .choose-plan-bottom .buy-btn:hover {
    border: 0;
}

.iera-pricing-wrapper .pricing-top h5 {
    font-size: 40px;
    font-weight: 600;
}

.iera-pricing-wrapper .pricing-top.blue-bg h5 {
    color: #fff;
}

.iera-pricing-wrapper .pricing-top.purple-bg h5 {
    color: #fff;
}

.iera-pricing-wrapper .pricing-top h3 {
    font-size: 32px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iera-pricing-wrapper .pricing-top.blue-bg h3 {
    color: #fff;
}

.iera-pricing-wrapper .pricing-top.purple-bg h3 {
    color: #fff;
}


.iera-pricing-wrapper .pricing-top p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.iera-pricing-wrapper .pricing-top span {
    font-size: 18px;
    display: block;
    font-weight: 600;
    margin-top: 0px;
    color: #fff;
}

.iera-pricing-wrapper .pricing-top .charges {
    border-radius: 20px;
    font-size: 12px;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    font-weight: 600;
}

.iera-pricing-wrapper .pricing-top.green-bg .charges {
    border: 1px solid #12ae3e;
}

.iera-pricing-wrapper .pricing-top.blue-bg .charges {
    border: 1px solid #009dd9;
}

.iera-pricing-wrapper .pricing-top .range-slider {
    margin: 20px auto 0;
    width: 100%;
    padding: 0 15px;
}

.iera-pricing-wrapper .pricing-top input {
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    font-family: Arial, sans-serif;
}

.iera-pricing-wrapper .pricing-top input[type="number"] {
    width: 40px;
    padding: 4px 5px;
    border: 1px solid #bbb;
    border-radius: 3px;
}

.iera-pricing-wrapper .pricing-top input[type="range"] {
    -webkit-appearance: none;
    margin-right: 15px;
    width: 100%;
    height: 10px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    background-image: linear-gradient(#3141bd, #3141bd);
    background-size: 0%;
    background-repeat: no-repeat;
}

.iera-pricing-wrapper .pricing-top input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #3141bd;
    border: 5px solid #ffff;
    cursor: ew-resize;
    transition: background 0.3s ease-in-out;
}

.iera-pricing-wrapper .pricing-top input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 5px solid #ffff;
    background: #3141bd;
    cursor: ew-resize;

    transition: background 0.3s ease-in-out;
}

.iera-pricing-wrapper .pricing-top input[type="range"]::-ms-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border: 5px solid #ffff;
    border-radius: 50%;
    background: #3141bd;
    cursor: ew-resize;

    transition: background 0.3s ease-in-out;
}

.iera-pricing-wrapper .pricing-top input[type="range"]::-webkit-slider-thumb:hover {
    background: #3141bd;
}

.iera-pricing-wrapper .pricing-top input[type="range"]::-moz-range-thumb:hover {
    background: #3141bd;
}

.iera-pricing-wrapper .pricing-top input[type="range"]::-ms-thumb:hover {
    background: #3141bd;
}

.iera-pricing-wrapper .pricing-top input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

.iera-pricing-wrapper .pricing-top input[type="range"]::-moz-range-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

.iera-pricing-wrapper .pricing-top input[type="range"]::-ms-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}



.iera-pricing-wrapper .title-wrapper {
    text-align: center;
    flex-direction: column;
    margin: 40px 0 0px;
}

.iera-pricing-wrapper .title-wrapper h3 {
    font-weight: 700;
    color: #0A0A0A;
}

.iera-pricing-wrapper .title-wrapper p {
    color: #646975;
}


@media screen and (max-width: 1580px) {

    .account-wrapper.new-accoount-wrapper .main-plan-title {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .account-plan-details .your-plans-top>h6 {
        font-size: 24px;
    }


    .account-plan-details .plans-info-left .plan-items li span {
        font-size: 14px;
    }

    .account-plan-details .plans-info-left .plan-items li p {
        font-size: 16px;
    }

    .new-accoount-wrapper .account-plan-details {
        padding: 20px;
    }

}

@media screen and (max-width: 1440px) {
    .iera-pricing-wrapper .pricing-desc .common-btn {
        padding: 11px 40px;
    }

    .iera-pricing-wrapper .pricing-top {
        padding: 20px;
    }

    .iera-pricing-wrapper .pricing-box.free-box h2 {
        font-size: 26px;
        line-height: 40px;
    }

    .iera-pricing-wrapper .pricing-top span {
        font-size: 14px;
    }

    .iera-pricing-wrapper .pricing-top h3 .pricing-top h3 output {
        font-size: 48px;
    }

    .iera-pricing-wrapper .pricing-box.free-box h2 label.x-small::after {
        bottom: -6px;
        width: 100%;
    }

    .iera-pricing-wrapper .pricing-box.free-box h2 label::after {
        bottom: -9px;
    }


    .iera-pricing-wrapper .home_section .title label::after {
        bottom: -12px;
    }

    .iera-pricing-wrapper .pricing-desc P {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .iera-pricing-wrapper .pricing-top h3 {
        font-size: 28px;
    }

    .iera-pricing-wrapper .pricing-top h5 {
        font-size: 36px;
    }

    .iera-pricing-wrapper .pricing-desc .btn-group-area svg {
        width: 66px;
        height: 60px;
    }

    .iera-pricing-wrapper .pricing-top:before,
    .iera-pricing-wrapper .pricing-top::after,
    .iera-pricing-wrapper .pricing-box .pricing-pro::before {
        background-size: 70%;
    }

    .iera-pricing-wrapper .pricing-top input[type="range"] {
        height: 7px;
    }

    .iera-pricing-wrapper .pricing-top {
        min-height: auto;
    }

    .iera-pricing-wrapper .pricing-top .choose-plan-bottom {
        padding-top: 15px;
    }

    .iera-pricing-wrapper .pricing-box .range-slider-box {
        margin: 0 auto;
    }

    .iera-pricing-wrapper .pricing-box .pricing-pro {
        padding-bottom: 5px;
    }

    .iera-pricing-wrapper .choose-plan-bottom .buy-btn,
    .account-plan-details .your-plans-top .common-btn {
        height: 35px;
        line-height: 34px;
        font-size: 13px;

    }


}

@media screen and (max-width: 1199px) {
    .iera-pricing-wrapper .free-thumb {
        position: relative;
        bottom: -16px;
        max-width: 358px;
        margin: 0 auto;
    }

    .account-page-main {
        padding: 0 50px;
    }

    .iera-pricing-wrapper .pricing-box .pricing-pro {
        flex-wrap: wrap;
    }

    .account-plan-details .plans-info-main .plans-info-right {
        margin-left: 0;
        width: 100%;
    }

    .account-plan-details .plans-info-main .plans-info-left {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
    }


    .account-plan-details .plans-info-main {
        flex-direction: column;
    }

    .account-plan-details .plans-info-left .plan-items {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 991px) {
    .iera-pricing-wrapper .pricing-tables {
        margin-top: 30px;
        margin-bottom: 60px;
    }

    .iera-pricing-wrapper .pricing-top h3 {
        font-size: 24px;
    }

    .iera-pricing-wrapper .pricing-top h5 {
        font-size: 32px;
    }

    .iera-pricing-wrapper .pricing-box {
        margin: 10px 0;
        height: auto;
    }

    .iera-pricing-wrapper .pricing-box.free-box {
        height: 830px;
        min-height: 830px;
    }

    .iera-pricing-wrapper .pricing-top {
        min-height: 0;
    }

    .iera-pricing-wrapper .pricing-desc {
        padding: 20px 0 0;
    }

    .iera-pricing-wrapper .pricing-desc P {
        margin-bottom: 20px;
    }

    .iera-pricing-wrapper .pricing-box .pricing-pro {
        padding-bottom: 15px;
    }

    .account-page-main {
        padding: 0px;
    }
}

@media screen and (max-width: 767px) {
    .iera-pricing-wrapper .free-thumb img {
        max-width: 263px;
    }
}

@media (max-width: 576px) {
    .iera-pricing-wrapper .home_section .title label::after {
        bottom: -10px;
    }
}

.account-invoice-popup .invoice-address-box {
    padding: 15px;
    border: 1px solid #EFF1F6;
    border-radius: 15px;
    background-color: #fff;
    text-align: left;
}

.account-invoice-popup .invoice-address-box ul {
    margin: 0;
    padding: 0;
    list-style: none;

}

.account-invoice-popup .account-popup-wrapper h4 {
    color: #0A0A0A;
}

.account-invoice-popup .invoice-address-box ul li {
    padding: 3px 0;
    display: flex;
    flex: 1;
    gap: 10px;
    font-weight: 400;
}

.account-invoice-popup .invoice-address-box h6 {
    font-size: 15px;
    font-weight: bold;
}

.account-invoice-popup .invoice-address-box ul li label {
    min-width: 130px;
    display: flex;
    justify-content: space-between;
}

.account-invoice-popup .invoice-address-box ul li span {
    font-weight: 400;
}

.account-invoice-popup .recharge-plan-details .plan-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 10px;
}

.account-invoice-popup .recharge-plan-details .plan-date h4 {
    color: #3A4750;
    font-size: 16px;

}

.account-invoice-popup .recharge-plan-details .plan-date .common-btn.green {
    background-color: #4CAF50;
    border-radius: 5px;
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    font-size: 13px;
}

.account-invoice-popup .recharge-plan-details .plan-date .common-btn.green:hover {
    background-color: #fff;
    color: #4CAF50;
    border: 1px solid #4CAF50;
}

.status-btn {
    border-radius: 8px;
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    border-color: unset;
}

.plan-date {
    min-width: 144px;
}

.plan-date .status-btn {
    white-space: nowrap;
}

.account-invoice-popup .recharge-plan-details thead.table-light th,
.account-invoice-popup .recharge-plan-details table tbody tr:first-child td {
    border: 0;
}

.account-invoice-popup .recharge-plan-details thead.table-light th {
    background-color: #EFF1F6;
    font-weight: 500;
    color: #3A4750;
}

.account-invoice-popup .recharge-plan-details table {
    border: 1px solid #EFF1F6;
    border-radius: 12px;
}

.account-invoice-popup .recharge-plan-details table tbody tr:last-child td {
    border-top: 1px solid #EFF1F6;
}



.account-invoice-popup .bill-disc p {
    text-align: left;
}

.account-invoice-popup .invoice-address-box ul li label b {
    font-weight: 400;
}

.account-invoice-popup .recharge-plan-details thead.table-light th,
.account-invoice-popup .recharge-plan-details table tr td {
    text-align: left;
}

.account-invoice-popup .recharge-plan-details table tbody tr:last-child td:first-child {
    border-right: 1px solid #EFF1F6;
}

.account-invoice-popup .recharge-plan-details table tbody tr:last-child td {
    color: #3A4750;
    font-weight: 600;
}

/* .account-invoice-popup .recharge-plan-details table thead th:first-child{
      border-radius: 10px 0 0;
  }
   
  .account-invoice-popup .recharge-plan-details table thead th:last-child{
      border-radius: 0px 10px 0 0;
  } */


@media only screen and (max-width: 1580px) {
    .account-invoice-popup .account-popup-wrapper h4 {
        font-size: 18px;
        font-weight: 600;
    }

    .account-invoice-popup .recharge-plan-details thead.table-light th,
    .account-invoice-popup .recharge-plan-details table tr td {
        font-size: 13px;
        padding: 5px 10px;
    }

    .account-invoice-popup .invoice-address-box ul li,
    .account-invoice-popup .bill-disc p {
        font-size: 13px;
    }

    .account-invoice-popup .invoice-address-box {
        padding: 10px;
    }


    .modal.common-modal.account-invoice-popup .modal-dialog {
        max-width: 700px;
    }

    .account-invoice-popup .invoice-address-box ul li label {
        min-width: 110px;
    }

}

.recharge-history-table .rdt_TableCol[data-column-id="1"],
.recharge-history-table .rdt_TableCell[data-column-id="1"] {
    flex: 0 0 180px;
    min-width: 180px;

}

.recharge-history-table .rdt_TableCol[data-column-id="2"],
.recharge-history-table .rdt_TableCell[data-column-id="2"] {
    flex: 0 0 130px;
    min-width: 130px;

}

.recharge-history-table .rdt_TableCol {
    height: 32px;
}

.recharge-history-table .rdt_TableHead {
    height: 32px;
}

.recharge-history-table .rdt_Table .rdt_TableHead .rdt_TableHeadRow {
    background-color: #EFF1F6;
    border-radius: 10px;

}

.recharge-history-table .rdt_TableCell[data-column-id="1"]>div {
    display: flex;
    gap: 10px;
}

.recharge-history-table .rdt_TableCell .btn-group span {
    cursor: pointer;
}

.account-page-main .reacharge-history-tab>span {
    font-size: 14px;
    color: #3A4750;
}

.account-page-main .reacharge-history-tab h4 {
    font-size: 20px;
    font-weight: 700;
}

.account-page-main .reacharge-history-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.account-page-main .reacharge-history-tab .reacharge-history-right {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
}

.account-page-main .reacharge-history-tab .select-box {
    border-radius: 42px;
    border: 1px solid #C5C8CF;
    height: 42px;
    line-height: 42px;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.account-page-main .reacharge-history-tab .select-box select {
    border: 0;
    outline: none !important;
    color: #646975;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}

.account-page-main .reacharge-history-tab .reacharge-history-right span {
    font-size: 14px;
    color: #3A4750;
}

@media only screen and (max-width: 1580px) {
    .account-page-main .reacharge-history-tab .select-box {
        border-radius: 30px;
        height: 35px;
        line-height: 35px;
        padding: 0 10px;
    }

    .account-page-main .reacharge-history-tab .select-box select {
        border: 0;
        outline: none !important;
        color: #646975;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .account-page-main .reacharge-history-tab h4 {
        font-size: 18px;
    }
}


.select-box {
    border-radius: 42px;
    border: 1px solid #C5C8CF;
    height: 42px;
    line-height: 42px;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.select-box select {
    border: 0;
    outline: none !important;
    color: #646975;
    height: 29px;
    line-height: 36px;
    font-size: 14px;
    width: 100%;
    background: #fff;
}


/*** account page end ***/


/**** lead-generation_&_CRM-page Start ****/

.country-custom-tooltip{
    background-color: #FCFDFE !important;
    color: #0E0F0F !important;
    border: 2px solid #3ccf3c !important;
    font-weight: 700;
    font-size: 12px;
    border-radius: 6px !important;
    /* box-shadow: 0px 0px 0px 1px !important; */
}

.leadgen-right-area .lead-gen-left,
.chatboat-design-Previewbox {
    background-color: #fff;
    box-shadow: 0px 3px 30px 0px #0000000D;
    border-radius: 15px;
    padding: 25px 30px;
    height: 100%;
}

.channels-main-wrapper .channels-left-tabs .point-numbers li {
    margin-bottom: 100px;
    position: relative;
}

.channels-main-wrapper .channels-left-tabs .point-numbers li::after {
    width: 2px;
    height: 80px;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    background: #CFD6E2;
    margin-top: 10px;

}

.channels-main-wrapper .channels-left-tabs .point-numbers li.active::after {
    background-color: #4CAF50;
}

.channels-main-wrapper .channels-left-tabs .point-numbers li:last-child::after {
    display: none;
}

.channels-main-wrapper .channels-left-tabs .point-numbers li button {
    height: 64px;
    width: 64px;
    border-radius: 50%;
    background-color: #F4F5F7;
    border: 1px solid transparent;
    font-size: 30px;
    color: #3A4750;
    font-weight: 600;

}

.channels-main-wrapper .channels-left-tabs .point-numbers {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.channels-main-wrapper .channels-left-tabs .point-numbers li.active button {
    border: 1px solid #4CAF50;
}

.leadgen-right-area .lead-gen-left .green-btn {
    background-color: #4caf50;
    text-decoration: none;

}

.leadgen-right-area .lead-gen-left .green-btn:hover {
    background-color: transparent;
    color: #4caf50;
    border: 1px solid #4caf50;
}


.leadgen-right-area .lead-gen-left .document_loading textarea {
    background: #ffffff;
    border: 1px solid #c5c8cf;
    border-radius: 15px;
    padding: 10px 25px;
    height: 120px;
}

.leadgen-right-area .channel-top-content .chatboat-tabs .nav-link.active {
    border-color: #4CAF50;
    color: #4CAF50 !important;
}

.leadgen-right-area .playground-modal-content .search-content-right {
    width: calc(100% - 0px);
}

.leadgen-right-area .search-box-inner {
    position: relative;
}

.leadgen-right-area .search-box-inner button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    border: 0;
    background-color: transparent;
    padding: 0;
}

.leadgen-right-area .playground-modal-content .question-box-content {
    padding: 0;
    background-color: #fff;
}

.leadgen-right-area .playground-modal-content {
    padding: 0;
    margin: 0;
}


.leadgen-right-area .document_loading .items ul.question-sug-list li {
    width: auto;
    display: flex;
    align-items: center;
    margin-right: 10px;
    border-radius: 30px;
    border-color: #4CAF50;
    background: #eef7ee;
    color: #3A4750;
}

.playground-modal-content .question-sug-list li button svg path {
    fill: #3A4750;
}

.custom-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 22px;
    user-select: none;
}

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

.checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #C5C8CF;
    border-radius: 4px;
    transform: translateY(-50%);
}


.custom-checkbox input:checked~.checkmark {
    background-color: #4caf50;
    border: 1px solid #4caf50;
}

.temp input:checked~.checkmark {
    background-color: #666;
    border: 1px solid #666;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox input:checked~.checkmark:after {
    display: block;
}

.custom-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.questions-labels-box .questions-labels-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.questions-labels-box .questions-labels-top p {
    margin: 0;
}

.questions-labels-box .questions-labels-top p b {
    font-weight: 600;
}

.questions-labels-box .questions-checkbox-list {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.questions-labels-box .questions-checkbox-list::after {
    bottom: -3px;
    content: "";
    position: absolute;
    left: 25px;
    padding: 0 40px 0 40px;
    background-color: #C5C8CF;
    height: 1px;
    width: 87%;
}

.questions-labels-box .questions-checkbox-list li {
    width: auto;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    min-height: 40px;

}

.questions-labels-box .questions-checkbox-list li .added {
    color: #646975;
}

.questions-labels-box .questions-checkbox-list li .custom-checkbox {
    font-size: 16px;
    font-weight: 400;
    padding-left: 30px;
    display: flex;
    align-items: center;
    min-width: 160px;
}

.questions-labels-box .questions-checkbox-list li .close-btn {
    border: 0;
    outline: none;
    background-color: transparent;
    position: relative;
    top: auto;
    right: auto;
}

.processbar-wrapper {
    position: relative;
    max-width: 100%;
    width: 100%;
    background: #fff;
    padding: 0 30px;
}



.processbar-wrapper .range-box {
    display: flex;
    align-items: center;
    margin-top: 0px;
    gap: 20px;
    justify-content: flex-end;
}

.processbar-wrapper .range-box input {
    width: 100%;
    height: 5px;
    accent-color: #4caf50;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 4px;
    background: linear-gradient(to right, #4caf50, #4caf50 50%, #ddd 50%, #ddd);
}

.processbar-wrapper .range-box select {
    border: 0;
    width: 100%;
    outline: none;
    color: #0A0A0A;
    font-size: 13px;
    max-width: max-content;
}

.processbar-wrapperinput[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #4caf50;
    cursor: pointer;
}

.processbar-wrapper input[type="range"]::-moz-range-thumb {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #4caf50;
    cursor: pointer;
}

.processbar-wrapper .range-box .slider-number-main {
    min-width: 96px;
    text-align: right;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    color: #707070;
    padding: 0 10px;
    border: 1px solid #C5C8CF;
    border-radius: 36px;
    text-align: left;
    color: #0A0A0A;
    display: flex;
    align-items: center;

}

.processbar-wrapper .range-box .slider-number {
    display: inline-block;
    padding-left: 2px;
}

.questions-labels-box .add-new-labels {
    color: #4CAF50;
    background-color: transparent;
    border: 0;
    outline: none;
    margin-top: 15px;
    font-weight: 600;
}

.leadgen-right-area .lead-gen-left .questions-labels-box .green-btn {
    background-color: #fff;
    color: #4caf50;
    border: 1px solid #4caf50;
}

.leadgen-right-area .lead-gen-left .questions-labels-box .green-btn:hover {
    background-color: #4caf50;
    color: #fff;
}

.leadgen-right-area .channel-top-content .document_loading label {
    display: block;
}


.leadgen-right-area .channel-top-content .document_loading .items input[type="text"] {
    max-width: 100%;
}

.info_source_details.crm-main-wrapper {
    padding-left: 0;
    padding-right: 0;
}

.crm-main-wrapper .crm-tabs {
    border-bottom: 2px solid #CCD2E0;
    margin-bottom: 10px;
}

.crm-main-wrapper .crm-tabs .nav-link {
    border: 0;
    font-size: 16px;
    color: #646975;
    font-weight: 600;
    padding: 12px 25px;
}

.crm-main-wrapper .crm-tabs .nav-link.active {
    border-bottom: 4px solid #009dd9;
    color: #009dd9 !important;
    background-color: transparent;
}



.crm-main-wrapper .rdt_Table {
    position: relative;
}

.crm-main-wrapper .crm-main-table-wrapper .rdt_Pagination > div:nth-child(2), .recharge-history-table .joCucS{
    display: none;
}

.selected-source .rdt_Pagination > div:nth-child(2){
  display: none;
}

.crm-main-wrapper .crm-main-table-wrapper .rdt_Pagination > span:first-child, .recharge-history-table .rdt_Pagination .kWrBeZ{
    display: none;
}

.selected-source .rdt_Pagination > span:first-child{
    display: none;
}
.selected-source .rdt_Pagination{
    border-radius: 0px 0px 15px 15px;
}



.crm-main-wrapper .rdt_TableHeadRow {
    display: flex;

}


.crm-main-wrapper .rdt_TableCol,
.crm-main-wrapper .rdt_TableCell {
    width: auto;
    padding: 8px;
    box-sizing: border-box;
    text-align: left;
}

.crm-main-wrapper .rdt_TableCol{
    font-weight: bold;
    background-color: #EFF1F6;


}
.selected-source .rdt_Table .rdt_TableCol{
    font-weight: bold;
    color: #fff;
    background-color: #3a4750;
}
.selected-source .rdt_Table .rdt_TableCol span{
  display: flex;
  align-items: center;
  gap: 10px;
}
.selected-source .rdt_Table .rdt_TableCol span svg{
    color: #fff;
    width: 16px;
}
.selected-source .rdt_Table .rdt_TableCol span svg path{
    fill: #fff;
}
.compaign-progress-mainbox{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
 
}

.compaign-progress-mainbox svg{
    cursor: pointer;
}
 
.compaign-progress-container {
    width: 70px;
    background-color: #e0e0e0;
    border-radius: 25px;
    overflow: hidden;
    height: 4px;
  }

.compaign-progress-bar {
    height: 100%;
    background-color: #3498db;
    position: relative;
    overflow: hidden;
}

.compaign-progress-bar:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    filter: blur(5px);
    transform: scaleX(1.1);
}

.compaign-progress-bar span {
    font-weight: bold;
}

.all-channel-filter .common-btn.border {
    color: #0A0A0A;
    border: 1px solid #C5C8CF !important;
}

.all-channel-filter .select-box select {
    border: 0;
}

.all-channel-filter .common-btn.border:hover {
    background-color: transparent !important;
    color: #0A0A0A;
}

.crm-main-wrapper .crm-tabel-top-wrapper .sorting-option .all-channel-filter .common-btn.border:hover {
    background-color: transparent !important;
    color: #0A0A0A;
}

.all-channel-filter {
    position: relative;
}

.all-channel-filter ul {
    list-style: none;
    padding: 10px 0;
    margin: 0;
}

.all-channel-filter ul li {
    padding: 5px 18px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.all-channel-filter ul li button {
    border: 0;
    outline: none;
    padding: 0;
    gap: 10px;
    display: flex;
    align-items: center;
    background-color: transparent;
}

.all-channel-filter .filter-dropdown {
    border: 0;
    top: 100%;
    left: auto;
    right: 0;
    margin-top: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    position: absolute;
    background-color: white;
    /* display: none; */
    min-width: max-content;
}


.crm-main-wrapper .rdt_TableCol_Sortable {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.crm-main-wrapper .rdt_TableCol_Sortable>div {
    white-space: nowrap;
    color: #3A4750;
    font-size: 14px;
    font-weight: 600;
}

.crm-main-wrapper .rdt_TableCol_Sortable span {
    margin-left: 5px;
    font-size: 12px;
    color: #6c757d;
}

.crm-main-wrapper .rdt_TableRow {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #C5C8CF;
    cursor: pointer;
}



.crm-main-wrapper .rdt_TableCell>div {
    font-size: 14px;
}



.crm-main-wrapper .rdt_TableCol_Sortable:focus {
    outline: none;
}

.crm-main-wrapper .rdt_TableCol[data-column-id="1"],
.crm-main-wrapper .rdt_TableCell[data-column-id="1"] {
    flex: 1;
    /* Adjust this value as needed */
    min-width: max-content;
    padding-left: 20px;
    justify-content: flex-start;
    
}

.crm-main-wrapper .rdt_TableCol[data-column-id="1"] .date-column ~ span{
    margin-left: -30px;
}
.crm-main-wrapper .star-rating:not(:checked)>label{
    font-size: 18px;
}

.crm-main-wrapper .rdt_TableCol[data-column-id="2"],
.crm-main-wrapper .rdt_TableCell[data-column-id="2"] {
    flex: 1;
    min-width: 111px;
}

.crm-main-wrapper .rdt_TableCol[data-column-id="3"],
.crm-main-wrapper .rdt_TableCell[data-column-id="3"] {
    flex: 1 1 180px;
    min-width: 180px;
    justify-content: center;
}

.crm-main-wrapper .rdt_TableCol[data-column-id="3"] > div, .crm-main-wrapper .rdt_TableCol[data-column-id="2"] > div{
    text-align: center;
    justify-content: center;
    
}
.crm-main-wrapper .rdt_TableCol .rdt_TableCol_Sortable{
    position: relative;
}
.crm-main-wrapper .rdt_TableCol .rdt_TableCol_Sortable span{
   
   position: absolute;
    right: 0px;
    height: 100%;
    display: flex;
    align-items: center;

}


.crm-main-wrapper .rdt_TableCell[data-column-id="2"]{
    text-align: center;
    justify-content: center;
}

.crm-main-wrapper .rdt_TableCol[data-column-id="4"],
.crm-main-wrapper .rdt_TableCell[data-column-id="4"] {
    flex: 1;
}

.crm-main-wrapper .rdt_TableCol[data-column-id="5"],
.crm-main-wrapper .rdt_TableCell[data-column-id="5"] {
    flex: 1 1 100px;
    min-width: 100px;
    text-align: center;
}



.crm-main-wrapper .rdt_TableCol[data-column-id="6"],
.crm-main-wrapper .rdt_TableCell[data-column-id="6"] {
    flex: 1 1 180px;
    min-width: 180px;
}

.crm-main-wrapper .rdt_TableCol[data-column-id="7"],
.crm-main-wrapper .rdt_TableCell[data-column-id="7"] {
    flex: 1 1 80px;
    min-width: 80px;
    text-align: center;
}



.crm-main-wrapper .rdt_TableCol[data-column-id="8"],
.crm-main-wrapper .rdt_TableCell[data-column-id="8"] {
    flex: 1 1 120px;
    min-width: 120px;
}

.crm-main-wrapper .rdt_TableCol:last-child, .crm-main-wrapper .rdt_TableCell:last-child{
    justify-content: center !important;
    min-width: 130px;
}

.crm-main-wrapper .rdt_TableCol:last-child .rdt_TableCol_Sortable{
   justify-content: center;
}

.crm-main-table-wrapper {
    padding: 20px;
}

.crm-main-wrapper .rdt_Table .rdt_TableHead, .selected-source .rdt_Table .rdt_TableHead {
    background-color: #EFF1F6;
    border-radius: 15px 15px 0 0;
    /* Apply rounded corners to the top */
    z-index: 1;
}



.crm-main-wrapper .rdt_Table .crm-labels-list, .rdt_TableCell .crm-labels-list{
    padding: 0;
    display: inline-flex;
    text-align: end;
    margin: 0;
    flex-wrap: wrap;
    max-height: 122px;
    overflow: auto;
}
.rdt_TableCell .crm-labels-list{
    margin: 0;
    padding: 0;
}
.crm-main-wrapper .rdt_Table .crm-labels-list li, .rdt_TableCell .crm-labels-list li{
    width: auto;
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 30px;
    border: 1px solid #c5c8cf;
    background: #eef7ee;
    color: #3A4750;
    padding: 4px 8px;
}

.crm-main-wrapper .rdt_Table .crm-labels-list li span {
    font-size: 12px;
    color: #3A4750;
}

.crm-main-wrapper .rdt_Table .crm-labels-list li button {
    border: 0;
    outline: none;
    background: transparent;
    margin: 0 0 0 10px;
    padding: 0;
    display: flex;
    align-items: center;

}

.crm-main-wrapper .crm-add-contact-btn {
    margin-left: auto;
    justify-content: flex-end;
    padding: 10px 20px;
    display: flex;
}

.crm-main-wrapper.extra-filter-form .filter-button {
    border: 0;
    background-color: transparent;
    outline: none;
    margin: 0;
    padding: 0;
}

.crm-main-wrapper.extra-filter-form .filter-dropdown {
    display: none;
    position: relative;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1;
    border: 1px solid #DEDEDE;
    overflow: hidden;
    margin-top: 10px;

}

.crm-main-wrapper.extra-filter-form .dropdown-filter>.filter-button {
    padding: 0 0px 15px 0;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

.crm-main-wrapper.extra-filter-form .dropdown-filter .filter-button.active {
    border: 0;
    padding-bottom: 0;
}

.crm-main-wrapper.extra-filter-form .filter-dropdown ul {
    list-style: none;
    padding: 10px 0;
    margin: 0;
}

.crm-main-wrapper.extra-filter-form .filter-dropdown ul li {
    padding: 5px 18px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;

}

.crm-main-wrapper.extra-filter-form .filter-dropdown ul li:hover {
    background-color: #E6F6FC;
}

.crm-main-wrapper.extra-filter-form .filter-button span {
    color: #009dd9;
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
}

.crm-main-wrapper.extra-filter-form .filter-button.active span {
    transform: rotate(180deg);
}

.crm-main-wrapper.extra-filter-form .rdt_TableCol,
.crm-main-wrapper.extra-filter-form .rdt_TableCell {
    margin: 0 10px;
}

.crm-main-wrapper .rdt_Table, .selected-source .rdt_Table{
    overflow-x: auto;
    border-radius: 15px 15px 0 0;

}

.crm-main-wrapper .rdt_TableCell img {
    width: 24px;
    height: auto;
    cursor: pointer;
}

.crm-main-wrapper .rdt_TableCell .action-btns {
    display: flex;
    align-items: center;
    gap: 15px;
}

.crm-main-wrapper .rdt_TableCell .action-btns svg {
    width: 20px;
    height: auto;
}

.crm-main-wrapper .crm-tabel-top-wrapper {
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.crm-main-wrapper .crm-tabel-top-wrapper .sorting-option {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.crm-main-wrapper .crm-tabel-top-wrapper .labels-chekboxes{
    margin-right: 20px;
    display: flex;
    align-items: center;
    padding-right: 20px;
    border-right: 1px solid #777;
}

.crm-main-wrapper .crm-tabel-top-wrapper .labels-chekboxes label{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    margin-left: 10px;
    padding-left: 20px;
}

.crm-main-wrapper .crm-tabel-top-wrapper .labels-chekboxes > p{
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px;
}

.crm-main-wrapper .crm-tabel-top-wrapper .custom-checkbox input:checked~.checkmark{
    background-color: #009dd9;
    border: 1px solid #009dd9;
}

.crm-main-wrapper .lead-info-table-wrapper .filter-icons svg{
    font-size: 20px;
}

.crm-main-wrapper .crm-tabel-top-wrapper .sorting-option>span {
    font-size: 14px;
    color: #3A4750;
    white-space: nowrap;
}

.crm-main-wrapper .crm-tabel-top-wrapper .sorting-option .select-box {
    border-radius: 42px;
    border: 1px solid #C5C8CF;
    height: 42px;
    line-height: 42px;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.crm-main-wrapper .crm-tabel-top-wrapper .sorting-option .select-box select {
    border: 0;
    outline: none !important;
    color: #646975;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}

.crm-main-wrapper .crm-tabel-top-wrapper .sorting-option .common-btn {
    background-color: #146C94;
    gap: 8px;
    display: flex;
    align-items: center;
}

.crm-main-wrapper .crm-tabel-top-wrapper .sorting-option .common-btn:hover {
    border-color: #146C94;
    background-color: #fff;
    color: #146C94;
}

.crm-main-wrapper .crm-tabel-top-wrapper .sorting-option .common-btn:hover svg path {
    fill: #146C94;
}

.crm-main-wrapper .crm-tabel-top-wrapper .sorting-option .common-btn span {
    display: inline-flex;
    line-height: 0;
    align-items: center;
    white-space: nowrap;
}

.crm-main-wrapper .crm-tabel-top-wrapper .sorting-option .common-btn.border {
    background-color: #fff;
    border: 1px solid #C5C8CF !important;
}

.crm-main-wrapper .crm-tabel-top-wrapper .sorting-option .common-btn.border:hover {
    border: 1px solid #C5C8CF !important;
    background-color: #146C94;
    color: #fff;
}

.crm-main-wrapper .crm-tabel-top-wrapper .sorting-option .common-btn.border:hover svg path {
    fill: #fff;
}


.crm-main-wrapper .crm-tabel-top-wrapper .sorting-option .common-btn.border svg path {
    fill: #212529 !important;
}

.crm-main-wrapper .crm-tabel-top-wrapper .sorting-option .common-btn.border svg {
    width: 18px;
    height: auto;
}
.crm-main-wrapper .crm-tabel-top-wrapper .sorting-option .common-btn.border {
    gap: 3px;
}

.crm-main-wrapper .crm-tabel-top-wrapper .sorting-option .common-btn svg path {
    fill: #fff;
}

.crm-main-wrapper .crm-main-table-wrapper .crm-search-bar input {
    width: 93%;
    padding-left: 11px;
    border: 0;
    outline: none;
    height: 38px;
    display: block;
    line-height: 37px;
    background: transparent;

}

.crm-main-wrapper .crm-main-table-wrapper .crm-search-bar.new-lead-seachbar svg{
    position: relative;
    top: 0;
    right: auto;
    left: auto;
    transform: none;
}
.crm-main-wrapper .crm-main-table-wrapper .crm-search-bar.new-lead-seachbar{
    padding-left: 0;
}

.crm-main-wrapper .crm-main-table-wrapper .crm-search-bar.new-lead-seachbar a{
    position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 18px;
        display: flex;
        align-items: center;
}

.crm-main-wrapper .crm-main-table-wrapper .crm-search-bar.new-lead-seachbar a.close-icon{
    right: 30px;
}
.crm-main-wrapper .crm-main-table-wrapper .crm-search-bar.new-lead-seachbar a.close-icon svg{
    width: 14px;
}

.crm-main-wrapper .crm-tabel-top-wrapper .crm-search-bar {
    min-width: 330px;
    position: relative;
    padding-left: 35px;
    height: 42px;
    line-height: 42px;
    border-radius: 28px;
    outline: none !important;
    border: 1px solid #c5c8cf;
    display: flex;
    align-items: center;
}

.crm-main-wrapper .crm-tabel-top-wrapper .crm-search-bar svg {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.crm-main-wrapper .crm-tabel-top-wrapper .crm-search-bar .common-btn{
    height: 100%;
    line-height: normal;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 20px 20px 0;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.addcontacts-modal .document_loading .items input:focus,
.addcontacts-modal .document_loading .items input:active {
    border: 1px solid #009dd9 !important;
    outline: none !important;
    color: #009dd9 !important;
    font-weight: 600;
}

.addcontacts-modal .document_loading .items input,
.addcontacts-modal .document_loading .items .select-box {
    background: #ffffff;
    border: 1px solid #c5c8cf;
    border-radius: 30px;
    padding: 10px 25px;
    width: 100%;
    max-width: 544px;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #646975;
}

.addcontacts-modal .document_loading .items select {
    border: 0;
    outline: none;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #646975;
    width: 100%;
    height: 20px;
}

.addcontacts-modal .add-new-labels-box .document_loading .items input, .document_loading .items .add-new-labels-box .define-tags-box .select-i-box input{
    border: 0 !important;
    outline: none;
    
  }

  .addcontacts-modal .add-new-labels-box .document_loading .items .define-tags-box.i-define-tab-box input{
    border-bottom: 2px solid #ccc !important;
    border-radius: 0;
    max-width: 100%;
  }

  .sorting-option .filter-dropdown .action-dropdown.import-i .common-btn svg path{
    fill: #146c94 !important;
  }

  .sorting-option .filter-dropdown .action-dropdown.import-i .common-btn svg{
    width: 16px;
    height: auto;
    padding: 1px;
    margin: 0 1px;
  }

 

  .custum-i-file-lists-main{
    display: flex;
    
  }
  .addcontacts-modal .add-new-labels-box .document_loading .items .select-i-box{
    border-bottom: 2px solid #ccc;
    outline: none;
  }
  .document_loading .items .add-new-labels-box .define-tags-box .select-i-box{
    border-bottom: 2px solid #ccc;
    outline: none;
    border-left: 0;
    height: auto;
    position: relative;
  }
  
  .tag-custom-dropdown{
    position: relative;
  }
  .document_loading .items .tag-custom-dropdown ul{
    box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 200px;
    background: #F9FAFB;
    border: 1px solid #d8dadd;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    z-index: 1111;
  }

  .document_loading .items .tag-custom-dropdown.tag-setting ul{
    bottom: -33px;
    max-height: 170px;
  }

  .document_loading .items .tag-custom-dropdown ul li{
    padding: 5px 10px;
    display: block;
    width: 100%;
    text-align: left;
    margin: 0;
    cursor: pointer;
  }

  .document_loading .items .tag-custom-dropdown ul li:hover{
    background: #d8dadd;
    
  }
   
  .addcontacts-modal .add-new-labels-box .document_loading .items input:focus{
      border-bottom: 2px solid #ccc;
      border-left: 0;
      border-top: 0;
      border-right: 0;
      border-radius: 0;
  }

.modal.common-modal.addcontacts-modal .modal-dialog {
    max-width: 830px;
}

.addcontacts-modal .document_loading .items label {
    margin-bottom: 10px;
    color: #0A0A0A;
}

.modal.common-modal.addcontacts-modal .modal-dialog .playground-modal-content {
    padding: 20px 70px;
    min-height: 453px;
}

.addcontacts-modal .custom-checkbox input:checked~.checkmark {
    background-color: #009dd9;
    border: 1px solid #009dd9;
}

.addcontacts-modal .questions-labels-box .add-new-labels {
    color: #009dd9;
    white-space: nowrap;
    margin: 0;
}

.addcontacts-modal .processbar-wrapper .range-box input {

    accent-color: #009dd9;

    background: linear-gradient(to right, #009dd9, #009dd9 50%, #ddd 50%, #ddd);
}

.addcontacts-modal .questions-labels-box .questions-checkbox-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;

}

.addcontacts-modal .questions-labels-box .questions-checkbox-list::after {
    display: none;
}

/* .addcontacts-modal .questions-labels-box .questions-checkbox-list li{
    display: inline-flex;
    width: 48%;
  } */
.addcontacts-modal .questions-labels-box .questions-checkbox-list.full {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.addcontacts-modal .questions-labels-box .questions-checkbox-list.full li {
    width: 100%;
}

.addcontacts-modal .questions-checkbox-list-main {
    max-height: 290px;
    overflow: auto;
}

.addcontacts-modal .custom-select {
    position: relative;
    width: 100%;
}

.addcontacts-modal .custom-select-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 0;
    border: 0;
    cursor: pointer;
    height: 20px;
}


.addcontacts-modal .document_loading .items .custom-select-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 0;
    background-color: #fff;
    z-index: 1;
    max-width: 100%;
    flex-direction: column;
    margin-top: 10px;
    border-radius: 10px;
    box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.10);

}

.addcontacts-modal .document_loading .items .custom-select-options li {
    width: 100%;
    padding: 7px 15px;
}

.addcontacts-modal .document_loading .items .custom-select-options li:hover {
    background-color: #ebf9ff;
}

.addcontacts-modal .custom-select-option {
    padding: 10px;
    cursor: pointer;
}

.addcontacts-modal .custom-select-option:hover {
    background-color: #f0f0f0;
}

.addcontacts-modal .custom-select.open .custom-select-options {
    display: flex;
}

.addcontacts-modal .document_loading .items .custom-select-options li label {
    margin-bottom: 0;
}

.addcontacts-modal .document_loading input[type="radio"]:checked+label:after,
.addcontacts-modal .document_loading input[type="radio"]:not(:checked)+label:after {
    top: 6px;
    left: 3px;
    width: 8px;
    height: 8px;
}

.addcontacts-modal .document_loading input[type="radio"]:checked+label:before,
.addcontacts-modal .document_loading input[type="radio"]:not(:checked)+label:before {
    width: 14px;
    height: 14px;
    top: 3px;
}

.addcontacts-modal .document_loading input[type="radio"]:checked+label,
.addcontacts-modal .document_loading input[type="radio"]:not(:checked)+label {
    padding-left: 22px;
}

.questions-labels-box .questions-checkbox-list li .custom-checkbox img {
    position: relative;
    left: -32px;
}

.questions-labels-box .questions-checkbox-list li .custom-checkbox .checkmark {
    left: 15px;
}
.addcontacts-modal .questions-labels-box .questions-checkbox-list li .custom-checkbox .checkmark{
  left: 0;
}
.channels-main-wrapper .leadgen-right-area {
    flex: 1;
}

.channel-columns{
    text-align: center;
    width: 47px;
}

.crm-lead-info-tab .crm-search-bar {
    min-width: 160px;
    position: relative;
    padding-left: 35px;
    height: 42px;
    line-height: 42px;
    border-radius: 28px;
    outline: none !important;
    border: 1px solid #c5c8cf;
}

.crm-main-wrapper .rdt_TableCol .date-column, .crm-main-wrapper .rdt_TableCell .date-column{
    min-width: 111px;
    max-width:111px;
}


@media only screen and (max-width: 1580px) {


    .channels-main-wrapper .channels-left-tabs .point-numbers li button {
        height: 40px;
        width: 40px;
        font-size: 22px;

    }

    .crm-main-wrapper .crm-tabel-top-wrapper .sorting-option .common-btn {
        height: 35px;
        line-height: 35px;
        font-size: 13px;
        padding: 0 12px;
    }

    .crm-main-wrapper .crm-tabel-top-wrapper .sorting-option .select-box {
        border-radius: 30px;
        height: 35px;
        line-height: 35px;
        padding: 0 10px;
    }

    .crm-main-wrapper .crm-tabel-top-wrapper .sorting-option .select-box select {
        border: 0;
        outline: none !important;
        color: #646975;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .leadgen-right-area .lead-gen-left .document_loading textarea {
        padding: 9px 15px;
    }

    .leadgen-right-area .lead-gen-left,
    .chatboat-design-Previewbox {
        padding: 15px 20px;
    }

    .chatboat-widget-frame {
        padding: 10px;
    }

    .leadgen-right-area .document_loading .items ul.question-sug-list li {
        font-size: 12px;
    }



    .playground-modal-content .question-sug-list li button svg {
        width: 16px;
        height: auto;
    }

    .questions-labels-box .questions-labels-top {
        margin-bottom: 20px;
    }

    .questions-labels-box .questions-checkbox-list li {
        padding: 5px 0;
        min-height: 35px;
    }


    .questions-labels-box .questions-checkbox-list li .custom-checkbox {
        font-size: 14px;
    }

    .checkmark {
        height: 15px;
        width: 15px;
    }

    .custom-checkbox .checkmark:after {
        left: 4px;
        top: 1px;
    }

    .questions-labels-box .questions-checkbox-list li .close-btn img,
    .questions-labels-box .questions-checkbox-list li .close-btn svg {
        width: 14px;
        height: auto;
    }

    .processbar-wrapper .range-box {
        gap: 15px;
    }

    .processbar-wrapper .range-box .slider-number-main {
        height: 30px;
        line-height: 30px;
        min-width: 70px;
    }

    .questions-labels-box .questions-checkbox-list li .custom-checkbox {
        padding-left: 25px;
    }

    .crm-main-wrapper .crm-tabs .nav-link {
        font-size: 15px;
        padding: 5px 20px;
    }

    .crm-main-wrapper .crm-tabs {
        border-bottom: 1px solid #CCD2E0;
        margin-bottom: 5px;
    }

    .crm-main-wrapper .crm-tabs .nav-link.active {
        border-bottom: 2px solid #009dd9;
    }

    .crm-main-wrapper .rdt_Table .crm-labels-list li {
        margin-right: 5px;
        margin-bottom: 5px;

    }

    .crm-main-wrapper .rdt_Table .crm-labels-list li span {
        font-size: 10px;
    }

    .crm-main-wrapper .rdt_Table .crm-labels-list li button {
        margin: 0 0 0 3px;
    }

    .crm-main-wrapper .rdt_Table .crm-labels-list li button svg {
        width: 10px;
        height: auto;
    }

    .crm-main-wrapper .rdt_TableCol_Sortable {
        gap: 3px;
    }

    .crm-main-wrapper .rdt_TableCol_Sortable>div,
    .crm-main-wrapper .rdt_TableCell>div {
        font-size: 13px;
    }

    .crm-main-wrapper .rdt_TableCol_Sortable span {
        font-size: 10px;
        position: relative;
        top: 1px;
    }


    .crm-main-wrapper .rdt_TableCol[data-column-id="1"],
    .crm-main-wrapper .rdt_TableCell[data-column-id="1"] {
        flex: 1;
        /* Adjust this value as needed */
        min-width: max-content;
        max-width: 30px;
        padding-left: 10px;
    }
    .crm-main-wrapper .rdt_TableCol .date-column, .crm-main-wrapper .rdt_TableCell .date-column{
        min-width:111px;
        max-width:111px;
    }

    .crm-main-wrapper .rdt_TableCol[data-column-id="2"],
    .crm-main-wrapper .rdt_TableCell[data-column-id="2"] {
        flex: 2;
        
    }

    .crm-main-wrapper .rdt_TableCol[data-column-id="3"],
    .crm-main-wrapper .rdt_TableCell[data-column-id="3"] {
        flex: 1 1 105px;
        min-width: 105px;
    }

    .crm-main-wrapper .rdt_TableCol[data-column-id="4"],
    .crm-main-wrapper .rdt_TableCell[data-column-id="4"] {
        flex: 1;
    }

    .crm-main-wrapper .rdt_TableCol[data-column-id="5"],
    .crm-main-wrapper .rdt_TableCell[data-column-id="5"] {
        flex: 1 1 90px;
        min-width: 90px;
        text-align: center;
    }


    .crm-main-wrapper .rdt_TableCol[data-column-id="6"],
    .crm-main-wrapper .rdt_TableCell[data-column-id="6"] {
        flex: 1 1 100px;
        min-width: 100px;
    }

    .crm-main-wrapper .rdt_TableCol[data-column-id="7"],
    .crm-main-wrapper .rdt_TableCell[data-column-id="7"] {
        flex: 1 1 80px;
        min-width: 80px;
        text-align: center;
    }


    .crm-main-wrapper .rdt_TableCol[data-column-id="8"],
    .crm-main-wrapper .rdt_TableCell[data-column-id="8"] {
        flex: 1 1 100px;
        min-width: 100px;
    }

    .crm-main-wrapper .rdt_TableCol,
    .crm-main-wrapper .rdt_TableCell {
        padding: 4px 6px;
    }

    .crm-main-wrapper .rdt_Table .crm-labels-list {
        max-height: 80px;
    }

    .crm-main-wrapper .rdt_TableCol_Sortable {
        gap: 0px;
    }

    .crm-main-wrapper .rdt_Table .crm-labels-list li, .rdt_TableCell .crm-labels-list li {
        margin-left: 5px;
        margin-right: 5px;
        padding: 2px 4px;
    }
    .rdt_TableCell .crm-labels-list li span{
        font-size: 12px;
    }

    .crm-main-wrapper .rdt_TableCell img {
        width: 18px;
    }

    .crm-lead-info-tab .crm-search-bar svg{
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 18px;
    }

    .crm-main-wrapper .rdt_TableCell .action-btns svg {
        width: 15px;
    }

    .crm-main-wrapper .crm-tabel-top-wrapper .sorting-option .common-btn {
        height: 35px;
        line-height: 35px;
        font-size: 13px;
        padding: 0 12px;
    }

    .crm-main-wrapper .crm-main-table-wrapper .crm-search-bar input {
        height: 32px;
        line-height: 32px;
        font-size: 13px;
    }

    .crm-lead-info-tab .crm-search-bar {
        height: 35px;
        line-height: 35px;
        padding-left: 24px;
    }

    .crm-main-wrapper .crm-tabel-top-wrapper .crm-search-bar svg {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 18px;
    }


    .crm-main-wrapper .crm-tabel-top-wrapper .crm-search-bar {
        min-width: 250px;
        height: 35px;
        line-height: 35px;
        padding-left: 24px;
    }

    .info_source_details.crm-main-wrapper {
        padding-top: 10px;
    }

    .crm-main-wrapper .crm-tabel-top-wrapper .sorting-option .select-box {
        border-radius: 30px;
        height: 35px;
        line-height: 35px;

        padding: 0 10px;
    }

    .crm-main-wrapper .crm-tabel-top-wrapper .sorting-option .select-box select {
        border: 0;
        outline: none !important;
        color: #646975;
        height: 30px;
        line-height: 30px;
        font-size: 14px;

    }

    .addcontacts-modal .document_loading .items input,
    .addcontacts-modal .document_loading .items .select-box {
        padding: 4px 12px;
        height: 35px;
    }

    .addcontacts-modal .document_loading .items label {
        margin-bottom: 2px;
        font-size: 14px;
    }

    .modal.common-modal.addcontacts-modal .modal-dialog .playground-modal-content {
        margin-bottom: 5px;
        font-size: 14px;
        
    }

    .addcontacts-modal .processbar-wrapper .range-box .slider-number-main {
        height: 25px;
        line-height: 25px;
        font-size: 13px;
    }

    .addcontacts-modal .document_loading .items select {
        height: 100%;
    }

    .addcontacts-modal .document_loading .items .custom-select-options li {
        width: 100%;
        padding: 5px 10px;


    }

    .addcontacts-modal .document_loading .items .custom-select-options li label {
        font-size: 12px;
    }

    .addcontacts-modal .custom-select-trigger {
        height: 25px;
    }


}

@media only screen and (max-width: 1440px) {

    .channels-main-wrapper .channels-left-tabs {
        flex: 0 0 65px;
        min-width: 65px;
        padding: 15px 10px;
    }
}


@media only screen and (max-width: 1199px) {

    .leadgen-right-area .lead-gen-left,
    .chatboat-design-Previewbox {
        height: auto;
    }

    .crm-main-wrapper .crm-tabel-top-wrapper {
        align-items: flex-start;
    }

    .modal.common-modal.addcontacts-modal .modal-dialog .playground-modal-content {
        padding: 20px;
    }


}

@media only screen and (max-width: 991px) {
    .crm-main-wrapper .crm-tabel-top-wrapper {
        flex-wrap: wrap;
        gap: 15px;
    }

    .crm-main-wrapper .crm-tabel-top-wrapper .sorting-option {
        justify-content: flex-start;
    }

}

@media only screen and (max-width: 574px) {
    .addcontacts-modal .questions-labels-box .questions-checkbox-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
}


/**** lead-generation_&_CRM-page end ****/

/*** sidebar menu css start ***/


.sidebar-menu-list .submenu.common-sub-menu .menu-items:first-child {
    position: relative;
    border-radius: 10px;
}

.sidebar-menu-list .submenu.common-sub-menu.show .menu-items:first-child {
    border-radius: 7px;
}

.sidebar-menu-list .submenu.common-sub-menu .menu-items:nth-child(2) {
    border-radius: 0;
}

.sidebar-menu-list .submenu.assistant-bg .menu-items:first-child {
    background-color: #146C94;
}

.sidebar-menu-list .submenu.knowledgebase-bg .menu-items:first-child {
    background-color: #009dd9;
}

.sidebar-menu-list .submenu.leadgen-bg .menu-items:first-child {
    background-color: #4caf50;
}

.sidebar-menu-list .submenu.leadgen-bg .menu-items.active .title p {
    color: #4caf50;
}

.sidebar-menu-list .menu-items.active {
    background-color: #146C94;
}

.sidebar-menu-list .submenu.common-sub-menu {
    margin-bottom: 10px;
}

.sidebar-menu-list .menu-items .active{
    margin-bottom: 10px;
    background: #146C94;
    border-radius: 7px;
    color: #fff;
}

/* .sidebar-menu-list .submenu.common-sub-menu .menu-items:first-child .title p {
    color: #fff;
} */

.sidebar-menu-list .submenu.common-sub-menu .menu-items .toggle-menu-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px;
    margin-top: -2px;
}

.sidebar-menu-list .submenu.common-sub-menu.show .menu-items .toggle-menu-btn svg {
    transform: rotate(-180deg);

}
/* .sidebar-menu-list .submenu.common-sub-menu .menu-items .toggle-menu-btn::before{
    content: "";
    position: absolute;
    left: -3px;
    height: 18px;
    width: 1px;
    top: 50%;
    margin-top: 3px;
    transform: translateY(-50%);
    background-color: #fff;
} */
.sidebar-menu-list .submenu.common-sub-menu.show .menu-items {
    display: flex;
}

.sidebar-menu-list .submenu.common-sub-menu .menu-items {
    display: none;
}

.sidebar-menu-list .submenu.common-sub-menu .menu-items.first-link {
    display: flex !important;
}



/*** sidebar menu css end ***/

/**** assistance-dashboard-new-redesign css start ****/


.assistant.new-assistant .new .icon img {
    height: auto;
    width: 105px;
}

.assistant.new-assistant .new-last {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 0 0;
}

.assistant.new-assistant .new-last .icon {
    padding-bottom: 0;

}

.assistant.new-assistant .new-last .title h4 {
    margin-bottom: 0;
    line-height: 26px;
    font-size: 18px;
    color: #0A0A0A;
}


.assistant-card-title {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 700;
}

.assistant.new-assistant .created .assistance-i-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;

}

.assistant.new-assistant .created .title .assistance-i-title h4 {
    min-height: 48px;
    display: flex;
    align-items: center;
}

.assistant.new-assistant .assistance-dh-boxs {
    display: flex;
    gap: 10px;
}

.assistant.new-assistant .created .title {
    display: flex;
    justify-content: space-between;
}

.assistant.new-assistant .created .assistance-dh-boxes .items {
    display: flex;
    gap: 10px;
}

.assistant.new-assistant .created.lead-gen-box ul.icon-lists {
    justify-content: flex-start;
    gap: 20px;
}

.assistant .lead-gen-box .number-details .icon {
    border: 1px solid #4CAF50;
}

.assistant.new-assistant .created.lead-gen-box ul.icon-lists .icon img {
    width: 20px;
    height: 20px;
}

.assistant.new-assistant .created.lead-gen-box ul.icon-lists .icon {
    border: 1px solid #4CAF50;
}


.assistance-tab-lists #assistance-tab {
    border-bottom: 2px solid #CCD2E0;
    margin-bottom: 20px;
    margin-top: 30px;
}


.assistance-tab-lists #assistance-tab .nav-link.active {
    border-bottom: 4px solid #009dd9;
    color: #009dd9 !important;
    background-color: transparent;
}

.assistance-tab-lists #assistance-tab .nav-link {
    border: 0;
    font-size: 16px;
    color: #646975;
    font-weight: 600;
    padding: 12px 15px;
}

.assistance-tab-lists #assistance-tab-Content .assistant>.col-md-12 {
    margin-bottom: 30px;
}

.common-modal.create-assistance-popup .modal-dialog {
    margin-top: 0 !important;
}

.modal.common-modal.create-assistance-popup .modal-dialog {
    max-width: 600px;
}

.modal.common-modal.create-assistance-popup button.close {
    right: 20px;
    top: 20px;
}

.modal.common-modal.create-assistance-popup button.close svg {
    width: 20px;
}

.modal.common-modal.create-assistance-popup .modal-title {
    margin-bottom: 5px;
    margin-top: 10px;
}

.modal.common-modal.create-assistance-popup .modal-header {
    margin-bottom: 30px;
}


.modal.common-modal.create-assistance-popup .submit-btn button {
    border: 1px solid #146c94;
    background-color: #146c94;
}

.modal.common-modal.create-assistance-popup .submit-btn button:hover {
    background-color: transparent;
    color: #146c94;
}



@media only screen and (max-width: 1580px) {

    .assistant.new-assistant .create {
        height: 180px;
        min-height: 180px;
    }

    .assistant.new-assistant .new {
        min-height: 115px;
        padding: 15px 10px;
    }

    .assistant.new-assistant .new-last {
        padding: 10px 0 0;
    }

    .assistant .new-last .title h4 {
        font-size: 16px;
    }

    .assistant-card-title {
        font-size: 18px;
    }



    .assistant.new-assistant .new .icon img {
        width: 60px;
    }

    .assistant.new-assistant .new-last .icon img {
        width: 20px;
    }

    .assistant.new-assistant .create.coming-soon .new span {
        font-size: 22px;
    }

    .assistant.new-assistant .created .title .assistance-icon img {
        width: 35px;
        height: auto;
    }

    .assistant.new-assistant .created {
        padding: 15px;
    }

    .assistant.new-assistant .created .title h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .assistance-tab-lists #assistance-tab .nav-link {
        font-size: 15px;
        padding: 5px 15px;
    }

    .assistance-tab-lists #assistance-tab .nav-link.active {
        border-bottom: 2px solid #009dd9;
    }

    .assistance-tab-lists #assistance-tab {
        border-bottom: 1px solid #CCD2E0;
        margin-bottom: 15px;
    }

    .assistance-tab-lists #assistance-tab-Content .assistant>.col-md-12 {
        margin-bottom: 15px;
    }

    .modal.common-modal.create-assistance-popup .assistance-icon img {
        width: 70px;
        height: auto;
    }


}



/**** assistance-dashboard-new-redesign css end ****/


/*** lead generation dashboard ***/


.lead-gen-top-tablist {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 14px;
    border-radius: 15px;
}

.lead-gen-top-tablist h1 {
    font-size: 30px;
    line-height: 40px;
    margin: 0;
    font-weight: 600;
    padding-left: 15px;
}

.lead-gen-top-tablist .buttons .nav {
    background-color: #EEF7EE;
}

.lead-gen-top-tablist .nav-pills .nav-link.active {
    background-color: #4CAF50 !important;

}

.six-points.lead-dashboard-lists .icon {
    border: 1px solid #dbefdc;
}


.common-lead-box {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.08);
}

.common-lead-box .title {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 30px;
    font-weight: 700;

}
.lead-gen-grids .common-lead-box.w-full {
    grid-column: 1 / -1; /* This makes the first child span across all columns */
    width: 100%;
}

.common-lead-box .table-wrapper.country-list-table{
 margin-top: 30px;
 max-width: 100%;
 margin-left: 15px;
 margin-right: 17px;
}

.common-lead-box .thumb-box.map-box {
    border: 1px solid gainsboro;
    border-radius: 7px;
}

.common-lead-box .thumb-box.map-box svg {
    width: 90%;
    height: auto;
}

.common-lead-box .lead-graph-box {
    position: relative;
}

.common-lead-box .lead-graph-box h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -23px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
}

.common-lead-box .lead-graph-box h3 span {
    display: block;
    font-weight: 400;
    font-size: 18px;
}

.common-lead-box .title {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 30px;
    font-weight: 700;

}

.lead-gen-grids .common-lead-box.w-full {
    grid-column: 1 / -1;
    /* This makes the first child span across all columns */
    width: 100%;
}

.common-lead-box .table-wrapper.country-list-table {
    margin-top: 30px;
    max-width: 100%;
    margin-left: 15px;
    margin-right: 17px;
}


.crm-lead-info-tab .crm-search-bar svg {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.common-lead-box .thumb-box img {
    width: 100%;
    height: auto;
}

.common-lead-box table tr th {
    background-color: transparent;

}

.common-lead-box table thead th {
    border-bottom: 2px solid #EBEDF2;
    font-size: 15px;
}

.common-lead-box table tbody td {
    border-bottom: 1px solid #EBEDF2;
    font-size: 15px;
}

.common-lead-box table tbody tr:last-child td {
    border-bottom: 2px solid #EBEDF2;
}

.common-lead-box table {
    margin-bottom: 0;
}

.common-lead-box table thead th,
.common-lead-box table tbody td {
    padding: 15px 0;
}

.common-lead-box table thead th {
    font-weight: 600;
}

.common-lead-box table tbody tr:last-child td {
    border-bottom: 0;
    font-weight: 600;
}

.common-lead-box .country-list-table thead th:last-child,
.common-lead-box .country-list-table tbody td:last-child {
    text-align: right;
}


.lead-gen-grids {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.common-lead-box table tbody a {
    color: #009DD9;
    font-weight: 600;
}

.common-lead-box .top-pages-table tbody td,
.common-lead-box .top-pages-table thead th {
    padding: 10px 10px 10px 0;
    white-space: nowrap;
}

.common-lead-box table.top-pages-table tbody tr:last-child td {
    font-weight: 400;
}

.common-lead-box .table-responsive {
    overflow-x: auto;
}

.common-lead-box .table-wrapper {
    max-width: 100%;
    overflow: auto;
}

.top-pages-table thead th {
    position: sticky;
    top: 0;
}


.common-lead-box .table-wrapper {
    max-width: 100%;
    overflow: auto;
    max-height: 300px;

}


.common-lead-box table thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #fff;
}


.common-lead-box table {
    width: 100%;
    border-collapse: collapse;
}

.common-lead-box table th,
.table td {
    text-align: left;
    white-space: nowrap;
}



::-webkit-scrollbar {
    height: 6px;
}


.common-lead-box .top-pages-table {
    table-layout: auto;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    max-height: 200px;
}

.common-lead-box table.top-pages-table thead tr:first-child th:first-child, 
.common-lead-box table.top-pages-table tbody td:first-child{
    width: 76%;
}



.common-lead-box table.top-pages-table tbody tr td:last-child, .common-lead-box table.top-pages-table thead tr:first-child th:last-child{
    text-align: right;
}

/* new crm import flow  */
.file-upoad-main-container{
    padding: 30px 0;
}
.file-upload-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 452px;
    flex-direction: column;
    height: auto;
    color: #7a7ad9;
    font-family: Arial, sans-serif;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin: 15px auto;
  }

  .file-upload-container .file-name{
    border: 1px solid #ccc;
    height: 35px;
    line-height: 34px;
    padding: 0 15px;
    border-radius: 35px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    font-size: 12px;

  }
  .file-upload-container .file-name svg{
    width: 11px;
    height: auto;
  }
  .file-upload-container input[type="file"] {
    position: absolute;
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    color: #333;
    opacity: 0;
  }
 
  .file-upoad-main-container .download-btn{
    text-align: center;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
 
  .file-upoad-main-container .download-btn svg{
    width: 18px;
    height: auto;
  }



@media only screen and (max-width: 1580px) {
    .lead-gen-top-tablist {
        padding: 8px;
        flex-wrap: wrap;
    }

    .lead-gen-top-tablist h1 {
        font-size: 24px;
        line-height: 32px;

    }

    .six-points.lead-dashboard-lists .icon-title {
        padding: 0 20px;
    }

    .lead-dashboard-lists .icon-title .title .six-points-description {
        line-height: 22px;
        font-size: 14px;
    }

    .common-lead-box {
        padding: 20px;
    }

    .common-lead-box table thead th,
    .common-lead-box table tbody td {
        font-size: 13px;
    }

    .common-lead-box table thead th,
    .common-lead-box table tbody td {
        padding: 10px 0;
    }

    .lead-gen-grids {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
        margin-top: 30px;
    }

    .common-lead-box .top-pages-table tbody td,
    .common-lead-box .top-pages-table thead th {
        padding: 6px 6px 6px 0;
        font-size: 13px;
    }

}
.canvasjs-chart-credit{
    display: none !important;
}

.canvasjs-chart-credit {
    display: none !important;
}

/*** lead generation dashboard end***/


/**** compaign page start ****/


.compaign-history-boxes{
    padding: 0 20px;
}

.compaign-history-boxes .compagin-b-arrow svg{
    cursor: pointer;
}
.compaign-history-boxes .item{
    border: 1px solid #009DD9;
    border-radius: 15px;
    padding: 15px;
    margin: 20px 0 0;
}

.compaign-history-boxes .col-lg-2{
    padding-left: 10px;
    padding-right: 10px;
}

.compaign-history-boxes .item h5{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
}

.compaign-history-boxes .item span{
    font-size: 18px;
    color: #646975;
}

.comapaign-wrapper .data-picker-box{
  position: relative;
  max-width: 153px;
  position: relative;
  padding-right: 0px;
  height: 42px;
  line-height: 42px;
  border-radius: 28px;
  outline: none !important;
  border: 1px solid #c5c8cf;
}

.comapaign-wrapper .data-picker-box input{
    width: 100%;
    padding: 0 10px;
    border: 0;
    outline: none;
    height: 38px;
    display: block;
    line-height: 37px;
    background: transparent;
}

.comapaign-wrapper .data-picker-box svg{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
}

.compaign-progress-mainbox{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;

}

.compaign-progress-container {
    width: 100px;
    background-color: #e0e0e0;
    border-radius: 25px;
    overflow: hidden;
    height: 6px;
  }

  .compaign-progress-bar {
    width: 90%;
    height: 100%;
    background-color: #3498db;
    position: relative;
    overflow: hidden;
  }

  .compaign-progress-bar:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    filter: blur(5px);
    transform: scaleX(1.1); /* To adjust the blur effect */
  }

  .compaign-progress-bar span {
    font-weight: bold;

  }

  .add-new-labels-box .custum-i-file-lists{
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 70px);
    flex-wrap: wrap;
    position: relative;
    
  }

  .add-new-labels-box .document_loading .items{
  padding-top: 0;
  }

  .assis-table-top .document_loading .items ul{
    max-width: max-content;
  }

  .assis-table-top .document_loading .items ul li{
    width: auto;
  }

  .add-new-labels-box .custum-i-file-lists .uploaded-file-span {
    top: 0 !important;
    background: #f7f7f7;
    border-radius: 15PX;
    padding: 5px 10px;
    white-space: nowrap;
    display: block;
    border: 1px solid #ccc;
    font-size: 11px;
}
.add-new-labels-box .custum-i-file-lists .uploaded-file-span svg {
    width: 11px;
    display: inline-flex;
    margin-left: 6px;
    height: auto;
}

.define-tags-box{
    display: flex;
    flex-direction: column;
}

  .crm-main-wrapper.comapaign-wrapper .rdt_TableCol[data-column-id="1"], .crm-main-wrapper.comapaign-wrapper .rdt_TableCell[data-column-id="1"]{
    flex: 1 1 140px;
    min-width: 140px;
  }
  .crm-main-wrapper.comapaign-wrapper .campaign-list-table .rdt_TableCol[data-column-id="1"], .crm-main-wrapper.comapaign-wrapper .campaign-list-table .rdt_TableCell[data-column-id="1"]{
    flex: 1;
    min-width: max-content;
  }
  
  .crm-main-wrapper.comapaign-wrapper .campaign-list-table .rdt_TableCol[data-column-id="2"], .crm-main-wrapper.comapaign-wrapper .campaign-list-table .rdt_TableCell[data-column-id="2"]{
    flex: 1;
    min-width: max-content;
    justify-content: flex-start;
  }

  .crm-main-wrapper.comapaign-wrapper .campaign-list-table .rdt_TableCol[data-column-id="2"] > div{
   text-align: left;
   justify-content: flex-start;
  }

  .crm-main-wrapper.comapaign-wrapper .campaign-list-table .custom-checkbox{
    padding-left: 0;
  }

  
  .crm-main-wrapper.comapaign-wrapper .rdt_TableCol[data-column-id="2"], .crm-main-wrapper.comapaign-wrapper .rdt_TableCell[data-column-id="2"]{
    flex: 1 1 140px;
    min-width: 140px;
  }

  .crm-main-wrapper.comapaign-wrapper .rdt_TableCol[data-column-id="3"], .crm-main-wrapper.comapaign-wrapper .rdt_TableCell[data-column-id="3"]{
    flex: 1 1 140px;
    min-width: 140px;
  }

  .crm-main-wrapper.comapaign-wrapper .rdt_TableCol[data-column-id="4"], .crm-main-wrapper.comapaign-wrapper .rdt_TableCell[data-column-id="4"]{
    flex: 1 1 140px;
    min-width: 140px;
  }

  .crm-main-wrapper.comapaign-wrapper .rdt_TableCol[data-column-id="5"], .crm-main-wrapper.comapaign-wrapper .rdt_TableCell[data-column-id="5"]{
    flex: 1 1 140px;
    min-width: 140px;
  }

  .crm-main-wrapper.comapaign-wrapper .rdt_TableCol[data-column-id="7"], .crm-main-wrapper.comapaign-wrapper .rdt_TableCell[data-column-id="7"]{
    flex: 1 1 80px;
    min-width: 80px;
    text-align: left;
  }

  .crm-main-wrapper.comapaign-wrapper .rdt_TableCol[data-column-id="5"] div{
    text-align: left;
  }

  .crm-main-wrapper.comapaign-wrapper .rdt_TableCol[data-column-id="5"] div, .crm-main-wrapper.comapaign-wrapper .rdt_TableCol[data-column-id="7"] div{
    text-align: left;
    margin: 0;
  }

  .crm-main-wrapper .rdt_TableCol_Sortable > div, .crm-main-wrapper .rdt_TableCell > div{
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
  }
  .question-box-content .search-content-right .search-box-dropdown.active{
    display: block;
  }
  .question-box-content .search-content-right .search-box-dropdown{
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 20px 20px 5px 1px !important;
    max-width: 200px;
    z-index: 10;
    margin: -9px 0 0 0 !important;
    display: none;
    max-width: 340px;
    height: auto;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style:none;
    max-height: 200px;
  }

  .question-box-content .search-content-right .search-box-dropdown .close-bg{
    display: flex;
    width: 25px;
    align-items: center;
    justify-content: center;
    background-color: #009dd9;
    height: 25px;
    position: absolute;
    font-size: 20px;
    right: 7px;
    top: 7px;
    border-radius: 25px;
  }

  .question-box-content .search-content-right .search-box-dropdown ul{
    display: flex;
    flex-direction: column;
    margin: 0 !important;
    padding: 0 !important;    background-color: #fff;
    border:0;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.09);
  }
  .question-box-content .search-content-right .search-box-dropdown svg{
    width: 12px;
  }
  .question-box-content .search-content-right .search-box-dropdown svg path{
    stroke: #fff;
  }
  .question-box-content .search-content-right .search-box-dropdown ul li{
    cursor: pointer;
    display: flex;
    flex-direction: column;
    text-align: left;
    width: calc(100% - 50px);
    border: 0 !important;
    padding: 0px !important;
    margin:0;
   
  }

  .question-box-content .search-content-right .search-box-dropdown ul li span{
    font-size: 12px;
    background-color: #fff;
    color: #fff;
    display: block;
    padding: 5px 10px;
    color: #333;


  }

  .question-box-content .search-content-right .search-box-dropdown ul li span:hover{
    color: #fff;
    background-color: #009dd9;
  }

@media only screen and (max-width: 1580px) {

    .compaign-history-boxes .item h5{
        font-size: 24px;
    }
    .compaign-history-boxes .item{
        padding: 10px;
        height: 104px
    }
    
    .compaign-history-boxes .item span{
        font-size: 14px;
        color: #646975;
    }

    .crm-main-wrapper .data-picker-box {
    
        height: 35px;
        line-height: 35px;
    }

    .crm-main-wrapper .data-picker-box{
        max-width: 120px;
    }

    .comapaign-wrapper .data-picker-box input{
        height: 32px;
        line-height: 33px;
        font-size: 13px;
    }

    .question-box-content .search-content-right .search-box-dropdown svg{
        width: 10px;
    }


.compaign-progress-container{
    width: 45px;
}


.crm-main-wrapper.comapaign-wrapper .rdt_TableCol[data-column-id="1"], .crm-main-wrapper.comapaign-wrapper .rdt_TableCell[data-column-id="1"]{
    flex: 1 1 127px;
    min-width: 127px;
  }

  .crm-main-wrapper.comapaign-wrapper .rdt_TableCol[data-column-id="2"], .crm-main-wrapper.comapaign-wrapper .rdt_TableCell[data-column-id="2"]{
    flex: 1 1 130px;
    min-width: 130px;
  }

  .crm-main-wrapper.comapaign-wrapper .rdt_TableCol[data-column-id="3"], .crm-main-wrapper.comapaign-wrapper .rdt_TableCell[data-column-id="3"]{
    flex: 1 1 85px;
    min-width: 85px;
  }

  .crm-main-wrapper.comapaign-wrapper .rdt_TableCol[data-column-id="4"], .crm-main-wrapper.comapaign-wrapper .rdt_TableCell[data-column-id="4"]{
    flex: 1 1 85px;
    min-width: 85px;
  }

  .crm-main-wrapper.comapaign-wrapper .rdt_TableCol[data-column-id="5"], .crm-main-wrapper.comapaign-wrapper .rdt_TableCell[data-column-id="5"]{
    flex: 1 1 85px;
    min-width: 85px;
  }

  .compaign-progress-mainbox{
    gap: 5px;
  }



}


.modal.new-compaign-popup .modal-dialog{
  max-width: 830px;
  min-height: 500px;
}

.modal.new-compaign-popup .form-group label{
    margin-bottom: 10px;
    display: block;
    text-align: left;
    font-weight: 500;
}

.modal.new-compaign-popup .document_loading{
   box-shadow: none;
   padding: 0;
}

.modal.common-modal.new-compaign-popup .modal-dialog .playground-modal-content{
    padding: 30px 65px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal.new-compaign-popup .document_loading .items ul.question-sug-list li{
    width: auto;
    display: flex;
    align-items: center;
    margin-right: 10px;
    border-radius: 30px;
    border-color: #1BA9D6;
    background: #E6F6FC;
    color: #3A4750;
    padding: 3px 25px 3px 10px;
    position: relative;
}

.marketing-camp-wrapper .question-sug{
  display: flex;
  align-items: flex-start;
}
.marketing-camp-wrapper ul.question-sug-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    max-width: 50%;
    flex-wrap: wrap;
}
.marketing-camp-wrapper ul.question-sug-list li button{
    border: 0;
    outline: none;
    background: transparent;
}
.marketing-camp-wrapper ul.question-sug-list li{
    width: auto;
    display: flex;
    align-items: center;
    margin-right: 10px;
    border-radius: 30px;
    border:1px solid #4CAF50;
    background: #ffff;
    color: #4CAF50;
    padding: 1px 5px 1px 10px;
    position: relative;
    font-size: 13px;
    margin: 3px;
}

.marketing-camp-wrapper ul.question-sug-list.exclude li{
    border:1px solid #FF4D4B;
    background: #ffff;
    color: #FF4D4B;
}
.marketing-camp-wrapper ul.question-sug-list li svg path{
    stroke: #4CAF50;
}
.marketing-camp-wrapper ul.question-sug-list.exclude li svg path{
    stroke: #FF4D4B;
}

.modal.new-compaign-popup .playground-modal-content .search-main-box .common-btn{
    height: 42px;
    line-height: 41px;
    align-items: center;
    display: flex;
    gap: 5px;
}
.modal.new-compaign-popup .playground-modal-content .search-main-box .common-btn span{
    display: inline-flex;
}

.modal.new-compaign-popup .playground-modal-content .search-main-box .common-btn.border{
    border: 1px solid #c5c8cf !important;
    color: #0A0A0A;
}

.modal.new-compaign-popup .playground-modal-content .search-main-box .common-btn.border:hover svg path{
    fill:#fff;
}

.modal.new-compaign-popup .playground-modal-content .search-main-box .common-btn.border:hover span{
    color: #fff;
}

.modal.new-compaign-popup .document_loading .items input[type="text"]{
  max-width: 100%;
  margin-bottom: 0;
  height: 35px;
}
.modal.new-compaign-popup .search-box-m-list .question-sug{
    position: absolute;
    left: 5px;
    top: -14px;
}
.modal.new-compaign-popup .search-box-m-list .question-sug button{
    right: 2px;
    top: 56%;
}


.modal.new-compaign-popup .playground-modal-content .search-content-right{
 width: calc(100% - 0px);
}

.modal.new-compaign-popup .playground-modal-content .question-box-content{
    background-color: #fff;
    padding: 0;
    margin: 0;
}

.modal.new-compaign-popup .playground-modal-content .search-main-box{
    display: flex;
    gap: 5px;
    /* max-width: 450px; */
    justify-content: center;
    margin: 0 auto;
    flex-direction: column;
}
.modal.new-compaign-popup .search-box-inner{
  flex: 1;
}

.modal.new-compaign-popup .document_loading .items .data-picker-box input{
    border: 0 !important;
    padding: 0 10px;
    color: #515151;
    font-size: 16px;
    background: transparent;
    outline: none;
    width: 100%;

}

.modal.new-compaign-popup .document_loading .items .data-picker-box svg{
    display: none;
}

.modal.new-compaign-popup .compaign-link{
    border: 0;
    outline: none;
    padding: 0;
    background: transparent;
    color: #009DD9;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}

.modal.new-compaign-popup .select-box{
    position: relative;
    height: 42px;
    line-height: 42px;
    border: 1px solid #c5c8cf;
    border-radius: 42px;
    display: flex;
    padding: 0 25px;
    align-items: center;
} 
.modal.new-compaign-popup .select-box select{
    width: 100%;
    border: 0;
    outline: none;
    color: #646975;
    font-size: 13px;
    position: relative;
    top: 0px;
    height: auto;

}
.modal.new-compaign-popup .select-box select option{
    color: #000;
}
.modal.new-compaign-popup .form-group{
    margin-bottom: 10px;
}

.modal.new-compaign-popup .document_loading .items ul.question-sug-list{
    margin-top: 15px;
}

.modal.common-modal.new-compaign-popup .modal-dialog .playground-modal-content h2{
 margin-bottom: 10px;
}

.modal.common-modal.new-compaign-popup .document_loading .items ul li.radio-list{
  max-width: max-content;
  margin-left: 10px;
}
.modal.common-modal.new-compaign-popup .data-picker-box{
    max-width: 150px;
    position: relative;
    padding-right: 0px;
    height: 42px;
    line-height: 42px;
    border-radius: 28px;
    outline: none !important;
    border: 1px solid #c5c8cf;
    display: flex;
    align-items: center;
}
.modal.common-modal.new-compaign-popup .seach-by-option{
    margin-bottom: 0;
}
.modal.common-modal.new-compaign-popup .seach-by-option p{
  margin: 0 10px 0 0;
  white-space: nowrap;
  font-size: 14px;
}

.crm-main-wrapper.comapaign-wrapper #schedule-campaign .rdt_TableCol_Sortable{
    min-width: 75px;
    
}

.crm-main-wrapper.comapaign-wrapper #schedule-campaign .rdt_TableCol[data-column-id="3"], .crm-main-wrapper.comapaign-wrapper #schedule-campaign .rdt_TableCell[data-column-id="3"]{
    flex: 1 1 100px;
    min-width: 100px;
    justify-content: flex-end;
    display: flex;
}

.sorting-option .filter-dropdown .action-dropdown .common-btn{
    height: auto;
    padding: 0;
    line-height: normal;
    color: #212529 !important;
    font-weight: 400;
    border: 0 !important;
    background: transparent !important;
}
.sorting-option .filter-dropdown .action-dropdown .common-btn svg path{
    color: #146c94 !important;
    fill: transparent !important;
}

.sorting-option .filter-dropdown .action-dropdown .common-btn.assign-tag-btn svg path{
    fill: revert-layer !important;
    color: #146c94 !important;
}

.sorting-option .filter-dropdown .action-dropdown .common-btn.delete-btn svg path{
    fill: revert-layer !important;
    color: #146c94 !important;
}

.sorting-option .filter-dropdown .action-dropdown .border svg path{
    color: #212529 !important;
    fill: transparent !important;
}
.crm-main-wrapper.comapaign-wrapper #schedule-campaign .rdt_TableCell .action-btns{
   min-width: 75px;
}

.crm-main-wrapper.comapaign-wrapper #template-message .rdt_TableCol[data-column-id="1"], .crm-main-wrapper.comapaign-wrapper #template-message .rdt_TableCell[data-column-id="1"]{
    flex: 1 1 190px;
    min-width: 190px;
  }

  .crm-main-wrapper.comapaign-wrapper #template-message .rdt_TableCol[data-column-id="2"], .crm-main-wrapper.comapaign-wrapper #template-message .rdt_TableCell[data-column-id="2"]{
    flex: 1 1 130px;
    min-width: 130px;
  }

  .crm-main-wrapper.comapaign-wrapper #template-message .rdt_TableCol[data-column-id="3"], .crm-main-wrapper.comapaign-wrapper #template-message .rdt_TableCell[data-column-id="3"]{
    flex: 1 1 150px;
    min-width: 150px;
  }

  .crm-main-wrapper.comapaign-wrapper #template-message .rdt_TableCol[data-column-id="4"], .crm-main-wrapper.comapaign-wrapper #template-message .rdt_TableCell[data-column-id="4"]{
    flex: 1 1 120px;
    min-width: 120px;
  }

  .crm-main-wrapper.comapaign-wrapper #template-message .rdt_TableCol[data-column-id="5"], .crm-main-wrapper.comapaign-wrapper #template-message .rdt_TableCell[data-column-id="5"]{
    flex: 1 1 120px;
    min-width: 120px;
  }

.crm-main-wrapper.comapaign-wrapper #template-message .rdt_TableCol[data-column-id="5"], .crm-main-wrapper.comapaign-wrapper #template-message .rdt_TableCell[data-column-id="5"]{
  text-align: left;
}

.crm-main-wrapper.comapaign-wrapper #template-message .rdt_TableCol[data-column-id="6"], .crm-main-wrapper.comapaign-wrapper #template-message .rdt_TableCell[data-column-id="6"]{
    flex: 1 1 60px;
    min-width: 60px;
}

.modal.new-compaign-popup .contact-number .compaign-link{
   color: #146C94;
   text-decoration: underline;
}

.modal.new-compaign-popup .compain-type-fields{
  display: flex;
  gap: 10px;
}
.modal.new-compaign-popup .compain-type-fields .select-box select{
    min-width: max-content;
}

.modal.new-compaign-popup .compain-type-fields .upload-field{
  width: 100%;
}

.modal.new-compaign-popup .document_loading .items .custom-file-input{
  height: 42px;
  line-height: 42px;
  width: 100%;
}

.modal.new-compaign-popup .document_loading .items textarea{
    border: 1px solid #C5C8CF;
    max-width: 100%;
}

.modal.new-compaign-popup .document_loading .items .add-buttons-fields ul li{
    margin-right: 0;
    width: 100%;

}

.modal.new-compaign-popup .document_loading .items .add-buttons-fields ul li:nth-child(2n){
    width: 140px;
    min-width: 140px;
}

.modal.new-compaign-popup .document_loading .items .add-buttons-fields ul li:first-child{
    min-width: 148px;
    width: 148px;
}

.modal.new-compaign-popup .document_loading .items .add-buttons-fields ul li input{
    flex: 1;
}

.modal.new-compaign-popup .document_loading .items .add-buttons-fields ul{
    gap: 15px;
    width: calc(100% - 70px);
    max-width: 100%;
}

.modal.new-compaign-popup .form-group.add-buttons-fields{
    align-items: center;
    justify-content: space-between;
    display: flex;
}

.modal.new-compaign-popup#newtemplate .compaign-link{
   text-decoration: underline;
}

.modal.new-compaign-popup .form-group.add-buttons-fields button{
    background-color: transparent;
    outline: none;
    border: 0;
}






@media only screen and (max-width: 1580px) {

    .modal.new-compaign-popup .document_loading .items input, .modal.new-compaign-popup .select-box, .modal.new-compaign-popup .playground-modal-content .search-main-box .common-btn{
        padding: 0 15px;
        height: 32px;
        line-height: 32px;
    }
    .modal.new-compaign-popup .document_loading .items .custom-file-input{
        padding: 0 15px;
        height: 32px;
        line-height: 32px;
    }
    .modal.new-compaign-popup .document_loading .items .custom-file-input::before{
       font-size: 12px; 
    }
    .modal.new-compaign-popup .document_loading .items .custom-file-input::after{
        height: 26px;
        line-height: 26px;
        right: 3px;
        font-size: 12px;
    }
    .modal.new-compaign-popup .playground-modal-content .search-main-box .common-btn span{
        font-size: 13px;
    } 

    .modal.new-compaign-popup .document_loading .items .data-picker-box input{
        font-size: 14px;
    }
    .modal.new-compaign-popup .form-group label{
        margin-bottom: 5px;
        display: block;
        font-size: 13px;
    }
    .modal.common-modal .search-box-inner button img {
        width: 20px;
        height: 20px;
    }

    .modal.new-compaign-popup .form-group{
        margin-bottom: 5px;
    }
    .modal.new-compaign-popup .document_loading .items .data-picker-box input{
        font-size: 14px;
    }

    .modal.new-compaign-popup .document_loading .items textarea{
        height: 44px;
    }

    .modal.common-modal.new-compaign-popup .data-picker-box{
        height: 35px;
        line-height: 35px;
    }

    .crm-main-table-wrapper .channel-title + .common-btn{
        margin-bottom: 20px;
    }

}

/**** compaign page end ****/

/**** chat widget option 2 ****/

.chatboat-design-sec-option .close-icon{
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
}

.chatboat-design-sec-option .iera-zoom-in-out-box.close-icon svg path{
  fill: #fff;
}
.chatboat-design-sec-option .chatboat-widget-frame #iera-chat-wrapper-preview{
    position: relative;


}

.chatboat-design-sec-option .chatboat-widget-frame #iera-chat-wrapper-preview .preview-corner-thumb{
 position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 165px;
}
.chatboat-design-sec-option .chatboat-widget-frame #iera-chat-wrapper-preview .preview-corner-thumb img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.chatboat-design-sec-option .chatboat-widget-frame #iera-chat-wrapper-preview .preview-corner-thumb svg path{
    opacity: 0.3;
}
.chatboat-design-sec-option .chatboat-widget-frame #iera-chat-wrapper-preview .chat-question-preview-top{
 margin-top: 80px;
 padding: 0 10px;
}
.chatboat-design-sec-option .iera-chat-top-buttons .reset-btn{
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    padding: 0 10px;
}
.chatboat-design-sec-option .iera-chat-top-buttons button{
    position: relative;
}
.chatboat-design-sec-option .iera-chat-top-buttons button::before {
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.2);
    pointer-events: none;
    border-radius: 30px;

}

.chatboat-design-sec-option .chatboat-widget-frame .chat-box-bottom-preview{
  padding: 0 10px;
}

/* .chatboat-design-sec-option .chatboat-widget-frame #iera-chat-wrapper-preview{
 background: rgb(246, 246, 247) linear-gradient(0deg, rgb(205, 237, 250) 0%, rgb(0, 85, 118) 100%);
} */

.chatboat-design-sec-option .iera-chat-top-buttons{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 0;
}

.chatboat-design-sec-option .iera-chat-top-buttons button{
    top: 0 !important;
    right: auto;
    left: auto;
}

.chatboat-design-sec-option .iera-chat-top-btn-right{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.chatboat-design-sec-option .chat-question-preview-top h2{
  font-size: 18px;
  line-height: 24px;

}
.chatboat-design-sec-option .chat-question-preview-top h2 img{
    width: 20px;
    height: auto;
}

.chatboat-design-sec-option .chat-question-top-inner-preview{
    display: flex;
    background: #fff;
    border-radius: 10px;
    padding: 0 10px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 0px 1px, rgba(0, 0, 0, 0.06) 0px 2px 8px;
}

.chatboat-widget-frame #iera-chat-wrapper-preview .ask-me-box{
    padding: 3px 10px;
}
.chatboat-design-sec-option .powered-by-text p{
 margin: 0;
}

.chatboat-design-sec-option .powered-by-text{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 10px 10px 0;
    background-color: #fff;
}

.chatboat-design-sec-option .powered-by-text button{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    background-color: transparent;
    border: 0;
    outline: none;
}

.chatboat-design-sec-option .chatboat-widget-frame{
    background-color: #fff;
    box-shadow: 0px 3px 30px 0px #0000000D;
}

.chatboat-design-sec-option .chatboat-widget-frame #iera-chat-wrapper-preview{
 padding: 0;
}

@media only screen and (max-width: 1580px) {
.chatboat-design-sec-option .chatboat-widget-frame .reset-btn, .chatboat-design-sec-option .chatboat-widget-frame .close-icon{
  top: 10px;
}

.chatboat-design-sec-option .close-icon{
    height: 25px;
    width: 25px;
 }

.chatboat-design-sec-option .chatboat-widget-frame .reset-btn{
    height: 25px;
    line-height: 25px;
    border-radius: 25px;
}
.chatboat-design-sec-option .chatboat-widget-frame #iera-chat-wrapper-preview .chat-question-preview-top{
    margin-top: 60px;
   }
   .chatboat-design-sec-option .chatboat-widget-frame #iera-chat-wrapper-preview .user-question-preview svg{
    width: 25px;
    height: 25px;
   }
   .chatboat-design-sec-option .chatboat-widget-frame #iera-chat-wrapper-preview .user-question-preview .logo-thumb{
    width: 35px;
    height: 35px;
   }

   .chatboat-widget-frame #iera-chat-wrapper-preview .ask-me-box textarea{
    font-size: 13px;
   }

   .chatboat-design-sec-option .powered-by-text p, .chatboat-design-sec-option .powered-by-text button{
    font-size: 13px;
   }

   .chatboat-design-sec-option .powered-by-text button svg{
    width: 18px;
    height: auto;
   }
   .chatboat-widget-frame #iera-chat-wrapper-preview .ask-me-box textarea{
    padding-left: 0;
   }

   .chatboat-design-sec-option .powered-by-text{
    padding: 6px 10px 0;
   }

}


/***** marketing compaign *****/

.marketing-camp-wrapper .crm-tabs .nav-link.active{
    border-color: #146C94;
    color: #146C94 !important;
}

.marketing-camp-wrapper .crm-tabs .nav-link.active svg path{
    fill: #146C94;
}

.marketing-camp-wrapper .crm-tabs .nav-link{
    display: flex;
    align-items: center;
    gap: 10px;
}


.marketing-camp-wrapper .templates-tabs{
    border: 0;
}

.marketing-camp-wrapper .templates-tabs{
    padding: 6px;
    background-color: #EFF1F6;
    border-radius: 10px;
    max-width: max-content;
}

.marketing-camp-wrapper .templates-tabs .nav-link{
    background-color: transparent;
    color: #646975;
    border-radius: 10px;
    border: 0 !important;
}
.marketing-camp-wrapper .templates-tabs .nav-link.active{
    background-color: #146C94;
    color: #fff !important;
}


.marketing-camp-wrapper .m-compain-main .empty-thumb{
    padding: 40px 0;
    margin: 0 auto;
}

.marketing-camp-wrapper .m-compain-main .empty-thumb img{
    width: 100%;
}

.marketing-camp-wrapper .m-compain-main .form-group{
 width: 100%;
}
.marketing-camp-wrapper .m-compain-main .form-group label{
    margin-bottom: 10px;
    color: #0A0A0A;
    font-weight: 500;
}
.marketing-camp-wrapper .crm-tabel-top-wrapper .crm-search-bar{
    flex: 1;
    width: auto;
    padding-left: 0;
    border: 0;
}

.marketing-camp-wrapper .crm-tabel-top-wrapper .crm-search-bar-main .common-btn{
    background-color: #009DD9;
}
.marketing-camp-wrapper .crm-tabel-top-wrapper .crm-search-bar input{
    width: 100%;
    height: 42px;
  line-height: 42px;
  padding: 0 10px;
  border: 1px solid #C5C8CF;
  border-radius: 30px;
}
.marketing-camp-wrapper .crm-tabel-top-wrapper .crm-search-bar-main{
  gap: 10px;
  display: flex;
}

.marketing-camp-wrapper .m-compain-main .form-group{
    justify-content: flex-start;
    margin-bottom: 20px;
}

.marketing-camp-wrapper .m-compain-main .form-group .common-box input, .common-input-box input{
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
  border: 1px solid #C5C8CF;
  border-radius: 30px;
}
.marketing-camp-wrapper .m-compain-main .form-group .common-box input{
    width: 100%;
}

.crm-main-table-wrapper.m-compain-main{
    padding:20px 0px;
}

.marketing-camp-wrapper .m-compain-main .form-group input[type="text"]:focus, .marketing-camp-wrapper .m-compain-main .form-group input[type="text"]:active{
    border: 1px solid #009dd9 !important;
    outline: none !important;
    color: #009dd9 !important;
    font-weight: 600;
  
}

.common-input-box input[type="text"]:focus,  .common-input-box input[type="text"]:active{
    border: 1px solid #009dd9 !important;
    outline: none !important;
    color: #009dd9 !important;
    font-weight: 600;
  
}

.compaign-history-boxes.m-compain-history-boxes{
    padding: 0;
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(8, 1fr);
    margin-bottom: 20px;
}

.compaign-history-boxes.m-compain-history-boxes .item{
    border: 1px solid #a9e1f8;
    background: linear-gradient(180deg, #e0f6ff 0%, #FFFFFF 100%);
    margin: 10px 0 0px;
}


.crm-main-wrapper.marketing-camp-wrapper .crm-tabel-top-wrapper{
  padding: 0;
}

.compaign-history-boxes.m-compain-history-boxes .item span{
   display: flex;
    align-items: center;
    gap: 5px;
}

.crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCol[data-column-id="1"], .crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCell[data-column-id="1"]{
 flex: 1;
 min-width: 150px;
}

.crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCol[data-column-id="2"], .crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCell[data-column-id="2"]{
    flex: 1;
    min-width: 150px;
}

.crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCol[data-column-id="3"], .crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCell[data-column-id="3"]{
    flex: 1;
    min-width: 100px;
}

.crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCol[data-column-id="4"], .crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCell[data-column-id="4"]{
    flex: 1;
    min-width: 140px;
}

.crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCol[data-column-id="5"], .crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCell[data-column-id="5"]{
    flex: 1;
    min-width: 140px;
}
.crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCol[data-column-id="6"], .crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCell[data-column-id="6"]{
    flex: 1;
    min-width: 160px;
}
.crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCol[data-column-id="7"], .crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCell[data-column-id="7"]{
    flex: 1;
    min-width: 100px;
}
.crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCol[data-column-id="8"], .crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCell[data-column-id="8"]{
    flex: 1;
    min-width: 100px;
}

.crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCol[data-column-id="9"], .crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCell[data-column-id="9"]{
    flex: 1;
    min-width: 110px;
}

.crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCol[data-column-id="10"], .crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCell[data-column-id="10"]{
    flex: 1;
    min-width: 120px;
}


.crm-main-wrapper.marketing-camp-wrapper .compaign-progress-mainbox{
  flex-wrap: nowrap;
}

.crm-main-wrapper.marketing-camp-wrapper .compaign-progress-container{
   width: 80px;
}
.crm-main-wrapper.marketing-camp-wrapper .rdt_TableCell .action-btns{
    gap: 10px;
}
.crm-main-wrapper.marketing-camp-wrapper .rdt_TableCell .action-btns button{
  background-color: transparent;
  outline: none;
  border: 0;
  padding: 0;
}
.crm-main-wrapper.marketing-camp-wrapper .rdt_TableCell .action-btns svg{
    width: 24px;
    height: auto;
}
.crm-main-wrapper.marketing-camp-wrapper .rdt_TableCell .status{
    font-weight: 600;
}
.crm-main-wrapper.marketing-camp-wrapper .rdt_TableCell .Done{
 color: #4CAF50;
}
.crm-main-wrapper.marketing-camp-wrapper .rdt_TableCell .Pending{
    color: #FAB114;
   }
   .crm-main-wrapper.marketing-camp-wrapper .rdt_TableCell .Running{
    color: #009DD9;
   }
   .crm-main-wrapper.marketing-camp-wrapper .rdt_TableCell .Paused{
    color: #FE5F5E;
   }
   .marketing-camp-wrapper .crm-tabel-top-wrapper .compaign-tablebar-left .crm-search-bar input{
    padding-left: 15px;
   }
   .all-channel-filter{
    position: relative;
   }
   .all-channel-filter .filter-dropdown{
    border: 0;
    top: 100%;
    left: auto;
    right: 0;
    margin-top: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    position: absolute;
    background-color: white;
    /* display: none; */
    min-width: max-content;
   }
   .all-channel-filter ul{
    list-style: none;
    padding: 10px 0;
    margin: 0;
   }
   .all-channel-filter ul li{
    padding: 5px 18px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
   }
   .all-channel-filter ul li button{
    border: 0;
    outline: none;
    padding: 0;
    gap: 10px;
    display: flex
;
    align-items: center;
    background-color: transparent;
   }

 .marketing-camp-wrapper .crm-tabel-top-wrapper .all-channel-filter .filter-dropdown{
       min-width: 110px;
   }

    .marketing-camp-wrapper .crm-tabel-top-wrapper .select-box select {
        padding-right: 24px;
    }

   .marketing-camp-wrapper .filter-dropdown .custom-checkbox{
          font-size: 14px;
          font-weight: 400;
          color: #0A0A0A;
   }
   /* .marketing-camp-wrapper .crm-tabel-top-wrapper .crm-search-bar-main.sorting-option .common-btn span{
     color: #fff;
   } */
   .marketing-camp-wrapper .crm-tabel-top-wrapper .sorting-option .common-btn.border span{
     color: #0A0A0A;
     font-weight: 500;
   }
   .marketing-camp-wrapper .crm-tabel-top-wrapper .sorting-option .common-btn.border svg path{
     fill: #646975;
   }
   .marketing-camp-wrapper .crm-tabel-top-wrapper .sorting-option .common-btn.border:hover{
    border: 1px solid transparent;
   }
   .marketing-camp-wrapper .crm-tabel-top-wrapper .sorting-option .common-btn.border:hover svg path{
    fill: #fff;
    
   }
   
   .marketing-camp-wrapper .custom-checkbox input:checked ~ .checkmark{
    background-color: #009DD9;
    border: 1px solid #009DD9;
   }
   .marketing-camp-wrapper .crm-tabel-top-wrapper .all-channel-filter .filter-dropdown .common-btn{
    width: calc(100% - 30px);
    margin: 0px auto 15px;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
   }
@media only screen and (max-width: 1580px) {

    .marketing-camp-wrapper .m-compain-main .empty-thumb{
        max-width: 200px;
    }

    .marketing-camp-wrapper .crm-tabel-top-wrapper .crm-search-bar-main .common-btn svg{
        width: 20px;
        height: auto;
    }

    .marketing-camp-wrapper .crm-tabel-top-wrapper .crm-search-bar input, .marketing-camp-wrapper .m-compain-main .form-group .common-box input{
      height: 35px;
      line-height: 35px;
    }

    .crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCol[data-column-id="1"], .crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCell[data-column-id="1"]{
        flex: 1;
        min-width: 120px;
       }
       
       .crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCol[data-column-id="2"], .crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCell[data-column-id="2"]{
           flex: 1;
           min-width: 110px;
       }
       
       .crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCol[data-column-id="3"], .crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCell[data-column-id="3"]{
           flex: 1;
           min-width: 90px;
       }
       
       .crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCol[data-column-id="4"], .crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCell[data-column-id="4"]{
           flex: 1;
           min-width: 90px;
       }
       
       .crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCol[data-column-id="5"], .crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCell[data-column-id="5"]{
           flex: 1;
           min-width: 90px;
       }
       .crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCol[data-column-id="6"], .crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCell[data-column-id="6"]{
           flex: 1;
           min-width: 110px;
       }
       .crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCol[data-column-id="7"], .crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCell[data-column-id="7"]{
           flex: 1;
           min-width: 80px;
       }
       .crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCol[data-column-id="8"], .crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCell[data-column-id="8"]{
           flex: 1;
           min-width: 80px;
       }
       
       .crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCol[data-column-id="9"], .crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCell[data-column-id="9"]{
           flex: 1;
           min-width: 90px;
       }
       
       .crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCol[data-column-id="10"], .crm-main-wrapper.marketing-camp-wrapper #template-message .rdt_TableCell[data-column-id="10"]{
           flex: 1;
           min-width: 90px;
       }

       .crm-main-wrapper.marketing-camp-wrapper .compaign-progress-container{
        width: 50px;
       }
       .crm-main-wrapper.marketing-camp-wrapper .rdt_TableCell .action-btns svg{
        width: 18px;
       }
       .crm-main-wrapper .rdt_TableCol_Sortable > div, .crm-main-wrapper .rdt_TableCell > div{
        font-size: 12px;
       }

       .crm-main-wrapper.marketing-camp-wrapper .crm-tabel-top-wrapper .common-btn{
           height: 35px;
           line-height: 32px;
           font-size: 13px;
       }

}


/***** marketing templates *****/

.marketing-camp-wrapper .m-compain-main .form-group .add-var{
    background-color: transparent;
    outline: none;
    border: 0;
    color: #009DD9;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 7px;
  }
  
  .marketing-camp-wrapper .m-compain-main .header-type.sorting-option{
      display: grid;
      grid-template-columns: repeat(1, 1fr 3fr);
  }
  .marketing-camp-wrapper .m-compain-main .footer-msg.sorting-option{
      display: grid;
      grid-template-columns: repeat(1, 1fr);
  }
  
  .marketing-camp-wrapper .m-compain-main .header-type input{
      font-size: 14px;
  }
  
  .marketing-camp-wrapper .m-compain-main .form-group .footer-btns{
      display: flex;
      gap: 15px;
      width: 100%;
  }
  .marketing-camp-wrapper .m-compain-main .form-group .footer-btns:not(:last-child){
      margin-bottom: 15px;
  }
  .marketing-camp-wrapper .m-compain-main .footer-btns .sorting-option{
      display: grid;
      width: calc(100% - 50px);
      grid-template-columns: repeat(4, 1fr);
  }
  
  .marketing-camp-wrapper .m-compain-main .form-group .common-box input{
      font-size: 14px;
  }
  
  .marketing-camp-wrapper .m-compain-main .footer-btns button{
      outline: none;
      border: 0;
      background-color: transparent;
  }
  
  .marketing-camp-wrapper .m-compain-main .blue-title{
   font-size: 18px;
   color: #146C94;
   font-weight: 600;
  }
  
  .marketing-camp-wrapper .m-compain-main .textarea-wrapper {
      width: 100%;
      max-width: 100%;
  }
  
  .marketing-camp-wrapper .m-compain-main textarea {
      width: 100%;
      height: 300px;
      padding: 15px;
      border: 1px solid #C5C8CF;
      border-radius: 10px;
      font-size: 14px;
      font-family: inherit;
      line-height: 1.6;
      resize: none;
      background-color: #F4F5F7;
      overflow: auto;
      text-align: left; 
      direction: ltr;   
  }
  
  .marketing-camp-wrapper .m-compain-main .textarea-empty{
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  .marketing-camp-wrapper .m-compain-main textarea:focus {
      outline: none;
      border-color: #007bff;
      box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  }
  
  .marketing-camp-wrapper .preview-tabs{
      border: 0;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      padding-top: 30px;
  }
  .marketing-camp-wrapper .preview-tabs .nav-link{
      height: 54px;
      width: 54px;
      display: flex;
      align-items: center;
      justify-content: center;
  
  }
  .marketing-camp-wrapper .preview-tabs .nav-link, .marketing-camp-wrapper .preview-tabs .nav-link:hover{
      border: 1px solid transparent;
  }
  
  .marketing-camp-wrapper .preview-tabs .nav-link.active{
     border: 1px solid #146C94;
     border-radius: 10px;
  }
  .marketing-camp-wrapper .preview-tabs .nav-link{
      position: relative;
      cursor: not-allowed;
  }
  
  .marketing-camp-wrapper .preview-tabs .tooltip {
      position: absolute;
      top: -30px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #007ea7; /* Tooltip background color */
      color: white;
      font-size: 12px;
      padding: 5px 10px;
      border-radius: 5px;
      white-space: nowrap;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease, transform 0.3s ease;
    }
  
    .marketing-camp-wrapper .preview-tabs .tooltip::after {
      content: "";
      position: absolute;
      bottom: -6px;
      left: 50%;
      transform: translateX(-50%);
      border-width: 6px;
      border-style: solid;
      border-color: #007ea7 transparent transparent transparent;
    }
  
    .marketing-camp-wrapper .preview-tabs .nav-link:hover .tooltip {
      opacity: 1;
      visibility: visible;
      transform: translateX(-50%) translateY(-5px);
    }
  
  
  .marketing-camp-wrapper .m-preview-thumb img{
      width: 100%;
      height: auto;
  }
  
  .crm-main-wrapper.marketing-camp-wrapper .rdt_TableCell .status{
      text-align: left;
  }
  
  .crm-main-wrapper.marketing-camp-wrapper .m-template-table .rdt_TableCell .action-btns {
     gap: 15px;
  }
  
  .marketing-camp-wrapper .crm-tabel-top-wrapper .all-channel-filter .filter-dropdown ul li{
    cursor: pointer;
  }
  
  .marketing-camp-wrapper .crm-tabel-top-wrapper .all-channel-filter .filter-dropdown ul li:hover{
      background-color: #EBF9FF;
  }
  /* .marketing-camp-wrapper .crm-tabel-top-wrapper .all-channel-filter .filter-dropdown{
      display: none;
  } */
  .marketing-camp-wrapper .crm-tabel-top-wrapper .select-box{
      position: relative;
  }
  .marketing-camp-wrapper .crm-tabel-top-wrapper select {
      -webkit-appearance: none; 
      -moz-appearance: none;  
      appearance: none;        
      background: transparent; 
      width: 100%;
      z-index: 0;
      padding: 0 5px;
    }
  
    .marketing-camp-wrapper .crm-tabel-top-wrapper .select-box::after {
      content: ''; 
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      pointer-events: none; 
      background: url(../img/m-select-i.svg);
      width: 14px;
      height: 9px;
      background-size: 14px 9px;
  
    }
    
    .marketing-camp-wrapper .crm-tabel-top-wrapper select::-ms-expand {
      display: none; /* For Internet Explorer */
    }
  
  
  @media only screen and (max-width: 1580px) {
      .marketing-camp-wrapper .m-compain-main .footer-btns button svg{
          width: 20px;
          height: auto;
      }
  
      .crm-main-wrapper.marketing-camp-wrapper .m-template-table .rdt_TableCell .action-btns svg{
          width: 15px;
      }
  
      .crm-main-wrapper.marketing-camp-wrapper .m-template-table  .rdt_TableCol[data-column-id="1"], .crm-main-wrapper.marketing-camp-wrapper .m-template-table  .rdt_TableCell[data-column-id="1"]{
          flex: 1 1 140px;
          min-width: 140px;
      }
      .crm-main-wrapper.marketing-camp-wrapper .m-template-table  .rdt_TableCol[data-column-id="2"], .crm-main-wrapper.marketing-camp-wrapper .m-template-table  .rdt_TableCell[data-column-id="2"]{
          flex: 1 1 100px;
          min-width: 100px;
      }
  
  }
  
  
  .marketing-camp-wrapper .ai-gen-template-option{
    padding-bottom: 40px;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 40px;
  }
  
  .marketing-camp-wrapper .ai-gen-template-option .template-box {
      background: linear-gradient(90deg, #0099FF, #00CCFF);
      color: white;
      padding: 10px 20px;
      border-radius: 10px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      width: 100%;
      max-width: 100%;
      text-align: center;
      margin: 10px 0 10px;
     
    }
  
    .marketing-camp-wrapper .ai-gen-template-option .ai-gen-fields{
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.5s ease, opacity 0.5s ease;
      opacity: 0;
    }
  
    .marketing-camp-wrapper .ai-gen-template-option .ai-gen-fields.open {
      max-height: 300px; /* Adjust based on your content size */
      opacity: 1;
      
    }
  
    .marketing-camp-wrapper .ai-gen-template-option .template-box label {
      display: flex;
      margin: 10px 0;
      font-size: 18px;
  
    }
  
    .marketing-camp-wrapper .ai-gen-template-option .template-box label span{
       white-space: nowrap;
       display: inline-block;
    }
  
    .marketing-camp-wrapper .ai-gen-template-option .template-box input[type="text"] {
      width: 100%;
      max-width: 300px;
      border: none;
      border-bottom: 1px dashed #fff;
      background: transparent;
      color: white;
      font-size: 16px;
      padding: 0px 0;
      text-align: center;
      margin-left: 7px;
      margin-right: 7px;
      line-height: 22px;
      height: 22px;
    }
  
    .marketing-camp-wrapper .ai-gen-template-option .template-box input[type="text"]::placeholder {
      color: rgba(255, 255, 255, 0.7);
    }
  
    .marketing-camp-wrapper .ai-gen-template-option .template-box input[type="text"]:focus {
      outline: none;
      border-bottom: 1px solid #fff;
    }
  
    .marketing-camp-wrapper .ai-gen-template-option .toggle-dropdown-wrapper{
      flex: 1;
  
    }
  
  
    .marketing-camp-wrapper .ai-gen-template-option .toggle-btn{
      background-color: transparent;
      border: 0;
      outline: none;
      display: flex;
      align-items: center;
      gap: 15px;
      padding: 0;
      margin: 5px 0;
    }
  
    .marketing-camp-wrapper .ai-gen-template-option .toggle-btn span{
      font-weight: 600;
    }
  
    .marketing-camp-wrapper .ai-gen-template-option .toggle-btn svg {
      display: block;
      transition: transform 0.5s ease; 
    }
  
    .marketing-camp-wrapper .ai-gen-template-option .toggle-btn.active svg {
      transform: rotate(180deg); 
    }
    .marketing-camp-wrapper .disable-ai-templates{
      opacity: 0.5;
      pointer-events: none;
    }
  
  .marketing-camp-wrapper .m-compain-main .textarea-empty {
      width: 100%;
      height: 300px;
      padding: 15px;
      border: 1px solid #C5C8CF;
      border-radius: 10px;
      font-size: 14px;
      font-family: inherit;
      line-height: 1.6;
      resize: none;
      background-color: #F4F5F7;
      overflow: auto;
      text-align: center; 
      display: flex;
      align-items:  center;
      justify-content: center;  
  }
  
  .marketing-camp-wrapper .ai-gen-template-option .gen-temp-info{
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 14px;
  }
  .marketing-camp-wrapper .ai-gen-template-option .gen-temp-info b{
      color: #3A4750;
      font-weight: 600;
      letter-spacing: 0.2px;
  }
  
  @media only screen and (max-width: 1580px) {
      .marketing-camp-wrapper .m-compain-main .textarea-empty svg{
          max-width: 100px;
          height: auto;
      }
      .marketing-camp-wrapper .m-compain-main .textarea-empty{
          height: 200px;
      }
      .marketing-camp-wrapper .ai-gen-template-option{
          margin-bottom: 20px;
          padding-bottom: 20px;
      }
  
      .marketing-camp-wrapper .ai-gen-template-option .toggle-btn svg{
          width: 28px;
          height: auto;
      }
  }

  
/*** marketing compaign tab page ***/


.crm-main-wrapper.marketing-camp-wrapper .m-compain-main{
    width: 100%;
}
.crm-main-wrapper .crm-tabel-top-wrapper .sorting-option .select-box{
    width: 100%;
}

.crm-main-wrapper.marketing-camp-wrapper .crm-tabel-top-wrapper table thead{
    border-radius: 10px;
}
.crm-main-wrapper.marketing-camp-wrapper .crm-tabel-top-wrapper table thead th{
  background-color: #EFF1F6;
  border: 0;
  font-size: 14px;
  color: #3A4750;
  font-weight: 600;

}

.crm-main-wrapper.marketing-camp-wrapper .crm-tabel-top-wrapper table td{
    font-size: 14px;
    color: #3A4750;
    font-weight: 600;
    display: table-cell;
    vertical-align: middle;
}

.crm-main-wrapper.marketing-camp-wrapper .crm-tabel-top-wrapper .btn-success{
    background-color: transparent;
    border: 0;
    color: #2EA633;
    font-weight: 600;
}

.crm-main-wrapper.marketing-camp-wrapper .crm-tabel-top-wrapper .btn-danger{
    background-color: transparent;
    border: 0;
    color: #FF4D4B;
    font-weight: 600;
}


.crm-main-wrapper.marketing-camp-wrapper .crm-tabel-top-wrapper table thead th:first-child{
    border-radius: 10px 0 0 10px;
}

.crm-main-wrapper.marketing-camp-wrapper .crm-tabel-top-wrapper table thead th:last-child{
    border-radius: 0px 10px 10px 0;
}

.crm-main-wrapper.marketing-camp-wrapper .crm-tabel-top-wrapper table thead th:first-child, .crm-main-wrapper.marketing-camp-wrapper .crm-tabel-top-wrapper table tbody td:first-child{
    width: 60%;
}

.crm-main-wrapper.marketing-camp-wrapper .m-compain-main .document_loading{
    padding: 0;
    margin: 0;
    box-shadow: none;
}
.crm-main-wrapper.marketing-camp-wrapper .m-compain-main .document_loading .items{
    padding-bottom: 0;
    padding-top: 0px;
}
.crm-main-wrapper.marketing-camp-wrapper .m-compain-main .document_loading li{
    width: auto;
    margin-right: 20px;
}

.marketing-camp-wrapper .m-compain-main .form-group label{
    font-size: 18px;
}

.marketing-camp-wrapper .m-compain-main .file-select-box{
    position: relative;
    background: url(../img/m-compaign-select-file-box.svg);
    height: 100px;
    width: 100%;
    background-size: cover;

}

.marketing-camp-wrapper .m-compain-main .file-select-box input{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.marketing-camp-wrapper .ai-gen-template-option .common-btn:hover svg path{
    fill: #009dd9;
}
.modal.common-modal.select-var-popup .modal-dialog {
    max-width: 1000px;
}

.crm-main-wrapper.marketing-camp-wrapper .crm-tabel-top-wrapper .select-var-popup table thead th:first-child, .crm-main-wrapper.marketing-camp-wrapper .crm-tabel-top-wrapper .select-var-popup table tbody td:first-child{
 width: auto;
}
.modal.common-modal.select-var-popup .select-var-s-box.common-box{
    display: flex ;
    flex: 1;
}

@media only screen and (max-width: 1580px) {
    .marketing-camp-wrapper .m-compain-main .form-group label{
        font-size: 16px;
    }
    .modal.common-modal.select-var-popup .modal-dialog {
        max-width: 800px;
    }
    .crm-main-wrapper.marketing-camp-wrapper .crm-tabel-top-wrapper table td{
        padding: 5px;
    }

}

@media only screen and (max-width: 1240px) {
.compaign-history-boxes.m-compain-history-boxes{
    grid-template-columns:repeat(4, 1fr)
}

}

@media only screen and (max-width: 991px) {
    .marketing-camp-wrapper .ai-gen-template-option .template-box label{
        flex-wrap: wrap;
    }
    .marketing-camp-wrapper .ai-gen-template-option .template-box input[type="text"]{
        margin-left: 0;
    }
    .compaign-history-boxes.m-compain-history-boxes{
        grid-template-columns:repeat(3, 1fr)
    }   

}

@media only screen and (max-width: 767px) {
.compaign-history-boxes.m-compain-history-boxes{
    grid-template-columns:repeat(3, 1fr)
}

}

@media only screen and (max-width: 574px) {
    .compaign-history-boxes.m-compain-history-boxes{
        grid-template-columns:repeat(2, 1fr)
    }
    
}



/**** preview box css ****/

.marketing-camp-wrapper .m-preview-thumb{
    position: relative;
}

.marketing-camp-wrapper .m-preview-thumb .preview-box-content{
    padding-left: 20px;
    position: absolute;
    left:calc(50% - 15px);
    top: 0;
    height: 62%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 10px;
    width: 65%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateX(-50%);
    margin-top: 35%;

}

.marketing-camp-wrapper .m-preview-thumb .preview-box-content .preview-box-content-inner{
    background-color: #fff;
    padding: 20px;
}

.marketing-camp-wrapper .m-preview-thumb .preview-box-content::before{
    content: "";
    position: absolute;
    left: -3px;
    width: 32px;
    height: 32px;
    top: 0;
    background: url(../img/preview-chat-curve.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.marketing-camp-wrapper .m-preview-thumb .preview-box-content h5{
    color: #0A0A0A;
    font-size: 14px;
    text-align: left;
    width: 100%;
}
.marketing-camp-wrapper .m-preview-thumb .preview-box-content .para{
    font-size: 13px;
}
.crm-main-wrapper.marketing-camp-wrapper .crm-tabel-top-wrapper .completed-filter .labels-chekboxes{
   flex-direction: column;
   padding-right: 0;
   border: 0;
   text-align: left;
   margin-right: 0;
   align-items: flex-start;
}
.marketing-camp-wrapper .crm-tabel-top-wrapper .all-channel-filter.completed-filter .filter-dropdown{
  min-width: max-content;
}

.marketing-camp-wrapper .crm-tabel-top-wrapper .all-channel-filter .filter-dropdown ul li{
   width: 100%;
   padding: 5px 15px;
}

.marketing-camp-wrapper .crm-tabel-top-wrapper .all-channel-filter .filter-dropdown ul li label{
    margin-left: 0;
}
.m-preview-thumb .preview-box-content .preview-box-content-inner p{
    font-size: 12px;
    text-align: left;

}
@media only screen and (max-width: 1580px) {

.marketing-camp-wrapper .m-preview-thumb .preview-box-content .para{
    font-size: 12px;
}
.marketing-camp-wrapper .m-preview-thumb .preview-box-content{
    width: 76%;
}

.marketing-camp-wrapper .m-preview-thumb .preview-box-content{
 
    left:calc(50% - 0px);


}

}

.marketing-camp-wrapper .m-preview-thumb .preview-box-content .para p{
    text-align: left;
    margin-bottom: 15px;
}
 
.marketing-camp-wrapper .m-preview-thumb .preview-box-content h5{
    font-weight: 700;
    margin-bottom: 15px;
}
 
.marketing-camp-wrapper .m-preview-thumb .preview-box-content .para p strong{
    font-weight: bold;
}
 
 
.marketing-camp-wrapper .m-preview-thumb .preview-box-content ul {
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
}
.marketing-camp-wrapper .m-preview-thumb .preview-box-content ul li{
    padding-top: 5px;
}
.marketing-camp-wrapper .m-preview-thumb .preview-box-content ul li .preview-btn{
    display: flex;
    align-items: center;
    color: #009dd9;
    justify-content: center;
    gap: 5px;
}
 
.marketing-camp-wrapper .m-preview-thumb .preview-box-content ul li .preview-btn span{
    color: #009dd9;
    font-size: 14px;
    display: block;
    font-weight: 600;
}
 
.marketing-camp-wrapper .m-preview-thumb .preview-box-content .body-middle{
    padding: 0px 0 5px;
    border-bottom: 1px solid #ccc;
}
 
.marketing-camp-wrapper .m-preview-thumb .preview-box-content .body-middle p, .marketing-camp-wrapper .m-preview-thumb .preview-box-content .body-middle span{
    color: #ccc;
    font-size: 13px;
    text-align: left;
}
 
.marketing-camp-wrapper .m-preview-thumb .preview-box-content .body-middle{
    display: flex;
    align-items: flex-end;
    gap: 10px;
    justify-content: space-between;
}
 
.marketing-camp-wrapper .m-preview-thumb .preview-box-content .thumb{
    border-radius: 15px;
    border: 1px solid #ccc;
    background-color: #ccc;
    margin-bottom: 15px;
}
 
.marketing-camp-wrapper .m-preview-thumb .preview-box-content{
    left: calc(50% - 0px);
}
 
 
 
@media only screen and (max-width: 1580px) {
    .marketing-camp-wrapper .m-preview-thumb .preview-box-content .preview-box-content-inner{
        padding: 10px;
        min-width: 100%;
    }
    .marketing-camp-wrapper .m-preview-thumb .preview-box-content{
        width: 75%;
    }
 
}
 


/**** compaign list tab page css ****/


.marketing-camp-wrapper .m-compain-main .contact-list-table label{
    color: #3A4750;
    font-size: 14px;
}

.marketing-camp-wrapper .m-compain-main .contact-list-table tr th, .marketing-camp-wrapper .m-compain-main .contact-list-table tr td{
  padding:8px 10px;
}



.crm-main-wrapper.marketing-camp-wrapper .crm-tabel-top-wrapper table.contact-list-table thead th:first-child, .crm-main-wrapper.marketing-camp-wrapper .crm-tabel-top-wrapper table.contact-list-table tbody td:first-child{
    width: 70%;
}

.selected-contact-box h5{
    font-size: 20px;
    margin-bottom: 15px;
}

.selected-contact-box ul{
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #EFF1F6;
    border-radius: 15px;
    padding:5px 0;
    overflow-y: auto;
    max-height: 400px;
    
}

.selected-contact-box ul li{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px 15px;
    gap: 15px;
}
.selected-contact-box ul li:not(:last-child){
   border-bottom: 1px solid #C5C8CF;
}
.selected-contact-box ul li button{
    background-color: transparent;
    border: 0;
    outline: none;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.crm-main-wrapper.marketing-camp-wrapper .m-compain-main .search-box svg{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  cursor: pointer;
}


@media only screen and (max-width: 1580px) {
    .selected-contact-box h5{
        font-size: 18px;
    }
    .crm-main-wrapper.marketing-camp-wrapper .m-compain-main .search-box svg{
        width: 20px;
        height: auto;
        right: 10px;
      }

}


/***** marketing input max char design css *****/



.marketing-camp-wrapper #smart-templates .text-field, .marketing-camp-wrapper #smart-templates .form-group .common-box{
    position: relative;
   }

   .marketing-camp-wrapper #smart-templates .upload-field .custom-file-input::before{
      position: absolute;
   }
   .marketing-camp-wrapper #smart-templates .upload-field{
    display: flex;
   }
   .marketing-camp-wrapper #smart-templates .upload-field .custom-file-input::after{
   position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    line-height: normal;
    height: calc(100% - 8px);
    margin-top: 0px;
    font-size: 12px;
    display: flex;
    align-items: center;
}

   .marketing-camp-wrapper #smart-templates .upload-field .custom-file-input{
    height: 42px;
    padding: 0px 10px;
    margin: 0;
    margin-top: 0px;
   }
   
   .marketing-camp-wrapper #smart-templates .textarea-wrapper{
     position: relative;
   }
   
   .marketing-camp-wrapper #smart-templates .form-group .textarea-wrapper .max-chars-text{
       position: absolute;
       right: 10px;
       bottom: 10px;
       transform: translate(0px);
       font-size: 13px;
       color: #646975;
       pointer-events: none; 
     }
   
   .marketing-camp-wrapper #smart-templates .form-group .footer-btns .input-box.common-box{
       position: relative;
   }
   
   .marketing-camp-wrapper #smart-templates .form-group .footer-btns .input-box.common-box input{
       padding-right: 50px;
   }
   
   .marketing-camp-wrapper #smart-templates .form-group .common-box input{
       width: 100%;
       padding-right: 100px;
       box-sizing: border-box; 
       position: relative;
   }
   
   
   .marketing-camp-wrapper #smart-templates .form-group .common-box .max-chars-text{
     position: absolute;
     right: 10px;
     top: 50%;
     transform: translateY(-50%);
     font-size: 13px;
     color: #646975;
     pointer-events: none; 
   }

   .smart-templates-popup .input-box.common-box{
    position: relative;
   }
   .smart-templates-popup .form-group .common-box input{
    width: 100%;
    padding-right: 100px;
   }
   .smart-templates-popup .form-group .common-box .max-chars-text{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    color: #646975;
    pointer-events: none; 
  }
   

  @media only screen and (max-width: 1580px) {
 
    .marketing-camp-wrapper #smart-templates .upload-field .custom-file-input{
    height: 35px;
  }

}