body {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  font-family: Roboto, sans-serif !important;
  letter-spacing: 0px;
  text-align: left;
  color: #3b3d42;
  background-color: #fff !important;
  /* Style the buttons inside the tab */
  /* Change background color of buttons on hover */
  /* Create an active/current tablink class */
  /* Style the tab content */
}
body a {
  color: #335680 !important;
}
body .onClick {
  cursor: pointer;
}
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  line-height: 1.2;
  margin: 0px !important;
  color: inherit;
}
body .h1,
body h1 {
  font-size: 24px;
}
body .h2,
body h2 {
  font-size: 20px;
}
body .h3,
body h3 {
  font-size: 18px;
  line-height: 30px;
}
body .h4,
body h4 {
  font-size: 16px;
}
body .h5,
body h5 {
  font-size: 14px;
}
body .h6,
body h6 {
  font-size: 12px;
}
body strong {
  font-weight: bold !important;
}
body b {
  font-weight: bold !important;
}
body button {
  cursor: pointer;
  font-size: 14px;
}
body section {
  text-align: center;
  margin: 15px 0;
  border-bottom: 1px solid #8c8c8c;
  padding-bottom: 15px;
}
body html,
body body {
  height: 100%;
}
body header {
  height: 60px;
  /* border-bottom: 1px solid #ccc; */
  background: #fff;
  box-shadow: 0 0 20px #dbdbdb;
}
body header div.user {
  padding: 10px;
  color: #65aaa7;
  /*color: #80bac2;*/
}
body header div.user {
  padding: 10px;
}
body header div.user.notif {
  position: relative;
  color: #335680;
  padding: 1px;
}
body header div.user.notif a {
  color: #335680 !important;
  text-decoration: none;
  padding: 0;
  font-size: 22px;
  border: none !important;
  position: relative;
  top: 2px;
}
body header .logout {
  padding: 0.5rem 1rem;
}
body header .logout .row {
  justify-content: flex-end;
}
body header a {
  padding: 10px 10px 2px 10px;
  margin-bottom: 8px;
  border-bottom: 1px solid #fff;
}
body header a.active {
  color: #335680 !important;
  border-bottom: 1px solid #335680;
}
body main {
  margin-top: 15px;
  min-height: calc(100vh - 195px);
}
body footer {
  background-color: #f8f8f8;
  padding: 20px;
  text-align: center;
  border-top: 1px solid #ddd;
}
body footer .logos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
body footer .logos img {
  max-width: 100px;
  margin: 0 20px;
}
body footer .text {
  font-size: 14px;
  color: #555;
}
body button.add_qr,
body button.end_qr {
  width: 250px;
  margin: 20px auto;
  font-size: 28px;
  border-radius: 30px;
  width: 200px;
  height: 60px;
  margin: 20px auto 0;
  text-align: center;
  line-height: 60px;
  color: #fff;
  display: block;
  border: none;
  box-shadow: 2px 2px 2px #a5a5a5;
}
body #qrMask {
  position: fixed;
  top: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background: #0003;
  margin: 0;
  /*! padding: 50px; */
}
body #qrMask > div {
  width: 360px;
  height: 470px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
}
body #qrMask > div .close_button {
  width: 64px;
  height: 64px;
  font-size: 48px;
  line-height: 64px;
  padding: 0px;
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 50%;
  z-index: 10000;
}
body #points {
  padding: 0;
}
body #points li {
  font-size: 28px;
  /*! border-radius: 50px; */
  background: #777;
  width: 100%;
  height: 70px;
  margin: 10px auto;
  text-align: center;
  line-height: 15px;
  color: #fff;
  border: none;
  list-style: none;
  padding: 11px 20px;
  box-shadow: 2px 2px 2px #a5a5a5;
}
body .modal {
  background: #0003;
}
body .modal > div {
  width: 80%;
  margin: 5px auto;
  padding: 8px;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 20px #383838;
}
body .modal > div h3 {
  margin: 20px;
  border-bottom: 1px solid #333;
  padding-bottom: 8px;
}
body .modal > div p {
  font-size: 32px;
}
body .modal > div input {
  width: calc(100% - 30px);
}
body .modal > div input[type='file'] {
  border: dashed 1px #cecece;
}
body .modal > div textarea {
  width: calc(100% - 30px);
}
body input.error {
  border: 1px solid red;
  background: #999;
}
body select.error {
  border: 1px solid red;
  background: #999;
}
body button.grey {
  background: #565656;
}
body button:disabled {
  background: #fdfdfd !important;
  color: #eee !important;
  border: 1px solid #eee !important;
}
body button:disabled:hover {
  background: #fdfdfd !important;
  color: #eee !important;
  border: 1px solid #eee !important;
}
body button:disabled:hover > i,
body button:disabled:hover > i,
body button:disabled:hover > i,
body .modal > div > button:hover > i {
  color: #eee !important;
}
body .tab {
  overflow: hidden;
  border-bottom: 1px solid #5a5a5a;
  margin-top: 20px;
  height: 45px;
}
body .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  color: #111;
  /* border-right: 1px solid #111; */
  padding: 7px 15px;
  /* border-bottom: 1px solid #111; */
  box-shadow: none;
  margin-top: 6px;
}
body .tab button:hover {
  background-color: #111;
}
body .tab button.active {
  background-color: #c91434 !important;
  color: #fff;
  margin-top: 6px;
}
body .tab button.active:hover {
  color: #fff !important;
}
body .tab form {
  float: right;
  width: 265px;
  height: 38px;
}
body .tab form button {
  float: none;
  margin: 0px;
  padding: 3px 10px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 2px 2px 2px #a5a5a5;
  background: #5a5a5a;
  border: 1px solid #a1a1a1;
  cursor: pointer;
}
body .tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}
body .tabcontent h2 {
  display: none;
}
body .navbar-light .navbar-nav li a.nav-link {
  color: #000;
}
body main div#content,
body main div.content,
body .navbar-expand-md > .container,
body .navbar-expand-md > .container-fluid {
  width: 80%;
  margin: 40px auto;
  max-width: 1800px;
  padding: 0;
}
body div > h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
  color: #14518a;
}
body div#content > h2,
body div.content > h2 {
  margin: -40px 0 25px 0;
}
body div > h2 i {
  color: #c74a61;
}
body table.table td {
  padding: 0px;
  font-size: 14px;
  font-weight: 300;
}
body table.table th {
  padding: 4px 6px !important;
  font-size: 14px;
  font-weight: 600;
  border-top: 0px;
  text-align: right;
  vertical-align: bottom;
  background: #14518a;
  color: #fff;
}
body table.table td {
  padding: 4px !important;
  text-align: right;
}
body table.table th:last-child,
body table.table td:last-child a {
  text-align: right;
  opacity: 1 !important;
}
body table.table .btn:focus,
body table.table .btn:hover {
  text-decoration: none;
  opacity: 1 !important;
  visibility: visible !important;
}
body header a {
  color: #222 !important;
}
body header a:hover {
  color: #335680 !important;
  border-bottom: 1px solid #335680;
  text-decoration: none !important;
}
body h2 a.cls-btn,
body h2 button.cls-btn,
body h2 button,
body h2 .modal > div > button {
  margin: 0 5px;
  padding: 2px 15px;
}
body a.cls-btn,
body button.cls-btn,
body button,
body .modal > div > button {
  padding: 2px 10px;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  font-weight: 300;
  cursor: pointer;
}
body .modal input,
body .modal select {
  margin: 15px;
  padding: 0 10px;
  font-size: 34px;
  font-weight: bold;
  height: 40px;
}
body .modal select {
  font-size: 26px;
  width: calc(100% - 30px);
  height: 40px;
}
body .modal.webView select {
  font-size: 14px;
  width: calc(40%);
  height: inherit;
  margin: 0;
}
body .modal.webView input {
  font-size: 14px;
  width: calc(40%);
  height: inherit;
  margin: 0;
}
body .modal > div textarea {
  width: 40%;
  margin: 5px;
}
body .modal.webView label {
  font-size: 16px;
  width: calc(40%);
  text-align: right;
  vertical-align: top;
  margin-top: 5px;
}
body .modal.webView > div p {
  font-size: 16px;
}
body .modal.webView input,
body .modal.webView select {
  margin: 5px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: normal;
  height: inherit;
}
body a.cls-btn:hover,
body button.cls-btn:hover,
body button:hover,
body .modal > div > button:hover {
  text-decoration: none;
  cursor: pointer;
}
body a.cls-btn > i,
body button.cls-btn > i,
body button > i,
body .modal > div > button > i {
  color: #fff;
}
body a.cls-btn:hover > i,
body button.cls-btn:hover > i,
body button:hover > i,
body .modal > div > button:hover > i {
  color: #335680;
}
body .float_right {
  float: right !important;
}
body .float_left {
  float: left !important;
}
body #docs > div {
  font-size: 14px;
  font-weight: 600;
  padding: 5px;
}
body #docs > div > div {
  padding-left: 20px;
  font-size: 14px;
  font-weight: 600;
}
body #docs > div a {
  padding-left: 20px;
  font-size: 14px;
  display: block;
}
body #docs > div > div > a {
  padding-left: 20px;
  font-size: 14px;
  display: block;
}
body .nav-item.dropdown:hover div.dropdown-menu {
  display: block;
  top: 30px;
}
body .ride > h2 {
  border-bottom: 1px solid #999;
  padding: 5px;
}
body .ride h4 {
  line-height: 34px;
}
body .ride h5 {
  font-size: 14px;
}
body button.end_qr {
  background: #D03232;
}
body section > button.red.end_qr {
  background: #c30000;
}
body section > button.green.add_qr {
  background: #00b408;
}
body section > button.red.end_qr:hover {
  background: #c30000;
}
body section > button.green.add_qr:hover {
  border: 1px solid #00b408;
  color: #00b408;
  background: #fff;
}
body button.green.add_qr:hover > i,
body button.green.add_qr:hover > i,
body button.green.add_qr:hover > i,
body .modal > div > button.green.add_qr:hover > i {
  color: #00b408;
}
body section > button.red.end_qr:hover {
  border: 1px solid #c30000;
  color: #c30000;
  background: #fff;
}
body section > button.red.end_qr:hover > i,
body section > button.red.end_qr:hover > i,
body section > button.red.end_qr:hover > i,
body .modal > div > button.red.end_qr:hover > i {
  color: #c30000;
}
body h2 {
  padding: 0;
}
body table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #eaeaea;
}
body span.error {
  font-size: 26px;
  color: red;
}
body .navbar-light a.navbar-brand {
  color: #fff !important;
  font-size: 22px;
}
@media (max-width: 768px) {
  body .table {
    width: 980px !important;
  }
  body main div#content,
  body main div.content,
  body .navbar-expand-md > .container,
  body .navbar-expand-md > .container-fluid {
    width: 100%;
    max-width: 1140px;
  }
}
body input,
body select {
  height: 24px;
  width: 50px;
  border: 0px solid #cecece;
  border-bottom: 1px solid #666;
  outline: none;
  background: none;
}
body .form-group input,
body .form-group textarea,
body .form-group select {
  height: 30px;
  width: 100%;
  outline: none;
  text-align: left;
  padding: 4px;
  color: #495057;
}
body .form-group input {
  font-size: 14px;
  line-height: 18px;
  color: #495057;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
body .form-group input[type='checkbox'] {
  height: 16px;
}
body .form-group input[type='file'] {
  height: 34px;
}
body input.readOnly {
  border: none;
  font-weight: bold;
  text-align: right;
}
body table.sales input,
body table.sales select {
  width: 100%;
}
body table.sales select {
  height: 25px;
}
body .table {
  width: 50% !important;
  max-width: 100%;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
body .table100 {
  width: 100% !important;
}
body .table.sales {
  width: initial !important;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
body div.effect div.window {
  text-align: center;
  height: 160px;
  color: #757575;
  margin: 40px 0 30px;
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px #ededed;
}
body .dashboard-div div.window {
  padding: 20px;
}
body .dashboard-div div.window .canv {
  box-shadow: 0 0 15px #e7e7e7;
  border-radius: 20px;
  padding: 30px 30px;
  position: relative;
  width: 100%;
  height: 240px;
}
body .dashboard > div {
  width: 100%;
}
body .dashboard .window > div {
  border-radius: 20px;
  box-shadow: 0 0 10px #ededed;
}
body div.effect div.window input {
  width: 100%;
  text-align: center;
  font-size: 40px;
  color: #757575;
  height: 50px;
}
body div.effect div.window.kb {
  color: #000000;
}
body div.effect div.window.kb input {
  color: #000000;
}
body div.effect div.window.active {
  color: #26880d;
}
body div.effect div.window.active input {
  color: #26880d;
}
body div.effect div.window h3 {
  height: 40px;
  font-size: 20px;
}
body #selectUser {
  width: 217px;
  border: none;
  font-size: 18px;
  font-weight: 300;
  line-height: 38px;
  height: 36px;
  font-weight: 400 !important;
  text-align: left;
}
body #selectMonth {
  width: 150px;
  border: none;
  text-align: right;
  font-size: 18px;
  height: 30px;
  font-weight: 400 !important;
}
body #selectUserCompany {
  width: 217px;
  border: none;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  height: 30px;
  font-weight: 400 !important;
  text-align: left;
  color: #3b3d42;
}
body tr.center td,
body tr.center th {
  text-align: center !important;
}
body tr.center td input {
  text-align: center !important;
}
body .ui-widget-content {
  border: none !important;
  background: none !important;
  color: none !important;
}
body .ui-widget-header {
  border: none !important;
  background: none !important;
  color: none !important;
  font-weight: bold;
}
body .ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative !important;
  top: 0 !important;
  margin: 0 10px 10px 0 !important;
  border-bottom-width: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
  border-radius: 8px !important;
  border: none !important;
  background: #fff;
  line-height: 10px;
}
body .ui-state-active,
body .ui-widget-content .ui-state-active,
body .ui-widget-header .ui-state-active,
body a.ui-button:active,
body .ui-button:active,
body .ui-button.ui-state-active:hover {
  border: none !important;
  background: #335680 !important;
  font-weight: normal;
  color: #ffffff;
}
body .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 15px !important;
}
body .ui-widget {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  font-family: Roboto, sans-serif !important;
}
body .ui-tabs .ui-tabs-panel {
  padding: 0px !important;
}
body .ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0px !important;
}
body .newTable {
  box-shadow: 0 0 10px #ededed;
  border-radius: 6px;
  margin: 10px 0 30px;
}
body .newTable tr th {
  background: #335680;
  padding: 5px 10px;
  color: #fff;
  font-weight: 400 !important;
}
body .newTable tr td {
  background: #fff;
  padding: 5px 10px;
  color: #5b5b5b;
  font-weight: 400 !important;
  font-size: 14px;
  white-space: nowrap;
  max-width: 200px;
  text-wrap: nowrap;
  overflow: hidden;
}
body .newTable tr:nth-child(even) td {
  background: #f2f2f2;
}
body .newTable tr.noReady td {
  background: #b35a5a !important;
  color: #ccc !important;
  border-bottom: 1px solid #ccc;
}
body .newTable tr:nth-child(even) td > input {
  background: #f2f2f2;
}
body .newTable tr th:first-child {
  border-top-left-radius: 6px;
}
body .newTable tr th:last-child {
  border-top-right-radius: 6px;
}
body .newTable tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}
body .newTable tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}
@media (min-width: 1200px) {
  body .container {
    max-width: 80% !important;
  }
}
body .teamSection {
  background: #b3d4d269;
  padding: 20px 0;
  margin: 10px 0;
}
body .loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin: 50px auto;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body .callerTable .popup {
  cursor: pointer;
}
body .callerTable .popup {
  width: 300px;
  position: relative;
}
body .callerTable .popup div.popupDiv span {
  display: none;
}
body .callerTable .popup:hover div.popupDiv {
  position: absolute;
  top: 10px;
  left: -1px;
  z-index: 88;
  background: white;
  padding: 10px;
  box-shadow: 0 0 10px #ccc;
  border-radius: 9px;
  width: 300px;
}
body .callerTable .popup:hover div.popupDiv span {
  display: block;
}
body .callerTable .popup:hover div.popupDiv span.note {
  display: block;
  width: 100%;
  padding: 2px 0 2px 0;
}
body .callerTable .popup:hover div.popupDiv span.date {
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: bold;
}
body .callerTable .formTD {
  position: relative;
  height: 56px;
}
body .callerTable .formTD form {
  margin: 0px;
}
body .callerTable .formTD div.divTD .hide {
  display: none;
}
body .callerTable .formTD div.divTD {
  position: absolute;
  top: 14px;
  right: 7px;
}
body .callerTable .formTD:hover div.divTD {
  position: absolute;
  top: 4px;
  right: 0px;
  z-index: 88;
  background: white;
  padding: 10px 0px 8px 10px;
  box-shadow: 0 0 10px #ccc;
  border-radius: 9px;
  width: 500px;
}
body .callerTable .formTD:hover div.divTD .hide {
  display: block;
}
body .callerTable .formTD:hover div.divTD .btn.btn-primary {
  right: 27px;
}
body .callerTable .formTD div.divTD .btn.btn-primary {
  position: absolute;
  right: 20px;
  top: -3px;
}
body .ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle {
  background: #fff !important;
  width: 500px !important;
  font-weight: 300;
  border: 1px solid #ccc !important;
  border-bottom-width: 0 !important;
  border-radius: 0;
  position: fixed;
  top: 113px;
  left: calc(50% - 200px);
}
body #dialog,
body #dialogCal {
  border: 1px solid #ccc !important;
  background: #fff !important;
  font-weight: 300;
  font-size: 14px;
  padding: 20px;
  width: 500px !important;
  border-top-width: 0 !important;
  display: none;
  position: fixed;
  top: 150px;
  left: calc(50% - 200px);
  z-index: 1000;
}
body #dialog textarea,
body #dialogCal textarea {
  height: 50px;
}
body #dialog form,
body #dialogCal form {
  margin-bottom: 0;
}
body #dialog table,
body #dialogCal table {
  font-weight: 400 !important;
  font-size: 14px !important;
}
body #dialog table tr td,
body #dialogCal table tr td {
  padding: 5px;
}
body .lnb-new-schedule-btn,
body .btn,
body button {
  background-color: #335680 !important;
  border-color: #335680 !important;
  color: #fff !important;
  border-radius: 25px !important;
  font-weight: 400 !important;
  padding: 4px 10px;
  border-style: solid;
}
body .lnb-new-schedule-btn.red,
body .btn.red,
body button.red {
  background-color: #804e33 !important;
  border-color: #804533 !important;
  color: #fff !important;
  padding: 8px 10px;
}
body .lnb-new-schedule-btn:hover,
body .btn:hover,
body button:hover {
  background-color: #fff !important;
  border-color: #335680 !important;
  color: #335680 !important;
}
body .lnb-new-schedule-btn:active,
body .btn:active,
body button:active {
  background-color: #fff !important;
  border-color: #335680 !important;
  color: #335680 !important;
}
body .userSelectDiv {
  border-bottom: 1px solid #e0eeed;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
body .userSelectDiv.second {
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-top: 30px;
  padding-top: 10px;
  border-bottom: 0px solid #e0eeed;
}
body .callerDiv {
  border-top: 1px solid #e0eeed;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 5px;
  max-width: 100% !important;
}
body .callerDiv table {
  margin-top: 5px;
  width: 100%;
}
body .callerDiv table tr th {
  border-bottom: 1px solid #ddd;
}
body .callerDiv table tr th:last-child {
  text-align: right;
}
body .callerDiv table tr td:last-child {
  text-align: right;
}
body .box {
  box-shadow: 0 0 10px #ededed;
  border-radius: 6px;
  padding: 21px 20px 1px 20px;
  margin: 10px 0 30px;
}
body .bonusPrice .dashboard {
  display: flex;
  margin: 20px auto 0;
  justify-content: center;
}
body .bonusPrice .dashboard .bonus {
  position: relative;
}
body .bonusPrice .dashboard .bonus span {
  position: absolute;
  font-size: 24px;
  top: calc(50% + 7px);
  width: 100%;
  left: 0;
  text-align: center;
}
body .bonusPrice svg {
  width: 183px;
  height: 183px;
  margin: 0.5em auto;
  padding: 1em;
  display: block;
}
body .bonusPrice canvas {
  margin: 0 auto;
}
body .bonusPrice .bg {
  fill: none;
  stroke-width: 10px;
  stroke: #ddd;
}
body .bonusPrice h4 {
  text-align: center;
  padding: 20px;
}
body .bonusPrice [class^="meter-"] {
  fill: none;
  stroke-width: 10px;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}
body .bonusPrice .meter-1 {
  stroke-dasharray: 448;
  stroke: #37b6b6;
  animation: progress-1 1s ease-out;
}
body .bonusPrice .meter-2 {
  stroke: #1a981a;
  stroke-dasharray: 448;
  animation: progress-2 0.75s ease-out;
}
body .bonusPrice .meter-3 {
  stroke: #753cb2;
  stroke-dasharray: 448;
  animation: progress-3 0.5s ease-out;
}
body #sellerTable .newTable tr td:nth-child(5),
body #callerTable .newTable tr td:nth-child(5) {
  padding: 20px;
}
body #sellerTable .newTable tr td:nth-child(8),
body #callerTable .newTable tr td:nth-child(8),
body #sellerTable .newTable tr td:nth-child(7),
body #callerTable .newTable tr td:nth-child(7) {
  overflow: unset;
}
body #thereDetailModal,
body .modal-back {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #5b5b5b;
  /* Fallback color */
  background-color: rgba(91, 91, 91, 0.4);
  /* Black w/ opacity */
}
body .modal-window {
  position: relative;
  border-radius: 15px;
  z-index: 2;
  background-color: #fefefe;
  margin: 10vh auto;
  /* 15% from the top and centered */
  height: 80vh;
  /* 15% from the top and centered */
  border: 0px solid #888;
  width: 80%;
}
body .modal-window.mini {
  height: 450px;
  width: 410px;
}
body .modal-window .close-button {
  z-index: 3;
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 5px 7px;
}
body .modal-window textarea {
  height: 50px;
}
body .modal-window form {
  margin-bottom: 0;
}
body .modal-window table {
  font-weight: 400 !important;
  font-size: 14px !important;
}
body .modal-window table tr td {
  padding: 5px;
  text-wrap: wrap;
  white-space: normal;
}
body .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #335680;
  border-color: #335680;
}
body .form-group {
  margin: 0.5rem 0 !important;
}
body .form-group label {
  margin: auto 0 !important;
}
/* Modal backdrop (mask) */
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent black */
}
/* Modal content */
.modal-content {
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
/* Modal title */
.modal-title {
  font-size: 1.25rem;
  font-weight: bold;
}
/* Modal body */
.modal-body {
  padding: 20px;
}
.modal-body table {
  width: 100%;
}
.modal-body table td {
  padding: 5px;
}
/* Buttons inside modal */
.modal-footer .btn {
  border-radius: 4px;
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .modal-dialog {
    margin: 10px;
  }
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent black */
  z-index: 1040;
  /* Ensure it appears below the modal */
}
.detailCompany {
  padding: 20px;
}
/*# sourceMappingURL=app.css.map */