@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --border-color: #ced4da;
    --color: #ced4da;
    --border-radius: 6px;
    --input-height: 40px;
    --font-size: 14px;
    --placeholder-color: #adb5bd;
    --focus-color: #ff9800; /* Bootstrap primary */
}


body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: #000;
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

label {
    font-weight: 400;
    font-family: "Inter", sans-serif !important;
    color: #000;
    /* color: #6e6e6e !important; */
}

h5 {
    color: #000000;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #000000 !important;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6  {
    color: #000000 !important;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}

.font-18 {
    font-weight: 600;
    color: #000000 !important;
} 
.font-20 {
    font-weight: 600;
    color: #000000 !important;
    font-size: 22px !important;
} 

.font-16 {
    font-size: 16px !important;
    font-weight: 600;
}

.page-title-box .page-title {
    font-size: 20px;
    margin: 0;
    color: #000000;
    font-weight: 600;
    margin-top: 20px;
}

.card {
    border-radius: 10px;
}

.page-wrapper .page-content-tab {
    /* background-color: #f9f9f9; */
    background-color: #f5f6fa;
    padding-bottom: 0px;
}

.col-form-label {
    padding-top: calc(.4rem + 1px);
    padding-bottom: calc(.4rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
    color: #000000;
}

.left-sidebar .menu-body .nav-item .nav-link {
    position: relative;
    color: #5a5c61;
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* height: 44px; */
    height: 55px;
    border-radius: 3px;
    padding: 10px;
    font-family: "Inter", sans-serif !important;
}

.left-sidebar .menu-body .nav-item .nav-link .menu-icon {
    color: #1f2538;
    margin-right: 12px;
    font-size: 24px;
}

.left-sidebar .navbar-vertical .navbar-nav .nav-item .nav .nav-item .nav-link:before {
    content: "";
    position: absolute;
    left: 4px;
    width: 0px;
    height: 0px;
    border: 0px solid #8997bd;
    border-radius: 50%;
    background: rgba(48, 62, 103, .2);
}

/* .leftbar-tab-menu .main-icon-menu {
    background-color: #f4f4f6;
        border-right: 1px solid #cbcbcb;
}

.leftbar-tab-menu .main-icon-menu .main-icon-menu-body .nav.nav-tabs .nav-link {
    background-color: #ffffff;
    border-radius: 5px;
    font-weight: 500;
}

.leftbar-tab-menu .main-icon-menu .main-icon-menu-body .nav.nav-tabs .nav-link.active, .leftbar-tab-menu .main-icon-menu .main-icon-menu-body .nav.nav-tabs .nav-link:focus {
    background-color: #FF9800;
    border-color: transparent;
    color: #fff;
}
.leftbar-tab-menu .main-icon-menu .main-icon-menu-body .nav.nav-tabs .nav-link.active, .leftbar-tab-menu .main-icon-menu .main-icon-menu-body .nav.nav-tabs .nav-link:active {
    color: #FF9800;
}
.leftbar-tab-menu .main-menu-inner .navbar-vertical .navbar-nav {
    padding-left: 0rem;
}

.leftbar-tab-menu .main-menu-inner .topbar-left .logo .logo-lg {
    height: 24px;
}

.leftbar-tab-menu .main-menu-inner {
    width: 200px;
    height: 100%;
    background-color: #ffffff;
    border-right: 1px solid #eceff5;
    position: fixed;
    top: 0;
    left: 60px;
    z-index: 1001;
    border-right: 1px solid #eceff5;
} */

.header_page_all .page-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 15px;
    color: #000000;
     font-family: "Inter", sans-serif !important;
}
.header_page_all .page-title p{
    font-size: 16px;
    font-weight: 400;
    color: #000;
     font-family: "Inter", sans-serif !important;
}
.header_page_all {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.table {
    color: #000;
}

.btn-primary {
    background-color: #FF9800;
    border: #FF9800;
}
.btn-primary::hover {
    background-color: #FF9800;
    border: #FF9800;
}
.btn:first-child:hover, :not(.btn-check)+.btn:hover {
    color: #fff;
    background-color:#FF9800 ;
    border-color: #FF9800;
}
.form-check-input:checked {
    background-color: #FF9800;
    border-color: #FF9800;
}
.btn-outline-primary {
    border: 1px solid #585858;
    color: #585858;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
     border: 1px solid #FF9800;
    color: #FF9800;
    background-color: transparent;
}
.form-control:focus {
    color: #000 !important;
    background-color: #fff;
    border-color: #85a8db;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.table td {
    font-weight: 400;
    vertical-align: middle;
    border-color: #e8ebf3;
    font-size: 14px;
    font-family: "Inter", sans-serif !important;
}
.table th {
    font-weight: 600;
    vertical-align: middle;
    font-size: 16px;
    font-family: "Inter", sans-serif !important;
    color: #000;
}

.badge {
    line-height: 10px;
    font-size: 14px;
    padding: 12px;
}
.text-primary {
    color: #000 !important;
}

.table_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.phone-preview {
    position: sticky;
    /* top: 20px; */
    top: 65px;
    /* background: #f5f5f5; */
    border-radius: 30px;
    padding: 15px;
    height: fit-content;
    display: grid;
    /* justify-content: center; */
}

.phone-frame {
    background: white;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.phone-header {
    background: #075E54;
    color: white;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.phone-body {
    padding: 15px;
    min-height: 375px;
    background: #ECE5DD;
    height: auto;
}

.message-bubble {
    background: white;
    padding: 10px 12px;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    max-width: 80%;
}

.message-footer {
    background: white;
    padding: 10px 15px;
    border-top: 1px solid #eee;
    text-align: center;
    font-size: 11px;
    color: #999;
}

.button-section {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 6px;
}

.btn-add {
    border: 1px solid #25D366;
    color: #25D366;
    background: white;
    font-size: 13px;
    padding: 6px 16px;
}

.toggle-switch {
    float: right;
}

.form-switch .form-check-input:checked {
    background-color: #25D366;
    border-color: #25D366;
}

.message-editor {
    border: 1px solid #ddd;
    border-radius: 6px;
    min-height: 150px;
    padding: 15px;
    background: white;
}

.toolbar {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.toolbar-btn {
    background: none;
    border: none;
    color: #666;
    padding: 5px 8px;
    cursor: pointer;
}

.toolbar-btn:hover {
    color: #333;
}

.char-count {
    text-align: right;
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

.add-variable-link {
    color: #25D366;
    font-size: 13px;
    text-decoration: none;
    float: right;
}

.opti {
    display: flex;
    gap: 12px;
}
.btn-de-primary {
    background-color: transparent !important;
    color: #FF9800 !important;
    border: 1px solid #FF9800;
}
.btn-de-primary:hover {
    background-color: #FF9800 !important;
    color: #fff !important;
    border: 1px solid #FF9800;
}
.text-muted {
    --bs-text-opacity: 1;
    color: #000000 !important;
}
.card-title {
    text-transform: capitalize;
    letter-spacing: .02em;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    color: #000;
}
.nav.nav-tabs .nav-item.show.active, .nav.nav-tabs .nav-item.show:focus, .nav.nav-tabs .nav-link.active, .nav.nav-tabs .nav-link:focus {
    color: #FF9800;
    background-color: #fff;
    border-color: transparent transparent #FF9800;
}

.temp_lib {
    background-color: #fff8f0;
    margin: 15px;
    border-radius: 5px;
}

.nav.nav-tabs .nav-item.show, .nav.nav-tabs .nav-link {
    color: #000;
}
.bg-light-alt {
    background-color: #fff9f2 !important;
}

.text-primery-icon {
    color: #FF9800;
}
.translate-middle {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-100%, -55%) !important;
}
.text-secondary {
    --bs-text-opacity: 1;
    /* color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; */
    color: #fe9a2a !important;
    background: #fff9f3;
    border-radius: 50%;
    padding: 9px;
}
.o-1 {
    opacity: 1;
}
.display-5 {
    font-size: 2rem;
}
.dt {
    color: #585858;
}



.progress-circle {
  --value: 50;
  --size: 20px;
  --thickness: 10px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #333;
  background:
    conic-gradient(#ff9800 calc(var(--value) * 1%), #e9ecef 0);
}

.progress-circle span {
  position: relative;
  font-size: 18px;
}

.progress-circle::before {
  content: "";
  position: absolute;
  width: calc(var(--size) - var(--thickness));
  height: calc(var(--size) - var(--thickness));
  background: #fff;
  border-radius: 50%;
}
.text-orange {
    color: #FF9800;
}
.c-box {
    border: 1px solid #f1f1f1;
    padding: 20px;
    border-radius: 10px;
}
.cont_s {
    padding: 2px 20px !important;
}
.cont_s:hover span{
    color: #fff !important;
}
.btn .badge {
    position: relative;
    top: 0px !important;
}

.chat-box-right .chat-body .chat-detail .media .media-body.reverse .chat-msg {
    background-color: #fff2e0;
    border-radius: 10px;
}
.chat-box-right .chat-body .chat-detail .media .media-body .chat-msg {
    max-width: 50%;
    margin-bottom: 5px;
    margin-left: -10px;
}
.chat-box-right .chat-body .chat-detail .media .media-body .chat-msg p {
    padding: 7px 16px;
    background-color: rgba(11, 81, 183, .01);
    border: 1px solid #e8ebf3;
    color: #000000;
    display: inline-block;
    margin-bottom: 0;
    border-radius: 10px;
}
.chat-box-right .chat-body .chat-detail .media .media-body.reverse .chat-msg p {
    padding: 7px 16px;
    background-color: rgba(11, 81, 183, .01);
    border: 1px solid #e8ebf3;
    color: #000;
    display: inline-block;
    margin-bottom: 0;
    border-radius: 10px;
}
.chat-box-right .chat-body .chat-detail .media .media-body .chat-msg:first-child p {
    padding-left: 10px;
}
.chat-box-right .chat-body .chat-detail .media .media-body.reverse .chat-msg {
    max-width: 50%;
    margin-bottom: 5px;
    margin-top: 15px;
    margin-right: -10px;
}
.chat-box-left .chat-list .media.new-message {
    border: 1px solid #ffd390;
    background-color: #fffbf5;
    margin-bottom: 5px;
    border-radius: 5px;
}
.send_btn {
    background-color: #FF9800;
   padding: 12px 12px 12px 12px;
    color: #fff !important;
    border-radius: 50%;
}
.chat-time {
    color: #868686;
}
.font-32{
    font-size: 32px;
    color: #FF9800;
}
.modal-content .modal-header {
    background-color: #ffffff;
    border-bottom: 1px solid #f1f1f1;
}

.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 500px !important;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-bg: #ffffff;
    --bs-offcanvas-border-width: 0;
    --bs-offcanvas-border-color: #eceff5;
    --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.form-check-input {
    width: 1.5em;
    height: 1.5em;
}

    .upload-box {
      border: 2px dashed #ccc;
      border-radius: 10px;
      padding: 50px 20px;
      text-align: center;
      background-color: #fdfdfd;
      transition: border-color 0.3s ease;
    }
    .upload-box:hover {
      border-color: #ff9800;
    }
    .upload-box input[type="file"] {
      display: none;
    }
    .upload-icon {
      font-size: 40px;
      color: #ff9800;
      margin-bottom: 10px;
    }
    .upload-text {
      font-weight: 500;
      color: #333;
    }
    .upload-subtext {
      font-size: 14px;
      color: #6c757d;
    }
    .upload-actions {
      margin-top: 15px;
      text-align: center;
    }
    .upload-actions a {
      font-size: 14px;
      text-decoration: none;
      margin: 0 10px;
    }
    .upload-actions a.watch {
      color: #dc3545;
    }
    .upload-actions a.download {
      color: #ff9800;
    }

    .h-20 {
        height: 45px;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .offcanvas-footer {
        cursor: auto;
        padding: 16px;
        background-color: rgb(255, 255, 255);
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }

  .offcanvas-body {
        cursor: auto;
        margin-top: 0px;
        margin-bottom: 72px;
        overflow: auto;
    }


.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
    background: #fe9a2a;
    color: #fff;
    border-radius: 0;
}


.btn-black {
    color: #fff;
    background: #292929;
}
.material_details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stages {
    padding: 1rem 1rem 0rem 1rem;
}

.stage_card_main {
    background-color: #fcfcfc;
    border: 1px solid #f1f1f1;
    border-radius: 15px;
}

.stage_info {
    background-color: #fff;
    padding: 15px;
    margin: 25px 25px 0px 25px;
    border: 1px solid #f1f1f1;
    border-radius: 15px;
}
.checkbox_bg{
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
}
.stage-card {
    padding: 20px;
    background-color: #f9f9f9;
}

.workflow {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-start;
}

/* .stage {
    flex: 1;
    min-width: 150px;
    position: relative;
    text-align: center;
    cursor: pointer;
} */

.stage-box {
    color: #000;
    padding: 25px 15px;
    border-radius: 15px;
    font-weight: 600;
    font-size: 1em;
    position: relative;
    overflow: hidden;
    border: 1px solid #f1f1f1;
}

.stage-b .stage-box{
    background-color: #000;
    color: #fff !important;
    border-radius: 15px;
}

.arrow {
    color: #667eea;
    font-size: 2em;
    font-weight: bold;
    flex-shrink: 0;
}

.status-t {
    padding: 10px !important;
}


#editableTable {
    border: 1px solid #f1f1f1;
    width:100%; 
    border-collapse:collapse; 
    text-align:left;
}
.summary-section {
    padding: 20px 20px 20px 20px;
    background-color: #fff6f6;
    border-top: 1px solid #cfcfcf;
    margin-top: 20px;
}

.summary-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ffe7e7;
}

.summary-row:last-child {
    border-bottom: none;
    /* border-top: 2px solid #333; */
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
    padding-top: 15px;
}

.summary-label {
    margin-right: 40px;
    color: #666;
    min-width: 150px;
    text-align: right;
}

.summary-value {
    min-width: 150px;
    text-align: right;
    font-weight: 500;
}
.p-From {
    background-color: #f9f9f9;
    border-radius: 20px;
}

.chat_stop {
    background-color: #f7f7f7;
    padding: 16px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.chat-box-right {
    width: auto;
    background-color: #fff;
    display: block;
    border-radius: 3px;
    position: relative;
    height: calc(100vh - 165px);
    /* height: 750px; */
    margin-left: 361px;
    margin-bottom: 0px;
    border: 1px solid #eceff5;
    overflow: hidden;
}
.chat-box-right .chat-body {
    padding: 16px;
    /* height: 615px; */
    height: calc(100vh - 360px);
    width: 100%;
}

.bottom-sheet {
    /* position: fixed; */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 18px 18px 0 0;
    padding: 20px 16px;
    transform: translateY(100%);
    transition: transform .35s ease;
    max-height: 65vh;
    overflow-y: auto;
    z-index: 1050;
    border-top: 1px solid #f1f1f1;
    /* box-shadow: 0 -6px 25px rgba(0,0,0,0.25); */
}
.bottom-sheet.show {
    transform: translateY(0);
}

 .list-group-item {
    border: none;
    padding: 15px 20px;
    margin-bottom: 8px;
    border-radius: 10px;
    background: #f8f9fa;
    transition: all 0.2s;
}

.list-group-item:hover {
    background: #e9ecef;
    transform: translateX(5px);
}

.bottom_sheet_sec {
    background-color: #ffffff;
    padding: 16px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    border: 1px solid #f1f1f1;
}
.close-btn {
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.template_item:hover{
    background: #f7faff;
}

.template-item-bg {
    background-color: #fff2e0;
    padding: 10px;
    border-radius: 8px;
}
.read_resp {
    color: #25D366 !important;
}
.un-deliverd {
    color: #ff0000 !important;
}
.chat-box-left .chat-search {
    margin-top: 0px !important;
}
.chat-box-left .chat-body-left {
    height: calc(100vh - 262px);
}
.chat-box-left {
    height: auto !important;
    margin-bottom: 0px !important;
}
.text-bold {
    font-weight: 600 !important;
}

.broadcast-option {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 6px 15px;
    border-radius: 20px;
    border: 1px solid #ddd;
    transition: 0.2s;
    font-weight: 500;
}

.broadcast-radio {
    accent-color: #02a67d; /* green color */
    margin-right: 6px;
}
input[type="radio"]:checked + span {
    color: #02a67d;
    font-weight: 600;
}

#imageUrlInput {
    background: #f7f8fc; 
    border: none;
    height: 45px;
    font-size: 14px;
}
#imageUrlInput:focus {
    border: 1px solid #02a67d !important;
    box-shadow: none;
}
#imageCharCount {
    font-size: 12px;
}
.btn-outline-success {
    border-radius: 6px;
    font-weight: 500;
}
.custom-file-upload {
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    background: #005f54;
    color: white;
    border-radius: 5px;
    transition: background 0.3s;
}

.custom-file-upload:hover {
    background: #0056b3;
}

.custom-file-upload input[type="file"] {
    display: none;
}
.form-switch .form-check-input {
    width: 3em;
}

.button-row {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px 20px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.button-type {
    min-width: 140px;
    color: #333;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.button-type select {
    border: none;
    background: transparent;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    padding: 0;
    outline: none;
}

.button-text-input {
    flex: 1;
    border: none;
    font-size: 14px;
    color: #333;
    padding: 8px 12px;
    border-radius: 4px;
    background: transparent;
}

.button-text-input:focus {
    outline: none;
    background: #f8f9fa;
}

.button-text-input::placeholder {
    color: #ccc;
}

.char-count {
    font-size: 13px;
    color: #999;
    min-width: 45px;
    text-align: right;
}

.delete-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

.delete-btn:hover {
    background: #f8f9fa;
    border-color: #d0d0d0;
}

.add-button-btn {
    border: 2px solid #10b981;
    background: white;
    color: #10b981;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.2s;
    cursor: pointer;
}

.add-button-btn:hover {
    background: #10b981;
    color: white;
}

.quick-replies-row {
    background: #fafafa;
}

.divider {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
}

.divider input {
    flex: 1;
}

.dropdown-icon {
    font-size: 12px;
    color: #999;
}

.contact_add_sp{
    color: #353735;
}

.contact_add_sp i{
    color: #00a74b;
    padding-right: 5px;
}

.contact_add_s .import_details{
    background: #ebf7f0;
    padding: 13px;
    border-radius: 10px;
}

.contact_add_s .import_details h3{
    font-size: 16px;
    color: #353735;
    margin-top: 0;
}

.contact_add_s .import_details p{
    font-size: 14px;
    color: #353735;
    margin-bottom: 5px;
}

.pre_media{
    width: 100%;
    aspect-ratio: 3/2;
    border-radius: 8px;
    background: #ebedf2 no-repeat;
    overflow: hidden;
    margin-bottom: 8px;
}

.pre_media#imageField{
    background-image: url(../images/template-header_image_preview.png);
    background-position: center center;
}

.pre_media#videoField{
    background-image: url(../images/template-header_video_preview.png);
    background-position: center center;
}

.pre_media#documentField{
    background-image: url(../images/template-header_doc_preview.png);
    background-position: center center;
}

.pre_media img, .pre_media video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pre_media #docPreview img{
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: contain;
}

.pre_temp_btn{
    color: rgb(37, 211, 102); 
    text-align: center; 
    padding: 4px 8px; 
    font-size: 13px; 
    background: white; 
    border-top: 1px solid #f0f0f0;
    display: block;
}

.prev_wht_msg{
    max-width: 350px;
    width: 80%;
}

.bg_colored_prev {
    background-color: #ffe7e7;
}

.nochat_box-right{
    width: auto;
    background-color: #fff;
    display: flex;
    border-radius: 3px;
    position: relative;
    height: calc(100vh - 165px);
    /* height: 750px; */
    margin-left: 361px;
    margin-bottom: 0px;
    border: 1px solid #eceff5;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.no_chat_info h4{
    font-size: 24px;
}
.no_chat_info p{
    font-size: 18px;
    margin-top: 20px;
    color: #666;
    margin-bottom: 3px;
}
.no_chat_info img{
    width: 120px;
    height: auto;
}