.flash {
  background: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  /* margin-bottom: 2rem; */
  /* padding: 2rem; */
  position: absolute;
  width: 100%;
  z-index: 9999;
  border-radius: 3px;
  display: -ms-flexbox;
  display: flex;
  animation: slideIn forwards .1s ease-in-out 2;
  animation-timing-function: cubic-bezier(0.01, 1.68, 0.58, 1);
}

.flash+.flash {
  animation-delay: 0.55s;
}

.flash+.flash+.flash {
  animation-delay: 0.6s;
}

.flash__text {
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  text-align: center;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.flash__remove {
  background: none;
  color: #fff;
  border: 0;
  padding-right: 20px;
}

.flash__remove:hover {
  color: #FFC40E;
}

.flash:after {
  content: '';
  display: block;
  background: white;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: -1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.flash--success {
  background: #0E5DC1;
}

.flash--error {
  background: linear-gradient(20deg, red 0%, #c80000 100%);
}

.flash--info {
  background: linear-gradient(35deg, #f1e767 0%, #feb645 100%);
}

.flash p {
  margin: 0;
}

.form-gap {
  padding-top: 70px;
}

.btn-color {
  background: #00356b;
  color: #fff
}

.table-typo tbody>tr>td:first-child {
  min-width: 200px;
}

.remove-image {
  display: none;
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 10em;
  padding: 2px 6px 3px;
  text-decoration: none;
  font: 700 21px/20px sans-serif;
  background: #555;
  border: 3px solid #fff;
  color: #FFF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5), inset 0 2px 4px rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.remove-image:hover {
  background: #E54E4E;
  padding: 3px 7px 5px;
  top: -11px;
  right: -11px;
}

.remove-image:active {
  background: #E54E4E;
  top: -10px;
  right: -11px;
}

.image-area {
  position: relative;
  width: 150px;
  background: #333;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-area img {
  max-width: 100%;
  height: auto;
}

.hov:hover {
  color: #fff;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  position: absolute;
  top: 221.61px;
  left: 99px;
  padding-left: 0px !important;
  background: rgb(255, 255, 255);
  width: 169px;
  /* display: none; */
  border: 1px solid #cdcdcd;
  max-height: 200px;
  overflow: auto;
  list-style: none;
}

.ui-menu .ui-menu-item {
  border-bottom: 1px solid #cdcdcd;
  cursor: pointer;
  padding: 5px;
}

.ui-menu .ui-menu-item:hover {
  background: #cdcdcd;
  color: #000;
}

/*
MULTISELECT
*/

.multiselect-wrapper {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  /* font-size: 12px; */
  /* font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif; */
}

.multiselect-wrapper .multiselect-input {
  width: 100%;
  padding-right: 50px;
}

.multiselect-wrapper label {
  display: block;
  font-size: 12px;
  font-weight: 600;
}

.multiselect-wrapper .multiselect-list {
  z-index: 1;
  position: absolute;
  display: none;
  background-color: white;
  border: 1px solid #ebedf2;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  margin-top: -2px;
}

.multiselect-wrapper .multiselect-list.active {
  display: block;
}

.multiselect-wrapper .multiselect-list>span {
  font-weight: bold;
}

.multiselect-wrapper .multiselect-list .multiselect-checkbox {
  margin-right: 2px;
}

.multiselect-wrapper .multiselect-list>span,
.multiselect-wrapper .multiselect-list li {
  cursor: default;
}

.multiselect-wrapper .multiselect-list {
  padding: 5px;
  min-width: 400px;
}

.multiselect-wrapper ul {
  list-style: none;
  display: block;
  position: relative;
  padding: 0px;
  margin: 0px;
  max-height: 200px;
  height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
}

.multiselect-wrapper ul li {
  padding-right: 20px;
  display: block;
}

.multiselect-wrapper ul li.active {
  background-color: rgb(255, 255, 255);
  color: white;
}

.multiselect-wrapper ul li:hover {
  background-color: rgb(255, 255, 255);
  color: white;
}

.multiselect-input-div {
  height: 34px;
}

.multiselect-input-div input {
  border: 1px solid #ebedf2;
  background: #fff;
  margin: 5px 0 6px 0;
  padding: 5px;
  vertical-align: middle;
}

.multiselect-count {
  position: relative;
  text-align: center;
  border-radius: 15px;
  behavior: url(/Content/Pie/pie.htc);
  background-color: #00356b;
  display: inline-block !important;
  padding: 2px 7px;
  left: -45px;
}

.multiselect-dropdown-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
  position: absolute;
  line-height: 20px;
  text-align: center;
  display: inline-block !important;
  margin-top: 17px;
  margin-left: -42px;
}

label#multisel_inputCount {
  color: #fff !important;
  font-size: 14px !important;
}

.tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.select2-container--open {
  z-index: 99999
}

.tags li {
  float: left;
}

.tag {
  background: #00356b;
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  display: inline-block;
  height: 19px;
  line-height: 20px;
  font-size: 12px;
  padding: 0 9px 0 9px;
  position: relative;
  margin: 6px 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.tag:hover {
  background-color: none;
  color: white;
  text-decoration: none;
}

.shift-right {
  margin-left: auto;
}

.cover-spin {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  display: none;
}

.cover-spin::after {
  content: '';
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: black;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin .8s linear infinite;
  animation: spin .8s linear infinite;
}

.pagination li {
  display: inline-block;
  padding: 5px;
}

.download_pdf_btn {
  float: right;
}

.exp_btn {
  color: #fff !important;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

#cover-spin {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  display: none;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

#cover-spin::after {
  content: '';
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: black;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin .8s linear infinite;
  animation: spin .8s linear infinite;
}

.clamp-words {
  /* margin:20px; */
  overflow: hidden;
  text-overflow: ellipsis;
  /* display: -webkit-box; */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.filter .select2-container {
  width: 100% !important
}

.btn-primary-wrapper,
.btn-primary-wrapper:hover,
.btn-primary-wrapper:focus,
.btn-primary-wrapper:active {
  padding: 0;
  margin: 10px 0 0 0;
  border: 0px none;
  background: transparent;
}

.btn-primary-wrapper div.dt-buttons button {
  padding: .65rem 1.4rem;
  font-size: 14px;
}

/* .quick-response-msg-table tbody tr th,.quick-response-msg-table tbody tr td{
  padding:12px !important;
} */

.quick-response-msg-table tbody tr a,
.quick-response-msg-table tbody tr a:hover,
.quick-response-msg-table tbody tr a:focus,
.quick-response-msg-table tbody tr a:active {
  display: inline-block;
  /* width:80%; */
  margin: 0 0 12px 0;
  font-size: 16px;
  font-weight: 600px;
  color: #2A2F5B;
  text-decoration: underline;
}

.quick-response-msg-table tbody tr i.fa-paperclip {
  margin: 5px 10px 0 0;
}

.quick-response-lead-name {
  display: inline-block;
  margin: 0 0 12px 0;
  font-size: 16px;
  font-weight: 600px;
  color: #2A2F5B;
}

.quick-response-lead-message-box {
  border: 1px solid #2A2F5B !important;
}

.quick-response-msg-table-share tbody tr td:nth-child(8),
.quick-response-msg-table-share tbody tr td:nth-child(9) {
  width: 80px;
}

.quick-response-msg-table-share tbody tr td .btn.btn-link.btn-primary {
  padding: 0;
  float: left !important;
}

.quick-response-msg-table-share tbody tr td .btn.btn-link.btn-primary i {
  font-size: 20px;
  margin: 0 4px;
}

.quick-response-msg-table-share tbody tr th:last-child {
  width: 20% !important;
}

.cta-buttons-wrapper {
  margin: 24px 0 0 0;
}

.cta-buttons-wrapper button {
  margin: 0 8px 0 0;
}

#super_admin {
  margin-top: 38px !important;
  width: 100% !important;
}

.select2-container {
  width: 100% !important;
}

.highlight {
  background-color: yellow;
}

.toggle-vis {
  color: #fff !important;
  margin: 0px 10px !important;
  background: #00356b !important;
  border-color: #00356b !important;
}

.show_hid {
  color: #00356b !important;
  margin: 0px 10px !important;
  background: #00356b00 !important;
  border-color: #00356b !important;
}

.otp-field {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.otp-field input {
  width: 44px;
  font-size: 18px;
  padding: 4px;
  text-align: center;
  border-radius: 5px;
  margin: 2px;
  border: 2px solid #00356b;
  /* background: #21232d; */
  font-weight: bold;
  color: #000;
  outline: none;
  transition: all 0.1s;
}

.otp-field input:focus {
  border: 2px solid #2792ff;
  box-shadow: 0 0 2px 2px #2792ff;
}

.disabled {
  opacity: 0.5;
}

.space {
  margin-right: 1rem !important;
}

/* password css start */
.progress {
  height: 4px;
  margin-bottom: 14px;
}

.control-label {
  text-align: left !important;
  padding-bottom: 7px;
}

.form-horizontal {
  padding: 25px 20px;
  border: 1px solid #eee;
  border-radius: 5px;
}

.block-help {
  font-weight: 300;
}

.terms {
  text-decoration: underline;
}

.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.divider {
  position: absolute;
  height: 2px;
  border: 1px solid #eee;
  width: 100%;
  top: 10px;
  z-index: -5;
}

.ex-account {
  position: relative;
}

.ex-account p {
  background-color: rgba(255, 255, 255, 0.41);
}

select:hover {
  color: #444645;
  background: #ddd;
}

.fa-file-text {
  color: #edda39;
}

.mar-top-bot-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.hide {
  display: none;
}

/* password css start */

.swal-button {
  background-color: #00356b !important;
}

/* arul */

.lead-flex-container .dropdown-menu {
  z-index: 99999;
}

.lead-flex-container {
  display: flex;
}

.lead-flex-container .form-check [type="checkbox"]:not(:checked),
.lead-flex-container .form-check [type="checkbox"]:checked {
  left: -13px !important;
  top: 17px;
}

.lead-flex-container>* {
  margin-left: 10px;
}

.tbl-action-btn {
  padding: 0px;
  float: left;
}

.tbl-action-btn:not(:first-child) {
  margin-left: 10px;
}

input[type=checkbox]:checked:before {
  content: "✔";
}

.row.filter {
  position: absolute;
  background: #fff;
  z-index: 983;
  width: 100%;
  border-bottom: 2px solid #cdcdcd;
}

.lead-flex-container .dropdown-menu li {
  margin-left: -15px;
}

.lead-flex-container .dropdown-menu li .dropdown-item .form-check-input {
  display: none;
}

.select2-results__group {
  cursor: pointer;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:hover {
  background: #fff !important;
}

.bootstrap-select .dropdown-toggle {
  border: 1px solid #ebedf2;
}

.bootstrap-select .dropdown-menu li {
  padding-left: 20px !important;
  line-height: 32px;
}

.bootstrap-select ul.dropdown-menu li a {
  color: #000;
  font-size: 13px !important;
  font-family: 'Lato', sans-serif !important;
}

.bootstrap-select ul.dropdown-menu li:hover a {
  color: #fff;
}

.bootstrap-select .selected.active {
  background-color: #00356b !important;
  color: #ffffff !important;
}

.bootstrap-select ul.dropdown-menu li:hover {
  background-color: #00356b !important;
  color: #ffffff !important;
}

.list-group-noborder .list-group-item {
  border: 0px none;
}

.user_tbl_action_btn,
.response_tbl_action_btn,
.center_tbl_action_btn {
  display: inline-flex;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.user_tbl_action_btn li,
.center_tbl_action_btn li {
  margin-left: -23px;
}

.clearfix {
  clear: both !important;
}

.form-group>.dropdown.bootstrap-select {
  width: 100% !important;
}

.form-check [type="checkbox"]:checked:focus+.form-check-sign:before,
.form-check[type="checkbox"]:focus+.form-check-sign:before,
.form-check[type="checkbox"]:focus+.form-check-sign {
  border-color: #3e93ff;
}

.note-span {
  border-left: 2px solid #06448c;
  background: #cdcdcd30;
  margin: 15px;
  padding: 5px;
}

.file_div label {
  display: block;
}

.file_div label figure img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.caption-icon-block {
  display: inline-block;
  position: relative
}

#container {
  width: 80%;
  /*border-radius: 25px;*/
  border: 2px solid Black;
  padding: 15px 15px 15px 15px;
  margin: 20px 20px 20px 20px;
  background: #A4D3EE;
  overflow: visible;
  box-shadow: 5px 5px 2px #888888;
  position: relative;
}

#x {
  position: absolute;
  background: #3e3e3e;
  font-size: 12px;
  color: white;
  top: -10px;
  border: 0px none;
  right: 9px;
  border-radius: 20px;
  z-index: 1001;
  /* left: -22px; */
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.circle {
  border: 0.1em solid #00356b;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  background: #00356b;
  text-align: center;
  margin: 0 5px 0 0;
}

.circle span {
  margin-top: -4px;
  font-size: 17px;
  font-weight: bold;
  font-family: sans-serif;
  color: white;
}

.mtd-rep.table>tbody>tr>td {
  height: auto;
  padding: 8px !important;
  text-align: center;
  font-size: 15px;
}

.mtd-rep.table>tfoot>tr>th {
  height: auto;
  padding: 8px !important;
  text-align: center;
  font-size: 15px;
}

.new-mail-leads {
  font-weight: bold;
  /* border: 2px solid #07356b; */
  border-collapse: separate !important;
  /* background-color: #00356b1a; */
}

.table>tbody>tr>td,
.table>tbody>tr>th {
  position: relative
}

.new-mail-leads td {
  /* border-top:1px solid #07356b !important; */
  /* border-bottom:1px solid #07356b !important; */
}

.new-mail-leads td:first-child {
  /* border-left:1px solid #07356b !important; */
  position: relative;
}

.new-mail-leads td:first-child::before {
  content: "New";
  position: absolute;
  left: 2px;
  top: 2px;
  background: #07356b;
  font-size: 8px;
  color: #fff;
  border-radius: 9px;
  padding: 2px 5px;
}

.new-mail-leads td:last-child {
  /* border-right:1px solid #07356b !important; */
}

/* .dataTables_filter {
  display: none;
} */

.new-mail-leads-dup {
  font-weight: bold;
  /* border: 2px solid #07356b; */
  border-collapse: separate !important;
  /* background-color: #00356b1a; */
}

.new-mail-leads-dup td {
  /* border-top:1px solid #07356b !important; */
  /* border-bottom:1px solid #07356b !important; */
}

.new-mail-leads-dup td:first-child {
  /* border-left:1px solid #07356b !important; */
  position: relative;
}

.new-mail-leads-dup td:first-child::before {
  content: "Duplicate";
  position: absolute;
  left: 2px;
  top: 2px;
  background: #07356b;
  font-size: 8px;
  color: #fff;
  border-radius: 9px;
  padding: 2px 5px;
}

/* .new-mail-leads-dup td:first-child::after {
  content: "10";
  position: absolute;
  right: 2px;
  top: 2px;
  background: #07356b;
  font-size: 8px;
  color: #fff;
  border-radius: 9px;
  padding: 2px 5px;
} */

.new-mail-leads-dup td:last-child {
  /* border-right:1px solid #07356b !important; */
}

.dup-leads-1 td:first-child::after {
  content: "1";
  position: absolute;
  right: 2px;
  top: 2px;
  background: #07356b;
  font-size: 8px;
  color: #fff;
  border-radius: 9px;
  padding: 2px 5px;
}

.dup-leads-2 td:first-child::after {
  content: "2";
  position: absolute;
  right: 2px;
  top: 2px;
  background: #07356b;
  font-size: 8px;
  color: #fff;
  border-radius: 9px;
  padding: 2px 5px;
}

.dup-leads-3 td:first-child::after {
  content: "3";
  position: absolute;
  right: 2px;
  top: 2px;
  background: #07356b;
  font-size: 8px;
  color: #fff;
  border-radius: 9px;
  padding: 2px 5px;
}

.dup-leads-4 td:first-child::after {
  content: "4";
  position: absolute;
  right: 2px;
  top: 2px;
  background: #07356b;
  font-size: 8px;
  color: #fff;
  border-radius: 9px;
  padding: 2px 5px;
}

.dup-leads-5 td:first-child::after {
  content: "5";
  position: absolute;
  right: 2px;
  top: 2px;
  background: #07356b;
  font-size: 8px;
  color: #fff;
  border-radius: 9px;
  padding: 2px 5px;
}

.dup-leads-6 td:first-child::after {
  content: "6";
  position: absolute;
  right: 2px;
  top: 2px;
  background: #07356b;
  font-size: 8px;
  color: #fff;
  border-radius: 9px;
  padding: 2px 5px;
}

.dup-leads-7 td:first-child::after {
  content: "7";
  position: absolute;
  right: 2px;
  top: 2px;
  background: #07356b;
  font-size: 8px;
  color: #fff;
  border-radius: 9px;
  padding: 2px 5px;
}

.dup-leads-8 td:first-child::after {
  content: "8";
  position: absolute;
  right: 2px;
  top: 2px;
  background: #07356b;
  font-size: 8px;
  color: #fff;
  border-radius: 9px;
  padding: 2px 5px;
}

.dup-leads-9 td:first-child::after {
  content: "9";
  position: absolute;
  right: 2px;
  top: 2px;
  background: #07356b;
  font-size: 8px;
  color: #fff;
  border-radius: 9px;
  padding: 2px 5px;
}

.dup-leads-10 td:first-child::after {
  content: "10";
  position: absolute;
  right: 2px;
  top: 2px;
  background: #07356b;
  font-size: 8px;
  color: #fff;
  border-radius: 9px;
  padding: 2px 5px;
}

.dup-leads-11 td:first-child::after {
  content: "11";
  position: absolute;
  right: 2px;
  top: 2px;
  background: #07356b;
  font-size: 8px;
  color: #fff;
  border-radius: 9px;
  padding: 2px 5px;
}

.dup-leads-12 td:first-child::after {
  content: "12";
  position: absolute;
  right: 2px;
  top: 2px;
  background: #07356b;
  font-size: 8px;
  color: #fff;
  border-radius: 9px;
  padding: 2px 5px;
}

.dup-leads-13 td:first-child::after {
  content: "13";
  position: absolute;
  right: 2px;
  top: 2px;
  background: #07356b;
  font-size: 8px;
  color: #fff;
  border-radius: 9px;
  padding: 2px 5px;
}

.dup-leads-14 td:first-child::after {
  content: "14";
  position: absolute;
  right: 2px;
  top: 2px;
  background: #07356b;
  font-size: 8px;
  color: #fff;
  border-radius: 9px;
  padding: 2px 5px;
}

.dup-leads-15 td:first-child::after {
  content: "15";
  position: absolute;
  right: 2px;
  top: 2px;
  background: #07356b;
  font-size: 8px;
  color: #fff;
  border-radius: 9px;
  padding: 2px 5px;
}

.dropzone {
  border: 2px dashed #ccc;
  border-radius: 5px;
  background: #f2f2f2;
  padding: 20px;
  margin: 20px auto;
  text-align: center;
  font-size: 1.2rem;
  color: #888;
}

/* Styling for the "active" state of the dropzone box */
.dropzone.dragover {
  background: #e6e6e6;
}

.dz-success-mark {
  display: none;
}

.dz-error-mark {
  display: none;
}

.dz-progress {
  display: none;
}

.waiting-loader {
  font-size: 18px;
}

.headerBox,
.headerBox:hover,
.headerBox:focus,
.headerBox:active {
  text-decoration: none;
}

/*Custom checkboxes*/
/* The container */
/* The container */
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  margin-top: -15px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked~.checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  left: 9px;
  top: 4px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*Custom checkboxes*/
#addmoreTableComponent td,
#addmoreTableComponent th {
  text-align: center;
}

/*12 March 2024 Responsive*/
.mobile-filter-btn {
  display: none;
}

@media screen and (max-width:767px) {
  .main-panel {
    margin-top: 70px;
  }

  .mobile-filter-btn {
    display: inline-block;
  }

  .mobile-filter-div {
    display: none;
  }

  .nav-mobile-scroll {
    padding: 0 15px;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: scroll;
  }

  .feed-activity-block {
    flex-wrap: wrap;
  }

  .feed-activity-block .avatar {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .feed-activity-block .avatar .avatar-title {
    width: 40px;
    height: 40px;
  }

  .feed-name-block {
    flex: 0 0 100%;
    margin-left: 0 !important;
    margin-bottom: 5px;
  }

  .feed-name-block .feed-name {
    display: block;
    width: 100%;
    margin: 0 0 3px 0;
  }

  .feed-name-block .feed-label {
    display: block;
    width: 100%;
    padding-left: 0 !important;
  }

  .form-check-lead-stage {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .form-check-lead-stage .form-radio-label {
    margin: 10px 0 !important;
    flex: 0 0 48%;
    max-width: 48%;
  }

  .card-title {
    font-size: 16px;
  }

  .d-none-mobile {
    display: none;
  }

  .logo-header {
    display: none;
  }

  .main-panel {
    margin-top: 10px;
  }
}

/*12 March 2024 Responsive*/
/*fee module css*/
.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.w-100 {
  width: 100%;
}

.justify-content-start {
  justify-content: flex-start !important
}

.justify-content-end {
  justify-content: flex-end !important
}

.justify-content-center {
  justify-content: center !important
}

.justify-content-between {
  justify-content: space-between !important
}

.justify-content-around {
  justify-content: space-around !important
}

.justify-content-evenly {
  justify-content: space-evenly !important
}

.align-items-start {
  align-items: flex-start !important
}

.align-items-end {
  align-items: flex-end !important
}

.align-items-center {
  align-items: center !important
}

.align-items-baseline {
  align-items: baseline !important
}

.align-items-stretch {
  align-items: stretch !important
}

.payment-plan-options-list .selectgroup-button {
  font-size: 14px;
  cursor: pointer;
}

.payment-plan-options-list .selectgroup-button:hover {
  background: #00356b;
  color: #fff;
}

.payment-plan-options-list .selectgroup-button:hover .selectgroup-input+.selectgroup-button {
  color: #fff;
}

.payment-plan-options-list .selectgroup-input:checked:focus+.selectgroup-button {
  color: #fff;
}

.card-title-2-col {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.fee-setup-block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}

.fee-setup-block .plan-div {
  flex: 0 0 100%;
  max-width: 100%;
}

#single-payment-plan-block,
#fixed-installment-plan-block,
#flexible-installment-plan-block,
#recurring-installment-plan-monthly-block,
#recurring-installment-plan-quarterly-block,
#recurring-installment-plan-bianually-block {
  display: none;
}

/* #single-payment-plan-block{
  order:6
}
#fixed-installment-plan-block{
  order:5;
}
#flexible-installment-plan-block{
  order:4
}
#recurring-installment-plan-monthly-block{
  order:3
}
#recurring-installment-plan-quarterly-block{
  order:2
}
#recurring-installment-plan-bianually-block{
  order:1
} */
.fixed-installment-number-table-block,
.flexible-installment-number-table-block,
.recurring-monthly-installment-table-block,
.recurring-quarterly-installment-table-block,
.recurring-biannual-installment-table-block {
  display: none;
}

.installment-block-left {
  flex: 0 0 200px;
  max-width: 200px;
}

.fee-cta-block.main-panel {
  height: auto;
  min-height: auto;
}

.fee-cta-block {
  padding: 0.8rem 1.6rem;
  border-radius: 8px 8px 0 0;
  background: #fff;
  /* position:fixed;
  bottom:0px;
  width: calc(100vw - 140px); */
  box-shadow: 2px 6px 15px 0px rgba(69, 65, 78, 0.1);
  border: 0px;
}

.fee-cta-block.fee-cta-block-sidebar {
  /*  width: calc(100vw - 350px); */
}

.fee-cta-block-content {
  justify-content: flex-start;
  align-items: center;
}

.payment-plan-block {
  margin-left: 24px;
}

#fee-select-plan+.select2-container {
  border: 1px solid #00356b;
  min-width: 300px !important;
}

.payment-plan-block .select2-search__field::placeholder {
  color: #000;
}

.installment-block-left label,
.installment-block-left .form-control {
  display: inline;
}

.installment-block-left .form-control {
  margin-left: 16px;
}

table tr td .form-check [type="checkbox"]:not(:checked)+.form-check-sign:before {
  background: #fff;
}

.btn-remove-plan {
  float: right
}

.form-group-flex {
  display: flex;
  flex-wrap: wrap;
  width: 300px;
  justify-content: flex-start;
  align-items: center;
}

.form-group-flex label {
  flex: 0 0 170px;
  max-width: 170px;
}

.form-group-flex .form-control {
  flex: 0 0 85px;
  max-width: 85px;
}

/*fee module css*/

.rep_div .form-check-label {
  cursor: pointer;
}

.tabs-button-block{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap:20px;
  row-gap:20px;
}
.btn-kido-tab,.btn-kido-tab:focus,.btn-kido-tab:active{
  color:#00356b  !important;
  background:#fff  !important;
  border:2px solid #00356b  !important;
}
.btn-kido-tab.active,.btn-kido-tab:hover{
  color:#fff  !important;
  background:#00356b !important;
  border:2px solid #00356b !important;
}
.kido-label-switch{
  position:relative;
  top:-4px;
}
.kido-label-switch .toggle-group,.kido-label-switch  .toggle-off,.kido-label-switch  .toggle-on{
  top:-2px;
}
.kido-label-switch .toggle-on{
  left: -8px;
}
.kido-label-switch .toggle.btn{
  height: 15px !important;
  min-height:15px !important;
}
.table.table-padding-small th,.table.table-padding-small td{
  padding:5px !important;
  height:auto;
}
.revenue-list-block{
  padding:15px 25px;
}
.nav-edit-enrollment-tabs.nav-pills .nav-link{
  position:relative;
  padding:10px 40px 10px 20px
}
.nav-edit-enrollment-tabs.nav-pills .nav-link:after{
  content:'';
  position:absolute;
  right:10px;
  top:50%;
  transform: translateY(-50%);
  width:24px;
  height:24px; 
  background-size:contain
}
.nav-edit-enrollment-tabs.nav-pills .nav-link.ongoing:after{
  background:url('data:image/svg+xml,<svg width="64px" height="64px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23333"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round" stroke="%23CCCCCC" stroke-width="0.096"></g><g id="SVGRepo_iconCarrier"><path stroke="%23333" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 9v4m0 3v.01M5.313 20h13.374c1.505 0 2.471-1.6 1.77-2.931L13.77 4.363c-.75-1.425-2.79-1.425-3.54 0L3.543 17.068C2.842 18.4 3.808 20 5.313 20Z"></path></g></svg>') no-repeat center;
  background-size:contain
}
.nav-edit-enrollment-tabs.nav-pills .nav-link.active.ongoing:after{
  background:url('data:image/svg+xml,<svg width="64px" height="64px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23ffffff"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round" stroke="%23CCCCCC" stroke-width="0.096"></g><g id="SVGRepo_iconCarrier"><path stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 9v4m0 3v.01M5.313 20h13.374c1.505 0 2.471-1.6 1.77-2.931L13.77 4.363c-.75-1.425-2.79-1.425-3.54 0L3.543 17.068C2.842 18.4 3.808 20 5.313 20Z"></path></g></svg>') no-repeat center;
  background-size:contain
}
.nav-edit-enrollment-tabs.nav-pills .nav-link.complete:after{
  background:url('data:image/svg+xml,<svg width="64px" height="64px" 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" fill="%23000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><title>checkmark-circle</title><desc>Created with Sketch Beta.</desc><defs></defs><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage"><g id="Icon-Set" sketch:type="MSLayerGroup" transform="translate(-100.000000, -1139.000000)" fill="%23000000"><path d="M122.027,1148.07 C121.548,1147.79 120.937,1147.96 120.661,1148.43 L114.266,1159.51 L110.688,1156.21 C110.31,1155.81 109.677,1155.79 109.274,1156.17 C108.871,1156.54 108.85,1157.18 109.228,1157.58 L113.8,1161.8 C114.177,1162.2 114.81,1162.22 115.213,1161.84 C115.335,1161.73 122.393,1149.43 122.393,1149.43 C122.669,1148.96 122.505,1148.34 122.027,1148.07 L122.027,1148.07 Z M116,1169 C108.268,1169 102,1162.73 102,1155 C102,1147.27 108.268,1141 116,1141 C123.732,1141 130,1147.27 130,1155 C130,1162.73 123.732,1169 116,1169 L116,1169 Z M116,1139 C107.164,1139 100,1146.16 100,1155 C100,1163.84 107.164,1171 116,1171 C124.836,1171 132,1163.84 132,1155 C132,1146.16 124.836,1139 116,1139 L116,1139 Z" id="checkmark-circle" sketch:type="MSShapeGroup"></path></g></g></g></svg>') no-repeat center;
  background-size:contain
}
.nav-edit-enrollment-tabs.nav-pills .nav-link.active.complete:after{
  background:url('data:image/svg+xml,<svg width="64px" height="64px" 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" fill="%23ffffff" stroke="%23ffffff"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><title>checkmark-circle</title><desc>Created with Sketch Beta.</desc><defs></defs><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage"><g id="Icon-Set" sketch:type="MSLayerGroup" transform="translate(-100.000000, -1139.000000)" fill="%23ffffff"><path d="M122.027,1148.07 C121.548,1147.79 120.937,1147.96 120.661,1148.43 L114.266,1159.51 L110.688,1156.21 C110.31,1155.81 109.677,1155.79 109.274,1156.17 C108.871,1156.54 108.85,1157.18 109.228,1157.58 L113.8,1161.8 C114.177,1162.2 114.81,1162.22 115.213,1161.84 C115.335,1161.73 122.393,1149.43 122.393,1149.43 C122.669,1148.96 122.505,1148.34 122.027,1148.07 L122.027,1148.07 Z M116,1169 C108.268,1169 102,1162.73 102,1155 C102,1147.27 108.268,1141 116,1141 C123.732,1141 130,1147.27 130,1155 C130,1162.73 123.732,1169 116,1169 L116,1169 Z M116,1139 C107.164,1139 100,1146.16 100,1155 C100,1163.84 107.164,1171 116,1171 C124.836,1171 132,1163.84 132,1155 C132,1146.16 124.836,1139 116,1139 L116,1139 Z" id="checkmark-circle" sketch:type="MSShapeGroup"></path></g></g></g></svg>') no-repeat center;
  background-size:contain
}



.expectations-form h5{
  color: #3e3e3e;
  font-weight:600;
}
.expectations-form p i{
  color: #3e3e3e;
}
.following-table .thead-dark th{
  background: rgb(0, 53, 107);
  text-align: center;
}
.table-checkbox{
  margin-bottom: 0px !important;
}
.following-table td{
  text-align: center;
}
.bottom-text p{
  margin-bottom: 0px;
}
.gap-3{
  gap: 15px;
}
.number-input{
  min-width: 200px;
}
.gender-box input[type=radio]:checked:before{
  content: none;
}
:root {
  accent-color: #00356b;
}


.radio_to_checkbox .checkmark {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  background: transparent;
  border-radius: 4px;
}

.radio_to_checkbox .checkmark::after {
  content: "";
  content: "\f00c";
  display: none;
  position: absolute;
  top: -1px;
  left: 2px;
  width: 18px;
  height: 18px;
  text-align: center;
  font-size: 1.3em;
  line-height: 0.8;
  color: #00356b;
  transition: all .2s;
  font-family: 'Font Awesome 5 Solid';
}

.radio_to_checkbox input:checked ~ .checkmark:after {
    display: block;
}

.radio_to_checkbox input[type=radio]:checked:before {
  display: none;
}

.radio_to_checkbox input {
  opacity: 0;
  margin: -4px 11px 0 0;
}

.radio_to_checkbox {
    position: relative;
    cursor: pointer;
}

.fixed-installment-number-table th,
.fixed-installment-number-table td,
.recurring-monthly-installment-table th,
.recurring-monthly-installment-table td,
.recurring-bianually-installment-table th,
.recurring-bianually-installment-table td,
.recurring-quarterly-installment-table th,
.recurring-quarterly-installment-table td,
.flexible-installment-number-table th,
.flexible-installment-number-table td {
  padding: 0 10px !important;
}

.moreauthorized{
  display: none;
}

.all-receipt-tabs .tab-content {
  display: none;
  padding: 20px 0 0 0;
}

.all-receipt-tabs .tab-content.active {
  display: block;
}
.Cleared-Cancelled input[type=radio]:checked:before {
  content: "";
}
.Cleared-Cancelled label {
  margin: .5rem 1.5rem .5rem 0;
}
.alledit_reconcile .form-control {
  opacity: 1 !important;
  background: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}
.all-receipt-tabs .dataTable {
  clear: both;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  max-width: none !important;
  /* border-collapse: separate !important; */
  border-spacing: 10px;
}
.all-receipt-tabs .dataTable th, .all-receipt-tabs .dataTable td {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  white-space: nowrap;
}
.all-receipt-tabs .tab-content .dataTables_wrapper {
  padding: 0;
}
.edit_receipt_form{
  /* width: 80%;
  margin: 20px auto; */
}
.edit_receipt_form_outer .form-group > * {
  padding: 0 15px;
}
.edit_receipt_form .form-group label {
  max-width: 160px;
  width: 100%;
}
.edit_receipt_form .form-group > span {
  /* max-width: 300px; */
  width: 100%;
    cursor: pointer;
}

.fixed-installment-number-table th,
.fixed-installment-number-table td,
.recurring-monthly-installment-table th,
.recurring-monthly-installment-table td,
.recurring-bianually-installment-table th,
.recurring-bianually-installment-table td,
.recurring-quarterly-installment-table th,
.recurring-quarterly-installment-table td,
.flexible-installment-number-table th,
.flexible-installment-number-table td {
  padding: 0 10px !important;
}

.moreauthorized{
  display: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.paymentPlan-details,.singlePay-installments,.installment-number,.flexibleInstallment-number{
  display:none;
}
.paymentPlan-details.show,.singlePay-installments.show,.installment-number.show,.flexibleInstallment-number.show{
  display:block;
}