@charset "UTF-8";
.container {
  max-width: 90%;
}

.swiper {
  width: 100%;
  height: 100%;
  padding-top: 20px !important;
  overflow: inherit;
  overflow-x: clip;
  padding-bottom: 70px !important;
}
.swiper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper .swiper-horizontal > .swiper-scrollbar,
.swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: relative;
  bottom: -55px;
  height: 1px;
  opacity: 1 !important;
}
.swiper .swiper-horizontal > .swiper-scrollbar .swiper-scrollbar-drag,
.swiper .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  width: 330px !important;
  background-color: #2a7367;
}

.swiper-button-prev {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
}

.swiper-button-next {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

.slick-prev {
  left: 0;
  background: url("../../images/prev.png") 6px 8px/66% no-repeat !important;
}

.slick-next {
  right: 0;
  background: url("../../images/next.png") 8px 8px/66% no-repeat !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.owl-carousel .owl-dots.disabled {
  display: block;
}

.owl-theme .owl-nav {
  display: none;
}

.owl-dots {
  margin-top: 10px;
  position: absolute;
  right: 5px;
}

.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  box-shadow: none;
}

.form-check-input:checked {
  background-color: #03224c;
  border-color: #03224c;
}

.form-check-input:focus {
  box-shadow: none;
}

.form-select:focus {
  box-shadow: none;
}

[data-pagination],
[data-pagination] *,
[data-pagination] *:before,
[data-pagination] *:after {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
}

[data-pagination] {
  font-size: 8pt;
  line-height: 1;
  font-weight: 400;
  font-family: "Open Sans", "Source Sans Pro", Roboto, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Myriad Pro", "Segoe UI", Myriad, Helvetica, "Lucida Grande", "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  margin: 0 0 0 auto;
  text-align: center;
  transition: font-size 0.2s ease-in-out;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

[data-pagination] ul {
  list-style-type: none;
  display: inline;
  font-size: 100%;
  margin: 0;
  padding: 0.5em 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

[data-pagination] ul li {
  display: inline-block;
  font-size: 100%;
  width: auto;
  border-radius: 3px;
  width: 25px;
  height: 25px;
  background-color: #fff;
  margin-left: 10px;
}
@media (max-width: 575px) {
  [data-pagination] ul li {
    width: 22px;
    height: 22px;
    margin-left: 7px;
  }
}

[data-pagination] > a {
  font-size: 140%;
}

[data-pagination] a {
  color: #777;
  font-size: 15px;
  padding: 0.5em;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  [data-pagination] a {
    font-size: 13px;
  }
}

[data-pagination] .next {
  width: 25px;
  height: 25px;
  background-color: #fff;
}
@media (max-width: 575px) {
  [data-pagination] .next {
    width: 22px;
    height: 22px;
    background-color: #fff;
    margin-left: 7px;
  }
}

[data-pagination] a:focus,
[data-pagination] a:hover {
  color: #f60;
}

[data-pagination] li.current {
  background: #fff;
  border: 1px solid #3681e7;
}

/* Disabled & Hidden Styles */
[data-pagination] .disabled,
[data-pagination] [hidden],
[data-pagination] [disabled] {
  opacity: 0.5;
  pointer-events: none;
  width: 25px;
  height: 25px;
  background-color: #fff;
}
@media (max-width: 575px) {
  [data-pagination] .disabled,
  [data-pagination] [hidden],
  [data-pagination] [disabled] {
    width: 22px;
    height: 22px;
  }
}

@media (min-width: 350px) {
  [data-pagination] {
    font-size: 10pt;
  }
}
@media (min-width: 500px) {
  [data-pagination] {
    font-size: 12pt;
  }
}
@media (min-width: 700px) {
  [data-pagination] {
    font-size: 14pt;
  }
}
@media (min-width: 900px) {
  [data-pagination] {
    font-size: 16pt;
  }
}
.btn-close:focus {
  box-shadow: none;
}

/* font-weight */
/* font-family */
/* font-size */
:root {
  --color-white: #ffffff;
  --color-light: #f1f5f9;
  --color-black: #121212;
  --color-night: #001632;
  --color-red: #f44336;
  --color-blue: #1a73e8;
  --color-gray: #80868b;
  --color-grayish: #dadce0;
  --shadow-normal: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.btn-primary {
  color: #4e90eb !important;
  background-color: #e1ecf8 !important;
  border: none !important;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.body {
  font-family: "Graphik";
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: var(--color-black);
  background: var(--color-light);
}

body {
  font-family: "Graphik";
  background: #f6f8fa;
  box-sizing: border-box;
}

a,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  text-decoration: none;
}

.logincontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 80rem;
  min-height: 100vh;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
  flex-direction: column;
}
.logincontainer .label {
  display: flex;
  font-size: 13px;
  color: #000;
  margin-left: 5px;
  margin-bottom: 2px;
}
.logincontainer p {
  font-size: 12px;
  font-weight: 400;
  color: #c5c5c5;
}

.ion-logo-apple {
  font-size: 1.65rem;
  line-height: inherit;
  margin-right: 0.5rem;
  color: var(--color-black);
}
.ion-logo-google {
  font-size: 1.65rem;
  line-height: inherit;
  margin-right: 0.5rem;
  color: var(--color-red);
}
.ion-logo-facebook {
  font-size: 1.65rem;
  line-height: inherit;
  margin-right: 0.5rem;
  color: var(--color-blue);
}

.text {
  font-family: inherit;
  line-height: inherit;
  text-transform: unset;
  text-rendering: optimizeLegibility;
}
.text-large {
  font-size: 2rem;
  font-weight: 600;
  color: var(--color-black);
}
.text-normal {
  font-size: 1rem;
  font-weight: 400;
  color: var(--color-black);
}
.text-links {
  font-size: 1rem;
  font-weight: 400;
  color: var(--color-blue);
}
.text-links:hover {
  text-decoration: underline;
}

.main .wrapper {
  text-align: center;
  max-width: 28rem;
  width: 100%;
  margin: 2rem auto;
  padding: 2rem 2.5rem;
  border: none;
  outline: none;
  border-radius: 0.25rem;
  color: var(--color-black);
  background: var(--color-white);
  box-shadow: var(--shadow-large);
}
@media (max-width: 767px) {
  .main .wrapper {
    padding: 20px;
  }
}
.main .wrapper .logo {
  width: 207px;
  height: 55px;
  margin: 0 auto;
  margin-bottom: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main .wrapper .form {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.main .wrapper .form .input-control {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.main .wrapper .form .input-field {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: inherit;
  width: 100%;
  height: auto;
  padding: 0.75rem 1.25rem;
  border: none;
  outline: none;
  border-radius: 10px;
  color: var(--color-black);
  background: var(--color-light);
  text-transform: unset;
  text-rendering: optimizeLegibility;
  text-align: left;
}
.main .wrapper .form .disabled {
  background: #c5c5c5;
  border: none;
}
.main .wrapper .form .input-submit {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: inherit;
  cursor: pointer;
  min-width: 40%;
  height: auto;
  padding: 0.65rem 1.25rem;
  border: none;
  outline: none;
  border-radius: 2rem;
  color: var(--color-white);
  background: var(--color-blue);
  box-shadow: var(--shadow-medium);
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
}
.main .wrapper .form .input-submit:disabled {
  background: #c5c5c5;
}

.poweredby {
  text-align: center;
}
.poweredby a {
  color: #5b5b5b;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 374px) {
  .poweredby a {
    font-size: 11px;
  }
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  text-decoration: none;
}

.container {
  max-width: 95% !important;
}

body .thumbnail-container {
  padding-bottom: 68%;
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 0;
}
body .thumbnail-container .thumbnail {
  margin: 0;
  display: block;
  padding: 0;
  border: none;
  height: 100%;
  width: 100%;
  position: absolute;
  background: 0 0;
}
body .thumbnail-container .thumbnail img {
  display: block;
  max-height: 100%;
  height: auto;
  max-width: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #5db992;
}

.navbar-toggle {
  color: #1d1d1d;
}

.dashboard {
  background-color: #1d1d1d;
  position: fixed;
  top: 0;
  width: -webkit-fill-available;
  z-index: 22;
}
.dashboard .d-main-header {
  padding: 15px 0;
}
@media (max-width: 575px) {
  .dashboard .d-main-header {
    padding: 15px 0;
  }
}
.dashboard .d-main-header .logo {
  max-width: 175px;
  width: 100%;
}
@media (max-width: 991px) {
  .dashboard .d-main-header .logo {
    max-width: 140px;
  }
}
@media (max-width: 767px) {
  .dashboard .d-main-header .logo {
    max-width: 130px;
  }
}
@media (max-width: 575px) {
  .dashboard .d-main-header .logo {
    max-width: 100px;
  }
}
.dashboard .d-main-header .right-header {
  margin-right: 0 !important;
}
.dashboard .d-main-header .right-header .show:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  bottom: -22px;
  left: 0;
  border-top-left-radius: 5px;
  right: 7px;
  background-color: #686868;
  border-top-right-radius: 5px;
}
@media (max-width: 767px) {
  .dashboard .d-main-header .right-header .show:after {
    bottom: -17px;
    left: 0;
  }
}
@media (max-width: 575px) {
  .dashboard .d-main-header .right-header .show:after {
    bottom: -13px;
    left: 0;
    height: 4px;
  }
}
.dashboard .d-main-header .right-header .campaign {
  color: #fff;
  font-size: 14px;
  margin-right: 30px;
  font-weight: 500;
  position: relative;
}
@media (max-width: 991px) {
  .dashboard .d-main-header .right-header .campaign {
    margin-right: 20px;
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .dashboard .d-main-header .right-header .campaign {
    font-size: 12px;
    margin-right: 20px;
  }
}
.dashboard .d-main-header .right-header .campaign a {
  color: white;
}
.dashboard .d-main-header .right-header .campaign a:hover {
  color: white;
}
.dashboard .d-main-header .right-header .campaign .la-users {
  font-size: 22px;
}
@media (max-width: 767px) {
  .dashboard .d-main-header .right-header .campaign .la-users {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .dashboard .d-main-header .right-header .campaign .la-users {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .dashboard .d-main-header .right-header .campaign {
    font-size: 12px;
    margin-right: 30px;
  }
}
@media (max-width: 575px) {
  .dashboard .d-main-header .right-header .campaign {
    font-size: 10px;
    margin-right: 10px;
  }
}
.dashboard .d-main-header .right-header .campaign img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .dashboard .d-main-header .right-header .campaign img {
    width: 15px;
    height: 15px;
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .dashboard .d-main-header .right-header .campaign img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }
}
@media (max-width: 575px) {
  .dashboard .d-main-header .right-header .campaign img {
    width: 11px;
    height: 11px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .dashboard .d-main-header .right-header .campaign p {
    display: none;
  }
}
.dashboard .d-main-header .right-header .login .notification {
  background: #3f5878;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  margin-right: 15px;
  position: relative;
}
.dashboard .d-main-header .right-header .login .notification a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .dashboard .d-main-header .right-header .login .notification {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 575px) {
  .dashboard .d-main-header .right-header .login .notification {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}
.dashboard .d-main-header .right-header .login .notification a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard .d-main-header .right-header .login .notification:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 5px;
  right: 7px;
  background-color: red;
}
@media (max-width: 767px) {
  .dashboard .d-main-header .right-header .login .notification:after {
    top: 4px;
    right: 6px;
  }
}
@media (max-width: 575px) {
  .dashboard .d-main-header .right-header .login .notification:after {
    top: 3px;
    right: 4px;
    width: 3px;
    height: 3px;
  }
}
.dashboard .d-main-header .right-header .login .notification img {
  width: 18px;
  height: 18px;
  margin-right: 2px;
  margin-top: 2px;
}
@media (max-width: 767px) {
  .dashboard .d-main-header .right-header .login .notification img {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 575px) {
  .dashboard .d-main-header .right-header .login .notification img {
    width: 12px;
    height: 12px;
    margin-top: 0px;
    margin-right: 0px;
  }
}
.dashboard .d-main-header .right-header .login .user-img.dropdown {
  width: 40px;
  height: 40px;
}
@media (max-width: 575px) {
  .dashboard .d-main-header .right-header .login .user-img.dropdown {
    width: 25px;
    height: 25px;
  }
}
.dashboard .d-main-header .right-header .login .user-img.dropdown a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #686868;
}
.dashboard .d-main-header .right-header .login .user-img.dropdown a img {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575px) {
  .dashboard .d-main-header .right-header .login .user-img.dropdown a img {
    width: 15px;
    height: 14px;
  }
}
.dashboard .d-main-header .right-header .login .user-img.dropdown a::after {
  display: none;
}
.dashboard .d-main-header .right-header .login .user-img.dropdown ul {
  top: 12px !important;
}
.dashboard .d-main-header .right-header .login .user-img.dropdown ul::after {
  display: none !important;
}
@media (max-width: 767px) {
  .dashboard .d-main-header .right-header .login .user-img.dropdown {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 575px) {
  .dashboard .d-main-header .right-header .login .user-img.dropdown {
    width: 25px;
    height: 25px;
  }
}

.campaign-list {
  padding-bottom: 30px;
  padding-top: 65px;
}
@media (max-width: 575px) {
  .campaign-list {
    padding-top: 50px;
  }
}
@media (max-width: 575px) {
  .campaign-list .bottom-btn {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}
.campaign-list .bottom-btn [data-pagination] {
  margin: 0 0 0 auto;
}
@media (max-width: 575px) {
  .campaign-list .bottom-btn [data-pagination] {
    margin: 0 auto 0 0;
  }
}
.campaign-list .bottom-btn [data-pagination] .next {
  margin-left: 10px;
}
.campaign-list .bottom-btn .form-class label {
  font-size: 12px;
  color: #000;
}
.campaign-list .bottom-btn .form-class select {
  width: 60px;
  height: 25px;
  border-radius: 5px;
  font-size: 13px;
}
.campaign-list .filer-drop {
  background: #fff;
  padding: 10px 5px;
  border-radius: 10px;
  box-shadow: 0px 0px 7px 0px rgba(230, 230, 230, 0.87);
}
.campaign-list .filer-drop .btn-ac {
  display: flex;
  align-items: end;
  justify-content: end;
  margin-bottom: 15px;
}
.campaign-list .filer-drop .form-label {
  margin-bottom: 0.5rem;
  font-size: 12px;
  color: #000;
  font-weight: 500;
}
.campaign-list .filer-drop .form-select {
  font-size: 12px;
}
.campaign-list .filer-drop .selectdatenew input::-webkit-calendar-picker-indicator {
  background-color: white;
  background-image: url(../../images/dateicon.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  top: 0px;
}
.campaign-list .filer-drop .form-check {
  padding-left: 0;
  position: relative;
}
.campaign-list .filer-drop .form-check .form-control {
  padding-left: 50px;
  color: #000;
  width: 190px;
}
@media (max-width: 992px) {
  .campaign-list .filer-drop .form-check .form-control {
    width: 100%;
  }
}
.campaign-list .filer-drop .form-check .form-check-input {
  position: absolute;
  top: 35%;
  left: 50px;
  transform: translateY(-50%);
}
.campaign-list .filer-drop .form-control {
  font-size: 12px;
}
.campaign-list .filer-drop .filter-btn {
  justify-content: end;
}
.campaign-list .filer-drop .filter-btn .clear {
  font-size: 14px;
  padding: 5px 20px;
  background: #fff;
  border-radius: 5px;
  color: #656668;
  border: 1px solid #d3d3d3;
}
.campaign-list .filer-drop .filter-btn .apply {
  font-size: 14px;
  padding: 5px 20px;
  background: #3580e7;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #4d8ee7;
  margin-left: 10px;
}
.campaign-list .main {
  border-radius: 10px;
}
@media (max-width: 400px) {
  .campaign-list .list-heading {
    flex-direction: column;
    align-items: baseline !important;
  }
}
.campaign-list .list-heading .list-title h3 {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .campaign-list .list-heading .list-title h3 {
    font-size: 20px;
  }
}
.campaign-list .list-heading .list-title p {
  font-size: 12px;
  font-weight: 400;
  color: #4c4c4c;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .campaign-list .list-heading .list-title p {
    font-size: 10px;
  }
}
@media (max-width: 400px) {
  .campaign-list .list-heading .campaign-add {
    margin-top: 10px;
  }
}
.campaign-list .list-heading .campaign-add .filter-btn .applynew {
  padding: 5px 10px;
  font-size: 14px;
  margin-left: 10px;
  background: #dfecf6;
  color: #3580e7;
  border-radius: 5px;
  display: flex;
  align-items: center;
  border: 1px solid #649de8;
}
@media (max-width: 575px) {
  .campaign-list .list-heading .campaign-add .filter-btn .applynew {
    padding: 4px 10px;
    font-size: 13px;
  }
}
.campaign-list .list-heading .campaign-add .filter-btn .applynew img {
  width: 13px;
  margin-right: 5px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  top: -1px;
}
.campaign-list .list-heading .campaign-add .search {
  background: #fff;
  padding: 8px 10px;
  border-radius: 5px;
  line-height: 1;
  box-shadow: 0px 0px 7px 0px rgba(230, 230, 230, 0.87);
}
@media (max-width: 991px) {
  .campaign-list .list-heading .campaign-add .search {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .campaign-list .list-heading .campaign-add .search {
    width: 35px;
  }
}
@media (max-width: 575px) {
  .campaign-list .list-heading .campaign-add .search {
    padding: 6px 7px;
    width: 29px;
  }
}
.campaign-list .list-heading .campaign-add .search img {
  width: 16px;
  height: 15px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .campaign-list .list-heading .campaign-add .search img {
    margin-right: 0;
    width: 15px;
    height: 15px;
  }
}
.campaign-list .list-heading .campaign-add .search input {
  outline: none;
  border: none;
  padding: 0;
  font-size: 14px;
  color: #4c4c4c;
  line-height: 1;
}
.campaign-list .list-heading .campaign-add .filter {
  background: #fff;
  border-radius: 5px;
  margin-left: 15px;
  box-shadow: 0px 0px 7px 0px rgba(230, 230, 230, 0.87);
}
.campaign-list .list-heading .campaign-add .filter a {
  font-size: 14px;
  color: #000;
  line-height: 1;
  display: flex;
  padding: 8px 10px;
}
@media (max-width: 575px) {
  .campaign-list .list-heading .campaign-add .filter a {
    padding: 6px 7px;
  }
}
.campaign-list .list-heading .campaign-add .filter a img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .campaign-list .list-heading .campaign-add .filter a img {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .campaign-list .list-heading .campaign-add .filter {
    margin-left: 7px;
  }
}
.campaign-list .list-heading .campaign-add .add {
  background: #e0ecf7;
  border-radius: 5px;
  margin-left: 15px;
  border: 1px solid #659eec;
  font-weight: 500;
}
.campaign-list .list-heading .campaign-add .add a {
  font-size: 14px;
  color: #3a83e8;
  line-height: 1;
  display: flex;
  padding: 8px 10px;
}
@media (max-width: 575px) {
  .campaign-list .list-heading .campaign-add .add a {
    padding: 6px 7px;
  }
}
@media (max-width: 575px) {
  .campaign-list .list-heading .campaign-add .add {
    margin-left: 7px;
  }
}
.campaign-list .list-heading .campaign-add .add img {
  width: 13px;
  height: 13px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .campaign-list .list-heading .campaign-add .add img {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .campaign-list .list-heading .campaign-add .add img {
    width: 13px;
    height: 13px;
  }
}
.campaign-list .details-new {
  position: relative;
}
.campaign-list .details-new .top-details {
  padding: 0;
}
.campaign-list .showhidebtn,
.campaign-list .showhidebtn1 {
  width: 25px;
  height: 25px;
  margin: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  background: #e7f5ef;
  border: 1px solid #a8dbc7;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .campaign-list .showhidebtn,
  .campaign-list .showhidebtn1 {
    top: 20px;
  }
}
.campaign-list .showhidebtn img,
.campaign-list .showhidebtn1 img {
  width: 13px;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}
.campaign-list .top-details {
  border-bottom: 1px solid #e1e1e1;
  padding: 12px 13px;
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}
@media (max-width: 350px) {
  .campaign-list .top-details .d-flex.align-items-basline {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .campaign-list .top-details {
    flex-direction: column;
    align-items: flex-start !important;
  }
}
@media (max-width: 575px) {
  .campaign-list .top-details .user-id {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
.campaign-list .top-details .user-id .number {
  padding: 2px 10px;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  border-radius: 3px;
  margin-right: 10px;
}
@media (max-width: 575px) {
  .campaign-list .top-details .user-id .number {
    padding: 2px 8px;
    font-size: 11px;
  }
}
.campaign-list .top-details .user-id .addnew:nth-child(2) {
  margin-top: 5px;
}
.campaign-list .top-details .user-id .addnew {
  height: 100%;
  padding: 2px 8px;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  border-radius: 3px;
  margin-right: 10px;
}
@media (max-width: 700px) {
  .campaign-list .top-details .user-id .addnew {
    margin-bottom: 5px;
  }
}
@media (max-width: 575px) {
  .campaign-list .top-details .user-id .addnew {
    font-size: 11px;
  }
}
.campaign-list .top-details .user-id .marker_main {
  position: relative;
}
.campaign-list .top-details .user-id .marker_main input {
  width: 12px;
  height: 12px;
  position: relative;
  position: absolute;
  top: 6px;
  left: 11px;
}
.campaign-list .top-details .user-id .marker_main input:checked:before {
  position: absolute;
  content: "✔";
  background-color: #ffd2b8;
  width: 100%;
  height: 100%;
  border-radius: 1px;
  font-size: 10px;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  padding-top: 2px;
}
@media (max-width: 575px) {
  .campaign-list .top-details .user-id .marker_main input {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 5px;
  }
}
.campaign-list .top-details .user-id .marker_main input:checked ~ .markers {
  background: #ffebde;
  border-color: #fed2b6;
}
.campaign-list .top-details .user-id .marker_main .markers {
  font-size: 13px;
  font-weight: 600;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 156px;
  padding: 2px 8px;
  background: #f1f1f1;
  border-radius: 5px;
  border: 1px solid #f1f1f1;
  padding-left: 24px;
}
@media (max-width: 575px) {
  .campaign-list .top-details .user-id .marker_main .markers {
    font-size: 11px;
    width: 134px;
  }
}
.campaign-list .top-details .user-id .number.marker {
  width: 100%;
  height: 100%;
}
.campaign-list .top-details .user-id .id h5 {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 0;
  color: #000;
  margin-right: 10px;
}
.campaign-list .top-details .user-id .pine {
  width: 18px;
  height: 18px;
  background: #e0ecf7;
  border-radius: 5px;
}
.campaign-list .top-details .user-id .pine a {
  height: 18px;
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.campaign-list .top-details .user-id .pine a img {
  width: 11px;
  height: 11px;
}
.campaign-list .top-details .menu.new {
  width: 76px;
  font-size: 10px;
  height: 23px;
  background: #e4effd;
  border-radius: 5px;
  border: 1px solid #88b6f1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3681e7;
}
.campaign-list .top-details .menu.old {
  width: 40px;
  font-size: 10px;
  height: 23px;
  background: #ffe8e7;
  border-radius: 5px;
  border: 1px solid #ff504d;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff504d;
}
.campaign-list .top-details .menu {
  width: 23px;
  height: 23px;
  background: #e7f5ef;
  border-radius: 5px;
  border: 1px solid #51b890;
}
@media (max-width: 575px) {
  .campaign-list .top-details .menu {
    position: absolute;
    top: 12px;
    right: 12px;
  }
}
.campaign-list .top-details .menu a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.campaign-list .top-details .menu a::after {
  display: none;
}
.campaign-list .top-details .menu a img {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
.campaign-list .main-details.new {
  border-radius: 10px;
  padding: 7px 7px;
}
@media (max-width: 991px) {
  .campaign-list .main-details.new {
    height: 100%;
  }
}
.campaign-list .main-details.new .menu {
  width: 23px;
  height: 23px;
  background: #e7f5ef;
  border-radius: 5px;
  border: 1px solid #51b890;
  margin: 0 0 0 auto;
  position: relative;
  top: -45px;
  right: 11px;
}
.campaign-list .main-details.new .menu a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.campaign-list .main-details.new .menu a img {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
  object-fit: contain;
}
.campaign-list .main-details {
  padding: 12px 17px;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.campaign-list .main-details .top-details.new {
  display: flex;
  padding-bottom: 10px;
  background-color: transparent;
  padding-left: 29px;
  position: relative;
}
.campaign-list .main-details .top-details.new .mainnumber {
  position: absolute;
  left: 0;
  top: 0;
}
.campaign-list .main-details .top-details.new .heading {
  width: auto !important;
  padding-right: 0 !important;
}
.campaign-list .main-details .top-details.new .heading .status {
  padding: 3px 3px 3px 0 !important;
  width: 85px !important;
}
.campaign-list .main-details .top-details.new .heading .status img {
  margin-right: 5px;
}
.campaign-list .main-details .top-details.new .heading .edit {
  padding: 4px 2px;
  background: #f0f0f0;
  width: 26px;
}
.campaign-list .main-details .top-details.new .heading .edit i {
  font-size: 16px;
}
.campaign-list .main-details .top-details.new .heading .edit img {
  margin-left: 0;
}
.campaign-list .main-details .top-details.new .heading a {
  font-size: 13px;
  padding: 3px 10px;
  background: #f0f0f0;
  border-radius: 3px;
  color: #000;
  width: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.campaign-list .main-details .top-details.new .heading a img {
  width: 14px;
  height: 14px;
  margin-left: 5px;
}
.campaign-list .main-details .top-details.new .heading .number {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background: #f1f1f1;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  position: relative;
  top: 5px;
}
.campaign-list .main-details .top-details {
  display: grid;
  grid-template-columns: 20% 15% 15% 21% 15% 11% 3%;
  padding-bottom: 10px;
  padding-top: 0;
  border-bottom: 0;
}
@media (max-width: 991px) {
  .campaign-list .main-details .top-details {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
  }
}
.campaign-list .main-details .top-details .heading {
  padding-right: 10px;
}
@media (max-width: 991px) {
  .campaign-list .main-details .top-details .heading {
    width: 12.66%;
  }
  .campaign-list .main-details .top-details .heading:first-child {
    width: 22%;
  }
  .campaign-list .main-details .top-details .heading:nth-child(2) {
    width: 15%;
  }
  .campaign-list .main-details .top-details .heading:nth-child(4) {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .campaign-list .main-details .top-details .heading {
    width: 33.33%;
    margin-top: 5px;
  }
  .campaign-list .main-details .top-details .heading:first-child {
    width: 33.33%;
  }
  .campaign-list .main-details .top-details .heading:nth-child(2) {
    width: 33.33%;
  }
  .campaign-list .main-details .top-details .heading:nth-child(4) {
    width: 33.33%;
  }
}
@media (max-width: 575px) {
  .campaign-list .main-details .top-details .heading {
    width: 50%;
  }
  .campaign-list .main-details .top-details .heading:first-child {
    width: 50%;
  }
  .campaign-list .main-details .top-details .heading:nth-child(2) {
    width: 50%;
  }
  .campaign-list .main-details .top-details .heading:nth-child(4) {
    width: 50%;
  }
}
.campaign-list .main-details .top-details .showhidebtn,
.campaign-list .main-details .top-details .showhidebtn1 {
  width: 25px;
  height: 25px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e7f5ef;
  border: 1px solid #a8dbc7;
}
.campaign-list .main-details .top-details .showhidebtn img,
.campaign-list .main-details .top-details .showhidebtn1 img {
  width: 13px;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}
.campaign-list .main-details .nextrow,
.campaign-list .main-details .nextrow1 {
  border-top: 1px solid #ccc;
  display: grid;
  grid-template-columns: 7% 8% 8% 8% 20% 15% 34%;
  padding-bottom: 5px;
  padding-top: 10px;
  border-bottom: 0;
}
@media (max-width: 991px) {
  .campaign-list .main-details .nextrow,
  .campaign-list .main-details .nextrow1 {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .campaign-list .main-details .nextrow .heading,
  .campaign-list .main-details .nextrow1 .heading {
    width: 16.66%;
  }
  .campaign-list .main-details .nextrow .heading:last-child,
  .campaign-list .main-details .nextrow1 .heading:last-child {
    width: 100%;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .campaign-list .main-details .nextrow .heading,
  .campaign-list .main-details .nextrow1 .heading {
    width: 33.33%;
    margin-top: 5px;
  }
  .campaign-list .main-details .nextrow .heading:last-child,
  .campaign-list .main-details .nextrow1 .heading:last-child {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .campaign-list .main-details .nextrow .heading,
  .campaign-list .main-details .nextrow1 .heading {
    width: 50%;
  }
  .campaign-list .main-details .nextrow .heading:last-child,
  .campaign-list .main-details .nextrow1 .heading:last-child {
    width: 100%;
  }
}
.campaign-list .main-details .heading p {
  font-size: 13px;
  color: #4c4c4c;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .campaign-list .main-details .heading p {
    font-size: 12px;
  }
}
.campaign-list .main-details .heading h4 {
  font-size: 13px;
  color: #000;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .campaign-list .main-details .heading h4 {
    font-size: 12px;
  }
}
.campaign-list .main-details .heading h4 a {
  color: #000;
}
.campaign-list .main-details .heading h4 a svg {
  margin-right: 5px;
}
.campaign-list .main-details .left-details .heading p {
  font-size: 13px;
  color: #4c4c4c;
  margin-bottom: 5px;
}
.campaign-list .main-details .left-details .heading h4 {
  font-size: 13px;
  color: #000;
  margin-bottom: 0px;
  word-break: break-all;
}
.campaign-list .main-details .left-details .sub-heading {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .campaign-list .main-details .left-details .sub-heading {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.campaign-list .main-details .left-details .sub-heading p {
  font-size: 13px;
  color: #4c4c4c;
  margin-bottom: 5px;
}
.campaign-list .main-details .left-details .sub-heading h4 {
  font-size: 13px;
  color: #000;
  margin-bottom: 0px;
}
.campaign-list .main-details .left-details .sub-heading h4 a {
  color: #000;
  padding: 2px 4px;
  background: #f1f1f1;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .campaign-list .main-details .right-details .sub-details {
    padding: 0 15px 0 12px;
  }
}
@media (max-width: 575px) {
  .campaign-list .main-details .right-details .sub-details .heading {
    margin-bottom: 10px;
  }
}
.campaign-list .main-details .right-details .heading p {
  font-size: 13px;
  color: #4c4c4c;
  margin-bottom: 5px;
}
.campaign-list .main-details .right-details .heading h4 {
  font-size: 13px;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  padding-right: 25px;
}
.campaign-list .main-details .right-details .heading h4 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  padding: 2px 4px;
  background: #f1f1f1;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
}
.campaign-list .main-details .right-details .heading h4 a svg {
  margin-right: 5px;
}
.campaign-list .main-details .right-details .sub-heading p {
  font-size: 13px;
  color: #4c4c4c;
  margin-bottom: 5px;
}
.campaign-list .main-details .right-details .sub-heading h4 {
  font-size: 13px;
  color: #000;
  margin-bottom: 0px;
  word-break: break-word;
}
.campaign-list .main-details .right-details .sub-heading h4 a {
  color: #000;
  padding: 2px 4px;
  background: #f1f1f1;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
}

@media (min-width: 576px) {
  .registeryouinterest-main-modal .modal-dialog {
    max-width: 395px;
    margin: 1.75rem auto;
  }
  .registeryouinterest-main-modal .modal-dialog .modal-content {
    border-radius: 20px !important;
  }
}
.registeryouinterest-main-modal .modal-content {
  border-radius: 20px;
}
.registeryouinterest-main-modal .registeryouinterest-body {
  padding: 0;
  position: relative;
}
.registeryouinterest-main-modal .registeryouinterest-body .top {
  margin-top: 10px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.8);
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.registeryouinterest-main-modal .registeryouinterest-body .top .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.registeryouinterest-main-modal .registeryouinterest-body .top .content .title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .registeryouinterest-main-modal .registeryouinterest-body .top .content .title {
    font-size: 16px;
  }
}
.registeryouinterest-main-modal .registeryouinterest-body .Interestbtn a {
  font-size: 13px;
  padding: 7px 15px;
  background: #fee0cc;
  border-radius: 9px;
  color: #000;
  font-weight: 500;
  border: 1px solid #fecdac;
  width: 100%;
  display: block;
  text-align: center;
}
.registeryouinterest-main-modal .registeryouinterest-body .Interestbtn button {
  font-size: 13px;
  padding: 7px 15px;
  background: #fee0cc;
  border-radius: 9px;
  color: #000;
  font-weight: 500;
  border: 1px solid #fecdac;
  width: 100%;
  display: block;
  text-align: center;
}
.registeryouinterest-main-modal .registeryouinterest-body form::-webkit-scrollbar {
  width: 3px;
}
.registeryouinterest-main-modal .registeryouinterest-body form::-webkit-scrollbar-track {
  background: #ffffff;
}
.registeryouinterest-main-modal .registeryouinterest-body form::-webkit-scrollbar-thumb {
  background: #8ee0b6;
}
.registeryouinterest-main-modal .registeryouinterest-body form::-webkit-scrollbar-thumb:hover {
  background: #68b98f;
}
.registeryouinterest-main-modal .registeryouinterest-body form .form-label {
  font-size: 13px;
  color: #000;
  font-weight: 500;
}
.registeryouinterest-main-modal .registeryouinterest-body form input {
  font-size: 12px;
  padding: 10px;
}

.main-create-form {
  padding-top: 70px;
  padding-bottom: 20px;
  overflow: hidden;
}
.main-create-form .card-titlenew {
  color: black;
  font-size: 16px;
  font-weight: 500;
}
.main-create-form .card {
  border: none;
}
.main-create-form .form-label {
  color: black;
  font-size: 15px;
  margin-left: 0 !important;
}
.main-create-form .form-label span {
  font-size: 12px;
  margin-left: 10px;
}
.main-create-form input.form-control {
  height: 38px;
}
.main-create-form .form-control {
  border: 1px solid #d5d5d5;
}
.main-create-form .form-control::-moz-placeholder {
  color: #c7c7c7;
  font-weight: 400;
  font-size: 15px;
}
.main-create-form .form-control::placeholder {
  color: #c7c7c7;
  font-weight: 400;
  font-size: 15px;
}
.main-create-form .leftside {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .main-create-form .leftside {
    margin-top: 0;
  }
}
.main-create-form .leftside .repeater {
  position: relative;
}
.main-create-form .leftside .repeater .repeater-item:first-child .mob-repeet-delet button {
  display: none;
}
.main-create-form .leftside .repeater .repeater-item:first-child .mob-repeet-delet {
  height: 42px;
  border-radius: 7px;
  width: 49px;
  margin-left: 10px;
}
.main-create-form .leftside .repeater .mob-repeet-delet button {
  background-color: rgba(220, 53, 69, 0.1882352941) !important;
  border: 1px solid #dc3545 !important;
  height: 42px;
  border-radius: 7px;
  width: 42px;
  margin-left: 10px;
  margin-top: 10px !important;
  color: #dc3545;
}
.main-create-form .leftside .repeater .mob-repeet-delet button:focus {
  box-shadow: none;
}
.main-create-form .leftside .repeater .mob-repeet-delet button img {
  width: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-create-form .leftside .repeater .plusbtn {
  background-color: #e0ecf8;
  border: 1px solid #e0ecf8;
  height: 42px;
  width: 42px;
  margin-left: 6px;
  margin-top: 0;
  position: absolute;
  border-radius: 7px;
  top: 32px;
  right: 0;
}
.main-create-form .leftside .repeater .plusbtn:focus {
  box-shadow: none;
}
.main-create-form .leftside .repeater .plusbtn img {
  width: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-create-form .leftside .file-upload-main img {
  margin-bottom: 15px;
  max-height: 130px;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-create-form .leftside .file-upload-main label.input-group-text {
  background-color: #e8f5ef;
  color: #5eb88d;
  font-weight: 500;
  font-size: 13px;
}
.main-create-form .leftside .file-upload-main input {
  font-size: 15px;
  padding-top: 11px;
  color: #c7c7c7;
  font-weight: 400;
}
.main-create-form .leftside .file-upload-main input::file-selector-button {
  display: none;
}
.main-create-form .rightside input::-webkit-calendar-picker-indicator {
  background-color: white;
  background-image: url(../../images/dateicon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 20px;
  position: relative;
  top: 4px;
}
.main-create-form .rightside .registerusergrop .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.main-create-form .rightside .registerusergrop .form-check-input:checked + label {
  color: #0d6efd;
  font-weight: 500;
}
.main-create-form .rightside .registerusergrop .showhidediv {
  background-color: #f4f8fd;
  padding: 10px 20px;
  border-radius: 10px;
  margin-top: 10px;
}
.main-create-form .rightside .mainactivecheck .form-check-input:checked {
  background-color: #5eb88d;
  border-color: #5eb88d;
}
.main-create-form .rightside .form-button .btn-save-new {
  background-color: #5eb88d;
  border: 1px solid #5eb88d;
  font-weight: 500;
  padding-left: 19px;
  padding-right: 19px;
  margin-right: 5px;
}
.main-create-form .rightside .form-button .btn-cancel-new {
  border: 1px solid #fe4747;
  color: #fe4747;
}
.main-create-form .rightside .form-button .btn-cancel-new:hover {
  border: 1px solid #fe4747;
  color: #fe4747;
  background-color: white;
}
.main-create-form .user-log-table {
  white-space: nowrap;
}
.main-create-form .user-log-table thead {
  background-color: #f8f8f8;
  color: gray;
  font-weight: 400;
  font-size: 13px;
}
.main-create-form .user-log-table thead th {
  font-weight: 400;
  border-bottom: none;
}
.main-create-form .user-log-table td {
  font-size: 13px;
  color: black;
  font-weight: 500;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
}
.main-create-form .user-log-table td .d-flex .userimg {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  margin-right: 10px;
}
.main-create-form .user-log-table td .d-flex .userimg img {
  width: 30px;
  height: 30px;
}
.main-create-form .user-log-table td .d-flex p {
  position: relative;
  top: 5px;
}

.main-details.show .mainshowcontentparty {
  display: block !important;
}

.main-details.show .showhidebtn1 img {
  transform: rotate(180deg);
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ffffff;
}

.logbtn {
  background-color: #e0ecf7;
  color: #3a83e8;
  padding: 0px 10px;
  font-size: 14px;
  font-weight: 500;
  margin-right: 6px;
  border-radius: 5px;
  border: 1px solid #3a83e8;
}
@media (max-width: 350px) {
  .logbtn {
    margin-top: 5px;
  }
}

span.uploadsize {
  font-size: 10px;
  font-weight: 600;
  color: #ff5959;
}

.main-create-form.service_categiores_create .leftside .file-upload-main img {
  margin-bottom: 15px;
  max-height: 130px;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

.main-create-form .rightside {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .main-create-form .rightside {
    margin-bottom: 16px;
  }
}
.main-create-form .rightside .file-upload-main img {
  margin-bottom: 15px;
  max-height: 130px;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.main-create-form .rightside .file-upload-main label.input-group-text {
  background-color: #e8f5ef;
  color: #5eb88d;
  font-weight: 500;
  font-size: 13px;
}
.main-create-form .rightside .file-upload-main input {
  font-size: 15px;
  padding-top: 11px;
  color: #c7c7c7;
  font-weight: 400;
}
.main-create-form .rightside .file-upload-main input::file-selector-button {
  display: none;
}

.service_categiores_create .add {
  background: #e0ecf7;
  border-radius: 5px;
  margin-left: 15px;
  border: 1px solid #659eec;
  font-weight: 500;
}

.service_categiores_create .add a {
  font-size: 14px;
  color: #3a83e8;
  line-height: 1;
  display: flex;
  padding: 8px 10px;
}

.service_categiores_create .add img {
  width: 13px;
  height: 13px;
  margin-right: 10px;
}

.selecttypebox {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: scroll;
  padding-bottom: 5px;
}
.selecttypebox input {
  position: absolute !important;
  opacity: 0;
}
.selecttypebox .form-check-inline {
  display: inline-block;
  margin-right: 1rem;
  margin: 0;
  padding: 0;
}
.selecttypebox .btn-top-header {
  display: block;
  align-items: center;
  color: black;
  font-size: 11px;
  font-weight: 500;
  border: 1px solid #b0b0b0;
  padding: 5px 10px;
  margin-left: 0px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  margin-bottom: 0;
  line-height: 12px;
  width: auto;
  height: auto;
  margin-right: 10px;
}
.selecttypebox input {
  display: none;
}
.selecttypebox input:checked + label {
  border: 1px solid #34c38f;
  background-color: #f0fffa;
}

.detail_log_main .main_table_log .main_table_log_details {
  border: 1px solid rgba(204, 204, 204, 0.8);
  border-radius: 5px;
  padding: 10px;
  padding-right: 20px;
  position: relative;
}
.detail_log_main .main_table_log .main_table_log_details .numberedit {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: #f1f1f1;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  position: relative;
}
.detail_log_main .main_table_log .main_table_log_details .title {
  font-size: 13px;
  color: #4c4c4c;
  margin-bottom: 3px;
}
.detail_log_main .main_table_log .main_table_log_details .description {
  font-size: 13px;
  color: #000;
  font-weight: 500;
  margin-bottom: 0px;
}
.detail_log_main .main_table_log .main_table_log_details .media_preview {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: rgba(204, 204, 204, 0.8);
  border-radius: 5px;
}
.detail_log_main .main_table_log .main_table_log_details .bg_color_btn {
  background-color: #34c38f;
  width: 70px;
  height: 20px;
  border-radius: 5px;
}
.detail_log_main .main_table_log .main_table_log_details .action_btn_edit_btn {
  width: 13px;
  height: 20px;
  color: #555555;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  border-radius: 2px;
}
.detail_log_main .main_table_log .main_table_log_details .action_btn_edit_btn::after {
  display: none;
}
.detail_log_main .main_table_log .main_table_log_details .dropdown-menu {
  padding: 5px;
  font-size: 13px;
  min-width: 78px;
}
.detail_log_main .main_table_log .main_table_log_details .dropdown-menu a {
  padding: 0;
}
.detail_log_main .main_table_log .main_table_log_details .dropdown {
  position: absolute;
  right: 10px;
}

.border-header-new {
  border-bottom: 1px solid rgba(204, 204, 204, 0.8);
  padding-bottom: 14px;
}

.fees {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 400px) {
  .fees {
    flex-direction: column;
    align-items: baseline !important;
  }
}
.fees .slot.no {
  background: rgba(255, 23, 3, 0.0588235294);
  border-radius: 5px;
  border: 1px solid #ff1703;
  color: #ff1703;
  padding: 3px 5px;
  font-size: 12px;
  margin-right: 10px;
}
@media (max-width: 575px) {
  .fees .slot.no {
    font-size: 11px;
  }
}
.fees .slot {
  background: #e7f5ef;
  border-radius: 5px;
  border: 1px solid #51b890;
  color: #51b890;
  padding: 3px 5px;
  font-size: 12px;
  margin-right: 10px;
}
.fees .slot i {
  margin-left: 3px;
}
.fees .add {
  background: #e0ecf7;
  border-radius: 5px;
  margin-right: 10px;
  border: 1px solid #659eec;
  font-weight: 500;
}
@media (max-width: 400px) {
  .fees .add {
    margin-top: 5px;
  }
}
.fees .add .amounttext {
  padding: 1px 11px;
}
.fees .add .amounttext span {
  font-size: 12px;
  color: #3a83e8;
  font-weight: 600;
}
.fees .add a {
  font-size: 12px;
  color: #3a83e8;
  line-height: 1;
  display: flex;
  padding: 5px 10px;
}
@media (max-width: 575px) {
  .fees .add a {
    padding: 5px 5px;
    font-size: 11px;
  }
}

.sweet-alert {
  background-color: #fff;
  width: 346px !important;
  margin: 0 auto !important;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  overflow: hidden;
  margin-top: 0 !important;
  z-index: 2000;
  margin-left: 0 !important;
}
.sweet-alert .sa-icon {
  width: 75px;
  height: 75px;
  border: 4px solid gray;
  border-radius: 50%;
  margin: 15px auto;
  position: relative;
  box-sizing: content-box;
}
.sweet-alert h2 {
  font-size: 25px;
}
.sweet-alert p {
  font-size: 15px;
}
.sweet-alert .cancel {
  font-size: 15px;
}
.sweet-alert .confirm {
  font-size: 15px;
  color: #fff !important;
}

.score {
  display: flex;
}
.score img {
  width: 80px;
  height: 100%;
}

.rating {
  margin-top: 0px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hidden {
  opacity: 0;
}

.star {
  display: inline-block;
  margin: 5px;
  font-size: 25px;
  color: #f1f1f1;
  position: relative;
}
.star.hidden {
  opacity: 0;
}

.full:before {
  font-family: fontAwesome;
  display: inline-block;
  content: "\f005";
  position: relative;
  z-index: 2;
}

.half:before {
  font-family: fontAwesome;
  content: "\f089";
  position: absolute;
  float: left;
  z-index: 3;
}

.star-colour {
  color: #ffd700;
}

.selected:before {
  font-family: fontAwesome;
  display: inline-block;
  content: "\f005";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 1;
}
.selected.pulse:before {
  opacity: 0;
}
.selected.is-animated:before {
  transition: 1s ease-out;
}

.score {
  font-family: arial;
  font-size: 13px;
  color: green;
  align-items: center;
}

.score-rating {
  vertical-align: sup;
  top: -5px;
  position: relative;
  font-size: 150%;
}

.total {
  vertical-align: sub;
  top: 0px;
  position: relative;
  font-size: 100%;
}

.alert-danger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 0;
}

.dropdown1 {
  position: relative;
  display: contents;
}

.dropdown-content {
  position: absolute;
  background-color: #dfecf6;
  min-width: 142px;
  box-shadow: 0px 8px 16px 0px rgba(3, 34, 76, 0.22);
  font-size: 14px;
  z-index: 1;
  top: 44px;
}

.dropdown-content a {
  color: #03224c;
  padding: 10px;
  text-decoration: none;
  display: block;
  font-weight: 500;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.form-group.mb-0.dropcraetcropcustomadd.langugeselectbox select {
  height: 32px;
  border-radius: 5px;
}

.langugeselectbox.dropcraetcropcustomadd .form-control {
  padding-left: 32px;
}

.dropcraetcropcustomadd .form-control {
  background-color: #f9fafb !important;
  border-color: rgba(78, 78, 78, 0.1882352941);
  color: #000000 !important;
  font-size: 15px;
  width: 100%;
  height: 45px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
  border-radius: 10px;
  margin-top: 0;
}

.langugeselectbox img {
  margin-top: -29px;
  margin-left: 8px;
  width: 17px;
}

.langugeselectbox i {
  float: right;
  margin-top: -20px;
  margin-right: 20px;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #f46a6a;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar .navbar-toggler {
  padding: 2px 5px 2px;
  color: #ffffff;
  border-color: #ffffff;
  width: 30px;
  height: 26px;
  position: absolute;
  right: 0;
}

.mobile-img {
  display: none;
}

.drop-i {
  display: none;
}

.web-img {
  display: block;
}

body {
  background-color: #f0f3f5;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #39464e;
  margin-left: 220px !important;
  margin-top: 0;
}
@media (max-width: 1024px) {
  body {
    margin-left: 0 !important;
  }
}

.navbar-default {
  background-color: #000000;
  margin-left: 200px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/*main side bar*/
.msb {
  width: 220px;
  background-color: #1d1d1d;
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  right: auto;
  min-height: 100%;
  /* overflow-y: inherit; */
  white-space: nowrap;
  height: 100vh;
  bottom: 0;
  z-index: 1;
}
.msb .navbar {
  border: none;
  margin-left: 0;
  background-color: inherit;
}
.msb .navbar-header {
  width: 100%;
  background: #1d1d1d;
}
.msb .navbar-nav .panel {
  border: 0 none;
  box-shadow: none;
  margin: 0;
  background: inherit;
}
.msb .navbar-nav li {
  display: block;
  width: 95%;
  position: relative;
  padding: 7px 0px;
  margin: 0 auto;
}
.msb .navbar-nav li a {
  color: #ffffff;
  padding: 5px 10px;
}
.msb .navbar-nav li a:hover {
  color: #fff !important;
}
.msb .navbar-nav li a .glyphicon,
.msb .navbar-nav li a .fa {
  margin-right: 8px;
}
.msb .nb {
  padding-top: 5px;
  padding-left: 10px;
  margin-bottom: 30px;
  overflow: hidden;
}

ul.nv,
ul.ns {
  position: relative;
  padding: 0;
  list-style: none;
}

.nv {
  /*ns: nav-sub*/
}
.nv li {
  display: block;
  position: relative;
}
.nv li::before {
  clear: both;
  content: "";
  display: table;
}
.nv li a {
  color: #444;
  padding: 10px 25px;
  display: block;
}
.nv li a .ic {
  font-size: 16px;
  margin-right: 5px;
  font-weight: 300;
  display: inline-block;
}
.nv .ns li a {
  padding: 10px 50px;
}

/*main content wrapper*/
.mcw {
  margin-left: 200px;
  position: relative;
  min-height: 100%;
  /*content view*/
}

/*globals*/
a,
a:focus,
a:hover {
  text-decoration: none;
}

.inbox .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.inbox ul,
.inbox li {
  margin: 0;
  padding: 0;
}
.inbox ul li {
  list-style: none;
}
.inbox ul li a {
  display: block;
  padding: 10px 20px;
}

.msb,
.mnb {
  animation: slidein 600ms forwards;
  transform-style: preserve-3d;
}

.mcw {
  animation: bodyslidein 600ms forwards;
  transform-style: preserve-3d;
}

body.msb-x .mcw,
body.msb-x .mnb {
  margin-left: 0;
  animation: bodyslideout 600ms forwards;
  transform-style: preserve-3d;
}
body.msb-x .msb {
  animation: slideout 600ms forwards;
  transform-style: preserve-3d;
  border-right: 1px solid #363636;
}

/* Slide in animation */
@keyframes slidein {
  0% {
    left: 0px;
  }
  100% {
    left: 0;
  }
}
@keyframes slideout {
  0% {
    left: 0px;
  }
  100% {
    left: -160px;
  }
}
@keyframes bodyslidein {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 200px;
  }
}
@keyframes bodyslideout {
  0% {
    margin-left: 200px;
  }
  100% {
    margin-left: 0;
  }
}
body.msb-x {
  margin-left: 60px !important;
  transition: 0.6s;
}

#msb .right-header {
  margin-right: 0 !important;
  width: 220px !important;
}
#msb .right-header s .show:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  bottom: -22px;
  left: 0;
  border-top-left-radius: 5px;
  right: 7px;
  background-color: #686868;
  border-top-right-radius: 5px;
}
@media (max-width: 767px) {
  #msb .right-header s .show:after {
    bottom: -17px;
    left: 0;
  }
}
@media (max-width: 575px) {
  #msb .right-header s .show:after {
    bottom: -13px;
    left: 0;
    height: 4px;
  }
}
#msb .right-header .campaign {
  color: #ffffff;
  font-size: 14px;
  margin-right: 30px;
  font-weight: 600;
  position: relative;
  width: 100%;
  border-radius: 5px;
}
@media (max-width: 991px) {
  #msb .right-header .campaign {
    margin-right: 20px;
    font-size: 13px;
  }
}
#msb .right-header .campaign a {
  color: #fff;
  background-color: #363636;
}
#msb .right-header .campaign a:hover {
  color: #fff;
}
#msb .right-header .campaign .la-users {
  font-size: 22px;
}
@media (max-width: 767px) {
  #msb .right-header .campaign .la-users {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  #msb .right-header .campaign .la-users {
    font-size: 16px;
  }
}
#msb .right-header .campaign img {
  margin-right: 10px;
  width: 17px;
  height: 17px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575px) {
  #msb .right-header .campaign img {
    width: 16px;
    height: 16px;
  }
}
#msb .right-header .login .notification {
  background: #3f5878;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  margin-right: 15px;
  position: relative;
}
#msb .right-header .login .notification a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #msb .right-header .login .notification {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 575px) {
  #msb .right-header .login .notification {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}
#msb .right-header .login .notification a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#msb .right-header .login .notification:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 5px;
  right: 7px;
  background-color: red;
}
@media (max-width: 767px) {
  #msb .right-header .login .notification:after {
    top: 4px;
    right: 6px;
  }
}
@media (max-width: 575px) {
  #msb .right-header .login .notification:after {
    top: 3px;
    right: 4px;
    width: 3px;
    height: 3px;
  }
}
#msb .right-header .login .notification img {
  width: 18px;
  height: 18px;
  margin-right: 2px;
  margin-top: 2px;
}
@media (max-width: 767px) {
  #msb .right-header .login .notification img {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 575px) {
  #msb .right-header .login .notification img {
    width: 12px;
    height: 12px;
    margin-top: 0px;
    margin-right: 0px;
  }
}
#msb .right-header .login .user-img.dropdown {
  width: 40px;
  height: 40px;
}
@media (max-width: 575px) {
  #msb .right-header .login .user-img.dropdown {
    width: 25px;
    height: 25px;
  }
}
#msb .right-header .login .user-img.dropdown a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #686868;
}
#msb .right-header .login .user-img.dropdown a img {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575px) {
  #msb .right-header .login .user-img.dropdown a img {
    width: 15px;
    height: 14px;
  }
}
#msb .right-header .login .user-img.dropdown a::after {
  display: none;
}
#msb .right-header .login .user-img.dropdown ul {
  top: 12px !important;
}
#msb .right-header .login .user-img.dropdown ul::after {
  display: none !important;
}
@media (max-width: 767px) {
  #msb .right-header .login .user-img.dropdown {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 575px) {
  #msb .right-header .login .user-img.dropdown {
    width: 25px;
    height: 25px;
  }
}

.side-logo {
  display: none;
}

.navbar-brand img {
  padding: 5px 10px 10px 10px;
}

#msbo {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0px 5px 0 0;
  border-radius: 5px;
}
@media (max-width: 1024px) {
  #msbo {
    position: absolute;
    top: 50%;
    left: 200px;
    transform: translateY(-50%);
    padding: 0px 5px 0 0;
    border-radius: 5px;
    top: 53%;
  }
}
@media (max-width: 1024px) and (max-width: 575px) {
  #msbo {
    left: 210px;
  }
}

#msbo .ic.fa.fa-bars {
  color: #fff;
  font-size: 18px;
}

.msb-x #msbo {
  left: 0;
}

.drop-page {
  position: absolute;
  top: 24px;
  right: 10px;
  padding: 5px 5px;
  background: transparent;
  border-radius: 5px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.drop-page a {
  padding: 0 !important;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.drop-page a img {
  width: 13px;
  height: 13px;
}

div.answer {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
  padding: 5px;
  margin: 0 auto;
  border-radius: 5px;
  color: #000;
  text-align: center;
}
div.answer a {
  color: #ffffff !important;
  padding: 5px !important;
  border-radius: 5px;
  text-align: initial;
  padding-left: 35px !important;
  position: relative;
  text-wrap: initial;
  display: block;
}
@media (max-width: 991px) {
  div.answer a {
    font-size: 13px;
  }
}
div.answer a .dot {
  position: absolute;
  left: 15px;
  top: 14px;
  transform: translateY(-50%);
  line-height: 0.5;
}
div.answer a + a {
  margin-top: 5px !important;
}
div.answer p {
  position: relative;
  display: block;
  font-weight: 300;
  padding: 10px 0 0 0;
  cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 14px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar {
  width: 0px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #656668;
  border: 2px solid #656668;
}

.navbar-brand {
  display: flex !important;
  margin: 0 auto !important;
  width: 70%;
  position: relative;
}
.navbar-brand::before {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  background-color: #363636;
  width: 100%;
  height: 1px;
  display: none;
}
.navbar-brand img {
  margin: 0 auto;
  max-width: 90%;
}
@media (max-width: 575px) {
  .navbar-brand img {
    max-width: 76%;
  }
}

.right-header.new .header-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
}
.right-header.new .header-item .dropdown-admin {
  position: absolute;
  background: #ffffff;
  top: 25px;
  right: 0;
  padding: 5px;
  display: none;
  border-radius: 5px;
}
.right-header.new .header-item .dropdown-admin ul {
  width: 110px;
}
.right-header.new .header-item .dropdown-admin ul li a {
  font-size: 15px;
  padding: 2px 10px;
  width: 100%;
  display: block;
  color: #000;
  display: flex;
  align-items: center;
}
.right-header.new .header-item .dropdown-admin ul li a svg {
  margin-right: 5px;
  margin-bottom: 3px;
}
.right-header.new .header-item .dropdown-admin ul li + li {
  margin-top: 5px;
}
.right-header.new .header-item img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.right-header.new .header-item span {
  color: #fff;
  font-size: 13px;
}

.dropdown-admin.active {
  display: block !important;
}

.msb-x .campaign {
  align-items: end !important;
  justify-content: end;
}
.msb-x .campaign img {
  margin-right: 5px !important;
  width: 23px !important;
  height: 23px !important;
  -o-object-fit: contain !important;
  object-fit: contain !important;
  margin-bottom: 10px !important;
}
@media (max-width: 575px) {
  .msb-x .campaign img {
    width: 20px !important;
    height: 20px !important;
    margin-bottom: 5px !important;
  }
}
.msb-x .campaign p {
  display: none;
}
.msb-x .answer {
  display: none !important;
}
.msb-x .drop-page {
  display: none;
}
.msb-x .side-logo {
  display: block;
  width: 30px;
  height: 30px;
  margin: 6px 15px 0 auto;
}
@media (max-width: 575px) {
  .msb-x .side-logo {
    width: 30px;
    height: 30px;
  }
}
.msb-x .web-s-img {
  display: none;
}
.msb-x .navbar-brand::before {
  left: 7px;
}
.msb-x .navbar-brand {
  width: 100%;
}

.list-title h3 {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .list-title h3 {
    font-size: 24px;
  }
}
.list-title p {
  font-size: 12px;
  font-weight: 400;
  color: #4c4c4c;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .paginationjs-pages {
    margin-top: 10px;
  }
}

@media (max-width: 575px) {
  .pagging ul li:first-child a {
    margin-left: 0;
  }
}

.select2-container {
  width: 100% !important;
}

#mceu_28 {
  display: none;
}

.side-menu-container {
  overflow-y: scroll;
  position: fixed;
  top: 55px;
  bottom: 0;
}
@media (max-width: 575px) {
  .side-menu-container {
    top: 55px;
  }
}

.dashboardnew {
  background: rgba(204, 204, 204, 0.1411764706);
}

.msb-x .dashboardnew {
  background-color: transparent !important;
}

.user-log-table::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.user-log-table::-webkit-scrollbar {
  height: 3px;
  background-color: #f5f5f5;
}

.user-log-table::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}

.selecttypebox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.selecttypebox::-webkit-scrollbar {
  height: 2px;
  background-color: #f5f5f5;
}

.selecttypebox::-webkit-scrollbar-thumb {
  background-color: #000000;
}

.sweet-alert h2 {
  font-size: 22px;
  padding-top: 10px;
}

.sweet-alert .text-muted {
  color: #6c757d !important;
  font-size: 14px;
  font-weight: 500;
}

.sweet-alert .btn-danger {
  font-size: 14px !important;
}

.btn-default {
  font-size: 14px !important;
  width: inherit;
}

.sweet-alert {
  background-color: #fff;
  width: 340px !important;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50% !important;
  transform: translate(-50%, -50%);
  top: 50%;
  margin-left: 0 !important;
  margin-top: 0 !important;
  overflow: hidden;
}

.main_preferredp_partner_select .select2-container {
  width: 100% !important;
}

.custombtn {
  width: 170px !important;
  background-color: #e1e1e1;
  color: black;
  border-radius: 0;
}

.sa-confirm-button-container button,
.sa-confirm-button-container button:hover,
.sa-confirm-button-container button:active,
.sa-confirm-button-container button:focus {
  width: inherit !important;
  background-color: #198754 !important;
  border: #198754 !important;
  border-radius: 0 !important;
  padding: 9px 10px;
  border-color: #198754 !important;
  box-shadow: none !important;
}

.sa-button-container {
  display: flex;
  justify-content: center;
  width: 100% !important;
}

.select2-selection--multiple {
  height: auto !important;
}

.sweet-alert .sa-confirm-button-container {
  width: inherit;
}

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
}

.dropdown-menu {
  min-width: 88px;
  padding: 0px 0;
  z-index: 1;
}
.dropdown-menu .dropdown-item {
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
}
.dropdown-menu .dropdown-item a {
  justify-content: flex-start;
}
.dropdown-menu .dropdown-item img {
  margin-right: 5px;
}
.dropdown-menu .text-success {
  color: #3a83e8 !important;
  border-bottom: 1px solid #ccc;
}

.brand-name-wrapper {
  height: 52px;
}
.brand-name-wrapper .navbar-brand {
  height: inherit;
}
.brand-name-wrapper .navbar-brand img {
  max-width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0;
}

.bgWhite {
  background: white;
  box-shadow: 0px 3px 6px 0px #cacaca;
}

.title {
  font-weight: 600;
  font-size: 24px;
}

.otp-input .otp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
  outline: none;
  border-radius: 10px;
  color: var(--color-black);
  background: var(--color-light);
  width: 40px;
  height: 40px;
}

.otp-input input:focus-visible {
  outline: #1f72e3 auto 1px !important;
}

.customBtn {
  border-radius: 0px;
  padding: 10px;
}

.lable-new .label {
  margin-left: 0;
}

.otp-v-btn a {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: inherit;
  cursor: pointer;
  min-width: 40%;
  padding: 0.65rem 1.25rem;
  border: none;
  outline: none;
  border-radius: 5px;
  color: var(--color-white);
  background: #0d6efd !important;
  box-shadow: var(--shadow-medium);
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
}
.otp-v-btn .resend-otp {
  margin-top: 5px;
}
.otp-v-btn .resend-otp a {
  padding: 0 !important;
  background-color: transparent !important;
  color: #c5c5c5 !important;
  box-shadow: none;
  font-size: 12px;
  display: initial;
}

.horizontal-form label,
.horizontal-form button {
  text-transform: capitalize;
}
.horizontal-form label {
  color: #000;
  font-weight: normal;
}
.horizontal-form .o3-form-group input {
  width: 100%;
  text-align: left;
  padding: 0 10px;
  border: none;
  outline: none;
  font-size: 15px;
  border-radius: 10px;
  background: var(--color-light);
  height: 40px;
}
.horizontal-form .o3-form-group input:focus-visible {
  outline: none;
}
.horizontal-form .o3-btn {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: inherit;
  cursor: pointer;
  min-width: 40%;
  padding: 0.65rem 1.25rem;
  border: none;
  outline: none;
  border-radius: 5px;
  color: var(--color-white);
  background: var(--color-blue);
  box-shadow: var(--shadow-medium);
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  margin-top: 20px;
}

.counting {
  margin-bottom: 5px;
}
.counting span {
  color: red;
  font-size: 13px;
  font-weight: 500;
}
.counting .text-bold {
  color: red;
  font-size: 13px;
  font-weight: 500;
  margin-left: 5px;
}

.counting.active {
  display: flex !important;
}

.mainpreloader {
  display: none;
  opacity: 0;
  transition: all 0.5s ease;
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: rgba(0, 0, 0, 0.2392156863);
}
.mainpreloader .mainnewspin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999999999999;
}
.mainpreloader .mainnewspin .spinner-border {
  display: inline-block;
  width: 100px;
  height: 100px;
  vertical-align: text-bottom;
  border: 8px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}
.mainpreloader .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 0;
  justify-content: center;
  display: flex;
  width: 100px;
  align-items: center;
  height: 100px;
  border-radius: 100px;
  border: 0.25em solid white;
  background: rgba(255, 255, 255, 0);
  transform: translate(-50%, -50%);
  z-index: 1;
  border: 8px solid white;
}
.mainpreloader .preloader .preloader_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: auto;
  height: auto;
  line-height: normal;
  text-align: center;
  font-size: 15px;
  font-weight: 100;
  font-family: monospace;
  font-weight: 800;
  color: white;
}

.page {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4em;
  line-height: 1em;
  text-align: center;
  font-size: 1em;
  font-family: monospace;
  font-weight: 300;
  color: #4e4e51;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}

.shown {
  visibility: visible !important;
  opacity: 1 !important;
  transition: all 0.5s ease;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  z-index: 99999;
  right: 0;
  height: 100vh;
}

#exampleModalcreatelog .modal-body {
  padding: 0 1rem;
}
#exampleModalcreatelog .modal-body .row .mainuserbox {
  background-clip: padding-box;
}
#exampleModalcreatelog .modal-body .row .mainuserbox .row:last-child {
  border-bottom: none;
}
#exampleModalcreatelog .modal-body .row .mainuserbox .row {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  padding-top: 10px;
}
#exampleModalcreatelog .modal-body .row .mainuserbox .row .userboxtitle {
  color: black;
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
}
#exampleModalcreatelog .modal-body .row .mainuserbox .row .userdetailsbox {
  margin-bottom: 0px;
  font-size: 12px;
  color: #434343;
  margin-top: 2px;
}
#exampleModalcreatelog .modal-body .row .mainuserbox .row .userdetailsbox img {
  width: 95px;
  height: 55px;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  background: #f6f6f6;
}

.logbtn {
  color: #3a83e8 !important;
  background-color: #e0ecf7 !important;
  padding: 1px 10px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  margin-right: 6px !important;
  border-radius: 5px !important;
  border: 1px solid #3a83e8 !important;
  width: auto !important;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 575px) {
  .logbtn {
    margin-top: 5px;
  }
}

.favimg {
  text-align: center;
}
.favimg img {
  width: 48px;
  height: 48px;
}

.smallimg {
  text-align: center;
}
.smallimg img {
  width: 128px !important;
  height: 128px !important;
}

.file-upload-main .img-main {
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-details-modal {
  box-shadow: 0px 0px 7px 0px rgba(230, 230, 230, 0.87);
  border-radius: 10px;
}

a.maindelete_btn_new {
  background-color: #ffb6b1;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.maindelete_btn_new img {
  width: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}

.line_clamp_two {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.checkbox-priority {
  font-size: 13px;
  border: 1px solid rgba(204, 204, 204, 0.368627451);
  padding: 0px 10px;
  margin-bottom: 0;
  background-color: rgba(204, 204, 204, 0.11);
  border-radius: 5px;
  margin-right: 5px;
  cursor: pointer;
}
.checkbox-priority .form-check {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.checkbox-priority .form-check .form-check-label {
  line-height: 13px;
  margin-left: 5px;
  cursor: pointer;
}

.checkbox-priority .form-check input:checked .checkbox-priority {
  border: 1px solid #34c38f;
  background-color: #f0fffa;
}

.checkbox-priority .form-check-input:checked {
  background-color: #51b890 !important;
  border-color: #51b890 !important;
}

.checkbox-priority.check_color {
  color: #000;
  opacity: 1;
  background-color: #e6f5ef;
  border-color: #40b793;
}

.checkbox-priority .form-check-input:disabled ~ .form-check-label,
.checkbox-priority .form-check-input[disabled] ~ .form-check-label {
  opacity: 0.8 !important;
}

.main .top-details .fa-bars {
  font-size: 16px;
  position: relative;
  top: 0;
  margin-right: 10px;
  cursor: move;
}

h5#exampleModalLabel {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

#previewactive .mainmediaadocument {
  height: 268px;
  width: auto;
  background: whitesmoke;
}

#previewactive #imagePreviewDivId2 {
  width: 100%;
  height: 100%;
}

#previewactive #imagePreviewDivId2 img {
  -o-object-fit: contain;
     object-fit: contain;
}

#previewactive .modal-dialog {
  max-width: 375px;
  margin: 0 auto;
}

#previewactive .modal-content {
  border: none;
  border-radius: 15px;
  overflow: hidden;
}

#exampleModalcreatelog .modal-content {
  border: none;
  border-radius: 15px;
  overflow: hidden;
}

#pincodeModel .left-details h4 {
  word-break: normal;
}

#pincodeModel button {
  position: absolute;
  right: 15px;
  top: 15px;
}

@media (max-width: 400px) {
  #pincodeModel .modal-header div {
    flex-direction: column;
    margin-left: 0 !important;
    align-items: baseline !important;
  }
}

#pincodeModel .modal-content {
  border: none;
  border-radius: 15px;
  overflow: hidden;
}

#addpincodemodal .modal-content {
  border: none;
  border-radius: 15px;
  overflow: hidden;
}

#configrationmodal .modal-content {
  border: none;
  border-radius: 15px;
  overflow: hidden;
}

.campaign-list .main-details .top-details.new .heading .d-flex {
  width: -moz-max-content;
  width: max-content;
}

.imagePreview.imgdisplay-blog {
  width: 150px !important;
  height: 150px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.mainuserbox .no-result {
  padding: 20px 0;
}

.video-iframe {
  width: -webkit-fill-available;
}

.page-title-box h4 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px !important;
}

.page-title-right .breadcrumb {
  background-color: transparent;
  padding: 0;
}
.page-title-right .breadcrumb .breadcrumb-item.active {
  color: #74788d;
}
.page-title-right .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.page-title-right .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #74788d;
  content: "/";
  font-family: "Material Design Icons";
}

.card-title {
  font-size: 15px;
  margin: 0 0 7px 0;
  font-weight: 600;
}
@media (max-width: 767px) {
  .card-title {
    text-align: start !important;
    margin-top: 10px;
  }
}
.card-title a {
  background-color: #4f375d !important;
  border: 1px solid #4f375d !important;
  color: #fff !important;
  position: relative !important;
  text-align: end;
  line-height: 1.2;
  font-size: 13px;
  display: inline-flex;
  padding-left: 0;
  padding: 0;
  align-items: center;
  padding-right: 12px;
}
.card-title a .label-icon {
  width: 32px !important;
  height: 29px !important;
  left: 0 !important;
  top: 0 !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
  font-size: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-right: 12px;
}

.waves-light {
  padding: 5px 10px;
  font-size: 12px;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  height: 32px !important;
  display: flex !important;
  align-items: center !important;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
  display: flex !important;
}

.dtr-data {
  margin-left: 10px !important;
}

.dropleft button::after {
  display: none;
}

.dropleft button {
  width: 22px;
  height: 16px;
  border: 1px solid #51b890;
  padding: 3px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropleft button img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.dropleft .dropdown-menu.show {
  display: block;
  border: 1px solid #649de8 !important;
  background-color: #f9fcff !important;
  overflow: hidden !important;
}

.dropleft .dropdown-menu.show .edit a {
  color: green !important;
}

.dropleft .dropdown-menu.show li a:hover {
  background-color: #fff !important;
}

.dropleft .dropdown-menu.show .delete a {
  color: red !important;
}

#deletebtn {
  background-color: #dc3545 !important;
  border: 1px solid #dc3545 !important;
  height: 42px;
  border-radius: 7px;
  width: 42px;
  margin-left: 10px;
  margin-top: 19px !important;
}

.logbtn {
  display: none;
}

.langugeselectbox,
#google_translate,
#reset_translate {
  display: none;
}

.viewservicebtn {
  color: #3a83e8 !important;
  background-color: #e0ecf7 !important;
  padding: 1px 10px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  margin-right: 6px !important;
  border-radius: 5px !important;
  border: 1px solid #3a83e8 !important;
  width: auto !important;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 575px) {
  .viewservicebtn {
    margin-top: 5px;
  }
}

.registeryouinterest-main-modal .modal-dialog {
  height: 544px;
}
@media (min-width: 576px) {
  .registeryouinterest-main-modal .modal-dialog {
    max-width: 395px;
    margin: 1.75rem auto;
  }
  .registeryouinterest-main-modal .modal-dialog .modal-content {
    border-radius: 20px !important;
  }
}
.registeryouinterest-main-modal .modal-content {
  border-radius: 20px;
}
.registeryouinterest-main-modal .registeryouinterest-body {
  padding: 0;
  position: relative;
}
.registeryouinterest-main-modal .registeryouinterest-body .top {
  background-image: url(../../../frontend/images/registertopbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 126px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border-radius: 20px 20px 0 0;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: none;
  right: 0;
}
.registeryouinterest-main-modal .registeryouinterest-body .top .content {
  display: block;
}
.registeryouinterest-main-modal .registeryouinterest-body .top .content img {
  width: 46px;
  margin: 0 auto;
  text-align: center;
}
.registeryouinterest-main-modal .registeryouinterest-body .top .content .title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .registeryouinterest-main-modal .registeryouinterest-body .top .content .title {
    font-size: 16px;
  }
}
.registeryouinterest-main-modal .registeryouinterest-body .top .content .description {
  font-size: 12px;
  color: black;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .registeryouinterest-main-modal .registeryouinterest-body .top .content .description {
    font-size: 10px;
  }
}
.registeryouinterest-main-modal .registeryouinterest-body .Interestbtn button {
  font-size: 13px;
  padding: 7px 15px;
  background: #fee0cc;
  border-radius: 9px;
  color: #000;
  font-weight: 500;
  border: 1px solid #fecdac;
  width: 100%;
  display: block;
  text-align: center;
}
.registeryouinterest-main-modal .registeryouinterest-body .optinput {
  padding-top: 144px;
  display: flex;
  justify-content: center;
}
.registeryouinterest-main-modal .registeryouinterest-body .optinput input {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  margin: 0 6px;
  border-radius: 5px;
  border: 1px solid #cccccc;
}
.registeryouinterest-main-modal .registeryouinterest-body .optinput input:focus {
  border: 1px solid #5db992 !important;
  outline: 0;
}
.registeryouinterest-main-modal .registeryouinterest-body .optinput input:focus-visible {
  border: 1px solid #5db992 !important;
  outline: 0;
}

.otpdescription {
  font-size: 12px;
  font-weight: 500;
  color: black;
  text-align: center;
  margin-top: 10px;
  padding: 10px 0;
}

.main_login_screen {
  background-color: #232323;
  height: 100vh;
  width: 100%;
  padding: 0 100px;
}
@media (max-width: 767px) {
  .main_login_screen {
    height: auto;
    padding: 50px 30px;
  }
}
.main_login_screen .left_side_login {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: calc(100vh - 200px);
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .main_login_screen .left_side_login {
    margin-top: 0px;
    margin-bottom: 0px;
    height: auto;
  }
}
.main_login_screen .left_side_login .logonew {
  width: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  height: 75px;
}
@media (max-width: 767px) {
  .main_login_screen .left_side_login .logonew {
    width: 200px;
  }
}
.main_login_screen .left_side_login .logoassets {
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
@media (max-width: 767px) {
  .main_login_screen .left_side_login .logoassets {
    display: none;
  }
}
.main_login_screen .right_side_login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 200px);
  margin-top: 100px;
  margin-bottom: 100px;
  /* border: 1px solid gray; */
  background-color: #080808;
  border-radius: 0;
  overflow: hidden;
  border-top: 0;
  position: relative;
  padding: 30px;
}
@media (max-width: 767px) {
  .main_login_screen .right_side_login {
    height: auto;
    margin-top: 50px;
    margin-bottom: 0;
  }
}
.main_login_screen .right_side_login .main_line_part {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  position: absolute;
  top: 0;
}
.main_login_screen .right_side_login .main_line_part div {
  height: 6px;
  background-color: #000000;
}
.main_login_screen .right_side_login .main_line_part div:nth-child(1) {
  background-color: #695a52;
}
.main_login_screen .right_side_login .main_line_part div:nth-child(2) {
  background-color: #99000b;
}
.main_login_screen .right_side_login .main_line_part div:nth-child(3) {
  background-color: #eb5322;
}
.main_login_screen .right_side_login .main_line_part div:nth-child(4) {
  background-color: #1f7f73;
}
.main_login_screen .right_side_login .poweredby {
  text-align: center;
  position: absolute;
  bottom: 9px;
}
.main_login_screen .right_side_login .poweredby a {
  color: #6e6e6e;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .main_login_screen .right_side_login .poweredby a {
    font-size: 11px;
  }
}
.main_login_screen .right_side_login h1 {
  color: white;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .main_login_screen .right_side_login h1 {
    font-size: 22px;
  }
}
.main_login_screen .right_side_login input {
  background: #232323 !important;
  width: 100%;
  border: none;
  height: 45px;
  padding: 10px;
  margin-bottom: 20px;
  color: #999999;
}
.main_login_screen .right_side_login input:focus {
  background-color: #232323 !important;
  box-shadow: none;
  border: none;
  outline: none;
}
.main_login_screen .right_side_login input:hover {
  background-color: #232323 !important;
  box-shadow: none;
  border: none;
  outline: none;
}
.main_login_screen .right_side_login input:focus-visible {
  background-color: #232323 !important;
  box-shadow: none;
  border: none;
  outline: none;
}
.main_login_screen .right_side_login input:focus-within {
  background-color: #232323 !important;
  box-shadow: none;
  border: none;
  outline: none;
}
.main_login_screen .right_side_login input.input-submit {
  width: auto;
  margin: 0 auto;
  display: block;
  padding: 10px 32px;
  height: auto;
  border-radius: 100px;
  margin-top: 10px;
  background-color: #2e8074 !important;
  color: white;
}
@media (max-width: 767px) {
  .main_login_screen .right_side_login input.input-submit {
    margin-bottom: 30px;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #232323 inset !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #999999;
}

#msbo i {
  font-size: 24px;
  color: white;
  position: relative;
  top: 3px;
}

.nav-item.active .answer {
  display: flex;
}
.nav-item.active .la-plus:before {
  content: "\f068";
}

.status_btn {
  background-color: #d7d7d7;
  padding: 5px;
  color: #555555;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
}

.view_img_btn {
  border: 1px solid #689fea;
  padding: 5px;
  color: #689fea;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
}

.tox.tox-tinymce {
  width: 100% !important;
}

.service_categiores_create .select2-selection__choice__display {
  padding-left: 20px !important;
}

a.detailbtn {
  color: black;
  margin-right: 10px;
  margin-top: 3px;
  color: #000;
}

.main-create-form video#aboutVideoPreviewProfile {
  width: 100%;
  height: 100%;
}

.campaign-list .main-details .left-details .heading h4 {
  font-size: 13px;
  color: #000;
  margin-bottom: 0px;
  /* word-break: break-all; */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.maintopbtn {
  margin-top: 13px;
}

.col-md-12.file-upload-main.seoimg {
  height: 100%;
}

.footer {
  padding: 20px 12px;
  right: 0;
  color: #000000;
  left: 250px;
  height: 60px;
  background-color: #e5e5e5;
  text-align: center;
}/*# sourceMappingURL=dashboard.css.map */