body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}
::-webkit-scrollbar-button {
  background: #888;
}
::-webkit-scrollbar-track-piece {
  background: #ccc;
}
::-webkit-scrollbar-thumb {
  background: #888;
}

.ant-input > .ant-input-disabled {
  color: rgba(0, 0, 0, 0.9);
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
} /* NOSONAR */



.table-row-light {
    background-color: #ffffff;
}
.table-row-dark {
    background-color: #fbfbfb;
}

.act-btn{
    background:green;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: white;
    font-size: 30px;
    font-weight: bold;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-decoration: none;
    transition: ease all 0.3s;
    position: fixed;
    right: 30px;
    bottom: 70px;
    z-index: 1000;
}

.act-btn:hover{background: rgb(130, 130, 163)}

.tour-btn{
    background:rgb(1, 46, 243);
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: white;
    font-size: 30px;
    font-weight: bold;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-decoration: none;
    transition: ease all 0.3s;
    position: fixed;
    right: 30px;
    bottom: 70px;
    z-index: 1000;
}

.tour-btn:hover{background: rgb(51, 54, 207)}

.helper {
    --reactour-accent: #5cb7b7;
    line-height: 1.3;
    color: #2d2323;
}
.button {
  display: 'flex';
  text-align: 'center';
  border-radius: 2;
  color: rgb(0, 0, 0) !important;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-color: rgb(255, 255, 255) !important ;
  box-shadow: none !important;
}

.custom-pdf-canva {
  display: flex;
  flex-direction: column;
}

.material-icons {
  color: rgb(0, 0, 0) !important;
}

.gm-style-iw {
  background-color: rgb(241, 207, 209);
  border: 1px solid rgba(72, 181, 233, 0.6);
  border-radius: 10px;
  box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
  color: rgb(255, 255, 255) !important;
  /* font-family: gothambook; */
  text-align: center;
  top: 15px !important;
  width: 420px !important;
  opacity: 0.75;
}

.transform {  
  transition: all 2s ease;
}

.transform-active {
  background-color: #45CEE0;
  height: 200px;
  width: 200px;
}

.body-data {
  text-align: start;
  color: black;
  padding-left: 5% !important;
}

.info-bubble {
  padding: 2%;
  font-weight: bold;
	border-radius: .4em;
}

.info-bubble:after {
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-right-color: #c2c2c2;
	border-left: 0;
	border-bottom: 0;
	margin-top: -10px;
	margin-left: -20px;
}

hr.dashed {
  border-top: 3px dashed #bbb;
}

.ant-input[disabled],
.ant-input-number-input[disabled] {
  color: rgba(0, 0, 0, 1);
  /* background-color: #fff; */
  cursor: not-allowed;
  opacity: 1;
  /* font-weight: 200; */
}
.ant-select-disabled
  .ant-select-selection--multiple
  .ant-select-selection__choice {
  color: rgba(0, 0, 0, 1) !important;
  /* font-weight: 200; */
}
.ant-select-disabled .ant-select-selection {
  /* background: #fff; */
  cursor: not-allowed;
  /* font-weight: 200; */
}
.ant-input-disabled .ant-select-search {
  color: rgba(0, 0, 0, 1);
  /* background-color: #fff; */
  cursor: not-allowed;
  opacity: 1;
  /* font-weight: 200; */
}
.ant-select-disabled {
  color: rgba(0, 0, 0, 1);
  /* font-weight: 200; */
}
/* For demo */
.ant-carousel .slick-slide {
  text-align: center;
  height: 160px;
  line-height: 160px;
  background: #364d79;
  overflow: hidden;
}

.ant-carousel .slick-slide h3 {
  color: #fff;
}

.ant-row.ant-form-item.c1guwi23 {
  margin-bottom: 0px;
}

.login-form {
    max-width: 300px;
}
.login-form-forgot {
    float: right;
}
.login-form-button {
    width: 100%;
}
