@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: 14px;
  color: #1D242E;
}
.modal-wrapper .modal-content .modal-body {
  padding: 20px 0;
}
.modal-wrapper .modal-content .modal-body p {
  font-size: 12px;
  color: #1D242E;
}
.modal-wrapper .modal-content .modal-footer {
  border-top: none;
  padding: 0;
}
.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;
  height: 35px;
  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;
  height: 35px;
  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 #dc3545 !important;
  background-color: #dc3545 !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;
  height: 35px;
  line-height: 20px !important;
}
.modal-wrapper .danger-btn:hover {
  color: #dc3545 !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;
}

.template-modal .confirm-model {
  max-width: 400px !important;
}
.template-modal .confirm-model .modal-content {
  padding: 25px;
}
.template-modal .confirm-model .modal-body {
  padding: 0px;
}
.template-modal .modal-content {
  padding: 15px;
}
.template-modal .modal-header {
  padding: 0px;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 10px;
}
.template-modal .modal-title {
  font-size: 15px;
}
.template-modal .modal-body {
  font-size: 15px;
  padding: 15px 0px 0px;
}
.template-modal .modal-body h6 {
  font-size: 16px;
}
.template-modal .modal-body .refresh-icon::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='42' height='42' rx='21' fill='%23E5F9FF'/%3E%3Cpath d='M13 14.7761V19.444M13 19.444H17.3636M13 19.444L16.3745 16.052C17.1562 15.2155 18.1232 14.6044 19.1853 14.2757C20.2475 13.9471 21.3701 13.9116 22.4485 14.1726C23.5269 14.4336 24.526 14.9826 25.3524 15.7684C26.1788 16.5541 26.8057 17.551 27.1745 18.6661M29 27.2239V22.556M29 22.556H24.6364M29 22.556L25.6255 25.948C24.8438 26.7845 23.8768 27.3956 22.8147 27.7243C21.7525 28.0529 20.6299 28.0884 19.5515 27.8274C18.4731 27.5664 17.474 27.0174 16.6476 26.2316C15.8212 25.4459 15.1943 24.449 14.8255 23.3339' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 42px;
  width: 42px;
  display: inline-block;
}
.template-modal .modal-body p {
  color: #888888;
  font-size: 14px;
}

.comment-modal .modal-content {
  border-radius: 20px;
}
.comment-modal .modal-dialog {
  max-width: 450px;
}
.comment-modal .modal-body {
  padding: 40px;
  text-align: center;
}
.comment-modal .modal-body .action-icon {
  margin: 0 auto 14px;
}
.comment-modal .modal-body h4 {
  font-size: 18px;
  margin-bottom: 14px;
}
.comment-modal .modal-body p {
  font-size: 14px;
  margin-bottom: 8px;
  color: #686767;
  font-weight: 400;
}
.comment-modal .form-wrapper {
  text-align: left;
}
.comment-modal .form-wrapper .form-control:focus {
  box-shadow: none;
}
.comment-modal .btn-wrap .btn {
  width: 35%;
}

.count-modal .modal-title {
  font-size: 17px;
}
.count-modal .btn-close {
  background-color: #fff;
  opacity: 1;
  padding: 3px;
  position: absolute;
  right: -31px;
  top: -10px;
  background-size: 53%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  border-radius: 100%;
  opacity: 0.8;
}

.card-wrapper {
  display: flex;
  gap: 15px;
}
.card-wrapper .left-col {
  width: 66.66666667%;
}
.card-wrapper .right-col {
  width: 33.33333333%;
}

.card {
  border: 0px !important;
  border-radius: 10px !important;
  margin-bottom: 15px !important;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 15px !important;
}
.card h3 {
  font-size: 16px;
  color: #1D242E;
  font-weight: 500;
  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;
}
@media (max-width: 780px) {
  .nav-tabs {
    flex-wrap: nowrap;
  }
}
.nav-tabs .nav-item .nav-link {
  color: #767676;
  font-size: 14px;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  border: 0px;
  padding: 12px 20px;
  width: 100%;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 780px) {
  .nav-tabs .nav-item .nav-link {
    padding: 10px 12px;
    font-size: 13px;
  }
}
.nav-tabs .nav-item .nav-link .tab-icon::after {
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 21px;
  width: 21px;
  display: inline-block;
}
.nav-tabs .nav-item .nav-link .tab-icon.setting::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='23' viewBox='0 0 24 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9945 14.8386C13.8162 14.8386 15.2929 13.3445 15.2929 11.5013C15.2929 9.65814 13.8162 8.16405 11.9945 8.16405C10.1728 8.16405 8.69615 9.65814 8.69615 11.5013C8.69615 13.3445 10.1728 14.8386 11.9945 14.8386Z' stroke='%239A9A9A' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 12.4801V10.5223C1 9.36535 1.93453 8.40872 3.08896 8.40872C5.07896 8.40872 5.89255 6.98482 4.89205 5.23832C4.32034 4.23714 4.66117 2.93561 5.66167 2.35715L7.56372 1.25586C8.43228 0.733018 9.55372 1.0445 10.0705 1.92331L10.1914 2.13467C11.1809 3.88117 12.8081 3.88117 13.8086 2.13467L13.9295 1.92331C14.4463 1.0445 15.5677 0.733018 16.4363 1.25586L18.3383 2.35715C19.3388 2.93561 19.6797 4.23714 19.1079 5.23832C18.1074 6.98482 18.921 8.40872 20.911 8.40872C22.0545 8.40872 23 9.35423 23 10.5223V12.4801C23 13.637 22.0655 14.5937 20.911 14.5937C18.921 14.5937 18.1074 16.0176 19.1079 17.7641C19.6797 18.7764 19.3388 20.0668 18.3383 20.6453L16.4363 21.7466C15.5677 22.2694 14.4463 21.9579 13.9295 21.0791L13.8086 20.8678C12.8191 19.1213 11.1919 19.1213 10.1914 20.8678L10.0705 21.0791C9.55372 21.9579 8.43228 22.2694 7.56372 21.7466L5.66167 20.6453C4.66117 20.0668 4.32034 18.7653 4.89205 17.7641C5.89255 16.0176 5.07896 14.5937 3.08896 14.5937C1.93453 14.5937 1 13.637 1 12.4801Z' stroke='%239A9A9A' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.nav-tabs .nav-item .nav-link .tab-icon.info-icon::after {
  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='M9.99995 0.000104263C8.02215 0.000104263 6.08876 0.586591 4.44428 1.6854C2.7998 2.78421 1.51808 4.34599 0.761205 6.17324C0.00433285 8.00049 -0.193699 10.0111 0.192151 11.9509C0.578001 13.8907 1.5304 15.6726 2.92892 17.0711C4.32744 18.4696 6.10926 19.422 8.04906 19.8078C9.98886 20.1937 11.9995 19.9957 13.8268 19.2388C15.654 18.4819 17.2158 17.2002 18.3146 15.5557C19.4134 13.9112 19.9999 11.9779 19.9999 10.0001C20.0059 8.68515 19.7514 7.3821 19.251 6.16613C18.7505 4.95016 18.0142 3.84538 17.0844 2.9156C16.1546 1.98582 15.0498 1.24946 13.8339 0.749047C12.6179 0.248635 11.3148 -0.00591366 9.99995 0.000104263ZM10.909 14.5455C10.909 14.7866 10.8133 15.0178 10.6428 15.1883C10.4723 15.3588 10.2411 15.4546 9.99995 15.4546C9.75885 15.4546 9.52762 15.3588 9.35713 15.1883C9.18664 15.0178 9.09086 14.7866 9.09086 14.5455V9.09096C9.09086 8.84986 9.18664 8.61863 9.35713 8.44814C9.52762 8.27766 9.75885 8.18188 9.99995 8.18188C10.2411 8.18188 10.4723 8.27766 10.6428 8.44814C10.8133 8.61863 10.909 8.84986 10.909 9.09096V14.5455ZM9.99995 6.36371C9.82015 6.36371 9.64439 6.31039 9.49489 6.2105C9.34539 6.11061 9.22887 5.96863 9.16006 5.80251C9.09126 5.6364 9.07325 5.45361 9.10833 5.27727C9.14341 5.10092 9.22999 4.93894 9.35713 4.8118C9.48427 4.68466 9.64625 4.59808 9.8226 4.563C9.99894 4.52793 10.1817 4.54593 10.3478 4.61473C10.514 4.68354 10.6559 4.80006 10.7558 4.94956C10.8557 5.09906 10.909 5.27482 10.909 5.45462C10.909 5.69573 10.8133 5.92695 10.6428 6.09744C10.4723 6.26793 10.2411 6.36371 9.99995 6.36371Z' fill='%239A9A9A'/%3E%3C/svg%3E");
}
.nav-tabs .nav-item .nav-link .tab-icon.whatsapp-icon::after {
  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='M14.5384 11.9868C14.2833 11.8668 13.0617 11.2668 12.8335 11.1735C12.6053 11.0801 12.4442 11.0535 12.2697 11.3068C12.0952 11.5601 11.6253 12.1068 11.4777 12.2801C11.33 12.4535 11.1958 12.4668 10.9407 12.2801C10.2081 11.9881 9.53152 11.5732 8.94049 11.0535C8.40548 10.5532 7.95253 9.97284 7.59808 9.33351C7.45041 9.09351 7.59808 8.96018 7.70547 8.82685C7.81286 8.69352 7.94711 8.54686 8.08135 8.40019C8.17952 8.27335 8.26074 8.13442 8.32298 7.98687C8.35629 7.91825 8.37358 7.84305 8.37358 7.76687C8.37358 7.69069 8.35629 7.6155 8.32298 7.54687C8.32298 7.42688 7.75917 6.21356 7.54438 5.72024C7.32959 5.22691 7.14165 5.29358 6.99399 5.29358H6.45702C6.20123 5.30348 5.95983 5.41377 5.78581 5.60024C5.50492 5.86646 5.28243 6.18745 5.13228 6.54307C4.98213 6.89869 4.90756 7.28129 4.91324 7.66687C4.9819 8.6135 5.33235 9.51848 5.92005 10.2668C6.99851 11.858 8.47396 13.1443 10.2024 14.0001C10.793 14.2534 11.2495 14.4001 11.6119 14.5201C12.1209 14.6729 12.6589 14.7049 13.1825 14.6134C13.5303 14.5433 13.86 14.403 14.1509 14.2012C14.4419 13.9994 14.688 13.7403 14.874 13.4401C15.0288 13.0694 15.0798 12.664 15.0217 12.2668C14.9545 12.1735 14.7934 12.1068 14.5384 11.9868Z' fill='%239A9A9A'/%3E%3Cpath d='M17.0487 2.90696C16.1203 1.97615 15.0137 1.23942 13.794 0.740212C12.5744 0.241007 11.2664 -0.0105635 9.94732 0.00033983C8.19989 0.00942225 6.48543 0.473708 4.97519 1.34683C3.46495 2.21994 2.21179 3.47133 1.34086 4.97601C0.469929 6.48069 0.011719 8.18599 0.0119927 9.92159C0.0122664 11.6572 0.471014 13.3623 1.34242 14.8668L0 20L5.28913 18.6667C6.75134 19.457 8.39005 19.8696 10.0547 19.8667H9.94732C11.9313 19.8795 13.8742 19.3052 15.5282 18.2169C17.1822 17.1286 18.4724 15.5757 19.2343 13.7562C19.9962 11.9367 20.1951 9.93311 19.8059 8.00084C19.4166 6.06857 18.4568 4.29523 17.0487 2.90696ZM9.94732 18.16C8.45798 18.1612 6.99633 17.7603 5.7187 17.0001L5.42337 16.8267L2.28211 17.64L3.11441 14.6001L2.92647 14.2934C1.85436 12.5786 1.45332 10.5325 1.79944 8.54342C2.14557 6.55433 3.21478 4.76064 4.8042 3.50266C6.39363 2.24468 8.39268 1.60994 10.4221 1.71887C12.4515 1.8278 14.37 2.67282 15.8137 4.0936C16.5876 4.85611 17.2011 5.76399 17.6182 6.76432C18.0354 7.76465 18.2479 8.83744 18.2435 9.92017C18.2399 12.1044 17.3647 14.1982 15.8097 15.7427C14.2546 17.2872 12.1465 18.1565 9.94732 18.16Z' fill='%239A9A9A'/%3E%3C/svg%3E");
}
.nav-tabs .nav-item .nav-link .step-count {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ddd;
  color: #000;
  height: 25px;
  width: 25px;
  border-radius: 100%;
  font-size: 13px;
  font-weight: 600;
}
.nav-tabs .nav-item .nav-link:hover {
  border: 0px;
  border-bottom: 1px solid transparent;
}
.nav-tabs .nav-item .nav-link.active {
  background-color: rgba(3, 169, 245, 0.1019607843);
  border: 0px;
  border-bottom: 1px solid transparent;
  border-radius: 0px;
  color: #000;
}
.nav-tabs .nav-item .nav-link.active .step-count {
  background-color: #03a9f5;
  color: #fff;
}
.nav-tabs .nav-item .nav-link.active .tab-icon.setting::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='23' viewBox='0 0 24 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9945 14.8386C13.8162 14.8386 15.2929 13.3445 15.2929 11.5013C15.2929 9.65814 13.8162 8.16405 11.9945 8.16405C10.1728 8.16405 8.69615 9.65814 8.69615 11.5013C8.69615 13.3445 10.1728 14.8386 11.9945 14.8386Z' stroke='%23000' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 12.4801V10.5223C1 9.36535 1.93453 8.40872 3.08896 8.40872C5.07896 8.40872 5.89255 6.98482 4.89205 5.23832C4.32034 4.23714 4.66117 2.93561 5.66167 2.35715L7.56372 1.25586C8.43228 0.733018 9.55372 1.0445 10.0705 1.92331L10.1914 2.13467C11.1809 3.88117 12.8081 3.88117 13.8086 2.13467L13.9295 1.92331C14.4463 1.0445 15.5677 0.733018 16.4363 1.25586L18.3383 2.35715C19.3388 2.93561 19.6797 4.23714 19.1079 5.23832C18.1074 6.98482 18.921 8.40872 20.911 8.40872C22.0545 8.40872 23 9.35423 23 10.5223V12.4801C23 13.637 22.0655 14.5937 20.911 14.5937C18.921 14.5937 18.1074 16.0176 19.1079 17.7641C19.6797 18.7764 19.3388 20.0668 18.3383 20.6453L16.4363 21.7466C15.5677 22.2694 14.4463 21.9579 13.9295 21.0791L13.8086 20.8678C12.8191 19.1213 11.1919 19.1213 10.1914 20.8678L10.0705 21.0791C9.55372 21.9579 8.43228 22.2694 7.56372 21.7466L5.66167 20.6453C4.66117 20.0668 4.32034 18.7653 4.89205 17.7641C5.89255 16.0176 5.07896 14.5937 3.08896 14.5937C1.93453 14.5937 1 13.637 1 12.4801Z' stroke='%23000' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.nav-tabs .nav-item .nav-link.active .tab-icon.info-icon::after {
  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='M9.99995 0.000104263C8.02215 0.000104263 6.08876 0.586591 4.44428 1.6854C2.7998 2.78421 1.51808 4.34599 0.761205 6.17324C0.00433285 8.00049 -0.193699 10.0111 0.192151 11.9509C0.578001 13.8907 1.5304 15.6726 2.92892 17.0711C4.32744 18.4696 6.10926 19.422 8.04906 19.8078C9.98886 20.1937 11.9995 19.9957 13.8268 19.2388C15.654 18.4819 17.2158 17.2002 18.3146 15.5557C19.4134 13.9112 19.9999 11.9779 19.9999 10.0001C20.0059 8.68515 19.7514 7.3821 19.251 6.16613C18.7505 4.95016 18.0142 3.84538 17.0844 2.9156C16.1546 1.98582 15.0498 1.24946 13.8339 0.749047C12.6179 0.248635 11.3148 -0.00591366 9.99995 0.000104263ZM10.909 14.5455C10.909 14.7866 10.8133 15.0178 10.6428 15.1883C10.4723 15.3588 10.2411 15.4546 9.99995 15.4546C9.75885 15.4546 9.52762 15.3588 9.35713 15.1883C9.18664 15.0178 9.09086 14.7866 9.09086 14.5455V9.09096C9.09086 8.84986 9.18664 8.61863 9.35713 8.44814C9.52762 8.27766 9.75885 8.18188 9.99995 8.18188C10.2411 8.18188 10.4723 8.27766 10.6428 8.44814C10.8133 8.61863 10.909 8.84986 10.909 9.09096V14.5455ZM9.99995 6.36371C9.82015 6.36371 9.64439 6.31039 9.49489 6.2105C9.34539 6.11061 9.22887 5.96863 9.16006 5.80251C9.09126 5.6364 9.07325 5.45361 9.10833 5.27727C9.14341 5.10092 9.22999 4.93894 9.35713 4.8118C9.48427 4.68466 9.64625 4.59808 9.8226 4.563C9.99894 4.52793 10.1817 4.54593 10.3478 4.61473C10.514 4.68354 10.6559 4.80006 10.7558 4.94956C10.8557 5.09906 10.909 5.27482 10.909 5.45462C10.909 5.69573 10.8133 5.92695 10.6428 6.09744C10.4723 6.26793 10.2411 6.36371 9.99995 6.36371Z' fill='%23000'/%3E%3C/svg%3E");
}
.nav-tabs .nav-item .nav-link.active .tab-icon.whatsapp-icon::after {
  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='M14.5384 11.9868C14.2833 11.8668 13.0617 11.2668 12.8335 11.1735C12.6053 11.0801 12.4442 11.0535 12.2697 11.3068C12.0952 11.5601 11.6253 12.1068 11.4777 12.2801C11.33 12.4535 11.1958 12.4668 10.9407 12.2801C10.2081 11.9881 9.53152 11.5732 8.94049 11.0535C8.40548 10.5532 7.95253 9.97284 7.59808 9.33351C7.45041 9.09351 7.59808 8.96018 7.70547 8.82685C7.81286 8.69352 7.94711 8.54686 8.08135 8.40019C8.17952 8.27335 8.26074 8.13442 8.32298 7.98687C8.35629 7.91825 8.37358 7.84305 8.37358 7.76687C8.37358 7.69069 8.35629 7.6155 8.32298 7.54687C8.32298 7.42688 7.75917 6.21356 7.54438 5.72024C7.32959 5.22691 7.14165 5.29358 6.99399 5.29358H6.45702C6.20123 5.30348 5.95983 5.41377 5.78581 5.60024C5.50492 5.86646 5.28243 6.18745 5.13228 6.54307C4.98213 6.89869 4.90756 7.28129 4.91324 7.66687C4.9819 8.6135 5.33235 9.51848 5.92005 10.2668C6.99851 11.858 8.47396 13.1443 10.2024 14.0001C10.793 14.2534 11.2495 14.4001 11.6119 14.5201C12.1209 14.6729 12.6589 14.7049 13.1825 14.6134C13.5303 14.5433 13.86 14.403 14.1509 14.2012C14.4419 13.9994 14.688 13.7403 14.874 13.4401C15.0288 13.0694 15.0798 12.664 15.0217 12.2668C14.9545 12.1735 14.7934 12.1068 14.5384 11.9868Z' fill='%23000'/%3E%3Cpath d='M17.0487 2.90696C16.1203 1.97615 15.0137 1.23942 13.794 0.740212C12.5744 0.241007 11.2664 -0.0105635 9.94732 0.00033983C8.19989 0.00942225 6.48543 0.473708 4.97519 1.34683C3.46495 2.21994 2.21179 3.47133 1.34086 4.97601C0.469929 6.48069 0.011719 8.18599 0.0119927 9.92159C0.0122664 11.6572 0.471014 13.3623 1.34242 14.8668L0 20L5.28913 18.6667C6.75134 19.457 8.39005 19.8696 10.0547 19.8667H9.94732C11.9313 19.8795 13.8742 19.3052 15.5282 18.2169C17.1822 17.1286 18.4724 15.5757 19.2343 13.7562C19.9962 11.9367 20.1951 9.93311 19.8059 8.00084C19.4166 6.06857 18.4568 4.29523 17.0487 2.90696ZM9.94732 18.16C8.45798 18.1612 6.99633 17.7603 5.7187 17.0001L5.42337 16.8267L2.28211 17.64L3.11441 14.6001L2.92647 14.2934C1.85436 12.5786 1.45332 10.5325 1.79944 8.54342C2.14557 6.55433 3.21478 4.76064 4.8042 3.50266C6.39363 2.24468 8.39268 1.60994 10.4221 1.71887C12.4515 1.8278 14.37 2.67282 15.8137 4.0936C16.5876 4.85611 17.2011 5.76399 17.6182 6.76432C18.0354 7.76465 18.2479 8.83744 18.2435 9.92017C18.2399 12.1044 17.3647 14.1982 15.8097 15.7427C14.2546 17.2872 12.1465 18.1565 9.94732 18.16Z' fill='%23000'/%3E%3C/svg%3E");
}
.nav-tabs .nav-item .nav-link:focus {
  border: 0px;
}
.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;
}
.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: 15px 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;
}

.tabheader {
  margin-bottom: 10px;
}
.tabheader small {
  font-size: 12px;
}

.form-wrapper label {
  font-size: 13px;
  color: rgba(29, 36, 46, 0.5019607843);
  margin-bottom: 5px;
}
.form-wrapper input {
  font-size: 13px;
  color: #283342;
  padding: 0.475rem;
  border-radius: 4px !important;
}
.form-wrapper input:focus {
  box-shadow: none;
}
.form-wrapper input.srcIcon {
  padding: 0.475rem 10px 0.475rem 30px !important;
}
.form-wrapper select {
  font-size: 13px;
  color: #283342;
  padding: 0.475rem;
  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='%23D3D3D3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  height: 15px;
  width: 15px;
  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='%23000'/%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: 14px;
}
.template-question .form-text {
  font-size: 13px;
}

.form-check {
  padding-left: 1.8em;
  cursor: pointer;
}
.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.template-radio .form-check-input {
  margin-top: 0.3em !important;
}
.form-check .form-check-input {
  margin-left: -24px !important;
  float: inherit !important;
}
.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;
}

.form-control {
  font-size: 13px !important;
  padding: 0.475rem 0.75rem !important;
  position: relative;
}
.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #ced4da;
}

.reportrange .dateIcon {
  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='M3 9H21M7 3V5M17 3V5M6 13H8M6 17H8M11 13H13M11 17H13M16 13H18M16 17H18M6.2 21H17.8C18.9201 21 19.4802 21 19.908 20.782C20.2843 20.5903 20.5903 20.2843 20.782 19.908C21 19.4802 21 18.9201 21 17.8V8.2C21 7.07989 21 6.51984 20.782 6.09202C20.5903 5.71569 20.2843 5.40973 19.908 5.21799C19.4802 5 18.9201 5 17.8 5H6.2C5.0799 5 4.51984 5 4.09202 5.21799C3.71569 5.40973 3.40973 5.71569 3.21799 6.09202C3 6.51984 3 7.07989 3 8.2V17.8C3 18.9201 3 19.4802 3.21799 19.908C3.40973 20.2843 3.71569 20.5903 4.09202 20.782C4.51984 21 5.07989 21 6.2 21Z' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  right: 10px;
}

.datewrap {
  display: block;
  font-size: 13px;
  margin-top: 3px;
  position: relative;
}
.datewrap .dateIcon {
  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='M3 9H21M7 3V5M17 3V5M6 13H8M6 17H8M11 13H13M11 17H13M16 13H18M16 17H18M6.2 21H17.8C18.9201 21 19.4802 21 19.908 20.782C20.2843 20.5903 20.5903 20.2843 20.782 19.908C21 19.4802 21 18.9201 21 17.8V8.2C21 7.07989 21 6.51984 20.782 6.09202C20.5903 5.71569 20.2843 5.40973 19.908 5.21799C19.4802 5 18.9201 5 17.8 5H6.2C5.0799 5 4.51984 5 4.09202 5.21799C3.71569 5.40973 3.40973 5.71569 3.21799 6.09202C3 6.51984 3 7.07989 3 8.2V17.8C3 18.9201 3 19.4802 3.21799 19.908C3.40973 20.2843 3.71569 20.5903 4.09202 20.782C4.51984 21 5.07989 21 6.2 21Z' stroke='%23D3D3D3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  right: 10px;
  top: 5px;
}

.action .form-switch .form-check-input {
  width: 2.5rem !important;
  height: 1.2rem !important;
}

.form-select:focus {
  box-shadow: none !important;
  border: 1px solid #ced4da !important;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #eee !important;
}

.table {
  margin-bottom: 0 !important;
  background-color: #fff;
}
.table tr th {
  border-bottom: 1px solid #eee;
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  background: rgba(3, 169, 245, 0.1019607843);
  padding: 8px 10px;
  vertical-align: top;
  position: relative;
  white-space: nowrap;
}
.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: #5E5E5E;
  padding: 10px 9px;
  vertical-align: middle;
  border-color: #eee;
  border-style: solid;
  border-width: 0px;
  border-bottom: 1px solid #DBDBDB;
}
.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: 6px;
}
.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 .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 .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 .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 .pdf {
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Epdf-document%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='add' fill='%23000000' transform='translate(85.333333, 42.666667)'%3E%3Cpath d='M75.9466667,285.653333 C63.8764997,278.292415 49.6246897,275.351565 35.6266667,277.333333 L1.42108547e-14,277.333333 L1.42108547e-14,405.333333 L28.3733333,405.333333 L28.3733333,356.48 L40.5333333,356.48 C53.1304778,357.774244 65.7885986,354.68506 76.3733333,347.733333 C85.3576891,340.027178 90.3112817,328.626053 89.8133333,316.8 C90.4784904,304.790173 85.3164923,293.195531 75.9466667,285.653333 L75.9466667,285.653333 Z M53.12,332.373333 C47.7608867,334.732281 41.8687051,335.616108 36.0533333,334.933333 L27.7333333,334.933333 L27.7333333,298.666667 L36.0533333,298.666667 C42.094796,298.02451 48.1897668,299.213772 53.5466667,302.08 C58.5355805,305.554646 61.3626692,311.370371 61.0133333,317.44 C61.6596233,323.558965 58.5400493,329.460862 53.12,332.373333 L53.12,332.373333 Z M150.826667,277.333333 L115.413333,277.333333 L115.413333,405.333333 L149.333333,405.333333 C166.620091,407.02483 184.027709,403.691457 199.466667,395.733333 C216.454713,383.072462 225.530463,362.408923 223.36,341.333333 C224.631644,323.277677 218.198313,305.527884 205.653333,292.48 C190.157107,280.265923 170.395302,274.806436 150.826667,277.333333 L150.826667,277.333333 Z M178.986667,376.32 C170.098963,381.315719 159.922142,383.54422 149.76,382.72 L144.213333,382.72 L144.213333,299.946667 L149.333333,299.946667 C167.253333,299.946667 174.293333,301.653333 181.333333,308.053333 C189.877212,316.948755 194.28973,329.025119 193.493333,341.333333 C194.590843,354.653818 189.18793,367.684372 178.986667,376.32 L178.986667,376.32 Z M254.506667,405.333333 L283.306667,405.333333 L283.306667,351.786667 L341.333333,351.786667 L341.333333,329.173333 L283.306667,329.173333 L283.306667,299.946667 L341.333333,299.946667 L341.333333,277.333333 L254.506667,277.333333 L254.506667,405.333333 L254.506667,405.333333 Z M234.666667,7.10542736e-15 L9.52127266e-13,7.10542736e-15 L9.52127266e-13,234.666667 L42.6666667,234.666667 L42.6666667,192 L42.6666667,169.6 L42.6666667,42.6666667 L216.96,42.6666667 L298.666667,124.373333 L298.666667,169.6 L298.666667,192 L298.666667,234.666667 L341.333333,234.666667 L341.333333,106.666667 L234.666667,7.10542736e-15 L234.666667,7.10542736e-15 Z' id='document-pdf'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
}
.action .download {
  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='M5.625 15C5.625 14.5858 5.28921 14.25 4.875 14.25C4.46079 14.25 4.125 14.5858 4.125 15H5.625ZM4.875 16H4.125H4.875ZM19.275 15C19.275 14.5858 18.9392 14.25 18.525 14.25C18.1108 14.25 17.775 14.5858 17.775 15H19.275ZM11.1086 15.5387C10.8539 15.8653 10.9121 16.3366 11.2387 16.5914C11.5653 16.8461 12.0366 16.7879 12.2914 16.4613L11.1086 15.5387ZM16.1914 11.4613C16.4461 11.1347 16.3879 10.6634 16.0613 10.4086C15.7347 10.1539 15.2634 10.2121 15.0086 10.5387L16.1914 11.4613ZM11.1086 16.4613C11.3634 16.7879 11.8347 16.8461 12.1613 16.5914C12.4879 16.3366 12.5461 15.8653 12.2914 15.5387L11.1086 16.4613ZM8.39138 10.5387C8.13662 10.2121 7.66533 10.1539 7.33873 10.4086C7.01212 10.6634 6.95387 11.1347 7.20862 11.4613L8.39138 10.5387ZM10.95 16C10.95 16.4142 11.2858 16.75 11.7 16.75C12.1142 16.75 12.45 16.4142 12.45 16H10.95ZM12.45 5C12.45 4.58579 12.1142 4.25 11.7 4.25C11.2858 4.25 10.95 4.58579 10.95 5H12.45ZM4.125 15V16H5.625V15H4.125ZM4.125 16C4.125 18.0531 5.75257 19.75 7.8 19.75V18.25C6.61657 18.25 5.625 17.2607 5.625 16H4.125ZM7.8 19.75H15.6V18.25H7.8V19.75ZM15.6 19.75C17.6474 19.75 19.275 18.0531 19.275 16H17.775C17.775 17.2607 16.7834 18.25 15.6 18.25V19.75ZM19.275 16V15H17.775V16H19.275ZM12.2914 16.4613L16.1914 11.4613L15.0086 10.5387L11.1086 15.5387L12.2914 16.4613ZM12.2914 15.5387L8.39138 10.5387L7.20862 11.4613L11.1086 16.4613L12.2914 15.5387ZM12.45 16V5H10.95V16H12.45Z' fill='%2303A9F5'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
}
.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;
}
.action .view {
  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");
  background-repeat: no-repeat;
  background-size: cover;
  width: 21px;
  height: 18px;
  display: inline-block;
}
.action .btn:focus {
  box-shadow: none;
}

.action-icon {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
}

.approved {
  background-image: url("data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 70 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M35 0C54.33 0 70 15.67 70 35C70 54.33 54.33 70 35 70C15.67 70 0 54.33 0 35C0 15.67 15.67 0 35 0ZM35 7C19.536 7 7 19.536 7 35C7 50.464 19.536 63 35 63C50.464 63 63 50.464 63 35C63 19.536 50.464 7 35 7ZM46.5251 22.0251L28 40.5503L23.4749 36.0251C22.108 34.6583 19.892 34.6583 18.5251 36.0251C17.1583 37.392 17.1583 39.608 18.5251 40.9749L25.5251 47.9749C26.892 49.3417 29.108 49.3417 30.4749 47.9749L51.4749 26.9749C52.8417 25.608 52.8417 23.392 51.4749 22.0251C50.108 20.6583 47.892 20.6583 46.5251 22.0251Z' fill='%2322C55E'/%3E%3C/svg%3E");
}

.reject {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:sketch='http://www.bohemiancoding.com/sketch/ns'%3E%3Ctitle%3Ecross-circle%3C/title%3E%3Cdesc%3ECreated with Sketch Beta.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' sketch:type='MSPage'%3E%3Cg id='Icon-Set' sketch:type='MSLayerGroup' transform='translate(-568.000000, -1087.000000)' fill='%23b71d18'%3E%3Cpath d='M584,1117 C576.268,1117 570,1110.73 570,1103 C570,1095.27 576.268,1089 584,1089 C591.732,1089 598,1095.27 598,1103 C598,1110.73 591.732,1117 584,1117 L584,1117 Z M584,1087 C575.163,1087 568,1094.16 568,1103 C568,1111.84 575.163,1119 584,1119 C592.837,1119 600,1111.84 600,1103 C600,1094.16 592.837,1087 584,1087 L584,1087 Z M589.717,1097.28 C589.323,1096.89 588.686,1096.89 588.292,1097.28 L583.994,1101.58 L579.758,1097.34 C579.367,1096.95 578.733,1096.95 578.344,1097.34 C577.953,1097.73 577.953,1098.37 578.344,1098.76 L582.58,1102.99 L578.314,1107.26 C577.921,1107.65 577.921,1108.29 578.314,1108.69 C578.708,1109.08 579.346,1109.08 579.74,1108.69 L584.006,1104.42 L588.242,1108.66 C588.633,1109.05 589.267,1109.05 589.657,1108.66 C590.048,1108.27 590.048,1107.63 589.657,1107.24 L585.42,1103.01 L589.717,1098.71 C590.11,1098.31 590.11,1097.68 589.717,1097.28 L589.717,1097.28 Z' id='cross-circle' sketch:type='MSShapeGroup'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.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;
}

.plan-description .plan-category {
  font-size: 13px;
  font-weight: 500;
  color: #10a4e9;
}
.plan-description .plan-validity {
  font-size: 13px;
  color: #6a6767;
}

.badge {
  padding: 5px 11px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}
.badge.warning {
  background-color: #FBF8EE !important;
  color: #A4965D;
}
.badge.success {
  background-color: #E1FCEF;
  color: #14804A;
}
.badge.bgdark {
  background-color: #f3f4f6;
  color: #86898f;
}
.badge.danger {
  color: #D1293D;
  background-color: #FFEDEF;
}
.badge.badgeinfo {
  background-color: #cafdf5;
  color: #006c9c;
}

.online {
  color: #198754;
}
.online::before {
  content: "";
  background-color: #198754;
  height: 9px;
  width: 9px;
  border-radius: 100px;
}

.offline {
  color: #ff0000;
}
.offline::before {
  content: "";
  background-color: #ff0000;
  height: 9px;
  width: 9px;
  border-radius: 100px;
}

.message-block {
  max-width: 120px;
  display: block;
  white-space: wrap;
}

.display-name {
  max-width: 220px;
  display: block;
  white-space: wrap;
}

.user-table .input-group {
  display: block;
}
.user-table .form-control,
.user-table .form-select {
  font-size: 13px;
  margin-top: 3px;
  padding: 0.275rem !important;
  max-width: 100%;
  width: 100% !important;
  min-width: 130px !important;
  color: #686565;
}
.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.275rem 10px 0.275rem 30px !important;
}
.user-table .datewrap {
  margin-bottom: 0px !important;
}

.table-responsive {
  overflow: auto;
  scrollbar-color: #b4b4b4;
  scrollbar-width: thin;
}
.table-responsive::-webkit-scrollbar, .table-responsive::-moz-scrollbar {
  width: 2px;
  height: 3px;
}
.table-responsive::-webkit-scrollbar-track, .table-responsive::-moz-scrollbar-track {
  background-color: #eee;
  border-radius: 100px;
}
.table-responsive::-webkit-scrollbar-thumb, .table-responsive::-moz-scrollbar-thumb {
  border-radius: 100px;
  background-color: transparent;
  box-shadow: inset 2px 2px 5px 0 #929292;
}

.date {
  color: #5E5E5E;
  display: block;
}

.datetime {
  color: #9D9D9D;
  font-size: 13px;
}

.pagination {
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 661px) {
  .pagination {
    flex-wrap: wrap;
  }
}
.pagination li {
  margin-right: 7px;
}
@media (max-width: 661px) {
  .pagination li {
    margin-bottom: 13px;
  }
}
.pagination li.active .page-link {
  background-color: transparent;
  border: 1px solid #03A9F5;
  color: #03A9F5;
}
.pagination li .page-link {
  padding: 10px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 6px;
  min-width: 38px;
  min-height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li .page-link:hover {
  background-color: #03A9F5;
  color: #FFFFFF;
}
.pagination li .page-link:disabled {
  background-color: #919EAB;
}
.pagination li .page-link:focus {
  box-shadow: none;
  background-color: transparent;
  border: 1px solid #03A9F5;
  color: #03A9F5;
}
@media (max-width: 480px) {
  .pagination li .page-link {
    min-width: 33px;
    min-height: 33px;
  }
}

button:disabled {
  opacity: 0.65;
  pointer-events: none;
}

.btn {
  font-size: 13px !important;
  font-weight: 400 !important;
  border-radius: 6px !important;
  padding: 8px 20px !important;
}
.btn.btn-facebook {
  background-color: #0866ff;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  width: 240px;
  margin: 0 auto;
}
.btn.btn-facebook:focus {
  box-shadow: none !important;
}
.btn.btn-facebook:hover {
  color: #fff;
}

.primary-btn {
  border: 1px solid #000 !important;
  background-color: #000 !important;
  color: #fff !important;
}
.primary-btn:hover {
  color: #fff !important;
  background-color: #000 !important;
  border: 1px solid #000 !important;
}
.primary-btn:focus {
  box-shadow: none !important;
}
.primary-btn.disabled {
  background-color: #D9D9D9 !important;
  border-color: #D9D9D9 !important;
}

.secondary-btn {
  border: 1px solid #000 !important;
  background-color: #fff !important;
  color: #000 !important;
}
.secondary-btn:hover {
  color: #fff !important;
  background-color: #000 !important;
}
.secondary-btn:focus {
  box-shadow: none !important;
}
.secondary-btn.disabled {
  background-color: #D9D9D9 !important;
  border-color: #D9D9D9 !important;
}

.danger-btn {
  border: 1px solid #dc3545 !important;
  background-color: #dc3545 !important;
  color: #fff !important;
}
.danger-btn:hover {
  color: #dc3545 !important;
  background-color: #fff !important;
}
.danger-btn:focus {
  box-shadow: none !important;
}
.danger-btn.disabled {
  background-color: #D9D9D9 !important;
  border-color: #D9D9D9 !important;
}

.success-btn {
  background-color: #198754 !important;
  border: 1px solid #198754 !important;
  color: #fff !important;
}

.btn-secondary {
  background-color: #9a9c9f !important;
  color: #fff !important;
  border: 1px solid #9a9c9f !important;
}
.btn-secondary:hover {
  background-color: transparent !important;
  border: 1px solid #9a9c9f !important;
  color: #9a9c9f !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");
}

.bottom-btn .btn {
  font-size: 14px !important;
  padding: 8px 40px !important;
}

.download-btn .primary-btn {
  gap: 10px;
}
.download-btn .primary-btn::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 13V21L8 17' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 21L16 17' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.39303 15.2691C3.57629 14.5546 2.93685 13.66 2.5252 12.656C2.11354 11.6519 1.94095 10.566 2.02105 9.48378C2.10115 8.4016 2.43175 7.35286 2.98674 6.42038C3.54173 5.4879 4.30591 4.69721 5.21894 4.11077C6.13197 3.52433 7.16883 3.15818 8.24766 3.04125C9.32648 2.92432 10.4177 3.0598 11.4352 3.437C12.4527 3.8142 13.3685 4.42279 14.1104 5.2147C14.8523 6.00662 15.3999 6.96017 15.71 8.00006H17.5C18.4721 7.99994 19.4181 8.31458 20.1964 8.89691C20.9747 9.47925 21.5436 10.298 21.8178 11.2305C22.092 12.1631 22.0569 13.1594 21.7177 14.0704C21.3785 14.9813 20.7534 15.758 19.936 16.2841' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 98%;
  background-position: center;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  display: inline-block;
}
.download-btn .primary-btn:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 13V21L8 17' stroke='%2303A9F5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 21L16 17' stroke='%2303A9F5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.39303 15.2691C3.57629 14.5546 2.93685 13.66 2.5252 12.656C2.11354 11.6519 1.94095 10.566 2.02105 9.48378C2.10115 8.4016 2.43175 7.35286 2.98674 6.42038C3.54173 5.4879 4.30591 4.69721 5.21894 4.11077C6.13197 3.52433 7.16883 3.15818 8.24766 3.04125C9.32648 2.92432 10.4177 3.0598 11.4352 3.437C12.4527 3.8142 13.3685 4.42279 14.1104 5.2147C14.8523 6.00662 15.3999 6.96017 15.71 8.00006H17.5C18.4721 7.99994 19.4181 8.31458 20.1964 8.89691C20.9747 9.47925 21.5436 10.298 21.8178 11.2305C22.092 12.1631 22.0569 13.1594 21.7177 14.0704C21.3785 14.9813 20.7534 15.758 19.936 16.2841' stroke='%2303A9F5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.resend {
  align-items: center;
}
.resend::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 1.10983V4.77746M0.5 4.77746H3.77273M0.5 4.77746L3.03091 2.11231C3.61714 1.45502 4.34239 0.974861 5.13899 0.71664C5.93559 0.458418 6.77758 0.430551 7.58639 0.635637C8.3952 0.840722 9.14447 1.27208 9.76429 1.88945C10.3841 2.50683 10.8543 3.2901 11.1309 4.16618M12.5 10.8902V7.22254M12.5 7.22254H9.22727M12.5 7.22254L9.96909 9.88769C9.38287 10.545 8.65761 11.0251 7.86101 11.2834C7.06441 11.5416 6.22242 11.5694 5.41361 11.3644C4.6048 11.1593 3.85553 10.7279 3.23571 10.1105C2.61589 9.49317 2.14573 8.7099 1.86909 7.83381' stroke='%23E3E3E3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  display: inline-block;
  margin-right: 7px;
}

.accordion-guide.client-accordion .user-list {
  padding-left: 0px !important;
}
.accordion-guide.client-accordion .accordion-item {
  margin-bottom: 6px !important;
}
.accordion-guide .accordion {
  position: relative;
}
.accordion-guide .accordion .accordion-item {
  margin-bottom: 10px !important;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}
.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;
  padding: 14px 15px;
}
.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: transparent !important;
  box-shadow: none !important;
  font-size: 14px;
  color: #1D242E;
  font-weight: 500;
  padding: 14px 15px;
}
.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-collapse {
  border-top: 1px solid #E2E2E2;
}
.accordion-guide .accordion .accordion-item .accordion-body {
  padding: 15px;
  background-color: #fff;
}
.accordion-guide .accordion .accordion-item .accordion-body label {
  font-size: 14px;
  font-weight: 400;
  color: #686868 !important;
}
.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: 13px;
  color: #707070;
}
.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;
}
.accordion-guide.template-accordion .accordion-item .accordion-header .accordion-button {
  border-bottom: 1px solid #ddd;
  padding: 14px 15px;
}
.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;
}

.small-input {
  width: 80px;
  text-align: center;
}
.small-input .form-control {
  text-align: center;
  padding: 0.475rem 0.25rem !important;
}

.accordion-item:not(:first-of-type) {
  border-top: 1px solid #E2E2E2 !important;
}

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;
}
@media (max-width: 667px) {
  .page .app-header {
    margin-left: 0px;
  }
}
.page .app-header .appheader-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0.75rem;
  background-color: #FFFFFF;
  max-height: 59px;
  min-height: 59px;
}
.page .app-header .appheader-wrap .main-sidebar-header.non-menu-logo {
  display: none;
}
.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;
}
@media (max-width: 667px) {
  .page .app-header .appheader-wrap .profile-dropdown {
    margin-left: 0 !important;
  }
}
.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;
  padding-left: 13px;
}
@media (max-width: 480px) {
  .page .app-header .appheader-wrap .profile-dropdown .profile {
    padding-left: 0px;
  }
}
.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: 8px 20px;
}
.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;
}
.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;
}
@media (max-width: 667px) {
  .page .app-sidebar {
    margin-left: -260px;
    position: fixed;
    height: 100%;
  }
}
.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: 36px;
}
.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.register::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.50022 3.23516V14.3668C7.49997 14.7122 7.37784 15.0464 7.15534 15.3106C6.93284 15.5748 6.62424 15.752 6.28392 15.8109C5.9436 15.8699 5.59339 15.8068 5.29499 15.6329C4.99659 15.459 4.76914 15.1853 4.65272 14.8602L2.86355 9.73516M2.86355 9.73516C2.15623 9.43442 1.57454 8.89938 1.21691 8.21905C0.85928 7.53872 0.74768 6.75573 0.900997 6.00258C1.05431 5.24943 1.46313 4.57237 2.05826 4.086C2.65339 3.59962 3.39828 3.33379 4.16688 3.3335H5.69355C9.11022 3.3335 12.0477 2.30516 13.3336 0.833496V12.5002C12.0477 11.0285 9.11105 10.0002 5.69355 10.0002H4.16688C3.71911 10.0005 3.27584 9.90987 2.86355 9.73516ZM13.3336 9.16683C13.9966 9.16683 14.6325 8.90344 15.1013 8.4346C15.5702 7.96576 15.8336 7.32987 15.8336 6.66683C15.8336 6.00379 15.5702 5.3679 15.1013 4.89906C14.6325 4.43022 13.9966 4.16683 13.3336 4.16683' stroke='white' stroke-opacity='1' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.page .app-sidebar .main-side-navigation ul li a.icon.buisness::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='M15.4 4.91968H2.6C1.71634 4.91968 1 5.62323 1 6.49111V14.3482C1 15.2161 1.71634 15.9197 2.6 15.9197H15.4C16.2837 15.9197 17 15.2161 17 14.3482V6.49111C17 5.62323 16.2837 4.91968 15.4 4.91968Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cmask id='path-2-inside-1_5114_5968' fill='white'%3E%3Cpath d='M5 1C5 0.447715 5.44772 0 6 0H12C12.5523 0 13 0.447715 13 1V6H5V1Z'/%3E%3C/mask%3E%3Cpath d='M5 1C5 0.447715 5.44772 0 6 0H12C12.5523 0 13 0.447715 13 1V6H5V1Z' stroke='white' stroke-width='2.4' mask='url(%23path-2-inside-1_5114_5968)'/%3E%3C/svg%3E%0A");
  background-size: 100%;
}
.page .app-sidebar .main-side-navigation ul li a.icon.users::before {
  content: "";
  background-size: 120%;
  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='M15.8 21C15.8 21.3866 16.1134 21.7 16.5 21.7C16.8866 21.7 17.2 21.3866 17.2 21H15.8ZM4.8 21C4.8 21.3866 5.1134 21.7 5.5 21.7C5.8866 21.7 6.2 21.3866 6.2 21H4.8ZM6.2 18C6.2 17.6134 5.8866 17.3 5.5 17.3C5.1134 17.3 4.8 17.6134 4.8 18H6.2ZM12.3 21C12.3 21.3866 12.6134 21.7 13 21.7C13.3866 21.7 13.7 21.3866 13.7 21H12.3ZM13.7 18C13.7 17.6134 13.3866 17.3 13 17.3C12.6134 17.3 12.3 17.6134 12.3 18H13.7ZM11.7429 11.3125L11.3499 10.7333L11.3499 10.7333L11.7429 11.3125ZM16.2429 11.3125L15.8499 10.7333L15.8499 10.7333L16.2429 11.3125ZM3.2 21V19.5H1.8V21H3.2ZM8 14.7H11V13.3H8V14.7ZM15.8 19.5V21H17.2V19.5H15.8ZM11 14.7C13.651 14.7 15.8 16.849 15.8 19.5H17.2C17.2 16.0758 14.4242 13.3 11 13.3V14.7ZM3.2 19.5C3.2 16.849 5.34903 14.7 8 14.7V13.3C4.57583 13.3 1.8 16.0758 1.8 19.5H3.2ZM11 14.7H15.5V13.3H11V14.7ZM20.3 19.5V21H21.7V19.5H20.3ZM15.5 14.7C18.151 14.7 20.3 16.849 20.3 19.5H21.7C21.7 16.0758 18.9242 13.3 15.5 13.3V14.7ZM6.2 21V18H4.8V21H6.2ZM13.7 21V18H12.3V21H13.7ZM9.5 11.3C7.67746 11.3 6.2 9.82255 6.2 8.00001H4.8C4.8 10.5958 6.90426 12.7 9.5 12.7V11.3ZM6.2 8.00001C6.2 6.17746 7.67746 4.7 9.5 4.7V3.3C6.90426 3.3 4.8 5.40427 4.8 8.00001H6.2ZM9.5 4.7C11.3225 4.7 12.8 6.17746 12.8 8.00001H14.2C14.2 5.40427 12.0957 3.3 9.5 3.3V4.7ZM12.8 8.00001C12.8 9.13616 12.2264 10.1386 11.3499 10.7333L12.1358 11.8918C13.3801 11.0477 14.2 9.61973 14.2 8.00001H12.8ZM11.3499 10.7333C10.8225 11.091 10.1867 11.3 9.5 11.3V12.7C10.4757 12.7 11.3839 12.4019 12.1358 11.8918L11.3499 10.7333ZM14 4.7C15.8225 4.7 17.3 6.17746 17.3 8.00001H18.7C18.7 5.40427 16.5957 3.3 14 3.3V4.7ZM17.3 8.00001C17.3 9.13616 16.7264 10.1386 15.8499 10.7333L16.6358 11.8918C17.8801 11.0477 18.7 9.61973 18.7 8.00001H17.3ZM15.8499 10.7333C15.3225 11.091 14.6867 11.3 14 11.3V12.7C14.9757 12.7 15.8839 12.4019 16.6358 11.8918L15.8499 10.7333ZM11.9378 5.42349C12.5029 4.97049 13.2189 4.7 14 4.7V3.3C12.8892 3.3 11.8667 3.68622 11.0622 4.33114L11.9378 5.42349ZM14 11.3C13.3133 11.3 12.6775 11.091 12.1501 10.7333L11.3642 11.8918C12.1161 12.4019 13.0243 12.7 14 12.7V11.3Z' fill='%23fff'/%3E%3C/svg%3E");
}
.page .app-sidebar .main-side-navigation ul li a.icon.user::before {
  content: "";
  background-size: 120%;
  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='M5 21C5 17.134 8.13401 14 12 14C15.866 14 19 17.134 19 21M16 7C16 9.20914 14.2091 11 12 11C9.79086 11 8 9.20914 8 7C8 4.79086 9.79086 3 12 3C14.2091 3 16 4.79086 16 7Z' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.page .app-sidebar .main-side-navigation ul li a.icon.log::before {
  content: "";
  background-size: 100%;
  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='M3 5.67541V3C3 2.44772 2.55228 2 2 2C1.44772 2 1 2.44772 1 3V7C1 8.10457 1.89543 9 3 9H7C7.55229 9 8 8.55229 8 8C8 7.44772 7.55229 7 7 7H4.52186C4.54218 6.97505 4.56157 6.94914 4.57995 6.92229C5.621 5.40094 7.11009 4.22911 8.85191 3.57803C10.9074 2.80968 13.173 2.8196 15.2217 3.6059C17.2704 4.3922 18.9608 5.90061 19.9745 7.8469C20.9881 9.79319 21.2549 12.043 20.7247 14.1724C20.1945 16.3018 18.9039 18.1638 17.0959 19.4075C15.288 20.6513 13.0876 21.1909 10.9094 20.9247C8.73119 20.6586 6.72551 19.605 5.27028 17.9625C4.03713 16.5706 3.27139 14.8374 3.06527 13.0055C3.00352 12.4566 2.55674 12.0079 2.00446 12.0084C1.45217 12.0088 0.995668 12.4579 1.04626 13.0078C1.25994 15.3309 2.2082 17.5356 3.76666 19.2946C5.54703 21.3041 8.00084 22.5931 10.6657 22.9188C13.3306 23.2444 16.0226 22.5842 18.2345 21.0626C20.4464 19.541 22.0254 17.263 22.6741 14.6578C23.3228 12.0526 22.9963 9.30013 21.7562 6.91897C20.5161 4.53782 18.448 2.69239 15.9415 1.73041C13.4351 0.768419 10.6633 0.756291 8.14853 1.69631C6.06062 2.47676 4.26953 3.86881 3 5.67541Z' fill='%23fff'/%3E%3Cpath d='M12 5C11.4477 5 11 5.44771 11 6V12.4667C11 12.4667 11 12.7274 11.1267 12.9235C11.2115 13.0898 11.3437 13.2344 11.5174 13.3346L16.1372 16.0019C16.6155 16.278 17.2271 16.1141 17.5032 15.6358C17.7793 15.1575 17.6155 14.546 17.1372 14.2698L13 11.8812V6C13 5.44772 12.5523 5 12 5Z' fill='%23fff'/%3E%3C/svg%3E");
}
.page .app-sidebar .main-side-navigation ul li a.icon.reports::before {
  content: "";
  background-size: 120%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='800px' height='800px' viewBox='0 0 36 36'%3E%3Crect x='6.48' y='18' width='5.76' height='11.52' rx='1' ry='1'/%3E%3Crect x='15.12' y='6.48' width='5.76' height='23.04' rx='1' ry='1'/%3E%3Crect x='23.76' y='14.16' width='5.76' height='15.36' rx='1' ry='1'/%3E%3C/svg%3E");
}
.page .app-sidebar .main-side-navigation ul li a.icon.usages::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' height='800px' width='800px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M189.218,200.348c-27.618,0-50.087,22.469-50.087,50.087c0,27.618,22.469,50.087,50.087,50.087 c27.618,0,50.087-22.469,50.087-50.087C239.305,222.817,216.836,200.348,189.218,200.348z M189.218,267.13 c-9.206,0-16.696-7.49-16.696-16.696c0-9.206,7.49-16.696,16.696-16.696s16.696,7.49,16.696,16.696 C205.913,259.641,198.424,267.13,189.218,267.13z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M322.783,333.913c-27.618,0-50.087,22.469-50.087,50.087s22.469,50.087,50.087,50.087S372.87,411.618,372.87,384 S350.401,333.913,322.783,333.913z M322.783,400.696c-9.206,0-16.696-7.49-16.696-16.696s7.49-16.696,16.696-16.696 c9.206,0,16.696,7.49,16.696,16.696S331.989,400.696,322.783,400.696z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M338.635,234.588c-6.519-6.52-17.091-6.52-23.611,0L173.357,376.255c-6.52,6.52-6.52,17.091,0,23.611 c3.26,3.26,7.533,4.891,11.805,4.891c4.272,0,8.546-1.629,11.805-4.891l141.667-141.667 C345.155,251.679,345.155,241.109,338.635,234.588z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M456.348,0H55.652c-9.22,0-16.696,7.475-16.696,16.696v478.609c0,5.787,2.996,11.161,7.918,14.202 c4.923,3.043,11.069,3.317,16.244,0.731l59.316-29.658l59.316,29.658c4.7,2.35,10.232,2.35,14.933,0L256,480.58l59.316,29.658 c2.35,1.175,4.909,1.762,7.466,1.762c2.558,0,5.117-0.588,7.466-1.762l59.316-29.658l59.316,29.658 c5.173,2.587,11.32,2.312,16.244-0.731c4.922-3.042,7.918-8.416,7.918-14.202V16.696C473.044,7.475,465.569,0,456.348,0z M439.652,468.29l-42.621-21.31c-4.7-2.35-10.232-2.35-14.933,0l-59.316,29.658l-59.316-29.658 c-2.35-1.175-4.909-1.762-7.466-1.762s-5.117,0.588-7.466,1.762l-59.316,29.658l-59.316-29.658c-4.7-2.35-10.232-2.35-14.933,0 l-42.621,21.31V33.391h367.304V468.29z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M389.565,66.783H189.218c-9.22,0-16.696,7.475-16.696,16.696s7.475,16.696,16.696,16.696h200.348 c9.22,0,16.696-7.475,16.696-16.696S398.786,66.783,389.565,66.783z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M389.565,133.565H189.218c-9.22,0-16.696,7.475-16.696,16.696s7.475,16.696,16.696,16.696h200.348 c9.22,0,16.696-7.475,16.696-16.696S398.786,133.565,389.565,133.565z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Ccircle cx='122.435' cy='83.478' r='16.696'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Ccircle cx='122.435' cy='150.261' r='16.696'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.page .app-sidebar .main-side-navigation ul li a.icon.billing::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' height='800px' width='800px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M92.575,221.396h254.753c4.483,0,8.117-3.633,8.117-8.117s-3.634-8.117-8.117-8.117H92.575 c-4.483,0-8.117,3.633-8.117,8.117S88.093,221.396,92.575,221.396z'/%3E%3Cpath d='M355.446,270.124c0-4.484-3.634-8.117-8.117-8.117H92.575c-4.483,0-8.117,3.633-8.117,8.117s3.634,8.117,8.117,8.117 h254.753C351.812,278.241,355.446,274.607,355.446,270.124z'/%3E%3Cpath d='M456.108,0H55.892c-19.982,0-36.24,16.256-36.24,36.239v383.179c0,2.153,0.855,4.217,2.378,5.74l84.465,84.466 c1.522,1.522,3.587,2.377,5.739,2.377h343.874c19.982,0,36.24-16.256,36.24-36.239V36.239C492.348,16.256,476.09,0,456.108,0z M104.117,484.287l-56.752-56.752h43.224c7.46,0,13.528,6.068,13.528,13.528V484.287z M456.108,495.765H120.351v-54.704 c0-16.41-13.35-29.761-29.761-29.761H35.886V36.239c0-11.03,8.975-20.005,20.006-20.005h400.216 c11.031,0,20.006,8.975,20.006,20.005V475.76h0C476.114,486.792,467.14,495.765,456.108,495.765z'/%3E%3Cpath d='M92.575,164.551h254.753c4.483,0,8.117-3.633,8.117-8.117c0-4.484-3.634-8.117-8.117-8.117H92.575 c-4.483,0-8.117,3.633-8.117,8.117C84.459,160.918,88.093,164.551,92.575,164.551z'/%3E%3Cpath d='M419.417,262.007h-30.31c-4.483,0-8.117,3.633-8.117,8.117s3.634,8.117,8.117,8.117h30.31 c4.483,0,8.117-3.633,8.117-8.117S423.9,262.007,419.417,262.007z'/%3E%3Cpath d='M419.417,205.162h-30.31c-4.483,0-8.117,3.633-8.117,8.117s3.634,8.117,8.117,8.117h30.31 c4.483,0,8.117-3.633,8.117-8.117C427.534,208.796,423.9,205.162,419.417,205.162z'/%3E%3Cpath d='M419.417,148.318h-30.31c-4.483,0-8.117,3.633-8.117,8.117c0,4.484,3.634,8.117,8.117,8.117h30.31 c4.483,0,8.117-3.633,8.117-8.117C427.534,151.951,423.9,148.318,419.417,148.318z'/%3E%3Cpath d='M419.417,50.193H92.575c-4.483,0-8.117,3.633-8.117,8.117v45.354c0,4.484,3.634,8.117,8.117,8.117h326.842 c4.483,0,8.117-3.633,8.117-8.117V58.31C427.534,53.826,423.9,50.193,419.417,50.193z M100.692,95.547V66.426H411.3v29.121 H100.692z'/%3E%3Cpath d='M390.768,386.545v-20.99c3.729,0.965,7.595,2.623,11.462,4.693c1.521,0.831,3.174,1.243,4.832,1.243 c5.249,0,9.393-4.004,9.393-9.253c0-4.145-2.347-6.766-4.97-8.286c-5.939-3.316-12.571-5.525-20.027-6.631v-1.932 c0-4.008-3.18-7.181-7.184-7.181c-4.006,0-7.181,3.173-7.181,7.181v1.654c-17.403,1.798-29.004,12.018-29.004,27.211 c0,16.435,9.806,24.031,29.695,29.418v21.96c-6.352-1.382-11.878-4.006-17.678-7.735c-1.657-1.105-3.591-1.798-5.387-1.798 c-5.387,0-9.531,4.006-9.531,9.394c0,3.727,1.798,6.489,4.699,8.287c8.146,4.972,17.401,8.423,27.207,9.668v7.457 c0,4.006,3.175,7.183,7.181,7.183c4.004,0,7.184-3.176,7.184-7.183v-7.318c17.4-1.935,29.279-11.882,29.279-27.348 C420.739,400.772,411.759,392.207,390.768,386.545z M377.787,382.953c-7.597-2.762-9.53-5.663-9.53-9.945 c0-4.419,2.9-7.733,9.53-8.7V382.953z M390.768,426.321v-19.196c7.457,2.623,9.806,5.66,9.806,10.217 C400.574,422.314,397.256,425.355,390.768,426.321z'/%3E%3Cpath d='M297.694,341.39H170.318c-4.483,0-8.117,3.634-8.117,8.117v45.354c0,4.484,3.634,8.117,8.117,8.117h127.377 c4.483,0,8.117-3.633,8.117-8.117v-45.354C305.811,345.024,302.177,341.39,297.694,341.39z M289.577,386.745H178.434v-29.121 h111.143V386.745z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.page .app-sidebar .main-side-navigation ul li a.icon.tax::before {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg fill='%23fff' height='800px' width='800px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M427.023,0H84.977C71.126,0,59.858,11.268,59.858,25.119v461.762c0,13.851,11.268,25.119,25.119,25.119h265.086 c2.126,0,4.166-0.844,5.668-2.348l94.063-94.063c1.504-1.503,2.348-3.542,2.348-5.668V25.119C452.142,11.268,440.874,0,427.023,0z M358.079,484.63v-57.607c0-5.01,4.076-9.086,9.086-9.086h57.607L358.079,484.63z M436.109,401.904h-68.944 c-13.851,0-25.119,11.268-25.119,25.119v68.944H84.977c-5.01,0-9.086-4.076-9.086-9.086V25.119c0-5.01,4.076-9.086,9.086-9.086 h342.046c5.01,0,9.086,4.076,9.086,9.086V401.904z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M204.693,68.409h-68.409c-4.427,0-8.017,3.589-8.017,8.017s3.589,8.017,8.017,8.017h26.188v77.495 c0,4.427,3.589,8.017,8.017,8.017s8.017-3.589,8.017-8.017V84.443h26.188c4.427,0,8.017-3.589,8.017-8.017 S209.12,68.409,204.693,68.409z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M289.332,159.634l-23.826-79.418c-2.119-7.062-8.496-11.807-15.869-11.807h-4.378c-7.373,0-13.75,4.745-15.869,11.807 l-23.826,79.418c-1.272,4.241,1.134,8.71,5.375,9.982c4.241,1.275,8.71-1.134,9.982-5.374l3.416-11.39h46.219l3.417,11.389 c1.042,3.473,4.227,5.715,7.676,5.715c0.762,0,1.538-0.11,2.307-0.34C288.198,168.344,290.605,163.875,289.332,159.634z M229.149,136.818l15.598-51.995c0.067-0.224,0.278-0.381,0.512-0.381h4.378c0.234,0,0.445,0.156,0.512,0.381l15.598,51.995 H229.149z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M373.732,157.34l-26.712-38.158l26.712-38.158c2.539-3.627,1.657-8.626-1.97-11.165c-3.627-2.539-8.626-1.658-11.165,1.97 l-23.362,33.374l-23.362-33.374c-2.539-3.628-7.539-4.51-11.165-1.97c-3.628,2.539-4.51,7.538-1.97,11.165l26.712,38.158 L300.74,157.34c-2.539,3.627-1.657,8.626,1.97,11.165c1.399,0.98,3.003,1.449,4.59,1.449c2.527,0,5.015-1.192,6.574-3.42 l23.362-33.374l23.362,33.374c1.56,2.228,4.047,3.42,6.574,3.42c1.587,0,3.192-0.47,4.59-1.449 C375.389,165.966,376.272,160.967,373.732,157.34z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M136.284,213.779h-17.102c-4.427,0-8.017,3.589-8.017,8.017s3.589,8.017,8.017,8.017h17.102 c4.427,0,8.017-3.589,8.017-8.017S140.711,213.779,136.284,213.779z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M136.284,247.983h-17.102c-4.427,0-8.017,3.589-8.017,8.017s3.589,8.017,8.017,8.017h17.102 c4.427,0,8.017-3.589,8.017-8.017S140.711,247.983,136.284,247.983z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M136.284,282.188h-17.102c-4.427,0-8.017,3.589-8.017,8.017s3.589,8.017,8.017,8.017h17.102 c4.427,0,8.017-3.589,8.017-8.017S140.711,282.188,136.284,282.188z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M392.818,213.779h-17.102c-4.427,0-8.017,3.589-8.017,8.017s3.589,8.017,8.017,8.017h17.102 c4.427,0,8.017-3.589,8.017-8.017S397.246,213.779,392.818,213.779z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M392.818,247.983h-17.102c-4.427,0-8.017,3.589-8.017,8.017s3.589,8.017,8.017,8.017h17.102 c4.427,0,8.017-3.589,8.017-8.017S397.246,247.983,392.818,247.983z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M392.818,282.188h-17.102c-4.427,0-8.017,3.589-8.017,8.017s3.589,8.017,8.017,8.017h17.102 c4.427,0,8.017-3.589,8.017-8.017S397.246,282.188,392.818,282.188z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M273.102,213.779H170.489c-4.427,0-8.017,3.589-8.017,8.017s3.589,8.017,8.017,8.017h102.614 c4.427,0,8.017-3.589,8.017-8.017S277.53,213.779,273.102,213.779z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M238.898,247.983h-68.409c-4.427,0-8.017,3.589-8.017,8.017s3.589,8.017,8.017,8.017h68.409 c4.427,0,8.017-3.589,8.017-8.017S243.325,247.983,238.898,247.983z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M273.102,282.188H170.489c-4.427,0-8.017,3.589-8.017,8.017s3.589,8.017,8.017,8.017h102.614 c4.427,0,8.017-3.589,8.017-8.017S277.53,282.188,273.102,282.188z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M152.852,387.18v-27.859c5.907,1.936,9.62,5.833,9.62,9.447c0,4.427,3.589,8.017,8.017,8.017s8.017-3.589,8.017-8.017 c0-12.784-10.768-23.198-25.653-25.984v-1.273c0-4.427-3.589-8.017-8.017-8.017s-8.017,3.589-8.017,8.017v1.273 c-14.885,2.786-25.653,13.2-25.653,25.984c0,17.862,14.265,25.369,25.653,29.69v27.859c-5.907-1.936-9.62-5.834-9.62-9.447 c0-4.427-3.589-8.017-8.017-8.017s-8.017,3.589-8.017,8.017c0,12.784,10.768,23.198,25.653,25.984v1.273 c0,4.427,3.589,8.017,8.017,8.017s8.017-3.589,8.017-8.017v-1.273c14.885-2.786,25.653-13.2,25.653-25.984 C178.505,399.007,164.24,391.5,152.852,387.18z M136.818,380.966c-7.992-3.916-9.62-7.337-9.62-12.198 c0-3.614,3.713-7.511,9.62-9.447V380.966z M152.852,426.315V404.67c7.992,3.916,9.62,7.337,9.62,12.198 C162.472,420.482,158.758,424.38,152.852,426.315z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M264.551,350.597h-59.858c-4.427,0-8.017,3.589-8.017,8.017s3.589,8.017,8.017,8.017h59.858 c4.427,0,8.017-3.589,8.017-8.017S268.979,350.597,264.551,350.597z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M238.898,419.006h-34.205c-4.427,0-8.017,3.589-8.017,8.017c0,4.427,3.589,8.017,8.017,8.017h34.205 c4.427,0,8.017-3.589,8.017-8.017C246.914,422.596,243.325,419.006,238.898,419.006z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M290.205,419.006h-17.102c-4.427,0-8.017,3.589-8.017,8.017c0,4.427,3.589,8.017,8.017,8.017h17.102 c4.427,0,8.017-3.589,8.017-8.017C298.221,422.596,294.632,419.006,290.205,419.006z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M315.858,384.802H204.693c-4.427,0-8.017,3.589-8.017,8.017c0,4.427,3.589,8.017,8.017,8.017h111.165 c4.427,0,8.017-3.589,8.017-8.017C323.875,388.391,320.285,384.802,315.858,384.802z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Ccircle cx='273.102' cy='256' r='8.017'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Ccircle cx='307.307' cy='256' r='8.017'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Ccircle cx='341.511' cy='256' r='8.017'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Ccircle cx='307.307' cy='221.795' r='8.017'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Ccircle cx='341.511' cy='221.795' r='8.017'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Ccircle cx='307.307' cy='290.205' r='8.017'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Ccircle cx='341.511' cy='290.205' r='8.017'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.page .app-sidebar .main-side-navigation ul li a.icon.cofig::before {
  content: "";
  background-size: 120%;
  background-image: url("data:image/svg+xml,%3Csvg width='128' height='128' viewBox='0 0 32 32' enable-background='new 0 0 32 32' id='Editable-line' version='1.1' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ccircle cx='16' cy='16' fill='none' id='XMLID_224_' r='4' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d=' M27.758,10.366l-1-1.732c-0.552-0.957-1.775-1.284-2.732-0.732L23.5,8.206C21.5,9.36,19,7.917,19,5.608V5c0-1.105-0.895-2-2-2h-2 c-1.105,0-2,0.895-2,2v0.608c0,2.309-2.5,3.753-4.5,2.598L7.974,7.902C7.017,7.35,5.794,7.677,5.242,8.634l-1,1.732 c-0.552,0.957-0.225,2.18,0.732,2.732L5.5,13.402c2,1.155,2,4.041,0,5.196l-0.526,0.304c-0.957,0.552-1.284,1.775-0.732,2.732 l1,1.732c0.552,0.957,1.775,1.284,2.732,0.732L8.5,23.794c2-1.155,4.5,0.289,4.5,2.598V27c0,1.105,0.895,2,2,2h2 c1.105,0,2-0.895,2-2v-0.608c0-2.309,2.5-3.753,4.5-2.598l0.526,0.304c0.957,0.552,2.18,0.225,2.732-0.732l1-1.732 c0.552-0.957,0.225-2.18-0.732-2.732L26.5,18.598c-2-1.155-2-4.041,0-5.196l0.526-0.304C27.983,12.546,28.311,11.323,27.758,10.366z ' fill='none' id='XMLID_242_' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E");
}
.page .app-sidebar .main-side-navigation ul li.active {
  background-color: #009099;
}
.page .app-sidebar .main-side-navigation ul li.active a {
  color: #fff;
}
.page .app-sidebar .main-side-navigation ul li.active 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.active 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='%23fff' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.page .app-sidebar .main-side-navigation ul li.active a.icon.users::before {
  content: "";
  background-size: 120%;
  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='M15.8 21C15.8 21.3866 16.1134 21.7 16.5 21.7C16.8866 21.7 17.2 21.3866 17.2 21H15.8ZM4.8 21C4.8 21.3866 5.1134 21.7 5.5 21.7C5.8866 21.7 6.2 21.3866 6.2 21H4.8ZM6.2 18C6.2 17.6134 5.8866 17.3 5.5 17.3C5.1134 17.3 4.8 17.6134 4.8 18H6.2ZM12.3 21C12.3 21.3866 12.6134 21.7 13 21.7C13.3866 21.7 13.7 21.3866 13.7 21H12.3ZM13.7 18C13.7 17.6134 13.3866 17.3 13 17.3C12.6134 17.3 12.3 17.6134 12.3 18H13.7ZM11.7429 11.3125L11.3499 10.7333L11.3499 10.7333L11.7429 11.3125ZM16.2429 11.3125L15.8499 10.7333L15.8499 10.7333L16.2429 11.3125ZM3.2 21V19.5H1.8V21H3.2ZM8 14.7H11V13.3H8V14.7ZM15.8 19.5V21H17.2V19.5H15.8ZM11 14.7C13.651 14.7 15.8 16.849 15.8 19.5H17.2C17.2 16.0758 14.4242 13.3 11 13.3V14.7ZM3.2 19.5C3.2 16.849 5.34903 14.7 8 14.7V13.3C4.57583 13.3 1.8 16.0758 1.8 19.5H3.2ZM11 14.7H15.5V13.3H11V14.7ZM20.3 19.5V21H21.7V19.5H20.3ZM15.5 14.7C18.151 14.7 20.3 16.849 20.3 19.5H21.7C21.7 16.0758 18.9242 13.3 15.5 13.3V14.7ZM6.2 21V18H4.8V21H6.2ZM13.7 21V18H12.3V21H13.7ZM9.5 11.3C7.67746 11.3 6.2 9.82255 6.2 8.00001H4.8C4.8 10.5958 6.90426 12.7 9.5 12.7V11.3ZM6.2 8.00001C6.2 6.17746 7.67746 4.7 9.5 4.7V3.3C6.90426 3.3 4.8 5.40427 4.8 8.00001H6.2ZM9.5 4.7C11.3225 4.7 12.8 6.17746 12.8 8.00001H14.2C14.2 5.40427 12.0957 3.3 9.5 3.3V4.7ZM12.8 8.00001C12.8 9.13616 12.2264 10.1386 11.3499 10.7333L12.1358 11.8918C13.3801 11.0477 14.2 9.61973 14.2 8.00001H12.8ZM11.3499 10.7333C10.8225 11.091 10.1867 11.3 9.5 11.3V12.7C10.4757 12.7 11.3839 12.4019 12.1358 11.8918L11.3499 10.7333ZM14 4.7C15.8225 4.7 17.3 6.17746 17.3 8.00001H18.7C18.7 5.40427 16.5957 3.3 14 3.3V4.7ZM17.3 8.00001C17.3 9.13616 16.7264 10.1386 15.8499 10.7333L16.6358 11.8918C17.8801 11.0477 18.7 9.61973 18.7 8.00001H17.3ZM15.8499 10.7333C15.3225 11.091 14.6867 11.3 14 11.3V12.7C14.9757 12.7 15.8839 12.4019 16.6358 11.8918L15.8499 10.7333ZM11.9378 5.42349C12.5029 4.97049 13.2189 4.7 14 4.7V3.3C12.8892 3.3 11.8667 3.68622 11.0622 4.33114L11.9378 5.42349ZM14 11.3C13.3133 11.3 12.6775 11.091 12.1501 10.7333L11.3642 11.8918C12.1161 12.4019 13.0243 12.7 14 12.7V11.3Z' fill='%23fff'/%3E%3C/svg%3E");
}
.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: #dc3545;
}
.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;
  background-color: #f8f9fa !important;
}
.page .main-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: 500;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 0px;
}
@media (max-width: 780px) {
  .page .main-content .sub-heading {
    font-size: 16px;
  }
}
.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;
  margin-right: 6px;
}
.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 {
  overflow: visible;
}
.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 .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 .filterWrapper .download-btn .btn {
  padding: 9px 20px !important;
}
.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: 15px 0;
}
.page .main-content .broadcast-tabs .download-sample .form-control {
  height: 40px;
}
.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: 95%;
  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='%23fff '/%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 .upload-container #fileUpload {
  display: none;
}
.page .main-content .upload-container .input-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 20px;
}
.page .main-content .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;
}
.page .main-content .upload-container .input-box p {
  font-size: 12px;
  color: rgba(29, 36, 46, 0.5019607843);
  margin: 6px 0;
}
.page .main-content .upload-container .input-box span {
  font-size: 8px;
  color: rgba(29, 36, 46, 0.5019607843);
}
.page .main-content .upload-container .input-box label {
  font-size: 24px;
  color: #000000;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page .main-content .upload-container .image-preview {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 15px;
  display: none;
  height: 0;
}
.page .main-content .upload-container .image-preview img {
  width: 100px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.page .main-content .upload-container .image-preview.animate-image {
  display: block;
  height: auto;
}
.page .main-content .upload-container .image-preview .delImage {
  display: none;
}
.page .main-content .templates-journey-cards {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  height: 173px;
}
.page .main-content .templates-journey-cards.bg-support {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  font-size: 13px;
}
.page .main-content .templates-journey-cards.bg-support.support-card {
  background-image: url("../images/employee-support.svg");
}
.page .main-content .templates-journey-cards.bg-support.user-card {
  background-image: url("../images/lead-generation.svg");
}
.page .main-content .templates-journey-cards.bg-support.faq-card {
  background-image: url("../images/faqs.svg");
}
.page .main-content .templates-journey-cards.bg-support.metro-card {
  background-image: url("../images/metro-booking.svg");
}
.page .main-content .templates-journey-cards.bg-support.discover-course {
  background-image: url("../images/discover-courses.svg");
}
.page .main-content .templates-journey-cards .cardheader {
  padding: 0px;
  border-bottom: 0px;
}
.page .main-content .templates-journey-cards .cardheader h4 {
  font-size: 13px;
  border-bottom: 0px;
}
.page .main-content .templates-journey-cards .cardfooter span {
  margin-bottom: 9px;
  display: block;
}
.page .main-content .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;
}
.page .main-content .templates-journey-cards .cardfooter .preview {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.page .main-content .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;
}
.page .main-content .flex-50 {
  flex: 0 0 50%;
}
.page .main-content .live-dot {
  background-color: #198754;
  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: #dc3545;
  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 .count-active {
  font-size: 25px;
  line-height: 1;
  color: #000;
  font-weight: 500;
}
.page .main-content .count .green-active {
  color: #198754;
  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;
}
.page .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;
  cursor: pointer;
}
.page .allow-user {
  padding: 0px !important;
  list-style-type: none;
  display: flex;
  gap: 30px;
}
.page .allow-user li {
  font-size: 15px !important;
  font-weight: 400;
}
.page .template-setup p {
  font-size: 13px;
  color: #787a7c;
}
.page .buy-link {
  text-align: center;
  margin-top: 4px;
}
.page .buy-link a {
  font-size: 13px;
  font-weight: 400;
  color: #03A9F5;
  text-decoration: none;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-top: 1px solid #ddd;
  padding: 11px 0px;
}
.page .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;
}
.page .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;
}
.page .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;
}
.page .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;
}
.page .template-creation p {
  font-size: 13px;
  color: #707070;
  font-weight: 400;
  letter-spacing: 0.4px;
}
.page .template-creation .sub-category-listing {
  padding: 0px;
  list-style-type: none;
  margin-bottom: 0px;
}
.page .template-creation .sub-category-listing li {
  margin-bottom: 5px;
  padding: 6px 10px;
  border-radius: 8px;
}
.page .template-creation .sub-category-listing li:hover {
  background-color: #F5F5F5;
}
.page .template-creation .sub-category-listing li:last-child {
  margin-bottom: 0px;
}
.page .template-creation .sub-category-listing li .form-check {
  margin-bottom: 0px;
}
.page .template-creation .sub-category-listing li .form-check.template-radio .form-check-input {
  float: left !important;
}
.page .template-creation .sub-category-listing li .form-check.template-radio .form-check-label {
  padding-left: 8px;
  cursor: pointer;
}
.page .template-creation .sub-category-listing li .form-check.template-radio p {
  margin-bottom: 0px;
}
.page .template-creation .sub-category-listing li:has(input[type=radio]:checked) {
  background-color: #F5F5F5;
}

.bg-light {
  background-color: #f5f5f5;
}

.campaign-type {
  display: flex;
  gap: 20px;
}
.campaign-type .select-type {
  position: relative;
  width: 55%;
}
.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;
}

.user-list {
  padding: 0px;
  list-style-type: none;
  margin: 0px 0px 20px 0px;
  display: flex;
  flex-wrap: wrap;
}
.user-list li {
  width: 33.33%;
  margin-bottom: 18px !important;
  padding-right: 8px;
}
@media (max-width: 780px) {
  .user-list li {
    width: 50%;
  }
}
.user-list .formkey {
  display: flex;
  gap: 8px;
  font-size: 13px;
  text-transform: uppercase;
  color: #787676;
  letter-spacing: 0.35px;
}
.user-list .formvalue {
  font-size: 15px;
  color: #000;
  word-wrap: break-word;
  line-height: 22px;
  display: block;
}

.customer-list {
  list-style-type: none;
  padding-left: 0px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.customer-list li {
  width: 23.46%;
  text-align: center;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 0px;
  background-color: #fbfbfb;
}
.customer-list li .count {
  font-size: 19px;
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
}
.customer-list li p {
  margin-bottom: 0px;
  color: #6f7072 !important;
  text-transform: uppercase;
}

.choose-picture {
  background-color: #efefef;
  padding: 20px;
  height: 120px;
  border-radius: 10px;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
  position: relative;
  border: 1px solid #ddd;
  cursor: pointer;
  flex-direction: column;
}
.choose-picture .plus-logo {
  height: 35px;
  width: 35px;
  background-color: #d2d2d2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.choose-picture .plus-logo::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='M4 12H20M12 4V20' stroke='%23767676' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: cover;
  height: 15px;
  width: 15px;
  display: grid;
}
.choose-picture .form-control {
  visibility: hidden;
  position: absolute;
}
.choose-picture .choose-title {
  color: #a3a1a1;
  font-size: 13px;
  bottom: 32px;
  font-weight: 400;
  letter-spacing: 0.9px;
  line-height: 1;
  white-space: nowrap;
  margin-top: 7px;
}
.choose-picture .existing {
  background-color: #fff;
  padding: 3px 15px;
  border-radius: 25px;
  font-size: 10px;
  font-weight: 500;
  position: absolute;
  bottom: 7px;
  left: 5px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.logo-list {
  list-style-type: none;
  padding: 0px !important;
  margin: 0px;
  display: flex;
  gap: 15px;
}
.logo-list li {
  margin-bottom: 0px !important;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
}
.header-content .back-btn {
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 -6.5 36 36' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eleft-arrow%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='ui-gambling-website-lined-icnos-casinoshunter' transform='translate(-342.000000, -159.000000)' fill='%23252528' fill-rule='nonzero'%3E%3Cg id='square-filled' transform='translate(50.000000, 120.000000)'%3E%3Cpath d='M317.108012,39.2902857 L327.649804,49.7417043 L327.708994,49.7959169 C327.889141,49.9745543 327.986143,50.2044182 328,50.4382227 L328,50.5617773 C327.986143,50.7955818 327.889141,51.0254457 327.708994,51.2040831 L327.6571,51.2479803 L317.108012,61.7097143 C316.717694,62.0967619 316.084865,62.0967619 315.694547,61.7097143 C315.30423,61.3226668 315.30423,60.6951387 315.694547,60.3080911 L324.702666,51.3738496 L292.99947,51.3746291 C292.447478,51.3746291 292,50.9308997 292,50.3835318 C292,49.8361639 292.447478,49.3924345 292.99947,49.3924345 L324.46779,49.3916551 L315.694547,40.6919089 C315.30423,40.3048613 315.30423,39.6773332 315.694547,39.2902857 C316.084865,38.9032381 316.717694,38.9032381 317.108012,39.2902857 Z M327.115357,50.382693 L316.401279,61.0089027 L327.002151,50.5002046 L327.002252,50.4963719 L326.943142,50.442585 L326.882737,50.382693 L327.115357,50.382693 Z' id='left-arrow' transform='translate(310.000000, 50.500000) scale(-1, 1) translate(-310.000000, -50.500000) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
  width: 25px;
  height: 18px;
  display: inline-block;
}
.header-content .sub-heading {
  margin-bottom: 0px !important;
}
.header-content .sub-heading a {
  color: #000;
  text-decoration: none;
}
.header-content .sub-heading .back {
  margin-right: 10px;
}
.header-content .client-logo img {
  width: 220px;
}

.user-wrap {
  display: flex;
  gap: 10px;
}
.user-wrap .profile img {
  height: 30px;
  width: 30px;
  border-radius: 100%;
}
.user-wrap .role {
  font-size: 13px;
  display: block;
  color: #637381;
}

.log {
  font-size: 13px;
}

.footer {
  font-size: 13px;
  text-align: center;
  background-color: #fff;
  padding: 12.1px 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}

.filterWrapper {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
  flex: 1;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .filterWrapper {
    flex-wrap: wrap;
  }
}
.filterWrapper .filterwrap {
  display: flex;
  align-items: end;
  gap: 10px;
}
@media (max-width: 480px) {
  .filterWrapper .filterwrap {
    flex-wrap: wrap;
  }
}
.filterWrapper .filter-list {
  list-style-type: none;
  padding: 0px !important;
  display: flex;
  gap: 10px;
  margin-bottom: 0px;
  flex: 1;
}
@media (max-width: 480px) {
  .filterWrapper .filter-list {
    flex-wrap: wrap;
  }
}
.filterWrapper .filter-list li {
  width: 100%;
  margin-bottom: 0px !important;
}
.filterWrapper .btn {
  padding: 11px 20px !important;
}
.filterWrapper .add {
  padding: 9px 20px !important;
}

.buisness-category {
  font-size: 13px;
  color: #7E7E7E;
  display: block;
}

.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;
}
@media (max-width: 480px) {
  .sidemenutoggle .backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5607843137);
  }
}
.sidemenutoggle.metapage .burger {
  display: none !important;
}

.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: 25px;
  width: 25px;
  display: inline-block;
}

.graph-cards .card {
  background-color: rgba(3, 169, 245, 0.1019607843);
}

.pricing-wrap {
  margin-bottom: 15px;
}
.pricing-wrap .sub-heading {
  margin-bottom: 0px !important;
}

.reportrange {
  white-space: nowrap;
  padding: 0.475rem 1.95rem 0.475rem 0.75rem !important;
}

.toastWrap {
  position: fixed;
  top: 80px;
  right: 0;
  z-index: 1056;
}

.toastWrap .toast {
  margin-bottom: 20px;
}

.alert-toast {
  border: 0px;
}

.bg-danger {
  background-color: #FED1D5 !important;
}

.bg-success {
  background-color: #ceeace !important;
}

.toast .toast-body {
  padding: 0px;
}

.toast p {
  margin-bottom: 0px;
  font-size: 13px;
}

.daterangepicker .ranges li.active {
  background-color: #03a9f5 !important;
}

.applyBtn {
  background-color: #03a9f5 !important;
  padding: 4px 15px !important;
  border: 1px solid #03a9f5 !important;
  border-radius: 30px !important;
}

.cancelBtn {
  background-color: #ddd;
  padding: 4px 15px !important;
  border-radius: 30px !important;
  background-color: #eee !important;
}

.module-list {
  padding: 0px;
  list-style-type: none;
  display: flex;
  gap: 40px;
}
@media (max-width: 480px) {
  .module-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}

.password-wrap {
  position: relative;
}
.password-wrap .toggle-password {
  padding: 0.5rem 0.5rem;
  position: absolute;
  right: 0;
  border-left: 0px;
  cursor: pointer;
}
.password-wrap .toggle-password.fa::after {
  content: "";
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  display: block;
}
.password-wrap .toggle-password.fa-eye::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 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='%23080341'/%3E%3C/svg%3E");
}
.password-wrap .toggle-password.fa-eye-slash::after {
  content: "";
  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 fill-rule='evenodd' clip-rule='evenodd' d='M15.5778 13.6334C16.2396 12.1831 15.9738 10.4133 14.7803 9.21976C13.5868 8.02628 11.817 7.76042 10.3667 8.4222L11.5537 9.60918C12.315 9.46778 13.1307 9.69153 13.7196 10.2804C14.3085 10.8693 14.5323 11.6851 14.3909 12.4464L15.5778 13.6334Z' fill='%23080341'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.86339 7.80781C5.60443 8.02054 5.35893 8.23562 5.12798 8.44832C4.28009 9.22922 3.59623 10.0078 3.1244 10.5906C2.88801 10.8825 2.70365 11.1268 2.57733 11.2997C2.51414 11.3862 2.46539 11.4549 2.43184 11.5029C2.41506 11.5269 2.40207 11.5457 2.39297 11.559L2.38224 11.5747L2.37908 11.5794L2.37806 11.5809L2.09656 12L2.37741 12.4181L2.37806 12.4191L2.37908 12.4206L2.38224 12.4253L2.39297 12.441C2.40207 12.4543 2.41506 12.4731 2.43184 12.4971C2.46539 12.5451 2.51414 12.6138 2.57733 12.7003C2.70365 12.8732 2.88801 13.1175 3.1244 13.4094C3.59623 13.9922 4.28009 14.7708 5.12798 15.5517C6.79696 17.0888 9.22583 18.75 12 18.75C13.3694 18.75 14.6547 18.3452 15.806 17.7504L14.6832 16.6277C13.8289 17.0123 12.9256 17.25 12 17.25C9.80366 17.25 7.73254 15.9112 6.14416 14.4483C5.36337 13.7292 4.72921 13.0078 4.29019 12.4656C4.14681 12.2885 4.02475 12.1311 3.92572 12C4.02475 11.8689 4.14681 11.7115 4.29019 11.5344C4.72921 10.9922 5.36337 10.2708 6.14416 9.55168C6.39447 9.32114 6.65677 9.09369 6.92965 8.87408L5.86339 7.80781ZM17.0705 15.1258C17.3434 14.9063 17.6056 14.6788 17.8559 14.4483C18.6367 13.7292 19.2708 13.0078 19.7099 12.4656C19.8532 12.2885 19.9753 12.1311 20.0743 12C19.9753 11.8689 19.8532 11.7115 19.7099 11.5344C19.2708 10.9922 18.6367 10.2708 17.8559 9.55168C16.2675 8.08879 14.1964 6.75 12 6.75C11.0745 6.75 10.1712 6.98772 9.31694 7.37228L8.1942 6.24954C9.34544 5.65475 10.6307 5.25 12 5.25C14.7742 5.25 17.2031 6.91121 18.8721 8.44832C19.72 9.22922 20.4038 10.0078 20.8757 10.5906C21.112 10.8825 21.2964 11.1268 21.4227 11.2997C21.4859 11.3862 21.5347 11.4549 21.5682 11.5029C21.585 11.5269 21.598 11.5457 21.6071 11.559L21.6178 11.5747L21.621 11.5794L21.622 11.5809L21.9035 12L21.6224 12.4186L21.621 12.4206L21.6178 12.4253L21.6071 12.441C21.598 12.4543 21.585 12.4731 21.5682 12.4971C21.5347 12.5451 21.4859 12.6138 21.4227 12.7003C21.2964 12.8732 21.112 13.1175 20.8757 13.4094C20.4038 13.9922 19.72 14.7708 18.8721 15.5517C18.6412 15.7644 18.3957 15.9794 18.1368 16.1921L17.0705 15.1258Z' fill='%23080341'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.75 19.8107L3.75 4.81066L4.81066 3.75L19.8107 18.75L18.75 19.8107Z' fill='%23000'/%3E%3C/svg%3E");
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.ui-widget-header {
  background-color: #03a9f5 !important;
  color: #fff !important;
  font-weight: 500 !important;
  font-size: 16px !important;
}

.ui-state-default {
  font-size: 13px;
}

.ui-widget.ui-widget-content {
  z-index: 9 !important;
}

.card-list {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.module-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 14px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
}

.bglight {
  background-color: #fbfbfb !important;
}

.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;
}
.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;
}

.guidline p {
  color: #707070 !important;
  margin-bottom: 0px;
}

.no-wrap {
  white-space: nowrap;
}

.ui-state-hover {
  background-color: transparent !important;
  border: 0px !important;
}

.ui-datepicker-prev .ui-icon.ui-icon-circle-triangle-w {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' width='800px' height='800px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 24 24'%3E%3Cpath d='M8.5,12.8l5.7,5.6c0.4,0.4,1,0.4,1.4,0c0,0,0,0,0,0c0.4-0.4,0.4-1,0-1.4l-4.9-5l4.9-5c0.4-0.4,0.4-1,0-1.4c-0.2-0.2-0.4-0.3-0.7-0.3c-0.3,0-0.5,0.1-0.7,0.3l-5.7,5.6C8.1,11.7,8.1,12.3,8.5,12.8C8.5,12.7,8.5,12.7,8.5,12.8z'/%3E%3C/svg%3E") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
}

.ui-datepicker-next .ui-icon.ui-icon-circle-triangle-e {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' width='800px' height='800px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.54,11.29,9.88,5.64a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41l4.95,5L8.46,17a1,1,0,0,0,0,1.41,1,1,0,0,0,.71.3,1,1,0,0,0,.71-.3l5.66-5.65A1,1,0,0,0,15.54,11.29Z'/%3E%3C/svg%3E") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
}

.ui-datepicker-title {
  font-size: 14px;
  font-weight: 500;
}

.dashboard-cards .card {
  background-color: #f0fbff;
  box-shadow: none;
  border: 1px solid #a7e6fd !important;
}
.dashboard-cards .card .cards-icon {
  background-size: 98%;
  background-repeat: no-repeat;
  background-position: center;
  height: 39px;
  width: 42px;
  display: inline-block;
}
.dashboard-cards .card .cards-icon.campaign {
  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='%2303a9f5' stroke-width='1.26637' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.dashboard-cards .card .cards-icon.reports {
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 17 17' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M17 16v1h-17v-1h17zM12 10h2v5h1v-6h-4v6h1v-5zM7 7h2v8h1v-9h-4v9h1v-8zM2 3h2v12h1v-13h-4v13h1v-12z' fill='%2303a9f5' /%3E%3C/svg%3E");
}
.dashboard-cards .card .cards-icon.clients {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %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='M15.8 21C15.8 21.3866 16.1134 21.7 16.5 21.7C16.8866 21.7 17.2 21.3866 17.2 21H15.8ZM4.8 21C4.8 21.3866 5.1134 21.7 5.5 21.7C5.8866 21.7 6.2 21.3866 6.2 21H4.8ZM6.2 18C6.2 17.6134 5.8866 17.3 5.5 17.3C5.1134 17.3 4.8 17.6134 4.8 18H6.2ZM12.3 21C12.3 21.3866 12.6134 21.7 13 21.7C13.3866 21.7 13.7 21.3866 13.7 21H12.3ZM13.7 18C13.7 17.6134 13.3866 17.3 13 17.3C12.6134 17.3 12.3 17.6134 12.3 18H13.7ZM11.7429 11.3125L11.3499 10.7333L11.3499 10.7333L11.7429 11.3125ZM16.2429 11.3125L15.8499 10.7333L15.8499 10.7333L16.2429 11.3125ZM3.2 21V19.5H1.8V21H3.2ZM8 14.7H11V13.3H8V14.7ZM15.8 19.5V21H17.2V19.5H15.8ZM11 14.7C13.651 14.7 15.8 16.849 15.8 19.5H17.2C17.2 16.0758 14.4242 13.3 11 13.3V14.7ZM3.2 19.5C3.2 16.849 5.34903 14.7 8 14.7V13.3C4.57583 13.3 1.8 16.0758 1.8 19.5H3.2ZM11 14.7H15.5V13.3H11V14.7ZM20.3 19.5V21H21.7V19.5H20.3ZM15.5 14.7C18.151 14.7 20.3 16.849 20.3 19.5H21.7C21.7 16.0758 18.9242 13.3 15.5 13.3V14.7ZM6.2 21V18H4.8V21H6.2ZM13.7 21V18H12.3V21H13.7ZM9.5 11.3C7.67746 11.3 6.2 9.82255 6.2 8.00001H4.8C4.8 10.5958 6.90426 12.7 9.5 12.7V11.3ZM6.2 8.00001C6.2 6.17746 7.67746 4.7 9.5 4.7V3.3C6.90426 3.3 4.8 5.40427 4.8 8.00001H6.2ZM9.5 4.7C11.3225 4.7 12.8 6.17746 12.8 8.00001H14.2C14.2 5.40427 12.0957 3.3 9.5 3.3V4.7ZM12.8 8.00001C12.8 9.13616 12.2264 10.1386 11.3499 10.7333L12.1358 11.8918C13.3801 11.0477 14.2 9.61973 14.2 8.00001H12.8ZM11.3499 10.7333C10.8225 11.091 10.1867 11.3 9.5 11.3V12.7C10.4757 12.7 11.3839 12.4019 12.1358 11.8918L11.3499 10.7333ZM14 4.7C15.8225 4.7 17.3 6.17746 17.3 8.00001H18.7C18.7 5.40427 16.5957 3.3 14 3.3V4.7ZM17.3 8.00001C17.3 9.13616 16.7264 10.1386 15.8499 10.7333L16.6358 11.8918C17.8801 11.0477 18.7 9.61973 18.7 8.00001H17.3ZM15.8499 10.7333C15.3225 11.091 14.6867 11.3 14 11.3V12.7C14.9757 12.7 15.8839 12.4019 16.6358 11.8918L15.8499 10.7333ZM11.9378 5.42349C12.5029 4.97049 13.2189 4.7 14 4.7V3.3C12.8892 3.3 11.8667 3.68622 11.0622 4.33114L11.9378 5.42349ZM14 11.3C13.3133 11.3 12.6775 11.091 12.1501 10.7333L11.3642 11.8918C12.1161 12.4019 13.0243 12.7 14 12.7V11.3Z' fill='%2303a9f5'/%3E%3C/svg%3E");
}

.piechart {
  height: 300px !important;
  width: 300px !important;
  margin: 0 auto;
}

.sub-heading a {
  color: #000;
  text-decoration: none;
}
.sub-heading a:hover {
  color: #000;
}

.add-veriables {
  list-style-type: none;
  padding: 0px;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: #fff;
  width: 30px !important;
  height: 60px !important;
  border: 1px solid #ddd;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px !important;
  color: #000;
}

.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;
}
.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;
  font-size: 1em;
  opacity: 0.4;
  padding: 0 5px;
  background: 0 0;
  border: 0;
}

.toastify-right {
  right: 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;
}

.confirmation-modal .modal-body {
  padding: 40px;
}
.confirmation-modal .modal-content {
  border-radius: 1.3rem;
  width: 430px;
}
.confirmation-modal h3 {
  font-size: 20px;
}
.confirmation-modal p {
  font-size: 15px;
  text-align: center;
  margin-bottom: 0px;
  max-width: 400px;
  margin: 7px auto 0px;
  color: #7e7d7d;
}
.confirmation-modal .delete-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:sketch='http://www.bohemiancoding.com/sketch/ns'%3E%3Ctitle%3Ecross-circle%3C/title%3E%3Cdesc%3ECreated with Sketch Beta.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' sketch:type='MSPage'%3E%3Cg id='Icon-Set' sketch:type='MSLayerGroup' transform='translate(-568.000000, -1087.000000)' fill='%23dc3545'%3E%3Cpath d='M584,1117 C576.268,1117 570,1110.73 570,1103 C570,1095.27 576.268,1089 584,1089 C591.732,1089 598,1095.27 598,1103 C598,1110.73 591.732,1117 584,1117 L584,1117 Z M584,1087 C575.163,1087 568,1094.16 568,1103 C568,1111.84 575.163,1119 584,1119 C592.837,1119 600,1111.84 600,1103 C600,1094.16 592.837,1087 584,1087 L584,1087 Z M589.717,1097.28 C589.323,1096.89 588.686,1096.89 588.292,1097.28 L583.994,1101.58 L579.758,1097.34 C579.367,1096.95 578.733,1096.95 578.344,1097.34 C577.953,1097.73 577.953,1098.37 578.344,1098.76 L582.58,1102.99 L578.314,1107.26 C577.921,1107.65 577.921,1108.29 578.314,1108.69 C578.708,1109.08 579.346,1109.08 579.74,1108.69 L584.006,1104.42 L588.242,1108.66 C588.633,1109.05 589.267,1109.05 589.657,1108.66 C590.048,1108.27 590.048,1107.63 589.657,1107.24 L585.42,1103.01 L589.717,1098.71 C590.11,1098.31 590.11,1097.68 589.717,1097.28 L589.717,1097.28 Z' id='cross-circle' sketch:type='MSShapeGroup'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 50px;
  width: 50px;
  display: block;
  margin: 0 auto 19px;
}

.template-preview-card {
  margin-bottom: 15px;
  position: sticky;
  top: 59px;
}
.template-preview-card h4 {
  font-size: 15px;
}

.creation-card {
  padding: 15px;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(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 {
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.delete:hover {
  background-color: #FFE4E4;
}
.delete::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 {
  position: relative;
}

.emoji-wrapper {
  position: absolute;
  top: 37px;
  left: 0px;
  z-index: 99;
}
.picker {
  background-color: transparent !important;
}

.facebook-wrap {
  height: calc(100vh - 160px);
}
.facebook-wrap h3 {
  margin-bottom: 7px;
  font-size: 18px;
}
.facebook-wrap p {
  max-width: 300px;
  text-align: center;
  font-size: 13px !important;
}
.facebook-wrap .small-text {
  font-size: 12px;
  font-style: italic;
  max-width: 300px;
  text-align: center;
  margin: 10px 0px;
  color: #817d7d;
}

.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);
}

.buisness-type {
  display: block;
  width: 140px;
}

.lighttext {
  color: #727272;
  font-size: 15px;
}

.details-title {
  font-size: 16px;
  margin-bottom: 15px;
}

.waba-wrap .user-list {
  margin-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
}
.waba-wrap .user-list li {
  width: 33.33%;
  margin-bottom: 15px !important;
}
.waba-wrap hr {
  margin-bottom: 1rem !important;
}

.table.billing-table th,
.table.billing-table td {
  border: 1px solid #DBDBDB;
}

.invalid-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}
.invalid-wrap h5 {
  font-size: 19px;
  margin: 17px auto 4px;
}
.invalid-wrap p {
  color: #6C6C6C;
  max-width: 240px;
  text-align: center;
  font-size: 15px;
}

.whatsapp-display-image {
  display: flex;
  margin-bottom: 20px;
  gap: 40px;
}
.whatsapp-display-image h6 {
  font-size: 15px;
}
.whatsapp-display-image .display-image {
  width: 56%;
}
.whatsapp-display-image .display-image .upload-image {
  padding: 40px 20px;
  border: 1px dashed #ddd;
  border-radius: 6px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.whatsapp-display-image .display-image .upload-image input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.whatsapp-display-image .display-image .upload-image .upload-text {
  display: block;
  font-size: 15px;
  margin-top: 12px;
  font-weight: 500;
}
.whatsapp-display-image .display-image .upload-image .upload-note {
  font-size: 13px;
  color: #686868;
}
.whatsapp-display-image .display-image p {
  font-size: 12px;
  color: #686868;
  margin: 4px 0px 0px;
}
.whatsapp-display-image .whatapp-preview {
  width: 40%;
}
.whatsapp-display-image .whatapp-preview .preview-wrap {
  background-color: #F3F3F3;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.whatsapp-display-image .whatapp-preview .preview-wrap .previewImage {
  display: block;
  background-color: #fff;
  height: 97px;
  width: 97px;
  border-radius: 100px;
  position: relative;
}
.whatsapp-display-image .whatapp-preview .preview-wrap .previewImage img {
  height: 97px;
  width: 97px;
  border-radius: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.whatsapp-display-image .whatapp-preview .preview-wrap .previewImage .deleteIcon {
  background-color: #FF4B4B;
  height: 26px;
  width: 26px;
  border-radius: 50px;
  position: absolute;
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
}
.whatsapp-display-image .whatapp-preview .preview-wrap .previewImage .deleteIcon::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='13' viewBox='0 0 11 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 2.9H1.61111M1.61111 2.9H10.5M1.61111 2.9V11.3C1.61111 11.6183 1.72817 11.9235 1.93655 12.1485C2.14492 12.3736 2.42754 12.5 2.72222 12.5H8.27778C8.57246 12.5 8.85508 12.3736 9.06345 12.1485C9.27183 11.9235 9.38889 11.6183 9.38889 11.3V2.9M3.27778 2.9V1.7C3.27778 1.38174 3.39484 1.07652 3.60322 0.851472C3.81159 0.626428 4.0942 0.5 4.38889 0.5H6.61111C6.9058 0.5 7.18841 0.626428 7.39679 0.851472C7.60516 1.07652 7.72222 1.38174 7.72222 1.7V2.9' stroke='%23FFEDED' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 14px;
  width: 12px;
  display: inline-block;
}
.whatsapp-display-image .whatapp-preview .preview-wrap .buisness-check {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5417 6.47114L7.58349 11.1371C7.51784 11.1989 7.4399 11.248 7.35409 11.2815C7.26829 11.3149 7.17631 11.3321 7.08342 11.3321C6.99054 11.3321 6.89856 11.3149 6.81276 11.2815C6.72695 11.248 6.64901 11.1989 6.58336 11.1371L4.45841 9.13741C4.39067 9.07601 4.33659 9.00249 4.29935 8.92121C4.26211 8.83994 4.24246 8.75251 4.24151 8.66401C4.24056 8.57551 4.25835 8.48771 4.29384 8.40575C4.32933 8.32378 4.38181 8.24929 4.44822 8.18662C4.51463 8.12395 4.59363 8.07436 4.68063 8.04073C4.76763 8.0071 4.86087 7.99013 4.95492 7.99077C5.04896 7.99141 5.14194 8.00966 5.2284 8.04447C5.31487 8.07928 5.3931 8.12997 5.45854 8.19354L7.08342 9.72269L11.5416 5.52727C11.607 5.4637 11.6852 5.41302 11.7717 5.3782C11.8582 5.34339 11.9512 5.32514 12.0452 5.3245C12.1392 5.32386 12.2325 5.34083 12.3195 5.37446C12.4065 5.40809 12.4855 5.45768 12.5519 5.52035C12.6183 5.58302 12.6708 5.65751 12.7063 5.73948C12.7418 5.82144 12.7596 5.90924 12.7586 5.99774C12.7577 6.08624 12.738 6.17367 12.7008 6.25494C12.6635 6.33622 12.6095 6.40974 12.5417 6.47114ZM16.9021 9.53066L16.0677 7.9989L16.9007 6.46577C17.0021 6.27975 17.0264 6.06503 16.9691 5.86307C16.9118 5.66111 16.7769 5.48636 16.5905 5.37267L15.0534 4.43946L14.9613 2.72373C14.953 2.51372 14.8609 2.31436 14.7034 2.16538C14.5458 2.01641 14.3345 1.92872 14.1113 1.91981L12.2839 1.83185L11.288 0.382689C11.1661 0.208423 10.9802 0.0825984 10.7659 0.0292256C10.5516 -0.0241472 10.3239 -0.00129453 10.1264 0.093425L8.50006 0.877325L6.87093 0.093425C6.67323 -0.00243829 6.44466 -0.0254958 6.22986 0.0287374C6.01505 0.0829706 5.82945 0.21056 5.70929 0.386676L4.71623 1.83316L2.89019 1.91981C2.66766 1.92834 2.45669 2.01531 2.29921 2.16351C2.14173 2.31171 2.04927 2.51025 2.04021 2.71966L1.94671 4.43946L0.405414 5.37527C0.219982 5.48978 0.0861234 5.66482 0.029628 5.86665C-0.0268673 6.06849 -0.00200889 6.28284 0.0994157 6.46845L0.932393 8.00021L0.0994157 9.53334C-0.00184797 9.71916 -0.0261819 9.93373 0.0311412 10.1355C0.0884643 10.3372 0.223362 10.5117 0.409661 10.6251L1.94671 11.5597L2.03879 13.2741C2.05863 13.714 2.42695 14.0606 2.88877 14.0793L4.71623 14.166L5.71212 15.6164C5.96286 15.9764 6.46293 16.099 6.87376 15.9044L8.50006 15.1205L10.1292 15.9058C10.3268 16.0022 10.5555 16.0256 10.7705 15.9713C10.9855 15.9171 11.1711 15.789 11.2908 15.6124L12.2839 14.166L14.1057 14.0807C14.3293 14.0731 14.5417 13.9864 14.7003 13.8379C14.859 13.6893 14.9522 13.4899 14.9613 13.2794L15.0534 11.5597L16.5947 10.6225C16.78 10.5083 16.9138 10.3335 16.9703 10.1319C17.0269 9.93028 17.0035 9.71607 16.9021 9.53066Z' fill='%23009168'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  display: inline-block;
}
.whatsapp-display-image .whatapp-preview p {
  color: #6C6C6C;
  font-size: 12px;
}/*# sourceMappingURL=style.css.map */