.hide {
  display: none;
}

.heading-holder {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}

.button-holder .btn-primary {
  font-size: 14px;
}

.button-holder {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  text-align: right;
}

.card-header.headerPage {
  display: flex;
  vertical-align: middle;
}

.form-input-group.buttons {
  text-align: right;
}

table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}

.blockAction {
  margin: 2px;
  display: inline-block;
  /* width: 1.8rem; */
}

td.td-actions {
  width: 300px;
  /* display: inherit; */
}

/* textarea {
  resize: none;
} */

.blockAction a {
  display: inherit;
}

.notesWidth .blockAction {
  min-width: 110px;
}

a:not([href]) {
  cursor: pointer;
}

.notesWidth .blockAction a:not([href]) {
  color: #224abe !important;
  text-decoration: underline !important;
  cursor: pointer;
}

.activityDateTime {
  margin-top: 0px;
}

.activityDateTime p {
  margin: 0;
  font-size: 13px;
}

span.hrefLink {
  font-weight: 900;
  cursor: pointer;
}

span.hrefLink:hover {
  color: #00008b;
  font-weight: 900;
  cursor: pointer;
  text-decoration: underline;
}

.dashCard {
  cursor: pointer;
}

ul.dashboardButtons {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

ul.dashboardButtons li {
  display: inline-block;
  margin-left: 10px;
}

ul.dashboardButtons li:first-child {
  margin-left: 0;
}

.slikercustom ul.dashboardButtons {
  margin-top: 10px;
}

.slikercustom ul.dashboardButtons li {
  margin-left: 0;
}

td.td-actions.anchor a {
  background: #3b5998;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  padding: 4px 0;
  display: inline-block;
}

td.td-actions.anchor a.facebook {
  background: #3b5998;
}

td.td-actions.anchor a.twitter {
  background: #00acee;
}

td.td-actions.anchor a.linked {
  background: #0e76a8;
}

td.td-actions.anchor a.instagram {
  background: #8a3ab9;
}

td.td-actions.anchor a.website {
  background: #009195;
}

#searchFilterData label {
  width: 100%;
}

.search_filter_div {
  margin-bottom: 30px;
}

.btnActionHeader {
  float: left;
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}

.btnActionHeader .button-holder {
  display: inline-block;
  text-align: left;
  width: auto;
}

.form-control-checkbox {
  display: block;
  width: 23px;
  height: 23px;
  color: #6e707e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-align: center;
  margin: 0 auto;
}

.dataTables_wrapper .dataTables_length {
  width: 50%;
  float: left;
}

.dataTables_paginate .paginate_button {
  position: relative;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #4e73df;
  background-color: #fff;
  border: 1px solid #dddfeb;
  display: inline-block;
}

.dataTables_paginate .paginate_button.previous {
  margin-left: 0;
  border-top-left-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}

.dataTables_paginate .paginate_button.next {
  margin-right: 0;
  border-top-right-radius: 0.35rem;
  border-bottom-right-radius: 0.35rem;
}

.dataTables_paginate .paginate_button.disabled {
  color: #858796;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dddfeb;
}

.dataTables_paginate span .paginate_button,
.dataTables_paginate span .paginate_button:hover {
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
}

.dataTables_paginate span .paginate_button.current {
  z-index: 3;
  color: #fff;
  background-color: #4e73df;
  border-color: #4e73df;
}

.btn-circle.btn-sm,
.btn-group-sm>.btn-circle.btn {
  padding: 4px 0;
}

div.listLong.td-actions {
  text-align: right;
  width: 100%;
  display: inline-block;
  padding-right: 23px;
  padding-bottom: 28px;
}

.form-control.emailDetailInbox {
  height: auto;
  display: inline-block;
}

.dateEmailInbox {
  margin: 15px 0 0 0;
}

.sidebar .nav-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.sidebar .nav-item:hover {
  text-decoration: none;
}

.sidebar .nav-item.active {
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.sidebar #sidebarToggle {
  margin-top: 30px;
}

.sidebar hr.sidebar-divider {
  margin: 0;
}

/* .sidebar .nav-item.active {
  background: #fff;

} */

/*
.sidebar .nav-item.active .nav-link,
.sidebar .nav-item.active .nav-link i {
  color: #4e73df;
} */

/* li.nav-item.active::before {
  position: absolute;
  content: "";
  bottom: 7px;
  height: 1px;
  width: 87%;
  background: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
} */

.bg-login-image,
.bg-password-image,
.bg-register-image {
  background-image: url("../img/qraia.png");
  background-size: 60%;
  background-repeat: no-repeat;
}

.hints {
  margin-bottom: 15px;
}

.hints p {
  margin-bottom: 0;
}

.signUpHandle {
  margin-top: 15px;
  text-align: center;
}

.signUpHandle h3 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 3px;
  color: #fff;
  font-weight: 400;
}

.signUpHandle p {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  font-weight: 100;
}

.footer-section-right h4,
.footer-section-left h2 {
  color: #ffffff;
  margin-bottom: 2px;
}

.cell.day.selected {
  background: #4e73df !important;
  color: #ffffff !important;
}

.footer-section-right p,
.footer-section-left p {
  color: #ffffff;
}

.footer-section-left p a {
  color: #ffffff;
  text-decoration: underline;
}

.row.row-bottom {
  margin-top: 25px;
}

.col-filter-buttons .btn.btn-primary.mr-2 {
  background: transparent;
}

.btn.btn-primary.mr-2.button-today {
  color: green;
  border-color: green;
}

.btn.btn-primary.mr-2.button-tomorrow {
  color: dodgerblue;
  border-color: dodgerblue;
}

.btn.btn-primary.mr-2.button-day,
.btn.btn-primary.mr-2.button-day-day {
  color: red;
  border-color: red;
}

.btn.btn-primary.mr-2.button-new-one-day,
.btn.btn-primary.mr-2.button-new-one-day {
  color: purple;
  border-color: purple;
}

.col-filter-buttons span {
  float: left;
}

.date-picker {
  color: red;
  border-color: red;
  height: 0px;
  width: 0px;
  visibility: hidden;
}

.btn.btn-primary.mr-2.button-no-date {
  color: grey;
  border-color: grey;
}

.checkbox-holder {
  float: left;
  width: 100%;
}

.checkbox-holder input {
  /* height: 18px; */
  width: 18px;
  cursor: pointer;
}

.checkbox-holder label {
  cursor: pointer;
  margin: 0px;
  position: relative;
  top: -3px;
}

#priority {
  /* float: left; */
  /* margin-right: 10px; */
}

i.fas.fa-star.priority {
  color: #ffcd3c;
}

input[type="radio"]:checked+.btn.btn-primary.mr-2.button-today {
  background: green;
  color: #ffffff;
}

input[type="radio"]:checked+.btn.btn-primary.mr-2.button-tomorrow {
  background: dodgerblue;
  color: #ffffff;
}

input[type="radio"]:checked+.btn.btn-primary.mr-2.button-day-day {
  background: red;
  color: #ffffff;
}

input[type="radio"]:checked+.btn.btn-primary.mr-2.button-no-date {
  background: grey;
  color: #ffffff;
}

input[type="radio"]:checked+.btn.btn-primary.mr-2.button-new-one-day {
  background: purple;
  color: #ffffff;
}

.btn.btn-primary.mr-2.button-day.active {
  background: red;
  color: #ffffff;
}

.slick-dots {
  display: flex;
  justify-content: center;

  margin: 0;
  padding: 1rem 0;

  list-style-type: none;
}

.slick-dots li {
  margin: 0 0.25rem;
}

.slick-dots button {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;

  border: none;
  border-radius: 100%;
  background-color: grey;
  opacity: 0.9;

  text-indent: -9999px;
}

.slick-dots li.slick-active button {
  background-color: dodgerblue;
}

.tableReDesign .dataTables_wrapper .bottom .dataTables_length {
  width: auto;
  margin-right: 50px;
}

.tableReDesign .dataTables_wrapper .bottom .dataTables_info {
  padding-top: 3px;
}

.tableReDesign div.dataTables_wrapper div.dataTables_filter {
  text-align: center;
}

.tableHandle {
  position: relative;
}

/* .row.filterCustomTriggerDiv {
  position: absolute;
  width: 30%;
  top: 14px;
  left: 20px;
} */

.filterResetTrigerDiv {
  /* position: absolute; */
  /* top: 14px;
  right: 30px; */
  text-align: right;
  background: #fff;
  width: auto;
  color: #808080;
  border-radius: 0.35rem;
  pointer-events: none;
  padding: 0.375rem 0.75rem 0.375rem 1.25rem;
  border: 1px solid #c7c4c4;
  font-weight: 400;
  float: right;
}

.filterResetTrigerDiv span.cross-x {
  margin-right: 7px;
  top: -4px;
  position: absolute;
  font-size: 20px;
  left: -5px;
}

.filterResetTrigerDiv i {
  margin-right: 7px;
  top: 1px;
  position: relative;
}

.filterResetTrigerDiv.active,
.filterResetTrigerDiv.filRest.active {
  /* background: #fa7c80;
  color: #b61701; */
  /* background: #c7c4c4;
color: #fff; */
  cursor: pointer;
  pointer-events: unset;
}

table.dataTable>thead>tr>th.sorting::before,
table.dataTable>thead>tr>th.sorting::after {
  display: none !important;
}

ul.displayTags {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.displayTags li {
  display: inline-block;
}

ul.displayTags li span.editTagClickSpan {
  display: inline-block;
  /* background: #696969; old */
  background: #e0ffff;
  color: #858786;
  cursor: pointer;
  margin: 5px 10px 5px 0px;
  padding: 3px 30px 3px 10px;
  border-radius: 5px;
  position: relative;
  font-size: 14px;
}

ul.displayTags li span.editTagClickSpan.normal {
  padding: 3px 10px 3px 10px;
}

ul.displayTags li span.editTagClickSpan span {
  position: absolute;
  right: 8px;
  top: 55%;
  transform: translateY(-50%);
  font-size: 11px;
}

.dashboard ul.displayTags li span.editTagClickSpan {
  padding: 5px 10px 5px 10px;
}

.btn-primary.cancel-text,
.btn-primary.cancel-text:hover,
.btn-primary.cancel-text:active,
.btn-primary.cancel-text:focus,
.btn-secondary.cancel-text,
.btn-secondary.cancel-text:hover,
.btn-secondary.cancel-text:active,
.btn-secondary.cancel-text:focus,
.btn-danger.cancel-text,
.btn-danger.cancel-text:hover,
.btn-danger.cancel-text:active,
.btn-danger.cancel-text:focus {
  color: #ff0000 !important;
  background-color: unset !important;
  border-color: unset !important;
  border: 0 !important;
  text-decoration: underline !important;
  box-shadow: none !important;
}

.btn-success.apply-text,
.btn-success.apply-text:hover,
.btn-success.apply-text:active,
.btn-success.cancel-text:focus {
  color: #17a673 !important;
  background-color: unset !important;
  border-color: unset !important;
  border: 0 !important;
  text-decoration: underline !important;
  box-shadow: none !important;
}

#deleteModal .delete-btn {
  background: #e02d1b;
  border-color: #e02d1b;
  box-shadow: unset;
}

#deleteModal .delete-btn:focus {
  box-shadow: 0 0 0 0.2rem rgb(224 45 27 / 25%);
}

.multiselect__input {
  border: 0;
}

.multiselect--active {
  border: 1px solid #d1d3e2;
  outline: none;
}

.multiselect__content-wrapper {
  background: #fff;
  width: 100%;
  position: absolute;
  z-index: 123456;
}

.multiselect__content {
  background: #fff;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.multiselect__content .multiselect__element {
  padding: 5px 10px;
}

.multiselect__content .multiselect__element .multiselect__option {
  float: left;
  width: 100%;
}

.multiselect__content .multiselect__element .multiselect__option span {
  float: left;
  width: 100%;
}

.row.filterResetTrigerDiv.filRest {
  position: static;
  top: 14px;
  right: 0px;
  text-align: right;
  background: #fff;
  width: auto;
  color: #808080;
  border-radius: 0.35rem;
  pointer-events: none;
  padding: 0.375rem 0.75rem 0.375rem 1.25rem;
  border: 1px solid #c7c4c4;
  font-weight: 400;
  display: inline-block;
  pointer-events: none;
  margin-right: 10px;
}

.contact-checkbox-control {
  margin-top: 6px;
}

.contact-checkbox-control .form-control-checkbox.contact-checkbox {
  float: left;
}

button.vs__clear {
  fill: red;
}

.dropdown-item.btn-success {
  box-shadow: none;
  background: #169b6b;
  border-color: none;
  border-radius: 0;
  color: #fff;
}

.dropdown-item.btn-danger {
  box-shadow: none;
  background: #d52a1a;
  border-color: none;
  border-radius: 0;
  color: #fff;
}

.buttonHold {
  text-align: center;
  padding: 60px 0px;
}

/* .form-control-select .vs__search {
  padding: 3px 0;
} */

.sub-link {
  display: block !important;
  padding-top: 5px !important;
  text-align: right !important;
}

.settingHeaderNav {
  display: inline-block;
  width: 100%;
  text-align: left;
}

.settingHeaderNav img {
  width: 15px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.settingHeaderNav .sub-link {
  text-align: left !important;
}

.settingHeaderNav .sub-link .upgrade-link {
  font-weight: 700;
}

#userDropdown.nav-link {
  position: relative;
  top: -5px;
}

.upgrade-link {
  float: left;
  width: 100%;
  line-height: 9px;
}

.card.shadow.disabled {
  position: relative;
}

.card.shadow.disabled::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12345;
}

.card.shadow.disabled .accessDenied {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(221, 221, 221, 0.7);
  z-index: 123;
}

.card.shadow.disabled .messageDisplay {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  width: 400px;
  text-align: center;
  background: #02a3fe;
  color: #fff;
  border-radius: 60px;
  padding: 20px;
}

.card.shadow.disabled .messageDisplay p {
  margin: 0;
}

.outerActionDiv {
  display: inline-block;
}

.todoHandlePage .tableReDesign div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

.todoHandlePage .tableReDesign div.dataTables_wrapper div.dataTables_filter {
  padding-right: 170px;
}

.todoHandlePage .row.filterCustomTriggerDiv {
  width: 65%;
}

.todoHandlePage .vs--searchable .vs__dropdown-toggle,
.noteHandlePage .vs--searchable .vs__dropdown-toggle {
  padding: 2px 0 6px;
}

[data-tooltip-right] {
  position: relative;
  cursor: default;
}

[data-tooltip-right]::after {
  position: absolute;
  width: 140px;
  bottom: 10%;
  left: 25px;
  text-align: center;
  box-sizing: border-box;
  content: attr(data-tooltip-right);
  background: black;
  color: #ffffff;
  padding: 5px;
  border-radius: 6px;
  font-size: 0.7em;
  font-weight: bold;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.3s, transform 0.2s;
}

[data-tooltip-right]:hover::after {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}


[data-tooltip-top],
[data-tooltip-bottom] {
  position: relative;
  cursor: default;
  z-index: 9999;    
}

/* [data-tooltip-top]::after {
  position: absolute;
  width: 320px;
  bottom: 30px;
  left: -50%;
  text-align: center;
  box-sizing: border-box;
  content: attr(data-tooltip-top);
  background: #4e73df;
  color: #ffffff;
  padding: 5px;
  border-radius: 6px;
  font-size: 0.7em;
  font-weight: bold;
  visibility: hidden;
  opacity: 1;
  transform: translateY(+10px);
  transition: opacity 0.3s, transform 0.2s;
}

[data-tooltip-top]:hover::after {
  visibility: visible;
  opacity: 1;
  transform: translateY(+5px);
} */

/* tooltip box */
[data-tooltip-top]::after {
  content: attr(data-tooltip-top);
  position: absolute;
  bottom: 125%;              /* above the element */
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 10px;
  background: #4e73df;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
  white-space: normal;
  min-width: 200px;  
  max-width: 300px;  
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, transform .2s ease;
  z-index: 10000;
}

/* arrow like Bootstrap */
[data-tooltip-top]::before {
  content: "";
  position: absolute;
  bottom: 115%;              /* just under the box */
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px 5px 0 5px;
  border-style: solid;
  border-color: #4e73df transparent transparent transparent;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease;
  z-index: 10001;
}

/* show on hover */
[data-tooltip-top]:hover::after,
[data-tooltip-top]:hover::before {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-2px);
}
/* ─── BOTTOM TOOLTIP ────────────────────────── */

[data-tooltip-bottom]::after {
  content: attr(data-tooltip-bottom);
  position: absolute;
  top: 125%;                 /* below the element */
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 10px;
  background: #4e73df;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
  white-space: normal;
  min-width: 200px;  
  max-width: 300px; 
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, transform .2s ease;
  z-index: 1000;
}

[data-tooltip-bottom]::before {
  content: "";
  position: absolute;
  top: 115%;                 /* just above the box */
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 5px 5px 5px;
  border-style: solid;
  border-color: transparent transparent #4e73df transparent;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease;
  z-index: 1001;
}

[data-tooltip-bottom]:hover::after,
[data-tooltip-bottom]:hover::before {
  opacity: 1;
  visibility: visible;
}


.holdFormCtrlToolTip {
  cursor: pointer;
  color: #4e73df;
}

[data-tooltip-top].holdFormCtrlToolTip::after {
  position: absolute;
  width: 380px;
  bottom: 0px;
  left: 70px;
  right: 0;
}

.form-input-group.split-inputform-left {
  display: inline-block;
  width: 30px;
  margin-right: 20px;
  vertical-align: middle;
  padding-top: 20px;
}

.form-input-group.split-inputform-right {
  display: inline-block;
  width: calc(100% - 60px);
  vertical-align: middle;
}

.form-control:focus {
  box-shadow: unset !important;
}

.dashCard .card-body {
  padding: 0.5rem 1.25rem;
}

.dashboard .col-filter-buttons label.btn.btn-primary {
  font-size: 12px;
  padding: 4px 8px;
}

.topbar .nav-item .nav-link {
  height: unset;
}

.external-link {
  width: 15px;
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle;
}

.social-link-preview,
.social-link-preview:hover {
  color: #08a5c4;
}

.social-link-preview:hover {
  opacity: 0.7;
}

.add-new-company,
.add-new-company:hover,
.add-new-company:active {
  font-size: 13px;
  border-radius: 50px;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none !important;
}

.add-new-company.btn-icon-split span.text {
  padding: 4px 15px;
}

div#addNewCompanyModal .modal-dialog,
div#addNewContactModal .modal-dialog {
  max-width: 1080px;
}

div#addNewTagModal .modal-dialog {
  max-width: 560px;
}

div#addNewCompanyModal button.close,
div#addNewContactModal button.close,
div#addNewTagModal button.close,
div#shareModal button.close,
div#addProfileModal button.close {
  position: absolute;
  z-index: 12354654;
  top: 10px;
  right: 28px;
}

.todoHandlePage div.dataTables_wrapper div.dataTables_filter input {
  width: 100px;
}

div#shareModal .modal-dialog {
  max-width: 560px;
}

.form-input-group.buttons.text-align-left {
  text-align: left;
}

.text-link {
  color: #224abe !important;
  text-decoration: underline !important;
  cursor: pointer;
}

.subscriptionPage table.dataTable>thead>tr>th:nth-child(3),
.subscriptionPage table.dataTable>thead>tr>th:nth-child(4),
.subscriptionPage table.dataTable>thead>tr>th:nth-child(5) {
  width: 100px !important;
}

.selectBox .vs__selected-options .vs__selected {
  /* width: 88px; */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.notesBox .vs__selected-options .vs__selected {
  /* width: 77px; */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

/* custom css new */
.table-responsive.tableReDesign {
  margin-top: 25px;
}

/* .row.filterCustomSearch {
  position: absolute;
  width: 20%;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
} */

.customBottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.custom_dataTables_length label {
  display: inline-flex;
  align-items: center;
}

.custom_dataTables_length label select {
  margin: 0 11px;
}

.dataTables_paginate .paginate_button {
  cursor: pointer;
}

.dataTables_paginate .paginate_button.previous,
.dataTables_paginate .paginate_button.next,
.paginate_button.buttonValue {
  outline: none;
}

.filterCustomSearch label {
  width: 100%;
  display: flex;
  align-items: center;
}

/* .filterCustomSearch label input {
  margin-left: 10px;
} */

.noRecord {
  border: 1px solid #e3e6f0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.noRecord p {
  margin: 0;
}

.table-responsive>.table-bordered {
  margin: 0;
}

/* .row.filterCustomSearch.todo {
  position: absolute;
  width: 20%;
  top: 14px;
  right: 185px;
  transform: unset;
  left: unset;
} */
.topbar .dropdown {
  display: flex;
}

p.otp-message-text {
  margin: 5px 0 0;
  font-size: 14px;
}

.disclaimer p {
  font-size: 14px;
  margin: 6px 0 0;
}

.topbar .dropdown #userDropdown.nav-link {
  top: 0;
}

.primary-link {
  font-size: 14px;
  text-decoration: underline;
}

.topFilterSec {
  margin-top: 20px;
  width: 50%;
}

.topFilterSec.fullwidth {
  width: 100%;
}

.topFilterSec.seventy-percent {
  width: 70%;
}

.countHighlightHead {
  font-size: 21px;
  font-weight: 700;
}

.thank-you .description p {
  margin: 0;
}

.thank-you .description p a {
  color: #4e73df !important;
  text-decoration: underline;
}

.thank-you .description ul {
  margin: 10px 0;
  padding: 0px 0 0 18px;
}

.text-blue-900 {
  color: #4e73df !important;
}

.thank-you .description .dashboardButtons {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.row.handleForm1 .form-group-group {
  margin-bottom: 22px;
}

.form-input-group.spanTitle {
  margin-top: 30px;
}

.form-input-group.spanTitle label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 14px;
}

#searchFilterData {
  width: 100%;
  float: left;
}

.nav-item .button-holder {
  width: 100%;
  margin-top: 0px;
}

.nav-item .button-holder .btn-success {
  font-size: 14px;
  line-height: 16px;
}

.language-selection {
  text-align: right;
  margin-top: 40px;
  width: 130px;
  float: right;
}

.downloadFile {
  float: right;
  margin-right: 15px;
}

.downloadFile.non-active .btn-primary,
.downloadFile.non-active .btn-primary:hover,
.downloadFile.non-active .btn-primary:active {
  color: #808080;
  border: 1px solid #c7c4c4;
  background: #fff;
}

.downloadFile .btn-primary,
.downloadFile .btn-primary:hover,
.downloadFile .btn-primary:active {
  background: transparent;
  color: #4e73df;
  border-radius: .35rem;
  padding: 0 0.75rem;
}

.downloadFile.non-active .btn-primary.btn-icon-split .icon {
  background: #fff;
  color: #808080 !important;
  border-left: 1px solid #808080;
}

.tagoverviewPage .filterResetTrigerDiv {
  border-radius: .35rem;
  padding: 0.375rem 0.75rem;
}

.tagoverviewPage .filterResetTrigerDiv.active {
  background: transparent;
  border: 1px solid red;
  color: red;
}

.tagoverviewPage div.dataTables_wrapper div.dataTables_filter label {
  float: right;
}

.tagoverviewPage .table-responsive.tableReDesign {
  margin-top: 0px;
}

.tagoverviewPage table.table-bordered.dataTable {
  border-right-width: thin;
}

.tagoverviewPage table.table-bordered.dataTable th:first-child,
.tagoverviewPage table.table-bordered.dataTable td:first-child {
  width: 20%;
}

.tagoverviewPage table.table-bordered.dataTable th:nth-child(2),
.tagoverviewPage table.table-bordered.dataTable td:nth-child(2) {
  width: 25%;
}

.tagoverviewPage table.table-bordered.dataTable th:nth-child(3),
.tagoverviewPage table.table-bordered.dataTable td:nth-child(3) {
  width: 10%;
}

.tagoverviewPage table.table-bordered.dataTable th:nth-child(4),
.tagoverviewPage table.table-bordered.dataTable td:nth-child(4) {
  width: 15%;
}
.tagoverviewPage table.table-bordered.dataTable th:nth-child(5),
.tagoverviewPage table.table-bordered.dataTable td:nth-child(5) {
  width: 15%;
}

.tagoverviewPage table.table-bordered.dataTable th:last-child,
.tagoverviewPage table.table-bordered.dataTable td:last-child {
  width: 15%;
}

.btn-icon-split {
  margin-left: 10px;
}

.form-input-group input[readonly] {
  background-color: #eaecf4;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 100%;
}


.date-selection-input {
  border: 1px solid red;
  border-radius: 0.35rem;
  color: red;
  padding: 0.375rem 0.75rem;
  width: 0px;
  opacity: 0;
}

.splide.splide--slide {
  padding-bottom: 50px;

}

.splide.splide--slide .splide__pagination__page:focus {
  outline: none;
}

.splide.splide--slide .splide__pagination__page.is-active {
  background: dodgerblue;
}

.unlock-qraia .btn-success.premium-btn,
.unlock-qraia .btn-success.premium-btn:focus,
.unlock-qraia .btn-success.premium-btn:active {
  background: transparent;
  color: #1cc88a;
  border: 1px solid #1cc88a;
}

.unlock-qraia .btn-success.premium-btn .icon {
  background: transparent;
}

.btn-success.premium-btn .icon {
  /* background: transparent; */
  border-right: 1px solid #1cc88a;
}

.btn-success.premium-btn i {
  color: #1cc88a;
}

input[type=file].form-control {
  height: auto;
}

input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #4e73df;
  padding: 5px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
  background: #4e73df;
}

.fileUploadSystem {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}

.fileUploadSystem li {
  padding: 0;
}

.public-footer {
  background: #F3F5F8;
}

ul.footer-menu {
  margin: 30px 0 0 0;
  padding: 40px 0;
}

ul.footer-menu>li {
  display: inline-block;
  width: 33.33%;
  vertical-align: top;
  list-style: none;
}

ul.footer-sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.footer-menu>li>h3,
ul.extra-footer-menu>li>h3 {
  color: #4e73df !important;
  font-size: 20px;
  font-weight: 600;
}

ul.footer-sub-menu>li {
  font-size: 16px;
}

ul.footer-sub-menu>li>a {
  color: #858796
}

ul.footer-sub-menu>li img {
  width: 24px;
}

ul.extra-footer-menu {
  margin-top: 20px;
}

ul.extra-footer-menu .footer-sub-menu li a:hover {
  text-decoration: underline;
}

.fileUploadSystem li {
  padding: 0;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  width: 100%;
}

/* .fileUploadSystem li::after {
  content: ", ";
}

.fileUploadSystem li:last-child::after{
  content: "";
} */

.fileUploadSystem li span.up-link {
  background: #fff;
  border-radius: 100%;
  width: 20px;
  display: inline-block;
  height: 20px;
  text-align: center;
  color: #ff0000;
  font-size: 9px;
  margin: 0px 10px;
  top: -2px;
  position: relative;
  cursor: pointer;
  padding: 3px 0;
  border: 1px solid #ff0000;
}

.fileUploadSystem li span.small-text {
  font-size: 12px;
}


.createdOnSystem label {
  font-size: 14px;
  margin: 0;
  font-weight: 400;
}

.btn.btn-primary.btn-primary-white,
.btn.btn-primary.btn-primary-white:active {
  background: transparent;
  color: #4e73df;
  margin-top: 4px;
}

.btn.btn-primary.btn-primary-white .icon {
  background: #4e73df;
}

input[type=file]::file-selector-button,
input[type=file]::file-selector-button:hover {
  border: 1px solid#4e73df;
  background-color: #fff;
  color: #4e73df;
}

.login-screen,
.forgot-screen {
  padding-bottom: 100px;
}

label.form-control.custom-file-upload {
  padding: 7px 15px;
  margin-top: 2px;
  height: auto;
  cursor: pointer;
}

label.form-control.custom-file-upload span {
  padding: 3px 10px;
  margin-right: 10px;
  border: 1px solid #2e59d9;
  display: inline-block;
  color: #2e59d9;
  border-radius: 6px;
}

a.fileNeme {
  font-size: 13px;
  max-width: 250px;
  display: inline-block;
  vertical-align: top;
}

button.paddleText.cancel-text {
  margin-left: 0;
}

div#addProfileModal .modal-dialog {
  max-width: 850px;
}

.form-control.read-only {
  background-color: light-dark(rgba(239, 239, 239, 1), rgba(59, 59, 59, 1));
  color: light-dark(rgb(84, 84, 84), rgb(170, 170, 170));
  border-color: rgba(118, 118, 118, 1);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.subscriptionPage span.coupon-discount {
  font-size: 12px;
  font-weight: 800;
}

.form-control::-webkit-input-placeholder {
  color: #858796;
  opacity: 0.5;
}

.form-control::-moz-placeholder {
  color: #858796;
  opacity: 0.5;
}

.form-control:-ms-input-placeholder {
  color: #858796;
  opacity: 0.5;
}

.form-control::-ms-input-placeholder {
  color: #858796;
  opacity: 0.5;
}

.form-control::placeholder {
  color: #858796;
  opacity: 0.5;
}

.logoInitial {
  width: 30px;
}

#brevoModal .modal-dialog {
  max-width: 710px;
}

@media only screen and (max-width: 767px) and (orientation:portrait) {
  .heading-holder {
    width: 100%;
  }

  .button-holder {
    width: 100%;
  }

  .button-holder .btn-icon-split {
    margin-left: 0;
  }

  .dashboard ul.dashboardButtons li {
    margin: 5px 2%;
    width: 46%;
    font-size: 0.675rem;
  }

  .dashboard ul.dashboardButtons li span {
    /* width: 100%; */
    position: relative;
  }

  .dashboard ul.dashboardButtons li span.icon {
    float: left;
  }

  .dashboard ul.dashboardButtons li span.text {
    text-align: center;

  }

  .dashboard ul.dashboardButtons li span i {
    position: static;
    /* left: 30px;
    top: 50%;
    transform: translateY(-50%); */
  }

  /* .button-holder {
    width: 100%;
    margin-top: 20px;
  }

  a.btn.btn-primary.btn-icon-split {
    width: 100%;
    margin-bottom: 10px;
  }

  .heading-holder {
    width: 100%;
  } */


}

/* Media */
@media only screen and (max-width: 767px) {
  .modal .modal-content {
    height: auto;
    overflow: auto;
    max-height: 95vh;
  }

  [data-tooltip-top].holdFormCtrlToolTip::after {
    width: 270px;
    left: 0;
    bottom: 30px;
  }

  ul.footer-menu>li {
    width: 40%;
  }

  ul.footer-menu>li:last-child {
    width: 20%;
  }

  ul.footer-menu>li>h3,
  ul.extra-footer-menu>li>h3 {
    color: #4e73df !important;
    font-size: 14px;
  }

  ul.footer-sub-menu>li {
    font-size: 11px;
  }

  ul.footer-sub-menu>li img {
    width: 17px;
  }

  .footer-section-left {
    width: 100% !important;
    flex-basis: auto;
  }

  label {
    margin-top: 0.5rem;
    margin-bottom: 0;
  }

  .sidebar {
    position: fixed;
    z-index: 123;
  }

  .sidebarOverlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    content: "";
  }

  .topbar #sidebarToggleTopNew.setaction {
    left: 110px;
    position: fixed;
    z-index: 500;
  }

  .sidebar-toggled .topbar #sidebarToggleTopNew.notsetaction {
    left: 25px;
  }

  .dashCard {
    flex-basis: auto;
  }

  .settingHeaderNav {
    display: none;
  }

  #userDropdown.nav-link {
    top: unset;
  }



  .card-header.headerPage {
    display: unset;
  }

  .row.filterCustomTriggerDiv,
  .todoHandlePage .row.filterCustomTriggerDiv {
    position: static;
    width: 100%;
    top: 0;
    left: 0;
    margin-bottom: 20px;
    margin: 0;
  }

  .todoHandlePage .row.filterCustomTriggerDiv .form-group-group {
    margin-bottom: 15px;
  }

  /* .row.filterResetTrigerDiv {
    position: static;
    width: 92%;
    text-align: left;
    margin: 0 auto 20px;
  } */

  /* .btn-icon-split .icon {
    background: unset;
  } */

  div.dataTables_wrapper div.dataTables_filter input {
    width: auto !important;
  }

  .row.filterCustomSearch {
    position: static;
    width: 100%;
    text-align: left;
    margin: 10px auto 10px;
    transform: none;
  }

  .customBottom {
    display: block;
    text-align: center;
  }

  .custom_dataTables_length label {
    margin: 0;
  }

  .dataTables_info {
    padding: 11px 0;
  }

  button.paginate_button {
    font-size: 10px;
  }

  button.btn.btn-primary.btn-icon-split {
    margin-bottom: 9px;
  }

  .topFilterSec,
  .topFilterSec.seventy-percent {
    width: 100%;
  }

  .topFilterSec>div {
    margin-bottom: 10px;
  }

  .topFilterSec>div .form-group-group {
    margin-bottom: 20px;
  }

  ul.dashboardButtons {
    margin-left: 10px;
  }

  ul.dashboardButtons li {
    margin-bottom: 15px;
  }

}

/* Media */

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .dashCard {
    flex-basis: auto;
    width: 50%;
  }

  ul.dashboardButtons {
    text-align: right;
  }

  ul.dashboardButtons li {
    margin-top: 10px;
  }

  .form-control-select,
  .form-control.form-select {
    font-size: 12px;
  }

  .todoHandlePage .form-group.companyContact {
    margin-bottom: 0;
  }

  .row.filterCustomTriggerDiv {
    position: static;
    width: 100%;
    top: 0;
    left: 0;
    margin-bottom: 20px;
  }

  .todoHandlePage .row.filterResetTrigerDiv {
    position: absolute;
    width: 170px;
    text-align: left;
    top: 124px;
    left: 29px;
  }

  /* .row.filterResetTrigerDiv {
    position: absolute;
    width: 170px;
    text-align: left;
    top: 69px;
    left: 29px;
  } */

  /* .btn-primary {
    font-size: 9px;
    margin: 0 0 5px 0;
  } */

  .todoHandlePage .row.filterCustomTriggerDiv {
    width: 100%;
  }

  .tableReDesign div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
  }

  .todoHandlePage .tableReDesign div.dataTables_wrapper div.dataTables_filter {
    padding-right: 0;
    text-align: right;
  }

  .handleForm1>div {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 10px;
  }

  .topFilterSec,
  .topFilterSec.seventy-percent {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .row.filterCustomTriggerDiv {
    position: static;
    width: 100%;
    top: 0;
    left: 0;
    margin-bottom: 20px;
  }

  .todoHandlePage .row.filterResetTrigerDiv {
    position: absolute;
    width: 170px;
    text-align: left;
    margin: 0 auto 20px;
    top: 89px;
    left: 20px;
    margin: 0;
  }

  .tableReDesign div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
  }

  /* .row.filterResetTrigerDiv {
    position: absolute;
    width: 170px;
    text-align: left;
    margin: 0 auto 20px;
    top: 75px;
    left: 0;
  } */

  /* .btn-primary {
    font-size: 9px;
    margin: 0 0 5px 0;
  } */

  .todoHandlePage .row.filterCustomTriggerDiv {
    width: 100%;
  }

  .todoHandlePage .tableReDesign div.dataTables_wrapper div.dataTables_filter {
    padding-right: 0;
  }

  .topFilterSec,
  .topFilterSec.seventy-percent {
    width: 80%;
  }
}

@media screen and (min-width: 1030px) and (max-width: 1250px) {
  .notesBox .vs__selected-options .vs__selected {
    width: 57px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}

.tag-active {
  background: #4e73df !important;
  color: #fff !important;
}
@media (max-width: 767px) {/* new response css for mobile by jimmy */
  .w-sm-100 {
    width: 100% !important;
  }
  .sm-flex-column {
    flex-direction: column !important;
  }
  .sm-d-flex {
    display: flex !important;
  }
  .sm-mt-2{
    margin-top: .5rem!important
  }
  .tagoverviewPage .table-responsive .dataTables_filter label{
    margin-bottom: 10px;
  }
  .tagoverviewPage div.dataTables_wrapper div.dataTables_paginate {
    margin-bottom: 15px;
  }
}
.paginationAlign{
  display: flex;
  align-items: center;
}
.col-filter-buttons .btn.btn-primary.mr-2:hover {
  opacity: 0.7;
}
/* toggle switch */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 30px;
  transition: 0.4s;
}

.toggle-slider:before {
  position: absolute;
  content: '';
  height: 26px;
  width: 26px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .toggle-slider {
  background-color: #2653d4;
}

input:checked + .toggle-slider:before {
  transform: translateX(30px);
}

.toggle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
  font-weight: bold;
  color: white;
  z-index: 1; /* Make sure text appears on top */
  pointer-events: none; /* Prevent text from interfering with toggle clicks */
}

input:checked + .toggle-slider .toggle-text {
  color: white;
}

.toggle-slider.round {
  border-radius: 30px;
}

.toggle-text.right {
  padding-right: 25px;
}
.toggle-text.left {
  padding-left: 22px;
}

/* toggle switch */

.custom-table-information-top .top {
  display: flex;
  align-items: center;
  width: 100%;
}

.custom-table-information-top .top .dataTables_length {
  padding-top: 8px !important;
  width: auto;
  margin: 0;
}
.custom-table-information-top .top .dataTables_info {
  margin: 0;
  padding: 0px !important;
}

.custom-table-information-top .top .dataTables_length {
  margin-right: 20px; /* Add some space between length menu and info */
}
.sidebar-sub-menu{
  padding-left: 0px !important;
}



.tagsshowmore {
  float: right;
}
.show-more-link {
  color: #808080;
  font-size: 12px;  /* Same font size as before */
  text-decoration: none;  /* Remove underline */
  cursor: pointer;
}

.show-more-link:hover {
  color: #4e73df; /* Optional: add a hover color if you'd like */
}
.no-padding{
  padding: 0px;
}
.text-underline {
  text-decoration: underline !important;
}
.no-margin{
  margin: 0px;
}
