:root {
  --white: #fff;
  --black: #090f20;
  --blackshade2:#070F21;
  --primary-color: #9160fc;
  --border-color: #dadbde;
  --grey: #9d9fa6;
  --purple: #c8affd;
  --pink: #ff64c4;
  --bg-color: #e2e9f3;
  --selectPH:#202737;
}

@font-face {
  font-family: Satoshi;
  src: url("./fonts/satoshi/Satoshi-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: Satoshi;
  src: url("./fonts/satoshi/Satoshi-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: DM Sans;
  src: url("./fonts/DM_sans/DMSans-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: DM Sans;
  src: url("./fonts/DM_sans/DMSans-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: DM Sans;
  src: url("./fonts/DM_sans/DMSans-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

body,
.skin-blue a {
  /* font-family: 'Satoshi', sans-serif !important; */
  font-family: "DM Sans", sans-serif !important;
  color: var(--black) !important;
}
.box.box-primary .form-control.AI_textarea {
  height: 100% !important;
  max-height: 95% !important;
  margin-top: 23px !important;
}

.skin-blue label {
  font-family: "DM Sans", sans-serif !important;
}

.btn {
  font-size: 16px !important;
}

a.btn-primary {
  color: var(--white) !important;
}

.btn-primary {
  background-color: var(--primary-color) !important;
  padding: 12px 24px;
  font-size: 14px !important;
  font-weight: 700 !important;
  border: none !important;
}

.btn-sm {
  padding: 6px 12px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.btn-black {
  background-color: var(--black) !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.m-0 {
  margin: 0 !important;
}

.a_tag {
  color: var(--primary-color) !important;
  text-decoration: none;
}

.p-0 {
  padding: 0 !important;
}

.p-20 {
  padding: 20px !important;
}

.p-30 {
  padding: 30px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.py-20 {
  padding: 20px 0 !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mx-10 {
  margin: 0 10px !important;
}

.mx-20 {
  margin: 0 20px !important;
}

.my-10 {
  margin: 10px 0 !important;
}

.my-20 {
  margin: 20px 0 !important;
}

.my-40 {
  margin: 40px 0 !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.fz-10 {
  font-size: 10px !important;
}

.fz-30 {
  font-size: 30px !important;
}

.fz-13 {
  font-size: 13px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-15 {
  font-size: 15px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-17 {
  font-size: 17px !important;
}

.fz-18 {
  font-size: 18px !important;
}

.fz-20 {
  font-size: 20px !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.w100 {
  width: 100% !important;
}

.w_auto {
  width: auto !important;
}

.minW150 {
  min-width: 150px !important;
}

.minW200 {
  min-width: 200px !important;
}

.h100 {
  height: 100% !important;
}

.purple_bg {
  background: #9160fc1a !important;
}

.grey_bg {
  background-color: #f1f4f9 !important;
}

.bg_primary {
  background-color: var(--primary-color) !important;
}

.btn-rounded {
  border-radius: 30px !important;
}

.btn-rounded-6 {
  border-radius: 6px !important;
}

.text_grey {
  color: var(--grey) !important;
}
.text_span {
  color: #67748e !important;
}

.text_black {
  color: var(--black) !important;
}
.text_blackshade2{
  color: var(--blackshade2) !important;
}

.text_white {
  color: var(--white) !important;
}

.text_purple {
  color: var(--primary-color) !important;
}

.flex-center {
  display: flex;
  align-items: center;
}
.flex-between {
  display: flex;
  justify-content: space-between !important;
}
.text-right {
  text-align: right !important;
}

.row_flex {
  flex-direction: row !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-center {
  justify-content: center !important;
}

.gap-between > a {
  padding: 0 20px;
}

.flex_row {
  display: flex;
  flex-wrap: wrap;
}

.d-flex {
  display: flex !important;
}

.flex-1 {
  flex: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.box-shadow {
  box-shadow: 0px 2px 1px 0px #070f210d !important;
}

.no-border {
  border: none !important;
}

.skin-blue label {
  font-weight: 600 !important;
  color: var(--blackshade2) !important;
}

.skin-blue .form-control,
.box.box-primary .select2-selection {
  background-color: var(--white) !important;
  max-height: 50px;
  padding: 15px 18px !important;
  border: 1px solid var(--border-color) !important;
  border-radius: 10px !important;
  color: var(--black) !important;
  height: 100%;
}

.box.box-primary textarea::placeholder {
  color: var(--grey) !important;
}
.login-box-body ::placeholder {
  color: var(--black) !important;
}
::placeholder {
  color: var(--grey) !important;
  opacity: 1;
  font-weight: 400;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12-18 */
  color: var(--grey) !important;
}

.skin-blue .form-control:focus,
.box.box-primary .select2-selection:focus {
  border-color: var(--purple) !important;
}

.btn-outline {
  border: 1px solid var(--border-color);
  background: transparent;
  color: var(--primary-color);
}

.btn-outline:hover {
  border: 1px solid var(--border-color);
}
.btn-transparent {
  background: transparent;
  border: none;
}

.btn-primary-outline {
  border: 1px solid var(--primary-color) !important;
  background: transparent;
  color: var(--black);
}

.cutoff_text {
  width: 83%;
  text-align: center;
  border-bottom: 1px solid var(--border-color);
  line-height: 0.1em;
  margin: 20px auto 30px;
}

.cutoff_text span {
  background: #fff;
  padding: 0 10px;
  color: var(--black);
  font-weight: 500 !important;
  font-size: 13px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-auto {
  margin-left: auto !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.header_section .logo {
  width: 275px;
  height: 36px;
}

.form-control {
  background-color: var(--white) !important;
  max-height: 50px;
  padding: 15px 18px !important;
  border: 1px solid var(--border-color) !important;
  border-radius: 10px !important;
  color: var(--black) !important;
  height: 100%;
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--purple) !important;
}

.pw-field {
  position: relative;
}
.pw-field button {
  position: absolute;
  right: 0;
  top: 29%;
}
/* Login */
.login-page {
  padding: 0;
}

.login-box-body,
.register-box-body {
  background: #fff;
  padding: 0px;
  border-top: 0;
  color: #666;
}

.login-page .innerSection {
  padding: 10px 45px !important;
}

.login-flex .login-form .login-box-body {
  border-radius: 10px !important;
  position: relative;
  margin: auto !important;
  width: 100%;
  font-family: "Satoshi", sans-serif !important;
}

body .login-flex .login-form .login-box-body {
  max-width: 460px;
  margin-top: 50px !important;
}
body
  .login-flex
  .login-form
  .login-box-body
  > .row
  .col-xs-6:not(.active):hover
  .login-box-msg {
  border-bottom: 2px solid var(--primary-color);
}

.login-flex .login-form .login-box-body > .row {
  padding: 10px 45px;
}

.login-flex .login-form .login-box-body > .row:first-child > div {
  padding: 0;
}

.login-flex .login-form .login-box-body > .row:first-child {
  padding: 0px 20px;
}

.login-flex .login-form .login-box-body .btn-outline {
  width: 100%;
  padding: 12px 13px;
  border-radius: 30px;
  margin: 8px 0;
  font-weight: 600;
}

.login-flex .login-form .login-box-body .btn-outline span {
  font-weight: 600 !important;
  font-size: 15px;
  padding-left: 6px;
}

.login-flex .login-form .login-box-body .btn-outline:hover {
  border: 1px solid var(--border-color);
  color: var(--primary-color);
}

.login-flex .login-form .btn-primary {
  width: 100%;
  padding: 12px 18px;
  background-color: var(--primary-color);
  border-radius: inherit !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  font-family: 'Satoshi', sans-serif !important;
}

.login-flex .login-form .login-box-body .a_tag {
  margin: 10px 0 20px 0 !important;
  display: inline-block;
  font-size: 15px;
  color: var(--blackshade2) !important;
}

.login-box-msg {
  padding: 15px !important;
  font-size: 15px !important;
  font-weight: 600;
}

.active .login-box-msg {
  border-bottom: 2px solid var(--primary-color) !important;
  color: var(--black) !important;
}

.login-flex .login-form .pattern1 {
  max-width: 450px;
  position: absolute;
  right: 0px;
  width: 100%;
  top: 0px;
}

.login-flex .login-form .pattern2 {
  max-width: 700px;
  position: absolute;
  left: -199px;
  width: 100%;
  bottom: -57px;
}

.login-flex .login-form {
  width: 100% !important;
  background-color: #f1f4f9;
  overflow: hidden;
  position: relative;
  align-items: center;
  min-height: 100vh;
  height: 100% !important;
  padding: 20px 10px 50px;
  display: flex;
  flex-direction: column;
}

.login-flex .login-form .header_section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 60px;
  position: relative;
  margin-bottom: 20px !important;
}

.login-flex .login-form .header_section .a_tag span {
  font-weight: 600 !important;
}
.login-flex .login-form .login-box-body .login-box-msg{
  font-family: 'Satoshi', sans-serif !important;

}
.login-flex .login-form .login-box-body a.login-box-msg {
  padding: 15px;
  font-size: 15px !important;
  font-weight: 600;
  display: block;
  color: #090F2066 !important;
  border-bottom: 1px solid #ebf6f8;
  font-family: 'Satoshi', sans-serif !important;
}
.login-box-msg,
.register-box-msg {
  margin: 0;
  text-align: center;
  padding: 0 20px 20px 20px;
}

/* register */
.login-box {
  position: relative;
  min-height: 100%;
  width: 100% !important;
  margin: 0 0 0 0;
}

.login-box .login-flex {
  display: flex;
}
.skin-blue .register-page label{
    color: var(--blackshade2) !important;
}

body .register-page.login-box .login-box-body {
  max-width: 600px;
  padding: 50px 20px;
  margin: 50px auto !important;
}

.register-box-msg {
  font-size: 28px;
  font-weight: 700;
  color: var(--black) !important;
  padding-bottom: 10px;
}

/* sign up */
.signup.login-box-body {
  padding: 30px 0;
  max-width: 550px !important;
}
body .login-box .signup.login-box-body .cutoff_text {
  width: 90%;
}
body .login-box .signup.login-box-body span {
  font-weight: 600 !important;
}
body .login-box .signup.login-box-body {
  max-width: 550px;
  padding: 60px 0px;
  margin: 50px auto !important;
}
body .login-box .signup.login-box-body .a_tag {
  margin: 0 !important;
}
body .login-box .signup.login-box-body .btn-primary,
body .register-page.login-box .login-box-body .btn-primary {
  color: white !important;
  font-size: 15px !important;
  border-radius: 30px !important;
}

/* Header */
.main-header .navbar {
  margin-left: 0;
}
/* .main-header .navbar-static-top .top_menu {
  padding-left: 200px;
} */
.main-header .logo {
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  display: block;
  float: left;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  width: 240px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
  font-weight: 300;
  overflow: hidden;
  margin-left: 25px;
}

.notify_dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: var(--pink);
  display: inline-block;
  position: absolute;
  right: 17px;
  top: 8px;
  border: 2px solid var(--white);
}

.main-header .navbar-custom-menu .notification.dropdown {
  position: relative;
}

.main-header .navbar-custom-menu .notification.dropdown a {
  border-right: 1px solid var(--border-color);
  padding: 6px 15px;
}

.main-header .navbar-custom-menu .user-menu.dropdown i {
  transform: translateY(-1px);
  margin-left: 15px;
}

.navbar-custom-menu .nav.navbar-nav {
  display: flex;
  align-items: center;
}

.main-header .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 10px 0;
  flex-wrap: nowrap;
}

.main-header .navbar.menu_items {
  justify-content: center;
  background-color: #363d4c !important;
}

.main-header .navbar.menu_items div {
  color: var(--white);
}

.main-header .navbar::before,
.main-header .navbar::after {
  content: none;
}

/*  */
.bordered_card {
  background-color: white;
  padding: 40px 60px;
  border-radius: 10px;
  border-top: 5px solid var(--primary-color);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  text-align: center;
  max-width: 600px;
}

.bordered_card_container {
  max-width: 600px;
  margin: auto;
  padding: 100px 20px !important;
}

.extended_card {
  background-color: #e2e9f3;
  padding: 20px 60px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  text-align: center;
}

.title {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  color: #070f21;
  line-height: 24px;
}

.subtitle {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #070f21;
  line-height: 20px;
}

.card {
  background-color: white !important;
  padding: 35px 30px;
  border-radius: 10px;
  box-shadow: 0px 2px 1px 0px #070f210d !important;
  border: 2px solid #fff;
}

.card .card-img-top {
  width: 100%;
  aspect-ratio: 2 / 1;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: auto !important;
  object-fit: initial;
}

.card .card-img-top.publish_icon {
  width: 16px;
  height: 16px !important;
  margin-bottom: 4px;
  margin-right: 5px;
}

.img_card_row > div {
  margin-bottom: 20px;
}

.img_card {
  padding: 0;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.img_card .card-body .status {
  display: inline-block;
  padding: 2px 14px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif !important;
}

.img_card .card-body .status.pending {
  background-color: #f4efff;
  color: var(--primary-color);
}

.img_card .card-body {
  padding: 10px;
}


.img_card .card_btns {
  display: flex;
  align-items: center;
  border-top: 1px solid var(--border-color);
}

.img_card .card_btns a {
  width: 100%;
  padding: 10px;
}
.img_card .card_btns a:hover{
  box-shadow: none !important;
}

.img_card .card_btns_4 {
  padding: 10px 20px;
  border-top: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.img_card .card_btns_4 a {
  display: flex;
  align-items: center;
  padding: 0;
  box-shadow: none;
}

.img_card .card_btn_single a {
  padding: 20px;
  text-align: left;
  padding-top: 0;
  width: 100%;
}

.card-sm {
  background-color: white;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0px 2px 1px 0px #070f210d;
  border: 1px solid #e6e7e9;
}

.card.active {
  border: 2px solid var(--primary-color);
  position: relative;
}

.card_square {
  padding: 55px 30px;
}

.active_icon {
  display: none;
}

.card.active .active_icon {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  top: -8px;
  right: -8px;
}

.card.active .active_icon img {
  width: 12px;
}

.icon_box {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon_box-sm {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-lg {
  width: 100px;
  height: 100px;
}

.borderR-50 {
  border-radius: 50% !important;
}

.flex-col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.list_view {
  list-style-type: none;
  padding: 0;
  width: 100%;
  margin-bottom: 0;
}
.box.box-primary
  .form-group
  .input-group
  .input-group-addon-right
  + .form-control {
  position: relative;
  z-index: 999;
  background-color: transparent !important;
}
.box.box-primary .form-group .input-group {
  width: 100%;
}
.box.box-primary .form-group .input-group .input-group-addon-right {
  position: absolute;
  right: 11px;
  z-index: 999;
  top: 20%;
  width: 32px;
  height: 32px;
  background-color: #f1f4f9;
  /* text-align: center; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
}
.skin-blue .wizard ul.list_view li {
  background-color: transparent !important;
  padding: 12px 20px;
  border-top: 1px solid #ddd;
}

.row .col-xs-12 {
  margin-bottom: 20px;
}

.box-body .row .col-xs-12 {
  margin-bottom: 0px;
}
.wrapper {
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
/* sidebar */
.sidebar-menu > li > a {
  padding: 12px 5px 12px 15px;
  background-color: var(--blackshade2) !important;
  border-left: 4px solid transparent;
}
.sidebar-menu > li > a span {
  font-size: 15px !important;
}

.sidebar-menu > li > a:hover {
  border-left: 4px solid var(--primary-color);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.sidebar-menu > li.active > a {
  border-left: 4px solid var(--primary-color);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.sidebar {
  padding: 0;
}

.sidebar-menu {
  padding-top: 30px;
  background-color: var(--blackshade2) !important;
}
.navbar-expand-xl .navbar-toggler {
  margin: 15px 0;
}
.main-sidebar .sidebar{
  height: 100%;
  min-height: 86vh;
  background-color: var(--black-shade) !important;

}

.main-sidebar {
  background-color: var(--blackshade2) !important;
  position: fixed;
  top: 134px;
  left: 0;
  padding-top: 0 !important;
  min-height: 100%;
  width: 300px;
  /* z-index: 1031 !important; */
  z-index: 1 !important;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

.sidebar-menu > li > a > i {
  color: #fff !important;
  opacity: 0.6;
  width: 26px;
}

.sidebar-menu > li:hover > a > i {
  opacity: 1;
}

.box.box-primary .form-group .input-group .input-group-addon {
  position: absolute;
  left: 11px;
  z-index: 999;
  top: 29%;
}

.box.box-primary .form-group .input-group {
  width: 100%;
}

.box.box-primary .form-group .input-group .input-group-addon + .form-control {
  padding-left: 35px !important;
}

.breadcrumb {
  margin-bottom: 8px;
}

.breadcrumb > .active {
  color: #070f21 !important;
}

.breadcrumb .breadcrumb-item a {
  color: var(--grey) !important;
}

.breadcrumb > li + li:before {
  content: ">";
}

/* content  */
.content {
  padding: 10px 65px 30px 65px !important;
  background-color: #f1f4f9 !important;
  min-height: 67vh;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.content .box.box-primary p {
  font-family: "DM Sans", sans-serif !important;
}

.content-header > h1 {
  display: block;
  font-size: 42px;
  font-weight: 600;
  z-index: 1;
  position: relative;
}

.content-header {
  padding: 55px 65px 55px 65px;
  margin: 0;
  overflow: hidden;
}

.content-header .pattern2 {
  position: absolute;
  top: -320px;
  right: 210px;
  width: 420px;
}

.content-header .pattern1 {
  position: absolute;
  right: -122px;
  top: -90px;
  width: 550px;
}

.content-wrapper {
  background-color: var(--bg-color) !important;
}
.content-wrapper,
.right-side,
.main-footer {
  -webkit-transition: -webkit-transform 0.3s ease-in-out,
    margin 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  margin-left: 300px;
  z-index: 820;
}

/* .content-wrapper form{
      padding: 30px 0;
  } */

.box .box-header {
  margin: 0;
  padding-bottom: 20px;
}

.box .box-header h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--blackshade2);
  margin: 0;
  font-family: "DM Sans", sans-serif !important;
}

.skin-blue .box.borderless {
  padding: 22px 35px;
  box-shadow: 0px 2px 1px 0px #070f210d;
  border-radius: 12px;
}
.skin-blue .box.borderless td {
  padding: 15px 0;
  border-bottom: 1px solid #e2e9f39e;
  color: var(--black);

}
.skin-blue .box.borderless td span{
  color: var(--black);

}
.skin-blue .box.borderless tr:last-child td {
  border: none;
}
.skin-blue .box.borderless th {
  padding: 0 0 18px 0;
  font-weight: 600;
  color: var(--black);
  border-top: none;
  border-bottom: none;
}
.box-body {
  /* padding-top: 20px !important; */
  padding: 0;
}

.box.box-primary .form-group {
  margin-bottom: 20px;
}

.box.box-primary .form-control,
.box.box-primary .select2-selection {
  border-radius: 4px !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 15px;
}
.box.box-primary .select2-selection {
  padding-left: 6px !important;
}

/* .box.box-primary textarea.form-control {
    max-height: max-content !important;
    padding: 25px 18px !important;
    line-height: 24px;
  } */

.box.box-primary .select2-selection {
  min-height: 50px;
}

/* .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: var(--blackshade2) transparent transparent transparent;
} */

/* .select2-container {
    width: 100% !important;
  } */

/* box-primary upload */
.fa-trash-can{
  color: rgb(249, 72, 72);
}
.upload_container {
  background: #f1f4f966;
  padding: 30px 20px;
  border: 1px dashed var(--border-color);
  border-radius: 4px;
  text-align: center;
}

.br-left {
  border-left: 1px solid var(--border-color);
}

.drop-zone {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  color: #cccccc;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none !important;
}

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}

.custom-file-upload {
  cursor: pointer;
}

.upload_container label {
  color: var(--white) !important;
}

.note_ul {
  background-color: #f1f4f9;
  padding: 20px 35px;
  border-radius: 4px;
}

/* video play */
#videoPlayer {
  height: auto;
  border-radius: 10px;
  border: none;
  min-height: 250px;
}

.video_container {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 30px;
}

#playButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  /* opacity: 0; */
  transition: opacity 0.3s ease;
  width: 40px;
  height: 40px;
  background-color: #9160fc;
  border-radius: 50%;
}

.video_container:hover #playButton {
  opacity: 1 !important;
}

#playButton i {
  font-size: 16px;
  color: white;
}

/* swap images */
#imageListId {
  display: flex;
  flex-wrap: wrap;
}

#imageListId img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 5px;
}

#imageListId .listitemClass {
  max-width: 25%;
  border-radius: 8px;
  width: 100%;
  aspect-ratio: 1;
}

.breadcrumb {
  padding: 8px 0px;
}

.modal {
  background: rgba(0, 0, 0, 0.6);
}

.res_top_menu,
.res_main_menu {
  display: none;
}

/* datatable */
.dataTable span.dt-column-title {
  color: var(--black) !important;
  font-weight: 600 !important;
}

table.dataTable thead > tr > th.dt-orderable-asc:hover,
table.dataTable thead > tr > th.dt-orderable-desc:hover {
  outline: 0 !important;
  outline-offset: 0 !important;
}

table.dataTable > thead > tr > th,
div.dt-container.dt-empty-footer tbody > tr:last-child > *,
div.dt-container.dt-empty-footer .dt-scroll-body {
  border-bottom: 0 !important;
}

table.dataTable.row-border > tbody > tr > * {
  border-color: #eeeeee !important;
}

.progress {
  height: 6px;
  width: 100%;
  margin: 0;
  margin-right: 10px;
  background-color: #e2e9f3;
}

.progress-bar {
  background-color: var(--primary-color);
}

.search_field {
  width: 30%;

  border-radius: 100px;
}

.dropdown-item {
  display: block;
  padding: 4px 12px;
}

.search_field input.form-control.w100 {
  border: 1px solid var(--border-color);
  padding: 12px 0 !important;
  font-size: 14px !important;
  font-weight: 400;
  border-radius: 10px !important;
  padding-left: 40px !important;
}

.search_field.input-group .input-group-addon {
  position: absolute;
  left: 2px;
  z-index: 6;
  background-color: white;
  padding: 12px 10px;
  top: 3px;
  border-radius: 4px;
}
.listing-form .search_field.input-group .input-group-addon{
  top: 6px;
}
.search_field input.form-control {
  padding-left: 40px !important;
  font-family: "DM Sans", sans-serif !important;

}
.search_field .form-control::placeholder {
  color: var(--grey) !important;
}

.fil-sort .btn {
  background-color: var(--white);
  font-size: 14px !important;
  font-weight: 700;
  padding: 8px 12px 8px 12px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  color: var(--black);
}

.sidebar_toggle {
  display: none;
}

/* campaign_creation */
.campaign_creation .search_field {
  border-radius: 4px;
}

.campaign_creation #dropdownMenuButton {
  background-color: transparent;
  padding: 0;
  color: var(--grey);
}

.campaign_creation .card_img {
  width: 180px;
  height: 150px;
  object-fit: cover;
  border-radius: 5px;
}

.create_field span {
  position: absolute;
  z-index: 9;
  top: 30%;
  left: 20px;
  background-color: transparent !important;
}

.create_field .form-control {
  padding-left: 45px !important;
  border: 1px solid #202737;
  background: #2027370d !important;
  font-family: "DM Sans", sans-serif !important;
  font-weight: 400 !important;
}

.create_field .form-control::placeholder {
  color: var(--grey) !important;
}

/* define_targeting */
.define_targeting .note > div:first-child {
  padding: 30px 80px 30px 10px;
}

.define_targeting .note > div:last-child {
  padding: 30px 10px 30px 80px;
}

/* nav */
.navbar.fixed-top {
  top: 70px;
}
.draftPage .top-controls-container {
  display: none;
}
.theme-default .navbar-main.navbar {
  background-color: #363d4c !important;
  height: 64px;
}
.nav-tabs.nav-underline > li.active:before {
  content: none;
}

.top-user-menus {
  position: absolute !important;
}
/* .btn-secondary:hover{
	background-color: transparent !important;
    border-color: transparent !important;
} */
.dropdown-menu > li > a span,
.user-menu-titles span {
  color: var(--black);
}
.navbar-main .navbar-nav .lvl-1 span {
  color: white !important;
}

#property_headline {
  min-height: 100px;
}
.ui-datepicker .ui-datepicker-title span {
  color: black !important;
}
.internalTabs > a {
  padding: 0 15px 10px;
}

.internalTabs a.active {
  border-bottom: 3px solid var(--primary-color);
  padding-bottom: 5px;
}
.main-sidebar .navbar-icon svg path {
  fill: white !important;
}
.main-sidebar .navbar-icon svg {
  max-width: 17px !important;
}
.sidebar-menu > li > a {
  display: flex;
  align-items: center;
}

.internalTabs img {
  filter: invert(1);
}
.internalTabs a span {
  color: var(--blackshade2);
  font-size: 16px;
}
.internalTabs .descImg {
  filter: brightness(0.5);
}
.breadcrumbs_tabs > nav {
  width: 30%;
}
select option:checked,
select option:hover {
  background-color: var(--primary-color) !important;
  color: white;
}
.main-menu li.active {
  background-color: rgba(255, 255, 255, 0.1);
}
.main-menu li.active > a {
  border-bottom: 4px solid var(--primary-color) !important;
  padding-bottom: 15px !important;
}
.mapDiv {
  position: relative;
  z-index: 1;
}
.mapDiv .resetbtn {
  position: absolute;
  z-index: 1111;
  right: 11px;
  top: 10px;
  padding: 4px 7px;
  border-radius: 4px;
  box-shadow: none;
  border: 2px solid #c2bebe;
  background-color: white;
}
a[title]:hover::after {
  background-color: rgba(0, 0, 0, 0.8) !important;
  color: #ffffff !important;
}
.tooltip-inner {
  font-family: "DM Sans", sans-serif !important;
}

.skin-blue.middle-bar-open .page-container .content-wrapper {
  max-width: calc(100% - 720px);
  transition: max-width 5s ease-in-out;
}
.middle-bar > .content {
  min-height: calc(100vh - 87px);
}
.main-header .navbar-right .navbar-icon .menu-user-avatar {
  width: 30px;
  height: 30px;
  transform: none;
}
.main-header .navbar-right .dropdown-toggle::after {
  opacity: 1;
}
.login-box .alert {
  position: absolute;
  padding-left: 50px;
  top: 30px;
  z-index: 1;
  max-width: 460px;
  margin: auto;
  left: 0;
  right: 0;
}
.login-box .alert p {
  color: white;
}

/* adminlogin */
.adminlogin .navbar.fixed-top {
  top: 0;
}
.adminlogin.leftbar #mainAppNav {
  background-color: #363d4c !important;
}
.adminlogin.leftbar .navbar-brand {
  margin-bottom: 0;
  width: 200px;
}
.adminlogin.leftbar-closed .navbar-main {
  height: 100vh;
}
.adminlogin.leftbar .main-menu {
  max-height: calc(100vh - 149px) !important;
}
.adminlogin.leftbar .navbar-main .navbar-nav .lvl-1 {
  margin: 0;
}
.adminlogin.leftbar .dropdown-menu > li > a span {
  color: rgba(255, 255, 255, 0.55);
}
.adminlogin.leftbar-closed .dropdown-menu > li > a span,
.adminlogin.leftbar-closed .dropdown-menu > li > a svg {
  color: #777;
}
.adminlogin.leftbar .navbar-brand > img {
  max-width: 200px;
}
.adminlogin.leftbar .main-menu li.active {
  /* border-left: 4px solid var(--primary-color); */
  border-bottom: none;
}
.adminlogin.leftbar .main-menu li.dropdown.active {
  border-left: none;
}
.adminlogin.leftbar.middle-bar-open .page-container {
  max-width: calc(100% - 400px);
  transition: max-width 5s ease-in-out;
  margin-right: 0;
  padding-right: 20px !important;
}
.adminlogin .top-user-menus.dropdown-menu li > a:hover {
  background-color: var(--primary-color);
  color: white;
}
.adminlogin.leftbar
  .navbar-main:not(.navbar-right)
  .main-menu
  ul.dropdown-menu:not(.top-user-menus)
  .nav-item
  a.dropdown-item:hover {
  background-color: var(--primary-color) !important;
  color: white;
}
.adminlogin.leftbar-closed .dropdown-menu > li > a:hover svg,
.adminlogin.leftbar-closed .dropdown-menu > li > a:hover span {
  color: white;
}
.adminlogin.leftbar-closed
  .navbar-main:not(.navbar-right)
  .main-menu
  ul.dropdown-menu:not(.top-user-menus)
  .nav-item
  a.dropdown-item {
  color: #777;
}
.adminlogin.leftbar-closed
  .main-menu
  li.dropdown.active
  > .dropdown-menu
  .nav-item.active {
  background-color: var(--primary-color);
  border: none;
}
.adminlogin.leftbar-closed
  .main-menu
  li.dropdown.active
  > .dropdown-menu
  .nav-item.active
  a,
.adminlogin.leftbar-closed
  .main-menu
  li.dropdown.active
  > .dropdown-menu
  .nav-item.active
  a
  .navbar-icon,
.adminlogin.leftbar-closed
  .main-menu
  li.dropdown.active
  > .dropdown-menu
  .nav-item.active
  a
  span,
.adminlogin.leftbar-closed
  .main-menu
  li.dropdown.active
  > .dropdown-menu
  .nav-item.active
  a
  svg {
  color: white !important;
}
.adminlogin .content-wrapper {
  margin-left: 0;
}

.adminlogin .box.box-primary {
  padding: 22px 35px;
  box-shadow: 0px 2px 1px 0px #070f210d;
  border-radius: 12px;
  border: none;
}
.adminlogin .box.box-primary .form-group label {
  font-weight: 600 !important;
  /* color: var(--blackshade2) !important; */
}
.adminlogin .content-wrapper .breadcrumb > .active {
  font-weight: 600 !important;
}

/* admin login */
.adminlogin .content-wrapper {
  margin-left: 0;
}
/* .adminlogin .btn-primary {
  padding: 6px 12px;
} */
.adminlogin .sub-section .nav-tabs > li > a.nav-link.active {
  background-color: transparent;
}
.navbar-static-top .top_menu > a {
  padding: 7px 10px;
  border-radius: 4px;
}
.navbar-static-top .top_menu > a:hover {
  background-color: #f5f5f5;
}
.navbar-static-top .navbar-right .activities-menu-item:hover {
  background-color: #f5f5f5;
}
.navbar-static-top .navbar-right .activities-menu-item::after {
  margin-left: 0;
}
.navbar-static-top
  .navbar-right
  .nav-item.dropdown
  > .activities-menu-item:hover,
.navbar-static-top .navbar-right .nav-item.dropdown > #content-menu:hover {
  background-color: #f5f5f5;
}
.navbar-static-top .navbar-right .nav-item.dropdown > #content-menu {
  padding: 5px 10px;
  border-radius: 4px;
}

.navbar-static-top .navbar-right .nav-item.dropdown > .activities-menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50% !important;
}
#aigenerate {
  height: 100% !important;
  margin-top: 9px !important;
}
.login-flex .eye-icon {
  position: absolute;
  right: 10px;
  top: 14px;
}
.login-flex .eye-icon .toggle-password {
  font-family: "Font Awesome 6 Free" !important;
}
.activeCard_heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.activeCard_heading .dropdown-menu.show{
  overflow: visible;
}
.activeCard_heading .dropdown-menu.show .dropdown-menu{
  /* left: 157px;
  top: 48px; */
}
.activeCard_heading .dropdown-toggle::after {
  content: none;
}
.activeCard_heading .dropdown-toggle {
  /* border-radius: 4px;
  width: 30px;
  height: 30px;
  padding: 5px !important;
  justify-content: center;
  align-items: center;
  background-color: #f4efff; */
}
.activeCard_heading .dropdown-menu li ul li a{
  padding: 8px 15px;
}
.activeCard_heading .dropdown-toggle > span{
  line-height: 10px;
}
/* .top-search-container {
  position: absolute;
  right: 250px;
  top: 10px;
} */
.top-search-container{
  transform: translateX(6px);
}

/* chat */
.chatIcon {
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50% !important;
  padding: 5px 10px;
}
.chatIcon:hover {
  background: #f5f5f5;
}

/* table {
        border-collapse: collapse;
        border-spacing: 0;
    } */

.message-area {
  /* height: 100vh; */
  overflow: hidden;
  /* padding: 30px 0; */
  background: #f5f5f5;
  margin-top: -100px;
  border-radius: 14px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.chat-area {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 0.3rem;
  /* height: 74vh; */
  overflow: hidden;
  min-height: calc(100vh - 240px);
}
.chat-area .tox.tox-tinymce{
  height: 150px !important;
  width: 100%;
}
.tox-statusbar{
  display: none !important;
}
.chatlist {
  outline: 0;
  height: 100%;
  overflow: hidden;
  width: 100%;
  float: left;
}
.chatlist a{
  padding: 10px 0;
  display: block;
}
.chat-area .modal-content {
  border: none;
  border-radius: 0;
  outline: 0;
  height: 100%;
}

.chat-area .modal-dialog-scrollable {
  height: 100% !important;
}
.chat-area .modal-content .bind_html > .modal-body{
  height: 48vh;
}
.chatbox {
  width: auto;
  overflow: hidden;
  height: 100%;
}

.chatbox .modal-dialog,
.chatlist .modal-dialog {
  max-width: 100%;
  margin: 0;
}

.msg-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chat-area .form-control {
  display: block;
  width: 80%;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.chat-area .form-control:focus {
  outline: 0;
  box-shadow: inherit;
}

a.add img {
  height: 36px;
}

.chat-area .nav-tabs {
  border-bottom: 1px solid #dee2e6;
  align-items: center;
  justify-content: space-between;
  flex-wrap: inherit;
}

.chat-area .nav-tabs .nav-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 30px;
}

.chat-area .nav-tabs .nav-link {
  width: 100%;
  color: #180660;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding:15.5px 20px;
}

.chat-area .nav-tabs .nav-item.show .nav-link,
.chat-area .nav-tabs .nav-link.active {
  color: #222;
  background-color: #fff;
  border-color: transparent transparent #f1f1f1;
  pointer-events: none;
}

.chat-list h3 {
  color: #222;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 0;
}
.chat-list .time , .msg-body ul li.sender .time{
  color: #00000087 !important;
}

.chat-list p {
  color: #343434;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 0;
}

.chat-list a.d-flex {
  margin-bottom: 15px;
  position: relative;
  text-decoration: none;
}
.chatbox #backButton{
  background-color: transparent;
  border: none;
  margin-right: 10px;
  margin-top: 4px;
}
.chat-list .active {
  background: #F2F6FC;
}
.chat-list > a{
    padding: 10px;
    border-bottom: 1px solid #ededed;
    position: relative;
}
.chat-list > a > div{
  position: relative;
  z-index: 1;
}
.chat-list > a:hover{
  background: #f2f2f2;
}
.chat-list > a .active_msg{
  background-color: #E2E9F3;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.msg-head h3 {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}

.msg-head p {
  color: #343434;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 0;
}

.msg-head {
  padding: 15px;
  border-bottom: 1px solid #ccc;
  height: 58px;
}

.moreoption {
  display: flex;
  align-items: center;
  justify-content: end;
}

.moreoption .navbar {
  padding: 0;
}

.moreoption li .nav-link {
  color: #222;
  font-size: 16px;
}

.moreoption .dropdown-toggle::after {
  display: none;
}

.moreoption .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: auto;
  right: 0;
  margin-top: 0.125rem;
}

.msg-body ul {
  overflow: hidden;
  padding: 0;
}

.msg-body ul li {
  list-style: none;
  margin: 15px 0;
}

.msg-body ul li.sender {
  display: block;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ededed;
  padding-bottom: 16px;
}

.msg-body ul li.sender p {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  padding:6px 15px;
  background: #f5f5f5;
  display: inline-block;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 0;
}


.msg-body ul li.sender p b {
  display: block;
  color: #180660;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.msg-body ul li.repaly {
  display: block;
  width: 100%;
  text-align: right;
  position: relative;
}

.msg-body ul li.repaly:before {
  display: block;
  clear: both;
  content: "";
  position: absolute;
  bottom: 15px;
  right: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 2px 15px 12px;
  border-color: transparent transparent var(--primary-color) transparent;
  -webkit-transform: rotate(37deg);
  -ms-transform: rotate(37deg);
  transform: rotate(37deg);
}

.msg-body ul li.repaly p {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  padding:6px 15px;
  background: var(--primary-color);
  display: inline-block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 0;
}

.msg-body ul li.repaly p b {
  display: block;
  color: #061061;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.msg-body ul li.repaly:after {
  display: block;
  content: "";
  clear: both;
}

.time {
  display: block;
  color: #000;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}

li.repaly .time {
  margin-right: 20px;
}

.divider {
  position: relative;
  z-index: 1;
  text-align: center;
}

.msg-body h6 {
  text-align: center;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 1.5;
  color: #222;
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 0;
}

.divider:after {
  display: block;
  content: "";
  clear: both;
  position: absolute;
  top: 12px;
  left: 0;
  border-top: 1px solid #ebebeb;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.send-box {
  padding: 15px;
  border-top: 1px solid #ccc;
}

.send-box form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.send-box .form-control {
  flex: 1;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  max-height: 42px !important;
    margin-bottom: 0 !important;
}

.send-box button {
  border: none;
  background: var(--primary-color);
  padding: 0.375rem 12px;
  color: #fff;
  border-radius: 0.25rem;
  font-size: 14px;
  font-weight: 400;
  margin-left: 1%;
}

.send-box button i {
  margin-right: 5px;
}

.send-btns .button-wrapper {
  position: relative;
  width: 125px;
  height: auto;
  text-align: left;
  margin: 0 auto;
  display: block;
  background: #f6f7fa;
  border-radius: 3px;
  padding: 5px 15px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}

.send-btns .button-wrapper span.label {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
  color: #343945;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 13px;
}

#upload {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.send-btns .attach .form-control {
  display: inline-block;
  width: 120px;
  height: auto;
  padding: 5px 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #343945;
  background-color: #f6f7fa;
  background-clip: padding-box;
  border: 1px solid #f6f7fa;
  border-radius: 3px;
  margin-bottom: 5px;
}

.send-btns .button-wrapper span.label img {
  margin-right: 5px;
}

.button-wrapper {
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
  margin: 0 auto;
}

button:focus {
  outline: 0;
}

.chat-icon {
  display: none;
}

.message-area .modal-body {
  padding: 10px 20px;
}

.message-area h1 {
  margin-bottom: 0;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
}
.message-area h1 i{
  margin-right: 9px;
    margin-left: 10px;
}


.swiper-pagination-bullet-active{
  background: var(--primary-color) !important;
}
.res_leftmenu{
  display: none;
}
.res_leftmenu .dropdown-toggle::after{
  content: none;
}
.breadcrumbs_tabs {
  flex-wrap: wrap;
}
.topbar .middle-bar .sidebar-loading{
  padding: 10px 20px 20px 20px !important;
}
.search_closeBtn{
  display: none; 
  position: absolute; 
  right: 10px; 
  top: 50%; 
  transform: translateY(-50%); 
  background: transparent; 
  border: none; 
  cursor: pointer; 
  z-index: 10;
}
.res_submenu{
  display: none;
}
.breadcrumb-item+.breadcrumb-item::before{
  color: var(--primary-color) !important;
  opacity: 1 !important;
}

.planCard_container .new-price-item{
  border-top: 5px solid  !important;
  border-left: 1px solid #2027371A !important;
  border-right: 1px solid #2027371A !important;
  border-bottom: 1px solid #2027371A !important;
  background-color: white;
  padding: 20px;
  transition: ease-in 0.2s;
  border-radius: 0 !important;
}
.planCard_container .new-price-box .row > div:first-child .new-price-item{
  border-top-color: var(--primary-color) !important;
}
.planCard_container .new-price-box .row > div:first-child .planBtn{
  background-color: var(--primary-color) !important;
}
.planCard_container .new-price-box .row > div:nth-child(2) .new-price-item{
  border-top-color: #39C9EA !important;
}
.planCard_container .new-price-box .row >  div:nth-child(2) .planBtn{
  background-color: #39C9EA !important;
}
.planCard_container .new-price-box .row > div:last-child .new-price-item{
  border-top-color: #FF64C4 !important;
}
.planCard_container .new-price-box .row >  div:last-child  .planBtn{
  background-color: #FF64C4 !important;
}
.planCard_container .price .p-amount{
  color: var(--black) !important;
  transform: none !important;
}
.planCard_container .planList {
  padding: 0;
  list-style: none;
  margin-bottom: 80px !important;
  line-height: 26px;
}
.planCard_container .new-price-box .row > div:nth-child(2) .new-price-item {
  transform: scale(1.05);
}
.planCard_container .planBtn {
  padding: 14px 14px 12px 14px;
  width: 100%;
  color: white;
  border-radius: 16px;
  font-size: 15px;
  border: none;
}
 /*  Toggle Switch  */

 .toggleSwitch span span {
  display: none;
}

.toggleSwitch {
  display: inline-block;
  height: 18px;
  position: relative;
  overflow: visible;
  padding: 6px;
  cursor: pointer;
  width: 250px;
  background-color: #fff;
  border-radius: 100px;
  height: 60px;
}

.toggleSwitch * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.toggleSwitch label,
.toggleSwitch>span {
  height: 50px;
  vertical-align: middle;
}

.toggleSwitch input:focus~a,
.toggleSwitch input:focus+label {
  outline: none;
}

.toggleSwitch label {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
}

.toggleSwitch input {
  position: absolute;
  opacity: 0;
  z-index: 5;
}

.toggleSwitch>span {
  position: absolute;
  left: 0;
  width: calc(100% - 14px);
  margin: 0;
  text-align: left;
  white-space: nowrap;
  margin: 0 3px;
  background-color: #f1f4f9;
  border-radius: 30px;
}

.toggleSwitch>span span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 50%;
  margin-left: 50px;
  text-align: left;
  font-size: 16px;
  width: auto;
  left: 0;
  top: 0px;
  opacity: 1;
  width: 40%;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toggleSwitch a {
  position: absolute;
  right: 50%;
  z-index: 4;
  display: block;
  top: 4px;
  bottom: 4px;
  padding: 0;
  left: 4px;
  width: 50%;
  background-color: var(--black);
  border-radius: 100px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  min-width: 110px;
}

.toggleSwitch>span span:first-of-type {
  color: #fff;
  opacity: 1;
  left: 0;
  margin: 0;
  width: 50%;
}

.toggleSwitch>span span:last-of-type {
  left: auto;
  right: 0;
  color: var(--black);
  margin: 0;
  width: 50%;
}

.toggleSwitch>span:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -2px;
  /* background-color: #fafafa;
border: 1px solid #ccc; */
  border-radius: 30px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.toggleSwitch input:checked~a {
  left: calc(50% - 4px);
}

.toggleSwitch input:checked~span:before {
  /* border-color: #0097D1;
box-shadow: inset 0 0 0 30px #0097D1; */
}

.toggleSwitch input:checked~span span:first-of-type {
  left: 0;
  color: var(--black);
}

.toggleSwitch input:checked~span span:last-of-type {
  /* opacity: 1;
color: #fff;	 */
  color: #fff;
}

/* Switch Sizes */
.toggleSwitch.large {
  width: 60px;
  height: 27px;
}

.toggleSwitch.large a {
  width: 27px;
}

.toggleSwitch.large>span {
  height: 29px;
  line-height: 28px;
}

.toggleSwitch.large input:checked~a {
  left: 41px;
}

.toggleSwitch.large>span span {
  font-size: 1.1em;
}

.toggleSwitch.large>span span:first-of-type {
  left: 50%;
}

.toggleSwitch.xlarge {
  width: 80px;
  height: 36px;
}

.toggleSwitch.xlarge a {
  width: 36px;
}

.toggleSwitch.xlarge>span {
  height: 38px;
  line-height: 37px;
}

.toggleSwitch.xlarge input:checked~a {
  left: 52px;
}

.toggleSwitch.xlarge>span span {
  font-size: 1.4em;
}

.toggleSwitch.xlarge>span span:first-of-type {
  left: 50%;
}
/*  End Toggle Switch  */

/* checkout_page */
.remove_navbar{
  display: none;
}
.checkout_page_body{
  background-color: #fff !important;
  padding-top: 0 !important;
}
.checkout_page_body .orderbox_container{
  background-color: #e2e9f3;
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.checkout_page_body .orderbox_container .patternImg {
  position: absolute;
}
.checkout_page_body .orderbox_container .patternImg.img1{
  bottom: -200px;
  left: -130px;
  width: 100%;
  transform: rotate(60deg);
}
.checkout_page_body .orderbox_container .patternImg.img2{
  top: -320px;
  right: -120px;
  width: 79%;
  transform: rotate(120deg);
}
.checkout_page_body .left_content{
  max-width: 80%;
  margin: auto;
  
}
.order-box .plan-details{
  flex-wrap: wrap;
}
.checkout_page_body .order-box{
  max-width: 90%;
  margin: auto;
  width: 100%;
  height: 100%;
}
.checkout_page_body .subscription-step-number{
  background: var(--primary-color);
}
.checkout_page_body .subscription-step-number.bg-secondary{
  background:#b08dff !important;
}
.checkout_page_body .subscription-step .text-success {
  color: var(--primary-color) !important;
}
/* .search_field input:focus + .search_closeBtn {
  display: block;
}
 

.search_field input:not(:focus) + .search_closeBtn {
  display: none;
} */
a.btn:not(.btn-link).tooltipstered:hover {
  box-shadow: none !important;
}
.main-header .navbar-right .activities-menu-item::after{
  content: "";
  display: none;
}
@media (max-width: 767px) {
  .chat-icon {
    display: block;
    margin-right: 5px;
  }

  .chatlist {
    width: 100%;
  }


  .showbox {
    left: 0 !important;
    transition: all 0.5s ease;
  }

  .msg-head h3 {
    font-size: 14px;
  }

  .msg-head p {
    font-size: 12px;
  }

  .msg-head .flex-shrink-0 img {
    height: 30px;
  }

  .chat-list h3 {
    font-size: 14px;
  }

  .chat-list p {
    font-size: 12px;
  }
 
  .chat-list > a p{
    margin-top: 5px;
  }

  .msg-body ul li.sender p {
    font-size: 13px;
    padding: 8px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  .msg-body ul li.repaly p {
    font-size: 13px;
    padding: 8px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
}
/* chat end */
.billing-address-form .form-group label{
  font-weight: 600;
  font-size: 15px;
  color: var(--black-shade);
  margin-bottom: 5px;
  font-family: 'Satoshi', sans-serif !important;
}
.subscription-step  *:not(i) , .orderbox_container *:not(i), .checkout_page:not(i) {
  font-family: 'Satoshi', sans-serif !important;
}
.billing-address-form .form-group input{
  max-height: 50px;
}
.billing-address-form  .select2-selection {
  height: 50px;
  border-radius: 4px !important;
  border-width: 1px !important;
  border-color: var(--border-color) !important;
}
.billing-address-form  .select2-selection__rendered{
  padding-top: 8px;
}



.billing-header{
  cursor: pointer;
}
.billing-address-form > .row > .col-md-6:nth-child(odd){
  padding-right: 10px;
}
.billing-address-form > .row > .col-md-6:nth-child(even){
    padding-left: 10px;
}

/* responsive */
@media only screen and (min-width: 1200px) {
  .login-flex .login-form .login-box-body > .row .col-lg-6 .form-group {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1450px) {
  .checkout_page_body .orderbox_container .patternImg.img2{
    top: -250px;
  }
  .checkout_page_body .orderbox_container .patternImg.img1 {
    bottom: -150px;
  }
}
@media only screen and (max-width: 1350px) {
  .img_card .card_btns_4 {
    padding: 10px 5px;
  }

  .define_targeting .note > div:first-child {
    padding: 30px 20px 30px 10px;
  }

  .define_targeting .note > div:last-child {
    padding: 30px 10px 30px 20px;
  }
}

@media only screen and (max-width: 1300px) {
  #imageListId .listitemClass {
    max-width: 33.3%;
    width: 100%;
  }
  .main-header .navbar-static-top .top_menu {
    padding-left: 100px;
  }
}
@media only screen and (max-width: 1260px) {
  /* .main-header .navbar-static-top .top_menu {
    padding-left: 150px;
  } */
}
@media only screen and (max-width: 1210px) {
  /* .main-header .navbar-static-top .top_menu {
    padding-left: 120px;
  } */
}

@media only screen and (max-width: 1200px) {
  .search_field {
    width: 50%;
  }

  .define_targeting .note > div:last-child {
    padding: 10px 10px 0px 10px;
    border-left: 0 !important;
  }

  .define_targeting .note > div:first-child {
    padding: 0px 10px 0px 10px;
  }

  .main-sidebar,
  .top_menu {
    display: none !important;
  }
  .content-wrapper,
  .right-side,
  .main-footer {
    margin-left: 0;
  }
  .res_top_menu .dropdown .btn:hover {
    box-shadow: none !important;
  }
  .res_top_menu .dropdown-toggle::after{
    content: "";
    display: none;
  }
  
  .res_top_menu .dropdown-menu {
    padding: 10px 0;
  }
  .res_top_menu,
  .res_main_menu {
    display: block;
    position: relative;
    z-index: 1;
  }

  .res_top_menu .dropdown-toggle,
  .res_main_menu .dropdown-toggle {
    background-color: transparent;
  }

  .res_main_menu .dropdown-toggle {
    color: white !important;
  }
  .top-user-menus {
    width: 300px !important;
  }
  .top-user-menus .user-menu-titles {
    word-break: break-all;
  }
  .theme-default .navbar-main.navbar {
    height: auto;
  }
  /* .main-menu li.active {
    max-width: 200px;
  } */
  .adminlogin.leftbar-closed .custom-container {
    padding: 0 !important;
    padding-left: 0px !important;
    max-width: 100%;
  }
  .res_leftmenu{
      display: block;
  }
  .res_submenu{
    display: block;
  }
  .navbar-main .navbar-nav .lvl-1.desktop_submenu{
    display: none !important;
  }
  .checkout_page_body .orderbox_container .patternImg.img2 {
    top: -195px;
  }
  .checkout_page_body .subscription-step .card-body{
    padding: 0 !important;
  }

  .checkout_page.paymentPage .left_content{
    max-width: 100%;
    margin: auto;
    width: 100%;
  }
  .checkout_page_body .checkoutBtn{
    bottom: 0;
  }

 
}

@media only screen and (max-width: 992px) {
  .user-menu .dropdown-toggle span {
    display: none;
  }

  #imageListId .listitemClass {
    width: 25%;
  }

  .br-left {
    border: none;
  }

  .main-header .logo {
    max-width: 230px;
  }

  .res_top_menu .dropdown-menu a,
  .res_main_menu .dropdown-menu a {
    width: 100%;
    display: flex;
    padding: 8px 10px;
  }

  .res_main_menu .dropdown-menu a img {
    filter: invert(1);
    width: 18px;
    margin-right: 10px !important;
  }

  .main-header .navbar.menu_items > .flex-center {
    display: none;
  }

  .main-header .navbar.menu_items {
    padding: 0 15px;
  }

  .img_card .card_btns .br-left {
    border-left: 1px solid var(--border-color);
  }

  .sidebar_toggle {
    display: block;
    background-color: transparent;
    border: none;
  }

  .main-sidebar.open {
    transform: translate(0px, 0);
  }

  .main-sidebar {
    transform: translate(-230px, 0);
  }

  .content-wrapper {
    margin-left: 0;
  }
  .checkout_page_body .left_content{
    max-width: 100%;
  }

  .checkout_page_body .orderbox_container .patternImg.img2{
    top: -250px;
  }
  .checkout_page_body .orderbox_container .patternImg.img1 {
    bottom: -150px;
  }
  .checkout_page {
    height: auto !important;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .login-flex .login-form .header_section {
    flex-direction: column;
  }

  .login-flex .login-form .header_section > div {
    padding-bottom: 10px;
  }

  .login-flex .login-form {
    padding: 20px 10px 50px 10px;
  }

  .login-flex .login-form .login-box-body > .row {
    padding: 10px 20px;
  }

  body .register-page .login-form .login-box-body > .row {
    padding: 10px 0px;
  }

  .bordered_card {
    padding: 40px 20px;
  }

  .extended_card {
    padding: 20px 20px;
  }

  .title {
    font-size: 18px;
  }

  body.ctrl-guest.act-signup .login-box .login-box-body {
    margin: 0 !important;
  }

  .content {
    padding: 0px 20px 0px 20px !important;
  }

  .content-header {
    padding: 55px 20px 55px 20px;
  }
  .main-header .navbar-right{
    width: 100%;
    justify-content: end;
    display: flex;
  }
  .checkout_page_body .order-box{
    max-width: 100%;
  }
  .checkout_page_body .left_content{
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .checkout_page_body .orderbox_container{
    margin-bottom: 40px;
    padding: 10px;
  }
  .billing-address-form.show{
    max-height: 100%;
  }
  .billing-address-form > .row > .col-md-6:nth-child(odd){
    padding-right: 20px;
  }
  .billing-address-form > .row > .col-md-6:nth-child(even){
      padding-left: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .active_cards .col-xs-6 {
    width: 100%;
    margin-bottom: 20px;
  }

  .img_card_row > div {
    width: 100%;
  }

  .search_field {
    width: 100%;
  }

  .campaign_creation .card-sm .flex-1 {
    flex: auto !important;
    margin-left: 0 !important;
  }
  .login-box-body > .row > .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .campaign_page .card_img {
    width: 100%;
  }
  .campaign_page .img_card {
    flex-wrap: wrap;
  }
  .campaign_page .img_card > .swiper {
    height: 250px;
  }
  .campaign_page .img_card > div {
    width: 100%;
    max-width: 100%;
  }
  .campaign_page .flex-1.ml-20 {
    margin-left: 0 !important;
  }

  .login-page .innerSection {
    padding: 10px 20px !important;
  }
  .main-header .navbar {
    flex-direction: column !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
  }
  /* .top-search-container {
    right: 0px;
  } */

  .navbar.fixed-top {
    top: 113px;
  }
  .page-container {
    padding-top: 120px !important;
  }
  .chat-list > a > div.d-flex, .msg-body ul li.sender > div.d-flex {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .card .card-img-top{
    aspect-ratio: 2 / 1;
  }
  .breadcrumbs_tabs > nav{
    width: 100%;
  }
  .breadcrumbs_tabs .internalTabs{
    flex-wrap: wrap;
  }
  .activeCard_heading .dropdown-menu .submenu{
    min-width: 100px;
    width: 100%;
  }
 
  .checkout_page_body .orderbox_container .patternImg.img2{
    top: -150px;
  }
  .main-header .navbar-static-top .navbar-right .navbar-nav > li.nav-item.pe-3{
    position: absolute;
    top: 16px;
    right: 0px;
  }
  .checkout_page .col-xl-5:has(.orderbox_container ){
    padding: 0;
  }

  .orderbox_container .cardBox{
    max-width: 100%;
  }
  .checkout_page_body .left_content{
    padding-top: 40px !important;
  }
  .planPage .top-search-container{
    right: 240px;
  }
}
@media only screen and (max-width: 535px) {
  .page-container {
    padding-top: 128px !important;
  }
  .topbar.middle-bar-open .middle-bar{
    max-width: 400px !important;
    width: 100% !important;
  }
  .checkout_page_body .orderbox_container .patternImg.img2 {
      top: -90px;
  }
  .checkout_page_body .orderbox_container .patternImg.img1 {
    bottom: -75px;
  }
  .checkout_page_body .orderbox_container .card-body {
    padding: 10px !important;
  }
}


/* ***************************************************************************************************************************************************************** */
/* ***************************************************************************************************************************************************************** */

:root {
  --white: #fff;
  --black: #090f20;
  --primary-color: #9160fc;
  --border-color: #dadbde;
  --grey: #9d9fa6;
  --purple: #c8affd;
  --pink: #ff64c4;
  --bg-color: #e2e9f3;
  --black-shade: #202737;
}

@font-face {
  font-family: Satoshi;
  src: url("./fonts/satoshi/Satoshi-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: Satoshi;
  src: url("./fonts/satoshi/Satoshi-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: DM Sans;
  src: url("./fonts/DM_sans/DMSans-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: DM Sans;
  src: url("./fonts/DM_sans/DMSans-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: DM Sans;
  src: url("./fonts/DM_sans/DMSans-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

body,
.skin-blue a {
  /* font-family: 'Satoshi', sans-serif !important; */
  font-family: "DM Sans", sans-serif !important;
  color: var(--black) !important;
}
.box.box-primary .form-control.AI_textarea {
  height: 100% !important;
  max-height: 95% !important;
  margin-top: 23px !important;
}

.skin-blue label {
  font-family: "DM Sans", sans-serif !important;
}

.btn {
  font-size: 16px !important;
}

a.btn-primary {
  color: var(--white) !important;
}

.btn-primary {
  background-color: var(--primary-color) !important;
  padding: 12px 24px;
  font-size: 14px !important;
  font-weight: 700 !important;
  border: none !important;
}

.btn-sm {
  padding: 6px 12px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.btn-black {
  background-color: var(--black) !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.m-0 {
  margin: 0 !important;
}

.a_tag {
  color: var(--primary-color) !important;
  text-decoration: none;
}

.p-0 {
  padding: 0 !important;
}

.p-20 {
  padding: 20px !important;
}

.p-30 {
  padding: 30px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.py-20 {
  padding: 20px 0 !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mx-10 {
  margin: 0 10px !important;
}

.mx-20 {
  margin: 0 20px !important;
}

.my-10 {
  margin: 10px 0 !important;
}

.my-20 {
  margin: 20px 0 !important;
}

.my-40 {
  margin: 40px 0 !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.fz-10 {
  font-size: 10px !important;
}

.fz-30 {
  font-size: 30px !important;
}

.fz-13 {
  font-size: 13px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-15 {
  font-size: 15px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-17 {
  font-size: 17px !important;
}

.fz-18 {
  font-size: 18px !important;
}

.fz-20 {
  font-size: 20px !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.w100 {
  width: 100% !important;
}

.w_auto {
  width: auto !important;
}

.minW150 {
  min-width: 150px !important;
}

.minW200 {
  min-width: 200px !important;
}

.h100 {
  height: 100% !important;
}

.purple_bg {
  background: #9160fc1a !important;
}

.grey_bg {
  background-color: #f1f4f9 !important;
}

.bg_primary {
  background-color: var(--primary-color) !important;
}

.btn-rounded {
  border-radius: 30px !important;
}

.btn-rounded-6 {
  border-radius: 6px !important;
}

.text_grey {
  color: var(--grey) !important;
}
.text_span {
  color: #67748e !important;
}

.text_black {
  color: var(--black) !important;
}

.text_white {
  color: var(--white) !important;
}

.text_purple {
  color: var(--primary-color) !important;
}

.flex-center {
  display: flex;
  align-items: center;
}
.flex-between {
  display: flex;
  justify-content: space-between !important;
}
.text-right {
  text-align: right !important;
}

.row_flex {
  flex-direction: row !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-center {
  justify-content: center !important;
}

.gap-between > a {
  padding: 0 20px;
}

.flex_row {
  display: flex;
  flex-wrap: wrap;
}

.d-flex {
  display: flex !important;
}

.flex-1 {
  flex: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.box-shadow {
  box-shadow: 0px 2px 1px 0px #070f210d !important;
}

.no-border {
  border: none !important;
}

.skin-blue label {
  font-weight: 600 !important;
  color: var(--black-shade) !important;
}

.skin-blue .form-control,
.box.box-primary .select2-selection {
  background-color: var(--white) !important;
  max-height: 50px;
  padding: 15px 18px !important;
  border: 1px solid var(--border-color) !important;
  border-radius: 10px !important;
  color: var(--black) !important;
  height: 100%;
}

.box.box-primary textarea::placeholder {
  color: var(--grey) !important;
}

::placeholder {
  color: var(--grey) !important;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12-18 */
  color: var(--grey) !important;
}

.skin-blue .form-control:focus,
.box.box-primary .select2-selection:focus {
  border-color: var(--purple) !important;
}

.btn-outline {
  border: 1px solid var(--border-color);
  background: transparent;
  color: var(--primary-color);
}

.btn-outline:hover {
  border: 1px solid var(--border-color);
}
.btn-transparent {
  background: transparent;
  border: none;
}

.btn-primary-outline {
  border: 1px solid var(--primary-color) !important;
  background: transparent;
  color: var(--black);
}

.cutoff_text {
  width: 83%;
  text-align: center;
  border-bottom: 1px solid var(--border-color);
  line-height: 0.1em;
  margin: 20px auto 30px;
}

.cutoff_text span {
  background: #fff;
  padding: 0 10px;
  color: var(--black);
  font-weight: 500 !important;
  font-size: 13px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-auto {
  margin-left: auto !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.header_section .logo {
  width: 300px;
  height: 40px;
}

.form-control {
  background-color: var(--white) !important;
  max-height: 50px;
  padding: 15px 18px !important;
  border: 1px solid var(--border-color) !important;
  border-radius: 10px !important;
  color: var(--black) !important;
  height: 100%;
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--purple) !important;
}

.pw-field {
  position: relative;
}
.pw-field button {
  position: absolute;
  right: 0;
  top: 29%;
}
/* Login */
.login-page {
  padding: 0;
}

.login-box-body,
.register-box-body {
  background: #fff;
  padding: 0px;
  border-top: 0;
  color: #666;
}

.login-page .innerSection {
  padding: 10px 45px !important;
}

.login-flex .login-form .login-box-body {
  border-radius: 10px !important;
  position: relative;
  margin: auto !important;
  width: 100%;
  font-family: "Satoshi", sans-serif !important;
}

body .login-flex .login-form .login-box-body {
  max-width: 460px;
  margin-top: 50px !important;
}
body
  .login-flex
  .login-form
  .login-box-body
  > .row
  .col-xs-6:not(.active):hover
  .login-box-msg {
  border-bottom: 2px solid var(--primary-color);
}

.login-flex .login-form .login-box-body > .row {
  padding: 10px 45px;
}

.login-flex .login-form .login-box-body > .row:first-child > div {
  padding: 0;
}

.login-flex .login-form .login-box-body > .row:first-child {
  padding: 0px 20px;
}

.login-flex .login-form .login-box-body .btn-outline {
  width: 100%;
  padding: 12px 13px;
  border-radius: 30px;
  margin: 8px 0;
  font-weight: 600;
}

.login-flex .login-form .login-box-body .btn-outline span {
  font-weight: 600 !important;
  font-size: 15px;
  padding-left: 6px;
}

.login-flex .login-form .login-box-body .btn-outline:hover {
  border: 1px solid var(--border-color);
  color: var(--primary-color);
}

.login-flex .login-form .btn-primary {
  width: 100%;
  padding: 12px 18px;
  background-color: var(--primary-color);
  border-radius: inherit !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.login-flex .login-form .login-box-body .a_tag {
  margin: 10px 0 20px 0 !important;
  display: inline-block;
  font-size: 15px;
}

.login-box-msg {
  padding: 15px !important;
  font-size: 15px !important;
  font-weight: 600;
}

.active .login-box-msg {
  border-bottom: 2px solid var(--primary-color) !important;
  color: var(--black) !important;
}

.login-flex .login-form .pattern1 {
  max-width: 450px;
  position: absolute;
  right: 0px;
  width: 100%;
  top: 0px;
}

.login-flex .login-form .pattern2 {
  max-width: 700px;
  position: absolute;
  left: -199px;
  width: 100%;
  bottom: -57px;
}

.login-flex .login-form {
  width: 100% !important;
  background-color: #f1f4f9;
  overflow: hidden;
  position: relative;
  align-items: center;
  min-height: 100vh;
  height: 100% !important;
  padding: 20px 10px 50px;
  display: flex;
  flex-direction: column;
}

.login-flex .login-form .header_section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 60px;
  position: relative;
  margin-bottom: 20px !important;
}

.login-flex .login-form .header_section .a_tag span {
  font-weight: 600 !important;
}

.login-flex .login-form .login-box-body a.login-box-msg {
  padding: 15px;
  font-size: 15px !important;
  font-weight: 600;
  display: block;
  color: var(--grey) !important;
  border-bottom: 1px solid #ebf6f8;
}
.login-box-msg,
.register-box-msg {
  margin: 0;
  text-align: center;
  padding: 0 20px 20px 20px;
}

/* register */
.login-box {
  position: relative;
  min-height: 100%;
  width: 100% !important;
  margin: 0 0 0 0;
}

.login-box .login-flex {
  display: flex;
}

body .register-page.login-box .login-box-body {
  max-width: 600px;
  padding: 50px 20px;
  margin: 50px auto !important;
}

.register-box-msg {
  font-size: 28px;
  font-weight: 700;
  color: var(--black) !important;
  padding-bottom: 10px;
}

/* sign up */
.signup.login-box-body {
  padding: 30px 0;
  max-width: 550px !important;
}
body .login-box .signup.login-box-body .cutoff_text {
  width: 90%;
}
body .login-box .signup.login-box-body span {
  font-weight: 600 !important;
}
body .login-box .signup.login-box-body {
  max-width: 550px;
  padding: 60px 0px;
  margin: 50px auto !important;
}
body .login-box .signup.login-box-body .a_tag {
  margin: 0 !important;
}
body .login-box .signup.login-box-body .btn-primary,
body .register-page.login-box .login-box-body .btn-primary {
  color: white !important;
  font-size: 15px !important;
  border-radius: 30px !important;
}

/* Header */
.main-header .navbar {
  margin-left: 0;
}
.main-header .navbar-static-top .top_menu {
  /* padding-left: 200px; */
}
.main-header .logo {
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  display: block;
  float: left;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  width: 240px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
  font-weight: 300;
  overflow: hidden;
  margin-left: 25px;
}

.notify_dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: var(--pink);
  display: inline-block;
  position: absolute;
  right: 17px;
  top: 8px;
  border: 2px solid var(--white);
}

.main-header .navbar-custom-menu .notification.dropdown {
  position: relative;
}

.main-header .navbar-custom-menu .notification.dropdown a {
  border-right: 1px solid var(--border-color);
  padding: 6px 15px;
}

.main-header .navbar-custom-menu .user-menu.dropdown i {
  transform: translateY(-1px);
  margin-left: 15px;
}

.navbar-custom-menu .nav.navbar-nav {
  display: flex;
  align-items: center;
}

.main-header .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 10px 0;
}

.main-header .navbar.menu_items {
  justify-content: center;
  background-color: #363d4c !important;
}

.main-header .navbar.menu_items div {
  color: var(--white);
}

.main-header .navbar::before,
.main-header .navbar::after {
  content: none;
}

/*  */
.bordered_card {
  background-color: white;
  padding: 40px 60px;
  border-radius: 10px;
  border-top: 5px solid var(--primary-color);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  text-align: center;
  max-width: 600px;
}

.bordered_card_container {
  max-width: 600px;
  margin: auto;
  padding: 100px 20px !important;
}

.extended_card {
  background-color: #e2e9f3;
  padding: 20px 60px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  text-align: center;
}

.title {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  color: #070f21;
  line-height: 24px;
}

.subtitle {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #070f21;
  line-height: 20px;
}

.card {
  background-color: white !important;
  padding: 35px 30px;
  border-radius: 10px;
  box-shadow: 0px 2px 1px 0px #070f210d !important;
  border: 2px solid #fff;
}

.card .card-img-top {
  width: 100%;
  height: 200px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.card .card-img-top.publish_icon {
  width: 16px;
  height: 16px;
  margin-bottom: 4px;
  margin-right: 5px;
}

.img_card_row > div {
  margin-bottom: 20px;
}

.img_card {
  padding: 0;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.img_card .card-body .status {
  display: inline-block;
  padding: 2px 14px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif !important;
}

.img_card .card-body .status.pending {
  background-color: #f4efff;
  color: var(--primary-color);
}

.img_card .card-body {
  padding: 20px 20px;
}

.img_card .card_btns {
  display: flex;
  align-items: center;
  border-top: 1px solid var(--border-color);
}

.img_card .card_btns a {
  width: 50%;
  padding: 10px;
}

.img_card .card_btns_4 {
  padding: 10px 20px;
  border-top: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.img_card .card_btns_4 a {
  display: flex;
  align-items: center;
  padding: 0;
  box-shadow: none;
}

.img_card .card_btn_single a {
  padding: 20px;
  text-align: left;
  padding-top: 0;
  width: 100%;
}

.card-sm {
  background-color: white;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0px 2px 1px 0px #070f210d;
  border: 1px solid #e6e7e9;
}

.card.active {
  border: 2px solid var(--primary-color);
  position: relative;
}

.card_square {
  padding: 55px 30px;
}

.active_icon {
  display: none;
}

.card.active .active_icon {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  top: -8px;
  right: -8px;
}

.card.active .active_icon img {
  width: 12px;
}

.icon_box {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon_box-sm {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-lg {
  width: 100px;
  height: 100px;
}

.borderR-50 {
  border-radius: 50% !important;
}

.flex-col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.list_view {
  list-style-type: none;
  padding: 0;
  width: 100%;
  margin-bottom: 0;
}
.box.box-primary
  .form-group
  .input-group
  .input-group-addon-right
  + .form-control {
  position: relative;
  z-index: 999;
  background-color: transparent !important;
}
.box.box-primary .form-group .input-group {
  width: 100%;
}
.box.box-primary .form-group .input-group .input-group-addon-right {
  position: absolute;
  right: 11px;
  z-index: 999;
  top: 20%;
  width: 32px;
  height: 32px;
  background-color: #f1f4f9;
  /* text-align: center; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
}
.skin-blue .wizard ul.list_view li {
  background-color: transparent !important;
  padding: 12px 20px;
  border-top: 1px solid #ddd;
}

.row .col-xs-12 {
  margin-bottom: 20px;
}

.box-body .row .col-xs-12 {
  margin-bottom: 0px;
}
.wrapper {
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
/* sidebar */
.sidebar-menu > li > a {
  padding: 12px 5px 12px 15px;
  background-color: var(--black-shade) !important;
  border-left: 4px solid var(--black-shade);
}
.sidebar-menu > li > a span {
  font-size: 15px !important;
}

.sidebar-menu > li > a:hover {
  border-left: 4px solid var(--primary-color);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.sidebar-menu > li.active > a {
  border-left: 4px solid var(--primary-color);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.sidebar {
  padding: 0;
}

.sidebar-menu {
  padding-top: 30px;
  background-color: var(--black-shade) !important;
}
.navbar-expand-xl .navbar-toggler {
  margin: 15px 0;
}

.main-sidebar {
  background-color: var(--black-shade) !important;
  position: fixed;
  top: 134px;
  left: 0;
  padding-top: 0 !important;
  min-height: 100%;
  width: 300px;
  /* z-index: 1031 !important; */
  z-index: 1 !important;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}
.page-container .alert {
  z-index: 1;
}

.sidebar-menu > li > a > i {
  color: #fff !important;
  opacity: 0.6;
  width: 26px;
}

.sidebar-menu > li:hover > a > i {
  opacity: 1;
}

.box.box-primary .form-group .input-group .input-group-addon {
  position: absolute;
  left: 11px;
  z-index: 999;
  top: 29%;
}

.box.box-primary .form-group .input-group {
  width: 100%;
}

.box.box-primary .form-group .input-group .input-group-addon + .form-control {
  padding-left: 35px !important;
}

.breadcrumb {
  margin-bottom: 8px;
}

.breadcrumb > .active {
  color: #070f21 !important;
}

.breadcrumb .breadcrumb-item a {
  color: var(--grey) !important;
}

.breadcrumb > li + li:before {
  content: ">";
}

/* content  */
.content {
  padding: 10px 65px 30px 65px !important;
  background-color: #f1f4f9 !important;
  min-height: 67vh;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.content .box.box-primary p {
  font-family: "DM Sans", sans-serif !important;
}

.content-header > h1 {
  display: block;
  font-size: 42px;
  font-weight: 600;
  z-index: 1;
  position: relative;
}

.content-header {
  padding: 55px 65px 55px 65px;
  margin: 0;
  overflow: hidden;
}

.content-header .pattern2 {
  position: absolute;
  top: -320px;
  right: 210px;
  width: 420px;
}

.content-header .pattern1 {
  position: absolute;
  right: -122px;
  top: -90px;
  width: 550px;
}

.content-wrapper {
  background-color: var(--bg-color) !important;
}
.content-wrapper,
.right-side,
.main-footer {
  -webkit-transition: -webkit-transform 0.3s ease-in-out,
    margin 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  margin-left: 300px;
  z-index: 820;
}

/* .content-wrapper form{
      padding: 30px 0;
  } */

.box .box-header {
  margin: 0;
  padding-bottom: 20px;
}

.box .box-header h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--black-shade);
  margin: 0;
  font-family: "DM Sans", sans-serif !important;
}

.skin-blue .box.borderless {
  padding: 22px 35px;
  box-shadow: 0px 2px 1px 0px #070f210d;
  border-radius: 12px;
}

.box-body {
  /* padding-top: 20px !important; */
  padding: 0;
}

.box.box-primary .form-group {
  margin-bottom: 20px;
}

.box.box-primary .form-control,
.box.box-primary .select2-selection {
  border-radius: 4px !important;
}

/* .box.box-primary textarea.form-control {
    max-height: max-content !important;
    padding: 25px 18px !important;
    line-height: 24px;
  } */

.box.box-primary .select2-selection {
  min-height: 50px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: var(--black-shade) transparent transparent transparent;
}

/* .select2-container {
    width: 100% !important;
  } */

/* box-primary upload */
.upload_container {
  background: #f1f4f966;
  padding: 30px 20px;
  border: 1px dashed var(--border-color);
  border-radius: 4px;
  text-align: center;
}

.br-left {
  border-left: 1px solid var(--border-color);
}

.drop-zone {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  color: #cccccc;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none !important;
}

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}

.custom-file-upload {
  cursor: pointer;
}

.upload_container label {
  color: var(--white) !important;
}

.note_ul {
  background-color: #f1f4f9;
  padding: 20px 35px;
  border-radius: 4px;
}

/* video play */
#videoPlayer {
  height: auto;
  border-radius: 10px;
  border: none;
  min-height: 250px;
}

.video_container {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 30px;
}

#playButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  /* opacity: 0; */
  transition: opacity 0.3s ease;
  width: 40px;
  height: 40px;
  background-color: #9160fc;
  border-radius: 50%;
}

.video_container:hover #playButton {
  opacity: 1 !important;
}

#playButton i {
  font-size: 16px;
  color: white;
}

/* swap images */
#imageListId {
  display: flex;
  flex-wrap: wrap;
}

#imageListId img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 5px;
}

#imageListId .listitemClass {
  width: 25%;
}

.breadcrumb {
  padding: 8px 0px;
}

.modal {
  background: rgba(0, 0, 0, 0.6);
}

.res_top_menu,
.res_main_menu {
  display: none;
}

/* datatable */
.dataTable span.dt-column-title {
  color: var(--black) !important;
  font-weight: 600 !important;
}

table.dataTable thead > tr > th.dt-orderable-asc:hover,
table.dataTable thead > tr > th.dt-orderable-desc:hover {
  outline: 0 !important;
  outline-offset: 0 !important;
}

table.dataTable > thead > tr > th,
div.dt-container.dt-empty-footer tbody > tr:last-child > *,
div.dt-container.dt-empty-footer .dt-scroll-body {
  border-bottom: 0 !important;
}

table.dataTable.row-border > tbody > tr > * {
  border-color: #eeeeee !important;
}

.progress {
  height: 6px;
  width: 100%;
  margin: 0;
  margin-right: 10px;
  background-color: #e2e9f3;
}

.progress-bar {
  background-color: var(--primary-color);
}

.search_field {
  width: 30%;

  border-radius: 100px;
}

.dropdown-item {
  display: block;
  padding: 4px 12px;
}

.search_field input.form-control.w100 {
  border: 1px solid var(--border-color);
  padding: 12px 0 !important;
  font-size: 14px !important;
  font-weight: 400;
  border-radius: 10px !important;
  padding-left: 40px !important;
}

.search_field.input-group .input-group-addon {
  position: absolute;
  left: 2px;
  z-index: 6;
  background-color: white;
  padding: 6px 10px;
  top: 5px;
  padding: 9px 10px;
  top: 2px;
  border-radius: 4px;
}
.search_field input.form-control {
  padding-left: 40px !important;
}
.search_field .form-control::placeholder {
  color: var(--grey) !important;
}

.fil-sort .btn {
  background-color: var(--white);
  font-size: 14px !important;
  font-weight: 700;
  padding: 8px 12px 8px 12px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  color: var(--black);
}

.sidebar_toggle {
  display: none;
}

/* campaign_creation */
.campaign_creation .search_field {
  border-radius: 4px;
}

.campaign_creation #dropdownMenuButton {
  background-color: transparent;
  padding: 0;
  color: var(--grey);
}

.campaign_creation .card_img {
  width: 180px;
  height: 150px;
  object-fit: cover;
  border-radius: 5px;
}

.create_field span {
  position: absolute;
  z-index: 9;
  top: 30%;
  left: 20px;
  background-color: transparent !important;
}

.create_field .form-control {
  padding-left: 45px !important;
  border: 1px solid #202737;
  background: #2027370d !important;
  font-family: "DM Sans", sans-serif !important;
  font-weight: 400 !important;
}

.create_field .form-control::placeholder {
  color: var(--grey) !important;
}

/* define_targeting */
.define_targeting .note > div:first-child {
  padding: 30px 80px 30px 10px;
}

.define_targeting .note > div:last-child {
  padding: 30px 10px 30px 80px;
}

/* nav */
.navbar.fixed-top {
  top: 70px;
}
.draftPage .top-controls-container {
  display: none;
}
.theme-default .navbar-main.navbar {
  background-color: #363d4c !important;
  height: 64px;
}
.nav-tabs.nav-underline > li.active:before {
  content: none;
}

.top-user-menus {
  position: absolute !important;
}
/* .btn-secondary:hover{
	background-color: transparent !important;
    border-color: transparent !important;
} */
.dropdown-menu > li > a span,
.user-menu-titles span {
  color: var(--black);
}
.navbar-main .navbar-nav .lvl-1 span {
  color: white !important;
}

#property_headline {
  min-height: 100px;
}
.ui-datepicker .ui-datepicker-title span {
  color: black !important;
}
.internalTabs > a {
  padding: 0 15px 10px;
}

.internalTabs a.active {
  border-bottom: 3px solid var(--primary-color);
  padding-bottom: 5px;
}
.main-sidebar .navbar-icon svg path {
  fill: white !important;
}
.main-sidebar .navbar-icon svg {
  max-width: 17px !important;
}
.sidebar-menu > li > a {
  display: flex;
  align-items: center;
}

.internalTabs img {
  filter: invert(1);
}
.internalTabs a span {
  color: var(--black-shade);
  font-size: 16px;
}
.internalTabs .descImg {
  filter: brightness(0.5);
}
.breadcrumbs_tabs > nav {
  width: 30%;
}
select option:checked,
select option:hover {
  background-color: var(--primary-color) !important;
  color: white;
}
.main-menu li.active {
  background-color: rgba(255, 255, 255, 0.1);
}
.main-menu li.active a{
  border-bottom: 4px solid var(--primary-color);
  padding-bottom: 15px !important;
}
.mapDiv {
  position: relative;
  z-index: 1;
}
.mapDiv .resetbtn {
  position: absolute;
  z-index: 1111;
  right: 11px;
  top: 10px;
  padding: 4px 7px;
  border-radius: 4px;
  box-shadow: none;
  border: 2px solid #c2bebe;
  background-color: white;
}
a[title]:hover::after {
  background-color: rgba(0, 0, 0, 0.8) !important;
  color: #ffffff !important;
}
.tooltip-inner {
  font-family: "DM Sans", sans-serif !important;
}

.skin-blue.middle-bar-open .page-container .content-wrapper {
  max-width: calc(100% - 720px);
  transition: max-width 5s ease-in-out;
}
.middle-bar > .content {
  min-height: calc(100vh - 87px);
}
.main-header .navbar-right .navbar-icon .menu-user-avatar {
  width: 30px;
  height: 30px;
  transform: none;
}
.main-header .navbar-right .dropdown-toggle::after {
  opacity: 1;
}
.login-box .alert {
  position: absolute;
  padding-left: 50px;
  top: 30px;
  z-index: 1;
  max-width: 460px;
  margin: auto;
  left: 0;
  right: 0;
}
.login-box .alert p {
  color: white;
}

/* adminlogin */
.adminlogin .navbar.fixed-top {
  top: 0;
}
.adminlogin.leftbar #mainAppNav {
  background-color: #363d4c !important;
}
.adminlogin.leftbar .navbar-brand {
  margin-bottom: 0;
  width: 200px;
}
.adminlogin.leftbar-closed .navbar-main {
  height: 100vh;
}
.adminlogin.leftbar .main-menu {
  max-height: calc(100vh - 149px) !important;
}
.adminlogin.leftbar .navbar-main .navbar-nav .lvl-1 {
  margin: 0;
}
.adminlogin.leftbar .dropdown-menu > li > a span {
  color: rgba(255, 255, 255, 0.55);
}
.adminlogin.leftbar-closed .dropdown-menu > li > a span,
.adminlogin.leftbar-closed .dropdown-menu > li > a svg {
  color: #777;
}
.adminlogin.leftbar .navbar-brand > img {
  max-width: 200px;
}
.adminlogin.leftbar .main-menu li.active {
  border-left: 4px solid var(--primary-color);
  border-bottom: none;
}
.adminlogin.leftbar .main-menu li.dropdown.active {
  border-left: none;
}
.adminlogin.leftbar.middle-bar-open .page-container {
  max-width: calc(100% - 400px);
  transition: max-width 5s ease-in-out;
  margin-right: 0;
  padding-right: 20px !important;
}
.adminlogin .top-user-menus.dropdown-menu li > a:hover {
  background-color: var(--primary-color);
  color: white;
}
.adminlogin.leftbar
  .navbar-main:not(.navbar-right)
  .main-menu
  ul.dropdown-menu:not(.top-user-menus)
  .nav-item
  a.dropdown-item:hover {
  background-color: var(--primary-color) !important;
  color: white;
}
.adminlogin.leftbar-closed .dropdown-menu > li > a:hover svg,
.adminlogin.leftbar-closed .dropdown-menu > li > a:hover span {
  color: white;
}
.adminlogin.leftbar-closed
  .navbar-main:not(.navbar-right)
  .main-menu
  ul.dropdown-menu:not(.top-user-menus)
  .nav-item
  a.dropdown-item {
  color: #777;
}
.adminlogin.leftbar-closed
  .main-menu
  li.dropdown.active
  > .dropdown-menu
  .nav-item.active {
  background-color: var(--primary-color);
  border: none;
}
.adminlogin.leftbar-closed
  .main-menu
  li.dropdown.active
  > .dropdown-menu
  .nav-item.active
  a,
.adminlogin.leftbar-closed
  .main-menu
  li.dropdown.active
  > .dropdown-menu
  .nav-item.active
  a
  .navbar-icon,
.adminlogin.leftbar-closed
  .main-menu
  li.dropdown.active
  > .dropdown-menu
  .nav-item.active
  a
  span,
.adminlogin.leftbar-closed
  .main-menu
  li.dropdown.active
  > .dropdown-menu
  .nav-item.active
  a
  svg {
  color: white !important;
}
.adminlogin .content-wrapper {
  margin-left: 0;
}
.adminlogin .box.box-primary {
  padding: 22px 35px;
  box-shadow: 0px 2px 1px 0px #070f210d;
  border-radius: 12px;
  border: none;
}
.adminlogin .box.box-primary .form-group label {
  font-weight: 600 !important;
  /* color: var(--black-shade) !important; */
}
.adminlogin .content-wrapper .breadcrumb > .active {
  font-weight: 600 !important;
}

/* admin login */
.adminlogin .content-wrapper {
  margin-left: 0;
}
.adminlogin .btn-primary {
  padding: 6px 12px;
}
.adminlogin .sub-section .nav-tabs > li > a.nav-link.active {
  background-color: transparent;
}
.navbar-static-top .top_menu > a {
  padding: 7px 10px;
  border-radius: 4px;
}
.navbar-static-top .top_menu > a:hover {
  background-color: #f5f5f5;
}
.navbar-static-top .navbar-right .activities-menu-item:hover {
  background-color: #f5f5f5;
}
.navbar-static-top .navbar-right .activities-menu-item::after {
  margin-left: 0;
}
.navbar-static-top
  .navbar-right
  .nav-item.dropdown
  > .activities-menu-item:hover,
.navbar-static-top .navbar-right .nav-item.dropdown > #content-menu:hover {
  background-color: #f5f5f5;
}
.navbar-static-top .navbar-right .nav-item.dropdown > #content-menu {
  padding: 5px 10px;
  border-radius: 4px;
}

.navbar-static-top .navbar-right .nav-item.dropdown > .activities-menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50% !important;
}
#aigenerate {
  height: 100% !important;
  margin-top: 9px !important;
}
.login-flex .eye-icon {
  position: absolute;
  right: 10px;
  top: 14px;
}
.login-flex .eye-icon .toggle-password {
  font-family: "Font Awesome 6 Free" !important;
}
.activeCard_heading{
  display: flex;
  justify-content: space-between;
}
.activeCard_heading .dropdown-toggle::after{
  content: none;
}
.activeCard_heading .dropdown-toggle{
  border-radius: 4px;
  width: 30px;
  padding: 5px !important;
  justify-content: center;
  align-items: center;
}
.top-search-container{
  position: absolute;
  right: 265px;
  top: 11px;
}
.headbar {
  position: inherit !important;
}

/* campaign_page */
.campaign_page .img_card, #details-container .card {
  border: 1px solid #ddd !important;
  border-radius: 20px !important;
  flex-wrap: wrap;
}
.swiper-pagination-bullet-active {
  background-color: var(--primary-color) !important;
}

.select_typePage .modern-listing > li{
  width: 33.3%;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 0 40px;

}
.select_typePage .template-start{
  float: none !important;
}
.select_typePage .designMail_card{
  /* border: 1px solid #c1c1c1; */
  padding:40px 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0px 2px 1px 0px #070f210d;
  border-radius: 12px;
  background-color: white;

}
.select_typePage .designMail_card .btn{
  float: none;
}
.select_typePage .cardHeight{
  height: 100%;
  display: flex;
  flex-direction: column;
}
.modern-listing li i{
  font-size: 36px;
    color: #4B5C6B;
    margin: 10px 0;
}
.num_per_page  .text-teal-600{
  padding: 0 10px;
  color: var(--black);
}
.action_btns .btn-icon{
  padding: 2px 7px;
  border-radius: 2px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #efeeea !important;
    border-color: #efeeea;
}
.contactList a{
  color: var(--primary-color) !important;
}
.select option:hover {
  background-color: #f0f0f0; /* Change to your desired color */
}
/* select plan page */
.selectPlan .navbar.fixed-top{
  display: none;
}

/* responsive */
@media only screen and (min-width: 1200px) {
  .login-flex .login-form .login-box-body > .row .col-lg-6 .form-group {
    margin-bottom: 0;
  }
}


@media only screen and (max-width: 1350px) {
  .img_card .card_btns_4 {
    padding: 10px 5px;
  }

  .define_targeting .note > div:first-child {
    padding: 30px 20px 30px 10px;
  }

  .define_targeting .note > div:last-child {
    padding: 30px 10px 30px 20px;
  }
}

@media only screen and (max-width: 1300px) {
  #imageListId .listitemClass {
    width: 33.3%;
  }
  .select_typePage .modern-listing > li{
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1260px) {
  .main-header .navbar-static-top .top_menu {
    /* padding-left: 150px; */
  }
}
@media only screen and (max-width: 1210px) {
  .main-header .navbar-static-top .top_menu {
    /* padding-left: 120px; */
  }
}

@media only screen and (max-width: 1200px) {
  .search_field {
    width: 50%;
  }

  .define_targeting .note > div:last-child {
    padding: 10px 10px 0px 10px;
    border-left: 0 !important;
  }

  .define_targeting .note > div:first-child {
    padding: 0px 10px 0px 10px;
  }

  .main-sidebar,
  .top_menu {
    display: none !important;
  }
  .content-wrapper,
  .right-side,
  .main-footer {
    margin-left: 0;
  }
  .res_top_menu .dropdown .btn:hover {
    box-shadow: none !important;
  }
  .res_top_menu .dropdown-toggle::after {
    content: "";
  }
  .res_top_menu .dropdown-menu {
    padding: 10px 0;
  }
  .res_top_menu,
  .res_main_menu {
    display: block;
    position: relative;
    z-index: 1;
  }

  .res_top_menu .dropdown-toggle,
  .res_main_menu .dropdown-toggle {
    background-color: transparent;
  }

  .res_main_menu .dropdown-toggle {
    color: white !important;
  }
  .top-user-menus {
    width: 300px !important;
  }
  .top-user-menus .user-menu-titles {
    word-break: break-all;
  }
  .theme-default .navbar-main.navbar {
    height: auto;
  }
  .main-menu li.active{
    max-width: 200px;
  }
  .adminlogin.leftbar-closed .custom-container{
    padding: 0 !important;
    padding-left: 0px !important;
    max-width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .user-menu .dropdown-toggle span {
    display: none;
  }
  .select_typePage .modern-listing > li{
    width: 50%;
  }

  #imageListId .listitemClass {
    width: 25%;
  }

  .br-left {
    border: none;
  }



  .main-header .logo {
    max-width: 230px;
  }

  .res_top_menu .dropdown-menu a,
  .res_main_menu .dropdown-menu a {
    width: 100%;
    display: flex;
    padding: 8px 10px;
  }

  .res_main_menu .dropdown-menu a img {
    filter: invert(1);
    width: 18px;
    margin-right: 10px !important;
  }

  .main-header .navbar.menu_items > .flex-center {
    display: none;
  }

  .main-header .navbar.menu_items {
    padding: 0 15px;
  }

  .img_card .card_btns .br-left {
    border-left: 1px solid var(--border-color);
  }

  .sidebar_toggle {
    display: block;
    background-color: transparent;
    border: none;
  }

  .main-sidebar.open {
    transform: translate(0px, 0);
  }

  .main-sidebar {
    transform: translate(-230px, 0);
  }

  .content-wrapper {
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .login-flex .login-form .header_section {
    flex-direction: column;
  }

  .login-flex .login-form .header_section > div {
    padding-bottom: 10px;
  }

  .login-flex .login-form {
    padding: 20px 10px 50px 10px;
  }

  .login-flex .login-form .login-box-body > .row {
    padding: 10px 20px;
  }

  body .register-page .login-form .login-box-body > .row {
    padding: 10px 0px;
  }

  .bordered_card {
    padding: 40px 20px;
  }

  .extended_card {
    padding: 20px 20px;
  }

  .title {
    font-size: 18px;
  }

  body.ctrl-guest.act-signup .login-box .login-box-body {
    margin: 0 !important;
  }

  .content {
    padding: 0px 20px 0px 20px !important;
  }

  .content-header {
    padding: 55px 20px 55px 20px;
  }

  .select_typePage .modern-listing > li{
    width: 100%;
  }

}

@media only screen and (max-width: 600px) {
  .active_cards .col-xs-6 {
    width: 100%;
    margin-bottom: 20px;
  }

  .img_card_row > div {
    width: 100%;
  }

  .search_field {
    width: 100%;
  }

  .campaign_creation .card-sm .flex-1 {
    flex: auto !important;
    margin-left: 0 !important;
  }
  .login-box-body > .row > .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .campaign_page .card_img {
    width: 100%;
  }
  .campaign_page .flex-1.ml-20 {
    margin-left: 0 !important;
  }
  .login-page .innerSection {
    padding: 10px 20px !important;
  }
  .main-header .navbar{
    flex-direction: column !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
}
.top-search-container{
  position: relative;
  right: auto;
  top: auto;

}
.main-header .navbar-right{
  padding-right: 16px;
}
.main-header .search-icon{
  padding-top: 9px !important;
}
.navbar.fixed-top {
  top: 113px;
}
.page-container{
  padding-top: 150px !important;
}
.selectPlan .rates_section,  .planPage .rates_section{
  padding: 10px !important;
}
.main-header{
  max-height: 112px;
}
.main-header .logo{
  max-width: 150px;
  margin-left: 10px;
}

}
@media only screen and (max-width: 535px) {
 
 
  .top-user-menus {
    left: -60px !important;
  }
}