* {
    cursor: url('/assets/images/c1.png'), auto !important;
}

a, button, li {
    cursor: url('/assets/images/c2.png') 0 0, pointer !important;
}

a:hover, button:hover, li:hover {
    cursor: url('/assets/images/c2.png') 0 0, pointer !important;
}

a:active, button:active, li:active {
    cursor: url('/assets/images/c2.png') 0 0, pointer !important;
}

a:focus, button:focus, li:focus {
    cursor: url('/assets/images/c2.png') 0 0, pointer !important;
}

th,
.sc-button span,
.dataTables_paginate .paging_simple_numbers .paginate_button .current,
.map-label,
.badge-rates,
.number-like, 
li img,
button img, 
a img, 
a h4, 
a h4 small, 
a small, 
a small font,
a p span, 
a span,
a p,
a svg, 
a svg path {
    cursor: url('/assets/images/c2.png') 0 0, pointer !important;
}






audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-pause-button,
audio::-webkit-media-controls-timeline,
audio::-webkit-media-controls-volume-slider,
audio::-webkit-media-controls-mute-button,
audio::-webkit-media-controls-fullscreen-button {
    cursor: url('/assets/images/c2.png') 0 0, pointer !important;
}

.swiper-button-next.btn-slide-next {
    cursor: url('/assets/images/c2.png') 0 0, pointer !important;
}
.swiper-button-prev.btn-slide-prev {
    cursor: url('/assets/images/c2.png') 0 0, pointer !important;
}

.select-container select {
    cursor: url('/assets/images/c2.png') 0 0, pointer !important;
}

.swiper-pagination-bullet {
   cursor: url('/assets/images/c2.png') 0 0, pointer !important; 
}

li.menu-item, .scriptlist {
    cursor: url('/assets/images/c1.png') 0 0, pointer !important;
}

.scriptlist:hover {
    cursor: url('/assets/images/c1.png') 0 0, pointer !important;
}

body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

body::-webkit-scrollbar-thumb {
    background-color: #94b5ee;
    border-radius: 10px;
    border: 2px solid #f1f1f1;
}

body::-webkit-scrollbar {
    width: 14px; 
}

body::-webkit-scrollbar-thumb:hover {
    background: #94b5ee;
}

body::-webkit-scrollbar-button:vertical:start:decrement,
body::-webkit-scrollbar-button:vertical:end:increment {
    height: 12px;
    background: #94b5ee;
    border-radius: 10px;
}

body::-webkit-scrollbar-button:vertical:start:decrement {
    height: 12px;
    background: url('/assets/images/cima.png') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 10px;
}

body::-webkit-scrollbar-button:vertical:end:increment {
    height: 12px;
    background: url('/assets/images/baixo.png') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 10px;
}


.container-login {
    position: relative;
    overflow: hidden;

    height: 600px;
}

.home-audio audio {
    width: 90%;
}

.form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
.container-login.right-panel-active .sign-in-container {
    transform: translateX(100%);
    opacity: 0;
}
.sign-up-container {
    left: 50%;
    width: 50%;
    transform: translateX(-100%);
    opacity: 0;
    z-index: 1;
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
.container-login.right-panel-active .sign-up-container {
    transform: translateX(0);
    opacity: 1;
    zIndex: 5;
}
.overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 100;
}
.container-login.right-panel-active .overlay-container{
    transform: translateX(-100%);
}
.overlay {
    color: #FFFFFF;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.container-login.right-panel-active .overlay {
    transform: translateX(50%);
}
.overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.overlay-right {
    right: 0;
    transform: translateX(0);
/*    background: url('../images/login/img.jpg') no-repeat top center fixed;*/
background-size: cover;
}
.container-login.right-panel-active .overlay-right {
    transform: translateX(20%);
}
.overlay-left {
    transform: translateX(-20%);
/*    background: url('../images/login/t1.png') no-repeat center center fixed;*/
}
.container-login.right-panel-active .overlay-left {
    transform: translateX(0);
}
.social-container {
    margin: 20px 0;
}
.social-container a {
    border: 1px solid #DDDDDD;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    height: 40px;
    width: 40px;
}
.form-container sign-in-container form,
.form-container sign-up-container form {
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    text-align: center;
}
.form-container sign-in-container form input,
.form-container sign-up-container form input {
    background: #eee;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
}
.form-container sign-in-container form .btn,
.form-container sign-up-container form .btn {
    border: none;
    outline: none;
    color: #FFFFFF;
    padding: 12px 45px;
    border-radius: 20px;
    cursor: pointer;
    background-color: #red;
    background-image: linear-gradient(45deg, #FF4B2B, #FF416C);
    transition: background-image 0.5s ease;
}
.form-container sign-in-container form .btn:hover,
.form-container sign-up-container form .btn:hover {
    background-image: linear-gradient(45deg, #FF416C, #FF4B2B);
}
.form-container sign-in-container form .btn:active,
.form-container sign-up-container form .btn:active {
    transform: scale(0.95);
}
.form-container sign-in-container form .btn:focus,
.form-container sign-up-container form .btn:focus {
    background-image: linear-gradient(45deg, #FF4B2B, #FF416C);
}
.form-container sign-in-container form .btn.ghost,
.form-container sign-up-container form .btn.ghost {
    background-color: transparent;
    border-color: #FFFFFF;
}


.invalid-feedback {
    display: block;
    font-weight: 400;
}

.invalid-feedback {
    width: 100%;
    margin-top: 0.5rem;
    font-size: 0.925rem;
    color: #f1416c;
}
.fv-plugins-message-container {
    margin-top: 0.3rem;
}

.invalid-feedback div{
    position: absolute;
    margin-top: -20px;
    font-size: 12px;
}

div:where(.swal2-container) .swal2-html-container {
    font-size: 1.8em !important;
}

div:where(.swal2-container) div:where(.swal2-popup) {
    width: 40em !important;
    height: 24em !important;
}

.swal2-confirm:hover{
    color: #fff !important;
}

.password + .invalid-feedback {
    margin-bottom: 24px;
}

.button-active.icon {
  font-family: 'nfts';
  font-weight: 100;
  font-size: 26px;
}

.button-active {
    background-color: #14141F;
}

.button-active {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #EDECFF;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    flex-shrink: 0;
    color: #0087FF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.option-ico::before {
    content: '\e92c';
}

.account .column{
    width: 20% !important;
}

.account .item {
    align-items: center;
    background: #fff;
    box-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12);
    border-radius: 12px;
    padding: 20px 27px 20px 20px;
    height: 120px;
    margin-bottom: 24px;
    width: 100%;
}


@media (max-width: 768px){
    .overlay-container{
        display: none;
    }
    .sign-in-container {
        width: 100%;
    }
    .sign-up-container {
        width: 100%;
        left: 0;
    }

    .account .column{
        width: 16% !important;
    }

}

@media (min-width: 1000px){
    .flat-form-2{
        margin: 0 15.5% !important;
    }
}

.span-f-2{
    font-size: 14px;
}

.p-reduzed{
    width: 80% !important;
}


.btn-type-1{
    width: auto;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    background-color: var(--primary-color3);
    color: #fff;
    border-radius: 30px;
    padding: 15px 39px;
    border: 1px solid var(--primary-color3);
    display: inline-block;
    -webkit-appearance: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.btn-type-1 {
    background: rgba(81, 66, 252, 0.1);
    border: 1px solid rgba(81, 66, 252, 0.1);
    border    : none;
    color     : var(--primary-color3);
}
.is_dark .btn-type-1 {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.is_dark .btn-type-1:hover {
    border: 2px solid #5142FC;
}
.btn-type-1:hover {
    border: none;
    background: var(--primary-color3);
    color     : #fff;
}

.btn-reduced{
    width: 150px;
}


.custom-tab-space{
    width: 19% !important;
}

.char-card{
    margin-bottom: 0px !important;
}

.storage-item{
    margin-right: 0px !important;
    width: auto !important;
    height: auto !important;
    margin: 6px !important;
    align-items: center !important;
    border-radius: 0px !important;
}


.table .hint-item {
    position: relative !important;;
}

.p-relative{
    position: relative;
}

.hint-item .hint {
    visibility: hidden !important;
    width: 280px !important;
    height: 115px !important;
    background: url("/assets/images/item-bg.png") !important;
    color: #fff !important;
    text-align: center !important;
    border-radius: 6px !important;
    padding: 5px 0 !important;
    position: absolute !important;
    z-index: 1 !important;
    bottom: 85% !important;
    left: 50%;
    transform: translateX(-50%) !important;
    opacity: 0 !important;
    transition: opacity 0.3s !important;
}

.hint-item:hover .hint {
    visibility: visible !important;
    opacity: 1 !important;
}

.inventory-gap{
    margin-right: 20px;
}

.hint-image{
    position: absolute;
    z-index: 9999;
}

.hint-img img{
    position: absolute;
    left: 10px;
    top: 11px;
}

.hint-text{
    width: 185px;
    height: 85px;
    margin-top: 13px;
    margin-left: 89px;
    text-align: left;
    overflow-y: auto;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.hint-name{
    width: 100%;
    height: 16px;
    margin-top: -2px;
    margin-left: 90px;
    text-align: left;
}



.hint-text::-webkit-scrollbar {
    width: 12px;
}

.hint-text::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.hint-text::-webkit-scrollbar-thumb {
    background-color: #94b5ee;
    border-radius: 10px;
    border: 2px solid #f1f1f1;
}

.hint-text::-webkit-scrollbar {
    width: 10px; 
}

.hint-text::-webkit-scrollbar-thumb:hover {
    background: #94b5ee;
}

.hint-text::-webkit-scrollbar-button:vertical:start:decrement,
.hint-text::-webkit-scrollbar-button:vertical:end:increment {
    height: 12px;
    background: #94b5ee;
    border-radius: 10px;
}

.hint-text::-webkit-scrollbar-button:vertical:start:decrement {
    height: 12px;
    background: url('/assets/images/cima.png') !important;
    background-repeat: no-repeat !important;
    border-radius: 10px;
}

.hint-text::-webkit-scrollbar-button:vertical:end:increment {
    height: 12px;
    background: url('/assets/images/baixo.png') !important;
    border-radius: 10px;
}

.hint-text .hint-descricao{
 font-family: Arial !important;
 font-size: 12px !important;;
 line-height: 14px !important;;
 text-shadow: 1px 1px #fff !important;;
}

.hint-name .hint-title{
 font-family: Arial !important !important;;
 font-size: 14px !important;;
 text-shadow: 1px 1px #fff !important;;
 font-weight: 600 !important;;

}


@media (max-width: 468px){

    .hint-item .hint {
        visibility: hidden;
        width: 280px;
        height: 115px;
        background: url("/assets/images/item-bg.png");
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 75%;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        transition: opacity 0.3s;
    }

    .hint-item:hover .hint {
        visibility: visible;
        opacity: 1;
    }

    .hint-image{
        position: absolute;
        z-index: 9999;
    }

    .hint-img img{
        position: absolute;
        left: 10px;
        top: 11px;
    }

    .hint-text{
        width: 185px;
        height: 85px;
        margin-top: 13px;
        margin-left: 89px;
        text-align: left;
        overflow-y: auto;
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .hint-name{
        width: 100%;
        height: 16px;
        margin-top: -2px;
        margin-left: 90px;
        text-align: left;
    }

    .hint-text::-webkit-scrollbar {
        width: 12px;
    }

    .hint-text::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .hint-text::-webkit-scrollbar-thumb {
        background-color: #94b5ee;
        border-radius: 10px;
        border: 2px solid #f1f1f1;
    }

    .hint-text::-webkit-scrollbar {
        width: 10px; 
    }

    .hint-text::-webkit-scrollbar-thumb:hover {
        background: #94b5ee;
    }

    .hint-text::-webkit-scrollbar-button:vertical:start:decrement,
    .hint-text::-webkit-scrollbar-button:vertical:end:increment {
        height: 12px;
        background: #94b5ee;
        border-radius: 10px;
    }

    .hint-text::-webkit-scrollbar-button:vertical:start:decrement {
        height: 12px;
        background: url('/assets/images/cima.png') !important;
        background-repeat: no-repe
        border-radius: 10px;
    }

    .hint-text::-webkit-scrollbar-button:vertical:end:increment {
        height: 12px;
        background: url('/assets/images/baixo.png') !important;
        border-radius: 10px;
    }

    .hint-text .hint-descricao{
     font-family: Arial !important;
     font-size: 12px;
     line-height: 12px;
     text-shadow: 1px 1px #fff;
 }

 .hint-name .hint-title{
     font-family: Arial !important;
     font-size: 14px;
     text-shadow: 1px 1px #fff;
 }

}

.hero-icon{
    position: absolute;
    right: 24px;
    top: 30px;
}

.char-text{
    color: #191919 !important;
}

.img-bg-remove{
   background-color: transparent;
}

.bg-select-hero{
    background: url(/assets/images/slot.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    position: relative;
}

@media (max-width: 468px){
    .bg-select-hero{
        background: url(/assets/images/slot.png) !important;
        background-size: contain !;
    }
}

.bg-mychar-card{
    background: url(/assets/images/bg-my-char.png);
    background-size: cover;
}

.map-container {
    position: relative;
    display: inline-block;
}
#map {
    display: block;
}
.point {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    animation: blink 1s infinite;
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

.equipaments{
    position: relative;
    width: 280px;
    height: 190px;
}

.equipaments .char-img-eq{
    position: absolute;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.cabeca-topo{
    position: absolute;
    top: 25px;
    left: 5px;
}

.cabeca-meio{
    position: absolute;
    top: 25px;
    right: 5px;
}

.cabeca-baixo{
    position: absolute;
    top: 60px;
    left: 5px;
}

.armadura{
    position: absolute;
    top: 60px;
    right: 5px;
}

.mao-esquerda{
    position: absolute;
    top: 95px;
    left: 5px;
}

.mao-direita{
    position: absolute;
    top: 95px;
    right: 5px;
}

.sapatos{
    position: absolute;
    top: 130px;
    right: 5px;
}

.manto{
    position: absolute;
    top: 130px;
    left: 5px;
}

.a-esquerdo{
    position: absolute;
    top: 165px;
    left: 5px;
}

.a-direito{
    position: absolute;
    top: 165px;
    right: 5px;
}

.text-equipament-item{
    margin-top: 7px;
    margin-left: 5px;
    color: #191919 !important;
}

.fw-5{
    font-weight: 500 !important;
}

.fix-grid-eq{
    max-width: 150px;
}

.fix-visu-pos-r{
    right: 9px !important;
}

.fix-visu-pos-l{
    left: 9px !important;
}

.sc-card-activity .content .infor .status,
.sc-card-activity .content .infor h3,
.sc-card-activity .content .infor .time {
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

.rodex-body{
    position: relative;
}

.p-relative{
    position: relative;
}

.rodex-time{
    position: absolute;
    top: 20px;
    right: 16px;
    font-size: 16px;
}

.anexos-rodex{
    display: inline-block;
}

.anexos-rodex {
    display: flex;
    flex-wrap: wrap;
}

.shadow-blue {
    border-radius: 10px;
    border: 1px solid #a7ccec;
    padding: 14px;
}

.anexos-rodex .anexo-text {
    margin: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.anexo-amt{
    position: absolute;
    bottom: 1px;
    right: 8px;
    font-size: 14px;
}

.anexo-amt-inventory{
    position: absolute;
    bottom: 2px;
    right: 14px;
    font-size: 14px;
}

.poring-triple img{
    position: absolute;
    right: 20px;
    top: 20px;
}

.anexos-rodex .anexo-img {
    margin-right: 5px;
    padding: 14px;
    display: block;
    position: relative;
    z-index: 1;
}

.background-circle {
    position: absolute;
    top: 67%;
    left: 46%;
    width: 35px;
    height: 16px;
    background-color: #c3d4ff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.sender-img{
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   position: absolute;
   top: 60px;
   left: 50%;
   transform: translate(-50%, -50%);
}

.sender-box{
    width: 145px !important;
    height: 145px !important;
}

.sender-img img{
    max-width: none !important;
    width: 160px;
}





/* Mail */

.anexos-rodex h3{
    font-weight: 400;
    font-size: 18px;
}

.mail-footer{
    position: absolute;
    bottom: 10px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    width: 95%;
    padding-top: 20px;
}

.mailbox-wrapper {
   display: flex;
   flex-direction: column;
   height: 100%;
   box-shadow: 0 0 10px rgba(0,0,0,0.1);
   background-color: #fff;
   border-radius: 20px;
   overflow: visible;
   padding: 0px 10px 10px 10px;

}

.header-mailbox {
    display: flex;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background-color: #fff;
    height: 70px;
    position: relative;
    text-align: center;
}
.header h1 {
    margin: 0;
    font-size: 24px;
}
.email-count {
    background-color: #daefff;
    padding: 8px 16px;
    border-radius: 40px;
    position: absolute;
    left: 14px;
    color: #287ac2;
    font-weight: 700;
    font-size: 14px;
}

.tab-content-mail h2, h3, p {
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

.mail-title h3{
    width: 100;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    width: 95%;
    padding-bottom: 20px;
} 

.mail-title h3{
 margin-bottom: 20px;
}

.carta-mail{
    position: absolute;
    right: 10px;
    top: -10px;
}

.carta-mail-2{
   position: absolute;
   right: 40px;
   bottom: 105px;
}


.mailbox-container {
    display: flex;
    flex-direction: row;
    border-top: none;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    background-color: #fff;
    height: 450px;
}
.tabs-mail {
    border: 1px solid rgba(0, 0, 0, 0.05);
    max-width: 300px;
    width: 100%;
    margin: 10px;
    padding: 14px;
    overflow-y: auto;
    border-radius: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.button-mail-text{
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    bottom: 40px;
    left: 72px;
}

.button-mail-time{
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    bottom: 6px;
    left: 72px;
}

.button-mail-sender{
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    bottom: 6px;
    right: 15px;
}

.tabs-mail::-webkit-scrollbar {
    width: 12px;
}

.tabs-mail::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.tabs-mail::-webkit-scrollbar-thumb {
    background-color: #94b5ee;
    border-radius: 10px;
    border: 2px solid #f1f1f1;
}

.tabs-mail::-webkit-scrollbar {
    width: 10px; 
}

.tabs-mail::-webkit-scrollbar-thumb:hover {
    background: #94b5ee;
}

.tabs-mail::-webkit-scrollbar-button:vertical:start:decrement,
.tabs-mail::-webkit-scrollbar-button:vertical:end:increment {
    height: 12px;
    background: #94b5ee;
    border-radius: 10px;
}

.tabs-mail::-webkit-scrollbar-button:vertical:start:decrement {
    height: 12px;
    background: url('/assets/images/cima.png') !important;
    background-repeat: no-repeat !important;
    border-radius: 10px;
}

.tabs-mail::-webkit-scrollbar-button:vertical:end:increment {
    height: 12px;
    background: url('/assets/images/baixo.png') !important;
    border-radius: 10px;
}


.tabs-mail .button-mail {
    width: 100%;
    padding: 8px;
    border: none;
    background: none;
    text-align: left;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: left;
    align-items: center;
    border-radius: 8px;
    border: 2px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 4px;
    color: #000;
    position: relative;
}

.tab-img {
    margin-right: 4px;
}

.tab-img img{
    width: 54px;
}

.tabs-mail button.active {
    border: 2px solid #a7ccec;
    margin-bottom: 4px;
    box-shadow: 0 0 6px #a7ccec;
    position: relative;
}
.tab-content-mail {
    flex: 1;
    padding: 20px;
    display: none;
    border: 2px solid rgba(0, 0, 0, 0.05);
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
    margin-top: 9px;
    position: relative;
}
.tab-content-mail.active {
    display: block;
}
.attachment {
    margin-top: 20px;
}
.collect-button {
    background-color: orange;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.tf-section-c{
    padding: 40px 0;
}

.aurora-card {
    background: var(--primary-color);
    box-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12);
    border-radius: 12px;
    padding: 0;
    margin-bottom: 28px;
    overflow: visible;
    display: flex;
    flex-direction: column;
}

.aurora-card-header {
    width: 100%;
    background: url('/assets/images/bg-card.png') center/cover no-repeat;
    display: flex;
    height: 54px;
    padding-top: 14px;
    justify-content: center;
    color: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}

.aurora-card-header::after {
  content: "";
  background: url('/assets/images/sticker-poring.png');
  position: absolute;
  width: 85px;
  height: 63px;
  right: 20px;
  top: -3px;
}

.aurora-card-header-dark {
    background: url('/assets/images/bg-card-dark.png') center/cover no-repeat;
}

.aurora-card-header-dark::after {
    background: url('/assets/images/ghostring-sticker.png') !important;
}

.aurora-card-content {
    width: 100%;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.swal2-popup {
    width: auto !important;
    max-width: 100% !important;
}
.swal2-content {
    overflow: hidden !important;
    white-space: normal !important;
    text-align: center !important;
}


div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: #0098fb !important;
    color: #fff;
    font-size: 14px !important;
    font-weight: 600 !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
    background-color: #6e7881;
    color: #fff;
    font-size: 14px !important;
    font-weight: 600 !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
    box-shadow: 0 0 0 3px rgb(171 209 233) !important;
}

.swal2-popup::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border: 2px solid #0098fb30;
    border-radius: 8px;
    pointer-events: none;
}

.swal-img{
  width: 120px;
  margin-bottom: 10px;
}

.custom-swal-title{
    font-size: 24px;
}

.swal2-popup {
    border: 5px solid transparent;
    box-shadow: 0 0 0 16px white;
    width: auto !important;
    height: auto !important;
    max-width: 90%;
}
.swal2-html-container {
    padding: 20px;
}

.swal2-icon.swal2-warning, .swal2-icon.swal2-success, .swal2-icon.swal2-error {
    width: 90px !important;
    height: 90px !important;
    border: none !important;
    border-radius: 0 !important;
    color: transparent !important;
}
.swal2-icon.swal2-warning {
    background: url('/assets/images/swal-warning.gif') no-repeat center center !important;
    background-size: contain !important;
}
.swal2-icon.swal2-success {
    background: url('/assets/images/swal-success.gif') no-repeat center center !important;
    background-size: contain !important;
}

.swal2-icon.swal2-error {
    background: url('/assets/images/swal-danger.gif') no-repeat center center !important;
    background-size: contain !important;
}

.swal2-success-circular-line-left,
.swal2-success-line-tip,
.swal2-success-line-long,
.swal2-success-ring,
.swal2-success-fix,
.swal2-x-mark-line-left,
.swal2-x-mark-line-right,
.swal2-success-circular-line-right {
    display: none !important;
}


.item-size-small{
    width: 20px !important;
    height: 20px !important;
}

.item-description-db{
    font-size: 18px !important;
/*    color: #191919 !important;*/
font-weight: 400 !important;
}

.item-db-box{
   height: 100%;
   width: 48px;   
   align-items: center;
   display: flex;
   justify-content: center;
   background: #f4f4f4;
   border-radius: 10px;
   margin-right: 10px;
}

.item-title-db-box{
    flex-grow: 1;
    line-height: 10px;
}

.item-title-db{
    margin-bottom: 0px !important;
    font-size: 28px;
    line-height: 40px;
}

.item-title-db-box small{
    font-size: 14px;
    font-weight: 500 !important;
    color: #8898aa;
}

.border-bottom-db{
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 20px;
}

.btn-nav-db{
    line-height: 14px !important;
    font-size: 14px !important;
    padding: 12px 24px !important;
}


.bread-db{
    justify-content: start !important;
    background: #fbfcfd;
    padding: 14px;
    border-radius: 8px;
    width: 100%;
}

.is_dark .bread-db{
    background: #34344442 !important;
}

.bread-db ul li a {
    color: var(--primary-color3);
}

.bread-db ul li a:hover {
    color: #191919;
}

.box-description-db p{
    font-size: 16px;
}

.checked-icon {
    color: green;
    font-weight: bold;
}

.unchecked-icon {
    color: red;
    font-weight: bold;
}

.image-top {
    align-self: flex-start;
}

.img-original-size {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.db-list-table{
    font-size: 16px;
}

.db-list-table td {
    vertical-align: middle !important;
    text-align: center !important;
}

.item-scripts ul li{
    font-size: 16px;
    color: #0000FF;
}

.item-scripts h2{
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 6px;
}

.db-tab-size{
    width: 100% !important;
    margin-top: 4px;
    margin-bottom: 4px;
}

.dropado-por-title{
    font-size: 24px;
    margin-bottom: 20px;
}

.db-tab-1{
    margin-right: 4px;
}

.db-tab-last{
    margin-left: 4px;
}

@media (min-width: 992px) {
    .table-responsive {
        overflow-x: visible;
        display: table;
    }
    .table-responsive table {
        width: 100%;
    }
}

@media (max-width: 468px){
    .btn-nav-db {
        line-height: 14px !important;
        font-size: 15px !important;
        padding: 7px 16px !important;
    }

    .db-tab-size-items{
/*        width: 25% !important;*/
margin-top: 4px;
margin-bottom: 2px;
font-size: 14px !important;
}

.items-tabs-menu{
    display: flex !important;
}
}

.pet-link{
    color: #0000FF;
    font-weight: 600;
}

.spinner-loading{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
}

.pet-script{
    font-size: 14px;
    color: #0000FF;
}

.db-table-p{
    color: var(--primary-color2);
    font-size: 15px;
}

.f-blue{
    color: #0000FF;
}

.f-red{
   color: #ff0000;
}

.new-item{
    width: 30px;
    animation: zoom-in-zoom-out 1s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
}
50% {
    transform: scale(1.1, 1.1);
}
100% {
    transform: scale(1, 1);
}
}

.new-item-hint {
    padding: 14px;
    line-height: 16px;
    visibility: hidden;
    width: 280px;
    height: 116px;
    font-size: 16px;
    background: url('/assets/images/msg-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 100px;
    font-weight: 500;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
}

.new-item-hint p{
    font-size: 15px;
    text-align: center;
    line-height: 16px !important;
    margin-top: 11px;
    font-weight: 500;
}

.db-header{
    background: #fff !important;
}

.is_dark .db-header{
    background: #14141F !important;
}


.db-header-overlay{
    background: transparent;
}

/*.search-link {
    color: var(--primary-color5);
}*/

#search-results {
    max-height: 300px;
    overflow-y: auto;
    border-radius: 4px;
    margin-top: 3px;
    margin-left: 8px;
    position: absolute;
    background: var(--primary-color);
    width: calc(100% - 20px);
    z-index: 999;
    box-shadow: 0 4px 6px rgb(0 0 0 / 35%), 0 1px 3px rgba(0, 0, 0, 0.08);
}

@media (max-width: 468px){
   #search-results {
    max-height: 200px;
} 
}

#search-results ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#search-results li {
    padding: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 14px;
}

#search-results li img {
    margin-right: 10px;
}

#search-results li:hover {
    background-color: #f0f0f0;
}

.is_dark #search-results li:hover {
    background-color: #9d60e3;
}

#search-results::-webkit-scrollbar {
    width: 12px;
}

#search-results::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#search-results::-webkit-scrollbar-thumb {
    background-color: #94b5ee;
    border-radius: 10px;
    border: 2px solid #f1f1f1;
}

#search-results::-webkit-scrollbar {
    width: 10px; 
}

#search-results::-webkit-scrollbar-thumb:hover {
    background: #94b5ee;
}

#search-results::-webkit-scrollbar-button:vertical:start:decrement,
#search-results::-webkit-scrollbar-button:vertical:end:increment {
    height: 12px;
    background: #94b5ee;
    border-radius: 10px;
}

#search-results::-webkit-scrollbar-button:vertical:start:decrement {
    height: 12px;
    background: url('/assets/images/cima.png') !important;
    background-repeat: no-repeat !important;
    border-radius: 10px;
}

#search-results::-webkit-scrollbar-button:vertical:end:increment {
    height: 12px;
    background: url('/assets/images/baixo.png') !important;
    border-radius: 10px;
}


.category-title {
    font-weight: bold;
    padding: 8px;
    font-size: 16px !important;
    text-transform: uppercase;
    padding-left: 14px !important;
    color: #fff;
}

.category-itens{
    background-color: #92b0ff;
}

.is_dark .category-itens {
    background-color: #475c91;
}

.category-itens:hover{
    background-color: #92b0ff !important;
}

.is_dark .category-itens:hover{
    background-color: #475c91 !important;
}

.category-mobs{
    background-color: #5ecf5e;
}

.is_dark .category-mobs {
    background-color: #4c834c;
}

.category-mobs:hover{
    background-color: #5ecf5e !important;
}

.is_dark .category-mobs:hover{
    background-color: #4c834c !important;
}

.tf-section-db{
    padding-top: 0px !important;
}

.custom-label {
    display: inline-block;
    border: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2px;
}

.f-golden{
    color: #eaba3d;
}

.f-600{
    font-weight: 600;
}

/* Mob DB */

.mob-grid {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 30px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mob-hp-bar {
    width: 100%;
    max-width: 200px;
    background-color: #4dc33d;
    color: white;
    padding: 1px 0;
    margin-top: 15px;
    text-align: center;
    border-radius: 5px;
    position: relative;
}

.mob-hp-bar::before {
    content: "HP";
    font-weight: 700;
    position: absolute;
    top: -12px;
    right: 0;
    /* transform: translateX(-50%); */
    font-size: 12px;
    color: white;
    background-color: #4dc33d;
    padding: 2px 8px;
    border-top-left-radius: 5px;
    /* border-radius: 5px; */
    border-top-right-radius: 4px;
    z-index: 0;
}

.mob-hp-text {
    font-weight: 600;
    font-size: 16px;
}

.mob-info-grid {
    display: flex;
    align-items: center;
    padding: 10px 0;
    margin-bottom: 4px;
}

.mob-title-container {
    flex-shrink: 0;
    margin-right: 20px;
    white-space: nowrap;
    text-align: right;
    min-width: 120px;
    padding-bottom: 3px;
}

.mob-desc-container {
    flex-grow: 1;
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 3px;
}

.mob-title {
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    color: #676767;
}

.mob-desc {
    font-size: 15px;
    color: var(--primary-color2);
    font-weight: 500;
    margin: 0;
    width: 100%;
}

.mob-desc-container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.05);
    top: 30px;
}

.mvp-board{
    width: 80px;
    position: relative;
}

.mvp-board img{
    position: absolute;
    right: 50%;
    left: -6%;
    top: -60px;
    transform: translate(-30%, -30%);
    animation: zoom-in-zoom-out 1s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
}
50% {
    transform: scale(1.1, 1.1);
}
100% {
    transform: scale(1, 1);
}
}


.mob-title-section{
    width: 100%;
    text-align: center;
    background: #EEEFF4;
    border-radius: 4px;
    padding: 4px 8px 4px 8px;
}

.mob-title-section h3{
    font-size: 16px;
    font-weight: 500;
    color: #60656b;
}

.title-container-2{
    display: inline-flex;
    float: right;
    align-items: end;
    justify-content: end;
}

.title-container-2 p{
    margin-right: 8px;
}

.title-container-2 img{
    width: 25px;
}

.icon-db{
    width: 25px;
}


.element-box{
    width: 100%;
    text-align: center;
    background: #EEEFF4;
    border-radius: 4px;
    padding: 4px 8px 4px 8px;
}

.element-box h3{
   font-size: 16px;
   font-weight: 500;
   color: #fff;
}

.desc-custom-1{
    font-weight: 700 !important;
}

.skill-list-grid::-webkit-scrollbar {
    width: 12px;
}

.skill-list-grid::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.skill-list-grid::-webkit-scrollbar-thumb {
    background-color: #94b5ee;
    border-radius: 10px;
    border: 2px solid #f1f1f1;
}

.skill-list-grid::-webkit-scrollbar {
    width: 10px; 
}

.skill-list-grid::-webkit-scrollbar-thumb:hover {
    background: #94b5ee;
}

.skill-list-grid::-webkit-scrollbar-button:vertical:start:decrement,
.skill-list-grid::-webkit-scrollbar-button:vertical:end:increment {
    height: 12px;
    background: #94b5ee;
    border-radius: 10px;
}

.skill-list-grid::-webkit-scrollbar-button:vertical:start:decrement {
    height: 12px;
    background: url('/assets/images/cima.png') !important;
    background-repeat: no-repeat !important;
    border-radius: 10px;
}

.skill-list-grid::-webkit-scrollbar-button:vertical:end:increment {
    height: 12px;
    background: url('/assets/images/baixo.png') !important;
    border-radius: 10px;
}

.skill-list-grid{
    max-height: 500px;
    overflow-y: auto;
}

.skill{
    display: inline-flex;
    width: 100%;
    margin-bottom: 8px;
}

.skill-desc-box{
    display: block;
}

.skill-desc-box p{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: -4px;
}

.skill-desc-box h4{
   font-size: 16px;
   color: var(--primary-color2);
   font-weight: 600;
}

.skill-img-box{
    padding: 16px;
    background: #eeeff4;
    margin-right: 8px;
    border-radius: 4px;
}

.skill-img-box img{
    max-width: 25px;
}

.noskill-grid{
    text-align: center;
}

.noskill-grid h4{
    font-size: 16px;
    color: var(--primary-color2);
    font-weight: 500;
    overflow-y: hidden !important;
}

.mob-ai-grid{
    display: block;
    padding-left: 8px;
    max-height: 180px;
    overflow-y: auto;
    position: relative;
}

.mob-ai-grid ul li{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 4px;
    position: relative;
    list-style: inside;
    padding-left: 20px;
    text-indent: -20px;
    list-style-position: inside;
}

.mob-drops-img{
    padding: 8px;
    background: #eeeff4;
    margin-right: 8px;
    border-radius: 4px;
    position: relative;
}

.mob-drops-img img{
    position: absolute;
}

.drops-mob-list{
    display: inline-flex;
    width: 100%;
    align-items: center;
    border-top: 1px solid #eceeefb3 !important;
}

.drops-img {
    margin-right: 5px;
    padding: 14px;
    display: block;
    position: relative;
    z-index: 1;
}

.drop-box-item-list{
    display: block;
}

.drop-box-item-list h4{
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color2);
}

.drop-box-item-list p{
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color2);
}

.drop-box-item-list small{
    color: #0087FF;
    font-size: 13px;
}

.database-table-head th{
    border: none !important;
}

/*.database-maps-list{
    display: block;
}
*/
.database-map-item{
    display: flex;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eceeefb3;
}

.map-image{
    padding: 8px;
    background: #eeeff4;
    margin-right: 8px;
    border-radius: 4px;
    position: relative;
    
}

.map-image img{
    max-width: 30px;
}

.map-desc-db h4{
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color2);
}

.map-desc-db p{
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color2);
}

.map-desc-db-2 p{
    font-size: 16px !important;
}

.map-desc-db-3 p{
    font-weight: 600;
}



.db-icon{
    width: 25px;
    margin-left: 4px;
    margin-right: 4px;
}



@media (max-width: 468px){
    .table th, .table td {
        white-space: nowrap;
    }

    .responsive-table-body tr td p{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.table-font {
    font-size: 16px;
    font-weight: 600;
}

.table-font p{
    font-size: 16px;
    font-weight: 600;
}

.table-font small{
    color: red;
    font-size: 14px;
}

.hp-table{
    width: 100%;
    max-width: 200px;
    background: repeating-linear-gradient(
        -45deg,
        #4dc33d 0px,
        #4dc33d 8px,
        #42a835 8px,
        #42a835 16px
    );
    color: white;
    padding: 0;
    text-align: center;
    border-radius: 5px;
    position: relative;
    font-weight: 900 !important;
    font-size: 18px !important;
}

@media (max-width: 468px){
    .hp-table{
        min-width: 100px;
    }
}

.easy {
    color: #4CAF50;
}

.medium {
    color: #0011ff; 
}

.hard {
    color: #F44336; 
}

.mob-small p {
    color: #4CAF50;
}

.mob-medium p {
    color: #0011ff;
}

.mob-large p {
    color: #F44336;
}


/* DB Maps */

.map-marker {
    position: absolute;
    background-color: #ff0000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
}

.map-label {
    position: absolute;
    background-color: #000000;
    padding: 6px 6px;
    border-radius: 3px;
    font-size: 13px;
    transform: translate(-50%, -50%);
    color: white;
    top: -36px;
    white-space: nowrap;
    font-weight: 500;
    border: 2px solid #ff000087;
}

.form-box-h4{
    font-size: 20px;
    font-weight: 400;
}

@media (max-width: 468px){
 .form-box-h4{
    font-size: 20px;
    font-weight: 400;
}   
}

.form-box-search{
    /*    padding: 14px 8px 0px 8px;*/
    padding: 14px 0px 0px 0px;
    border-radius: 8px;
}

.search-bar{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.search-bar input{
    width: 100% !important;
    padding: 5px 5px 5px 10px;
    border: 2px solid var(--search-color);
    width: 300px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 15px;
    color: var(--primary-color2);
}

.search-bar input::placeholder{
    font-size: 15px;
    font-weight: 500;
    color: #b3b2b2;
}

.search-bar input:focus{
    width: 100% !important;
    padding: 5px 5px 5px 10px;
    border: 2px solid var(--search-color);
    width: 300px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.search-button{
  padding: 5px;
  background-color: var(--search-color);
  font-size: large;
  color: #fff;
  transition: 0.5s linear;
  height: 100%;
  width: auto;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding-left: 10px;
  padding-right: 14px;
  margin-left: -2px;
  border: none;
}

@media (max-width: 468px){
    .search-button {
        padding-right: 30px;
    }
}

.search-button:hover {
  color: #fff;
  cursor: pointer;
  border: none;
}

.search-box-filter{
    display: flex;
}

#search-filter {
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    margin-right: 10px;
}

#search-filter:focus {
    border-color: #5142fc;
    box-shadow: 0 0 5px rgba(81, 66, 252, 0.5);
}

#search-filter::-ms-expand {
    display: none;
}


#search-filter {
    padding: 8px 12px;
    border: 2px solid var(--search-color);
    border-radius: 8px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    margin-right: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: calc(100% - 10px);
    height: 100%;
}

#search-filter:focus {
    border-color: var(--search-color);
    box-shadow: 0 0 5px rgba(81, 66, 252, 0.5);
}

#search-filter::-ms-expand {
    display: none;
}

.select-container {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    width: 150px;
}

.select-container:after {
    font-family: "Font Awesome 5 Free";
    content: "\f077";
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%) rotate(0deg);
    pointer-events: none;
    font-weight: 900;
    font-size: 14px;
    color: #333;
    transition: transform 0.3s ease;
}

.select-container.rotate-icon:after {
    transform: translateY(-50%) rotate(180deg);
}


.swiper-container {
    position: relative !important;
}

.swiper-button-next-2,
.swiper-button-prev-2 {
    position: absolute !important;
    top: 100% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 10 !important;
}

.swiper-button-next-2 {
    left: calc(50% + 60px) !important;
}

.swiper-button-prev-2 {
    left: 46% !important;
    transform: translate(-100%, -50%) !important;
}


.btn-ver-todos {
    padding: 6px 16px 6px 16px !important;
}

.list-db-img-index {
    width: auto !important;
    height: auto !important;
    border-radius: 20px;
}

.mvp-board-2{
    width: 60px !important;
}

.mvp-board-2 img{
    left: 120% !important;
    top: -43px !important;
}

.author-infor small{
    font-size: 14px;
    font-weight: 600;
}

.swiper-container {
    cursor: default !important;
}

.sc-card-product.menu_card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 400px;
}

.meta-info {
    margin-top: auto;
}


.sc-card-product .card-title .title-custom {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    max-width: 100% !important;
    word-wrap: break-word !important;
}

.swiper-slide-bg {
/*    background: #fbfbfb;*/
padding: 20px;
border-radius: 8px;
}

.swiper-slide-flex{
    display: flex;
    align-items: end;
}

.no-border-r{
    border-radius: 0 !important;
}

@media (max-width: 468px){
    .swiper-slide-c {
        margin-right: 0px !important;
        width: auto !important;
    }

    .swiper-slide-map{
        margin-right: 30px !important;
    }

    
/*    .sc-card-product .card-media img {
        width: 100%;
        max-width: 300px;
    }*/

}

.contrast-section {
    background: #FBFCFD;
    padding-bottom: 20px !important;
    padding-top: 28px !important;
}

.bubble {
    -webkit-animation: bubble 5s linear infinite;
    animation: bubble 5s linear infinite;
    background-image: linear-gradient(to top, #0177b7 0%, #00b0ff 100%);
    max-height: 550px;
    padding: 87px;
    margin-top: 80px;
}

.bubble-dark {
    background-image: linear-gradient(to top, #441954 0%, #2d1434 100%);
}


@keyframes bubble {
    0%,
    100% {
        border-radius: 64% 46% 37% 73% / 55% 58% 42% 45%;
    }

    25% {
        border-radius: 43% 47% 47% 38% / 43% 46% 64% 27%;
    }

    50% {
        border-radius: 48% 72% 44% 56% / 49% 40% 60% 51%;
    }

    75% {
        border-radius: 40% 60% 70% 30% / 47% 62% 38% 53%;
    }
}


.twitch-partner{
    position: absolute;
    top: -45px;
    width: 160px;
    left: 30px;
    right: 0;
    animation: zoom-in-zoom-out 1s ease-out infinite;
}

.badge-rates {
    display: inline-block;
    padding: 0.5em 1em;
    font-size: 16px;
    font-weight: 600;
    background-color: #3761CE;
    cursor: pointer;
    color: #fff;
    border-radius: 1.25rem;
}

.badge-rates:hover{
 background-color: #728fd9;
}

.badge-db {
    display: inline-block;
    padding: 0.5em 1em;
    font-size: 0.875em;
    font-weight: 600;
    color: #fff;
    border-radius: 1.25rem;
}

.badge-db-small {
    font-size: 0.820em;
    padding: 0.3em 0.6em;
}


.badge-type {
    background-color: #3761CE;
}

.badge-subtype {
 background-color: #9b6797;
}

.is_dark .badge-type {
    background-color: #385385;
}

.is_dark .badge-subtype {
 background-color: #7b086a;
}


@media only screen and (max-width: 1565px) {
    .header_1.header_2 .db-fix-nav#main-nav {
        right: 9% !important;
        left: auto !important;
    }
}

@media only screen and (max-width: 1818px) {
    .header_1.header_2 .db-fix-nav#main-nav {
        right: 9% !important;
        left: auto !important;
    }
}


.rates{
    position: relative;

}


.custom-search-select {
    position: relative;
    width: 100%;
    font-family: Arial, sans-serif;
}

.search-selected-option {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    padding: 13px;
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: border-color 0.3s;
    font-size: 16px;
}

.search-selected-option:hover {
    border-color: #b3b3b3;
}

.search-selected-option img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.search-options {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
    margin-top: 4px;
}

.is_dark .search-options{
    background-color: #14141F;
}

.is_dark .search-selected-option{
    background-color: #14141F;
}

.search-options li {
    padding: 10px;
    display: flex;
    font-size: 14px;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s;
}

.search-options li:hover {
    background-color: #f1f1f1;
}

.is_dark .search-options li:hover {
    background-color: #696969;
}

.search-options li img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.search-options li:hover {
    background-color: #f8f8f8;
}

.search-selected-option::after {
    content: '▼';
    font-size: 12px;
    color: #666;
}

.search-options::-webkit-scrollbar {
    width: 12px;
}

.search-options::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.search-options::-webkit-scrollbar-thumb {
    background-color: #94b5ee;
    border-radius: 10px;
    border: 2px solid #f1f1f1;
}

.search-options::-webkit-scrollbar {
    width: 10px; 
}

.search-options::-webkit-scrollbar-thumb:hover {
    background: #94b5ee;
}

.search-options::-webkit-scrollbar-button:vertical:start:decrement,
.search-options::-webkit-scrollbar-button:vertical:end:increment {
    height: 12px;
    background: #94b5ee;
    border-radius: 10px;
}

.search-options::-webkit-scrollbar-button:vertical:start:decrement {
    height: 12px;
    background: url('/assets/images/cima.png') !important;
    background-repeat: no-repeat !important;
    border-radius: 10px;
}

.search-options::-webkit-scrollbar-button:vertical:end:increment {
    height: 12px;
    background: url('/assets/images/baixo.png') !important;
    border-radius: 10px;
}


.btn-fix{
    width: auto !important;
    padding: 12px 40px !important;
}

.btn-fix-2{
    width: auto !important;
    padding: 8px 16px !important;
}


.active-search {
    border: none !important;
    background: var(--primary-color3) !important;
    color: #fff !important;
}


.search-btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.search-btn {
    background-color: white;
    color: #007bff;
    border: 1px solid #007bff;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    width: auto !important;
}

.search-btn.active {
    background-color: #007bff;
    color: white;
}

.search-btn:hover {
    background-color: #0056b3;
    color: white;
}

.search-btn:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    border: none;
}

.lost img{
    width: 25%;
}

.lost h4 {
    font-size: 36px;
    margin-bottom: 20px;
    color: var(--primary-color2);
}

#page {
    background: var(--bg-section);;
}


.dropdown ul li {
    color: var(--primary-color2); !important;
}

.dropdown ul li:hover {
    color: #fff !important;
}


.search-h2{
    font-size: 28px;
}

.search-h1{
    font-size: 28px;
}

.db-card-fix {
    margin-bottom: 60px;
}

@media (max-width: 468px){
    .search-h2{
        font-size: 22px;
    }

    .search-h1{
        font-size: 24px;
    }

    .db-card-fix {
        margin-bottom: 40px;
    }
}


.logo-footer-o {
    width: 150px !important;
    height: 100% !important;
}

.swiper-fix-items {
    width: auto !important;
}

.fl-fix {
    width: 100% !important;
    min-width: 100% !important;
}

.sc-card-items .item-img-list{
    width: 100% !important;
    height: 100% !important;
    object-fit: none !important;
}

.small-home{
    font-size: 14px;
}

.swiper-pagination-bullets{
    display: none !important;
}


.sc-card-img-mag {
    width: 18px !important;
    height: 18px !important;
    object-fit: contain !important;
}       