:root,
[data-bs-theme="light"] {
    --bs-blue: #00B2EE;
    --bs-indigo: #564ab1;
    --bs-purple: #8e4aec;
    --bs-pink: #e83e8c;
    --bs-red: #ef476f;
    --bs-orange: #fc814a;
    --bs-yellow: #ffd166;
    --bs-green: #06d6a0;
    --bs-teal: #050505;
    --bs-cyan: #50a5f1;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #7a7f9a;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #f5f7fb;
    --bs-gray-300: #f0eff5;
    --bs-gray-400: #e6ebf5;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #7a7f9a;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #00B2EE;
    --bs-secondary: #7a7f9a;
    --bs-success: #06d6a0;
    --bs-info: #50a5f1;
    --bs-warning: #ffd166;
    --bs-danger: #ef476f;
    --bs-light: #e6ebf5;
    --bs-dark: #343a40;
    --bs-primary-rgb: 114, 105, 239;
    --bs-secondary-rgb: 122, 127, 154;
    --bs-success-rgb: 6, 214, 160;
    --bs-info-rgb: 80, 165, 241;
    --bs-warning-rgb: 255, 209, 102;
    --bs-danger-rgb: 239, 71, 111;
    --bs-light-rgb: 230, 235, 245;
    --bs-dark-rgb: 52, 58, 64;
    --bs-primary-text-emphasis: #2e2a60;
    --bs-secondary-text-emphasis: #31333e;
    --bs-success-text-emphasis: #025640;
    --bs-info-text-emphasis: #204260;
    --bs-warning-text-emphasis: #665429;
    --bs-danger-text-emphasis: #601c2c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #e3e1fc;
    --bs-secondary-bg-subtle: #e4e5eb;
    --bs-success-bg-subtle: #cdf7ec;
    --bs-info-bg-subtle: #dcedfc;
    --bs-warning-bg-subtle: #fff6e0;
    --bs-danger-bg-subtle: #fcdae2;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #e6ebf5;
    --bs-primary-border-subtle: #c7c3f9;
    --bs-secondary-border-subtle: #caccd7;
    --bs-success-border-subtle: #9befd9;
    --bs-info-border-subtle: #b9dbf9;
    --bs-warning-border-subtle: #ffedc2;
    --bs-danger-border-subtle: #f9b5c5;
    --bs-light-border-subtle: #f5f7fb;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: "Public Sans", sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: "Public Sans", sans-serif;
    --bs-body-font-size: 0.9375rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #495057;
    --bs-body-color-rgb: 73, 80, 87;
    --bs-body-bg: #f7f7ff;
    --bs-body-bg-rgb: 247, 247, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: #7a7f9a;
    --bs-secondary-color-rgb: 122, 127, 154;
    --bs-secondary-bg: #f5f7fb;
    --bs-secondary-bg-rgb: 245, 247, 251;
    --bs-tertiary-color: rgba(73, 80, 87, 0.5);
    --bs-tertiary-color-rgb: 73, 80, 87;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #00B2EE;
    --bs-link-color-rgb: 114, 105, 239;
    --bs-link-decoration: none;
    --bs-link-hover-color: #6159cb;
    --bs-link-hover-color-rgb: 97, 89, 203;
    --bs-link-hover-decoration: underline;
    --bs-code-color: #e83e8c;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fcf8e3;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #f0eff5;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.25rem;
    --bs-border-radius-sm: 0.2rem;
    --bs-border-radius-lg: 0.4rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(114, 105, 239, 0.25);
    --bs-form-valid-color: #06d6a0;
    --bs-form-valid-border-color: #06d6a0;
    --bs-form-invalid-color: #ef476f;
    --bs-form-invalid-border-color: #ef476f;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #00B2EE;
    --bs-btn-border-color: #00B2EE;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6159cb;
    --bs-btn-hover-border-color: #5b54bf;
    --bs-btn-focus-shadow-rgb: 135, 128, 241;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5b54bf;
    --bs-btn-active-border-color: #564fb3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #00B2EE;
    --bs-btn-disabled-border-color: #00B2EE;
}

.table tbody tr td {
    vertical-align: middle;
    border-color: #E6E6E6;
}

.main-chat-container-in {
    overflow: scroll;
    height: 100%;
}

.note-sidebar {
    background: #00B2EE;
    color: #fff;
    border-radius: 10px;
    padding: 15px;
}

.note-title {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
}

.note-title h4 {
    margin: 0;
    color: #fff;
}

@media (min-width: 992px) {
    .side-menu {
        height: calc(100vh - 60px);
        border-radius: 10px;
    }

    .user-chat {
        height: calc(100vh - 60px);
        border-radius: 10px;
    }

    .chat-conversation {
        height: calc(100vh - 250px);
    }

    .chat-leftsidebar {
        height: calc(100vh - 250px);
    }

    .chat-leftsidebar .tab-content {
        height: calc(100vh - 80px);
    }

    .user-profile-desc {
        height: calc(100vh - 350px);
    }

    .chat-message-list {
        height: calc(100vh - 350px);
    }

    .main-chat-container {
        height: calc(100vh - 60px);
        border-radius: 10px;
        background-color: var(--bs-white);
        -webkit-box-shadow: 0 2px 4px rgba(15, 34, 58, .12);
        box-shadow: 0 2px 4px rgba(15, 34, 58, .12);
        -webkit-transition: all .4s;
        transition: all .4s;
        margin-left: 20px;
    }

    .main-chat-note {
        min-width: 380px;
        max-width: 380px;
    }


}

.main-nav-account {
    background: #00B2EE!important;
    padding: 10px;
    border-radius: 12px;
    color: #fff;
    justify-content: space-evenly;
}
.main-nav-account a.nav-link{
    color: #fff;
}
/* @media (min-width: 992px)
{
    .navbar-expand-lg {
        justify-content: space-between!important;
}
} */
.custom-select {
    appearance: none;
    /* background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat; */
    background-position: right 10px top 50%;
    background-size: 18px;
    padding-right: 30px; /* Adjust as per the size of the arrow */
    /* Add other styling as needed */
}


.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--multiple{
    display: block;
    width: 100%;
    padding: .5rem 1rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1px solid var(--bs-border-color);
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.whatsapp-editor {
    background-color: #f7f7ff;
}

.media-upload {
    display: none;
    margin-top: 10px;
    /* Add space above the file input */
}

.media-type-options {
    display: flex;
    text-align: center;
    justify-content: start;
}

.media-type-options input[type="radio"] {
    display: none;
    /* Hide the default radio input */
}

.media-type-options label {
    display: inline-block;
    margin: 5px;
    padding: 18px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s;
}

.media-type-options label:hover,
.media-type-options input[type="radio"]:checked+label {
    border-color: #d9534f;
    /* Color when hovered or selected */
}

/* Icon styles */
.icon-image:before {
    content: url('icon-image-path.png');
    /* Replace with your image icon path */
}

.icon-video:before {
    content: url('icon-video-path.png');
    /* Replace with your video icon path */
}

.icon-doc:before {
    content: url('icon-doc-path.png');
    /* Replace with your doc icon path */
}

/* You may want to include additional styles for the icons */

/* Custom width for the modal */
.custom-width {
    max-width: 60%;
    /* Adjust as needed */
}

/* Styling for labels */
.form-label {
    text-align: left;
    /* Aligns the label text to the right */
    padding-top: calc(.375rem + 1px);
    /* Aligns label vertically with the field */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .form-label {
        text-align: left;
        /* Aligns label to the left on smaller screens */
        padding-top: 0;
    }
}

.modal-content {
    background-color: #ddd;
}


#preview-media {
    background-color: #ddd;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#preview-media img{
    width: 30px;
    height: 30px;
}

#preview-text{
    padding: 20px;
}

.card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.container {
  padding: 2px 16px;
}
.successToast {
    position: absolute;
    /*background-color: #0fc797;*/
    z-index: 1000;
    top: 50px;
    right: 0;
    padding: 25px;
}

.toast-header {
    background-color: #06d6a0 !important;
}

.toast-body p {
    color: #fff;
}

div.input-area {
    border-width: 0 0 2px 0;
    border-color: var(--fg-color);
    border-style: solid;
    padding: 5px;
    width: 100%;
    background-color: #f7f7ff;
}

div.input-area input {
    border: #f7f7ff;
    background-color: #f7f7ff;
}

div.input-area input::placeholder {
    color: var(--fg-color);
    font-family: var(--font-family);
    font-size: var(--font-size);
}

p.keyword {
    background-color: #ddd;
    border-radius: 5px;
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 3px;
}

p.keyword a.delete {
    cursor: pointer;
    margin: 0 3px;
}

.dot {
    counter-increment: ordered-list;
      content: counter(ordered-list);
      font-family: "Sharpie", sans-serif;
      margin-right: 10px;
      background-color: #6c757d;
      color: #f6f6f6;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 20px;
      height: 20px;
      position: absolute;
      margin-top: -11px;
      margin-left: -10px;
      cursor: pointer;
  }

  .form-box {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
    position: relative;
    background-color: #fff!important;
}

.remove-box {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    color: #dc3545;
}

.add-another {
    margin-top: 15px;
    cursor: pointer;
    color: #007bff;
}

.custom-dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background-color: #ddd;
    padding: 2px;
    border-radius: 5px;
}

.custom-dropdown i {
    color: #fff;
    background-color: #007bff;
    border-radius: 50%;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99999999;
}

/* action box */
.action-mian {
    background: #f1f1f1;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 15px;
}

.and-text {
    display: block;
    position: relative;
    margin: 15px 0;
    text-align: center;
}

.and-text-in {
    position: relative;
    z-index: 55;
    background: #ccc;
    color: #fff;
    padding: 5px 15px;
    border-radius: 10px;
}

.and-text::after {
    position: absolute;
    content: '';
    border: 3px dotted #ccc;
    width: 100%;
    bottom: 39%;
    right: 0;
    left: 0;
}

.remove-btn {
    background: #ccc;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    color: #fff;
    box-shadow: 0 0 0;
    border: none;
    position: absolute;
    right: 0;
}
.remove-box .fa-times{

    left: 7px;
    position: relative;
}

/* .remove-btn:hover {
    background: #333;
} */

.dropdown-container {
    position: relative;
    padding-right: 40px;
}

.dropdownMain-action .select2-container--default .select2-selection--single {
    color: #fff;
    border: 2px solid #00B2EE;
    padding: 4px;
    height: 40px;
}

/* .select2-container {
    z-index: 66666;
} */

.condition-box{
    background-color: #f1f1f1!important;
    border-radius: 10px;
}

.fa .fa-pencil{
    padding: 3px!important;
}

#sidebar-badge {
    position: absolute;
    margin-left: 16px;
    font-size: 12px;
    margin-top: 6px;
    padding: 4px;
    background: red;
    color: white;
    min-width: 20px;
}