.h6 {
  font-size: 14px !important;
}

.row .react-bootstrap-table-pagination {
  margin: 0%;
  margin-top: 2%;
  width: 100%;
  font-size: small;
}

.react-bootstrap-table-pagination {
  padding-top: 1%;
  margin: 0%;
  width: 100%;
  font-size: small;
}

.react-bootstrap-table {
  overflow-x: auto !important;
}

.pageList ul > li > a {
  display: block;
}

.react-bootstrap-table-page-btns-ul {
  float: right;
}

.react-bs-table-sizePerPage-dropdown {
  margin-left: 10px;
  margin-right: 10px;
}

/* .page-item{
    font-size: x-small;
  } */

._loading_overlay_overlay {
  margin-left: 0.5px !important;
}

.search-box {
  width: 15em !important;
}

.profile-name-div {
  margin-top: -25px;
  margin-left: 25px;
}

.displayblock {
  display: block !important;
}

.footer-custom-main .ftr-h6-flex {
  flex: auto;
}

.footer-custom-main .footer-custom-text {
  margin-left: 5px;
  vertical-align: text-top;
}

@media screen and (min-width: 750px) {
  body {
    overflow-x: hidden;
  }
}

.please-wait-loading-message {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20px;
  color: white;
  margin-top: -80px;
  font-weight: lighter;
}

._loading_overlay_overlay {
  opacity: 0.5 !important;
}

/*#################main spinner css do not remove#####################*/
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

.admin_avatar {
  margin-bottom: -11% !important;
}

.forcastFont {
  font-size: initial !important;
  font-weight: bold !important;
  color: #27bcfd !important;
}

.companiesHeader {
  margin-right: auto;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 800px !important;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.required:before {
  content: ' *';
  color: red;
}

/* #mapping_table tbody {
    display: block;
    height: 800px;
    overflow-y: scroll;
  }

  #mapping_table thead {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  #mapping_table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
  } */

thead > tr > th {
  height: 50px !important;
  vertical-align: middle !important;
}

tbody > tr > td {
  padding-top: 1% !important;
  padding-bottom: 1% !important;
}

/* BootstrapTable Spinner CSS do not remove */
.spinnerForBootStrapTable {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.cube1,
.cube2 {
  background-color: #2c7be5;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }

  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }

  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }

  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }

  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }

  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }

  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
.vertical-timeline::before {
  background: #E8E8E8 !important;
  width: 2px !important;
  top: 10px !important;
}
.vertical-timeline-element-content-arrow {
  display: none !important;
}
.vertical-timeline{
  padding: 0 !important;
}


.avatar .avatar-emoji>span{
  transform: translateY(-5%) !important;
}

.react-date-picker__wrapper{
  border: none !important;
}

.birthdate-datePicker>div>div>input
 {
  pointer-events: none !important;
}

.vertical-timeline-element-content {
  box-shadow: none !important;
}

.vertical-timeline-element {
  margin: 0px !important;
}

.MainNavTabs .nav-link.active {
  border-radius: 0px !important;
  border-right: 3px solid #2c7be5 !important;
}

.table-footer-class{
  height: 20px;
}
.custom-dropzone{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px !important;
}

.modal-open .modal{
  overflow: scroll !important;
}


.fotter {
  height: 100%;
  border-top: 7px solid #ff0000;
  background-color: rgb(64, 64, 64);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding-left: 10%;
  padding-right: 10%;
}