.pusher {
  background-image: url("../../images/bg-transparent.png") !important;
}

.ui.container {
  /*background-color: #ddd;*/
  /*margin-top:  !important;*/
  /*border:1px solid yellow;*/
  /*margin:1em 0em;*/
  width: 97%;
}

#hsm_template_menu {
  background-color: transparent !important;
}

#hsm_template_menu .item {
  display: inline-block;
  padding: 0;
  float: right;
  border: none !important;
}

#hsm_template_menu .active.item {
  background-color: transparent !important;
}

.active > i {
  /*color:blue !important;*/
  /*background-color: #ddd;*/
}

.active.tab {
  background-color: transparent !important;
  border: none !important;
}

#page_header_text {
  height: 40px;
  width: 100%;
  line-height: 40px;
  font-family: Thasadith, sans-serif;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #505458;
  /*border: 1px solid black;*/
  font-size: 24px;
  /*padding: 10px !important;*/
  /*font-weight: bold;*/

  /*margin-bottom:10px !important;*/
  /*font-family : "Thasadith",sans-serif;*/
}

#list_message_template_handle,
#create_message_template_handle {
  color: #505458;
}

.ui.dimmer {
  background-color: rgba(0, 0, 0, 0.85) !important;
}

.ui.message {
  font-family: Roboto, sans-serif;
  font-size: 0.9rem;
}

.ui.message .header {
  font-family: inherit;
}

@media screen and (min-width: 320px) and (max-width: 425px) {
  .ui.message {
    margin-top: 1em !important;
  }
  .template_id {
    text-align: left !important;
  }
}

@media only screen and (max-width: 767px) {
  .ui.message .list li {
    font-size: 12px !important;
  }
  #hsm_templates_table {
    text-align: left !important;
  }
}

.download.icon,
.plus.icon,
.list.alternate.icon {
  float: right;
  cursor: pointer;
  transition: all 0.12s linear 0s !important;
}

.download.icon:hover,
.plus.icon:hover,
.list.alternate.icon:hover {
  /*background-color: #ddd;*/
  color: blue !important;
}

.ui.segment {
  /*padding:0 !important;*/
  box-shadow: none !important;
}

.ui.striped.loading.table {
  border: none !important;
  color: #212529;
  /*padding: 10px;*/
  /*text-align: left;*/
}

@media screen and (min-width: 320px) and (max-width: 425px) {
  #disabled_templates_table {
    text-align: left !important;
  }
}

#disabled_templates_table tr {
  font-size: 0.9rem;
  /*font-family: Raleway,sans-serif;*/
  /*font-weight: 100 !important;*/
}

#disabled_templates_table th {
  /*border: none !important;*/
  /*color: #fff !important;*/
  color: #000 !important;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 100;
  background-color: #f8f8f9 !important;
  /*background-color:#ddd !important;*/
  border: none !important;
  /*border-bottom:1px solid !important;*/
  /*background-color: #343a40 !important;*/
}

#disabled_templates_table td {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  /*border-bottom: 1px solid #ebedf2;*/
  border-bottom: 1px solid rgb(218, 221, 225);
  /*padding-top:0 !important;
    padding-bottom:0 !important;*/
  font-family: Roboto, sans-serif;
  padding: 0.5rem;
}

#disabled_templates_table_wrapper .bottom {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.quality-rating-div {
  /*font-size:1rem;*/
  /* font-weight:bolder;
    padding: 1px 6px;
    background-color:#f4f4f4; 
    border-radius:10px;
    color:rgba(0,0,0,0.85);
    display:inline-block;
     */
  font-size: 0.85rem;
  font-family: Arial;
  padding: 0.1rem 0.8rem;
  background-color: #d6d4e6;
  border-radius: 10px;
  display: inline-block;
}

/*Quality Rating Css*/
.quality-rating-div.unknown {
  color: #7c7575;
  background: #9786864d;
}

.quality-rating-div.red {
  color: #ff0000;
  background: rgb(255, 0, 0, 0.3);
}

.quality-rating-div.green {
  color: rgb(0, 128, 0);
  background: rgba(0, 128, 0, 0.3);
}

.quality-rating-div.yellow {
  color: #ffff00;
  background: rgb(215 169 81 / 79%);
}

/*Qulaity Rating Css Start*/
.quality-rating-div.unknown {
  color: #7c7575;
  background: #9786864d;
}

.quality-rating-div.red {
  color: #ff0000;
  background: rgb(255, 0, 0, 0.3);
}

.quality-rating-div.green {
  color: rgb(0, 128, 0);
  background: rgba(0, 128, 0, 0.3);
}

.quality-rating-div.yellow {
  color: #ffff00;
  background: rgb(215 169 81 / 79%);
}

/*Quality Rating Css End*/
.quality-rating-div.unknown {
  color: #7c7575;
  background: #9786864d;
}

.quality-rating-div.red {
  color: #ff0000;
  background: rgb(255, 0, 0, 0.3);
}

.quality-rating-div.green {
  color: rgb(0, 128, 0);
  background: rgba(0, 128, 0, 0.3);
}

.quality-rating-div.yellow {
  color: #ffff00;
  background: rgb(215 169 81 / 79%);
}

/**/

/*****************************************/
.copy_anchor .copy.icon,
.clone_anchor .dna.icon,
.test_anchor .flask.icon,
.preview_anchor .window.maximize.outline.icon,
.code_snippet_anchor .code.icon {
  border-radius: 50%;
  padding: 12px;
  color: #fff;
  font-size: 1.2em;
}

.copy_anchor,
.clone_anchor,
.test_anchor,
.copy_sub_anchor,
.preview_anchor,
.code_snippet_anchor {
  background-color: transparent !important;
  padding: 0 !important;
  cursor: pointer;
}

.copy_anchor .copy.icon {
  background-color: #2185d0;
  transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
}

.copy_anchor .copy.icon:hover {
  background-color: #304d8a;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
  transform: translate(0, -10px);
  transition-delay: 0s !important;
}

.copy_button {
  background-color: #2185d0 !important;
  color: #fff !important;
}

.copy_button:hover {
  background-color: #304d8a !important;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
}

.clone_anchor .dna.icon {
  background-color: #40a799;
  transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
}

.clone_anchor .dna.icon:hover {
  background-color: #278274;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
  transform: translate(0, -10px);
  transition-delay: 0s !important;
}

.clone_button {
  background-color: #40a799 !important;
  /*background-image: linear-gradient(to right bottom, #40a799, #3a9e90, #349486, #2d8b7d, #278274) !important;*/
  color: #fff !important;
}

.clone_button:hover {
  background-color: #278274 !important;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
}

.test_anchor .flask.icon {
  background-color: red;
  transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
}

.test_anchor .flask.icon:hover {
  background-color: #e0321c;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
  transform: translate(0, -10px);
  transition-delay: 0s !important;
}

.test_button {
  background-color: red !important;
  color: #fff !important;
}

.test_button:hover {
  background-color: #e0321c !important;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
}

.preview_anchor .window.maximize.outline.icon {
  background-color: rgba(255, 165, 0, 1);
  transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
}

.preview_anchor .window.maximize.outline.icon:hover {
  background-color: #d89217;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
  transform: translate(0, -10px);
  transition-delay: 0s !important;
}

.preview_button {
  background-color: rgba(255, 165, 0, 1) !important;
  color: #fff !important;
}

.preview_button:hover {
  background-color: #d89217;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
}

.code_snippet_anchor .code.icon {
  background-color: #23262e;
  transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
}

.code_snippet_anchor .code.icon:hover {
  background-color: #101011;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
  transform: translate(0, -10px);
  transition-delay: 0s !important;
}

.code_snippet_button {
  background-color: #23262e !important;
  color: #fff !important;
}

.code_snippet_button:hover {
  background-color: #101011;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
}

#clone_selected_modal {
  border: 1px solid #fff;
  background-color: #fff;
}

#clone_selected_modal .content {
  background-color: #ddd;
  /*background-image: url("../../images/whatsapp_chat_doodle2.png")
        !important;
    background-size: contain;*/
}

#clone_selected_form input {
  height: 20% !important;
}

#clone_selected_form .field {
  background-color: #fff;
  padding: 24px;
  margin: 0.5em 0em !important;
}

#clone_selected_form .field .title {
  font-family: Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: normal;
  overflow-wrap: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.85);
}

.clone_success_message {
  color: green;
  font-family: Muli, sans-serif;
  padding-top: 1rem;
  display: none;
}

.clone_failed_message {
  color: red;
  font-family: Muli, sans-serif;
  padding-top: 1rem;
  display: none;
}

.description {
  font-family: Roboto, Arial, sans-serif;
  line-height: 1.42857;
  letter-spacing: normal;
  overflow-wrap: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.55);
  font-weight: normal;
  /*border:1px solid black;*/
}

.sub-description {
  font-family: Roboto, Arial, sans-serif;
  font-size: 0.85rem;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.55);
  text-align: left;
  font-weight: normal;
}

.send_message-snippet {
  border: 1px solid #eee;
  padding: 0.6rem 1rem;
  margin-top: 1rem;
  /*width: 49%;*/
  word-break: break-all;
  text-align: left;
  border-radius: 5px;
  font-family: initial;
  margin-right: auto;
  color: #000 !important;
}

.fa-whatsapp {
  background-color: yellow;
}

#test_dialog_grid {
  /* height:100%; */
}

#test_dialog_submit {
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-family: Roboto, Arial, sans-serif;
  background-color: rgb(24, 119, 242) !important;
}

#test_dialog {
  /* height:40%;
    min-height:450px; */
  border: 1px solid #ccc;
}

#test_dialog .content {
  /* height:100%; */
  overflow: auto;
}

#test_dialog_grid .row .column:nth-child(2) {
  padding: 0.5em;
}

#test_dialog_right_container {
  /* height:100%; */
  background-color: #ddd;
  border: none;
}

#test_dialog_header_container {
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.85);
  font-family: Muli, Arial, sans-serif;
  margin-bottom: 1em;
}

#test_dialog_right_header {
  padding-left: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#test_dialog_right_content {
  height: 80%;
  overflow-y: auto;
  background-color: #fff;
  padding-bottom: 1.5rem;
}

#test_dialog_variable_table {
  font-family: Roboto, Arial, sans-serif;
}

#test_dialog_variable_table td {
  font-weight: normal;
}

#test_dialog .actions {
  display: none;
}

#send_message-preview {
  padding-right: 0;
  height: 100%;
  overflow-y: auto;
}

#disabled_templates_table_length {
  font-family: Roboto, sans-serif;
  padding: 0em 0em 0em 2em;
  width: auto;
  gap: 10px;
  display: flex;
  align-items: center;
}

#disabled_templates_table td .template_type {
  width: 300px;
}

#disabled_templates_table_filter {
  padding: 15px 10px 10px 15px;
  font-family: Raleway, sans-serif;
}

#disabled_templates_table_filter input[type="search"] {
  padding: 10px;
  -webkit-appearance: none !important;
  color: #282323;
  outline: 0;
  /* height: 42px; */
  line-height: 15px;
  font-size: 13px;
  font-weight: normal;
  background-color: #ffffff;
  min-height: 30px;
  min-width: 200px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #e5e9ec;
  transition: background 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

input[type="search"]:focus {
  background-color: #f4f5f7 !important;
  /*background-color:#e5e9ec;*/
}

#disabled_templates_table_info {
  padding: 0.8em;
  font-family: Roboto, sans-serif;
  font-size: 0.9rem;
}

#disabled_templates_table_paginate {
  padding: 0.2em 2em 0.2em 2em;
  font-family: Roboto, sans-serif;
  /* background-color: #eee; */
  /* border: 1px solid #ddd; */
  /* margin-right: 5%; */
  margin-bottom: 15px;
}

#disabled_templates_table_paginate span .paginate_button {
  margin: 0px 5px !important;
  padding: 5px 10px !important;
}

.angle.left.icon,
.angle.right.icon {
  color: #c2c6cb !important;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  /*background-color: #F3F6F9 !important;*/
  padding: 2px 9px !important;
  font-size: 12px !important;
  margin: 5px;
  margin: 0px 0px !important;
  color: #6f7b8a !important;
  font-weight: 600;
  border: none;
  line-height: 20px;
  border-radius: 3px;
  outline: 0;
  cursor: pointer;
  font-family: Roboto, sans-serif;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background-color: #e8edf3;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none;
  background-color: #bbb;
  border: none;
  color: #6f7b8a !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  padding: 2px 9px;
  font-size: 12px;
  margin: 5px;
  font-weight: 600;
  border: none;
  line-height: 20px;
  border-radius: 3px;
  color: #6f7b8a;
  outline: 0;
  cursor: pointer;
  font-family: Roboto, sans-serif;
  background: none;
  background-color: #f3f6f9 !important;
  background-color: #ccc !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  padding: 2px 9px;
  font-size: 12px;
  margin: 5px;
  font-weight: 600;
  border: none;
  line-height: 20px;
  border-radius: 3px;
  color: #6f7b8a;
  outline: 0;
  cursor: pointer;
  font-family: Roboto, sans-serif;
  background: none;
  background-color: #e8edf3 !important;
}

.fa-chevron-left,
.fa-chevron-right {
  color: #c2c6cb !important;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.cloning_status_message_container {
  margin: 1em 0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
}

.cloning_status_message_container .message .content {
  background-color: transparent !important;
}

.cloning_status_message {
  padding: 9px 19px 9px 15px;
}

.cloning_status_message-success {
  background-color: #f3faf8;
  border: 1px solid #bfd1cf;
  border-radius: 3px 3px 3px 3px;
  color: #438a85;
}

.cloning_status_message-warning {
  color: #ce8f22;
  background-color: #fffcee;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #f0dbb4;
}

.cloning_status_message i {
  float: right;
}

.cloning_status_message i:hover {
  cursor: pointer;
}

#header_variable_filler {
  display: none;
}

@media only screen and (max-width: 767px) {
  #page_header_text {
    /*padding: 10px 0px 20px 0px !important;*/
  }
  .message {
    font-size: 12px !important;
  }
  .mobile.hidden {
    display: none !important;
  }
  #test_dialog_grid .eleven.wide.column {
    padding: 0px !important;
  }
  #test_dialog_right_content .sub-description {
    font-size: 12px;
  }
  /*.template_content  pre {
        white-space: nowrap;
        text-overflow: ellipsis !important;
        overflow: hidden;
    }*/
  .template_content {
    /*white-space: nowrap;
        text-overflow: ellipsis !important;
        overflow: hidden;*/
  }
  #test_dialog_variable_table {
    font-size: 10px;
  }
  #disabled_templates_table_length {
    text-align: left;
  }
  #disabled_templates_table_filter {
    text-align: left;
  }
  #disabled_templates_table_paginate {
    margin-right: 0px;
  }
  #disabled_templates_table_filter input[type="search"] {
    width: 100%;
    margin: 0px;
    display: block;
  }
  #test_dialog_right_header {
    font-size: 10px;
  }
  .not_allowed_message {
    font-size: 11px !important;
  }
}

.incomingModalWpr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.incomingModal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.incomingModalBtn button {
  font-size: 15px;
  border-radius: 6px;
  padding: 8px 12px;
  color: #fff;
  background: #5956d6;
  cursor: pointer;
  border: 0;
  outline: 0;
}

.dflex.compareTempWpr {
  /* margin: 15px 0; */
  gap: 15px;
  justify-content: flex-start;
  display: flex;
  align-items: end;
}

.calndrWpr {
  border: 1px solid #aaa;
  border-radius: 6px;
  width: 200px;
  padding: 0 28px 0 5px;
  position: relative;
  overflow: hidden;
}

.compareTempBtn button {
  background: #2185d0;
  color: #fff;
  border-radius: 6px;
  padding: 9px 0;
  width: 150px;
  border: 0;
  outline: 0;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.calndrWpr input {
  width: 100%;
  border: 0;
  outline: 0;
  height: 30px;
  cursor: pointer;
}

.calndrWpr .calndrIcon {
  position: absolute;
  top: 6px;
  right: 2px;
}

.ct_response table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.ct_response table th,
.ct_response table td {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.btnloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  background: #2185d0;
  border-radius: 6px;
}

.btnloader svg {
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  text-align: center;
}

.submituploadfile {
  width: 120px;
  position: relative;
  background: #5956d6;
  border-radius: 6px;
  height: 32px;
}

.submituploadfile button {
  width: 120px;
  font-weight: 500;
  border-radius: 6px;
  color: #fff;
  border: 1px solid #5956d6;
  background-image: -webkit-linear-gradient(
    30deg,
    #473c9d 50%,
    transparent 50%
  );
  background-image: linear-gradient(30deg, #5956d6 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
  outline: 0;
  width: 100%;
  font-size: 15px;
  font-family: "Poppins" !important;
  cursor: pointer;
  height: 32px;
  /* box-shadow: 0 3px #473c9d59; */
  overflow: hidden;
  position: relative;
}

.submituploadfile button:hover {
  background-position: 100%;
  color: #5956d6;
  background-color: #fff;
}

.msgPopUp .daterangepicker.hiddenRange {
  display: none !important;
}

.drp-calendar.left,
.drp-calendar.right,
.drp-buttons {
  /* display: none !important */
}

.submituploadfile.loader button:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(https://unify.smsgupshup.com/WhatsApp/GenericComponent/resources/images/buttonLoader.svg);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-color: #5956d6;
}

.compareTempSelect .form-group {
  margin-bottom: var(--margin-bottom-15px);
  flex-grow: 1;
}

.compareTempWpr label {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  display: block;
}

.daterangepicker .ranges li.active {
  background-color: #5956d6 !important;
}

.mt20 {
  margin-top: 20px;
}
.compareTempSelect .m0 {
  margin: 0 !important;
}

.tableLoader {
  width: 45px;
  height: 45px;
  border: 5px solid var(--primarypurple500);
  border-bottom-color: transparent;
  border-radius: 50% !important;
  display: inline-block;
  box-sizing: border-box;
  animation: tableLoaderRotate 1s linear infinite;
}

@keyframes tableLoaderRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.miscategoriseTable {
  margin: 25px 0;
  /* border: 1px solid #ccc;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 2px 6px rgb(13 10 44 / 30%); */
}
.categorisationtabletop,
.categorisationtablebottom {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 10px;
  margin-bottom: 15px;
}
.categorisationtablebottom {
  margin-top: 15px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.categorisationtabletop input[type="search"] {
  border: 1px solid #ccc;
  padding: 10px 28px 10px 10px;
  border-radius: 6px;
  background-image: url(../../images/searchicon.svg);
  background-repeat: no-repeat;
  background-position: 97%;
  background-size: 20px 20px;
}
.categorisationtabletop .dt-buttons button,
.categorisationtabletop .dt-buttons button:hover,
.categorisationtabletop .dt-buttons button:focus,
.categorisationtabletop .dt-buttons button:active {
  background: var(--primarypurple500);
  color: #fff;
  border-radius: 6px;
  margin: 0;
  border: 0;
  padding: 7px 0;
  width: 100px;
  font-weight: 600;
  font-size: 14px;
}
.miscategoriseTable table th {
  background-color: #f9f3f7;
  font-weight: 500 !important;
}
.categorisationtablebottom .dataTables_length label select {
  border: 1px solid var(--primarypurple500);
  color: var(--primarypurple500);
  padding: 5px;
  border-radius: 6px;
  background: #fff;
  font-weight: 600;
}
.categorisationtablebottom #DataTables_Table_0_paginate span {
  display: flex;
  gap: 10px;
}
.categorisationtablebottom #DataTables_Table_0_paginate .previous {
  margin-right: 10px;
}
.categorisationtablebottom #DataTables_Table_0_paginate .next {
  margin-left: 10px;
}
.categorisationtablebottom .paging_simple_numbers {
  display: flex;
}
.categorisationtablebottom .paginate_button {
  border: 1px solid var(--primarypurple500);
  width: 25px;
  height: 25px;
  display: flex;
  text-align: center;
  border-radius: 100%;
  color: var(--primarypurple500);
  font-size: 12px;
  align-items: center;
  justify-content: center;
}
.categorisationtablebottom .paginate_button.previous,
.categorisationtablebottom .paginate_button.next {
  width: auto;
  border: 0;
  height: auto;
  color: var(--primarypurple500);
}
.categorisationtablebottom .paginate_button.previous.disabled,
.categorisationtablebottom .paginate_button.next.disabled {
  width: auto;
  border: 0;
  height: auto;
  color: var(--primarypurple300);
}
.categorisationtablebottom .paginate_button.current {
  border: 1px solid var(--primarypurple500);
  background: var(--primarypurple500);
  width: 25px;
  height: 25px;
  display: flex;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.tablecatdryWpr {
  height: calc(100vh - 338px);
  overflow-y: auto;
}
.bottomLeft,
.bottomRight {
  display: flex;
  gap: 10px;
  align-items: center;
}
.noContentFound {
  height: calc(100vh - 412px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.noCategoryFound {
  height: calc(100vh - 445px);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
}
.noCategoryFound .nocattext {
  font-weight: 600;
  font-size: 15px;
  color: #474747;
}
.tablecatdryWpr table.dataTable tbody tr:hover {
  background: rgba(0, 0, 0, 0.05) !important;
}
.tablecatdryWpr table.dataTable tbody td.linetrimclamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 50px;
  line-height: 30px;
}
.ui.message.mt25 {
  margin-top: 25px;
}
.miscatheader {
  height: 40px;
  width: 100%;
  line-height: 40px;
  font-family: Thasadith, sans-serif;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #505458;
  font-size: 24px;
}
.tablecatdryWpr table.dataTable tbody td.textCenter {
  text-align: center;
}
.categorisedloader {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 445px);
}
.catLoadingText {
  font-weight: 600;
  font-size: 16px;
  color: #474747;
  font-family: "POPPINS";
}
.configButton::before {
  display: none;
}
.configButton a {
  padding: 10px;
  background: #736ad1;
  color: #fff;
  cursor: pointer;
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  margin: 8px 0;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}
.clockIconWpr {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: relative;
}
.clockTTLIcon {
  color: rgba(89, 86, 214, 1);
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  font-weight: 600;
  border: 1px solid rgba(89, 86, 214, 1);
  border-radius: 100px;
  padding: 2px 10px;
}
.send_message-snippet-wpr {
  display: flex;
  gap: 15px;
  margin-top: 10px;
  padding: 0;
  border-radius: 6px;
}
.decodeButton {
  margin-top: 10px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
.decodeButton button {
  padding: 10px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #216ec6;
  color: #216ec6;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
i.icon.syncIcon {
  width: 36px;
  height: 36px;
  border: 1px solid #ccc;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  cursor: pointer;
  color: #5956d6;
  border: 1px solid #5956d6;
}
i.icon.syncIcon.enabled:after {
  content: "";
  animation: settingspulse 2s ease-out infinite;
  border-radius: 50%;
  opacity: 0.7;
  background-color: #4845b1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -2px;
  will-change: animation;
}
i.disabled.icon.syncIcon.enabled {
  opacity: 1;
}

i.disabled.icon.syncIcon.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  color: #505458;
  border: 1px solid #505458;
}
.info.circle.icon.syncIconInf {
  position: absolute;
  font-size: 14px;
  top: -20px;
  right: -11px;
  /* color: #d91b1b; */
}
@keyframes settingspulse {
  100% {
    transform: scale(1.25);
    opacity: 0;
  }
}
.synctext {
  position: absolute;
  z-index: 2;
  color: #5956d6;
  background: #fff;
  border: 1px solid #5956d6;
  font-size: 12px;
  padding: 0 10px;
  border-radius: 6px;
  top: 45px;
  right: 0;
  display: none;
  font-weight: 600;
}
.synctext:before {
  content: "";
  border-bottom: 5px solid #5956d6;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  top: -5px;
  right: 18px;
}
.syncIcon.enabled:hover + .syncIconInf + .synctext,
.syncIcon.disabled:hover + .syncIconInf + .synctext,
.syncIcon.enabled + .syncIconInf:hover + .synctext,
.syncIcon.disabled + .syncIconInf:hover + .synctext {
  display: block;
  width: 362px;
}
.syncIcon.disabled:hover + .syncIconInf + .synctext,
.syncIcon.disabled + .syncIconInf:hover + .synctext {
  width: 372px;
}
.enableTemplatesBtn{border: 1px solid #5956d6;
  color: #5956d6;
  border-radius: 6px;
  padding: 1px 12px;
  cursor: pointer;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  background:transparent;}
  #enable_template_confirm_modal .wa-modal_actions__main{background: #5956d6;
  color: #fff;
  border-radius: 6px;
  padding: 1px 12px;
  cursor: pointer;
  font-size: 15px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;}
  #enable_template_confirm_modal .wa-modal_actions__cancel{font-family: "Poppins", sans-serif !important;cursor: pointer;}
  #enable_template_confirm_modal .wa-modal,#enable_template_confirm_modal .wa-modal__content,#enable_template_confirm_modal .wa-modal__header-title{font-family: "Poppins", sans-serif !important;}
  #enable_template_confirm_modal .wa-modal__header-title{font-weight: 600 !important;}