.color_text-look2 {
    color: #D2A785 !important;
}

.back-page-search_look2 {
    background-image: url("../image/header_2.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 244px;
    display: flex;
    align-items: center;
    padding: 0 40px;
    width: 100%;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
}

.resistance__bg {
    background-image: url("/frontend/image/bg_2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 250px;
    margin-bottom: -250px;
    min-height: 100vh;
    background-attachment: fixed;
    background-position: center;
}

#tipue_drop_content_2 {
    max-height: 1000px;
    overflow: scroll;
    position: fixed;
    left: 0;
    top: 7rem;
    width: 100%;
    z-index: 99;
    background: white;
    display: none;
    min-height: 2500px;
}

#tipue_drop_content_2 .tipue_drop_box #tipue_drop_wrapper a .tipue_drop_item .tipue_drop_right {
    color: #D2A785;
}

#tipue_drop_input_2 {
    border: none;
}

#tipue_drop_input_2:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

#intro-look2 {
    background-color: #2E2E30;
    background-image: url("/frontend/image/bg_2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100vh;
    position: relative;
    color: #FFFFFF;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    margin-top: 0 !important;
    padding: 0 80px;
}

.view-more-battles-look2 {
    font-size: 50px;
    text-decoration: underline;
}

.owl-carousel-lookup__12 .owl-item > div {
    width: 100%;
}

/* owl-item-battles */
.owl-carousel-lookup__12 .owl-nav {
    display: block !important;
}

.owl-carousel-lookup__12 .owl-nav .owl-prev {
    position: absolute;
    bottom: -10%;
    left: 5%;
    transform: translate(-50%, -50%);
    transform: rotate(90deg);
    cursor: pointer;
}

.owl-carousel-lookup__12 .owl-nav .owl-prev span {
    display: block;
    width: 1vw;
    height: 1vw;
    border-bottom: 2px solid #D2A785;
    border-right: 2px solid #D2A785;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}

.owl-carousel-lookup__12 .owl-nav .owl-prev span:nth-child(2) {
    animation-delay: -0.2s;
}

.owl-carousel-lookup__12 .owl-nav .owl-prev span:nth-child(3) {
    animation-delay: -0.4s;
}

.owl-carousel-lookup__12 .owl-nav .owl-next {
    position: absolute;
    bottom: -10%;
    right: 5%;
    transform: translate(-50%, -50%);
    transform: rotate(-90deg);
    cursor: pointer;
}

.owl-carousel-lookup__12 .owl-nav .owl-next span {
    display: block;
    width: 1vw;
    height: 1vw;
    border-bottom: 2px solid #D2A785;
    border-right: 2px solid #D2A785;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}



.owl-carousel-lookup__12 .owl-nav .owl-next span:nth-child(2) {
    animation-delay: -0.2s;
}

.owl-carousel-lookup__12 .owl-nav .owl-next span:nth-child(3) {
    animation-delay: -0.4s;
}

@media screen and (min-width: 1000px) and (max-width: 1450px) {
    .back-page-search_look2 {
        min-height: 264px;
    }

    .resistance {
        padding-top: 12px;
    }
}

@media screen and (max-width: 768px) {
    .back-page-search_look2 {
        min-height: 165px;
    }

    .resistance__bg {
        padding-bottom: 200px !important;
        margin-top: -2.3rem;
    }

    .resistance {
        padding: 0 40px !important;
    }

    .title-resistance .title-resistance-item .name {
        font-size: 32px;
    }

    .representative-resistance__img {
        max-height: 235px;
        height: 235px;
    }

    .representative-resistance .title p {
        font-size: 20px !important;
        margin-bottom: 0 !important;
    }

    .representative-resistance .content p {
        font-size: 16px;
        margin-bottom: 10px !important;
    }

    .list-all-resistance span {
        font-size: 14px !important;
    }

    .form-search .input-group-append {
        position: absolute;
    }

    .list-all-resistance__icon {
        width: 15px !important;
        height: 15px !important;

    }

    .search-quantity span {
        font-size: 16px !important;
    }

    .view-resistance a span {
        font-size: 20px !important;
        padding-right: 12px !important;
    }

    .view-resistance a img {
        width: 20px !important;
        height: 20px !important;
    }

    .view-info__header {
        font-size: 20px !important;
        padding-left: 4px;
    }

    .img-view-info__header {
        width: 25px !important;
        height: 25px !important;
    }

    .nav-lookup__2 .indicator {
        top: -42%;
        width: 85px;
        height: 85px;
    }

    .navigation ul li.active a .icon {
        transform: translateY(-58%);
    }

    .navigation:has(> .nav-lookup__2 li:nth-child(1).active) {
        background: radial-gradient(circle at 10.0% top, transparent 50px, #2E2E30 51px) !important;
    }

    .navigation:has(> .nav-lookup__2 li:nth-child(2).active) {
        background: radial-gradient(circle at 30.0% top, transparent 50px, #2E2E30 51px) !important;
    }

    .navigation:has(> .nav-lookup__2 li:nth-child(3).active) {
        background: radial-gradient(circle at 50.0% top, transparent 50px, #2E2E30 51px) !important;
    }

    .navigation:has(> .nav-lookup__2 li:nth-child(4).active) {
        background: radial-gradient(circle at 70.0% top, transparent 50px, #2E2E30 51px) !important;
    }

    .navigation:has(> .nav-lookup__2 li:nth-child(5).active) {
        background: radial-gradient(circle at 90.0% top, transparent 50px, #2E2E30 51px) !important;
    }

    .title-lookup__7 .name {
        font-size: 20px !important;
    }

    .view-typical__campaign a span {
        font-size: 14px !important;
    }

    .wrapper-typical-battle {
        padding: 0 40px 140px !important;
    }

    .navigation ul li a .text {
        height: 36px;
        font-size: 12px;
    }

    #intro-look2 .topic-intro span {
        font-size: 30px !important;
    }

    #intro-look2 .topic-intro .name-intro span {
        font-size: 30px !important;
    }

    .title-lookup__7 {
        padding: 0 !important;
    }

    .title-lookup__7 span:first-child {
        font-size: 20px !important;
        padding-right: 10px !important;
    }

    .outstanding-character-view-more img {
        width: 20px !important;
    }

    .outstanding-character-view-more span {
        font-size: 14px !important;
    }

    .items-character-p8 {
        padding: 0 8px !important;
    }

    #tipue_drop_content_2 {
        top: 10rem;
    }

    #tipue_drop_wrapper {
        padding: 0 60px !important;
    }

    .main-content-list-search {
        padding: 0 40px !important;
    }

    .count-view {
        font-size: 14px !important;
    }

    .related-characters-img {
        object-fit: contain !important;
        background-color: #000;
    }



}
