:root {
  --theme-blue: #2563eb;
  --bg: #f6f7f9;
  --selected: #ececf0;
  --border-clr: #dbdbdb;
  --white: #fff;
  --black: #000;

  --radius5: 5px;
  --radius10: 10px;
  --radius20: 20px;

  --font: "Manrope", sans-serif;
  --shadow-light: 0 2px 8px rgba(0, 0, 0, 0.05);

  --defaultBgColor: #155dfc;
  --defaultShadowColor: 0px 4px 6px -4px #2b7fff4d, 0px 10px 15px -3px #2b7fff4d;
}

.mainnn {
  font-family: var(--font);
  background-color: var(--theme-blue);
  border-radius: var(--radius5);
}

html {
  font-size: clamp(11.7px, 9px + 0.4vw, 16px);
}

html,
body {
  height: unset !important;
}

body {
  overflow-x: hidden;
}

html,
body,
form,
fieldset,
table,
tr,
td,
img,
span.menu-text,
span.sub-menu-text {
  font-family: var(--font);
}

.sm\:tw-bg-neutral-900\/50 {
  background: transparent !important;
}

button.btn.dropdown-toggle.btn-default:hover {
  color: var(--black);
}

button.btn.dropdown-toggle.btn-default {
  color: var(--black);
}

li a i.menu-icon {
  margin-right: 16px;
  display: block;
  float: left;
  width: 18px;
  font-size: 18px;
}

a,
input,
button,
select,
textarea,
option,
div {
  font-family: var(--font);
}

input[type="radio"]:focus {
  outline: none !important;
}

input[type="radio"] {
  display: none !important;
}

::placeholder {
  color: #c7c7c7 !important;
}

.fa-balance-scale:before {
  margin-left: -2px;
}

.fa-trash-can {
  color: #ef4444;
}

.fa-pen-to-square {
  color: var(--theme-blue);
}

.fa-eye {
  color: #777;
}

.started-timers-top .top-dropdown-btn {
  font-size: 16px;
}

.alert-danger,
.alert-warning,
.alert-success,
.alert-info {
  border-radius: var(--radius5) !important;
}

.bg-success {
  background-color: #07cc04;
}

.label-danger .fa-clock-o {
  color: var(--white);
}

.label-big,
.s-status {
  border: none !important;
  background: #f9f9f9;
}

.checkbox.checklist-checkbox input:checked + label:after {
  width: 20px;
  height: 20px;
}

.checkbox.checklist-checkbox label::after {
  margin-left: -21px;
  padding-left: 4px;
  padding-top: 2px;
  font-size: 11px;
}

.notification_link:hover {
  color: var(--theme-blue);
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
}

#menu ul::-webkit-scrollbar-thumb {
  background-color: var(--theme-blue);
}

.text-uppercase,
#side-menu li a {
  text-transform: unset;
}

body {
  background-color: #edf2f9;
  /* overflow: hidden; */
}

body.hide-sidebar:not(.show-sidebar) #menu {
  left: -300px;
  margin-left: 0 !important;
}

#header .fa-bars:before,
#header .fa-navicon:before,
#header .fa-reorder:before {
  font-size: 150% !important;
  color: #5e42c5;
  -webkit-text-stroke: 2px white;
  content: "\f0c9";
}

body.hide-sidebar #header {
  left: 0px;
  width: auto;
}

body.page-small #header {
  width: 100%;
}

body.page-small #wrapper {
  left: 0;
  width: auto;
}

body.page-small.show-sidebar #menu {
  margin-left: 0;
}

body.page-small.show-sidebar #wrapper {
  margin-left: 270px;
}

.sidebar li.active > a {
  color: #fff !important;
  background-color: #2563eb59 !important;
  border-color: #2563eb59 !important;
}

.sidebar .nav > li > a:focus {
  background-color: #2563eb59 !important;
  border-color: #2563eb59 !important;
  color: #fff !important;
}

.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  color: var(--theme-blue) !important;
}

.tw-bg-primary-600 {
  background-color: var(--theme-blue) !important;
}

.tw-ring-primary-500 {
  --tw-ring-color: var(--theme-blue) !important;
}

.bootstrap-select.ajax-remove-values-option:not(.select-placeholder)
  .ajax-clear-values {
  transform: translateY(20%);
}

.input-group-btn .btn,
.input-group .form-control,
select.form-control,
.btn {
  /* height: 36px; */
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  background-color: var(--theme-blue);
  border-color: var(--theme-blue);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-primary {
  background-color: var(--theme-blue);
  border-color: var(--theme-blue);

  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-bottom-toolbar {
  position: relative;
}

.btn-bottom-toolbar .buttons-group {
  display: flex;
  gap: 8px;
  justify-content: space-between;
}

.tw-text-neutral-500,
.tw-text-neutral-600 {
  --tw-text-opacity: 1;
}

body.admin #wrapper {
  margin: 0 0 0 270px;
  background-color: var(--white);
  background: var(--white);
  transition: all 0.3s;
}

#wrapper .content .progress-bar-mini {
  height: 10px !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.bg-stripe {
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
}

body .mobile-menu i.fa.fa-chevron-down:before {
  color: #5767a2;
}

.sidebar {
  background: var(--bg);
}

#menu,
#setup-menu-wrapper {
  top: 74px;
  min-height: calc(100vh - 74px) !important;
  width: 270px !important;
  z-index: 999;
  padding: 0px !important;
  position: fixed;
  overflow-y: auto;
  left: 0;
  transition: all 0.3s;
}

#setup-menu-wrapper {
  z-index: 9999;
}

#setup-menu li a {
  color: var(--theme-blue) !important;
}

i.fa.fa-close:hover {
  color: var(--black) !important;
}

#setup-menu-wrapper .fa-close {
  font-size: 120%;
}

.close-customizer {
  margin-left: -20px !important;
}

#setup-menu-wrapper .fa-close:before,
#setup-menu-wrapper .fa-remove:before,
#setup-menu-wrapper .fa-times:before {
  content: "\f137";
}

#side-menu li.quick-links .dropdown-menu:before {
  border-bottom-color: var(--theme-blue) !important;
}

a:hover,
a:focus {
  outline: unset;
  color: var(--theme-blue);
}

.text-info,
a,
ul.search-results a {
  color: var(--theme-blue);
}

.progress-bar-danger {
  background-color: #fd5262;
}

.pagination > .active > a {
  background: var(--theme-blue);
  border-color: var(--theme-blue);
  color: #fbfbfb;
}

.pagination > li > a {
  color: var(--theme-blue);
}

.pagination > li > a:hover {
  color: var(--theme-blue);
}

.table .alert-info {
  color: var(--theme-blue);
}

.table thead tr th:first-child,
.table thead tr th:last-child,
table.dataTable thead > tr > th,
.table > thead > tr > th {
  border: none !important;
}

.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: var(--white);
  background-color: #486cea;
  border-color: #486cea;
}

#header .fa-search:before,
#header .fa-share:before,
#header .fa-check-square-o:before {
  color: #273142;
}

#header .fa-clock-o:before,
#header .fa-bell-o:before {
  color: #273142;
}

#wrapper > .content > .row {
  margin-top: 20px !important;
}

@media (min-width: 801px) {
  body.small-table .small-table-right-col.col-md-7 {
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  body.show-sidebar #wrapper {
    overflow-y: initial;
  }

  .navbar-right .dropdown-menu {
    right: -4px;
    left: auto;
  }
}

@media (max-width: 735px) {
  #menu,
  #setup-menu-wrapper {
    left: 0;
  }

  .horizontal-scrollable-tabs {
    min-height: 50px;
    margin-top: 2px;
  }

  #wrapper .btn-bottom-toolbar {
    bottom: 0;
  }

  .panel-full {
    margin-left: -23px;
  }

  .btn-bottom-toolbar {
    right: -7px;
    bottom: 20px;
  }

  #setup-menu-wrapper {
    height: 67vh;
    max-height: 100vh;
    min-height: 67vh;
  }

  #side-menu li.quick-links {
    position: relative;
    margin-top: -41px;
  }

  body.show-sidebar #wrapper {
    overflow-y: initial;
  }
}

@media (max-width: 667px) {
  #menu,
  #setup-menu-wrapper {
    left: 0;
  }
}

@media (max-width: 640px) {
  #menu,
  #setup-menu-wrapper {
    left: 0;
  }
}

@media (max-width: 568px) {
  #menu,
  #setup-menu-wrapper {
    left: 0;
  }
}

@media (max-width: 414px) {
  #menu,
  #setup-menu-wrapper {
    left: 0;
  }
}

@media (max-width: 375px) {
  #menu,
  #setup-menu-wrapper {
    left: 0;
  }
}

@media (max-width: 320px) {
  #menu,
  #setup-menu-wrapper {
    left: 0;
  }

  #wrapper .btn-bottom-toolbar {
    bottom: 0;
    left: 0px;
    min-width: 100%;
  }
}

.btn-bottom-pusher {
  display: none;
}

.navbar-pills.navbar-pills-flat.nav-tabs > li > a,
.navbar-pills.navbar-pills-flat.nav-tabs > li:first-child > a {
  border-top: none;
  border-left: none;
}

.table .alert-info {
  color: #7d6cbb !important;
  background-color: #fffcff !important;
  border-color: #7d6cbb !important;
}

button.btn.btn-default.p8 {
  background: #4a4a4a;
  color: var(--white);
  border: 1px solid #4a4a4a !important;
}

#setup-menu li > a.close-customizer:hover {
  background: none !important;
}

.bootstrap-select .btn-default {
  background: #ffffff !important;
}

#wrapper .btn-info:hover {
  background-color: #965fef;
  border: 1px solid #965fef;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.text-right .btn.btn-default {
  color: var(--black);
  padding: 7px;
}

body.hide-sidebar .btn-bottom-toolbar {
  min-width: auto;
}

#wrapper .btn-bottom-toolbar {
  padding: 15px;
  background: transparent;
  width: auto;
  z-index: 5;
  margin: 0 auto;
  right: 45px;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.dashboard .content {
  padding: 30px 30px 0px 40px;
}

.screen-options-area {
  background: var(--white);
  width: calc(100% - 46px);
  height: auto;
  -webkit-box-shadow: none !important;
  border: none !important;
}

.screen-options-btn {
  color: var(--white);
  background: var(--theme-blue);
  /* box-shadow: 0 1px 0 #9480dd; */
  /* border-bottom-left-radius: 0px !important;
      border-bottom-right-radius: 0px !important; */
}

body.dashboard div[data-container="top-12"] {
  margin-top: 0 !important;
}

#top_search ul.dropdown-menu {
  border-color: transparent !important;
  box-shadow: unset;
  width: 100%;
}

.alert-info,
.fadeInRight.alert.alert-info {
  color: #004085;
  background-color: #cce5ff;
  border-color: transparent;
}

.alert-warning,
.fadeInRight.alert.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-secondary,
.fadeInRight.alert.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.fadeInRight.alert.alert-success {
  color: #155724;
  background-color: #a4e4b4;
  border-color: #c3e6cb;
}

#side-menu > li.pinned_project.active > a {
  background: rgba(86, 47, 150, 0.2) !important;
  margin-bottom: 5px;
}

#side-menu > li.pinned_project.active > a:hover {
  background: rgba(86, 47, 150, 0.5) !important;
  margin-bottom: 5px;
}

#side-menu > li.pinned_project > a {
  background: rgba(86, 47, 150, 0.2) !important;
  margin-bottom: 5px;
  color: var(--white);
  border-radius: 20px;
}

#side-menu > li.pinned_project:not(.active) > a:hover {
  background: rgba(86, 47, 150, 0.5) !important;
  margin-bottom: 5px;
  color: var(--white);
  border-radius: 20px;
}

.pinned-separator {
  border-bottom: 2px solid #458eff !important;
  margin: 20px 0px 20px 0px !important;
}

#side-menu.nav > li.pinned_project:last-child {
  border: none;
}

#wrapper .label {
  font-size: 1em;
}

body .label-info {
  border: 1px solid var(--theme-blue);
  color: var(--theme-blue);
}

#wrapper label {
  font-size: 1em;
}

#wrapper small {
  font-size: 12px;
}

.ribbon.info span {
  background: #593c88;
}

.ribbon.info span:after {
  border-right: 3px solid #593c88;
  border-top: 3px solid #593c88;
}

.ribbon.info span:before {
  border-left: 3px solid #593c88;
  border-top: 3px solid #593c88;
}

/* #wrapper th::after {
  position: absolute;
  top: 18px;
  right: 18px;
  color: #9480dd;
} */

#wrapper th {
  background: #f9f9f9;
  color: #3c3939 !important;
  text-wrap: nowrap;
  white-space-collapse: collapse;
}

.dropzone .dz-message {
  color: var(--theme-blue);
}

div.dataTables_wrapper div.dataTables_length select,
.dt-buttons.btn-group .btn,
.input-group-addon {
  color: #848484 !important;
}

.dataTables_length select,
.uneditable-input,
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="file"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select.form-control,
textarea.form-control {
  border: 1px solid var(--border-clr) !important;
}

.dataTables_empty {
  background: url(images/table-no-data.png) center center / auto 161px no-repeat;
  padding: 200px 10px 10px 10px !important;
  text-align: center !important;
  font-weight: 700;
}

.flatadmintheme_initiated table.dataTable thead tr > th,
.table.dataTable > thead:first-child > tr:first-child > th {
  color: #4e75ad;
}

body.flatadmintheme_initiated #wrapper table > thead > tr > th {
  background: #e2e2e2;
}

.panel_s .panel_body p {
  color: red;
}

.onoffswitch-checkbox:checked + .onoffswitch-label {
  background-color: #07cc04;
  border-color: #d6d2d2;
}

.text-muted {
  color: #808080;
}

.text-danger {
  color: #fd5262;
}

.nav-tabs:not(.chat_nav) {
  background: var(--white);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:visited {
  background: var(--white);
  color: #bb90ff;
}

body .pagination > li:last-child > a,
.pagination > li:last-child > span,
body .pagination > li:first-child > a,
.pagination > li:first-child > span,
body .dropdown-menu > li:first-child > a,
body .dropdown-menu > li:last-child > a,
#wrapper .input-group-addon,
body .xdsoft_datetimepicker,
body .dropdown-menu,
#wrapper .label,
#wrapper .dropdown-menu.open,
#wrapper ul.dropdown-menu {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}

.dropdown-menu > .active > a:hover {
  background: var(--theme-blue);
}

.dropdown.sidebar-user-profile {
  padding: 10px 10px 10px 0;
}

a.dropdown-toggle.profile {
  background: white;
  border-left: 1px solid #eee;
  padding-left: 20px;
  box-shadow: unset;
}

.custom_header_navbar {
  gap: 20px;
}

.staff-profile-image-small {
  height: 50px;
  width: 50px;
  min-height: 50px;
  min-width: 50px;
  max-width: 50px;
  max-height: 50px;
  border-radius: 50%;
  aspect-ratio: 1/1;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  color: #3b82f6;
}

.horizontal-tabs {
  background-color: #ffffff;
}

.horizontal-tabs .nav-tabs-horizontal > li.active > a,
.horizontal-tabs .nav-tabs-horizontal > li.active > a:focus,
.horizontal-tabs .nav-tabs-horizontal > li.active > a:hover,
.horizontal-tabs .nav-tabs-horizontal > li > a:focus,
.horizontal-tabs .nav-tabs-horizontal > li > a:hover {
  color: var(--white);
  background: linear-gradient(90deg, #2b7fff 0%, #155dfc 100%);
  border: none;
  border-radius: 11px !important;
}

.horizontal-tabs .nav-tabs-horizontal > li > a {
  margin-right: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

#wrapper .btn,
#wrapper textarea,
#wrapper input,
#wrapper div.label,
#wrapper .bootstrap-select .dropdown-menu li,
#wrapper select {
  padding-right: 15px;
}

#wrapper .btn-bottom-toolbar .btn-info {
  border-radius: 50px;
  -webkit-box-shadow: 0 2px 30px 2px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.2) !important;
}

#wrapper .btn-bottom-toolbar .btn-info:hover {
  -webkit-box-shadow: 0 2px 30px 2px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1) !important;
}

.btn-info {
  background-color: var(--theme-blue);
}

.btn-info:focus,
.btn-info.focus,
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info,
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-color: var(--theme-blue);
  color: var(--white);
  border: 1px solid var(--theme-blue);
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: var(--theme-blue);
  color: var(--white);
  border-color: var(--theme-blue);
}

.btn-info {
  border-color: var(--theme-blue);
}

.btn-success {
  background-color: #07cc04;
}

.success-bg {
  background: #07cc04 !important;
  color: #fff !important;
  border: 1px solid #07cc04 !important;
}

.btn-success:focus,
.btn-success.focus,
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success,
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-color: #00a200;
  color: var(--white);
  border-color: #00a200;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #41ff3d;
  color: var(--white);
  border-color: #41ff3d;
}

.btn-success {
  border-color: #07cc04;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0.8;
}

#top_search {
  margin-right: 17px;
}

#top_search input:active,
#top_search input:focus,
#top_search input:hover {
  color: #232121;
  background: rgba(199, 198, 198, 0.1);
}

.admin #side-menu,
.admin #setup-menu {
  /* overflow-y: scroll; */
  background: var(--bg);
  /* height: 100vh;
      max-height: 100vh;
      padding: 74px 12px 0 12px; */
  padding: 0 12px;
}

.admin #setup-menu {
  min-height: calc(100vh - 74px);
}

#setup-menu li:first-child {
  border-bottom: 0px;
}

.projects .dropdown-menu.open {
  -webkit-border-top-left-radius: 9px;
  border-top-left-radius: 9px;
  -webkit-border-top-right-radius: 9px;
  border-top-right-radius: 9px;
  border: 0px;
}

.bg-warning {
  background-color: #fb5100;
}

#side-menu .arrow {
  font-size: 16px;
  color: #a87eea;
  padding: 0;
}

.panel-full {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  margin-top: 1px;
  width: calc(100% - -23px);
  padding-left: 25px;
}

.panel-body.bottom-transaction {
  background: #f9f9f9;
}

.nav-tabs {
  border: 0;
}

.horizontal-scrollable-tabs .scroller {
  border: 0;
  height: 40px;
  width: 40px;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  aspect-ratio: 1/1;
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
}

.horizontal-scrollable-tabs .scroller i {
  font-size: 20px !important;
}

.horizontal-scrollable-tabs .arrow-right {
  margin-left: 8px;
}

.horizontal-scrollable-tabs .arrow-left {
  margin-right: 8px;
}

.bootstrap-select li.selected.active a {
  background: var(--theme-blue);
}

.bootstrap-select .dropdown-menu li.active small {
  color: #333 !important;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: #f9f9f9;
}

.table.items .main {
  background-color: #fbfbfb;
}

.bootstrap-select .dropdown-menu > li:first-child > a {
  background: #f9f9f9;
  color: #333;
}

.bootstrap-select .status {
  background: #f9f9f9;
}

#side-menu li.active,
#setup-menu li.active,
li .nav-second-level li {
  background: transparent !important;
}

.inner.open {
  width: auto;
}

.admin #side-menu li .nav-second-level li,
.admin #setup-menu li .nav-second-level li {
  margin-bottom: 4px !important;
}

.admin #side-menu li a,
.admin #setup-menu li a {
  color: var(--black);
  text-transform: unset;
}

#side-menu li.dashboard_user {
  color: var(--theme-blue);
  margin-top: 10px;
  font-style: italic;
}

#side-menu li.menu-item-dashboard {
  margin-top: 20px;
}

#side-menu li .nav-second-level a:hover {
  background-color: transparent;
}

#side-menu li .nav-second-level li:not(.active) a:hover {
  color: var(--theme-blue);
}

#setup-menu li > a.active,
#setup-menu li > a:active,
#setup-menu li > a:focus,
#setup-menu li > a:hover {
  background: var(--selected) !important;
  border-radius: 8px;
}

li.menu-item-finance.active .fa {
  color: var(--theme-blue) !important;
}

.info-bg {
  background: var(--theme-blue) !important;
  color: #fff !important;
  border: 1px solid var(--theme-blue) !important;
}

#side-menu.nav > li:not(.active) > a:hover {
  background-color: var(--selected);
  color: #fff !important;
  border-radius: 8px;
}

.admin #setup-menu li.active > a,
#side-menu.nav > li > a:focus,
#setup-menu > li > a:focus {
  border-radius: 8px;
  color: var(--white) !important;
  background-color: var(--selected) !important;
  border: none;
}

span.sub-menu-text {
  font-family: var(--font);
  color: #5f6465;
  font-weight: 600;
}

.sidebar > ul.nav > li.active a:first-child,
.sidebar > ul.nav > li:hover a:first-child {
  color: #212528;
  background-color: var(--selected);
  border: solid var(--selected) 1px;
}

.sidebar li a span.sub-menu-text {
  font-weight: 500;
  font-size: 15px;
  color: #14181f;
}

.sidebar > ul.nav li .menu-text {
  font-weight: 500;
  font-size: 15px;
  color: var(--black);
}

.sidebar > ul.nav li:hover .menu-text {
  color: #14181f;
}

#side-menu li.active > a {
  border-radius: var(--radius5) !important;
  border: none;
  background-color: var(--selected) !important;
}

#side-menu li.active > a .menu-text {
  color: #14181f;
}

#setup-menu-wrapper span.sub-menu-text:before {
  background: none !important;
}

#setup-menu-wrapper .nav-second-level .active {
  font-weight: 600;
}

/* #setup-menu-wrapper {
      overflow: hidden !important;
      box-shadow: none !important;
  } */

#setup-menu .arrow,
#side-menu .arrow {
  color: var(--theme-blue);
  rotate: -180deg;
  transition: 0.5s ease-in-out;
}

#side-menu li.quick-links {
  padding-left: 12% !important;
  top: 12px !important;
}

.admin #side-menu li .nav-second-level li.active a::after,
.admin #setup-menu li .nav-second-level li.active a::after {
  background: var(--theme-blue);
}

#setup-menu li .nav-second-level li a.active,
#setup-menu li .nav-second-level li a:hover {
  background-color: transparent;
  color: var(--white);
}

#setup-menu > li.menu-item-leads.active > ul > li > a {
  background: transparent !important;
}

.lead-print-btn {
  color: var(--white) !important;
}

div#lead-modal,
div#newEventModal,
div#newsfeed {
  z-index: 99999;
}

.btn {
  border-radius: var(--radius5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  padding: 6px 10px;
}

.admin #side-menu li .nav-second-level li a,
#setup-menu li .nav-second-level li a {
  color: #080000;
}

.panel_s > .panel-heading {
  font-weight: 500;
  background: var(--white);
  margin-bottom: 12px;
}

#wrapper .p8-half {
  padding: 7.5px;
}

#header {
  background: var(--white);
  opacity: 1;
  -webkit-transition: all 0.1s ease 5s;
  transition: all 0.1s ease-in-out 5s;
  position: sticky;
  /* position: fixed; */
  height: unset;
  z-index: 1199;
  top: 0;
}

.navbar-nav.navbar-right {
  margin-right: 56px;
}

#header .timer i.fa.fa-clock-o:before {
  color: red;
}

#header .timer a:hover > i.fa.fa-clock-o:before {
  color: white;
}

.admin .navbar-nav > li > a,
ul.mobile-icon-menu > li > a,
.mobile-menu-toggle,
.open-customizer-mobile {
  color: var(--black);
}

.customer-profile-tabs {
  margin-top: -15px;
}

.hr-panel-heading {
  margin-left: -5px;
  margin-right: -5px;
}

#side-menu li.quick-links .open > .dropdown-menu {
  margin-left: 19px;
}

#side-menu li.quick-links .dropdown-menu:before {
  border-bottom-color: #28b8da;
}

.navbar-nav > li > .dropdown-menu.notifications {
  margin-top: 1px;
}

#wrapper .input-group-addon,
.input-group {
  background: var(--white);
  border-color: var(--border-clr);
}

.fa.fa-calendar {
  color: var(--theme-blue);
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker
  .xdsoft_timepicker
  .xdsoft_time_box
  > div
  > div.xdsoft_current {
  background: var(--theme-blue);
}

#top_search input {
  color: var(--black);
  border: 1px solid var(--border-clr) !important;
  border-radius: var(--radius5) !important;
  background-color: var(--white) !important;
}

.hide-menu {
  color: var(--black);
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  border: none !important;
}

.admin #side-menu li .nav-second-level li.active a .sub-menu-text:before {
  display: none;
}

.btn.btn-default {
  border: 1px solid #cbd5e1 !important;
  background-color: var(--white);
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .dropdown-toggle.btn-default {
  color: #1d4ed8;
  background-color: #f9f9f9;
  border: none;
  box-shadow: unset !important;
}

#wrapper .btn.btn-default i::before {
  color: var(--black);
}

.modal-header p {
  color: var(--white);
}

.modal-header {
  background: #1d4ed8;
  background: linear-gradient(to right, #1d4ed8 0, #2563eb 37%, #3b82f6 100%);
}

.modal-header .modal-title {
  color: var(--white);
}

.modal.fade.in {
  background: #000000ad;
}

.modal-header,
.modal-content,
.modal-footer {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}

.modal-footer {
  display: flex;
  justify-content: flex-end;
  display: flex;
  justify-content: flex-end;
}

.modal-header .close {
  color: var(--white);
}

.modal-dialog button.close[data-dismiss="modal"] span {
  position: absolute;
  right: 27px;
  top: 19px;
  font-size: 19px;
}

.user-data .home-activity .nav-tabs > li > a {
  display: flex;
  gap: 8px;
  margin-right: 6px;
}

.fc .fc-button-primary:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
  box-shadow: unset;
}

.widget-dragger {
  left: -25px !important;
  content: url(./images/icons/icon_dragdrop.svg);
  width: 21px;
  height: auto;
}

.panel_s {
  border: none !important;
  box-shadow: none !important;
}

.panel_s .panel-body {
  -webkit-box-shadow: 0px 0px 2px -1px #0000001a, 0px 1px 3px 0px #0000001a !important;
  box-shadow: none !important;
  border: 1px solid #e2e8f0;
  background: var(--white);
  border-radius: 14px;
  /* padding: 20px; */
  /* overflow: hidden; */
}

.panel_s:has(.panel-footer) .panel-footer {
  background: white;
  border-top: 0px;
}

.panel-table-full .dataTables_wrapper .table-responsive {
  margin: 0;
  border-bottom: none !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: none;
}

.user-data .home-activity .nav-tabs > li.active > a,
.user-data .home-activity .nav-tabs > li.active > a:focus,
.user-data .home-activity .nav-tabs > li.active > a:hover,
.user-data .home-activity .nav-tabs > li > a:focus,
.user-data .home-activity .nav-tabs > li > a:hover {
  color: var(--white) !important;
  background: var(--white);
  border: none;
  outline: 1px solid var(--border-clr) !important;
  border-radius: var(--radius5);
}

.horizontal-tabs .nav-tabs-horizontal > li.active > a,
.horizontal-tabs .nav-tabs-horizontal > li.active > a:focus,
.horizontal-tabs .nav-tabs-horizontal > li.active > a:hover,
.horizontal-tabs .nav-tabs-horizontal > li > a:focus,
.horizontal-tabs .nav-tabs-horizontal > li > a:hover {
  background: linear-gradient(90deg, #2b7fff 0%, #155dfc 100%) !important;
  border: none !important;
  border-radius: 11px !important;
}

.user-data .home-activity .nav-tabs > li.active > a,
.user-data .home-activity .nav-tabs > li > a:hover,
.user-data .home-activity .nav-tabs > li.active > a:hover,
.horizontal-tabs .nav-tabs-horizontal > li.active > a,
.horizontal-tabs .nav-tabs-horizontal > li > a:hover {
  color: var(--white) !important;
  cursor: pointer;
}

.user-data .home-activity .nav-tabs > li.active > a svg path,
.user-data .home-activity .nav-tabs > li > a:hover svg path {
  stroke: white;
}

.nav-tabs > li.active > a i.menu-icon,
.nav-tabs > li.active > a:focus i.menu-icon,
.nav-tabs > li.active > a:hover i.menu-icon,
.nav-tabs > li > a:hover i.menu-icon {
  /* color: var(--theme-blue) !important; */
  /* color: var(--black) !important; */
  color: var(--white) !important;
}

.horizontal-scrollable-tabs .horizontal-tabs .nav-tabs-horizontal {
  padding: 6px 15px;
  background: var(--white) !important;
}

.panel-full-width-tabs .nav li a {
  background: var(--white);
  border-radius: var(--radius5);
}

.notification-box-all.unread,
.notification-box.unread {
  background: var(--white);
  padding: 10px 0px 10px 20px;
  border-bottom: 1px solid #f9f9f9;
}

.notifications .not_mark_all_as_read {
  background: #5e42c5;
  border-bottom: 1px solid #ede8ff;
}

.notifications .not_mark_all_as_read > a {
  color: var(--white);
}

.notifications .not_mark_all_as_read > a:hover {
  color: #dcd2ff;
}

ul.dropdown-menu.notifications.animated.fadeIn.width400 {
  border: none !important;
}

::-webkit-scrollbar {
  width: 2px !important;
  height: 10px !important;
}

::-webkit-scrollbar-thumb {
  background-color: #dddddd;
}

::-webkit-scrollbar-track {
  background-color: var(--white);
}

.kan-ban-content {
  background: #f9f9f9;
}

.has-error .form-control:focus,
.has-error .form-control {
  border-color: #fb0502 !important;
  box-shadow: unset !important;
}

.profile .text-muted {
  color: var(--black) !important;
}

.profile .total-column .panel-body,
.staff.member .total-column .panel-body {
  background: var(--white) !important;
}

.profile .panel_s {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.todo-title {
  border-top-left-radius: var(--radius5);
  border-top-right-radius: var(--radius5);
}

.fn-gantt .leftPanel .name,
.fn-gantt .navigate .nav-link {
  background: var(--theme-blue) !important;
  color: var(--white) !important;
  font-size: 10px;
  padding: 0px;
}

#menu ul li a span.sub-menu-text,
#setup-menu span.sub-menu-text {
  font-size: 14px;
}

#wrapper .top_stats_wrapper {
  padding: 12px 20px;
  border-radius: var(--radius5);
  border: 1px solid #cbd5e1 !important;
  -webkit-box-shadow: 0 2px 30px 2px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 2px 30px 2px #e4f1ff9e !important;
}

#setup-menu-wrapper {
  -webkit-box-shadow: 0px 3px 3px 0px #cac7c7;
  box-shadow: 0px 3px 3px 0px #cac7c7;
}

.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-radial-gradient(
    rgba(0, 0, 0, 0.2) 0,
    rgba(0, 0, 0, 0.3) 40%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.5) 60%,
    rgba(255, 255, 255, 0) 70%
  );
  background: -o-radial-gradient(
    rgba(0, 0, 0, 0.2) 0,
    rgba(0, 0, 0, 0.3) 40%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.5) 60%,
    rgba(255, 255, 255, 0) 70%
  );
  background: -moz-radial-gradient(
    rgba(0, 0, 0, 0.2) 0,
    rgba(0, 0, 0, 0.3) 40%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.5) 60%,
    rgba(255, 255, 255, 0) 70%
  );
  background: radial-gradient(
    rgba(0, 0, 0, 0.2) 0,
    rgba(0, 0, 0, 0.3) 40%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.5) 60%,
    rgba(255, 255, 255, 0) 70%
  );
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0) translate(0, 0);
  -moz-transform: scale(0) translate(0, 0);
  -ms-transform: scale(0) translate(0, 0);
  -o-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: -webkit-radial-gradient(
    rgba(255, 255, 255, 0.2) 0,
    rgba(255, 255, 255, 0.3) 40%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0.5) 60%,
    rgba(255, 255, 255, 0) 70%
  );
  background: -o-radial-gradient(
    rgba(255, 255, 255, 0.2) 0,
    rgba(255, 255, 255, 0.3) 40%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0.5) 60%,
    rgba(255, 255, 255, 0) 70%
  );
  background: -moz-radial-gradient(
    rgba(255, 255, 255, 0.2) 0,
    rgba(255, 255, 255, 0.3) 40%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0.5) 60%,
    rgba(255, 255, 255, 0) 70%
  );
  background: radial-gradient(
    rgba(255, 255, 255, 0.2) 0,
    rgba(255, 255, 255, 0.3) 40%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0.5) 60%,
    rgba(255, 255, 255, 0) 70%
  );
}

.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(
    circle,
    #fff 100%,
    var(--black) 100%
  );
}

.waves-button,
.waves-button-input,
.waves-button:hover,
.waves-button:visited {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: 0;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}

.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}

.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper.waves-button {
  padding: 0;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}

.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.waves-float:active {
  -webkit-box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
  display: block;
}

.nanobar {
  width: 100%;
  height: 0px;
  z-index: 100;
  top: 0;
  background: var(--white);
}

.bar {
  width: 0;
  height: 100%;
  transition: height 0.3s;
  background: var(--theme-blue);
  height: 4px;
}

#wrapper #group_by_tasks_wrapper span {
  left: -96px !important;
}

input[type="radio"]:checked + label:after,
input[type="checkbox"]:checked + label:after,
.radio-primary input[type="radio"] + label::after {
  background: var(--theme-blue) !important;
  color: #033450;
}

.dataTables_length select {
  /* padding-top: 8px !important; */
}

input[type="checkbox"]:checked + label:after {
  width: 18px;
  height: 18px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: var(--white);
}

input[type="radio"]:checked + label::before {
  border-color: var(--theme-blue) !important;
}

.input-group-addon .checkbox label::after {
  padding: 3px;
}

tr th:first-child input[type="checkbox"]:checked + label:after {
  background: var(--white) !important;
  color: var(--theme-blue);
}

.dt-loader:not(:required) {
  background: var(--theme-blue);
  height: 13px;
  width: 13px;
  -webkit-border-radius: 30%;
  border-radius: 30%;
  -webkit-animation: loader 1s 150ms infinite ease-out;
  animation: loader 1s 150ms infinite ease-out;
}

.dt-loader:not(:required):after,
.dt-loader:not(:required):before {
  background: var(--theme-blue);
  height: 13px;
  width: 13px;
  -webkit-border-radius: 30%;
  border-radius: 30%;
}

.widget-dragger .quick-stats-invoices {
  margin-bottom: 32px;
}

body .modal-backdrop.fade.in {
  z-index: -1 !important;
}

body .modal.fade.in {
  background: #333;
  opacity: 1;
  background: -webkit-linear-gradient(to right, #bfdcff62, #bfdcff46);
  background: transparent;
  backdrop-filter: blur(2px);
  z-index: 99999;
}

.modal-header .close:active,
.modal-header .close:hover {
  color: var(--white);
}

body.viewinvoice #wrapper,
body.viewproposal #wrapper,
body.viewestimate #wrapper {
  margin-left: 0px !important;
}

#invoice_top_info .panel-body {
  background: var(--white);
}

@-webkit-keyframes loader {
  0% {
    background: var(--theme-blue);
  }

  10% {
    background: #c5c5c5;
  }

  40% {
    background: var(--theme-blue);
  }
}

@keyframes loader {
  0% {
    background: var(--theme-blue);
  }

  10% {
    background: #c5c5c5;
  }

  40% {
    background: var(--theme-blue);
  }
}

@media (max-width: 768px) {
  body ul.mobile-icon-menu .dropdown-menu.started-timers-top {
    right: -58px;
    left: auto;
  }

  body ul.mobile-icon-menu .dropdown-menu {
    right: -25px;
    left: auto;
    margin-top: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  body ul.search-results {
    border-radius: 0;
  }

  #top_search_dropdown {
    width: 320px;
    border-radius: 0;
  }

  #top_search input:active,
  #top_search input:focus,
  #top_search input:hover {
    background: #f2f2f2;
  }

  #top_search_button i:before {
    color: #dedede;
  }

  #top_search input {
    color: var(--black);
    background: #f6f6f6;
  }

  .content {
    padding: 15px 15px 15px 15px;
  }

  #menu,
  #setup-menu-wrapper {
    left: 0;
  }

  ul.mobile-icon-menu > li:last-child {
    border: none;
  }

  ul.mobile-icon-menu > li {
    border: none;
    position: relative;
  }
}

/* RTL CSS Support */
body.rtl.page-small:not(.show-sidebar):not(.hide-sidebar) #wrapper,
body.rtl.page-small:not(.show-sidebar):not(.hide-sidebar) #header {
  right: 0;
  width: auto;
}

body.rtl .fa-balance-scale:before {
  margin-right: -5px;
}

body.rtl #wrapper {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

body.rtl #top_search {
  margin-right: 0px;
}

body.rtl .screen-options-area {
  margin-top: 18px;
  margin-left: auto;
  width: calc(100% - 46px);
  height: 100%;
  margin-right: 25px;
}

body.rtl.hide-sidebar:not(.show-sidebar) #menu {
  right: 0;
}

body.rtl.hide-sidebar:not(.show-sidebar) #wrapper {
  margin-left: 0;
}

body.rtl.hide-sidebar #header {
  left: 0px;
  width: 100%;
}

body.rtl.dashboard #wrapper,
body.rtl.dashboard.show-sidebar.page-small #wrapper {
  margin: 0 210px 0 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

body.rtl.page-small #menu {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin-right: -210px;
}

body.rtl.page-small:not(.show-sidebar):not(.hide-sidebar) {
  margin: 0 0 0 0px;
}

body.rtl.page-small #wrapper {
  margin-left: -1px;
}

body.rtl.page-small.show-sidebar #menu {
  margin-right: 0;
}

body.rtl.page-small.show-sidebar #wrapper {
  margin-left: 0px;
}

body.rtl #menu,
body.rtl #setup-menu-wrapper {
  position: fixed;
  top: 0;
  left: auto;
  height: 100vh;
}

body.rtl #header {
  position: relative;
  left: -211px;
  width: calc(100% - 212px);
  box-shadow: none !important;
}

body.rtl #wrapper .btn-bottom-toolbar {
  -webkit-box-shadow: 0 2px 30px 2px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 2px 30px 2px rgba(0, 0, 0, 0.1) !important;
  padding: 15px;
  background: var(--white);
  width: auto;
  z-index: 5;
  margin: 0 auto;
  border-top: 1px solid #ededed;
  left: 45px;
  right: auto;
}

button.btn-tr.btn.btn-info.invoice-form-submit.transaction-submit.waves-effect.waves-effect.waves-light.waves-ripple,
button.btn.btn-info.dropdown-toggle.waves-effect.waves-effect.waves-light.waves-ripple {
  border-radius: 0px !important;
}

body.app.admin.clients.user-id-1.safari.mobile.page-small.show-sidebar
  #wrapper {
  display: none !important;
}

.top_search .top_search_button {
  position: absolute;
  left: 5px;
  top: 3px;
}

@media (min-width: 768px) {
  body.rtl .navbar-right .dropdown-menu {
    left: -1px;
    right: auto;
  }

  li#top_search_button {
    width: 42px;
    height: 42px;
    border: none;
    position: relative;
    z-index: 2;
    top: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 30px;
  }

  #top_search_button button {
    padding-left: 11px;
    bottom: 12px;
  }

  #top_search_button i.fa.fa-remove {
    color: var(--theme-blue);
    padding-left: 2px;
  }
}

@media (max-width: 768px) {
  body.rtl .dropdown i.fa-gavel {
    position: relative;
    left: -138px;
  }

  body.rtl.show-sidebar #header {
    left: 0;
    width: 100%;
    right: 211px;
  }

  body.rtl.page-small.show-sidebar #wrapper {
    margin-left: 0px;
    left: 0;
    margin-right: 220px !important;
  }

  body.rtl #menu,
  body.rtl #setup-menu-wrapper {
    right: 0px;
    overflow: auto;
  }
}

@media (max-width: 735px) {
  .dashboard .content {
    padding: 30px 16px 0px 16px;
  }

  .screen-options-btn {
    left: 16px;
  }

  body.hide-sidebar .screen-options-area,
  body.rtl.hide-sidebar .screen-options-area {
    width: 86.2vw !important;
  }

  body.rtl.hide-sidebar .screen-options-area {
    width: 86.2vw !important;
  }

  html body.rtl #header {
    width: 100%;
    left: 0;
    right: 200px;
  }

  body.rtl.page-small.hide-sidebar #header {
    width: 100%;
    right: 0;
  }

  body.rtl.show-sidebar,
  body.rtl.show-sidebar #wrapper,
  html + body.rtl.show-sidebar {
    overflow-x: hidden;
    left: 0;
  }

  body.rtl.page-small.show-sidebar #wrapper {
    margin-right: 201px !important;
  }

  body.show-sidebar #wrapper {
    overflow-y: initial;
  }

  body #wrapper #project_file_data #project-file-discussion .profile-picture,
  body #wrapper #project_file_data #project-file-discussion .name,
  body #wrapper #project_file_data #project-file-discussion .content {
    color: #333 !important;
  }

  body #wrapper #project-file-discussion ul.navigation {
    background: #fff !important;
  }

  body #project-file-discussion .comment-wrapper,
  body #wrapper #project-file-discussion #comment-list,
  body #wrapper #project-file-discussion .child-comments,
  body #wrapper #project-file-discussion .commenting-field {
    background: #fff !important;
    border-radius: var(--radius5) !important;
  }

  body #project_file_data .project_file_discusssions_area {
    height: auto !important;
  }

  body
    #project-file-discussion.jquery-comments
    ul.main
    li.comment
    .wrapper
    .content,
  body #project-file-discussion .action.reply,
  body #project-file-discussion .delete.enabled,
  body #project-file-discussion .update.save,
  body #project-file-discussion .action.edit {
    color: #333 !important;
  }

  body
    .project_file_discusssions_area
    .jquery-comments
    ul.navigation
    li[data-container-name="comments"],
  body
    .project_file_discusssions_area
    .jquery-comments
    ul.navigation
    li[data-container-name="comments"]
    .jquery-comments
    ul.navigation
    li[data-container-name="comments"]:hover {
    color: #312f2f !important;
  }

  body .project_file_discusssions_area .jquery-comments ul.navigation li.active,
  .jquery-comments ul.navigation li:hover {
    color: #1666d0 !important;
  }

  body #project-file-discussion .control-row .send.save {
    background: #fefefe !important;
    color: #333 !important;
    margin-bottom: 11px !important;
    margin-right: 11px !important;
  }

  body #wrapper .project_file_area {
    max-height: 580px !important;
    height: auto !important;
  }
}

.test-icon::before {
  content: url(./images/mug.svg) !important;
  display: block;
  /* height: max-content; */
  /* width: min-content; */
  color: red;
}

.dashboard-icon::before {
  content: url(./images/icons/dashboard.svg) !important;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.saas-icon::before {
  content: url("./images/icons/saas-icon.svg");
  display: inline-block;
  width: 20px;
  height: 20px;
}

.customers-icon::before {
  content: url("./images/icons/customers.svg");
  display: inline-block;
  width: 20px;
  height: 20px;
}

.sales-icon::before {
  content: url("./images/icons/sale-tag-01-stroke-rounded1.svg");
  display: inline-block;
  width: 20px;
  height: 20px;
}

.subscriptions-icon::before {
  content: url("./images/icons/recurring-subscription-icon1.svg");
  display: inline-block;
  width: 20px;
  height: 20px;
}

.expenses-icon::before {
  content: url("./images/icons/invoice-02-stroke-rounded1.svg");
  display: inline-block;
  width: 20px;
  height: 20px;
}

.contracts-icon::before {
  content: url("./images/icons/contracts-stroke-rounded1.svg");
  display: inline-block;
  width: 20px;
  height: 20px;
}

.projects-icon::before {
  content: url("./images/icons/note-done-stroke-rounded1.svg");
  display: inline-block;
  width: 20px;
  height: 20px;
}

.tasks-icon::before {
  content: url("./images/icons/checkmark-square-04-stroke-rounded1.svg");
  display: inline-block;
  width: 20px;
  height: 20px;
}

.support-icon::before {
  content: url("./images/icons/customer-support-stroke-rounded1.svg");
  display: inline-block;
  width: 20px;
  height: 20px;
}

.leads-icon::before {
  content: url("./images/icons/time-management-circle-stroke-rounded1.svg");
  display: inline-block;
  width: 20px;
  height: 20px;
}

.estimate-request-icon::before {
  content: url("./images/icons/user-question-01-stroke-rounded1.svg ");
  display: inline-block;
  width: 20px;
  height: 20px;
}

.knowledge-base-icon::before {
  content: url("./images/icons/library-stroke-rounded1.svg");
  display: inline-block;
  width: 20px;
  height: 20px;
}

.utilities-icon::before {
  content: url("./images/icons/settings-04-stroke-rounded1.svg");
  display: inline-block;
  width: 20px;
  height: 20px;
}

.reports-icon::before {
  content: url("./images/icons/analysis-text-link-stroke-rounded1.svg");
  display: inline-block;
  width: 20px;
  height: 20px;
}

.setup-icon::before {
  content: url("./images/icons/setup-02-stroke-rounded1.svg");
  display: inline-block;
  width: 20px;
  height: 20px;
}

/* ///////////////// new icons ///////////////////// */
.icon_dashboard::before {
  content: url(./images/icons/icon_dashboard.svg);
}

.icon_saas::before {
  content: url(./images/icons/icon_saas.svg);
}

.icon_customers::before {
  content: url(./images/icons/icon_customers.svg);
}

.icon_sales::before {
  content: url(./images/icons/icon_sales.svg);
}

.icon_subscriptions::before {
  content: url(./images/icons/icon_subscriptions.svg);
}

.icon_expenses::before {
  content: url(./images/icons/icon_expenses.svg);
}

.icon_contracts::before {
  content: url(./images/icons/icon_contracts.svg);
}

.icon_projects::before {
  content: url(./images/icons/icon_projects.svg);
}

.icon_tasks::before {
  content: url(./images/icons/icon_tasks.svg);
}

.icon_support::before {
  content: url(./images/icons/icon_support.svg);
}

.icon_leads::before {
  content: url(./images/icons/icon_leads.svg);
}

.icon_estimate::before {
  content: url(./images/icons/icon_estimate.svg);
}

.icon_knowledge::before {
  content: url(./images/icons/icon_knowledge.svg);
}

.icon_utilities::before {
  content: url(./images/icons/icon_utilities.svg);
}

.icon_reports::before {
  content: url(./images/icons/icon_reports.svg);
}

.icon_setup::before {
  content: url(./images/icons/icon_setup.svg);
}

.gen_saas::before {
  content: url(./images/icons/gen_saas.svg);
}

.gen_general::before {
  content: url(./images/icons/gen_general.svg);
}

.gen_company::before {
  content: url(./images/icons/gen_company.svg);
}

.gen_localization::before {
  content: url(./images/icons/gen_localization.svg);
}

.gen_email::before {
  content: url(./images/icons/gen_email.svg);
}

.gen_sys_update::before {
  content: url(./images/icons/gen_sys_update.svg);
}

.gen_sys_server::before {
  content: url(./images/icons/gen_sys_server.svg);
}

.gen_general::before {
  content: url(./images/icons/gen_general.svg);
}

.fin_invoices::before {
  content: url(./images/icons/fin_invoices.svg);
}

.fin_purchase::before {
  content: url(./images/icons/fin_purchase.svg);
}

.fin_delivery::before {
  content: url(./images/icons/fin_delivery.svg);
}

.fin_credit::before {
  content: url(./images/icons/fin_credit.svg);
}

.fin_subscriptions::before {
  content: url(./images/icons/fin_subscriptions.svg);
}

.fin_payment::before {
  content: url(./images/icons/fin_payment.svg);
}

.con_customers::before {
  content: url(./images/icons/con_customers.svg);
}

.con_support::before {
  content: url(./images/icons/con_support.svg);
}

.con_leads::before {
  content: url(./images/icons/con_leads.svg);
}

.oth_calender::before {
  content: url(./images/icons/oth_calender.svg);
}

.oth_pdf::before {
  content: url(./images/icons/oth_pdf.svg);
}

.oth_tags::before {
  content: url(./images/icons/oth_tags.svg);
}

.oth_sms::before {
  content: url(./images/icons/oth_sms.svg);
}

.icon_openai::before {
  content: url(./images/icons/icon_openai.svg);
}

.icon_google::before {
  content: url(./images/icons/icon_google.svg);
}

.icon_cron::before {
  content: url(./images/icons/icon_cron.svg);
}

.icon_misc::before {
  content: url(./images/icons/icon_misc.svg);
}

/* //////// header ///////////////// */

#header.web_navmenu {
  min-height: 74px !important;
}

#header .header_left {
  max-width: 270px;
  border-right: 1px solid #cbd5e1;
}

@media (min-width: 768px) {
  #header .header_left {
    flex: 1;
  }
}

@media (max-width: 1023.98px) {
  #header .header_left {
    max-width: fit-content;
  }
}

#header .header_right {
  flex: 1;
}

#header .header_right .custom_header_navbar li > a {
  padding: 10px 0;
}

#header .header_left .toggle_button {
  right: -20px;
}

.hide-sidebar button.toggle_button svg {
  transform: rotate(180deg);
  transition: 0.3s ease-in-out;
}

.show-sidebar button.toggle_button svg {
  transition: 0.3s ease-in-out;
}

.header_right .header-notifications .dropdown-menu {
  left: -120px;
}

/* ////////////// aside /////////////// */
.sidebar ul.nav li a,
#setup-menu li a {
  padding: 10px;
}

#setup-menu-wrapper #setup-menu .close-customizer:hover {
  background: transparent;
}

#setup-menu-wrapper {
  border-radius: 8px;
  background: transparent !important;
}

.nav-second-level li:hover {
  color: var(--black);
  background-color: var(--selected) !important;
  border-radius: 8px;
}

.nav-second-level li a {
  position: relative;
  padding: 12px 15px 12px 48px !important;
}

.nav-second-level li a:before {
  content: "";
  height: 100%;
  opacity: 1;
  width: 1px;
  background: #d8dbe4;
  position: absolute;
  left: 20px;
  top: 50%;
  border-radius: 15px;
}

.nav-second-level li a:after {
  content: "";
  background: #d8dbe4;
  position: absolute;
  left: 15px;
  top: 50%;
  height: 10px;
  width: 10px;
  transform: translateY(-50%);
  border-radius: 52px;
  outline: solid var(--white);
}

.nav-second-level li:last-child a:before {
  display: none;
}

.nav-second-level li:first-child {
  margin-top: 4px;
}

.setting_anchor {
  padding: 6px 4px;
}

.setting_anchor:hover,
.setting_anchor.active {
  color: #1f2937;
  background: var(--selected);
  padding: 6px 4px;
  border-radius: var(--radius5);
}

/* /////////////PACKAGES MODULE ///////////////// */
.package_module .wrap {
  max-width: 1500px;
  margin: 0 auto;
}

.package_module .grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-columns: repeat(1, 1fr);
  gap: 22px;
}

div#wrapper {
  /* min-height: calc(100vh - 74px) !important;
    max-height: calc(100vh - 74px) !important; */
  min-height: calc(100dvh - 86px) !important;
  overflow-y: auto;
}

.package_module .grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.package_module .plan__border {
  padding: 8px;
  border-radius: 10px;
  height: fit-content;
}

.package_module .plan--free {
  background: #d5d5d5;
  border: 1px solid #ffffff80;
}

.package_module .plan--lite {
  background: #155dfc;
  border: 1px solid #155dfc;
}

.package_module .plan--premium {
  background: #101624;
  border: 1px solid var(--white);
  position: relative;
  overflow: hidden;
}

.package_module .plan--enterprise {
  background: #155dfc;
  border: 1px solid var(--white);
  position: relative;
  overflow: hidden;
}

.package_module .plan--premium::before,
.package_module .plan--enterprise::before {
  position: absolute;
  content: url(./images/package-bg.svg);
  top: -5px;
  right: -55px;
  transform: rotate(-5deg);
}

.package_module .plan__inner {
  border-radius: 10px;
  background: var(--white);
}

.package_module .plan--premium .plan__inner {
  border: 1px solid #ffffff80;
  background: linear-gradient(
    178.55deg,
    rgba(255, 255, 255, 0.07) 83.87%,
    rgba(245, 245, 245, 0.07) 125.73%
  );
}

.package_module .plan--enterprise .plan__inner {
  border: 1px solid #ffffff80;
  background: #2367fc;
}

.package_module .head {
  display: flex;
  flex-direction: column;
  padding: 0 24px;
}

.package_module .title {
  font-weight: 500;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.package_module .plan--premium .title,
.package_module .plan--enterprise .title {
  color: var(--white);
}

.package_module .price {
  font-weight: 500;
  font-size: 48px;
}

.package_module .plan--premium .price {
  color: var(--white);
}

.package_module .plan--enterprise .price {
  color: var(--white);
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
}

.package_module .head-wrap {
  flex-wrap: wrap;
  align-items: center;
}

.package_module .head-wrap small {
  color: #868c98;
  font-weight: 500;
  font-size: 17px !important;
}

.package_module .plan--premium .price small,
.package_module .plan--premium .sub,
.package_module .plan--enterprise .sub {
  color: var(--white);
}

.package_module .sub {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #868c98;
}

.package_module .cta {
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  padding: 16px 0;
  margin-bottom: 32px;
  border: 1px solid;
  cursor: pointer;
  transition: transform 0.08s ease, box-shadow 0.2s ease, background 0.2s ease;
  color: var(--white);
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}

.package_module .cta:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
  transform: translateY(-1px);
}

.package_module .plan--free .cta {
  background: #252525;
  border-color: #252525;
}

.package_module .plan--lite .cta {
  background: #155dfc;
  border-color: #155dfc;
}

.package_module .plan--premium .cta,
.package_module .plan--enterprise .cta {
  background: var(--white);
  border-color: var(--white);
  color: var(--black);
}

.package_module .pill {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 5px 10px;
  border: 1px dotted;
}

.package_module .plan--free .pill,
.package_module .plan--lite .pill {
  color: #155dfc;
  border-color: #cfd6ea;
}

.package_module .plan--premium .pill {
  color: var(--white);
  border-color: var(--white);
}

.package_module .plan--enterprise .pill {
  color: var(--white);
  border-color: var(--white);
  background: #155dfc;
}

.package_module .line1,
.package_module .line2 {
  flex: 1;
  height: 2px;
  position: relative;
}

.package_module .line1 {
  right: 10px;
}

.package_module .plan--free .line1,
.package_module .plan--lite .line1 {
  background: linear-gradient(to left, #3875fc, transparent 90%);
}

.package_module .plan--premium .line1,
.package_module .plan--enterprise .line1 {
  background: linear-gradient(to left, #fff, transparent 90%);
}

.package_module .line2 {
  left: 10px;
}

.package_module .plan--free .line2,
.package_module .plan--lite .line2 {
  background: linear-gradient(to right, #3875fc, transparent 90%);
}

.package_module .plan--premium .line2,
.package_module .plan--enterprise .line2 {
  background: linear-gradient(to right, #fff, transparent 90%);
}

.package_module .line1::after,
.package_module .line2::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.package_module .plan--free .line1::after,
.package_module .plan--lite .line1::after,
.package_module .plan--free .line2::after,
.package_module .plan--lite .line2::after {
  background: #3875fc;
}

.package_module .plan--premium .line1::after,
.package_module .plan--enterprise .line1::after,
.package_module .plan--premium .line2::after,
.package_module .plan--enterprise .line2::after {
  background: var(--white);
}

.package_module .line1::after {
  right: 0;
}

.package_module .line2::after {
  left: 0;
}

.package_module .features {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 24px;
  margin: 12px 0;
  overflow-y: auto;
  max-height: 400px;
}

.package_module .fi {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: center;
  font-size: 13px;
}

.package_module .dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.package_module .dot::before {
  content: "✓";
  font-size: 10px;
  font-weight: bold;
  color: var(--white);
}

.package_module .plan--premium .dot::before {
  color: var(--black);
}

.package_module .plan--free .dot {
  background: #1f1f1f;
  box-shadow: 0 0 0 6px rgba(21, 93, 252, 0.1);
}

.package_module .plan--lite .dot {
  background: #155dfc;
  box-shadow: 0 0 0 6px rgba(21, 93, 252, 0.1);
}

.package_module .plan--premium .dot {
  background: #dddee0;
  box-shadow: 0 0 0 6px rgba(55, 60, 72, 1);
}

.package_module .plan--enterprise .dot {
  background: #78a0ff;
  box-shadow: 0 0 0 6px rgba(56, 117, 252, 1);
}

.package_module .fea_text {
  font-size: 14px;
  font-weight: 500;
  color: #0a0d14;
}

.package_module .plan--premium .fea_text,
.package_module .plan--enterprise .fea_text {
  color: var(--white);
}

.package_module .fea_text b {
  font-weight: 700;
}

.panel-body .summary-card {
  overflow: visible !important;
}

/* ///////////////////Main Style/////////////////// */
body.customers.chrome {
  background: #ffffff;
}

body.customers .company {
  background: #ffffff;
  border: 1px solid #e2e8f099;
  border-radius: 14px !important;
  box-shadow: 0px 10px 15px -3px #e2e8f080;
  overflow: hidden;
}

.customers .company-header h3 {
  font-size: 18px;
  color: #0f172b;
}

.customers .company-header h3 small {
  font-size: 16px !important;
  line-height: 24px;
  letter-spacing: 0px;
}

.customers .company-header a.dropdown-toggle {
  color: #90a1b9;
}

.customers .company-status {
  border-top: 2px solid #f1f5f9;
}

.customers .create-company {
  border: 2px solid #e2e8f099;
  background: #fff;
  border-radius: 14px !important;
  box-shadow: unset;
}

.customers .create-company .btn-primary {
  background-color: #155dfc;
  border-color: #155dfc;
  border-radius: 8px !important;
  box-shadow: 0px 4px 6px -4px #2b7fff4d;
  box-shadow: 0px 10px 15px -3px #2b7fff4d;
}

.customers .create-company .add-company-btn {
  border: 2px solid #cad5e2;
}

.customers .create-company .add-company-btn .fa-plus {
  color: #90a1b9;
}

.customers .create-company #add-company-trigger h3 {
  max-width: 180px !important;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

/* announcements in customer profile */
.subject_icon,
.date_icon {
  background: var(--iconBg);
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: auto;
  padding: 8px;
}

/* invoice quick-view */
div#invoices-quick-view {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0px 4px 6px -4px #e2e8f080;
  border: 2px solid #e2e8f099;
  box-shadow: 0px 10px 15px -3px #e2e8f080;
}

.quick-view-icon {
  padding: 10px;
  border-radius: 10px;
  background: linear-gradient(135deg, #2b7fff 0%, #4f39f6 100%);
  height: 40px;
  width: 40px;
}

.invoices-stats-unpaid {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  padding: 10px;
}

.invoices-stats-unpaid .progress {
  background: #e2e8f0;
  border-radius: 14px;
  height: 18px;
}

.invoices-stats-paid {
  background: linear-gradient(135deg, #ecfdf5 0%, #d0fae5 100%);
  border: 1px solid #a4f4cf;
  border-radius: 10px;
  padding: 10px;
}

.invoices-stats-paid .progress {
  background: #009966;
  border-radius: 14px;
  height: 18px;
}

.invoices-stats-overdue {
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd4 100%);
  border: 1px solid #ffd6a7;
  border-radius: 10px;
  padding: 10px;
}

.invoices-stats-overdue .progress {
  background: #ffd6a8;
  border-radius: 14px;
  height: 18px;
}

.invoices-stats-partially-paid {
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c6 100%);
  border: 1px solid #fee685;
  border-radius: 10px;
  padding: 10px;
}

.invoices-stats-partially-paid .progress {
  background: #fee685;
  border-radius: 14px;
  height: 18px;
}

canvas#client-home-chart {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}

/* bg success */

.badge-success {
  border: 2px solid #45b36926;
  background: #45b36926;
  color: #45b369;
  font-weight: 500;
  font-size: 12px;
  border-radius: 8px;
  padding: 4px 8px;
  width: max-content;
}

.badge-danger {
  border: 2px solid #ff000026;
  background: #ff000026;
  color: #ff0707;
  font-weight: 500;
  font-size: 12px;
  border-radius: 8px;
  padding: 4px 8px;
  width: max-content;
}

body.customers_login .container {
  padding: 0;
}

a,
p,
div,
button,
span,
label,
input {
  font-family: var(--font);
}

body.customers .forgot_password .container {
  width: 100% !important;
  padding: 0;
  margin: 0;
}

.customers_login {
  margin: 0;
  background-color: #fafafa;
  height: 100vh;
  display: flex;
  padding: 0;
}

.customers_login .login-wrapper {
  display: flex;
  width: 100%;
  height: 100vh;
}

.customers_login .login-left {
  background: linear-gradient(143.81deg, #155dfc 0%, #03097d 97.61%);
}

.customers_login .login-left img {
  max-width: 740px;
  width: 100%;
}

.customers_login .company-logo {
  text-align: center;
  margin-bottom: 20px;
  max-width: 360px;
  padding: 0 20px;
}

.customers_login .login-card {
  width: 100%;
  max-width: 500px;
  padding: 0 20px;
}

.customers_login .login-heading {
  font-weight: 500;
  font-size: 36px;
  color: #111111;
}

.customers_login .login-subheading {
  color: #666666;
  font-weight: 400;
  font-size: 18px;
}

.customers_login > form {
  padding: 0;
}

.customers_login .form-group label {
  font-family: var(--font);
  font-weight: 600;
  font-size: 16px;
  color: #111111;
}

.customers_login .form-group .bootstrap-select {
  padding: 0;
  border-radius: 10px;
  border: unset !important;
}

.customers_login .form-group .dropdown-toggle {
  background: #fff !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  height: 42px;
}

.customers_login .form-group > input {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  padding: 20px;
}

.customers_login .form-group input#email,
.customers_login .form-group input#password {
  border: 1.5px solid #d8d8d8;
  border-radius: 10px;
  padding: 20px;
  background: var(--white);
}

.customers_login .form-group input#password {
  padding-right: 40px;
}

.customers_login .form-group .eye {
  position: absolute;
  top: 10px;
  right: 10px;
}

.customers_login .form-label-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.customers_login .form-control {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 14px;
  background: var(--white);
  padding: 20px;
}

.customers_login .forgot-link {
  font-family: var(--font);
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: #194bc1;
  text-decoration: none;
}

.customers_login .resister-link {
  font-weight: 400;
  font-size: 16px;
  color: #828282;
  text-decoration: none;
}

.customers_login .resister-link > span {
  color: #194bc1;
  font-weight: 600;
}

.customers_login .remember-me {
  font-weight: 500;
  font-size: 16px;
  color: #666666;
}

.customers_login .remember-me > input {
  margin: 0;
  margin-right: 8px;
  accent-color: #194bc1;
  height: 20px;
  width: 20px;
}

.customers_login .btn-submit {
  background: #1d4ec3;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 0;
  color: var(--white);
  border-radius: 10px;
  border: 1px solid var(--white);
  width: 100%;
}

@media (max-width: 992px) {
  .customers_login .login-left {
    display: none;
  }

  .customers_login .login-right {
    flex: 1;
  }
}

body.customers.customers_login nav,
body.customers.register nav,
body.customers:has(#forgot_password) nav {
  display: none;
}

/* jasbinder singh */

/* admin dashboard */

div#dashboard-options {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(269px, 1fr));
  align-items: stretch;
  align-content: center;
}

div#dashboard-options .tw-flex.tw-space-x-4.tw-items-center {
  grid-column: 1/-1;
}

/* saas update grid */
.update-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: stretch;
}

.update-grid .panel-body {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.update-con {
  margin-top: auto;
}

.update-card .title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #101828;
}

.update-card .description {
  font-weight: 400;
  font-size: 14px;
  line-height: 22.75px;
  color: #6a7282;
}

.update-card .version span:first-child {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #99a1af;
}

.update-card .version span:nth-child(2) {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #364153;
}

.gdpr-save:has(.btn-bottom-toolbar) .btn-bottom-toolbar {
  padding: 0 !important;
}

.btn-bottom-toolbar .btn-group.dropup .btn:first-child {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 0 !important;
  padding-right: 8px !important;
}

.btn-bottom-toolbar .btn-group.dropup .btn:nth-child(2) {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 8px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 8px !important;
  padding-left: 0px !important;
  height: 34px !important;
}

.btn-bottom-toolbar .btn-group.dropup {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  display: inline-flex;
  height: 36px;
}

/* tags */

ul.tagit li.tagit-choice {
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.tagit li.tagit-choice .tagit-close {
  right: 0.75rem;
  top: 1.3rem;
}

body.customers:has(.section-heading-verification-required) #announcements {
  display: none;
}

/* customer contracts page */
.contracts-chart {
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  box-shadow: 0px 4px 6px -4px #e2e8f080;
  box-shadow: 0px 10px 15px -3px #e2e8f080;
}

.contracts-sticky-header {
  border: 1px solid #e2e8f0;
  box-shadow: 0px 12px 24px -6px #e2e8f099;
  border-radius: 10px;
}

h4.contract-html-subject {
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0px;
}

button#accept_action {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  box-shadow: 0px 6px 12px -2px #10b98159;
  border: 1px solid #10b981;
}

button#accept_action,
button.contract-html-pdf,
a.go-to-portal,
.btn-proposal {
  border-radius: 12px;
  /* padding: 10px; */
}

.contract-html-content > h3 {
  font-weight: 400;
  font-size: 18px;
  color: #0f172b;
  letter-spacing: 0px;
}

.contract-html-tabs li {
  background: #ffffff;
  box-shadow: 0px 1px 3px 0px #0000001a;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  margin: 0 5px;
}

.contract-html-tabs .nav-tabs {
  border-bottom: 1px solid #e2e8f0;
}

.contract-html-tabs li:not(.active) {
  border: unset;
  box-shadow: unset;
}

.table-proposals-subtotal tr:first-child td {
  border-top: unset !important;
}

.contract-price {
  width: 332;
  height: 90;
  border-radius: 14px;
  border: 1px solid #3b82f633;
  background: linear-gradient(
    135deg,
    rgba(59, 130, 246, 0.08) 0%,
    rgba(99, 102, 241, 0.08) 100%
  );
}

.contract-price h4 {
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0px;
  color: #0a0a0a;
}

.contract-detail {
  background: #fbfcfd;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
  border: 1px solid #eceeef;
}

.contract-detail p {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0px;
  margin-bottom: 0;
  color: #62748e;
}

.nav-tabs > li > a:hover {
  border-bottom-width: 0px !important;
}

/* support tickets page */
a.btn.new-ticket {
  border-radius: 10px;
  background: #155dfc;
}

/* proposals details page */
table.proposal-html-totals td {
  border-top: none !important;
}

/* customer project page */
.projects-summary-head-icon {
  padding: 10px;
  border-radius: 10px;
  display: flex;
  background: linear-gradient(135deg, #2b7fff 0%, #4f39f6 100%);
  height: 40px;
  width: 40px;
}

/* ICONS */

.status-card {
  border-top: 1px solid #e2e8f099;
  border-radius: 14px;
  box-shadow: 0px 10px 15px -3px #e2e8f080;
  background: #ffffff;
}

.projects-summary-icon,
.tickets-summary-icon {
  background: var(--cards-icon-color);
}

.tickets-summary-icon,
.projects-summary-icon {
  padding: 10px;
  border-radius: 10px;
  display: inline-flex;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
}

/* customer dashboard datalist table */
.panel-body:has(.panel-table-full),
.row > .panel-table-full,
.panel-table-full:has(.panel-body) .panel-body,
.panel-table-full:has(.panel_s) .panel_s {
  /* all: unset; */
}

.datalist {
  background: #ffffffcc;
  border: 1px solid #e2e8f099;
  padding: 1.5rem;
  border-radius: 14px;
  box-shadow: 0px 4px 6px -4px #e2e8f080;
  box-shadow: 0px 10px 15px -3px #e2e8f080;
}

.datalist table,
.panel-body table {
  border-radius: 14px;
  border: 1px solid #e2e8f0;
}

#wrapper .datalist th,
#wrapper .panel-body th {
  background: linear-gradient(90deg, #f8fafc 0%, rgba(239, 246, 255, 0.5) 100%);
  border-bottom: 1px solid #e2e8f0 !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
}

#wrapper .datalist th:first-child,
#wrapper .panel-body th:first-child {
  border-radius: 14px 0 0 0;
}

#wrapper .datalist th:last-child,
#wrapper .panel-body th:last-child {
  border-radius: 0 14px 0 0;
}

#wrapper .datalist tr:last-child td:first-child,
#wrapper .panel-body tr:last-child td:first-child {
  border-radius: 0px 0 0 14px;
}

#wrapper .datalist tr:last-child td:last-child,
#wrapper .panel-body tr:last-child td:last-child {
  border-radius: 0 0 14px 0;
}

#wrapper .datalist span.input-group-addon,
#wrapper .panel-body span.input-group-addon {
  border: 1px solid #e2e8f0;
  background: #ffffff !important;
  /* border-right: 1px solid white; */
}

.datalist span.input-group-addon span.fa.fa-search,
.panel-body span.input-group-addon span.fa.fa-search {
  color: #90a1b9;
}

.datalist input.form-control.input-sm,
.panel-body input.form-control.input-sm {
  border-left: unset !important;
  padding-left: 0px;
}

.datalist select,
.panel-body select {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

#wrapper .datalist span.label.project-status-1,
#wrapper .datalist span.label,
#wrapper .datalist span.label.project-status-2,
#wrapper .datalist span.label.project-status-3,
#wrapper .datalist span.label.project-status-4,
#wrapper .datalist span.label.project-status-5 {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 8px !important;
}

/* announcements section */

.panel-body.announcement {
  border: 1px solid #e2e8f099;
  border-top: 6px solid #3c5efb;
}

/* Ram Saini */

/* pagination */
.pagination > .paginate_button.previous a,
.pagination > .paginate_button.next a,
.pagination > .paginate_button a {
  background: #e4f1ff !important;
  border: none !important;
  color: var(--black) !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  padding: 6px 12px !important;
  border-radius: 8px !important;
}

.pagination > .paginate_button.active a {
  background: var(--theme-blue) !important;
  border: none !important;
  color: var(--white) !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  padding: 6px 12px !important;
  border-radius: 8px !important;
}

.col-md-8.dataTables_paging > .dt-page-jump > select {
  display: none !important;
}

/* input-groups */
.input-group-addon:has(.fa-search) {
  border: none !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background: transparent !important;
  padding: 0px 10px !important;
  background-color: #2563eb !important;
  color: white !important;
}

.input-group:has(.input-group-addon > .fa-search) {
  background: var(--white);
  border-radius: 6px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: stretch !important;
  overflow: hidden !important;
  border: 1.5px solid #d8d8d8 !important;
}

input.form-control.input-sm {
  border: none !important;
  border-left: 1.5px solid #d8d8d8 !important;
  box-shadow: none !important;
}

.file_selector::file-selector-button {
  height: 36px !important;
  width: fit-content !important;
  border: 1px solid var(--file-border) !important;
  background: var(--file-bg) !important;
  color: var(--file-color) !important;
  border-radius: 8px !important;
  padding: 0px 20px !important;
  margin-right: 20px !important;
}

button#convertDropdown span {
  color: #1b1b1b;
}

.statusBadge {
  text-transform: capitalize;
  background-color: var(--status-bg);
  color: var(--status-color);
}

.inputField,
.form-control:not(.input-sm, .selectpicker, .bootstrap-select, textarea),
input[type="text"]:not(.fake-autofill-field),
input[type="number"]:not(.fake-autofill-field),
input[type="email"]:not(.fake-autofill-field),
input[type="password"]:not(.fake-autofill-field),
input[type="phone"]:not(.fake-autofill-field),
input[type="date"]:not(.fake-autofill-field),
input[type="time"]:not(.fake-autofill-field),
input[type="month"]:not(.fake-autofill-field),
input[type="week"]:not(.fake-autofill-field),
input[type="datetime-local"]:not(.fake-autofill-field),
input[type="image"]:not(.fake-autofill-field),
input[type="url"]:not(.fake-autofill-field) {
  min-height: 40px !important;
  height: 40px !important;
  max-height: 40px !important;
  width: 100% !important;
  border-radius: 8px !important;
  padding: 8px 12px !important;
  background: #ffffff !important;
  border: 1px solid #cad5e2 !important;
}

textarea.form-control {
  background: #ffffff;
}

.fake-autofill-field {
  display: none;
}

.colorpicker-input .inputField:first-child,
.form-control.pull-left:has(~ .input-group-addon):first-child,
.form-control:has(~ .input-group-addon):first-child,
.input-group:has(.dropdown > select) .btn.dropdown-toggle,
.input-group:has(.input-group-btn) .form-control {
  border-radius: 8px 0px 0px 8px !important;
}

.input-group:has(.dropdown > select) .input-group-btn a,
.input-group:has(.input-group-btn) .form-control ~ .input-group-btn .btn {
  height: 40px !important;
  border-radius: 0px 8px 8px 0px !important;
  display: flex;
}

#wrapper
  .input-group-addon:not(
    .input-group-addon:has(+ input[type="search"])
  ):last-child {
  border-radius: 0px 8px 8px 0px !important;
}

.tagDelete:not(.btn-xs):last-child {
  border-radius: 0px 8px 8px 0px !important;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}

#wrapper .input-group-addon ~ .form-control:not(.input-sm):nth-child(2) {
  border-radius: 0px 0px 0px 0px !important;
}

#wrapper
  .input-group-addon:not(
    .input-group-addon:has(+ input[type="search"])
  ):first-child {
  border-radius: 8px 0px 0px 8px !important;
}

.items-select-wrapper + .input-group-btn .btn.btn-default {
  height: 40px !important;
  border-radius: 0px 8px 8px 0px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.formTextarea {
  min-height: 100px;
  height: 100%;
  max-height: 200px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  border-radius: 8px !important;
  padding: 8px 12px;
  background: #ffffff !important;
  border: 1px solid #cad5e2 !important;
}

.accentChecked {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.accentChecked .circle {
  height: 18px;
  width: 18px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: 1px solid #b9b9b9;
  padding: 2px;
}

.accentChecked .circle .innerCircle {
  height: 100%;
  width: 100%;
  border-radius: 100%;
  background-color: #03021300;
}

input[type="radio"]:checked + .accentChecked .circle .innerCircle {
  background-color: #030213;
}

.fullCard {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

.fullCard > .innerCard {
  border-radius: 14px !important;
  box-shadow: 0px 0px 2px -1px #0000001a, 0px 1px 3px 0px #0000001a !important;
  border-color: #e2e8f0 !important;
  border-bottom: 1px solid #cbd5e1 !important;
}

.fullCard > .innerCardButton {
  margin-top: 20px !important;
  border-radius: 14px !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0px !important;
}

.fullCard > .innerCardButton > button {
  box-shadow: 0px 4px 6px -4px #155dfc4d, 0px 10px 15px -3px #155dfc4d !important;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  margin-left: auto;
}

.panel_s:has(.panel-footer) .panel-body.innerCard {
  border-bottom: 1px solid #e2e8f0 !important;
  padding-bottom: 24px !important;
}

.labelFlex {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 2px !important;
  font-weight: normal !important;
  font-size: 14px !important;
}

.imageIconWrapper {
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  background: var(--iconBg);
  border-radius: 10px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: var(--shadowColor);
  /* box-shadow: ; */
}

.cardBadge {
  border-radius: 8px !important;
  border: 1px solid #a4f4cf !important;
  padding: 6px 16px;
  color: #007a55;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  gap: 10px;
}

/* knowledge_base_search page css */

.knowledge_base_search {
  padding: 40px 0px;
}

.knowledge_base_search .search_card {
  margin: auto;
  max-width: 650px !important;
  width: 100% !important;
}

.knowledge_base_search .search_card .cardHead {
  margin-bottom: 35px;
  text-align: center;
}

.knowledge_base_search .search_card .cardHead .search_header_icon {
  height: 64px;
  width: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2b7fff 0%, #4f39f6 100%);
  box-shadow: 0px 8px 10px -6px #2b7fff4d, 0px 20px 25px -5px #2b7fff4d;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.knowledge_base_search .search_card .cardHead .search_heading {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 400;
}

.knowledge_base_search .search_card .cardHead .search_subheading {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 20px;
}

.knowledge_base_search .search_card .cardBody {
  max-width: 672px;
  width: 100%;
  padding: 2.0625rem;
  border-radius: 14px;
  border: 1px solid #e2e8f099 !important;
  box-shadow: 0px 25px 50px -12px #cad5e280;
}

.knowledge_base_search .search_card .cardBody .knowledge_base_search_form {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 2px;
  width: 100%;
  position: relative;
}

.knowledge_base_search
  .search_card
  .cardBody
  .knowledge_base_search_form
  input {
  flex: 1 1 auto;
  height: 56px;
  border-radius: 8px;
  border: 1px solid #e2e8f099 !important;
  padding-top: 4px;
  padding-right: 108px !important;
  padding-bottom: 4px;
  padding-left: 56px;
  opacity: 1;
}

.knowledge_base_search
  .search_card
  .cardBody
  .knowledge_base_search_form
  button {
  position: absolute;
  width: 94px;
  height: 36px;
  border-radius: 8px;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  gap: 8px;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  box-shadow: 0px 4px 6px -4px #2b7fff4d, 0px 10px 15px -3px #2b7fff4d;
}

.knowledge_base_search
  .search_card
  .cardBody
  .knowledge_base_search_form
  .search_icon {
  position: absolute;
  top: 18px;
  left: 20px;
  height: 20px;
  width: 20px;
  opacity: 0.5;
}

.panel-body:has(.kb_categories_list_items),
.panel_s:has(.kb_categories_list_items) {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0;
  margin-bottom: 0;
}

.kb_categories_list_items {
  margin-bottom: 0px;
  width: 100%;
}

.kb_categories_list_items .kb_list_item {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #edf1f7 !important;
  background-color: #ffffff;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  box-shadow: 0px 1px 6px -4px #8c8d8f4d, 0px 2px 5px -3px #9797974d;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}

.kb_categories_list_items .kb_list_item:hover {
  box-shadow: 0px 4px 6px -4px #dbeafe, 0px 4px 8px -3px #dbeafe;
}

.kb_categories_list_items .kb_list_item .kb_list_item_header h3,
.kb_categories_list_items .kb_list_item .kb_list_item_header h4 {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.kb_categories_list_items .kb_list_item .kb_list_item_header h3 a {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #1447e6;
  background-color: #dbeafe;
  padding: 10px 16px;
  border-radius: 50px;
}

.kb_categories_list_items .kb_list_item .kb_list_item_header h3 .kb_item_badge {
  height: 25px;
  width: 25px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #dbeafe;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: #1447e6;
}

.kb_categories_list_items .kb_list_item p {
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
  margin-bottom: 0px;
  line-height: 1.5;
  text-overflow: ellipsis;
}

.kb_categories_list_items
  .kb_list_item
  .kb_list_item_header
  h4
  .slug_time_Wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

.kb_categories_list_items .kb_list_item .kb_list_item_header h4 a {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: #8200db;
  background-color: #f3e8ff;
  padding: 10px 16px;
  border-radius: 50px;
}

.kb_categories_list_items .kb_list_item .kb_list_item_header h4 .kb_item_time {
  font-size: 12px;
  font-weight: 500;
  color: #999999;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.kb_categories_list_items .kb_list_item .kb_list_item_header h4 .kb_item_badge {
  height: 25px;
  aspect-ratio: 1/1;
  border-radius: 50px;
  background: #f3e8ff;
  padding: 4px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: #8200db;
  text-wrap: nowrap;
}

.kb_categories_list_items .kb_list_item .kb_list_item_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kb_categories_list_items .kb_list_item .kb_list_item_header .next_btn {
  width: 40px;
  height: 40px;
  background-color: #f8fafc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.section-knowledge-base .article_card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.article_card .article_card_left,
.article_card .article_card_right {
  padding: 1.5rem;
  border-radius: 14px;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px 0px #0000001a !important;
}

.article_card .article_card_left {
  flex: 2 1 500px;
}

.article_card .article_card_right {
  flex: 1 1 250px;
}

.btn_group {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

.btn_group .butn {
  border-radius: 0.5rem;
  padding-top: 0.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  opacity: 1;
  border: none !important;
  background-color: var(--butnBg);
  color: white !important;
}

/* Upper bottom padding for every parent section */
.py_section {
  padding: 40px 0px;
}

/* invoice page css */
.invoice_card_wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.invoice_card_wrapper .invoice_card {
  flex: 1 1 12.75rem;
  border-radius: 14px;
  border: 1px solid #e2e8f099 !important;
  box-shadow: 0px 4px 6px -4px #e2e8f080, 0px 10px 15px -3px #e2e8f080 !important;
  padding: 20px;
  background-color: var(--white) !important;
}

.invoice_card_wrapper .invoice_card .invoice_card_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.invoice_card_wrapper .invoice_card .invoice_card_header .invoice_card_icon {
  height: 40px;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 10px;
  background: var(--iconBg);
  display: flex;
  justify-content: center;
  align-items: center;
}

.invoice_card_wrapper .invoice_card .card_header_link {
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  background: var(--iconBg) /* Gradient colors */;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-decoration: none;
}

.invoice_card_wrapper .invoice_card .invoice_card_body .progress_bar {
  height: 10px;
  width: 100%;
  border-radius: 14px;
  background: #e2e8f0;
}

.invoice_card_wrapper
  .invoice_card
  .invoice_card_body
  .progress_bar
  .progress_extend_bar {
  height: 100%;
  border-radius: 14px;
  width: var(--barValue);
  max-width: 100%;
  background: var(--iconBg);
  transition: width 0.3s ease;
}

.progress_bar {
  height: 10px;
  width: 100%;
  border-radius: 14px;
  background: #e2e8f0;
}

.progress_bar .progress_extend_bar {
  height: 100%;
  border-radius: 14px;
  width: var(--barValue);
  max-width: 100%;
  background: var(--iconBg, rgb(75, 85, 99));
  transition: width 0.3s ease;
}

#fixwidth.container:has(#forgot_password),
#fixwidth.container:has(#main_login),
#fixwidth.container:has(#register) {
  max-width: 100% !important;
  width: 100% !important;
  margin: unset !important;
  padding: unset !important;
}

/* Customer Profile page css */

.customerProfile .customer_profile_card_wrapper {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 20px;
  flex-wrap: wrap;
}

.customerProfile .customer_profile_card_wrapper .profile_info_card {
  flex: 3 1 400px;
}

.customerProfile .customer_profile_card_wrapper .profile_security_card {
  flex: 1 1 300px;
  position: sticky;
  top: 10px;
}

.customerProfile
  .customer_profile_card_wrapper
  .profile_info_card
  .profile_info_title {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  margin: 0;
}

.customerProfile
  .customer_profile_card_wrapper
  .profile_info_card
  .profile_info_sub_title {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  margin-bottom: 40px;
}

.customerProfile
  .customer_profile_card_wrapper
  .profile_info_card
  .profile_pohot {
  margin-bottom: 20px;
}

.customerProfile
  .customer_profile_card_wrapper
  .profile_info_card
  .profile_pohot
  h5 {
  font-family: Arial;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #314158;
  margin-bottom: 25px;
}

.customerProfile
  .customer_profile_card_wrapper
  .profile_info_card
  .profile_pohot
  .update_preview_profile_image_wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
}

.customerProfile
  .customer_profile_card_wrapper
  .profile_info_card
  .profile_pohot
  .update_preview_profile_image_wrapper
  .image_cover {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dbeafe;
  border: 2px solid #eeeeee;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #1447e6;
  position: relative;
}

.customerProfile
  .customer_profile_card_wrapper
  .profile_info_card
  .profile_pohot
  .update_preview_profile_image_wrapper
  .image_cover
  .client_profile_image_thumb {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.customerProfile
  .customer_profile_card_wrapper
  .profile_info_card
  .profile_pohot
  .update_preview_profile_image_wrapper
  .image_cover
  .upload_icon {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: absolute;
  bottom: 0px;
  right: 0px;
  border: 2px solid #e2e8f0;
  border-radius: 50%;
  margin: 0;
}

.customerProfile
  .customer_profile_card_wrapper
  .profile_info_card
  .profile_pohot
  .update_preview_profile_image_wrapper
  .image_cover
  .remove_image {
  background-color: #ffe2e2 !important;

  border: 0px solid #e2e8f0;
}

.customerProfile
  .customer_profile_card_wrapper
  .profile_info_card
  .profile_pohot
  .image_types {
  flex: 1;
}

.customerProfile
  .customer_profile_card_wrapper
  .profile_info_card
  .profile_pohot
  .image_types
  h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #0f172b;
  margin: 0 0 10px 0;
}

.customerProfile
  .customer_profile_card_wrapper
  .profile_info_card
  .profile_pohot
  .image_types
  h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #62748e;
  margin: 0 0 10px 0;
}

.customerProfile
  .customer_profile_card_wrapper
  .profile_info_card
  .profile_pohot
  .image_types
  .file_choose {
  border: 1px solid #cad5e2;
  width: 106.6875px;
  height: 36px;
  border-radius: 8px;
  border-width: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.customerProfile
  .customer_profile_card_wrapper
  .profile_info_card
  .profile_pohot
  .image_types
  .file_choose
  span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
}

.customer_profile_card_wrapper .input_wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 15px 24px;
}

.customer_profile_card_wrapper .input_wrapper .input_field_wrapper {
  flex: 1 1 300px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
}

.customer_profile_card_wrapper .input_wrapper .input_field_wrapper .input_field,
.customer_profile_card_wrapper .input_wrapper .input_field_wrapper .btn {
  height: 44px !important;
  opacity: 1 !important;
  border-radius: 8px !important;
  border-width: 1px !important;
  border-color: #cad5e2 !important;
  padding-top: 4px !important;
  padding-right: 12px !important;
  padding-bottom: 4px !important;
  padding-left: 12px !important;
  background-color: #f3f3f5 !important;
  width: 100%;
}

.customer_profile_card_wrapper
  .input_wrapper
  .input_field_wrapper
  .btn
  .filter-option {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.customer_profile_card_wrapper
  .input_wrapper
  .input_field_wrapper
  .bootstrap-select {
  width: unset;
  display: block;
}

.customer_profile_card_wrapper .input_wrapper .input_field_wrapper label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
}

.customer_profile_card_wrapper
  .input_wrapper
  .input_field_wrapper
  label
  .label_icon {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #d0fae5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.toggleWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #f1f5f9;
}

.toggleWrapper h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #0f172b;
  margin: 0;
  padding: 20px 0px;
}

/* wrapper */
.toggleWrapper .switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 18.39px;
}

/* input for toggle */
.toggleWrapper .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* slider  */
.toggleWrapper .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

/* slider circle */
.toggleWrapper .slider::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

/* if check ? bg change */
.toggleWrapper input:checked + .slider {
  background-color: #34c759;
}

/* if check ? position change */
.toggleWrapper input:checked + .slider::before {
  transform: translateX(14px);
}

.check-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #f1f5f9;
  -webkit-box-shadow: 0px 0px 2px -1px #0000001a, 0px 1px 3px 0px #0000001a !important;
  box-shadow: none !important;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 1rem;
}

.customer_profile_card_wrapper .password_info {
  opacity: 1;
  border-radius: 10px;
  gap: 4px;
  border-width: 1px;
  padding-top: 17px;
  padding-right: 17px;
  padding-bottom: 1px;
  padding-left: 17px;
  background-color: #eff6ff;
  border: 1px solid #dbeafe;
}

.customer_profile_card_wrapper .password_info h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #1c398e;
  margin: 0;
}

.customer_profile_card_wrapper .password_info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #1447e6;
}

.card_alert_message {
  border-radius: 16px;
  border: 1px solid #e2e8f0cc;
  padding: 21px;
  margin-bottom: 41px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.card_alert_message .alert_icon {
  background: var(--alertBg);
  height: 40px;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 6px 12px -2px #3b82f64d;
}

.card_alert_message p {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0;
  color: #62748e;
}

.flexWrapper {
  display: flex;
  justify-content: var(--h-align);
  align-items: var(--v-align);
  gap: var(--fgap);
  flex-wrap: var(--fwrap);
}

.flexWrapper .flexBox {
  flex: var(--f-basis);
}

.available_merge_fields {
  border-radius: 14px;
  gap: 16px;
  border: 1px solid #e2e8f0cc;
  padding: 25px;
  background: linear-gradient(
    135deg,
    rgba(241, 245, 249, 0.8) 0%,
    rgba(248, 250, 252, 0.5) 100%
  );
}

.available_merge_fields .merge_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}

.available_merge_fields .merge_title .mergeIcon {
  height: 30px;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 10px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.available_merge_fields .merge_links {
  display: flex;
  gap: 10px;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 15px;
}

.available_merge_fields .merge_links .settings-textarea-merge-field {
  flex: 1 1 0%;
  max-width: fit-content;
  border-radius: 10px;
  border: 1px solid #cad5e2;
  background-color: #ffffff;
  padding: 8px 12px;
  color: #3b82f6;
}

/* Navbar */
.search_wrapper {
  padding-left: 20px;
}

nav .dropdown-menu {
  left: unset;
  right: 2px;
}

.mobile_navbar {
  display: none !important;
}

@media (max-width: 768.98px) {
  /* .web_navmenu {
    display: none !important;
  } */
  .mobile_navbar {
    display: flex !important;
    padding: 10px !important;
    height: 68px !important;
    position: sticky;
    z-index: 99998;
    top: 0;
    background-color: #ffffff;
  }

  .mobile_navbar nav {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .mobile_navbar .logo_wrapper {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
  }

  .mobile_navbar .search_box_wrapper .search_button button {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    aspect-ratio: 1/1;
    background: #ebecef;
    border: none !important;
    padding-top: 2px;
  }

  /* #wrapper margin left blocked on phone view */
  body.page-small.show-sidebar #wrapper {
    margin-left: 0px;
  }

  body.admin #wrapper {
    margin: 0 0 0 0px;
  }

  body.page-small #menu {
    margin-left: -300px;
  }
}

@media (max-width: 1023.98px) {
  .mobile-menu {
    display: block !important;
  }
}

@media (min-width: 768px) {
  #top_search {
    max-width: 350px;
  }
}

/* selectors with button */
.dropdown > select + button {
  min-height: 40px !important;
  height: 40px !important;
  max-height: 40px !important;
  width: 100% !important;
  border-radius: 8px !important;
  padding: 8px 12px !important;
  background: #ffffff !important;
  border: 1px solid #cad5e2 !important;
}

.dropdown:has(~ .input-group-addon) > select + button {
  border-radius: 8px 0px 0px 8px !important;
}

.items-select-wrapper:has(+ .input-group-btn) .dropdown > select + button {
  border-radius: 8px 0px 0px 8px !important;
}

.radioWrapper {
  background: linear-gradient(
    135deg,
    rgba(241, 245, 249, 0.5) 0%,
    rgba(248, 250, 252, 0.3) 100%
  );
  border: 1px solid #e2e8f0cc;
  border-radius: 14px;
  padding: 1.25rem 1.5625rem 1.25rem;
}

/* panel-tabs */
.panel-full-width-tabs,
.horizontal-scrollable-tabs {
  margin: 0 !important;
}

.panel-full-width-tabs .nav,
.horizontal-scrollable-tabs .nav {
  padding: 3px 0 !important;
  margin: 0px 5px !important;
}

.panel-full-width-tabs .nav li,
.horizontal-scrollable-tabs .nav li {
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  padding-right: 5px;
}

.panel-full-width-tabs .nav li:last-child,
.horizontal-scrollable-tabs .nav li:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-right: 1px solid #e2e8f0;
  padding-right: 0px;
}

.panel-full-width-tabs .nav li:first-child,
.horizontal-scrollable-tabs .nav li:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-left: 1px solid #e2e8f0;
}

.panel-full-width-tabs .nav li a,
.horizontal-scrollable-tabs .nav li a {
  margin-right: 0px !important;
  height: 100%;
  border-radius: 11px;
  text-wrap: nowrap;
}

.panel-full-width-tabs .scroller,
.horizontal-scrollable-tabs .scroller {
  margin-top: 9px;
}

/* system_update_alert */
.system_update_alert {
  background-color: #ffffff;
  border: 1px solid var(--alertColor);
  border-left-width: 4px;
  padding: 15px;
  border-radius: 10px;
  color: #62748e;
}

.system_update_alert p {
  color: var(--alertColor);
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0px;
}

/* radio wrapper with Radio input Checked */
.radioWrapperChecked {
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  padding: 17px 24px 17px 38px !important;
  transition: all 0.3s;
}

.radioWrapperChecked:has(input[type="radio"]:checked) {
  border: 2px solid #3b82f6;
}

/* butCustom */
.butCustom,
.btn-primary:not(.btn-xs, .pull-right) {
  border-radius: 8px !important;
  background: var(--bgColor, var(--defaultBgColor)) !important;
  box-shadow: var(
    --shadowColor,
    0px 4px 6px -4px #2b7fff4d,
    0px 5px 15px -3px #2b7fff4d
  ) !important;
  padding: 7px 20px !important;
  height: 34px;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  color: var(--textColor, white) !important;
  width: fit-content !important;
  border: var(--borderCustom, none) !important;
  white-space: nowrap !important;
  height: 34px !important;
}

/* Circle wrapper of icons */
.circleWrapper {
  width: var(--circleSize);
  height: var(--circleSize);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--iconBg);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .bootstrap-select .dropdown-toggle .caret */
.bootstrap-select .dropdown-toggle .caret {
  top: 50% !important;
}

/* color pikker */

.colorpicker-element .add-on i,
.colorpicker-element .input-group-addon i {
  border-radius: 5px !important;
}

ul.tagit li.tagit-new {
  padding: 0 4px 0 0 !important;
}

td input:nth-child(2) {
  margin-top: 8px;
}

/* Tags Settings page Css */
.settings-tag-wrapper .tagItem {
  background-color: #f8fafc80;
  border: 1px solid #e2e8f066;
  border-radius: 14px;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.settings-tag-wrapper .tagItem .tagLabelIcon {
  height: 32px;
  width: 32px;
  border-radius: 10px;
  background: linear-gradient(135deg, #dbeafe 0%, #e0e7ff 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.settings-tag-wrapper .tagItem .tagLabel .tagLabelInput {
  background-color: transparent !important;
  height: auto !important;
  width: 100%;
  border: none !important;
  box-shadow: none !important;
  color: #314158;
}

.settings-tag-wrapper .tagItem .tagLabelCount .tagCount {
  min-width: 32px;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  height: 32px;
  border-radius: 10px;
  background-color: #dbeafe;
  color: #1447e6;
}

.settings-tag-wrapper .tagItem .tagLabelCount .tagDeleteIcon {
  background-color: red;
  height: 32px;
  width: 32px;
  border-radius: 10px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* SMS Setting Page CSS */

/* Alert Messages */
.alertMessage {
  border: 1px solid #bedbff80;
  border-radius: 16px;
  padding: 25px;
  background: linear-gradient(90deg, #eff6ff 0%, #eef2ff 100%);
  border-top: 1px solid #bedbff80;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 24px;
}
.alertMessage .alertIcon {
  height: 40px;
  width: 40px;
  border-radius: 10px;
  background-color: #dbeafe;
  display: flex;
  justify-content: center;
  align-items: center;
}
.alertMessage .alertMessageLabel .alertTitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #1c398e;
  margin: 0;
}
.alertMessage .alertMessageLabel .alertPara {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #1447e6;
}

/* Accordion Buttons & Panels */

.accordionWrapper {
  border: 1px solid #d4d4d480;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 12px;
}
.accordionWrapper .accordionBtnWrapper .accordionBtn {
  background-color: #e0dfdf50;
  border-radius: 14px;
  border-bottom: 1px solid #00000011;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 18px 12px 14px;
  font-weight: bold;
  color: black;
  box-shadow: 0px 4px 6px -4px #2b7fff0d, 0px 10px 15px -3px #2b7fff0d;
}

.accordionWrapper .accordionPanel .accordionPanelBody {
  padding: 24px;
}

/* Sysytem Server/Info */

.serverInfoPanel {
  margin-top: 24px;
}
.serverInfoPanel h6 {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #7c7c7c;
  margin: 0 0 10px 0;
}
.serverInfoPanel h5 {
  font-weight: 400;
  font-size: 13px;
  line-height: 22.5px;
  letter-spacing: 0px;
  color: #0f172b;
  margin: 0;
}
.serverInfoPanel .flexBox {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.kanban-leads-sort .sortLink {
  padding: 5px 10px;
  border: 1px solid var(--bgShortLink);
  border-radius: 6px;
  margin: 0px 5px;
  background: var(--bgShortLink);
  color: var(--black);
  font-size: 12px !important;
  transition: all 0.3s;
  box-shadow: 0px 4px 6px -4px #adadad69, 0px 5px 15px -3px #b9b9b96e;
}
.kanban-leads-sort .sortLink:hover {
  box-shadow: 0px 4px 6px -4px #adadad4d, 0px 5px 15px -3px #b9b9b94d;
}

img {
  object-fit: cover;
}

select {
  position: relative !important;
  padding: 0px 8px !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #1f2937;
  background: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
  background-position: 90% 62% !important;
  background-repeat: no-repeat !important;
  background-size: 13px !important;
  padding-right: 30px !important;
  cursor: pointer !important;
}

.dataTables_filter label:has(div input[type="search"]),
.dataTables_filter label div:has(input[type="search"]),
.dataTables_filter label div:has(input[type="search"]) input[type="search"] {
  width: 100% !important;
  display: block;
}
@media screen and (max-width: 991.98px) {
  div.dt-buttons {
    float: right;
    text-align: right;
    width: auto;
    z-index: 55;
  }
  .widget-dragger.ui-sortable-handle {
    display: none;
  }
}

#task_view_description p {
  word-wrap: break-word;
}

td:has(a + span) a {
  padding-right: 5px;
}

.tc-content, p, div {
  text-wrap: wrap;
  word-wrap: break-word;
}

.tox .tox-edit-area__iframe {
  background-color: var(--white) !important;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0px !important;
  }
}

.remindersDescription {
  background: var(--white);
  min-height: 40px;
  height: 40px;
  max-height: 200px;
  width: 100%;
  border-radius: 8px;
  padding: 8px 12px;
  background: #ffffff;
  border: 1px solid #cad5e2;
  transition: all 0.3s;
}
.remindersDescription:hover {
  word-wrap: break-word;
  height: 200px;
}
/* Ram Saini << */
