body {
  padding: 0px;
  margin: 0px;
  position: relative;
}

/* font kit start here */
@font-face {
  font-family: 'PT Sans';
  src: url('../fonts/PTSans-Bold.woff2') format('woff2'),
    url('../fonts/PTSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PT Sans';
  src: url('../fonts/PTSans-Regular.woff2') format('woff2'),
    url('../fonts/PTSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
    url('../fonts/Montserrat-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
    url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
    url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
    url('../fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* font kit end here */
.form-control:focus {
  box-shadow: none;
  border-color: #DCDCDC;
}

a {
  text-decoration: none;
}

span {
  display: inline-flex;
}

/* login css start here */
header .header_inner {
  position: absolute;
  top: 50px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

header .supprot_portal_btn button {
  border-radius: 40px;
  background: #ECD924;
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding: 13px 25px;
  border: none;
  display: flex;
  align-items: center;
  gap: 5px;
}

.header_welcome_msg h2 {
  color: #276141;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.login_sec {
  background-image: url(../images/login-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.login_sec_inner {
  padding-top: 200px;
  min-height: 100vh;
}

.steps_sec.login_sec_inner {
  padding-top: 150px;
  padding-bottom: 250px;
}

.login_form .form_outer {
  border-radius: 10px;
  border: 1px solid #EDEDED;
  background: #FFF;
  padding: 30px 30px;
}

.login_form form label {
  color: #333;
  font-family: 'PT Sans';
  font-size: 14px;
  font-weight: 700;
  line-height: 10px;
}

.login_form form input,
.steps_sec .step_one_form form textarea,
.step_one_form select {
  border-radius: 30px;
  border: 1px solid #DCDCDC;
  background-color: #FFF;
  padding: 11px 18px;
  font-family: 'PT Sans';
  font-size: 14px;
  font-weight: 400;
  line-height: 10px;
}

.login_form .form_outer button {
  border-radius: 33px;
  border: 1px solid #205A3A;
  background: #276141;
  padding: 11px 19px;
  color: #FFF;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.login_form .form_outer button:hover,
.login_form .form_outer button:active {
  background-color: #276141;
  border: 1px solid #205A3A;
  color: #FFF;
}

/* login css end here */
/* step css start */
.steps_sec {
  background-image: url(../images/steps-bg.png);
}

.step_one .personal_info {
  display: flex;
  align-items: center;
  gap: 18px;
}

.step_one_form .step_number {
  background-color: #eff0f6;
  height: 30px;
  width: 30px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  font-family: "PT Sans";
  color: #333333;
}

.step_one_form .step_heading_inner h6 {
  color: #222;
  font-family: 'PT Sans';
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.step_one_form .step_heading_inner {
  display: flex;
  align-items: center;
  gap: 13px;
}

.step_one_form .step_number.active {
  background-color: #33694B;
  color: #fff;
}

.employees_issues a {
  color: #1E1E1E;
  font-family: 'PT Sans';
  font-size: 14px;
  font-weight: 400;
  padding: 13px 18px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #DCDCDC;
  background: #F4F4F4;
  text-decoration: none;
}

.steps_heading {
  padding-bottom: 40px;
}

.step_one_form .form_outer button {
  padding: 11px 39px;
}

.next_btn a {
  color: #fff;
}

.steps_sec .step_one_form .form_outer input,
.steps_sec .step_one_form .form_outer textarea,
.step_one_form select {
  border-radius: 0px;
  color: #1E1E1E;
  font-family: 'PT Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
}

.step_one_form select {
  line-height: normal;
}

.step_one_form select:focus,
.request_call_modal .input-group select:focus {
  box-shadow: none;
  border-color: #DCDCDC;
}

.steps_sec .step_one_form .form_outer input::placeholder,
.steps_sec .step_one_form .form_outer textarea::placeholder {
  color: #1E1E1E;
}

.step_one_form .choose_file p {
  font-weight: 700;
  color: #000000;
  font-size: 16px;
  margin: 1px;
  padding: 14px 13px;
  background: #dce3e8;
  font-family: 'PT Sans';
}

.step_one_form input[type="file"] {
  display: none;
}

.step_one_form .choose_file {
  border: 1px solid #dcdcdc;
  background: #fff;
  cursor: pointer;
}

.submit_request {
  border-radius: 10px;
  border: 1px solid #DCDCDC;
  background: #FFF;
  padding: 27px 0px 0px;
  text-align: center;
  max-width: 630px;
  margin: 70px auto 30px;
}

.submit_request p {
  max-width: 480px;
  margin: 0 auto;
  padding: 0px 10px;
  padding-bottom: 50px;
}

.yes_not_btns {
  border-top: 1px solid #D9D9D9;
  padding: 10px 0px;
}

.login_form .form_outer .yes_not_btns .no_thanks_btn {
  border: 1px solid #ECD924;
  background: #ECD924;
  color: #000;
}

.login_form .form_outer .yes_not_btns .no_thanks_btn:hover {
  border: 1px solid #ECD924;
  background: #ECD924;
  color: #000;
}

.request_box {
  border: 1px solid #DCDCDC;
  background: #FFF;
  padding: 50px 18px;
}

.request_box h5 {
  color: #1E1E1E;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.request_box .available_time p {
  color: #74BC1F;
  font-family: 'PT Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.step_one_form .form_outer .request_box button {
  margin-top: 18px;
  width: 100%;
  color: #FFF;
  font-family: PT Sans;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.step_one_form .form_outer .request_box .chat_btn button,
.step_one_form .form_outer .request_box .chat_btn button:hover {
  margin-top: 18px;
  width: 100%;
  background-color: #F0F2F2;
  border: 1px solid #F0F2F2;
  color: #333;
}

.step_one_form .form_outer .request_box .chat_btn button:hover {
  background-color: #F0F2F2;
}

.request_call_modal .input-group input,
.request_call_modal .input-group select {
  border-radius: 0px 30px 30px 0px;
  color: #333;
  font-family: PT Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.request_call_modal .input-group select {
  flex: unset;
  width: 20%;
  border-radius: 30px 0px 0px 30px;
  padding-right: 10px;
}

.request_call_modal h5 {
  color: #1E1E1E;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.request_call_modal h6 {
  color: #1E1E1E;
  font-family: PT Sans;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}

.request_call_modal p {
  color: #1E1E1E;
  font-family: PT Sans;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
}

.request_call_modal form label {
  color: #0194FF;
  font-family: PT Sans;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
}

.request_call_modal .call_me_now_btn button {
  border-radius: 65px;
  border: 1px solid #205A3A;
  background: #276141;
  width: 100%;
  color: #FFF;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 20px;
  padding: 10px 0px;
}

.request_call_modal .modal-header button {
  background-color: transparent;
  border: none;
  position: absolute;
  right: -13px;
  top: -12px;
  z-index: 9;
}

.request_call_modal .modal-body {
  padding: 50px 50px;
}

.modal-backdrop.show {
  background: #000000BA;
  opacity: unset;
}

/* step css end */
/* footer css start */
footer {
  position: absolute;
  bottom: 0px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  z-index: 2;
  padding-bottom: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  padding: 20px 0px 40px;
}


.footer_top p,
.footer_top a {
  color: rgba(0, 0, 0, 0.40);
  font-family: 'PT Sans';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

.footer_top a {
  text-decoration-line: underline;
}
li {
  transition: opacity 0.5s ease-in-out;
}
/* footer css end */

/* chatbot css start */
#center-text {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#chat-circle {
  position: fixed;
  bottom: 75px;
  right: 20px;
  border-radius: 50%;
  background-color: #33694B;
  box-shadow: 3px 3px 12px #5DA87E;
  padding: 9px 9px;
  cursor: pointer;
  z-index: 9;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#chat-circle p, .header_logo p, .chat-msg.user p{
  margin-bottom: 0px;
}
.answer span{
  display: flex;
  justify-content: center;
  align-items: center;
}

#chat-circle i {
  font-size: 20px;
}

.btn#my-btn {
  background: white;
  padding-top: 13px;
  padding-bottom: 12px;
  border-radius: 45px;
  padding-right: 40px;
  padding-left: 40px;
  color: #5865c3;
}
#chat-circle span.img-fluid {
  font-size: 30px;
}

.chat-box {
  display: none;
  background-image: url(../images/chatbot-bg.png);
  background-color: #fff;
  position: fixed;
  right: 30px;
  bottom: 50px;
  width: 386px;
  height: 550px;
  border-radius: 20px;
  box-shadow: 0px 5px 35px 9px #ccc;
  z-index: 99999;
}

.chat-box-toggle,
.chat-box-mute {
  cursor: pointer;
}

.chat-box-header {
  background: #33694B;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: white;
  font-size: 20px;
  padding: 15px 8px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.header_name p {
  color: #F8F8F8;
  font-family: PT Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.header_name h1 {
  color: #FFF;
  font-family: Montserrat;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.42px;
}

.chat_box_header_logo {
  gap: 8px;
}

.chat-box-header .header_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  background: #33694B;
  border-radius: 100px;
  box-shadow: 3px 3px 12px #5DA87E;

}

.chat-box-header .header_logo img {}

.chat-box-header p img {
  background: transparent;
  width: 14px;
  height: 16px;
}

#chat-circle img {
  display: inline-block;
  width: 35px!important;
  height: 35px!important;
}

.chat-box-body {
  position: relative;
  height: auto;
  border: 1px solid #ccc;
  overflow: hidden;
}

.chat-box-body:after {
  content: "";
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.chat-input {
  background: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top: 1px solid #d9d9d9;
  position: absolute;
  bottom: 0px;
}

#chat-input {
  width: 346px;
  position: relative;
  height: 48px;
  color: #888;
  border-top: none;
  overflow: hidden;
  padding: 20px 100px 20px 20px;
  border: 1px solid #dcdcdc;
  margin: 20px;
  border-radius: 100px;
  color: #5A5A5A;
  font-family: PT Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.2px;
}

#chat-input::placeholder,
#chat-input::-moz-placeholder,
#chat-input:-ms-input-placeholder,
#chat-input:-moz-placeholder {
  color: #5A5A5A;
}

#chat-input:focus-visible {
  border: 1px solid #dcdcdc;
  outline: none;
}

.chat-input>form {
  margin-bottom: 0;
}

.chat-submit .microphone {
  right: 41px;
  position: absolute;
  border-radius: 50%;
  padding: 7px;
  top: 0px;
  border: 1px solid #EDEDED;
  box-shadow: 0px 4px 14px 0px #0000001A;
  width: 37px;
  height: 37px;
}

.chat-submit {
  position: absolute;
  bottom: 26px;
  right: 29px;
  background: #33694B!important;
  box-shadow: none;
  border: none;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  border: 1px solid #EDEDED;
  box-shadow: 0px 4px 14px 0px #0000001A;
  padding: 10px!important;
}

.send_btn {
  transform: rotate(354deg);
  display: flex;
  align-items: center;
}

.send_btn svg {
  color: #6097b4;
}

.chat-logs {
  padding: 4px 14px 30px 14px;
  height: 340px;
  overflow-y: scroll;
}

.chat-logs::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.chat-logs::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.chat-logs::-webkit-scrollbar-thumb {
  background-color: #33694B;
}


.chat-msg.user>.msg-avatar img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  float: left;
  width: 15%;
}

.chat-msg.self>.msg-avatar img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  float: right;
  width: 15%;
}

.cm-msg-text {
  background: #fff;
  padding: 7px 20px;
  color: #666;
  position: relative;
  margin-bottom: 10px;
  border-radius: 100px 80px 0px 100px;
}

#cm-msg-self {
  float: right;
  margin-bottom: 6px;
  margin-left: 30px;
}

#cm-msg-self p {
  margin-bottom: 0px;
  margin-right: 14px;
  text-align: end;
  color: #5A5A5A;
  font-family: PT Sans;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.2px;
}
#cm-msg-user .before p{
    display: flex;
}
#cm-msg-user .before img{
    width: 19px!important;
  height: 18px!important;
}

#cm-msg-user .cm-msg-text {
  border-radius: 20px 20px 20px 20px;
  line-height: 21px;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.10);
  border: 1px solid #EDEDED;
  color: #5A5A5A;
  font-family: PT Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.2px;
  margin-bottom: 20px;
}

#cm-msg-user .answer {
  position: relative;
  margin-left: 30px;
}

#cm-msg-user .answer .before {
  position: absolute;
  content: '';
 /*  background: url(../images/chatbot-logo.svg); */
  background-color: #33694B;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  left: -34px;
  border-radius: 50%;
  background-size: 60%;
  background-position: center;
  padding: 4px;
  text-align: center;
  box-shadow: 0px 4px 14px 0px #0000005C;

}

.chat-msg.self p {
  font-size: 12px;
  font-weight: 400;
  position: relative;
  color: #1e1e1e;
}

.chat-msg.self p:after {
  content: "";
/*   background-image: url(../images/double-tick.png); */
  width: 20px;
  height: 20px;
  position: absolute;
  background-repeat: no-repeat;
  top: 5px;
  right: -24px;
}

.chat-msg.chat-user {
  margin-left: 60px;
}

.chat-msg {
  clear: both;
}

.chat-msg.self>.cm-msg-text {
  background: #ECD924;
  color: #fff;

}

.cm-msg-button>ul>li {
  list-style: none;
  float: left;
  width: 50%;
}

.cm-msg-button {
  clear: both;
  margin-bottom: 70px;
}

.chat-box-toggle svg {
  background: #fff;
  width: 24px;
  height: 24px;
  padding: 5px;
  border-radius: 100%;
}

.chat-box-mute svg {
  background: transparent;
  width: 33px;
  height: 33px;
}

.cm-msg-text h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.chat-box-body .days span {
  font-size: 12px;
  font-weight: 400;
  background: #DEFABD;
  border: 1px solid #DEFABD;
  padding: 5px 12px;
  border-radius: 100px;
  margin: 10px 0px 10px 0px;
  display: inline-block;
}

.days.text-center {
  visibility: hidden;
}
/* chatbot css start */

/* MLTC Portal css start */
.form_heading {
  margin-bottom: 40px;

}

.form_heading p {
  color: rgba(35, 31, 32, 0.70);
  font-family: PT Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form_heading p a {
  font-weight: 700;
  color: rgba(35, 31, 32, 0.70);
}

.form_outer h1 {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.mltc_login_sec .login_form .form_outer button {
  padding: 11px 30px;
}

section.login_sec.mltc_login_sec.login_sec_inner {
  padding-top: 150px;
}

.signUp_form.verification_otp .enter_otp {
  display: flex;
  gap: 25px;
  justify-content: center;
  padding-bottom: 30px;
}

.verification_otp .enter_otp input {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  background: #DEDEDE;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: transparent;
  color: #000;
  font-size: 23.04px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.resend_otp_link {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #00000012;
}

.resend_otp_link p {
  color: rgba(35, 31, 32, 0.70);
  font-family: PT Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;

}

.resend_otp_link p a {
  color: #276141;
  font-weight: 700;
}

/* MLTC Portal css end */
/* dashboard css start */
.admin_dashboard {
  background-color: #F5F7FA;
  min-height: 100vh;
}

.admin_dashboard .left_side_menu {
  background: #fff;
  max-width: 300px;
}

.admin_dashboard .left_side_menu .admin_panel_sidebar {
  position: fixed;
  top: 0;
  left: 0;
  background: #DCF0EE;
  padding: 30px 0;
  z-index: 9;
  width: 270px;
  height: 100%;
}

.admin_dashboard .sidebar_logo {
  margin-bottom: 50px;
  padding: 0 20px;
}

.admin_dashboard .admin_panel_sidebar ul {
  list-style-type: none;
  padding: 0 20px;
  background-color: #DCF0EE;
  max-height: 600px;
  overflow: auto;
}

.admin_dashboard .admin_panel_sidebar ul li:hover,
.admin_dashboard .admin_panel_sidebar ul li.active {
  background: rgba(26, 125, 71, 0.39);
  position: relative;
}

.admin_dashboard .admin_panel_sidebar ul li {
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
  padding: 15px 14px;
  margin-bottom: 8px;
}

.admin_dashboard .admin_panel_sidebar ul li.active::before,
.admin_dashboard .admin_panel_sidebar ul li::before {
  content: '';
  position: absolute;
  left: -22px;
  top: 4px;
  width: 5px;
  height: 42px;
  background-color: #226241;
  border-radius: 30px;
  opacity: 0;
  visibility: hidden;
}

.admin_dashboard .admin_panel_sidebar ul li.active::before,
.admin_dashboard .admin_panel_sidebar ul li:hover::before {
  opacity: 1;
  visibility: visible;
}

.admin_dashboard .admin_panel_sidebar ul li a {
  text-decoration: none;
  color: #353535;
  display: flex;
  gap: 10px;
  transition: all 0.4s ease-in-out;
  color: #353535;
  font-family: PT Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

section.admin_dashboard .content-page {
  width: calc(100% - 270px);
  margin-left: auto;
  padding: 16px 0;
  position: relative;
}

.admin_right_info .admin_user_info {
  border: 1px solid #EBEBEB;
  background: #FDFDFD;
  padding: 11px 40px 11px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: calc(100vw - 270px);
  top: 0;
  left: 270px;
  z-index: 9;
}

.admin_right_info {
  padding: 70px 18px 0px;
}

.admin_user_heading h4 {
  color: #226241;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.admin_right_info .admin_user_dp {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  position: relative;
}

.admin_right_info .admin_user_dp {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.admin_right_info .admin_user_dp .admin_header_search_box input {
  border-radius: 40px;
  background: #F5F7FA;
  color: #849A8E;
  font-family: PT Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 8px 12px 8px 40px;
}

.admin_right_info .admin_user_dp .admin_header_search_box:after {
  position: absolute;
  content: '';
  background-image: url(../images/admin-header-search.svg);
  height: 14px;
  width: 14px;
  top: 50%;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  left: 14px;
}

.admin_user_dp .setting_icon,
.admin_user_dp .notification_icon {
  background-color: #F5F7FA;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.admin_user_dp .profile_dropdown img {
  border-radius: 100%;
}

.admin_right_info .admin_user_dp a {
  color: #464255;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.admin_right_info .admin_user_dp a:active,
.filter_box .dropdown-item:active {
  background-color: #205A3A;
  color: #fff;
}

.admin_right_info ul.sub_menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  transform: translateY(0px);
  background-color: #ffff;
  box-shadow: 0px 4px 14px 0px #0000001A;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 2;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.admin_right_info .user_search_box {
  margin: 25px 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search_box_input:after {
  position: absolute;
  content: '';
  background-image: url(../images/search-icon.svg);
  height: 20px;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
  background-repeat: no-repeat;
}

.admin_right_info .user_search_box input {
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #FDFDFD;
  width: 100%;
  padding: 10px 28px 10px 50px;
  color: #667085;
  font-family: PT Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.admin_right_info .user_search_box span.searh_icon {
  margin-left: -50px;
  cursor: pointer;
}

.admin_right_info .cn_reports_table_inner {
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  padding: 22px 30px 0px;
  margin-bottom: 20px;
}

.cn_reports_table_outer table thead {
  border-bottom: 1px solid #E6EFF5;
  padding-bottom: 12px;
}

.cn_reports_table_outer table thead th {
  color: #3E7258;
  font-family: PT Sans;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}

.cn_reports_table_outer table tbody td {
  border-bottom: 1px solid #E6EFF5;
  color: #232323;
  font-family: PT Sans;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

.cn_reports_table_outer table tbody tr:last-child td {
  border-bottom: none;
}

.cn_reports_table_outer table td.task_data {
  width: 237px;
}

.services_page .services_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 10px;
}

.filter_box button {
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #344054;
  font-family: PT Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.filter_box button:hover,
.filter_box button:active,
.filter_box button:focus {
  border: 1px solid #D0D5DD;
  background: #fff;
}

.filter_box button.dropdown-toggle::after,
.profile_dropdown button.dropdown-toggle::after {
  display: none;
}

.profile_dropdown button.dropdown-toggle:focus,
.filter_box button.dropdown-toggle:active,
.profile_dropdown button.dropdown-toggle:active {
  border: none;
}

.profile_dropdown button {
  padding: 0px;
  border: none;
  background-color: transparent;
}

.search_box_heading h6 {
  color: #333;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
}

.table_pagination ul {
  margin-bottom: 80px;
  gap: 12px;
}

.table_pagination li.page-item:first-child a,
.table_pagination li.page-item:last-child a {
  border: none;
  background-color: transparent;
  width: auto;
  height: auto;
  color: #276141;
  font-family: PT Sans;
  padding-left: 0;
  padding-right: 0;
}

.table_pagination a.page-link.active,
.table_pagination a.page-link:hover {
  background: #276141;
  color: #fff;
  border: none;
}

.table_pagination a.page-link {
  padding: 10px 12px;
  color: #276141;
  font-family: PT Sans;
  font-size: 14px;
  font-weight: 400;
  width: 38px;
  height: 38px;
  background: transparent;
  border: none;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table_pagination .previous_btn a:hover,
.table_pagination .next_btn a:hover {
  background-color: transparent;
  color: #276141;
}

.table_pagination .page-item a:focus {
  box-shadow: none;
}

.admin_dashboard .admin_panel_sidebar ul::-webkit-scrollbar {
  background-color: transparent;
  width: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.admin_dashboard .admin_panel_sidebar ul:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
}

footer.dashboard_footer {
  position: unset;
  transform: unset;
}

/* dashboard css end */

/* dashboard chat css start */
.left_sidebar_content {
  height: 100%;
  border-radius: 12px 0px 0px 0px;
  border-left: 1px solid #E3E8E7;
  background: #FFF;
  background-color: #fff;
  border-right: 1px solid #D3D3D3;
}
.left_sidebar_content .all_messages {
  padding: 20px 24px 0px;
}
.left_sidebar_content .serach_input_box {
  padding: 22px 16px 8px;
  position: relative;
}
.left_sidebar_content .serach_input_box input[type="text"] {
  border: none;
  width: 100%;
  color: #747474;
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 11px 40px;
  text-transform: capitalize;
  border-radius: 8px;
  border: 1px solid #E3E8E7;
}
.left_sidebar_content .serach_icon {
  position: absolute;
  top: 30px;
  left: 30px;
}
.left_sidebar_links a {
  text-decoration: none;
}
.left_sidebar_content .sidebar_info {
  padding: 16px 0px;
  gap: 16px;
  transition: all 0.3s ease-in;
  align-items: center;
  border-bottom: 1px solid #E3E8E7;
  margin: 0px 24px;
}
.left_sidebar_content .sidebar_info h5 {
  color: #1A2530;
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0px;
}
.left_sidebar_content .sidebar_info p {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.50);
  width: 205px;
  font-family: 'Montserrat';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
}
.right_sidebar_info .right_sidebar_header {
  justify-content: space-between;
  border-bottom: 1px solid #D3D3D3;
  padding: 16px 18px;
  background-color: #fff;
}
.right_sidebar_info .user_details {
  display: flex;
  gap: 8px;
  align-items: center;
}

.active_chat_user_name h5 {
  margin-bottom: 0px;
  color: #000;
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.active_chat_user_name p {
  color: #747474;
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  position: relative;
}

.chat_process_info {
  padding: 20px 40px;
  background-color: #fff;
}
.right_sidebar_info .chat_reciever, .chat_sender {
  max-width: 320px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 5px;
}

.right_sidebar_info .chat_user_img {
  width: 100%;
  max-width: fit-content;
}
.right_sidebar_info .chat_reciever img, .chat_sender .chat_user_img img {
  width: 100%;
  max-width: 36px;
  height: 36px;
  border-radius: 100%;
}
.right_sidebar_info .chat_sender {
  max-width: 320px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}
.right_sidebar_info .chat_sender p {
  margin-bottom: 0px;
  color: #333;
  font-size: 14px;
  font-family: PT Sans;
  font-weight: 400;
  border-radius: 20px 20px 0px 20px;
  background: #F3F3F3;
  padding: 20px;
}
.right_sidebar_info .chat_reciever p {
  margin-bottom: 0px;
  color: #fff;
  font-family: PT Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 156%;
  border-radius: 20px 20px 20px 0px;
  background: #90C3AD;
  padding: 20px;
}
.right_sidebar_info .chat_timings span {
  border-radius: 100px;
  border: 1px solid #F9CC81;
  background: #FDDA9F;
  padding: 2px 10px;
  color: #595959;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.view_more_btn{
background-color: #33694B !important;
color: #ffffff;
border: none;
border-radius: 10px 0px 10px 0px;
padding: 6px 12px !important;
}

/* for bubbles */
div#wave {
position: relative;
/* text-align: center; */
/* width: 100px; */
/* height: 100px; */
margin-left: auto;
margin-right: auto;
}
div#wave .dot {
display: inline-block;
width: 6px;
height: 6px;
border-radius: 50%;
margin-right: 1px;
background: #909090;
animation: wave 1.3s linear infinite;
}
div#wave .dot:nth-child(2) {
animation-delay: -1.1s;
}
div#wave .dot:nth-child(3) {
animation-delay: -0.9s;
}

@keyframes wave {
0%, 60%, 100% {
  transform: initial;
}
30% {
  transform: translateY(-9px);
}
}
/* bubbles css end */

/* dashboard chat css end */
/* responsive css start */
@media(max-width:1200px) {

  .cn_reports_table_outer table tbody td,
  .cn_reports_table_outer table thead th {
    white-space: nowrap;
  }
}

@media(max-width: 992px) {
  .employees_issues a {
    padding: 10px 8px;
  }

  section.login_sec.mltc_login_sec.login_sec_inner,
  .login_sec_inner {
    padding-bottom: 170px;
  }

  .toggle-btn span {
    width: 100%;
    display: block;
    height: 2px;
    background: #333;
    margin: 6px 0;
  }

  .admin_dashboard .left_side_menu .admin_panel_sidebar {
    position: static;
  }

  section.admin_dashboard .content-page {
    margin-left: 0px;
    margin-right: 0;
    width: 100%;
  }

  .admin_dashboard .left_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    padding: 30px 0;
    z-index: 9;
  }

  .admin_dashboard .left_side_menu {
    padding: 16px 0;
    max-width: 280px;
    width: 100%;
    box-shadow: 0 0 10px #ccc3;
  }

  .admin_dashboard .left_side_menu {
    transform: translateX(-100%);
    transition: all 0.4s ease-in-out;
    right: 0;
    padding: 0px;
  }

  .menu-open .admin_dashboard .left_side_menu {
    transform: translateX(0%);
    z-index: 99;
  }

  .admin_right_info .admin_user_info {
    width: 100%;
    left: 0px;
  }

  .toggle-btn {
    width: 34px;
    border: 0;
    background: transparent;
  }

  .close-btn svg {
    stroke: #3E7258;
    width: 30px;
  }

  .close-btn {
    position: fixed;
    left: -100%;
    transform: translateX(14px);
    z-index: 99;
    top: 12px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    border: 1px solid #3E7258;
    border-radius: 5px;
  }

  .menu-open .close-btn {
    left: 220px;
  }

  .menu-open .close-btn {
    opacity: 1;
    visibility: visible;
  }

}

@media(max-width: 767px) {
  #chat-circle {
    bottom: 80px;
    right: 20px;
  }

  header .header_inner {
    width: 100%;
    padding: 0px 20px;
    top: 20px;
  }

  footer {
    width: 100%;
    padding: 10px 0px;
  }

  .footer_top p,
  .footer_top a {
    margin-bottom: 0px;
  }

  .login_sec_inner {
    display: flex;
    align-items: center;
    padding: 0;
  }

  .request_box {
    margin-bottom: 10px;
    padding: 30px 18px;
  }

  .steps_sec.login_sec_inner {
    padding-bottom: 170px;
    padding-top: 110px;
  }

  .steps_heading {
    padding-bottom: 20px;
    gap: 10px !important;
  }

  .login_form .form_outer {
    padding: 20px 20px;
  }

  .request_call_modal .modal-body {
    padding: 30px 30px;
  }

  .submit_request {
    margin: 40px 0px 30px;
    padding: 20px 0px 0px;
  }

  .submit_request p {
    padding-bottom: 20px;
  }

  section.login_sec.mltc_login_sec.login_sec_inner {
    display: block;
  }

  .signUp_form.verification_otp .enter_otp {
    gap: 10px;
  }

  .verification_otp .enter_otp input {
    width: 50px;
    height: 50px;
  }
}

@media(max-width: 576px) {
  header .supprot_portal_btn button {
    font-size: 14px;
    padding: 10px 16px;
  }

  .chat-box {
    width: auto;
    margin: 0px 10px;
    right: -3px;
  }

  .chat-input {
    left: 0px;
    right: 0px;
  }

  #chat-input {
    width: -webkit-fill-available;
  }

  .submit_request {
    margin: 0px;
  }

  .admin_right_info .user_search_box {
    display: block;
  }

  .search_box_heading h6 {
    text-align: center;
  }

  .admin_right_info {
    padding: 50px 0px 0px;
  }

  .admin_right_info .admin_user_info {
    padding: 12px 10px 11px 5px;
  }

  .table_pagination ul {
    margin-bottom: 80px;
  }

  .table_pagination a.page-link {
    padding: 0px;
    width: auto;
  }

  .table_pagination a.page-link.active {
    width: 38px;
  }

  .table_pagination a.page-link:hover {
    background-color: transparent;
    color: #276141;
  }

  .admin_right_info .user_search_box input {
    padding: 5px 28px 5px 36px;
    font-size: 12px;
  }

  .filter_box button {
    padding: 5px 10px;
    font-size: 12px;
  }
}

@media(max-width: 430px) {
  header .header_inner {
    justify-content: center;
    flex-wrap: wrap;
  }

  .steps_sec.login_sec_inner {
    padding-bottom: 170px;
    padding-top: 150px;
  }

  footer {
    padding: 10px 0px;
  }

  .yes_not_btns {
    gap: 10px !important;
    padding: 10px 20px;
  }
}

@media(max-width: 375px) {
  .request_call_modal .modal-body {
    padding: 20px 20px;
  }

  .yes_not_btns {
    flex-wrap: wrap !important;
  }

  .login_form .form_outer button {
    width: 100%;
  }
}