.loading {
  display:    none;
  position:   fixed;
  z-index:    1000;
  top:        0;
  left:       0;
  height:     100%;
  width:      100%;
  background: rgba( 255, 255, 255, .8 ) 
              url('http://i.stack.imgur.com/FhHRx.gif') 
              50% 50% 
              no-repeat;
}
select {  
  background-color: white;
    /* inline SVG */
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23424242%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: auto 35%;
  -webkit-appearance: none;
}
body.loading .loading {
  overflow: hidden;   
}
body.loading .loading {
  display: block;
}
/* login page */
.slick-slider .slider-content.login-content h3 {
    font-weight: 600;
}
.login-content a {
    padding: 5px 20px ;
    color: #fff;
    background: transparent;
    border-radius: 3px;
    transition: all .3s ease-in-out;
}
.welcome-text {
    font-size: 22px;
    font-family: 'Dancing Script', cursive;
}
.font-style-header {
    font-size: 2.5rem;
    font-weight: 600;
}
.login-content a:hover,
.login-content a:focus {
    color: #fb7268;
    background: #fff;
}
.reset-password a {
    margin-top: -15px;
    padding: 0;
    font-size: 12px;
    letter-spacing: .5px;
    color: #646a70;
    text-decoration: underline;
}
/* Header bar */
.sort-item a {
    font-size: 13px;
}
.search-wrap {
    top: 0;
    position: relative;
    float: left;
}
.search-wrap .form-control {
    height: 33px;
    font-size: 13px;
    color: #6c7277;
}
.search-wrap button {
    color: #fff;
    transition: all .3s ease-in-out;
}
.search-wrap button:hover,
.search-wrap button:focus {
    background: #3786c9;
    color: #fff;
}
.search-wrap .form-control:focus {
    box-shadow: none;
    outline: none;
}
.btn-groups {
  float: left;
  margin-left: 10px;
}
.btn-addUser {
  float: left;
  margin-left: 5px;
}
#exportExcel {
  float: left;
  height: 33px;
  margin-left: 5px;
}
#home {
  position: relative;
  background: url("../images/originals/citynights.jpg") center center;
  background-size: contain;
}
#home:after {
    position: absolute;
    content: "";
    background: rgba(0,0,0,.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#home-content {
    position: relative;
    margin: 50px auto;
    padding: 25px;
    background: #fff;
    border-radius: 5px;
    z-index: 11;
}
.k-scheduler-edit-form .k-edit-label {
  width: 20%!important;
}
.k-scheduler-edit-form .k-edit-field {
  width: 74%!important;
}
#appointment.fixed-sidebar .app-main .app-main__outer {
    padding-left: 0 !important;
}
#appointment.app-theme-white .app-sidebar {
    display: none;
}
#appointment .dropdown-menu-header {
    margin-bottom: 0;
}
#appointment .dropdown-menu.appointment-dropdown {
    padding-bottom: 0;
}
/* Shared */
.base-color {
    color: #3786c9 !important;
}
.form-control.no-border {
    border-color: transparent !important;
}
.form-control:focus {
    box-shadow: none;
}
.form-wrapper input.readOnly,
.readOnly {
  background: #f1f1f1 !important;
}
.btn-original {
    background: #fa7167;
}
.hidden {
    display: none !important;
}
.btn.btn-custom {
    padding: 5px 12px;
}
.btn-icon.btn-custom .btn-icon-wrapper {
    margin: 0;
    font-size: 19px;
    color: #fff;
}
.no-image {
    color: #fb7268;
    font-size: 13px;
}
.img-wrap a {
    transition: all .3s ease-in-out;
}
.img-wrap a {
    display: inline-block;
    position: relative;
}
.view {
    position: absolute;
    top: -15px;
    right: -12px;
    color: #bdbdbd;
    transition: all .3s ease-in-out;
    opacity: 0;
    z-index: 9999;
}
.img-wrap a:hover,
.img-wrap a:focus {
    opacity: .6;
}
.img-wrap a:hover .view,
.img-wrap a:focus .view {
    opacity: 1;
}
/* Activate page */
.custom-form .form-group {
    position: relative;
}
.shared-page {
    background: url('../images/originals/citydark.jpg') no-repeat center;
    background-size: cover;
}
.app-container.app-theme-page {
    background: #2121219e;
}
/* Toggle */
.option-box {
    display: flex;
    align-items: center;
    padding: 0 15px;
  }
  .option-box .custom-control {
    margin-right: 20px;
  }
  .option-box .custom-control:last-child {
    margin-right: 0;
  }
  .option-box label {
    margin-bottom: 0;
    font-size: 13px;
  }
  input[type="checkbox"].toggle {
    opacity: 0;
    position: absolute;
    left: -99999px;
  }
  input[type="checkbox"].toggle + label {
    background-color: #e4e4e4;
    padding: 0;
    border-radius: 16px;
    line-height: 20px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    -moz-box-shadow: inset 0px 0px 2px rgb(238 241 240);
    -webkit-box-shadow: inset 0px 0px 2px rgb(238 241 240);
    box-shadow: inset 0px 0px 2px rgb(238 241 240);
  }
  input[type="checkbox"].toggle + label:before,
  input[type="checkbox"].toggle + label:hover:before {
    content: ' ';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 30px;
    height: 16px;
    background: #fff;
    z-index: 2;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
  }
  input[type="checkbox"].toggle + label .off,
  input[type="checkbox"].toggle + label .on {
    color: #fff;
  }
  input[type="checkbox"].toggle + label .off {
    margin-left: 46px;
    display: inline-block;
  }
  input[type="checkbox"].toggle + label .on {
    display: none;
  }
  input[type="checkbox"].toggle:checked + label .off {
    display: none;
  }
  input[type="checkbox"].toggle:checked + label .on {
    margin-right: 46px;
    display: inline-block;
  }
  input[type="checkbox"].toggle:checked + label,
  input[type="checkbox"].toggle:focus:checked + label {
    background-color: #00a000;
  }
  input[type="checkbox"].toggle:checked + label:before,
  input[type="checkbox"].toggle:checked + label:hover:before,
  input[type="checkbox"].toggle:focus:checked + label:before,
  input[type="checkbox"].toggle:focus:checked + label:hover:before {
    background-position: 0 0;
    top: 2px;
    left: 100%;
    margin-left: -31px;
  }
/* Grid */
.k-grid-content table,
.k-grid-content-locked table {
    table-layout: initial;
}

/* Loading */
#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    z-index: 999999;
    transition: all .3s ease-in-out;
  }
  #loading ul {
    position: absolute;
    margin: auto;
    padding: 0;
    top: 0; left: 0; bottom: 0; right: 0;
    width: 50px;
    height: 50px;
    list-style: none;
  }

  #loading li {
    position: absolute;
    margin: auto;
    padding: 0;
    top: 0; left: 0; bottom: 0; right: 0;
    width: 0;
    height: 0;
    background: #fff;
    border-radius: 10px;
    opacity: 0;
  }

  #loading li:nth-child(1) {
    opacity: 1;
    width: 10px;
    height: 10px;
  }
  #loading li:nth-child(2) {
    animation:         circleround2 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -o-animation:      circleround2 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -ms-animation:     circleround2 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -moz-animation:    circleround2 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -webkit-animation: circleround2 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
  }

  @keyframes         circleround2 { 25%,75% { top: -100%; left: 0; width: 10px; height: 10px; opacity: 1;} }
  @-o-keyframes      circleround2 { 25%,75% { top: -100%; left: 0; width: 10px; height: 10px; opacity: 1;} }
  @-moz-keyframes    circleround2 { 25%,75% { top: -100%; left: 0; width: 10px; height: 10px; opacity: 1;} }
  @-webkit-keyframes circleround2 { 25%,75% { top: -100%; left: 0; width: 10px; height: 10px; opacity: 1;} }

  #loading li:nth-child(3) {
    animation:         circleround3 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -o-animation:      circleround3 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -ms-animation:     circleround3 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -moz-animation:    circleround3 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -webkit-animation: circleround3 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    animation-delay:         0.1s;
    -o-animation-delay:      0.1s;
    -ms-animation-delay:     0.1s;
    -moz-animation-delay:    0.1s;
    -webkit-animation-delay: 0.1s;
  }

  @keyframes         circleround3 { 25%,75% { top: -70%; left: 70%; width: 10px; height: 10px; opacity: 1;} }
  @-o-keyframes      circleround3 { 25%,75% { top: -70%; left: 70%; width: 10px; height: 10px; opacity: 1;} }
  @-moz-keyframes    circleround3 { 25%,75% { top: -70%; left: 70%; width: 10px; height: 10px; opacity: 1;} }
  @-webkit-keyframes circleround3 { 25%,75% { top: -70%; left: 70%; width: 10px; height: 10px; opacity: 1;} }

  #loading li:nth-child(4) {
    animation:         circleround4 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -o-animation:      circleround4 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -ms-animation:     circleround4 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -moz-animation:    circleround4 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -webkit-animation: circleround4 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    animation-delay:         0.2s;
    -o-animation-delay:      0.2s;
    -ms-animation-delay:     0.2s;
    -moz-animation-delay:    0.2s;
    -webkit-animation-delay: 0.2s;
  }

  @keyframes         circleround4 { 25%,75% { top: 0; left: 100%; width: 10px; height: 10px; opacity: 1;} }
  @-o-keyframes      circleround4 { 25%,75% { top: 0; left: 100%; width: 10px; height: 10px; opacity: 1;} }
  @-moz-keyframes    circleround4 { 25%,75% { top: 0; left: 100%; width: 10px; height: 10px; opacity: 1;} }
  @-webkit-keyframes circleround4 { 25%,75% { top: 0; left: 100%; width: 10px; height: 10px; opacity: 1;} }

  #loading li:nth-child(5) {
    animation:         circleround5 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -o-animation:      circleround5 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -ms-animation:     circleround5 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -moz-animation:    circleround5 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -webkit-animation: circleround5 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    animation-delay:         0.3s;
    -o-animation-delay:      0.3s;
    -ms-animation-delay:     0.3s;
    -moz-animation-delay:    0.3s;
    -webkit-animation-delay: 0.3s;
  }

  @keyframes         circleround5 { 25%,75% { top: 70%; left: 70%; width: 10px; height: 10px; opacity: 1;} }
  @-o-keyframes      circleround5 { 25%,75% { top: 70%; left: 70%; width: 10px; height: 10px; opacity: 1;} }
  @-moz-keyframes    circleround5 { 25%,75% { top: 70%; left: 70%; width: 10px; height: 10px; opacity: 1;} }
  @-webkit-keyframes circleround5 { 25%,75% { top: 70%; left: 70%; width: 10px; height: 10px; opacity: 1;} }

  #loading li:nth-child(6) {
    animation:         circleround6 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -o-animation:      circleround6 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -ms-animation:     circleround6 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -moz-animation:    circleround6 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -webkit-animation: circleround6 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    animation-delay:         0.4s;
    -o-animation-delay:      0.4s;
    -ms-animation-delay:     0.4s;
    -moz-animation-delay:    0.4s;
    -webkit-animation-delay: 0.4s;
  }

  @keyframes         circleround6 { 25%,75% { top: 100%; left: 0; width: 10px; height: 10px; opacity: 1;} }
  @-o-keyframes      circleround6 { 25%,75% { top: 100%; left: 0; width: 10px; height: 10px; opacity: 1;} }
  @-moz-keyframes    circleround6 { 25%,75% { top: 100%; left: 0; width: 10px; height: 10px; opacity: 1;} }
  @-webkit-keyframes circleround6 { 25%,75% { top: 100%; left: 0; width: 10px; height: 10px; opacity: 1;} }

  #loading li:nth-child(7) {
    animation:         circleround7 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -o-animation:      circleround7 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -ms-animation:     circleround7 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -moz-animation:    circleround7 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -webkit-animation: circleround7 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    animation-delay:         0.5s;
    -o-animation-delay:      0.5s;
    -ms-animation-delay:     0.5s;
    -moz-animation-delay:    0.5s;
    -webkit-animation-delay: 0.5s;
  }

  @keyframes         circleround7 { 25%,75% { top: 70%; left: -70%; width: 10px; height: 10px; opacity: 1;} }
  @-o-keyframes      circleround7 { 25%,75% { top: 70%; left: -70%; width: 10px; height: 10px; opacity: 1;} }
  @-moz-keyframes    circleround7 { 25%,75% { top: 70%; left: -70%; width: 10px; height: 10px; opacity: 1;} }
  @-webkit-keyframes circleround7 { 25%,75% { top: 70%; left: -70%; width: 10px; height: 10px; opacity: 1;} }

  #loading li:nth-child(8) {
    animation:         circleround8 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -o-animation:      circleround8 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -ms-animation:     circleround8 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -moz-animation:    circleround8 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -webkit-animation: circleround8 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    animation-delay:         0.6s;
    -o-animation-delay:      0.6s;
    -ms-animation-delay:     0.6s;
    -moz-animation-delay:    0.6s;
    -webkit-animation-delay: 0.6s;
  }

  @keyframes         circleround8 { 25%,75% { top: 0; left: -100%; width: 10px; height: 10px; opacity: 1;} }
  @-o-keyframes      circleround8 { 25%,75% { top: 0; left: -100%; width: 10px; height: 10px; opacity: 1;} }
  @-moz-keyframes    circleround8 { 25%,75% { top: 0; left: -100%; width: 10px; height: 10px; opacity: 1;} }
  @-webkit-keyframes circleround8 { 25%,75% { top: 0; left: -100%; width: 10px; height: 10px; opacity: 1;} }

  #loading li:nth-child(9) {
    animation:         circleround9 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -o-animation:      circleround9 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -ms-animation:     circleround9 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -moz-animation:    circleround9 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -webkit-animation: circleround9 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    animation-delay:         0.7s;
    -o-animation-delay:      0.7s;
    -ms-animation-delay:     0.7s;
    -moz-animation-delay:    0.7s;
    -webkit-animation-delay: 0.7s;
  }

  @keyframes         circleround9 { 25%,75% { top:  -70%; left:  -70%; width: 10px; height: 10px; opacity: 1;} }
  @-o-keyframes      circleround9 { 25%,75% { top:  -70%; left:  -70%; width: 10px; height: 10px; opacity: 1;} }
  @-moz-keyframes    circleround9 { 25%,75% { top:  -70%; left:  -70%; width: 10px; height: 10px; opacity: 1;} }
  @-webkit-keyframes circleround9 { 25%,75% { top:  -70%; left:  -70%; width: 10px; height: 10px; opacity: 1;} }


/* Loading */
#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    z-index: 999999;
    transition: all .3s ease-in-out;
    display: none;
  }
  #loading ul {
    position: absolute;
    margin: auto;
    padding: 0;
    top: 0; left: 0; bottom: 0; right: 0;
    width: 50px;
    height: 50px;
    list-style: none;
  }

  #loading li {
    position: absolute;
    margin: auto;
    padding: 0;
    top: 0; left: 0; bottom: 0; right: 0;
    width: 0;
    height: 0;
    background: #fff;
    border-radius: 10px;
    opacity: 0;
  }

  #loading li:nth-child(1) {
    opacity: 1;
    width: 10px;
    height: 10px;
  }
  #loading li:nth-child(2) {
    animation:         circleround2 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -o-animation:      circleround2 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -ms-animation:     circleround2 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -moz-animation:    circleround2 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -webkit-animation: circleround2 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
  }

  @keyframes         circleround2 { 25%,75% { top: -100%; left: 0; width: 10px; height: 10px; opacity: 1;} }
  @-o-keyframes      circleround2 { 25%,75% { top: -100%; left: 0; width: 10px; height: 10px; opacity: 1;} }
  @-moz-keyframes    circleround2 { 25%,75% { top: -100%; left: 0; width: 10px; height: 10px; opacity: 1;} }
  @-webkit-keyframes circleround2 { 25%,75% { top: -100%; left: 0; width: 10px; height: 10px; opacity: 1;} }

  #loading li:nth-child(3) {
    animation:         circleround3 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -o-animation:      circleround3 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -ms-animation:     circleround3 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -moz-animation:    circleround3 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -webkit-animation: circleround3 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    animation-delay:         0.1s;
    -o-animation-delay:      0.1s;
    -ms-animation-delay:     0.1s;
    -moz-animation-delay:    0.1s;
    -webkit-animation-delay: 0.1s;
  }

  @keyframes         circleround3 { 25%,75% { top: -70%; left: 70%; width: 10px; height: 10px; opacity: 1;} }
  @-o-keyframes      circleround3 { 25%,75% { top: -70%; left: 70%; width: 10px; height: 10px; opacity: 1;} }
  @-moz-keyframes    circleround3 { 25%,75% { top: -70%; left: 70%; width: 10px; height: 10px; opacity: 1;} }
  @-webkit-keyframes circleround3 { 25%,75% { top: -70%; left: 70%; width: 10px; height: 10px; opacity: 1;} }

  #loading li:nth-child(4) {
    animation:         circleround4 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -o-animation:      circleround4 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -ms-animation:     circleround4 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -moz-animation:    circleround4 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -webkit-animation: circleround4 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    animation-delay:         0.2s;
    -o-animation-delay:      0.2s;
    -ms-animation-delay:     0.2s;
    -moz-animation-delay:    0.2s;
    -webkit-animation-delay: 0.2s;
  }

  @keyframes         circleround4 { 25%,75% { top: 0; left: 100%; width: 10px; height: 10px; opacity: 1;} }
  @-o-keyframes      circleround4 { 25%,75% { top: 0; left: 100%; width: 10px; height: 10px; opacity: 1;} }
  @-moz-keyframes    circleround4 { 25%,75% { top: 0; left: 100%; width: 10px; height: 10px; opacity: 1;} }
  @-webkit-keyframes circleround4 { 25%,75% { top: 0; left: 100%; width: 10px; height: 10px; opacity: 1;} }

  #loading li:nth-child(5) {
    animation:         circleround5 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -o-animation:      circleround5 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -ms-animation:     circleround5 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -moz-animation:    circleround5 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -webkit-animation: circleround5 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    animation-delay:         0.3s;
    -o-animation-delay:      0.3s;
    -ms-animation-delay:     0.3s;
    -moz-animation-delay:    0.3s;
    -webkit-animation-delay: 0.3s;
  }

  @keyframes         circleround5 { 25%,75% { top: 70%; left: 70%; width: 10px; height: 10px; opacity: 1;} }
  @-o-keyframes      circleround5 { 25%,75% { top: 70%; left: 70%; width: 10px; height: 10px; opacity: 1;} }
  @-moz-keyframes    circleround5 { 25%,75% { top: 70%; left: 70%; width: 10px; height: 10px; opacity: 1;} }
  @-webkit-keyframes circleround5 { 25%,75% { top: 70%; left: 70%; width: 10px; height: 10px; opacity: 1;} }

  #loading li:nth-child(6) {
    animation:         circleround6 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -o-animation:      circleround6 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -ms-animation:     circleround6 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -moz-animation:    circleround6 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -webkit-animation: circleround6 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    animation-delay:         0.4s;
    -o-animation-delay:      0.4s;
    -ms-animation-delay:     0.4s;
    -moz-animation-delay:    0.4s;
    -webkit-animation-delay: 0.4s;
  }

  @keyframes         circleround6 { 25%,75% { top: 100%; left: 0; width: 10px; height: 10px; opacity: 1;} }
  @-o-keyframes      circleround6 { 25%,75% { top: 100%; left: 0; width: 10px; height: 10px; opacity: 1;} }
  @-moz-keyframes    circleround6 { 25%,75% { top: 100%; left: 0; width: 10px; height: 10px; opacity: 1;} }
  @-webkit-keyframes circleround6 { 25%,75% { top: 100%; left: 0; width: 10px; height: 10px; opacity: 1;} }

  #loading li:nth-child(7) {
    animation:         circleround7 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -o-animation:      circleround7 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -ms-animation:     circleround7 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -moz-animation:    circleround7 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -webkit-animation: circleround7 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    animation-delay:         0.5s;
    -o-animation-delay:      0.5s;
    -ms-animation-delay:     0.5s;
    -moz-animation-delay:    0.5s;
    -webkit-animation-delay: 0.5s;
  }

  @keyframes         circleround7 { 25%,75% { top: 70%; left: -70%; width: 10px; height: 10px; opacity: 1;} }
  @-o-keyframes      circleround7 { 25%,75% { top: 70%; left: -70%; width: 10px; height: 10px; opacity: 1;} }
  @-moz-keyframes    circleround7 { 25%,75% { top: 70%; left: -70%; width: 10px; height: 10px; opacity: 1;} }
  @-webkit-keyframes circleround7 { 25%,75% { top: 70%; left: -70%; width: 10px; height: 10px; opacity: 1;} }

  #loading li:nth-child(8) {
    animation:         circleround8 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -o-animation:      circleround8 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -ms-animation:     circleround8 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -moz-animation:    circleround8 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -webkit-animation: circleround8 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    animation-delay:         0.6s;
    -o-animation-delay:      0.6s;
    -ms-animation-delay:     0.6s;
    -moz-animation-delay:    0.6s;
    -webkit-animation-delay: 0.6s;
  }

  @keyframes         circleround8 { 25%,75% { top: 0; left: -100%; width: 10px; height: 10px; opacity: 1;} }
  @-o-keyframes      circleround8 { 25%,75% { top: 0; left: -100%; width: 10px; height: 10px; opacity: 1;} }
  @-moz-keyframes    circleround8 { 25%,75% { top: 0; left: -100%; width: 10px; height: 10px; opacity: 1;} }
  @-webkit-keyframes circleround8 { 25%,75% { top: 0; left: -100%; width: 10px; height: 10px; opacity: 1;} }

  #loading li:nth-child(9) {
    animation:         circleround9 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -o-animation:      circleround9 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -ms-animation:     circleround9 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -moz-animation:    circleround9 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    -webkit-animation: circleround9 1.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
    animation-delay:         0.7s;
    -o-animation-delay:      0.7s;
    -ms-animation-delay:     0.7s;
    -moz-animation-delay:    0.7s;
    -webkit-animation-delay: 0.7s;
  }

  @keyframes         circleround9 { 25%,75% { top:  -70%; left:  -70%; width: 10px; height: 10px; opacity: 1;} }
  @-o-keyframes      circleround9 { 25%,75% { top:  -70%; left:  -70%; width: 10px; height: 10px; opacity: 1;} }
  @-moz-keyframes    circleround9 { 25%,75% { top:  -70%; left:  -70%; width: 10px; height: 10px; opacity: 1;} }
  @-webkit-keyframes circleround9 { 25%,75% { top:  -70%; left:  -70%; width: 10px; height: 10px; opacity: 1;} }

/* Validator */
label.error {
    position: absolute;
    bottom: -24px;
    left: 0;
    color: #d00000;
    font-size: 10px;
}
.login-error {
    font-size: 13px;
    font-style: italic;
    color: #d00000;
}
.form-wrapper label.error {
    left: 15px;
    bottom: -7px;
}

.submit-error {
    font-size: 14px;
    color: #f3f3f3;
    padding: 10px;
    font-style: italic;
    background: #e03939;
    margin: 15px;
}
.btn-wrapper button {
    color: #fff;
}
.btn-wrapper i {
    color: #fff;
    font-size: 16px;
}
.activate-box h4 span {
    font-size: 13px;
    line-height: 1.5 !important;
}
/* Responsive */
@media (min-width: 992px) {
  .dropdown-menu,
  .dropdown-menu.appointment-dropdown {
    top: 10px !important;
    margin-top: 0 !important;
  }
}
@media (max-width: 991px) {
    .app-logo {
        margin: 0 auto;
    }
    .welcome-text {
        text-align: center;
    }
    .dropdown-menu,
    .dropdown-menu.appointment-dropdown {
      top: 107px !important;
      margin-top: 0 !important;
    }
}
@media (max-width: 767px) {
    #home .nav {
        justify-content: center;
    }
}
@media (max-width: 390px) {
    body #home .card-header {
        padding-left: 0;
        padding-right: 0;
    }
    body #home .btn.btn-pill.btn-wide,
    body #home .btn.btn-pill {
        font-size: 11px;
    }
}

h1, h2, h3, h4, p, button {
  font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

text-center {
  text-align: center;
}