@font-face {
    font-family: "Gill Sans";
    src: url("../../../../font/Gill_Sans.otf") format("truetype");
  }

body{
    background-color: white;
 }

 .blockOptincanal{
    display: none;
}

:root {
    --bg-mothers-day: linear-gradient(167deg, #C2B8FF 0%, #E18398 51.16%, #C2B8FF 102.32%);
    /* --Linear: linear-gradient(312deg, #FCBFCB 25.1%, #FDD4D7 74.9%); */
}

.main_view{
    /* background-color: #F08221; */
    /* background: var(--bg-mothers-day, linear-gradient(167deg, #C2B8FF 0%, #E18398 51.16%, #C2B8FF 102.32%)); */
    background: white;
    -webkit-box-shadow: 1px 0px 38px 7px #302e2e;
    box-shadow: 1px 0px 38px 7px #302e2e;
    min-height: 100vh;
    font-family: "Gill Sans";
    background-repeat: no-repeat;
    background-position: top center;
    /* background-image: url('../../../../images/game/wakstudio/fetedesmeres/bg.jpg'); */
    background-size: 100%;
    color: #fff;
    overflow-x: hidden;
}

#content_main{
    background-image: url('../../../../images/game/wakstudio/fetedesmeres/deco.png');
    background-size: 100%;
    height: 100vh;
    background-position: top center;
 }

.container .row>*{
   padding-left: 0px;
   padding-right: 0px;
 }



 input[type="text"],input[type="tel"],input[type="email"],input[type="number"]{
     /* border-radius: 40px;
     background-color:transparent !important; */
     border-color: #ffffffb0 !important;
     border-radius: 10px;
     background: #FDD4D7;
     color: #8C72AE !important;
font-family: "Gill Sans";
 }
 .form-select{
      border-color: #ffffffb0 !important;
      border-radius: 10px;
background: #FDD4D7 !important;
 }

 .select{
     background-color: #ffffff60;
     color: #fff;
 }
 option{
     background-color: #b9b7b7e7;
     color: #fff !important;
    }

  input::placeholder{
     color: #8C72AE !important;
  }

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
    color: #000;
}

.iti__country{
    background-color: #d3d2d2;
}
.iti__country:hover{
    background-color: #dddcdc;
}

.iti__divider{
    background-color: #e4e4e4;
}
.iti__highlight{
    background-color: #c7c2c2;
}
.iti__country-list{
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #000;
}

label {
    color: #8C72AE;
font-family: "Gill Sans";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
