* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

.listResult {
  border-radius: 20px !important;
  border: 1px solid #d1d1d1 !important;
  font-size: 13px;
  font-weight: 300 !important;
  margin-bottom: 10px !important;
}



.lfDisable {
  opacity: 0.3 !important;
  pointer-events: none !important;
}

.dataTables_length,
.dataTables_filter,
.dataTables_info {
  display: none;
}

.dataTables_paginate {
  font-size: 12px;
}

.paginate_button.next,
.paginate_button.previous {
  background: #f6f6f6 !important;
  border-radius: 30px;
}

.paginate_button.previous {
  margin-right: 5px;
}

.paginate_button.next {
  margin-left: 5px;
}

.deleteThisRow {
  color: #fff;
  background-color: #cc0000;
  padding: 0px 5px;
  border: 0;
  border-radius: 5px;
}

/* .dataTables_wrapper .dataTables_paginate .paginate_button{
    color: #fff !important;    
} */

.paginate_button.current {
  background: #f6f6f6 !important;

  border-radius: 100% !important;
  padding: 0px 5px !important;
}

.inputGroup {
  /* padding: 10px; */
  width: 100%;
}

.inputGroup input,
.inputGroup select {
  /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; */
  color: #222;
  width: 100% !important;
  height: 44px !important;
  background-color: #05060f0a !important;
  border-radius: 3.5rem !important;
  padding: 0 1rem !important;
  border: 2px solid transparent;
  font-size: 0.8rem !important;
  transition: border-color 0.3s cubic-bezier(0.25, 0.01, 0.25, 1) 0s,
    color 0.3s cubic-bezier(0.25, 0.01, 0.25, 1) 0s,
    background 0.2s cubic-bezier(0.25, 0.01, 0.25, 1) 0s !important;
  box-shadow: none !important;
}

.offcanvas-title {
  font-size: 15px !important;
}

.sectionCloudStyle input,
.sectionCloudStyle select {
  background-color: #fff !important;
}

.rowHover:hover {
  background-color: rgba(255, 212, 167, 0.815) !important;
}

.deinedOffice {
  background-color: #cc000017;
}

.acceptedOffice {
  background-color: rgb(0 255 31 / 15%);
}

.sectionCloudStyle textarea {
  width: 100% !important;
  height: 250px;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 8px;
}

.inputGroup label {
  color: #777777;
  font-weight: 600;
  font-size: 13px;
}

.logInSubTitles {
  font-size: 13px;
  color: #8e8e8e;
}

.logInValidate {
  width: 100%;
  height: 44px;
  margin: 10px 0 10px 0;
  background-color: #cc0000;
  color: white;
  font-weight: 600;
  border-radius: 100px;
}

.sectionCloudStyle {
  background-color: #f6f6f6;
  border-radius: 20px;
  padding: 15px;
}

.titleSection {
  color: #1A1A1C;
  font-size: 16px;
  font-weight: 600;
}

.containerTable {
  background-color: #fff;
  border-radius: 15px;
}

th {
  font-size: 13px;
  color: #8e8e8e;
  font-weight: 600;
  padding-bottom: 10px !important;
}

td {
  font-size: 13px;
  color: #222;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

tr {
  border-radius: 100px !important;
  overflow: hidden;
}

.menuFloat {
  width: 100%;
  /* height: 100px; */
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  /* border-radius: 20px; */
  /* background-color: #fff; */
  /* border: 6px solid #d1d1d1; */
  display: flex;
  align-items: start;
  justify-content: space-between;
  justify-content: center;
  gap: 2vw;
}

.buttonFloat {
  background: #fff;
  width: unset;
  height: unset;
  border-radius: 100px;
  padding: 14px;
  line-height: 0;
  border: 2px solid #dbdbdb;
}

.filterButton {
  padding: 3px 12px;
  background-color: #ffffff;
  font-size: 13px;
  border-radius: 20px;
}

.filterButton.active {
  background-color: #0748a6;
  color: white;
}

/* .dashboardSection {
  padding-bottom: 17vh;
} */

.listStatistic {
  padding-bottom: 2px;
  /*     background-color: #fff; */
  border-radius: 10px;
  margin-bottom: 6px;
  font-weight: 600;
  /* width: 100%; */
}

.valueData {
  font-size: 22px;
  font-weight: 600;
}

.containerStatsNumber {
  background: #fff;
  width: 90%;
  border-radius: 10px;
}

.menuItem svg {
  transition: all 0.1s ease-in-out;
}

/* .menuItem.active:not(.addExpenceReport) svg{
    fill: #0748A6;
} */

.menuItem {
  height: 80%;
}

.menuText {
  padding-top: 5px;
  font-size: 10px;
  color: #8e8e8e;
}

.logInInput {
  background-color: #f6f6f6 !important;
  border: 0 !important;
  padding: 10px 20px !important;
  border-radius: 100px !important;
}

.boxChooseCompany {
  width: 300px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E50A19;
  border-radius: 20px;
  cursor: pointer;
}

.titleChooseCompany {
  font-size: 17px;
  color: #8e8e8e;
}

.preview-container img {
  height: 150px;
}

.chartSection {
  width: 100%;
}

.buttonDowloadMonth {
  font-size: 12px;
  color: #fff;
  background: #00D380;
  padding: 5px 10px;
  border-radius: 100px;
  cursor: pointer;
  font-weight: 600;
}

.loginContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.borderRed {
  border: 2px solid red !important;
}

.archiveSectionAppend {
  padding-bottom: 20vh;
}


@media only screen and (min-width: 600px) {
  .boxOnDesktop {
    display: flex;
    gap: 30px;
  }

  .reChooseCompany {
    cursor: pointer;
  }

  .menuFloat {
    justify-content: center;
    height: 80px;
    padding-top: 15px;
    border: 1px solid #c6c6c6;
    flex-direction: column;
    left: 20px;
    bottom: 50%;
    transform: translate(0%, 50%);
    align-items: center;
    height: 75%;
    width: 95px;
    border-radius: 20px;
    gap: 0;
    justify-content: space-evenly;
  }

  .imgContainerCompany {
    padding-top: 10vh;
  }

  .chartSection {
    width: 30vw !important;
    height: 35vh;
  }

  .listStatistic {
    font-size: 20px;
    font-weight: 500;
  }

  .filterButton {
    cursor: pointer;
  }

  .flexOnDesktop {
    display: flex;
  }

  /* .offcanvas .sectionCloudStyle{
    margin: 0px 20vw;
  }*/

  /*  .offcanvas-header{
    margin-left: 20vw;
    margin-right: 21vw;
  }*/

  .openArchive,
  .homeButton {
    cursor: pointer;
  }



  /* 
  
  .sectionCloudStyle input, .sectionCloudStyle select{
    background-color: #f6f6f6;
  } */
}