* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    user-select: none;
}

html{
    font-family: sans-serif;
}

body{
    height:100%;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    background-position: center;
    background-size: cover;
}

h2{
    color:rgba(17, 11, 19, 1);
}

.navbar {
    font-size: 18px;
    z-index: 99;
    padding-bottom: 10px;
    width: 100%;
    position: fixed;
    background: none;
    background-color: rgba(228, 192, 196,1);
    transition: top 0.3s; 
}
  
.navbar.activated{
    background:rgb(17, 11, 19);
}

.navbar-toggle {
  position: absolute;
  display: block;
  top: 0.8em;
  right: 0.35em;
  width: 2em;
  cursor: pointer;
  color: rgb(15, 0, 15);
  font-size: 24px;
  transition: margin 600ms;
}

.navbar-toggle .bar {
    display: block;
    width: 0em;
    height: 0.1em;
    margin: 0.3em 0;
    border-right: 1.4em solid rgba(255, 255, 255, 1);
    box-sizing: border-box;
    transition-property: transform, margin, border-right-color, box-shadow;
    transition-duration: 600ms;
}
    .navbar-toggle .bar:nth-of-type(1) {
        transition: opacity 300ms;
    }
    .navbar-toggle .bar:nth-of-type(2) {
        transform: rotate(-180deg);
    }

.pushed.navbar-toggle {
    margin: 0em 0 0 0.7em;
}

.pushed .bar:nth-of-type(1) {
    opacity: 0;
}

.pushed .bar:nth-of-type(2) {
    transform: rotate(-137deg) translateY(0em);
}

.pushed .bar:nth-of-type(3) {
    margin-left: 0.5em;
    transform: rotate(-42deg) translateY(-0.8em);
}
  
  .main-nav {
    list-style-type: none;
    display: none;
  }
  
  .nav-links,
  .logo {
    text-decoration: none;
    color: rgb(15, 0, 15);
  }

  .main-nav li {
    text-align: left;
    margin: 15px auto;
  }
  
  .logo {
    display: inline-block;
    font-size: 65px;
    margin-top: 0.1em;
    line-height: 0.8em;
    margin-left: 30px;
    font-family: Sejagad; 
    color: rgba(255, 255, 255, 0.65);
    font-weight: 400;
  }

  .main-nav.active {
    display: block;
    height: 100vh;
    padding-top: 50px;
    animation: scaleNav 250ms linear;
}
  
.main-nav.active .nav-links{
    font-weight: 700;
    font-size: 40px;
    margin: 20px 0 0 30px;
}

.nav-links{
    font-family: Open Sans;
    color: rgba(228, 192, 196,1);
}

.nav-links.scroll-active{
    color: rgba(255, 255, 255, 1);
}
  
@media screen and (min-width: 950px) {
    .navbar {
      display: flex;
      justify-content: space-between;
      padding-bottom: 0;
      height: 70px;
      align-items: center;
      background: none;
    }
  
    .main-nav {
      display: flex;
      margin-right: 80px;
      flex-direction: row;
      justify-content: flex-end;
    }
  
    .main-nav li {
      margin: 0;
      font-size: 0.9em;
    }
  
    .nav-links {
      margin-left: 34px;
      color: rgba(255, 255, 255, 0.6);
    }

    #login{
        background-color: rgba(255, 255, 255, 0.5);
        color: rgba(255, 255, 255, 0.6);
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        height: 2em;
        width: 5em;
        position: relative;
        top: -0.3em;
        border-radius: 5px;
    }

    #login:hover{
        color: rgba(255, 255, 255, 1);
        background-color: rgba(228, 192, 196, 0.4);        
    }
  
    .logo {
      margin-top: 0;
    }
  
    .navbar-toggle {
      display: none;
    }
  
    .logo:hover,
    .nav-links:hover {
        color: rgba(255, 255, 255, 1);
    }
}

#home{
    width: 100%;
    display: flex;
    background-color: rgba(228, 192, 196,1);
    
}

@media screen and (max-width: 950px) {
    #home{
        height: 100vh;
        flex-direction: column;
    }

    #demo{
        background-color: rgba(228, 192, 196,1);
    }

    #product{
        background: rgba(228, 192, 196,1);
    }
    #home .text-container{
        width: 100%;
        height: 38%;
        padding-top: 7em;
    }

    #demo,
    #partners,
    #product .features{
        flex-direction: column;
    }

    #demo .demo-text{
        height: 30%;
        padding-top: 5em;        
    }
    
    #partners .partners-text,
    #product .features .features-text{
        height: 45%;
        padding-top: 6em;
    }

    #demo .demo-text .demo-text-main,
    #partners .partners-text .partners-text-main,
    #product .features .features-text .features-text-main{
        margin: auto;
    }

    #demo .demo-text .demo-text-main h1,
    #partners .partners-text .partners-text-main h1,
    #product .features .features-text .features-text-main h1{
        margin: 0 auto;        
        line-height: 0.7em;
        font-family: Open Sans;
        font-size: 3em;
    }

    #demo .demo-text .demo-text-main h1{  
        line-height: 1.3em; 
        text-align: center;  
        font-weight: 700;
    }

    #demo .demo-text .demo-text-desc,
    #partners .partners-text .partners-text-desc,
    #product .features .features-text .features-text-desc{
        padding-top: 2.5em;
    }

    #demo .demo-text .demo-text-desc h2,
    #partners .partners-text .partners-text-desc h2,
    #product .features .features-text .features-text-desc h2{
        font-size: 1.25em;
        padding: 0 1.5em;
        text-align: center;
        font-weight: 400;
    }

    #demo .demo-form{
        height: 70%;
    }

    #partners .Channels,
    #product .features .features-image{
        height: 55%;
    }

    #product .features .features-image img{
        width: 90%;
        margin: auto;
    } 
    #demo .demo-text .demo-text-main, #demo .demo-text .demo-text-desc,
    #partners .partners-text .partners-text-main, #partners .partners-text .partners-text-desc,
    #product .features .features-text-desc, #product .features-text-main, #home .text-container .typewriter, #home .text-container .mainText-cont{
        display: flex;
        flex-direction: column;
        margin:0 auto;
    }

    #product .features-text-main {
    }

    #home .text-container .mainText-cont br{
        display: inline;
    }

    #home .text-container .mainText-cont h1{
        margin: auto;
        font-size: 2.8em;
        line-height: 0.7em;        
    }

    #home .text-container .typewriter h2{
        font-size: 1.2em;
        padding-top: 1em;
        font-weight: 900;
    }

    #home .blobMain-container{
        width: 100%;
        height: 60%;
    }
    #home .blobMain-container .img-cont img{
        width: auto;
        margin: 1em auto;
        height: 92%;
    }
    #home .blobMain-container .blob {
        right: 10%;
    }
    #partners{
        background-color: rgba(228, 192, 196,1);
    }

    #partners .Channels{
        margin: 7%;
    }

    #demo{
        height: 200vh;
    }

    #demo .demo-form{
        padding: 1.5em 5%;
        margin: 6% 5%;
        height: auto;
    }

    #demo .demo-form form{
        height: auto;
        display: flex;
        flex-direction: column;
        margin: 0;
    }

    #demo .demo-form .demo-form-text{
        text-align: center;
        padding: 20px;
    }

    #demo .demo-form form .form-row{
        width: 100%;    
        margin: 10px 0;
    } 

    #demo .demo-form form button{
        margin-top: 2em;
    }

    #demo .demo-form .demo-form-text p{
        padding: 1em 0;
    }

    #contacts{
        background-color: rgba(228, 192, 196,1);
    }

    #contacts .callToAction h1{
        font-size: 2.5em;
    }

    #contacts .callToAction h2{
        font-size: 1.4em;
    }

    #contacts .callToAction .email-cont{
        border: 2px solid rgba(255, 255, 255, 0.35);        
    }

    #contacts .callToAction .email-cont button{
        border: none;
        border-left: 2px solid rgba(255, 255, 255, 0.35);        
    }

    .palm-image img{   
        width: 120%;
        left: -43%;
    }

    .thanks .thanks-message{
        padding-top: 7em;
    }

    .thanks .thanks-message h1{
        font-size: 3.5em;
        line-height: 1.15em;
    }
    
    .thanks .thanks-message h2{
        padding-top: 10px;
        font-size: 1.2em;
    }

    .footer{
        padding-top: 1.5em;
    }

    .footer h1{
        font-size: 1.35em;
    }

    .footer h2{
        font-size: 0.8em;        
    }
}

@media screen and (min-width: 950px) {
    html{
        font-family: sans-serif;
        overflow-y: scroll;
        scroll-snap-type: y mandatory;
        scroll-behavior: smooth;
    }
    
    section{
        scroll-snap-align: start;
    }
    #home{
        height: 100vh;
        flex-direction: row;
    }

    #demo{
        flex-direction: row;
        background-color: rgba(228, 192, 196,1);
    }

    #partners{
        flex-direction: row;        
    }
    #product{
        background-color: rgba(228, 192, 196,1);
    }
    #demo .demo-text,
    #partners .partners-text,
    .features-text, #home .text-container{
        width: 50%;
        padding-top: 8em;
        padding-left: 3em;
    }

    #demo .demo-text{
        width: 45%;
        display: flex;
        flex-direction: column;
    }

    #partners .partners-text{
        width: 54%;
        display: flex;
        flex-direction: column;
    }
    #product .features-text{
        width: 45%;
        display: flex;
        flex-direction: column;
    }

    #demo .demo-form{
        width: 48%;
    }

    #partners .Channels{
        width: 46%;
    }
    #product .features-image{
        width: 55%;
    }

    #product .features-image img{
        width: 85%;
        margin: auto 0 auto 10%;
    }

    #demo .demo-text .demo-text-desc,
    #partners .partners-text .partners-text-desc,
    #product .features .features-text .features-text-desc{
        padding-top: 2.5em;
        width: 75%;
    }

    #demo .demo-text .demo-text-desc{
        width: 80%;
    }

    #demo .demo-text .demo-text-desc{
        padding-top: 2em;
    }

    #demo .demo-text .demo-text-desc h2,
    #partners .partners-text .partners-text-desc h2,
    #product .features .features-text .features-text-desc h2{
        font-size: 1.5em;
        padding-top: 0.8em;
        font-weight: 500;
    }

    #home .text-container .typewriter, #home .text-container .mainText-cont {
        margin-left: 2em;
    }

    #demo .demo-text .demo-text-desc br,
    #partners .partners-text .partners-text-main br,
    #product .features-text-main br, #home .text-container .mainText-cont br{
        display: inline;
    }

    #partners .partners-text .partners-text-main h1{
        font-size: 5.5em;
        line-height: 1em;
    }    

    #demo .demo-text .demo-text-main h1 ,#product .features-text-main h1, #home .text-container .mainText-cont h1{
        font-size: 6em;
        margin: auto 0;
        line-height: 1em;
    }

    #demo .demo-text .demo-text-main h1{
        font-size: 4.2em;
        line-height: 1.2em;
        font-weight: 600;
    }

    #home .text-container .typewriter h2{
        font-size: 2.5em;
        padding-top: 1em;
        margin: auto 0;
    }
    
    #home .blobMain-container{
        width: 50%;
        position: relative;
        padding-top: 30px;
    }
    #home .blobMain-container .img-cont img{
        width: 70%;
        height: auto;
        margin: auto;
        max-width: 400px;
    }
    #home .blobMain-container .blob {
        right: 20%;
    }
    #partners{        
        background-color: rgba(228, 192, 196,1);
    }

    #partners .Channels{
        margin: 10%;
    }

    #demo{
        height: 100vh;
    }

    #demo .demo-form{
        padding: 3% 2%;
        margin: 6% 3%;
    }

    #demo .demo-form form{
        height: 90%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: auto;
        flex: 1;
    }

    #demo .demo-form form .form-row{
        width: 48.5%;    
        margin: auto;
    }

    #demo .demo-form form .form-row:last-of-type{
        width: 100%;            
    }  

    #demo .demo-form form .form-row:last-of-type .select{
        width: 100%;
    }  

    #demo .demo-form form button{
        margin-top: 1em;
    }

    #contacts{
        background-color: rgba(228, 192, 196,1);
    }

    #contacts .callToAction h1{
        font-size: 4.5em;
    }

    #contacts .callToAction h2{
        font-size: 2.2em;
    }

    #contacts .callToAction .email-cont{
        border: 2px solid rgba(255, 255, 255, 0.65);        
    }

    #contacts .callToAction .email-cont button{
        border: none;
        border-left: 2px solid rgba(255, 255, 255, 0.65);        
    }

    .palm-image img{   
        width: 45%;
        left: 5%;
    }

    .thanks .thanks-message{
        padding-top: 10em;
    }

    .thanks .thanks-message h1{
        font-size: 4.5em;
        line-height: 1.25em;
    }
    
    .thanks .thanks-message h2{
        font-size: 1.5em;
    }

    .footer{
        padding-top: 2em;
    }

    .footer h1{
        font-size: 1.7em;
    }

    .footer h2{
        font-size: 1em;        
    }
}

@media screen and (min-width: 950px) and (max-width: 1100px){
    #partners .partners-text .partners-text-main h1, #product .features-text-main h1, #home .text-container .mainText-cont h1 {
        font-size: 5em;
    }  
}

#home .text-container{
    display: flex;
    flex-direction: column;
    font-family: Open Sans;
    z-index: 1;
}

#demo .demo-text .demo-text-main h1,
#partners .partners-text .partners-text-main h1,
.features-text-main h1, #home .text-container .mainText-cont h1{    
    color: rgba(255, 250, 250, 1);
    font-weight: 900;
}

#demo .demo-text,
#partners .partners-text,
.features-text, #home .text-container{
    z-index: 1;
}


#home .text-container .typewriter h2{
    color: rgba(15, 0, 15, 0.9);
    font-weight: 700;
}

#home .text-container .typewriter span {
    border-right: 0.1em solid;
    padding-left: 5px;
    color: rgba(255, 255, 255, 1);
    animation: blink 1s steps(1) infinite;
}  

#home .text-container .typewriter, #home .text-container .mainText-cont{
    display: flex;
    flex-direction: column;
}

#home .text-container .typewriter{
    padding-top: 1em;
}

#home .blobMain-container{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#home .blobMain-container .img-cont{
    margin: auto;
    vertical-align: top;
    transition: all 0.4s ease-in-out;
    z-index: 55;
    width: 100%;
    background: none;
    height: 100%;
    position: relative;
}

#home .blobMain-container .img-cont .slide-cont{
    display: flex;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1.25s ease-in-out;
    -webkit-transition: opacity 1.25s ease-in-out;
}

#home .blobMain-container .img-cont .slide-cont.visible{
    opacity: 1;
}

#home .blobMain-container .img-cont img{    
    vertical-align: middle;
}

#home .blobMain-container .blob {
    height: 70%;
    width: 80%;
    position: absolute;
    top: 15%;
    z-index: 1;
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; 
    background: linear-gradient(333deg, rgba(255, 255, 255,1) 0%, rgba(242, 201, 201,1) 35%, rgba(222, 200, 200,1) 100%); 
    animation: transform 6s infinite linear , bloopity 5s ease-in-out infinite;
}

#demo{
    display: flex;
    width: 100%;
    overflow: hidden;  
    font-family: Open Sans;
}

#demo .demo-form{
    display: flex;
    flex-direction: column;
    background-color: rgba(255,250,250,1);
    border-radius: 5px;
    z-index: 1;
}

#demo .demo-form form{
    width: 100%;
}

#demo .demo-form form .form-row{
    display: flex;
    flex-direction: column;
}

#demo .demo-form form .form-row label{
    font-size: 0.8em;
    padding: 5px 0;
    color: rgba(15, 0, 15, 0.5);
}

#demo .demo-form form .form-row input, #demo .demo-form form .form-row .select{
    width: 100%;
    height: 30px;
}

#demo .demo-form form .form-row input{
    border: 1px solid rgba(58, 53, 68, 0.45);
    box-shadow: none;
    padding-left: 1em;
    outline: none;
    border-radius: 4px;
}

#demo .demo-form .demo-form-text{
    width: 100%;
}

#demo .demo-form .demo-form-text h3{
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1.5em;
    color: rgba(228, 192, 196,1);
}

#demo .demo-form .demo-form-text p{
    font-size: 1em;
    line-height: 1.4em;
    font-weight: 400;
    color: rgba(15, 0, 15, 0.5);
}

#demo .demo-form form button{
    width: 100%;
    background-color: rgba(228, 192, 196,0.7);
    outline: none;
    border-radius: 4px;
    box-shadow: none;
    border: none;
    height: 40px;
    color: rgb(255, 250, 250);
    font-size: 1.3em;
}

#demo .demo-form form button:hover{    
    background-color: rgba(228, 192, 196,1);
}

#product{
    height: 100vh;
    width: 100%;
    background-color: rgba(228, 192, 196,0.6);
    position: relative;
    overflow: hidden;
}

.features{
    height: 100%;
    width: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}
.features.visible{
    animation: slideVisible 0.7s ease-in-out; 
    opacity: 1;  
}

.features-text{
    font-family: Open Sans;
}

.features-text h1{
    color:rgba(255,255,255,1);
}

.features-image{
    display: flex;
}

#partners{
    display: flex;
    height: 100vh;
    width: 100%;
}

#partners .partners-text{    
    z-index: 1;
}

#partners .Channels{
    display: grid;
    grid-template-columns: 47.5% 47.5%;
    grid-gap: 5%;
}
  
#partners .Channels .Channel-cont {
    background-color: transparent;
    width: 100%;
    height: 100%;
    perspective: 550px; 
}
  
#partners .Channels .Channel-cont .Channel-inner{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
    transform-style: preserve-3d; 
    -webkit-transform-style: preserve-3d;
}  
  
#partners .Channels .Channel-cont .Channel-inner.flipped{
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}


#partners .Channel-front, #partners .Channel-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    display: flex;
    flex-direction: column;
  }

  #partners .Channel-front {
    background-color: rgba(255,250,250,1);
    box-shadow: 0px 0px 15px 5px rgba(255,255,255,0.8);
    border-radius: 8px;
  }
  
  #partners .Channel-back {
    background-color: rgba(255,250,250,1);
    color: rgb(15, 0, 15);
    box-shadow: 0px 0px 15px 5px rgba(255,255,255,0.8);
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    border-radius: 8px;
  }
    
  #partners .Channels .Channel-back img, #partners .Channels .Channel-front img{
      width: 90%;
      margin: auto;
  }

#contacts{
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
}

#contacts .callToAction{
    height: 70%;
    z-index: 1;
    font-family: Open Sans;
    padding: 7em 3em 0 3em;
}

#contacts .callToAction h1{
    text-align: center;
    color: rgba(255, 250, 250, 1);
    line-height: 1em;
}

#contacts .callToAction h2{
    text-align: center;
    padding-top: 1em;
    line-height: 1em;
    font-weight: 400;
}

#contacts .callToAction .email-cont{
    position: relative;
    width:80%;
    max-width: 15em;
    height: 2em;
    margin: 3em auto 0 auto;
}

#contacts .callToAction .email-cont input{
    position: absolute;
    border-radius:none;
    width: 100%;
    height: 100%;
    background-color: rgba(228, 192, 196,1);
    box-shadow: none;
    border: none;
    padding-left: 1.5em;
    outline: none;
}

#contacts .callToAction .email-cont button{
    position: absolute;
    height: 100%;
    right: 0;
    background-color: rgba(255, 250, 250,0.8);
    width: 3em;
}

.palm-image{    
    height: 100%;
    background: none;
    position: fixed;
    z-index: 0;
    bottom: 0;
    opacity: 0.8;
}

.palm-image img{  
    height: auto;
    position: fixed;
    bottom: 0;
}

.footer{
    height: 30%;
    z-index: 1;
    font-family: Open Sans;
    background-color: rgba(255, 255, 255, 0.55);
    color: rgba(255, 255, 255, 1);
}

.footer h1{
    text-align: center;
}

.footer .socials{
    display: flex;
    max-width: 12em;
    justify-content: space-between;
    margin: auto;
    padding: 1.2em 0;
}

.footer .socials img{
    height: 2em;
}

.footer h2{
    text-align: center;
    font-weight: 500;
}

header{
    background: none;
    position: fixed;
    top: 0;
}

.thanks{
    height: 100vh;
    background-color: rgba(228, 192, 196,1);
}

.thanks .thanks-message{
    height: 70%;    
    text-align: center;
    font-family:Open Sans;
    width: 80%;
    margin: 0 auto;
}

.thanks .thanks-message h1{
    color: rgba(255, 255, 255, 1);
}

.thanks .thanks-message h2{
    font-weight: 400;
    color: rgba(15, 0, 15, 0.65);
}

/*========================================== ANIMATIONS ==========================================*/

@keyframes transform {
    0%,
    100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; } 
    14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; } 
    28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; } 
    56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; } 
    70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; } 
    84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } 
}

@keyframes blink {
    50% { border-color: transparent;}
}

@keyframes scaleNav {
    0% {transform: translateX(-100px);}
    25% {transform: translateX(-60px);}
    50% {transform: translateX(-20px);}
    75% {transform: translateX(5px);}    
    100% {transform: translateX(-0px);}
}

@keyframes bloopity{    
    0%{ transform: scale(1); -webkit-transform: scale(1)}
    10%{ transform: scale(0.82); -webkit-transform: scale(0.82)} 
    20%{ transform: scale(1); -webkit-transform: scale(1)}
    100%{ transform: scale(1); -webkit-transform: scale(1)}
}

@keyframes slideVisible{
    0%{ transform: translateY(100%); -webkit-transform: translateY(100%);} 
    100%{ transform: translateY(0%); -webkit-transform: translateY(0%);}
}

/*============================================= FONTS ==============================================*/

@font-face {
    font-family: Open Sans;
    src: url(Fonts/OpenSans-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: Open Sans;
    src: url(Fonts/OpenSans-ExtraBold.ttf);
    font-weight: 900;
}

@font-face {
    font-family: Open Sans;
    src: url(Fonts/OpenSans-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Open Sans;
    src: url(Fonts/OpenSans-Light.ttf);
    font-weight: 200;
}

@font-face {
    font-family: Open Sans;
    src: url(Fonts/OpenSans-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: YellowTail;
    src: url(Fonts/Yellowtail-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Sejagad;
    src: url(Fonts/Great\ Sejagad.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Brat;
    src: url(Fonts/Brat.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Absolute;
    src: url(Fonts/Absolute.ttf);
    font-weight: 400;
}

/*========================================= CUSTOMSELECT =========================================*/

.select {
    position: relative;
    overflow: visible;
    width: 220px;
    text-align: left;
    border-radius: 4px;
  }
  
  .select select {
    display: none; 
  }
  
  .select-selected {
    background-color: #fff;
    border-radius: 4px;
  }
  
  .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
  }
  
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
  }
  
  .select-items div,.select-selected {
    color: rgba( 30, 27, 35, 1);
    padding-left: 7px;
    cursor: pointer;
    font-size: 13px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  
  .select-selected {
    border: 1px solid rgba(58, 53, 68, 0.45);
  }
  
  .select-items {
    position: absolute;
    background-color: #fff;
    top: 115%;
    left: 0;
    right: 0;
    max-height: 90px;
    overflow: auto;
    border-radius: 4px;
    border: 1px solid transparent;
    border-color: rgba(58, 53, 68, 0.45) rgba(58, 53, 68, 0.45) rgba(58, 53, 68, 0.45) rgba(58, 53, 68, 0.45);
    z-index: 99;
  }

  .up .select-items{
    top: -120%;
  }
  
  .select-hide {
    display: none;
  }
  
  .select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
  }