@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.modal-wrapper .modal-content {
  padding: 30px 25px;
}
.modal-wrapper .modal-content .modal-header {
  border-bottom: none;
  padding: 0;
}
.modal-wrapper .modal-content .modal-header h5 {
  font-size: 17px;
  color: #1D242E;
}
.modal-wrapper .modal-content .modal-body {
  padding: 20px 0;
}
.modal-wrapper .modal-content .modal-body p {
  font-size: 15px;
  color: #1D242E;
}
.modal-wrapper .modal-content .modal-footer {
  border-top: none;
  padding: 0;
}
.modal-wrapper .btn-close {
  position: absolute;
  right: -33px;
  top: 0;
  background-color: #fff;
  border-radius: 50%;
  background-size: 39%;
}
.modal-wrapper .primary-btn {
  border: 1px solid #03A9F5 !important;
  background-color: #03A9F5 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  border-radius: 8px !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  line-height: 20px !important;
}
.modal-wrapper .primary-btn:hover {
  color: #03A9F5 !important;
  background-color: #fff !important;
  border: 1px solid #03A9F5 !important;
}
.modal-wrapper .primary-btn:focus {
  box-shadow: none !important;
}
.modal-wrapper .primary-btn.disabled {
  background-color: #D9D9D9 !important;
  border-color: #D9D9D9 !important;
}
.modal-wrapper .secondary-btn {
  border: 1px solid #03A9F5 !important;
  background-color: #fff !important;
  color: #03A9F5 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  border-radius: 8px !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  line-height: 20px !important;
}
.modal-wrapper .secondary-btn:hover {
  color: #fff !important;
  background-color: #03A9F5 !important;
}
.modal-wrapper .secondary-btn:focus {
  box-shadow: none !important;
}
.modal-wrapper .secondary-btn.disabled {
  background-color: #D9D9D9 !important;
  border-color: #D9D9D9 !important;
}
.modal-wrapper .danger-btn {
  border: 1px solid #F0483E !important;
  background-color: #F0483E !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  border-radius: 8px !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  line-height: 20px !important;
}
.modal-wrapper .danger-btn:hover {
  color: #F0483E !important;
  background-color: #fff !important;
}
.modal-wrapper .danger-btn:focus {
  box-shadow: none !important;
}
.modal-wrapper .danger-btn.disabled {
  background-color: #D9D9D9 !important;
  border-color: #D9D9D9 !important;
}

.card-wrapper {
  display: flex;
  gap: 15px;
}
.card-wrapper .left-col {
  width: 66.66666667%;
}
.card-wrapper .right-col {
  width: 33.33333333%;
}

.card {
  border: 1px solid rgba(0, 0, 0, 0.2509803922);
  border-radius: 8px !important;
  margin-bottom: 15px !important;
}
.card.padding {
  padding: 12px;
}
.card .padding {
  padding: 12px;
}
.card h3 {
  font-size: 16px;
  color: #1D242E;
  margin-bottom: 0;
}
.card h3.heading-border {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2509803922);
}
.card p {
  font-size: 14px;
  color: #1D242E;
  font-weight: 400;
}
.card p:last-child {
  margin-bottom: 0;
}
.card .select-channel {
  border: 1px solid #03A9F5;
  font-size: 12px;
  color: #1D242E;
  max-width: 150px;
  border-radius: 8px;
}
.card .select-channel:focus {
  box-shadow: none;
}

.tab-spacing .nav-tabs {
  gap: 25px;
}

.nav-tabs {
  border-bottom: 0;
}
.nav-tabs .nav-item {
  flex: 1 1;
}
.nav-tabs .nav-item .nav-link {
  color: #000;
  font-size: 15px;
  text-align: left;
  font-weight: 500;
  border: 0px;
  padding: 8px 10px;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.nav-tabs .nav-item .nav-link:hover {
  border: 0px;
  border-bottom: 1px solid #03A9F5;
}
.nav-tabs .nav-item .nav-link.active {
  background-color: rgba(3, 169, 245, 0.1019607843);
  border: 0px;
  border-bottom: 1px solid #03A9F5;
  border-radius: 0px;
  color: #000;
}
.nav-tabs .nav-item .nav-link:focus {
  border: 0px;
  border-bottom: 1px solid #03A9F5;
}
.nav-tabs.conversation-list {
  display: flex;
  list-style-type: none;
  padding: 0px;
  margin-top: 20px;
  border-bottom: 0px;
}
.nav-tabs.conversation-list li {
  width: 33.1%;
}
.nav-tabs.conversation-list li .nav-link {
  font-size: 14px;
  letter-spacing: 0.6px;
  color: #767676;
  font-weight: 400;
  padding: 10px 10px;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #9A9A9A;
  margin: 0px 3px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  gap: 10px;
  align-items: center;
}
.nav-tabs.conversation-list li .nav-link .tab-icon {
  background-size: cover;
  background-position: center;
  height: 18px;
  width: 16px;
  display: block;
}
.nav-tabs.conversation-list li .nav-link .tab-icon.marketing-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='19' viewBox='0 0 17 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.60539 4.45157C5.60735 4.45157 4.44141 4.45157 4.44141 4.45157V11.3628C4.44141 11.3628 5.60735 11.3628 7.60539 11.3628C9.60399 11.3628 11.852 13.3614 12.518 14.86V0.954834C11.852 2.45353 9.60399 4.45157 7.60539 4.45157Z' fill='%239A9A9A'/%3E%3Cpath d='M3.27527 4.45154C2.7759 4.45154 2.46373 4.45154 2.27599 4.45154C1.10283 4.45154 0.151855 5.40361 0.151855 6.57677V9.23861C0.151855 10.4118 1.10283 11.3627 2.27599 11.3627C2.46373 11.3627 2.77593 11.3627 3.27527 11.3627V4.45154Z' fill='%239A9A9A'/%3E%3Cpath d='M16.1821 7.79385C16.1821 7.14893 15.7239 6.61123 15.1156 6.48794V0.8071C15.1156 0.361049 14.754 0 14.3085 0C13.863 0 13.502 0.361049 13.502 0.8071V15.0078C13.502 15.4533 13.863 15.8144 14.3085 15.8144C14.754 15.8144 15.1156 15.4533 15.1156 15.0078V9.09922C15.7239 8.97536 16.1821 8.43877 16.1821 7.79385Z' fill='%239A9A9A'/%3E%3Cpath d='M5.98718 16.9275C5.60889 16.6086 6.22437 16.3809 6.13383 15.8949C6.04385 15.4088 5.71668 15.4699 5.62613 14.9844C5.53615 14.499 5.86333 14.4379 5.77335 13.9524C5.6828 13.4658 5.35563 13.6108 5.26565 13.1247C5.17511 12.6393 5.55116 12.2349 5.19068 12.1238H2.35938L2.73934 17.533C2.75985 17.9085 3.07038 18.2018 3.44643 18.2018H6.02327C6.25491 18.2018 6.47543 17.9379 6.43988 17.6468C6.41155 17.4158 6.17492 17.0864 5.98718 16.9275Z' fill='%239A9A9A'/%3E%3C/svg%3E%0A");
}
.nav-tabs.conversation-list li .nav-link .tab-icon.utlity-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='16' viewBox='0 0 13 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.53936 12.4127C4.06549 12.4127 2.58913 12.4127 1.49531 12.4127C0.912508 12.4127 0.534172 11.7994 0.794803 11.2782L1.46439 9.939C1.68211 9.50358 1.79546 9.02394 1.79546 8.5371C1.79546 7.93367 1.79546 7.03736 1.79546 6.14097C1.79546 4.57302 2.57943 1.43713 6.49929 1.43713C10.4191 1.43713 11.2031 4.57302 11.2031 6.14097C11.2031 7.03736 11.2031 7.93367 11.2031 8.5371C11.2031 9.02394 11.3165 9.50358 11.5342 9.939L12.2038 11.2782C12.4644 11.7994 12.0853 12.4127 11.5026 12.4127H8.45922M4.53936 12.4127C4.53936 13.9807 5.32333 14.7647 6.49929 14.7647C7.67525 14.7647 8.45922 13.9807 8.45922 12.4127M4.53936 12.4127C5.764 12.4127 8.45922 12.4127 8.45922 12.4127' stroke='%239A9A9A' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.nav-tabs.conversation-list li .nav-link .tab-icon.authentication-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.7786 11.2997C14.5706 11.2997 16.834 8.90464 16.834 5.95025C16.834 2.99584 14.5706 0.60083 11.7786 0.60083C8.98652 0.60083 6.72316 2.99584 6.72316 5.95025C6.72316 7.3187 7.311 8.31394 7.311 8.31394L1.19751 14.783C0.923192 15.0733 0.539128 15.8281 1.19751 16.5247L1.90291 17.2711C2.17723 17.5199 2.86694 17.8683 3.43127 17.2711L4.25425 16.4003C5.07719 17.2711 6.01777 16.7735 6.37041 16.2758C6.95825 15.405 6.25287 14.5342 6.25287 14.5342L6.48807 14.2854C7.61671 15.4797 8.60423 14.783 8.95697 14.2854C9.54481 13.4145 8.95697 12.5437 8.95697 12.5437C8.72177 12.0461 8.25159 12.0461 8.83932 11.424L9.54481 10.6776C10.1091 11.1753 11.2691 11.2997 11.7786 11.2997Z' stroke='%239A9A9A' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.nav-tabs.conversation-list li .nav-link.active .tab-icon {
  background-size: cover;
  background-position: center;
  height: 18px;
  width: 16px;
  display: block;
}
.nav-tabs.conversation-list li .nav-link.active .tab-icon.marketing-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='19' viewBox='0 0 17 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.60539 4.45157C5.60735 4.45157 4.44141 4.45157 4.44141 4.45157V11.3628C4.44141 11.3628 5.60735 11.3628 7.60539 11.3628C9.60399 11.3628 11.852 13.3614 12.518 14.86V0.954834C11.852 2.45353 9.60399 4.45157 7.60539 4.45157Z' fill='%2303A9F5'/%3E%3Cpath d='M3.27527 4.45154C2.7759 4.45154 2.46373 4.45154 2.27599 4.45154C1.10283 4.45154 0.151855 5.40361 0.151855 6.57677V9.23861C0.151855 10.4118 1.10283 11.3627 2.27599 11.3627C2.46373 11.3627 2.77593 11.3627 3.27527 11.3627V4.45154Z' fill='%2303A9F5'/%3E%3Cpath d='M16.1821 7.79385C16.1821 7.14893 15.7239 6.61123 15.1156 6.48794V0.8071C15.1156 0.361049 14.754 0 14.3085 0C13.863 0 13.502 0.361049 13.502 0.8071V15.0078C13.502 15.4533 13.863 15.8144 14.3085 15.8144C14.754 15.8144 15.1156 15.4533 15.1156 15.0078V9.09922C15.7239 8.97536 16.1821 8.43877 16.1821 7.79385Z' fill='%2303A9F5'/%3E%3Cpath d='M5.98718 16.9275C5.60889 16.6086 6.22437 16.3809 6.13383 15.8949C6.04385 15.4088 5.71668 15.4699 5.62613 14.9844C5.53615 14.499 5.86333 14.4379 5.77335 13.9524C5.6828 13.4658 5.35563 13.6108 5.26565 13.1247C5.17511 12.6393 5.55116 12.2349 5.19068 12.1238H2.35938L2.73934 17.533C2.75985 17.9085 3.07038 18.2018 3.44643 18.2018H6.02327C6.25491 18.2018 6.47543 17.9379 6.43988 17.6468C6.41155 17.4158 6.17492 17.0864 5.98718 16.9275Z' fill='%2303A9F5'/%3E%3C/svg%3E%0A");
}
.nav-tabs.conversation-list li .nav-link.active .tab-icon.utlity-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='16' viewBox='0 0 13 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.53936 12.4127C4.06549 12.4127 2.58913 12.4127 1.49531 12.4127C0.912508 12.4127 0.534172 11.7994 0.794803 11.2782L1.46439 9.939C1.68211 9.50358 1.79546 9.02394 1.79546 8.5371C1.79546 7.93367 1.79546 7.03736 1.79546 6.14097C1.79546 4.57302 2.57943 1.43713 6.49929 1.43713C10.4191 1.43713 11.2031 4.57302 11.2031 6.14097C11.2031 7.03736 11.2031 7.93367 11.2031 8.5371C11.2031 9.02394 11.3165 9.50358 11.5342 9.939L12.2038 11.2782C12.4644 11.7994 12.0853 12.4127 11.5026 12.4127H8.45922M4.53936 12.4127C4.53936 13.9807 5.32333 14.7647 6.49929 14.7647C7.67525 14.7647 8.45922 13.9807 8.45922 12.4127M4.53936 12.4127C5.764 12.4127 8.45922 12.4127 8.45922 12.4127' stroke='%2303A9F5' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.nav-tabs.conversation-list li .nav-link.active .tab-icon.authentication-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.7786 11.2997C14.5706 11.2997 16.834 8.90464 16.834 5.95025C16.834 2.99584 14.5706 0.60083 11.7786 0.60083C8.98652 0.60083 6.72316 2.99584 6.72316 5.95025C6.72316 7.3187 7.311 8.31394 7.311 8.31394L1.19751 14.783C0.923192 15.0733 0.539128 15.8281 1.19751 16.5247L1.90291 17.2711C2.17723 17.5199 2.86694 17.8683 3.43127 17.2711L4.25425 16.4003C5.07719 17.2711 6.01777 16.7735 6.37041 16.2758C6.95825 15.405 6.25287 14.5342 6.25287 14.5342L6.48807 14.2854C7.61671 15.4797 8.60423 14.783 8.95697 14.2854C9.54481 13.4145 8.95697 12.5437 8.95697 12.5437C8.72177 12.0461 8.25159 12.0461 8.83932 11.424L9.54481 10.6776C10.1091 11.1753 11.2691 11.2997 11.7786 11.2997Z' stroke='%2303A9F5' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.tab-content {
  padding: 10px 0px;
}

.left-vertical-tab .nav {
  width: 100%;
}
.left-vertical-tab .nav:first-child .nav-link {
  padding-top: 0px;
}
.left-vertical-tab .nav .nav-link {
  color: #000;
  text-align: left;
  padding: 10px 0px 14px;
  font-size: 15px;
}
.left-vertical-tab .nav .nav-link.active {
  color: #03A9F5;
  background-color: transparent;
}

.tab-dropdown {
  width: 100%;
}
.tab-dropdown .dropdown {
  color: #000;
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tab-dropdown .dropdown::after {
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
  height: 20px;
  width: 20px;
  display: block;
  border: 0px;
}
.tab-dropdown .dropdown-menu li .dropdown-item {
  font-size: 14px;
}

.inner-tabs .nav-link {
  font-weight: 400 !important;
  font-size: 12px !important;
}

.settings-tabs {
  display: flex;
  gap: 20px;
}
.settings-tabs .left-col {
  width: 28%;
}
.settings-tabs .left-col .nav-link {
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  border-radius: 8px;
}
.settings-tabs .left-col .nav-link:first-of-type {
  font-size: 16px;
  color: #1D242E;
  font-weight: 500;
  padding: 0;
  border: 0;
  position: relative;
}
.settings-tabs .left-col .nav-link:first-of-type.active {
  background: none;
}
.settings-tabs .left-col .nav-link:first-of-type:hover {
  background: none;
}
.settings-tabs .left-col .nav-link:first-of-type::after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.46281 6.0925L1.74865 10.8067L0.570313 9.62833L4.69531 5.50333L0.570313 1.37833L1.74865 0.199997L6.46281 4.91416C6.61904 5.07044 6.7068 5.28236 6.7068 5.50333C6.7068 5.7243 6.61904 5.93622 6.46281 6.0925Z' fill='%23283342'/%3E%3C/svg%3E%0A");
  width: 7px;
  height: 11px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.settings-tabs .left-col .nav-link:last-of-type {
  margin-bottom: 0;
}
.settings-tabs .left-col .nav-link.active {
  background: rgba(3, 169, 245, 0.1019607843);
}
.settings-tabs .left-col .nav-link:hover {
  background: rgba(3, 169, 245, 0.1019607843);
}
.settings-tabs .left-col .nav-link p {
  font-size: 14px;
  color: #1D242E;
  margin-bottom: 7px;
}
.settings-tabs .left-col .nav-link p:last-of-type {
  margin-bottom: 0;
}
.settings-tabs .right-col {
  width: 72%;
}
.settings-tabs .right-col .tab-content {
  padding: 0;
}
.settings-tabs.teams-tab .left-col .nav-link:first-of-type {
  padding: 0.5rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  border-radius: 8px;
}
.settings-tabs.teams-tab .left-col .nav-link:first-of-type::after {
  display: none;
}
.settings-tabs.teams-tab .left-col .nav-link.active {
  background-color: rgba(3, 169, 245, 0.1019607843);
}
.settings-tabs.teams-tab .form-check-label {
  color: #000;
}
.settings-tabs.teams-tab .form-check-label span {
  color: #000;
  margin-bottom: 6px;
  display: block;
}
.settings-tabs.teams-tab .radio-btn p {
  font-size: 13px;
  margin-bottom: 0px;
}

.form-wrapper label {
  font-size: 13px;
  color: rgba(29, 36, 46, 0.5019607843);
  margin-bottom: 5px;
}
.form-wrapper .form-control {
  font-size: 12px;
  color: #283342;
  padding: 0.475rem 0.75rem !important;
  border-radius: 4px !important;
}
.form-wrapper .form-control:focus {
  box-shadow: none;
}
.form-wrapper .form-control.srcIcon {
  padding: 0.475rem 10px 0.475rem 30px !important;
}
.form-wrapper select {
  font-size: 12px;
  color: #283342;
  padding: 0.475rem 0.75rem !important;
  border-radius: 4px !important;
  cursor: pointer;
}
.form-wrapper select:focus {
  box-shadow: none;
}
.form-wrapper .searchIcon {
  border-left: 0px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
}
.form-wrapper .searchIcon::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2674 9.52847H9.61899L9.38919 9.30687C10.3741 8.15786 10.8829 6.59028 10.6039 4.92421C10.2181 2.6426 8.31404 0.820595 6.01602 0.54155C2.54436 0.114774 -0.377414 3.03655 0.0493621 6.50821C0.328408 8.80623 2.15041 10.7103 4.43202 11.096C6.09809 11.3751 7.66567 10.8662 8.81468 9.88138L9.03628 10.1112V10.7596L12.5244 14.2476C12.8609 14.5841 13.4107 14.5841 13.7472 14.2476C14.0837 13.9111 14.0837 13.3612 13.7472 13.0247L10.2674 9.52847ZM5.34303 9.52847C3.29943 9.52847 1.64977 7.87881 1.64977 5.83521C1.64977 3.79161 3.29943 2.14196 5.34303 2.14196C7.38663 2.14196 9.03628 3.79161 9.03628 5.83521C9.03628 7.87881 7.38663 9.52847 5.34303 9.52847Z' fill='%231D242E'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  height: 14px;
  width: 14px;
  display: block;
}
.form-wrapper button:hover .reset {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.99992 13.6667C5.13881 13.6667 3.56242 13.0208 2.27075 11.7292C0.979085 10.4375 0.333252 8.86111 0.333252 6.99999C0.333252 5.13888 0.979085 3.56249 2.27075 2.27083C3.56242 0.979161 5.13881 0.333328 6.99992 0.333328C7.95825 0.333328 8.87492 0.531106 9.74992 0.926661C10.6249 1.32222 11.3749 1.88833 11.9999 2.62499V0.333328H13.6666V6.16666H7.83325V4.49999H11.3333C10.8888 3.72222 10.2813 3.11111 9.51075 2.66666C8.7402 2.22222 7.90325 1.99999 6.99992 1.99999C5.61103 1.99999 4.43047 2.48611 3.45825 3.45833C2.48603 4.43055 1.99992 5.61111 1.99992 6.99999C1.99992 8.38888 2.48603 9.56944 3.45825 10.5417C4.43047 11.5139 5.61103 12 6.99992 12C8.06936 12 9.03464 11.6944 9.89575 11.0833C10.7569 10.4722 11.361 9.66666 11.7083 8.66666H13.4583C13.0694 10.1389 12.2777 11.3403 11.0833 12.2708C9.88881 13.2014 8.5277 13.6667 6.99992 13.6667Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
.form-wrapper button .reset {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.99992 13.6667C5.13881 13.6667 3.56242 13.0208 2.27075 11.7292C0.979085 10.4375 0.333252 8.86111 0.333252 6.99999C0.333252 5.13888 0.979085 3.56249 2.27075 2.27083C3.56242 0.979161 5.13881 0.333328 6.99992 0.333328C7.95825 0.333328 8.87492 0.531106 9.74992 0.926661C10.6249 1.32222 11.3749 1.88833 11.9999 2.62499V0.333328H13.6666V6.16666H7.83325V4.49999H11.3333C10.8888 3.72222 10.2813 3.11111 9.51075 2.66666C8.7402 2.22222 7.90325 1.99999 6.99992 1.99999C5.61103 1.99999 4.43047 2.48611 3.45825 3.45833C2.48603 4.43055 1.99992 5.61111 1.99992 6.99999C1.99992 8.38888 2.48603 9.56944 3.45825 10.5417C4.43047 11.5139 5.61103 12 6.99992 12C8.06936 12 9.03464 11.6944 9.89575 11.0833C10.7569 10.4722 11.361 9.66666 11.7083 8.66666H13.4583C13.0694 10.1389 12.2777 11.3403 11.0833 12.2708C9.88881 13.2014 8.5277 13.6667 6.99992 13.6667Z' fill='%2303A9F5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  height: 14px;
  width: 14px;
  display: block;
}

.template-question .form-label {
  font-size: 14px;
  color: #1D242E;
}
.template-question .form-select,
.template-question .form-control {
  font-size: 13px;
}
.template-question .form-text {
  font-size: 13px;
}

.form-check {
  padding-left: 1.8em;
}
.form-check.radio-btn .form-check-input {
  border: 2px solid #ddd;
  background-color: #fff;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-left: -23px;
  margin-top: 0.1em;
  border-radius: 50% !important;
  padding: 0px;
}
.form-check.radio-btn .form-check-label {
  margin-bottom: 0px;
  font-weight: 400;
  color: #474747;
}
.form-check.radio-btn input[type=radio]:checked + div > label {
  color: #03A9F5;
}
.form-check .form-check-input:checked[type=radio] {
  border: 2px solid #03A9F5;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%2303A9F5'/%3e%3c/svg%3e");
}
.form-check .form-check-input:focus {
  box-shadow: none;
}
.form-check .form-check-label {
  font-size: 14px;
  padding-left: 3px;
}
.form-check.form-checkbox .form-check-input {
  width: 20px !important;
  height: 20px !important;
}
.form-check.form-checkbox .form-check-input {
  margin-left: -2em;
}

.floating-fill.form-floating .form-select {
  padding-top: 9px;
  height: auto;
}
.floating-fill.form-floating label {
  padding: 0rem 0.75rem;
  background-color: #fff;
  height: auto;
  font-size: 12px;
  opacity: 1 !important;
}

.form-switch .form-check-input {
  height: 1rem;
  width: 1.95rem !important;
  border-radius: 2rem !important;
}

.searchIcon {
  border-left: 0px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
}
.searchIcon::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2674 9.52847H9.61899L9.38919 9.30687C10.3741 8.15786 10.8829 6.59028 10.6039 4.92421C10.2181 2.6426 8.31404 0.820595 6.01602 0.54155C2.54436 0.114774 -0.377414 3.03655 0.0493621 6.50821C0.328408 8.80623 2.15041 10.7103 4.43202 11.096C6.09809 11.3751 7.66567 10.8662 8.81468 9.88138L9.03628 10.1112V10.7596L12.5244 14.2476C12.8609 14.5841 13.4107 14.5841 13.7472 14.2476C14.0837 13.9111 14.0837 13.3612 13.7472 13.0247L10.2674 9.52847ZM5.34303 9.52847C3.29943 9.52847 1.64977 7.87881 1.64977 5.83521C1.64977 3.79161 3.29943 2.14196 5.34303 2.14196C7.38663 2.14196 9.03628 3.79161 9.03628 5.83521C9.03628 7.87881 7.38663 9.52847 5.34303 9.52847Z' fill='%23D3D3D3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  height: 15px;
  width: 15px;
  display: block;
}

.table {
  margin-bottom: 0 !important;
}
.table tr {
  border-bottom: 0;
}
.table tr th {
  border-bottom: 0;
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  background: rgba(3, 169, 245, 0.1019607843);
  padding: 10px;
  vertical-align: middle;
  position: relative;
}
.table tr th .filter-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.75741 5.93646C9.83551 5.85899 9.89751 5.76683 9.93982 5.66528C9.98212 5.56373 10.0039 5.45481 10.0039 5.3448C10.0039 5.23479 9.98212 5.12587 9.93982 5.02432C9.89751 4.92277 9.83551 4.8306 9.75741 4.75313L5.59074 0.586464C5.51327 0.508357 5.4211 0.446362 5.31956 0.404055C5.21801 0.361747 5.10908 0.339966 4.99907 0.339966C4.88906 0.339966 4.78014 0.361747 4.67859 0.404055C4.57704 0.446362 4.48488 0.508357 4.40741 0.586464L0.240742 4.75313C0.162635 4.8306 0.100638 4.92277 0.0583313 5.02432C0.0160234 5.12587 -0.00575755 5.23479 -0.00575755 5.3448C-0.00575756 5.45481 0.0160234 5.56373 0.0583313 5.66528C0.100638 5.76683 0.162635 5.85899 0.240741 5.93646C0.318211 6.01457 0.410377 6.07657 0.511927 6.11887C0.613476 6.16118 0.722398 6.18296 0.832408 6.18296C0.942418 6.18296 1.05134 6.16118 1.15289 6.11887C1.25444 6.07657 1.3466 6.01457 1.42407 5.93646L4.99907 2.35313L8.57407 5.93646C8.65154 6.01457 8.74371 6.07657 8.84526 6.11887C8.94681 6.16118 9.05573 6.18296 9.16574 6.18296C9.27575 6.18296 9.38467 6.16118 9.48622 6.11887C9.58777 6.07657 9.67994 6.01457 9.75741 5.93646ZM5.59074 15.1031L9.75741 10.9365C9.83511 10.8588 9.89674 10.7665 9.93879 10.665C9.98084 10.5635 10.0025 10.4547 10.0025 10.3448C10.0025 10.1229 9.91433 9.91005 9.75741 9.75313C9.67971 9.67543 9.58747 9.6138 9.48595 9.57175C9.38443 9.5297 9.27562 9.50805 9.16574 9.50805C8.94382 9.50805 8.73099 9.59621 8.57407 9.75313L4.99907 13.3365L1.42407 9.75313C1.3466 9.67502 1.25444 9.61303 1.15289 9.57072C1.05134 9.52841 0.942418 9.50663 0.832408 9.50663C0.722397 9.50663 0.613476 9.52841 0.511927 9.57072C0.410377 9.61303 0.318211 9.67502 0.240741 9.75313C0.162634 9.8306 0.100638 9.92277 0.0583311 10.0243C0.0160232 10.1259 -0.00575776 10.2348 -0.00575777 10.3448C-0.00575777 10.4548 0.0160232 10.5637 0.058331 10.6653C0.100638 10.7668 0.162634 10.859 0.240741 10.9365L4.40741 15.1031C4.48488 15.1812 4.57704 15.2432 4.67859 15.2855C4.78014 15.3278 4.88906 15.3496 4.99907 15.3496C5.10908 15.3496 5.21801 15.3278 5.31955 15.2855C5.4211 15.2432 5.51327 15.1812 5.59074 15.1031Z' fill='%2303A9F5'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.table tr td {
  border-bottom: 0;
  box-shadow: none;
  font-size: 14px;
  color: #1D242E;
  padding: 10px;
}
.table tr td.textColor {
  color: #03A9F5;
}
.table tr td .image {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.table tr td p {
  font-weight: 400;
  font-size: 12px !important;
  color: #000;
  margin: 10px 0 0 0;
}

.action {
  display: flex;
  align-items: center;
  gap: 15px;
}
.action .copy {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6666 13.9583H4.99992C4.39213 13.9583 3.80924 13.7169 3.37947 13.2871C2.94969 12.8574 2.70825 12.2745 2.70825 11.6667V5.00001C2.70825 4.39222 2.94969 3.80933 3.37947 3.37956C3.80924 2.94979 4.39213 2.70834 4.99992 2.70834H11.6666C12.2744 2.70834 12.8573 2.94979 13.287 3.37956C13.7168 3.80933 13.9583 4.39222 13.9583 5.00001V11.6667C13.9583 12.2745 13.7168 12.8574 13.287 13.2871C12.8573 13.7169 12.2744 13.9583 11.6666 13.9583ZM4.99992 3.95834C4.72365 3.95834 4.4587 4.06809 4.26335 4.26344C4.068 4.45879 3.95825 4.72374 3.95825 5.00001V11.6667C3.95825 11.9429 4.068 12.2079 4.26335 12.4032C4.4587 12.5986 4.72365 12.7083 4.99992 12.7083H11.6666C11.9429 12.7083 12.2078 12.5986 12.4032 12.4032C12.5985 12.2079 12.7083 11.9429 12.7083 11.6667V5.00001C12.7083 4.72374 12.5985 4.45879 12.4032 4.26344C12.2078 4.06809 11.9429 3.95834 11.6666 3.95834H4.99992Z' fill='%23283342'/%3E%3Cpath d='M15.0001 17.2917H8.33341C7.72563 17.2917 7.14273 17.0502 6.71296 16.6204C6.28319 16.1907 6.04175 15.6078 6.04175 15V13.3333H7.29175V15C7.29175 15.2763 7.40149 15.5412 7.59685 15.7366C7.7922 15.9319 8.05715 16.0417 8.33341 16.0417H15.0001C15.2763 16.0417 15.5413 15.9319 15.7367 15.7366C15.932 15.5412 16.0417 15.2763 16.0417 15V8.33332C16.0417 8.05706 15.932 7.7921 15.7367 7.59675C15.5413 7.4014 15.2763 7.29166 15.0001 7.29166H13.3334V6.04166H15.0001C15.6079 6.04166 16.1908 6.2831 16.6205 6.71287C17.0503 7.14264 17.2917 7.72554 17.2917 8.33332V15C17.2917 15.6078 17.0503 16.1907 16.6205 16.6204C16.1908 17.0502 15.6079 17.2917 15.0001 17.2917Z' fill='%23283342'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.action .eye-blue {
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.0001 5.25C9.22586 5.25 6.79699 6.91121 5.12801 8.44832C4.28012 9.22922 3.59626 10.0078 3.12442 10.5906C2.88804 10.8825 2.70368 11.1268 2.57736 11.2997C2.51417 11.3862 2.46542 11.4549 2.43187 11.5029C2.41509 11.5269 2.4021 11.5457 2.393 11.559L2.38227 11.5747L2.37911 11.5794L2.10547 12.0132L2.37809 12.4191L2.37911 12.4206L2.38227 12.4253L2.393 12.441C2.4021 12.4543 2.41509 12.4731 2.43187 12.4971C2.46542 12.5451 2.51417 12.6138 2.57736 12.7003C2.70368 12.8732 2.88804 13.1175 3.12442 13.4094C3.59626 13.9922 4.28012 14.7708 5.12801 15.5517C6.79699 17.0888 9.22586 18.75 12.0001 18.75C14.7743 18.75 17.2031 17.0888 18.8721 15.5517C19.72 14.7708 20.4039 13.9922 20.8757 13.4094C21.1121 13.1175 21.2964 12.8732 21.4228 12.7003C21.4859 12.6138 21.5347 12.5451 21.5682 12.4971C21.585 12.4731 21.598 12.4543 21.6071 12.441L21.6178 12.4253L21.621 12.4206L21.6224 12.4186L21.9035 12L21.622 11.5809L21.621 11.5794L21.6178 11.5747L21.6071 11.559C21.598 11.5457 21.585 11.5269 21.5682 11.5029C21.5347 11.4549 21.4859 11.3862 21.4228 11.2997C21.2964 11.1268 21.1121 10.8825 20.8757 10.5906C20.4039 10.0078 19.72 9.22922 18.8721 8.44832C17.2031 6.91121 14.7743 5.25 12.0001 5.25ZM4.29022 12.4656C4.14684 12.2885 4.02478 12.1311 3.92575 12C4.02478 11.8689 4.14684 11.7115 4.29022 11.5344C4.72924 10.9922 5.36339 10.2708 6.14419 9.55168C7.73256 8.08879 9.80369 6.75 12.0001 6.75C14.1964 6.75 16.2676 8.08879 17.8559 9.55168C18.6367 10.2708 19.2709 10.9922 19.7099 11.5344C19.8533 11.7115 19.9753 11.8689 20.0744 12C19.9753 12.1311 19.8533 12.2885 19.7099 12.4656C19.2709 13.0078 18.6367 13.7292 17.8559 14.4483C16.2676 15.9112 14.1964 17.25 12.0001 17.25C9.80369 17.25 7.73256 15.9112 6.14419 14.4483C5.36339 13.7292 4.72924 13.0078 4.29022 12.4656ZM14.25 12C14.25 13.2426 13.2427 14.25 12 14.25C10.7574 14.25 9.75005 13.2426 9.75005 12C9.75005 10.7574 10.7574 9.75 12 9.75C13.2427 9.75 14.25 10.7574 14.25 12ZM15.75 12C15.75 14.0711 14.0711 15.75 12 15.75C9.92898 15.75 8.25005 14.0711 8.25005 12C8.25005 9.92893 9.92898 8.25 12 8.25C14.0711 8.25 15.75 9.92893 15.75 12Z' fill='%2303A9F5'/%3E%3C/svg%3E");
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.action .delete {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.83325 17.5C5.37492 17.5 4.9827 17.3369 4.65659 17.0108C4.33048 16.6847 4.16714 16.2922 4.16659 15.8333V5C3.93048 5 3.7327 4.92 3.57325 4.76C3.41381 4.6 3.33381 4.40222 3.33325 4.16667C3.3327 3.93111 3.4127 3.73333 3.57325 3.57333C3.73381 3.41333 3.93159 3.33333 4.16659 3.33333H7.49992C7.49992 3.09722 7.57992 2.89944 7.73992 2.74C7.89992 2.58056 8.0977 2.50056 8.33326 2.5H11.6666C11.9027 2.5 12.1008 2.58 12.2608 2.74C12.4208 2.9 12.5005 3.09778 12.4999 3.33333H15.8333C16.0694 3.33333 16.2674 3.41333 16.4274 3.57333C16.5874 3.73333 16.6671 3.93111 16.6666 4.16667C16.666 4.40222 16.586 4.60028 16.4266 4.76083C16.2671 4.92139 16.0694 5.00111 15.8333 5V15.8333C15.8333 16.2917 15.6702 16.6842 15.3441 17.0108C15.018 17.3375 14.6255 17.5006 14.1666 17.5H5.83325ZM14.1666 5H5.83325V15.8333H14.1666V5ZM8.33326 14.1667C8.56937 14.1667 8.76742 14.0867 8.92742 13.9267C9.08742 13.7667 9.16714 13.5689 9.16659 13.3333V7.5C9.16659 7.26389 9.08659 7.06611 8.92659 6.90667C8.76659 6.74722 8.56881 6.66722 8.33326 6.66667C8.0977 6.66611 7.89992 6.74611 7.73992 6.90667C7.57992 7.06722 7.49992 7.265 7.49992 7.5V13.3333C7.49992 13.5694 7.57992 13.7675 7.73992 13.9275C7.89992 14.0875 8.0977 14.1672 8.33326 14.1667ZM11.6666 14.1667C11.9027 14.1667 12.1008 14.0867 12.2608 13.9267C12.4208 13.7667 12.5005 13.5689 12.4999 13.3333V7.5C12.4999 7.26389 12.4199 7.06611 12.2599 6.90667C12.0999 6.74722 11.9021 6.66722 11.6666 6.66667C11.431 6.66611 11.2333 6.74611 11.0733 6.90667C10.9133 7.06722 10.8333 7.265 10.8333 7.5V13.3333C10.8333 13.5694 10.9133 13.7675 11.0733 13.9275C11.2333 14.0875 11.431 14.1672 11.6666 14.1667Z' fill='%23283342'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.action .delete-blue {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.83325 17.5C5.37492 17.5 4.9827 17.3369 4.65659 17.0108C4.33048 16.6847 4.16714 16.2922 4.16659 15.8333V5C3.93048 5 3.7327 4.92 3.57325 4.76C3.41381 4.6 3.33381 4.40222 3.33325 4.16667C3.3327 3.93111 3.4127 3.73333 3.57325 3.57333C3.73381 3.41333 3.93159 3.33333 4.16659 3.33333H7.49992C7.49992 3.09722 7.57992 2.89944 7.73992 2.74C7.89992 2.58056 8.0977 2.50056 8.33326 2.5H11.6666C11.9027 2.5 12.1008 2.58 12.2608 2.74C12.4208 2.9 12.5005 3.09778 12.4999 3.33333H15.8333C16.0694 3.33333 16.2674 3.41333 16.4274 3.57333C16.5874 3.73333 16.6671 3.93111 16.6666 4.16667C16.666 4.40222 16.586 4.60028 16.4266 4.76083C16.2671 4.92139 16.0694 5.00111 15.8333 5V15.8333C15.8333 16.2917 15.6702 16.6842 15.3441 17.0108C15.018 17.3375 14.6255 17.5006 14.1666 17.5H5.83325ZM14.1666 5H5.83325V15.8333H14.1666V5ZM8.33326 14.1667C8.56937 14.1667 8.76742 14.0867 8.92742 13.9267C9.08742 13.7667 9.16714 13.5689 9.16659 13.3333V7.5C9.16659 7.26389 9.08659 7.06611 8.92659 6.90667C8.76659 6.74722 8.56881 6.66722 8.33326 6.66667C8.0977 6.66611 7.89992 6.74611 7.73992 6.90667C7.57992 7.06722 7.49992 7.265 7.49992 7.5V13.3333C7.49992 13.5694 7.57992 13.7675 7.73992 13.9275C7.89992 14.0875 8.0977 14.1672 8.33326 14.1667ZM11.6666 14.1667C11.9027 14.1667 12.1008 14.0867 12.2608 13.9267C12.4208 13.7667 12.5005 13.5689 12.4999 13.3333V7.5C12.4999 7.26389 12.4199 7.06611 12.2599 6.90667C12.0999 6.74722 11.9021 6.66722 11.6666 6.66667C11.431 6.66611 11.2333 6.74611 11.0733 6.90667C10.9133 7.06722 10.8333 7.265 10.8333 7.5V13.3333C10.8333 13.5694 10.9133 13.7675 11.0733 13.9275C11.2333 14.0875 11.431 14.1672 11.6666 14.1667Z' fill='%2303A9F5'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.action .reset {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.99992 13.6667C5.13881 13.6667 3.56242 13.0208 2.27075 11.7292C0.979085 10.4375 0.333252 8.86111 0.333252 6.99999C0.333252 5.13888 0.979085 3.56249 2.27075 2.27083C3.56242 0.979161 5.13881 0.333328 6.99992 0.333328C7.95825 0.333328 8.87492 0.531106 9.74992 0.926661C10.6249 1.32222 11.3749 1.88833 11.9999 2.62499V0.333328H13.6666V6.16666H7.83325V4.49999H11.3333C10.8888 3.72222 10.2813 3.11111 9.51075 2.66666C8.7402 2.22222 7.90325 1.99999 6.99992 1.99999C5.61103 1.99999 4.43047 2.48611 3.45825 3.45833C2.48603 4.43055 1.99992 5.61111 1.99992 6.99999C1.99992 8.38888 2.48603 9.56944 3.45825 10.5417C4.43047 11.5139 5.61103 12 6.99992 12C8.06936 12 9.03464 11.6944 9.89575 11.0833C10.7569 10.4722 11.361 9.66666 11.7083 8.66666H13.4583C13.0694 10.1389 12.2777 11.3403 11.0833 12.2708C9.88881 13.2014 8.5277 13.6667 6.99992 13.6667Z' fill='%23333'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: 74%;
  display: block;
}
.action .download-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.00016 10.3333L2.8335 6.16668L4.00016 4.95834L6.16683 7.12501V0.333344H7.8335V7.12501L10.0002 4.95834L11.1668 6.16668L7.00016 10.3333ZM2.00016 13.6667C1.54183 13.6667 1.14961 13.5036 0.823496 13.1775C0.497385 12.8514 0.334052 12.4589 0.333496 12V9.50001H2.00016V12H12.0002V9.50001H13.6668V12C13.6668 12.4583 13.5038 12.8508 13.1777 13.1775C12.8516 13.5042 12.4591 13.6672 12.0002 13.6667H2.00016Z' fill='%2303A9F5'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
}
.action .restore {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.52185 7H7C7.55229 7 8 7.44772 8 8C8 8.55229 7.55228 9 7 9H3C1.89543 9 1 8.10457 1 7V3C1 2.44772 1.44772 2 2 2C2.55228 2 3 2.44772 3 3V5.6754C4.26953 3.8688 6.06062 2.47676 8.14852 1.69631C10.6633 0.756291 13.435 0.768419 15.9415 1.73041C18.448 2.69239 20.5161 4.53782 21.7562 6.91897C22.9963 9.30013 23.3228 12.0526 22.6741 14.6578C22.0254 17.263 20.4464 19.541 18.2345 21.0626C16.0226 22.5842 13.3306 23.2444 10.6657 22.9188C8.00083 22.5931 5.54702 21.3041 3.76664 19.2946C2.20818 17.5356 1.25993 15.3309 1.04625 13.0078C0.995657 12.4579 1.45216 12.0088 2.00445 12.0084C2.55673 12.0079 3.00351 12.4566 3.06526 13.0055C3.27138 14.8374 4.03712 16.5706 5.27027 17.9625C6.7255 19.605 8.73118 20.6586 10.9094 20.9247C13.0876 21.1909 15.288 20.6513 17.0959 19.4075C18.9039 18.1638 20.1945 16.3018 20.7247 14.1724C21.2549 12.043 20.9881 9.79319 19.9745 7.8469C18.9608 5.90061 17.2704 4.3922 15.2217 3.6059C13.173 2.8196 10.9074 2.80968 8.8519 3.57803C7.11008 4.22911 5.62099 5.40094 4.57993 6.92229C4.56156 6.94914 4.54217 6.97505 4.52185 7Z' fill='%2303A9F5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.info {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.363636' y='0.363636' width='15.2727' height='15.2727' rx='7.63636' stroke='%231D242E' stroke-width='0.727273'/%3E%3Cpath d='M7.98545 4.90327L7.87345 9.99418H7.09964L6.98764 4.90327H7.98545ZM7.52727 12.0611C7.35079 12.0611 7.20145 12 7.07927 11.8778C6.95709 11.7556 6.896 11.6063 6.896 11.4298C6.896 11.2533 6.95709 11.104 7.07927 10.9818C7.20145 10.8596 7.35079 10.7985 7.52727 10.7985C7.69697 10.7985 7.83952 10.8596 7.95491 10.9818C8.07709 11.104 8.13818 11.2533 8.13818 11.4298C8.13818 11.6063 8.07709 11.7556 7.95491 11.8778C7.83952 12 7.69697 12.0611 7.52727 12.0611Z' fill='%231D242E'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  cursor: pointer;
  position: relative;
}
.info:hover p {
  opacity: 1;
}
.info p {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: -33px;
  background-color: #000;
  font-size: 11px;
  color: #FFFFFF;
  width: 150px;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  transform: translateX(-50%);
}
.info p::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
  border-style: solid;
}

.user-table .form-control,
.user-table .form-select {
  font-size: 13px;
  margin-top: 3px;
  padding: 0.375rem !important;
  max-width: 100%;
  width: 100% !important;
  min-width: 130px !important;
  color: #ACACAC;
  border-radius: 4px !important;
}
.user-table .form-control:focus,
.user-table .form-select:focus {
  box-shadow: none;
}
.user-table .form-control::-moz-placeholder, .user-table .form-select::-moz-placeholder {
  color: #ACACAC;
}
.user-table .form-control::placeholder,
.user-table .form-select::placeholder {
  color: #ACACAC;
}
.user-table .form-control::-moz-selection, .user-table .form-select::-moz-selection {
  color: #000;
}
.user-table .form-control::selection,
.user-table .form-select::selection {
  color: #000;
}
.user-table input.srcIcon {
  padding: 0.375rem 10px 0.375rem 30px !important;
}

.meta-table th {
  white-space: nowrap;
}

.pagination {
  display: flex;
  justify-content: center;
}
.pagination li {
  margin-right: 8px;
}
.pagination li a {
  padding: 10px;
  border-radius: 4px;
  font-size: 12px;
  color: #000000;
  line-height: 6px;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li a:hover {
  background-color: #03A9F5;
  color: #FFFFFF;
}
.pagination li a:focus {
  box-shadow: none;
  background-color: #03A9F5;
  color: #FFFFFF;
}

.template-card-listing {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.template-card-listing li {
  width: 31.65%;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  padding: 10px;
  border: 1px solid #E3EBF3;
}
@media (min-width: 1600px) {
  .template-card-listing li {
    width: 32%;
  }
}

.template-card h4 {
  font-size: 15px;
  margin-bottom: 15px;
}
.template-card .not-allowed {
  background-color: rgba(255, 211, 208, 0.2509803922);
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  border-radius: 5px;
  margin-bottom: 12px;
}
.template-card .not-allowed .not-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M8.33333 0.666656C12.9167 0.666656 16.6667 4.41666 16.6667 8.99999C16.6667 13.5833 12.9167 17.3333 8.33333 17.3333C3.75 17.3333 0 13.5833 0 8.99999C0 4.41666 3.75 0.666656 8.33333 0.666656ZM8.33333 2.33332C6.75 2.33332 5.33333 2.83332 4.25 3.74999L13.5833 13.0833C14.4167 11.9167 15 10.5 15 8.99999C15 5.33332 12 2.33332 8.33333 2.33332ZM12.4167 14.25L3.08333 4.91666C2.16667 5.99999 1.66667 7.41666 1.66667 8.99999C1.66667 12.6667 4.66667 15.6667 8.33333 15.6667C9.91667 15.6667 11.3333 15.1667 12.4167 14.25Z' fill='%23283342'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 17px;
  width: 17px;
  display: block;
}
.template-card .template-message-card {
  background-image: url("../images/bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  border-radius: 8px;
  margin-top: 13px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 400px;
  justify-content: space-between;
}
.template-card .template-message-card .template-white-card::-webkit-scrollbar {
  width: 5px;
}
.template-card .template-message-card .template-white-card::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 100px;
}
.template-card .template-message-card .template-white-card::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-color: transparent;
  box-shadow: none;
}
.template-card .template-message-card .template-white-card img {
  width: 100%;
}
.template-card .template-message-card .template-white-card .description {
  margin-top: 14px;
}
.template-card .template-message-card .template-white-card .description p {
  font-size: 13px;
}
.template-card .template-message-card .template-white-card .time {
  font-size: 12px;
  display: flex;
  justify-content: end;
}
.template-card .template-message-card .template-white-card .buy-link {
  text-align: center;
  margin-top: 12px;
}
.template-card .template-message-card .template-white-card .buy-link a {
  border-top: 1px solid #ddd;
  padding: 11px 0px;
}
.template-card .template-message-card .template-white-card .buy-link .forward {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.84607 0.5C6.08747 0.70119 6.32737 0.90432 6.57093 1.10314C8.0198 2.28588 9.4695 3.46733 10.9188 4.64964C10.9431 4.6695 10.9658 4.69173 11 4.7226C9.2796 6.13114 7.56498 7.53493 5.83207 8.9536V6.34118C5.62942 6.3619 5.44143 6.37248 5.25666 6.40162C4.06686 6.58921 3.01897 7.07945 2.1257 7.89219C1.42668 8.5281 0.9232 9.2964 0.5795 10.1759C0.41821 10.589 0.23301 10.9927 0.0577099 11.4003C0.0426399 11.4352 0.01938 11.4668 0 11.5C0 10.6318 0 9.7636 0 8.8953C0.02304 8.7039 0.0398399 8.5113 0.0699899 8.32112C0.26273 7.10794 0.76621 6.04048 1.59315 5.13275C2.51936 4.11601 3.65899 3.47164 5.01073 3.21303C5.27668 3.16209 5.54716 3.13532 5.82475 3.09625V0.5C5.83185 0.5 5.83896 0.5 5.84607 0.5Z' fill='%23297C86'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 14px;
  width: 14px;
  display: block;
}
.template-card .template-message-card .template-white-card .buy-link a {
  font-size: 13px;
  color: #297C86;
  text-decoration: none;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.template-card .template-message-card .bottom-patch {
  background-color: #828282;
  padding: 6px 10px;
  color: #fff;
  font-size: 13px;
  text-align: center;
}
.template-card .manage-section {
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.template-card .manage-section .btn-secondary {
  background-color: transparent;
  color: #03A9F5;
  border: 1px solid #03A9F5;
  font-size: 13px;
  display: flex;
  align-items: center;
  padding: 0px;
  line-height: 1;
}
.template-card .manage-section .btn-secondary:focus {
  box-shadow: none;
}
.template-card .manage-section .btn-secondary span {
  padding: 8px 10px;
}
.template-card .manage-section .btn-secondary .dropdown-toggle {
  padding: 10px;
  border-left: 1px solid #03A9F5;
  line-height: 1;
}
.template-card .manage-section .btn-secondary .dropdown-toggle::after {
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2303A9F5' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 10px;
  width: 10px;
  display: block;
  border: 0px;
}
.template-card .manage-section .dropdown-menu {
  padding: 0px;
}
.template-card .manage-section .dropdown-menu li {
  width: auto;
  padding: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.template-card .manage-section .dropdown-menu li .dropdown-item {
  font-size: 14px;
  padding: 8px 10px;
}
.template-card .manage-section .info {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.363636' y='0.363636' width='15.2727' height='15.2727' rx='7.63636' stroke='%2303A9F5' stroke-width='0.727273'/%3E%3Cpath d='M7.98545 4.90327L7.87345 9.99418H7.09964L6.98764 4.90327H7.98545ZM7.52727 12.0611C7.35079 12.0611 7.20145 12 7.07927 11.8778C6.95709 11.7556 6.896 11.6063 6.896 11.4298C6.896 11.2533 6.95709 11.104 7.07927 10.9818C7.20145 10.8596 7.35079 10.7985 7.52727 10.7985C7.69697 10.7985 7.83952 10.8596 7.95491 10.9818C8.07709 11.104 8.13818 11.2533 8.13818 11.4298C8.13818 11.6063 8.07709 11.7556 7.95491 11.8778C7.83952 12 7.69697 12.0611 7.52727 12.0611Z' fill='%2303A9F5'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 20px;
  display: block;
}

.info-blue {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.363636' y='0.363636' width='15.2727' height='15.2727' rx='7.63636' stroke='%2303A9F5' stroke-width='0.727273'/%3E%3Cpath d='M7.98545 4.90327L7.87345 9.99418H7.09964L6.98764 4.90327H7.98545ZM7.52727 12.0611C7.35079 12.0611 7.20145 12 7.07927 11.8778C6.95709 11.7556 6.896 11.6063 6.896 11.4298C6.896 11.2533 6.95709 11.104 7.07927 10.9818C7.20145 10.8596 7.35079 10.7985 7.52727 10.7985C7.69697 10.7985 7.83952 10.8596 7.95491 10.9818C8.07709 11.104 8.13818 11.2533 8.13818 11.4298C8.13818 11.6063 8.07709 11.7556 7.95491 11.8778C7.83952 12 7.69697 12.0611 7.52727 12.0611Z' fill='%2303A9F5'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 20px;
  display: block;
}

.message-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='26' viewBox='0 0 25 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 0.5C9.1859 0.50364 6.0086 1.82177 3.66518 4.16518C1.32177 6.5086 0.00364 9.6859 0 13V23.5413C0.00066 24.0605 0.20724 24.5584 0.57444 24.9256C0.94163 25.2928 1.43946 25.4993 1.95875 25.5H12.5C15.8152 25.5 18.9946 24.183 21.3388 21.8388C23.683 19.4946 25 16.3152 25 13C25 9.6848 23.683 6.50537 21.3388 4.16117C18.9946 1.81696 15.8152 0.5 12.5 0.5ZM12.5 23.5H2V13C2 10.9233 2.61581 8.8932 3.76957 7.16651C4.92332 5.4398 6.5632 4.09399 8.4818 3.29926C10.4004 2.50454 12.5116 2.29661 14.5484 2.70175C16.5852 3.1069 18.4562 4.10693 19.9246 5.57538C21.3931 7.04383 22.3931 8.9148 22.7982 10.9516C23.2034 12.9884 22.9955 15.0996 22.2007 17.0182C21.406 18.9368 20.0602 20.5767 18.3335 21.7304C16.6068 22.8842 14.5767 23.5 12.5 23.5ZM14 13.5C14 13.7967 13.912 14.0867 13.7472 14.3334C13.5824 14.58 13.3481 14.7723 13.074 14.8858C12.7999 14.9993 12.4983 15.0291 12.2074 14.9712C11.9164 14.9133 11.6491 14.7704 11.4393 14.5607C11.2296 14.3509 11.0867 14.0836 11.0288 13.7926C10.9709 13.5017 11.0006 13.2001 11.1142 12.926C11.2277 12.6519 11.42 12.4176 11.6666 12.2528C11.9133 12.088 12.2033 12 12.5 12C12.8978 12 13.2794 12.158 13.5607 12.4393C13.842 12.7206 14 13.1022 14 13.5ZM8.5 13.5C8.5 13.7967 8.412 14.0867 8.2472 14.3334C8.0824 14.58 7.8481 14.7723 7.574 14.8858C7.2999 14.9993 6.9983 15.0291 6.7074 14.9712C6.4164 14.9133 6.1491 14.7704 5.93934 14.5607C5.72956 14.3509 5.5867 14.0836 5.52882 13.7926C5.47094 13.5017 5.50065 13.2001 5.61418 12.926C5.72771 12.6519 5.91997 12.4176 6.1666 12.2528C6.4133 12.088 6.7033 12 7 12C7.3978 12 7.7794 12.158 8.0607 12.4393C8.342 12.7206 8.5 13.1022 8.5 13.5ZM19.5 13.5C19.5 13.7967 19.412 14.0867 19.2472 14.3334C19.0824 14.58 18.8481 14.7723 18.574 14.8858C18.2999 14.9993 17.9983 15.0291 17.7074 14.9712C17.4164 14.9133 17.1491 14.7704 16.9393 14.5607C16.7296 14.3509 16.5867 14.0836 16.5288 13.7926C16.4709 13.5017 16.5007 13.2001 16.6142 12.926C16.7277 12.6519 16.92 12.4176 17.1666 12.2528C17.4133 12.088 17.7033 12 18 12C18.3978 12 18.7794 12.158 19.0607 12.4393C19.342 12.7206 19.5 13.1022 19.5 13.5Z' fill='%2303A9F5'/%3E%3C/svg%3E");
  background-size: 98%;
  background-repeat: no-repeat;
  background-position: center;
  height: 22px;
  width: 22px;
  display: block;
}

.waiting-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.8867 1.25684V5.25684C14.8867 5.52205 14.7814 5.77641 14.5938 5.96394C14.4063 6.15148 14.152 6.25684 13.8867 6.25684C13.6215 6.25684 13.3672 6.15148 13.1796 5.96394C12.9921 5.77641 12.8867 5.52205 12.8867 5.25684V1.25684C12.8867 0.991616 12.9921 0.737266 13.1796 0.549726C13.3672 0.362186 13.6215 0.256836 13.8867 0.256836C14.152 0.256836 14.4063 0.362186 14.5938 0.549726C14.7814 0.737266 14.8867 0.991616 14.8867 1.25684ZM25.8867 12.2568H21.8867C21.6215 12.2568 21.3672 12.3622 21.1796 12.5497C20.9921 12.7373 20.8867 12.9916 20.8867 13.2568C20.8867 13.5221 20.9921 13.7764 21.1796 13.9639C21.3672 14.1515 21.6215 14.2568 21.8867 14.2568H25.8867C26.152 14.2568 26.4063 14.1515 26.5938 13.9639C26.7814 13.7764 26.8867 13.5221 26.8867 13.2568C26.8867 12.9916 26.7814 12.7373 26.5938 12.5497C26.4063 12.3622 26.152 12.2568 25.8867 12.2568ZM20.2505 18.2068C20.0614 18.0272 19.8097 17.9286 19.5489 17.9319C19.2882 17.9352 19.039 18.0403 18.8546 18.2247C18.6702 18.4091 18.5651 18.6583 18.5618 18.919C18.5585 19.1798 18.6571 19.4315 18.8367 19.6206L21.6642 22.4493C21.8519 22.637 22.1064 22.7424 22.3717 22.7424C22.6371 22.7424 22.8916 22.637 23.0792 22.4493C23.2669 22.2617 23.3723 22.0072 23.3723 21.7418C23.3723 21.4765 23.2669 21.222 23.0792 21.0343L20.2505 18.2068ZM13.8867 20.2568C13.6215 20.2568 13.3672 20.3622 13.1796 20.5497C12.9921 20.7373 12.8867 20.9916 12.8867 21.2568V25.2568C12.8867 25.5221 12.9921 25.7764 13.1796 25.9639C13.3672 26.1515 13.6215 26.2568 13.8867 26.2568C14.152 26.2568 14.4063 26.1515 14.5938 25.9639C14.7814 25.7764 14.8867 25.5221 14.8867 25.2568V21.2568C14.8867 20.9916 14.7814 20.7373 14.5938 20.5497C14.4063 20.3622 14.152 20.2568 13.8867 20.2568ZM7.52298 18.2068L4.69422 21.0343C4.50658 21.222 4.40117 21.4765 4.40117 21.7418C4.40117 22.0072 4.50658 22.2617 4.69422 22.4493C4.88186 22.637 5.13636 22.7424 5.40172 22.7424C5.66709 22.7424 5.92158 22.637 6.10922 22.4493L8.93668 19.6206C9.11638 19.4315 9.21498 19.1798 9.21168 18.919C9.20828 18.6583 9.10328 18.4091 8.91888 18.2247C8.73448 18.0403 8.48528 17.9352 8.22458 17.9319C7.96378 17.9286 7.71208 18.0272 7.52298 18.2068ZM6.88672 13.2568C6.88672 12.9916 6.78137 12.7373 6.59383 12.5497C6.40629 12.3622 6.15194 12.2568 5.88672 12.2568H1.88672C1.62151 12.2568 1.36715 12.3622 1.17962 12.5497C0.992079 12.7373 0.886719 12.9916 0.886719 13.2568C0.886719 13.5221 0.992079 13.7764 1.17962 13.9639C1.36715 14.1515 1.62151 14.2568 1.88672 14.2568H5.88672C6.15194 14.2568 6.40629 14.1515 6.59383 13.9639C6.78137 13.7764 6.88672 13.5221 6.88672 13.2568ZM6.10922 4.06434C5.92158 3.8767 5.66709 3.77128 5.40172 3.77128C5.13636 3.77128 4.88186 3.8767 4.69422 4.06434C4.50658 4.25198 4.40117 4.50647 4.40117 4.77184C4.40117 5.0372 4.50658 5.2917 4.69422 5.47934L7.52298 8.3068C7.71208 8.4865 7.96378 8.5851 8.22458 8.5818C8.48528 8.5784 8.73448 8.4734 8.91888 8.289C9.10328 8.1046 9.20828 7.8554 9.21168 7.5947C9.21498 7.3339 9.11638 7.0821 8.93668 6.8931L6.10922 4.06434Z' fill='%2303A9F5'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 26px;
  width: 26px;
  display: block;
}

.openchat-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.8906 11.9727C17.8906 12.2379 17.7853 12.4922 17.5978 12.6798C17.4102 12.8673 17.1559 12.9727 16.8906 12.9727H8.89057C8.62537 12.9727 8.37108 12.8673 8.18348 12.6798C7.99598 12.4922 7.89057 12.2379 7.89057 11.9727C7.89057 11.7074 7.99598 11.4531 8.18348 11.2655C8.37108 11.078 8.62537 10.9727 8.89057 10.9727H16.8906C17.1559 10.9727 17.4102 11.078 17.5978 11.2655C17.7853 11.4531 17.8906 11.7074 17.8906 11.9727ZM16.8906 14.9727H8.89057C8.62537 14.9727 8.37108 15.078 8.18348 15.2655C7.99598 15.4531 7.89057 15.7074 7.89057 15.9727C7.89057 16.2379 7.99598 16.4922 8.18348 16.6798C8.37108 16.8673 8.62537 16.9727 8.89057 16.9727H16.8906C17.1559 16.9727 17.4102 16.8673 17.5978 16.6798C17.7853 16.4922 17.8906 16.2379 17.8906 15.9727C17.8906 15.7074 17.7853 15.4531 17.5978 15.2655C17.4102 15.078 17.1559 14.9727 16.8906 14.9727ZM25.8906 13.4727C25.887 16.7867 24.5689 19.9641 22.2255 22.3075C19.882 24.6509 16.7047 25.969 13.3906 25.9727H2.84938C2.33009 25.972 1.83226 25.7654 1.46505 25.3982C1.09786 25.031 0.891285 24.5332 0.890625 24.0139V13.4727C0.890625 10.1574 2.20759 6.97803 4.55178 4.63382C6.89598 2.28962 10.0754 0.972656 13.3906 0.972656C16.7059 0.972656 19.8853 2.28962 22.2295 4.63382C24.5737 6.97803 25.8906 10.1574 25.8906 13.4727ZM23.8906 13.4727C23.8906 10.6879 22.7844 8.0172 20.8153 6.04804C18.8461 4.0789 16.1754 2.97266 13.3906 2.97266C10.6059 2.97266 7.93517 4.0789 5.966 6.04804C3.99686 8.0172 2.89062 10.6879 2.89062 13.4727V23.9727H13.3906C16.1745 23.9697 18.8435 22.8625 20.812 20.894C22.7805 18.9255 23.8877 16.2565 23.8906 13.4727Z' fill='%2303A9F5'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 25px;
  width: 25px;
  display: block;
}

.pending-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='28' viewBox='0 0 27 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_73_8837)'%3E%3Cpath d='M26.9704 15.5156C26.7579 17.9856 25.8445 20.3435 24.3375 22.3119C22.8304 24.2804 20.7926 25.7774 18.4636 26.627C16.1347 27.4766 13.6115 27.6434 11.191 27.1077C8.77044 26.572 6.55327 25.3562 4.80029 23.6032C3.04731 21.8502 1.83145 19.633 1.29576 17.2125C0.760075 14.792 0.926841 12.2688 1.77644 9.93987C2.62604 7.61091 4.12313 5.57305 6.09158 4.06603C8.06002 2.55901 10.4179 1.64554 12.8879 1.43308C13.0192 1.42225 13.1514 1.43739 13.2769 1.47763C13.4023 1.51788 13.5187 1.58244 13.6192 1.66764C13.7197 1.75284 13.8024 1.857 13.8627 1.97418C13.923 2.09136 13.9596 2.21926 13.9704 2.35058C13.9812 2.48191 13.9661 2.61408 13.9259 2.73955C13.8856 2.86502 13.821 2.98134 13.7358 3.08186C13.6506 3.18237 13.5465 3.26513 13.4293 3.32539C13.3121 3.38566 13.1842 3.42225 13.0529 3.43308C10.9624 3.6127 8.96666 4.38567 7.30054 5.66104C5.63442 6.93641 4.36723 8.66112 3.64806 10.6322C2.92889 12.6034 2.78767 14.7389 3.24101 16.7875C3.69435 18.8362 4.72339 20.7128 6.20705 22.1964C7.69072 23.6801 9.56728 24.7091 11.6159 25.1625C13.6646 25.6158 15.8001 25.4746 17.7712 24.7554C19.7424 24.0363 21.4671 22.7691 22.7424 21.1029C24.0178 19.4368 24.7908 17.4411 24.9704 15.3506C24.9923 15.0854 25.1186 14.8397 25.3216 14.6676C25.5246 14.4956 25.7877 14.4112 26.0529 14.4331C26.3181 14.455 26.5638 14.5813 26.7358 14.7843C26.9079 14.9873 26.9923 15.2504 26.9704 15.5156ZM12.9704 7.43308V14.4331C12.9704 14.6983 13.0758 14.9527 13.2633 15.1402C13.4508 15.3277 13.7052 15.4331 13.9704 15.4331H20.9704C21.2356 15.4331 21.49 15.3277 21.6775 15.1402C21.865 14.9527 21.9704 14.6983 21.9704 14.4331C21.9704 14.1679 21.865 13.9135 21.6775 13.726C21.49 13.5384 21.2356 13.4331 20.9704 13.4331H14.9704V7.43308C14.9704 7.16787 14.865 6.91351 14.6775 6.72598C14.49 6.53844 14.2356 6.43308 13.9704 6.43308C13.7052 6.43308 13.4508 6.53844 13.2633 6.72598C13.0758 6.91351 12.9704 7.16787 12.9704 7.43308ZM17.9704 4.43308C18.2671 4.43308 18.5571 4.34511 18.8038 4.18029C19.0504 4.01547 19.2427 3.7812 19.3562 3.50711C19.4698 3.23302 19.4995 2.93142 19.4416 2.64045C19.3837 2.34948 19.2408 2.0822 19.0311 1.87242C18.8213 1.66265 18.554 1.51978 18.263 1.46191C17.9721 1.40403 17.6705 1.43373 17.3964 1.54727C17.1223 1.6608 16.888 1.85306 16.7232 2.09973C16.5584 2.3464 16.4704 2.63641 16.4704 2.93308C16.4704 3.33091 16.6284 3.71244 16.9097 3.99375C17.191 4.27505 17.5726 4.43308 17.9704 4.43308ZM22.4704 7.43308C22.7671 7.43308 23.0571 7.34511 23.3038 7.18029C23.5504 7.01547 23.7427 6.7812 23.8562 6.50711C23.9698 6.23302 23.9995 5.93142 23.9416 5.64045C23.8837 5.34948 23.7408 5.0822 23.5311 4.87242C23.3213 4.66265 23.054 4.51978 22.763 4.46191C22.4721 4.40403 22.1705 4.43373 21.8964 4.54727C21.6223 4.6608 21.388 4.85306 21.2232 5.09973C21.0584 5.3464 20.9704 5.63641 20.9704 5.93308C20.9704 6.33091 21.1284 6.71244 21.4097 6.99375C21.691 7.27505 22.0726 7.43308 22.4704 7.43308ZM25.4704 11.9331C25.7671 11.9331 26.0571 11.8451 26.3038 11.6803C26.5504 11.5155 26.7427 11.2812 26.8562 11.0071C26.9698 10.733 26.9995 10.4314 26.9416 10.1404C26.8837 9.84948 26.7408 9.5822 26.5311 9.37242C26.3213 9.16265 26.054 9.01978 25.763 8.96191C25.4721 8.90403 25.1705 8.93373 24.8964 9.04727C24.6223 9.1608 24.388 9.35306 24.2232 9.59973C24.0584 9.8464 23.9704 10.1364 23.9704 10.4331C23.9704 10.8309 24.1284 11.2124 24.4097 11.4937C24.691 11.775 25.0726 11.9331 25.4704 11.9331Z' fill='%2303A9F5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_73_8837'%3E%3Crect width='27' height='27' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 27px;
  width: 27px;
  display: block;
}

.response-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='25' viewBox='0 0 26 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9109 6.37285V11.8066L18.4259 14.5153C18.6533 14.6519 18.8172 14.8733 18.8814 15.1307C18.9456 15.3881 18.905 15.6604 18.7684 15.8878C18.6318 16.1153 18.4105 16.2791 18.1531 16.3434C17.8957 16.4076 17.6233 16.3669 17.3959 16.2303L12.3959 13.2303C12.2479 13.1414 12.1255 13.0157 12.0405 12.8655C11.9555 12.7152 11.9108 12.5455 11.9109 12.3728V6.37285C11.9109 6.10763 12.0162 5.85327 12.2038 5.66574C12.3913 5.4782 12.6457 5.37285 12.9109 5.37285C13.1761 5.37285 13.4305 5.4782 13.618 5.66574C13.8055 5.85327 13.9109 6.10763 13.9109 6.37285ZM24.9109 3.37285C24.6457 3.37285 24.3913 3.4782 24.2038 3.66574C24.0162 3.85328 23.9109 4.10763 23.9109 4.37285V6.62285C23.1171 5.70285 22.3071 4.8166 21.3959 3.8941C19.7282 2.22623 17.606 1.08679 15.2944 0.618161C12.9829 0.149535 10.5844 0.372493 8.39888 1.25918C6.21331 2.14587 4.33749 3.65696 3.00582 5.60365C1.67415 7.55034 0.945675 9.8463 0.911422 12.2046C0.877169 14.563 1.53865 16.8791 2.81323 18.8637C4.0878 20.8482 5.91894 22.4131 8.07784 23.3629C10.2367 24.3127 12.6276 24.6052 14.9519 24.2039C17.2761 23.8026 19.4305 22.7253 21.1459 21.1066C21.2414 21.0163 21.3182 20.9081 21.3719 20.7881C21.4257 20.6681 21.4552 20.5388 21.4589 20.4074C21.4626 20.276 21.4404 20.1451 21.3936 20.0223C21.3467 19.8995 21.2762 19.7871 21.1859 19.6916C21.0956 19.5961 20.9874 19.5192 20.8674 19.4655C20.7474 19.4118 20.6181 19.3823 20.4867 19.3785C20.3553 19.3748 20.2244 19.397 20.1016 19.4439C19.9788 19.4907 19.8664 19.5613 19.7709 19.6516C18.3409 20.9992 16.5457 21.8957 14.6093 22.2291C12.6729 22.5625 10.6812 22.318 8.88291 21.5263C7.08462 20.7345 5.55942 19.4305 4.49779 17.7771C3.43616 16.1237 2.88514 14.1942 2.91354 12.2295C2.94194 10.2649 3.54851 8.35208 4.65749 6.73006C5.76647 5.10805 7.32872 3.84869 9.14915 3.10924C10.9696 2.36978 12.9675 2.18301 14.8934 2.57225C16.8194 2.96149 18.588 3.90948 19.9784 5.29785C20.9959 6.32785 21.8871 7.32034 22.7859 8.37285H19.9109C19.6457 8.37285 19.3913 8.4782 19.2038 8.66574C19.0162 8.85328 18.9109 9.10763 18.9109 9.37285C18.9109 9.6381 19.0162 9.8924 19.2038 10.08C19.3913 10.2675 19.6457 10.3728 19.9109 10.3728H24.9109C25.1761 10.3728 25.4305 10.2675 25.618 10.08C25.8055 9.8924 25.9109 9.6381 25.9109 9.37285V4.37285C25.9109 4.10763 25.8055 3.85328 25.618 3.66574C25.4305 3.4782 25.1761 3.37285 24.9109 3.37285Z' fill='%2303A9F5'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 25px;
  width: 24px;
  display: block;
}

.active-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 0.75C13.7861 0.75 10.6443 1.70305 7.972 3.48862C5.29969 5.27419 3.21689 7.8121 1.98696 10.7814C0.757038 13.7507 0.435238 17.018 1.06225 20.1702C1.68926 23.3224 3.23692 26.2179 5.50952 28.4905C7.7821 30.7631 10.6776 32.3107 13.8298 32.9378C16.982 33.5648 20.2493 33.243 23.2186 32.013C26.1879 30.7831 28.7258 28.7003 30.5114 26.028C32.297 23.3557 33.25 20.2139 33.25 17C33.2455 12.6916 31.5319 8.561 28.4855 5.51454C25.439 2.46806 21.3084 0.75455 17 0.75ZM8.575 27.8594C9.4793 26.4451 10.725 25.2813 12.1974 24.4751C13.6698 23.6689 15.3214 23.2463 17 23.2463C18.6786 23.2463 20.3303 23.6689 21.8026 24.4751C23.275 25.2813 24.5207 26.4451 25.425 27.8594C23.0162 29.7328 20.0516 30.7499 17 30.7499C13.9484 30.7499 10.9839 29.7328 8.575 27.8594ZM12 15.75C12 14.7611 12.2933 13.7944 12.8427 12.9721C13.3921 12.1499 14.173 11.509 15.0866 11.1306C16.0002 10.7522 17.0056 10.6531 17.9755 10.8461C18.9454 11.039 19.8363 11.5152 20.5355 12.2145C21.2348 12.9137 21.711 13.8046 21.9039 14.7745C22.0969 15.7445 21.9978 16.7498 21.6194 17.6634C21.241 18.577 20.6001 19.3579 19.7779 19.9073C18.9556 20.4568 17.9889 20.75 17 20.75C15.6739 20.75 14.4022 20.2232 13.4645 19.2855C12.5268 18.3479 12 17.0761 12 15.75ZM27.275 26.1266C25.8809 24.1064 23.9206 22.5435 21.6406 21.6344C22.8653 20.6698 23.759 19.3475 24.1974 17.8514C24.6358 16.3553 24.597 14.7598 24.0866 13.2868C23.5761 11.8137 22.6194 10.5364 21.3493 9.6323C20.0792 8.7283 18.559 8.2425 17 8.2425C15.441 8.2425 13.9208 8.7283 12.6507 9.6323C11.3807 10.5364 10.4239 11.8137 9.9134 13.2868C9.403 14.7598 9.3642 16.3553 9.8026 17.8514C10.241 19.3475 11.1347 20.6698 12.3594 21.6344C10.0794 22.5435 8.1191 24.1064 6.72501 26.1266C4.96339 24.1456 3.81199 21.6976 3.40945 19.0773C3.00691 16.4571 3.37039 13.7764 4.45613 11.358C5.54186 8.9395 7.3036 6.88653 9.5291 5.44615C11.7546 4.00577 14.349 3.23945 17 3.23945C19.651 3.23945 22.2454 4.00577 24.4709 5.44615C26.6965 6.88653 28.4582 8.9395 29.5439 11.358C30.6296 13.7764 30.9931 16.4571 30.5906 19.0773C30.188 21.6976 29.0366 24.1456 27.275 26.1266Z' fill='%2303A9F5'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 34px;
  width: 34px;
  display: block;
}

.busy-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='32' viewBox='0 0 30 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.2126 1.77442C4.10558 1.65378 3.97567 1.55557 3.83041 1.4855C3.68514 1.41543 3.52742 1.37489 3.36637 1.36623C3.20533 1.35756 3.04417 1.38095 2.89223 1.43503C2.74028 1.48911 2.60059 1.57281 2.48123 1.68128C2.36188 1.78974 2.26524 1.92082 2.19692 2.06691C2.12859 2.213 2.08995 2.3712 2.08321 2.53234C2.07648 2.69348 2.1018 2.85435 2.1577 3.00563C2.2136 3.15691 2.29896 3.2956 2.40886 3.41364L4.95909 6.21981C3.87602 8.0788 3.3071 10.1925 3.31073 12.344C3.31073 17.7279 2.05237 21.8472 1.20686 23.3036C0.990954 23.6739 0.876484 24.0946 0.875014 24.5232C0.873544 24.9518 0.985114 25.3732 1.19848 25.7449C1.41185 26.1167 1.71947 26.4256 2.09031 26.6405C2.46116 26.8554 2.88211 26.9687 3.31073 26.969H23.8223L26.7838 30.2261C26.8909 30.3468 27.0208 30.445 27.166 30.5151C27.3113 30.5851 27.469 30.6257 27.6301 30.6343C27.7911 30.643 27.9523 30.6196 28.1042 30.5655C28.2562 30.5115 28.3959 30.4278 28.5152 30.3193C28.6346 30.2108 28.7312 30.0797 28.7995 29.9336C28.8679 29.7876 28.9065 29.6294 28.9132 29.4682C28.92 29.3071 28.8947 29.1462 28.8388 28.9949C28.7829 28.8437 28.6975 28.705 28.5876 28.5869L4.2126 1.77442ZM3.31073 24.5315C4.48378 22.5145 5.74823 17.8406 5.74823 12.344C5.74609 10.8876 6.07201 9.4495 6.70191 8.1363L21.6057 24.5315H3.31073ZM21.592 30.6253C21.592 30.9485 21.4636 31.2585 21.235 31.4871C21.0064 31.7156 20.6965 31.844 20.3732 31.844H10.6232C10.3 31.844 9.99001 31.7156 9.76141 31.4871C9.53291 31.2585 9.40451 30.9485 9.40451 30.6253C9.40451 30.302 9.53291 29.9921 9.76141 29.7635C9.99001 29.5349 10.3 29.4065 10.6232 29.4065H20.3732C20.6965 29.4065 21.0064 29.5349 21.235 29.7635C21.4636 29.9921 21.592 30.302 21.592 30.6253ZM28.5998 23.8079C28.4574 23.8631 28.3061 23.8915 28.1534 23.8917C27.9086 23.8914 27.6696 23.8175 27.4674 23.6794C27.2652 23.5414 27.1093 23.3457 27.02 23.1178C25.9109 20.2949 25.2482 16.2669 25.2482 12.344C25.2487 10.6387 24.8019 8.9631 23.9524 7.4844C23.1029 6.00572 21.8805 4.77571 20.4071 3.91713C18.9337 3.05854 17.2608 2.60143 15.5555 2.59141C13.8502 2.58138 12.1721 3.0188 10.6887 3.86001C10.4082 4.01199 10.0793 4.04793 9.77261 3.96012C9.46591 3.8723 9.20592 3.66773 9.04842 3.39033C8.89081 3.11292 8.84831 2.7848 8.93001 2.47641C9.01171 2.16802 9.21101 1.90396 9.48522 1.74091C11.3394 0.6892 13.4369 0.1422 15.5686 0.1545C17.7002 0.1668 19.7913 0.73797 21.6332 1.81101C23.4751 2.88404 25.0033 4.42141 26.0654 6.26965C27.1274 8.1179 27.6861 10.2124 27.6857 12.344C27.6857 17.7294 28.9121 21.2699 29.2884 22.2281C29.4065 22.5289 29.4003 22.8643 29.2712 23.1606C29.1421 23.4568 28.9006 23.6897 28.5998 23.8079Z' fill='%2303A9F5'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 32px;
  display: block;
}

.offline-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.2484 5.75002C23.2484 5.4185 23.3801 5.10055 23.6145 4.86613C23.8489 4.63171 24.1669 4.50002 24.4984 4.50002H31.9984C32.3299 4.50002 32.6479 4.63171 32.8823 4.86613C33.1167 5.10055 33.2484 5.4185 33.2484 5.75002C33.2484 6.08154 33.1167 6.39948 32.8823 6.6339C32.6479 6.86832 32.3299 7 31.9984 7H24.4984C24.1669 7 23.8489 6.86832 23.6145 6.6339C23.3801 6.39948 23.2484 6.08154 23.2484 5.75002ZM33.0234 14.2938C33.5945 17.6884 33.0719 21.1767 31.5313 24.255C29.9906 27.3332 27.5115 29.8423 24.4518 31.4197C21.3922 32.9972 17.9105 33.5615 14.5093 33.0311C11.108 32.5008 7.96344 30.9032 5.5293 28.4692C3.09522 26.0351 1.49767 22.8904 0.967325 19.4892C0.436975 16.0879 1.00127 12.6062 2.57874 9.5466C4.1562 6.48697 6.66521 4.00785 9.74354 2.46716C12.8218 0.926478 16.31 0.403948 19.7047 0.975018C20.0291 1.0324 20.3178 1.21558 20.5079 1.48472C20.6981 1.75386 20.7742 2.08718 20.7198 2.41218C20.6655 2.73717 20.485 3.02755 20.2176 3.22016C19.9502 3.41276 19.6176 3.492 19.2922 3.44064C17.3205 3.10896 15.3002 3.21092 13.372 3.7394C11.4437 4.26789 9.65384 5.21021 8.12674 6.5008C6.59971 7.7914 5.37224 9.3992 4.52976 11.2124C3.68728 13.0256 3.25003 15.0006 3.24845 17C3.24549 20.3659 4.48259 23.615 6.72345 26.1266C8.11755 24.1064 10.0778 22.5435 12.3578 21.6344C11.1331 20.6698 10.2394 19.3475 9.80104 17.8514C9.36274 16.3553 9.40144 14.7598 9.91184 13.2868C10.4223 11.8138 11.3791 10.5364 12.6491 9.6323C13.9192 8.7283 15.4394 8.2425 16.9984 8.2425C18.5574 8.2425 20.0776 8.7283 21.3477 9.6323C22.6178 10.5364 23.5745 11.8138 24.085 13.2868C24.5954 14.7598 24.6342 16.3553 24.1958 17.8514C23.7574 19.3475 22.8637 20.6698 21.639 21.6344C23.919 22.5435 25.8793 24.1064 27.2734 26.1266C29.5143 23.615 30.7514 20.3659 30.7484 17C30.7485 16.2315 30.6847 15.4643 30.5578 14.7063C30.529 14.5437 30.5328 14.377 30.5688 14.2158C30.6048 14.0547 30.6724 13.9023 30.7677 13.7674C30.863 13.6325 30.984 13.5179 31.1239 13.43C31.2637 13.3422 31.4196 13.283 31.5824 13.2557C31.7453 13.2285 31.9119 13.2338 32.0727 13.2713C32.2335 13.3088 32.3853 13.3778 32.5193 13.4743C32.6533 13.5709 32.7668 13.693 32.8533 13.8336C32.9399 13.9743 32.9977 14.1307 33.0234 14.2938ZM16.9984 20.75C17.9873 20.75 18.954 20.4568 19.7763 19.9074C20.5985 19.358 21.2394 18.5771 21.6178 17.6634C21.9962 16.7498 22.0953 15.7445 21.9023 14.7746C21.7094 13.8047 21.2332 12.9137 20.5339 12.2145C19.8347 11.5152 18.9438 11.039 17.9739 10.8461C17.004 10.6532 15.9986 10.7522 15.085 11.1306C14.1714 11.5091 13.3905 12.1499 12.8411 12.9722C12.2917 13.7944 11.9984 14.7611 11.9984 15.75C11.9984 17.0761 12.5252 18.3479 13.4629 19.2855C14.4006 20.2232 15.6723 20.75 16.9984 20.75ZM16.9984 30.75C20.0505 30.7531 23.0161 29.7356 25.4234 27.8594C24.5191 26.4451 23.2734 25.2813 21.801 24.4751C20.3287 23.6689 18.677 23.2464 16.9984 23.2464C15.3198 23.2464 13.6682 23.6689 12.1958 24.4751C10.7234 25.2813 9.47775 26.4451 8.57344 27.8594C10.9807 29.7356 13.9463 30.7531 16.9984 30.75Z' fill='%2303A9F5'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 34px;
  height: 34px;
  display: block;
}

.waitTime-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3868 0.912109C10.8156 0.912109 8.30217 1.67455 6.16431 3.103C4.02647 4.53146 2.36023 6.56178 1.37629 8.9372C0.392348 11.3127 0.134908 13.9265 0.636518 16.4483C1.13813 18.97 2.37626 21.2864 4.19434 23.1045C6.01242 24.9226 8.32877 26.1607 10.8506 26.6623C13.3723 27.1639 15.9862 26.9065 18.3616 25.9225C20.7371 24.9386 22.7674 23.2724 24.1959 21.1345C25.6243 18.9967 26.3868 16.4833 26.3868 13.9121C26.3831 10.4654 25.0123 7.1609 22.5751 4.72374C20.1379 2.28656 16.8335 0.915749 13.3868 0.912109ZM13.3868 24.9121C11.2112 24.9121 9.08437 24.267 7.27547 23.0583C5.46651 21.8496 4.05662 20.1316 3.22405 18.1216C2.39149 16.1116 2.17365 13.8999 2.59809 11.7661C3.02253 9.6323 4.07017 7.6723 5.60855 6.13393C7.14697 4.59556 9.10697 3.54791 11.2408 3.12347C13.3746 2.69903 15.5863 2.91687 17.5963 3.74943C19.6063 4.582 21.3242 5.9919 22.5329 7.8008C23.7416 9.6098 24.3868 11.7365 24.3868 13.9121C24.3834 16.8285 23.2235 19.6244 21.1613 21.6866C19.0991 23.7488 16.3031 24.9088 13.3868 24.9121ZM21.3868 13.9121C21.3868 14.1773 21.2814 14.4317 21.0939 14.6192C20.9063 14.8068 20.652 14.9121 20.3868 14.9121H13.3868C13.1215 14.9121 12.8672 14.8068 12.6797 14.6192C12.4921 14.4317 12.3868 14.1773 12.3868 13.9121V6.91211C12.3868 6.64689 12.4921 6.39254 12.6797 6.205C12.8672 6.01747 13.1215 5.91211 13.3868 5.91211C13.652 5.91211 13.9063 6.01747 14.0939 6.205C14.2814 6.39254 14.3868 6.64689 14.3868 6.91211V12.9121H20.3868C20.652 12.9121 20.9063 13.0175 21.0939 13.205C21.2814 13.3925 21.3868 13.6469 21.3868 13.9121Z' fill='%2303A9F5'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 27px;
  height: 27px;
  display: block;
}

.maxWaitTime-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='26' viewBox='0 0 24 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 2H19V1C19 0.73478 18.8946 0.48043 18.7071 0.29289C18.5196 0.10536 18.2652 0 18 0C17.7348 0 17.4804 0.10536 17.2929 0.29289C17.1054 0.48043 17 0.73478 17 1V2H7V1C7 0.73478 6.8946 0.48043 6.7071 0.29289C6.5196 0.10536 6.2652 0 6 0C5.73478 0 5.48043 0.10536 5.29289 0.29289C5.10536 0.48043 5 0.73478 5 1V2H2C1.46957 2 0.96086 2.21071 0.58579 2.58579C0.21071 2.96086 0 3.46957 0 4V24C0 24.5304 0.21071 25.0391 0.58579 25.4142C0.96086 25.7893 1.46957 26 2 26H22C22.5304 26 23.0391 25.7893 23.4142 25.4142C23.7893 25.0391 24 24.5304 24 24V4C24 3.46957 23.7893 2.96086 23.4142 2.58579C23.0391 2.21071 22.5304 2 22 2ZM5 4V5C5 5.26522 5.10536 5.51957 5.29289 5.70711C5.48043 5.89464 5.73478 6 6 6C6.2652 6 6.5196 5.89464 6.7071 5.70711C6.8946 5.51957 7 5.26522 7 5V4H17V5C17 5.26522 17.1054 5.51957 17.2929 5.70711C17.4804 5.89464 17.7348 6 18 6C18.2652 6 18.5196 5.89464 18.7071 5.70711C18.8946 5.51957 19 5.26522 19 5V4H22V8H2V4H5ZM22 24H2V10H22V24Z' fill='%2303A9F5'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 26px;
  display: block;
}

.responseTime-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='24' viewBox='0 0 28 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.7074 11.1381L17.7074 1.13814C17.5676 0.998197 17.3895 0.902858 17.1955 0.864168C17.0016 0.825478 16.8005 0.845178 16.6177 0.920778C16.4349 0.996368 16.2787 1.12447 16.1687 1.28888C16.0588 1.45328 16 1.6466 15.9999 1.84439V6.88814C12.7574 7.16564 9.1762 8.75315 6.22992 11.2518C2.68242 14.2618 0.473674 18.1406 0.0099236 22.1731C-0.0263164 22.4866 0.0372538 22.8035 0.191584 23.0788C0.345914 23.3541 0.583134 23.5737 0.869494 23.7064C1.15586 23.839 1.47677 23.878 1.78655 23.8177C2.09634 23.7574 2.37921 23.601 2.59492 23.3706C3.96992 21.9068 8.8624 17.2781 15.9999 16.8706V21.8443C16 22.0421 16.0588 22.2354 16.1687 22.3998C16.2787 22.5642 16.4349 22.6923 16.6177 22.7679C16.8005 22.8435 17.0016 22.8632 17.1955 22.8246C17.3895 22.7859 17.5676 22.6905 17.7074 22.5506L27.7074 12.5506C27.8944 12.3631 27.9995 12.1091 27.9995 11.8443C27.9995 11.5795 27.8944 11.3256 27.7074 11.1381ZM17.9999 19.4306V15.8443C17.9999 15.5791 17.8946 15.3248 17.707 15.1372C17.5195 14.9497 17.2651 14.8443 16.9999 14.8443C13.4899 14.8443 10.0712 15.7606 6.83867 17.5693C5.19235 18.4946 3.65844 19.607 2.26742 20.8843C2.99242 17.9043 4.81992 15.0706 7.52367 12.7768C10.4262 10.3156 13.9687 8.84435 16.9999 8.84435C17.2651 8.84435 17.5195 8.73905 17.707 8.55145C17.8946 8.36395 17.9999 8.10965 17.9999 7.84439V4.25939L25.5862 11.8443L17.9999 19.4306Z' fill='%2303A9F5'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 28px;
  height: 24px;
  display: block;
}

.resolutionTime-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='23' viewBox='0 0 29 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26 4.84485H24V3.84485C24 3.0492 23.6839 2.28614 23.1213 1.72353C22.5587 1.16092 21.7956 0.844849 21 0.844849H3C2.20435 0.844849 1.44129 1.16092 0.87868 1.72353C0.31607 2.28614 0 3.0492 0 3.84485V15.8448C0 16.6404 0.31607 17.4035 0.87868 17.9661C1.44129 18.5287 2.20435 18.8448 3 18.8448H17V19.8448C17 20.6404 17.3161 21.4035 17.8787 21.9661C18.4413 22.5287 19.2044 22.8448 20 22.8448H26C26.7956 22.8448 27.5587 22.5287 28.1213 21.9661C28.6839 21.4035 29 20.6404 29 19.8448V7.84485C29 7.04925 28.6839 6.28615 28.1213 5.72353C27.5587 5.16092 26.7956 4.84485 26 4.84485ZM3 16.8448C2.73478 16.8448 2.48043 16.7394 2.29289 16.5519C2.10536 16.3644 2 16.11 2 15.8448V3.84485C2 3.57963 2.10536 3.32528 2.29289 3.13774C2.48043 2.95021 2.73478 2.84485 3 2.84485H21C21.2652 2.84485 21.5196 2.95021 21.7071 3.13774C21.8946 3.32528 22 3.57963 22 3.84485V4.84485H20C19.2044 4.84485 18.4413 5.16092 17.8787 5.72353C17.3161 6.28615 17 7.04925 17 7.84485V16.8448H3ZM27 19.8448C27 20.11 26.8946 20.3644 26.7071 20.5519C26.5196 20.7394 26.2652 20.8448 26 20.8448H20C19.7348 20.8448 19.4804 20.7394 19.2929 20.5519C19.1054 20.3644 19 20.11 19 19.8448V7.84485C19 7.57965 19.1054 7.32525 19.2929 7.13775C19.4804 6.95025 19.7348 6.84485 20 6.84485H26C26.2652 6.84485 26.5196 6.95025 26.7071 7.13775C26.8946 7.32525 27 7.57965 27 7.84485V19.8448ZM15 21.8448C15 22.11 14.8946 22.3644 14.7071 22.5519C14.5196 22.7394 14.2652 22.8448 14 22.8448H9C8.7348 22.8448 8.4804 22.7394 8.2929 22.5519C8.1054 22.3644 8 22.11 8 21.8448C8 21.5796 8.1054 21.3252 8.2929 21.1377C8.4804 20.9502 8.7348 20.8448 9 20.8448H14C14.2652 20.8448 14.5196 20.9502 14.7071 21.1377C14.8946 21.3252 15 21.5796 15 21.8448ZM25 9.84485C25 10.11 24.8946 10.3644 24.7071 10.5519C24.5196 10.7394 24.2652 10.8448 24 10.8448H22C21.7348 10.8448 21.4804 10.7394 21.2929 10.5519C21.1054 10.3644 21 10.11 21 9.84485C21 9.57965 21.1054 9.32525 21.2929 9.13775C21.4804 8.95025 21.7348 8.84485 22 8.84485H24C24.2652 8.84485 24.5196 8.95025 24.7071 9.13775C24.8946 9.32525 25 9.57965 25 9.84485Z' fill='%2303A9F5'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 29px;
  height: 23px;
  display: block;
}

.template-preview-card {
  margin-bottom: 11px;
  position: sticky;
  top: 59px;
}
.template-preview-card h4 {
  font-size: 15px;
}

.creation-card {
  padding: 15px;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px hsla(0, 0%, 0%, 0.1);
  border-radius: 10px;
}
.creation-card h3 {
  font-size: 16px;
  color: #1D242E;
  font-weight: 500;
  margin-bottom: 0px;
}
.creation-card h4 {
  font-size: 15px;
}

.template-content-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}
.template-content-wrap .template-creation-content {
  flex: 1;
}
.template-content-wrap .template-creation-preview {
  width: 360px;
}

.template-creation .default {
  background-color: #E2E2E2;
  font-size: 12px;
  padding: 3px 10px;
  font-weight: 400;
  border-radius: 3px;
  color: #626262;
}
.template-creation .small-text {
  font-weight: 300;
  font-size: 13px;
}
.template-creation .creation-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.template-creation .lang {
  font-size: 14px;
  color: #888888;
}

.bottom-strip {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  max-width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-left: 260px;
  transition: margin-left 0.35s ease-in-out, left 0.35s ease-in-out, margin-right 0.35s ease-in-out, right 0.35s ease-in-out;
}
.bottom-strip .bottom-container {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.1490196078);
  background-color: #fff;
}

.variables-sample {
  background-color: #F4F4F4;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #E2E2E2;
}

.light-text {
  color: #AEAEAE;
}

.custom-btn h6 {
  font-size: 14px;
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.custom-btn h6::after {
  content: "";
  background-color: #DDDDDD;
  height: 1px;
  width: 90%;
  margin-left: 11px;
}
.custom-btn .actionbtn {
  padding-bottom: 18px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}

.delete-red {
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.delete-red:hover {
  background-color: #FFE4E4;
}
.delete-red::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.799805 4.2002H2.3998H15.1998' stroke='%23FF6262' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.6004 4.2V15.4C13.6004 15.8243 13.4318 16.2313 13.1318 16.5314C12.8317 16.8314 12.4247 17 12.0004 17H4.00039C3.57604 17 3.16908 16.8314 2.86902 16.5314C2.56896 16.2313 2.40039 15.8243 2.40039 15.4V4.2M4.80039 4.2V2.6C4.80039 2.17565 4.96896 1.76869 5.26902 1.46863C5.56908 1.16857 5.97604 1 6.40039 1H9.60039C10.0247 1 10.4317 1.16857 10.7318 1.46863C11.0318 1.76869 11.2004 2.17565 11.2004 2.6V4.2' stroke='%23FF6262' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
  height: 17px;
  width: 17px;
  display: inline-block;
}

.button-note {
  background-color: #E2E2E2;
  color: #707070;
  font-size: 12px;
  padding: 5px 8px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-new-block {
  background-color: #EFEFEF !important;
  padding: 8px 10px !important;
  color: #626262 !important;
  font-size: 13px !important;
  display: flex !important;
  align-items: center;
  line-height: 1;
  position: relative;
}
.btn-new-block::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 4C12.5523 4 13 4.44772 13 5V11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H13V19C13 19.5523 12.5523 20 12 20C11.4477 20 11 19.5523 11 19V13H5C4.44772 13 4 12.5523 4 12C4 11.4477 4.44772 11 5 11H11V5C11 4.44772 11.4477 4 12 4Z' fill='%23626262'/%3E%3C/svg%3E");
  background-position: center;
  background-size: 88%;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-right: 2px;
}

.delete-card .btn-danger {
  padding: 6px 10px !important;
  font-size: 12px !important;
}

.image-upload {
  background-color: #E8E8E8;
  padding: 8px 16px 8px 8px;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.image-upload .file-text {
  padding-left: 7px;
  font-size: 14px;
  color: #A2A2A2;
}
.image-upload .close {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1L1 13M1 1L13 13' stroke='%238D8D8D' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 15px;
  width: 15px;
  display: block;
  background-color: transparent;
  border: 0px;
}

.error-star {
  color: red;
}

.invalid-feedback {
  font-size: 12px !important;
  display: block !important;
}

.bx {
  color: #616161;
}

.bx-emoji {
  padding-right: 0px;
}
.bx-emoji::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.11241 13.4444C10.6716 13.4444 13.5569 10.5592 13.5569 6.99999C13.5569 3.44082 10.6716 0.555542 7.11241 0.555542C3.55324 0.555542 0.667969 3.44082 0.667969 6.99999C0.667969 10.5592 3.55324 13.4444 7.11241 13.4444Z' stroke='%23616161' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.53418 8.28882C4.53418 8.28882 5.50085 9.57771 7.11196 9.57771C8.72307 9.57771 9.68974 8.28882 9.68974 8.28882' stroke='%23616161' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.17871 5.06665H5.18545' stroke='%23616161' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.0459 5.06665H9.05264' stroke='%23616161' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  display: inline-block;
}

.media-note {
  background-color: #FFF8D0;
  padding: 6px 8px;
  color: #686868;
  font-size: 12px;
}

.emoji-wrapper {
  position: absolute;
  top: 0px;
  right: 30px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
.picker {
  background-color: transparent !important;
}

.bx-emoji:hover .emoji-wrapper {
  opacity: 1;
  visibility: visible;
}

.template-creation p {
  font-size: 13px !important;
  color: #707070 !important;
  font-weight: 400;
  letter-spacing: 0.4px;
}
.template-creation .sub-category-listing {
  padding: 0px;
  list-style-type: none;
  margin-bottom: 0px;
}
.template-creation .sub-category-listing li {
  margin-bottom: 5px;
  padding: 6px 10px;
  border-radius: 8px;
}
.template-creation .sub-category-listing li:hover {
  background-color: #F5F5F5;
}
.template-creation .sub-category-listing li:last-child {
  margin-bottom: 0px;
}
.template-creation .sub-category-listing li .form-check {
  margin-bottom: 0px;
}
.template-creation .sub-category-listing li .form-check.template-radio .form-check-input {
  float: left !important;
}
.template-creation .sub-category-listing li .form-check.template-radio .form-check-label {
  padding-left: 8px;
  cursor: pointer;
}
.template-creation .sub-category-listing li .form-check.template-radio p {
  margin-bottom: 0px;
}
.template-creation .sub-category-listing li:has(input[type=radio]:checked) {
  background-color: #F5F5F5;
}

.buy-link {
  text-align: center;
}
.buy-link .forward {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.84607 0.5C6.08747 0.70119 6.32737 0.90432 6.57093 1.10314C8.0198 2.28588 9.4695 3.46733 10.9188 4.64964C10.9431 4.6695 10.9658 4.69173 11 4.7226C9.2796 6.13114 7.56498 7.53493 5.83207 8.9536V6.34118C5.62942 6.3619 5.44143 6.37248 5.25666 6.40162C4.06686 6.58921 3.01897 7.07945 2.1257 7.89219C1.42668 8.5281 0.9232 9.2964 0.5795 10.1759C0.41821 10.589 0.23301 10.9927 0.0577099 11.4003C0.0426399 11.4352 0.01938 11.4668 0 11.5C0 10.6318 0 9.7636 0 8.8953C0.02304 8.7039 0.0398399 8.5113 0.0699899 8.32112C0.26273 7.10794 0.76621 6.04048 1.59315 5.13275C2.51936 4.11601 3.65899 3.47164 5.01073 3.21303C5.27668 3.16209 5.54716 3.13532 5.82475 3.09625V0.5C5.83185 0.5 5.83896 0.5 5.84607 0.5Z' fill='%2303A9F5'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 14px;
  width: 14px;
  display: block;
}
.buy-link .backward {
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 -0.5 17 17' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' class='si-glyph si-glyph-arrow-backward'%3E%3Ctitle%3E1181%3C/title%3E%3Cdefs%3E%3C/defs%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M1.307,5.988 L6.616,1.343 C7.027,0.933 7.507,0.864 7.918,1.275 L7.918,4.407 C8.014,4.406 8.098,4.406 8.147,4.406 C13.163,4.406 16.885,7.969 16.885,12.816 C16.885,14.504 16.111,13.889 15.788,13.3 C14.266,10.52 11.591,8.623 8.107,8.623 C8.066,8.623 7.996,8.624 7.917,8.624 L7.917,11.689 C7.506,12.099 6.976,12.05 6.615,11.757 L1.306,7.474 C0.897,7.064 0.897,6.399 1.307,5.988 L1.307,5.988 Z' fill='%2303A9F5' class='si-glyph-fill'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 14px;
  width: 14px;
  display: block;
}
.buy-link .call {
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5562 12.9062L16.1007 13.359C16.1007 13.359 15.0181 14.4355 12.0631 11.4972C9.10812 8.55901 10.1907 7.48257 10.1907 7.48257L10.4775 7.19738C11.1841 6.49484 11.2507 5.36691 10.6342 4.54348L9.37326 2.85908C8.61028 1.83992 7.13596 1.70529 6.26145 2.57483L4.69185 4.13552C4.25823 4.56668 3.96765 5.12559 4.00289 5.74561C4.09304 7.33182 4.81071 10.7447 8.81536 14.7266C13.0621 18.9492 17.0468 19.117 18.6763 18.9651C19.1917 18.9171 19.6399 18.6546 20.0011 18.2954L21.4217 16.883C22.3806 15.9295 22.1102 14.2949 20.8833 13.628L18.9728 12.5894C18.1672 12.1515 17.1858 12.2801 16.5562 12.9062Z' fill='%2303A9F5'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 19px;
  width: 19px;
  display: block;
}
.buy-link .copy-code {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.8002 4.69995H6.4002C5.73745 4.69995 5.2002 5.23721 5.2002 5.89995V11.3C5.2002 11.9627 5.73745 12.5 6.4002 12.5H11.8002C12.4629 12.5 13.0002 11.9627 13.0002 11.3V5.89995C13.0002 5.23721 12.4629 4.69995 11.8002 4.69995Z' stroke='%230080BA' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.8 8.3H2.2C1.88174 8.3 1.57652 8.17357 1.35147 7.94853C1.12643 7.72348 1 7.41826 1 7.1V1.7C1 1.38174 1.12643 1.07652 1.35147 0.851472C1.57652 0.626428 1.88174 0.5 2.2 0.5H7.6C7.91826 0.5 8.22348 0.626428 8.44853 0.851472C8.67357 1.07652 8.8 1.38174 8.8 1.7V2.3' stroke='%230080BA' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 14px;
  width: 14px;
  display: block;
}
.buy-link a {
  font-size: 13px;
  color: #03A9F5;
  text-decoration: none;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-top: 1px solid #ddd;
  padding: 11px 0px;
}
.buy-link a:hover {
  color: #03A9F5;
}

.template-preview {
  background-image: url("../images/bg.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 15px;
  border-radius: 8px;
}
.template-preview h4 {
  font-size: 14px;
  color: #1D242E;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.template-preview .template-white-card img {
  width: 100%;
  border-radius: 8px;
}
.template-preview .template-white-card .description {
  margin-top: 10px;
}
.template-preview .template-white-card .description p {
  font-size: 13px;
  color: #1D242E;
}
.template-preview .template-white-card .time {
  font-size: 12px;
  display: flex;
  justify-content: end;
}

.upload-container #fileUpload {
  display: none;
}
.upload-container .input-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.upload-container .input-box .upload-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.16634 10.3333V3.54165L3.99967 5.70831L2.83301 4.49998L6.99967 0.333313L11.1663 4.49998L9.99967 5.70831L7.83301 3.54165V10.3333H6.16634ZM1.99967 13.6666C1.54134 13.6666 1.14912 13.5036 0.823008 13.1775C0.496897 12.8514 0.333563 12.4589 0.333008 12V9.49998H1.99967V12H11.9997V9.49998H13.6663V12C13.6663 12.4583 13.5033 12.8508 13.1772 13.1775C12.8511 13.5041 12.4586 13.6672 11.9997 13.6666H1.99967Z' fill='%2303A9F5'/%3E%3C/svg%3E%0A");
  display: block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.upload-container .input-box p {
  font-size: 12px;
  color: rgba(29, 36, 46, 0.5019607843);
  margin: 6px 0;
}
.upload-container .input-box span {
  font-size: 12px;
  color: rgba(29, 36, 46, 0.5019607843);
}
.upload-container .input-box label {
  font-size: 24px;
  color: #000000;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.upload-container .image-preview {
  width: 100%;
  display: flex;
  padding-top: 15px;
  display: none;
  height: 0;
  gap: 20px;
}
.upload-container .image-preview img {
  width: 100px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.upload-container .image-preview .imgwp {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 8px;
  position: relative;
}
.upload-container .image-preview.animate-image {
  display: block;
  height: auto;
}
.upload-container .image-preview .delImage {
  background-color: #000000;
  height: 22px;
  width: 22px;
  border-radius: 100%;
  border: 0px;
  position: absolute;
  top: -6px;
  right: -7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-container .image-preview .delImage::after {
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 95%;
  height: 12px;
  width: 12px;
  display: inline-block;
}

.templates-journey-cards {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  height: 173px;
}
.templates-journey-cards.bg-support {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  font-size: 13px;
}
.templates-journey-cards.bg-support.support-card {
  background-image: url("../images/employee-support.svg");
}
.templates-journey-cards.bg-support.user-card {
  background-image: url("../images/lead-generation.svg");
}
.templates-journey-cards.bg-support.faq-card {
  background-image: url("../images/faqs.svg");
}
.templates-journey-cards.bg-support.metro-card {
  background-image: url("../images/metro-booking.svg");
}
.templates-journey-cards.bg-support.discover-course {
  background-image: url("../images/discover-courses.svg");
}
.templates-journey-cards .cardheader {
  padding: 0px;
  border-bottom: 0px;
}
.templates-journey-cards .cardheader h4 {
  font-size: 13px;
  border-bottom: 0px;
}
.templates-journey-cards .cardfooter span {
  margin-bottom: 9px;
  display: block;
}
.templates-journey-cards .cardfooter .btn-transparent {
  background-color: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  padding: 5px 14px;
  text-decoration: none;
  font-size: 12px;
  border-radius: 5px;
}
.templates-journey-cards .cardfooter .preview {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.templates-journey-cards .cardfooter .preview::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='13' viewBox='0 0 19 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.33463 4C9.99768 4 10.6336 4.26339 11.1024 4.73223C11.5712 5.20107 11.8346 5.83696 11.8346 6.5C11.8346 7.16304 11.5712 7.79893 11.1024 8.26777C10.6336 8.73661 9.99768 9 9.33463 9C8.67159 9 8.03571 8.73661 7.56687 8.26777C7.09803 7.79893 6.83463 7.16304 6.83463 6.5C6.83463 5.83696 7.09803 5.20107 7.56687 4.73223C8.03571 4.26339 8.67159 4 9.33463 4ZM9.33463 0.25C13.5013 0.25 17.0596 2.84167 18.5013 6.5C17.0596 10.1583 13.5013 12.75 9.33463 12.75C5.16797 12.75 1.60964 10.1583 0.167969 6.5C1.60964 2.84167 5.16797 0.25 9.33463 0.25ZM1.98464 6.5C2.65818 7.87526 3.70406 9.03396 5.00337 9.84438C6.30268 10.6548 7.8033 11.0844 9.33463 11.0844C10.866 11.0844 12.3666 10.6548 13.6659 9.84438C14.9652 9.03396 16.0111 7.87526 16.6846 6.5C16.0111 5.12474 14.9652 3.96604 13.6659 3.15562C12.3666 2.3452 10.866 1.91557 9.33463 1.91557C7.8033 1.91557 6.30268 2.3452 5.00337 3.15562C3.70406 3.96604 2.65818 5.12474 1.98464 6.5Z' fill='white'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  display: inline-block;
}

.btn {
  padding: 0.575rem 0.75rem !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  border-radius: 8px !important;
}
.btn.btn-facebook {
  background-color: #0866ff;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  width: 220px;
  margin: 0 auto;
}
.btn.btn-facebook:focus {
  box-shadow: none !important;
}
.btn.btn-facebook:hover {
  color: #fff;
}

.primary-btn {
  border: 1px solid #03A9F5 !important;
  background-color: #03A9F5 !important;
  color: #fff !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
}
.primary-btn:hover {
  color: #03A9F5 !important;
  background-color: #fff !important;
  border: 1px solid #03A9F5 !important;
}
.primary-btn:focus {
  box-shadow: none !important;
}
.primary-btn.disabled {
  background-color: #D9D9D9 !important;
  border-color: #D9D9D9 !important;
}

.secondary-btn {
  border: 1px solid #03A9F5 !important;
  background-color: #fff !important;
  color: #03A9F5 !important;
}
.secondary-btn:hover {
  color: #fff !important;
  background-color: #03A9F5 !important;
}
.secondary-btn:hover .buy-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_32_4440' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='11' height='12'%3E%3Cpath d='M11 0.598145H0V11.5981H11V0.598145Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_32_4440)'%3E%3Cpath d='M0 1.0482C0.07386 0.835332 0.19902 0.672343 0.42892 0.615563C0.47785 0.603443 0.5301 0.598933 0.58068 0.598933C2.08952 0.597983 3.59835 0.597982 5.10694 0.598452C5.43991 0.598452 5.6881 0.844833 5.68715 1.17008C5.6862 1.49249 5.43588 1.73483 5.09981 1.73506C3.83205 1.73554 2.56404 1.73506 1.29627 1.7353C1.24924 1.7353 1.20198 1.7353 1.14593 1.7353V10.4528H9.8591V10.3124C9.8591 9.03604 9.8586 7.76001 9.8593 6.4837C9.8593 6.18743 10.0742 5.94034 10.3533 5.91064C10.6528 5.87857 10.9117 6.05723 10.9815 6.34899C10.995 6.40553 10.995 6.46635 10.995 6.52504C10.9957 7.9831 10.9898 9.44094 10.9998 10.899C11.0021 11.2484 10.8801 11.4837 10.5457 11.5982H0.4503C0.22325 11.525 0.07196 11.376 0 11.1477V1.0482Z' fill='%23fff'/%3E%3Cpath d='M9.0138 1.73518C8.477 1.73518 7.94003 1.7359 7.40328 1.73494C7.10617 1.73447 6.85964 1.52231 6.82782 1.24362C6.79386 0.946162 6.97293 0.684582 7.26292 0.612592C7.30804 0.601422 7.35649 0.598812 7.40352 0.598812C8.4065 0.598102 9.4097 0.597862 10.4126 0.598572C10.7532 0.598812 10.9952 0.839482 10.9957 1.17899C10.9966 2.18232 10.9966 3.18588 10.9957 4.18921C10.9955 4.52254 10.7496 4.77082 10.4245 4.77011C10.1017 4.76916 9.86 4.51898 9.8595 4.18327C9.8588 3.68553 9.8595 3.18778 9.8595 2.69004C9.8595 2.65226 9.8595 2.61473 9.8595 2.55153C9.807 2.60095 9.7733 2.63136 9.7412 2.66343C7.98468 4.42014 6.22766 6.17662 4.47278 7.93523C4.29489 8.11342 4.09848 8.21059 3.84555 8.13742C3.45771 8.02527 3.30856 7.55842 3.55817 7.24053C3.59451 7.1942 3.6375 7.15262 3.6793 7.11081C5.42705 5.36193 7.17504 3.6133 8.924 1.86562C8.9591 1.83045 9.0069 1.80788 9.0487 1.77937C9.0373 1.76488 9.0252 1.74967 9.0138 1.73518Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E") !important;
}
.secondary-btn:focus {
  box-shadow: none !important;
}
.secondary-btn.disabled {
  background-color: #D9D9D9 !important;
  border-color: #D9D9D9 !important;
}

.danger-btn {
  border: 1px solid #F0483E !important;
  background-color: #F0483E !important;
  color: #fff !important;
}
.danger-btn:hover {
  color: #F0483E !important;
  background-color: #fff !important;
}
.danger-btn:focus {
  box-shadow: none !important;
}
.danger-btn.disabled {
  background-color: #D9D9D9 !important;
  border-color: #D9D9D9 !important;
}

.add-btn {
  border: 1px solid #03A9F5;
  background-color: transparent;
  color: #03A9F5;
  font-size: 13px;
  padding: 6px 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  gap: 6px;
}
.add-btn::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 4C12.5523 4 13 4.44772 13 5V11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H13V19C13 19.5523 12.5523 20 12 20C11.4477 20 11 19.5523 11 19V13H5C4.44772 13 4 12.5523 4 12C4 11.4477 4.44772 11 5 11H11V5C11 4.44772 11.4477 4 12 4Z' fill='%2303A9F5'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 13px;
  width: 13px;
  display: block;
}
.add-btn:hover {
  background-color: #03A9F5;
  color: #fff;
}
.add-btn:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 4C12.5523 4 13 4.44772 13 5V11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H13V19C13 19.5523 12.5523 20 12 20C11.4477 20 11 19.5523 11 19V13H5C4.44772 13 4 12.5523 4 12C4 11.4477 4.44772 11 5 11H11V5C11 4.44772 11.4477 4 12 4Z' fill='%23fff'/%3E%3C/svg%3E");
}

.reset-btn {
  padding: 0.59rem 0.75rem !important;
}

.accordion-guide .accordion {
  position: relative;
}
.accordion-guide .accordion .accordion-item {
  border-color: #E3EBF3 !important;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
}
.accordion-guide .accordion .accordion-item:first-of-type {
  border-radius: 8px !important;
}
.accordion-guide .accordion .accordion-item:first-of-type .accordion-button {
  border-radius: 0 !important;
}
.accordion-guide .accordion .accordion-item:last-of-type {
  border-radius: 8px !important;
}
.accordion-guide .accordion .accordion-item:last-of-type .accordion-button {
  border-radius: 0 !important;
}
.accordion-guide .accordion .accordion-item .accordion-button {
  background-color: #E3EBF3 !important;
  box-shadow: none !important;
  font-size: 14px;
  color: #1D242E;
  font-weight: 500;
}
.accordion-guide .accordion .accordion-item .accordion-button:focus {
  box-shadow: none !important;
}
.accordion-guide .accordion .accordion-item .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.5L6 5.5L11 0.5' stroke='%23626262' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 11px;
  background-size: contain;
}
.accordion-guide .accordion .accordion-item .accordion-body {
  padding: 20px;
}
.accordion-guide .accordion .accordion-item .accordion-body video {
  width: 100%;
  height: auto;
}
.accordion-guide .accordion .accordion-item .accordion-body img {
  width: 100%;
  height: auto;
}
.accordion-guide .accordion .accordion-item .accordion-body h3 {
  font-size: 16px;
  font-weight: 500;
  color: #1D242E;
  margin-top: 25px;
}
.accordion-guide .accordion .accordion-item .accordion-body h3:first-of-type {
  margin-top: 0;
}
.accordion-guide .accordion .accordion-item .accordion-body p {
  font-size: 14px;
  color: #1D242E;
}
.accordion-guide .accordion .accordion-item .accordion-body ul,
.accordion-guide .accordion .accordion-item .accordion-body ol {
  padding-left: 25px;
}
.accordion-guide .accordion .accordion-item .accordion-body ul li,
.accordion-guide .accordion .accordion-item .accordion-body ol li {
  font-size: 14px;
  color: #1D242E;
  margin-bottom: 7px;
}
.accordion-guide .accordion .accordion-item .accordion-body ul {
  padding-left: 26px;
}
.accordion-guide.template-accordion {
  position: relative;
}
.accordion-guide.template-accordion::before {
  border: 1px dashed #ddd;
  height: 100%;
  content: "";
  position: absolute;
  left: 50%;
  z-index: 0;
  top: 0;
}
.accordion-guide.template-accordion .accordion-item {
  margin-bottom: 19px !important;
  background-color: #f4f4f4;
}
.accordion-guide.template-accordion .accordion-item .accordion-header .accordion-button {
  border-bottom: 1px solid #ddd;
  padding: 14px 15px;
  background-color: transparent !important;
}
.accordion-guide.template-accordion .accordion-item .accordion-header .accordion-button.collapsed {
  border-bottom: 0px;
}
.accordion-guide.template-accordion .accordion-item .accordion-body {
  background-color: transparent;
  padding: 10px 15px;
}

body {
  font-family: "Poppins", sans-serif !important;
}

.page {
  align-items: stretch;
  display: flex;
  width: 100%;
}
.page .app-header {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 100;
  max-width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-left: 260px;
  transition: margin-left 0.35s ease-in-out, left 0.35s ease-in-out, margin-right 0.35s ease-in-out, right 0.35s ease-in-out;
}
.page .app-header .appheader-wrap {
  display: flex;
  justify-content: space-between;
  padding: 15px 0.75rem;
  background-color: #FFFFFF;
  max-height: 59px;
  min-height: 59px;
}
.page .app-header .appheader-wrap .searchBox .input-group {
  width: 400px;
}
.page .app-header .appheader-wrap .searchBox .input-group .form-control {
  background-color: #E3EBF3;
  font-size: 13px;
  width: 100%;
  border-right: 0px;
  height: 35px;
}
.page .app-header .appheader-wrap .searchBox .input-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #ddd;
  border-right: 0px;
}
.page .app-header .appheader-wrap .searchBox .input-group .input-group-text {
  background-color: #E3EBF3;
  border-left: 0px;
}
.page .app-header .appheader-wrap .searchBox .input-group .input-group-text::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2674 9.52847H9.61899L9.38919 9.30687C10.3741 8.15786 10.8829 6.59028 10.6039 4.92421C10.2181 2.6426 8.31404 0.820595 6.01602 0.54155C2.54436 0.114774 -0.377414 3.03655 0.0493621 6.50821C0.328408 8.80623 2.15041 10.7103 4.43202 11.096C6.09809 11.3751 7.66567 10.8662 8.81468 9.88138L9.03628 10.1112V10.7596L12.5244 14.2476C12.8609 14.5841 13.4107 14.5841 13.7472 14.2476C14.0837 13.9111 14.0837 13.3612 13.7472 13.0247L10.2674 9.52847ZM5.34303 9.52847C3.29943 9.52847 1.64977 7.87881 1.64977 5.83521C1.64977 3.79161 3.29943 2.14196 5.34303 2.14196C7.38663 2.14196 9.03628 3.79161 9.03628 5.83521C9.03628 7.87881 7.38663 9.52847 5.34303 9.52847Z' fill='%231D242E'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  height: 14px;
  width: 14px;
  display: block;
}
.page .app-header .appheader-wrap .profile-dropdown {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page .app-header .appheader-wrap .profile-dropdown .form-select {
  font-size: 14px;
  border: 0px;
}
.page .app-header .appheader-wrap .profile-dropdown .form-select:focus {
  box-shadow: none;
  border: 0px;
}
.page .app-header .appheader-wrap .profile-dropdown .form-select .lang-icon::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7256 11.0583L8.60898 8.96667L8.63398 8.94167C10.084 7.325 11.1173 5.46667 11.7256 3.5H14.1673V1.83333H8.33398V0.166666H6.66732V1.83333H0.833984V3.49167H10.1423C9.58398 5.1 8.70065 6.625 7.50065 7.95833C6.72565 7.1 6.08398 6.15833 5.57565 5.16667H3.90898C4.51732 6.525 5.35065 7.80833 6.39232 8.96667L2.15065 13.15L3.33398 14.3333L7.50065 10.1667L10.0923 12.7583L10.7256 11.0583ZM15.4173 6.83333H13.7506L10.0007 16.8333H11.6673L12.6006 14.3333H16.559L17.5006 16.8333H19.1673L15.4173 6.83333ZM13.234 12.6667L14.584 9.05833L15.934 12.6667H13.234Z' fill='%231D242E'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  display: block;
}
.page .app-header .appheader-wrap .profile-dropdown .ask-ai a {
  color: #000;
  font-size: 15px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.page .app-header .appheader-wrap .profile-dropdown .ask-ai a .question {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.95768 15.5C10.2493 15.5 10.496 15.3992 10.6977 15.1975C10.8994 14.9958 10.9999 14.7494 10.9993 14.4583C10.9988 14.1672 10.8982 13.9206 10.6977 13.7183C10.4971 13.5161 10.2505 13.4156 9.95768 13.4167C9.66491 13.4178 9.41852 13.5186 9.21852 13.7192C9.01852 13.9197 8.91768 14.1661 8.91602 14.4583C8.91435 14.7506 9.01518 14.9972 9.21852 15.1983C9.42185 15.3994 9.66824 15.5 9.95768 15.5ZM9.20768 12.2917H10.7493C10.7493 11.8333 10.8016 11.4722 10.906 11.2083C11.0105 10.9444 11.3055 10.5833 11.791 10.125C12.1521 9.76389 12.4368 9.42 12.6452 9.09333C12.8535 8.76667 12.9577 8.37444 12.9577 7.91667C12.9577 7.13889 12.673 6.54167 12.1035 6.125C11.5341 5.70833 10.8605 5.5 10.0827 5.5C9.29102 5.5 8.64879 5.70833 8.15602 6.125C7.66324 6.54167 7.31935 7.04167 7.12435 7.625L8.49935 8.16667C8.56879 7.91667 8.72518 7.64583 8.96852 7.35417C9.21185 7.0625 9.58324 6.91667 10.0827 6.91667C10.5271 6.91667 10.8605 7.03833 11.0827 7.28167C11.3049 7.525 11.416 7.79222 11.416 8.08333C11.416 8.36111 11.3327 8.62167 11.166 8.865C10.9993 9.10833 10.791 9.33389 10.541 9.54167C9.9299 10.0833 9.55491 10.4931 9.41602 10.7708C9.27713 11.0486 9.20768 11.5556 9.20768 12.2917ZM9.99935 18.8333C8.84657 18.8333 7.76324 18.6147 6.74935 18.1775C5.73546 17.7403 4.85352 17.1464 4.10352 16.3958C3.35352 15.6453 2.75991 14.7633 2.32268 13.75C1.88546 12.7367 1.66657 11.6533 1.66602 10.5C1.66546 9.34667 1.88435 8.26333 2.32268 7.25C2.76102 6.23667 3.35463 5.35472 4.10352 4.60417C4.85241 3.85361 5.73435 3.26 6.74935 2.82333C7.76435 2.38667 8.84768 2.16778 9.99935 2.16667C11.151 2.16556 12.2343 2.38444 13.2493 2.82333C14.2643 3.26222 15.1463 3.85583 15.8952 4.60417C16.6441 5.3525 17.238 6.23444 17.6768 7.25C18.1157 8.26556 18.3344 9.34889 18.3327 10.5C18.331 11.6511 18.1121 12.7344 17.676 13.75C17.2399 14.7656 16.6463 15.6475 15.8952 16.3958C15.1441 17.1442 14.2621 17.7381 13.2493 18.1775C12.2366 18.6169 11.1532 18.8356 9.99935 18.8333ZM9.99935 17.1667C11.8605 17.1667 13.4368 16.5208 14.7285 15.2292C16.0202 13.9375 16.666 12.3611 16.666 10.5C16.666 8.63889 16.0202 7.0625 14.7285 5.77083C13.4368 4.47917 11.8605 3.83333 9.99935 3.83333C8.13824 3.83333 6.56185 4.47917 5.27018 5.77083C3.97852 7.0625 3.33268 8.63889 3.33268 10.5C3.33268 12.3611 3.97852 13.9375 5.27018 15.2292C6.56185 16.5208 8.13824 17.1667 9.99935 17.1667Z' fill='%23283342'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 20px;
  display: block;
  margin-left: 7px;
}
.page .app-header .appheader-wrap .profile-dropdown .profile {
  line-height: 1;
  border-left: 1px solid #ddd;
  padding-left: 13px;
}
.page .app-header .appheader-wrap .profile-dropdown .profile .dropdown-wrap {
  display: flex;
  gap: 10px;
  text-decoration: none;
  align-items: center;
}
.page .app-header .appheader-wrap .profile-dropdown .profile .dropdown-wrap p {
  margin-bottom: 0px;
  font-size: 15px;
  color: #000;
}
.page .app-header .appheader-wrap .profile-dropdown .profile .dropdown-wrap .profile-role {
  font-size: 12px;
  color: #727374;
}
.page .app-header .appheader-wrap .profile-dropdown .profile .dropdown-wrap .profile-name {
  height: 35px;
  width: 35px;
  background-color: #03a9f5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
.page .app-header .appheader-wrap .profile-dropdown .profile .dropdown-menu {
  padding: 14px 12px;
  min-width: 11rem;
  left: 0% !important;
}
.page .app-header .appheader-wrap .profile-dropdown .profile .dropdown-menu .name {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.page .app-header .appheader-wrap .profile-dropdown .profile .dropdown-menu li .dropdown-item {
  padding: 10px 0px;
  font-size: 15px;
  border-bottom: 1px solid #ddd;
  display: flex;
  gap: 10px;
}
.page .app-header .appheader-wrap .profile-dropdown .profile .dropdown-menu li .dropdown-item:hover {
  background-color: transparent;
}
.page .app-header .appheader-wrap .profile-dropdown .profile .dropdown-menu li .dropdown-item.user::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle/%3E%3Cg id='Complete'%3E%3Cg id='user'%3E%3Cg%3E%3Cpath d='M20,21V19a4,4,0,0,0-4-4H8a4,4,0,0,0-4,4v2' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Ccircle cx='12' cy='7' fill='none' r='4' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 18px;
  width: 18px;
  display: block;
}
.page .app-header .appheader-wrap .profile-dropdown .profile .dropdown-menu li .dropdown-item.signout::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 20.7499H6C5.65324 20.7647 5.30697 20.7109 4.98101 20.5917C4.65505 20.4725 4.3558 20.2902 4.10038 20.0552C3.84495 19.8202 3.63837 19.5371 3.49246 19.2222C3.34654 18.9073 3.26415 18.5667 3.25 18.2199V5.77994C3.26415 5.43316 3.34654 5.09256 3.49246 4.77765C3.63837 4.46274 3.84495 4.17969 4.10038 3.9447C4.3558 3.70971 4.65505 3.52739 4.98101 3.40818C5.30697 3.28896 5.65324 3.23519 6 3.24994H9C9.19891 3.24994 9.38968 3.32896 9.53033 3.46961C9.67098 3.61027 9.75 3.80103 9.75 3.99994C9.75 4.19886 9.67098 4.38962 9.53033 4.53027C9.38968 4.67093 9.19891 4.74994 9 4.74994H6C5.70307 4.72412 5.4076 4.81359 5.17487 4.99977C4.94213 5.18596 4.78999 5.45459 4.75 5.74994V18.2199C4.78999 18.5153 4.94213 18.7839 5.17487 18.9701C5.4076 19.1563 5.70307 19.2458 6 19.2199H9C9.19891 19.2199 9.38968 19.299 9.53033 19.4396C9.67098 19.5803 9.75 19.771 9.75 19.9699C9.75 20.1689 9.67098 20.3596 9.53033 20.5003C9.38968 20.6409 9.19891 20.7199 9 20.7199V20.7499Z' fill='%23000000'/%3E%3Cpath d='M16 16.7499C15.9015 16.7504 15.8038 16.7312 15.7128 16.6934C15.6218 16.6556 15.5392 16.6 15.47 16.5299C15.3296 16.3893 15.2507 16.1987 15.2507 15.9999C15.2507 15.8012 15.3296 15.6105 15.47 15.4699L18.94 11.9999L15.47 8.52991C15.3963 8.46125 15.3372 8.37845 15.2962 8.28645C15.2552 8.19445 15.2332 8.09513 15.2314 7.99443C15.2296 7.89373 15.2482 7.7937 15.2859 7.70031C15.3236 7.60692 15.3797 7.52209 15.451 7.45087C15.5222 7.37965 15.607 7.32351 15.7004 7.28579C15.7938 7.24807 15.8938 7.22954 15.9945 7.23132C16.0952 7.23309 16.1945 7.25514 16.2865 7.29613C16.3785 7.33712 16.4613 7.39622 16.53 7.46991L20.53 11.4699C20.6705 11.6105 20.7493 11.8012 20.7493 11.9999C20.7493 12.1987 20.6705 12.3893 20.53 12.5299L16.53 16.5299C16.4608 16.6 16.3782 16.6556 16.2872 16.6934C16.1962 16.7312 16.0985 16.7504 16 16.7499Z' fill='%23000000'/%3E%3Cpath d='M20 12.75H9C8.80109 12.75 8.61032 12.671 8.46967 12.5303C8.32902 12.3897 8.25 12.1989 8.25 12C8.25 11.8011 8.32902 11.6103 8.46967 11.4697C8.61032 11.329 8.80109 11.25 9 11.25H20C20.1989 11.25 20.3897 11.329 20.5303 11.4697C20.671 11.6103 20.75 11.8011 20.75 12C20.75 12.1989 20.671 12.3897 20.5303 12.5303C20.3897 12.671 20.1989 12.75 20 12.75Z' fill='%23000000'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 18px;
  width: 18px;
  display: block;
}
.page .app-header .appheader-wrap .profile-dropdown .profile .dropdown-menu li:last-child .dropdown-item {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.page .app-sidebar {
  z-index: 103;
  direction: ltr;
  max-width: 260px;
  min-width: 260px;
  margin-left: 0px;
  transition: margin-left 0.35s ease-in-out, left 0.35s ease-in-out, margin-right 0.35s ease-in-out, right 0.35s ease-in-out;
  background-color: #283342;
}
.page .app-sidebar .main-sidebar-header {
  display: flex;
  padding: 11px 18px;
  border-bottom: 1px solid #5a5a5a;
  width: 100%;
}
.page .app-sidebar .main-sidebar-header img {
  height: auto;
}
.page .app-sidebar .company-logo {
  padding: 15px 13px;
}
.page .app-sidebar .company-logo .btn {
  background-color: transparent;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 9px;
}
.page .app-sidebar .company-logo .btn .company-template {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page .app-sidebar .company-logo .btn .company-title {
  font-size: 12px;
  font-weight: 300;
  display: block;
}
.page .app-sidebar .company-logo .btn .company-name {
  font-size: 15px;
}
.page .app-sidebar .sidenav-content {
  position: sticky;
  top: 0;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 100vh;
  transition: transform 0.6s ease;
}
.page .app-sidebar .main-side-navigation {
  overflow: auto;
  width: 100%;
}
.page .app-sidebar .main-side-navigation::-webkit-scrollbar {
  width: 5px;
}
.page .app-sidebar .main-side-navigation::-webkit-scrollbar-track {
  background-color: #283342;
  border-radius: 100px;
}
.page .app-sidebar .main-side-navigation::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-color: transparent;
  box-shadow: none;
}
.page .app-sidebar .main-side-navigation:hover::-webkit-scrollbar-thumb {
  box-shadow: inset 2px 2px 5px 0 rgba(255, 255, 255, 0.5);
}
.page .app-sidebar .main-side-navigation ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.page .app-sidebar .main-side-navigation ul li.active {
  background-color: #009099;
}
.page .app-sidebar .main-side-navigation ul li a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  position: relative;
}
.page .app-sidebar .main-side-navigation ul li a.carret::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.77405 0.351211L3.99642 3.12884L1.21879 0.351211C0.939597 0.0720165 0.488591 0.0720165 0.209396 0.351211C-0.0697987 0.630406 -0.0697987 1.08141 0.209396 1.36061L3.4953 4.64651C3.7745 4.92571 4.2255 4.92571 4.5047 4.64651L7.7906 1.36061C8.0698 1.08141 8.0698 0.630406 7.7906 0.351211C7.51141 0.0791754 7.05324 0.0720165 6.77405 0.351211Z' fill='%23fff'/%3E%3C/svg%3E");
  background-size: 78%;
  background-repeat: no-repeat;
  background-position: center;
  height: 13px;
  width: 13px;
  display: inline-block;
  position: absolute;
  right: 15px;
}
.page .app-sidebar .main-side-navigation ul li a.icon::before {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 16px;
  width: 16px;
  display: inline-block;
  margin-right: 10px;
}
.page .app-sidebar .main-side-navigation ul li a.icon.meta::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' width='800px' height='800px' viewBox='0 0 32 32' id='Camada_1' version='1.1' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M5,19.5c0-4.6,2.3-9.4,5-9.4c1.5,0,2.7,0.9,4.6,3.6c-1.8,2.8-2.9,4.5-2.9,4.5c-2.4,3.8-3.2,4.6-4.5,4.6 C5.9,22.9,5,21.7,5,19.5 M20.7,17.8L19,15c-0.4-0.7-0.9-1.4-1.3-2c1.5-2.3,2.7-3.5,4.2-3.5c3,0,5.4,4.5,5.4,10.1 c0,2.1-0.7,3.3-2.1,3.3S23.3,22,20.7,17.8 M16.4,11c-2.2-2.9-4.1-4-6.3-4C5.5,7,2,13.1,2,19.5c0,4,1.9,6.5,5.1,6.5 c2.3,0,3.9-1.1,6.9-6.3c0,0,1.2-2.2,2.1-3.7c0.3,0.5,0.6,1,0.9,1.6l1.4,2.4c2.7,4.6,4.2,6.1,6.9,6.1c3.1,0,4.8-2.6,4.8-6.7 C30,12.6,26.4,7,22.1,7C19.8,7,18,8.8,16.4,11'/%3E%3C/svg%3E");
}
.page .app-sidebar .main-side-navigation ul li a.icon.home::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.5 13.1239H5V8.95718C5 8.72107 5.08 8.5233 5.24 8.36385C5.4 8.20441 5.59778 8.12441 5.83333 8.12385H9.16667C9.40278 8.12385 9.60083 8.20385 9.76083 8.36385C9.92083 8.52385 10.0006 8.72163 10 8.95718V13.1239H12.5V5.62385L7.5 1.87385L2.5 5.62385V13.1239ZM0.833332 13.1239V5.62385C0.833332 5.35996 0.892499 5.10996 1.01083 4.87385C1.12917 4.63774 1.29222 4.4433 1.5 4.29052L6.5 0.540517C6.79167 0.318295 7.125 0.207184 7.5 0.207184C7.875 0.207184 8.20833 0.318295 8.5 0.540517L13.5 4.29052C13.7083 4.4433 13.8717 4.63774 13.99 4.87385C14.1083 5.10996 14.1672 5.35996 14.1667 5.62385V13.1239C14.1667 13.5822 14.0033 13.9747 13.6767 14.3014C13.35 14.628 12.9578 14.7911 12.5 14.7905H9.16667C8.93055 14.7905 8.73278 14.7105 8.57333 14.5505C8.41389 14.3905 8.33389 14.1927 8.33333 13.9572V9.79052H6.66667V13.9572C6.66667 14.1933 6.58667 14.3914 6.42667 14.5514C6.26667 14.7114 6.06889 14.7911 5.83333 14.7905H2.5C2.04167 14.7905 1.64944 14.6275 1.32333 14.3014C0.997221 13.9752 0.833888 13.5827 0.833332 13.1239Z' fill='%23fff'/%3E%3C/svg%3E");
}
.page .app-sidebar .main-side-navigation ul li a.icon.speaker::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.66623 3.40104V14.5327C7.66599 14.8781 7.54385 15.2123 7.32135 15.4765C7.09885 15.7407 6.79026 15.9178 6.44994 15.9768C6.10962 16.0358 5.75941 15.9727 5.46101 15.7988C5.1626 15.6249 4.93515 15.3512 4.81873 15.026L3.02957 9.90104M3.02957 9.90104C2.32225 9.6003 1.74055 9.06526 1.38292 8.38493C1.0253 7.7046 0.913696 6.92161 1.06701 6.16846C1.22033 5.4153 1.62914 4.73825 2.22428 4.25187C2.81941 3.7655 3.5643 3.49967 4.3329 3.49937H5.85957C9.27623 3.49937 12.2137 2.47104 13.4996 0.999374V12.666C12.2137 11.1944 9.27707 10.166 5.85957 10.166H4.3329C3.88512 10.1664 3.44186 10.0757 3.02957 9.90104ZM13.4996 9.33271C14.1626 9.33271 14.7985 9.06932 15.2673 8.60047C15.7362 8.13163 15.9996 7.49575 15.9996 6.83271C15.9996 6.16967 15.7362 5.53378 15.2673 5.06494C14.7985 4.5961 14.1626 4.33271 13.4996 4.33271' stroke='white' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.page .app-sidebar .main-side-navigation ul li a.icon.template::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 11.3877V12.9433H5.16667V11.3877H0.5ZM0.5 2.05441V3.60997H8.27778V2.05441H0.5ZM8.27778 14.4989V12.9433H14.5V11.3877H8.27778V9.83219H6.72222V14.4989H8.27778ZM3.61111 5.16552V6.72108H0.5V8.27663H3.61111V9.83219H5.16667V5.16552H3.61111ZM14.5 8.27663V6.72108H6.72222V8.27663H14.5ZM9.83333 5.16552H11.3889V3.60997H14.5V2.05441H11.3889V0.498856H9.83333V5.16552Z' fill='white'/%3E%3C/svg%3E%0A");
}
.page .app-sidebar .main-side-navigation ul li a.icon.bot::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='15' viewBox='0 0 19 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 4.16552V0.832184H6.16667' stroke='white' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.5 4.16553H4.5C3.57953 4.16553 2.83334 4.91172 2.83334 5.83219V12.4989C2.83334 13.4193 3.57953 14.1655 4.5 14.1655H14.5C15.4205 14.1655 16.1667 13.4193 16.1667 12.4989V5.83219C16.1667 4.91172 15.4205 4.16553 14.5 4.16553Z' stroke='white' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.16667 9.16552H2.83333M16.1667 9.16552H17.8333M12 8.33218V9.99885M7 8.33218V9.99885' stroke='white' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.page .app-sidebar .main-side-navigation ul li a.icon.agent::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='15' viewBox='0 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 14.9988V13.3322H14.1667V7.41551C14.1667 5.79051 13.6008 4.41217 12.4692 3.28051C11.3375 2.14884 9.95889 1.58273 8.33333 1.58217C6.70778 1.58162 5.32944 2.14773 4.19833 3.28051C3.06722 4.41328 2.50111 5.79162 2.5 7.41551V12.4988H1.66667C1.20833 12.4988 0.816111 12.3358 0.49 12.0097C0.163889 11.6836 0.000555556 11.2911 0 10.8322V9.16551C0 8.87384 0.0730556 8.59967 0.219167 8.34301C0.365278 8.08634 0.57 7.88134 0.833333 7.72801L0.895833 6.62384C1.00694 5.6794 1.28139 4.8044 1.71917 3.99884C2.15694 3.19328 2.70556 2.4919 3.365 1.89467C4.02444 1.29745 4.78111 0.832174 5.635 0.49884C6.48889 0.165507 7.38833 -0.00115967 8.33333 -0.00115967C9.27833 -0.00115967 10.1742 0.165507 11.0208 0.49884C11.8675 0.832174 12.6244 1.29412 13.2917 1.88467C13.9589 2.47523 14.5075 3.17301 14.9375 3.97801C15.3675 4.78301 15.6453 5.65801 15.7708 6.60301L15.8333 7.68634C16.0972 7.81134 16.3022 7.99884 16.4483 8.24884C16.5944 8.49884 16.6672 8.76273 16.6667 9.04051V10.9572C16.6667 11.235 16.5939 11.4988 16.4483 11.7488C16.3028 11.9988 16.0978 12.1863 15.8333 12.3113V13.3322C15.8333 13.7905 15.6703 14.183 15.3442 14.5097C15.0181 14.8363 14.6256 14.9994 14.1667 14.9988H7.5ZM5.83333 9.16551C5.59722 9.16551 5.39944 9.08551 5.24 8.92551C5.08056 8.76551 5.00056 8.56773 5 8.33217C4.99944 8.09662 5.07944 7.89884 5.24 7.73884C5.40056 7.57884 5.59833 7.49884 5.83333 7.49884C6.06833 7.49884 6.26639 7.57884 6.4275 7.73884C6.58861 7.89884 6.66833 8.09662 6.66667 8.33217C6.665 8.56773 6.585 8.76579 6.42667 8.92634C6.26833 9.0869 6.07056 9.16662 5.83333 9.16551ZM10.8333 9.16551C10.5972 9.16551 10.3994 9.08551 10.24 8.92551C10.0806 8.76551 10.0006 8.56773 10 8.33217C9.99944 8.09662 10.0794 7.89884 10.24 7.73884C10.4006 7.57884 10.5983 7.49884 10.8333 7.49884C11.0683 7.49884 11.2664 7.57884 11.4275 7.73884C11.5886 7.89884 11.6683 8.09662 11.6667 8.33217C11.665 8.56773 11.585 8.76579 11.4267 8.92634C11.2683 9.0869 11.0706 9.16662 10.8333 9.16551ZM3.35417 7.87384C3.25694 6.40162 3.70139 5.13773 4.6875 4.08217C5.67361 3.02662 6.90278 2.49884 8.375 2.49884C9.61111 2.49884 10.6981 2.89106 11.6358 3.67551C12.5736 4.45995 13.1394 5.46384 13.3333 6.68717C12.0694 6.67273 10.9064 6.33217 9.84417 5.66551C8.78194 4.99884 7.96583 4.09606 7.39583 2.95717C7.17361 4.06828 6.705 5.05801 5.99 5.92634C5.275 6.79467 4.39639 7.44384 3.35417 7.87384Z' fill='white'/%3E%3C/svg%3E%0A");
}
.page .app-sidebar .main-side-navigation ul li a.icon.analytics::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.66667 0.165497V15.1655H16.6667V16.8322H0V0.165497H1.66667ZM11.6667 3.49883H16.6667V8.49883H15V6.35133L13.6842 7.66383L11.4225 9.9205L10.8333 10.5097L7.5 7.17633L3.33333 11.343L2.155 10.1655L7.5 4.81966L10.8333 8.153L12.5075 6.48383L13.8283 5.1655H11.6667V3.49883Z' fill='white'/%3E%3C/svg%3E");
}
.page .app-sidebar .main-side-navigation ul li a.icon.channels::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3.49884C0 2.67004 0.32924 1.87518 0.915291 1.28913C1.50134 0.70308 2.2962 0.37384 3.125 0.37384H8.125C8.9538 0.37384 9.74866 0.70308 10.3347 1.28913C10.9208 1.87518 11.25 2.67004 11.25 3.49884V4.12384H10V3.49884C10 3.00156 9.80246 2.52465 9.45083 2.17302C9.09919 1.82138 8.62228 1.62384 8.125 1.62384H3.125C2.62772 1.62384 2.15081 1.82138 1.79917 2.17302C1.44754 2.52465 1.25 3.00156 1.25 3.49884V8.49884C1.25 8.99612 1.44754 9.47303 1.79917 9.82467C2.15081 10.1763 2.62772 10.3738 3.125 10.3738H10.1062C10.2537 9.95683 10.5438 9.60537 10.9253 9.38157C11.3068 9.15777 11.7551 9.07605 12.1911 9.15084C12.627 9.22564 13.0225 9.45213 13.3076 9.7903C13.5927 10.1285 13.749 10.5565 13.749 10.9988C13.749 11.4411 13.5927 11.8692 13.3076 12.2074C13.0225 12.5455 12.627 12.772 12.1911 12.8468C11.7551 12.9216 11.3068 12.8399 10.9253 12.6161C10.5438 12.3923 10.2537 12.0408 10.1062 11.6238H3.125C2.2962 11.6238 1.50134 11.2946 0.915291 10.7085C0.32924 10.1225 0 9.32764 0 8.49884V3.49884ZM6.25 12.8738V13.4988C6.25 14.3276 6.57924 15.1225 7.16529 15.7085C7.75134 16.2946 8.5462 16.6238 9.375 16.6238H14.375C15.2038 16.6238 15.9987 16.2946 16.5847 15.7085C17.1708 15.1225 17.5 14.3276 17.5 13.4988V8.49884C17.5 7.67004 17.1708 6.87518 16.5847 6.28913C15.9987 5.70308 15.2038 5.37384 14.375 5.37384H7.39375C7.24632 4.95683 6.95621 4.60537 6.5747 4.38157C6.19319 4.15777 5.74485 4.07605 5.30892 4.15084C4.87298 4.22564 4.47752 4.45214 4.19243 4.7903C3.90735 5.12847 3.75098 5.55654 3.75098 5.99884C3.75098 6.44114 3.90735 6.86921 4.19243 7.20738C4.47752 7.54555 4.87298 7.77204 5.30892 7.84684C5.74485 7.92163 6.19319 7.83991 6.5747 7.61611C6.95621 7.39231 7.24632 7.04085 7.39375 6.62384H14.375C14.8723 6.62384 15.3492 6.82138 15.7008 7.17301C16.0525 7.52465 16.25 8.00156 16.25 8.49884V13.4988C16.25 13.9961 16.0525 14.473 15.7008 14.8247C15.3492 15.1763 14.8723 15.3738 14.375 15.3738H9.375C8.87772 15.3738 8.40081 15.1763 8.04917 14.8247C7.69754 14.473 7.5 13.9961 7.5 13.4988V12.8738H6.25Z' fill='white'/%3E%3C/svg%3E");
}
.page .app-sidebar .main-side-navigation ul li a.icon.integrations::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3.49884C0 2.67004 0.32924 1.87518 0.915291 1.28913C1.50134 0.70308 2.2962 0.37384 3.125 0.37384H8.125C8.9538 0.37384 9.74866 0.70308 10.3347 1.28913C10.9208 1.87518 11.25 2.67004 11.25 3.49884V4.12384H10V3.49884C10 3.00156 9.80246 2.52465 9.45083 2.17302C9.09919 1.82138 8.62228 1.62384 8.125 1.62384H3.125C2.62772 1.62384 2.15081 1.82138 1.79917 2.17302C1.44754 2.52465 1.25 3.00156 1.25 3.49884V8.49884C1.25 8.99612 1.44754 9.47303 1.79917 9.82467C2.15081 10.1763 2.62772 10.3738 3.125 10.3738H10.1062C10.2537 9.95683 10.5438 9.60537 10.9253 9.38157C11.3068 9.15777 11.7551 9.07605 12.1911 9.15084C12.627 9.22564 13.0225 9.45213 13.3076 9.7903C13.5927 10.1285 13.749 10.5565 13.749 10.9988C13.749 11.4411 13.5927 11.8692 13.3076 12.2074C13.0225 12.5455 12.627 12.772 12.1911 12.8468C11.7551 12.9216 11.3068 12.8399 10.9253 12.6161C10.5438 12.3923 10.2537 12.0408 10.1062 11.6238H3.125C2.2962 11.6238 1.50134 11.2946 0.915291 10.7085C0.32924 10.1225 0 9.32764 0 8.49884V3.49884ZM6.25 12.8738V13.4988C6.25 14.3276 6.57924 15.1225 7.16529 15.7085C7.75134 16.2946 8.5462 16.6238 9.375 16.6238H14.375C15.2038 16.6238 15.9987 16.2946 16.5847 15.7085C17.1708 15.1225 17.5 14.3276 17.5 13.4988V8.49884C17.5 7.67004 17.1708 6.87518 16.5847 6.28913C15.9987 5.70308 15.2038 5.37384 14.375 5.37384H7.39375C7.24632 4.95683 6.95621 4.60537 6.5747 4.38157C6.19319 4.15777 5.74485 4.07605 5.30892 4.15084C4.87298 4.22564 4.47752 4.45214 4.19243 4.7903C3.90735 5.12847 3.75098 5.55654 3.75098 5.99884C3.75098 6.44114 3.90735 6.86921 4.19243 7.20738C4.47752 7.54555 4.87298 7.77204 5.30892 7.84684C5.74485 7.92163 6.19319 7.83991 6.5747 7.61611C6.95621 7.39231 7.24632 7.04085 7.39375 6.62384H14.375C14.8723 6.62384 15.3492 6.82138 15.7008 7.17301C16.0525 7.52465 16.25 8.00156 16.25 8.49884V13.4988C16.25 13.9961 16.0525 14.473 15.7008 14.8247C15.3492 15.1763 14.8723 15.3738 14.375 15.3738H9.375C8.87772 15.3738 8.40081 15.1763 8.04917 14.8247C7.69754 14.473 7.5 13.9961 7.5 13.4988V12.8738H6.25Z' fill='white'/%3E%3C/svg%3E");
}
.page .app-sidebar .main-side-navigation ul li a.icon.event::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='17' viewBox='0 0 15 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.66667 16.8322C1.20833 16.8322 0.816111 16.6691 0.49 16.343C0.163889 16.0169 0.000555556 15.6244 0 15.1655V3.49883C0 3.0405 0.163333 2.64827 0.49 2.32216C0.816667 1.99605 1.20889 1.83272 1.66667 1.83216H2.5V0.165497H4.16667V1.83216H10.8333V0.165497H12.5V1.83216H13.3333C13.7917 1.83216 14.1842 1.9955 14.5108 2.32216C14.8375 2.64883 15.0006 3.04105 15 3.49883V15.1655C15 15.6238 14.8369 16.0163 14.5108 16.343C14.1847 16.6697 13.7922 16.8327 13.3333 16.8322H1.66667ZM1.66667 15.1655H13.3333V6.83216H1.66667V15.1655ZM1.66667 5.1655H13.3333V3.49883H1.66667V5.1655ZM3.33333 10.1655V8.49883H11.6667V10.1655H3.33333ZM3.33333 13.4988V11.8322H9.16667V13.4988H3.33333Z' fill='white'/%3E%3C/svg%3E");
}
.page .app-sidebar .main-side-navigation ul li a.icon.extensions::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.9167 16.2488V13.7488C22.9167 12.8297 22.1692 12.0822 21.25 12.0822H18.75C18.75 10.7038 17.6283 9.58215 16.25 9.58215C14.8717 9.58215 13.75 10.7038 13.75 12.0822H11.25C10.3308 12.0822 9.58334 12.8297 9.58334 13.7488V16.983L10.1325 17.1822C10.8008 17.4238 11.25 18.0538 11.25 18.7488C11.25 19.4438 10.8008 20.0738 10.1325 20.3155L9.58334 20.5147V23.7488C9.58334 24.668 10.3308 25.4155 11.25 25.4155H14.4842L14.6833 24.8663C14.925 24.198 15.555 23.7488 16.25 23.7488C16.945 23.7488 17.575 24.198 17.8167 24.8663L18.0158 25.4155H21.25C22.1692 25.4155 22.9167 24.668 22.9167 23.7488V21.2488C24.295 21.2488 25.4167 20.1272 25.4167 18.7488C25.4167 17.3705 24.295 16.2488 22.9167 16.2488ZM22.9167 19.5822H21.25L21.2475 23.7488H19.1267C18.5342 22.7322 17.4417 22.0822 16.25 22.0822C15.0583 22.0822 13.9658 22.7322 13.3733 23.7488H11.25V21.6255C12.2667 21.033 12.9167 19.9405 12.9167 18.7488C12.9167 17.5572 12.2667 16.4647 11.25 15.8722V13.7488H15.4167V12.0822C15.4167 11.8611 15.5045 11.6492 15.6607 11.4929C15.817 11.3366 16.029 11.2488 16.25 11.2488C16.471 11.2488 16.683 11.3366 16.8393 11.4929C16.9955 11.6492 17.0833 11.8611 17.0833 12.0822V13.7488H21.25V17.9155H22.9167C23.1377 17.9155 23.3496 18.0033 23.5059 18.1596C23.6622 18.3158 23.75 18.5278 23.75 18.7488C23.75 18.9698 23.6622 19.1818 23.5059 19.3381C23.3496 19.4944 23.1377 19.5822 22.9167 19.5822Z' fill='white'/%3E%3C/svg%3E");
  background-size: 204%;
}
.page .app-sidebar .main-side-navigation ul li .submenu {
  background-color: #1D242E;
}
.page .app-sidebar .main-side-navigation ul li .submenu li a {
  padding: 10px 18px 0 18px;
}
.page .app-sidebar .main-side-navigation ul li .submenu li:last-child a {
  padding: 10px 18px;
}
.page .app-sidebar .main-side-navigation ul li .submenu .sub-active a {
  color: #F0483E;
}
.page .app-sidebar .bottom-navigation {
  border-top: 1px solid #5a5a5a;
}
.page .app-sidebar .bottom-navigation ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.page .app-sidebar .bottom-navigation ul li a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  position: relative;
}
.page .app-sidebar .bottom-navigation ul li a.icon::before {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 16px;
  width: 16px;
  display: inline-block;
  margin-right: 10px;
}
.page .app-sidebar .bottom-navigation ul li a.icon.org-analytics::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.83398 15.4988V13.8322M10.0007 15.4988V12.9988M14.1673 15.4988V11.3322M2.08398 10.4988C2.08398 6.76715 2.08398 4.90049 3.24315 3.74132C4.40232 2.58215 6.26815 2.58215 10.0007 2.58215C13.7323 2.58215 15.599 2.58215 16.7582 3.74132C17.9173 4.90049 17.9173 6.76632 17.9173 10.4988C17.9173 14.2305 17.9173 16.0972 16.7582 17.2563C15.599 18.4155 13.7332 18.4155 10.0007 18.4155C6.26898 18.4155 4.40232 18.4155 3.24315 17.2563C2.08398 16.0972 2.08398 14.2313 2.08398 10.4988Z' stroke='white' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.99414 10.0705C6.78997 10.1305 10.8625 9.85967 13.1791 6.18301M11.6608 5.73884L13.2241 5.48717C13.4141 5.46301 13.6941 5.61384 13.7633 5.79301L14.1758 7.15801' stroke='white' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.page .app-sidebar .bottom-navigation ul li a.icon.billing::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6923 3.20715H5.97565C5.52982 3.20715 5.15898 3.20715 4.85482 3.23215C4.53815 3.25715 4.24148 3.31382 3.96065 3.45715C3.52936 3.67688 3.17871 4.02753 2.95898 4.45882C2.81565 4.73965 2.75898 5.03632 2.73398 5.35299C2.70898 5.65715 2.70898 6.02799 2.70898 6.47382V14.5238C2.70898 14.9697 2.70898 15.3405 2.73398 15.6447C2.75898 15.9613 2.81565 16.258 2.95898 16.5388C3.17871 16.9701 3.52936 17.3208 3.96065 17.5405C4.10898 17.6163 4.29315 17.6463 4.40232 17.6622C4.54148 17.683 4.70898 17.6988 4.88898 17.7122C5.25065 17.7388 5.70148 17.7563 6.16148 17.768C6.95482 17.7872 7.74898 17.7905 8.54232 17.7905C8.70808 17.7905 8.86705 17.7246 8.98426 17.6074C9.10147 17.4902 9.16732 17.3312 9.16732 17.1655C9.16732 16.9997 9.10147 16.8408 8.98426 16.7235C8.86705 16.6063 8.70808 16.5405 8.54232 16.5405C8.07565 16.5405 7.09648 16.5405 6.19232 16.518C5.78808 16.5097 5.38409 16.4922 4.98065 16.4655C4.81343 16.4527 4.68121 16.4394 4.58398 16.4255L4.49565 16.4105C4.31388 16.3096 4.16645 16.1567 4.07232 15.9713C4.03398 15.8963 3.99898 15.7822 3.97982 15.5422C3.95982 15.2963 3.95898 14.9755 3.95898 14.4988V6.49882C3.95898 6.02215 3.95898 5.70132 3.97982 5.45465C3.99898 5.21549 4.03398 5.10132 4.07232 5.02632C4.17224 4.83 4.33183 4.67041 4.52815 4.57049C4.60315 4.53215 4.71732 4.49715 4.95648 4.47799C5.20315 4.45799 5.52315 4.45715 6.00065 4.45715H10.6673C11.144 4.45715 11.4648 4.45715 11.7107 4.47799C11.9507 4.49715 12.0648 4.53215 12.1407 4.57049C12.3365 4.67049 12.4957 4.82965 12.5957 5.02632C12.634 5.10132 12.669 5.21549 12.6882 5.45465C12.7082 5.70132 12.709 6.02132 12.709 6.49882V9.04049C12.709 9.20625 12.7748 9.36522 12.892 9.48243C13.0093 9.59964 13.1682 9.66549 13.334 9.66549C13.4997 9.66549 13.6587 9.59964 13.7759 9.48243C13.8931 9.36522 13.959 9.20625 13.959 9.04049V6.47382C13.959 6.02799 13.959 5.65715 13.934 5.35299C13.909 5.03632 13.8523 4.73965 13.709 4.45882C13.4897 4.02778 13.1397 3.67716 12.709 3.45715C12.4273 3.31382 12.1307 3.25715 11.814 3.23215C11.5098 3.20715 11.139 3.20715 10.6932 3.20715' fill='white'/%3E%3Cpath d='M11.9752 10.7072H15.5235C15.8527 10.7072 16.1368 10.7072 16.371 10.7263C16.6185 10.7463 16.8643 10.7913 17.1002 10.9113C17.4535 11.0913 17.7402 11.378 17.9202 11.7313C18.0402 11.9672 18.0852 12.213 18.1052 12.4605C18.1243 12.6938 18.1243 12.9788 18.1243 13.308V15.1897C18.1243 15.5188 18.1243 15.803 18.1052 16.0372C18.0923 16.29 18.0294 16.5379 17.9202 16.7663C17.7406 17.1193 17.4538 17.4064 17.101 17.5863C16.8643 17.7063 16.6177 17.7513 16.371 17.7713C16.1377 17.7905 15.8527 17.7905 15.5235 17.7905H11.9752C11.646 17.7905 11.3618 17.7905 11.1277 17.7713C10.8748 17.7584 10.627 17.6955 10.3985 17.5863C10.0455 17.4067 9.75847 17.12 9.57852 16.7672C9.46918 16.5384 9.4063 16.2903 9.39352 16.0372C9.37435 15.8038 9.37435 15.5188 9.37435 15.1897V13.3072C9.37435 12.978 9.37435 12.6938 9.39352 12.4597C9.40641 12.2068 9.46929 11.9589 9.57852 11.7305C9.75833 11.3774 10.0454 11.0903 10.3985 10.9105C10.627 10.8013 10.8748 10.7384 11.1277 10.7255C11.361 10.7063 11.646 10.7063 11.9752 10.7063M10.6243 13.3322V14.0405H16.8743V13.3322C16.8743 13.108 16.8743 12.933 16.8702 12.7905H10.6285C10.6243 12.933 10.6243 13.108 10.6243 13.3322ZM4.79102 6.33215C4.79102 6.16639 4.85686 6.00742 4.97407 5.89021C5.09128 5.773 5.25026 5.70715 5.41602 5.70715H8.74935C8.91511 5.70715 9.07408 5.773 9.19129 5.89021C9.3085 6.00742 9.37435 6.16639 9.37435 6.33215C9.37435 6.49791 9.3085 6.65688 9.19129 6.7741C9.07408 6.89131 8.91511 6.95715 8.74935 6.95715H5.41602C5.25026 6.95715 5.09128 6.89131 4.97407 6.7741C4.85686 6.65688 4.79102 6.49791 4.79102 6.33215ZM5.41602 8.20715C5.25026 8.20715 5.09128 8.273 4.97407 8.39021C4.85686 8.50742 4.79102 8.66639 4.79102 8.83215C4.79102 8.99791 4.85686 9.15688 4.97407 9.27409C5.09128 9.3913 5.25026 9.45715 5.41602 9.45715H11.2493C11.4151 9.45715 11.5741 9.3913 11.6913 9.27409C11.8085 9.15688 11.8743 8.99791 11.8743 8.83215C11.8743 8.66639 11.8085 8.50742 11.6913 8.39021C11.5741 8.273 11.4151 8.20715 11.2493 8.20715H5.41602ZM4.79102 11.3322C4.79102 11.1664 4.85686 11.0074 4.97407 10.8902C5.09128 10.773 5.25026 10.7072 5.41602 10.7072H8.33268C8.49844 10.7072 8.65741 10.773 8.77462 10.8902C8.89183 11.0074 8.95768 11.1664 8.95768 11.3322C8.95768 11.4979 8.89183 11.6569 8.77462 11.7741C8.65741 11.8913 8.49844 11.9572 8.33268 11.9572H5.41602C5.25026 11.9572 5.09128 11.8913 4.97407 11.7741C4.85686 11.6569 4.79102 11.4979 4.79102 11.3322ZM5.41602 14.0405C5.25026 14.0405 5.09128 14.1063 4.97407 14.2235C4.85686 14.3408 4.79102 14.4997 4.79102 14.6655C4.79102 14.8312 4.85686 14.9902 4.97407 15.1074C5.09128 15.2246 5.25026 15.2905 5.41602 15.2905H7.08268C7.24844 15.2905 7.40741 15.2246 7.52462 15.1074C7.64183 14.9902 7.70768 14.8312 7.70768 14.6655C7.70768 14.4997 7.64183 14.3408 7.52462 14.2235C7.40741 14.1063 7.24844 14.0405 7.08268 14.0405H5.41602Z' fill='white'/%3E%3C/svg%3E");
  background-size: 140%;
}
.page .app-sidebar .bottom-navigation ul li a.icon.project::before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='12' viewBox='0 0 18 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.666016 11.3322V9.66551H8.99935V11.3322H0.666016ZM0.666016 7.16551V5.49884H4.83268V7.16551H0.666016ZM0.666016 2.99884V1.33217H4.83268V2.99884H0.666016ZM16.166 11.3322L12.9577 8.12384C12.6243 8.35995 12.2599 8.53717 11.8643 8.65551C11.4688 8.77384 11.0693 8.83273 10.666 8.83217C9.51324 8.83217 8.53074 8.42578 7.71852 7.61301C6.90629 6.80023 6.4999 5.81773 6.49935 4.66551C6.49879 3.51328 6.90518 2.53078 7.71852 1.71801C8.53185 0.905229 9.51435 0.49884 10.666 0.49884C11.8177 0.49884 12.8005 0.905229 13.6143 1.71801C14.4282 2.53078 14.8343 3.51328 14.8327 4.66551C14.8327 5.06828 14.7735 5.46773 14.6552 5.86384C14.5368 6.25995 14.3599 6.6244 14.1243 6.95717L17.3327 10.1655L16.166 11.3322ZM10.666 7.16551C11.3605 7.16551 11.9507 6.92245 12.4368 6.43634C12.923 5.95023 13.166 5.35995 13.166 4.66551C13.166 3.97106 12.923 3.38078 12.4368 2.89467C11.9507 2.40856 11.3605 2.16551 10.666 2.16551C9.97157 2.16551 9.38129 2.40856 8.89518 2.89467C8.40907 3.38078 8.16602 3.97106 8.16602 4.66551C8.16602 5.35995 8.40907 5.95023 8.89518 6.43634C9.38129 6.92245 9.97157 7.16551 10.666 7.16551Z' fill='white'/%3E%3C/svg%3E");
  background-size: 100%;
}
.page .main-content {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  display: flex;
  flex-direction: column;
  min-width: 0;
  transition: margin-left 0.35s ease-in-out, left 0.35s ease-in-out, margin-right 0.35s ease-in-out, right 0.35s ease-in-out;
  width: 100%;
}
.page .main-content .content {
  padding: 15px;
  direction: ltr;
  flex: 1;
  max-width: 100vw;
  margin-top: 59px;
}
.page .main-content .content .container-fluid {
  padding: 0px;
}
.page .main-content .main-heading {
  font-size: 24px;
  color: #1D242E;
  font-weight: bold;
}
.page .main-content .sub-heading {
  font-size: 16px;
  color: #1D242E;
  font-weight: 600;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.page .main-content .sub-heading .back {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.535723 6.5925L5.24989 11.3067L6.42822 10.1283L2.30322 6.00333L6.42822 1.87833L5.24989 0.699997L0.535723 5.41416C0.379497 5.57044 0.291734 5.78236 0.291734 6.00333C0.291734 6.2243 0.379497 6.43622 0.535723 6.5925Z' fill='black'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 7px;
  height: 12px;
  background-repeat: no-repeat;
}
.page .main-content p {
  font-size: 14px;
  color: #1D242E;
}
.page .main-content .whatsapp {
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2509803922);
  background-color: #F5F5F5;
  border-radius: 8px;
  padding: 10px;
}
.page .main-content .whatsapp .number h4 {
  font-size: 14px;
  font-weight: 500;
  color: #1D242E;
}
.page .main-content .whatsapp .number .live-number {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page .main-content .whatsapp .number .live-number span {
  font-size: 14px;
  color: #1D242E;
}
.page .main-content .whatsapp .number .live-number a {
  font-size: 12px;
  text-decoration: none;
  border: 1px solid #43C854;
  border-radius: 4px;
  padding: 4px 16px;
}
.page .main-content .whatsapp .number .live-number a.live {
  background-color: #43C854;
  color: #FFFFFF;
}
.page .main-content .whatsapp .number .live-number a.verified {
  background-color: #FFFFFF;
  color: #43C854;
}
.page .main-content .whatsapp button {
  margin-left: auto;
}
.page .main-content .whatsapp-rating {
  list-style-type: none;
  padding: 10px 0 20px 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 29px;
}
.page .main-content .whatsapp-rating li {
  width: 30.42%;
}
.page .main-content .whatsapp-rating li span {
  font-size: 12px;
  color: #1D242E;
  display: block;
  padding-bottom: 7px;
}
.page .main-content .whatsapp-rating li p {
  font-size: 14px;
  color: #1D242E;
}
.page .main-content .whatsapp-rating li p.ability {
  display: flex;
  align-items: center;
  gap: 5px;
}
.page .main-content .whatsapp-rating li p.clr-green {
  color: #34C759;
}
.page .main-content .whatsapp-rating li p i {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.page .main-content .whatsapp-rating li p i.healthy {
  background-color: #43C854;
}
.page .main-content .whatsapp-rating li p i.unhealthy {
  background-color: #F0483E;
}
.page .main-content .whatsapp-rating li p a {
  color: #03A9F5;
  text-decoration: none;
}
.page .main-content .create-campaign .tab-content {
  padding: 0;
}
.page .main-content .create-campaign .nav {
  width: 29%;
}
.page .main-content .create-campaign .nav .nav-link {
  font-size: 14px;
  color: #1D242E;
  text-align: left;
  font-weight: 500;
  border-radius: 8px;
  padding: 6px 10px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.page .main-content .create-campaign .nav .nav-link.active {
  background-color: #E3EBF3;
}
.page .main-content .create-campaign .nav .nav-link .send-icon {
  display: inline-block;
  background-image: url("../images/send-icon.svg");
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
}
.page .main-content .create-campaign .nav .nav-link .bot-icon {
  display: inline-block;
  background-image: url("../images/bot-icon.svg");
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
}
.page .main-content .create-campaign .nav .nav-link .inbox-icon {
  display: inline-block;
  background-image: url("../images/inbox-icon.svg");
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
}
.page .main-content .create-campaign .nav .nav-link:last-child {
  margin-bottom: 0;
}
.page .main-content .create-campaign .tab-content {
  width: 71%;
  padding-left: 1rem;
  border-left: 1px solid rgba(0, 0, 0, 0.2509803922);
}
.page .main-content .create-campaign .tab-content .accordion-wrapper .accordion-item {
  border: none;
}
.page .main-content .create-campaign .tab-content .accordion-wrapper .accordion-item button {
  box-shadow: none;
  background: none;
  padding: 0;
  font-size: 16px;
  color: #1D242E;
  font-weight: 600;
  gap: 8px;
  margin-bottom: 10px;
}
.page .main-content .create-campaign .tab-content .accordion-wrapper .accordion-item button:focus {
  box-shadow: none;
}
.page .main-content .create-campaign .tab-content .accordion-wrapper .accordion-item button .circle {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #03A9F5;
  border-radius: 50%;
  position: relative;
}
.page .main-content .create-campaign .tab-content .accordion-wrapper .accordion-item button.accordion-button:not(.collapsed) {
  margin-bottom: 0;
}
.page .main-content .create-campaign .tab-content .accordion-wrapper .accordion-item button.accordion-button:not(.collapsed) .circle::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #03A9F5;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page .main-content .create-campaign .tab-content .accordion-wrapper .accordion-item button::after {
  display: none;
}
.page .main-content .create-campaign .tab-content .accordion-wrapper .accordion-item .accordion-collapse {
  border-left: 2px solid rgba(0, 0, 0, 0.2509803922);
  margin-left: 7px;
  border-radius: 0;
}
.page .main-content .create-campaign .tab-content .accordion-wrapper .accordion-item .accordion-collapse .accordion-body {
  padding: 10px 0 10px 14px;
}
.page .main-content .create-campaign .tab-content .accordion-wrapper .accordion-item .accordion-collapse .accordion-body p {
  margin-bottom: 10px;
}
.page .main-content .create-campaign .tab-content .accordion-wrapper .accordion-item:last-child .accordion-collapse {
  border-left: none;
}
.page .main-content .create-campaign .tab-content .accordion-wrapper .accordion-item:last-child button {
  margin-bottom: 0;
}
.page .main-content .create-campaign .tab-content .tab-pane h4 {
  font-size: 16px;
  color: #1D242E;
  font-weight: 600;
}
.page .main-content .useCasesSwiper {
  padding-bottom: 30px;
}
.page .main-content .useCasesSwiper h4 {
  font-size: 14px;
  color: #1D242E;
  font-weight: 500;
}
.page .main-content .useCasesSwiper .swiper-pagination {
  bottom: 0;
}
.page .main-content .useCasesSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
}
.page .main-content .useCasesSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #03A9F5;
}
.page .main-content .campaign-list {
  margin-top: 15px;
}
.page .main-content .tab-copy {
  display: flex;
}
.page .main-content .tab-copy .left-col {
  width: 18%;
  padding-right: 15px;
  border-right: 1px solid #ddd;
}
.page .main-content .tab-copy .right-col {
  width: 82%;
  padding-left: 15px;
}
.page .main-content .tab-copy .right-col .tab-content {
  padding-top: 0px;
}
.page .main-content .filterWrapper .gridwrapper {
  border: 1px solid #ddd;
}
.page .main-content .filterWrapper .gridwrapper .secondary-btn {
  border: 1px solid #ddd;
  background-color: transparent;
  padding: 0.37rem 0.45rem;
  height: 33px;
}
.page .main-content .filterWrapper .gridwrapper .secondary-btn:hover {
  background-color: transparent !important;
}
.page .main-content .filterWrapper .gridwrapper .grid {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.125 6.75C0.95924 6.75 0.800269 6.68415 0.683058 6.56694C0.565848 6.44973 0.5 6.29076 0.5 6.125V1.12625C0.5 0.960491 0.565848 0.80152 0.683058 0.68431C0.800269 0.567099 0.95924 0.501251 1.125 0.501251H6.125C6.29076 0.501251 6.44973 0.567099 6.56694 0.68431C6.68415 0.80152 6.75 0.960491 6.75 1.12625V6.125C6.75 6.29076 6.68415 6.44973 6.56694 6.56694C6.44973 6.68415 6.29076 6.75 6.125 6.75H1.125ZM9.875 6.75C9.70924 6.75 9.55027 6.68415 9.43306 6.56694C9.31585 6.44973 9.25 6.29076 9.25 6.125V1.12625C9.25 0.960491 9.31585 0.80152 9.43306 0.68431C9.55027 0.567099 9.70924 0.501251 9.875 0.501251H14.8737C15.0395 0.501251 15.1985 0.567099 15.3157 0.68431C15.4329 0.80152 15.4987 0.960491 15.4987 1.12625V6.125C15.4987 6.29076 15.4329 6.44973 15.3157 6.56694C15.1985 6.68415 15.0395 6.75 14.8737 6.75H9.875ZM1.125 15.5C0.95924 15.5 0.800269 15.4342 0.683058 15.3169C0.565848 15.1997 0.5 15.0408 0.5 14.875V9.875C0.5 9.70924 0.565848 9.55027 0.683058 9.43306C0.800269 9.31585 0.95924 9.25 1.125 9.25H6.125C6.29076 9.25 6.44973 9.31585 6.56694 9.43306C6.68415 9.55027 6.75 9.70924 6.75 9.875V14.875C6.75 15.0408 6.68415 15.1997 6.56694 15.3169C6.44973 15.4342 6.29076 15.5 6.125 15.5H1.125ZM9.875 15.5C9.70924 15.5 9.55027 15.4342 9.43306 15.3169C9.31585 15.1997 9.25 15.0408 9.25 14.875V9.875C9.25 9.70924 9.31585 9.55027 9.43306 9.43306C9.55027 9.31585 9.70924 9.25 9.875 9.25H14.8737C15.0395 9.25 15.1985 9.31585 15.3157 9.43306C15.4329 9.55027 15.4987 9.70924 15.4987 9.875V14.875C15.4987 15.0408 15.4329 15.1997 15.3157 15.3169C15.1985 15.4342 15.0395 15.5 14.8737 15.5H9.875Z' fill='%23333'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  height: 20px;
  width: 20px;
  display: block;
}
.page .main-content .filterWrapper .gridwrapper .list {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.57143 7.85715C1.85559 7.85715 2.12811 7.97003 2.32904 8.17097C2.52997 8.3719 2.64286 8.64442 2.64286 8.92858C2.64286 9.21274 2.52997 9.48526 2.32904 9.68619C2.12811 9.88713 1.85559 10 1.57143 10C1.28727 10 1.01475 9.88713 0.813814 9.68619C0.612882 9.48526 0.5 9.21274 0.5 8.92858C0.5 8.64442 0.612882 8.3719 0.813814 8.17097C1.01475 7.97003 1.28727 7.85715 1.57143 7.85715ZM14.4279 8.21429C14.8229 8.21429 15.1429 8.53144 15.1429 8.92858C15.1429 9.32322 14.825 9.64287 14.4279 9.64287H4.42929C4.33537 9.64315 4.24233 9.62487 4.1555 9.58908C4.06867 9.5533 3.98977 9.5007 3.92333 9.43433C3.85689 9.36796 3.80422 9.28911 3.76834 9.20231C3.73247 9.11552 3.7141 9.0225 3.71429 8.92858C3.71429 8.53394 4.03214 8.21429 4.42929 8.21429H14.4279ZM1.57143 4.28572C1.85559 4.28572 2.12811 4.39861 2.32904 4.59954C2.52997 4.80047 2.64286 5.07299 2.64286 5.35715C2.64286 5.64131 2.52997 5.91383 2.32904 6.11477C2.12811 6.3157 1.85559 6.42858 1.57143 6.42858C1.28727 6.42858 1.01475 6.3157 0.813814 6.11477C0.612882 5.91383 0.5 5.64131 0.5 5.35715C0.5 5.07299 0.612882 4.80047 0.813814 4.59954C1.01475 4.39861 1.28727 4.28572 1.57143 4.28572ZM14.4279 4.64287C14.8229 4.64287 15.1429 4.96001 15.1429 5.35715C15.1429 5.75179 14.825 6.07144 14.4279 6.07144H4.42929C4.33537 6.07172 4.24233 6.05344 4.1555 6.01765C4.06867 5.98187 3.98977 5.92928 3.92333 5.8629C3.85689 5.79653 3.80422 5.71768 3.76834 5.63089C3.73247 5.54409 3.7141 5.45107 3.71429 5.35715C3.71429 4.96251 4.03214 4.64287 4.42929 4.64287H14.4279ZM1.57143 0.714294C1.85559 0.714294 2.12811 0.827177 2.32904 1.02811C2.52997 1.22904 2.64286 1.50156 2.64286 1.78572C2.64286 2.06988 2.52997 2.34241 2.32904 2.54334C2.12811 2.74427 1.85559 2.85715 1.57143 2.85715C1.28727 2.85715 1.01475 2.74427 0.813814 2.54334C0.612882 2.34241 0.5 2.06988 0.5 1.78572C0.5 1.50156 0.612882 1.22904 0.813814 1.02811C1.01475 0.827177 1.28727 0.714294 1.57143 0.714294ZM14.4279 1.07144C14.8229 1.07144 15.1429 1.38858 15.1429 1.78572C15.1429 2.18037 14.825 2.50001 14.4279 2.50001H4.42929C4.33537 2.50029 4.24233 2.48201 4.1555 2.44623C4.06867 2.41044 3.98977 2.35785 3.92333 2.29147C3.85689 2.2251 3.80422 2.14625 3.76834 2.05946C3.73247 1.97266 3.7141 1.87964 3.71429 1.78572C3.71429 1.39108 4.03214 1.07144 4.42929 1.07144H14.4279Z' fill='%23283342'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 20px;
  width: 20px;
  display: block;
}
.page .main-content .filterWrapper .sortwrapper .secondary-btn {
  border: 1px solid #ddd !important;
  border-radius: 4px;
}
.page .main-content .filterWrapper .sortwrapper .secondary-btn:hover {
  background-color: transparent !important;
}
.page .main-content .filterWrapper .sortwrapper .sort {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='15' viewBox='0 0 20 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='1.4375' x2='16' y2='1.4375' stroke='%23283342' stroke-width='2'/%3E%3Cline y1='6.4375' x2='10' y2='6.4375' stroke='%23283342' stroke-width='2'/%3E%3Cline y1='11.4375' x2='10' y2='11.4375' stroke='%23283342' stroke-width='2'/%3E%3Cpath d='M14.5551 14.0074C14.8008 14.2531 15.1992 14.2531 15.4449 14.0074L19.4488 10.0035C19.6945 9.75777 19.6945 9.35942 19.4488 9.11372C19.2031 8.86802 18.8047 8.86802 18.559 9.11372L15 12.6727L11.441 9.11372C11.1953 8.86802 10.7969 8.86802 10.5512 9.11372C10.3055 9.35942 10.3055 9.75777 10.5512 10.0035L14.5551 14.0074ZM15 4.0625L14.3708 4.0625L14.3708 13.5625L15 13.5625L15.6292 13.5625L15.6292 4.0625L15 4.0625Z' fill='%23283342'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  height: 20px;
  width: 20px;
  display: block;
}
.page .main-content .filterWrapper .sortwrapper .sortby {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.33333 1.5H15.6667C15.8877 1.5 16.0996 1.5878 16.2559 1.74408C16.4122 1.90036 16.5 2.11232 16.5 2.33333V3.655C16.5 3.876 16.4121 4.08792 16.2558 4.24417L10.9108 9.58917C10.7545 9.74541 10.6667 9.95734 10.6667 10.1783V15.4325C10.6667 15.5592 10.6378 15.6842 10.5822 15.798C10.5267 15.9118 10.4459 16.0115 10.346 16.0894C10.2461 16.1674 10.1298 16.2215 10.0059 16.2477C9.88198 16.274 9.75371 16.2716 9.63083 16.2408L7.96417 15.8242C7.78396 15.779 7.62401 15.675 7.50971 15.5285C7.39542 15.3821 7.33334 15.2016 7.33333 15.0158V10.1783C7.33329 9.95734 7.24546 9.74541 7.08917 9.58917L1.74417 4.24417C1.58788 4.08792 1.50005 3.876 1.5 3.655V2.33333C1.5 2.11232 1.5878 1.90036 1.74408 1.74408C1.90036 1.5878 2.11232 1.5 2.33333 1.5Z' stroke='%231D242E' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  height: 20px;
  width: 20px;
  display: block;
}
.page .main-content .filterWrapper .filter-btn .primary-btn {
  background-color: transparent !important;
  color: #03A9F5 !important;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.page .main-content .filterWrapper .filter-btn .primary-btn:hover {
  background-color: transparent !important;
}
.page .main-content .filterWrapper .filter-btn .secondary-btn {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-left: 0px !important;
}
.page .main-content .filterWrapper .filter-btn .secondary-btn:hover {
  background-color: transparent !important;
}
.page .main-content .filterWrapper .filter-btn .secondary-btn:hover .reset {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.99992 13.6667C5.13881 13.6667 3.56242 13.0208 2.27075 11.7292C0.979085 10.4375 0.333252 8.86111 0.333252 6.99999C0.333252 5.13888 0.979085 3.56249 2.27075 2.27083C3.56242 0.979161 5.13881 0.333328 6.99992 0.333328C7.95825 0.333328 8.87492 0.531106 9.74992 0.926661C10.6249 1.32222 11.3749 1.88833 11.9999 2.62499V0.333328H13.6666V6.16666H7.83325V4.49999H11.3333C10.8888 3.72222 10.2813 3.11111 9.51075 2.66666C8.7402 2.22222 7.90325 1.99999 6.99992 1.99999C5.61103 1.99999 4.43047 2.48611 3.45825 3.45833C2.48603 4.43055 1.99992 5.61111 1.99992 6.99999C1.99992 8.38888 2.48603 9.56944 3.45825 10.5417C4.43047 11.5139 5.61103 12 6.99992 12C8.06936 12 9.03464 11.6944 9.89575 11.0833C10.7569 10.4722 11.361 9.66666 11.7083 8.66666H13.4583C13.0694 10.1389 12.2777 11.3403 11.0833 12.2708C9.88881 13.2014 8.5277 13.6667 6.99992 13.6667Z' fill='%2303A9F5'/%3E%3C/svg%3E%0A");
}
.page .main-content .template-wrapper {
  margin-top: 30px;
}
.page .main-content .template-wrapper.full-template-wrapper {
  margin-top: 0;
}
.page .main-content .template-wrapper.full-template-wrapper .template-card-listing {
  gap: 26px;
}
.page .main-content .template-wrapper.full-template-wrapper .template-card-listing .template-message-card .template-white-card {
  margin: 10px;
}
.page .main-content .broadcast-tabs .upload-list {
  margin-top: 6px;
  font-size: 10px;
  color: #000;
  display: flex;
  gap: 15px;
}
.page .main-content .broadcast-tabs .form-check {
  font-size: 14px;
  color: #000;
  cursor: pointer;
}
.page .main-content .broadcast-tabs .form-check label,
.page .main-content .broadcast-tabs .form-check input {
  cursor: pointer;
}
.page .main-content .broadcast-tabs .form-check.confirm label {
  font-size: 12px;
  color: #1D242E;
}
.page .main-content .broadcast-tabs .track-link {
  font-size: 12px;
  color: #1D242E;
}
.page .main-content .broadcast-tabs .form-wrapper input,
.page .main-content .broadcast-tabs .form-wrapper select {
  font-size: 14px;
}
.page .main-content .broadcast-tabs .download-sample {
  margin: 0px 0 15px;
}
.page .main-content .broadcast-tabs .download-sample .form-control {
  background-color: #fbfbfb;
  min-width: 400px;
  max-width: 400px;
}
.page .main-content .broadcast-tabs .download-sample a {
  font-size: 14px;
  color: #03A9F5;
  text-decoration: none;
  line-height: 25px;
}
.page .main-content .broadcast-tabs .download-sample a .download-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.00016 10.3333L2.8335 6.16668L4.00016 4.95834L6.16683 7.12501V0.333344H7.8335V7.12501L10.0002 4.95834L11.1668 6.16668L7.00016 10.3333ZM2.00016 13.6667C1.54183 13.6667 1.14961 13.5036 0.823496 13.1775C0.497385 12.8514 0.334052 12.4589 0.333496 12V9.50001H2.00016V12H12.0002V9.50001H13.6668V12C13.6668 12.4583 13.5038 12.8508 13.1777 13.1775C12.8516 13.5042 12.4591 13.6672 12.0002 13.6667H2.00016Z' fill='%2303A9F5'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
}
.page .main-content .broadcast-tabs .mandatory {
  list-style: decimal;
  padding-left: 15px;
}
.page .main-content .broadcast-tabs .mandatory li {
  font-size: 12px;
  color: #1D242E;
}
.page .main-content .headerWrap p {
  font-size: 13px;
  max-width: 500px;
}
.page .main-content .key {
  background-color: rgba(3, 169, 245, 0.1019607843);
  font-size: 12px;
  padding: 3px 10px;
  font-weight: 400;
}
.page .main-content .question {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.95768 14C9.24935 14 9.49602 13.8992 9.69768 13.6975C9.89935 13.4958 9.9999 13.2494 9.99935 12.9583C9.99879 12.6672 9.89824 12.4205 9.69768 12.2183C9.49713 12.0161 9.25046 11.9155 8.95768 11.9167C8.66491 11.9178 8.41852 12.0186 8.21852 12.2192C8.01852 12.4197 7.91768 12.6661 7.91602 12.9583C7.91435 13.2505 8.01518 13.4972 8.21852 13.6983C8.42185 13.8994 8.66824 14 8.95768 14ZM8.20768 10.7917H9.74935C9.74935 10.3333 9.80157 9.97222 9.90602 9.70833C10.0105 9.44444 10.3055 9.08333 10.791 8.62499C11.1521 8.26388 11.4368 7.91999 11.6452 7.59333C11.8535 7.26666 11.9577 6.87444 11.9577 6.41666C11.9577 5.63888 11.673 5.04166 11.1035 4.62499C10.5341 4.20833 9.86046 3.99999 9.08268 3.99999C8.29102 3.99999 7.64879 4.20833 7.15602 4.62499C6.66324 5.04166 6.31935 5.54166 6.12435 6.12499L7.49935 6.66666C7.56879 6.41666 7.72518 6.14583 7.96852 5.85416C8.21185 5.56249 8.58324 5.41666 9.08268 5.41666C9.52713 5.41666 9.86046 5.53833 10.0827 5.78166C10.3049 6.02499 10.416 6.29222 10.416 6.58333C10.416 6.86111 10.3327 7.12166 10.166 7.36499C9.99935 7.60833 9.79102 7.83388 9.54102 8.04166C8.9299 8.58333 8.55491 8.99305 8.41602 9.27083C8.27713 9.5486 8.20768 10.0555 8.20768 10.7917ZM8.99935 17.3333C7.84657 17.3333 6.76324 17.1147 5.74935 16.6775C4.73546 16.2403 3.85352 15.6464 3.10352 14.8958C2.35352 14.1453 1.75991 13.2633 1.32268 12.25C0.885461 11.2367 0.666572 10.1533 0.666017 8.99999C0.665461 7.84666 0.88435 6.76333 1.32268 5.74999C1.76102 4.73666 2.35463 3.85472 3.10352 3.10416C3.85241 2.35361 4.73435 1.75999 5.74935 1.32333C6.76435 0.886661 7.84768 0.667772 8.99935 0.666661C10.151 0.66555 11.2343 0.884439 12.2493 1.32333C13.2643 1.76222 14.1463 2.35583 14.8952 3.10416C15.6441 3.85249 16.238 4.73444 16.6768 5.74999C17.1157 6.76555 17.3344 7.84888 17.3327 8.99999C17.331 10.1511 17.1121 11.2344 16.676 12.25C16.2399 13.2655 15.6463 14.1475 14.8952 14.8958C14.1441 15.6442 13.2621 16.238 12.2493 16.6775C11.2366 17.1169 10.1532 17.3356 8.99935 17.3333ZM8.99935 15.6667C10.8605 15.6667 12.4368 15.0208 13.7285 13.7292C15.0202 12.4375 15.666 10.8611 15.666 8.99999C15.666 7.13888 15.0202 5.56249 13.7285 4.27083C12.4368 2.97916 10.8605 2.33333 8.99935 2.33333C7.13824 2.33333 5.56185 2.97916 4.27018 4.27083C2.97852 5.56249 2.33268 7.13888 2.33268 8.99999C2.33268 10.8611 2.97852 12.4375 4.27018 13.7292C5.56185 15.0208 7.13824 15.6667 8.99935 15.6667Z' fill='black' fill-opacity='0.25'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 20px;
  display: block;
}
.page .main-content .note {
  background-color: rgba(3, 169, 245, 0.1019607843);
  padding: 8px;
}
.page .main-content .note .note-text {
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
}
.page .main-content .note p {
  font-size: 13px;
  margin-bottom: 0px;
  max-width: 750px;
}
.page .main-content .note .exclamatory {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.363636' y='0.363636' width='15.2727' height='15.2727' rx='7.63636' stroke='%231D242E' stroke-width='0.727273'/%3E%3Cpath d='M7.98545 4.90327L7.87345 9.99418H7.09964L6.98764 4.90327H7.98545ZM7.52727 12.0611C7.35079 12.0611 7.20145 12 7.07927 11.8778C6.95709 11.7556 6.896 11.6063 6.896 11.4298C6.896 11.2533 6.95709 11.104 7.07927 10.9818C7.20145 10.8596 7.35079 10.7985 7.52727 10.7985C7.69697 10.7985 7.83952 10.8596 7.95491 10.9818C8.07709 11.104 8.13818 11.2533 8.13818 11.4298C8.13818 11.6063 8.07709 11.7556 7.95491 11.8778C7.83952 12 7.69697 12.0611 7.52727 12.0611Z' fill='%231D242E'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 84%;
  background-position: center;
  height: 30px;
  width: 30px;
  display: block;
  margin-right: 12px;
}
.page .main-content .add::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 4C12.5523 4 13 4.44772 13 5V11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H13V19C13 19.5523 12.5523 20 12 20C11.4477 20 11 19.5523 11 19V13H5C4.44772 13 4 12.5523 4 12C4 11.4477 4.44772 11 5 11H11V5C11 4.44772 11.4477 4 12 4Z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 84%;
  background-position: center;
  height: 18px;
  width: 18px;
  display: block;
  margin-right: 4px;
}
.page .main-content .add:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 4C12.5523 4 13 4.44772 13 5V11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H13V19C13 19.5523 12.5523 20 12 20C11.4477 20 11 19.5523 11 19V13H5C4.44772 13 4 12.5523 4 12C4 11.4477 4.44772 11 5 11H11V5C11 4.44772 11.4477 4 12 4Z' fill='%2303A9F5 '/%3E%3C/svg%3E");
}
.page .main-content .action-card {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.page .main-content .action-card .card-content {
  display: flex;
  gap: 15px;
}
.page .main-content .action-card .card-content .action-name {
  background-color: rgba(3, 169, 245, 0.1019607843);
  height: 40px;
  width: 40px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page .main-content .action-card .card-content .action-content h3 {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.page .main-content .action-card .card-content .action-content h3 .small-text {
  margin-left: 8px;
  font-weight: 300;
  font-size: 12px;
}
.page .main-content .action-card .card-content .action-content p {
  font-size: 13px;
}
.page .main-content .template-body ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
.page .main-content .template-body ul li {
  width: 47.62%;
}
.page .main-content .template-body ul li.body {
  width: 100%;
}
.page .main-content .template-body ul li p {
  font-size: 14px;
  color: #1D242E;
  font-weight: 500;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page .main-content .template-body ul li p .edit-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 16.5L3.16667 11.5L12.3333 2.33334C13.1667 1.50001 14.8333 1.50001 15.6667 2.33334C16.5 3.16668 16.5 4.83334 15.6667 5.66668L6.5 14.8333L1.5 16.5Z' stroke='%2303A9F5' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.5 3.16669L14.8333 6.50002' stroke='%2303A9F5' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 11.5L6.5 14' stroke='%2303A9F5' stroke-width='0.833333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
}
.page .main-content .template-body ul li span {
  font-size: 12px;
  color: #1D242E;
  font-weight: 400;
}
.page .main-content .template-body ul li span.link {
  color: #03A9F5;
}
.page .main-content .edit-template .template-header h4 {
  font-size: 14px;
  color: #1D242E;
  font-weight: 500;
  margin-bottom: 0;
  margin-bottom: 10px;
}
.page .main-content .edit-template .template-header .form-wrapper label {
  font-size: 12px;
  color: #1D242E;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.page .main-content .edit-template .template-header .form-wrapper label .info {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.363636' y='0.363636' width='11.2727' height='11.2727' rx='5.63636' stroke='%2303A9F5' stroke-width='0.727273'/%3E%3Cpath d='M5.98545 2.90327L5.87345 7.99418H5.09964L4.98764 2.90327H5.98545ZM5.52727 10.0611C5.35079 10.0611 5.20145 10 5.07927 9.87782C4.95709 9.75564 4.896 9.6063 4.896 9.42982C4.896 9.25333 4.95709 9.104 5.07927 8.98182C5.20145 8.85964 5.35079 8.79855 5.52727 8.79855C5.69697 8.79855 5.83952 8.85964 5.95491 8.98182C6.07709 9.104 6.13818 9.25333 6.13818 9.42982C6.13818 9.6063 6.07709 9.75564 5.95491 9.87782C5.83952 10 5.69697 10.0611 5.52727 10.0611Z' fill='%2303A9F5'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
}
.page .main-content .edit-template .template-header .body-note {
  font-size: 10px;
  color: #1D242E;
  margin-top: 10px;
}
.page .main-content .edit-template .template-question .form-label {
  font-weight: 500;
}
.page .main-content .flex-50 {
  flex: 0 0 50%;
}
.page .main-content .live-dot {
  background-color: #43C854;
  height: 12px;
  width: 12px;
  display: block;
  border-radius: 50%;
}
.page .main-content .live-metrix {
  font-size: 15px;
  font-weight: 500;
}
.page .main-content .box span {
  font-size: 13px;
  margin-bottom: 7px;
}
.page .main-content .box .active-count {
  font-size: 24px;
  font-weight: 600;
}
.page .main-content .buy-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_32_4440' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='11' height='12'%3E%3Cpath d='M11 0.598145H0V11.5981H11V0.598145Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_32_4440)'%3E%3Cpath d='M0 1.0482C0.07386 0.835332 0.19902 0.672343 0.42892 0.615563C0.47785 0.603443 0.5301 0.598933 0.58068 0.598933C2.08952 0.597983 3.59835 0.597982 5.10694 0.598452C5.43991 0.598452 5.6881 0.844833 5.68715 1.17008C5.6862 1.49249 5.43588 1.73483 5.09981 1.73506C3.83205 1.73554 2.56404 1.73506 1.29627 1.7353C1.24924 1.7353 1.20198 1.7353 1.14593 1.7353V10.4528H9.8591V10.3124C9.8591 9.03604 9.8586 7.76001 9.8593 6.4837C9.8593 6.18743 10.0742 5.94034 10.3533 5.91064C10.6528 5.87857 10.9117 6.05723 10.9815 6.34899C10.995 6.40553 10.995 6.46635 10.995 6.52504C10.9957 7.9831 10.9898 9.44094 10.9998 10.899C11.0021 11.2484 10.8801 11.4837 10.5457 11.5982H0.4503C0.22325 11.525 0.07196 11.376 0 11.1477V1.0482Z' fill='%2303A9F5'/%3E%3Cpath d='M9.0138 1.73518C8.477 1.73518 7.94003 1.7359 7.40328 1.73494C7.10617 1.73447 6.85964 1.52231 6.82782 1.24362C6.79386 0.946162 6.97293 0.684582 7.26292 0.612592C7.30804 0.601422 7.35649 0.598812 7.40352 0.598812C8.4065 0.598102 9.4097 0.597862 10.4126 0.598572C10.7532 0.598812 10.9952 0.839482 10.9957 1.17899C10.9966 2.18232 10.9966 3.18588 10.9957 4.18921C10.9955 4.52254 10.7496 4.77082 10.4245 4.77011C10.1017 4.76916 9.86 4.51898 9.8595 4.18327C9.8588 3.68553 9.8595 3.18778 9.8595 2.69004C9.8595 2.65226 9.8595 2.61473 9.8595 2.55153C9.807 2.60095 9.7733 2.63136 9.7412 2.66343C7.98468 4.42014 6.22766 6.17662 4.47278 7.93523C4.29489 8.11342 4.09848 8.21059 3.84555 8.13742C3.45771 8.02527 3.30856 7.55842 3.55817 7.24053C3.59451 7.1942 3.6375 7.15262 3.6793 7.11081C5.42705 5.36193 7.17504 3.6133 8.924 1.86562C8.9591 1.83045 9.0069 1.80788 9.0487 1.77937C9.0373 1.76488 9.0252 1.74967 9.0138 1.73518Z' fill='%2303A9F5'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 14px;
  width: 14px;
  display: block;
}
.page .main-content .edit-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 16.5L3.16667 11.5L12.3333 2.33334C13.1667 1.50001 14.8333 1.50001 15.6667 2.33334C16.5 3.16668 16.5 4.83334 15.6667 5.66668L6.5 14.8333L1.5 16.5Z' stroke='%2303A9F5' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.5 3.16669L14.8333 6.50002' stroke='%2303A9F5' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 11.5L6.5 14' stroke='%2303A9F5' stroke-width='0.833333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  display: inline-block;
}
.page .main-content .progress {
  background-color: #d8d8d8;
  border-radius: 0px;
  position: relative;
  margin: 15px 0;
  height: 7px;
  width: 100%;
}
.page .main-content .progress .progress-done {
  background-color: #F0483E;
  border-radius: 0px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 0;
  opacity: 0;
  transition: 1s ease 0.3s;
}
.page .main-content .graph-cards h3 {
  font-weight: 500;
}
.page .main-content .graph-cards .graph-text {
  font-size: 15px;
  margin-bottom: 0px;
}
.page .main-content .count {
  text-align: center;
}
.page .main-content .count .count-active {
  font-size: 28px;
  line-height: 1;
  color: #000;
  font-weight: 500;
}
.page .main-content .count .green-active {
  color: #43C854;
  font-size: 15px;
}
.page .main-content .count .total-message {
  font-size: 14px;
  margin-top: 13px;
  display: flex;
  gap: 5px;
  align-items: center;
}
.page .main-content .count .total-message .info-blue {
  width: 16px;
  height: 16px;
}
.page .main-content .dashboard h3 {
  font-size: 14px;
  color: #1D242E;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
}
.page .main-content .dashboard .ongoing-chats {
  flex: 1;
  background: rgba(3, 169, 245, 0.1019607843);
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  margin-right: 16px;
}
.page .main-content .dashboard .ongoing-chats .chat-count {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.page .main-content .dashboard .ongoing-chats .chat-count .image {
  width: 55px;
  height: 55px;
  border-radius: 50px;
  padding: 4px 2px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.page .main-content .dashboard .ongoing-chats .chat-count h4 {
  font-weight: 500;
  font-size: 28px;
  color: #000;
  line-height: 25px;
  margin-bottom: 10px;
}
.page .main-content .dashboard .ongoing-chats .chat-count p {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 5px;
}
.page .main-content .dashboard .ongoing-chats .chat-count p .info-blue {
  width: 16px;
  height: 16px;
}
.page .main-content .dashboard .chat-cards {
  flex: 5;
}
.page .main-content .dashboard .chat-cards ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.page .main-content .dashboard .chat-cards ul li {
  width: calc(33.33% - 11px);
  margin-bottom: 0 !important;
}
.page .main-content .dashboard .chart-box .card {
  margin-bottom: 0 !important;
}
.page .main-content .dashboard .chart-box .total-message {
  margin-top: 0;
  margin-bottom: 5px;
}
.page .main-content .dashboard .chart-box .agents ul {
  padding: 0;
  margin: 0;
}
.page .main-content .dashboard .chart-box .agents ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px 0;
}
.page .main-content .dashboard .chart-box .agents ul li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.page .main-content .dashboard .chart-box .agents ul li .count-active {
  margin-bottom: 10px;
  display: inline-block;
}
.page .main-content .dashboard .chart-box .agents ul li .status {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #000;
}
.page .main-content .dashboard .chart-box .agents ul li .status i {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.page .main-content .dashboard .chart-box .agents ul li .status i.healthy {
  background-color: #43C854;
}
.page .main-content .dashboard .chart-box .agents ul li .status i.unhealthy {
  background-color: #F0483E;
}
.page .main-content .dashboard .chart-box .wait-time {
  height: 100%;
}
.page .main-content .dashboard .chart-box .wait-time .card {
  height: 100%;
}
.page .main-content .dashboard .chart-box .wait-time ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page .main-content .dashboard .chart-box .wait-time ul li {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px 0;
}
.page .main-content .dashboard .chart-box .wait-time ul li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.page .main-content .dashboard .chart-box .wait-time ul li .count-active {
  font-size: 28px;
  line-height: 25px;
  color: #1D242E;
  font-weight: 500;
  margin: 15px 0 10px 0;
}
.page .main-content .dashboard .chart-box .wait-time ul li .status {
  font-size: 12px;
  color: #000;
}
.page .main-content .dashboard .performance-metric h3 {
  margin-bottom: 0;
}
.page .main-content .dashboard .performance-metric .button-wrap {
  display: flex;
  gap: 20px;
}
.page .main-content .dashboard .performance-metric .button-wrap .btn-group {
  border: 1px solid #03A9F5;
  background-color: #fff;
  color: #03A9F5;
  font-size: 12px;
  font-weight: 400;
  border-radius: 8px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.page .main-content .dashboard .performance-metric .button-wrap .btn-group button {
  font-weight: 400;
  font-size: 12px;
  color: #03A9F5;
}
.page .main-content .dashboard .performance-metric .button-wrap .btn-group button.active {
  background-color: #03A9F5;
  color: #fff;
}
.page .main-content .dashboard .performance-metric .button-wrap .btn-group button:focus {
  box-shadow: none;
}
.page .main-content .dashboard .performance-metric ul {
  padding: 0;
  margin: 15px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
}
.page .main-content .dashboard .performance-metric ul li {
  flex: 1 1;
  margin-bottom: 0 !important;
}
.page .main-content .dashboard .agent-tabs ul li {
  flex: none;
}
.page .main-content .dashboard .agent-tabs .tab-content {
  padding-bottom: 0;
}
.page .main-content .dashboard .agent-tabs .agent-form {
  margin-bottom: 12px;
}
.page .main-content .dashboard .agent-tabs .agentList-table .table th,
.page .main-content .dashboard .agent-tabs .agentList-table .table td {
  font-size: 11px;
}
.page .main-content .dashboard .customer-feedback h3 {
  margin-bottom: 0;
}
.page .main-content .dashboard .customer-feedback .feedback-box {
  background: rgba(3, 169, 245, 0.1019607843);
  padding: 16px;
  border-radius: 8px;
  margin-top: 15px;
}
.page .main-content .dashboard .customer-feedback .feedback-box p {
  text-align: center;
  font-size: 12px;
  color: #000;
}
.page .main-content .dashboard .customer-feedback .feedback-box p a {
  color: #03A9F5;
}
.page .main-content .insights-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.page .main-content .insights-wrap ul li {
  width: calc(33.33% - 10px);
  border-radius: 8px;
  overflow: hidden;
  border-left: 2px solid #03A9F5;
  min-height: 180px;
}
.page .main-content .insights-wrap ul li a {
  text-decoration: none;
}
.page .main-content .insights-wrap ul li .insights-item {
  display: flex;
  height: 100%;
}
.page .main-content .insights-wrap ul li .insights-item .left-col {
  background-color: #EDF1F5;
  padding: 12px;
  width: 60%;
}
.page .main-content .insights-wrap ul li .insights-item .left-col h3 {
  margin-bottom: 10px;
  font-weight: 500;
}
.page .main-content .insights-wrap ul li .insights-item .right-col {
  background: linear-gradient(180deg, #2A9ACE 0%, #55C4F6 100%);
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .main-content .view-insights h3 {
  font-size: 14px;
  color: #1D242E;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
}
.page .main-content .view-insights h3 .info {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.363636' y='0.363636' width='15.2727' height='15.2727' rx='7.63636' stroke='%2303A9F5' stroke-width='0.727273'/%3E%3Cpath d='M7.98545 4.90327L7.87345 9.99418H7.09964L6.98764 4.90327H7.98545ZM7.52727 12.0611C7.35079 12.0611 7.20145 12 7.07927 11.8778C6.95709 11.7556 6.896 11.6063 6.896 11.4298C6.896 11.2533 6.95709 11.104 7.07927 10.9818C7.20145 10.8596 7.35079 10.7985 7.52727 10.7985C7.69697 10.7985 7.83952 10.8596 7.95491 10.9818C8.07709 11.104 8.13818 11.2533 8.13818 11.4298C8.13818 11.6063 8.07709 11.7556 7.95491 11.8778C7.83952 12 7.69697 12.0611 7.52727 12.0611Z' fill='%2303A9F5'/%3E%3C/svg%3E");
}
.page .main-content .view-insights .overall-summary ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 8px;
}
.page .main-content .view-insights .overall-summary ul li {
  flex: 1 1;
}
.page .main-content .view-insights .overall-metrics {
  margin: 20px 0 0 0;
}
.page .main-content .view-insights .overall-metrics .chats-metrics {
  margin-bottom: 20px;
}
.page .main-content .view-insights .overall-metrics .chats-metrics:last-of-type {
  margin-bottom: 0;
}
.page .main-content .view-insights .overall-metrics .chats-metrics .box {
  background-color: #EDF1F5;
  border-top: 2px solid #03A9F5;
  border-radius: 8px;
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100px;
}
.page .main-content .view-insights .overall-metrics .chats-metrics .box p {
  font-size: 12px;
  text-align: center;
  color: #1D242E;
  margin-bottom: 10px;
}
.page .main-content .view-insights .overall-metrics .chats-metrics .box h4 {
  font-size: 20px;
  text-align: center;
  color: #1D242E;
  margin-bottom: 0;
}
.page .main-content .view-insights .overall-metrics .chats-metrics .box.single {
  display: block;
  height: 100%;
}
.page .main-content .view-insights .overall-metrics .chats-metrics .box.single p {
  text-align: left;
}
.page .main-content .view-insights .overall-metrics .chats-metrics .box.single .no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 28px);
}
.page .main-content .chats-Wrapper .card {
  height: 100%;
}
.page .main-content .chats-Wrapper .keyword-src input {
  background-color: #EDF1F5;
}
.page .main-content .chats-Wrapper .active-chats {
  margin-top: 20px;
}
.page .main-content .chats-Wrapper .active-chats select {
  width: auto;
  border: none;
  font-size: 14px;
  font-weight: 500;
}
.page .main-content .chats-Wrapper .filter {
  position: relative;
}
.page .main-content .chats-Wrapper .filter .filter-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.66599 1.66666L5.07682 1.07749L5.66599 0.488327L6.25516 1.07749L5.66599 1.66666ZM6.49932 14.1667C6.49932 14.3877 6.41152 14.5996 6.25524 14.7559C6.09896 14.9122 5.887 15 5.66599 15C5.44498 15 5.23301 14.9122 5.07673 14.7559C4.92045 14.5996 4.83266 14.3877 4.83266 14.1667H6.49932ZM0.910156 5.24416L5.07682 1.07749L6.25516 2.25583L2.08849 6.42249L0.910156 5.24416ZM6.25516 1.07749L10.4218 5.24416L9.24349 6.42249L5.07682 2.25583L6.25516 1.07749ZM6.49932 1.66666V14.1667H4.83266V1.66666H6.49932ZM12.3327 18.3333L11.7435 18.9225L12.3327 19.5117L12.9218 18.9225L12.3327 18.3333ZM13.166 5.83333C13.166 5.61231 13.0782 5.40035 12.9219 5.24407C12.7656 5.08779 12.5537 4.99999 12.3327 4.99999C12.1116 4.99999 11.8997 5.08779 11.7434 5.24407C11.5871 5.40035 11.4993 5.61231 11.4993 5.83333H13.166ZM7.57682 14.7558L11.7435 18.9225L12.9218 17.7442L8.75516 13.5775L7.57682 14.7558ZM12.9218 18.9225L17.0885 14.7558L15.9102 13.5775L11.7435 17.7442L12.9218 18.9225ZM13.166 18.3333V5.83333H11.4993V18.3333H13.166Z' fill='%23283342'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 20px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
}
.page .main-content .chats-Wrapper .filter select {
  padding-left: 30px;
}
.page .main-content .chats-Wrapper .contact {
  margin-top: 5px;
}
.page .main-content .chats-Wrapper .contact .no-conversations {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 350px;
}
.page .main-content .chats-Wrapper .contact .no-conversations p {
  font-size: 12px;
  color: #000;
}
.page .main-content .chats-Wrapper .contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page .main-content .chats-Wrapper .contact ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0;
}
.page .main-content .chats-Wrapper .contact ul li:last-of-type {
  border-bottom: none;
}
.page .main-content .chats-Wrapper .contact ul li .profile-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.page .main-content .chats-Wrapper .contact ul li .name {
  font-size: 14px;
  color: #1D242E;
}
.page .main-content .chats-Wrapper .contact ul li .time {
  margin-left: auto;
  font-size: 11px;
  color: #ccc;
}
.page .main-content .chats-Wrapper .message-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.page .main-content .chats-Wrapper .message-wrapper .message-head {
  background: rgba(3, 169, 245, 0.1019607843);
  padding: 8px 15px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.page .main-content .chats-Wrapper .message-wrapper .message-head .profile-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.page .main-content .chats-Wrapper .message-wrapper .message-head .message-name {
  font-size: 14px;
  color: #1D242E;
  font-weight: 500;
}
.page .main-content .chats-Wrapper .message-wrapper .chat-body {
  flex: 1;
  padding: 15px;
  overflow-y: auto;
  max-height: 690px;
}
@media (max-width: 1600px) {
  .page .main-content .chats-Wrapper .message-wrapper .chat-body {
    max-height: 540px;
  }
}
@media (max-width: 1400px) {
  .page .main-content .chats-Wrapper .message-wrapper .chat-body {
    max-height: 440px;
  }
}
.page .main-content .chats-Wrapper .message-wrapper .chat-body::-webkit-scrollbar {
  width: 4px;
}
.page .main-content .chats-Wrapper .message-wrapper .chat-body::-webkit-scrollbar-thumb {
  background: rgba(66, 66, 66, 0.2);
  border-radius: 5px;
}
.page .main-content .chats-Wrapper .message-wrapper .chat-body .template-messenger {
  font-size: 13px;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 8px 8px 8px 0px;
  min-height: 2.25rem;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 66%;
  box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
}
.page .main-content .chats-Wrapper .message-wrapper .chat-body .time {
  font-size: 11px;
  color: rgba(118, 118, 124, 0.8);
  display: block;
  margin-top: 6px;
}
.page .main-content .chats-Wrapper .message-wrapper .chat-body .chatstatuswrap {
  display: flex;
  justify-content: center;
  position: sticky;
  top: -10px;
}
.page .main-content .chats-Wrapper .message-wrapper .chat-body .chatstatuswrap .chatstatus {
  background-color: #e5e5fb;
  padding: 4px 10px;
  border-radius: 2px;
  font-size: 12px;
  width: auto;
  text-align: center;
}
.page .main-content .chats-Wrapper .message-wrapper .chat-body .template-message-send {
  margin-bottom: 10px;
}
.page .main-content .chats-Wrapper .message-wrapper .chat-body .template-message-send .template-messenger {
  background: #D0FECF;
  color: #333;
  margin-left: auto;
  box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
  max-width: 40%;
}
.page .main-content .chats-Wrapper .message-wrapper .chat-body .template-message-send .time {
  text-align: right;
}
.page .main-content .chats-Wrapper .message-wrapper .chat-body .template-message-received {
  margin-bottom: 15px;
}
.page .main-content .chats-Wrapper .message-wrapper .chat-body .template-message-received .template-messenger {
  margin-left: 0;
  background: #FFFFFF;
  box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
  max-width: 40%;
}
.page .main-content .chats-Wrapper .message-wrapper .chat-footer {
  position: relative;
}
.page .main-content .chats-Wrapper .message-wrapper .chat-footer input {
  padding: 10px 70px 10px 10px;
  height: 45px;
  font-size: 13px;
  border-radius: 8px;
}
.page .main-content .chats-Wrapper .message-wrapper .chat-footer .form-buttons {
  display: flex;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
}
.page .main-content .chats-Wrapper .no-messages {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.page .main-content .overview h3 {
  font-size: 16px;
  color: #1D242E;
  font-weight: 500;
  margin-bottom: 20px;
}
.page .main-content .overview h4 {
  font-size: 14px;
  color: #1D242E;
  font-weight: 500;
}
.page .main-content .overview p {
  font-size: 14px;
  color: #1D242E;
}
.page .main-content .overview ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.page .main-content .overview ul li {
  width: 49.3%;
  flex: 0 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 8px;
}
.page .main-content .overview ul li a {
  display: flex;
  text-decoration: none;
}
.page .main-content .overview ul li .team-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='25px' height='25px' viewBox='0 0 24 24' id='team' xmlns='http://www.w3.org/2000/svg' fill='' stroke=''%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg id='_24x24_user--dark' data-name='24x24/user--dark'%3E%3Crect id='Rectangle' width='24' height='24' fill='none'%3E%3C/rect%3E%3C/g%3E%3Cpath id='Combined_Shape' data-name='Combined Shape' d='M0,12.106C0,8.323,4.5,9.08,4.5,7.567a2.237,2.237,0,0,0-.41-1.513A3.5,3.5,0,0,1,3,3.4,3.222,3.222,0,0,1,6,0,3.222,3.222,0,0,1,9,3.4,3.44,3.44,0,0,1,7.895,6.053,2.333,2.333,0,0,0,7.5,7.567c0,1.513,4.5.757,4.5,4.54,0,0-1.195.894-6,.894S0,12.106,0,12.106Z' transform='translate(6 8)' fill='none' stroke='%2303A9F5' stroke-miterlimit='10' stroke-width='1.152'%3E%3C/path%3E%3Cpath id='Combined_Shape-2' data-name='Combined Shape' d='M4.486,12.967c-.569-.026-1.071-.065-1.512-.114A6.835,6.835,0,0,1,0,12.106C0,8.323,4.5,9.08,4.5,7.567a2.237,2.237,0,0,0-.41-1.513A3.5,3.5,0,0,1,3,3.4,3.222,3.222,0,0,1,6,0,3.222,3.222,0,0,1,9,3.4' transform='translate(1 3)' fill='none' stroke='%2303A9F5' stroke-miterlimit='10' stroke-width='1.152'%3E%3C/path%3E%3Cpath id='Combined_Shape-3' data-name='Combined Shape' d='M-4.486,12.967c.569-.026,1.071-.065,1.512-.114A6.835,6.835,0,0,0,0,12.106C0,8.323-4.5,9.08-4.5,7.567a2.237,2.237,0,0,1,.41-1.513A3.5,3.5,0,0,0-3,3.4,3.222,3.222,0,0,0-6,0,3.222,3.222,0,0,0-9,3.4' transform='translate(23 3)' fill='none' stroke='%2303A9F5' stroke-miterlimit='10' stroke-width='1.152'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  width: 25px;
  height: 25px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}
.page .main-content .overview ul li .setting-icon {
  width: 25px;
  height: 25px;
  display: block;
  background-size: 72%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}
.page .main-content .overview ul li .setting-icon.users {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='14' viewBox='0 0 12 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.34314 3.25C8.34314 3.87162 8.0962 4.46775 7.65664 4.90731C7.21714 5.34681 6.62095 5.59375 5.99939 5.59375C5.37776 5.59375 4.78164 5.34681 4.34207 4.90731C3.90257 4.46775 3.65564 3.87162 3.65564 3.25C3.65564 2.6284 3.90257 2.03226 4.34207 1.59272C4.78164 1.15318 5.37776 0.90625 5.99939 0.90625C6.62095 0.90625 7.21714 1.15318 7.65664 1.59272C8.0962 2.03226 8.34314 2.6284 8.34314 3.25ZM1.3125 12.0738C1.33258 10.844 1.83521 9.67137 2.71201 8.80875C3.58876 7.94619 4.76945 7.46281 5.99939 7.46281C7.22932 7.46281 8.41001 7.94619 9.28676 8.80875C10.1635 9.67137 10.6661 10.844 10.6863 12.0738C9.21589 12.748 7.61695 13.0959 5.99939 13.0938C4.32689 13.0938 2.73939 12.7288 1.3125 12.0738Z' stroke='%2303A9F5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 68%;
}
.page .main-content .overview ul li .setting-icon.agent-status {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6903 2.34463C11.0828 1.73105 10.3603 1.24332 9.56406 0.909363C8.76781 0.575406 7.91356 0.401787 7.05013 0.398438H7C5.24919 0.398438 3.57 1.09396 2.33199 2.33199C1.09396 3.57 0.398438 5.24919 0.398438 7V10.5547C0.398438 10.9587 0.558944 11.3463 0.844644 11.6319C1.13034 11.9176 1.51783 12.0781 1.92188 12.0781H2.9375C3.34156 12.0781 3.72906 11.9176 4.01475 11.6319C4.30044 11.3463 4.46094 10.9587 4.46094 10.5547V8.01562C4.46094 7.61156 4.30044 7.22406 4.01475 6.93837C3.72906 6.65269 3.34156 6.49219 2.9375 6.49219H1.43691C1.53485 5.43337 1.93256 4.42438 2.58344 3.5835C3.23432 2.74263 4.11144 2.10471 5.11188 1.7445C6.11238 1.38429 7.19481 1.31673 8.23231 1.54972C9.26981 1.78271 10.2194 2.30661 10.9698 3.06001C11.887 3.98188 12.4511 5.19669 12.5638 6.49219H11.0625C10.6584 6.49219 10.2709 6.65269 9.98525 6.93837C9.69956 7.22406 9.53906 7.61156 9.53906 8.01562V10.5547C9.53906 10.9587 9.69956 11.3463 9.98525 11.6319C10.2709 11.9176 10.6584 12.0781 11.0625 12.0781H12.5859C12.5859 12.4822 12.4254 12.8697 12.1398 13.1554C11.8541 13.4411 11.4666 13.6016 11.0625 13.6016H7.50781C7.37313 13.6016 7.24394 13.6551 7.14875 13.7503C7.0535 13.8455 7 13.9747 7 14.1094C7 14.2441 7.0535 14.3732 7.14875 14.4684C7.24394 14.5637 7.37313 14.6172 7.50781 14.6172H11.0625C11.7359 14.6172 12.3818 14.3497 12.8579 13.8735C13.3341 13.3974 13.6016 12.7515 13.6016 12.0781V7C13.6049 6.13644 13.4377 5.28075 13.1098 4.48187C12.7818 3.683 12.2994 2.95674 11.6903 2.34463ZM2.9375 7.50781C3.07218 7.50781 3.20134 7.56131 3.29656 7.65656C3.39181 7.75175 3.44531 7.88094 3.44531 8.01562V10.5547C3.44531 10.6894 3.39181 10.8186 3.29656 10.9137C3.20134 11.009 3.07218 11.0625 2.9375 11.0625H1.92188C1.78719 11.0625 1.65803 11.009 1.5628 10.9137C1.46756 10.8186 1.41406 10.6894 1.41406 10.5547V7.50781H2.9375ZM11.0625 11.0625C10.9278 11.0625 10.7986 11.009 10.7034 10.9137C10.6082 10.8186 10.5547 10.6894 10.5547 10.5547V8.01562C10.5547 7.88094 10.6082 7.75175 10.7034 7.65656C10.7986 7.56131 10.9278 7.50781 11.0625 7.50781H12.5859V11.0625H11.0625Z' fill='%2303A9F5'/%3E%3C/svg%3E");
}
.page .main-content .overview ul li .setting-icon.user-control {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_81_12095' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='17' height='14'%3E%3Cpath d='M0.75 0.125H17V13.875H0.75V0.125Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_81_12095)'%3E%3Cpath d='M16.9997 2.35644C16.966 2.22319 16.9356 2.08889 16.8977 1.95669C16.5819 0.855793 15.5797 0.122562 14.4179 0.125006C11.3303 0.131287 8.24247 0.133725 5.15493 0.131981C4.76509 0.131981 4.3795 0.122912 4.00242 0.24535C2.9782 0.577431 2.26408 1.51473 2.25344 2.5769C2.24494 3.42906 2.25416 4.28125 2.25983 5.13344C2.2616 5.39225 2.41931 5.60537 2.64825 5.68113C2.86231 5.75194 3.13059 5.69819 3.25251 5.51225C3.33614 5.38462 3.38966 5.21544 3.39356 5.06331C3.40915 4.44344 3.39533 3.82256 3.40206 3.20234C3.40489 2.93654 3.40738 2.66724 3.45133 2.40632C3.5704 1.69786 4.00809 1.32217 4.73638 1.27648C4.93024 1.26427 5.12481 1.25799 5.31902 1.25799C8.21234 1.25694 11.1057 1.2552 13.999 1.26043C14.2737 1.26078 14.553 1.28346 14.8219 1.33717C15.3911 1.45089 15.6917 1.83181 15.7944 2.37633C15.822 2.52353 15.8348 2.67562 15.8352 2.82526C15.8377 5.12125 15.8377 7.41719 15.8345 9.71319C15.8345 9.87431 15.8192 10.0386 15.7845 10.1959C15.6303 10.8988 15.1452 11.2599 14.3254 11.2641C12.7817 11.2718 11.2378 11.2672 9.69372 11.2689C9.36416 11.2689 9.14691 11.4221 9.07141 11.7015C8.98953 12.0042 9.19828 12.3263 9.51334 12.3764C9.59984 12.3904 9.68947 12.3911 9.77741 12.3911C11.1858 12.3918 12.5942 12.3866 14.0022 12.3949C14.3736 12.3971 14.744 12.4291 15.1058 12.3196C16.1485 12.0036 16.7712 11.3195 16.9664 10.2612C16.9713 10.2347 16.9884 10.2103 17.0001 10.1851C17.0001 9.99956 17.0001 9.814 17.0001 9.62844C16.9933 9.55444 16.9806 9.48012 16.9802 9.40619C16.9792 7.31569 16.9792 5.22519 16.9802 3.13467C16.9802 3.06072 16.993 2.98677 17.0001 2.91317C17.0001 2.72759 16.9997 2.54202 16.9997 2.35644Z' fill='%2303A9F5'/%3E%3Cpath d='M6.51986 13.8732C6.79668 13.8732 7.07343 13.8753 7.35024 13.8725C7.66568 13.8697 7.91124 13.6604 7.91836 13.3499C7.9318 12.7768 7.93218 12.2027 7.91374 11.6296C7.90986 11.505 7.83436 11.3557 7.74324 11.2647C6.37424 9.89938 5.00091 8.53825 3.62016 7.18413C3.10699 6.68075 2.37125 6.69263 1.85028 7.19213C1.60574 7.42656 1.36333 7.66375 1.12589 7.9055C0.62512 8.41475 0.622282 9.14763 1.13191 9.64963C2.50132 10.9982 3.87781 12.3401 5.25041 13.6852C5.3826 13.8146 5.53499 13.8798 5.72459 13.8749C5.98936 13.8679 6.2548 13.8732 6.51986 13.8732ZM6.78461 12.7611C6.53368 12.7611 6.29943 12.7709 6.06661 12.7563C5.97836 12.7507 5.87274 12.7099 5.81074 12.6499C4.98071 11.8451 4.15708 11.0344 3.33168 10.2248C3.29128 10.1851 3.25265 10.1432 3.2406 10.1306C3.53759 9.83763 3.82678 9.55263 4.08903 9.29344C4.9598 10.1345 5.8458 10.9894 6.73005 11.8465C6.75661 11.8723 6.78143 11.9149 6.7818 11.9498C6.78605 12.2145 6.78461 12.4789 6.78461 12.7611ZM2.35778 9.30669C2.22559 9.16581 2.07568 9.01856 1.94526 8.85675C1.91514 8.81944 1.92541 8.70744 1.96121 8.66975C2.17775 8.44094 2.4074 8.22394 2.63138 8.00175C2.70226 7.93131 2.76818 7.925 2.84367 7.99756C2.99039 8.13888 3.14101 8.27594 3.27781 8.40325C2.96806 8.70744 2.67816 8.99206 2.35778 9.30669Z' fill='%2303A9F5'/%3E%3Cpath d='M9.627 7.01825C9.9215 7.02107 10.1824 6.92651 10.4173 6.75838C11.6319 5.88982 12.846 5.02088 14.0595 4.15057C14.3639 3.93219 14.4302 3.59907 14.2286 3.33463C14.0273 3.07059 13.6895 3.03536 13.3844 3.25301C12.2262 4.07938 11.0694 4.9075 9.91194 5.73494C9.71775 5.87375 9.5215 5.872 9.32331 5.72969C8.17113 4.90469 7.01894 4.08007 5.86644 3.25582C5.54608 3.02664 5.17644 3.07617 4.99038 3.37201C4.82416 3.63607 4.89646 3.94338 5.18069 4.14744C6.03656 4.76238 6.89419 5.37457 7.75119 5.98782C8.11763 6.25013 8.48369 6.51351 8.85194 6.77369C9.083 6.93694 9.34131 7.02213 9.627 7.01825Z' fill='%2303A9F5'/%3E%3C/g%3E%3C/svg%3E");
}
.page .main-content .overview ul li .text-wrap h4 {
  font-size: 14px;
  color: #1D242E;
  font-weight: 500;
  margin-bottom: 5px;
}
.page .main-content .overview ul li .text-wrap p {
  font-size: 12px;
  color: #1D242E;
}
.page .main-content .overview ul li .arrow-icon {
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.46281 6.0925L1.74865 10.8067L0.570313 9.62833L4.69531 5.50333L0.570313 1.37833L1.74865 0.199997L6.46281 4.91416C6.61904 5.07044 6.7068 5.28236 6.7068 5.50333C6.7068 5.7243 6.61904 5.93622 6.46281 6.0925Z' fill='%23283342'/%3E%3C/svg%3E%0A");
  width: 7px;
  height: 11px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  align-self: center;
}
.page .main-content .conversational-filter {
  display: flex;
}
.page .main-content .conversational-filter .filter-wrap {
  width: 80%;
}
.page .main-content .conversational-filter .filter-btn {
  width: 20%;
}
.page .main-content .conversational-filter .conversational-filter-list {
  padding: 0px;
  list-style-type: none;
  display: flex;
  gap: 8px;
  margin-bottom: 0px;
}
.page .main-content .conversational-filter .conversational-filter-list li {
  width: 19%;
}
.page .main-content .no-data-found {
  height: 50vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.page .main-content .page-box {
  border: 1px solid #eee;
  padding: 4px 10px;
}
.page .main-content .page-box span {
  font-size: 14px;
}
.page .main-content .tracking .pagination li {
  margin-right: 6px;
}
.page .main-content .searchBox .form-control {
  font-size: 14px;
}
.page .main-content .searchBox .form-control:focus {
  box-shadow: none;
}
.page .main-content .searchBox .input-group-text::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2674 9.52847H9.61899L9.38919 9.30687C10.3741 8.15786 10.8829 6.59028 10.6039 4.92421C10.2181 2.6426 8.31404 0.820595 6.01602 0.54155C2.54436 0.114774 -0.377414 3.03655 0.0493621 6.50821C0.328408 8.80623 2.15041 10.7103 4.43202 11.096C6.09809 11.3751 7.66567 10.8662 8.81468 9.88138L9.03628 10.1112V10.7596L12.5244 14.2476C12.8609 14.5841 13.4107 14.5841 13.7472 14.2476C14.0837 13.9111 14.0837 13.3612 13.7472 13.0247L10.2674 9.52847ZM5.34303 9.52847C3.29943 9.52847 1.64977 7.87881 1.64977 5.83521C1.64977 3.79161 3.29943 2.14196 5.34303 2.14196C7.38663 2.14196 9.03628 3.79161 9.03628 5.83521C9.03628 7.87881 7.38663 9.52847 5.34303 9.52847Z' fill='%231D242E'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  height: 14px;
  width: 14px;
  display: block;
}
.page .main-content .bg-light {
  background-color: rgba(3, 169, 245, 0.1019607843);
}
.page .main-content table.user-table tr td {
  vertical-align: middle;
}
.page .main-content .result {
  font-size: 13px;
}
.page .main-content .sortby {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.33333 1.5H15.6667C15.8877 1.5 16.0996 1.5878 16.2559 1.74408C16.4122 1.90036 16.5 2.11232 16.5 2.33333V3.655C16.5 3.876 16.4121 4.08792 16.2558 4.24417L10.9108 9.58917C10.7545 9.74541 10.6667 9.95734 10.6667 10.1783V15.4325C10.6667 15.5592 10.6378 15.6842 10.5822 15.798C10.5267 15.9118 10.4459 16.0115 10.346 16.0894C10.2461 16.1674 10.1298 16.2215 10.0059 16.2477C9.88198 16.274 9.75371 16.2716 9.63083 16.2408L7.96417 15.8242C7.78396 15.779 7.62401 15.675 7.50971 15.5285C7.39542 15.3821 7.33334 15.2016 7.33333 15.0158V10.1783C7.33329 9.95734 7.24546 9.74541 7.08917 9.58917L1.74417 4.24417C1.58788 4.08792 1.50005 3.876 1.5 3.655V2.33333C1.5 2.11232 1.5878 1.90036 1.74408 1.74408C1.90036 1.5878 2.11232 1.5 2.33333 1.5Z' stroke='%2303A9F5' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  height: 20px;
  width: 20px;
  display: block;
}
.page .main-content .search-filter .form-control {
  height: 35px;
}
.page .main-content .online {
  display: flex;
  align-items: center;
  gap: 7px;
}
.page .main-content .online span::before {
  content: "";
  background-color: #34C759;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  display: flex;
}
.page .main-content .busy {
  display: flex;
  align-items: center;
  gap: 7px;
}
.page .main-content .busy span::before {
  content: "";
  background-color: rgb(241, 10, 10);
  border-radius: 50%;
  height: 6px;
  width: 6px;
  display: flex;
}
.page .main-content .offline {
  display: flex;
  align-items: center;
  gap: 7px;
}
.page .main-content .offline span::before {
  content: "";
  background-color: rgb(173, 169, 169);
  border-radius: 50%;
  height: 6px;
  width: 6px;
  display: flex;
}
.page .main-content .usercontrollist {
  list-style-type: none;
  padding: 0px;
}
.page .main-content .usercontrollist li {
  margin-bottom: 14px;
}
.page .main-content .usercontrollist li:last-child {
  margin-bottom: 0px;
}
.page .main-content .usercontrollist li .user-card {
  background: rgba(3, 169, 245, 0.1019607843);
  border-radius: 8px;
  padding: 10px 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.page .main-content .usercontrollist li .user-card .user-title {
  font-size: 15px;
  margin-bottom: 4px;
}
.page .main-content .usercontrollist li .user-card p {
  margin-bottom: 0px;
  font-size: 13px;
}
.page .no-found {
  height: 120px;
  width: 120px;
  margin: 0 auto;
}

.campaign-type {
  display: flex;
  gap: 20px;
}
.campaign-type .select-type {
  position: relative;
  width: 65%;
}
.campaign-type .select-type .radio-button-container {
  cursor: pointer;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2509803922);
  padding: 15px;
  border-radius: 8px;
  font-size: 12px;
  color: #1D242E;
}
.campaign-type .select-type .radio-button-container span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.campaign-type .select-type .radio-button-container span .icon-type {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.01795 9.50024L8.01311 10.5L11 7.5L8.01381 4.5L7.01865 5.50047L8.30448 6.79295L3 6.79295L3 8.20705L8.30448 8.20705L7.01795 9.50024Z' fill='%23283342'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9496 12.4496C14.6835 9.71582 14.6835 5.28418 11.9496 2.55036C9.21582 -0.183455 4.78418 -0.183455 2.05037 2.55036C-0.683453 5.28418 -0.683453 9.71582 2.05036 12.4496C4.78418 15.1835 9.21582 15.1835 11.9496 12.4496ZM11.0498 11.5498C12.1239 10.4757 12.7273 9.01898 12.7273 7.5C12.7273 5.98102 12.1239 4.52426 11.0498 3.45018C9.97574 2.3761 8.51898 1.77269 7 1.77269C5.48102 1.77269 4.02426 2.3761 2.95018 3.45018C1.8761 4.52426 1.27269 5.98102 1.27269 7.5C1.27269 9.01898 1.8761 10.4757 2.95018 11.5498C4.02426 12.6239 5.48102 13.2273 7 13.2273C8.51898 13.2273 9.97574 12.6239 11.0498 11.5498Z' fill='%23283342'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 15px;
  display: block;
}
.campaign-type .select-type .radio-button-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.campaign-type .select-type .radio-button-container .checkmark {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  border: 2px solid #03A9F5;
  transition: all 0.3s;
}
.campaign-type .select-type .radio-button-container .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #03A9F5;
}
.campaign-type .select-type .radio-button-container input:checked ~ .checkmark {
  border-color: #03A9F5;
}
.campaign-type .select-type .radio-button-container input:checked ~ .checkmark::after {
  display: block;
}
.campaign-type .select-type .radio-button-container ul {
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 20px;
}

.utility {
  background-color: #E3EBF3;
  padding: 5px 8px;
  font-size: 13px;
  border-radius: 4px;
}

.canvasjs-chart-container {
  font-family: "Poppins", sans-serif !important;
}
.canvasjs-chart-container .canvasjs-chart-credit {
  display: none;
}

.profilewrap h3 {
  margin-bottom: 6px;
}

.user-list {
  padding: 0px;
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  display: flex;
  flex-wrap: wrap;
}
.user-list li {
  width: 50%;
  margin-bottom: 18px !important;
  padding-right: 10px;
}
.user-list .formkey {
  display: flex;
  gap: 8px;
  font-size: 13px;
  text-transform: uppercase;
  color: #787676;
  letter-spacing: 0.35px;
}
.user-list .formvalue {
  font-size: 14px;
  color: #000;
  word-wrap: break-word;
}

.edit-card {
  position: relative;
}
.edit-card .action {
  position: absolute;
  right: 14px;
}

.preview-list {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.preview-list li {
  display: flex;
  gap: 4px;
  margin-bottom: 8px;
  font-size: 15px;
}

.icons::before {
  content: "";
  background-size: 73%;
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 20px;
  display: inline-block;
}
.icons.address::before {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='18' viewBox='0 0 14 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4C6.38193 4 5.77775 4.18328 5.26384 4.52666C4.74994 4.87004 4.3494 5.3581 4.11288 5.92911C3.87635 6.50013 3.81447 7.12847 3.93505 7.73466C4.05562 8.34085 4.35325 8.89767 4.79029 9.33471C5.22733 9.77175 5.78415 10.0694 6.39034 10.19C6.99653 10.3105 7.62487 10.2486 8.19589 10.0121C8.7669 9.7756 9.25496 9.37506 9.59834 8.86116C9.94172 8.34725 10.125 7.74307 10.125 7.125C10.125 6.2962 9.79576 5.50134 9.20971 4.91529C8.62366 4.32924 7.8288 4 7 4ZM7 9C6.62916 9 6.26665 8.89003 5.95831 8.68401C5.64996 8.47798 5.40964 8.18514 5.26773 7.84253C5.12581 7.49992 5.08868 7.12292 5.16103 6.75921C5.23337 6.39549 5.41195 6.0614 5.67417 5.79917C5.9364 5.53695 6.27049 5.35837 6.63421 5.28603C6.99792 5.21368 7.37492 5.25081 7.71753 5.39273C8.06014 5.53464 8.35298 5.77496 8.55901 6.08331C8.76503 6.39165 8.875 6.75416 8.875 7.125C8.875 7.62228 8.67746 8.09919 8.32583 8.45083C7.97419 8.80246 7.49728 9 7 9ZM7 0.25C5.17727 0.252068 3.42979 0.97706 2.14092 2.26592C0.85206 3.55479 0.127068 5.30227 0.125 7.125C0.125 9.57812 1.25859 12.1781 3.40625 14.6445C4.37127 15.759 5.45739 16.7626 6.64453 17.6367C6.74962 17.7103 6.87482 17.7498 7.00312 17.7498C7.13143 17.7498 7.25663 17.7103 7.36172 17.6367C8.54668 16.7623 9.63069 15.7587 10.5938 14.6445C12.7383 12.1781 13.875 9.57812 13.875 7.125C13.8729 5.30227 13.1479 3.55479 11.8591 2.26592C10.5702 0.97706 8.82273 0.252068 7 0.25ZM7 16.3438C5.70859 15.3281 1.375 11.5977 1.375 7.125C1.375 5.63316 1.96763 4.20242 3.02252 3.14752C4.07742 2.09263 5.50816 1.5 7 1.5C8.49184 1.5 9.92258 2.09263 10.9775 3.14752C12.0324 4.20242 12.625 5.63316 12.625 7.125C12.625 11.5961 8.29141 15.3281 7 16.3438Z' fill='%233F3F3F'/%3E%3C/svg%3E");
}
.icons.finance::before {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.25 0.125001C2.63193 0.125001 2.02775 0.308279 1.51384 0.651659C0.999941 0.995038 0.599402 1.4831 0.362878 2.05412C0.126354 2.62513 0.0644687 3.25347 0.185047 3.85966C0.305626 4.46585 0.603254 5.02267 1.04029 5.45971C1.47733 5.89675 2.03415 6.19438 2.64034 6.31496C3.24654 6.43553 3.87487 6.37365 4.44589 6.13713C5.01691 5.9006 5.50496 5.50006 5.84834 4.98616C6.19172 4.47225 6.375 3.86807 6.375 3.25C6.375 2.4212 6.04576 1.62634 5.45971 1.04029C4.87366 0.454242 4.0788 0.125001 3.25 0.125001ZM3.25 5.125C2.87916 5.125 2.51665 5.01503 2.20831 4.80901C1.89996 4.60298 1.65964 4.31014 1.51773 3.96753C1.37581 3.62492 1.33868 3.24792 1.41103 2.88421C1.48338 2.52049 1.66195 2.1864 1.92418 1.92418C2.1864 1.66195 2.52049 1.48338 2.88421 1.41103C3.24792 1.33868 3.62492 1.37581 3.96753 1.51773C4.31014 1.65964 4.60298 1.89996 4.80901 2.20831C5.01503 2.51665 5.125 2.87916 5.125 3.25C5.125 3.74728 4.92746 4.2242 4.57583 4.57583C4.2242 4.92746 3.74728 5.125 3.25 5.125ZM10.75 6.375C11.3681 6.375 11.9723 6.19172 12.4862 5.84834C13.0001 5.50496 13.4006 5.01691 13.6371 4.44589C13.8736 3.87487 13.9355 3.24654 13.815 2.64034C13.6944 2.03415 13.3967 1.47733 12.9597 1.04029C12.5227 0.603254 11.9658 0.305626 11.3597 0.185047C10.7535 0.0644687 10.1251 0.126354 9.55412 0.362878C8.9831 0.599402 8.49504 0.999941 8.15166 1.51384C7.80828 2.02775 7.625 2.63193 7.625 3.25C7.625 4.0788 7.95424 4.87366 8.54029 5.45971C9.12634 6.04576 9.9212 6.375 10.75 6.375ZM10.75 1.375C11.1208 1.375 11.4834 1.48497 11.7917 1.691C12.1 1.89702 12.3404 2.18986 12.4823 2.53247C12.6242 2.87508 12.6613 3.25208 12.589 3.6158C12.5166 3.97951 12.338 4.3136 12.0758 4.57583C11.8136 4.83805 11.4795 5.01663 11.1158 5.08897C10.7521 5.16132 10.3751 5.12419 10.0325 4.98228C9.68986 4.84036 9.39702 4.60004 9.191 4.2917C8.98497 3.98335 8.875 3.62084 8.875 3.25C8.875 2.75272 9.07255 2.27581 9.42418 1.92418C9.77581 1.57255 10.2527 1.375 10.75 1.375ZM3.25 7.625C2.63193 7.625 2.02775 7.80828 1.51384 8.15166C0.999941 8.49504 0.599402 8.9831 0.362878 9.55412C0.126354 10.1251 0.0644687 10.7535 0.185047 11.3597C0.305626 11.9658 0.603254 12.5227 1.04029 12.9597C1.47733 13.3967 2.03415 13.6944 2.64034 13.815C3.24654 13.9355 3.87487 13.8736 4.44589 13.6371C5.01691 13.4006 5.50496 13.0001 5.84834 12.4862C6.19172 11.9723 6.375 11.3681 6.375 10.75C6.375 9.9212 6.04576 9.12634 5.45971 8.54029C4.87366 7.95424 4.0788 7.625 3.25 7.625ZM3.25 12.625C2.87916 12.625 2.51665 12.515 2.20831 12.309C1.89996 12.103 1.65964 11.8101 1.51773 11.4675C1.37581 11.1249 1.33868 10.7479 1.41103 10.3842C1.48338 10.0205 1.66195 9.6864 1.92418 9.42418C2.1864 9.16195 2.52049 8.98338 2.88421 8.91103C3.24792 8.83868 3.62492 8.87581 3.96753 9.01773C4.31014 9.15964 4.60298 9.39997 4.80901 9.70831C5.01503 10.0166 5.125 10.3792 5.125 10.75C5.125 11.2473 4.92746 11.7242 4.57583 12.0758C4.2242 12.4275 3.74728 12.625 3.25 12.625ZM10.75 7.625C10.1319 7.625 9.52775 7.80828 9.01384 8.15166C8.49994 8.49504 8.0994 8.9831 7.86288 9.55412C7.62635 10.1251 7.56447 10.7535 7.68505 11.3597C7.80563 11.9658 8.10325 12.5227 8.54029 12.9597C8.97733 13.3967 9.53415 13.6944 10.1403 13.815C10.7465 13.9355 11.3749 13.8736 11.9459 13.6371C12.5169 13.4006 13.005 13.0001 13.3483 12.4862C13.6917 11.9723 13.875 11.3681 13.875 10.75C13.875 9.9212 13.5458 9.12634 12.9597 8.54029C12.3737 7.95424 11.5788 7.625 10.75 7.625ZM10.75 12.625C10.3792 12.625 10.0166 12.515 9.70831 12.309C9.39997 12.103 9.15964 11.8101 9.01773 11.4675C8.87581 11.1249 8.83868 10.7479 8.91103 10.3842C8.98338 10.0205 9.16195 9.6864 9.42418 9.42418C9.6864 9.16195 10.0205 8.98338 10.3842 8.91103C10.7479 8.83868 11.1249 8.87581 11.4675 9.01773C11.8101 9.15964 12.103 9.39997 12.309 9.70831C12.515 10.0166 12.625 10.3792 12.625 10.75C12.625 11.2473 12.4275 11.7242 12.0758 12.0758C11.7242 12.4275 11.2473 12.625 10.75 12.625Z' fill='%233F3F3F'/%3E%3C/svg%3E");
}

.active-onboarding {
  display: flex;
  align-items: center;
  gap: 8px;
}
.active-onboarding::before {
  content: "";
  background-color: #43C854;
  height: 10px;
  width: 10px;
  border-radius: 100%;
}

.whatsapp-profile .text-blue {
  color: #03A9F5;
  font-size: 14px;
}
.whatsapp-profile .checked::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.0026 0.333344C3.33594 0.333344 0.335938 3.33334 0.335938 7.00001C0.335938 10.6667 3.33594 13.6667 7.0026 13.6667C10.6693 13.6667 13.6693 10.6667 13.6693 7.00001C13.6693 3.33334 10.6693 0.333344 7.0026 0.333344ZM5.66927 10.3333L2.33594 7.00001L3.27594 6.06001L5.66927 8.44668L10.7293 3.38668L11.6693 4.33334L5.66927 10.3333Z' fill='%2334C759'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  display: inline-block;
  margin-right: 8px;
}

.fw-semibold {
  font-weight: 600 !important;
}

.vertical-list {
  padding: 0px;
  margin: 20px 0px 0px;
  list-style-type: none;
}
.vertical-list li {
  font-size: 14px;
  margin-bottom: 17px;
}

.footer {
  font-size: 13px;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.footer .container {
  padding: 12.1px 14px;
}

.event-list {
  list-style-type: none;
  margin: 7px 0px 0px;
  padding: 0px;
  display: flex;
  gap: 10px;
}
.event-list li {
  margin-bottom: 0px;
  background-color: rgba(3, 169, 245, 0.1019607843);
  padding: 3px 6px;
  font-size: 13px;
  font-weight: 400;
  color: #626262;
}

.small-tittle {
  font-size: 18px;
}

.drag-file {
  border: 2px dashed #ddd;
  margin-top: 20px;
  width: 100%;
  border-radius: 8px;
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.drag-file input[type=file] {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.drag-file .download-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4661_3922)'%3E%3Cpath d='M7.50044 18C6.25272 18 5.0561 17.5258 4.17383 16.6819C3.29155 15.838 2.7959 14.6934 2.7959 13.5C2.7959 12.3065 3.29155 11.1619 4.17383 10.318C5.0561 9.47406 6.25272 8.99995 7.50044 8.99995C7.79513 7.68713 8.65721 6.53343 9.89703 5.79267C10.5109 5.42587 11.1991 5.1715 11.9222 5.04406C12.6453 4.91663 13.3893 4.91863 14.1116 5.04995C14.8338 5.18127 15.5203 5.43934 16.1317 5.80943C16.7432 6.17952 17.2677 6.65437 17.6752 7.20688C18.0828 7.75939 18.3654 8.37873 18.507 9.02955C18.6486 9.68036 18.6464 10.3499 18.5004 11H19.5004C20.4287 11 21.3189 11.3687 21.9753 12.0251C22.6317 12.6815 23.0004 13.5717 23.0004 14.5C23.0004 15.4282 22.6317 16.3184 21.9753 16.9748C21.3189 17.6312 20.4287 18 19.5004 18H18.5004' stroke='%23ADADAD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.5 15L12.5 12L15.5 15' stroke='%23ADADAD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.5 12V21' stroke='%23ADADAD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4661_3922'%3E%3Crect width='24' height='24' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  height: 30px;
  width: 30px;
  display: inline-block;
  margin-bottom: 10px;
}
.drag-file .drag-title {
  font-weight: 400;
  text-align: center;
  font-size: 14px;
}

.add-variables {
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  color: #7e7b7b;
  display: flex;
  align-items: center;
  margin-top: 3px;
  background-color: #E2E2E2;
  border: 0px;
  padding: 4px 10px;
  border-radius: 5px;
  height: auto !important;
}
.add-variables:hover {
  color: #7e7b7b;
}
.add-variables::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 4C12.5523 4 13 4.44772 13 5V11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H13V19C13 19.5523 12.5523 20 12 20C11.4477 20 11 19.5523 11 19V13H5C4.44772 13 4 12.5523 4 12C4 11.4477 4.44772 11 5 11H11V5C11 4.44772 11.4477 4 12 4Z' fill='%237e7b7b'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  display: inline-block;
  margin-right: 3px;
}

.toolbar {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
.toolbar .head {
  display: flex;
  grid-gap: 10px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.toolbar .head > input {
  max-width: 100px;
  padding: 6px 10px;
  border-radius: 6px;
  border: 2px solid #ddd;
  outline: none;
}
.toolbar .head select {
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
}
.toolbar .head .color {
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  grid-gap: 6px;
  padding: 0 10px;
}
.toolbar .head .color span {
  font-size: 14px;
}
.toolbar .head .color input {
  border: none;
  padding: 0;
  width: 26px;
  height: 26px;
  background: #fff;
  cursor: pointer;
}
.toolbar .head .color input::-moz-color-swatch {
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
}
.toolbar .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
  grid-gap: 0px;
}
.toolbar .btn-toolbar button {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.toolbar .btn-toolbar button:hover {
  background: #f3f3f3;
}

#content {
  font-size: 14px;
  padding: 16px;
  outline: none;
  min-height: 20vh;
  max-height: 100vh;
  overflow: auto;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  margin: 0px 0px 10px;
  border-radius: 0.25rem;
}

#show-code[data-active=true] {
  background: #eee;
}

.add-btn-template .add-btn {
  padding: 2px 7px !important;
  margin-left: 12px;
  border: 0px !important;
  background-color: #E5E5E5 !important;
  color: #353535;
  border-radius: 4px !important;
}
.add-btn-template .add-btn.secondary-btn {
  color: #353535 !important;
}
.add-btn-template .add-btn.secondary-btn::before {
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 4C12.5523 4 13 4.44772 13 5V11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H13V19C13 19.5523 12.5523 20 12 20C11.4477 20 11 19.5523 11 19V13H5C4.44772 13 4 12.5523 4 12C4 11.4477 4.44772 11 5 11H11V5C11 4.44772 11.4477 4 12 4Z' fill='%23000'/%3E%3C/svg%3E");
}
.add-btn-template .dropdown-menu {
  padding-left: 0px !important;
}
.add-btn-template .dropdown-toggle::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg fill='%23000' width='800px' height='800px' viewBox='-8.5 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Eangle-down%3C/title%3E%3Cpath d='M7.28 20.040c-0.24 0-0.44-0.080-0.6-0.24l-6.44-6.44c-0.32-0.32-0.32-0.84 0-1.2 0.32-0.32 0.84-0.32 1.2 0l5.84 5.84 5.84-5.84c0.32-0.32 0.84-0.32 1.2 0 0.32 0.32 0.32 0.84 0 1.2l-6.44 6.44c-0.16 0.16-0.4 0.24-0.6 0.24z'%3E%3C/path%3E%3C/svg%3E");
  background-size: cover;
  height: 20px;
  width: 20px;
  display: inline-block;
  border: 0px;
}
.add-btn-template .dropdown-toggle:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23000' width='800px' height='800px' viewBox='-8.5 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Eangle-down%3C/title%3E%3Cpath d='M7.28 20.040c-0.24 0-0.44-0.080-0.6-0.24l-6.44-6.44c-0.32-0.32-0.32-0.84 0-1.2 0.32-0.32 0.84-0.32 1.2 0l5.84 5.84 5.84-5.84c0.32-0.32 0.84-0.32 1.2 0 0.32 0.32 0.32 0.84 0 1.2l-6.44 6.44c-0.16 0.16-0.4 0.24-0.6 0.24z'%3E%3C/path%3E%3C/svg%3E");
}
.add-btn-template .dropdown-item {
  font-size: 13px;
}

.add-template-button-list {
  padding: 0px;
  margin: 20px 0px 0px;
  list-style-type: none;
}
.add-template-button-list li {
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ced4da;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 18px;
}
.add-template-button-list .close {
  position: absolute;
  top: -13px;
  right: -8px;
  background-color: #eee;
  border-radius: 100%;
  border: 1px solid #ddd;
  height: 22px;
  width: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.add-template-button-list .close::after {
  content: "";
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  height: 8px;
  width: 8px;
  display: inline-block;
}

.template-preview {
  background-image: url("../images/bg.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 280px;
  padding: 11px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.template-preview h4 {
  font-size: 14px;
  color: #1D242E;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.template-preview .message-chat {
  position: relative;
  background: white;
  border-radius: 10px;
  padding: 5px 10px;
  width: 266px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  left: 14px;
  position: relative;
  margin-bottom: 14px;
}
.template-preview .message-chat::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 17px solid white;
}
.template-preview .message-chat p {
  margin-bottom: 0px;
  font-size: 13px;
}
.template-preview .message-chat .time {
  font-size: 12px;
  display: flex;
  justify-content: end;
  color: rgba(0, 0, 0, 0.2509803922);
  line-height: 1;
}
.template-preview .template-white-card {
  border-radius: 8px;
  overflow: hidden;
  transition: 0.6s ease-in-out;
}
.template-preview .template-white-card .swiper-button-prev, .template-preview .template-white-card .swiper-button-next {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
  border: 0px;
  box-shadow: -4px 0px 4px 0px hsla(0, 0%, 0%, 0.1);
}
.template-preview .template-white-card .swiper-button-next.swiper-button-disabled,
.template-preview .template-white-card .swiper-button-prev.swiper-button-disabled {
  pointer-events: all;
  background-color: #F2F2F2;
  cursor: not-allowed;
}
.template-preview .template-white-card .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 0px);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.template-preview .template-white-card .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 0px);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.template-preview .template-white-card:hover .swiper-button-prev, .template-preview .template-white-card:hover .swiper-button-next {
  opacity: 1;
  visibility: visible;
}
.template-preview .swiper-card {
  border-radius: 8px;
  background-color: #fff;
  width: 230px !important;
}
.template-preview .swiper-card .template-slide-card {
  padding: 5px;
}
.template-preview .swiper-card img {
  width: 100%;
  border-radius: 4px;
}
.template-preview .swiper-card .description {
  padding: 8px 8px 0px 8px;
}
.template-preview .swiper-card .description .variables-title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 4px;
}
.template-preview .swiper-card .description .description-small-text {
  font-size: 13px;
  color: #6E6E6E;
}
.template-preview .swiper-card .description p {
  font-size: 13px;
  color: #1D242E;
  margin-bottom: 5px;
}
.template-preview .swiper-card .default-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #CDCDCD;
  height: 134px;
  width: 100%;
}
.template-preview .swiper-card .default-image.video::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='66' height='66' viewBox='0 0 66 66' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33 66C51.2254 66 66 51.2254 66 33C66 14.7746 51.2254 0 33 0C14.7746 0 0 14.7746 0 33C0 51.2254 14.7746 66 33 66Z' fill='white'/%3E%3Cpath d='M25.1001 19.8L44.9001 33L25.1001 46.2V19.8Z' fill='%23CDCDCD'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 50px;
  width: 50px;
  display: block;
  position: absolute;
}
.template-preview .swiper-card .default-image.location::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='58' height='72' viewBox='0 0 58 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M58 29.5555C58 52.1111 29 71.4444 29 71.4444C29 71.4444 0 52.1111 0 29.5555C1.14609e-07 21.8643 3.05535 14.488 8.4939 9.04944C13.9325 3.61089 21.3087 0.555542 29 0.555542C36.6913 0.555542 44.0675 3.61089 49.5061 9.04944C54.9447 14.488 58 21.8643 58 29.5555Z' fill='white'/%3E%3Cpath d='M29.0002 39.2222C34.3389 39.2222 38.6668 34.8943 38.6668 29.5556C38.6668 24.2168 34.3389 19.8889 29.0002 19.8889C23.6614 19.8889 19.3335 24.2168 19.3335 29.5556C19.3335 34.8943 23.6614 39.2222 29.0002 39.2222Z' fill='%23CDCDCD'/%3E%3C/svg%3E");
  background-size: 69%;
  background-repeat: no-repeat;
  background-position: center;
  height: 58px;
  width: 70px;
  display: block;
  position: absolute;
}
.template-preview .swiper-card .default-image.image-smaple::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='78' height='78' viewBox='0 0 78 78' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M66.0618 78H11.9385C8.77287 77.9952 5.73838 76.7353 3.50039 74.4964C1.2624 72.2576 0.00358821 69.2226 0 66.057V11.9382C0.00359067 8.77305 1.26254 5.73854 3.50066 3.50042C5.73878 1.2623 8.77329 0.00334653 11.9385 -0.000244141H66.0618C69.2269 0.00334653 72.2615 1.2623 74.4996 3.50042C76.7377 5.73854 77.9967 8.77305 78.0002 11.9382V66.057C77.9967 69.2226 76.7378 72.2576 74.4998 74.4964C72.2619 76.7353 69.2274 77.9952 66.0618 78ZM11.9385 5.65244C10.2719 5.65423 8.67415 6.31706 7.49573 7.49548C6.31731 8.67391 5.65448 10.2717 5.65268 11.9382V66.057C5.65388 67.7241 6.31637 69.3227 7.49479 70.502C8.67322 71.6813 10.2713 72.3449 11.9385 72.3473H66.0618C67.7289 72.3449 69.327 71.6813 70.5054 70.502C71.6839 69.3227 72.3464 67.7241 72.3476 66.057V11.9382C72.3458 10.2717 71.6829 8.67391 70.5045 7.49548C69.3261 6.31706 67.7283 5.65423 66.0618 5.65244H11.9385Z' fill='white'/%3E%3Cpath d='M26.2509 38.3794C24.2528 38.3794 22.2996 37.7869 20.6383 36.6768C18.9769 35.5667 17.6821 33.989 16.9174 32.143C16.1528 30.297 15.9528 28.2657 16.3426 26.306C16.7324 24.3463 17.6945 22.5462 19.1074 21.1334C20.5202 19.7205 22.3203 18.7584 24.28 18.3686C26.2397 17.9788 28.271 18.1788 30.117 18.9434C31.963 19.7081 33.5407 21.0029 34.6508 22.6643C35.7609 24.3256 36.3534 26.2788 36.3534 28.2769C36.3504 30.9553 35.2851 33.5232 33.3911 35.4171C31.4972 37.3111 28.9293 38.3764 26.2509 38.3794ZM26.2509 23.8294C25.3707 23.8294 24.5103 24.0904 23.7785 24.5795C23.0467 25.0685 22.4764 25.7636 22.1396 26.5768C21.8029 27.3901 21.7149 28.2849 21.8868 29.1481C22.0587 30.0114 22.4827 30.8042 23.1052 31.4265C23.7278 32.0487 24.5209 32.4723 25.3842 32.6437C26.2475 32.8152 27.1423 32.7267 27.9553 32.3896C28.7684 32.0525 29.4632 31.4818 29.9519 30.7497C30.4406 30.0176 30.7012 29.1571 30.7007 28.2769C30.6989 27.0975 30.2294 25.967 29.3953 25.1332C28.5611 24.2995 27.4303 23.8306 26.2509 23.8294Z' fill='white'/%3E%3Cpath d='M5.45839 71.6033C4.91259 71.6028 4.37861 71.4442 3.92097 71.1468C3.46332 70.8494 3.10158 70.4258 2.87944 69.9273C2.6573 69.4287 2.58427 68.8765 2.66917 68.3373C2.75407 67.7982 2.99326 67.2951 3.35786 66.889L16.6439 52.0857C17.926 50.649 19.7154 49.7658 21.6356 49.622C23.5558 49.4782 25.4568 50.085 26.9386 51.3147L32.6478 56.0268C32.8332 56.1851 33.0497 56.3027 33.2834 56.3721C33.5171 56.4414 33.7627 56.4609 34.0044 56.4292C34.2441 56.4044 34.4764 56.3315 34.6873 56.215C34.8982 56.0984 35.0836 55.9406 35.2322 55.7509L50.2548 36.3419C50.9474 35.4414 51.8378 34.7123 52.8572 34.2109C53.8765 33.7094 54.9975 33.4491 56.1336 33.45H56.1607C57.2862 33.4484 58.3973 33.7029 59.4099 34.1941C60.4225 34.6853 61.3101 35.4004 62.0056 36.2853L76.4131 54.6159C76.8764 55.2053 77.0865 55.9547 76.9972 56.6991C76.908 57.4435 76.5266 58.1219 75.9372 58.5852C75.3477 59.0484 74.5983 59.2585 73.8539 59.1693C73.1096 59.08 72.4311 58.6987 71.9678 58.1092L57.5603 39.7787C57.3919 39.5644 57.1765 39.3917 56.9306 39.2741C56.6848 39.1564 56.4151 39.097 56.1426 39.1004C55.8691 39.1104 55.6008 39.1778 55.355 39.2981C55.1092 39.4185 54.8915 39.5892 54.7159 39.7991L39.682 59.1991C39.0702 59.9884 38.3062 60.6468 37.4352 61.1355C36.5643 61.6241 35.6041 61.9329 34.6116 62.0436C33.6191 62.1543 32.6145 62.0646 31.6573 61.7799C30.7001 61.4952 29.8098 61.0212 29.0391 60.3861L23.3299 55.674C22.9718 55.3769 22.5124 55.2304 22.0484 55.2654C21.5844 55.3004 21.1522 55.5142 20.8427 55.8617L7.57476 70.6537C7.30971 70.9532 6.98387 71.1929 6.61894 71.3566C6.25401 71.5204 5.85837 71.6045 5.45839 71.6033Z' fill='white'/%3E%3C/svg%3E");
  background-size: 83%;
  background-repeat: no-repeat;
  background-position: center;
  height: 78px;
  width: 78px;
  display: block;
  position: absolute;
}
.template-preview .swiper-card .time {
  font-size: 12px;
  color: #6E6E6E;
  display: flex;
  justify-content: end;
}
.template-preview .swiper-button-prev,
.template-preview .swiper-button-next {
  background-color: #fff;
  width: 30px !important;
  height: 60px !important;
  border: 1px solid #ddd;
}
.template-preview .swiper-button-prev::after,
.template-preview .swiper-button-next::after {
  font-size: 16px !important;
  color: #000;
}

.guidline p {
  color: #707070 !important;
  margin-bottom: 0px;
}

.date-picker {
  position: relative;
}

.date-icon {
  position: absolute;
  top: 36px;
  right: 24px;
}
.date-icon::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg fill='%23999999' width='800px' height='800px' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M266.815 537.708c0 22.62-18.34 40.96-40.96 40.96s-40.96-18.34-40.96-40.96 18.34-40.96 40.96-40.96 40.96 18.34 40.96 40.96zm182.77 0c0 22.62-18.34 40.96-40.96 40.96s-40.96-18.34-40.96-40.96 18.34-40.96 40.96-40.96 40.96 18.34 40.96 40.96zm182.775 0c0 22.62-18.34 40.96-40.96 40.96s-40.96-18.34-40.96-40.96 18.34-40.96 40.96-40.96 40.96 18.34 40.96 40.96zm182.77 0c0 22.62-18.34 40.96-40.96 40.96s-40.96-18.34-40.96-40.96 18.34-40.96 40.96-40.96 40.96 18.34 40.96 40.96zM266.815 679.347c0 22.62-18.34 40.96-40.96 40.96s-40.96-18.34-40.96-40.96 18.34-40.96 40.96-40.96 40.96 18.34 40.96 40.96zm182.77 0c0 22.62-18.34 40.96-40.96 40.96s-40.96-18.34-40.96-40.96 18.34-40.96 40.96-40.96 40.96 18.34 40.96 40.96zm182.775 0c0 22.62-18.34 40.96-40.96 40.96s-40.96-18.34-40.96-40.96 18.34-40.96 40.96-40.96 40.96 18.34 40.96 40.96zm182.77 0c0 22.62-18.34 40.96-40.96 40.96s-40.96-18.34-40.96-40.96 18.34-40.96 40.96-40.96 40.96 18.34 40.96 40.96zM266.815 820.988c0 22.62-18.34 40.96-40.96 40.96s-40.96-18.34-40.96-40.96 18.34-40.96 40.96-40.96 40.96 18.34 40.96 40.96zm182.77 0c0 22.62-18.34 40.96-40.96 40.96s-40.96-18.34-40.96-40.96 18.34-40.96 40.96-40.96 40.96 18.34 40.96 40.96zm182.775 0c0 22.62-18.34 40.96-40.96 40.96s-40.96-18.34-40.96-40.96 18.34-40.96 40.96-40.96 40.96 18.34 40.96 40.96zm182.77 0c0 22.62-18.34 40.96-40.96 40.96s-40.96-18.34-40.96-40.96 18.34-40.96 40.96-40.96 40.96 18.34 40.96 40.96zM228.18 81.918v153.6c0 11.311 9.169 20.48 20.48 20.48s20.48-9.169 20.48-20.48v-153.6c0-11.311-9.169-20.48-20.48-20.48s-20.48 9.169-20.48 20.48zm528.09 0v153.6c0 11.311 9.169 20.48 20.48 20.48s20.48-9.169 20.48-20.48v-153.6c0-11.311-9.169-20.48-20.48-20.48s-20.48 9.169-20.48 20.48z'/%3E%3Cpath d='M890.877 137.517c33.931 0 61.44 27.509 61.44 61.44v703.375c0 33.931-27.509 61.44-61.44 61.44h-757.76c-33.931 0-61.44-27.509-61.44-61.44V198.957c0-33.931 27.509-61.44 61.44-61.44h757.76zm-757.76 40.96c-11.309 0-20.48 9.171-20.48 20.48v703.375c0 11.309 9.171 20.48 20.48 20.48h757.76c11.309 0 20.48-9.171 20.48-20.48V198.957c0-11.309-9.171-20.48-20.48-20.48h-757.76z'/%3E%3Cpath d='M575.03 338.288c0-33.93-27.51-61.44-61.44-61.44s-61.44 27.51-61.44 61.44c0 33.93 27.51 61.44 61.44 61.44s61.44-27.51 61.44-61.44zm40.96 0c0 56.551-45.849 102.4-102.4 102.4s-102.4-45.849-102.4-102.4c0-56.551 45.849-102.4 102.4-102.4s102.4 45.849 102.4 102.4z'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  display: inline-block;
}

.time-picker {
  position: relative;
}
.time-picker .time-icon {
  position: absolute;
  top: 37px;
  right: 22px;
}
.time-picker .time-icon::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z' stroke='%23999999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 6V12' stroke='%23999999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.24 16.24L12 12' stroke='%23999999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  display: inline-block;
}

input[type=time i] {
  font-size: 13px !important;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-header {
  background-color: #03A9F5;
  color: #fff;
}

.ui-state-default, .ui-widget-content .ui-state-default {
  font-size: 12px;
}

.fb-wrap {
  display: flex;
  align-items: center;
}
.fb-wrap .left-col {
  width: 50%;
}
.fb-wrap .right-col {
  width: 50%;
  display: flex;
  align-items: end;
  flex-direction: column;
}
.fb-wrap h3 {
  margin-bottom: 7px;
  font-size: 16px;
}
.fb-wrap p {
  max-width: 400px;
  font-size: 13px !important;
}
.fb-wrap .small-text {
  font-size: 12px;
  font-style: italic;
  max-width: 300px;
  text-align: center;
  margin: 6px 0px 0px;
  color: #817d7d;
  display: block;
}

.facebook-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
}
.facebook-header .sync-btn {
  background-color: #009099;
  color: #fff;
  padding: 2px 12px !important;
}
.facebook-header .sync-btn:focus {
  box-shadow: none;
}
.facebook-header .sync-btn:hover {
  color: #fff;
}

.facebook-icon {
  line-height: 1;
}
.facebook-icon::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 11.5001C23 5.14878 17.8513 5.53131e-05 11.5 5.53131e-05C5.14872 5.53131e-05 0 5.14878 0 11.5001C0 17.24 4.20538 21.9976 9.70312 22.8604V14.8243H6.7832V11.5001H9.70312V8.96646C9.70312 6.08427 11.42 4.49224 14.0468 4.49224C15.305 4.49224 16.6211 4.71685 16.6211 4.71685V7.54693H15.171C13.7424 7.54693 13.2969 8.4334 13.2969 9.34284V11.5001H16.4863L15.9765 14.8243H13.2969V22.8604C18.7946 21.9976 23 17.24 23 11.5001Z' fill='white'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  display: inline-block;
}

.no-record-found {
  height: 30vh;
}
.no-record-found small {
  font-size: 17px;
  font-weight: 400;
}

.box-shadow {
  border: 0px !important;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.burger {
  height: 35px;
  width: 35px;
  display: flex;
  cursor: pointer;
  background-color: #eee;
  padding: 7px;
  align-items: start;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 667px) {
  .burger {
    position: absolute;
    right: 15px;
  }
}
.burger .bar {
  background-color: #000;
  width: 100%;
  height: 2px;
  display: block;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}
.burger .bar:first-child {
  margin-bottom: 5px;
}
.burger .bar:nth-child(2) {
  margin-bottom: 5px;
  width: 60%;
}

.sidemenutoggle {
  overflow: hidden;
}
.sidemenutoggle .app-sidebar {
  margin-left: -260px;
  transition: margin-left 0.35s ease-in-out, left 0.35s ease-in-out, margin-right 0.35s ease-in-out, right 0.35s ease-in-out;
}
@media (max-width: 480px) {
  .sidemenutoggle .app-sidebar {
    margin-left: 0px;
  }
}
.sidemenutoggle .app-header {
  margin-left: 0px;
  transition: margin-left 0.35s ease-in-out, left 0.35s ease-in-out, margin-right 0.35s ease-in-out, right 0.35s ease-in-out;
}
@media (max-width: 480px) {
  .sidemenutoggle .app-header .appheader-wrap {
    background-color: transparent;
  }
}
.sidemenutoggle .burger .bar:first-child {
  rotate: 46deg;
  transform: translate(4px, 3px);
}
.sidemenutoggle .burger .bar:nth-child(2) {
  display: none;
}
.sidemenutoggle .burger .bar:nth-child(3) {
  rotate: -48deg;
  transform: translate(2px, -1px);
}
.sidemenutoggle.meta-page .burger {
  display: none;
}
.sidemenutoggle.meta-page .main-sidebar-header.non-menu-logo {
  display: block !important;
}

.toastify {
  background: #fff !important;
}

.toast {
  text-align: left;
  padding: 12px 0 !important;
  background-color: #fff !important;
  border-radius: 10px !important;
  box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2) !important;
  position: relative;
  border: 0px !important;
}

.toast:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.toast__icon {
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  padding: 7px;
  border-radius: 50%;
  display: inline-block;
  display: flex;
  align-items: center;
}

.toast__type {
  font-size: 15px !important;
  color: #3e3e3e;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 2px;
}

.toast__message {
  font-size: 13px !important;
  margin-top: 1px;
  margin-bottom: 0;
  color: #878787;
}

.toast__content {
  padding-left: 61px !important;
  padding-right: 60px !important;
}

.toast__close {
  position: absolute;
  right: 22px;
  top: 50%;
  width: 14px;
  cursor: pointer;
  height: 14px;
  fill: #878787;
  transform: translateY(-50%);
}

.toastify {
    max-width: 380px !important;
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0px !important;
    position: fixed;
    z-index: 2147483647;
}
.toastify .toast .toast__message {
  color: #606060;
}
.toastify .toast.toast--green {
  background-color: #E1FCEF !important;
  border: 1px solid rgba(20, 128, 74, 0.5019607843) !important;
}
.toastify .toast.toast--green .toast__icon {
  background-color: #14804A;
}
.toastify .toast.toast--green .toast__icon::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' height='16px' width='16px' version='1.1' class='toast__svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background: new 0 0 512 512' xml:space='preserve' %3E%3Cg%3E%3Cg%3E%3Cpath d='M504.502,75.496c-9.997-9.998-26.205-9.998-36.204,0L161.594,382.203L43.702,264.311c-9.997-9.998-26.205-9.997-36.204,0 c-9.998,9.997-9.998,26.205,0,36.203l135.994,135.992c9.994,9.997,26.214,9.99,36.204,0L504.502,111.7 C514.5,101.703,514.499,85.494,504.502,75.496z' %3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 16px;
  width: 16px;
  display: inline-block;
}
.toastify .toast.toast--green .toast__content .toast__type {
  color: #14804A;
  font-size: 14px !important;
}
.toastify .toast.toast--danger {
  background-color: #FFEDEF !important;
  border: 1px solid rgba(209, 41, 61, 0.5019607843) !important;
}
.toastify .toast.toast--danger .toast__icon {
  background-color: #bb2124;
}
.toastify .toast.toast--danger .toast__icon::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' width='800px' height='800px' viewBox='0 0 1920 1920' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M933.974 1477.394c-122.027 0-221.303 99.276-221.303 221.303S811.947 1920 933.974 1920s221.303-99.276 221.303-221.303-99.276-221.303-221.303-221.303zM1227.948 0H640l143.188 1298.171h301.572z' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 16px;
  width: 16px;
  display: inline-block;
}
.toastify .toast.toast--danger .toast__content .toast__type {
  color: #D1293D;
  font-size: 14px !important;
}
.toastify .toast.toast--yellow {
  background-color: #FBF8EE !important;
  border: 1px solid rgba(164, 150, 93, 0.5019607843) !important;
}
.toastify .toast.toast--yellow .toast__icon {
  background-color: #A4965D;
}
.toastify .toast.toast--yellow .toast__icon::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' width='800px' height='800px' viewBox='0 0 1920 1920' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M933.974 1477.394c-122.027 0-221.303 99.276-221.303 221.303S811.947 1920 933.974 1920s221.303-99.276 221.303-221.303-99.276-221.303-221.303-221.303zM1227.948 0H640l143.188 1298.171h301.572z' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 16px;
  width: 16px;
  display: inline-block;
}
.toastify .toast.toast--yellow .toast__content .toast__type {
  color: #A4965D;
  font-size: 14px !important;
}
.toastify .toast.toast--blue {
  background-color: #E6EDFF !important;
  border: 1px solid #627BBC !important;
}
.toastify .toast.toast--blue .toast__icon {
  background-color: #627BBC;
}
.toastify .toast.toast--blue .toast__icon::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' width='800px' height='800px' viewBox='0 0 1920 1920' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1229.93 594.767c36.644 37.975 50.015 91.328 43.72 142.909-9.128 74.877-30.737 144.983-56.093 215.657-27.129 75.623-54.66 151.09-82.332 226.512-44.263 120.685-88.874 241.237-132.65 362.1-10.877 30.018-18.635 62.072-21.732 93.784-3.376 34.532 21.462 51.526 52.648 36.203 24.977-12.278 49.288-28.992 68.845-48.768 31.952-32.31 63.766-64.776 94.805-97.98 15.515-16.605 30.86-33.397 45.912-50.438 11.993-13.583 24.318-34.02 40.779-42.28 31.17-15.642 55.226 22.846 49.582 49.794-5.39 25.773-23.135 48.383-39.462 68.957l-1.123 1.416a1559.53 1559.53 0 0 0-4.43 5.6c-54.87 69.795-115.043 137.088-183.307 193.977-67.103 55.77-141.607 103.216-223.428 133.98-26.65 10.016-53.957 18.253-81.713 24.563-53.585 12.192-112.798 11.283-167.56 3.333-40.151-5.828-76.246-31.44-93.264-68.707-29.544-64.698-8.98-144.595 6.295-210.45 18.712-80.625 46.8-157.388 75.493-234.619l2.18-5.867 1.092-2.934 2.182-5.87 2.182-5.873c33.254-89.517 67.436-178.676 101.727-267.797 31.294-81.296 62.72-162.537 93.69-243.95 2.364-6.216 5.004-12.389 7.669-18.558l1-2.313c6.835-15.806 13.631-31.617 16.176-48.092 6.109-39.537-22.406-74.738-61.985-51.947-68.42 39.4-119.656 97.992-170.437 156.944l-6.175 7.17c-15.78 18.323-31.582 36.607-47.908 54.286-16.089 17.43-35.243 39.04-62.907 19.07-29.521-21.308-20.765-48.637-3.987-71.785 93.18-128.58 205.056-248.86 350.86-316.783 60.932-28.386 146.113-57.285 225.882-58.233 59.802-.707 116.561 14.29 157.774 56.99Zm92.038-579.94c76.703 29.846 118.04 96.533 118.032 190.417-.008 169.189-182.758 284.908-335.53 212.455-78.956-37.446-117.358-126.202-98.219-227.002 26.494-139.598 183.78-227.203 315.717-175.87Z' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 16px;
  width: 16px;
  display: inline-block;
}
.toastify .toast.toast--blue .toast__content .toast__type {
  color: #627BBC;
  font-size: 14px !important;
}

.toast__svg {
  fill: #fff;
}

.toast-close {
    color: #000 !important;
    position: absolute;
    right: 20px;
    top: 27%;
    font-family:inherit;
    background: 0 0;
    border: 0;
    opacity: .4;
}
.toastify-right {
    right: 15px;
    top:15px;
}
.toastify.on .toast:not(.showing):not(.show) {
  opacity: 1;
}

.btn-close {
  position: absolute;
  right: -33px;
  top: -14px;
  background-color: #fff !important;
  border-radius: 100% !important;
  height: 13px !important;
  width: 13px !important;
  background-size: 37% !important;
  opacity: 1 !important;
  border: 1px solid #ddd !important;
}

.invalid-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}
.invalid-wrap h5 {
  font-size: 19px;
  margin: 12px auto 4px;
}
.invalid-wrap p {
  color: #6C6C6C;
  max-width: 300px;
  text-align: center;
  font-size: 15px;
}/*# sourceMappingURL=style.css.map */