.body-sty {
  background-color: #202024 !important;
}
.logo-sty {
  width: 250px;
  height: 80px;
}
.green-clr {
  color: #42a495;
}
.container-height {
  height: 100vh;
}
.bg-image {
  background-image: url(../Images/background-image.png);
  /* top: 300px; */
  background-size: cover;
  height: 320px;
  background-repeat: no-repeat;
  position: absolute;
}
.primary-btn {
  border: #5a71dd;
  background-color: #5a71dd;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 3px;
}
.primary-btn:hover {
  border: #2f4bc7;
  background-color: #2f4bc7;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 3px;
}
.secondary-btn {
  border: 1px solid #ffffff;
  background-color: #202024;
  color: #ffffff;
  padding: 10px 24px;
  border-radius: 3px;
}
.secondary-btn:hover {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #202024;
  padding: 10px 24px;
  border-radius: 3px;
}
.red-clr {
  color: #f87878;
}
.download-sty {
  color: #6edfff;
  text-decoration: underline;
}
.input-field {
  border: 1px solid #ffffff;
  background-color: #202024;
  color: #ffffff;
  height: 40px;
  border-radius: 3px;
}
.input-field:focus {
  border: 1px solid #ffffff;
  background-color: #202024;
  color: #ffffff;
  height: 40px;
}

/* upload btn sty starts here*/
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.upload-icon-sty {
  width: 40px;
  height: 40px;
}
.upload-btn-sty {
  border: 2px #ffffff dotted;
  color: #ffffff;
  width: 100%;
  background-color: #202024;
  border-radius: 8px;
}
.upload-btn-sty:hover {
  color: #ffffff;
}
.upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
/* upload btn sty ends here*/

/* uploaded file view start here*/
.excel-icon-sty {
  width: 32px;
  height: 32px;
}
.close-icon-sty {
  width: 16px;
  height: 16px;
}
.unsaved-status-sty {
  background-color: #fff8e4;
  padding: 4px 12px;
  border-radius: 15px;
  color: green;
}
/* uploaded file view end here*/
/* partner logo start here*/
.partner-logo-sty {
  width: 100px;
  height: 80px;
}
@media only screen and (min-width: 1052px) and (max-width: 1142px) {
  .partner-logo-sty {
    width: 90px;
    height: 80px;
  }
}
/* partner logo end here*/
