
input{
    -webkit-appearance: none;
}

select{
    -webkit-appearance: none;
}

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

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

.row{
    margin-bottom: 30px;
}

.nav-link{
    color: #302cff;
    /* font-weight: bold; */
    padding-right: 30px;
}
.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-danger{
    background-color: red;
    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;
}

.presto-date-picker{   
    background-color: white;
    color: rgba(0, 0, 0, 0.435);
    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;
    width: 100%;
    margin-right: 1vw;
    align-items: center;
}





.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;
}

.disabledCard{
    border-radius: 20px;
    cursor: pointer;
    padding: 30px;
    width: 100%;
    opacity: 0.5;
    margin-bottom: 3vh;
}

.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; 
}

.image-box{
    background-color: grey;
    width: 100%;
    height: 50vh;
}

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

.flexRow{
    display: flex;
    width: fit-content;
}

.short{
    width: 40%;
}

.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;
}

.progress-bar {
    width: 300px;
    height: 10px;
    border: 1px solid white;
    border-radius: 5px;
    background-color: blue;
    overflow: hidden;
    border-radius: 20px;
}

.disabled{
    opacity: 0.5;
}

.progress {
    height: 100%;
    background-color: rgb(236, 236, 236);
    border-radius: 20px;
    margin: 20px auto;
}


.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;
  }

/* Glass Card - Light Mode */
.glass-card {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    padding: 0;
    margin-bottom: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
}

/* Table Styles - Light Mode */
.table-glass {
    background: transparent;
    color: #111827;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 0;
}

.table-glass th,
.table-glass td {
    background: transparent;
    color: #111827;
    border: none;
    vertical-align: middle;
    font-size: 1rem;
    font-weight: 400;
    padding: 0.85rem 1rem;
}

.table-glass thead th {
    background: rgba(245, 247, 250, 0.95);
    color: #111827;
    font-weight: 600;
    border-bottom: 1px solid #e5e7eb;
}

.table-glass tbody tr {
    transition: background 0.2s ease;
    border-bottom: 1px solid #e5e7eb;
}

.table-glass tbody tr:hover {
    background: rgba(0, 230, 118, 0.08);
}

.table-glass .badge {
    font-size: 0.95em;
    font-weight: 500;
    border-radius: 6px;
    padding: 0.35em 0.8em;
}

/* Success */
.bg-success {
    background: rgba(0, 230, 118, 0.15) !important;
    color: #047857 !important;
}

/* Secondary / Neutral */
.bg-secondary {
    background: #f3f4f6 !important;
    color: #374151 !important;
}
  /* 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); */

    }
  }