body {
    font-family: 'Space Grotesk', sans-serif;
}

#sidebar {
    height: 750px;
    margin-left: -10px;
    background:url(../img/orange-bg.jpg) no-repeat center;
}

.w400 {
    font-weight: 400;
}
.w600 {
    font-weight: 600;
}
.w700 {
    font-weight: 700;
}
.w800 {
    font-weight: 800;
}
.w900 {
    font-weight: 900;
}

.error {
    border: 1px solid red;
}

.input {
    /* Auto layout */

display: flex;
flex-direction: row;
align-items: center;
padding: 12px 16px;
width: 100%;
height: 48px;

/* White */

background: #FFFFFF;
/* Gray/300 */

border: 1px solid #D0D5DD;
box-sizing: border-box;
/* Shadow/xs */

box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
border-radius: 8px;

/* Inside auto layout */

flex: none;
order: 1;
align-self: stretch;
flex-grow: 0;
margin: 6px 0px;
}

.button {
    /* Auto layout */

display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 15px 23px;


width: 404px;
height: 50px;
color: #FFFFFF;

background: linear-gradient(102.92deg, #CF0C04 15.96%, #EB5E00 94.46%);
border-radius: 208px;
}
.line {
    margin-left: 40px;
    font-size: 18px;
    color: #000;
    font-weight:700;
}

.menu {
  
background:url(../img/rect.png);
  
min-width: 289px;
  
height: 71px;
color: #EB5E00;
font-weight: 700;
font-size: 20px;
background: #FFFFFF;
  
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  
border-radius: 12px;
  
padding: 20px;
}

.cards {
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 10%);
    border-radius: 12px;
    height: 80px;
}

.cards a {
    position: relative;
    top: 15px;
}

#mobilebar {
    display: none;
}
input[type="date"]
{
    display:block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em;
}

@media only screen and (max-width: 800px) {

        #sidebar {
            display: none;
        }
        #mobilebar {
        
            display: block;
            background:url(../img/orange-bg.jpg) no-repeat center;
        }

        .m {
            color: #EB5E00;
            font-size:12px;
            height:50px;
            padding:20px;
            font-weight: 700;
        }
        .l  {
            position: relative;
            top: 25px;
            margin-top: 20px;
            font-size: 12px;
            color: #000;
            font-weight:700;
        }
      
  }

.cardnew {
    /* Auto layout */
    /* display: flex; */
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 20px;
    box-shadow: 0 0 0 0;
    background: #F6F7F8;
    border-radius: 8px;
}

.cardnew:active {
    display: flex;
flex-direction: column;
align-items: flex-start;
padding: 16px 20px;

border: 1px solid #EB5E00;
cursor: pointer;



background: #F6F7F8;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
border-radius: 8px;
}