#m_embeddable_widget * {
    font-family: "IRANSans", Arial, Helvetica, sans-serif;
}

.mnice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .mnice-select:hover {
    border-color: #dbdbdb; }
  .mnice-select:active, .mnice-select.open, .mnice-select:focus {
    border-color: #999; }
  .mnice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .mnice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .mnice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .mnice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .mnice-select.disabled:after {
      border-color: #cccccc; }
  .mnice-select.wide {
    width: 100%; }
    .mnice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .mnice-select.right {
    float: right; }
    .mnice-select.right .list {
      left: auto;
      right: 0; }
  .mnice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .mnice-select.small:after {
      height: 4px;
      width: 4px; }
    .mnice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .mnice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .mnice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .mnice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .mnice-select .option:hover, .mnice-select .option.focus, .mnice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .mnice-select .option.selected {
      font-weight: bold; }
    .mnice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .mnice-select .list {
  display: none; }

.no-csspointerevents .mnice-select.open .list {
  display: block; }

#meetingly_dropdowns {
    max-width: 500px;
    float: right;
}

.mnice-select.day,
.mnice-select.hour {
    width: 100%;
    border: 2px solid #dedede;
    border-radius: 3px;
    height: inherit;
    line-height: 46px;
    height: 48px;
    font-size: 17px;
    font-family: sans-serif;
}
.mnice-select.day:focus,
.mnice-select.hour:focus {
    background: #fff;
    border-color: #85B7D9;
}

#m_embeddable_widget input[type='email'],
#m_embeddable_widget input[type='text'],
#m_embeddable_widget input[type='tel']
{
    display:block;
    width:100%;
    margin:0 auto 14px;
    padding:14px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    color:#000;
    font-size:17px;
    border:2px solid #dedede;
    max-width:500px;
    outline: none;
    clear: both;
    height: 48px;
    border-radius: 3px;
}

#meetingly_left_form_headline,
#meetingly_right_form_headline {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #444;
    margin: 0 0 20px;
    width: 243px;
}

#meetingly_left_form_headline {
    float: left;
    margin-left: 30px;
}

#meetingly_right_form_headline {
    float: right;
    margin-right: 30px;
}

#meetingly_days,
#meetingly_hours
{
    width: 240px;
    height: 48px;
    margin-bottom: 14px;
}

#m_embeddable_widget input:focus
{
    background: #fff;
    border-color: #85B7D9;
}

#meetingly_days select,
#meetingly_hours select
{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: block;
}

#m_embeddable_widget button {
    margin: 0 auto;
    display: block;
    background: #21BA45;
    border: none;
    font-size: 18px;
    max-width: 500px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    padding: 12px 26px;
    outline: none;
    clear: both;
}

#m_embeddable_widget button:hover {
    background: #1aa73b;
}

#m_embeddable_widget button img {
    margin-right: 4px;
}

#meetingly_modal_bg {
    width: 100%;
    height: 100%;
    background: black;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    content: '';
    z-index: 98;
}

#meetingly_form {
    background: #fff;
    margin: 0 0 0 -280px;
    width: 560px;
    padding: 10px 0;
    border-radius: 3px;
    z-index: 9999;
    top: 12%;
    left: 50%;
    z-index: 99;
}

#close_button {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 8px;
    background: #f3f3f3;
    border-top-right-radius: 3px;
    box-sizing: initial;
}

#close_button:hover {
    background: #e6e6e6;
}

#meetingly_disclaimer {
    text-align: center;
    font-size: 12px;
    display: block;
    color: #999;
    max-width: 460px;
    margin: 20px auto 0;
}
#meetingly_headline {
    color: #333333;
    font-size: 20px;
    max-width: 500px;
    margin: 0 auto 20px;
    text-align: center;
    line-height: 28px;
}
#meetingly_disclaimer p {
  margin: 0;
  padding: 0;
}
#meetingly_registration_loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -16px 0 0 -16px;
}
#meetingly_form_require_error,
#meetingly_form_email_error,
#meetingly_form_phone_error,
#meetingly_form_duplicate_error,
#meetingly_form_generic_error {
    color: #c7254e;
    text-align: center;
    max-width: 500px;
    margin: 0 auto 14px;
    background: #f9f2f4;
    padding: 10px 0;
    border-radius: 3px;
    border: 1px solid #d89fa4;
    clear: both;
}

#meetingly_left_form,
#meetingly_right_form {
    width: 243px;
    margin-bottom:8px;
}

#meetingly_left_form {
    float: left;
    margin-left: 30px;
}

#meetingly_right_form {
    float: right;
    margin-right: 30px;
}

@media only screen and (max-width:600px) {
    #meetingly_left_form,
    #meetingly_right_form
    {
        margin: 0 auto;
        float: inherit;
        width: 90%;
    }

    #meetingly_left_form_headline {
        display: block;
        width: 100%;
        float: inherit;
        padding: 0;
        margin: 0 0 20px;
    }

    #meetingly_right_form_headline {
        display: none;
    }

    #meetingly_form {
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        border-radius: 0;
        margin: 0;
    }

    #meetingly_dropdowns {
        margin: 0 auto;
        float: inherit;
    }

    #meetingly_headline {
        font-size: 18px;
        margin-bottom: 14px;
    }

    #m_embeddable_widget input[type='email'],
    #m_embeddable_widget input[type='text'],
    #m_embeddable_widget input[type='tel'],
    #meetingly_dropdowns,
    #meetingly_disclaimer,
    #meetingly_headline
    {
        width: 100%;
    }

    #m_embeddable_widget button,
    #meetingly_disclaimer,
    #meetingly_form_require_error,
    #meetingly_form_email_error,
    #meetingly_form_phone_error,
    #meetingly_form_duplicate_error,
    #meetingly_form_generic_error
    {
        width: 90%;
    }

    #meetingly_days,
    #meetingly_hours {
        width: 100%;
        margin-bottom: 14px;
    }

    #meetingly_modal_bg {
        background: #fff;
    }
}
