.route-active{
    background: #FDBE59;
    border-radius: 30px;
}

.item-name{
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0px 8px;
    height: 24px;
    display: inline-block;
    line-height: 24px;
    position: relative;
    
}

.c-input {
    background-color: #e2e2e2;
    /* display: block; */
    height: 42px;
    line-height: 20px;
    position: relative;
    padding: 10px 0px;
    text-wrap: nowrap;
}
input[type=radio] {
    border: 17px;
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

[type=radio]:checked + span {
    border-radius: 8px;
    border: 2px solid #000;
    padding: 8px 30px;

}
[type=radio]:checked + span + img {
opacity: 1;
}

[type=radio] + span {
    cursor: pointer;
}

input {
    background: transparent;
    font-size: 15px;
    color: black;
    width: 80%;
}

.i-title{
    color: #898989;
    font-size: 10px;
    display: inline-block;
    transform: translateY(-2px);
    padding: 0 25px 0px 5px;
    width: 60px;
    text-align: left;
}

textarea:focus, input:focus, select{
    outline: none;
}

.check{
    position: absolute;
    top: -5px;
    left: 0px;
    height: 32px;
    opacity: 0;
}
.c-select{
    padding: 8px 30px;
}

.two-coloum{
    width: 40%;
    position: relative;
}
.translate-x-px{
    transform: translateY(2px) !important;
}

.card-background {
    background: linear-gradient(to top, transparent, #FDBE59);
}
ul{
    list-style: disc inside ;
}
li {
    text-wrap: nowrap;
}

li::marker {
    color: #FDBE59;
  }

.ma-left{
    margin-left: -10px;
}


