select{
    -webkit-appearance: none;
}

input{
    -webkit-appearance: none;
}

body{
    font-family: 'Plus Jakarta Display', sans-serif;
}

a{
    color: inherit;
    text-decoration: none;
}

.votingCard{
    display: flex;
    padding: 20px;
    align-items: center;
    border-radius: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px 0 rgba(48, 44, 255, 0.1);
    cursor: pointer;
}

.row{
    margin-bottom: 30px;
}

.nav-link{
    color: #302cff;
    /* font-weight: bold; */
    padding-right: 30px;
    transition: all 0.3s ease;
}

.nav-link:hover {
    color: #080685;
    text-decoration: underline;
}

.navbar-nav {
    display: flex;
    flex-direction: row;
    margin-left: 20px;
}
.pill-button{
    background-color: #302cff;
    border: none;
    color: white;
    border-radius:10px ;
    padding: 16px 22px;
    box-shadow: 0 2px 8px 0 rgba(48, 44, 255, 0.1);
    text-align: center;
    font-weight: bold;
    transition: width 2s;
}

.pill-button-alternate{   
    background-color: white;
    color: #302cff;
    border: none;
    border-radius:10px ;
    padding: 16px 22px;
    box-shadow: 0 2px 8px 0 rgba(48, 44, 255, 0.1);
    text-align: center;
    font-weight: bold;
    transition: width 2s;
}





.icon-holder{
    width: 100px;
    height: 100px;
    /* background-color: rgba(0, 128, 0, 0.616); */
    background-color: #302cff27;
    border-radius: 10px;
    margin: auto;
}
.primary-button{
    background-color: transparent;
    border: 1px solid #302cff;
    color: #302cff;
    border-radius:10px ;
    padding: 16px 22px;
    box-shadow: 0 2px 8px 0 rgba(48, 44, 255, 0.1);
    width: 100%;
    text-align: center;
    transition: width 1s;

}

.primary-button:hover{
    background-color: #302cff;
    color: white;
    /* width: 90%; */
    margin: auto;

}

.inverse-primary-button{
    background-color: transparent;
    border: 1px solid white;
    color: white;
    border-radius:10px ;
    padding: 16px 22px;
    box-shadow: 0 2px 8px 0 rgba(48, 44, 255, 0.1);
    text-align: center;
}

section{
    padding-top: 10vh;
    padding-bottom: 10vh;
}

.support{
    color: #302cff;
}

.header{
    font-weight: bold;
}

.clients img{
    height: 30px;
}

.footer{
    background-color: #080685;
    color: white;
}

.icon-holder > i{
    position:relative;
    top: calc(50% - 10px); /* 50% - 3/4 of icon height */
}

.flash{
    border-radius: 10px;
    background-color: #302cff63;
    color: #080685;
    border:1px solid #080685;
    padding: 10px;
    margin-top: 2vh;
}

.card{
    border-radius: 20px;
    box-shadow: 0 2px 8px 0 rgba(48, 44, 255, 0.1);
    cursor: pointer;
    padding: 30px;
    width: 100%;
    transition: width 1s;
    margin-bottom: 3vh;
}
.card-small{
border-radius: 20px;
box-shadow: 0 2px 8px 0 rgba(48, 44, 255, 0.1);
cursor: pointer;
padding: 20px;
width: 100%;
transition: width 1s;
margin-bottom: 3vh;
}

.defaultCard{
    border-radius: 20px;
    box-shadow: 0 2px 8px 0 rgba(13, 10, 44, 0.06), 0 60px 80px 0 rgba(74, 58, 255, 0.02), 0 40px 50px 0 rgba(74, 58, 255, 0.05);
    cursor: pointer;
    padding: 30px;
    width: 100%;
    transition: width 1s;
    margin-bottom: 3vh;
}

.card:hover{
    box-shadow: 0 2px 8px 0 rgba(48, 44, 255, 0.7);
    color: blue;
    padding: auto;
    /* width: 98%; */

}
.ellipse{
    background-color: rgb(48, 44, 255); 
    border-radius:rgb(48, 44, 255);
    background-color: #080685;
    justify-content: space-around; 
    align-items: cåenter; 
    border-radius: 50%; 
    overflow: hidden; 
    display: flex; 
    height: 100px;
    border: none; 
    width: 100px;
    margin: auto; 
    object-fit: cover;
}

.emojiHolder{
    background-color: rgb(48, 44, 255); 
    border-radius:rgb(48, 44, 255);
    background-color: #080685;
    justify-content: space-around; 
    align-items: cåenter; 
    border-radius: 50%; 
    overflow: hidden; 
    display: flex; 
    height: 100px;
    border: none; 
    width: 100px;
    margin: auto; 
}

.flexBar{
    display: flex;
    justify-content: space-between;
}

.statusEllipse-success{
    width: 10px; 
    height: 10px; 
    background-color: green; 
    border-radius: 50%; 
    margin: auto; 
    margin-right: 10px;
}


.statusEllipse-pending{
    width: 10px; 
    height: 10px; 
    background-color:  rgb(255, 170, 0); 
    border-radius: 50%; 
    margin: auto; 
    margin-right: 10px;
}



.statusEllipse-failed{
    width: 10px; 
    height: 10px; 
    background-color: red; 
    border-radius: 50%; 
    margin: auto; 
    margin-right: 10px;
}


.profileImage{
    object-fit: cover;
    width: 100%;
}

.emoji{
    font-size: 80px;
}

.inputCard{
    /* box-shadow: 0 2px 8px 0 rgba(48, 44, 255, 0.1); */
    border-radius: 10px;    
    border: none;
    padding: 20px;
    width: 100%;
    margin-top: 5vh;
    box-shadow: 0 2px 8px 0 rgba(13, 10, 44, 0.06), 0 60px 80px 0 rgba(74, 58, 255, 0.02), 0 40px 50px 0 rgba(74, 58, 255, 0.05);
}
.inputTextHolder{
    width: 100%;
    margin-top: 5vh;
    /* box-shadow: 0 2px 8px 0 rgba(13, 10, 44, 0.06), 0 60px 80px 0 rgba(74, 58, 255, 0.02), 0 40px 50px 0 rgba(74, 58, 255, 0.05); */
}

.inputTextCard{
    /* box-shadow: 0 2px 8px 0 rgba(48, 44, 255, 0.1); */
    border-radius: 10px;    
    border: none;
    padding: 20px;
    width: 100%;
    /* margin-bottom: 5vh; */
    margin-top: 0;
    box-shadow: 0 2px 8px 0 rgba(13, 10, 44, 0.06), 0 60px 80px 0 rgba(74, 58, 255, 0.02), 0 40px 50px 0 rgba(74, 58, 255, 0.05);
}

/* SideNav! */
/* The sidebar menu */
.sidebar {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
  }
  
  /* The sidebar links */
  .sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidebar a:hover {
    color: #f1f1f1;
  }
  
  /* Position and style the close button (top right corner) */
  .sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  /* The button used to open the sidebar */
  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: white;
    color: black;
    padding: 10px 15px;
    border: none;
  }
  
  .openbtn:hover {
    background-color: #444;
  }
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
    transition: margin-left .5s; /* If you want a transition effect */
    padding: 20px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidebar {padding-top: 15px;}
    .sidebar a {font-size: 18px;}

    .inputCard{
        border-radius: 10px;  
        background-color: #111;  
        border: none;
        padding: 20px;
        width: 100%;
        margin-top: 5vh;
        border-bottom: 1px solid black;
        /* box-shadow: 0 2px 8px 0 rgba(13, 10, 44, 0.06), 0 60px 80px 0 rgba(74, 58, 255, 0.02), 0 40px 50px 0 rgba(74, 58, 255, 0.05); */

    }
  }