:root {

    --primary_color: #4c68ff;
    --secondary_color: #112359;
    --hero_section: #55c6fa;
    --text_color: #112359;
    --text_muted: #384b78;
    --background_color: #f9fafd;
    --footer_background_color: #112359;
    --elements-bg: #eee;
    --border-radius: 20px;
}


body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: var(--background_color);
    color: var(--text_color);
}



a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-decoration: none;
    color:var(--primary_color);
}

a:hover {
  color: var(--primary_color);
  opacity: 0.8;
}

.card {
  border: 0;
  box-shadow: 0 2px 2px #6585d70f, 0 .5px .5px #234d9e0f;
  border-radius: var(--border-radius, 20px);
}

.btn {
  border-radius: 200px;
  font-weight: 500;
  color: var(--text_color);
  padding: 12px 24px;
  transform-style: preserve-3d;
  box-shadow: none !important;
  transition: 0.3s;
}

.btn:hover {
  transform: scale3d(.94, .94, 1.01);
      border-color: unset;
}

.btn-primary {
  background-color: var(--primary_color) !important;
  border-color: var(--primary_color) !important;
  color: #fff;
}

.btn-danger {
  color: #fff;
}

.btn-light-custom {
  border-color: #dce0ea;
}

.form-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-number .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  height: auto;
}
.form-number .form-select:focus {
  border-color: #ced4da;
}
.form-number .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control {
  background-color: #fff !important;
  color: var(--text_color) !important;
  border-color: #eee;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 6px;
}
.form-control.form-control-md {
  padding-top: 10.75px;
  padding-bottom: 10.75px;
}
.form-control:focus {
  border-color: var(--primary_color);
}

.form-select {
  background-color: #fff !important;
  color: var(--text_color);
  border-color: #eee;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 6px;
}
.form-select.form-select-md {
  padding-top: 10.75px;
  padding-bottom: 10.75px;
}
.form-select:focus {
  border-color: var(--primary_color);
}

.form-check-input {
  background-color: #fff;
  border-color: #eee;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.form-check-input:checked {
  background-color: var(--primary_color);
  border-color: var(--primary_color);
}

.form-switch .form-check-input {
  cursor: pointer;
}
.form-switch .form-check-input:not(:checked):focus {
  border-color: #888;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23888'/%3e%3c/svg%3e");
}

.nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  height: 70px;
  transition: 0.3s;
}

.nav.sticky {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 2px 2px #6585d70f, 0 .5px .5px #234d9e0f;
}

.nav .nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav .nav-inner .logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.nav .nav-inner .nav-actions-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .nav .nav-inner .nav-actions-sm {
    display: none;
  }
}
.nav .nav-inner .nav-menu-button {
  color: var(--text_color);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
}
.nav .nav-inner .nav-menu-button:hover {
  opacity: .8;
}
.nav .nav-inner .nav-menu {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .nav .nav-inner .nav-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1040;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
  }
}
.nav .nav-inner .nav-menu .overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(17, 17, 26, 0.25);
}
@media (max-width: 1199.98px) {
  .nav .nav-inner .nav-menu .overlay {
    display: block;
  }
}
.nav .nav-inner .nav-menu .nav-menu-close {
  cursor: pointer;
  color: var(--text_color);
}
.nav .nav-inner .nav-menu .nav-menu-close i {
  font-size: 18px;
}
.nav .nav-inner .nav-menu .nav-menu-close:hover {
  opacity: .8;
}
.nav .nav-inner .nav-menu .nav-menu-scroller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: visible !important;
  height: 70px;
}
.nav .nav-inner .nav-menu .nav-menu-scroller .ps__rail-x, .nav .nav-inner .nav-menu .nav-menu-scroller .ps__rail-y {
  display: none !important;
}
@media (max-width: 1199.98px) {
  .nav .nav-inner .nav-menu .nav-menu-scroller {
    display: block;
    position: absolute;
    width: 300px;
    top: 0;
    right: -300px;
    height: 100%;
    background-color: #fff;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: hidden !important;
  }
  .nav .nav-inner .nav-menu .nav-menu-scroller .ps__rail-x, .nav .nav-inner .nav-menu .nav-menu-scroller .ps__rail-y {
    display: block !important;
  }
}
.nav .nav-inner .nav-menu .nav-menu-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .nav .nav-inner .nav-menu .nav-menu-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.nav .nav-inner .nav-menu .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 40px;
}
@media (max-width: 1199.98px) {
  .nav .nav-inner .nav-menu .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-left: 0;
  }
}
.nav .nav-inner .nav-menu .nav-links .nav-link {
  padding: 0;
  font-size: 16px;
  color: var(--text_color);
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .nav .nav-inner .nav-menu .nav-links .nav-link {
    margin-bottom: 10px;
    color: #222;
  }
}
.nav .nav-inner .nav-menu .nav-links .nav-link:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 1199.98px) {
  .nav .nav-inner .nav-menu .nav-links .nav-link:not(:last-child) {
    margin-right: 0;
  }
}
.nav .nav-inner .nav-menu .nav-links .nav-link:hover, .nav .nav-inner .nav-menu .nav-links .nav-link.active {
  color: var(--primary_color);
}
.nav .nav-inner .nav-menu .nav-links .nav-drop {
  position: relative;
  z-index: 1030;
}
.nav .nav-inner .nav-menu .nav-links .nav-drop .nav-drop-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: var(--text_color);
}
@media (max-width: 1199.98px) {
  .nav .nav-inner .nav-menu .nav-links .nav-drop .nav-drop-btn {
    color: #222;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.nav .nav-inner .nav-menu .nav-links .nav-drop .nav-drop-menu {
  visibility: hidden;
  position: absolute;
  top: 40px;
  left: -10px;
  background-color: #fff;
  min-width: 200px;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  opacity: 0;
  -webkit-transform: perspective(200px) translateZ(-200px);
  transform: perspective(200px) translateZ(-200px);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
@media (max-width: 1199.98px) {
  .nav .nav-inner .nav-menu .nav-links .nav-drop .nav-drop-menu {
    display: none;
    position: static;
    left: 0;
    width: 100%;
    margin-bottom: 10px;
  }
}
.nav .nav-inner .nav-menu .nav-links .nav-drop .nav-drop-menu .nav-link {
  color: var(--text_color);
}
.nav .nav-inner .nav-menu .nav-links .nav-drop .nav-drop-menu .nav-link:not(:last-child) {
  margin-bottom: 10px;
}
.nav .nav-inner .nav-menu .nav-links .nav-drop .nav-drop-menu .nav-link:last-child {
  margin-bottom: 0;
}
.nav .nav-inner .nav-menu .nav-links .nav-drop.active .nav-drop-menu {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1199.98px) {
  .nav .nav-inner .nav-menu .nav-links .nav-drop.active .nav-drop-menu {
    display: block;
  }
}
.nav .nav-inner .nav-menu .nav-links .nav-drop.animated .nav-drop-menu {
  -webkit-transform: perspective(200px) translateZ(0);
  transform: perspective(200px) translateZ(0);
}
.nav .nav-inner .nav-menu .nav-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 1199.98px) {
  .nav .nav-inner .nav-menu .nav-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-left: 0;
  }
}
@media (max-width: 1199.98px) {
  .nav .nav-inner .nav-menu .nav-actions .btn-outline-light {
    color: #222;
  }
}
.nav .nav-inner .nav-menu .nav-actions > *:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 1199.98px) {
  .nav .nav-inner .nav-menu .nav-actions > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 1199.98px) {
  .nav .nav-inner .nav-menu.show {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 1199.98px) {
  .nav .nav-inner .nav-menu.show .nav-menu-scroller {
    visibility: visible;
    opacity: 1;
    right: 0;
  }
}
.nav.nav-sticky {
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 0;
  background-color: #fff;
  z-index: 1030;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.nav.nav-sticky .language .language-button {
  color: #444;
}
.nav.nav-sticky .nav-inner .nav-menu-button {
  color: #444;
}
.nav.nav-sticky .nav-inner .nav-menu .nav-links a {
  color: #222;
}
.nav.nav-sticky .nav-inner .nav-menu .nav-drop .nav-drop-btn {
  color: #222;
}
.nav.nav-sticky .nav-inner .nav-menu .nav-actions .btn-outline-light {
  color: #222;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  z-index: 0;
}
.header .header-wrapper {
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  color: var(--text_color);
}

.mail-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
  gap: 16px;
}
@media (max-width: 1599.98px) {
  .mail-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.mail-wrapper .ad {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1599.98px) {
  .mail-wrapper .ad:first-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 1599.98px) {
  .mail-wrapper .ad:last-child {
    margin-top: 20px;
  }
}
.mail-wrapper .mail-selection {
  max-width: 750px;
  width: 100%;
  border: 2px dashed #e0e0e0;
  border-radius: 6px;
  padding: 30px 40px;
  margin-right: auto;
  margin-left: auto;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
@media (max-width: 575.98px) {
  .mail-wrapper .mail-selection {
    padding: 12px;
  }
}
.mail-wrapper .mail-selection .mail-select {
  position: relative;
  z-index: 50;
}
.mail-wrapper .mail-selection .mail-select .mail-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mail-wrapper .mail-selection .mail-select .mail-input input {
  outline: 0;
  border: 0;
  border-radius: 6px;
  padding: 10px 200px 10px 24px;
  font-weight: 500;
  font-size: 18px;
  height: 60px;
  width: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 200px;
  background-color: var(--elements-bg);
  color: var(--text_color);
}
@media (max-width: 991.98px) {
  .mail-wrapper .mail-selection .mail-select .mail-input input {
    height: 55px;
  }
}
.mail-wrapper .mail-selection .mail-select .mail-input .mail-input-copy {
  position: absolute;
  right: 8px;
  height: 80%;
  width: 52px;
  font-size: 14px;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .mail-wrapper .mail-selection .mail-select .mail-input .mail-input-copy {
    width: 48px;
  }
}

.d-none {
  display: none;
}

.ad.ad-v {
  width: 200px;
  height: 600px;
}
.ad.ad-h {
  max-width: 720px;
  width: 100%;
  height: 90px;
}
.ad img {
  width: 100%;
  height: 100%;
}


.language {
  position: relative;
  z-index: 1030;
}
.language .language-img {
  margin-right: 10px;
}
.language .language-img img {
  width: 16px;
  height: 12px;
}
.language .language-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  color: var(--text_color);
  cursor: pointer;
}
.language .language-button i {
  font-size: 20px;
}
.language .language-menu {
  display: none;
  position: absolute;
  top: 40px;
  right: -5px;
  width: 130px;
  background-color: #FFF;
  z-index: 0;
  max-height: 180px;
  opacity: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.language .language-menu::before {
  background-color: #fff;
  border-radius: 3px 0 0 0;
  -webkit-box-shadow: -2px -2px 5px rgba(82, 95, 127, 0.1);
  box-shadow: -2px -2px 5px rgba(82, 95, 127, 0.1);
  content: "";
  display: block;
  height: 12px;
  margin: 0 0 0 -6px;
  position: absolute;
  right: 10%;
  top: -5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 12px;
  z-index: 0;
}
.language .language-menu a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 8px;
  color: #222;
  font-size: 14px;
  font-weight: 600;
}
.language .language-menu a:hover {
  background-color: var(--secondaryColor);
}
.language .language-menu a.active::after {
  content: '\f00c';
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 50%;
  right: 8px;
  width: 15px;
  height: 15px;
  background-color: #9797a7;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 10px;
  color: #fff;
}
.language.active .language-menu {
  display: block;
}
.language.animated .language-menu {
  opacity: 1;
}


.section {
  padding-block: 60px;
}

.section-header {
    margin-bottom: 40px;
}

.section-title {
    font-weight: 700;
    font-size: 36px;
}

.section-description {
    color: var(--text_muted);
    font-weight: 500;
    font-size: 18px;
}

.hero-section {
  background: var(--hero_section);
  border-radius: var(--border-radius, 20px);
  padding: 72px 40px;
  color: var(--text_color);
}

  .footer-copyright {
    background: var(--footer_background_color) !important;
    color: #fff;
    font-size: 18px;
    padding-block: 40px;
  }

  .footer-copyright a {
    color: #fff;
  }

  .footer-copyright a:hover {
    opacity: 0.7;
  }

  .hero-title {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 2rem;
      line-height: 1.25em;
  }

  .btn-primary-custom {
      background: var(--primary_color);
      color: #fff;
      border: none;
      padding: 12px 24px;
      border-radius: 200px;
      font-weight: 600;
      width: 100%;
  }

  .btn-primary-custom.btn-sm {
    padding: 6px 16px;
  }

  .btn-primary-custom:hover {
    background: var(--primary_color);
    color: #fff;
  }

  .btn-outline-custom {
    border: 2px solid rgba(255,255,255,0.3);
    color: white;
    padding: 10px 24px;
    border-radius: 200px;
    font-weight: 600;
    background: transparent;
}

  .btn-outline-custom:hover {
    background: rgba(255,255,255,0.1);
    color: #fff;
  }

  .footer-section {
    background: #ebeef3;
    color: var(--text_color);
    padding: 40px 60px;
    border-radius: var(--border-radius, 20px);
  }

  .footer-brand {
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 1rem;
  }

  .footer-links {
      list-style: none;
      padding: 0;
  }

  .footer-section-title {
    font-size: 20px !important;
  }

  .footer-links li {
      margin-bottom: 0.8rem;
  }

  .footer-links a {
      color: var(--text_muted);
      text-decoration: none;
      font-size: 18px !important;
      transition: 0.3s;
  }

  .footer-links a:hover {
    color: var(--text_muted);
    opacity: 0.7;
  }

  .social-icons a {
      color: #fff;
      margin-right: 0.6rem;
      font-size: 1.2rem;
  }

  .social-icons a:hover {
    opacity: 0.7;
  }

  .accordion-item {
      border: 0;
      border-radius: var(--border-radius, 20px) !important;
      margin-bottom: 1rem;
      box-shadow: 0 2px 2px #6585d70f, 0 .5px .5px #234d9e0f;
      transition: 0.3s;
  }

  .accordion-item:hover {
      transform: scale(0.98);
  }

  .accordion-header {
      border-radius: var(--border-radius, 20px) !important;
  }

  .accordion-button {
      font-size: 28px;
      font-weight: 700;
      background: #fff;
      color: var(--text_color);
      border: none;
      padding: 2rem;
      border-radius: var(--border-radius, 20px) !important;
      box-shadow: none;
  }

  .accordion-button:not(.collapsed) {
      background: #fff;
      color: var(--primary_color);
      box-shadow: none;
  }

  .accordion-button:focus {
      box-shadow: none;
      border-color: transparent;
  }

  .accordion-button::after {
      background: #4f46e5;
      color: white;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
      content: '+';
      background-image: none;
      flex-shrink: 0;
  }

  .accordion-button:not(.collapsed)::after {
      content: '−';
      background: #4f46e5;
      transform: none;
  }

  .accordion-body {
      padding: 0 2rem 1.5rem;
      color: var(--text_muted);
      font-size: 18px;
      font-weight: 500;
      line-height: 1.6;
  }

  .blog-card {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    transition: transform 0.3s ease;
    height: 100%;
    text-decoration: none;
    color: var(--text_color);
  }

  .blog-card:hover {
    color: var(--text_color);
  }

  .blog-card-green .blog-content {
      background: linear-gradient(135deg, #bbf7d0 0%, #86efac 100%);
  }

  .blog-card-blue .blog-content {
      background: linear-gradient(135deg, #bfdbfe 0%, #93c5fd 100%);
  }

  .blog-content {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      position: relative;
      padding: 2rem;
      margin-bottom: 2rem;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
      border-radius: 12px;
      flex-grow: 1;
  }

  .blog-content img {
    transition: 0.3s;
    border-radius: var(--border-radius, 20px);
  }

  .blog-card:hover .blog-content img {
    transform: scale(1.05);
  }

  .blog-category {
      position: absolute;
      top: 20px;
      left: 20px;
      background: #10b981;
      color: white;
      padding: 0.4rem 1rem;
      border-radius: 20px;
      font-size: 17px;
      font-weight: 600;
      display: inline-block;
      margin-bottom: 1rem;
      flex-grow: 1;
      z-index: 1;
  }

  .blog-category-design {
      background: #4f46e5;
  }

  .blog-title {
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 1rem;
      line-height: 1.3;
  }

  .blog-card:hover .blog-title {
    color: var(--primary_color);
  }

  .blog-description {
      line-height: 1.6;
  }

  .chart-mockup {
      height: 200px;
      background: white;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 1rem 0;
  }

  .metric-item {
      display: flex;
      align-items: center;
      margin-bottom: 0.75rem;
      font-size: 0.9rem;
  }

  .metric-icon {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      margin-right: 0.75rem;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 0.75rem;
  }

  .progress-bar-custom {
      background: #e2e8f0;
      height: 4px;
      border-radius: 2px;
      overflow: hidden;
      flex-grow: 1;
      margin: 0 0.75rem;
  }

.progress-fill {
    height: 100%;
    border-radius: 2px;
}

.card-feature {
  display: block;
  padding: 34px;
  border-radius: var(--border-radius, 20px);
  background-color: #fff;
  box-shadow: 0 2px 2px #6585d70f, 0 .5px .5px #234d9e0f;
  text-decoration: none;
  color: var(--text_color);
  height: 100%;
  transition: 0.3s;
}

.card-feature-inline {
  display: flex;
  align-items: center;
  gap: 30px;
}

.card-feature-inline .card-feature-image {
  width: 60%;
  height: 300px;
  object-fit: cover;
  margin-right: -34px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.card-feature-full {
  padding-inline: 0;
}

.card-feature-full > div:first-child {
  padding-inline: 40px;
}

.card-feature-full .card-feature-image {
  border-radius: 0;
}

.card-feature:hover {
  transform: scale(0.98);
  color: var(--text_color);
}

.card-feature-icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.card-feature-text {
  font-size: 18px;
  font-weight: 500;
  color: var(--text_muted);
}

.card-feature-image {
  border-radius: var(--border-radius, 20px);
}



.mail-history {
  border: 1px solid var(--border_color);
  border-radius: 5px;
  max-height: 50vh;
  min-height: 50vh;
  overflow: auto;
}
.mail-history .mail-history-day {
  position: relative;
}
.mail-history .mail-history-day:not(:first-child) .mail-history-day-header {
  border-top: 1px solid var(--border_color);
}
.mail-history .mail-history-day .form-check {
  margin-right: 10px;
}
.mail-history .mail-history-day .mail-history-day-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
      background-color: #9fe2ff;

  border-bottom: 1px solid #eee;
  padding: 8px 20px;
  color: var(--text_color);
  text-transform: uppercase;
  z-index: 11;
}
.mail-history .mail-history-day .mail-history-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.mail-history .mail-history-day .mail-history-item .btn {
  visibility: hidden;
  position: absolute;
  right: 20px;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.mail-history .mail-history-day .mail-history-item:hover {
  background-color: var(--elements-bg);
}
.mail-history .mail-history-day .mail-history-item:hover .btn {
  visibility: visible;
  opacity: 1;
}


.mailbox-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: center;
}

@media (max-width: 1199.98px) {
    .mailbox-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.mailbox-container .ad {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.mailbox-container .mail-content {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.mailbox {
    width: 100%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 16px;
    overflow: hidden;
}

.mailbox .mailbox-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    background-color: var(--primary_color);
    color: #fff;
}

.mailbox .mailbox-header .mailbox-header-item {
    padding: 22px 16px;
}

.mailbox .mailbox-header .mailbox-header-item p {
    margin-bottom: 0;
}

.mailbox .mailbox-header .mailbox-header-item:first-child {
    width: 20%;
}

@media (max-width: 575.98px) {
    .mailbox .mailbox-header .mailbox-header-item:first-child {
        width: 30%;
    }
}

.mailbox .mailbox-header .mailbox-header-item:nth-child(2) {
    width: 58%;
}

@media (max-width: 575.98px) {
    .mailbox .mailbox-header .mailbox-header-item:nth-child(2) {
        width: 70%;
    }
}

.mailbox .mailbox-header .mailbox-header-item:nth-child(3) {
    width: 22%;
}

@media (max-width: 575.98px) {
    .mailbox .mailbox-header .mailbox-header-item:nth-child(3) {
        display: none;
    }
}

.mailbox .mailbox-body {
    background-color: #fff;
    min-height: 426px;
}

.mailbox .mailbox-body .mailbox-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.mailbox .mailbox-body .mailbox-item:nth-child(even) {
    background-color: #f6f6f6;
}

.mailbox .mailbox-body .mailbox-item .mailbox-item-col {
    padding: 16px;
}

.mailbox .mailbox-body .mailbox-item .mailbox-item-col p {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.mailbox .mailbox-body .mailbox-item .mailbox-item-col:first-child {
    width: 20%;
}

@media (max-width: 575.98px) {
    .mailbox .mailbox-body .mailbox-item .mailbox-item-col:first-child {
        width: 30%;
    }
}

.mailbox .mailbox-body .mailbox-item .mailbox-item-col:nth-child(2) {
    width: 58%;
    overflow: hidden;
}

@media (max-width: 575.98px) {
    .mailbox .mailbox-body .mailbox-item .mailbox-item-col:nth-child(2) {
        width: 70%;
    }
}

.mailbox .mailbox-body .mailbox-item .mailbox-item-col:nth-child(3) {
    width: 22%;
}

@media (max-width: 575.98px) {
    .mailbox .mailbox-body .mailbox-item .mailbox-item-col:nth-child(3) {
        display: none;
    }
}

.mailbox .mailbox-body .empty {
    display: none;
}

.mailbox.empty .mailbox-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.mailbox.empty .mailbox-body .mailbox-item {
    display: none;
}

.mailbox.empty .mailbox-body .empty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 426px;
}

.mailbox.empty .mailbox-body .empty .empty-icon .emptyInboxRotation {
    -webkit-animation: rotation 2s linear infinite;
    animation: rotation 2s linear infinite;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}




.plan {
  padding: 20px;
  color: #66759a;
  font-weight: 500;
}

.plan.v2 {
  color: var(--text_color);
}

.plan-price  {
  font-size: 24px;
  margin-top: 10px;
}

.plan-price strong {
  font-size: 40px;
  font-weight: 600;
}

.plan-price span {
  font-size: 16px;
}

.plan-features {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-weight: 600;
  font-size: 18px;
}

.plan-feat {
  display: flex;
  align-items: center;
  gap: 10px;
}

.plan-feat i {
  font-size: 10px;
}

.cookies {
  visibility: hidden;
  position: fixed;
  max-width: 380px;
  padding: 30px;
  bottom: -150%;
  left: 40px;
  width: 100%;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 90000;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}
@media (max-width: 575.98px) {
  .cookies {
    max-width: 100%;
    left: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.cookies.show {
  visibility: visible;
  bottom: 40px;
}
@media (max-width: 575.98px) {
  .cookies.show {
    width: 100%;
    bottom: 0;
  }
}



.plan-switcher {
    background-color: #fff;
    border: 1px solid var(--primary_color);
    border-radius: 8px;
    box-shadow: 0 1px 0 rgba(27,31,35,.04),inset 0 1px 0 hsla(0,0%,100%,.25);
    cursor: pointer;
    display: inline-flex;
    padding: 5px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.plan-switcher .plan-switcher-item {
    align-items: center;
    border-radius: 8px;
    display: flex;
    font-weight: 400;
    height: 35px;
    justify-content: center;
    position: relative;
    text-align: center;
    transition: .3s;
    width: 90px;
    font-size:16px;
}

.plan-switcher .plan-switcher-item.active {
    background-color: var(--primary_color);
    color: #fff
}


.plans-item{
    display:none;
}

.plans-item.active{
    display:block !important;
}




.blog-card-red .blog-content {
    background: linear-gradient(135deg, #febfbf 0%, #fd9393 100%);
}

.blog-card-yellow .blog-content {
    background: linear-gradient(135deg, #fed7bf 0%, #fdd793 100%);
}



@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateL {
    0% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes rotateL {
    0% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

/*
@-webkit-keyframes circleAnimation {}
*/
@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes shapeAnimation {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes shapeAnimation {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}


.mailbox-ctr{
    background: var(--secondary_color);
    padding: 20px 17px;
    border-radius: 11px;
    color: #fff;
    text-align: center;
}

.mailbox-ctr h5 {
    margin: 0;
}



.mail-history-item span {
    line-height: 8px;
    color: #585858;
    margin-right: 13px;
    font-weight: 600;
    font-size: 15px;
}

.mail-history-item .email {
    font-size: 16px;
    font-weight: 600;
    color: var(--text_color);
}



.mail-history .mail-history-day .mail-history-item .btn {
    visibility: hidden;
    position: absolute;
    right: 20px;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.mail-history .mail-history-day .mail-history-item:hover {
    background-color: #f5f5f5;
}

.mail-history .mail-history-day .mail-history-item:hover .btn {
    visibility: visible;
    opacity: 1;
}

.label_bluer {
    font-size: 12px;
    color: var(--primary_color);
}

.kill.btn.btn-primary.btn-sm.history_choose_email {
    padding: 3px 10px;
}





.select2-dropdown {
    border-color: #eee;
}

.select2-container .select2-selection--single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40.5px;
    border-color: #eee;
    min-width: 135px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: unset;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 38.5px;
}

.select2-container .select2-selection--multiple {
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 40.5px;
    border-color: #eee;
}

.select2-container .select2-selection--multiple:focus {
    border-color: #eee;
}

.select2-container.select2-container--focus .select2-selection--multiple {
    border-color: #eee;
}

.select2-container {
    z-index: 200000000000;
}

.select2-container-custom-span {
    display: block;
    position: relative;
}

.select2-container-custom-span i {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #ffc107;
}


#qrcode img {
    margin: auto;
}




span.select2-selection.select2-selection--single {
    height: 47px !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    border-radius: 8px !important;
}

span.select2-selection__arrow {
    height: 47px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 43px  !important;
}


.header .header-wrapper .header-text {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    max-width: 999px;
}

.header .header-wrapper .header-title {
    font-size: 50px;
    text-align: center;
    font-weight: 900;
    text-transform: capitalize;
    margin-top: 30px;
    margin-bottom: 20px;
    color: var(--text_color);
}

.header.v2 .header-wrapper .header-title {

    color: #FFF !important;
}



.plan .plan-features .plan-feat .plan-feat-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background-color: #009688;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    font-size: 15px;
}

.plan .plan-features .plan-feat .plan-feat-icon-v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background-color: #ff3346;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    font-size: 15px;
}


.card-blue {
    background: linear-gradient(135deg, #b9dcff 0%, rgb(110, 152, 250) 100%);
}

.card-green {
  background: linear-gradient(135deg, #bbf7d0 0%, #86efac 100%);
}
.card-purple{
  background: linear-gradient(135deg, #f1cfff 0%, #e4b2f8 100%);
}

.card-red{
  background: linear-gradient(135deg, #ffd0d0 0%, #f8b9b9 100%);
}

.card-yellow{
  background: linear-gradient(135deg, #ffe79d 0%, #fade8c 100%);
}

.card-gray{
  background: linear-gradient(135deg, #d5d2ff 0%, #cac6fc 100%);
}

.sticky-adlobage {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 70px;
    max-height: 200px;
    padding: 5px 0;
    box-shadow: 0 -6px 18px 0 rgba(9, 32, 76, .1);
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fefefe;
    z-index: 20;
}

.sticky-adlobage-close {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px 0 0;
    position: absolute;
    right: 0;
    top: -30px;
    background-color: #fefefe;
    box-shadow: 0 -6px 18px 0 rgba(9, 32, 76, .08);
}

.sticky-adlobage .sticky-adlobage-close svg {
    width: 22px;
    height: 22px;
    fill: #000;
}

.sticky-adlobage .sticky-adlobage-content {
    overflow: hidden;
    display: block;
    position: relative;
    height: 70px;
    width: 100%;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
}

.sticky-adlobage .sticky-adlobage-content img {
    height: 100%;
    width: 100%;
}


@media (max-width: 575.98px) {


    .go-up {
        visibility: hidden;
        position: fixed;
        width:40px  !important;
        height: 40px !important;
        bottom: 50px !important;
        right: 16px !important;
    }

}


.go-up {
    visibility: hidden;
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 50px;
    right: 50px;
    background-color: var(--primary_color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    transition: .3s;
    z-index: 2000000;
}

.go-up:hover {
    background-color: var(--secondary_color);
}

.go-up.show {
    visibility: visible;
    opacity: 1;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    border: solid 1px #ddd;
}
@media (max-width: 991.98px) {
     .mail-action .mail-action-text {
        display: none !important
    }
}



.posts .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.posts .post:not(:last-child) {
    margin-bottom: 16px;
}

.posts .post .post-img {
    border-radius: 10px;
    margin-right: 10px;
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
}

.posts .post .post-info .post-title {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

.post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-meta .post-meta-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #888;
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.post-meta .post-meta-item:not(:last-child) {
    margin-right: 10px;
}

.post-meta .post-meta-item:not(:last-child)::after {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #999;
    margin-left: 10px;
    border-radius: 50%;
}

.post-meta .post-meta-item i {
    margin-right: 5px;
}

.comments {
    width: 100%;
}

.comments .comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fafafa;
    padding: 30px 20px;
    border-radius: 10px;
}

.comments .comment .comment-img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 16px;
}

.comments .comment .comment-text {
    font-size: 15px;
}

.comments .comment:not(:last-child) {
    margin-bottom: 16px;
}



.is_seen_message {
    position: absolute;
    top: 5px;
    right: 9px;
    background-color: var(--secondary_color);
    display: block;
    padding: 2px 6px;
    font-size: 9px;
    border-radius: 5px;
    color: #fff;
}


.tag-cloud a {
    background: var(--secondary_color);
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    margin: 3px;
}

.tag-cloud {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}



.post-meta {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.post-meta i {
    margin-right: 5px;
}

.meta-item {
    margin-right: 10px;
}

.post-meta i {
    color: #555;
}


.meta-item {
     position: relative;
     padding: 6px 12px;
     z-index: 0;
     color: #fff;
     margin-bottom: 16px;
     text-transform: capitalize;
     font-size: 14px;
     border-radius: 8px;
 }

.meta-item a:hover {
    color: var(--secondary_color);
}



.meta-item i , .meta-item a {
     color: var(--secondary_text_color);
 }

.meta-item::before {
    content: "";
    position: absolute;
    background-color: var(--primary_color);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 8px;
}



.btn-facebook {
    background-color: #3b5998;
    color: white;
  }

  .btn-twitter {
    background-color: #1da1f2;
    color: white;
  }

  .btn-linkedin {
    background-color: #0077b5;
    color: white;
  }

  .btn-whatsapp {
    background-color: #25d366;
    color: white;
  }

  .btn-email {
    background-color: #ea4335;
    color: white;
  }

  .share-btn .btn:hover {
    background: var(--primary_color);
    color: #fff;
}


.page-item.active .page-link {
    background-color: var(--primary_color);
    border-color: var(--primary_color);
}

.page-link {
    color: var(--primary_color);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.page-link:hover {
    color: var(--primary_color);
}



.viewbox-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: center;

}

@media (max-width: 1199.98px) {
    .viewbox-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.viewbox-container .ad {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.viewbox-container .box-content {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 850px;

}


.viewbox {
    width: 100%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 16px;
    overflow: hidden;
}

.viewbox .viewbox-header {
    background-color: var(--primary_color);
    color: #fff;
    padding: 8px 20px;
}


.viewbox .viewbox-body {
    background-color: #fff;
    min-height: 426px;
}

.viewbox-header i {
    margin: 10px;
    font-size: 20px;
}

.viewbox-header .text-muted {
    --bs-text-opacity: 1;
    color: var(--secondary_text_color) !important;
}

.viewbox-attachments {
    padding: 15px 25px;
    position: relative;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #222;
}

.viewbox-attachments .card {
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    margin: 5px 0px;
}

.viewbox-attachments .card-body {
    padding: 9px !important;
}


.viewbox-attachments img {
    width: 48px !important;
}

.viewbox-attachments i {
    color: #555;
}


.viewbox-attachments .file-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.viewbox .text-muted {
    font-size: 12px;
    font-weight: 600;
}

.can_see_attachments {
    position: absolute;
    width: 100%;
    height: 100%;
    background:var(--primary_color);
    right: 0;
    top: 0;
    z-index: 100;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.viewbox-body.v2 {
    min-height: auto !important;
}

.star-icon-color {
    color: #fab005;
}



.btn-icon {
    border: 0;
    background: transparent;
    margin: 0;
    padding: 0;
    color: #fff;
    display: block;
}


.header.v2 {
    background: var(--secondary_color);;
    color: #fff;
    text-align: center;
    margin-top: 11px;
}
