body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
}

.container {
  width: 100%;
  background-color: red;
  box-sizing: border-box;
  background: #fafafa;
  border-radius: 11.75px;
  border-style: solid;
  border-color: #d9d9d9;
  border-width: 0.73px;
  padding: 14.68px 14.68px 29.37px 14.68px;
  display: flex;
  flex-direction: column;
  gap: 30.05px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  box-shadow: 0px 0.73px 2.2px 0px rgba(0, 0, 0, 0.3),
    0px 2.94px 5.87px 2.2px rgba(0, 0, 0, 0.15);
}

.otpcontainer {
  width: 100%;
  box-sizing: border-box;
  background: #fafafa;
  border-radius: 11.75px;
  border-style: solid;
  border-color: #d9d9d9;
  border-width: 0.73px;
  padding: 14.68px 14.68px 29.37px 14.68px;
  display: none;
  flex-direction: column;
  gap: 30.05px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  box-shadow: 0px 0.73px 2.2px 0px rgba(0, 0, 0, 0.3),
    0px 2.94px 5.87px 2.2px rgba(0, 0, 0, 0.15);
}

#logo {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
.header,
.secondheader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* background-color: red; */
}
.welcometext,
.entertext {
  color: #000;
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
.subtext {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.advicetext {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Albert Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: center;
}
.form {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 8.81px;
  align-self: stretch;
}
.phonelabel {
  position: relative;
  color: #000;
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 4px;
  width: 100%;
}


.phoneicon {
  position: relative;
  width: 100%; /* Ensures the input takes full width */
  display: flex;
  align-items: center;
}

.icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px; /* Adjust based on icon size */
  height: 20px;
}

.phoneinput {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px; /* Adjust padding for icon space */
  font-family: "Albert Sans", sans-serif;
  border-radius: 5.873px;
  border: 0.734px solid #787878;
  width: 100%;
  box-sizing: border-box; /* Ensures padding doesn't affect total width */
}

.main-btn {
  display: flex;
  padding: 6px 6px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  background: #0093ff;
  border-color: transparent;
  color: #fff;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.otp-btn {
  display: flex;
  margin-top: -25px;
  padding: 6px 6px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  background: #0093ff;
  border-color: transparent;
  color: #fff;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main-btn:hover {
  background-color: #007fdd;
}
.phoneicon {
  position: relative;
  width: 100%;
}
.phoneinput::placeholder {
  padding: 12px;
}
.otpblocks {
  display: flex;
}
.digit {
  width: 12px;
  height: 16px;
  font-size: 16px;
  margin-right: 4px;
  border-radius: 4px;
  border-style: solid;
  border-color: #f4f4f4;
  border-width: 1px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  box-shadow: 0px 0.73px 2.2px 0.73px rgba(0, 0, 0, 0.15),
    0px 0.73px 1.47px 0px rgba(0, 0, 0, 0.3);
}
.query {
  padding: 8px;
  margin-top: -20px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
}
.small-btn {
  color: #0093ff;
  padding-bottom: 0px;
  border-bottom: 2px solid #0093ff;
}

.row {
  display: flex;
}
.column {
  display: flex;
}
.option1,
.option2,
.option3,
.option4 {
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 10;
  position: relative;
  box-shadow: var(
    --m3-elevation-light-1-box-shadow,
    0px 1px 3px 1px rgba(0, 0, 0, 0.15),
    0px 1px 2px 0px rgba(0, 0, 0, 0.3)
  );
}

.option1,
.option3 {
  margin-right: 16px;
  margin-bottom: 16px;
}

.option2,
.option4 {
  margin-bottom: 16px;
}

.expensesblock {
  position: relative;
  /*display: none;*/
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px;
}

#optimg {
  width: 80%;
}
.optlabel {
  font-size: 16px;
  color: #000000;
  text-align: left;
  font-family: "AlbertSans-Medium", sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}
.expenseshead {
  color: #000000;
  text-align: left;
  font-family: "AlbertSans-Medium", sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  margin-bottom: 40px;
}

.hotelform-block {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  overflow-x: hidden;
}

.borderheader {
  width: 100vw;
  border-style: solid;
  border-color: #0093ff;
  border-width: 0px 0px 4px 0px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  /* margin-top: 40px; */
  margin-bottom: 40px;
  margin-right: 20px;
}

.expenseheader {
  padding-left: 20px;
  color: #0093ff;
  text-align: left;
  font-family: "AlbertSans-Bold", sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: block;
  position: relative;
}
.fm-label {
  color: #000000;
  text-align: left;
  font-family: "AlbertSans-SemiBold", sans-serif;
  font-size: 12px;
  font-weight: 600;
  position: relative;
}
.fm-input {
  margin-top: 8px;
  background: #ffffff;
  border-radius: 8.59px;
  border-style: solid;
  border-color: #787878;
  border-width: 1px;
  padding: 10px 16px 10px 16px;
  display: block;
  align-items: center;
  position: relative;
  width: 90%;
}

.singular-form {
  margin-bottom: 20px;
  margin-right: 20px;
  position: relative;
}
.expenseinputs {
  margin-left: 20px;
  margin-right: 20px;
}
.inrow-elements {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.rowlabel {
  display: flex;
  width: 110%;
  /*font-size: 14px;*/
}
.submit-btn {
  margin-top: 10px;
  background-color: #0283e4;
  border-color: transparent;
  border-radius: 8px;
  padding: 6px 24px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 3px 0px rgba(168, 168, 168, 0.18),
    0px 6px 6px 0px rgba(168, 168, 168, 0.15),
    0px 14px 8px 0px rgba(168, 168, 168, 0.09),
    0px 25px 10px 0px rgba(168, 168, 168, 0.03),
    0px 39px 11px 0px rgba(168, 168, 168, 0);
  color: #ffffff;
  font-family: "AlbertSans-Bold", sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
.rowinput {
  width: 80%;
}
#myDropdown {
  display: flex;
  padding: 10px 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 8.59px;
  border: 1px solid #787878;
  width: 100%;
}

.travelform-block {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

.localform-block {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

.projectform-block {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

.form-adjust {
  width: 90vw;
  margin-top: 60px;
}

.theselector {
  width: 90%;
  height: 40px;
  border-radius: 12px;
}

.choose {
  font-size: 8px;
}

.desbox {
  height: 100px;
}

.thedropcontainer {
  width: 88%;
  position: relative;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding: 20px;
  border-radius: 10px;
  border: 2px dashed #555;
  color: #444;
  cursor: pointer;
  transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
}

input[type="file"]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #084cdf;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

.expenseheader {
  top: 0px;
  padding-top: 30px;
}

.borderheader {
  position: fixed;
  top: 0;
  z-index: 1100;
  background-color: white;
}

.uploadedfile {
  border: 1px solid black;
  flex-direction: row;
  padding: 8px;
  border-radius: 8px;
  border-color: #787878;
  display: flex;
}

.fileframe {
  display: flex;
  justify-content: space-between;
  padding-left: 4px;
  padding-right: 12px;
}

.system-icons {
  margin-right: 0px;
}

.system-icons2 {
  height: 24px;
  width: 24px;
}

.attachmentname {
  padding-right: 10px;
  font-family: "Albert-Sans", sans-serif;
  position: relative;
  font-size:14px;
  margin-right: 0px;
  padding: 2px;
}
      .singular-form {
    margin: 20px 0;
}

.fm-label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

.thedropcontainer {
    border: 2px dashed #cccccc;
    padding: 20px;
    text-align: center;
    position: relative;
    border-radius: 8px;
    cursor: pointer;
    background-color: #f9f9f9;
}

.thedropcontainer input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .thedropcontainer {
    width: 220px !important; /* or any desired width for mobile */
  }
}


.fileframe {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.system-icons {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.attachmentname {
    font-size: 14px;
    color: #666666;
    margin-bottom: 8px;
}

.upload-link {
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
}

small {
    display: block;
    margin-top: 5px;
    color: #999;
}

.thedropcontainer:hover {
    background-color: #f1f1f1;
    border-color: #007bff;
}


