/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .zoom-meeting-slots li {
     list-style: none;
     width: auto;
     border-bottom: 0px dotted;
 }
 .zoom-meeting-slots .dashicons-calendar{
    margin: 5px 10px !important;
    color:#ff0000 !important;
 }
 .zoom-meeting-slots .dashicons-clock{
    margin: 5px 10px !important;
    color:#ff0000 !important;
 }

 .aom-zoom-meeting{
    border: 2px solid #ccc;
    margin: 5px;
    padding: 30px;
    border-radius: 5px;
 }
 .zoom-meeting-slots h2 {
     text-align: center !important;
 }
 .zoom-meeting-slots h4{
    font-weight: 500  !important;
    padding-left: 20px  !important;
 }