

.ak-selector {
    position: relative;
    
}

.ak-toggle {
    width: 100%;
    padding: 12px;
    border: 2px solid inherit;
    border-radius: 10px;
    
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    cursor: pointer;
}

.ak-dropdown {
    display: none;
    position: relative;
    width: 100%;
    border-radius: 10px;
    margin-top: 0px;
    padding: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,.1);
}

.ak-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
#event_date{
    height: unset;
    padding: 12px 14px;
}
.ak-counter .btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #2c3e50;
    font-size: 18px;
    cursor: pointer;
    background: no-repeat;
    color: #2c3e50;
    line-height: 7px;
    padding: 0px;
}

.ak-value {
    margin: 0 10px;
    font-weight: 600;
}

.guest-dropdown, .input-text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #CED3DB;
    padding: 12px 14px;
   
    color: inherit;

    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.guest-dropdown .arrow {
    font-size: 14px;
}
