/*!
 * Theme Name: Plixi
 * Author: Plixi
 * Version	 :	1.0.0
**/
*.unselectable {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hidden {
  display: none;
}
#loginForm label.form-label {
  font-weight: 600; }

#loginForm button.btn-lg {
  padding: 15px 0; }

@media (min-width: 992px) {
  .nk-auth-container {
    width: 60% !important; } 
  
  .nk-auth-hero {
    width: 40% !important;
  }
}

.nk-auth-body, .nk-auth-footer {
  max-width: 480px;
  margin-right: auto !important; }

.social-login-button:hover .social-login-icon {
  filter: brightness(10); }

.social-login-button .social-login-icon {
  margin-right: 11px; }

.social-login-button {
  padding: 0.8rem 2rem;
  font-size: 15px;
}

li.authListItem {
  display: flex;
}

li.authListItem img.flex-shrink-0.w-10.h-10 {
  width: 2.5rem;
  display: block;
  max-width: 100%;
  height: 2.5rem;
  flex-shrink: 0;
}

li.authListItem span.ml-6.text-xl.font-normal.leading-relaxed.text-gray-900.font-pj {
  line-height: 1.625;
  font-weight: 400;
  font-size: 1.25rem;
  color: rgb(17, 24, 39);
  margin-left: 1.5rem;
} 

@media (min-width: 768px) {
  .md\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
      margin-top: calc(2.25rem * calc(1 - 0));
      margin-bottom: calc(2.25rem * 0);
  }
}

@media (min-width: 1024px){
  .lg\:mt-12 {
      margin-top: 3rem;
  }
}

@media (min-width: 640px) {
  .sm\:text-4xl {
      font-size: 2.25rem;
      line-height: 2.5rem;
  }
}

.card-bordered {
  box-shadow: rgb(67 71 85 / 28%) 0px 0px 0em, rgb(90 125 188 / 3%) 0px 0.15em 0.1em;
}

#connect-account-modal {
  background: #051730d4 !important;
}

.clients-card-wrapper {
  padding-top: 0;
  margin: 0 auto;
  max-width: 1260px;
  border-radius: 20px;
  background-image: linear-gradient(45deg, #f8f4fe, #fbf4fe);
}

.tk-rainbow-heading span {
  background-image: linear-gradient(45deg, #4b25ea, #bd18e6, #fb590e);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  text-align: center;
}

h6.is-style-caps {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.tk-rainbow-heading {
  font-family: "Plixi", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  h6 {
      font-size: 21px;
  }
}

@-webkit-keyframes clientsAnimation{
  100%{
      transform:translate3d(-75%, 0, 0)
  }
}
@keyframes clientsAnimation{
  100%{
      transform:translate3d(-75%, 0, 0)
  }
}.tk-clients{
  width:100%;
  clear:both;
  position:relative;
  color:#0e151b
}
.tk-clients.white{
  opacity:.8
}
.tk-clients .brands{
  position:relative;
  display:flex;
  justify-content:center
}
.tk-clients .brands .title{
  display:none
}
.tk-clients .brands>div{
  margin-top:24px;
  flex:1 1 0;
  padding:0 16px
}
.tk-clients .brands img{
  width:auto !important;
  height:44px !important;
  max-width:unset !important
}
.tk-clients.static .brands img{
  margin:0 auto
}
.tk-clients.static .brands>div{
  flex:1 0 0
}
.tk-clients.static .brands>div:nth-child(n+4){
  display:none
}
.tk-clients.scroll{
  height:68px
}
.tk-clients.scroll .brands{
  position:absolute;
  left:50%;
  transform:translate3d(-50%, 0, 0);
  -webkit-animation:clientsAnimation 70s linear infinite;
  animation:clientsAnimation 70s linear infinite;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  perspective:1000
}
.tk-clients.scroll .brands>div{
  padding-left:40px;
  padding-right:40px
}
.tk-clients.scroll .brands:hover{
  -webkit-animation-play-state:paused;
  animation-play-state:paused
}
@media screen and (min-width: 768px){
  .tk-clients.static .brands>div:nth-child(n+4){
      display:block
  }
  .tk-clients.static .brands>div:nth-child(n+5){
      display:none
  }
}
@media screen and (min-width: 1024px){
  .tk-clients.static .brands>div:nth-child(n+5){
      display:block
  }
  .tk-clients.static .brands>div:nth-child(n+7){
      display:none
  }
}
@media screen and (min-width: 1200px){
  .tk-clients.static .brands>div:nth-child(n+7){
      display:block
  }
  .tk-clients.static .brands>div:nth-child(n+9){
      display:none
  }
}

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

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(2rem * calc(1 - 0));
    margin-bottom: calc(1.5rem * 0);
}
.flex {
    display: flex;
}

.btn-blue {
  color: #fff;
  background-color: #788afe;
  border-color: #667bfe; }
  .btn-blue:hover {
    color: #fff;
    background-color: #455efe;
    border-color: #91a0fe; }
  .btn-blue:focus, .btn-blue.focus {
    color: #fff;
    background-color: #455efe;
    border-color: #91a0fe;
    box-shadow: 0 0 0 0.2rem rgba(125, 142, 254, 0.5); }
  .btn-blue.disabled, .btn-blue:disabled {
    color: #fff;
    background-color: #788afe;
    border-color: #667bfe; }
  .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
  .show > .btn-blue.dropdown-toggle {
    color: #212529;
    background-color: #abb6fe;
    border-color: #021fdb; }
    .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(125, 142, 254, 0.5); }

.btn-outline-blue {
  color: #788afe;
  border-color: #788afe; }
  .btn-outline-blue:hover {
    color: #222222;
    background-color: #91a0fe;
    border-color: #788afe; }
  .btn-outline-blue:focus, .btn-outline-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(120, 138, 254, 0.5); }
  .btn-outline-blue.disabled, .btn-outline-blue:disabled {
    color: #788afe;
    background-color: transparent; }
  .btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active,
  .show > .btn-outline-blue.dropdown-toggle {
    color: #212529;
    background-color: #91a0fe;
    border-color: #788afe; }
    .btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(120, 138, 254, 0.5); }

.btn-black {
  color: #fff !important;
  background-color: #0B1426 !important;
  border-color: #070d18 !important; }
  .btn-black:hover {
    color: #fff;
    background-color: black;
    border-color: #111e3a; }
  .btn-black:focus, .btn-black.focus {
    color: #fff;
    background-color: black;
    border-color: #111e3a;
    box-shadow: 0 0 0 0.2rem rgba(44, 49, 59, 0.5); }
  .btn-black.disabled, .btn-black:disabled {
    color: #fff;
    background-color: #0B1426;
    border-color: #070d18; }
  .btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active,
  .show > .btn-black.dropdown-toggle {
    color: #fff;
    background-color: #16294e;
    border-color: black; }
    .btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(44, 49, 59, 0.5); }

.btn-outline-black {
  color: #0B1426;
  border-color: #0B1426; }
  .btn-outline-black:hover {
    color: #222222;
    background-color: #111e3a;
    border-color: #0B1426; }
  .btn-outline-black:focus, .btn-outline-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(11, 20, 38, 0.5); }
  .btn-outline-black.disabled, .btn-outline-black:disabled {
    color: #0B1426;
    background-color: transparent; }
  .btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active,
  .show > .btn-outline-black.dropdown-toggle {
    color: #fff;
    background-color: #111e3a;
    border-color: #0B1426; }
    .btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(11, 20, 38, 0.5); }

.card-title p {
  font-size: 14px; }

.nav-tabs .nav-link {
  color: var(--gray); }

#top-banner {
  position: fixed;
  z-index: 10;
  height: 75px;
  width: 100%;
  background: #522ee6;
  display: inline-flex; }
  #top-banner #banner-content {
    margin: auto; }
  @media(max-width: 767px){
    #top-banner {
      height: 50px !important;
    }
  }

    .container-small {
        margin-top: 60px !important
    }

.simplebar-content {
  overflow: hidden; }

#sidebarCTA {
  color: white;
  padding: 0.74rem 1rem;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.25rem;
  border-radius: 0.5rem;
  display: inline-block;
  width: 100%;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  background-color: rgb(64, 49, 230);
  background-image: linear-gradient(90deg, transparent 43.6%, rgba(0, 0, 0, 0.17) 100%);
  transition: all 0.3s ease-in-out;
}

#sidebarCTA:hover {
  filter: brightness(1.15);
}

.pulseButton {
  animation: pulseButtonAnimation 2.5s infinite;
}

@keyframes pulseButtonAnimation {
	0% {
		transform: scale(0.97);
		box-shadow: 0 0 0 0 rgb(57 33 206 / 70%);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}
	
	100% {
		transform: scale(0.97);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}


.account-menu-item.nk-menu-item.active a.nk-menu-link {
  white-space: nowrap;
  background: #ffeee94a;
  display: block;
  padding-left: 12px !important;
  border-radius: 0.5rem; 
  margin-top: 5px;
  background-image: linear-gradient(45deg, rgb(148 37 234 / 10%), rgb(148 24 230 / 5%), rgb(251 89 0 / 12%))
}

.account-avatar-menu-icon {
  border-radius: 50%; }

.account-menu-text {
  margin-left: 9px;
  max-width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: 500;
  overflow-x: hidden;
}

.account-menu-text.active {
  background-image: linear-gradient(45deg, #da0085, #BD18E6, #7e25ea);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.alert a {
  color: white !important;
  text-decoration: underline;
  font-weight: bold; }

::selection {
  background-color: #ffefe9; }

/* Range Slider */
.irs {
  font-family: 'Plus Jakarta Sans', sans-serif, "Helvetica Neue", Arial, "Noto Sans", sans-serif !important; }

.irs--round .irs-min, .irs--round .irs-max {
  color: var(--secondary) !important;
  background-color: var(--light) !important; }

.irs--round .irs-to {
  font-weight: 600 !important; }

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
  background-color: var(--primary) !important; }

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single, .irs--round .irs-max {
  font-size: 15px !important;
  margin-top: -3px !important;
  line-height: 1.1 !important; }

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
  border-top-color: var(--primary) !important; }

.irs--round .irs-bar {
  background-color: var(--primary) !important; }

.irs--round .irs-handle {
  border: 4px solid var(--primary) !important;
  box-shadow: 0 1px 3px #4833ff4d !important; }

/* END Range Slider */
/* Instagram Story Ring */
.circle {
  position: relative;
  width: 85px;
  height: 85px;
  margin-right: 10px; }

.circle svg {
  fill: none;
  stroke: #8a3ab9;
  stroke-linecap: round;
  stroke-width: 3;
  stroke-dasharray: 1;
  stroke-dashoffset: 0;
  animation: stroke-draw 6s ease-out infinite alternate; }

.circle img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .5s ease-in-out;
  width: 65px;
  border-radius: 50%; 
  padding:3px; }

@keyframes stroke-draw {
  from {
    stroke: #6576ff;
    stroke-dasharray: 1; }
  to {
    stroke: #ff6435;
    transform: rotate(180deg);
    stroke-dasharray: 8; } }

svg.chakra-icon.css-n2luz {border: 0 solid #EDF2F7;box-sizing: border-box;color: #ffcc28;cursor: pointer;display: inline-block;flex-shrink: 0;height: 1.05rem;line-height: 1em;overflow-wrap: break-word;text-align: center;vertical-align: middle;width: 1.05rem;}

.analytic-ov-data {
  width: auto !important;
  flex: auto !important; }

/* Live Activity Indicator */
.live-indicator-block .live-indicator {
  background: #ea2429;
  color: #fff;
  padding: 6px 7px;
  line-height: 1;
  border-radius: 6px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  letter-spacing: 0.1px;
  font-weight: bold;
  width: auto; }

.live-indicator-block .live-indicator .blink {
  animation: blinker 1s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
  font-size: 10px;
  margin-right: 5px;
  vertical-align: baseline; }

@keyframes blinker {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.scrollGradient {
  background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0) 10px, white 70%) bottom, radial-gradient(at top, rgba(0, 0, 0, 0.12), transparent 70%), radial-gradient(at bottom, rgba(0, 0, 0, 0.12), transparent 70%) bottom;
  background-repeat: no-repeat;
  background-size: 100% 20px, 100% 20px, 100% 10px, 100% 10px;
  background-attachment: local, local, scroll, scroll; }

/* Circular Progress Bar */
.progress-circular {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative; }
  .progress-circular:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #eee;
    position: absolute;
    top: 0;
    left: 0; }
  .progress-circular > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1; }
  .progress-circular .progress-left {
    left: 0; }
  .progress-circular .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #ffb43e; }
  .progress-circular .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left; }
  .progress-circular .progress-right {
    right: 0; }
    .progress-circular .progress-right .progress-bar {
      left: -100%;
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
      border-right: 0;
      -webkit-transform-origin: center right;
      transform-origin: center right; }
  .progress-circular .progress-value {
    display: flex;
    border-radius: 50%;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: 600; }
    .progress-circular .progress-value div {
      margin-top: 1px; }

.progress-circular[data-percentage="5"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards; }

.progress-circular[data-percentage="5"] .progress-left .progress-bar {
  animation: 0; }

.progress-circular[data-percentage="5"] .progress-bar {
  border-color: #ff6436; }

.progress-circular[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards; }

.progress-circular[data-percentage="10"] .progress-left .progress-bar {
  animation: 0; }

.progress-circular[data-percentage="10"] .progress-bar {
  border-color: #ff6436; }

.progress-circular[data-percentage="15"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards; }

.progress-circular[data-percentage="15"] .progress-left .progress-bar {
  animation: 0; }

.progress-circular[data-percentage="15"] .progress-bar {
  border-color: #ff6436; }

.progress-circular[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards; }

.progress-circular[data-percentage="20"] .progress-left .progress-bar {
  animation: 0; }

.progress-circular[data-percentage="20"] .progress-bar {
  border-color: #ff6436; }

.progress-circular[data-percentage="25"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards; }

.progress-circular[data-percentage="25"] .progress-left .progress-bar {
  animation: 0; }

.progress-circular[data-percentage="25"] .progress-bar {
  border-color: #ff6436; }

.progress-circular[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-6 1.5s linear forwards; }

.progress-circular[data-percentage="30"] .progress-left .progress-bar {
  animation: 0; }

.progress-circular[data-percentage="30"] .progress-bar {
  border-color: #ff6436; }

.progress-circular[data-percentage="35"] .progress-right .progress-bar {
  animation: loading-7 1.5s linear forwards; }

.progress-circular[data-percentage="35"] .progress-left .progress-bar {
  animation: 0; }

.progress-circular[data-percentage="35"] .progress-bar {
  border-color: #ff6436; }

.progress-circular[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-8 1.5s linear forwards; }

.progress-circular[data-percentage="40"] .progress-left .progress-bar {
  animation: 0; }

.progress-circular[data-percentage="40"] .progress-bar {
  border-color: #ffb43e; }

.progress-circular[data-percentage="45"] .progress-right .progress-bar {
  animation: loading-9 1.5s linear forwards; }

.progress-circular[data-percentage="45"] .progress-left .progress-bar {
  animation: 0; }

.progress-circular[data-percentage="45"] .progress-bar {
  border-color: #ffb43e; }

.progress-circular[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-10 1.5s linear forwards; }

.progress-circular[data-percentage="50"] .progress-left .progress-bar {
  animation: 0; }

.progress-circular[data-percentage="50"] .progress-bar {
  border-color: #ffb43e; }

.progress-circular[data-percentage="55"] .progress-right .progress-bar {
  animation: loading-10 1.5s linear forwards; }

.progress-circular[data-percentage="55"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s; }

.progress-circular[data-percentage="55"] .progress-bar {
  border-color: #ffb43e; }

.progress-circular[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-10 1.5s linear forwards; }

.progress-circular[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s; }

.progress-circular[data-percentage="60"] .progress-bar {
  border-color: #ffb43e; }

.progress-circular[data-percentage="65"] .progress-right .progress-bar {
  animation: loading-10 1.5s linear forwards; }

.progress-circular[data-percentage="65"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s; }

.progress-circular[data-percentage="65"] .progress-bar {
  border-color: #ffb43e; }

.progress-circular[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-10 1.5s linear forwards; }

.progress-circular[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s; }

.progress-circular[data-percentage="70"] .progress-bar {
  border-color: #ffb43e; }

.progress-circular[data-percentage="75"] .progress-right .progress-bar {
  animation: loading-10 1.5s linear forwards; }

.progress-circular[data-percentage="75"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s; }

.progress-circular[data-percentage="75"] .progress-bar {
  border-color: #38d57b; }

.progress-circular[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-10 1.5s linear forwards; }

.progress-circular[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-6 1.5s linear forwards 1.5s; }

.progress-circular[data-percentage="80"] .progress-bar {
  border-color: #38d57b; }

.progress-circular[data-percentage="85"] .progress-right .progress-bar {
  animation: loading-10 1.5s linear forwards; }

.progress-circular[data-percentage="85"] .progress-left .progress-bar {
  animation: loading-7 1.5s linear forwards 1.5s; }

.progress-circular[data-percentage="85"] .progress-bar {
  border-color: #38d57b; }

.progress-circular[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-10 1.5s linear forwards; }

.progress-circular[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-8 1.5s linear forwards 1.5s; }

.progress-circular[data-percentage="90"] .progress-bar {
  border-color: #38d57b; }

.progress-circular[data-percentage="95"] .progress-right .progress-bar {
  animation: loading-10 1.5s linear forwards; }

.progress-circular[data-percentage="95"] .progress-left .progress-bar {
  animation: loading-9 1.5s linear forwards 1.5s; }

.progress-circular[data-percentage="95"] .progress-bar {
  border-color: #38d57b; }

.progress-circular[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-10 1.5s linear forwards; }

.progress-circular[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-10 1.5s linear forwards 1.5s; }

.progress-circular[data-percentage="100"] .progress-bar {
  border-color: #38d57b; }

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(18);
    transform: rotate(18deg); } }

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg); } }

@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(54);
    transform: rotate(54deg); } }

@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg); } }

@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90);
    transform: rotate(90deg); } }

@keyframes loading-6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg); } }

@keyframes loading-7 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(126);
    transform: rotate(126deg); } }

@keyframes loading-8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg); } }

@keyframes loading-9 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(162);
    transform: rotate(162deg); } }

@keyframes loading-10 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg); } }

/* Price Plan Upgrade */
.price-plan .amount {
  font-weight: 700 !important;
  color: #364a63 !important;
  font-size: 3rem !important;
  line-height: 1 !important; 
}
  .price-plan .amount .term {
    margin-left: 0px;
    color: #8094ae;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.75rem; 
  }
  .price-plan .amount .currency {
    font-weight: 600;
    font-size: 23px;
    vertical-align: top;
    margin-right: 1px;
  }

.price-plan .bill {
  color: var(--primary);
  font-weight: 600; }

@media (max-width: 767.98px) {

  .modal-dialog {
      align-items: start !important;
      top: 90px !important;
    }
  .modal-content {    
      margin-top: 4em !important;
  }


  .price-plan-media, .price-plan-info {
    margin: 0 !important; } }

.price-plan-media {
  height: 40px; }
  .price-plan-media img {
    top: -50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto; }

.price-plan.selected {
  border: 2px solid #38d57b;
  background: #f5fffa; }

.price-plan-features-list {
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  margin: 20px 10px;
  line-height: 1.95; }
  .price-plan-features-list li em {
    color: #38d57b;
    vertical-align: middle;
    font-size: 25px; }
  .price-plan-features-list li span {
    vertical-align: middle;
    margin-left: 10px; }

  .btn-shadow {
    box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 5%) 0px 1px 2px 0px;
    border-color: rgb(209, 213, 219);
  }
.btn-group.select-option {
  display: flex; }
  .btn-group.select-option label {
    display: block;
    flex: 1 1 0%;
    padding: 20px 30px 18px 30px;
    border-radius: 3px !important; }
    .btn-group.select-option label p.title {
      font-size: 19px;
      margin: 0; }
    .btn-group.select-option label p.subtitle {
      font-weight: 500;
      font-size: 11px;
      margin-top:5px }
      @media (max-width: 767.98px) {
        .btn-group.select-option label p.subtitle {
          line-height: 13px;
          padding-top: 5px; } }
    .btn-group.select-option label .checkmark {
      display: none; }
    .btn-group.select-option label.active .checkmark {
      display: block !important; }
      @media (max-width: 767.98px) {
        .btn-group.select-option label.active .checkmark {
          /* transform: translate(-8px, -11px) !important;  */
        } }

.extra-option-checkbox {
  display: block !important;
  border: 1px solid #ffe8af;
  padding: 20px 30px 20px 60px !important;
  cursor: pointer; }
  .extra-option-checkbox .title {
    margin-bottom: 5px;
    color: var(--primary);
    font-size: 16px;
    font-weight: 600; }
  .extra-option-checkbox .price {
    float: right;
    font-weight: 600;
    font-size: 14px;
    padding: 7px 11px;
    margin-top: -4px;
    margin-bottom: 0; }
  .extra-option-checkbox .description {
    color: var(--gray);
    line-height: 22px;
    padding-right: 50px;
    margin-top: 3px;
    margin-bottom: 0; }
    @media (max-width: 767.98px) {
      .extra-option-checkbox .description {
        padding: 0 !important; } }
  @media (max-width: 767.98px) {
    .extra-option-checkbox #limitedBadge {
      display: none; } }

      .badge-experts {
        background-color: #000000;
        background-image: radial-gradient(35% 90% at 65% 63%, rgba(13, 58, 216, 0.8) 0%, rgba(0, 0, 0, 0) 100%), radial-gradient(35% 70% at 35% 50%, #9d0391f7 0%, rgba(0, 0, 0, 0) 79.09%);
        border-color: #230523;
        color: white;
    }

/* Paid Modal */
@media (max-width: 767.98px) {
  #paidModalHeader {
    display: flex !important;
    flex-direction: column-reverse !important; }
    #paidModalHeader .nk-block-head-content {
      white-space: nowrap !important; }
    #paidModalHeader .close {
      padding: 0 !important;
      float: initial !important;
      width: 100% !important;
      margin: 0 0 0 20px !important; } }

/* End Paid Modal */

.analytics-map-data .amount {
  color: #8093ae !important;
}

.feedTimestamp {
  color: #97abc7 !important;
  font-size: 13px !important;
  letter-spacing: 0.2px !important;
  margin-top: 1px !important;
  padding-bottom: 1px !important;
}

.toastr.toast-warning, .toastr.toast-error {
  color: rgb(255, 255, 255) !important;
  border-radius: 8px !important;
  box-shadow: rgb(0 0 0 / 10%) 0px 2px 12px 4px !important;
}

.toast-warning .toast-message .toastr-text, .toast-warning .toast-message .toastr-text h5,
.toast-error .toast-message .toastr-text, .toast-error .toast-message .toastr-text h5 {
  color:white;
}

.toastr.toast-warning {
  background: rgb(221, 107, 32) !important;
  border: none;
}

.toastr.toast-error {
  background: #e85347 !important;
}
.toastr.toast-warning .icon, .toastr.toast-error .icon {
  color: white;
}

.toastr.toast-warning .toast-close-button:after, .toastr.toast-error .toast-close-button:after {
  color:white !important;
}

/* Dashboard Bottom Banner */
.sticky-bottom-banner {
  overflow: hidden;
  position: fixed;
  bottom: 30px;
  right: 0;
  width: 80%;
  background: #522ee6;
  color: #fff;
  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;
  height: 75px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  box-sizing: border-box;
  border-radius: 8px;
  max-width: 1080px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999; }


  div .nk-block-title.page-title {
    max-width: 310px;
    height: 35px;;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:20px;
  }
@media (max-width: 767.98px) {

    .nk-header-brand .logo-link img {
      max-height: 35px;
    }

    #sidebarCTA {
      border-radius: 0;
      margin-top: 1.5em;
    }

    .circle svg {
      transform: scale(1.3);
    }

    .accountStatusAvatar {
      margin-bottom: 10px;
    }

    #accountStatusAvatar .circle {
      width: 76px;
      height: auto;
      margin-right: 10px;
    }

    div .nk-block-title.page-title {
      max-width: 200px;
    }

    .sticky-bottom-banner {
      display: inline-block !important;
      width: 100% !important;
      border-radius: 0 !important;
      bottom: 0 !important;
      height: 105px !important;
      padding: 8px 0 0 0 !important; }
      .sticky-bottom-banner .btn.btn-success {
        bottom: 0 !important;
        position: absolute !important;
        width: 100% !important;
        border-radius: 0 !important; } }
  .sticky-bottom-banner .btn.btn-success {
    background: #1bbc06;
    border-color: #1bbc06;
    height: 42px;
    margin-right: 19px;
    min-width: 170px;
    font-size: 14px;
    justify-content: center; }

    
.geometric-pattern {
  position: absolute;
  z-index: -5;
  height: 500px;
  right: 0;
  width: 420px;
  transform: rotate(-135deg); }
  @media (max-width: 767.98px) {

    .nk-aside {
      z-index: 1000 !important;
    }
    .nk-header {
      z-index: 99999 !important
    }
    .geometric-pattern {
      display: none; } }

/* END Dashboard Bottom Banner */
.dark-background-modal {
  background: #384961d4 !important; }
  @media (min-width: 576px) {
    .dark-background-modal .modal-dialog {
      top: 5%; } }

.ui-helper-hidden-accessible {
  display: none; }

  .toast-message a {
    color: white !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
}