.banner_top{
    margin-top: 70px;
}
.success{
    width: 70%; 
    margin-top: 50px;
}
.TitleSuccess{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
}
.searchBar{
    border: 1px solid #8EA7C4;
    padding: 5px 15px;
    width: 300px;
    height: 50px;
    border-radius: 50px;
    display: flex; 
    align-items: center;
    margin: 0px auto;
}
.searchIcon{
    font-size: 25px;
    color: #282828;
}
#searchInput{
    border: none;
    margin-left: 10px;
    width: 100%;
    height: 100%;
    outline: none;
}
.selectionBar{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
}
.selection{
    border: 1px solid #8EA7C480; 
    border-radius: 50px;
    text-align: center;
    padding: 7.5px 15px;
    font-size: 18px;
    margin: 5px;
    user-select:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    cursor: pointer;
    transition: 0.3s;
}
.selection:hover{
    background-color: #006F8A;
    border: none;
    color: white;
}
.selection.active{
    background-color: #006F8A;
    border: none;
    color: white;
}
.successMain{
    margin-bottom: 50px;
    cursor: pointer;
}
.successDetails{
    width: 100%;
    margin-top: 20px;
}
.successDetails h3{
    font-size: 28px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.successDetails h5{
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
    color: #006F8A;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.successDetails p{
    font-size: 18px;
    line-height: 10px;
}
.successDetails p span{
    margin-left: 15px;
}
.page-link{
    user-select:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    cursor: pointer;
}
.success_img{
    width: 100%;
}


@media (max-width: 1500px) {
    .success{
        width: 95%;
    }
}

@media (max-width: 1080px) {
    .banner_top{
        margin-top: 70px;
    }
    .success{
        width: 100%; 
    }
    .selectionBar{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
    }
    .selection{
        padding: 7.5px 15px;
        font-size: 15px;
    }
    .successDetails h3{
        font-size: 25px;
    }
    .successDetails h5{
        font-size: 22px;
    }
    .successDetails p{
        font-size: 15px;
    }
    .successDetails p span{
        margin-left: 13px;
    }
}

@media (max-width: 990px) {
    .TitleSuccess{
        font-size: 30px;
    }
    .searchBar{
        height: 40px;
    }
    .searchIcon{
        font-size: 20px;
    }
    .selectionBar {
        display: none;
    }
    .mobile-selection select{
        width: 100%;
        padding: 10px;
        font-size: 16px;
        border-radius: 8px;
        border: 1px solid #ccc;
        background-color: #006F8A;
        color: white;
    }
    select:focus {
        outline: none;
        box-shadow: none;
    }
    .successDetails{
        margin-top: 10px;
    }
    .successDetails h3{
        font-size: 25px;
    }
    .successDetails h5{
        font-size: 18px;
        line-height: 20px;
    }
}



/* ---------------------------------------------- successChill ---------------------------------------------- */
.successChild_main{
    width: 60%; 
    margin-top: 100px;
}
.successTitleCill h3{
    font-size: 36px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.successTitleCill h5{
    font-size: 28px;
    line-height: 50px;
    font-weight: 400;
    color: #006F8A;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.successTitleCill p{
    font-size: 14px;
}
.successTitleCill p i{
    margin-right: 5px;
}
.chiled-selectbar{
    padding-left: 50px;
}
.selectionTitle{
    border-bottom: 1px solid #CEDADF;
    font-size: 20px;
    font-weight: 900;
    padding: 15px 0;
}
.selectionBarChill{
    width: 100%;
}
.selectionChill{
    color: #778088;
    border-bottom: 1px solid #CEDADF;
    font-size: 18px;
    padding: 15px 0;
    user-select:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    cursor: pointer;
    transition: 0.3s;
}
.selectionChill:hover{
    color: #006F8A;
}
.selectionChill i{
    margin-right: 25px;
}
.selectionChill span{
    float: right;
}
.successFollow{
    border-top: 1px solid #CEDADF;
    border-bottom: 1px solid #CEDADF;
    padding: 30px 0;
    margin: 30px 0 150px 0;
}
.linkFollow{
    font-size: 15px;
    color: black;
    text-decoration: none;
}
.linkFollow:hover{
    color: #006F8A;
    text-decoration: none;
}

@media (max-width: 1500px) {
    .successChild_main{
        width: 70%; 
    }
}

@media (max-width: 1080px) {
    .successChild_main{
        width: 85%; 
    }
}

@media (max-width: 800px) {
    .successChild_main{
        width: 90%; 
    }
    iframe{
        width: 100%;
    }
    .linkFollow{
        margin: 10px 0;
    }
    .successFollow{
        padding: 30px 0;
        margin: 30px 0;
    }
    .selectionBarChill{
        display: none;
    }
    .chiled-selectbar{
        padding-left: 0px;
    }
    .mobile-child{
        margin-bottom: 50px;
    }
}