.btn-close {
background: transparent!important;
display: flex;
align-items: center;
}

.btn-close i{
font-size: 25px;
}


.modal-open{
padding-right: 0!important;
}







.modal-header-s1{
    background: #363636;
    color: white;
    border-top: 1px solid #757575;
}





.style-wave{
position: relative;
}


.style-wave svg{
position: absolute;
left: 0;
right: 0;
}

.style-wave svg.top{
top: 0;
}

.style-wave svg.bottom{
bottom: 0;
}


.style-wave .container{
position: relative;
z-index: 99;
}




.style-load{
animation-duration: 3s;
animation-fill-mode: forwards;
animation-iteration-count: infinite;
animation-name: preloadAnimation;
animation-timing-function: linear;
background: #f6f7f8;
background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%) ;

}


@keyframes preloadAnimation{
0%{
background-position: -769px 0
}
100%{
background-position: 769px 0
}
}




.ahref-jdoxx{
text-decoration: none;
}




.scroll-style::-webkit-scrollbar {
width: 9px;
}
.scroll-style::-webkit-scrollbar-thumb  {
background-color: #c3c3c3;
border-radius: 0;
}
.scroll-style::-webkit-scrollbar-track  {
background: transparent;
}




.cursor-pointer{
cursor: pointer;
}

.cursor-pointer-not{
cursor: no-drop
}

.overflow-hidden{
overflow: hidden;
}