.cmf-staff-form {
    width: 100%;
}

.cmf-text-input {
    height: 30px;
    line-height: 30px;
    border: solid 1px #dac9ff;
    padding: 0 10px;
    margin-right: 5px;
    border-radius: 5px;
}

.cmf-dropdown {
    height: 30px;
    line-height: 30px;
    border: solid 1px #dac9ff;
    padding: 0 10px;
    margin-right: 5px;
    border-radius: 5px;
}

.button-wrap.align-center {
    text-align: center;
}
.button-wrap.align-right {
    text-align: right;
}

.cmf-submit-button {
    height: 30px;
    line-height: 30px;
    color: #394cf8;
    font-weight: bold;
    border: none;
    padding: 0 25px !important;
    cursor: pointer;
    border-radius: 10px;
    background: #dac9ff;
    border: solid 1px #182DF5;
}
.cmf-submit-button:hover {
    color: #fff;
    background: #394cf8;
}

.cmf-staff-tag-list ul,
.cmf-admin-tag-list ul {
    padding: 0;
    list-style: none;
}
.cmf-staff-tag-list ul li,
.cmf-admin-tag-list ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #182DF5;
    padding: 5px 10px 5px 20px;
    margin-bottom: 5px;
    border-radius: 20px;
    border: solid 1px #182DF5;
    background: #d1bffa;
}
.cmf-staff-tag-list ul li:hover,
.cmf-admin-tag-list ul li:hover {
    background: #b0d9e5;
}
.cmf-staff-tag-list h4,
.cmf-admin-tag-list h4 {
    font-size: 18px;
}
.cmf-staff-tag-list p,
.cmf-admin-tag-list p {
    font-size: 14px;
    margin: 0px;
}

.edit-meeting,
.delete-tag,
.delete-meeting {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: red;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    border: solid 1px #182DF5;
}
.delete-tag:hover,
.delete-meeting:hover {
    background: #b0d9e5;
}

.cmf-user-booking-form ul,
.cmf-admin-booking-list ul {
    padding: 0;
    list-style: none;
}
.cmf-user-booking-form li,
.cmf-admin-booking-list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px;
    margin-bottom: 5px;
    border-radius: 3px;
    /*border: solid 1px #b0d9e5;*/
}
.cmf-user-booking-form li p,
.cmf-admin-booking-list li p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.cmf-user-booking-form li .cmf-booking-checkbox {
    margin-right: 10px;
    border: solid 1px #d1bffa;
}

.dash-spacing {
    padding: 0 5px;
}

.cmf-meeting-url {
    margin-left: 5px !important;
}

.edit-meeting {
    color: blue;
    text-decoration: none;
}