@charset "utf-8";

/* CSS Document */

/*Start Reset CSS Code*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  background: #fff;
  background-image: url(../images/map.jpg);
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*End Reset CSS Code*/

textarea {
  resize: both;
}

/* ----------------------------------------------- Custom Checkbox ----------------------------------------------- */

.custom-check {
  display: none;
}

.custom-check + label {
  color: #645f5f;
  font-size: 13px;
  position: relative;
  margin: 0;
  padding-left: 30px;
  font-weight: normal;
}

.custom-check + label:before {
  width: 20px;
  height: 20px;
  position: absolute;
  content: "";
  border: 2px solid #ddd;
  left: 0;
  top: -4px;
  transition: all 0.3s;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}

.custom-check:checked + label:before {
  background: #045fa9;
  border-color: #045fa9;
}

.custom-check + label:after {
  width: 12px;
  height: 7px;
  position: absolute;
  content: "";
  transition: all 0.3s;
  left: 4px;
  border: 2px solid transparent;
  transform: rotate(0deg);
  top: 0px;
}

.custom-check:checked + label:after {
  border-left-color: #fff;
  border-bottom-color: #fff;
  transform: rotate(-45deg);
}

/* -------------------- Custom Check box ----------------------------------------------- */

/* -------------------- Helper Classes ------------------------------------------------ */

.m-t-5 {
  margin-top: 5px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-25 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-3x {
  margin-bottom: 30px;
}

.m-b-4x {
  margin-bottom: 40px;
}

.m-l-5 {
  margin-left: 5px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-15 {
  margin-left: 15px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-r-5 {
  margin-right: 5px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-r-20 {
  margin-right: 20px;
}

.pd-10 {
  padding: 10px;
}

.pd-15 {
  padding: 15px;
}

.pd-20 {
  padding: 20px;
}

.pd-25 {
  padding: 25px;
}

.pd-40 {
  padding: 40px;
}

.pd-t-5 {
  padding-top: 5px;
}

.pd-t-10 {
  padding-top: 10px;
}

.pd-t-15 {
  padding-top: 15px;
}

.pd-t-20 {
  padding-top: 20px;
}

.pd-b-5 {
  padding-bottom: 5px;
}

.pd-b-10 {
  padding-bottom: 10px;
}

.pd-b-15 {
  padding-bottom: 15px;
}

.pd-b-20 {
  padding-bottom: 20px;
}

.pd-l-5 {
  padding-left: 5px;
}

.pd-l-10 {
  padding-left: 10px;
}

.pd-l-15 {
  padding-left: 15px;
}

.c-txt-color {
  color: #0096a3 !important;
}

.c-txt-red-color {
  color: #f90a57 !important;
}

.c-txt-green-color {
  color: #95c851 !important;
}

.pd-l-20 {
  padding-left: 20px;
}

.pd-r-5 {
  padding-right: 5px;
}

.pd-r-10 {
  padding-right: 10px;
}

.pd-r-15 {
  padding-right: 15px;
}

.pd-r-20 {
  padding-right: 20px;
}

.border-box {
  box-sizing: border-box;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

a,
a:active,
a:hover,
a:visited {
  text-decoration: none;
  color: inherit;
}

.btn.focus,
.btn:focus,
.btn:hover {
  outline: none;
}

.no-bg {
  background: none !important;
}

.no-bdr {
  border: none;
}

.form-control:focus,
.custom-select:focus {
  outline: none;
  box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}

.text-green-800 {
  color: #95c851;
}

.text-orange-800 {
  color: #ff8c00;
}

.text-dark-green-800 {
  color: #32e0c4;
}

.table-blue {
  color: #444;
  /* background-color: #f9f9f9 !important; */
}

.table-max-height {
  /*max-height: 400px;*/
  overflow-x: hidden;
}

.table-blue thead {
  background-color: #0096a3;
  position: sticky;
  color: #fff;
  border-color: #b5b5b5;
}

.m-r-70 {
  margin-right: 70px;
}

/* ----------------------- End Helper Classes ------------------------------ */

.txt-grey {
  color: #645f5f;
}

.f-13 {
  font-size: 13px;
}

.blue-btn {
  background: #045fa9;
  border-radius: 30px;
}

.light-grey-bg {
  background-color: #f4f8f9;
}

.right-content {
  margin-top: 42px;
  /* margin-left: 195px; */
  /* gourav */
  padding: 20px 0;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.righr-content-shrink {
  margin-left: 195px;
  margin-top: 65px;
}

h1 {
  font-size: 22px;
  color: #3e3f42;
  font-weight: 700;
  margin-bottom: 20px;
}

.hm-gradient {
  background-image: linear-gradient(
    to top,
    #f3e7e9 0%,
    #e3eeff 99%,
    #e3eeff 100%
  );
}

.darken-grey-text {
  color: #2e2e2e;
}

.input-group.md-form.form-sm.form-2 input {
  border: 1px solid #bdbdbd;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.input-group.md-form.form-sm.form-2 input.purple-border {
  border: 1px solid #9e9e9e;
}

.input-group.md-form.form-sm.form-2
  input[type="text"]:focus:not([readonly]).purple-border {
  border: 1px solid #ba68c8;
  box-shadow: none;
}

.form-2 .input-group-addon {
  border: 1px solid #ba68c8;
}

.danger-text {
  color: #ff3547;
}

.success-text {
  color: #00c851;
}

.table-bordered.red-border,
.table-bordered.red-border th,
.table-bordered.red-border td {
  border: 1px solid #ff3547 !important;
}

table.c-table th,
table.c-table td {
  padding: 0.5rem;
}

.c-table {
  font-size: 14px;
}

.c-table {
  font-size: 14px;
}

.c-table thead th {
  font-weight: 600;
  color: #000000;
  white-space: nowrap;
}

.c-table tbody th,
.c-table tbody td {
  border: 0 !important;
  color: #6b6969;
  border-bottom: 1px solid #d8d7d7 !important;
}

/* ---------------------- Global Classes ---------------------- */

.login-bg {
  background: url(../images/login-bg.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.login-left-panel {
  background: #fff;
  padding: 20px 30px;
  position: relative;
  max-width: 470px;
  height: 100vh;
  align-items: center;
}

.login-left-panel:before {
  content: "";
  position: absolute;
  right: -320px;
  top: 0;
  bottom: 0;
  height: 0;
  width: 0;
  border-top: 100vh solid transparent;
  border-left: 320px solid white;
}

.login-block {
  width: 70%;
}

.login-block .logo {
  margin-bottom: 80px;
  display: block;
  width: 100%;
}

h1.login-head {
  font-size: 30px;
  color: #003e40;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 2rem 0;
  text-align: center;
}

.login-form {
  position: relative;
}

.login-form fieldset.form-group {
  margin-bottom: 3rem;
  position: relative;
}

.login-form input.form-control {
  padding-left: 22px;
}

.login-form fieldset.form-group i {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 18px;
  color: #0096a4;
}

.login-form fieldset.form-group .form-control::placeholder {
  color: #003e40;
}

.login-form fieldset.form-group .form-control:-ms-input-placeholder {
  color: #003e40;
}

.login-form fieldset.form-group .form-control::-ms-input-placeholder {
  color: #003e40;
}

a.forgot {
  text-align: right;
  font-size: 14px;
  color: #003e40;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
}

a.forgot:hover {
  color: #0096a4;
}

.form-control {
  height: 30px !important;
  padding: 0px 5px;
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #0096a3;
  background: none;
  color: #000;
  width: 100%;
  margin-top: 0.5rem;
}

.login-btn {
  background: #ef5a16;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 20px;
  border: none;
  border-radius: 3px;
  width: 100%;
  padding: 12px 0;
  text-transform: uppercase;
}

.login-btn:hover {
  background: #d84c0d;
  color: #fff;
}

.powered-section {
  position: absolute;
  bottom: 10px;
}

/* --------------  End Login Page -------- */

header {
  background: #f4f4f4;
  height: 85px;
  /* gourav */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-bottom: solid 1px #ddd;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

.tgl-btn {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin: 0 0 0 6rem;
}

.tgl-btn i {
  background: #dceff1;
  font-size: 18px;
  color: #0096a4;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
}

.nav-right li {
  color: #003e40;
  padding: 0 10px;
  font-size: 20px;
  position: relative;
}

.resp-col {
  float: right;
}

.header-notif {
  display: inline-block;
}

.notifications {
  margin: 18px 15px 0 0;
  padding: 0;
  display: inline-block;
  position: relative;
}

.notifications li {
  list-style-type: none;
  display: inline-block;
}

.notifications li a {
  color: #003d3f;
  display: inline-block;
  font-size: 18px;
  padding: 5px 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.notifications li a i {
  font-size: 22px;
  position: relative;
  color: #003d3f;
}

.dropdown-toggle::after {
  display: none;
}

.pointer {
  font-size: 12px;
  background: #e52222;
  color: #fff;
  width: 18px;
  display: inline-block;
  text-align: center;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  right: 5px;
}

.profile {
  float: right;
  padding: 12px 0px 9px;
}

.profile h5 {
  color: #928c8c;
  /* border-bottom: 1px solid #efefef; */
  padding: 6px 0px;
  font-weight: bold;
  letter-spacing: 1px;
  font-weight: 500;
}

.profile span {
  float: left;
  color: #0096a3 !important;
  padding: 8px 12px 8px 8px;
  margin-left: 8rem;
  border-right: 1px solid #efefef;
}

.profile p {
  color: #0096a3 !important;
  padding: 8px;
  font-size: 16px;
  font-weight: 600;
}

.profile-pic {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #878682;
  margin: 0;
  float: left;
}

.profile-pic img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.profile-name {
  margin: 7px 0 0 10px;
  float: left;
  color: #003d3f;
  line-height: 30px;
  font-size: 15px;
}

.profile-name i {
  padding-left: 5px;
  color: #003d3f;
}

.profile ul.dropdown-menu {
  margin: 0px;
  padding: 10px;
  width: 190px;
  top: 45px !important;
  left: auto;
  right: 0;
}

.profile ul.dropdown-menu li a {
  display: block;
}

.profile ul.dropdown-menu li a:hover {
  color: #0096a4;
}

.l-nav {
  /* display: none; */
  /* gourav */
  width: 195px;
  background: #fff;
  position: fixed;
  left: 0;
  top: 82px;
  bottom: 0;
  border-right: solid 1px #ddd;
  transition: all 0.3s ease-in-out;
  transition: all ease-in-out 0.3s;
  box-shadow: 0 12px 11px 5px rgba(0, 0, 0, 0.1);
  overflow: auto !important;
}

.chetu-logo {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 6%;
}

.banner-block img {
  width: 100%;
}

body.hide-nav .l-nav {
  left: 0;
  z-index: 2;
  width: 50px;
  overflow: hidden;
}

body.hide-nav .right-content {
  margin-left: 50px;
}

body.hide-nav header {
  left: 0;
}

.logo-wrapper {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-wrapper img {
  width: 150px;
}

.nav-right {
  padding: 10px 0;
}

.navigation {
  margin: 3px 0 0 0;
}

.navigation li a {
  padding: 15px 20px 15px 50px;
  margin-bottom: 10px;
  display: block;
  font-size: 17px;
  color: #003e40;
  position: relative;
  border-left: 3px solid transparent;
  transition: all 0.3s ease-in-out;
}

.navigation li a span {
  position: absolute;
  left: 10px;
  top: 14px;
  font-size: 20px;
}

.navigation li.drop-down a:after {
  content: "\f101";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 15px;
}

.navigation li a:hover,
.navigation li a.active {
  color: #0096a3;
  background: #e5f4f6;
  border-left: 3px solid #0096a3;
}

ul.navigation ul.submenu li a {
  padding: 12px 20px 12px 60px;
  margin-bottom: 5px;
}

ul.navigation ul.submenu li a span {
  left: 23px;
}

.banner-block {
  background: #f4f8f6;
  min-height: 180px;
  background-size: cover;
}

.banner-block .breadcrumb-wrapper {
  background: #0096a3 !important;
}

.banner-block .breadcrumb {
  background: none;
  padding: 0.25rem 0;
}

.banner-block .breadcrumb li {
  font-size: 14px;
  color: #fff;
}

.banner-block .breadcrumb li a {
  font-size: 14px;
  color: #fff;
}

.banner-block .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.banner-block .breadcrumb-item.active {
  color: #89f5ff;
}

.home-icon {
  text-align: right;
  padding-top: 0.75rem;
}

.home-icon a i {
  font-size: 24px;
  color: #fff;
}

.home-icon a i:hover {
  color: #89f5ff;
}

.banner-head {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  margin: 0px;
  text-align: center;
  margin: 2rem 0;
}

.wrapper {
  background: #fff;
  border-radius: 4px;
  border: solid 1px #ddd;
  margin: -0px 15px;
  padding: 20px 0;
}

.welcome-head {
  font-size: 35px;
  color: #003e40;
  line-height: 48px;
  margin: 0px;
  padding: 3rem 0;
  text-transform: uppercase;
  text-align: center;
}

footer {
  text-align: center;
  font-size: 13px;
  color: #5d5c5c;
  bottom: 0;
  position: fixed;
  width: 100%;
  background-color: #0096a3 !important;
  z-index: 5000;
}

footer p {
  color: #fff;
  padding: 0.5rem;
}

.div-wrapper {
  height: 450px;
  margin-top: 40px;
}

.div-wrapper-home {
  margin-top: 100px;
}

.div-to-align {
  width: 100%;
  padding: 40px 20px;
  /* .... */
}

/*---------------------- Check in Page (start)----------------------------------*/

.page-name {
  font-size: 1rem !important;
  margin: 5px 10px;
  text-transform: uppercase;
  float: left;
  color: #fff;
  font-weight: 500;
}

.dash-block {
  background: #fff;
  box-shadow: 0 3px 12px 0 rgba(115, 106, 106, 0.1);
  border-radius: 5px;
  padding: 10px 0px 10px 0px;
  width: 100%;
  display: inline-block;
  font-weight: 300;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.icon-orange {
  background: transparent;
  box-shadow: 0 8px 8px 2px rgba(234, 152, 131, 0.19);
  border: 2px solid #fc8364;
}

.icon-block {
  border-radius: 60px;
  height: 40px;
  width: 40px;
  text-align: center;
  vertical-align: middle;
  line-height: 38px;
  color: #fff;
  margin: 0.5rem;
}

.pull-left {
  float: left;
}

.block-right {
  width: 70%;
}

.pull-right {
  float: right;
}

.dash-block i {
  font-size: 1.2rem;
  color: #fc8364;
}

.flex_row_box .dash-block h4 {
  font-size: 1.1rem;
}

.dash-block h4 {
  float: left;
  margin-top: 18px;
  font-weight: 400;
  color: #595c5c;
  margin-left: 3px;
}

.dash-block h3 {
  float: right;
  font-weight: 700;
  color: #979a9a;
}

.count-value {
  position: absolute;
  top: 2px;
  right: 20px;
  font-size: 1.3rem;
}

.account-block a,
.orange-block a,
.report-block a,
.setup-block a {
  color: #fff;
  width: 100%;
  text-align: right;
  display: block;
  background: #fc8364;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0.25rem;
}

.dash-block a {
  font-weight: 400;
  font-size: 13px;
}

a.v-del {
  color: inherit;
  text-decoration: none;
  /* padding: 0.5rem; */
  background: #0096a3 !important;
  margin-bottom: 0px;
  padding: 5px;
  /* margin-top: 10px; */
  border: 1px solid transparent;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  color: #fff !important;
  font-size: 12px;
  cursor: pointer;
  margin-right: 2px;
}

.border-left-primary {
  border-left: 0.25rem solid #4e73df !important;
}

.border-left-info {
  border-left: 0.25rem solid #36b9cc !important;
}

.border-left-success {
  border-left: 0.25rem solid #1cc88a !important;
}

.card-body {
  flex: 1 1 auto;
  padding: 0.5rem 1.25rem;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.color1 {
  color: #595c5c !important;
}

.pull-left i {
  color: #4e73df;
  font-size: 2rem;
}

.l-nav ul.navigation li ul.cust-ul {
  background: #f4f8f6 !important;
}

.text-gray-300 {
  color: #dddfeb !important;
}
.custom-select {
  font-size: 14px !important;
  border: none;
  border-bottom: 1px solid #0096a3;
  border-radius: 0px;
  background-color: transparent;
}

/*content section */
.custom-select-new {
  font-size: 14px !important;
  border: 1px solid #b7b7b7 !important;
  border-radius: 0px;
  background-color: #ffffff !important;
  border-radius: 7px;
  margin-top: 1rem;
  outline: none !important;
}
.custom-select-new:focus-visible {
  outline: none;
}
.custom-wrapper {
  background: #1a99a51f;
  padding: 40px 20px;
  border-radius: 10px;
  width: 63%;
  margin: 0 auto;
  border: 1px solid #8cf5ff;
}
.custom-wrapper:focus {
  background: #b5dbe5;
  padding: 40px 20px;
  border-radius: 10px;
  width: 63%;
  margin: 0 auto;
  opacity: 0.7;
  border: 1px solid #1798a4;
}
.custom-wrapper .control-label {
  color: #000000;
  font-size: 1.3rem;
}

.custom-wrapper .cust-selectect-new {
  font-size: 15px;
  color: #000;
  height: 50px;
}
.custom-wrapper option {
  font-size: 15px;
  color: #000;
}

/*---------------------- Check in Page (end)----------------------------------*/

/*---------------------- Welcome Page (start)----------------------------------*/

.btn.btn-green-bg {
  background: #0096a3;
  color: #fff !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.btn-green-bg:hover {
  background: #7fb13d !important;
}

.btn.btn-orange-bg {
  background: #ff8c00;
  color: #fff !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.btn-orange-bg:hover {
  background: #ef890d !important;
}

.btn-chetu-bg {
  background: #1798a4;
  color: #fff !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.wel-btn {
  padding: 1rem 3rem !important;
  font-size: 2rem !important;
  line-height: 1.5 !important;
  border-radius: 0.3rem !important;
  border-bottom: 2px solid #f3f0f0;
}

.rotate-180 {
  transform: rotate(180deg);
}

.visitor-sec {
  margin: 0 auto;
  border-radius: 12px;
  min-height: 178px;
}

.visitor-sec img {
  border: 6px solid #efefef;
  width: 155px;
}

.btn-w-45 {
  width: 90%;
}

.btn-w-22 {
  width: 45%;
}

.wrapper h3 {
  margin-top: 3px;
  margin-bottom: 5px;
  font-size: 1.5rem;
}

.control-label {
  font-weight: 600;
  color: #615f5f;
}

.form-group.required .control-label:after {
  content: "*";
  color: red;
}

.requiredField:after {
  content: "*";
  color: red;
}

.create-pass-form {
  /* border: red; */
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  padding: 1rem;
}

/*
[type=checkbox],
.custom-radio [type=radio] {
	position: absolute;
	left: 0;
	top: 0;
	height: 18px;
	width: 18px;
	z-index: 1;
}

*/

.sec-title {
  background: #ebeff3 !important;
  text-align: left;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-transform: uppercase;
  border: 0px;
  border-bottom: 1px solid #ccc6c6;
  border-top-right-radius: 23px;
  border-top-left-radius: 23px;
}

.sec-title h3 {
  font-size: 20px;
  color: #0096a3 !important;
}

label.lbl-gender {
  position: relative;
  top: -4px;
  margin-right: 23px;
}

.btn-green-bg {
  background: #95c851 !important;
}

h2.wel-txt {
  padding-bottom: 4rem;
  font-size: 64px;
  color: #444;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9,
    0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1),
    0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2),
    0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2),
    0 20px 20px rgba(0, 0, 0, 0.15);
}

/*---------------------- Welcome Page (end)----------------------------------*/

/*------------------------login (start) --------------------------*/

.login-box {
  margin-top: 75px;
  height: auto;
  background: #fff !important;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  /* border-top: 3px solid #0096a3 !important;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px; */
}

.login-key {
  height: 100px;
  font-size: 80px;
  line-height: 100px;
  background: -webkit-linear-gradient(#0096a3, #c6f5ff);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.login-title {
  margin-top: 15px;
  text-align: center;
  font-size: 30px;
  letter-spacing: 2px;
  margin-top: 15px;
  font-weight: bold;
  color: #0096a3 !important;
  text-align: left;
  padding: 0px 1.8rem;
  font-size: 21px;
  text-transform: capitalize;
}

.login-form {
  margin-top: 25px;
  text-align: left;
}

.login-form input[type="password"],
.login-form input[type="text"] {
  border: none;
  border-top: 0px;
  border-radius: 0px;
  outline: 0;
  padding-left: 0px;
  margin-bottom: 0px;
  color: #444;
  padding-left: 5px;
  font-size: 13px;
  font-size: 16px;
  color: #a09e9e;
}
.login-form button[type="submit"]:hover {
  background: #5aabb3;
}

.login-form .form-group {
  margin-bottom: 40px;
  outline: 0px;
}
.login-form .form-control {
  border-bottom: 0px;
}
.login-form .login-error {
  font-size: 12px;
  color: red !important;
}
.login-form .form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  color: #444;
  font-size: 16px;
  color: #a09e9e;
}

.login-form input:focus {
  outline: none;
  box-shadow: 0 0 0;
}

.login-form label {
  margin-bottom: 0px;
}

.login-form .form-control-label {
  font-size: 10px;
  color: #6c6c6c;
  font-weight: bold;
  letter-spacing: 1px;
}

.login-form .btn-outline-primary {
  border-color: #0db8de;
  color: #0db8de;
  border-radius: 0px;
  font-weight: bold;
  letter-spacing: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.login-form .form-group {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 0px 2px rgba(0, 0, 0, 0.23);
}
.login-form .btn-outline-primary:hover {
  background-color: #0db8de;
  right: 0px;
}
.login-form .input-group-text {
  border: 0px;
}
.login-form .login-btm {
  float: left;
}

.login-form .login-button {
  padding-right: 0px;
  text-align: right;
  margin-bottom: 25px;
}

.login-form .login-text {
  text-align: left;
  padding-left: 0px;
  color: #a2a4a4;
}

.login-form .loginbttm {
  padding: 0px;
}

.login-form i {
  border: 1px solid #fff;
  border-radius: 14%;
  padding: 6px;
  background: #fff;
  color: #0096a3 !important;
}
.login-form ::-webkit-input-placeholder {
  color: #a09e9e;
}
.login-form :-ms-input-placeholder {
  color: #a09e9e;
}
.login-form ::placeholder {
  color: #a09e9e;
}
.diagonal-shadow::before,
.diagonal-shadow::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.diagonal-shadow {
  z-index: 1;
  padding-top: 6em;
  background: #fff;
}
/*------------------ e Pass page (start)-----------------*/

/*Profile Card 3*/
.visitors-box .profile-card-3 {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  text-align: center;
  height: 500px;
  border: none;
}
.visitors-details .profile-card-3 {
  height: 460px !important;
}
.visitors-box .profile-card-3 .background-block {
  float: left;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.visitors-box .profile-card-3 .background-block .background {
  width: 100%;
  vertical-align: top;
  opacity: 0.9;
  -webkit-filter: blur(0.5px);
  filter: blur(0.5px);
  -webkit-transform: scale(1.8);
  transform: scale(2.8);
}
.visitors-box .profile-card-3 .card-content {
  width: 100%;
  padding: 15px 25px;
  color: #232323;
  float: left;
  background: #fff;
  height: 20%;
  border-radius: 0 0 5px 5px;
  position: relative;
  z-index: 0;
}
.visitors-box .profile-card-3 .card-content::before {
  content: "";
  background: #fff;
  width: 120%;
  height: 100%;
  left: -5px;
  bottom: 63px;
  position: absolute;
  z-index: -1;
  transform: rotate(-9deg);
}
.visitors-details .profile-card-3 .card-content::before {
  bottom: 55px;
}
.visitors-box .profile-card-3 .profile {
  min-width: 50%;
  height: 167px;
  border-radius: 7%;

  opacity: 1;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 1);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);

  padding: 0px !important;
}
.visitors-box .profile-card-3 h2 {
  margin: 0 0 5px;
  font-weight: 600;
  font-size: 25px;
}
.visitors-box .profile-card-3 h2 small {
  display: block;
  font-size: 15px;
  margin-top: 10px;
}
.visitors-box .profile-card-3 i {
  display: inline-block;
  font-size: 16px;
  color: #232323;
  text-align: center;
  border: 1px solid #232323;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  margin: 0 5px;
}
.visitors-box .profile-card-3 .icon-block {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.visitors-box .profile-card-3 .icon-block a {
  text-decoration: none;
}
.visitors-box .profile-card-3 i:hover {
  background-color: #232323;
  color: #fff;
  text-decoration: none;
}
.visitors-box .background-block {
  background-color: #0096a3 !important;
  background: -webkit-linear-gradient(#0096a3, #8cb0b3);
  -webkit-print-color-adjust: exact;
}
.visitors-box .e-pass-det {
  padding: 0 2rem;
  color: #928c8c;
}
.visitors-box .e-pass-label {
  padding-right: 2rem;
}
/* Report Page */
.report-mob-head {
  margin-top: 80px;
}

/*Start Media Query --- Please put all respective media queries in bottom of this page*/
@media screen and (min-width: 1920px) {
  .login-left-panel {
    max-width: 700px;
  }
}
@media screen and (max-width: 1024px) {
  .div-wrapper {
    height: 815px;
    margin-top: 40px;
  }
  .bg-back {
    background: #f4f8f6 !important;
  }
}

@media screen and (min-width: 1024px) {
  .pull-left i {
    color: #4e73df;
    font-size: 4rem;
  }
  .bg-none {
    background: transparent !important;
  }
  .btn-w-45 {
    width: 45%;
  }
  .btn-w-22 {
    width: 22%;
  }
  .create-pass-form {
    /* border: red; */
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    padding: 1rem;
    border-top: 7px solid #0096a3;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }
  .visitor-sec img {
    border: 6px solid #efefef;
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .login-left-panel:before {
    right: 0;
    border-top: 0;
    border-left: 0;
  }
  .login-left-panel {
    max-width: none;
  }
  .logo-wrapper img {
    width: 81px !important;
  }
  footer p {
    color: #fff;
    padding: 0.5rem;
    font-size: 11px;
  }
  .login-left-panel:before {
    right: 0;
    border-top: 0;
    border-left: 0;
  }
  .login-block {
    width: 100%;
  }
  .login-block .logo {
    width: 100%;
  }

  .right-content {
    margin-left: 0px;
    margin-top: 57px;
  }
  .mar-mob {
    margin-top: 40px;
  }
  .l-nav {
    width: 0;
  }
  header {
    height: auto;
  }
  body.hide-nav .l-nav {
    width: 245px;
  }
  body.hide-nav .right-content {
    margin-left: 0px;
  }
  .logo-wrapper {
    white-space: nowrap;
    align-items: center;
    justify-content: center;
  }

  .logo-wrapper a.headerBtnText {
    padding: 0px 0px 0px 10px !important;
    font-size: 14px;
  }

  .logo-wrapper a.headerBtnText i {
    font-size: 15px;
  }
  .logo-wrapper a img {
    margin: 0 !important;
  }
  .tgl-btn {
    float: right;
  }
  .logo-wrapper img {
    width: 127px;
  }
  .l-nav {
    top: 77px;
  }
  .div-wrapper {
    height: auto;
  }
  .order-dd-1 {
    order: 1;
  }
  .order-dd-2 {
    order: 2;
  }
  .show-mob {
    display: block !important;
    background: none;
    min-height: 0;
    margin-bottom: 15px;
    top: -15px;
    position: relative;
  }
  .sec-title {
    display: none !important;
  }
  .mob-pad-0 {
    padding: 0px !important;
  }
  .mob-mt-0 {
    margin-top: 0 !important;
  }
  .visitors-box .e-pass-det {
    padding: 0 0.5rem;
    font-size: 13px !important;
  }
  .report-mob-head {
    margin-top: 71px;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .right-content {
    margin-left: 0px;
    margin-top: 74px;
  }
  .l-nav {
    top: 94px;
  }
  .mar-mob {
    margin-top: 55px !important;
  }
  .report-mob-head {
    margin-top: 88px;
  }
}

@media screen and (max-width: 480px) {
}

/* -----------------iPhone 5/SE  and 6/7/8 (Combine) in portrait ----------------------*/

@media screen and (max-width: 320px),
  screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait),
  screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
  .login-block .logo {
    margin-bottom: 12px;
  }
  h1.login-head {
    margin: 0 0 1rem 0;
  }
  .login-form fieldset.form-group {
    margin-bottom: 2rem;
  }
  #welcome-page .wel-txt {
    padding-bottom: 3rem;
    font-size: 25px;
  }
  #welcome-page .wel-btn {
    padding: 1rem 0rem !important;
    font-size: 1.5rem !important;
    line-height: 0.5 !important;
    min-width: 200px;
    margin-bottom: 2rem;
    margin-right: 0px !important;
  }
  .profile h5 {
    font-size: 11px;
  }
  .profile span {
    font-size: 12px;
    margin-left: 3.2rem;
    padding: 6px 12px 8px 8px;
  }
  .profile p {
    padding: 7px;
    font-size: 11px;
  }
  .logo-wrapper img {
    width: 60px !important;
    margin-top: 10px;
  }
  #welcome-page .div-wrapper {
    height: 330px;
  }
  .table-max-height {
    max-height: 400px;
    overflow: auto;
    font-size: 12px;
  }
  .tgl-btn {
    margin: 0.6rem 0 0 1rem;
  }
}

/* -----------------iPhone 5/SE  and 6/7/8 (Combine) in landscape ----------------------*/

@media screen and (max-width: 568px) and (orientation: landscape),
  screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape),
  screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
  .logo-wrapper img {
    width: 178px !important;
    margin-top: 3px;
  }
  #welcome-page h2.wel-txt {
    padding-bottom: 1.5rem;
    font-size: 32px;
  }
  #welcome-page .wel-btn {
    padding: 0.5rem 0rem !important;
    font-size: 0.85rem !important;
    line-height: 0.5 !important;
    min-width: 200px;
    margin-bottom: 2rem;
    margin-right: 0px !important;
  }
  #welcome-page .div-wrapper {
    height: 100px;
  }
  .table-max-height {
    max-height: 200px;
    overflow: auto;
    font-size: 12px;
  }
  .tgl-btn {
    margin: 1rem 0 0 2rem;
  }
}

/* -----------------iPhone 6/7/8 in portrait (individual) (start) ----------------------*/

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
  #welcome-page .div-wrapper {
    height: 444px;
  }
  #welcome-page h2.wel-txt {
    font-size: 31px;
  }
  .logo-wrapper img {
    width: 103px !important;
    margin-top: 10px;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
  #welcome-page .div-wrapper {
    height: 510px;
  }
  #welcome-page h2.wel-txt {
    font-size: 35px;
  }
}

@media only screen and (min-device-width: 569px) and (max-device-width: 736px) and (orientation: landscape) {
  #welcome-page .div-wrapper {
    height: 160px;
  }
  #welcome-page h2.wel-txt {
    padding-bottom: 1.5rem;
    font-size: 40px;
  }
}

/* -----------------iPhone X in landscape (start) ----------------------*/

/* @media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3){
    #welcome-page .div-wrapper {
        height: 583px;
    }

} */

/* -----------------iPad in landscape ----------------------*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #welcome-page .div-wrapper {
    height: 543px !important;
  }
  .bg-none {
    background: transparent !important;
  }
  .table-max-height {
    max-height: 1000px;
    overflow: auto;
  }
}

/* -----------------iPad in portrait ----------------------*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .div-wrapper {
    height: 780px !important;
  }
  .bg-none {
    background: transparent !important;
  }
  .table-max-height {
    max-height: 800px;
    overflow: auto;
  }
  .logo-wrapper img {
    width: 142px !important;
  }
  .visitors-box .e-pass-det {
    padding: 0 1rem;
    color: #928c8c;
  }
  .visitors-box .e-pass-label {
    padding-right: 0.5rem;
  }
  .control-label {
    font-size: 10px;
  }
}

.backend-error {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
  text-align: left;
}

#canvas,
#captured-img,
.hideByDefault {
  display: none;
}

#video {
  border: 1px solid black;
  box-shadow: 2px 2px 3px black;
}

.checkbox-pass {
  margin-top: 0px;
  margin-left: 17px;
}

.form-check-label-pass {
  margin-top: 3px;
  margin-left: 35px;
}
/*19-6-2020*/
.waiting-visitor-left {
  border-left: 0.25rem solid #ffc107 !important;
}
.checkout-left-visitor {
  border-left: 0.25rem solid #f27474 !important;
}
.pt-right {
  padding-right: 0;
}

.file-export a {
  margin-right: 5px;
}

a.link-disabled {
  pointer-events: none;
  cursor: default;
}

/* 03 - Feb */
#video {
  max-width: 289px;
  height: auto;
  box-shadow: none;
  border: 6px solid #dcdcdc;
}
.btn-w-20 {
  width: 20%;
}
.remove {
  position: absolute;
  right: 16px;
  background: #0096a3;
  color: #fff;
  padding: 7px;
  color: 6px;
  border-radius: 12px;
  font-size: 10px;
}
.cus-container {
  max-height: 163px;
  overflow: auto;
  margin-top: 15px;
}

.color-blue-custom {
  color: #0096a3;
}
.hide {
  display: none !important;
}

.visitor-lable {
  float: left;
}

.form-group.required .control-label-optional:after {
  content: "" !important;
}

.imgInput {
  display: block;
}
.imgDiv {
  width: 125px;
  display: inline-block;
  position: relative;
}
.imgRemove {
  position: absolute;
  right: 0px;
  background: #0096a3;
  color: #fff;
  padding: 7px;
  color: 6px;
  border-radius: 12px;
  font-size: 10px;
  cursor: pointer;
}
.custom-img-thumbnail {
  padding: 0px;
}
.profile-report {
  float: right;
}
.homeBtn {
  margin-top: 60px;
  margin-left: 50px;
}
.srno-th {
  width: 5%;
}
.deleteIcon {
  font-size: 25px;
  cursor: pointer;
  color: #0096a3;
}
.alertMsg {
  top: 10px;
  right: 30px;
  width: 50%;
  z-index: 5000;
}
.myFormControl {
  line-height: 1 !important;
}
.loader {
  position: fixed;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding-top: 10%;
  box-sizing: border-box;
  top: 0px;
}
.loaderInactive {
  display: none !important;
}
.loaderActive {
  display: block !important;
}
.daterangepicker td.in-range {
  background-color: #007bff !important;
  color: white;
}
.headerHomeBtn {
  font-size: 25px;
  color: #0096a3;
}
.headerBtnText {
  font-size: 20px;
  color: #0096a3;
}
.moduleRow {
  background-color: rgba(0, 0, 0, 0.05);
}
.subModuleRow {
  background-color: none;
}
.securityGuardFormDiv {
  display: none;
}
.faColor {
  color: gray;
}
.boxBtn {
  width: 100%;
}
.faBtnColor {
  color: #0096a3;
}

.reportFormInline {
  display: inline-block;
}


/* root page css start */

.leftPartContainer {
  text-align: center;
  margin-top: 0;
  width: 100%;
}
.leftPart {
  background-image: url(../images/map.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top right;
}
.loginBtn {
  width: 50%;
  font-size: 18px;
}
.rightPart {
  height: 100%;
  background-image: url(images/login-bg.3a70c40edc844d134812.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.leftPart,
.rightPart {
  height: 100vh;
  display: flex;
  align-items: center;
}

.rightPart {
  justify-content: end;
  align-items: flex-end;
}
.leftPart:after {
  width: 320px;
  height: 100%;
  position: absolute;
  content: "";
  background-image: url(images/login-white-angle.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 0;
  right: -320px;
  z-index: 999;
}
.vmsText div {
  text-align: right;
  color: #fff;
  font-size: 41px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
}
@media Only screen and (max-width: 1199px) {
  .action-wrapper a .boxBtn {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1024px) {
  .vmsText div {
    text-align: right;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
  }
}

@media only screen and (max-width: 767px) {
  .rightPart {
    display: none;
  }
  .leftPart:after {
    display: none;
  }
  .action-wrapper a .boxBtn {
    font-size: 0.8rem;
    white-space: nowrap;
    padding: 10px 10px;
  }
}

.rightPartContainer {
  height: 100%;
  display: flex;
  align-items: end;
  width: 100%;
}
.vmsText {
  background: rgba(0, 150, 163, 0.9);
  text-align: center;
  font-weight: bolder;
  font-size: 3rem;
  margin: 0;
  margin-top: 45%;
  margin-bottom: 26%;
  width: 100%;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  padding: 30px 40px;
}
@media Only screen and (max-width: 360px) {
  header.shad
    .container-fluid.d-flex.justify-content-between.align-content-center {
    flex-direction: column;
  }

  header.shad {
    padding: 10px 0px;
    text-align: center;
  }

  .resp-col.text-right {
    text-align: center !important;
  }

  .profile h5 {
    font-size: 14px;
    width: 100%;
  }

  .profile div {
    display: inline-flex;
  }
  .profile span {
    margin: 0;
  }
}
/* root page css end */

/* customer Inventory css start */

.custom-table-striped > tbody > tr:nth-child(2n) > td,
.table-striped > tbody > tr:nth-child(2n) > th {
  background-color: #dfdfdf;
}

.checkBoxTd {
  width: 5%;
}
.checkBoxTd > .checkbox {
  width: 15px;
  height: 15px;
}
.itemTd1 {
  width: 5%;
}
.itemTd2 {
  width: 22.5%;
}
.itemTd3 {
  width: 22.5%;
}
.itemTd4 {
  width: 22.5%;
}
.itemTd5 {
  width: 22.5%;
}
.itemTd6 {
  width: 5%;
}

.inventoryStatusDivHide {
  display: none;
}

.inventoryStatusDivShow {
  display: block;
}

.nameDivHide {
  display: none;
}
.nameDivShow {
  display: block;
}
.emailDivHide {
  display: none;
}

.emailDivShow {
  display: block;
}

.daterangeDivHide {
  display: none;
}

.daterangeDivShow {
  display: block;
}

.logTd1 {
  width: 25%;
}
.logTd2 {
  width: 50%;
}

.logTd3 {
  width: 25%;
}

.logLabel {
  font-weight: bolder;
}

.logItemBox {
  border: 1px solid gray;
}

.customerInventoryReportTable {
  width: 130%;
}

.customerInventoryReportTable tr th {
  vertical-align: top;
}

.gatepass_note {
  font-size: 13px;
  color: red;
}
/* customer Inventory css end */
.ux-modal {
  display: flex;
  justify-content: center;
}
.ux-modal-heading {
  font-weight: 600;
  font-size: 18px;
}
.ux-label-approval {
  font-size: 14px;
  font-weight: 600;
}
.ux-modal-dropdown {
  margin: 1rem 0 0.8rem;
}
.ux-btn {
  background-color: #17a2b8;
  color: #fff;
}
.ux-btn:hover {
  background-color: #138496;
  color: #fff;
}
.ux-note {
  display: flex;
  margin-bottom: 16px;
  background-color: #fff;
  width: 100%;
  padding: 16px 8px;
}
.ux-note h6 {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 700;
}

#email-error {
  color: red;
}

#location-error {
  color: red;
}

#name-error {
  color: red;
}
#meet_email-error {
  color: red;
}

#phone_number-error {
  color: red;
}

span.mobile.mobileError {
  color: red;
}

span.otp.mobileError {
  color: red;
}

span#otpError {
  color: red;
}

/* Changing the color for the background for the modal popup */

.modal-backdrop {
  background-color: #0000006b;
}

/* changing the font-size for the modla heading  */

.modal-header h5 {
  font-size: 1rem;
}

.modal-header span {
  font-size: 1.5rem;
}

span.mobile.mobileErrorrs {
    color: red;
}

span#EmailotpError {
    color: red;
}

span.error {
  color: red;
}




/* 5/07/2026 */

.or-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 20px 0; 
}

.or-circle {
  display: inline-block;
  width: 40px;     
  height: 40px;      
  line-height: 40px; 
  border-radius: 50%; 
  background-color: #17a2b8; 
  color: #fff;      
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2); 
}
