/*
Name : Emo - Health & Medical Mobile Template
更多精品模板：http://www.bootstrapmb.com
/* --------------------------------
Table of Contents
- General
- Button
- Navbar
- Side Nav
- Slider
- Appointments
- Services
- Doctor
- Features
- Login & Register
- Promo
- Review Users
- Testimonial
- Pricing Table
- Blog
- Blog single
- Pagination
- Shop
- Shop single
- Checkout
- Booking
- Error 404
- Footer   
-------------------------------- */
/* ------------------------------
  Import Google Web Font
---------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800|Raleway:400,500,600,700,800,900|Lato:400,700,90|Playfair+Display:400,700,900");
/* ------------------------------
  General
---------------------------------*/
html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  background: #ffffff;
  color: #999;
}

body::-webkit-scrollbar {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  padding: 0;
  margin: 0;
  color: #222;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

a {
  text-decoration: none;
  color: #464646;
}

p {
  margin: 5px 0;
  line-height: 20px;
}

.section {
  padding: 35px 0;
}

.section h5 {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  margin: 0 0 10px 0;
  font-size: 16px;
}

.pages {
  margin-top: 60px !important;
}

.pages-head {
  text-align: center;
  padding: 0 10px 20px 10px;
  text-transform: uppercase;
}

.pages-head h3 {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Playfair Display', serif;
}

.bg-second {
  background: #f0f4f8;
}

.section-head {
  margin: 0 auto 25px auto;
  text-align: center;
}

.section-head h4 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Playfair Display', serif;
}

.section-head .underline {
  width: 50%;
  height: 2px;
  background: #7209b7;
  margin: 10px auto;
}

input:not([type]),
input[type=text],
input[type=account],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search] {
  background-color: transparent;
  border: none;
  border: 1px solid #ddd;
  border-radius: 0;
  outline: none;
  height: 40px;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 20px 0;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.3s;
  padding: 10px;
  border-radius: 5px;
}

textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border: 1px solid #ddd;
  border-radius: 0;
  outline: none;
  height: auto;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 20px 0;
  padding: 12px 0;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.3s;
  padding: 10px;
  border-radius: 5px;
}

input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border: 1px solid #bbb;
  box-shadow: none;
}

::-webkit-input-placeholder {
  color: #777;
}

::-moz-placeholder {
  color: #777;
}

:-ms-input-placeholder {
  color: #777;
}

:-moz-placeholder {
  color: #777;
}

/* ------------------------------
  Button
---------------------------------*/
.button-default {
  background: #7209b7;
  color: #ffffff;
  box-shadow: none;
  margin: 20px 0 10px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #7209b7;
  padding: 5px 12px 5px;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
}

.button-fullwidth {
  width: 100%;
  text-align: center;
}

.button-default a {
  color: #ffffff;
}

.button-default:hover {
  background: #7209b7;
  opacity: 0.9;
  box-shadow: none;
}

.who-we-are .button-default {
  margin-top: 30px;
  background: #fff;
  color: #7209b7;
}

/* ------------------------------
  Navbar
---------------------------------*/
.navbar-top {
  background: #7209b7;
  width: 100%;
  height: 60px;
  padding: 6px 18px;
  border-bottom: 2px solid #7209b7;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  position: fixed;
  z-index: 99;
  box-shadow: 0 2px 2px 0 transparent, 0 1px 5px 0 rgba(0, 0, 0, 0.24), 0 3px 1px -2px transparent;
}

.site-brand {
  text-align: center;
  display: inline-block;
}

.site-brand a h1 {
  font-size: 32px;
  font-weight: 900;
  line-height: 45px;
  color: #fff;
  font-family: 'Playfair Display', serif;
  letter-spacing: 1px;
}

.site-brand a h1 span {
  color: #fff;
}

/* ------------------------------
  Sidenav
---------------------------------*/
.side-nav a {
  font-size: 14px;
  height: 45px;
  padding: 0 16px;
}

.side-nav li.active {
  background: transparent;
}

.side-nav-panel-left {
  float: left;
  font-size: 28px;
}

.side-nav-panel-right {
  float: right;
  font-size: 28px;
}

.side-nav-left {
  font-size: 28px;
  color: #313131;
}

.side-nav-left i,
.side-nav-right i {
  font-size: 20px;
  color: #fff;
}

.side-nav {
  background: #7209b7;
}

.side-nav-panel {
  text-align: left;
}

.side-nav-panel .profil {
  background-size: cover;
  padding: 40px 0 15px 18px;
  border-top: 0;
}

.side-nav-panel .profil img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.side-nav-panel .profil h2 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 5px;
  cursor: default;
}

.side-nav-panel .profil h6 {
  color: #fff;
  font-size: 15px;
}

.side-nav-panel li a {
  color: #fff;
  font-weight: normal;
}

.side-nav-panel li {
  font-weight: 700;
}

.side-nav-panel li:last-child {
  border-bottom: 0px solid #f5f5f5;
  margin-bottom: 80px;
}

.side-nav-panel .li-top {
  padding-top: 10px;
}

.side-nav-panel li a:hover {
  background: transparent;
}

.side-nav-panel li a i {
  margin: 0 16px 0 0;
  font-size: 18px;
  color: #fff;
  line-height: 45px;
}

.side-nav-panel-left .collapsible {
  border: 0;
}

.side-nav .collapsible-body ul li a {
  font-weight: normal;
  color: #fff;
  margin-left: 28px;
  font-size: 13px;
  line-height: 43px;
}

.side-nav .collapsible-header {
  padding: 0;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
}

.side-nav .collapsible-header > i {
  margin-right: 25px;
}

.side-nav .collapsible-body .side-nav-panel li:last-child {
  margin-bottom: 0;
}

.side-nav .collapsible-body, .side-nav.fixed .collapsible-body {
  background: transparent;
}

.side-nav .collapsible-header:hover {
  background: transparent;
}

.side-nav .collapsible-header.active {
  background: transparent;
}

.collapsible-header i {
  width: auto;
  font-size: 18px;
  color: #fff;
  margin-left: 17px;
}

.collapsible-header span i {
  float: right;
  color: #fff;
  font-size: 14px;
}

/* ------------------------------
  Slider
---------------------------------*/
.slider {
  margin-top: 58px;
  height: 260px !important;
}

.slider .slides {
  height: 260px !important;
}

.slider-content {
  margin: 10px auto;
  top: 30% !important;
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  position: relative;
  flex-shrink: 0;
}

.slider .slides li img {
  width: 100%;
  height: 100%;
}

.slider .slides li::before {
  background-color: #000;
  opacity: 0.6;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider-content h2 {
  margin-bottom: 8px;
  letter-spacing: 1px;
  color: #fff;
  font-size: 22px;
  font-family: 'Playfair Display', serif;
  font-weight: 600;
}

.slider-content h4 {
  font-size: 14px;
  color: #ffffff;
}

.slider-content .button-default {
  margin: 20px 0;
  padding-top: 4px;
  padding-bottom: 4px;
}

.slider .indicators {
  position: relative;
  bottom: 50px;
  z-index: 95;
  padding: 0 12px;
}

.slider .indicators .indicator-item {
  z-index: 1000;
  height: 8px;
  width: 8px;
  background: #cccccc;
  margin: 0 8px;
}

.slider .indicators .indicator-item.active {
  background: #7209b7;
}

/* ------------------------------
    appointment
---------------------------------*/
.appointment {
  margin-bottom: 8px;
}

.appointment .content {
  text-align: center;
  background: #7209b7;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 2px 0 transparent, 0 1px 5px 0 rgba(0, 0, 0, 0.24), 0 3px 1px -2px transparent;
}

.appointment .content input {
  background: #fff;
  border-color: #fff;
  border-radius: 5px;
  height: 35px;
  line-height: 10px;
}

.appointment .content textarea {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 10px;
  height: 100px;
  font-size: 14px;
}

.appointment .content .button-default {
  background: #fff;
  color: #333;
  margin-bottom: 0;
}

.appointment .content2 {
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 2px 0 transparent, 0 1px 5px 0 rgba(0, 0, 0, 0.24), 0 3px 1px -2px transparent;
}

/* ------------------------------
    services
---------------------------------*/
.services .row:last-child {
  margin-bottom: 8px;
}

.services .content {
  background: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 16px;
  box-shadow: 0 2px 2px 0 transparent, 0 1px 5px 0 rgba(0, 0, 0, 0.24), 0 3px 1px -2px transparent;
}

.services .content i {
  font-size: 26px;
  color: #7209b7;
  margin-bottom: 17px;
}

.services .content h5 {
  color: #333;
}

/* ------------------------------
    doctor
---------------------------------*/
.doctor .row:last-child {
  margin-bottom: 0;
}

.doctor .content {
  text-align: center;
}

.doctor .content img {
  width: 100%;
}

.doctor .content h5 {
  margin-top: 10px;
  margin-bottom: 4px;
}

/* ------------------------------
    features
---------------------------------*/
.features .row:last-child {
  margin-bottom: 8px;
}

.features .content {
  box-shadow: 0 2px 2px 0 transparent, 0 1px 5px 0 rgba(0, 0, 0, 0.24), 0 3px 1px -2px transparent;
  background: #fff;
  padding: 16px;
  border-radius: 5px;
}

.features .content i {
  font-size: 26px;
  color: #7209b7;
  margin-bottom: 17px;
}

/* ------------------------------
    departments
---------------------------------*/
.departments .content img {
  width: 100%;
}
.departments .content h5 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 8px;
}

/* ------------------------------
    login register splash
---------------------------------*/
.login-register-wrap-home {
  background: linear-gradient(#240046, #240046), url(../img/login-bg.png) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: fixed;
  width: 100%;
  height: 100%;
}

.login-register-wrap-home {
  text-align: center;
}

.login-register-wrap-home h1 {
  color: #ffffff;
  font-weight: 900;
  font-size: 85px;
  letter-spacing: 1px;
  font-family: 'Playfair Display', serif;
  padding-bottom: 50px;
  margin: 0 0 20% 0;
}

.login-register-wrap-home h6 {
  color: #fff;
  font-size: 25px;
}

.login-register-wrap-home .content {
  position: absolute;
  bottom: 12%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 88%;
}

.login-register-wrap-home .content form {
  margin-top: 10px;
}

.login-register-wrap-home .content form h6 {
  font-size: 14px;
  margin-top: 10px;
  color: #ddd;
}

.login-register-wrap-home .content form h6 a {
  color: #fff;
}

.login-register-wrap-home .content input {
  background: rgba(238, 238, 238, 0.35);
  border: 0;
  height: 40px;
  border-radius: 4px;
  margin-bottom: 0;
  margin-top: 20px;
  height: 33px;
  color: #fff;
}

.login-register-wrap-home .content input::-webkit-input-placeholder {
  color: #fff;
}

.login-register-wrap-home .content input::-moz-placeholder {
  color: #fff;
}

.login-register-wrap-home .content input:-ms-input-placeholder {
  color: #fff;
}

.login-register-wrap-home .content input:-moz-placeholder {
  color: #fff;
}

.login-register-wrap-home .content span {
  font-size: 13px;
  text-align: right;
  display: block;
  margin-top: 10px;
}

.login-register-wrap-home .content span a {
  color: #ddd;
}

.login-register-wrap-home .content .button-default {
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 28px;
}

/* ------------------------------
    promo
---------------------------------*/
.promo {
  background: linear-gradient(rgba(5, 4, 4, 0.69), rgba(5, 4, 4, 0.74)), url(../img/parallax.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #eeeeee;
}

.promo h4 {
  color: #7209b7;
  font-weight: 600;
  font-family: 'Playfair Display', serif;
  font-weight: 600;
}

.promo .button-default {
  margin-top: 10px;
}

/* ------------------------------
    review users
---------------------------------*/
.review-users {
  text-align: center;
}

.review-users img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 8px;
}

.review-users ul {
  margin: 0;
  padding: 0;
}

.review-users ul li {
  display: inline-block;
  color: #ffb300;
  margin: 0 2px;
}

.review-users h6 {
  font-size: 17px;
  font-weight: 500;
}

.review-users .owl-theme .owl-controls .owl-page span {
  width: 8px;
  height: 8px;
}

.review-users .owl-pagination {
  margin: 0;
  padding: 0;
  position: relative;
  top: 10px;
}

/* ------------------------------
  Testimonial
---------------------------------*/
.testimonial {
  text-align: center;
}

.testimonial img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.testimonial i {
  font-size: 24px;
  margin-bottom: 10px;
  color: #7209b7;
}

.testimonial p {
  font-style: italic;
}

.testimonial h6 {
  font-size: 14px;
  margin: 15px 0;
}

.testimonial .owl-theme .owl-controls .owl-page span {
  width: 8px;
  height: 8px;
}

/* ------------------------------
  Pricing
---------------------------------*/
.pricing {
  border: 1px solid #ddd;
  text-align: center;
}

.pricing-head {
  padding: 20px 10px;
  background: #eee;
  color: #7209b7;
}

.pricing-head h5 {
  margin-bottom: 0;
}

.pricing-head span {
  font-size: 28px;
}

.pricing ul {
  padding: 10px;
  margin: 0;
}

.pricing ul li {
  padding: 6px 0;
  border-bottom: 1px solid #f5f5f5;
}

.pricing .button-default {
  margin: 10px 0 25px;
}

.price .row:last-child {
  margin-bottom: 0;
}

.pricing-table .content
.about-us {
  margin: 0;
}

.about-us img {
  width: 100%;
  height: 100%;
  margin-bottom: 8px;
}

/* ------------------------------
  Blog
---------------------------------*/
.blog-content img {
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  float: left;
}

.blog-content h5 {
  font-size: 18px;
}

.blog-content .date i {
  margin-right: 5px;
  margin-bottom: 10px;
}

.blog-content .button-default {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-top: 10px;
}

/* ------------------------------
  Blog single
---------------------------------*/
.blog-single h5 {
  font-size: 18px;
}

.blog-single img {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}

.blog-single .date i {
  margin-right: 5px;
  margin-bottom: 10px;
}

.share-post {
  background: #f6f6f6;
  padding: 20px 0;
  margin: 15px 0 25px;
}

.share-post ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.share-post ul li {
  display: inline-block;
  text-align: center;
  border: 1px solid #777;
  height: 35px;
  width: 35px;
  margin: auto;
  border-radius: 50%;
  line-height: 32px;
  margin: 0 3px;
}

.comment img {
  border-radius: 50%;
}

.comment h5 {
  margin-bottom: 15px;
}

.comment-form .comment-head {
  margin-bottom: 20px;
}

.comment-form .input-field {
  margin-top: 0;
}

.comment-form .form-button .button-default {
  margin-top: 0;
  margin-bottom: 0;
}

.comment-form .row:last-child {
  margin-bottom: 0;
}

/* ------------------------------
  pagination
---------------------------------*/
.pagination ul {
  margin: 0;
  padding: 0;
}
.pagination ul li a {
  border: 1px solid #7209b7;
  margin-right: 10px;
}
.pagination ul li .active {
  background: #7209b7;
  color: #fff;
}

/* ------------------------------
  Shop
---------------------------------*/
.shop {
  background: #f6f6f6;
  padding: 10px;
  text-align: center;
}

.shop img {
  width: 100%;
  height: 100%;
}

.shop h6 {
  margin: 5px 0;
  font-size: 14px;
  text-align: center;
}

.shop h6 a {
  color: #333;
}

.shop span {
  color: #7209b7;
  font-size: 17px;
  text-align: center;
}

.shop-pagination {
  background: #f6f6f6;
  padding: 20px 0;
  text-align: center;
}

.shop-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.shop-pagination ul li {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #777;
  margin: 4px;
  line-height: 28px;
}

.shop-pagination ul .active {
  border-color: #7209b7;
}

/* ------------------------------
  Shop single
---------------------------------*/
.shop-single {
  margin: 0;
}

.shop-single img {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  background: #f5f5f5;
}

.shop-single h6 {
  margin-bottom: 5px;
}

.shop-single span {
  color: #7209b7;
  font-size: 20px;
}

.shop-single .button-default {
  margin: 10px 0;
}

.review {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #ddd;
}

.review img {
  border-radius: 50%;
}

.review h5 {
  margin-bottom: 15px;
}

.review-form .review-head {
  margin-bottom: 20px;
}

.review-form .input-field {
  margin-top: 0;
}

.review-form .form-button .button-default {
  margin-top: 0;
  margin-bottom: 0;
}

.review-form .row:last-child {
  margin-bottom: 0;
}

/* ------------------------------
  Checkout
---------------------------------*/
.checkout .collapsible-header {
  padding-top: 15px;
  padding-bottom: 5px;
}

.checkout .collapsible {
  box-shadow: none;
}

.checkout-content [type="radio"]:not(:checked) + label,
.checkout-content [type="radio"]:checked + label {
  display: block;
}

.checkout-content h5 {
  font-weight: 500;
  color: #555;
  font-size: 18px;
}

.checkout-content .collapsible-body {
  padding: 18px;
}

.checkout-content .collapsible-body p {
  padding: 0;
}

.checkout-content h6 {
  font-weight: 500;
  color: #555;
  font-size: 16px;
}

.checkout-content .checkout-radio {
  margin: 20px 0 10px 0;
}

.checkout-content .row {
  margin-bottom: 0;
}

.checkout-radio span {
  color: #454545;
  font-weight: 500;
}

.checkout-login {
  margin-top: 20px;
  border-top: 1px dotted #ddd;
  padding-top: 30px;
}

.checkout-login h5 {
  font-weight: 500;
  margin-bottom: 5px;
  color: #666;
  font-size: 14px;
}

.checkout-login h6 span {
  font-weight: 600;
  color: #555;
  font-size: 18px;
}

.checkout-login p {
  margin: 5px 0 30px;
}

.checkout-login .button-default {
  margin-bottom: 0;
}

.billing-information h5 {
  font-weight: 500;
  margin-bottom: 5px;
  color: #666;
  font-size: 14px;
}

.billing-information .input-field {
  margin-top: 0;
}

.shipping-information h5 {
  font-weight: 500;
  margin-bottom: 5px;
  color: #666;
  font-size: 14px;
}

.shipping-information .button-default {
  margin-top: 0;
}

.cart-details h5 {
  font-size: 14px;
}

.payment-mode ul {
  margin-left: 35px;
}

.payment-mode ul li {
  display: inline-block;
}

.order-review .cart-product img {
  width: 100%;
  height: 100%;
}

.order-review .row {
  margin-bottom: 0;
}

.final-price {
  margin-top: 20px;
}

.final-price h5 {
  font-weight: 600;
}

.final-price span {
  font-weight: 500;
}

/* ------------------------------
    gallery
---------------------------------*/
.gallery img {
  width: 100%;
  height: 100%;
}

.gallery ul {
  padding: 0;
  margin: 0 auto;
  text-align: center;
  list-style: none;
  margin-bottom: 15px;
}

.gallery ul li {
  display: inline-block;
  cursor: pointer;
  color: #999;
  padding: 5px 6px;
  margin: 4px 4px;
}

.gallery ul li h5 {
  color: #999;
  padding: 0;
  margin: 0;
}

.gallery .active {
  color: #222;
}

.gallery .active h5 {
  color: #222;
}

.gallery img {
  width: 100%;
  height: 100%;
  float: left;
}

.gallery-content img {
  width: 100% !important;
  height: 100% !important;
}

.gallery .row {
  padding: 0;
  margin: 0;
}

.gallery .row .col {
  padding: 5px;
  margin: 0;
}

/* ------------------------------
    booking
---------------------------------*/
.booking .content-wrap {
  border: 1px solid #ddd;
  padding: 20px 10px;
  margin-bottom: 25px;
}

.booking img {
  width: 100%;
}

.booking .content h3 {
  font-size: 18px;
  line-height: 23px;
}

.booking .content span {
  color: #7209b7;
  font-size: 15px;
}

.booking .row-border {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.booking h6 {
  text-align: right;
}

.booking .button-default {
  margin: 0;
}

/* ------------------------------
  Contact, Login, Register
---------------------------------*/
.contact .button-default {
  margin: 0;
}

.contact-us input,
.contact-us textarea,
.login input,
.login textarea,
.register input,
.register textarea {
  border-color: #ddd;
  background: #f6f6f6;
  padding-left: 10px;
  padding-right: 10px;
}

.contact-us .row {
  margin-bottom: 0;
}

.contact-us .button-default {
  margin-top: 10px;
  margin-bottom: 0;
}

.login .button-default {
  margin-top: 25px;
}

.register .button-default {
  margin-top: 0;
}

.find-us h3 {
  font-size: 18px;
  margin-top: 25px;
}

.find-us ul {
  margin: 10px 0;
}

.find-us ul li {
  font-size: 13px;
  color: #585858;
  padding: 6px 0;
}

.find-us ul li i {
  color: #7209b7;
  width: 22px;
  font-size: 16px;
}

/* ------------------------------
  Error 404
---------------------------------*/
.error404 {
  text-align: center;
}

.error404 h4 {
  padding-top: 28px;
  display: inline-block;
  letter-spacing: 2px;
  margin-bottom: 10px;
  border-radius: 50%;
  font-size: 110px;
}

/*loader custom color*/
.double-bounce1, .double-bounce2 {
  background-color: #7209b7;
}

/* ------------------------------
  Footer
---------------------------------*/
.footer {
  background: #232323;
  padding: 35px 0;
}

.about-us-foot {
  text-align: center;
  color: #fff;
}

.about-us-foot span {
  color: #7209b7;
}

.about-us-foot h6 {
  color: #ffffff;
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', serif;
}

.social-media {
  text-align: center;
  margin: 18px 0 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #bbb;
}

.social-media a {
  margin: 0 3px;
}

.social-media a i {
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  height: 35px;
  width: 35px;
  margin: auto;
  border-radius: 50%;
  line-height: 32px;
}

.copyright {
  text-align: center;
  padding: 20px 0 0 0;
}

.copyright span {
  color: #eeeeee;
  text-align: center;
}

/*
  ===============================================
*/

.content_p {
  font-size: 15px;
}

.open-result {
  display: flex;
  justify-content: center;
}

.open-result .cell {
  border: 1px solid;
  margin-bottom: -1px;
  margin-left: -1px;
}

.circle-none {
  width: 15px;
  height: 15px;
  margin: 2px;
}

.circle-blue {
  width: 15px;
  height: 15px;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #0077b6;
  margin: 2px;
}

.circle-red {
  width: 15px;
  height: 15px;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #e63946;
  margin: 2px;
}

/* .circle-result {
  width: 80px;
  height: 80px;
  background-color: #e9c46a;
  border-radius: 50%;
  border: 3px solid #e9c46a;
  margin: 50px 0 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-result a {
  color: white;
  font-size: 25px;
} */

.point-1{
  width: 10px;
  height: 10px;
  border-radius: 999em;
  background-color: white;
  display: block;
  margin: -4px 0px 0px -3px;
}

.point-2{
  width: 5px;
    height: 5px;
    border-radius:999em;
    background-color: black;
    display: block;
    margin: -8px 0px 0px -1px;
}

.open-result-btn{
  display: flex;
  justify-content: space-evenly;
}

.open-result-btn .result{
  width: 280px;
  text-align: center;
  color: white;
  padding: 18px;
  border-radius: 4px;
  display: none;
  font-size: 16px;
}

.result-active-red{
  background-color: #e63946;  
}

.result-active-blue{
  background-color: #0077b6;  
}

.result-active-green{
  background-color: #2a9d8f;  
}

.button-blue {
  background: #0077b6;
  color: #ffffff;
  box-shadow: none;
  margin: 20px 0 10px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #0077b6;
  padding: 16px 26px 16px;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
}

.button-blue a {
  color: #ffffff;
}

.button-blue:hover {
  background: #0077b6;
  opacity: 0.9;
  box-shadow: none;
}

.button-red {
  background: #e63946;
  color: #ffffff;
  box-shadow: none;
  margin: 20px 0 10px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #e63946;
  padding: 16px 26px 16px;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
}

.button-red a {
  color: #ffffff;
}

.button-red:hover {
  background: #e63946;
  opacity: 0.9;
  box-shadow: none;
}

.button-green {
  background: #2a9d8f;
  color: #ffffff;
  box-shadow: none;
  margin: 20px 0 10px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #2a9d8f;
  padding: 16px 26px 16px;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
}

.button-green a {
  color: #ffffff;
}

.button-green:hover {
  background: #2a9d8f;
  opacity: 0.9;
  box-shadow: none;
}

.button-orange {
  background: #f47721;
  color: #ffffff;
  box-shadow: none;
  margin: 20px 0 10px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #f47721;
  padding: 16px 26px 16px;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
}

.button-orange a {
  color: #ffffff;
}

.button-orange:hover {
  background: #f47721;
  opacity: 0.9;
  box-shadow: none;
}

.button-blue2 {
  background: #7209b7;
  color: #ffffff;
  box-shadow: none;
  margin: 20px 0 10px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #7209b7;
  padding: 16px 26px 16px;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
}

.button-blue2 a {
  color: #ffffff;
}

.button-blue2:hover {
  background: #7209b7;
  opacity: 0.9;
  box-shadow: none;
}

.result{
  width: 150px;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
  display: none;
}

.result-active{
  width: 150px;
  text-align: center;
  background-color: #7209b7;
  color: white;
  padding: 10px;
  border-radius: 4px;
  display: block;
}

.updUser{
  text-align: center;
  padding:80px 0 0 0;
}

.user-content {
  border-radius: 5px;
  height: 35px;
  line-height: 10px;
  width: 200px;
}

.userlist-content {
  border-radius: 5px;
  line-height: 10px;
  width: 100%;    
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.displayNone{
  display: none;
}

.width-120 {
  width: 120px !important;
}

.width-100{
  width: 100px;
  text-align: center;
  font-size: 20px;
}

.width-210{
  width: 210px;
  text-align: center;
  font-size: 20px;
}

.width-250{
  width: 250px;
  text-align: center;
}

.table-list thead, .table-list tr {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(230, 189, 189);
  }
.table-list {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(230, 189, 189);
  width: max-content;
}
  
.table-list td, .table-list th {
  padding: 8px 10px;
  font-size: 16px;
  font-family: Verdana;
  color: rgb(177, 106, 104);
}
  
.table-list tr:nth-child(even) {
  background: rgb(238, 211, 210)
}
.table-list tr:nth-child(odd) {
  background: #FFF
}

.table-list2 {
  width: max-content;
}

.table-list2 td, .table-list2 th {
  padding: 8px 10px;
  font-size: 16px;
  font-family: Verdana;
  max-width: 33%;
  color: rgb(177, 106, 104);
  word-break: break-all;
  line-height: normal;
}
  
.table-list2 tr:nth-child(even) {
  background: rgb(238, 211, 210)
}

.table-list2 tr:nth-child(odd) {
  background: #FFF
}

.padding-7 {
  padding: 7px;
}

.userlist-content input {
  background: #fff;
  border-color: rgb(177, 106, 104);
  border-radius: 5px;
  height: 35px;
  line-height: 10px;
  width: 50px;
}

.password-unlock{
  position: absolute;
  font-size: 20px !important;
  margin: 9px 0px 0px -25px;
}

.height-26 {
  height: 26px !important;
}

.serial-add {
  display: flex;
  align-items: baseline;
}

.serial-add .select {
  display: block;
  width: 60px;
  height: 28px;
  color: black;
}

.serial-add .font {
  font-size: 16px;
  padding: 0px 10px;
}

.serial-add input {
  margin-left: 10px;
}

.pointer {
  cursor: pointer;
}

.report input{
  width: 120px;
}

.report select {
  display: block;
}

.report #search {
  padding: 12px;
}

.height-60 {
  height: 60px;
}

.height-100p {
  height: 100%;
}

.height-100-110 {
  height: calc(100% - 110px);
}

.notice {
  margin-top: 10px;
  font-size: 16px;
  color: rgba(5, 4, 4, 0.74);
  font-weight: bold;
}