f.header-red {
  background-color: red;
  padding-top: 0.5%;
  padding-bottom: 0.5%;
}

.header-heading {
  padding: 2%;
  color: white;
  margin-left: 20%;
}

.user-img {
  margin-left: 6%;
}

.user-name {
  color: white;
  margin-top: 7px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
}

.heading-brand {
  font-size: 18px;
  color: black;
  margin-top: 14px;
  font-weight: bold;
}

.button-grey {
  background: #515151;
  border: grey;
  color: white;
  float: right;
  margin-right: 4%;
  margin-top: -7%;
}

.button-search {
  background: #515151;
  border: #515151;
  color: white;
  padding: 10px 25px 10px 25px;
  margin-top: 3%;
}

.input-color {
  padding: 10px;
  background-color: #a8a8a8;
  border: 0px;
  outline: none;
  margin-left: -4px;
}

.button-magnifine {
  background: #515151;
  border: #515151;
  color: white;
  padding: 11px 14px 15px 14px;
  margin-left: -4px;
}

.button-action {
  background: white;
  border: 0;
  border-radius: 10%;
  color: #078d78;
  margin-left: 4%;
  padding: 2px 10px 2px 10px;
}

.button-action-top {
  float: right;
  background: transparent;
  border: 1px solid transparent;
  color: white;
  padding-right: 28px;
  padding-top: 6px;
  outline: none;
}

.placement {
  margin-left: 7px;
  margin-top: -4px;
  border-top: 5px solid white;
  outline: 0;
}

.button-AddnewBa {
  background: #515151;
  border: #515151;
  color: white;
  padding: 10px 25px 10px 25px;
  margin-top: 3%;
  float: right;
  margin-right: 3px;
}

.thead {
  background-color: #078d78;
  color: #ffffff;
}

.center {
  text-align: center;
}

.dropdown-action {
  min-width: 90px;
  background-color: #515151;
  margin-left: 7%;
}

.dropdown {
  display: inline;
}

.dropdown-action-top {
  min-width: 90px;
  background-color: #078d78;
  margin-left: 15px;
  margin-top: 30px;
}

.dropdown-action-top > li > a {
  color: #ffffff;
}

.dropdown-action-top > li > a:hover {
  color: #09b89d;
  background: transparent;
}

.dropdown-action > li > a {
  color: white;
}

th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: "CenturyGothic";
  padding: 8px;
}

.S-email {
  border: 0;
  border-bottom: 1px solid #078d78;
  display: block;
  padding: 5px;
  outline: none;
  width: 100%;
}

.S-password {
  border: 0;
  border-bottom: 1px solid #078d78;
  display: block;
  padding: 5px;
  outline: none;
  width: 100%;
}
.mh-btn {
  background-color: #078d78;
  border-color: #078d78;
  color: white;
  text-align: center;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 6% 13%;

  border-radius: 0%;
}
.mh-btn {
  background-color: #078d78;
  border-color: #078d78;
  color: white;
  text-align: center;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 5% 13%;
  border-radius: 0%;
}

.submit {
  background-color: #078d78;
  border-color: #078d78;
  color: white;
  text-align: center;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 5% 40%;
  border-radius: 0%;
}
.mh-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1rem;
}
.mh-flex label {
  padding: 3rem 0 !important;
  width: auto;
}
.selfieSubmit {
  background-color: #078d78;
  border-color: #078d78;
  color: white;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-left: 40%;
  padding-right: 40%;
  border-radius: 0%;
}

/******************** Tags-Input ************/

section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}

.input-none {
  display: none;
}

.bootstrap-tagsinput {
  display: block;
  width: 100%;
  height: 150px;
  border: 0;
  border-bottom: 1px solid lightgrey;
}

label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
  width: 48%;
}

label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid #078d78;
  border-bottom: 1px solid #fff;
  width: 50%;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}

textarea {
  resize: none;
  margin-left: 3%;
}

@media screen and (max-width: 650px) {
  label {
    font-size: 0;
  }

  label:before {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  label {
    padding: 15px;
  }
}

/*************** LOGIN- PAGE ****************/
.login-header {
  background-color: #09b89d;
  color: white;
  height: 8%;
}

.background-banner {
  background-image: url(../images/abi-bg.webp);
  background-size: cover;
  background-position: 50% 50%;
  height: 100vh;
  width: 100vw;
  background-repeat: no-repeat;
  object-fit: cover;
}

.S-login-email::placeholder {
  color: #078d78;
}

.S-login-email {
  border: 0;
  border-bottom: 1px solid #078d78;
  display: block;
  outline: none;
  background-color: transparent;

  width: 100%;
}

.S-login-password::placeholder {
  color: #078d78;
}

.S-login-password {
  border: 0;
  border-bottom: 1px solid #078d78;
  display: block;
  outline: none;
  background-color: transparent;
  width: 100%;
}

.white-color-lable {
  color: white;
  font-weight: bold;
  font-size: 20px;
  margin-left: 12%;
}

.purple-color-lable {
  color: #007943;
  font-weight: bold;
  font-size: 20px;
  margin-left: 12%;
}

.white-color {
  color: white;
}

.login-submit {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #82c8ae;
  background: transparent;
  border-color: transparent;
  color: white;
  margin-top: 15%;
}

.login-submit:hover,
.login-submit:active,
.login-submit:focus {
  outline: none;
}

.login-logo {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-bottom: 3%;
}

::-webkit-input-placeholder {
  color: grey;
}

#blacksearch::-webkit-input-placeholder {
  color: grey;
}

#dashboardblacksearch::-webkit-input-placeholder {
  color: grey;
}

#Reporting-blacksearch::-webkit-input-placeholder {
  color: grey;
}

#ambasadordashboard-blacksearch::-webkit-input-placeholder {
  color: grey;
}

#from::-webkit-input-placeholder {
  color: grey;
}

#to::-webkit-input-placeholder {
  color: grey;
}

.borderless td,
.borderless th {
  border: none;
}

/************ ADMIN-BA ***************/

.side-nav-heading {
  color: #fff;
  font-weight: 700;
  padding-top: 5%;
  padding-bottom: 5%;
  letter-spacing: 0.1px;
  background-color: #09b89d;
  font-size: 16px;
  padding-left: 12px;
  margin-top: 0%;
  margin-bottom: 1%;
}

.side-nav-caret {
  float: right;
  margin-right: 20px;
  margin-top: 6px;
}

.sidenav a {
  padding: 8px 8px 5px 25px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.1px;
  font-size: 14px;
  color: #09b89d;
  display: block;
  font-family: "CenturyGothic";
}

.sidenav a:hover {
  padding: 8px 8px 8px 40px;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 0.1px;
  font-size: 14px;
  color: #09b89d;
  display: block;
  background-color: white;
  font-family: "CenturyGothic";
}

.side-nav-links a:hover:before {
  content: "-";
  padding-right: 10px;
  color: #fff;
}

/* .active-color {
  color: #00000075 !important;
  background-color: #09b89d4f;
  font-weight: bold !important;
} */

.active-color {
  color: #ffffff !important;
  background-color: #00aeef;
  font-weight: bold !important;
}

.sidebarSelected:before {
  /*content: '-';*/
  /*padding-right: 10px;*/
  color: #fff;
}

.sidebar-logo {
  background: white;
  display: block;
  text-align: center;
  height: 90px;
}

/* .sidebar-logo img {
  width: auto;
  height: 90%;
  padding: 5%;
  margin: 0 auto;
} */

.sidebar-logo img {
  width: auto;
  height: 100%;
  padding: 10px;
}

.adminBA-header {
  background-color: #09b89d;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 40px;
}

.button-search-white {
  background: white;
  border: #515151;
  color: grey;
  padding: 10px 25px 10px 25px;
  margin-top: 3%;
  font-weight: bold;
}

.button-magnifine-white {
  background: white;
  border: white;
  color: grey;
  padding: 7px 14px 15px 14px;
  margin-left: -4px;
  text-align: center;
}

.input-color-litegrey {
  padding: 10px;
  background-color: #f7f8fa;
  border: 0px;
  outline: none;
  margin-left: -4px;
  width: 30%;
}

.button-AddnewBa-white {
  background: white;
  border: white;
  color: black;
  padding: 10px 25px 10px 25px;
  margin-top: 3%;
  float: right;
  margin-right: 3px;
  font-weight: bold;
}

.table-footer {
  background-color: #078d78;
  color: black;
  padding: 0.5%;
  margin-top: -19px;
}

.arrow-right {
  background: white;
  border: 0;
  color: black;
  padding: 8px 15px 8px 15px;
  margin-top: -9px;
  float: right;
  margin-right: 3%;
}

.arrow-left {
  background: white;
  border: 0;
  color: black;
  padding: 8px 15px 8px 15px;
  margin-top: -9px;
  float: right;
  margin-right: 1%;
}

.pagination-arrow-color {
  color: #9c9ba9;
}

.navbar-input-tag {
  border-radius: 38px;
  border: 1px solid #fafafa;
  padding: 2%;
}

.navbar-input-tag:hover,
.navbar-input-tag:active,
.navbar-input-tag:focus {
  outline: none;
}

/***** OVERALL-DASHBOARD *******/
.heading-brand-overall {
  margin-top: 1%;
  color: black;
  padding: 1%;
  font-weight: bold;
}

.panel-color {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
}

.panel-inside-margin {
  font-size: 12px;
  padding-top: 5%;
  padding-left: 10%;
  padding-bottom: 5%;
}

.large-panel-inside-margin {
  padding-top: 5%;
  padding-bottom: 5%;
}

.panel-heading {
  font-size: 12px;
  height: 30%;
  text-align: center;
}

.panel-value {
  height: 50%;
  text-align: center;
}

.progress {
  height: 4px;
  width: 80%;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress {
  height: 4px;
  width: 80%;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/********************** NEW-SIDE BAR ********************/
.input-name {
  padding: 0.5%;
  border-radius: 38px;
  width: 200px;
  border: 1px solid white;
}

.side-date {
  float: right;
  margin-top: -3%;
  margin-right: 18%;
  font-weight: bold;
}

.filter-background {
  float: right;
  margin-top: -3.5%;
  margin-right: 7%;
  background-color: #b7b7b7;
  border-color: #b7b7b7;
  border-radius: 10px;
  padding: 2px 30px 2px 30px;
  outline: none;
  color: white;
}

.font-18 {
  font-size: 18px;
}

.table-date {
  color: #09b89d;
  font-weight: bold;
}

.col-10 {
  margin-left: 16.6%;
}

.sidenav {
  background-color: #ffffff;
  min-height: 100%;
  position: fixed;
  top: 0;
  width: 16.6%;
  overflow: hidden;
  bottom: 0;
}

.dateStyle {
  border-radius: 38px;
  border: 1px solid #cccccc;
  padding: 4%;
}

.dateStyle:hover,
.dateStyle:active,
.dateStyle:focus {
  outline: none;
}

.tableLength {
  height: 400px;
  overflow-y: scroll;
}

.dataTableLength {
  height: 80px;
  margin-left: 15%;

  margin-right: 0%;
}

.piechart-col {
  margin-bottom: -250px;
}

.link-color {
  color: #007943;
}

.ba-chart {
  background-color: white;
  height: 150px;
  width: 350px;
  float: right;
}

.saleLabel {
  margin-top: 0px;
  text-align: center;
}

#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 10px;
}

#style-3::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

#style-3::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #078d78;
}

.dataTableLength::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.dataTableLength::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

.dataTableLength::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #2ea06d;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
}

body {
  font-family: "CenturyGothic";
}

.top-margin {
  padding-bottom: 4%;
}

.padding-top {
  padding-top: 2%;
}

.th-color {
  color: #078d78;
}

@media screen and (max-width: 85em) {
  .ba-chart {
    background-color: white;
    height: 95%;
    width: 70%;
    margin-left: 10%;
  }

  .user-name {
    color: white;
    margin-top: 7px;
    margin-left: 0px;
  }
}

.table-content-font {
  font-size: 12px;
}

.inputFieldColor {
  color: #078d78;
  font-size: 14px;
}

.background-banner .inputFieldColor {
  color: #000;
  font-size: 14px;
}

.rangeCompetitorDropDown {
  margin-bottom: 5px;
}

.box-shadow {
  background-color: #ffffff;
}

.performance {
  font-weight: 700;
  font-size: 40px;
  margin: 0;
  padding: 0;
  color: #000000;
}

.table-border-none {
  border-bottom: 0px !important;
}

.custom-table > tbody > tr > th,
.custom-table > tbody > tr > td {
  width: 25%;
  border-top: 0px solid white;
}

.custom-table > tbody > tr:nth-of-type(odd) > td {
  font-weight: 700;
  text-align: center;
  background-color: #f5f5f5;
  border-left: 10px solid white;
  border-right: 10px solid white;
}

.custom-table > tbody > tr:nth-of-type(even) > td {
  font-weight: 700;
  text-align: center;
  background-color: white;
  border-left: 10px solid white;
  border-right: 10px solid white;
  padding: 8px;
}

.custom-table > tbody > tr:nth-child(2) > td {
  font-weight: 700;
  background-color: #078d78;
  color: white;
  border: 10px solid white;
  padding: 8px;
}

.custom-table > tbody > tr:nth-child(2) > td:nth-child(1) {
  font-weight: 700;
  background-color: white;
  color: white;
}

.custom-table > tbody > tr:nth-child(1) > td {
  padding-bottom: 0px;
  background-color: white;
  color: white;
}

.custom-table > tbody > tr:last-child > td {
  border: 10px solid white;
  background-color: #f5f5f5;
}

.custom-table > tbody > tr:last-child > td:nth-child(1),
.custom-table > tbody > tr:last-child > td:nth-child(2) {
  border: 10px solid white;
  background-color: white;
}

.margin-bottom-30 {
  margin-bottom: 28px;
}

.btn-info,
.btn-info:focus,
.btn-info:visited {
  background-color: #078d78;
  border-color: #078d78;
}

.btn-info:hover {
  color: #fff;
  background-color: #09b89d;
}

.nav-dropdown {
  width: 140px;
  float: right;
}

/**** STORE-TABLE ****/
.outerbox {
  overflow-x: auto;
  margin-left: 370px;
  overflow-y: visible;
  padding-bottom: 1px;
}

.outerbox-ba {
  /* overflow-x: auto; */
  /* margin-left: 1500px; */
  overflow-y: visible;
  padding: 20px;
}

.rotate {
  text-align: center;
  margin-left: -30px;
  margin-top: 40px;
}

.headcol {
  /* position: absolute; */
  width: 80px;
  left: 30px;
  top: auto;
  margin-top: 15px; /*compensate for top border*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 6px;
  
}

.headcol-city {
  /* position: absolute !important; */
  width: 80px;
  left: 30px;
}

.headcol-1 {
  position: absolute !important;
  width: 100px;
  left: 340px;
}

/* .headcol-1-ba {
  position: absolute !important;
  width: 128px;
  left: 1242px;
  padding: 8px;

} */

.strong {
  font-size: 14px;
}

.headcol-name {
  /* position: absolute !important; */
  width: 80px;
  left: 110px;
}

.headcol-name-ba {
  /* position: absolute !important; */
  width: 100px;
  left: 230px;
}

.headcol-employeeCode {
  /* position: absolute !important; */
  width: 100px;
  left: 120px;
}

.headcol-store {
  /* position: absolute !important; */
  width: 150px;
  left: 190px;
}

.headcol-store-ba {
  /* position: absolute !important; */
  width: 150px;
  left: 340px;
}
.color{
  color: #09b89d;
  font-weight: 1800 !important;
}
.headcol-contact {
    /* position: absolute !important; */
    width: 150px;
    left: 518px;
}

.table-header-rotated th.row-header {
  padding: 10px;
  width: auto;
}

.table-header-rotated td {
  width: 46px;
  padding: 14px;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  vertical-align: middle;
  text-align: center;
}

.table-header-rotated th.rotate-45 {
  height: 80px;
  width: auto;
  position: relative;
  vertical-align: bottom;
  padding: 0;
  font-size: 12px;
  line-height: 0.8;
}

.table-header-rotated th.rotate-45 > div {
  /* position: relative; */
  top: 0px;
  /* width: 38px; */
  color: white;
  background: #00a0df;
  left: 929px; /* 80 * tan(45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
  height: 100%;
  -ms-transform: skew(-45deg, 0deg) translateX(40px);
  -moz-transform: skew(-45deg, 0deg) translateX(40px);
  -webkit-transform: skew(-45deg, 0deg) translateX(40px);
  -o-transform: skew(-45deg, 0deg) translateX(40px);
  transform: skew(-45deg, 0deg) translateX(40px);
  overflow: hidden;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}

.table-header-rotated th.rotate-45 span {
  -ms-transform: skew(45deg, 0deg) rotate(315deg);
  -moz-transform: skew(45deg, 0deg) rotate(315deg);
  -webkit-transform: skew(45deg, 0deg) rotate(315deg);
  -o-transform: skew(45deg, 0deg) rotate(315deg);
  transform: skew(45deg, 0deg) rotate(315deg);
  position: absolute;
  bottom: 40px; /* 40 cos(45) = 28 with an additional 2px margin*/
  left: -25px; /*Because it looked good, but there is probably a mathematical link here as well*/
  display: inline-block;
  width: 100%;
  width: 85px; /* 80 / cos(45) - 40 cos (45) = 85 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/
  text-align: left;
  white-space: nowrap; /*whether to display in one line or not*/
}

.rite {
  font-size: 18px;
  color: green;
}

.cross {
  font-size: 18px;
  color: red;
}

/** TIME SETTING ***/
.input-calendar {
  outline: none;
  margin-top: 0.7em;
  width: 100px;
  border: 1px solid #ccc;
  height: 34px;
  padding: 5px;
}

.timing_table > thead > tr > th {
  background-color: #00a0df;
  color: white;
  text-align: left;
  padding: 5px;
  font-size: 11px;
}

.timing_table > tbody > tr > td {
  padding: 10px;
  background-color: #ffffff;
  text-align: left;
  width: 6.25%;
}

.tableStyle {
  overflow-x: auto;
  max-height: 600px;
}

.tableStyle::-webkit-scrollbar {
  width: 3px;
}

.tableStyle::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #60a3bc;
  border-radius: 10px;
}

.tableStyle::-webkit-scrollbar-thumb {
  background: green;
  border-radius: 10px;
}

.th-color-TS {
  background: #00a0df;
  color: white;
  letter-spacing: 1px;
}

.placementForTime {
  margin-left: 75px;
  margin-top: -12px;
  border-top: 5px solid #000000;
  outline: 0;
}

.backgroudWhite {
  background-color: #ffffff;
}

div.ui-timepicker {
  height: 150px;
}

div.ui-timepicker-container {
  height: 150px;
  z-index: 1 !important;
}

.storeTable {
  position: relative;
}

/* Tooltip text */
.storeTable .tooltiptext {
  visibility: hidden;
  background-color: black;
  color: #fff;
  /*text-align: center;*/
  padding: 5px;
  width: auto;
  word-break: keep-all;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.storeTable:hover .tooltiptext {
  visibility: visible;
}

.baActivity {
  position: absolute;
}

.baActivity .tooltiptext {
  visibility: hidden;
  background-color: black;
  color: #fff;
  /*text-align: center;*/
  padding: 5px;
  width: 600px;
  word-break: keep-all;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  /*z-index: 1000000;*/
}

.baActivity:hover .tooltiptext {
  visibility: visible;
}

.baActivity:hover {
  white-space: normal;
  background-color: #550b63;
  color: #ffffff;
  padding: 2px;
  z-index: 100;
}

.lbl-black {
  color: #000;
  font-size: 16px;
  margin-top: 5px;
}

.grey-line > tbody > tr > td {
  border: 1px solid #b9bdc1;
  padding: 5px;
  min-width: 100px;
}

.grey-line-100 > tbody > tr > td {
  border: 1px solid #b9bdc1;
  padding: 5px;
  width: 100%;
}

.price-table {
  background-color: #ffffff;
  margin: 1px;
  margin-top: 15px;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 15px;
}

.over-flow {
  overflow: auto;
}

.font-bold {
  font-weight: 700;
}

.grey-line-100 > tbody > tr > td.tr-space {
  height: 15px;
  border: none;
}

.grey-line > tbody > tr > td.tr2-space {
  height: 15px;
  border: none;
}

/*
 *  STYLE 15
 */

#style-15::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  border-radius: 10px;
}

#style-15::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

#style-15::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    40% 0%,
    75% 84%,
    from(#4d9c41),
    to(#19911d),
    color-stop(0.6, #54de5d)
  );
}

h4 {
  font-size: 16px;
}

h3 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

th {
  font-size: 12px;
}

td {
  font-size: 13px;
}

.box-shadow {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
  overflow: auto;
}

.bold {
  font-weight: 700;
  font-size: 25px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  vertical-align: top;
}

/* Hide default HTML checkbox */
.switch input {
  display: none;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #00a0df;
}

input:focus + .slider {
  box-shadow: 0 0 1px #00a0df;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

#map-canvas-dailog {
  height: 400px;
  margin: 0px;
  padding: 0px;
}

.slider.round:before {
  border-radius: 50%;
}

#map-canvas {
  height: 100%;
  margin: 0px;
  padding: 0px;
}

#mapInput {
  height: 250px;
  margin: 0px;
  padding: 0px;
}

.rangeMultiSelect.ms-container .ms-list {
  height: 2000px;
}

/* manipulate datatable jquery library for search*/
.dataTables_filter {
  padding-left: 60%;
  /* background-color: red; */
}

/* manipulate datatable jquery library for percentOfRecord*/
.dataTables_length {
  padding-right: 26%;
  padding-top: 5%;
}

/* manipulate datatable jquery library for pageNo. */
.dataTables_paginate {
  margin-left: 36%;
}

.leftmargin {
  margin-left: 2%;
  margin-bottom: 1%;
}

.rightmargin {
  margin-right: 2%;
  margin-bottom: 1%;
}

.roundButton {
  width: 100%;
  border-radius: 38px;
  float: right;
}

/*for navbar list*/
.dropdown-submenu {
  position: relative;
  color: white;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  right: 100%;
  left: -240px;
  margin-top: -1px;
  color: white;
  background-color: #078d78;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: white;
  white-space: nowrap;
}

/*for hide scrollbar*/
.inner-border {
  position: absolute;
  left: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

.inner-border::-webkit-scrollbar {
  display: none;
}

input[type="radio"]:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #d1d3d1;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

input[type="radio"]:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: red;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

.imageModal-buttonDiv {
  height: 80%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.selfieImageModal-buttonDiv {
  height: 30%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.imageModal-button {
  font-size: 20px;
  background-color: #ffffff;
  color: #272b34;
  padding: 10px;
}

.imageModal-imageDiv {
  display: flex;
  vertical-align: middle;
  height: 80%;
}

.selfieImageModal-imageDiv {
  display: flex;
  vertical-align: middle;
  height: 30%;
}

.imageModal-image {
  border-radius: 10px;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  vertical-align: middle;
}

.selfieImageModal-image {
  border-radius: 10px;
  max-height: 90%;
  max-width: 100%;
  margin: auto;
  vertical-align: middle;
}

.selfieImageHeader {
  margin-top: 5%;
}

.thumbNailImage {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 150px;
  height: 200px;
}

.thumbNailImage:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
