@font-face {
  font-family: "Gotham-Medium";
  src: url(/fonts/Gotham-Medium.otf?a52599fa8cce74bab773aaca059545b1);
}
@font-face {
  font-family: "Gotham-Medium";
  src: url(/fonts/Gotham-MediumItalic.otf?327a61b3b0b8b4b799a3447400fdb696);
  font-style: italic;
}
@font-face {
  font-family: "Gotham-Black";
  src: url(/fonts/Gotham-Black.otf?520408fe3462b1d14d05e994d63e9c01);
}
@font-face {
  font-family: "Gotham-Black";
  src: url(/fonts/Gotham-BlackItalic.otf?3a3952ba0ca9bf8385270801fb3c1bf3);
  font-style: italic;
}
@font-face {
  font-family: "Helvetica-Regular";
  src: url(/fonts/HelveticaRegular.otf?65117ef0693e338e7620eb79b012d131);
  font-style: italic;
}
body {
  font-family: "Gotham-Medium";
  color: #ffffff;
  font-size: 13px;
  background-image: url(/images/background-site.png?5307b3c9802c4ea3a19f6f6191c654cd);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
}

img {
  width: 100%;
}

.f-medium {
  font-family: "Gotham-Medium";
}

.f-medium-i {
  font-family: "Gotham-Medium";
  font-style: italic;
}

.f-black {
  font-family: "Gotham-Black";
}

.f-black-i {
  font-family: "Gotham-Black";
  font-style: italic;
}

.f-color-black {
  color: #1a1a1a;
}

.f-color-gray {
  color: #353535;
}

.f-color-white {
  color: #ffffff;
}

.f-color-red {
  color: #ed2727;
}

a, .no-underline:hover {
  text-decoration: none;
}

.custom-btn {
  background: linear-gradient(to right, #ff0000, #ff8282);
  border: none;
  color: white;
  border-radius: 50px;
  padding: 10px 40px;
  font-size: 11pt;
  font-weight: bold;
  display: inline-block;
}

.f-bg-back {
  background: #1a1a1a;
}

.f-pading-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.f-padding-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.active {
  display: block !important;
}

.red-line {
  height: 3px;
  width: 100%;
  background-color: #ed2727;
}

.cursor-pointer {
  cursor: pointer;
}

.toast-alert {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2em;
  overflow: hidden;
  z-index: 1052;
  pointer-events: none;
}
.toast-alert .toast-item {
  display: inline-flex;
  align-items: center;
  align-self: flex-end;
  animation-duration: 150ms;
  margin: 0.5em 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  border-radius: 0.25em;
  pointer-events: auto;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  min-height: 4em;
}
.toast-alert .toast-item--error {
  background-color: #f7471c;
}
.toast-alert .toast-item--success {
  background-color: #47d78a;
}
.toast-alert .toast-item .toast-text {
  margin: 0;
  padding: 1.5em 1em;
  word-break: break-word;
}
.toast-alert .toast-item .toast-icon {
  display: block;
  width: 27px;
  min-width: 27px;
  height: 27px;
  margin-left: 1em;
}
.toast-alert .toast-item .toast-icon--error {
  background: url(/images/close.svg?0baa85bcd178591f3646813a21bd1b98) no-repeat;
}
.toast-alert .toast-item .toast-icon--success {
  background: url(/images/check.svg?09fc9f5ada6014247864efd2ef0cd991) no-repeat;
}

#notificationAlert {
  position: fixed;
  padding: 0.75rem 2rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  box-sizing: border-box;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 5px;
  max-width: 500px;
  z-index: 10009;
}

.alert.alert-danger {
  background-color: #F64E60;
  border-color: #F64E60;
  color: #ffffff;
}

.container-map {
  position: absolute;
  bottom: 0;
  padding: 30px;
  padding-left: 10px;
}
.container-map .map {
  background-color: #727272;
  border-radius: 20px;
}
.container-map .map .map-logo {
  width: 80%;
  margin: 0 auto;
  transition: width 0.2s;
}
.container-map .map .map-logo > img {
  margin-top: -70px;
}
.container-map .map .map-logo:hover img {
  transform: scale(1.1);
}
.container-map .map .map-btn {
  padding: 15px;
  margin-top: -65px;
}
.container-map .map .map-btn .custom-btn {
  position: relative;
  z-index: 1;
}

.sidebar {
  height: 100%;
  background-color: #353535;
  border-radius: 30px 0 0 30px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.sidebar ul {
  font-size: 12pt;
}
.sidebar .username {
  font-size: 14pt;
}
.sidebar li a, .sidebar li a:focus {
  color: #ffffff;
}
.sidebar li a:hover {
  color: #ed2727;
}
.sidebar li .icon {
  width: 15px;
  height: 15px;
}
.sidebar li.active {
  font-family: "Gotham-Black";
}
.sidebar .head {
  margin-top: 20px;
}
.sidebar .head .logo {
  width: 200px;
  margin: 0 auto;
}

#main-navigation {
  margin-left: 20px;
  height: 430px;
  overflow-y: auto;
  margin-top: 50px;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #353535;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #c6c5c6;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #c6c5c6;
}

.navigation {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  transition: all 700ms ease;
  transform: translateY(-2em);
  overflow-y: auto;
}

.nav-active {
  visibility: visible;
  opacity: 1;
  max-height: 500px;
  transform: translateY(0%);
}

.default-icon {
  display: block;
}

.red-icon {
  display: none;
}

.nav-link:hover .default-icon {
  display: none;
}

.nav-link:hover .red-icon {
  display: block;
}

#submenu_favourites .nav-item .dots, .navigation .nav-item .dots {
  display: none;
}
#submenu_favourites .nav-item .dots a:hover, .navigation .nav-item .dots a:hover {
  color: #ffffff;
}
#submenu_favourites .nav-item:hover .dots, .navigation .nav-item:hover .dots {
  display: block;
}

.dots {
  position: absolute;
  top: 7px;
  right: 15px;
  z-index: 100;
  padding: 3px 8px;
  border-radius: 50px;
  background: #353535;
  border: 1px solid #353535;
  color: white;
  font-size: 11px;
  cursor: pointer;
  line-height: 17px;
}
.dots span {
  margin-right: 5px;
}

.suggestions-popup .dots {
  background: white;
  border: 1px solid white;
  color: black;
}

.border-white {
  border: 1px solid white;
}

.border-gray {
  border: 1px solid #353535;
}

.menu-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #353535;
  z-index: 9999;
}
.menu-loading-overlay .loading-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
}
.menu-loading-overlay .loading-spinner img {
  width: 25px;
  height: 25px;
  animation: spin 1s linear infinite;
}

.nav-tabs .nav-item {
  margin-right: 5px;
}
.nav-tabs .nav-link {
  background-color: #ffffff;
  color: #1a1a1a;
}
.nav-tabs .nav-link.active {
  background-color: #1a1a1a;
  color: #ffffff;
}
.nav-tabs .nav-link.disabled {
  background-color: transparent;
  color: rgba(9, 30, 66, 0.31);
  pointer-events: none;
  cursor: default;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.container-dashboard {
  margin-top: 30px;
}

.dashboard .title {
  margin-bottom: 30px;
}
.dashboard .title h2 {
  font-size: 18pt;
}
.dashboard .title2 {
  margin-bottom: 30px;
}
.dashboard .title2 h2 {
  font-size: 18pt;
}

.axent-container {
  padding-top: 30px;
  max-width: 1785px;
  min-height: 100vh;
}
.axent-container > .row {
  justify-content: center;
}
.axent-container .container-left {
  width: 360px;
  display: inline-block;
}
.axent-container .container-right {
  max-width: 1400px;
}
.axent-container .container-right .dashboard {
  width: 72.8%;
}
.axent-container .container-right .dashboard .wrap {
  padding: 30px;
}
.axent-container .container-right .info-details {
  width: 370px;
  position: relative;
}

.profile-container {
  width: 370px;
}

.axent-container .container-right .container-dashboard.profile-page .dashboard, .axent-container .container-right .container-dashboard.profile-page .search-container {
  width: 100% !important;
}

.search-container {
  width: 72.8%;
  display: inline-block;
}

.main-content {
  background-color: rgba(199, 195, 195, 0.8);
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  position: relative;
}
.main-content .wrap {
  border-radius: 30px;
  background-color: rgba(207, 207, 207, 0.74);
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}

.border-top-left-shape, .border-bottom-left-shape {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  left: 0;
}

.border-bottom-left-shape {
  bottom: 0;
}

.border-top-left-shape:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 30%;
  box-shadow: -50px -50px 0 0 #353535;
  top: 0;
  left: 0;
}

.border-bottom-left-shape:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 30%;
  box-shadow: -50px 50px 0 0 #353535;
  bottom: 0;
  left: 0;
}

.search-input {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding-left: 55px;
  height: 40px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  color: #1a1a1a;
}

.search-input::-moz-placeholder {
  color: #454545;
}

.search-input::placeholder {
  color: #454545;
}

.search-input:focus {
  outline: none;
  border-color: #ccc;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.search-icon {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 20px;
}

.main-search {
  position: relative;
  display: inline-block;
  margin-top: 25px;
}

.box {
  background: linear-gradient(1deg, #333333, #656565);
  border-radius: 15px;
  padding: 3px 20px;
  color: white;
  text-align: center;
  margin: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 150px;
  height: 90px;
}
.box .box-subtitle {
  margin-top: 6pt;
  font-style: normal;
}

.arrow {
  width: 10px;
}

.transition {
  transition: transform 0.3s ease-in-out;
}

.arrow-rotated {
  transform: rotate(180deg);
}

.targets {
  height: 100%;
}
.targets .headline {
  font-size: 18pt;
}
.targets .subline {
  font-size: 11pt;
}
.targets .swiper {
  margin-top: 20px;
}

.targets-container {
  height: 610px;
  overflow-y: auto;
  padding-right: 15px;
}

.targets-container .target-section:nth-of-type(1) {
  margin-top: 0;
}

.target-section {
  margin-top: 25px;
}
.target-section .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666;
}
.target-section .header .title {
  font-size: 16pt;
}
.target-section .header .title2 {
  font-size: 16pt;
}
.target-section .boxes-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.target-section .boxes-container .box .box-title {
  font-size: 20pt;
}
.target-section .boxes-container .box .box-subtitle {
  font-size: 12pt;
}
.target-section .progress-info {
  display: flex;
  justify-content: space-between;
  color: #666;
  font-size: 10pt;
}
.target-section .progress-bar {
  position: relative;
  height: 5px;
  background-color: #353535;
  border-radius: 5px;
  margin-top: 5px;
}
.target-section .progress-bar-fill {
  height: 100%;
  background-color: red; /* Adjust as needed */
  border-radius: 5px;
}

.swiper.newsboardSwiper {
  height: 460px;
}
.swiper.newsboardSwiper .swiper-pagination {
  text-align: left;
  padding: 0 50px;
}

.clientLogosSwiperWrap {
  display: flex !important;
  background-color: rgb(94, 95, 95);
  padding: 0 25px;
  margin-top: 25px;
  border-radius: 20px;
  position: relative;
}
.clientLogosSwiperWrap .clientLogosSwiperDesktop {
  padding: 30px 0;
  border-radius: 0;
  margin: auto 0;
}
.clientLogosSwiperWrap .logosSwiper-pagination {
  bottom: -10px;
}

.mobile-metrics h2.title {
  font-size: 14pt;
}
.mobile-metrics .mobile-metrics-wrap {
  margin-top: 40px;
}
.mobile-metrics .swiper-pagination-bullet {
  background-color: #353535;
}
.mobile-metrics .metric-section {
  width: 100%;
  padding-bottom: 20px;
}
.mobile-metrics .metric-section .boxes-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.mobile-metrics .metric-section .boxes-container .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 30px;
  text-align: center;
  padding: 15px 0;
  box-shadow: none;
  background: linear-gradient(1deg, #2a2a2a, #777777);
  max-width: 180px;
  width: 100%;
  height: auto;
}
.mobile-metrics .metric-section .boxes-container .percent-progress {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.mobile-metrics .metric-section .boxes-container .percent-progress .percent {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 2000;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
}
.mobile-metrics .metric-section .boxes-container .percent-progress::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  background-color: #353535;
  border-radius: 50%;
  z-index: 1001;
}
.mobile-metrics .metric-section .boxes-container .percent-progress::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: conic-gradient(#ff0000 calc(var(--percentage) * 1%), #e6d2d2 calc(var(--percentage) * 1%));
  z-index: 1000;
}
.mobile-metrics .metric-section .progress-text {
  margin-bottom: 10px;
  font-size: 16pt;
}
.mobile-metrics .metric-section .progress-todo {
  font-size: 12pt;
}

.dashboard .swiper {
  border-radius: 20px;
  overflow: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.swiper .swiper-slide .caption {
  position: absolute;
  left: 0;
  padding: 0 50px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18pt;
}
.swiper .swiper-slide .caption .title {
  font-size: 22pt;
}
.swiper .swiper-slide .caption .title2 {
  font-size: 22pt;
}
.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.swiper .swiper-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.clientLogosSwiperWrap {
  min-height: 130px;
}
.clientLogosSwiperWrap .swiper .swiper-slide {
  display: block;
  width: 60px;
}
.clientLogosSwiperWrap .swiper .swiper-slide img {
  height: auto;
  -o-object-fit: inherit;
     object-fit: inherit;
}
.clientLogosSwiperWrap .swiper .swiper-slide:first-child .logo-name {
  left: 0;
  transform: none;
}

.clientLogoContainer div .client-logo:first-child .logo-name {
  left: 0;
  transform: none;
}
.clientLogoContainer div .client-logo:last-child .logo-name {
  right: 0;
  left: unset;
  transform: none;
}

.swiper-button-prev:after, .swiper-button-next:after {
  content: none;
}

.swiper-button-prev, .swiper-button-next {
  width: 10px;
}

.swiper-pagination-bullet {
  background-color: #797a7c;
}

.swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
  width: 8px;
  height: 8px;
}

.image-container {
  position: relative;
}

.logo-name {
  display: none;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  white-space: nowrap;
  border: 1px solid #a3a3a3;
  background-color: #353535;
  padding: 4px 6px;
  font-size: 10pt;
}

.image-container:hover .logo-name {
  display: block;
}

.search-wrap {
  display: flex;
  align-items: center;
  margin-left: 10px;
  position: relative;
}
.search-wrap .search-logo {
  padding: 15px;
  width: 75px;
  background-color: #353535;
  border-radius: 50%;
  cursor: pointer;
}
.search-wrap .search-logoInput {
  position: absolute;
  bottom: 5px;
  left: 50%;
  padding: 2px 0;
  text-align: center;
  width: 100px;
  border-radius: 12px;
  background-color: #353535;
  border: 1px solid #a3a3a3;
  color: #ffffff;
  transform: translateX(-50%);
  font-size: 11px;
}
.search-wrap .search-logoInput::-moz-placeholder {
  color: #ffffff;
}
.search-wrap .search-logoInput::placeholder {
  color: #ffffff;
}
.search-wrap .search-logoInput:focus-visible {
  outline: none;
}

.profile-wrap {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: end;
  font-style: italic;
  margin-top: 30px;
}

.profile-image {
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-image > img:first-child {
  width: 40px;
  border-radius: 50%;
  border: 2px solid red;
  cursor: pointer;
}

.profile-text {
  color: #1a1a1a;
  font-size: 12pt;
  line-height: 13pt;
}
.profile-text > p {
  margin: 0;
  font-weight: bold;
}

.ProfilePhoto {
  width: 50px;
  height: 50px;
}

.profile-menu {
  position: absolute;
  top: 45px;
  right: 0;
  width: 300px;
  background: linear-gradient(90deg, #2e2e2e, #5d5d5d);
  border-radius: 10px;
  z-index: 2;
}
.profile-menu .profile-image {
  position: absolute;
  top: 0;
  right: 25px;
  width: 115px;
  height: 115px;
}
.profile-menu .menu-options {
  margin-top: 20px;
  margin-bottom: 100px;
}
.profile-menu .menu-options .menu-options-wrap {
  position: relative;
}
.profile-menu .menu-options .menu-options-wrap .menu-item {
  color: #fff;
  padding: 8px 0;
}
.profile-menu .menu-options .menu-options-wrap .menu-item > a {
  color: #ffffff;
  font-size: 11px;
}
.profile-menu .menu-options .menu-options-wrap .menu-item > a:hover {
  color: #ed2727;
}
.profile-menu .arrow-icon {
  width: 10px;
  margin-right: 8px;
}
.profile-menu .line-on-logout {
  margin: 0 0 0 12px;
  width: 40%;
  border-color: #ffffff;
}
.profile-menu .logout {
  margin-top: auto;
  padding: 15px 20px;
  color: #fff;
  cursor: pointer;
  font-size: 11px;
}
.profile-menu .logout:hover a {
  color: #ed2727;
}

.btn-logout {
  color: #fff;
}
.btn-logout:hover {
  color: #ed2727;
}

.profile-image-wrap {
  position: relative;
}
.profile-image-wrap .image-user {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 2px solid #e50000;
}
.profile-image-wrap .image-pen {
  position: absolute;
  top: 0;
  right: 15px;
  width: 18px;
  cursor: pointer;
  z-index: 2;
}
.profile-image-wrap .image-pen::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  background-color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.profile-header .profile-info {
  display: flex;
  padding: 15px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
}
.profile-header .profile-info .wrap-info-text {
  margin-left: 10px;
  font-size: 10pt;
  line-height: 11pt;
}
.profile-header .profile-info .wrap-info-text p, .profile-header .profile-info .wrap-info-text span {
  color: #fff;
  margin: 0;
}
.profile-header .profile-info .short-name {
  position: relative;
  width: 30px;
  height: 30px;
  background: linear-gradient(50deg, #ffffff, #b9b9b9);
  border-radius: 5px;
}
.profile-header .profile-info .short-name .info-name {
  position: absolute;
  color: black;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #353535;
}
.profile-header .profile-info .short-name::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 6px;
  height: 6px;
  background-color: #00FF00;
  border-radius: 50%;
}

#profile-navigation {
  margin-top: 30px;
}
#profile-navigation .profile-image {
  margin-left: 0;
  width: 150px;
  display: inline-block;
}
#profile-navigation .profile-image .profile-image-wrap .image-user {
  width: 100%;
}
#profile-navigation .profile-image .profile-image-wrap .image-pen {
  width: 30px;
  right: 20px;
}
#profile-navigation ul li:last-child {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.arrow-left, .arrow-right {
  top: 17px;
}

.metric-arrow-left, .metric-arrow-right {
  bottom: -4px;
  top: initial;
}

.search-inputWrap {
  position: relative;
  z-index: 3;
}

.suggestions-popup {
  position: absolute;
  top: 30px;
  background-color: white;
  border: 1px solid #ccc;
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
  border-radius: 0 0 10px 10px;
  z-index: 2;
  display: none;
}

.suggestions-popup ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
}
.suggestions-popup ul li {
  padding: 10px 10px 10px 40px;
  cursor: pointer;
  color: #1a1a1a;
  border-top: 1px solid #cbcbcb;
}
.suggestions-popup ul li:first-child {
  border-top: none;
  padding-top: 20px;
}
.suggestions-popup ul li:first-child .dots {
  top: 17px;
}
.suggestions-popup ul li:hover {
  background-color: #f0f0f0;
}

.main-search:focus-within .suggestions-popup {
  display: block;
}

.form-control {
  font-size: 12pt;
}

.chatbot-zorro {
  width: 50px;
  position: absolute;
  bottom: -10px;
  right: 0;
  z-index: 10;
  cursor: pointer;
}
.chatbot-zorro .ask {
  display: none;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  white-space: nowrap;
  background-color: #353535;
  padding: 3px 10px;
  font-size: 8pt;
}

.box-chatbot {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  border-radius: 20px;
  background-color: rgb(207, 207, 207);
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
  width: 100%;
  height: 100%;
  display: none;
}
.box-chatbot .chatbot-head {
  padding: 7px 15px;
  background: linear-gradient(90deg, #2e2e2e, #5d5d5d);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box-chatbot .chatbot-head .head-left {
  display: flex;
  align-items: center;
}
.box-chatbot .chatbot-head .headline {
  font-size: 11pt;
}
.box-chatbot .avatar {
  margin-right: 5px;
  width: 30px;
  height: 30px;
  border: 2px solid red;
  border-radius: 50%;
}
.box-chatbot .avatar-mobile {
  width: 160px;
}
.box-chatbot .chatbot-container .chatbot-content {
  position: absolute;
  height: calc(100% - 130px);
  display: flex;
  flex-direction: column-reverse;
  overflow: auto;
  width: 100%;
}
.box-chatbot .chatbot-container .chatbot-content .chatbot-outer {
  display: flex;
  align-items: end;
  margin: 15px 10px;
  width: 90%;
}
.box-chatbot .chatbot-container .chatbot-content .chatbot-outer .avatar {
  border: none;
}
.box-chatbot .chatbot-container .chatbot-content .chatbot-outer .chatbot-inner {
  margin-left: 5px;
  max-width: 100%;
}
.box-chatbot .chatbot-container .chatbot-content .chatbot-outer .chatbot-inner .actions {
  width: 67px;
  padding-right: 5px;
  flex-shrink: 0;
}
.box-chatbot .chatbot-container .chatbot-content .chatbot-outer .chatbot-inner .content {
  padding: 9px 15px;
  border-radius: 20px;
  background: rgb(170, 170, 170);
  color: #1a1a1a;
  font-size: 10pt;
  white-space: pre-line;
  overflow-wrap: break-word;
}
.box-chatbot .chatbot-container .chatbot-content .chatbot-outer .chatbot-inner .photo {
  margin-top: 20px;
  border-radius: 20px;
}
.box-chatbot .chatbot-container .chatbot-content .chatbot-outer .chatbot-inner .option-list {
  margin-top: 15px;
  max-width: 100%;
}
.box-chatbot .chatbot-container .chatbot-content .chatbot-outer .chatbot-inner .option-container {
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
}
.box-chatbot .chatbot-container .chatbot-content .chatbot-outer .chatbot-inner .option.selected {
  background-color: #ff8282;
}
.box-chatbot .chatbot-container .chatbot-content .chatbot-outer .chatbot-inner .option {
  padding: 5px 10px;
  border-radius: 15px;
  color: #1a1a1a;
  font-size: 10pt;
  border: 2px solid red;
  cursor: pointer;
  white-space: nowrap;
}
.box-chatbot .chatbot-container .chatbot-content .chatbot-outer .chatbot-inner .option.disabled {
  cursor: no-drop;
}
.box-chatbot .chatbot-container .chatbot-content .chatbot-outer.user {
  margin-left: auto;
  justify-content: end;
}
.box-chatbot .chatbot-container .chatbot-content .chatbot-outer.user .chatbot-inner .content {
  color: #ffffff;
  background: red;
}
.box-chatbot .chatbot-container .chatbot-content .typing-loader {
  position: relative;
}
.box-chatbot .chatbot-container .chatbot-content .typing-loader span {
  content: "";
  animation: blink 1.5s infinite;
  animation-fill-mode: both;
  height: 10px;
  width: 10px;
  background: #1a1a1a;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.box-chatbot .chatbot-container .chatbot-content .typing-loader span:nth-child(2) {
  animation-delay: 0.2s;
  margin-left: 15px;
}
.box-chatbot .chatbot-container .chatbot-content .typing-loader span:nth-child(3) {
  animation-delay: 0.4s;
  margin-left: 30px;
}
@keyframes blink {
  0% {
    opacity: 0.1;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
.box-chatbot .chatbot-container .chatbot-content .chatbot-outer.bot-typing .chatbot-inner .content {
  height: 30px;
  position: relative;
  width: 70px;
}
.box-chatbot .chatbot-container .chatbot-content .chatbot-outer.bot-typing .chatbot-inner .content .typing-loader {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 10px;
}
.box-chatbot .chatbot-container .chatbot-content::-webkit-scrollbar {
  width: 5px;
}
.box-chatbot .chatbot-container .chatbot-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #c6c5c6;
  border-radius: 10px;
}
.box-chatbot .chatbot-container .chatbot-content::-webkit-scrollbar-thumb {
  background: #353535;
  border-radius: 10px;
}
.box-chatbot .chatbot-container .chatbot-content::-webkit-scrollbar-thumb:hover {
  background: #353535;
}
.box-chatbot .chatbot-container .chatbot-actions {
  display: flex;
  position: absolute;
  bottom: 30px;
  width: 94%;
  justify-content: space-between;
  left: 50%;
  transform: translateX(-50%);
  background-color: #353535;
  border-radius: 20px;
}
.box-chatbot .chatbot-container .chatbot-actions .icon {
  height: 40px;
  padding: 3px;
  width: auto;
}
.box-chatbot .chatbot-container .chatbot-actions .microphone, .box-chatbot .chatbot-container .chatbot-actions .send {
  z-index: 1;
  cursor: pointer;
  display: grid;
  align-items: center;
}
.box-chatbot .chatbot-container .chatbot-actions .typing {
  position: absolute;
  top: 0;
  height: 100%;
  width: 87%;
  padding: 10px 20px;
  background-color: #353535;
  color: #ffffff;
  border-radius: 20px 0 0 20px;
  border: none;
}
.box-chatbot .chatbot-container .chatbot-actions .typing::-moz-placeholder {
  color: #ffffff;
}
.box-chatbot .chatbot-container .chatbot-actions .typing::placeholder {
  color: #ffffff;
}
.box-chatbot .chatbot-container .chatbot-actions .typing:focus {
  outline: none;
}
.box-chatbot .close-chatbox {
  font-size: 20pt;
  cursor: pointer;
  line-height: 12pt;
}

#inputMessage {
  resize: none;
}

.box-chatbot.show {
  display: block;
}

.chatbot-zorro:hover .ask {
  display: block;
}

.loginInfoForm {
  height: 500px;
}

footer {
  font-size: 13pt;
  margin-top: 20px;
}
footer a:hover {
  color: #ed2727;
}

.slide-1-t {
  width: 400px;
  max-width: 100%;
}

.slide-2-t {
  width: 260px;
  max-width: 100%;
}

.slide-1-p {
  font-size: 18px;
  width: 650px;
  max-width: 100%;
}

.slide-2-p {
  font-size: 16px;
  width: 450px;
  max-width: 100%;
}

.targets-container::-webkit-scrollbar-track {
  background-color: #8f8d8d;
  border-radius: 10px;
  box-shadow: none;
}

.targets-container::-webkit-scrollbar-thumb {
  background: #696767;
  border-radius: 10px;
}

.targets-container::-webkit-scrollbar-thumb:hover {
  background: #353535;
}

.clientLogoContainer {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 30px 0;
}

.client-logo {
  width: 78px;
  margin-right: 9px;
  display: flex;
  min-width: 78px;
}

@media (max-width: 1800px) {
  .axent-container {
    max-width: 1585px;
  }
  .axent-container .container-right {
    max-width: 1200px;
  }
  .axent-container .container-right .dashboard, .axent-container .container-right .search-container {
    width: 68%;
  }
}
@media (max-width: 1600px) {
  .axent-container {
    max-width: 1380px;
  }
  .axent-container .container-right {
    max-width: 1000px;
  }
  .axent-container .container-right .dashboard, .axent-container .container-right .search-container {
    width: 61.5%;
  }
}
@media (max-width: 1400px) {
  .axent-container {
    max-width: 1285px;
  }
  .axent-container .container-right {
    max-width: 900px;
  }
  .axent-container .container-right .dashboard, .axent-container .container-right .search-container {
    width: 57%;
  }
}
@media (max-width: 1280px) {
  .axent-container {
    max-width: 1185px;
  }
  .axent-container .container-right {
    max-width: 800px;
  }
  .axent-container .container-right .dashboard, .axent-container .container-right .search-container {
    width: 51.5%;
  }
  .axent-container .container-right .dashboard .swiper .swiper-slide .caption, .axent-container .container-right .search-container .swiper .swiper-slide .caption {
    padding: 0 15px;
  }
  #main-navigation {
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .axent-container .container-left {
    width: 30%;
  }
  .axent-container .container-right {
    width: 70%;
  }
  .axent-container .container-right .dashboard {
    width: 100%;
  }
  .axent-container .container-right .info-details {
    width: 100%;
    padding-top: 20px;
  }
  .axent-container .container-right .search-and-profile {
    justify-content: space-between;
  }
  .axent-container .container-right .search-container {
    width: 60%;
  }
  .axent-container .container-right .profile-container {
    width: auto;
  }
  #main-navigation {
    height: auto;
  }
}
@media (max-width: 768px) {
  #map-clients {
    background-color: #353535;
    padding: 40px 0 30px 0;
    margin-top: 40px;
    margin-left: -15px;
    margin-right: -15px;
  }
  #map-clients .swiper-button-prev, #map-clients .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
  }
  #map-clients .swiper-button-prev {
    left: 0;
  }
  #map-clients .swiper-button-next {
    right: 0;
  }
  .map {
    background-color: transparent;
    margin: 0;
  }
  .map .map-logo {
    width: 80%;
    margin: 0 auto;
  }
  .map .map-logo:hover > img {
    transform: none;
  }
  #main-navigation {
    padding: 0;
    height: auto;
    overflow: inherit;
    margin-top: 0;
  }
  .sidebar {
    padding-right: 0 !important;
    border-radius: 0;
  }
  .sidebar .head {
    padding: 20px;
    margin-top: 0;
  }
  .sidebar .head .logo {
    width: 100px;
    display: inline-block;
  }
  .sidebar .head .head-right {
    float: right;
  }
  .sidebar .head .head-right .hamburger-icon {
    cursor: pointer;
    width: 30px;
    margin-left: 10px;
  }
  .sidebar .head .head-right .hamburger-icon img {
    display: none;
  }
  .sidebar .head .head-right .hamburger-icon img.active {
    display: block;
  }
  .sidebar nav {
    display: none;
  }
  .sidebar nav .menu-wrapper > ul > li {
    margin: 10px 0;
  }
  .sidebar nav .close-nav {
    font-size: 20pt;
    cursor: pointer;
    position: absolute;
    right: 22px;
    top: 100px;
    z-index: 10;
  }
  .sidebar nav.active {
    display: none;
  }
  .sidebar.mobileNavigationOpen {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 11;
    overflow-y: auto;
  }
  #submenu_favourites .nav-item .dots, .navigation .nav-item .dots {
    display: block;
  }
  .container-dashboard {
    margin-top: 20px;
  }
  .axent-container {
    padding: 0 12px;
  }
  .axent-container .container-left {
    width: 100%;
  }
  .axent-container .container-right {
    width: 100%;
  }
  .axent-container .container-right .dashboard .wrap {
    padding: 0;
  }
  .axent-container .container-right .dashboard .title {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .axent-container .container-right .dashboard .title h2 {
    font-size: 14pt;
  }
  .axent-container .container-right .dashboard .title2 {
    margin-bottom: 20px;
    align-items: center;
  }
  .axent-container .container-right .dashboard .title2 h2 {
    font-size: 14pt;
  }
  .axent-container .container-right .info-details {
    padding-top: 40px;
  }
  .axent-container .container-right .search-container {
    width: 100%;
    display: inline-block;
  }
  .axent-container.fixedChatBot {
    overflow: hidden;
    height: 100vh;
    position: fixed;
  }
  .profile-container {
    width: auto;
  }
  .main-content {
    margin: 0;
    border-radius: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-content .wrap {
    background-color: transparent;
    box-shadow: none;
  }
  .border-top-left-shape {
    display: none;
  }
  .border-bottom-left-shape {
    display: none;
  }
  .targets .headline {
    font-size: 14pt;
  }
  .targets .swiper {
    margin-top: 0;
  }
  .boxes-container .header {
    font-size: 10pt;
  }
  .boxes-container .percent-progress .percent h2 {
    font-size: 18pt;
  }
  .newsboardSwiper.swiper .swiper-pagination {
    padding: 0 20px;
    text-align: center;
  }
  .clientLogosSwiperWrap .clientLogosSwiper .swiper-slide img {
    border-radius: 50%;
    border: 2px solid #ed2727;
  }
  .clientLogosSwiperWrap.mobile {
    background-color: transparent;
  }
  .logo-name {
    display: block;
    position: static;
    transform: none;
    margin-top: 10px;
    border: none;
    white-space: pre-wrap;
    font-size: 8pt;
  }
  .axent-container .container-right .dashboard .swiper.newsboardSwiper, .axent-container .container-right .search-container .swiper.newsboardSwiper {
    height: 180px;
  }
  .axent-container .container-right .dashboard .swiper.newsboardSwiper .swiper-slide .caption, .axent-container .container-right .search-container .swiper.newsboardSwiper .swiper-slide .caption {
    font-size: 10pt;
    padding: 0 25px;
  }
  .axent-container .container-right .dashboard .swiper.newsboardSwiper .swiper-slide .caption h2, .axent-container .container-right .search-container .swiper.newsboardSwiper .swiper-slide .caption h2 {
    font-size: 14pt;
  }
  .swiper-button-prev, .swiper-button-next {
    width: 8px;
  }
  .profile-text {
    color: #1a1a1a;
  }
  .profile-image {
    position: relative;
  }
  .profile-image > img#profile-down-arrow {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    display: none;
  }
  .profile-image > img#profile-down-arrow.active {
    display: block;
  }
  .chatbot-zorro {
    position: static;
    width: 40px;
    z-index: 1;
  }
  .box-chatbot {
    background-color: #ffffff;
    position: fixed;
    border-radius: 0;
    top: 83px;
    height: calc(100% - 83px);
  }
  .box-chatbot .chatbot-head {
    border-radius: 0;
    padding: 7px 15px 9px 15px;
    background: #353535;
  }
  .box-chatbot .chatbot-head .head-left .avatar {
    margin-right: 0;
  }
  footer {
    font-size: 11pt;
    margin: 30px 0;
  }
  .slide-1-t {
    width: 100%;
    font-size: 14px !important;
    margin-bottom: 5px !important;
  }
  .slide-2-t {
    width: 100%;
    font-size: 14px !important;
    margin-bottom: 5px !important;
  }
  .slide-1-p {
    font-size: 10px !important;
    width: 100%;
    margin-bottom: 10px;
  }
  .slide-2-p {
    font-size: 10px !important;
    width: 100%;
    margin-bottom: 10px;
  }
}
