body[data-font="acumin-pro"] {
  font-family: "acumin-pro", sans-serif;
}

#content.active #sidebarCollapse i::before {
  content: "\e68e";
}

header[data-header="top-0"]::before {
  content: "";
  height: 0.15vw;
  width: 100%;
  background: transparent
    linear-gradient(270deg, #33acf5 0%, #6fb900 35%, #a7dbe0 71%, #2855a4 100%);
  top: 0px;
  left: 0;
  position: absolute;
  right: 0;
}

header[data-header="top-0"] {
  background: #fff;
  padding: 0.8vw 0;
  width: 100%;
}

header[data-header="top-0"] .dropdown-toggle::after,
[data-dropdown="001"] .dropdown-toggle::after {
  border: 0;
}

header[data-header="top-0"] .form-control::placeholder,
[data-input-group="001"] .form-control::placeholder,
[data-input="001"] .form-control::placeholder {
  color: #61758b;
}

header[data-header="top-0"] .input-group .form-control,
[data-input-group="001"] .input-group .form-control {
  border-color: #b4c0c9;
  font-size: 1.06vw;
  border-right: 0;
}

header[data-header="top-0"] .form-control:focus,
[data-input-group="001"] .form-control:focus,
[data-input="001"] .form-control {
  box-shadow: none;
}

header[data-header="top-0"] .input-group .input-group-text,
[data-input-group="001"] .input-group .input-group-text {
  background-color: transparent;
  border-color: #b4c0c9;
  color: #61758b;
  font-size: 1.06vw;
}

header[data-header="top-0"] .dropdown-menu,
.mySites .dropdown-menu {
  margin-top: 1.125rem;
  padding: 0;
}

header[data-header="top-0"] div.dropdown-menu {
  margin-top: 0.6rem;
}

header[data-header="top-0"] .userSetting .dropdown-menu,
[data-dropdown="001"] .dropdown-menu {
  margin-top: 0.8rem;
  padding: 0;
}

header[data-header="top-0"] .dropdown-menu ul,
[data-dropdown="001"] .dropdown-menu ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

header[data-header="top-0"] .dropdown-menu ul li,
[data-dropdown="001"] .dropdown-menu ul li {
  padding: 0.5rem 0.99rem;
  transition: all ease 0.3s;
}

[data-dropdown="001"] .dropdown-menu ul li {
  padding: 0.35rem 0.99rem;
}

header[data-header="top-0"] .dropdown-menu ul li li,
[data-dropdown="001"] .dropdown-menu ul li li {
  padding: 0;
}

header[data-header="top-0"] .dropdown-menu ul li.active {
  background-color: #f8f9fa;
}

header[data-header="top-0"] .dropdown-menu ul li:hover,
[data-dropdown="001"] .dropdown-menu ul li:hover {
  background-color: #eef1f2;
  transition: all ease 0.3s;
}

header[data-header="top-0"] .dropdown-menu ul.divider li,
[data-dropdown="001"] .dropdown-menu ul.divider li {
  border-bottom: 1px solid #eef1f2;
}

header[data-header="top-0"] .dropdown-menu ul.divider li:last-of-type,
[data-dropdown="001"] .dropdown-menu ul.divider li:last-of-type {
  border-bottom: 0;
}

header[data-header="top-0"] .dropdown-menu ul li a:hover,
[data-dropdown="001"] .dropdown-menu ul li a:hover {
  text-decoration: none;
}

.mySites .dropdown-menu {
  min-width: 30rem;
}

.notification .dropdown-menu {
  min-width: 20rem;
}

.userSetting .dropdown-menu {
  min-width: 17rem;
}

.dropdown-menu.min-width-12rem {
  min-width: 12rem;
}

.mySites .flex-grow-1 a p {
  font-size: 1.06vw;
}

.userSetting .dropdown-toggle img {
  width: 38px;
  height: 38px;
  border-radius: 100%;
}

/*.cBreadcrumb a:first-of-type::after {
    content: "|";
    margin-left: 8px;
    margin-right: 6px;
    font-size: 0.9vw;
}*/

.cBreadcrumb a + a::before {
  content: "|";
  margin-left: 2px;
  margin-right: 7px;
  font-size: 0.9vw;
}

.notification-image {
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.notification-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.notification [type="radio"]:not(:checked) + label:before,
.notification [type="radio"]:checked + label:before {
  top: -12px;
}

/* checked mark aspect */

.notification [type="radio"]:not(:checked) + label:after,
.notification [type="radio"]:checked + label:after {
  top: -9px;
}

/*colors*/

.bg-E4F2E1 {
  background-color: #e4f2e1;
}

.color-61758B {
  color: #61758b;
}

.color-1B2E3C {
  color: #1b2e3c;
}

.color-2855a4 {
  color: #2855a4;
}

.color-24ADEF {
  color: #2855a4;
}

.color-B4C0C9 {
  color: #b4c0c9;
}

.color-4EC437 {
  color: #4ec437;
}

.color-d50000 {
  color: #d50000;
}

.color-2B81CB {
  color: #2b81cb;
}

.color-1F2E5C {
  color: #1f2e5c;
}

.color-0076AF {
  color: #0076af;
}

hr.color-EEF1F2 {
  border-color: #eef1f2;
}

.fs-12 {
  font-size: 12px;
}

.fs-1-vw {
  font-size: 1vw;
}

.fs-1-60-vw {
  font-size: 1.6vw;
}

.fs-1-40-vw {
  font-size: 1.4vw;
}

.fs-1-20-vw {
  font-size: 1.2vw;
}

.fs-2-vw {
  font-size: 2vw;
}

.fs-3-vw {
  font-size: 3vw;
}

.fs-4-vw {
  font-size: 4vw;
}

.fs-5-vw {
  font-size: 5vw;
}

.fs-09-vw {
  font-size: 0.9vw;
}

.fs-07-vw {
  font-size: 0.7vw;
}

i.lh-20,
.lh-20 {
  line-height: 20px;
}

.btn.btnThemeGreen {
  background-color: #167303;
  border-color: transparent;
  border-radius: 2px;
  color: #fff;
}

.btn.btnThemeGreen:focus,
.btnThemeGreen.btn:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.btnThemeGreen.btn:not(:disabled):not(.disabled):active {
  background-color: #167303;
  border-color: transparent;
}

.btn.btnThemeBlue {
  /* background-color: #2855a4; */
  background-color: #417690;
  border-color: transparent;
  border-radius: 2px;
  color: #fff;
}

.btn.btnThemeBlue:focus,
.btnThemeBlue.btn:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.btnThemeBlue.btn:not(:disabled):not(.disabled):active {
  /* background-color: #2855a4; */
  background-color: #417690;
  border-color: transparent;
}

.btn.btnThemeBlue2 {
  background-color: #0076af;
  border-color: transparent;
  border-radius: 2px;
  color: #fff;
}

.btn.btnThemeBlue2:focus,
.btnThemeBlue2.btn:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.btnThemeBlue2.btn:not(:disabled):not(.disabled):active {
  background-color: #0076af;
  border-color: transparent;
}

.btn.btnThemeLight {
  background-color: #eef1f2;
  border-color: transparent;
  border-radius: 2px;
  color: #61758b;
}

.btn.btnThemeLight:focus,
.btnThemeBlue.btn:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.btnThemeLight.btn:not(:disabled):not(.disabled):active {
  background-color: #eef1f2;
  border-color: transparent;
}

.btn.btnThemeRed {
  background-color: #d50000;
  border-color: transparent;
  border-radius: 2px;
  color: #fff;
}

.btn.btnThemeRed:focus,
.btnThemeRed.btn:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.btnThemeRed.btn:not(:disabled):not(.disabled):active {
  background-color: #d50000;
  border-color: transparent;
}

.btn.btnThemeYellow {
  background-color: #ffb702;
  border-color: transparent;
  border-radius: 2px;
  color: #fff;
}

.btn.btnThemeYellow:focus,
.btnThemeYellow.btn:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.btnThemeYellow.btn:not(:disabled):not(.disabled):active {
  background-color: #ffb702;
  border-color: transparent;
}

.cBadge {
  border-radius: 100%;
  width: 20px;
  height: 20px;
  text-align: center;
  display: inline-block;
  line-height: 18px;
  font-size: 12px;
}

.badgeUnpublish,
.badgeDanger {
  border: 1px solid #d50000;
  color: #d50000;
}

.badgeRepublish {
  border: 1px solid #167303;
  color: #167303;
}

.badgeAction {
  border: 1px solid #99a4ad;
  color: #99a4ad;
}

.labelActive,
.labelInactive,
.labelLight,
.labelBlue {
  color: #fff;
  border-radius: 2px;
  font-size: 0.9vw;
  padding: 2px 10px;
}

.labelActive {
  background-color: #167303;
}

.labelInactive {
  background-color: #d50000;
}

.labelLight {
  background-color: #d4e5eb;
  color: #1b2e3c;
}

.labelBlue {
  background-color: #2855a4;
}

a.badgeAction:hover {
  border-color: #2b81cb;
}

.cursor-pointer {
  cursor: pointer;
}

.hgt-70px {
  height: 70px;
}

.hgt-100px {
  height: 100px;
}

.hgt-150px {
  height: 150px;
}

.hgt-200px {
  height: 200px;
}

.hgt-300px {
  height: 300px;
}

.hgt-350px {
  height: 350px;
}

.hgt-385px {
  height: 385px;
}

.hgt-400px {
  height: 400px;
}

.hgt-425px {
  height: 425px;
}

.hgt-450px {
  height: 450px;
}

.w-40px {
  width: 40px;
}

.w-100px {
  width: 100px;
}

.img-35px {
  width: 35px;
  height: 35px;
}

a[data-hover="no-underline"]:hover {
  text-decoration: none;
}

a:hover {
  color: #2855a4;
}

.dropdown-menu.width16Rem {
  min-width: 16rem;
}

.dropdown-menu.width20Rem {
  min-width: 20rem;
}

/* list page new style */
.show_grid_sec .lbl {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 0px 0px 0 2px;
  padding: 6px 18px;
}

.show_grid_sec .lbl.badge-secondary,
.new_dashboard_list_table .badge-secondary {
  background-color: #eef1f2;
  color: #1b2e3c;
}

.new_dashboard_list_table .badge-secondary {
  padding: 5px 8px;
  font-weight: normal;
  border-radius: 2px;
}

.w_30 {
  width: 60px;
  height: 45px;
  display: flex;
  background: #c4c4c4;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 3px;
}

.new_dashboard_list_table .dflexx_sec .ml-2 {
  width: 120px;
}

.w_30 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dflexx_sec {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

[data-table="001"] .new_dashboard_list_table.table thead tr th {
  font-size: 0.95vw;
  border-top: 0;
  border-bottom: 1px solid #eef1f2;
  color: rgba(27, 46, 60, 0.4);
  font-weight: 500;
}

[data-table="001"] .new_dashboard_list_table.table-hover tbody tr {
  transition: all linear 0.3s;
}

[data-table="001"] .new_dashboard_list_table.table-hover tbody tr:hover {
  background: #ffffff;
  box-shadow: 0px 0px 16px rgb(0 0 0 / 15%);
}

/* switch */
div.checkbox.switcher label,
div.radio.switcher label {
  padding: 0;
}

div.checkbox.switcher label *,
div.radio.switcher label * {
  vertical-align: middle;
}

div.checkbox.switcher label input,
div.radio.switcher label input {
  display: none;
}

div.checkbox.switcher label input + span,
div.radio.switcher label input + span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  width: 40px;
  height: 20px;
  background: #f2f2f2;
  border: 1px solid #eee;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

div.checkbox.switcher label input + span small,
div.radio.switcher label input + span small {
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  left: 0;
}

div.checkbox.switcher label input:checked + span,
div.radio.switcher label input:checked + span {
  background: #24adef;
  border-color: #24adef;
}

div.checkbox.switcher label input:checked + span small,
div.radio.switcher label input:checked + span small {
  left: 50%;
}

/* end */
.dp_12_size {
  font-size: 1vw;
  font-weight: 400;
  color: #1b2e3c;
}

.dp_section a.dropdown-toggle.btnAction {
  background: transparent !important;
  color: #24adef !important;
}

.dp_section i.ti-more-alt {
  font-size: 14px;
}

.dp_section i {
  transition: all linear 0.3s;
}

.dp_section .divider li a {
  display: flex;
  align-items: center;
}

.ft_nowp {
  white-space: nowrap;
}

.icon_groups a {
  display: flex;
  align-items: center;
}

.icon_groups a .ti-layout-grid2-alt {
  font-size: 14px;
}

.icon_groups a:hover {
  text-decoration: none;
}

.icon_groups i:hover,
.icon_groups .active {
  color: #24adef;
}

/* quick links */
.quick_btn {
  background: #24adef;
  border-radius: 9px !important;
  border-color: #24adef;
  height: 49px;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  transition: all linear 0.3s;
}

.quick_btn:hover {
  color: #24adef;
  background: #fff;
  border-color: #24adef;
}

.quick_btn i {
  font-weight: 700;
  font-size: 12px;
}

.quick_links {
  background: #fff;
  border-radius: 9px;
  margin-top: 20px;
}

.quick_links h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  border-bottom: 1px solid #eef1f2;
  margin: 0px;
  padding: 10px 20px;
}

.ul_lists {
  list-style-type: none;
  margin: 0px;
  padding: 7px 20px 10px 20px;
}

.ul_lists a {
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #1b2e3c;
  transition: all linear 0.3s;
}

.ul_lists .active,
.ul_lists a:hover {
  color: #24adef;
  text-decoration: none;
}

.ul_lists li {
  margin: 10px 0px;
  font-size: 1vw;
}

.new_dashboard_list_table td {
  vertical-align: middle;
}

.new_dashboard_list_table.table td,
.new_dashboard_list_table.table th {
  padding-right: 5px;
}

.new_dashboard_list_table td:first-child {
  padding-top: 5px;
  padding-bottom: 5px;
}

.new_dashboard_list_table tr td:last-child {
  text-align: center;
}

.new_dashboard_list_table .ov_text {
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ov_text .color-61758B:hover,
.ov_text .color-61758B:active {
  text-decoration: none;
  color: #24adef;
}

.new_dashboard_list_table tr th {
  font-size: 0.95vw;
  border-top: 0;
  /* border-bottom: 1px solid #EEF1F2; */
  color: rgba(27, 46, 60, 0.4);
  font-weight: 500;
}

.new_dashboard_list_table tr th {
  border-bottom: 0px;
}

.new_dashboard_list_table tbody tr:hover {
  background: #ffffff;
  box-shadow: 0px 0px 16px rgb(0 0 0 / 15%);
}

.new_dashboard_list_table tr {
  border-bottom: 1px solid #dee2e6;
  border-top: 0px;
}

.new_dashboard_list_table tbody tr:last-child {
  border-bottom: 0px;
}

.new_dashboard_list_table td {
  border-top: 0px;
}

.white_bg_style {
  border-radius: 9px;
}

@media (max-width: 1024px) {
  .table-responsive-custom {
    overflow-x: auto;
  }

  .quick_btn {
    font-size: 12px;
  }
}

/* end */
@media (max-width: 1000px) {
  .quick_btn {
    margin-top: 20px;
  }
}

/* end list page new style */

/*Dropdown effects*/
@media (min-width: 767px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

/*pickers*/

input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

/* Base for label styling */

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked,
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* checkbox aspect */

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 18px;
  height: 18px;
  border: 1px solid #c9d1d8;
  background: #fff;
  border-radius: 3px;
}

/* checked mark aspect */

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: "\e64c";
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #2855a4;
  color: #fff;
  transition: all 0.2s;
  font-family: "themify";
  /* background-color: #2855a4; */
  background-color: #417690;
  width: 18px;
  height: 18px;
  text-align: center;
  border-radius: 3px;
  line-height: 18px;
  font-size: 10px;
}

/* checked mark aspect changes */

[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.custom-pickers label {
  margin-bottom: 0px;
  color: #052c36;
  font-size: 0.99vw;
}

.custom-pickers label.fs-09-vw {
  font-size: 0.9vw;
}

/*checkbox*/

/* radio aspect */

[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #c9d1d8;
  background: #fff;
  border-radius: 100%;
}

[type="radio"]:not(:checked) + label.position3px:before,
[type="radio"]:checked + label.position3px:before,
[type="checkbox"]:not(:checked) + label.position3px:before,
[type="checkbox"]:checked + label.position3px:before {
  top: 3px;
}

[type="radio"]:not(:checked) + label.position3px:after,
[type="radio"]:checked + label.position3px:after {
  top: 6px;
}

[type="checkbox"]:not(:checked) + label.position3px:after,
[type="checkbox"]:checked + label.position3px:after {
  top: 3px;
}

[type="checkbox"]:not(:checked) + label.position-6px:before,
[type="checkbox"]:checked + label.position-6px:before,
[type="checkbox"]:not(:checked) + label.position-6px:after,
[type="checkbox"]:checked + label.position-6px:after {
  top: -6px;
}

[type="radio"]:checked + label::before {
  border-color: #2855a4;
}

/* checked mark aspect */

[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 3px;
  border-color: transparent;
  transition: all 0.2s;
  background-color: #2855a4;
  width: 12px;
  height: 12px;
  text-align: center;
  border-radius: 100%;
}

/* checked mark aspect changes */

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/*.custom-pickers.d-inline-block + .d-inline-block {
    margin-left: 30px;
}*/

/*pickers*/

/*tab*/
[data-tab="001"] .nav-tabs {
  border-bottom: 1px solid #eef1f2;
}

[data-tab="001"] .nav-tabs > li > a.active,
[data-tab="001"] .nav-tabs > li > a.active:focus,
[data-tab="001"] .nav-tabs > li > a.active:hover {
  box-shadow: none;
  border: 0;
  border-bottom: 2px solid #0571a5;
}

[data-tab="001"] .nav-tabs > li > a {
  border: 0;
  color: #1b2e3c;
  font-size: 1vw;
  padding: 0.5rem 0rem;
  margin-left: 30px;
}

[data-tab="001"] .nav-tabs > li:first-of-type > a {
  margin-left: 0px;
}

/*tab*/

/*table*/
.table.table-td-middle td {
  vertical-align: middle;
}

[data-table="001"] .table-hover tbody tr:hover {
  background-color: #eef1f2;
}

[data-table="001"] .table tbody tr td {
  border-color: #eef1f2;
  font-size: 1vw;
  max-width: 150px;
  word-break: break-word;
  vertical-align: middle;
}

[data-table="001"] .table thead tr th {
  font-size: 1vw;
  border-top: 0;
  border-bottom: 1px solid #eef1f2;
}

[data-table="001"] .table tbody tr:first-of-type td {
  border-top: 0;
}

[data-table="001"] td .btnAction {
  background-color: #b4c0c9;
  color: #1b2e3c;
  width: 30px;
  height: 20px;
  display: inline-block;
  line-height: 18px;
  text-align: center;
  border-radius: 2px;
}

.nowrap .table thead tr th,
.table.tableAutoCon tbody td,
.table.tableAutoCon thead th {
  white-space: nowrap;
}

/*table*/

/*list group*/
[data-list-group="001"] .list-group-item {
  border: 0;
}

[data-list-group="001"] .list-group-item a {
  color: #1b2e3c;
  font-size: 1vw;
  display: block;
}

[data-list-group="001"] .list-group-item.active {
  background-color: #e3e8e9;
  border-radius: 2px;
}

[data-list-group="001"] .list-group-item.active a::after {
  content: "\f105";
  font-family: "fontawesome";
  font-size: 0.9vw;
  position: absolute;
  right: 15px;
}

[data-list-group="001"] .iconBefore .list-group-item.active a::after {
  content: "\f105";
  font-family: "fontawesome";
  font-size: 0.9vw;
  position: absolute;
  left: 8px;
  margin-top: 1px;
}

[data-list-group="001"] .iconBefore .list-group-item {
  padding: 0.75rem 1rem;
}

[data-list-group="001"] .list-group-item a:hover {
  text-decoration: none;
}

/*list group*/

/*input*/
[data-input="001"] .form-control {
  border: 0;
  background-color: #eef1f2;
  /* background-color: #d8e7f8; */
  font-size: 0.91vw;
  color: #61758b;
}

/*input*/

/*select*/
.selectBlock
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 100%;
}

/*select*/

/*tags input*/
[data-tags-input="001"] .bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: #fff;
  background: #2855a4;
  padding: 2px 6px;
  font-size: 0.9vw;
  border-radius: 2px;
  line-height: 30px;
}

[data-tags-input="001"] .bootstrap-tagsinput {
  border: 0;
  /*padding: 0.375rem 0.75rem;*/
  line-height: 1.5;
  border-radius: 0.25rem;
  box-shadow: none;
  background-color: #eef1f2;
}

.selectBlock .bootstrap-tagsinput {
  width: 100%;
}

/*tags input*/

/*alert notification*/
/*
.theme-notification,
.confirm-notification {
    height: auto;
    text-align: left;
    position: fixed;
    top: 25%;
    left: 33.33%;
    width: 33.33%;
    font-size: 12px;
    color: #fff;
    display: none;
    z-index: 9999999;
    box-shadow: 0px 0px 10px 0px #eef1f2;
}
*/

.theme-notification,
.theme-notification-confirmation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 9999999;
  /*box-shadow: 0px 0px 10px 0px #B4C0C9;*/
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  right: 0;
}

.theme-notification .bg-white,
.theme-notification-confirmation .bg-white {
  width: 33.33%;
  margin: 10% auto;
  box-shadow: 0 0 10px 0 #b4c0c9;
}

.notification-danger .notificationImage {
  background-image: url(../images/notification-danger.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 125px;
}

.notification-success .notificationImage {
  background-image: url(../images/notification-success.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 125px;
}

.notification-warning .notificationImage {
  background-image: url(../images/notification-warning.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 125px;
}

.notification-success .notificationColor {
  color: #167303;
}

.notification-warning .notificationColor {
  color: #ffb702;
}

.notification-danger .notificationColor {
  color: #d50000;
}

.btn.confirm-notification {
  border-color: transparent;
  border-radius: 2px;
  color: #fff;
}

.btn.confirm-notification:focus,
.confirm-notification.btn:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.confirm-notification.btn:not(:disabled):not(.disabled):active {
  border-color: transparent;
}

.notification-danger .btn.confirm-notification,
.notification-danger
  .confirm-notification.btn:not(:disabled):not(.disabled):active {
  background-color: #d50000;
}

.notification-success .btn.confirm-notification,
.notification-success
  .confirm-notification.btn:not(:disabled):not(.disabled):active {
  background-color: #167303;
}

.notification-warning .btn.confirm-notification,
.notification-warning
  .confirm-notification.btn:not(:disabled):not(.disabled):active {
  background-color: #ffb702;
}

/*alert notification*/

/*page loader*/
.pageLoader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(../../assets/images/page-loader-004.gif),
    rgba(255, 255, 255, 0.9);
  background-position: center;
  background-repeat: no-repeat;
}

/*page loader*/

/*checkbox button*/

[data-checkbox-button="001"] [type="checkbox"]:not(:checked) + label::before,
[data-checkbox-button="001"] [type="checkbox"]:checked + label::before,
[data-checkbox-button="001"] [type="checkbox"]:checked + label::after,
[data-radio-button="001"] [type="radio"]:not(:checked) + label::before,
[data-radio-button="001"] [type="radio"]:checked + label::before,
[data-radio-button="001"] [type="radio"]:checked + label::after {
  display: none;
}

[data-checkbox-button="001"] .checkboxButton label + i,
[data-radio-button="001"] .checkboxButton label + i {
  position: absolute;
  right: 5px;
  top: -5px;
  transition: all 0.2s;
  opacity: 0;
  color: #2855a4;
}

[data-checkbox-button="001"] [type="checkbox"]:checked + label + i,
[data-radio-button="001"] [type="radio"]:checked + label + i {
  opacity: 1;
}

[data-checkbox-button="001"] .checkboxButton label,
[data-radio-button="001"] .checkboxButton label {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #eef1f2;
  color: #1b2e3c;
  border-radius: 2px;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.2s;
  font-size: 1vw;
}

[data-checkbox-button="001"] .checkboxButton label,
[data-radio-button="001"] .checkboxButton label {
  padding: 8px 12px;
  cursor: pointer;
}

[data-checkbox-button="001"]
  .checkboxButton
  input[type="checkbox"]:checked
  + label,
[data-radio-button="001"] .checkboxButton input[type="radio"]:checked + label {
  border: 1px solid #e8f5fc;
  background-color: #e8f5fc;
  color: #1b2e3c;
  transition: all 0.2s;
}

[data-checkbox-button="001"] .checkboxButton input[type="checkbox"],
[data-radio-button="001"] .checkboxButton input[type="radio"] {
  display: absolute;
}

[data-checkbox-button="001"] .checkboxButton input[type="checkbox"],
[data-radio-button="001"] .checkboxButton input[type="radio"] {
  position: absolute;
  opacity: 0;
}

ul.checkboxButton {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.checkboxButton li {
  float: left;
  width: 33.33%;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  margin-bottom: 12px;
}

[data-checkbox-button="001"] ul.checkboxButton label,
[data-radio-button="001"] ul.checkboxButton label {
  display: block;
  font-weight: bold;
}

/*checkbox button*/

/*bootstrap selct*/

[data-select="001"] .btn-outline-light {
  border-color: #b4c0c9;
  color: #61758b;
  font-size: 1.06vw;
}

[data-select="002"] .btn-outline-light {
  border-color: #eef1f2;
  color: #61758b;
  font-size: 1.06vw;
  background-color: #eef1f2;
  /* background-color: #d8e7f8; */
}

[data-select="001"] .bootstrap-select .dropdown-menu li a span.text,
[data-select="002"] .bootstrap-select .dropdown-menu li a span.text {
  font-size: 1vw;
}
/* This code is for select item bg color */
[data-select="001"] .dropdown-item.active,
[data-select="002"] .dropdown-item.active {
  /* background-color: #2855a4; */
  background-color: #417690;
}

[data-select="001"] .dropdown-item:active,
[data-select="002"] .dropdown-item:active {
  background-color: #eef1f2;
  /* background-color: #d8e7f8; */
  color: #1b2e3c;
}

/*bootstrap selct*/

/*Pagination*/

[data-pagination="001"] .pagination .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.9vw;
  line-height: 1.5;
  color: #1b2e3c;
}

[data-pagination="001"] .pagination .active .page-link {
  color: #fff;
}

[data-pagination="001"] .page-item.active .page-link {
  background-color: #2855a4;
  border-color: #2855a4;
}

[data-pagination="001"] .pagination .page-link:focus {
  box-shadow: none;
}

/*Pagination*/

/*Manage Theme*/
ul.checkboxButton.customSize li {
  width: 25%;
  text-align: center;
  padding-left: 0;
}

.wrapperManageTheme {
  display: none;
  z-index: 9999999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255);
  position: fixed;
  width: 28vw;
  transition: all 0.3s;
  box-shadow: 0 0 10px 0 #c3c3c3;
}

[data-template-preview="002"] .templateWrapper {
  height: 16vw;
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 4px;
}

[data-template-preview="002"] .templateWrapper img {
  cursor: pointer;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 2s ease-out;
  -webkit-transition: -webkit-transform 2s ease-out;
  transition: -webkit-transform 2s ease-out;
  transition: transform 2s ease-out;
  transition: transform 2s ease-out, -webkit-transform 2s ease-out;
  max-width: 100%;
  border-radius: 4px;
}

[data-template-preview="002"] .templateWrapper:hover img {
  -webkit-transform: translateY(-90%);
  transform: translateY(-90%);
  -webkit-transition: transform 5s ease-out;
  -webkit-transition: -webkit-transform 5s ease-out;
  transition: -webkit-transform 5s ease-out;
  transition: transform 5s ease-out;
  transition: transform 5s ease-out, -webkit-transform 5s ease-out;
}

[data-template-preview="002"] .templateWrapperDetails {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  background-color: #fff;
  padding: 10px;
}

.closeTheme {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #d50000;
  font-size: 15px;
  padding: 15px;
  cursor: pointer;
  z-index: 999;
  color: #fff;
  border-top-left-radius: 3px;
}

/*Manage Theme*/

/*Manage cards*/
[data-template-preview="003"] .templateWrapper {
  height: 16vw;
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 4px;
}

[data-template-preview="003"] .templateWrapper img {
  cursor: pointer;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 2s ease-out;
  -webkit-transition: -webkit-transform 2s ease-out;
  transition: -webkit-transform 2s ease-out;
  transition: transform 2s ease-out;
  transition: transform 2s ease-out, -webkit-transform 2s ease-out;
  max-width: 100%;
  border-radius: 4px;
}

[data-template-preview="003"] .templateWrapper:hover img {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: transform 5s ease-out;
  -webkit-transition: -webkit-transform 5s ease-out;
  transition: -webkit-transform 5s ease-out;
  transition: transform 5s ease-out;
  transition: transform 5s ease-out, -webkit-transform 5s ease-out;
}

[data-template-preview="003"] .templateWrapperDetails {
  position: absolute;
  bottom: 0;
  text-align: left;
  width: 100%;
  background-color: #fff;
  padding: 7px;
}

[data-template-preview="003"] .owl-nav {
  position: absolute;
  top: -25px;
  right: 0;
  margin-top: 0;
}

[data-template-preview="003"].owl-carousel .owl-nav [class*="owl-"] {
  padding: 0 8px !important;
  margin: 0px 5px 0px 0px !important;
  color: #fff;
  font-size: 14px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.customCircle i {
  border: 1px solid #61758b;
  padding: 7px;
  font-size: 12px;
  line-height: 45px;
  border-radius: 100%;
}

td.cards-image-list {
  width: 75px;
}

.cards-image-list img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  object-position: top;
  border-radius: 4px;
}

/*Manage cards*/

/*dashboard*/
.websiteMockupDashboard {
  width: 200px;
  height: 125px;
}

.websiteMockupDashboard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.afterCirclePlus::after {
  content: "\e61a";
  position: absolute;
  right: 0px;
  border: 1px solid #1b2e3c;
  font-family: "themify";
  width: 24px;
  border-radius: 100%;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 10px;
}

/*dashboard*/

/*workshop*/
.addWorkshopEvent [data-input="001"] .form-control {
  font-size: 1.06vw;
}

.daterangepicker .range_inputs .cancelBtn {
  background-color: #eef1f2;
  color: #1b2e3c;
}

.bgEventImage {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
}

.bgEventImage.sizeContain {
  background-size: contain;
}

.srcEventImage {
  width: 100px;
  height: 100px;
  border-radius: 4px;
  object-fit: cover;
  object-position: center;
}

.srcEventImage.sizeContain {
  object-fit: contain;
}

/*workshop*/

/*select box issues in modal*/
.modal-body [role="combobox"].dropdown-menu.show {
  min-width: 100% !important;
}

/*select box issues in modal*/

/*form error css*/
label.error {
  border-radius: 4px;
  font-size: 12px;
  padding: 3px 9px;
  display: block;
  margin-top: 5px;
  background-color: #f9e6e6;
}

/*form error css*/

/*Workshop page*/

.cBadgeAuto.cBadge {
  border-radius: 3px;
  width: auto;
  height: auto;
  padding: 0px 6px;
  line-height: normal;
}

.modal.addWorkshopEvent.show {
  padding-right: 0 !important;
}

.modal.addWorkshopEvent .modal-xl {
  margin: 0;
  max-width: 100%;
}

.modal.addWorkshopEvent .hgt-425px {
  height: auto;
}

@media (min-width: 1360px) {
  .modal.addWorkshopEvent .hgt-425px {
    height: 80vh;
  }

  .modal.addWorkshopEvent .modal-xl {
    height: 100vh;
  }
}

.modal.addWorkshopEvent .modal-content {
  border-radius: 0;
  border: 0;
}

/*Workshop page*/

/*Formleads*/
.formLeads label.mdl-form-att {
  word-break: break-word;
}

/*Formleads*/

/*input placeholder*/
.form-control::placeholder {
  font-size: 0.8vw;
}

/*input placeholder*/

/*table action icons*/
.actionSettingIcons.btn-group .btn {
  border-radius: 0;
  font-size: 1vw;
  padding: 0px;
  background-color: #e3e8e9;
  border-color: transparent;
  color: #9c9fa2;
}

.actionSettingIcons.btn-group .btn:hover {
  background-color: #1b2e3c;
  border-color: transparent;
  color: #e3e8e9;
}

.actionSettingIcons.btn-group .btn:focus {
  box-shadow: none;
}

.actionSettingIcons.btn-group i {
  display: block;
  padding: 10px;
}

.actionSettingIcons.btn-group .btn:first-of-type {
  box-shadow: 0 0 0 0.2rem rgb(65, 106, 179);
  z-index: 1;
  background-color: #2855a4;
  border-color: transparent;
  color: #fff;
}

/*table action icons*/

/*Youtube Video List Page*/

ul.toggleIcon.customWidth1 {
  width: 160px;
}

.w-130px {
  width: 130px;
}

.playIconWrapper {
  width: 75px;
  height: 75px;
  position: relative;
}

.playIconWrapper .videoThumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.playIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

/*.playIcon img {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}*/

.playIcon i {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  font-size: 24px;
  color: #847c7c;
}

/*Youtube Video List Page*/

/*more settings*/
.moreSettings {
  line-height: normal;
  padding: 0;
  list-style: none;
}

.moreSettings li {
  height: 20%;
  padding: 6px 25px;
  border-bottom: 1px solid aliceblue;
  font-size: 1vw;
  font-weight: 300;
}

.moreSettings li:first-of-type {
  background-color: #fff;
  border-left: 2px solid #2855a4;
  pointer-events: none;
  color: #2855a4;
  font-size: 1.1vw;
  font-weight: 500;
}

.moreSettings li a {
  display: block;
  color: #61758b;
}

.moreSettings li a:hover {
  text-decoration: none;
}

/*more settings*/

/*sidebar logo*/
nav#sidebar {
  /* top: 60px; */
  top: 45px;
  width: 18vw;
}

.sidebarHeader {
  position: fixed;
  top: 0;
  background: #fff;
  padding: 15px 20px;
  width: 18vw;
  z-index: 1;
  box-shadow: 0px -6px 10px rgba(0, 0, 0, 0.3);
}

#sidebar ul.components.list-unstyled {
  padding-bottom: 60px;
}

/*sidebar logo*/

/*create card page*/
.fw-600 {
  font-weight: 600;
}

.emailCard .fr-box.fr-basic .fr-wrapper {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-color: #ccc;
}

.emailCard .fr-toolbar.fr-top {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.emailCard .fr-toolbar .fr-newline {
  background-color: #ccc;
  margin-left: 0px;
  margin-right: 0px;
}

@media (min-width: 768px) {
  .dividerRight {
    border-right: 1px solid #eef1f2;
  }
}

/*create card page*/

/*subscription plan box CSS*/
.subscribeBg1,
.subscribeBg2 {
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 100%;
}

.subscribeBg1 {
  background-image: url(../images/subcription-bg1.png);
}

.subscribeBg2 {
  background-image: url(../images/subcription-bg2.png);
}

.valueBox {
  background: #eef1f2;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.09);
  border-radius: 6px 4px 4px 4px;
  margin-top: 10px;
  margin-bottom: 12px;
  padding-bottom: 5px;
}

body.bg-light {
  background-color: #eef1f2 !important;
}

.labelValue {
  background-color: #df6260;
  border-radius: 6px 2px 2px 2px;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  padding: 3px 6px;
  display: inline-block;
  vertical-align: top;
}

/*subscription plan box CSS*/

/*preview page CSS*/

.previewFrame iframe {
  border: 0;
}

.previewIcons a {
  line-height: 32px;
  width: 32px;
  height: 32px;
  text-align: center;
  display: inline-block;
}

.previewIcons a i {
  line-height: 32px;
}

.previewIcons a.active {
  background-color: #2b81cb;
  color: #fff;
}

.previewWrap,
.previewFrame {
  height: 100%;
}

[data-device="desktop"] .previewWrap {
  height: calc(100vh - 50px);
}

[data-device="desktop"] .previewWrapRoot + .previewWrapRoot,
[data-device="desktop"] .deviceLabel {
  display: none;
}

[data-device="mobile"] .previewWrap {
  width: 482px;
  border: 35px solid #000;
  border-radius: 20px;
  margin: 20px auto;
  height: 750px;
}

[data-device="mobile"] .previewWrapRoot + .previewWrapRoot .previewWrap {
  width: 784px;
  height: 420px;
  position: relative;
}

[data-device="mobile"]
  .previewWrapRoot
  + .previewWrapRoot
  .previewWrap::before {
  background-image: url(../images/mobile-preview-img2.png);
  position: absolute;
  content: "";
  top: 135px;
  left: -123px;
  height: 29px;
  width: 275px;
  transform: rotate(-90deg);
}

[data-device="mobile"] .previewWrapRoot + .previewWrapRoot .previewFrame {
  width: 684px;
  height: 100%;
  margin-left: auto;
}

[data-device="mobile"] .previewWrapRoot + .previewWrapRoot .previewImage,
.previewImage {
  display: none;
}

[data-device="mobile"] .previewImage {
  padding-left: 45px;
  margin-bottom: 15px;
  display: block;
  text-align: center;
}

[data-device="mobile"] .previewFrame {
  width: 412px;
  height: calc(100% - 44px);
}

[data-device="tablet"] .previewWrap {
  width: 868px;
  border: 50px solid #000;
  border-radius: 30px;
  margin: 20px auto;
  height: 700px;
  position: relative;
}

[data-device="tablet"] .previewFrame {
  width: 768px;
}

[data-device="tablet"] .previewWrapRoot + .previewWrapRoot .previewWrap {
  width: 1124px;
}

[data-device="tablet"] .previewWrapRoot + .previewWrapRoot .previewFrame {
  width: 1024px;
}

[data-device="tablet"] .previewWrap::before {
  content: "\f096";
  font-family: "fontawesome";
  position: absolute;
  bottom: -45px;
  background-color: #2b2a2a;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  margin: 0 auto;
  left: calc(50% - 20px);
  color: #3c3c3c;
  font-size: 24px;
}

[data-device="tablet"]
  .previewWrapRoot
  + .previewWrapRoot
  .previewWrap::before {
  right: -45px;
  top: calc(50% - 20px);
  left: auto;
}

[data-device="tablet"] .previewWrapRoot + .previewWrapRoot .previewWrap::after {
  top: 35px;
  left: -52px;
  transform: rotate(-90deg);
  width: 51px;
  height: 13px;
}

[data-device="tablet"] .previewWrap::after {
  content: "";
  position: absolute;
  top: -30px;
  right: 35px;
  background-image: url(../images/mobile-network2.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  width: 51px;
  height: 13px;
}

.deviceLabel {
  text-align: center;
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 600;
  color: #2b2a2a;
}

[data-device="tablet"] .mobPort,
[data-device="tablet"] .mobLands,
[data-device="mobile"] .ipadPort,
[data-device="mobile"] .ipadLands {
  display: none;
}

/*preview page CSS*/

/*manage company changes*/
.labelNOU {
  color: #2855a4;
  border-radius: 2px;
  font-size: 0.9vw;
  padding: 0px 10px;
  border: 1px solid #2855a4;
  position: relative;
  z-index: 1;
}

.labelNOU::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 0px;
  height: 100%;
  background: #1c3b6f;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

.labelNOU:hover::before {
  left: 0%;
  width: 100%;
  right: auto;
}

.labelNOU:hover {
  color: #fff;
}

.table-striped-lite .table-striped tbody tr:nth-of-type(2n + 1) {
  background-color: #fbfbfb;
}

.table-striped-lite[data-table="001"] .table tbody tr td,
.table-striped-lite[data-table="001"] .table thead tr th {
  border-color: transparent;
}

.spanGroup {
  border: 1px solid #1c3b6f;
  font-size: 0.9vw;
  border-radius: 2px;
  color: #1b2e3c;
}

.spanGroup span {
  background-color: #1c3b6f;
  color: #fff;
  padding: 1px 5px;
}

.spanGroup i {
  padding: 1px 5px;
  color: #1b2e3c;
}

@media (min-width: 1900px) {
  [data-table="001"] td .btnAction {
    width: auto;
    height: auto;
    line-height: initial;
    padding: 3px 21px;
  }

  .cBadge {
    width: 30px;
    height: 30px;
    line-height: 26px;
  }
}

/*manage company changes*/
/*header notification*/
.alertNotify {
  vertical-align: top;
  padding: 0px 6px;
  font-size: 12px;
  background-color: #4ac775;
  color: #fff;
  border-radius: 4px;
  margin-left: -3px;
  display: inline-block;
}

.activeNotification .ef-notification-list {
  border-bottom: 1px solid aliceblue;
}

.activeNotification .ef-notification-list b {
  font-weight: 500;
}

.notify-height {
  height: 200px;
}

.noAlertNotifi .hgt-200px {
  height: auto;
}
.noAlertNotifi li .col-12 {
  padding-bottom: 15px;
}
/*header notification*/

.noFocus .btn:focus,
.noFocus .btn:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.customVerScroll {
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #eff2f7 transparent;
}

.customVerScroll::-webkit-scrollbar {
  width: 6px;
}

.customVerScroll::-webkit-scrollbar-track {
  background: transparent;
}

.customVerScroll::-webkit-scrollbar-thumb {
  background-color: #eff2f7;
  border-radius: 3px;
}

/*custom css for switch checkbox*/

.containerSwitch > .switch {
  position: relative;
  display: block;
  vertical-align: top;
  width: 96px;
  height: 32px;
  padding: 1px;
  border-radius: 3px;
  cursor: pointer;
  margin: 0;
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #d50000;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12),
    inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}

.switch-label:before,
.switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.switch-label:before {
  content: attr(data-off);
  right: 14px;
  color: #fff;
}

.switch-label:after {
  content: attr(data-on);
  left: 14px;
  color: #fff;
  opacity: 0;
}

.switch-input:checked ~ .switch-label {
  background: #167303;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15),
    inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}

.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 1px;
  left: -5px;
  width: 32px;
  height: 32px;
  background: white;
  border-radius: 3px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}

.switch-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}

.switch-input:checked ~ .switch-handle {
  left: 64px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/*custom css for switch checkbox*/
/*custom css for sort table*/
.text-etc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sortTable table .ui-sortable-placeholder {
  background-color: transparent;
  border-color: transparent;
  position: relative;
}

.sortTable table .ui-sortable-placeholder:after {
  border: 1px dashed #2855a4;
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
}

.sortTable table .ui-sortable-handle td:first-of-type {
  padding-right: 0;
  width: 100%;
}

.ui-state-disabled.textCategory {
  opacity: 1;
  font-weight: 600;
}

.sortTable .table tbody + tbody {
  border-top: 15px solid #fff;
}

/*custom css for sort table*/
/*custom css for tooltip*/
.cTooltip {
  position: relative;
  display: inline-block;
}

.cTooltip .tooltiptext {
  visibility: hidden;
  width: 17em;
  background-color: black;
  color: #fff;
  text-align: left;
  border-radius: 3px;
  padding: 5px 8px;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -60px;
  font-size: 12px;
  font-weight: normal;
  white-space: initial;
}

.cTooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 30%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.cTooltip:hover .tooltiptext {
  visibility: visible;
}

.cTooltip .fa-info-circle {
  cursor: pointer;
}

/*custom css for tooltip*/

.bootstrap-select .dropdown-menu {
  min-width: 100% !important;
}

/*froala editor unwanted option remove css*/
.fr-command[data-param1="fr-shadow"],
button[data-cmd="videoSize"],
#imageDisplay-2,
#videoDisplay-2 {
  display: none !important;
}

/*froala editor unwanted option remove css*/

/*site settings css*/
.fileUploadFI {
  width: 60px;
  height: 60px;
  border: 2px dashed #e3e8e9;
  border-radius: 100%;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e3e8e9;
  font-size: 12px;
}

.removeFavicon {
  position: absolute;
  top: -5px;
  right: 0px;
  background-color: #efefef;
  color: #151a23;
  font-size: 8px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 100px;
  cursor: pointer;
}

.fs-40 {
  font-size: 40px;
}

.fs-30 {
  font-size: 30px;
}

.fs-28 {
  font-size: 28px;
}

.fs-26 {
  font-size: 26px;
}

.fs-25 {
  font-size: 25px;
}

.fs-24 {
  font-size: 24px;
}

.fs-22 {
  font-size: 22px;
}

.fs-20 {
  font-size: 20px;
}

.fs-18 {
  font-size: 18px;
}

.fs-16 {
  font-size: 16px;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-10 {
  font-size: 10px;
}

.fs-8 {
  font-size: 8px;
}

.fw-700 {
  font-weight: 700;
}

.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

.color-617379 {
  color: #617379;
}

.color-687278 {
  color: #687278;
}

.color-1A2E3A {
  color: #1a2e3a;
}

.color-DCDEE2 {
  color: #dcdee2;
}

.color-C5C5C5 {
  color: #c5c5c5;
}

.color-777777 {
  color: #777777;
}

.color-444444 {
  color: #444444;
}

.color-2855a4 {
  color: #2855a4;
}

.color-354752 {
  color: #354752;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.editorTextScript .fr-toolbar .fr-command.fr-btn svg path {
  fill: #151a23 !important;
}

.editorTextScript .fr-desktop .fr-command:hover:not(.fr-table-cell) {
  background-color: transparent !important;
}

.editorTextScript .fr-toolbar.fr-top {
  border-color: #efefef !important;
}

.editorTextScript.fr-box.fr-basic .fr-element {
  color: #151a23 !important;
}

.editorTextScript .fr-toolbar .fr-newline {
  background-color: transparent !important;
}

.editorTextScript.fr-box.fr-basic .fr-wrapper {
  background: #efefef !important;
  border-color: #d9d9d9 !important;
}

.emailCard .second-toolbar {
  display: none;
}

.userChkSS {
}

.userChkSS [type="checkbox"]:not(:checked) + label::after,
.userChkSS [type="checkbox"]:checked + label::after,
.userChkSS [type="checkbox"]:not(:checked) + label::before,
.userChkSS [type="checkbox"]:checked + label::before {
  top: 3px;
}

/*theme settings css*/
.asColorPicker-wrap .asColorPicker-clear {
  display: inherit;
  color: #000;
  top: -3px;
  right: 25px;
}

.asColorPicker-trigger::after {
  border: 1px solid #687278;
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  left: -3px;
  border-radius: 9px;
  top: -3px;
}

.themeT .shadowBox {
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.06);
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 6px;
}

.themeT .shadowBox:last-of-type {
  margin-bottom: 0;
}

.themePanel .border-E3E8E9 {
  border: 2px solid #e3e8e9;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 10px 15px;
}

.themePanel .componentSVGRadio input[type="radio"],
.themePanel .componentSVGRadio input[type="checkbox"],
.themePanel .componentSVGRadio label::before,
.themePanel .componentSVGRadio label::after {
  display: none;
}

.themePanel .wizardRadioActive .componentSVGRadio label {
  margin-bottom: 0.4rem;
}

.wizardRadioActive {
  /* display: inline-block;*/
  position: relative;
  z-index: 9;
}

.wizardRadioActive::before {
  content: "";
  position: absolute;
  left: 0;
  border: 1px solid #e3e8e9;
  width: 100%;
  bottom: 15px;
  z-index: -1;
}

.wizardRadioActive input[type="radio"]:checked + label svg {
  width: 10px;
  height: 10px;
}

.SVGRadioSkyBlue input[type="radio"]:checked + label svg circle {
  fill: #60b4df;
}

.SVGRadioSkyBlue input[type="radio"]:checked + label svg rect.fill {
  fill: #60b4df;
  stroke: #60b4df;
}

.selectLiteBorder .chosen-container-single .chosen-single {
  background: #f6f7f8;
  border: 2px solid #e3e8e9;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 5px 10px;
  height: auto;
  color: #1a2e3a;
}

/*.selectLiteBorder .chosen-container-single .chosen-single div b {
    background-position: top left;
}*/

.selectLiteBorder .chosen-container-single .chosen-single {
  border: 2px solid #e3e8e9;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 5px 10px;
  color: #687278;
}

.selectLiteBorder .chosen-container-single .chosen-single div {
  top: 5px;
}

.selectLiteBorder .chosen-container .chosen-drop {
  background-color: #f6f7f8;
  border-radius: 6px;
  padding: 5px;
}

.selectLiteBorder .chosen-container-single .chosen-drop {
  margin-top: 3px;
}

.selectLiteBorder .chosen-container-single .chosen-search input[type="text"],
.selectLiteBorder .chosen-container .chosen-results {
  color: #1a2e3a;
}

.selectLiteBorder .chosen-container .chosen-results li.highlighted {
  color: #fff;
}

.selectLiteBorder .chosen-container .chosen-results li.highlighted {
  background-color: #0f263a;
  color: #fff;
}

.themeB .SVGRadioWhite input[type="checkbox"]:checked + label {
  color: #24adef;
}

/*.themeB .SVGRadioWhite input[type="checkbox"]:checked + label path {
    fill: #24adef;
}*/

.tabComponent2.nav-tabs {
  border: 2px solid #e3e8e9;
  border-radius: 6px;
}

.tabComponent2.nav-tabs .nav-item {
  margin: -1px;
  flex-grow: 1;
}

.tabComponent2.nav-tabs .nav-link {
  font-size: 11px;
  border: 2px solid transparent;
  color: #1a2e3a;
  border-radius: 6px;
  padding: 0.3rem 1rem;
}

.tabComponent2.nav-tabs .nav-link.active {
  color: #0088cc;
  background: rgba(96, 180, 223, 0.1);
  border: 2px solid #0088cc;
  border-radius: 6px;
}

.tabComponent2.nav-tabs .nav-link.active:hover {
  color: #0088cc;
  background: rgba(96, 180, 223, 0.1);
  border: 2px solid #0088cc;
}

.tabComponent2.nav-tabs .nav-link:hover {
  border-color: transparent;
}

/*switch radio button*/
.themeB .btn-switch__radio_yes:checked ~ .btn-switch__label::before {
  background: #687278 !important;
  border-color: #687278 !important;
}

.themeB .btn-switch__label::before,
.themeB .btn-switch__radio_yes:checked ~ .btn-switch__label::before {
  border: 0;
}

.themeB .btn-switch__label::before {
  background: #f6f7f8 !important;
  border: 1px solid #ececec !important;
}

.componentRadio {
  font-size: 12px;
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-switch__radio {
  display: none;
}

.themeB .btn-switch__label {
  display: inline-block;
  padding: 5px 5px 5px 5px !important;
  vertical-align: top;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  color: #666;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  margin-bottom: 0;
  position: initial !important;
}

.btn-switch__label + .btn-switch__label {
  /*padding-right: .75em;
padding-left: 0;*/
}

.btn-switch__txt {
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 1.5em;
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}

.btn-switch__radio_no:checked ~ .btn-switch__label_yes .btn-switch__txt,
.btn-switch__radio_yes:checked ~ .btn-switch__label_no .btn-switch__txt {
  opacity: 0;
}

.themeB .btn-switch__label:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  background: #232e39;
  border-radius: 1.5em !important;
  border: 1px solid #687278;
  transition: background 0.2s ease-in-out;
  width: auto !important;
  height: auto !important;
}

.btn-switch__radio_yes:checked ~ .btn-switch__label:before {
  background: #0088cc;
  border-color: #99d6f4;
}

.btn-switch__label_no:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 6px;
  bottom: 0.5em;
  left: 10px;
  width: 12px;
  height: 12px;
  background: #687278;
  border-radius: 100%;
  pointer-events: none;
  transition: left 0.2s ease-in-out, background 0.2s ease-in-out;
}

.btn-switch__radio_yes:checked ~ .btn-switch__label_no:after {
  left: calc(100% - 2.2em);
  background: #fff;
}

.btn-switch__radio_no:checked ~ .btn-switch__label_yes:before,
.btn-switch__radio_yes:checked ~ .btn-switch__label_no:before {
  z-index: 1;
}

.btn-switch__radio_yes:checked ~ .btn-switch__label_yes {
  color: #fff;
}

/*switch radio button*/

.themeB figure.uploadImageWrapper {
  position: relative;
  cursor: pointer;
  border: 1px solid #f6f7f8;
  color: #232e39;
  font-size: 12px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 146px;
  border-radius: 4px;
}

.themeB figure .uploadImage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin: 10px auto;
}

.themeB figure .uploadImage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.SVGRadioBlueStroke input[type="radio"]:checked + label svg path,
.SVGRadioBlueStroke input[type="checkbox"]:checked + label svg path {
  stroke: #0088cc;
}

.SVGRadioBlueStroke input[type="radio"]:checked + label svg rect,
.SVGRadioBlueStroke input[type="checkbox"]:checked + label svg rect {
  stroke: #0088cc;
}

.SVGRadioBlueStroke input[type="radio"]:checked + label,
.SVGRadioBlueStroke input[type="checkbox"]:checked + label {
  color: #0088cc;
}

.SVGRadioBlue input[type="radio"]:checked + label svg rect,
.SVGRadioBlue input[type="checkbox"]:checked + label svg rect {
  fill: #0088cc;
  stroke: #0088cc;
}

i.iconBorder {
  border: 1px solid #687278;
  border-radius: 4px;
  width: 20px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  font-size: 10px;
}

.iconWH {
  font-size: 12px;
  color: #687278;
  margin-left: 20px;
  cursor: pointer;
}

.themeB .inputComponent,
.themeB .componentWH .input-group {
  background-color: #f6f7f8;
  color: #000;
}

.themeB .componentWH .input-group {
  border-radius: 4px;
}

.themeB .componentWH .input-group .inputComponent {
  width: 50%;
  border-radius: 4px 0px 0px 4px;
  border: 0;
  font-size: 11px;
  padding: 8px 10px;
  height: auto;
}

.themeB .componentWH .inputComponent:focus {
  outline: 0;
}

.themeB .componentWH .input-group-append {
  flex-grow: 1;
}

.themeB .componentWH .input-group .dropdown-toggle {
  background-color: #ecebeb;
  color: #000;
  border-color: transparent;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0;
  width: 30px;
}

.themeB .componentWH .input-group .dropdown-menu {
  background-color: #ffffff;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.06);
  min-width: auto;
}

.themeB .componentWH .input-group .dropdown-item {
  font-size: 11px;
  color: #000;
}

.themeB .componentWH .dropdown-item:hover,
.themeB .componentWH .dropdown-item:active {
  background-color: #f6f7f8;
}

.themeB .input-group-append.selectedValue {
  font-size: 12px;
  align-items: center;
  margin-bottom: 5px;
}

.themeB .snBrRadiusElement .input-group-append.selectedValue {
  margin-left: 3px;
}

.themeB .input-group-append.selectedValue + .input-group-append {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.componentWH .input-group button:focus {
  outline: none;
}

.componentWH .dropdown-menu > li > a,
.componentWH .dropdown-menu > ul.list-unstyled > li > a {
  font-weight: normal;
  line-height: 1.428571429;
  color: #fff;
  white-space: nowrap;
  font-size: 12px;
}

.hgt-375px {
  height: 375px;
}

.customVerScroll.hgt-375px .CodeMirror-sizer {
  min-height: 360px !important;
}

#headerScriptForm .customVerScroll,
#footerScriptForm .customVerScroll {
  padding-right: 15px;
  margin-right: -15px;
}

#headerScriptForm .CodeMirror-scroll,
#footerScriptForm .CodeMirror-scroll {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

.ti-angle-down.adjSpace {
  margin-left: 2.5px;
}

.btnThemeBlueOW .btn.btnThemeBlue {
  background-color: #2855a4;
}

a.asColorPicker-clear::after {
  content: "\e646";
  font-family: "themify";
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #cd0000;
  color: #fff;
  font-size: 8px;
  border-radius: 2px;
}

/*bootstrap select custom css*/
.themeF .bootstrap-select > .dropdown-toggle {
  background-color: #f6f7f8;
  border: 2px solid #e3e8e9;
  color: #687278;
  font-size: 13px;
  border-radius: 6px;
}

.themeF .bootstrap-select .dropdown-menu li a,
.themeF .bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: #687278;
  font-size: 13px;
}

.themeF .dropdown-item.active,
.themeF .bootstrap-select .dropdown-menu li a.dropdown-item:active {
  color: #fff;
  background-color: #1a2e3a;
}

.themeF .bootstrap-select .dropdown-menu li a.active {
  color: #fff;
}

.themeF .bootstrap-select .dropdown-toggle:focus {
  outline: 0 !important;
  outline-offset: 0;
  box-shadow: none;
}

/*bootstrap select custom css*/

/*default manage module checkbox css*/
[data-checkbox-button="001"]
  .checkboxButton
  .defaultMM
  input[type="checkbox"]:checked
  + label {
  background-color: #e3e8e9;
  border-color: transparent;
}

/*default manage module checkbox css*/
.show_grid_sec [data-template-preview="001"] .alterTW .templateWrapper {
  margin-bottom: 30px;
  box-shadow: 0 0 8px #b5b5b5;
  border: 0;
}

[data-template-preview="001"] .alterTW .templateWrapperDetails {
  border-top: 0;
  box-shadow: inset 0 0 5px #fff, 0 0 5px #dfdfdf;
  padding: 10px;
  bottom: 36px;
}

.alterTW .positionTitle {
  position: absolute;
  bottom: 0;
  z-index: 1;
  background-color: rgba(40, 85, 164);
  left: 0;
  right: 0;
  color: #fff;
  padding: 8px 10px;
  text-transform: capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1vw;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

[data-template-preview="001"] .templateWrapper.ef-effects:hover img {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*date picker plugin UI adjustment*/

.datetimepicker-days th.prev .glyphicon.glyphicon-arrow-left::after {
  content: "\f104";
  font-family: "fontawesome";
  visibility: visible;
}

.datetimepicker-days th.next .glyphicon.glyphicon-arrow-right::after {
  content: "\f105";
  font-family: "fontawesome";
  visibility: visible;
}

/*date picker plugin UI adjustment*/

/*froala editor unwanted option remove css*/
.fr-command[data-param1="fr-shadow"],
button[data-cmd="videoSize"],
button[data-cmd="paragraphStyle"],
button[data-cmd="imageDisplay"],
button[data-cmd="videoDisplay"] {
  display: none !important;
}

/*froala editor unwanted option remove css*/

/*theme settings button widget border dropdown alignment*/
.themeB .dropdown-menu.SVGRadioWhite label {
  margin-bottom: 0;
}

.themeB .dropdown-menu.SVGRadioWhite .dropdown-item {
  padding: 0.5rem 1rem;
}

/*theme settings button widget border dropdown alignment*/

/*manage role page table alignment CSS*/
.table-manage-role .w-roleName {
  width: 30%;
}

/*@media(min-width:2200px) {
    .table-manage-role .w-roleName {
        width: 175px;
    }
}*/

/*.table-manage-role thead tr th:last-of-type,
.table-manage-role tbody tr td:last-of-type {
    text-align: right !important;
}*/

.text-overflow-role {
  width: 50px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
}

/*manage role page table alignment CSS*/

/*bootstarp select box option text overflow issues CSS*/
.whitespace-normal .bootstrap-select .dropdown-item {
  white-space: normal;
}

/*bootstarp select box option text overflow issues CSS*/

@media (max-width: 992px) {
  .fs-1-60-vw,
  .fs-1-40-vw,
  .fs-2-vw,
  .fs-3-vw,
  .fs-4-vw,
  .fs-5-vw {
    font-size: 16px;
  }

  .fs-1-vw,
  .fs-1-20-vw {
    font-size: 14px;
  }

  .fs-09-vw,
  .fs-07-vw,
  [data-table="001"] .table thead tr th,
  [data-table="001"] .table tbody tr td,
  .new_dashboard_list_table tr th,
  .alterTW .positionTitle,
  [data-list-group="001"] .list-group-item a,
  [data-input="001"] .form-control,
  .form-control::placeholder,
  .custom-pickers label,
  .labelActive,
  .labelInactive,
  .labelLight,
  .labelBlue,
  div.reportrange,
  [data-select="001"] .btn-outline-light,
  header[data-header="top-0"] .input-group .form-control,
  [data-input-group="001"] .input-group .form-control,
  .mySites .flex-grow-1 a p,
  #sidebar ul li a {
    font-size: 12px;
  }

  [data-template-preview="003"] .templateWrapper {
    height: 300px;
  }
}

/*for media manager page*/
@media (max-width: 767px) {
  div.custom-card .card {
    width: 100%;
  }

  .logo .MyProjectLogoImg {
    width: 70px;
  }

  nav#sidebar {
    /* width: 80%; */
  }

  #sidebar {
    margin-left: -80%;
  }
  /*Contact Modal*/
  .addContactModal .custom-pickers label.fs-09-vw {
    font-size: 12px;
  }
  /*Contact Modal*/
}

@media (min-width: 768px) and (max-width: 1024px) {
  div.custom-card .card {
    width: 47%;
  }

  .logo .MyProjectLogoImg {
    width: 100px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  nav#sidebar {
    width: 320px;
  }

  #sidebar {
    /* margin-left: -320px; */
  }
}

/*for media manager page*/

/*Help and guides panel*/

.wrapperHAG .p-20,
.wrapperBTT .p-20 {
  padding: 20px;
}

.wrapperHAG,
.wrapperBTT {
  width: 390px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 55px;
  left: 247px;
  height: 510px;
  overflow: hidden;
  z-index: 99999;
}

.handleHAG {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: move;
}

.txtHAG {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.txtBTT {
  font-size: 16px;
  font-weight: 600;
  color: #005993;
}

.closeHAG,
.closeBTT {
  font-size: 12px;
  cursor: pointer;
  color: #000;
  margin-top: -30px;
}

.wrapperBTT .closeBTT {
  margin-top: -20px;
}

.searchHAG .form-control {
  color: #354752;
  font-size: 14px;
  border: 1px solid rgba(86, 101, 109, 0.18);
  box-sizing: border-box;
  border-radius: 6px;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

.searchHAG .form-control:focus {
  box-shadow: none;
}

.searchHAG .form-control::placeholder {
  color: #c2c2c2;
  font-size: 14px;
}

.searchHAG .input-group-text {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #000;
  border-color: transparent;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
}

.contentHAG .hgt {
  height: 250px;
}

.contentHAG .titleCol {
  color: #354752;
  font-size: 16px;
  font-weight: 600;
}

.contentHAG .subTitleCol {
  color: #56656d;
  font-size: 14px;
}

.contentHAG .card {
  border-radius: 0;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(86, 101, 109, 0.18) !important;
}

.contentHAG .card + .card {
  padding-top: 10px;
}

.contentHAG .card:last-of-type {
  border-bottom: 0 !important;
}

.contentHAG .card-body {
  padding: 0;
}

.contentHAG .card-header {
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding-bottom: 0.5rem;
  position: relative;
}

.contentHAG .card-body p {
  color: #354752;
  font-size: 16px;
}

.contentHAG .card-body p:hover {
  color: #005993;
  text-decoration: underline;
  cursor: pointer;
}

.contentHAG [aria-expanded="true"]::after,
.contentHAG [aria-expanded="false"]::after {
  position: absolute;
  right: 0;
  top: 0px;
  font-family: "fontawesome";
}

.contentHAG [aria-expanded="true"]::after {
  content: "\f107";
  color: #005993;
}

.contentHAG [aria-expanded="false"]::after {
  content: "\f105";
}

.contentHAG [aria-expanded="true"] .titleCol {
  color: #005993;
}

.color-005993 {
  color: #005993;
}

.typoWrapper h1,
.typoWrapper h2,
.typoWrapper h3,
.typoWrapper h4,
.typoWrapper h5,
.typoWrapper h6 {
  color: #354752 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  margin-bottom: 0.5rem !important;
  line-height: normal !important;
}

.typoWrapper p {
  color: #56656d !important;
  font-size: 14px !important;
  font-weight: normal !important;
  margin-bottom: 0.5rem !important;
  line-height: normal !important;
}

.typoWrapper ul,
.typoWrapper ol {
  margin: 0 0 0.5rem 0;
  padding-left: 15px;
}

.typoWrapper ul li,
.typoWrapper ol li {
  margin-bottom: 0.2rem !important;
  color: #56656d !important;
  font-size: 14px !important;
  line-height: normal !important;
}

.typoWrapper ul li ul,
.typoWrapper ol li ul {
  margin-bottom: 0rem;
}

.wrapperBTT .contentHAG .hgt {
  height: 425px;
}

.typoWrapper img {
  max-width: 100% !important;
  height: auto !important;
  margin-bottom: 1rem;
  width: 100% !important;
}

.typoWrapper a {
  color: #005993 !important;
  transition: all 0.3s ease;
}

.typoWrapper a:hover {
  text-decoration: underline !important;
}

.typoWrapper iframe,
.typoWrapper video {
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 0.5rem;
}

.clickBTT {
  cursor: pointer;
}

.contentHAG .noRecords {
  background-color: #c5dbf2;
  border-radius: 6px;
  font-size: 18px;
  padding: 10px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: #354752;
}

.wrapperHAG .customVerScroll,
.wrapperBTT .customVerScroll {
  scrollbar-color: #eff2f7 transparent;
}

.wrapperHAG .customVerScroll::-webkit-scrollbar-thumb,
.wrapperBTT .customVerScroll::-webkit-scrollbar-thumb {
  background-color: #eff2f7;
}

.wrapperBTT hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/*Help and guides panel*/

/*New Logo CSS*/
.sidebarHeader .logo img {
  max-width: 100%;
  height: auto;
}
/*New Logo CSS*/
@media (min-width: 1800px) {
  #sidebar ul.components.list-unstyled {
    padding-top: 30px;
  }
}
@media (min-width: 2000px) {
  #sidebar ul.components.list-unstyled {
    padding-top: 40px;
  }
}

@media (max-width: 413px) {
  .notification .dropdown-menu {
    min-width: 14rem;
  }
}

/* add new code */
.select2-container--bootstrap .select2-selection {
  box-shadow: unset !important;
  border: unset !important;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  font-size: 13px !important;
}
.select2-container--bootstrap .select2-results__option {
  font-family: "acumin-pro", sans-serif !important;
  font-size: 0.8rem !important;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #ffffff !important;
  background: #283A5E !important;
  border: none !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1440px) {
  .select2-container {
    /*width: 100% !important;*/
  }
}

@media only screen and (min-device-width: 1921px) and (max-device-width: 2960px) {
  .select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field,
  .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
  .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    font-size: 1.06vw !important;
    height: 45px !important;
  }
  .select2-container--bootstrap .select2-results__option {
    font-size: 1vw !important;
  }
}

/* 25/0-9/2024 */
.idea_image_inout{
  border: 1px solid #eae5e5;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
}
.idea_image_inout:focus-visible {
 outline: none;
}
.table tbody tr td:first-of-type label:before,
.table thead tr th:first-of-type label:before,
.table tbody tr td:first-of-type label::after,
.table thead tr th:first-of-type label::after{
   top:-5px;
} 
.table tbody tr td:last-child {
  max-width:100%;
 }
 input[type="number"] {
  -moz-appearance: textfield;
}
 /*  */

 @media only screen and (min-width: 1600px) {
  .table tbody tr td:first-of-type label:before,
  .table thead tr th:first-of-type label:before,
  .table tbody tr td:first-of-type label::after,
  .table thead tr th:first-of-type label::after{
    top:-7px;
  } 
}
