.analy-bg {
    opacity: 0.902;
    height: 100vh;
    background: #252628;
    font-family: 'Poppins', sans-serif !important;
    box-sizing: border-box;
}

.analy-date-download-cont{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}
.analy-date-drop-main-cont {
  /* min-width: 35%;
  max-width: 55%; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.analy-download-main-cont{
  width: 20%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.analy-register-btn-cont {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 25px;
}
.analy-download-btn {
  width: 120px;
  height: 40px;
    font-size: 15px;
    font-weight: 500;
    outline: none !important;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    color: #fff;
    background-color: #0B5BA1;
    border-width: 0px;
}
.analy-download-icon {
  margin-right: 7px;
}
.analy-select-item {
  width: 100%;
  padding-left: 5px;
  border-width: 0px;
  /* border-left: 1px solid #D9DAE6; */
}
.analy-each-input-cont {
  width: 205px;
  height: 40px;
  padding: 10px;
  border: 1px solid #D9DAE6;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-right: 15px;
  /* margin-top: 15px; */
}
.analy-top-bg-image-cont{
  width: 100%;
  height: 40vh;
  background-image: url("https://res.cloudinary.com/dns3bxdp9/image/upload/v1634015411/cropped_rcfksu.jpg");
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.analy-cineplo-image {
  width:150px;
  height: 40px;
  margin-top: 6vh;
}
.analy-user-icon-cont {
  text-align: center;
  position: absolute;
  z-index: 90;
  top: 3vh;
  right: 100px;
}
.analy-user-logo-btn {
  height: 35px;
  width: 35px;
  border-width: 0px;
  background-color: transparent;
  outline: none !important;
  box-sizing: content-box;
  /* float: left;
  margin-top: 5px;
  color: white; */
}
/* .analy-user-name {
  color: white;
  font-size: 15px;
  text-transform: capitalize;
} */
/* .analy-user-pop-cont {
  width: 200px;
  background-color: white;
  border-radius: 6px;
  position: absolute;
  z-index: 90;
  top: 100px;
  right: 50px;
} */

.analy-date-cont {
  width: 200px;
  height: 40px;
  background-color: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #D9DAE6;
  padding: 5px;
  margin-right: 15px;
  /* margin-top: 25px; */
}
.analy-today-btn {
  width: 200px;
  background-color: transparent;
  border-width: 0px;
  color: #2B2E4B;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 0px;
  padding-top: 3px;
  outline: none !important;
}
.analy-date-inner-cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.analy-stat-content-cont {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.analy-bottom-content-main-cont{
  width: 90%;
  height: 80vh;
  position: absolute;
  z-index: 90;
  top: 20vh;
  right: 5%;
  left: 5%;
  border: 1px solid #D7D7D8;
  background-color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.analy-box-cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}
.analy-each-analy-cont {
    width: 23%;
    background-color: white;
    border-radius: 6px;
    margin-bottom: 10px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #D9DAE6;
}
.analy-small-cont {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.analy-each-analy-heading {
    color: #A0A9B8;
    font-weight: 500;
    font-size: 14px;
}
.analy-each-analy-count {
    color: #2B2E4B;
    font-weight: 600;
    font-size: 24px;
}
.analy-each-icon-cont {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    background-color: rgb(215, 230, 247);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.analy-user-pop-cont {
    width: 200px;
    background-color: white;
    border-radius: 6px;
    text-align: center;
    border: 1px solid #D9DAE6;
    position: absolute;
    z-index: 90;
    top: 80px;
    right: 50px;
  }
  .analy-user-pop-items {
    color: #2f3538;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding: 10px;
    cursor: pointer;
    margin: 0px;
  }
  .analy-user-pop-items:hover {
    color: #2f3538;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding:10px;
    cursor: pointer;
    background-color: #f0f4f7;
    margin: 0px;
  }
  .analy-error-pop-item {
    width: 100%;
    border-width: 0px;
  color: red;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding: 10px;
  cursor: pointer;
  background-color: white;
  text-align: left;
  margin: 0px;
  outline: none !important;
  }
  .analy-error-pop-item:hover {
    border-width: 0px;
    color: red;
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding: 10px;
    cursor: pointer;
    background-color: #f0f4f7;
    margin: 0px;
  }

.analy-table-main-cont {
  max-height: 80%;
  overflow: auto;
  margin-top: 25px;
  border: 1px solid #D9DAE6;
  border-radius: 10px;
  border-bottom: none;
}
.analy-table-main-cont::-webkit-scrollbar {
	width: 5px;
	position: fixed;
  border-radius:10px;
  height: 5px;
  }
  
  /* Track */
.analy-table-main-cont::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey; 
	border-radius:10px;
  }
   
  /* Handle */
.analy-table-main-cont::-webkit-scrollbar-thumb {
	background:#9C9C9C; 
	border-radius: 10px;
  }
.analy-table {
  width: 200%;
}
.analy-table:last-of-type {
  border-bottom: none;
}

.analy-th {
  /* width: 100px !important; */
  column-count: 1 !important;
  height: 30px;
  border-right: 1px solid #D9DAE6;
  border-collapse: collapse;
  padding: 10px;
  text-align: center !important;
}
.analy-th:last-of-type {
  border-right:none;
}
.analy-food-main-th {
  /* width: 150px !important; */
  /* column-count: 3 !important; */
  height: 30px;
  border-right: 1px solid #D9DAE6;
  border-collapse: collapse;
  padding: 10px;
  text-align: center !important;
}
.analy-food-th {
  width: 100px !important;
  height: 30px;
  border-right: 1px solid #D9DAE6;
  border-collapse: collapse;
  padding: 10px;
  text-align: center !important;
}
.analy-food-th:last-of-type {
  border-right:none;
}
.analy-width-100 {
  width: 100%;
}
.analy-td {
  width: 100px !important;
  height: 30px;
  padding: 10px;
  border: 1px solid #D9DAE6;
  border-collapse: collapse;
}
.analy-td:first-of-type {
  border-left: none;
}

.analy-food-td {
  width: 100px;
  height: 30px;
  padding: 10px;
  border-right: 1px solid #D9DAE6;
  border-collapse: collapse;
}
.analy-food-td:last-of-type {
  border-right: none;
}
.analy-tr {
  height: 30px;
  text-align: center;
  /* border: 1px solid #D9DAE6; */
}
.analy-food-tr {
  height: 30px;
  text-align: center;
  border-top: 1px solid #D9DAE6;
}


.analy-spinner-main-cont{
  margin-top: 25vh;
}
.analy-spin-border {
  width: 6rem;
  height: 6rem;
}
.analy-user-main-icon-cinema-cont {
  width: 200px;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 90;
  top: 3vh;
  right: 50px;
  font-family: 'Poppins', sans-serif;
}
.analy-user-main-icon-cont{
  width: 200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.analy-user-short-name-cont{
  background: #7487FF;
  border-radius: 6px;
  height: 40px;
  width: 50px;
  /* margin-top: 5px; */
  text-align: center;
  padding: 5px;
}
.analy-user-short-name{
  text-transform: capitalize;
  color: white;
  font-weight: 500;
  font-size: 26px;
  margin: 0px;
}
.analy-user-cinema-name{
  color: white;
  font-weight: 400;
  font-size: 16px;
  margin: 0px;
  margin-top: 8px;
  font-family: 'Poppins', sans-serif !important;
}
.analy-user-name-mail-cont{
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 12px;
  margin-left: 12px;
  /* align-items: center; */
}
.analy-user-name {
  color: white;
  font-size: 13px;
  font-weight: 500;
  margin: 0px;
  max-width: 120px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.analy-user-email {
  color: white;
  font-size: 13px;
  margin: 0px;
  max-width: 120px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
}
.analy-error-image-cont {
  width: 100%;
  height: 62vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.analy-error-image {
  width: 40%;
  /* height: 400px; */
  /* margin-top: 6vh; */
}