@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
ul#menu1 li a.active-link .stepper_number_label {
    background-color: #F70F15;
    color: #F2F2F2;
}
.user-bottom-pagination{
    right:-46px;
    bottom:-60px;
}
.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

.pointer {
  cursor: pointer;
}

h1,
.h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

h2,
.h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

h3,
.h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}

h4,
.h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

h5,
.h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

h6,
.h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 5;
}

.h7 {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.p2 {
  font-size: 16px;
  line-height: 24px;
}

.p1 {
  font-size: 24px;
  line-height: 36px;
}

p,
.p3 {
  font-size: 12px;
  line-height: 18px;
}

.bg-torch-red {
  background-color: #F70F15;
}

.bg-mariner {
  background-color: #3B53A4;
}

.bg-lemon {
  background-color: #F4FB21;
}

.bg-grey-chateau {
  background-color: #9D9FA2;
}

.bg-mardi-gras {
  background-color: #121112;
}

.bg-light-grey {
  background-color: #D8DCDF;
}

.bg-white-smoke {
  background-color: #F2F2F2;
}

.text-torch-red {
  color: #F70F15;
}

.text-error {
  color: #ba0000;
  font-size: 12px;
}

.text-mariner {
  color: #3B53A4;
}

.text-lemon {
  color: #F4FB21;
}

.text-grey-chateau {
  color: #9D9FA2;
}

.text-mardi-gras {
  color: #121112;
}

.text-light-grey {
  color: #D8DCDF;
}

.text-white-smoke {
  color: #F2F2F2;
}

.custom-pl-0 {
  padding-left: 0;
}

.custom-pl-24 {
  padding-left: 24px;
}

.custom-pl-25 {
  padding-left: 25px;
}

.custom-pt-36 {
  padding-top: 36px;
}

.custom-pr-25 {
  padding-right: 25px !important;
}

.ml-16 {
  margin-left: 16px;
}

.mr-08 {
  margin-right: 8px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-16 {
  margin-right: 16px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-32 {
  margin-right: 32px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-56 {
  margin-top: 56px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-08 {
  margin-bottom: 8px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-44 {
  margin-bottom: 44px;
}

.mb-60 {
  margin-bottom: 60px;
}

.img-width-80 {
  width: 80px;
  height: auto;
}

#login_section .custom-min-vh-100 {
  min-height: 100vh;
}

.login_left_image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

#paw-bg {
  width: 300px;
}

.btrr-30 {
  border-top-right-radius: 30px;
}

.bbrr-30 {
  border-bottom-right-radius: 30px;
}

ul#menu li a,
ul#menuBottom li a {
  color: #fff;
  margin-bottom: 10px;
  width: 100%;
  font-size: 1rem;
}

ul#menu li a:hover,
ul#menuBottom li a:hover {
  color: #F70F15;
}

ul#menu li a.active,
ul#menuBottom li a.active {
  background-color: #F70F15;
  padding: 8px 45px 8px 7px !important;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  width: 165px;
}

ul#menu li a.active:hover,
ul#menuBottom li a.active:hover {
  color: #fff;
}

.btn-torch-red {
  background-color: #F70F15 !important;
  color: white;
}

.btn-torch-red:hover {
  color: #fff;
}

.btn-outline-torch-red {
  border: 1px solid #F70F15;
  color: #F70F15;
}

.btn-outline-torch-red:hover {
  background-color: #F70F15;
  color: #fff;
}

.btn-torch-red-sm {
  background-color: #F70F15 !important;
  padding: 4px 16px;
  color: white;
}

.btn-torch-red-sm:hover {
  color: #fff;
}

.btn-outline-torch-red-sm {
  border: 1px solid #F70F15;
  padding: 4px 16px;
  color: #F70F15;
}

.btn-outline-torch-red-sm:hover {
  background-color: #F70F15;
  color: #fff;
}

.btn-danger {
  background-color: #F70F15 !important;
}

.btn-danger:hover {
  color: #fff;
}

.btn-disabled {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
  color: #9D9FA2;
  pointer-events: none;
  font-weight: bold;
}

a.btn {
  padding: 12px 32px;
}

a.btn-sm {
  padding: 7px 16px;
}

.dropdown-item:active {
  background-color: #ba0000;
}

.blue-circle {
  background-color: #3B53A4;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

body form input::-webkit-input-placeholder {
  color: #9D9FA2 !important;
}

body form input:-ms-input-placeholder {
  color: #9D9FA2 !important;
}

body form input::-ms-input-placeholder {
  color: #9D9FA2 !important;
}

body form input::placeholder {
  color: #9D9FA2 !important;
}

body form input[type="text"],
body form input[type="email"],
body form input[type="password"],
body form select,
body form textarea {
  padding: 12px 16px;
  border: 1px solid #9D9FA2;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #121112;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
}

body form input[type="password"] {
  padding-right: 40px;
}

body form .password-inputs .eye-icon {
  top: 13px;
  right: 16px;
}

.form-label {
  margin-bottom: 4px;
}

#verification_form div.verification-code-input input[type="number"]::-webkit-inner-spin-button,
#verification_form div.verification-code-input input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

#verification_form div.verification-code-input input {
  width: 48px;
  height: 48px;
  border: 1px solid #9D9FA2;
  border-radius: 4px;
  padding: 12px 16px;
  text-align: center;
}

#verification_form div.verification-code-input input ::-webkit-input-placeholder {
  text-align: center;
}

#verification_form div.verification-code-input input :-moz-placeholder {
  text-align: center;
}

#verification_form div.verification-code-input input:nth-child(n):not(:last-child) {
  margin-right: 24px;
}

.right-content header .notification_icon {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding-top: 2px;
}

.right-content header .notification_icon img {
  height: 24px;
  width: 24px;
}

.right-content header .notification_icon .notification_dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #F70F15;
}

.table thead tr {
  padding: 15px 24px;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.table th {
  font-size: 12px;
  line-height: 20px;
  padding: 12px 16px;
}

.table tbody tr:hover {
    background: rgba(242, 242, 242, 0.56) !important;
}

.table th:first-child {
  border-top-left-radius: 4px;
  padding-left:24px;
}

.table th:last-child {
  border-top-right-radius: 4px;
  padding-right:24px;
}
.table td:first-child {
  
    padding-left: 24px;
}
.table td:last-child {
    padding-right: 24px;
}

.table td {
  font-size: 12px;
  line-height: 20px;
  padding: 10px 16px 10px 16px;
}

nav ul.pagination li.page-item {
  margin-right: 16px;
}

nav ul.pagination li.page-item a.page-link {
  background-color: #eaeef1;
  border-radius: 4px;
  padding: 3px 0;
  text-align: center;
  height: 24px;
  width: 24px;
  color: #121112;
  font-size: 12px;
}

nav ul.pagination li.page-item a.page-link:hover {
  background-color: #121112;
  color: #F2F2F2;
}

nav ul.pagination li.page-item a.page-link.page-link-active {
  color: #eaeef1;
  background-color: #121112;
}

nav ul.pagination li.page-item:last-child {
  margin-right: 0;
}

.notifications-container .notification-item {
  position: relative;
}

.notifications-container .notification-item .noti-user-info span {
  width: 12px;
  height: 12px;
  border: 2px solid white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  background-color: #f70f15;
}

.notifications-container .notification-item .noti-user-info img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}

.notifications-container .notification-item p.noti-time {
  margin-bottom: 0;
}

.notifications-container .notification-item::after {
  content: "";
  position: absolute;
  top: 99%;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #d8dcdf;
}

#notification_menu {
  height: 468px;
  width: 343px;
  overflow:hidden;
  overflow-y:scroll;
  background:white;
}

#notification_menu::-webkit-scrollbar {
  width: 4px;
  z-index: 3;
}

#notification_menu::-webkit-scrollbar-track {
  background:transparent;
}

    #notification_menu::-webkit-scrollbar-thumb {
        background-color: #9D9FA2;
        
    }

#notification_menu::-webkit-scrollbar-thumb:hover {
  background-color: #eaeef1;
}

#notification_menu li a {
  padding: 12px 32px 12px 20px;
}

#notification_menu li a:hover {
  background-color: transparent;
}

#notification_menu li a .notification-item .noti-user-info span {
  width: 10px;
  height: 10px;
  border: 2px solid white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  background-color: #f70f15;
}

#notification_menu li a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d8dcdf;
  margin-top:12px;
}

.img32x32 {
  width: 32px;
  height: 32px;
}

.modal-footer button {
  padding: 12px 57px;
}

.modal-footer button:not(:last-child) {
  margin-right: 16px;
}

.mw-420 {
  max-width: 420px;
}

.br-15 {
  border-radius: 15px;
}

::-webkit-scrollbar {
  width: 1em;
}

::-webkit-scrollbar-track {

}

::-webkit-scrollbar-thumb {
  background-color: #9D9FA2;
  outline: 0px solid #9D9FA2;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #121112;
}
.rightSideStyle {
    margin-left: 250px !important;
}
@media screen and (max-width: 1100px) {
  #verification_form div.verification-code-input input {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .notifications-container .notification-item .noti-user-info {
    width: 70%;
  }
    .rightSideStyle {
        margin-left: 200px !important;
    }
}

@media screen and (max-width: 576px) {
  #login_section .custom-min-vh-100 {
    min-height: 100%;
    max-height: 250px;
  }
  .login_left_image {
    height: auto;
  }
  #paw-bg {
    width: 200px;
  }
  #logo_sidebar {
    width: 60px !important;
  }
  .events {
    font-size: 12px;
  }
  .details {
    display: none;
  }
  .btn-disabled {
    font-size: 12px;
  }
  .update-password {
    margin-top: 40px;
  }
  .mb-40 {
    margin-bottom: 0px;
  }
  ul#menu li a.active,
  ul#menuBottom li a.active {
    padding: 8px 8px 8px 7px !important;
    width: 40px;
  }
    .rightSideStyle {
        margin-left: 110px !important;
    }
}

.right-content main.chat-container {
  border: 1px solid #eaeef1;
  border-radius: 12px;
  padding: 24px;
  height: 600px;
}

.right-content main.chat-container .row .chat-section {
  position: relative;
}

.right-content main.chat-container .row .chat-section::after {
  content: "";
  position: absolute;
  top: -25px;
  right: 0;
  width: 0.5px;
  height: 600px;
  background-color: #eaeef1;
}

.right-content main.chat-container .row .user-section {
  position: relative;
  max-height: 560px;
  overflow-y: auto;
}

.right-content main.chat-container .row .user-section .user-item {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.right-content main.chat-container .row .user-section .user-item:hover {
  padding: 4px 10px;
  background-color: #f70f15;
  color: #fff;
  border-radius: 4px;
}

.right-content main.chat-container .row .user-section .user-item:hover p {
  color: #fff;
}

.chat-section #chat-section__messages {
  height: 445px;
  overflow-y: auto;
  padding-right: 10px;
}

.chat-section #chat-section__messages .sent_message .info {
  margin-right: 64px;
}

.chat-section #chat-section__messages .sent_message .message-and-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.chat-section #chat-section__messages .sent_message .message-and-avatar .message {
  min-height: 48px;
  max-width: 390px;
  font-weight: 400;
  background-color: #eaeef1;
  padding: 12px 20px;
  border-radius: 24px 0 24px 24px;
}

.chat-section #chat-section__messages .received_message .info {
  margin-left: 56px;
}

.chat-section #chat-section__messages .received_message .message-and-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.chat-section #chat-section__messages .received_message .message-and-avatar .message {
  min-height: 48px;
  max-width: 390px;
  font-weight: 400;
  background-color: #3B53A4;
  padding: 12px 20px;
  border-radius: 0 24px 24px 24px;
}

.chat-section #chat-section__messages::-webkit-scrollbar {
  width: 0.2em;
}

.chat-section #chat-section__messages::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
}

.chat-section #chat-section__messages::-webkit-scrollbar-thumb {
  background-color: #eaeef1;
  outline: 1px solid slategrey;
}

.chat-section #chat-section__messages::-webkit-scrollbar-thumb:hover {
  background-color: #eaeef1;
}

.chat-section #chat-section__button {
  height: 80px;
  background: whitesmoke;
  width: calc(100% + 45px);
  border-bottom-left-radius: 12px;
  margin-left: -24px;
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.chat-section #chat-section__button .input-field-container {
  width: 100%;
  padding: 12px 16px;
  border-radius: 65px;
}

.chat-section #chat-section__button .input-field-container input {
  border: none;
  padding-right: 20px;
}

.chat-section #chat-section__button .input-field-container input:focus {
  outline: none;
}

#user_section::-webkit-scrollbar {
  width: 0.2em;
}

#user_section::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
}

#user_section::-webkit-scrollbar-thumb {
  background-color: #eaeef1;
  outline: 1px solid slategrey;
}

#user_section::-webkit-scrollbar-thumb:hover {
  background-color: #eaeef1;
}

.document_file_container {
  padding: 14px 20px;
  border: 1px solid #9D9FA2;
  margin-bottom: 16px;
  border-radius: 4px;
  height: 48px;
}

.details {
  color: #9D9FA2;
}

.basic-info {
  padding-bottom: 24px;
  color: #9D9FA2;
}

.inputStyle {
  width: 100%;
  height: 48px;
  padding: 12px 16px 12px 16px;
  border-radius: 4px;
  border: 1px solid #9D9FA2;
}

.inputStyle::-webkit-input-placeholder {
  color: #121112;
  font-size: 16px;
  line-height: 24px;
}

.inputStyle:-ms-input-placeholder {
  color: #121112;
  font-size: 16px;
  line-height: 24px;
}

.inputStyle::-ms-input-placeholder {
  color: #121112;
  font-size: 16px;
  line-height: 24px;
}

.inputStyle::placeholder {
  color: #121112;
  font-size: 16px;
  line-height: 24px;
}

.inputStyleForSkill {
  width: 100%;
  height: 48px;
  padding: 12px 16px 12px 16px;
  border-radius: 4px;
  border: 1px solid #9D9FA2;
}

.inputStyleForSkill::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 24px;
}

.inputStyleForSkill:-ms-input-placeholder {
  font-size: 16px;
  line-height: 24px;
}

.inputStyleForSkill::-ms-input-placeholder {
  font-size: 16px;
  line-height: 24px;
}

.inputStyleForSkill::placeholder {
  font-size: 16px;
  line-height: 24px;
}

.textareaStyle {
  width: 100%;
  height: 111px;
  padding: 12px 16px 12px 16px;
  border-radius: 4px;
  border: 1px solid #9D9FA2;
}

.backBtn {
  width: 100%;
  padding: 12px 32px 12px 0px;
  border-radius: 4px;
  text-decoration: none;
  color: #9D9FA2;
  text-align: start;
}

.backBtn:hover {
  color: #9D9FA2;
}

.continue {
  width: 100%;
  padding: 12px 32px 12px 32px;
  border-radius: 4px;
  background-color: #F70F15;
  text-decoration: none;
  color: #FFFFFF;
  text-align: center;
}

.continue:hover {
  color: #FFFFFF;
}

.requiredStyle {
  color: #121112;
}

::-webkit-calendar-picker-indicator {
  background-image: url("/assets/images/calander1.svg");
  opacity: 1;
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
  -webkit-transform: scale(1);
          transform: scale(1);
  margin-left: 5px;
}

::-webkit-calendar-picker-indicator:hover {
  cursor: pointer;
}

.location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 64vh;
}

.rightBtn {
  float: right;
}

.notificationButton {
  background-color: #F2F2F2;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 4px;
}

.notification {
  position: absolute;
  right: 40px;
}

.notificationIcon {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #F70F15;
}

.topBarStyle {
  padding-top: 39px;
}

.uploadIcon {
  margin-bottom: 20px;
}

.requiredSkill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 46vh;
}

.skill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.skill_subskill {
  padding: 11px 16px 11px 16px;
  background-color: #3B53A4;
  border-radius: 50px;
  color: #FFFFFF;
  margin-right: 12px;
  margin-top: 12px;
}

.skill_subskill_light {
  padding: 11px 16px 11px 16px;
  background-color: #EAEEF1;
  border-radius: 50px;
  color: #9D9FA2;
  margin-right: 12px;
  margin-top: 12px;
}

.skill_subskill_light:hover {
  background-color: #3B53A4;
  color: #FFFFFF;
  cursor: pointer;
}

.dropZone {
  max-width: 100%;
  height: 182px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
  border: 1px solid #9d9fa2;
  border-radius: 4px;
}

.dropZoneOver {
  border-style: solid;
}

.dropZoneInput {
  display: none;
}

.dropZoneThumb {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}

.dropZoneThumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}

.pdfClass {
  color: #9D9FA2;
}

.successful {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80vh;
}

.stepper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stepper_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #FFFFFF;
}

.stepper_number_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px !important;
  width: 24px !important;
  border-radius: 50px;
  color: #121112;
  font-weight: 700;
  background-color: #F2F2F2;
}

.stepper_number_line {
  height: 44px;
  border-left: 1px solid;
  margin-left: 12px;
}

.stepper_number_text {
  padding: 0px 0px 8px 24px;
}

.firstNavLink {
  padding-top: 36px;
}

.alignText {
  text-align: justify;
}

.completed {
  background-color: #F70F15;
}

.completedText {
  font-weight: 700;
  color: #FFFFFF !important;
}

.sideBarImg {
  position: absolute;
  right: 0;
  bottom: 0;
}

.sideBarImg_style {
  margin-left: 51px;
  width: 87%;
}

.navStyle {
  border-radius: 0px 30px 30px 0px;
}

ul#menu1 li a {
  color: #fff;
  margin-bottom: -20px;
  max-width: 170px;
}

ul#menu1 li a.active span {
  padding: 0px 0px 8px 24px;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

ul#menu1 li span {
  font-size: 16px;
  color: #9D9FA2;
  line-height: 24px;
}

ul#menu1 li a.active .stepper_number_label {
  background-color: #F70F15;
  color: #F2F2F2;
}

ul#menu1 li a.active .stepper_number_label:hover {
  background-color: #F2F2F2;
  color: #121112;
}

ul#menu1 li .stepper_number_label:hover {
  background-color: #F70F15;
  color: #F2F2F2;
}

.nav-tabs {
  border-bottom: 1px solid #F2F2F2;
}

.nav-link {
  color: #121112;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 2px 0px;
  margin-right: 40px;
}

.nav-link:hover {
  border: 0px;
  color: #121112;
  font-weight: 700;
}

.nav-link:focus-visible {
  border: 0px;
}

.nav-tabs .nav-link.active {
  color: #121112;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  background-color: #fff;
  border-bottom: 3px solid #F70F15;
  padding: 2px 0px;
  
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}

.nav-tabs .nav-link {
  margin-bottom: 0px;
  background: 0 0;
  border: 0px;
}

.settingBtn {
  padding: 12px 32px;
}

.tabHeight1 {
  height: 445px;
  overflow-y: auto;
}

.tabHeight {
  height: 475px;
  overflow-y: auto;
}

.userFileStyle {
  border: 1px solid #EAEEF1;
  padding: 12px 16px;
}

.userDeclineAndApprove {
  padding: 12px 32px;
}

.btn-pending-request {
  padding: 3px 16px;
  height: 24px;
  font-size: 12px;
}

.btn-approve {
  background-color: #F70F15 !important;
  color: white;
}

.btn-approve:hover {
  color: #fff;
}

.btn-decline {
  border: 1px solid #F70F15;
  color: #F70F15;
}

.btn-decline:hover {
  background-color: #F70F15;
  color: #fff;
}

.chat-inbox-border {
    border: 1px solid hsl(216deg 3% 63%);
}
/*# sourceMappingURL=styles.css.map */