:root {
    /* --bs-app-header-height: 100px; */
}

body {
    background: #c5c5c5!important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    overflow-x: hidden;
}

.opacity-0 {
    opacity: 0;
    transition: all 0.2s;
}

.opacity-1:hover .opacity-0 {
    opacity: 1 !important;
}

.icon-wapp {
    height: 80px;
    width: 80px;
    background: #25D366;
    position: fixed;
    right: 200px;
    bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    box-shadow: 3px 3px 25px rgb(0 0 0 / 50%);
    transition: all 0.3s !important;
    z-index: 1;
}

.img-cover {
    background-position: center center;
    background-size: cover;
    object-fit: cover;  
}

.icon-wapp i {
    color: white;
    font-size: 50px;
}

@media (max-width: 960px) {
    .icon-wapp {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 15px;
    }
    .icon-wapp i {
        font-size: 35px;
    }
}

.icon-wapp:hover {
    scale: 1.2;
}

.menu-border-login {
    border: 2px solid rgb(142 146 167);
}

.menu-divider-login {
    background-color: rgb(0, 42, 255);
}

.menu-bg-se {
    background-color: #efefef;
}

.icons-social-footer i {
    transition: all 0.2s !important;
}

.icons-social-footer i:hover {
    scale: 1.4;
}

.social-icons a i:hover {
    color: inherit;
}

.social-icons a:hover .footer-youtube {
    color: #ff0000;
}

.social-icons a:hover .footer-instagram {
    color: #E1306C;
}

.social-icons a:hover .footer-facebook {
    color: #365db1;
}

.social-icons a:hover .footer-tiktok {
    color: #ffffff;
}

.social-icons a:hover .footer-twitter {
    color: #ffffff;
}

.social-icons a:hover .footer-linkedin {
    color: #1078b9;
}

.social-icons a:hover .footer-threads {
    color: #C13584;
}

.svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #a1a5b7;
}

.blur {
    background: rgb(18 22 38 / 80%)!important;
    mix-blend-mode: normal!important;
    -webkit-backdrop-filter: blur(10px)!important;
    backdrop-filter: blur(10px) !important;
}

.card-carousel {
    transition: all 0.2s;
    background-color: transparent !important;
    cursor: pointer;
}

.card-carousel:hover {
    scale: 1.08;
}	

.info-video {
    transition: max-height 0.2s ease-out, opacity 0.2s ease-out;
    max-height: 0px;
    overflow: hidden;
    position: absolute;
    background: #101011;
    border-radius: 0px 0px 10px 10px;
    margin-top: -5px;
    box-shadow: 1px 5px 10px rgba(129, 129, 129, 0.625);
}

.card-carousel:hover .info-video {
    max-height: 500px;
}

.cursor-disabled {
    cursor: not-allowed;
}

.info-video * {
    opacity: 0;
    transition: all 0.2s;
    z-index: 99;
}

.card-carousel:hover .info-video *{
    opacity: 1;
}

.carousel-control-prev, .carousel-control-next {
    transition: all 0.2s;
    opacity: 0;
}

.carousel:hover .carousel-control-prev, .carousel:hover .carousel-control-next {
    opacity: 1;
}

.sections-streaming .carousel-control-prev, .sections-streaming .carousel-control-next {
    background: #0b0e18eb;
    width: 40px;
    height: 40px;
    top: 80px;
    border-radius: 60px;
}

.sections-streaming .carousel-control-prev-icon, .sections-streaming .carousel-control-next-icon {
    width: 15px;
}

.ck-toolbar {
    background: #f5f8fa !important;
    background-color: #f5f8fa !important;
}

.thumb-streaming {
    aspect-ratio: 16 / 9;
    box-shadow: 1px 5px 10px rgba(55, 55, 55, 0.625);
}

.straming-watched {
    opacity: 0.2;
}

.products-section p, .products-section a {
    color: #b5b5c3;
    font-size: 15px;
    text-decoration: none;
}

.vp-center {
    border-radius: 30px !important;
}

.sections-streaming .carousel-item:hover {
    z-index: 9 !important;
}

.bg-pure-dark {
    background: #121626;
}

.bg-pure-darker {
    background: #0f1422;
}

.streaming-play {
    transition: all 0.2s;
}

.streaming-play:hover {
    scale:1.3 !important;
}

.div-content-streaming {
    position: absolute;
    top: 70px;
    background: linear-gradient(90deg, #0e111efa 35%,  #0e111ed6 50%, transparent);
}

@media (max-width: 991px) {
    .div-content-streaming {
        top: 60px;
        background: linear-gradient(90deg, #0e111efa 0%,  #0e111e75 100%, transparent);
    }

    .sections-streaming .carousel-control-prev, .sections-streaming .carousel-control-next {
        opacity: 1;
        top: 47%;
        background: #0b0e1854;
    }
}

.sections-streaming .carousel-control-prev, .sections-streaming .carousel-control-next {
    top: 47%;
    z-index: 9;
}

@media (min-width: 990px) {
    .sections-streaming .carousel-control-prev {
        left: -40px;
    }

    .sections-streaming .carousel-control-next {
        right: -40px;
    }
}

.class-course {
    border-bottom: dashed 1px #161e33;
}

.classes-course:hover {
    background: #0f1422;
}

.classes-course .form-check.form-check-solid .form-check-input:not(:checked), .module_id_checked .form-check.form-check-solid .form-check-input:not(:checked) {
    background-color: #0c101d !important;
    border: solid 1px #ffffff7a !important;
}

/* .form-check.form-check-solid .form-check-input:checked {
    background-color: #50cd89 !important;
} */

.text-comment {
    border: none;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}

.text-comment:focus {
    background: rgba(0, 0, 0, 0.4);
}

.plyr, .course-video-youtube {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #bcbcbc29;
}

.comming-class-course {
    border: dashed 2px;
    background: #ffffff03;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #bcbcbc29;
}

.bg-module-courses {
    background: #1b202d !important;
    border-bottom: 1px dashed #00000040;
}

.accordion-button:not(.collapsed){
    box-shadow: none !important;
}

.accordion i {
    transition: transform 0.3s;
}
.rotate {
    transform: rotate(90deg);
}

.modal-backdrop.show, .drawer-overlay {
    opacity: 0.85 !important;
}

.drawer-overlay {
    background: #000000;
}

.mirror-icon {
    transform: scaleX(-1);
}

.smooth-transition {
    transition: width 0.5s ease-in-out;
}

.course-trophy-shadow {
    text-shadow: 0px 0px 15px #b7c92eba;
}

.course-name-shadow {
    text-shadow: 0px 0px 12px #ffffff85;
}

.class-active {
    background-color: #ffffff2b;
    box-shadow: 0px 5px 5px #00000020 !important;
}

.form-check.form-check-solid .form-check-input:not(:checked) {
    background-color: #ececec;
    border: solid 1px #e1e1e1;
}

.badge-pure-dark {
    background: #121626;
    transition: all 0.2s;
}

.badge-pure-dark:hover {
    background: #009ef7;
}

.plyr__video-wrapper video {
    border-radius: 15px !important;
}

.social-threads {
    width: 22px !important;
    margin-top: -9px;
    transition: all 0.2s;
}

.social-threads:hover {
    width: 30px !important;
    margin-top: -9px;
    margin-left: -3px;
}

.social_media {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.social_media a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    text-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

.social_media i {
    color: white;
}

.social_media a:hover .balloon{
    top: -75px;
    opacity: 1;
}

.social_media svg {
    height: 50px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, .2));
}

.social_media .balloon{
    position: absolute;
    top: -50px;
    width: 200px;
    height: 50px;
    opacity: 0;
    border-radius: 30px;
    transition: top .2s ease-in-out, opacity .2s ease-in-out;
    filter: drop-shadow(0 5px 10px rgba(0,0,0,.2));
}

.social_media .name{
    position: relative;
    border-radius: 30px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #7a38ac;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.social_media .name::before{
    content: "";
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    background-color: #7a38ac;
    transform: rotate(45deg);
    bottom: -10px;
    border-radius: 4px;
    z-index:-1;
}


.social_media a.smyoutube,
.social_media a.smyoutube .name,
.social_media a.smyoutube .name::before{
    background-color: #ff0000;
}

.social_media a.sminstagram,
.social_media a.sminstagram .name,
.social_media a.sminstagram .name::before{
    background-color: #E1306C;
}

.social_media a.smfacebook,
.social_media a.smfacebook .name,
.social_media a.smfacebook .name::before{
    background-color: #365db1;
}

.social_media a.smtiktok,
.social_media a.smtiktok .name,
.social_media a.smtiktok .name::before{
    background-color: #171717;
}

.social_media a.smtwitter,
.social_media a.smtwitter .name,
.social_media a.smtwitter .name::before{
    background-color: #171717;
}

.social_media a.smlinkedin,
.social_media a.smlinkedin .name,
.social_media a.smlinkedin .name::before{
    background-color: #1078b9;
}

.social_media a.smthreads,
.social_media a.smthreads .name,
.social_media a.smthreads .name::before{
    background-color: #C13584;
}

.font-caveat {
    font-family: 'Caveat', cursive;
}

.rounded-left {
    border-radius: 0.625rem 0rem 0rem 0.625rem;
}
@media (max-width: 768px) {
    .rounded-left {
        border-radius: 0.625rem 0.625rem 0rem 0rem;
    }
}

.rounded-right {
    border-radius: 0rem 0.625rem 0.625rem 0rem;
}
@media (max-width: 768px) {
    .rounded-right {
        border-radius: 0rem 0rem 0.625rem 0.625rem;
    }
}

.btn-wpp {
    background: linear-gradient( #6aaf23 , #3d9113 );
    transition: all 0.3s !important;
}

.btn-wpp:hover {
    scale: 1.03;
}

.btn-sk-success {
    color: white;
    background-color: #47BE7D !important;
    transition: all 0.1s;
}

.btn-sk-success:hover {
    background-color: #00bcd4 !important;
    color: white;
}

.btn.btn-outline.btn-outline-dashed.active, .btn.btn-outline.btn-outline-dashed:hover {
    color: #009ef7;
    border-color: #009ef7;
    background-color: #f1faff!important;
}

.card-default-payments {
    background: linear-gradient(45deg, #2e2d2f, #434851);
    box-shadow: 10px 10px 20px #00000030 !important;
    border-radius: 10px !important;
}

.mirror-icon {
    transform: scaleX(-1);
}

.thead-rounded th:first-child{
    border-radius: 5px 0px 0px 0px !important;
}

.thead-rounded th:last-child{
    border-radius: 0px 5px 0px 0px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.blog-content figure.image {
    text-align: center;
}

.blog-content figure img {
    width: 75%;
    border-radius: 5px;
}

.blog-content img {
    max-width: 100%;
    border-radius: 5px;
}

.products-zone img {
    width: 100%;
    border-radius: 5px;
}

.abcRioButton {
    width: 100% !important;
    margin-top: 10px;
    background: white;
    border-radius: 8px !important;
}

.active-image-product {
    border: solid 2px #181b32; 
}

.image-product {
    cursor: pointer;
    transition: all 0.1s;
}

.image-product:hover {
    border: solid 2px #30376d; 
    box-shadow: 2px 2px 10px #00000030;
}

.modal-content {
    border-radius: 10px;
}

.svg-icon svg [fill]:not(.permanent):not(g) {
    fill: white;
}

.select-header {
    background: transparent !important;
    padding: 0;
    border: none !important;
}

.flags-dropdown {
    min-width: 200px !important;
    margin-left: -170px;
    margin-top: 10px;
}

.toast-top-right {
    right: 5px;
    top: 75px;
}

.zoom-streaming-home {
    transition: transform 0.2s ease-in-out;
}

.zoom-streaming-home:hover {
    transform: scale(1.1);
}

.show-mouse-hover {
    opacity: 0;
    transition: all 0.2s;
}

.active-mouse-hover:hover .show-mouse-hover{
    opacity: 1;
}

.drawer {
    z-index: 999;
}

.img-show-hover {
    opacity: 0;
    transition: all 0.2s;
}

.img-show-hover:hover {
    opacity: 1;
}

.arrow-left {
    left: 100px; top: 50%;
}

.arrow-right {
    right: 100px; top: 50%;
}

@media(max-width: 600px)
{
    .arrow-left  {
        left: 0px; top: 50%;
    }

    .arrow-right  {
        right: 0px; top: 50%;
    }
}

.ra-widget-verified-wrapper {
    background: var(--bs-dark-rgb) !important;
}

.ra-widget-verified-content {
    background: white !important;
}

.edit-icon-admin {
    position: fixed;
    bottom: 0px;
    left: 10px;
    padding: 10px;
    border-radius: 5px;
}

.vr {
    color: #00000040;
}

.float-image {
    transition: transform 0.2s ease;
}

.float-image:hover {
    animation: float 1s infinite alternate;
    transform: translateY(0px);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(0);
    }
}

.background-top-bar {
    background: linear-gradient(45deg, #d405a5, #ff7800);
    background-position: 0 0;
    animation: backgroundTopBar 60s linear infinite;
}

@keyframes backgroundTopBar {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 3600px 0px;
    }

    100% {
        background-position: 0 0;
    }
}

.bg-hover-black:hover {
    background: rgba(0, 0, 0, 0.150);
}

.image img {
    cursor: pointer;
}


/* Estilos para os botões de paginação */
.dataTables_paginate {
    color: var(--bs-gray-700);
    font-weight: 500;
}

.dataTables_paginate .next, .dataTables_paginate .previous {
    padding: 0.375rem 0.575em;
    margin: 0 5px;
    cursor: pointer;
    color: var(--bs-gray-600);
    background-color: transparent;
    border-radius: 0.475rem;
    font-weight: 500;
}

.dataTables_paginate .next:hover, .dataTables_paginate .previous:hover {
    color: var(--bs-primary);
    background-color: #f9f9f9;
}

.dataTables_paginate .paginate_button.disabled {
    cursor: default !important;
    color: #aaa !important;
    background-color: transparent !important;
}

.dataTables_paginate .paginate_input {
    background-color: var(--bs-gray-100);
    border: none;
    color: var(--bs-gray-700);
    border-radius: .425rem;
    text-align: center;
    padding: 3px;
    font-weight: 600;
    width: 70px;
}

.card, .nav-item {
    box-shadow: 5px 5px 50px hsl(0deg 0% 25.74% / 15%);
}
/* 
.accordion-button:not(.collapsed) {
    color: #f1416c !important;
    background-color: #fff1f1 !important;
    border-bottom: 1px solid #ffe9e9 !important;
} */