body {
  /* display: flex; */
  height: 100vh;
  margin: 0;
}

.sidebar-left {
  height: 100%;
  width: 21%;
  background-color: #ffffff;
  padding: 20px 20px 20px 40px;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}
.dropdown-menu-1 {
  width: 210px !important;
}
.dropdown-menu-1.show {
  width: 210px !important;
  transform: translate3d(-184px, 23px, 0px) !important;
}
.dropdown-toggle-1::after {
  display: none !important;
}

/* .nav-link {
  border-radius: 0;
  color: #000;
  font-size: 14px;
  font-weight: 400;
} */

.nav-link.active {
  background-color: #eaf1ff !important;
  color: black !important;
  border-radius: 0;
}

.content {
  flex-grow: 1;
  padding: 20px;
  background-color: #ffffff;
  overflow-y: auto;
}

.nested-nav {
  font-size: 14px;
  padding: 10px 0px 10px 24px;
  background-color: #f4f8ff !important;
}

.nav-link-sub {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  padding-bottom: 8px;
}
.form-control:focus {
  box-shadow: none !important;
  border-color: transparent !important;
}
#subtab-inbox1 > .col-md-4 {
  height: 100%;
}
#messagetab-inbox1,
#messagetab-inbox2,
#messagetab-inbox3 {
  background-color: #f8dcdc;
  opacity: 0.8;
  text-align: center;
  padding: 34px 20px;
  height: 450px;
}
#messagetab-inbox1 > p,
#messagetab-inbox3 > p {
  font-size: 12px;
  padding-top: 7px;
}
#messagetab-inbox1 > img,
#messagetab-inbox2 > img,
#messagetab-inbox3 > img {
  height: 70px;
  width: 70px;
}
#messagetab-inbox1 > button,
#messagetab-inbox2 > button,
#messagetab-inbox3 > button {
  background-color: #b22222;
  color: #ffffff;
  border-radius: 20px;
  padding: 4px 15px;
  border: none;
  font-size: 14px;
}
.message-sub.active {
  background-color: #b22222;
  color: white;
  padding: 12px 12px;
}
.projectSumisssion-btn-submit {
  background-color: transparent;
  color: #000;
  border: 2px solid #b22222;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 500;
}
#projectSubmission-box1 > div,
#projectSubmission-box2 > div,
#projectSubmission-box3 > div {
  padding-bottom: 15px;
  font-size: 18px;
}
#projectSubmission-box1 > p,
#projectSubmission-box2 > p,
#projectSubmission-box3 > p {
  font-size: 15px;
}
.projectSubmission-parent {
  background-color: #ffffff;
  padding: 20px 20px;
  margin-top: 10px;
}
.nav-link-sub.active {
  font-weight: 500;
}
.nav-link-sub.left-sub.active {
  font-weight: 500;
  color: #b22222;
}
.nav-link-sub.right-sub.active {
  font-weight: 500;
  border-bottom: 3px solid #b22222;
}
.messageRight {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.messageRight > div > img {
  height: 200px;
  width: 170px;
  opacity: 0.1;
}
.messageRight > div {
  height: 150px;
  width: 150px;
}
.messageRight > p {
  color: gray;
}
.right-tab {
  width: 79%;
  background-color: #f5e0e0a4;
}
.right-tab-dashboard {
  background-color: #f5e0e0a4;  
  width: 79%;
}
.right-tab::-webkit-scrollbar{
  display: none;
}
.userProfile {
  font-size: 14px;
}
.userProfile + div {
  font-size: 14px;
  height: 285px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.editProfileBtn {
  background-color: transparent;
  color: #000;
  border: 2px solid #000;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: 500;
}

.companyProfile {
  font-size: 14px;
}

.companyProfile + div {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 285px;
}

.componyProfileInside button:nth-child(3) {
  background-color: #b22222;
  color: #fff;
  padding: 18px 40px;
  font-size: 14px;
  font-weight: 500;
  border: none;
}

.componyProfileInside {
  display: flex;
  flex-direction: column;
}

.componyProfileInside > div:first-child {
  font-size: 30px;
  border: 2px solid #b22222;
  color: #b22222;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 17px;
  margin-bottom: 16px;
}

.componyProfileInside > div:first-child:hover {
  border: 2px solid #b22222;
  color: #ffffff;
  background-color: #b22222;
}

.contactSupport img {
  width: 40px;
  height: 40px;
}

.contactSupport .fw-semibold + div {
  color: #b22222;
  background-color: #f8dbdb;
  font-weight: bold;
  font-size: 13px;
  padding: 0 8px;
  margin-left: 5px;
}

.contactSupport .ps-3 > div:last-child {
  font-size: 13px;
  padding-top: 4px;
  font-weight: 450;
}

.contactSupport .editProfileBtn {
  padding: 14px 30px;
}

.form-container {
  /* max-width: 600px; */
  margin: 4px auto;
  padding: 4px;
  /* background-color: #f9f9f9; */
  /* border-radius: 5px; */
}

.form-control,
.form-select {
  border-radius: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  outline: none;
  border: none;
}

.form-label {
  font-size: 13px;
}

.form-button {
  background-color: #b22222;
  color: #fff;
  padding: 15px 36px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  margin-top: 13px;
}

.support-form-container {
  margin: 4px auto;
}

.image-preview {
  margin-top: 15px;
  max-height: 200px;
}

.supportAttachmentBtn {
  background-color: transparent;
  border: 2px solid #b22222;
  padding: 15px 36px;
  font-size: 14px;
  font-weight: 500;
}

.supportSubmitBtn {
  background-color: #b22222;
  color: #fff;
  padding: 15px 36px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  margin-top: 6px;
}

.header-right > img {
  width: 40px;
  height: 40px;
  border: 1px solid gray;
  border-radius: 50%;
  padding: 4px;
}

.navbar-nav li a {
  font-weight: 500;
  margin-right: 12px;
}

.navbar-nav li {
  font-weight: 500;
  margin-left: 12px;
}

.nameLogoBox {
  position: relative;
  margin-top: 50px;
}
.nameLogoBox > img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: -28px;
  left: 78px;
}
.nameLogoBox > div {
  background-color: #fff4d7;
  padding: 38px 8px 4px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
.nameLogoBox > div > p {
  font-size: 11px;
  padding-top: 2px;
  color: #b22222;
  font-weight: 400;
}
.nameLogoBox-mob {
  background-color: #fff4d7;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px;
  font-weight: bold;
}

.nameLogoBox-mob > img {
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.nameLogoBox-mob p {
  margin: 0;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}
.sidebar-dropdown{
  padding: 10px 0 0;
}

.sidebar-dropdown p{
  padding: 10px;
  margin: 0;
}

.sidebar-dropdown a{
  text-decoration: none;
  color: black;
}

.sidebar-dropdown p:not(:last-child){
  border-bottom: 1px solid rgb(218, 218, 218);
}

@media (max-width: 575.98px) {
  .right-tab {
    background-color: #ffffff;
    width: 100%;
  }
  /* .navbar{} */
  .userProfile + div {
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  }
  .companyProfile + div {
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  }
  .contactSupport {
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  }
  input.form-control,
  select.form-select {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  .messageRight {
    display: none;
  }
  .projectSubmission-parent {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  .sidebar-left {
    padding: 0px 10px;
  }
  .right-tab-dashboard {
    background-color: #ffffff;  
    width: 100%;
  }
}
