/*your custom css goes here*/

.custom-date{
    background-color: var(--primary);
    padding: 12px;
    position: absolute;
    /*transform: translate(-50%,-50%);*/
    /*top: 50%;*/
    /*left: 25%;*/
    margin-bottom:10px;
    font-family: "Roboto Mono",monospace;
    color: #ffffff;
    font-size: 18px;
    border: none;
    outline: none;
    border-radius: 5px;
}
::-webkit-calendar-picker-indicator{
    background-color: #ffffff;
    padding: 5px;
    cursor: pointer;
    border-radius: 3px;
}
.mt-10{
    margin-top:10px;
}
.mt-minus-10{
    margin-top:-10px;
}
.mt-20{
    margin-top:20px;
}
.mb-10{
    margin-bottom:10px;
}
.addon-item_add-on-summary__Ankl8 {
    color: #222;
    word-break: break-word;
    text-align:center;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1;
    margin-top:10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 400;
   
}
.addon_layout-desktop__2l_Be {
    border-radius: 10px;
    -webkit-box-shadow: 2px 4px 5px 0 rgba(11,11,12,.2);
    box-shadow: 2px 4px 5px 0 rgba(11,11,12,.2);
    position: fixed;
    top: 0%;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    max-width: 100%;
    z-index: 9;
    padding-right: 10px;
}
.border-rounded{
    border-radius:10%;
}
/*.nav-box-text{*/
/*    margin-top:-18px !important;*/
/*}*/