.testslider .slick-arrow {
    display: none !important;
  }

  .testslider .slick-dots li button{
    background: linear-gradient(90deg, rgba(201, 59, 84, 1) 27%, rgba(146, 27, 152, 1) 72%);
    width: 22px;
    height: 22px;
    border-radius: 50px;
  }
.testslider .slick-dots li button::before {
  font-size: 18px;
  opacity: 1;
  color: #fff;
    top: 2.5px;
    left: 1.2px
}
.testslider .slick-dots {
  bottom: -55px;
}
.testslider .slick-active button::before{
     color: #c93b54 !important;
}
.mapboxgl-ctrl-top-left{
   z-index: 0 !important;
   background-color: transparent;
}
.web-share-fade {
    
    justify-content: center !important;
}
.web-share-fade-in-up > div >button >svg{
fill: #fff
}
.rsw-editor{
   min-height: 200px !important;
}
.profslider .slick-arrow{
  z-index: 99;  
  top: 50%;
  transform: translateY(-50%);
  width:40px;
  height:40px;
  border-radius:50%;
  background:rgb(217 217 217 / 70%);
  border: 0.72px solid rgb(0 0 0 / 20%);
  @media(max-width:767px){
    width: 30px;
    height: 30px;
  }
}
.profslider .slick-prev{
  left: 20px;
  
}
.profslider .slick-prev:before,
.profslider .slick-next:before{
    content: '\f104';
    font-family: FontAwesome;
    font-size: 25px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    /* text-shadow: 1px 1px 7px rgba(0,0,0,0.9); */
    @media(max-width:767px){
      font-size: 20px;
    }
  }

.profslider .slick-next {
  right: 20px;
}
.profslider .slick-next:before{
    content: '\f105';

  }
  .innerfooter svg path{
    fill: #002435;
  }
  .css-11unzgr{
    width: 100%;
  }
  .css-11unzgr > div{
   display: flex;
   align-items: center;
   font-size: 14px;
  }
    .css-11unzgr > div input{
      height: 20px;
      width: auto;
    }
.css-1jllj6i-control{
  height: 30px;
font-size: 14px;
}
.css-1hwfws3{
  height: 30px;
}
.css-151xaom-placeholder{
  font-size: 14px;
  transform: unset;
  top: 22px !important;
}
.css-1wy0on6 > div{
 height: auto;
 display: flex;
}
.pgrsstep{
  position: relative;
}
.pgrsstep::after{
position: absolute;
width: 18px;
height: 18px;
content: '';
background: linear-gradient(90deg, rgba(201, 59, 84, 1) 27%, rgba(146, 27, 152, 1) 72%);
border-radius: 30px;
top: -5px;
margin: 0 0 0 -2px;
}
.CalendarMonth table td {
  max-width: 38px !important;
}
.emailWrapper .flag-dropdown {
  border: 1px solid #cecece !important;
  border-radius: 8px 0 0 8px !important;
}
.rsw-dd {
  background-position: 96%;
}
.rsw-editor {
  min-height: calc(100vh - 60vh) !important;
}
.rsw-ce{
  color: #000;
}
.rsw-editor select{
  color: #000;
}
::-webkit-scrollbar {
  width: 3px;
  background-color: #e1e1e1;
  border-radius: 10px;
  height: 5px;
}
::-webkit-scrollbar-thumb {
  background: #676767;
  border-radius: 10px;
}
.notopbar{
  display: none;
}