::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
html body.web.is_web.single #wrapper{
    background: #fff !important;   
}
.box-total-filter{
    padding-top: 25px;
    padding-bottom: 26px;
}
.web .box-total-filter{
    padding-top: 30px;
    padding-bottom: 48px;
}

.web .modal-dialog-centered .modal-content{
    width: 500px !important;
    margin: auto;
}
#wrapper{padding-bottom: 2rem;}

.item-vote {
    margin-top: 0;
    background:#000;
}
.item-vote hr{
    margin: 0;
    margin-left: -20px;
    margin-right: -20px;
    border-top: 1px solid #5A6A85;
    opacity: 1;
}
.item-vote .vote-body{
    border-radius: 0;
    aspect-ratio: unset;
    overflow: auto;
}

.vote-top{
    padding-top: 40px;
    padding-bottom: 40px;
}
.vote-message{
    margin-bottom: 0;
}
.vote-main .vote-main__body{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap:30px;
    position: relative;
    z-index: 3;
    height: 100%
}
.vote-main .bg-overlay-color{
    position: absolute;
    z-index: 2;
    inset: 0;
    background: rgba(0,0,0,.76);
}
.vote-main .artist-avatar{
    width: 172px;
    height: 172px;
    background: linear-gradient(to right, #815FF5,  #C0AFFA, #ffffff);
    padding: 7px;
    border-radius: 999px;
    overflow: hidden;
    position: relative;
}
.vote-main .artist-avatar img{
    width: 100%;
}
.vote-main{
    aspect-ratio: 335/309;
    overflow: hidden;
}
.bg-overlay-img{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.vote-main .bg-overlay-img img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.vote-main .main-heading, .vote-main .artist-name{
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}    

.list-artist{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    row-gap: 40px;
    column-gap: 10px;
    padding: 32px 0; 
    
}
.list-artist .item-artist{
    width: 31.333%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap:10px;
}
.list-artist .item-artist img{
    width: 80px;
    height: 80px;
}
.list-artist .item-artist .btn{
    border-radius: 99px;
    font-size: 12px;
    font-weight: 700;
}
.list-artist .item-artist .artist__name{
    font-size: 13px;
    font-weight: 600;
    line-height: 140%;
    min-height: 40px;
}
.vote-info{
    text-align: left;
    padding: 24px 0;
}
.vote-info__heading{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}
.vote-info__content{
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}
.item-vote .vote-body .vote-content .title-top{
    font-size: 28px;
    margin-bottom: 20px;
}
.item-vote .vote-body .vote-content .vote-message{
    font-size: 14px;
    line-height: 21px;
}
.web .item-vote .vote-body .vote-content .title-top{
    margin-bottom: 36px;C
}
.web .vote-main .main-heading, .vote-main .artist-name{
    font-size: 32px;
    line-height: 48px;
}
.web .list-artist .item-artist img {
    width: 138px;
    height: 138px;
}
.web .list-artist .item-artist .artist__name,
.web .list-artist .item-artist .btn{
    font-size: 16px;
    line-height: 22.4px;
}
.web .vote-info__heading{
    font-size: 16px;
}
.web .vote-info__content{
    font-size: 14px;
}
.web .vote-main .vote-main__body{
    gap:52px;
}
.web .vote-main .artist-avatar{
    padding: 12px;
    width: 298px;
    height: 298px;
}
.web .vote-main {
    aspect-ratio: 580 / 536;
}
.vote-main .artist-avatar img {
    width: 100%;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    inset: 0;
    padding: 7px;
}
.web .vote-main .artist-avatar img {
    padding: 12px;
}
