@import url(https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300;400;500;600;700&display=swap);

:root{
    --bs-body-font-family: "Chakra Petch", sans-serif;
    --bs-body-font-size: 0.875rem;
    --bs-body-font-weight: 400;
    --bs-body-bg-gradient: linear-gradient(180deg, rgba(29, 62, 67, 0.9) 0%, rgb(13, 16, 27, 0.82) 100%);
    --bs-body-bg: #1d2835; 
    /* --bs-body-bg-cover: url('/mundohub/assets/css/images/cover-5.jpg'); */
    --bs-body-bg-image: url('/mundohub/assets/css/images/pattern-dark.png');
    --bs-body-bg-image-size: 4.6875rem;
    --bs-body-bg-animation: fade 3s linear infinite;
    --btn-primary-bg-color: #01aec4;
    --btn-primary-bg-border-color: #92f4ff;
    --btn-primary-bg-color-hover: #28e8ec;
    --btn-primary-bg-border-color-hover: #299fc7;
}


body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-attachment: initial;
    background-color: transparent;
    background-image: var(--bs-body-bg-image);
    background-size: var(--bs-body-bg-image-size);
    background-repeat: repeat;
    background-attachment: initial;
    z-index: -5;
}

html:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -5;
    background: var(--bs-body-bg-gradient);
    -webkit-animation: var(--bs-body-bg-animation);
    -moz-animation: var(--bs-body-bg-animation);
    animation: var(--bs-body-bg-animation);

}

html:after {
    content: "";
    position: fixed;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    z-index: -10;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-body-bg-gradient);
    background-image: var(--bs-body-bg-cover);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: initial;
    height: 100%;
    transition: background .2s linear;
    background-size: cover;
}

.navbar.floating-nav {
    left: 0px !important;
}

.navbar-shadow {
    box-shadow: unset !important;
}


.avatar-group .avatar:not(:first-child) {
    margin-left: -1.55rem !important;
}

.avatar-group .avatar .rounded-circle {
    height: 50px !important;
    border-width: 1px;;
}


.cursor-pointer {
    cursor: pointer;
}


.border-white {
    border: 1px solid #ffffff !important;
}

.border-indigo2 {
    border: 2px solid #eae9f6c9 !important;
}


/* .menu-toggle{
    opacity: 0 !important;
} */

.min-height-13 {
    min-height: 13rem !important;
}


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

.preto {
    background-color: rgba(0, 0, 0);
    padding: 10px;
    border-radius: 10px;
    opacity: 0.8;
} 

.menu-title{
    /* color: #2dcb35 !important; */
    color: #01aec4 !important;
}

.main-menu.menu-light .navigation{
    background-color: rgba(255, 255, 255, 0) !important;
}

.main-menu.menu-light{
    background: rgba(255, 255, 255, 0.1) !important;
}

.navbar-light{
    background: rgba(255, 255, 255, 0) !important;
}

.navbar-floating .header-navbar-shadow{
    display: none !important;
}

.list-group-item {
    background-color: rgba(255, 255, 255, 0.1) !important;
    background: rgba(255, 255, 255, 0.1) !important;
}

.list-group-item .text-primary{
    color: #01aec4 !important;
    font-family: var(--bs-body-font-family);
    font-size: 12;
    font-weight: 400;
}

.list-group-item .text-info{
    color: #01aec4 !important;
    font-family: var(--bs-body-font-family);
    font-size: 12;
    font-weight: 400;
}


.dropdown-menu-footer .text-primary{
    color: #01aec4 !important;
    font-family: var(--bs-body-font-family);
    font-size: 12;
    font-weight: 400;
}

.dropdown-header .text-body {
    color: #01aec4 !important;
    font-family: var(--bs-body-font-family);
    font-size: 12;
    font-weight: 400;
}

.main-menu .navbar-header .navbar-brand .brand-logo img{
    display: none;
}

.navigation{
    font-family: var(--bs-body-font-family);
    font-size: 12;
    font-weight: 400;
}

.dropdown-menu{
    /* background-color: rgba(255, 255, 255, 0.1); */
    background-color: rgba(255, 255, 255, 0.90);
}

.dropdown-item{
    font-family: var(--bs-body-font-family);
    font-size: 12;
    font-weight: 600;
    color: #01aec4;

}

.text-w300{
    font-weight: 300;
}

.text-w600{
    font-weight: 600;
}

.text-w700{
    font-weight: 700;
}

.text-opacity-75{
    opacity: 0.75;
}

.text-opacity-50{
    opacity: 0.50;
}

.text-opacity-60{
    opacity: 0.50;
}

.text-size-8{
    font-size: 8px;
}

.text-size-10{
    font-size: 10px;
}


.text-size-12{
    font-size: 12px;
}

.text-size-16{
    font-size: 16px;
}

.text-size-25{
    font-size: 25px;
}

.text-size-20{
    font-size: 20px;
}

.text-size-35{
    font-size: 35px;
}


.text-color-indigo2{
    color: #1d15b5;
}

.text-color-white{
    color: #FFFFFF;
}

.text-color-green{
    color: green;
}

.text-color-red{
    color: red;
}

.text-color-cyan{
    color: cyan;
}

.text-color-black{
    color: #000000;
}

.min-width-5 {
    min-width: 5rem;
}

.min-width-10 {
    min-width: 10rem;
}

.min-width-15 {
    min-width: 15rem;
}


.bg-opacity-10{
    background-color: rgba(255, 255, 255, 0.1);
}

.bg-color-neon {
    background-color: #2dcb35;
}

.bg-color-roxo {
    background-color: #3ab5c985;
}

.bg-color-dourado {
    background-color: #ebcd4a85;
}

/* .d-lg-block{
    display: none !important;
} */

.btn-translate{
    display: none !important;
}

.h-70 {
    height: 70% !important;
}

.h-90 {
    height: 90% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

.border-radius-10 {
    border-radius: 10px !important;
}

.border-radius-20 {
    border-radius: 20px !important;
}


.border-radius-50 {
    border-radius: 50% !important;
}

.border-radius-100 {
    border-radius: 100% !important;
}

.btn-primary:hover:not(.disabled):not(:disabled) {
    box-shadow: unset !important;
}

@keyframes circle-size {
    from {
        width: 250px;
        height: 250px;
    }
    to {
        width: 300px;
        height: 300px;
    }
}


@keyframes shadow-rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}



.ring {
    position: relative;
    width: 150px;
    height: 150px;
    border: 4px solid transparent;
    border-top: 4px solid #24ecff55;
    border-radius: 50%;
    margin: -30px;
    filter: drop-shadow(0 0 10px #24ecff) drop-shadow(0 0 30px #24ecff)
      drop-shadow(0 0 50px #24ecff);
    animation: animate 4s linear infinite;
  }
  
  @keyframes animate {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  .ring::before {
    content: "\f135";
    position: absolute;
    top: 10px;
    right: -4px;
    rotate: 90deg;
    font-family: fontAwesome;
    color: #24ecff;
    font-size: 2em;
  }
  
  .ring:nth-child(2) {
    border: 4px solid transparent;
    border-left: 4px solid #93ff2d;
    filter: drop-shadow(0 0 10px #93ff2d) drop-shadow(0 0 30px #93ff2d)
      drop-shadow(0 0 50px #93ff2d);
    animation: animate2 4s linear infinite;
    animation-delay: -1s;
  }
  
  .ring:nth-child(2)::before {
    content: "\f072";
    top: initial;
    bottom: -6px;
    left: 12px;
    right: initial;
    rotate: 45deg;
    color: #93ff2d;
  }
  
  @keyframes animate2 {
    0% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  
  .ring:nth-child(3) {
    position: absolute;
    top: -66.66px;
    border: 4px solid transparent;
    border-left: 4px solid #ff1d6c55;
    filter: drop-shadow(0 0 10px #ff1d6c) drop-shadow(0 0 30px #ff1d6c)
      drop-shadow(0 0 50px #ff1d6c);
    animation: animate2 4s linear infinite;
    animation-delay: -3s;
  }
  
  .ring:nth-child(3)::before {
    content: "\e518";
    rotate: 135deg;
    top: initial;
    right: initial;
    bottom: -6px;
    left: 12px;
    color: #ff1d6c;
  }
  

  .glowing-animation {
    -webkit-animation: glowing 1s ease-in-out infinite alternate;
    -moz-animation: glowing 1s ease-in-out infinite alternate;
    animation: glowing 1s ease-in-out infinite alternate;
  }
  

  @-webkit-keyframes glowing {
    from {
      box-shadow: 0 0 10px #00c4ff, 0 0 20px #00b4ff, 0 0 30px #008bff, 0 0 40px #0ff, 0 0 50px #00a5e6, 0 0 60px #0081e6, 0 0 70px #00c3e6;
    }
    to {
      box-shadow: 0 0 20px #fff, 0 0 30px #4de3ff, 0 0 40px #4db8ff, 0 0 50px #4dc0ff, 0 0 60px #4de1ff, 0 0 70px #4db7ff, 0 0 80px #4dbcff;
    }
  }

  .glowing-premium {
    -webkit-animation: glowing-premium 1s ease-in-out infinite alternate;
    -moz-animation: glowing-premium 1s ease-in-out infinite alternate;
    animation: glowing-premium 1s ease-in-out infinite alternate;
  }

  @-webkit-keyframes glowing-premium {
    from {
        box-shadow: 0 0 10px #ffd700, 0 0 20px #ffd700, 0 0 30px #daa520, 0 0 40px #ffd700, 0 0 50px #daa520, 0 0 60px #ffd700, 0 0 70px #daa520;
    }
    to {
        box-shadow: 0 0 20px #fff8dc, 0 0 30px #ffd700, 0 0 40px #daa520, 0 0 50px #ffd700, 0 0 60px #daa520, 0 0 70px #ffd700, 0 0 80px #daa520;
    }
}


@keyframes fade {
    0%,100% { opacity: 1 }
    50% { opacity: 0.7 }
}

.logo-img {
    max-width: 100%;
    height: auto;
    width: 80px;
    height: 80px;
    border-radius: 8px;
}

.logo-img-md {
    max-width: 100%;
    height: auto;
    width: 40px;
    height: 40px;
    border-radius: 4px;
}

.item {
    position: relative;
    padding-top: 0px;
    display: inline-block;
    display: flex;
}

.notify-badge{
    position: absolute;
    /* right: -13px; */
    top: -10px;
    background: cyan;
    text-align: center;
    border-radius: 13%;
    color: black;
    padding: 0px 2px;
    font-size: 8px;
    border-width: 2px!important;
    border-color: white;
}

h3 > a {
    color: #ffffff !important;
    text-decoration: none !important;
}

/* aumenta o espaço do dropdown do navbar */
.header-navbar .navbar-container ul.navbar-nav li.dropdown-user .dropdown-menu {
    width: 16rem !important;
    margin-top: 10px;
}

/* coloca a imagem ao lado do text no dropdown do navbar quando esta usando tailwind */
img, svg, video, canvas, audio, iframe, ed, object {
    display: unset !important;
    vertical-align: middle;
}

/* remove o espaço na esquerda deixado quando o sidebar é removido */
.vertical-layout.vertical-menu-modern.menu-collapsed .app-content, .vertical-layout.vertical-menu-modern.menu-collapsed .footer {
    margin-left: 0px !important;
}

.blink {
    animation: blink 1s infinite;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.avatar2 {
    white-space: nowrap;
    background-color: #c3c3c3;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    color: #fff;
    display: inline-flex;
    font-size: 1rem;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
}

.avatar2 [class*='avatar2-status-'] {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 1;
    bottom: 1;
    border: 1px solid #fff;
}

.avatar2 .avatar2-status-online {
    background-color: #28c76f;
}