/*
Template Name: OPSTEL IT - We create creative web solutions
Template URI: http://opstelit.com
Author: Opstel IT
Author URI: http://opstelit.com
Version: 1.0
*/

* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}
body {
  position: relative;
}

header {
  max-width: 600px;
  margin: 20px auto 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  overflow: auto;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding-bottom: 80px;
}
.bg {
  width: 550px;
  height: 550px;
  position: absolute;
  background: url(../images/mgwtimebg.svg) center center no-repeat;
  background-size: contain;
  top: 80px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  opacity: 0.3;
  transform: rotate(5deg);
}
.main-logo {
  width: 60px;
  margin: 0 10px;
  float: left;
  margin-left: 20px;
}

.title-section {
  float: left;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  padding: 10px 0;
  margin: 0 20px;
}
.color-1 {
  color: rgb(255, 58, 45);
}
.color-2 {
  color: rgb(63, 63, 63);
}
.title {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
  margin: 0 0 20px;
}
.title:after {
  content: "";
  width: 100px;
  margin: 5px auto;
  border: solid 1px rgb(255, 58, 45);
  display: block;
}
/*table*/
table {
  border-collapse: collapse;
}
table th {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 13px;
}
table td {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  padding: 10px;
  margin: 10px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
table td,
table th {
  border: 1px solid #bfbfbf94;
}
table tr:first-child th,
table tr td:first-child {
  border-top: 0;
}

#sun {
  width: 200px;
  height: 30px;
  text-align: center;
  background-color: #ff5959;
}
#mon {
  width: 200px;
  height: 30px;
  text-align: center;
  background-color: #facf5a;
}
#tues {
  width: 200px;
  height: 30px;
  text-align: center;
  background-color: #49beb7;
}
#wednes {
  width: 200px;
  height: 30px;
  text-align: center;
  background-color: #085f63;
  color: #fff;
}
#thurs {
  width: 200px;
  height: 30px;
  text-align: center;
  background-color: #ffd717;
}
#fri {
  width: 200px;
  height: 30px;
  text-align: center;
  background-color: #0da574;
  color: #fff;
}
#sat {
  width: 200px;
  height: 30px;
  text-align: center;
  background-color: #083358;
  color: #fff;
}
.btn-name {
  background: #085f63;
  width: 140px;
  height: 20px;
  padding: 5px 0;
  margin: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-slot {
  background: #001f3f;
  width: 140px;
  height: 20px;
  padding: 5px 0;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-book {
  background: #0da574;
  border: none;
  display: block;
  width: 140px;
  height: 20px;
  padding: 3px 0;
  margin: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 12px;
  color: #fff;
}
.btn-book {
  background: #0da574;
  border: none;
  display: block;
  width: 140px;
  height: 26px;
  padding: 3px 0;
  margin: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;

  text-align: center;
  font-size: 12px;
  color: #fff;
}
.btn-book:hover {
  cursor: pointer;
}
/*table*/
footer {
  position: fixed;
  bottom: 0;
  background: rgb(255, 58, 45);
  width: 100%;
  height: 40px;
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  z-index: 3;
}

.alert_submit {
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  height: calc(100vh - 40px);
  bottom: 40px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 3;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.alert_box {
  width: 500px;
  background: rgba(255, 255, 255, 0.8);
}
.head {
  background: rgb(255, 58, 45);
  height: 30px;
  color: #fff;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.row {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  margin: 20px;
  text-align: center;
}
.row a {
  text-decoration: none;
  display: inline-block;
}
input[type="text"] {
  width: 300px;
  height: 20px;
  padding: 5px;
}
.btn-alert {
  width: 90px;
  height: 30px;
  background: #0da574;
  border: none;
  display: inline-block;
  color: #fff;
}
.btn-alert-c {
  width: 90px;
  height: 30px;
  background: #ff5959;
  border: none;
  display: inline-block;
  color: #fff;
}
.clear:after {
  content: "";
  clear: both;
  display: table;
}

/*class 9*/
/*RESPONSIVE*/
/*MOBILE*/
@media (max-width: 576px) {
  .bg {
    display: none;
  }
  footer {
    text-align: center;
  }
  .alert_box {
    max-width: 300px;
    background: rgba(255, 255, 255, 0.8);
  }

  .row {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    margin: 20px;
    text-align: center;
  }
  .row a {
    text-decoration: none;
    display: inline-block;
  }
  .row label {
    display: block;
    text-align: left;
    position: relative;
    left: 0;
    margin: 0 0 5px;
  }
  input[type="text"] {
    max-width: 250px;
    height: 20px;
    padding: 5px;
  }
}
