@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Malayalam:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Krona+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Malayalam:wght@200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: "thunchan-malayalam"; /* font name for the feature use*/
    src: local("Thunchan-Malayalam"), url("../assets/fonts/ML_TT_Thunchan_Bold_Italic.ttf") format("truetype"); /*non-IE*/
}
@font-face {
  font-family: 'MLW-TTRevathi';
  src: url('../fonts/MLW-TTRevathi-Normal.eot');
  src: url('../fonts/MLW-TTRevathi-Normal.eot') format('embedded-opentype'),
       url('../fonts/MLW-TTRevathi-Normal.woff2') format('woff2'),
       url('../fonts/MLW-TTRevathi-Normal.woff') format('woff'),
       url('../fonts/ML_TT_Revathi.ttf') format('truetype'),
       url('../fonts/MLW-TTRevathi-Normal.svg') format('svg');
}

@font-face {
  font-family: 'Noto Sans Malayalam', sans-serif;
  src: url('../fonts/NotoSansMalayalam-Regular.eot');
  src: url('../fonts/NotoSansMalayalam-Regular.eot') format('embedded-opentype'),
       url('../fonts/NotoSansMalayalam-Regular.woff2') format('woff2'),
       url('../fonts/NotoSansMalayalam-Regular.woff') format('woff'),
       url('../fonts/NotoSansMalayalam.ttf') format('truetype'),
       url('../fonts/NotoSansMalayalam-Regular.svg') format('svg');
}

/* CSS Document */
::-moz-selection {
    background: #7b7d7f;
    color: #ffffff;
    text-shadow: none;
  }
  ::selection {
    background: #7b7d7f;
    color: #ffffff;
    text-shadow: none;
  }
  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video,
  textarea,
  input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
    font-family: 'Poppins', sans-serif;
  }
  /* HTML5 display-role reset for older browsers */
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block;
  }
  body {
    color: #212121;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    padding: 0 !important;
  }
  :root {
    overflow-y: scroll;
  }
  a {
    text-decoration: none;
    transition: all 0.25s ease-out 0s;
  }
  p {
    font-family: 'Poppins', sans-serif;
  }
  img {
    border: 0px;
  }
  ol,
  ul,
  li {
    list-style: none;
  }
  blockquote,
  q {
    quotes: none;
  }
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: "";
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  * {
    -webkit-appearance: none;
  }
  ::-webkit-input-placeholder {
    color: #000000CC;
    opacity: 25%;
  }
  ::-moz-placeholder {
    color: #000000CC;
    opacity: 25%;
  }
  :-ms-input-placeholder {
    color: #000000CC;
    opacity: 25%;
  }
  :-moz-placeholder {
    color: #000000CC;
    opacity: 25%;
  }

  /*------------------- common style ---------------------------*/
  a,
  button,
  input,
  select,
  textarea {
    outline: 0;
  }

  *,
  :after,
  :before {
    outline: 0;
  }

  .btn{
    box-shadow: none;
    outline: none;
  }

  .btn:focus{
    box-shadow: none;
    outline: none;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  iframe {
    border: 0;
  }

  a:focus,
  a:hover {
    outline: 0;
    text-decoration: none;
  }

  section {
    width: 100%;
    float: left;
  }


  /* header */
header {
    background-color: #fff;
    padding: 50px 0 15px;
    float: left;
    width: 100%;
    position: relative;
  }
  .myHeader.fixed-menu {
    position: fixed;
    width: 100%;
    z-index: 99;
    transition: all 0.7s;
    animation: slide-down 0.7s;
  }
  @keyframes slide-down {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(0);
    }
  }
  header .navigation-wrap .container {
    height: 100%;
    max-width: 90%;
  }
  .phone-nmbr h1 {
    color: #000000;
    font-size: 36px;
    font-weight: 500;
    font-family: 'Krona One', sans-serif;
}
  header .navigation-wrap .container .row {
    height: 100%;
  }

  header .navigation-wrap .navbar {
    padding: 0;
    height: 100%;
  }

  .navigation-wrap {
    display: inline-block;
    width: 100%;
    height: 100%;
  }

  .navigation-wrap .head-main {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    align-items: center;
  }

  .navigation-wrap .head-main .head-logo {
    width: 400px;
    display: inline-block;
    float: left;
    position: relative;
    margin: 0 1% 0 20px;
  }

  .navigation-wrap .head-main .head-logo .navbar-brand {
    padding: 0;
    margin: 0;
    display: block;
  }

  .navbar-expand-lg .navbar-nav{
    align-items: center;
  }
  li.nav-item a {
      color: #000000;
      font-size: 16px;
      font-weight: 500;
      padding-bottom: 0;
      transition: all .25s ease-in-out;
      padding: 10px 20px 20px!important;
  }


  ul.dropdown-menu, ul.dropdown-menu.show {
      top: 30px;
  }
  .nav-link:focus, .nav-link:hover{
      color: #E94646;
  }
  a.nav-link.login {
      color: #E94646;
  }

  li.nav-item.login-btn a.nav-link.btn {
    color: #fff;
    border: 2px solid #E94646;
    border-radius: 30px;
    padding: 10px 20px !important;
    background: #E94646;
  }

  li.nav-item.login-btn a.nav-link.btn:hover{
      color: #E94646;
      background: #ffffff !important;
  }

  li.nav-item {
      position: relative;
      transition: all .5s ease-in-out;
  }

  li.nav-item.active a.nav-link {
    color: #E94646;
    transition: all .25s ease-in-out;
    background: rgb(233 70 70 / 10%);
    border-radius: 15px;
    padding: 10px 20px 20px;
}

li.nav-item a.nav-link:after {content: "";position: absolute;width: 8px;height: 8px; max-height: 0; background: #E94646;bottom: 8px;left: 50%;transform: translateX(-50%);border-radius: 50%; transition: all .25s ease-in-out;}

li.nav-item a.nav-link:hover{
  color: #E94646;
  transition: all .25s ease-in-out;
  background: rgb(233 70 70 / 10%);
  border-radius: 15px;
  padding: 10px 20px 20px;
}

li.nav-item a.nav-link:hover::after {
    max-height: 8px;
    transition: all .25s ease-in-out;
}
li.nav-item.active a.nav-link::after {
    max-height: 8px;
    transition: all .25s ease-in-out;
}

li.nav-item .nav-link.btn::after{
    display: none;
}

  li.nav-item.login-btn {
    padding-left: 28px;
}

li.nav-item.login-btn:before {
    content: "";
    position: absolute;
    background: #000000;
    width: 1px;
    height: 70%;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 25%;
}

li.nav-item.profile-drop {
  padding-left: 29px;
}

li.nav-item.profile-drop:before {
  content: "";
  position: absolute;
  background: #000000;
  width: 1px;
  height: 70%;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 25%;
}

li.nav-item.profile-drop a.nav-link.profile-btn {
  display: flex;
  align-items: center;
  border-radius: 30px;
  border: 1px solid #37373740;
  padding:5px 25px 5px 6px !important;
  cursor: pointer;
}

li.nav-item.profile-drop a.nav-link.profile-btn span.profile-img {
  display: inline-block;
  float: left;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
  /* .dropdown-toggle::after{
      display: none;
  } */
  .dropdown-toggle{
      background: url('../images/chevron-down.svg') no-repeat  !important;
      background-position-x: 97% !important;
      background-size: 18px !important;
      padding-right: 26px !important;
      background-position-y: 10px !important;
  }
  .dropdown-toggle:focus, .dropdown-toggle:hover{
      background: url('../images/down.svg') no-repeat !important;
      background-position-x: 97% !important;
      background-size: 18px !important;
      padding-right: 26px !important;
      background-position-y: 10px !important;
  }

  .navbar-expand-lg .navbar-nav .nav-link.profile-drop {
    display: flex;
    align-items: center;
    border-radius: 30px;
    border: 1px solid #37373740;
  }


  .navbar-expand-lg .navbar-nav .nav-link.profile-drop span.profile-pic {
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 7px;
  }

  .navbar-expand-lg .navbar-nav .nav-link.profile-drop span.profile-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }



 li.nav-item ul.dropdown-menu {
    background: #fff;
       padding: 10px 10px 10px 10px;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    top: 45px;
    /* transition: ease all 0.5s; */
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 91%;
    box-shadow: 0px 5px 12px 0px #00000014;
  }


  li.nav-item.dropdown.profile-dropdown ul.dropdown-menu {
    top: 60px !important;
  }
   li.nav-item ul.dropdown-menu li {
    width: 100%;
  }

   li.nav-item ul.dropdown-menu li a {
    padding: 7px 9px !important;
    color: #212121;
  }

   li.nav-item ul.dropdown-menu li a:hover {
    background: none !important;
    color: #E94646;
  }

  #chatHeader{
    font-weight: bold;
    font-size: 1.75rem;
  }
  .contact-header {
    background: #000;
    padding: 10px 0;
    position: relative;
}

.contact-header ul {
    display: inline-block;
    float: right;
    margin: 0 0 0 auto;
    width: auto;
}

.contact-header ul li {
    display: inline-block;
    color: #fff;
    padding: 0 30px 0 0;
    position: relative;
}

.contact-header ul li a {
    color: #fff;
}

.contact-header ul li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background: #fff;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 80%;
}

.contact-header ul li:first-child:before {
    display: none;
}

.contact-header ul li:last-child:before {
    display: none;
}

.contact-header ul li:last-child {
    padding-right: 0;
}

.contact-header ul li:first-child {
    padding-right: 10px;
}

.contact-header ul li.wtsp{
    background: url('../images/logos_whatsapp-icon.svg') center no-repeat;
    background-size: 20px;
    background-position-x: 0;
    padding-left: 30px;
}

.contact-header .since-img {
  width: 200px;
  position: absolute;
  left: 0;
  bottom: -46px;
  z-index: 9;
}

.contact-header .container {
  max-width: 90%;
}

.contact-header .row {align-items: center;}


.home-banner {
    background: #c59b50d1;
}

.home-banner .banner-col {
    width: 100%;
    display: inline-block;
    position: relative;
    height: 100%;
    margin-bottom: -7px;
}

.home-banner .banner-col .banner-conten-wrapp {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 1;
}

.home-banner .banner-col .banner-conten-wrapp .container {
  width: 100%;
  max-width: 90%;
}

.home-banner .banner-col .banner-conten-wrapp .banner-conten {
    width: 45%;
}

.home-banner .slick-track {
  display: flex;
  flex-wrap: wrap;
}

.home-banner .slick-track .slick-slide {
  height: inherit;
}

.home-banner .slick-track .slick-slide > div {
  height: 100%;
}


.home-banner .banner-img {
    width: 50%;
    float: right;
    display: inline-block;
    position: relative;
    height: 100%;
}

.home-banner .banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-banner .banner-img:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to right, #092D46, transparent, transparent, transparent, transparent);
    background-color: transparent;
    display: none;
}

.home-banner .banner-col .banner-conten-wrapp .banner-conten h1 {
    font-size: 45px;
    color: #f10000;
    font-weight: 600;
    margin: 0 0 20px;
}

.home-banner .banner-col .banner-conten-wrapp .banner-conten p {
    color:#000000;
    line-height: 24px;
    margin: 0 0 20px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical; */
}
.home-banner .banner-col .banner-conten-wrapp .banner-conten .banner-btn a.btn {
    background: #E94646;
    color: #fff;
    border: 2px solid #E94646;
    padding: 8px 20px;
    border-radius: 30px;
}

.home-banner .banner-col .banner-conten-wrapp .banner-conten .banner-btn a.btn:hover {
    color: #ffffff;
    background: transparent;
}

.home-banner .banner-slider {
    margin: 0 !important;
}

.home-banner ul.slick-dots {
    bottom: 10px;
}

.home-banner ul.slick-dots li.slick-active{
    width: 35px;

}

.home-banner ul.slick-dots li button:before {
    background: #FFFFFF;
    color: transparent;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    opacity: 1;
    left: 0;
    top: 0;
}

.home-banner ul.slick-dots li.slick-active button:before{
    width: 35px;
    border-radius: 10px;
    background: #E94646;
    transition: all 0.25s ease-in-out 0s;
}

.our-services {
    padding: 70px 0 35px;
}

.our-services .container {
  max-width: 95%;
}

.our-services h2 {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 30px;
    text-align: center;
}

.our-services .our-services-col {
    width: auto;
    padding: 0 5px;
    margin: 0 0 15px;
}

.our-services .our-services-row {
    justify-content: center;
}

.our-services .our-services-col .services-box {
    padding: 10px 15px 10px;
    border: 1px solid #00000026;
    border-radius: 10px;
    box-shadow: 0px 5px 12px 0px #00000014;
}

.our-services .our-services-col .services-box p {
    background: url(../images/check-circle.svg) center no-repeat;
    background-size: 25px;
    background-position-x: 0;
    background-position-y: 0;
    display: inline-block;
    padding-left: 30px;
    color: #000;
    position: relative;
    padding-right: 30px;
}



.our-services .our-services-col .services-box p span {
    display: inline-block;
    float: right;
    width: 25px;
    margin-left: 5px;
    transition: all .5s ease-in-out;
    position: absolute;
    right: 5px;
}

.our-services .our-services-col .services-box:hover p span {
    right: -5px;
}


.vacancies-wrapp {
    padding: 35px 0 70px;
}

/* .vacancies-wrapp .container {
  max-width: 93%;
} */

.vacancies-wrapp .container {
  max-width: 95%;
}

.vacancies-wrapp h2 {
    background: url('../images/fire.svg') center no-repeat;
    background-size: 30px;
    background-position-x: 0;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    padding-left: 30px;
    margin: 0 auto 15px;
    width: fit-content;
}

.vacancies-wrapp .vacancies-col{
    padding: 0 10px;
    margin: 0 0 30px;
}
.vacancies-wrapp .vacancies-col .vacancies-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.vacancies-wrapp .vacancies-col .jobs-box .jobs-box-head {
  width: 100%;
  display: inline-block;
}

.vacancies-wrapp .vacancies-col .jobs-box .jobs-box-head span.date {
  width: auto;
  display: inline-block;
  float: right;
  font-size: 16px;
}

.vacancies-wrapp .vacancies-col .jobs-box span.loc {
  background: url('../images/fluent_location-12-filled.svg') no-repeat center;
  background-size: 20px;
  background-position-x: 0;
  color: #E94646;
  font-size: 16px;
  padding-left: 25px;
  margin: 0 0 15px;
  display: block;
}

.vacancies-wrapp .vacancies-col h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px;
    width: 100%;
}
.jobs-box-outer {
  width: 24.25%;
  height: inherit;
  margin: 0 1% 1% 0;
  position: relative;
  padding: 35px 0 0;
}
.jobs-box-outer:nth-child(4n){
  margin-right: 0;
}
.jobs-box-outer h3 {
  position: absolute;
  top: 0;
  left: 0;
}
.vacancies-wrapp .vacancies-col .jobs-box {
    padding: 20px;
    border: 1px solid #00000026;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    position: relative;
}

.vaccancies-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}



.vacancies-wrapp .vacancies-col .jobs-box a {
  color: #000;
}

.vacancies-wrapp .vacancies-col .jobs-box:nth-child(4) {
  margin-right: 0;
}

.vacancies-wrapp .vacancies-col .jobs-box h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 0;
  width: auto;
  float: left;
}

.vacancies-wrapp .vacancies-col .jobs-box h4 span.loc {
    color: #E94646;
}

.vacancies-wrapp ul.slick-dots{
  bottom: -50px;
}

.vacancies-wrapp ul.slick-dots li.slick-active{
  width: 35px;

}

.vacancies-wrapp ul.slick-dots li button:before {
  background: #0000001A;
  color: transparent;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  opacity: 1;
  left: 0;
  top: 0;
}

.vacancies-wrapp ul.slick-dots li.slick-active button:before{
  width: 35px;
  border-radius: 10px;
  background: #E94646;
  transition: all 0.25s ease-in-out 0s;
}

.vacancies-wrapp .slick-prev{
  left: -10px;
  width: 35px;
  height: 35px;
  background: #ffffff;
  z-index: 1;
  top: 56%;
}

.vacancies-wrapp .slick-next{
  right: -10px;
  width: 40px;
  height: 40px;
  background: #ffffff;
  z-index: 1;
  top: 56%;
}

.vacancies-wrapp .slick-prev:before {
  content: "";
  background: url('../images/chevron-left-circle.svg') center no-repeat;
  width: 40px;
  height: 40px;
  background-size: 100%;
  display: block;
}

.vacancies-wrapp .slick-next:before{
  content: "";
  background: url('../images/chevron-right-circle.svg') center no-repeat;
  width: 40px;
  height: 40px;
  background-size: 100%;
  display: block;
}

.get-in-touch {
  padding: 70px 0 150px;
}

.get-in-touch .get-in-touch-box {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.get-in-touch .get-in-touch-box .get-in-touch-left {
  width: 50%;
}

.get-in-touch .get-in-touch-box .get-in-touch-right {
  width: 50%;
  background: #001740;
  padding: 50px;
  border-radius: 0 0 20px 0;
}

.get-in-touch .get-in-touch-box .get-in-touch-left img {
  width: 100%;
  border-radius: 0 0 0 20px;
  height: 100%;
  object-fit: cover;
}

.get-in-touch .get-in-touch-box .get-in-touch-right h2 {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 20px;
}

.get-in-touch .get-in-touch-box .get-in-touch-right p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px;
}

.get-in-touch .get-in-touch-box .get-in-touch-right .get-in-touch-btns {
  margin-bottom: 30px;
}

.get-in-touch .get-in-touch-box .get-in-touch-right .get-in-touch-btns a.ulpoad-btn {
  background: #E94646;
  padding: 8px 20px;
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  margin-right: 15px;
  border: 2px solid #E94646;
}

.get-in-touch .get-in-touch-box .get-in-touch-right .get-in-touch-btns a.contact-btn {
  background: transparent;
  padding: 8px 20px;
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  border: 2px solid #fff;
}

.get-in-touch .get-in-touch-box .get-in-touch-right .get-in-touch-btns a.ulpoad-btn:hover {
  color: #E94646;
  background: transparent;
}

.get-in-touch .get-in-touch-box .get-in-touch-right .get-in-touch-btns a.contact-btn:hover {
  background: #fff;
  color: #001740;
}

.get-in-touch .get-in-touch-box .get-in-touch-right .contact-box-wrapp {
  position: absolute;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  right: 50px;
}

.get-in-touch .get-in-touch-box .get-in-touch-right .contact-box-wrapp .contact-box {
  width: 48%;
  background: #fff;
  margin: 0 4% 4% 0;
  padding: 20px;
  box-shadow: 0px 5px 12px 0px #00000014;
  border-radius: 10px;
  position: relative;
  padding-left: 50px;
}

.get-in-touch .get-in-touch-box .get-in-touch-right .contact-box-wrapp .contact-box:nth-child(2n) {
  margin-right: 0;
}

.get-in-touch .get-in-touch-box .get-in-touch-right .contact-box-wrapp .contact-box ul li a {
  color: #000;
  word-break: break-all;
}

.get-in-touch .get-in-touch-box .get-in-touch-right .contact-box-wrapp .contact-box ul li {
  display: inline-block;
  padding: 0 30px 0 0;
  position: relative;
  margin: 0 0 10px;
}

.get-in-touch .get-in-touch-box .get-in-touch-right .contact-box-wrapp .contact-box ul li:last-child {
  padding-right: 0;
}

.get-in-touch .get-in-touch-box .get-in-touch-right .contact-box-wrapp .contact-box ul li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 13px;
  background: #000;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 50%;
}

.get-in-touch .get-in-touch-box .get-in-touch-right .contact-box-wrapp .contact-box ul li:last-child:after {
  display: none;
}

.get-in-touch .get-in-touch-box .get-in-touch-right .contact-box-wrapp .contact-box ul li:first-child:after {
  display: none;
}

.get-in-touch .get-in-touch-box .get-in-touch-right .contact-box-wrapp .contact-box ul li.wtsp {
  padding: 0 0 0 30px;
  background: url('../images/logos_whatsapp-icon.svg') no-repeat center;
  background-size: 20px;
  background-position-x: 0;
}

.get-in-touch .get-in-touch-box .get-in-touch-right .contact-box-wrapp .contact-box .contact-icon {
  position: absolute;
  top: 18px;
  left: 20px;
  width: 25px;
}

.get-in-touch .get-in-touch-box .get-in-touch-right .contact-box-wrapp .contact-box p {
  color: #000;
  margin: 0 0 10px;
}

.get-in-touch .get-in-touch-box .get-in-touch-right .contact-box-wrapp .contact-box p span {
  margin-left: 10px;
  display: inline-block;
}


footer {
  background: #1E1E1E;
  width: 100%;
  float: left;
  padding: 70px 0;
}

footer p {color: #ffff; opacity: 80%;}

footer .footer-logo {
  margin: 0 0 30px;
}

footer .footer-brand {
  padding-right: 60px;
}

footer .ftr-col {
  width: 100%;
  float: left;
}

footer .ftr-col h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 15px;
}

footer .ftr-col li {
  line-height: 24px;
  margin: 0 0 15px;
  font-size: 16px;
}

footer .ftr-col li a {
  color: #fff;
  opacity: 80%;
}

footer .ftr-col li a span {
  width: 30px;
  display: inline-block;
  margin-right: 10px;
}

footer .copy-right {
  margin: 50px 0 0;
}

footer .copy-right p {
  padding: 0;
}


.reg-banner {
  padding: 20px 0;
  background: #F0F0F0;
}

.reg-banner h2 {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}

.registration-wrapp {
  padding: 70px 0;
}

.registration-wrapp .reg-form-wrapp {
  padding: 20px 15px;
  /* border: 1px solid #00000026; */
  border-radius: 10px;
  margin-right: 50px;
}

.registration-wrapp .reg-form-wrapp h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 20px;
  padding: 0 10px;
}

.registration-wrapp .reg-form-wrapp .text-fields {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field {
  margin: 0 0 20px;
  position: relative;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field label {
  font-size: 16px;
  margin: 0 0 10px;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field input {
  width: 100%;
  height: 45px;
  border: 1px solid #00000026;
  border-radius: 5px;
  padding: 12px;
}
.registration-wrapp .reg-form-wrapp .text-fields .text-field input.age-show {
  background: #a7a7a752;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field input.datepicker{
  background: url('../images/calendar.svg') center no-repeat;
  background-size: 20px;
  background-position-x: 95%;
}
.registration-wrapp .reg-form-wrapp .text-fields .text-field .wtsp-img {
  position: absolute;
  width: 20px;
  left: 20px;
  top: 47px;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field.wtsp input {
  padding-left: 45px;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field .wtsp-img:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 13px;
  background: #000;
  right: -8px;
  top: 4px;
  opacity: 25%;
}

.registration-wrapp .reg-form-wrapp .text-fields input::placeholder{
  color: #000000;
  opacity: 25%;
}

.registration-wrapp .reg-form-wrapp .text-fields textarea::placeholder{
  color: #000000;
  opacity: 25%;
}

.alert.alert-danger {
  padding: 0;
  font-size: 13px;
  background: no-repeat;
  border: none;
  color: #dc3545;
  margin: 10px 0 0;
}

.registration-wrapp .reg-form-wrapp .text-fields .col-md-6 {
  padding: 0 10px;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field-radio {
  margin: 0 0 20px;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field-radio p {
  font-size: 16px;
  margin: 0 0 10px;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field-radio input[type=radio] {
  -webkit-appearance: auto;
  margin: 15px 5px 0 0;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field-radio label {
  margin: 10px 10px 0 0;
  width: auto;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field textarea {
  width: 100%;
  border: 1px solid #00000026;
  border-radius: 5px;
  min-height: 150px;
  height: 150px;
  padding: 12px;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field select {
  background: url('../images/chevron-down.svg') no-repeat center;
  background-size: 20px;
  background-position-x: 95%;
  width: 100%;
  height: 45px;
  border: 1px solid #00000026;
  border-radius: 5px;
  padding: 6px 12px;
}

.registration-wrapp .reg-form-wrapp .text-fields .col-md-12 {
  padding: 0 10px;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field-qual {
  margin: 0 0 20px;
  position: relative;
  padding-right: 215px;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field-qual label {
  font-size: 16px;
  margin: 0 0 10px;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field-qual input {
  width: 100%;
  height: 45px;
  border: 1px solid #00000026;
  border-radius: 5px;
  padding: 12px;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field-qual .add-option {
  position: absolute;
  right: 0;
  bottom: 3px;
  display: flex;
  width: 200px;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field-qual .add-option p {
  font-size: 12px;
  margin: 0;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field-qual .add-option button.add-btn {
  background: none;
  border: none;
  margin-right: 10px;
  width: 45px;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field-post {margin: 0 0 20px;}

.registration-wrapp .reg-form-wrapp .text-fields .text-field-post .post-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  border: 1px solid #00000026;
  border-radius: 5px;
  margin: 0 0 15px;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field-post .add-option {
  display: flex;
  align-items: center;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field-post .add-option button.add-btn {
  background: none;
  border: none;
  width: 35px;
  margin-right: 10px;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field-post .add-option p {
  font-size: 12px;
  margin: 0;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field-file {
  margin: 0 0 20px;
  position: relative;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field-file label {
  background: #000000;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  cursor: pointer;
  border: 1px solid #000000;
  margin-right: 10px;
  display: block;
  width: fit-content;
  margin-bottom: 10px;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field-file span.file-name {
  display: inline-block;
  max-width: 13ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field-file button#remove-resume {
  background: none;
  border: none;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field-file div#resume-preview {
  margin: 10px 0 0;
  width: 200px;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field-file input[type=file] {position: absolute;opacity: 0;z-index: -1;}

.registration-wrapp .reg-form-wrapp .text-fields .text-field-file label:hover {
  color: #000000;
  background: #ffff;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field-file p {
  font-size: 16px;
  margin: 0 0 10px;
  opacity: 100%;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field-file p:nth-child(2) {
  font-size: 13px;
}

.registration-wrapp .reg-form-wrapp .text-fields p {
  font-size: 13px;
  margin: 0 0 20px;
  opacity: 80%;
}

.registration-wrapp .reg-form-wrapp .text-fields p span.required {
  color: #E94646;
}

.registration-wrapp .reg-form-wrapp .text-fields .form-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}

.registration-wrapp .reg-form-wrapp .text-fields .form-btn button.cancel {
  background: #fff;
  border: 1px solid #000000;
  padding: 8px 20px;
  border-radius: 30px;
  margin-right: 10px;
}

.registration-wrapp .reg-form-wrapp .text-fields .form-btn button.submit {
  background: #E94646;
  border: 1px solid #E94646;
  padding: 8px 20px;
  border-radius: 30px;
  color: #ffff;
}

.registration-wrapp .reg-form-wrapp .text-fields .form-btn button.cancel:hover {
  background: #000000;
  color: #fff;
}

.registration-wrapp .reg-form-wrapp .text-fields .form-btn button.submit:hover {
  color: #E94646;
  background: #ffff;
}

.registration-wrapp .reg-right {
  position: relative;
  padding: 80px 50px 130px;
}

.registration-wrapp .reg-right .shape {
  width: 100%;
  height: 320px;
  background: #F0F0F0;
  border-radius: 10px;
}

.registration-wrapp .reg-right .reg-right-img1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
}

.registration-wrapp .reg-right .reg-right-img2 {
  position: absolute;
  bottom: 0;
  width: 70%;
  right: 0;
}
.registration-wrapp .reg-right .reg-right-img1 img {
  border-radius: 5px;
}

.registration-wrapp .reg-right .reg-right-img2 img {
  border-radius: 5px;
}

.post-vacancies-wrapp {
  padding: 70px 0;
}

.post-vacancies-wrapp .post-vacancies-left h2 {
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 20px;
}

.post-vacancies-wrapp .col-md-8 {
  padding-left: 50px;
}

.post-vacancies-wrapp .post-vacancies-left p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 12px;
}

.post-vacancies-wrapp .post-vacancies-left ul {
  display: inline-block;
  width: 100%;
}

.post-vacancies-wrapp .post-vacancies-left ul li {
  display: inline-block;
  font-size: 16px;
  padding-right: 30px;
  position: relative;
  line-height: 24px;
}

.post-vacancies-wrapp .post-vacancies-left ul li a {
  color: #E94646;
}

.post-vacancies-wrapp .post-vacancies-left ul li:after {
  content: "";
  position: absolute;
  background: #000000;
  width: 1px;
  height: 10px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 80%;
}

.post-vacancies-wrapp .post-vacancies-left ul li:last-child:after {
  display: none;
}

.post-vacancies-wrapp .post-vacancies-left ul li:last-child {
  padding: 0;
}

.post-vacancies-wrapp .post-vacancies-left ul li.wtsp {
  padding-left: 30px;
  background: url('../images/logos_whatsapp-icon.svg') center no-repeat;
  background-size: 20px;
  background-position-x: 0;
}


.post-vacancies-wrapp .post-vacancies-left ul li.wtsp {
  padding-left: 30px;
}

.post-vacancies-wrapp .post-vacancies-form {
  width: 100%;
  float: left;
  margin: 0 0 30px;
}

.post-vacancies-wrapp .post-vacancies-form h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 20px;
  padding: 0 10px;
}

.post-vacancies-wrapp .post-vacancies-form .text-fields {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.post-vacancies-wrapp .post-vacancies-form .text-fields .col-md-12 {
  padding: 0 10px;
}

.post-vacancies-wrapp .post-vacancies-form .text-fields .col-md-6 {
  padding: 0 10px;
}

.post-vacancies-wrapp .post-vacancies-form .text-fields .text-field {
  margin: 0 0 20px;
}

.post-vacancies-wrapp .post-vacancies-form .text-fields .text-field label {
  font-size: 16px;
  margin: 0 0 10px;
}

.post-vacancies-wrapp .post-vacancies-form .text-fields .text-field input {
  width: 100%;
  height: 45px;
  border: 1px solid #00000026;
  border-radius: 5px;
  padding: 12px;
}

.post-vacancies-wrapp .post-vacancies-form .text-fields .text-field textarea {
  width: 100%;
  border: 1px solid #00000026;
  border-radius: 5px;
  min-height: 150px;
  height: 150px;
  padding: 12px;
}

.post-vacancies-wrapp .job-details-form-wrapp {
  width: 100%;
  float: left;
}

.post-vacancies-wrapp .job-details-form-wrapp h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 20px;
  padding: 0 10px;
}

.post-vacancies-wrapp .job-details-form-wrapp .job-details-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px;
  border: 1px solid #00000026;
  border-radius: 5px;
  margin: 0 0 20px;
}

.post-vacancies-wrapp .job-details-form-wrapp .job-details-form .text-fields {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.post-vacancies-wrapp .job-details-form-wrapp .job-details-form .text-fields .col-md-6 {
  padding: 0 10px;
}

.post-vacancies-wrapp .job-details-form-wrapp .job-details-form .text-fields .col-md-4 {
  padding: 0 10px;
}

.post-vacancies-wrapp .job-details-form-wrapp .job-details-form .text-fields .col-md-12 {
  padding: 0 10px;
}

.post-vacancies-wrapp .job-details-form-wrapp .job-details-form .text-fields .text-field {
  margin: 0 0 20px;
}

.post-vacancies-wrapp .job-details-form-wrapp .job-details-form .text-fields .text-field label {
  font-size: 16px;
  margin: 0 0 10px;
}

.post-vacancies-wrapp .job-details-form-wrapp .job-details-form .text-fields .text-field input {
  width: 100%;
  height: 45px;
  border: 1px solid #00000026;
  border-radius: 5px;
  padding: 12px;
}

.post-vacancies-wrapp .job-details-form-wrapp .job-details-form .text-fields .text-field textarea {
  width: 100%;
  border: 1px solid #00000026;
  border-radius: 5px;
  min-height: 150px;
  height: 150px;
  padding: 12px;
}

.post-vacancies-wrapp .job-details-form-wrapp .job-details-form .text-fields .text-field label span {
  color: #1FAF38;
  font-size: 13px;
  display: block;
}

.post-vacancies-wrapp .job-details-form-wrapp .job-details-form .text-fields .text-field-file {
  margin: 0 0 20px;
}

.post-vacancies-wrapp .job-details-form-wrapp .job-details-form .text-fields .text-field-file p {
  font-size: 16px;
  margin: 0 0 10px;
}

.post-vacancies-wrapp .job-details-form-wrapp .job-details-form .text-fields .text-field-file label {
  background: #000000;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  cursor: pointer;
  border: 1px solid #000000;
  margin-right: 10px;
  width: fit-content;
  display: block;
  margin-bottom: 10px;
}

.post-vacancies-wrapp .job-details-form-wrapp .job-details-form .text-fields .text-field-file
input[type=file] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 0;
}

.post-vacancies-wrapp .job-details-form-wrapp .job-details-form .text-fields > p {
  font-size: 13px;
  opacity: 60%;
}

.post-vacancies-wrapp .job-details-form-wrapp .job-details-form .text-fields > p span.required {
  color: #E94646;
}

.post-vacancies-wrapp .job-details-form-wrapp .add-option {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}

.post-vacancies-wrapp .job-details-form-wrapp .add-option button.add-btn {
  background: none;
  border: none;
  width: 35px;
  margin-right: 10px;
}

.post-vacancies-wrapp .job-details-form-wrapp .form-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}

.post-vacancies-wrapp .job-details-form-wrapp .form-btn button.cancel {
  background: #fff;
  border: 1px solid #000000;
  padding: 8px 20px;
  border-radius: 30px;
  margin-right: 10px;
}

.post-vacancies-wrapp .job-details-form-wrapp .form-btn button.submit {
  background: #E94646;
  border: 1px solid #E94646;
  padding: 8px 20px;
  border-radius: 30px;
  margin-right: 10px;
  color: #ffff;
}

.post-vacancies-wrapp .job-details-form-wrapp .job-details-form .text-fields .text-field-file label:hover {
  background: #ffff;
  color: #000000;
}

.post-vacancies-wrapp .job-details-form-wrapp .form-btn button.cancel:hover {
  background: #000000;
  color: #fff;
}

.post-vacancies-wrapp .job-details-form-wrapp .form-btn button.submit:hover {
  color: #E94646;
  background: #fff;
}

.post-vacancies-wrapp .job-details-form-wrapp .job-details-form .text-fields .text-field.check p {
  font-size: 16px;
  margin: 0 0 10px;
}

.post-vacancies-wrapp .job-details-form-wrapp .job-details-form .text-fields .text-field.check input[type=checkbox] {
  width: 15px;
  height: 15px;
  -webkit-appearance: auto;
  margin-right: 5px;
  accent-color: #E94646;
}

.post-vacancies-wrapp .job-details-form-wrapp .job-details-form .text-fields .text-field.check label {
  margin: 0 24px 0 0;
}

.search-wrapp {
  padding: 0 0 70px;
}

.search-wrapp .search-box {
  width: 100%;
  margin: 0 0 10px;
  background: #F0F0F0;
  padding: 15px 0;
}

.search-wrapp .search-box .container {
  max-width: 94%;
}

.search-wrapp .search-box form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.search-wrapp .search-box h3 {
  font-size: 16px;
  font-weight: 500;
  padding: 0 10px;
  text-align: left;
  color: #E94646;
  /* background: url('../images/chevron-down-red.svg') no-repeat center; */
  background-size: 20px;
  background-position-x: 100%;
  cursor: pointer;
  width: fit-content;
  margin: 0 ;
}

.search-wrapp .search-box h3.active{
  background: url('../images/chevron-top-red.svg') no-repeat center;
  background-size: 20px;
  background-position-x: 100%;
}

.search-wrapp .search-box .text-fields {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  flex: 1 0 0;
}

.search-wrapp .search-box .text-fields .text-field {
  width: 33.33%;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.search-wrapp .search-box .text-fields .text-field label {
  font-size: 16px;
  margin: 0 10px 0 0;
}

.search-wrapp .search-box .text-fields .text-field select {
  background: #fff url(../images/chevron-down.svg) no-repeat center;
  background-size: 20px;
  background-position-x: 95%;
  width: 100%;
  height: 45px;
  border: 1px solid #00000026;
  border-radius: 5px;
  padding: 10px;
  flex: 1 0 0;
}

.search-wrapp .search-box .text-fields .search-btn {
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.search-wrapp .search-box .text-fields .search-btn button {
  background: none;
  border: none;
  width: 40px;
}

.search-wrapp .search-results {
  padding: 0;
}

.search-wrapp .search-results h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0;
  float: left;
  display: inline-block;
  position: absolute;
  top: 10px;
}


.search-wrapp .search-results .table-outer {
  width: 100%;
  padding: 20px;
  border: 1px solid #00000026;
  border-radius: 10px;
  overflow-y: auto;
  position: relative;
}

.search-wrapp .search-results .table-outer::-webkit-scrollbar{
  display: none;
}

.search-wrapp .search-results .table-outer::-webkit-scrollbar{
  width: 100%;
  height: 10px;
}
.search-wrapp .search-results .table-outer::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}
.search-wrapp .search-results .table-outer::-webkit-scrollbar-thumb {
  background: #1E1E1E;
  border-radius: 5px;
}

.search-wrapp > .container {
  max-width: 95%;
}

.vacancy-note {
  margin: 30px 0 0;
}

.search-wrapp .search-results .table-outer table {
  width: 100%;
  min-width: 1200px;
}

.search-wrapp .search-results .table-outer table thead tr th {
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  background: #000;
  color: #fff;
}

.search-wrapp .search-results .table-outer table tbody tr td {
  padding: 8px 12px;
  vertical-align: middle;
  background: #F6F6F6;
  border-bottom: 5px solid #fff;
  min-width: 200px;
  box-shadow: none;
}

.search-wrapp .search-results .table-outer table tbody tr td:nth-child(3) {
  min-width: 86px;
}

.search-wrapp .search-results .table-outer table tbody tr td:nth-child(5) {
  max-width: 390px;
}

.search-wrapp .search-results .table-outer table tbody tr td a.action-btn {
  color: #E94646;
  font-weight: 500;
}
.search-wrapp .search-results .table-outer table tbody tr td span a {
  color: #E94646;
  cursor: pointer;
}
.search-wrapp .search-results .table-outer table tbody tr td:first-child {
  min-width: inherit;
  max-width: 95px;
}
.search-wrapp .search-results .table-outer table tbody tr td:nth-child(4) {
  width: auto;
  min-width: 80px;
}

.search-wrapp .search-results .table-outer table tbody tr td:last-child {
  width: 135px;
  min-width: 150px;
}

.search-wrapp .search-results .table-outer table tbody tr td:nth-child(6) {
  min-width: 400px;
} 

/* .vacancies-details-banner .container {
  max-width: 90%;
} */

.vacancies-details-banner h2 {
  text-align: left;
  display: inline-block;
  padding: 0;
}

.vacancies-details-banner h2 span.back-btn {
  display: inline-block;
  float: left;
  padding: 4px 0 0;
  margin-right: 10px;
  position: relative;
  z-index: 9;
}

.vacancies-details {
  padding: 30px 0;
}

.vacancies-details .vacancies-details-left h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 20px;
}

.vacancies-details .vacancies-details-left p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px;
  width: 85%;
}

.vacancies-details .vacancies-details-left ul {
  width: 100%;
  display: inline-block;
}

.vacancies-details .vacancies-details-left ul li {
  display: inline-block;
  padding: 0 30px 0 50px;
  font-size: 14px;
  position: relative;
  margin: 0 0 20px;
  background-position-y: 0 !important;
}

.vacancies-details .vacancies-details-left ul li span {
  display: block;
  font-size: 16px;
}

.vacancies-details .vacancies-details-left ul li:last-child {
  padding-right: 0;
}

.vacancies-details .vacancies-details-left ul li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #000;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 25%;
}

.vacancies-details .vacancies-details-left ul li ul.inner-ul li:after {
  display: block;
}

.vacancies-details .vacancies-details-left ul li:last-child:after {
  display: none;
}

.vacancies-details .vacancies-details-left ul li ul.inner-ul li:last-child::after {
  display: none;
}


.vacancies-details .vacancies-details-left ul li.gender {
  background: url(../images/Frame\ 98-gender.svg) center no-repeat;
  background-size: 40px;
  background-position-x: 0;
}

.vacancies-details .vacancies-details-left ul li.place {
  background: url(../images/Frame\ 98-place.svg) center no-repeat;
  background-size: 40px;
  background-position-x: 0;
  height: 45px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.vacancies-details .vacancies-details-left ul li.district {
  background: url(../images/Frame\ 98-dist.svg) center no-repeat;
  background-size: 40px;
  background-position-x: 0;
  height: 45px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.vacancies-details .vacancies-details-left ul > ul.inner-ul li {padding: 0 30px 0 0;}

.vacancies-details .vacancies-details-left ul li ul.inner-ul li {padding: 0 30px 0 0; margin: 0;}

.vacancies-details .vacancies-details-left ul li.district:after {
    display: none;
}

.vacancies-details .vacancies-details-left ul li.place:after {
    display: none;
}

.vacancies-details .vacancies-details-left ul li.cmp-code {
  background: url(../images/Frame\ 98-cmp.svg) center no-repeat;
  background-size: 40px;
  background-position-x: 0;
}

.vacancies-details .vacancies-details-left ul li.no_of_vac{
  background: url(../images/Frame98-cmp1.svg) center no-repeat;
  background-size: 40px;
  background-position-x: 0;
}

.vacancies-details .vacancies-details-left .apply-btn .btn {
  background: #E94646;
  color: #ffff;
  padding: 8px 20px;
  border-radius: 30px;
  border: 2px solid #E94646;
}

.vacancies-details .vacancies-details-left .apply-btn .btn:hover {
  background: #ffff;
  color: #E94646;
}

.vacancies-details .vacancies-details-left .apply-btn .btn {
  background: #E94646;
  color: #ffff;
  padding: 8px 20px;
  border-radius: 30px;
  border: 2px solid #E94646;
}

.vacancies-details .vacancies-details-left .apply-btn .btn:hover {
  background: #ffff;
  color: #E94646;
}
.vacancies-details .vacancies-details-left .apply-btn .btn#apply-button {
  margin-top: 20px;
}

.vacancies-details .vacancies-details-right {
  padding: 20px;
  border: 1px solid #00000026;
  border-radius: 10px;
}

.vacancies-details .vacancies-details-right h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 20px;
}

.vacancies-details .vacancies-details-right .text-fields {
  width: 100%;
}

.vacancies-details .vacancies-details-right .text-fields .text-field {
  width: 100%;
  margin: 0 0 20px;
}

.vacancies-details .vacancies-details-right .text-fields .text-field label {
  font-size: 16px;
  margin: 0 0 10px;
}

.vacancies-details .vacancies-details-right .text-fields .text-field select {
  background: url(../images/chevron-down.svg) no-repeat center;
  background-size: 20px;
  background-position-x: 95%;
  width: 100%;
  height: 45px;
  border: 1px solid #00000026;
  border-radius: 5px;
  padding: 10px;
}

.vacancies-details .vacancies-details-right .text-fields .search-btn {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.vacancies-details .vacancies-details-right .text-fields .search-btn button {
  background: #E94646 url('../images/search.svg') center no-repeat;
  background-size: 20px;
  background-position-x: 15px;
  border: 2px solid #E94646;
  color: #ffff;
  padding: 8px 20px 8px 45px;
  border-radius: 30px;
}

.vacancies-details .vacancies-details-right .text-fields .search-btn button:hover {
  color: #E94646;
  background: #fff url('../images/search1.svg') center no-repeat;
  background-size: 20px;
  background-position-x: 15px;
}

.contact-us-wrapp {
  padding: 50px 0 200px;
}

.contact-us-wrapp .contact-us-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.contact-us-wrapp .contact-us-box .contact-us-box-left {
  width: 45%;
}

.contact-us-wrapp .contact-us-box .contact-us-box-left img {
  border-radius: 0 0 0 10px;
  width: 100%;
  height: 100%;
}

.contact-us-wrapp .contact-us-box .contact-us-box-right {
  width: 55%;
  padding: 50px;
  background: #001740;
  border-radius: 0 0 10px 0;
}

.contact-us-wrapp .contact-us-box .contact-us-box-right h2 {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 20px;
}

.contact-us-wrapp .contact-us-box .contact-us-box-right ul {
  display: inline-block;
  width: 100%;
  margin: 0 0 30px;
}

.contact-us-wrapp .contact-us-box .contact-us-box-right ul li {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 0 30px 0 0;
  position: relative;
}

.contact-us-wrapp .contact-us-box .contact-us-box-right ul li.wtsp{
  padding-left: 30px;
  background: url('../images/logos_whatsapp-icon.svg') center no-repeat;
  background-size: 20px;
  background-position-x: 5px;
}

.contact-us-wrapp .contact-us-box .contact-us-box-right ul li a {
  color: #fff;
}

.contact-us-wrapp .contact-us-box .contact-us-box-right ul li:first-child {
  padding-right: 0;
}

.contact-us-wrapp .contact-us-box .contact-us-box-right ul li:last-child {
  padding-right: 0;
}

.contact-us-wrapp .contact-us-box .contact-us-box-right ul li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #fff;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 60%;
}

.contact-us-wrapp .contact-us-box .contact-us-box-right ul li:first-child:after {
  display: none;
}

.contact-us-wrapp .contact-us-box .contact-us-box-right ul li:last-child:after {
  display: none;
}

.contact-us-wrapp .contact-us-box .contact-us-box-right .contact-form-wrapp {
  position: absolute;
  width: 55%;
  right: 50px;
  background: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0px 5px 12px 0px #00000014;
}

.contact-us-wrapp .contact-us-box .contact-us-box-right .contact-form-wrapp .text-fields {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.contact-us-wrapp .contact-us-box .contact-us-box-right .contact-form-wrapp .text-fields .text-field {
  width: 50%;
  padding: 0 10px;
  margin: 0 0 20px;
}

.contact-us-wrapp .contact-us-box .contact-us-box-right .contact-form-wrapp .text-fields .text-field label {
  font-size: 16px;
  margin: 0 0 10px;
}

.contact-us-wrapp .contact-us-box .contact-us-box-right .contact-form-wrapp .text-fields .text-field input {
  width: 100%;
  height: 45px;
  border: 1px solid #00000026;
  border-radius: 5px;
  padding: 12px;
}


.contact-us-wrapp .contact-us-box .contact-us-box-right .contact-form-wrapp .text-fields .text-field:nth-child(5) {
  width: 100%;
}

.contact-us-wrapp .contact-us-box .contact-us-box-right .contact-form-wrapp .text-fields .text-field textarea {
  width: 100%;
  border: 1px solid #00000026;
  border-radius: 5px;
  min-height: 150px;
  height: 150px;
  padding: 12px;
}

.contact-us-wrapp .contact-us-box .contact-us-box-right .contact-form-wrapp .text-fields .form-btn {
  width: 100%;
  display: flex;
  justify-content: center;
}

.contact-us-wrapp .contact-us-box .contact-us-box-right .contact-form-wrapp .text-fields .form-btn button {
  background: #E94646;
  border: 2px solid #E94646;
  color: #ffff;
  padding: 8px 20px;
  border-radius: 30px;
}

.contact-us-wrapp .contact-us-box .contact-us-box-right .contact-form-wrapp .text-fields .form-btn button:hover {
  color: #E94646;
  background: #fff;
}

.login-wrapp {
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.login-wrapp .login-left {
  width: 50%;
  height: 100%;
  background: #001740;
  padding: 25px 25px 25px;
  display: flex;
      align-items: center;
    justify-content: center;
}

.login-wrapp .login-right {
  width: 50%;
height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
        flex-direction: column;
        background: #fafafa;
}

.login-wrapp .login-content-wrapp {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.login-wrapp .login-content-wrapp .login-content-left {
  width: 40%;
}

.login-wrapp .login-content-wrapp.staff-login-content .login-content-left {
    width: 40%;
    background: rgba(255 255 255 / 0.15);
    border-radius: 12px;
    backdrop-filter: blur(4px);
    padding: 40px 2%;
}

.login-wrapp .login-content-wrapp .login-content-right {
  width: 60%;
}

.login-wrapp .login-content-wrapp.staff-login-content .login-content-right {
  width: 40%;
  margin-left: auto;
}

.login-wrapp .login-content-wrapp .login-content-left h2 {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 25px;
  line-height: 1.25;
}

.login-wrapp .login-content-wrapp .login-content-left p {
  color: #ffff;
  font-size: 16px;
  line-height: 24px;
  opacity: 80%;
}

.login-wrapp .login-content-wrapp .login-content-right .login-form-wrapp {
  width: 100%;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 16px 0px #00000014;
}

.login-wrapp .login-content-wrapp.staff-login-content .login-content-right .login-form-wrapp {
  background: #001740e3;
  padding: 30px 3%;
}

.login-wrapp .login-content-wrapp .login-content-right .login-form-wrapp h2 {
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 20px;
  padding: 0 10px;
}

.login-wrapp .login-content-wrapp.staff-login-content .login-content-right .login-form-wrapp h2 {
  color: #fff;
}

.login-wrapp .login-content-wrapp .login-content-right .login-form-wrapp .text-fields {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.login-wrapp .login-content-wrapp .login-content-right .login-form-wrapp .text-fields .text-field {
  width: 50%;
  padding: 0 10px;
  margin: 0 0 20px;
}

.login-wrapp.otp-layout .login-content-wrapp .login-content-right .login-form-wrapp .text-fields .text-field {
  width: 100%;
}

.login-wrapp .login-content-wrapp .login-content-right .login-form-wrapp .text-fields .text-field label {
  font-size: 16px;
  margin: 0 0 10px;
}

.login-wrapp .login-content-wrapp.staff-login-content .login-content-right .login-form-wrapp .text-fields .text-field label {
  color: #fff;
}

.login-wrapp .login-content-wrapp .login-content-right .login-form-wrapp .text-fields .text-field input {
  width: 100%;
  height: 45px;
  border: 1px solid #00000026;
  border-radius: 5px;
  padding: 12px;
  background: #ffffff;
}

.login-wrapp .login-content-wrapp.staff-login-content .login-content-right .login-form-wrapp .text-fields .text-field input {
  background: rgb(38 58 92);
  color: #ffffff;
}

.login-wrapp .login-content-wrapp .login-content-right .login-form-wrapp .text-fields .text-field input::placeholder{
  color: #000000CC;
  opacity: 25%;
}

.login-wrapp .login-content-wrapp.staff-login-content .login-content-right .login-form-wrapp .text-fields .text-field input::placeholder{
  color: #fff;
}

.login-wrapp .login-content-wrapp .login-content-right .login-form-wrapp .text-fields .form-btn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 10px;
  margin: 0 0 20px;
}

.login-wrapp .login-content-wrapp .login-content-right .login-form-wrapp .text-fields .form-btn .forgot-pass a {
  color: #E94646;
  font-weight: 400;
}

.login-wrapp .login-content-wrapp .login-content-right .login-form-wrapp .text-fields .form-btn .login-btn .btn {
  background: #E94646;
  border: 1px solid #E94646;
  padding: 8px 35px;
  border-radius: 30px;
  color: #ffff;
}

.login-wrapp .login-content-wrapp .login-content-right .login-form-wrapp .text-fields .form-btn .login-btn button:hover {
  color: #E94646;
  background: #fff;
}

.login-wrapp .login-content-wrapp .login-content-right .login-form-wrapp .text-fields p {
  width: 100%;
  text-align: center;
  padding: 0 10px;
}

.login-wrapp .login-content-wrapp .login-content-right .login-form-wrapp .text-fields p a {
  color: #001740;
  text-decoration: underline;
}

.login-wrapp .text-field .pswd-icon img {
    filter: invert(1);
}

header.login-header {
    padding-block: 2rem !important;
    display: none;
}

header.login-header .since-img {
    width: 150px;
    display: block;
    margin: 0 auto 15px;
}

header.login-header h2.whatsapp-login-title {
    font-size: 30px;
    margin-top: 0.5rem !important;
}

header.login-header h2.whatsapp-login-title img {
    top: 10px;
    position: relative;
}

.agree-term label a {
  color: #001740;
  text-decoration: underline;
}

.agree-term label a:hover{
  color: #E94646;
}

.login-wrapp .login-content-wrapp .login-content-right .login-form-wrapp .text-fields p a:hover {
  color: #E94646;
}

.login-wrapp .login-left .login-left-img {
  position: absolute;
  left: 10%;
  bottom: 100px;
  width: 130px;
}

.login-wrapp .login-content-wrapp .login-content-right .login-form-wrapp .text-fields .text-field.add{
  width: 100%;
}

.login-wrapp .login-content-wrapp .login-content-right .login-form-wrapp .text-fields .text-field textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #00000026;
  border-radius: 5px;
  padding: 12px;
}

.login-form-wrapp.forgot-pass .text-field {
  width: 100% !important;
}

.login-form-wrapp.forgot-pass .form-btn {
  justify-content: center !important;
}

.register-wrapp {
  padding: 70px 0;
  height: 100%;
}

.register-wrapp .login-left {
  position: absolute;
  top: 0;
  left: 0;
}

.register-wrapp .login-right {
  position: absolute;
  top: 0;
  right: 0;
}

.register-wrapp .login-content-wrapp {
  position: relative;
  top: inherit;
  transform: none;
}

.agree-term label {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  cursor: pointer;
  display: inline;
}

.agree-term label:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #000000;
  border-radius: 2px;
  left: 0;
  top: 4px;
}

.agree-term label:after{
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url('../images/check-square.svg')  center no-repeat ;
  background-size: 100%;
  left: 0;
  top: 4px;
  opacity: 0;
}

.agree-term input[type=checkbox]:checked+label:before {
  opacity: 0;
}

.agree-term input[type=checkbox]:checked+label:after {
  opacity: 1;
}

.post-jobs-wrapp {
  padding: 70px 0;
}

.post-jobs-wrapp .job-details-form-wrapp {
  width: 80%;
  margin: 0 auto 0;
}

.post-jobs-wrapp .job-details-form-wrapp h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 20px;
  padding: 0 10px;
}

.post-jobs-wrapp .job-details-form-wrapp .job-details-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px;
  border: 1px solid #00000026;
  border-radius: 5px;
  margin: 0 0 20px;
}

.post-jobs-wrapp .job-details-form-wrapp .job-details-form .text-fields {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.post-jobs-wrapp .job-details-form-wrapp .job-details-form .text-fields .col-md-6 {
  padding: 0 10px;
}

.post-jobs-wrapp .job-details-form-wrapp .job-details-form .text-fields .col-md-12 {
  padding: 0 10px;
}

.post-jobs-wrapp .job-details-form-wrapp .job-details-form .text-fields .col-md-4 {
  padding: 0 10px;
}

.post-jobs-wrapp .job-details-form-wrapp .job-details-form .text-fields .text-field {
  margin: 0 0 20px;
}

.post-jobs-wrapp .job-details-form-wrapp .job-details-form .text-fields .text-field label {
  font-size: 16px;
  margin: 0 0 10px;
}

.post-jobs-wrapp .job-details-form-wrapp .job-details-form .text-fields .text-field input {
  width: 100%;
  height: 45px;
  border: 1px solid #00000026;
  border-radius: 5px;
  padding: 12px;
}

.post-jobs-wrapp .job-details-form-wrapp .job-details-form .text-fields .text-field textarea {
  width: 100%;
  border: 1px solid #00000026;
  border-radius: 5px;
  min-height: 150px;
  height: 150px;
  padding: 12px;
}

.post-jobs-wrapp .job-details-form-wrapp .job-details-form .text-fields .text-field label span {
  color: #1FAF38;
  font-size: 13px;
}

.post-jobs-wrapp .job-details-form-wrapp .job-details-form .text-fields .text-field-file {
  margin: 0 0 20px;
}

.post-jobs-wrapp .job-details-form-wrapp .job-details-form .text-fields .text-field-file p {
  font-size: 16px;
  margin: 0 0 10px;
}

.post-jobs-wrapp .job-details-form-wrapp .job-details-form .text-fields .text-field-file label {
  background: #000000;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  cursor: pointer;
  border: 1px solid #000000;
  margin-right: 10px;
}

.post-jobs-wrapp .job-details-form-wrapp .job-details-form .text-fields .text-field-file
input[type=file] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  left: 0;
  width: 0;
}

.post-jobs-wrapp .job-details-form-wrapp .job-details-form .text-fields > p {
  font-size: 16px;
}

.post-jobs-wrapp .job-details-form-wrapp .job-details-form .text-fields > p span.required {
  color: #E94646;
}

.post-jobs-wrapp .job-details-form-wrapp .add-option {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}

.post-jobs-wrapp .job-details-form-wrapp .add-option button.add-btn {
  background: none;
  border: none;
  width: 35px;
  margin-right: 10px;
}
.post-jobs-wrapp .job-details-form-wrapp .add-option p {
  font-size: 12px;
}

.post-jobs-wrapp .job-details-form-wrapp .form-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}

.post-jobs-wrapp .job-details-form-wrapp .form-btn button.cancel {
  background: #fff;
  border: 1px solid #000000;
  padding: 8px 20px;
  border-radius: 30px;
  margin-right: 10px;
}

.post-jobs-wrapp .job-details-form-wrapp .form-btn button.submit {
  background: #E94646;
  border: 1px solid #E94646;
  padding: 8px 20px;
  border-radius: 30px;
  margin-right: 10px;
  color: #ffff;
}

.post-jobs-wrapp .job-details-form-wrapp .job-details-form .text-fields .text-field-file label:hover {
  background: #ffff;
  color: #000000;
}

.post-jobs-wrapp .job-details-form-wrapp .form-btn button.cancel:hover {
  background: #000000;
  color: #fff;
}

.post-jobs-wrapp .job-details-form-wrapp .form-btn button.submit:hover {
  color: #E94646;
  background: #fff;
}

.my-profile-wrapp {
  padding: 70px 0;
}

.my-profile-wrapp .post-vacancies-form {
  width: 100%;
  float: left;
  margin: 0 0 30px;
}

.my-profile-wrapp .post-vacancies-form h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 20px;
  padding: 0 10px;
}

.my-profile-wrapp .post-vacancies-form .text-fields {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.my-profile-wrapp .post-vacancies-form .text-fields .col-md-12 {
  padding: 0 10px;
}

.my-profile-wrapp .post-vacancies-form .text-fields .col-md-6 {
  padding: 0 10px;
}

.my-profile-wrapp .post-vacancies-form .text-fields .text-field {
  margin: 0 0 20px;
}

.my-profile-wrapp .post-vacancies-form .text-fields .text-field label {
  font-size: 16px;
  margin: 0 0 10px;
}

.my-profile-wrapp .post-vacancies-form .text-fields .text-field input {
  width: 100%;
  height: 45px;
  border: 1px solid #00000026;
  border-radius: 5px;
  padding: 12px;
}

.my-profile-wrapp .post-vacancies-form .text-fields .text-field textarea {
  width: 100%;
  border: 1px solid #00000026;
  border-radius: 5px;
  min-height: 150px;
  height: 150px;
  padding: 12px;
}

.my-profile-wrapp .form-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  width: 100%;
  float: left;
}

.my-profile-wrapp .form-btn button.cancel {
  background: #fff;
  border: 1px solid #000000;
  padding: 8px 20px;
  border-radius: 30px;
  margin-right: 10px;
}

.my-profile-wrapp .form-btn button.submit {
  background: #E94646;
  border: 1px solid #E94646;
  padding: 8px 20px;
  border-radius: 30px;
  margin-right: 10px;
  color: #ffff;
}

.my-profile-wrapp .form-btn button.cancel:hover {
  background: #000000;
  color: #fff;
}

.my-profile-wrapp .form-btn button.submit:hover {
  color: #E94646;
  background: #fff;
}

.my-profile-wrapp .my-profile-pic {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto 30px;
  position: relative;
}

.my-profile-wrapp .my-profile-pic .close-bnt-profile {
  position: absolute;
  width: fit-content;
  top: 5px;
  right: 5px;
}

.my-profile-wrapp .my-profile-pic .close-bnt-profile .close-bnt-remove {
  background: #E94646;
  border: 1px solid #E94646;
  color: #ffff;
  border-radius: 50%;
  padding: 2px 7px;
  font-size: 12px;
}

.my-profile-wrapp .my-profile-img {
  width: 100%;
  text-align: center;
}

.my-profile-wrapp .my-profile-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.my-profile-wrapp .my-profile-img input[type=file] {
  opacity: 0;
  position: absolute;
  z-index: -1;
  width: 0;
}

.my-profile-wrapp .my-profile-img label {
  background: #000000;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  cursor: pointer;
  border: 1px solid #000000;
}

.my-profile-wrapp .my-profile-img label:hover {
  color: #000000;
  background: #fff;
}

.jobs-wrapp {
  padding: 10px 0 70px;
}
.jobs-wrapp .container {
  max-width: 90%;
}
.jobs-wrapp .table-outer {
  width: 100%;
  overflow: auto;
}
.jobs-wrapp .table-outer::-webkit-scrollbar{
 display: none;
}

.dataTables_wrapper .col-sm-12.col-md-6 {
  width: 50%;
}

.dataTables_wrapper .col-sm-12.col-md-6 .dataTables_length {
  text-align: left;
}

.dataTables_wrapper .col-sm-12.col-md-6 .dataTables_length label span {
  display: none;
}

.dataTables_wrapper .col-sm-12.col-md-6 .dataTables_length label select {
  display: inline-block;
  border: 1px solid;
    margin-left: 10px;
        margin-right: 10px;
}

.dataTables_wrapper .col-sm-12.col-md-6 .dataTables_filter {
  text-align: right;
}

.dataTables_wrapper .col-sm-12.col-md-6 .dataTables_filter label span {
  display: inline-block;
  margin-right: 14px;
}

.dataTables_wrapper .col-sm-12.col-md-6 .dataTables_filter label input {
  margin: 0;
  width: 77%;
}

.jobs-wrapp .table-outer table {
  width: 100% !important;
  margin: 0 0 20px;
}

.jobs-wrapp .table-outer table thead tr th {
  padding: 12px;
  background: #000000;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 5px solid #fff;
}

.jobs-wrapp .table-outer table thead tr th:first-child {
  border-radius: 10px 0 0 0;
}

.jobs-wrapp .table-outer table thead tr th:last-child {
  border-radius: 0 10px 0 0;
}

.jobs-wrapp .table-outer table tbody tr td {
  padding: 4px 20px;
  background: #F0F0F0;
  vertical-align: middle;
  box-shadow: none !important;
  border-bottom: 5px solid #fff;
  font-size: 16px;
}

.jobs-wrapp .table-outer table tbody tr td:nth-child(2) {
  width: 110px;
}


.jobs-wrapp .table-outer table tbody tr td strong {
  font-weight: 600;
}

.jobs-wrapp .table-outer table tbody tr td:last-child {
  min-width: 155px;
}

.jobs-wrapp .table-outer table tbody tr td:nth-child(4) {
  min-width: 91px;
}

/* .jobs-wrapp .table-outer table tbody tr td:first-child {
  border-radius: 22px 0 0 25px;
}

.jobs-wrapp .table-outer table tbody tr td:last-child {
  border-radius: 0 22px 25px 0;
} */

.jobs-wrapp.job-detail .table-outer table tbody tr td:last-child {
  min-width: 90px;
  /* width: 1%; */
}

.jobs-wrapp.job-detail .table-outer table tbody tr td:nth-child(2) {
  min-width: 90px;
}
.jobs-wrapp .table-outer table tbody tr td:last-child:not(.download-action):before {
  display:none
}

.jobs-wrapp .table-outer table tbody tr td ul li {
  text-align: left;
  position: relative;
  line-height: 24px;
  padding-left: 20px;
}

.jobs-wrapp .table-outer table tbody tr td ul li:before {
  content: "";
  position: absolute;
  background: #000;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.jobs-wrapp .table-outer table thead tr th:nth-child(4) {
  text-align: left;
}

.jobs-wrapp .table-outer table tbody tr td:last-child .btn {
  background: none;
  border: none;
  width: 35px;
  margin-right: 7px;
  padding: 0;
}

.jobs-wrapp .table-outer table tbody tr td span.doc{
  padding-left: 25px;
  background: url('../images/file-text.svg') center no-repeat;
  background-size: 20px;
  background-position-x: 0;
}

.jobs-wrapp .table-outer table tbody tr td span.doc a {
  color: #000;
}

.job-detail .table-outer table tbody tr td {
  vertical-align: middle;
}

.jobs-wrapp.job-detail .table-outer table tbody tr td:nth-child(3) {
  min-width: 59px;
}
.post-vacancies-wrapp .job-details-form-wrapp .add-option p {
  font-size: 12px;
}

.post-jobs-wrapp .job-details-form-wrapp .form-btn button.save {
  background: #000000;
  border: 1px solid #000000;
  padding: 8px 20px;
  border-radius: 30px;
  margin-right: 10px;
  color: #fff;
}

.post-jobs-wrapp .job-details-form-wrapp .form-btn button.save:hover {
  background: #fff;
  color: #000;
}

.about-us-wrapp {
  padding: 70px 0 30px;
}

.about-us-wrapp p {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  width: 80%;
  margin: 0 auto 20px;
  font-family: 'Noto Sans Malayalam', sans-serif;
}

.about-us-wrapp p span{
  display: block;
  font-family: 'Noto Sans Malayalam', sans-serif;
}

.about-us-wrapp .about-us {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 70px;
}

.about-us-wrapp .about-us .about-us-left {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 50px 0;
}

.about-us-wrapp .about-us .about-us-right {
  width: 50%;
  padding: 50px;
  background: #E94646;
  border-radius: 20px;
  display: flex;
  align-items: center;
}

.about-us-wrapp .about-us .about-us-right p {
  color: #fff;
  text-align: left;
  margin: 0 0 15px;
  width: 100%;
}

.about-us-wrapp .about-us .about-us-left .about-us-img {
  width: 100%;
}

.about-us-wrapp .about-us .about-us-left .about-us-img img {
  width: 100%;
  border-radius: 20px 0 0 20px;
  height: 100%;
  object-fit: cover;
}

.opportunities {
  padding: 30px 0;
}

.opportunities h2 {
  font-size: 32px;
  text-align: center;
  margin: 0 0 30px;
  font-family: 'Noto Sans Malayalam', sans-serif;
}

.opportunities .opportunities-box {
  width: 100%;
  border: 1px solid #00000026;
  margin: 0 0 30px;
  padding: 0;
  border-radius: 10px;
}

.opportunities .opportunities-box:nth-child(2n) {
  margin-right: 0;
}

.opportunities .opportunities-box .opportunities-head {
  padding: 20px;
  background: #001740;
  border-radius: 10px 10px 0 0;
}

.opportunities .opportunities-box .opportunities-head h3 {
  color: #fff;
  font-family: 'Noto Sans Malayalam', sans-serif;
  font-size: 22px;
}

.opportunities .opportunities-box .opportunities-conten {
  padding: 20px;
}

.opportunities .opportunities-box .opportunities-conten ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.opportunities .opportunities-box .opportunities-conten ul li {
  position: relative;
  font-size: 16px;
  padding-left: 10px;
  margin: 0 20px 20px 0;
}

.opportunities .opportunities-box .opportunities-conten ul li:before {
  content: "\2022";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 80%;
}

.about-text {
  padding: 40px 0;
}

.about-text p {
  font-family: 'Noto Sans Malayalam', sans-serif;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  width: 80%;
  margin: 0 auto 20px;
}

.about-text .about-text-box {
  width: 100%;
  float: left;
  background: #E94646;
  padding: 50px;
  margin: 30px 0 0;
  border-radius: 20px;
}

.about-text .about-text-box p {
  color: #fff;
  width: 100%;
}

.about-text .about-text-box p:last-child {
  margin-bottom: 0;
}

.jobs-in-dist {
  padding: 70px 0;
  background: #EFEFEF;
}

.jobs-in-dist .services-box {
  background: #fff;
}

.jobs-in-dist .our-services-col .services-box p {
  background: none;
  padding-left: 0;
}

.get-in-touch.home {
  padding-bottom: 230px;
}

.post-jobs-wrapp .job-details-form-wrapp h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 10px;
  opacity: 70%;
  text-align: right;
}

.post-jobs-wrapp .job-details-form-wrapp > p {
  font-size: 14px;
  margin: 0 0 10px;
  opacity: 70%;
  text-align: right;
}

.edit-job .form-btn {
  margin: 20px 0 0;
}

.post-jobs-wrapp .job-details-form-wrapp .job-details-form .text-fields .text-field.check p {
  font-size: 16px;
  margin: 0 0 10px;
}

.post-jobs-wrapp .job-details-form-wrapp .job-details-form .text-fields .text-field.check input[type=checkbox] {
  width: 15px;
  height: 15px;
  -webkit-appearance: auto;
  margin-right: 5px;
  accent-color: #E94646;
}

.post-jobs-wrapp .job-details-form-wrapp .job-details-form .text-fields .text-field.check label {
  margin: 0 10px 0 0;
}

div#thankyouModal{
  padding: 0;
}
div#thankyouModal .modal-dialog {
  top: 40%;
  transform: translateY(-50%);
  max-width: 400px;
}

div#thankyouModal .modal-dialog .modal-content {
  border-radius: 20px;
}

div#thankyouModal .modal-dialog .modal-content .modal-body {
  padding: 40px;
  text-align: center;
}

div#thankyouModal .modal-dialog .modal-content .modal-body .thumbsup {
  width: 70px;
  margin: 0 auto 10px;
}

div#thankyouModal .modal-dialog .modal-content .modal-body h2 {
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 10px;
}

div#thankyouModal .modal-dialog .modal-content .modal-body p {
  font-size: 16px;
  margin: 0 0 10px;
}

div#thankyouModal .modal-dialog .modal-content .modal-body button.close-btn {
  background: #E94646;
  border: 1px solid #E94646;
  padding: 8px 20px;
  border-radius: 30px;
  color: #ffff;
}

div#thankyouModal .modal-dialog .modal-content .modal-body button.close-btn:hover {
  color: #E94646;
  background: #fff;
}



.success-modal{
  padding: 0;
}
.success-modal .modal-dialog {
  top: 40%;
  transform: translateY(-50%) !important;
  max-width: 400px;
}

.success-modal .modal-dialog .modal-content {
  border-radius: 20px;
}

.success-modal .modal-dialog .modal-content .modal-body {
  padding: 40px;
  text-align: center;
}

.success-modal .modal-dialog .modal-content .modal-body .thumbsup {
  width: 70px;
  margin: 0 auto 10px;
}

.success-modal .modal-dialog .modal-content .modal-body h2 {
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 10px;
}

.success-modal .modal-dialog .modal-content .modal-body p {
  font-size: 16px;
  margin: 0 0 10px;
}

.success-modal .modal-dialog .modal-content .modal-body button.close-btn {
  background: #E94646;
  border: 1px solid #E94646;
  padding: 8px 20px;
  border-radius: 30px;
  color: #ffff;
}

.success-modal .modal-dialog .modal-content .modal-body button.close-btn:hover {
  color: #E94646;
  background: #fff;
}


.apply-form {
  width: 100%;
  float: left;
  max-height: 0;
  overflow: hidden;
  transition: all .5s ease-in-out;
}

.apply-form.active {
  max-height: 100%;
  transition: all .5s ease-in-out;
}

/* .apply-form .reg-form-wrapp {
  padding: 20px 15px;
  border: 1px solid #00000026;
  border-radius: 10px;
  margin-right: 50px;
} */

.apply-form .reg-form-wrapp h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 25px;
  padding: 0 10px;
}

.apply-form .reg-form-wrapp .text-fields {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.apply-form .reg-form-wrapp .text-fields .col-md-6 {
  padding: 0 10px;
}

.apply-form .reg-form-wrapp .text-fields .text-field {
  margin: 0 0 20px;
  position: relative;
}

.apply-form .reg-form-wrapp .text-fields .text-field label {
  font-size: 16px;
  margin: 0 0 10px;
}

.apply-form .reg-form-wrapp .text-fields .text-field input {
  width: 100%;
  height: 45px;
  border: 1px solid #00000026;
  border-radius: 5px;
  padding: 12px;
}

.apply-form .reg-form-wrapp .text-fields  .col-md-12 {
  padding: 0 10px;
}

.apply-form .reg-form-wrapp .text-fields .text-field textarea {
  width: 100%;
  border: 1px solid #00000026;
  border-radius: 5px;
  min-height: 150px;
  height: 150px;
  padding: 12px;
}

.apply-form .reg-form-wrapp .text-fields .text-field-file {
  margin: 0 0 20px;
}

.apply-form .reg-form-wrapp .text-fields .text-field-file p {
  font-size: 16px;
  margin: 0 0 10px;
}

.apply-form .reg-form-wrapp .text-fields .text-field-file label {
  background: #000000;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  cursor: pointer;
  border: 1px solid #000000;
  margin-right: 10px;
  display: block;
  width: fit-content;
  margin-bottom: 10px;
}

.apply-form .reg-form-wrapp .text-fields .text-field-file input {
  position: absolute;
  width: 0;
  opacity: 0;
  z-index: -1;
}

.apply-form .reg-form-wrapp .text-fields > p {
  font-size: 16px;
  margin: 0 0 20px;
  opacity: 80%;
}

.apply-form .reg-form-wrapp .text-fields > p .required {
  color: #E94646;
}

.apply-form .reg-form-wrapp .text-fields .form-btn {
  display: flex;
  flex-wrap: wrap;
}

.apply-form .reg-form-wrapp .text-fields .form-btn button.submit {
  background: #E94646;
  border: 1px solid #E94646;
  padding: 8px 20px;
  border-radius: 30px;
  color: #ffff;
}

.apply-form .reg-form-wrapp .text-fields .form-btn button.submit:hover {
  color: #E94646;
  background: #fff;
}

.apply-form .reg-form-wrapp .text-fields .text-field-file label:hover {
  color: #000000;
  background: #ffff;
}

.apply-form .reg-form-wrapp .text-fields .text-field .wtsp-img {
  position: absolute;
  width: 20px;
  bottom: 5px;
  left: 20px;
}

.apply-form .reg-form-wrapp .text-fields .text-field.wtsp input {
  padding-left: 45px;
}

.apply-form .reg-form-wrapp .text-fields .text-field .wtsp-img:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 13px;
  background: #000;
  right: -8px;
  top: 4px;
  opacity: 25%;
}

.vacancies-details-left {
  margin: 0 0 30px;
}

ul.responsive{
  display: none;
}

.text-field.wtsp {
  position: relative;
}

.text-field.wtsp .wtsp-img {
  position: absolute;
  width: 20px;
  top: 47px;
  left: 20px;
}

.text-field.wtsp input {
  padding-left: 45px !important;
}

.text-field.wtsp .wtsp-img:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 13px;
  background: #000;
  right: -8px;
  top: 4px;
  opacity: 25%;
}

.registration-wrapp .reg-form-wrapp .text-fields p.note {
  font-size: 14px;
  opacity: 60%;
}
.apply-form .reg-form-wrapp .text-fields > p.note {
  font-size: 14px;
  opacity: 60%;
}


.enquiry-btn {
  position: fixed;
  right: 25px;
  bottom: 60px;
}

.enquiry-btn button {
  background: #E94646 url(../images/gridicons_chat.svg) center no-repeat;
  background-size: 35px;
  background-position-x: 20px;
  border: 2px solid #E94646;
  color: #ffff;
  padding: 13px 20px 13px 60px;
  border-radius: 5px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
  transition: all .5s ease-in-out;
}

.enquiry-btn button:hover{
  background: #ffffff url(../images/gridicons_chat-Red.svg) center no-repeat;
  background-size: 35px;
  background-position-x: 20px;
  color: #E94646;
  border-color: #ffff;
  transition: all .5s ease-in-out;
}

.enquiryModal {
  background: none;
  padding: 0 !important;
}

.enquiryModal .modal-dialog {position: fixed;right: 25px;bottom: 130px;width: 300px;}

.enquiryModal .modal-dialog .modal-content {
  padding: 18px 20px 20px;
  border-radius: 8px;
}

.enquiryModal .modal-dialog .modal-content .modal-header {
  padding: 0;
  border: none;
  margin: 0 0 20px;
}

.enquiryModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.enquiryModal .modal-dialog .modal-content .modal-header button.close {
  background: none;
  border: none;
  width: 25px;
  height: 25px;
}

.enquiryModal .modal-dialog .modal-content .modal-header h5 {
  font-size: 20px;
  font-weight: 600;
}

.enquiryModal .modal-dialog .modal-content .modal-body .text-fields {
  width: 100%;
}

.enquiryModal .modal-dialog .modal-content .modal-body .text-fields .text-field {
  width: 100%;
  margin: 0 0 20px;
}

.enquiryModal .modal-dialog .modal-content .modal-body .text-fields .text-field:last-child {
  margin: 0;
}

.enquiryModal .modal-dialog .modal-content .modal-body .text-fields .text-field input {
  width: 100%;
  height: 48px;
  border: 1px solid #00000040;
  border-radius: 5px;
  padding: 12px;
}

.enquiryModal .modal-dialog .modal-content .modal-body .text-fields .text-field button.submit-btn {
  width: 100%;
  height: 45px;
  background: #000000;
  color: #fff;
  border: 1px solid #000000;
  border-radius: 5px;
}

.enquiryModal .modal-dialog .modal-content .modal-body .text-fields .text-field button.submit-btn:hover {
  color: #000000;
  background: #ffff;
}

.repeat_text {
  position: relative;
  padding: 20px 0 0;
}

.repeat_text button.edu-remove {
  position: absolute;
  top: 11px;
  right: -9px;
  background: #E94646;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 1px 6px;
  font-size: 10px;
  color: #fff;
  z-index: 1;
}

.repeat_text_two{
  position: relative;
  padding: 20px 0 0;
}

.repeat_text_two button.tech-remove{
  position: absolute;
  top: 11px;
  right: -9px;
  background: #E94646;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 1px 6px;
  font-size: 10px;
  color: #fff;
  z-index: 1;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field-post .post-box .appent_text_three {width: 100%;}

.registration-wrapp .reg-form-wrapp .text-fields .text-field-post .post-box .appent_text_three .repeat_text_three {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 0 0 20px;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field-post .post-box .appent_text_three .repeat_text_three:after {
  content: "";
  position: absolute;
  width: 95%;
  background: rgb(0 0 0 / 10%);
  height: 1px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field-post .post-box .appent_text_three .repeat_text_three:last-child:after {
  display: none;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field-post .post-box .appent_text_three .repeat_text_three:last-child {
  padding: 0;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field-post .post-box .appent_text_three .repeat_text_three button.post-remove{
  position: absolute;
  top: 4px;
  right: 10px;
  background: #E94646;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 1px 6px;
  font-size: 10px;
  color: #fff;
  z-index: 1;
}

.post-vacancies-wrapp .job-details-form-wrapp .job-details-form .text-fields .text-field.check input[type=radio] {
  width: 15px;
  height: 15px;
  -webkit-appearance: auto;
  margin-right: 5px;
  accent-color: #E94646;
}

.post-vacancies-wrapp .job-details-form-wrapp .job-details-form .text-fields .repeat_text {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.post-vacancies-wrapp .job-details-form-wrapp .job-details-form .text-fields .repeat_text:first-child {
  padding: 0;
}

.post-vacancies-wrapp .job-details-form-wrapp .job-details-form .text-fields .repeat_text button.add-remove {
  position: absolute;
  top: 4px;
  right: 10px;
  background: #E94646;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 1px 6px;
  font-size: 10px;
  color: #fff;
  z-index: 1;
}

.post-vacancies-wrapp .job-details-form-wrapp .job-details-form .text-fields .repeat_text:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 1px;
  background: rgb(0 0 0 / 10%);
  bottom: 9px;
  left: 50%;
  transform: translateX(-50%);
}

.post-vacancies-wrapp .job-details-form-wrapp .job-details-form .text-fields .repeat_text:last-child:after {
  display: none;
}

.post-vacancies-wrapp .job-details-form-wrapp .job-details-form .text-fields .text-field-file .image-preview button {
  background: no-repeat;
  border: none;
}


.enquiryModal .modal-dialog .modal-content .modal-body .text-fields .text-field span.text-danger {
  font-size: 13px;
  margin: 10px 0 0;
  display: block;
}

.dataTables_wrapper .dataTables_length {
  width: auto;
  float: left;
  margin: 0 0 20px;
}

.dataTables_wrapper .dataTables_filter {
  width: auto;
  float: right;
  margin: 0 0 10px;
}

.dataTables_wrapper .dataTables_filter input[type="search"] {
  border: 1px solid;
  padding: 12px;
  border-radius: 30px;
  margin-left: 10px;
  height: 35px;
  width: 200px;
}

.vacancies-wrapp .vacancies-col:last-child {
  margin: 0;
}

.modal-backdrop{
  background: none;
  z-index: 0;
}

img.ajax-loader{
  width:20px
  }


  .about-us-video {
    padding: 70px 0 100px;
}

.about-us-video .video-container {
    width: 70%;
    height: 500px;
    margin: 0 auto 0;
}

.about-us-video .video-container iframe {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper .dataTables_length select {
  padding: 6px 22px 6px 12px;
  border-radius: 30px;
  background: url('../images/chevron-down.svg') center no-repeat;
  background-size: 20px;
  background-position-x: 88%;
  margin-top: -5px;
}

.dataTables_processing {
  margin: 0 !important;
  color: #1FAF38;
  position: inherit !important;
  text-align: left;
}

.scroll-widget {
  position: fixed;
  right: 0;
  bottom: 205px;
}
button.scroll-widget-button {
  background: #E94646;
  padding: 7px 8px 4px;
  border-radius: 5px 0 0 5px;
}

.modal{
  background: rgb(0 0 0 / 50%);
      padding: 0 !important;
}

.dataTables_processing.card {
  position: absolute !important;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: 0 !important;
  margin-top: 0 !important;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 2px;
  z-index: 99;
  background: none !important;
  border: none !important;
}

.dataTables_processing.card > div:last-child {
  display: none;
}



.text-field-file span.file-name {
  display: inline-block;
  max-width: 13ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-field-file  button#remove-resume {
  background: none;
  border: none;
}

.text-field-file div#resume-preview {
  margin: 10px 0 0;
  width: 200px;
}

.registration-wrapp .reg-form-wrapp .text-fields .post_required {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.registration-wrapp .reg-form-wrapp .text-fields .post_required label {
  font-weight: 600;
}
.registration-wrapp .reg-form-wrapp .text-fields .text-field span {
  display: inline;
}

.text-fields .text-field .cke_inner span.cke_reset_all {
  display: block;
}

.registration-wrapp .reg-form-wrapp .text-fields .col-md-4 {
  padding: 0 10px;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field-file a.btn.btn-primary {
  background: #E94646;
  border: 1px solid #E94646;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field-file a.btn.btn-primary:hover {
  color: #E94646;
  background: #fff;
}


.myjobs .modal-content {
  padding: 30px;
  border-radius: 20px;
}

.myjobs .modal-content .modal-header {
  padding: 0;
  border: none;
  margin: 0 0 20px;
}

.myjobs .modal-content  .modal-body {
  padding: 0;
}

.myjobs .modal-dialog {
  top: 50%;
  transform: translateY(-50%) !important;
}

.myjobs .modal-content .modal-header h4 {
  font-size: 20px;
  font-weight: 500;
}

.myjobs .modal-content .modal-header button.close {
  background: none;
  border: none;
}

.myjobs .modal-content .modal-body p {
  font-size: 16px;
  margin: 0 0 20px;
}

.modal .post-modal {
      max-width: 800px;
  }
                
                
  .modal.show .post-modal .image-container > div {
      width: 50%;
  }

.modal.show .post-modal .image-container #postNoteImage img.chat-image-preview {
    float: left;
    margin: 0 0 0.5rem;
}  

.jobs-wrapp .table-outer table tbody tr td .dwn-btn {
  padding: 0;
  background: none;
  border: none;
  width: 30px;
}

.jobs-wrapp .table-outer table tbody tr td .edit-job {
  background: none !important;
  border: none !important;
  color: #1FAF38;
  font-weight: 600;
  text-decoration: underline;
  width: auto !important;
}

.jobs-wrapp .table-outer table tbody tr td .edit-job:hover {

}

.jobs-wrapp .table-outer table tbody tr td .delete-job {
  background: none !important;
  border: none !important;
  color: #E94646 ;
  font-weight: 600;
  text-decoration: underline;
  width: auto !important;
}

.jobs-wrapp .table-outer table tbody tr td .delete-job:hover {

}

.jobs-wrapp .table-outer table tbody tr td .view-job {
  background: none !important;
  border: none !important;
  color: #ff7600;
  font-weight: 600;
  text-decoration: underline;
  width: auto !important;
}

.cke_button_label{
  display: none !important;
}

.suggestion-box {
  position: fixed;
  bottom: 65px;
  left: 0;
  width: 320px;
  margin-left: -300px;
  transition: all .5s ease-in-out;
  z-index: 9;
}

.suggestion-box.show {
  margin-left: 0;
  transition: all .5s ease-in-out;
}

.suggestion-box .suggestion-form {
  padding: 18px 20px 20px;
  border-radius: 8px;
  background: #fff;
  width: 300px;
  box-shadow: 0px 5px 12px 0px #00000014;
}

.suggestion-box .suggestion-form h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px;
}

.suggestion-box .suggestion-form .text-fields {
  width: 100%;
}

.suggestion-box .suggestion-form .text-fields .text-field {
  width: 100%;
  margin: 0 0 20px;
}

.suggestion-box .suggestion-form .text-fields .text-field input {
  width: 100%;
  height: 48px;
  border: 1px solid #00000040;
  border-radius: 5px;
  padding: 12px;
}

.suggestion-box .suggestion-form .text-fields .text-field textarea {
  width: 100%;
  height: 90px;
  border: 1px solid #00000040;
  border-radius: 5px;
  padding: 12px;
  resize: none;
}

.suggestion-box .suggestion-form .text-fields .text-field button.submit-btn {
  width: 100%;
  height: 45px;
  background: #000000;
  color: #fff;
  border: 1px solid #000000;
  border-radius: 5px;
}

.suggestion-box .suggestion-form .text-fields .text-field:last-child {
  margin: 0 0 10px;
}
.suggestion-box .suggestion-box-wrapp {
  position: relative;
  width: fit-content;
}

.suggestion-box-btn {
  position: absolute;
  right: -92px;
  transform: rotate(90deg);
  top: 400px;
}

.suggestion-box-btn a.suggestion-box-toggle {
  background: #001740 url('../images/chevron-up\ \(1\).svg') center no-repeat;
  background-size: 20px;
  background-position-x: 95%;
  color: #ffff;
  padding: 8px 35px 8px  20px;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}

.show .suggestion-box-btn a.suggestion-box-toggle{
  background: #001740 url('../images/chevron-down-wht.svg') center no-repeat;
  background-size: 20px;
  background-position-x: 95%;
}

.cke_voice_label{
  display: none !important;
}

span.text-danger {
  font-size: 13px;
  margin: 10px 0 0;
  display: block;
}

.document-edit {
  width: 200px;
  position: relative;
}

.document-edit .remove-resume {
  background: none;
  border: none;
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 9;
}

.head-right li.nav-item.dropdown.profile-drop.mob {
  display: none;
}

small.error.text-danger {
  font-size: 12px;
  margin: 10px 0;
  display: block;
}

.text-field{
  position: relative;
}
.text-field input.password {
  -webkit-text-security: disc;
  padding-right: 40px !important;
}


.text-field .pswd-icon {
  position: absolute;
  top: 47px;
  right: 15px;
  width: 20px;
}

.text-field .pswd-icon span.show-icon {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.text-field .pswd-icon span.show-icon span.hide-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.text-field input.password.show {
  -webkit-text-security: none;
}

.text-field .pswd-icon .show span.show-icon span.hide-icon {
  opacity: 1;
}

.text-field .pswd-icon .show span.show-icon > img {
  opacity: 0;
}


.registration-wrapp .reg-form-wrapp .text-fields .text-field-file a.btn.btn-outline-primary {
  background: #E94647;
  border-color: #E94647;
  color: #fff;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field-file a.btn.btn-outline-primary:hover {
  color: #E94647;
  background: none;
}


.cnt-term p {
  text-align: left;
  font-size: 16px;
}

.text-field.check span {
  display: inline-block !important;
}


table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_desc_disabled:before, table.dataTable thead>tr>th.sorting_desc_disabled:after, table.dataTable thead>tr>td.sorting:before, table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_desc:before, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc_disabled:before, table.dataTable thead>tr>td.sorting_desc_disabled:after{right: 0 !important; opacity: 0.3 !important;}

table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_desc:after{opacity: .6 !important;}


.search-wrapp .search-results div.dataTables_wrapper div.dt-row {
  float: left;
}

.jobs-wrapp .table-outer table tbody tr td .btn.table-add-btn {
  text-align: left;
  padding: 0;
  background: none !important;
  border: none !important;
  color: #001740;
  font-weight: 600;
  text-decoration: underline;
  width: auto !important;
}

.jobs-wrapp .table-outer table tbody tr td .btn.table-add-btn:hover{
  text-decoration: none;
}

.read-more-link {
  color: #E94646;
  cursor: pointer;
}
.read-less-link{
  color: #E94646;
  cursor: pointer;
}

.icon-grid {
  width: 100%;
  margin: 35px 0 0;
}


.registration-wrapp.admin .reg-form-wrapp .text-fields .text-field-group .text-field.col-md-4 {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}

.registration-wrapp.admin .reg-form-wrapp .text-fields .add-more-button {
  display: flex;
  align-items: flex-start;
  margin: 0 0 20px;
  max-height: 80px;
}

.search-results .dataTables_wrapper .row {
  width: 100%;
}

.dataTables_wrapper .dataTables_paginate .paginate_button a {
  color: #fff;
  background: #000000;
  padding: 8px 20px;
  margin: 0 10px 0 0;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.active a {
  background: #ffff;
  color: #000;
  border: 1px solid rgb(0 0 0 / 20%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled a{
  background: #ffff;
  color: #000000;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #E94646;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  margin: 0 1.85em!important;
  display: flex!important;
  justify-content: space-between!important;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-month, .ui-datepicker .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-year {
  padding: 0 10px!important;
  width: 47%!important;
}

.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev.ui-corner-all {
  margin: 0 !important;
  top: 4px !important;
  left: 2px !important;
}
.ui-datepicker .ui-datepicker-header a.ui-datepicker-next.ui-corner-all{
  margin: 0 !important;
  top: 4px !important;
   right: 2px !important;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field .my-profile-pic {
  width: 150px;
}

.play-btn img {
  width: 30px;
}

.developed-by a.ref-link {
  color: #ffff;
  display: inline-block;
  width: fit-content;
}

.developed-by a.ref-link .companey {
  display: inline-block;
  float: left;
  margin: 0 5px 0 0;
}

.developed-by a.ref-link img {
  width: 25px;
  float: right;
}

.developed-by {
  margin: 30px 0 0 0;
}

.developed-by p {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.developed-by a.ref-link:hover {
  color: #268eae;
}
.loaction-outer {
  padding: 0 0 62px;
}
iframe.loaction-map {
  border-radius: 19px;
}

.drop-down-group {
  width: 100%;
  position: relative;
}

.drop-down-group .drop-down-list {
  width: 100%;
  border: 1px solid #00000026;
  border-top: 0;
  box-shadow: 0px 5px 12px 0px #00000014;
  margin-top: -2px;
  border-radius: 0 0 5px 5px;
}

.drop-down-group .drop-down-list .drop-down-item {
  width: 100%;
  padding: 10px 10px 10px 45px;
}

.modal.user-profile .modal-dialog .modal-content {
  padding: 20px;
}

.modal.user-profile .modal-dialog .modal-content .modal-header {
  padding: 0;
  border: none;
  margin: 0 0 20px;
}

.modal.user-profile .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.modal.user-profile .modal-dialog .modal-content .modal-header button.close {
  background: none;
  border: none;
}

.modal.user-profile .modal-dialog .modal-content .modal-header h4 {
  font-size: 18px;
  font-weight: 600;
}

.modal.user-profile .modal-dialog .modal-content .modal-body p {
  margin: 0 0 26px;
}


.dataTables_wrapper table tbody tr td .table-group .table-check {display: flex;flex-wrap: wrap;align-items: center;justify-content: right;flex-direction: row-reverse;}

.dataTables_wrapper table tbody tr td .table-group .table-check input {margin: 0 10px 0 0 !important; }

.custom-table-outer { width: 100%; height: 85vh; overflow: auto;}
.custom-table-outer::-webkit-scrollbar { width: 7px; height: 7px;}
.custom-table-outer::-webkit-scrollbar-track {background: #f1f1f1;}
.custom-table-outer::-webkit-scrollbar-thumb {background: #888;}
.custom-table-outer::-webkit-scrollbar-thumb:hover {background: #555;}

.registration-wrapp.admin.admin-dash .user-form-group { margin: 0 0 15px;}

.custom-table-outer.employer-log table td:nth-child(2) { min-width: 186px;}
.custom-table-outer.employer-log table td:nth-child(3) {min-width: 180px;}
.custom-table-outer.employer-log table td:nth-child(5) { min-width: 200px;}
.custom-table-outer.employer-log table td:nth-child(6) { min-width: 180px;}
.custom-table-outer.employer-log table td:last-child { min-width: 120px;}

.user-outer .dataTables_wrapper table tbody tr td:nth-child(2) { min-width: 100px;}
.user-outer .dataTables_wrapper table tbody tr td:nth-child(4) { min-width: 190px !important;}
.user-outer .dataTables_wrapper table tbody tr td:nth-child(8) { min-width: 200px;}
.user-outer .dataTables_wrapper table tbody tr td:nth-child(7) { min-width: 100px !important;}
.user-outer .dataTables_wrapper table tbody tr td:nth-child(9) { min-width: 140px !important;}
.user-outer .dataTables_wrapper table tbody tr td:nth-child(8) { min-width: 200px !important;}


.tabcontent .content-body.table-outer-staff .dataTables_wrapper table tbody tr td:last-child {
  text-align: left;
}

.tabcontent .content-body.table-outer-staff .dataTables_wrapper table thead tr th:last-child {
  text-align: left;
}

.resume-btn {
  background: #001740;
  border: 1px solid #001740;
  padding: 8px 20px;
  border-radius: 30px;
}

.resume-btn:hover {
  color: #001740;
  background: none;
  border: 1px solid #001740;
}

.form-check {
  display: inline-block;
}

/*whatsapp-chat*/

.chat-panel .chat-head {
    background: rgb(0 0 0) !important;
    padding-block: 0.75rem !important;
    gap: 0.65em;
}

.chat-panel .chat-head h5 {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    margin-right: auto !important;
}

.chat-panel .chat-head #openChatBtn {
    margin: 0 !important;
    padding: .5rem .5rem;
    font-size: 13px;
    border-radius: .2rem;
    font-weight: normal;
}

.chat-panel .chat-head #openChatBtn:hover {
    background: #e94646 !important;
}

.chat-panel .chat-head #chatCloseBtn {
    margin: 0 !important;
    padding: .5rem .5rem;
    font-size: 13px;
    border-radius: .2rem;
    font-weight: normal;
}

.chat-panel .chat-head #chatCloseBtn:hover {
    background: #e94646 !important;
}


#chat_area_show .voice-record-wrapper {
    margin-left: auto;
}

#chat_area_show .voice-record-wrapper .voice-btn {
    padding: .5rem .5rem .45rem;
    font-size: 18px;
    border-radius: 50%;
    width: 42px;
    margin: 0 0.15rem 0 0;
    transition: all 0.25s ease-in;
}

#chat_area_show .voice-record-wrapper .voice-btn:hover {
  transform: translateY(-2px);
}

#chat_area_show .voice-record-wrapper .voice-btn span {
    display: none;
}

#chat_area_show #windowStatus {
    margin: 0 !important;
    padding: .5rem .5rem;
    font-size: 13px;
    border-radius: .2rem;
    font-weight: normal;
}


.chat-panel .chat-head small {
    color: rgba(255 255 255 /0.7) !important;
    font-size: 13px;
}
.chat-panel .chat-head button {
    font-size: 13px;
}
.chat-panel {
     height: calc(100vh - 72px); 
    display: block !important;
     overflow-y: auto; 
}


.chat-panel::-webkit-scrollbar {
  width: 0px;
}

.chat-panel .chat-search {
    width: 100%;
    display: inline-block;
    padding-block: 1rem !important;
    border: 0 !important;
}

.chat-panel .chat-date {
    width: 50%;
    display: inline-block;
    padding-block: 1rem !important;
    border: 0 !important;
}

.chat-panel .chat-search .form-control {
    padding: .75rem .5rem;
    border-radius: 8px;
}

.chat-panel .chat-date .form-control {
    padding: .75rem .5rem;
    border-radius: 8px;
}

.chat-panel .chat-date input[type="date"] {
    cursor: pointer;
}

.chat-panel #conversationList {
    padding-inline: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    max-height: 57.5vh;
}

#chat_area_show .noreplay-badge {
    margin-left: auto;
    background: #dc3545;
    box-shadow: none;
    border: 0;
    outline: none;
    -webkit-appearance: none;
    font-weight: normal;
    font-size: 13px;
    line-height: 1;
    padding: .5rem .55rem;
    border-radius: 3px;
}

#chat_area_show .noreplay-badge:before {
    content:"\2716";
}

#chat_area_show > div {
    gap: 0.5em;
}

#chat_area_show  #forward_button {
    margin: 0 !important;
}

#chat_area_show #forward_button .badge {
    background: #ffa500 !important;
    box-shadow: none;
    border: 0;
    outline: none;
    -webkit-appearance: none;
    font-weight: normal;
    font-size: 13px;
    line-height: 1;
    padding: .5rem .55rem;
    border-radius: 3px;
}

#chat_area_show #forward_button .badge:before {
    content:"\21AA";
}

.forward-divider .time-divider {
    margin: 0 0 0 8px;
    padding: 4px 8px;
    background: #d5d5d569;
    border-radius: 3px;
}


#conversationList.filter-open {
  max-height: 85vh !important;
  /*padding-top: 8px;*/
}

#conversationList {
    counter-reset: chatCounter;
}

#conversationList .conversation-item {
    counter-increment: chatCounter;
}

#conversationList .conversation-item::before {
    content: counter(chatCounter);
    position: absolute;
    left: 0;
    top: 46%;
    transform: translateY(-50%);
    width: 22px;
    height: 26px;
    border-radius: 0 13px 13px 0;
    background: #f5f5f5;
    color: #e94646;
    font-size: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 5px 0 1px;
    box-shadow: inset -2px 0px 3px 1px rgba(0 0 0 / 0.08);
}

#groupSection #groupList .list-group-item {
    font-weight: 500;
    padding-block: 0.75rem;
    padding-top: 17px;
    padding-bottom: 12px;
    padding-inline: 34px;
}

#groupSection #groupList .list-group-item:nth-child(odd) {
    background: #f7f7f7;
}

#groupSection #groupList .list-group-item .badge.bg-danger {
    font-size: 0;
    width: 17px;
    height: 17px;
    min-height: inherit;
    left: 0;
    transform: none;
    writing-mode: rl;
    bottom: 0;
    border-radius: 0 14px 0 0;
    position: absolute;
}

#groupSection #groupList .list-group-item .badge.bg-success {
    font-size: 0;
    width: 17px;
    height: 17px;
    min-height: inherit;
    left: 0;
    transform: none;
    writing-mode: rl;
    bottom: 0;
    border-radius: 0 14px 0 0;
    position: absolute;
}

#groupSection #groupList .list-group-item .new-chat {
    background: orange;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-writing-mode: vertical-rl;
    width: auto;
    height: 100%;
    display: flex;
    bottom: 0;
    transform-origin: top right;
    font-size: 11px;
    z-index: 9;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

#groupSection #groupList .list-group-item .unread_icon {
    min-width: 20px;
    height: 20px;
    background: #198754;
    text-align: center;
    border-radius: 12px;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.85;
    position: relative;
    right: -2px;
    top: -15px;
}

#groupSection #groupList .list-group-item small.last-message_at {
    font-size: 12px;
    margin-left: auto;
    position: absolute;
    right: 32px;
    bottom: 5px;
}

/*#groupSection #groupList {
    max-height: 29.5vh;
    overflow-y: auto;
}*/

.chat-panel #conversationList .list-group-item:nth-child(odd) {
    background: #f7f7f7;
}

.chat-panel #conversationList .list-group-item:first-child {font-weight: 500;padding-block: 0.75rem;    padding-top: 17px; padding-bottom: 12px;}


.quick-replies-wrapper{
    width: 100%;
}

.quick-replies-wrapper .quick-replies-scroll{
    display:flex;
    gap:8px;
    overflow:hidden;
    padding:0;
    margin:0;
    list-style:none;
}

.quick-replies-wrapper .quick-replies-scroll::-webkit-scrollbar{
    display: none;
}

.quick-replies-wrapper .quick-reply-chip{
    background:#f0f2f5;
    border-radius:18px;
    padding:7px 14px;
    white-space:nowrap;
    cursor:pointer;
    font-size:13px;
    user-select:none;
    transition:0.2s;
}

.quick-replies-wrapper .quick-reply-chip:hover{
    background:#25D366;
    color:#fff;
}

.quick-replies-wrapper .quick-reply-chip:active{
    transform: scale(0.96);
}


.quick-replies-wrapper .quick-reply-more-btn,.quick-reply-add{
    min-width: 42px;
    height: 36px;
    border-radius: 50px;
    background: #25D366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: 0.2s ease;
    padding: 0 14px;
    user-select: none;
}

/***************quick replay modal *************/

.quick-replies-popup-list{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.quick-reply-hover-item{
     position:relative;
    background:#f0f2f5;
    border-radius:18px;
    padding:8px 14px;
    font-size:13px;
    cursor:pointer;
    transition:0.2s ease;
    white-space:nowrap;
    user-select:none;
}

.quick-reply-hover-item:hover{
    background:#25D366;
    color:#fff;
}

.reply-action-btn{
    position:absolute;
    top:-6px;
    right:-4px;
    width:20px;
    height:20px;
    border-radius:50%;
    background:#fff;
    border:1px solid #ddd;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    cursor:pointer;
    z-index:20;
    color:#333;
    box-shadow:0 2px 6px rgba(0,0,0,0.12);
}

.reply-action-btn:hover{
    background:#111;
    color:#fff;
}


/* ACTION MENU */

.reply-action-menu{
    position:absolute;
    top:-52px;
    right:0;
    background:#fff;
    border-radius:12px;
    padding:6px;
    display:none;
    min-width:120px;
    z-index:9999;
    box-shadow:0 6px 20px rgba(0,0,0,0.15);
}

.reply-action-menu button{
    width:100%;
    border:none;
    background:none;
    padding:8px 10px;
    text-align:left;
    border-radius:8px;
    font-size:13px;
    cursor:pointer;
}

.reply-action-menu button:hover{
    background:#f5f5f5;
}

/* TOOLTIP */

.reply-tooltip{
    position:absolute;
    bottom:120%;
    left:0;
    min-width:240px;
    max-width:320px;
    background:#111b21;
    color:#fff;
    padding:12px;
    border-radius:12px;
    font-size:12px;
    line-height:1.5;
    white-space:normal;
    opacity:0;
    visibility:hidden;
    transform:translateY(8px);
    transition:0.2s ease;
    z-index:9999;
    pointer-events:none;
    box-shadow:0 4px 14px rgba(0,0,0,0.2);
}

.reply-tooltip::after{
    content:'';
    position:absolute;
    top:100%;
    left:18px;
    border-width:6px;
    border-style:solid;
    border-color:#111b21 transparent transparent transparent;
}

.reply-tooltip.show-tooltip{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/***************quick replay modal *************/

.quick-reply-more-btn,
.quick-reply-add-btn{
    border:none;
    background:#f0f2f5;
    height:32px;
    padding:0 18px;
    border-radius:5px;
    font-size:13px;
    cursor:pointer;
}

.quick-reply-add-btn{
    background:#25D366;
    color:#fff;
}

.quick-replies-wrapper .quick-reply-add:hover{
    background: #1ebe5d;
    transform: scale(1.05);
}

#quickReplyModal .modal-content{
    border-radius: 18px;
}

#quickReplyModal .form-control{
    border-radius: 12px;
    min-height: 44px;
    box-shadow: none;
}

#quickReplyModal textarea.form-control{
    min-height: 120px;
    resize: none;
}

#quickReplyModal .form-control:focus{
    border-color: #25D366;
    box-shadow: 0 0 0 3px rgba(37,211,102,0.12);
}

#postNoteText {color: #1c1c1c !important;}

#whatsappForm .att-btn {
    width: 40px;
    border-radius: 6px;
    padding: 5px 6px;
    border: 1px solid #dee2e6;
    background: #f8f9fa;
}

#whatsappForm .att-btn svg {
    width: 100%;
    height: 100%;
}

#whatsappForm .attachments {
    width: auto;
    display: inline-block;
    position: relative;
}

#whatsappForm .attachments .att-lists {
    position: absolute;
    top: 0;
    transform: translateY(-88px) translateX(-35px);
    display: grid;
    grid-template-rows: 1fr 1fr;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

#whatsappForm .att-btn svg path {
    fill: #e94646 !important;
}

#whatsappForm .attachments .att-lists .btn {
    border: 1px solid transparent !important;
    border-bottom: 1px solid #dee2e6!important;
    border-radius: 0 !important;
    transition: all 0.25s ease-in;
}

#whatsappForm .attachments .att-lists .btn:hover {
    border: 1px solid #dee2e6!important;
}

#whatsappForm .attachments .att-lists:after {
    content: "";
    position: absolute;
    border-top: 8px solid #dee2e6;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}

#whatsappForm .attachments .att-lists.show {
    opacity: 1;
    visibility: visible;
}

#whatsappForm .create-btn {
    border-radius: 6px;
    padding: 9px 6px;
    border: 1px solid #dee2e6;
    background: #f8f9fa;
    font-size: 18px;
    line-height: 1;
}

#whatsappForm .button-col1 {
     width: auto !important; 
    max-width: 540px;
}


#whatsappForm .button-col1 select {
    width: 100%;
    border-radius: 6px;
    padding: .45rem 0.25rem;
    padding-right: 2.5rem;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #ced4da;
    min-width: 120px;
}

#whatsappForm .button-col1 svg {
    width: 100%;
    height: 100%;
}

#whatsappForm .button-col1 button {
    border: 1px solid #ced4da;
    border-radius: 6px;
    width: 65px;
}

#whatsappForm #templateParamBox .form-control {
    padding: .40rem .95rem;
    box-shadow: none;
    border: 1px solid #ced4da;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

#whatsappForm #templateParamInputs {
    gap: 0.5% !important;
    justify-content: space-between !important;
}

#whatsappForm #templateParamInputs > div {
    width: 49%;
    min-width: auto !important;
}

.chat-panel #conversationList .unread_icon {
    min-width:20px;
    height:20px;
    background:#198754;
    text-align:center;
    border-radius:12px;
    color:#ffffff;
    font-size:12px;
    line-height:1.85;
    position: relative;
    right: -6px;
    top: -15px;
}

.new-chat {
    position: absolute;
    right: 2px;
    background: #e94646;
    color: #fff;
    padding: 1px 4px;
    border-radius: 4px;
    bottom: 2px;
    font-size: 12px;
}
.new-chat.no-replay {
    background: orange;
}

.staff-logs .login-content-right .login-form-wrapp {
    background: #001740e3;
    padding: 30px 3%;
        border-radius: 10px;
    box-shadow: 0px 0px 16px 0px #00000014;
}
.login-content-right {

}

.staff-logs .login-content-right {
    max-width: 450px;
    width: 100%;
    margin: 0 auto 0;
}

 .staff-logs .login-form-wrapp h2 {
    font-size: 32px;
    font-weight: 500;
    margin: 0 0 20px;
    padding: 0 10px;
    color: #fff;
}


 .staff-logs .login-form-wrapp .text-fields {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}


 .staff-logs .login-form-wrapp .text-fields .text-field {
    width: 50%;
    padding: 0 10px;
    margin: 0 0 20px;
}

 .staff-logs .login-form-wrapp .text-fields .text-field {
    width: 50%;
    padding: 0 10px;
    margin: 0 0 20px;
}

.staff-logs .login-form-wrapp .text-fields .form-btn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px;
    margin: 0 0 20px;
}
.staff-logs .login-form-wrapp .text-fields .text-field label {
    font-size: 16px;
    margin: 0 0 10px;
    color:#fff;
}

.staff-logs .login-form-wrapp .text-fields .text-field input {
    width: 100%;
    height: 45px;
    border: 1px solid #00000026;
    border-radius: 5px;
    padding: 12px;
    background: #ffffff;
}
.staff-logs .text-field .pswd-icon {
    position: absolute;
    top: 47px;
    right: 15px;
    width: 20px;
}
.staff-logs .text-field .pswd-icon span.show-icon {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.staff-logs.login-wrapp .text-field .pswd-icon img {
    filter: invert(1);
}
.staff-logs .text-field .pswd-icon span.show-icon span.hide-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.staff-logs.login-wrapp .text-field .pswd-icon img {
    filter: invert(1);
}


 .staff-logs .login-right .login-form-wrapp .text-fields .form-btn{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px;
    margin: 0 0 20px;
}

 .staff-logs .login-right .login-form-wrapp .text-fields .form-btn .login-btn .btn {
    background: #E94646;
    border: 1px solid #E94646;
    padding: 8px 35px;
    border-radius: 30px;
    color: #ffff;
}

.staff-logs .login-right .login-form-wrapp .text-fields .text-field input {
    background: rgb(38 58 92);
    color: #ffffff;
}

.staff-logs .login-right .login-form-wrapp .text-fields .text-field input {
    width: 100%;
    height: 45px;
    border: 1px solid #00000026;
    border-radius: 5px;
    padding: 12px;
    background: rgb(38 58 92);
    color: #fff;
}
.staff-logs .login-right .login-form-wrapp .text-fields .text-field input::placeholder{
   color: #fff;
}

.staff-logs .login-right .login-form-wrapp .text-fields .form-btn .login-btn button:hover {
    color: #E94646;
    background: #fff;
}

.staff-logs .login-left-logo {
    max-width: 450px;
    margin: 0 auto 30px;
}
.staff-logs .login-left-logo .since-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
      width: 140px;
}

.staff-logs .login-left-logo>a {
    display: flex;
}
.staff-logs .login-left-logo>a img {
    margin: 0 auto;
    max-width: 335px;
}
.staff-logs .login-left-logo .whatsapp-login-title {
    display: flex;
    width: 100%;
    margin: 16px auto 0 !important;
    font-size: 22px;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.staff-logs .login-left-logo .whatsapp-login-title img {
    width: 32px;
}

.staff-logs .login-content-left {
    display: flex;
    flex-wrap: wrap;
    /* border: 1px solid white; */
    max-width: 100%;
    width: 95%;
    margin: 0 auto;
    padding: 15px;
    border-radius: 12px;
  background: rgba(255 255 255 / 0.15);
      padding: 26px;
}

.staff-logs .login-content-left h2{
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 25px;
    line-height: 1.25;
}
.staff-logs .login-content-left p{
    color: #ffff;
    font-size: 16px;
    line-height: 24px;
    opacity: 80%;
}
.login-wrapp.staff-logs {
    display: flex;
    flex-wrap: wrap;
}

.add_education-page .table-outer .dt-row table tbody tr>td:nth-child(2)>div {
    display: flex;
    align-items: center;
}
.add_education-page .table-outer .dt-row table tbody tr>td:nth-child(3)>div {
    display: flex;
    align-items: center;
}
.add_education-page .table-outer .dt-row table tbody tr>td:nth-child(2)>div button {
    margin-left: auto;
    margin-right: 7%;
        display: flex;
    flex-shrink: 0;
}

.add_education-page .table-outer .dt-row table tbody tr>td:nth-child(3)>div button {
    margin-left: auto;
    margin-right: 7%;
        display: flex;
    flex-shrink: 0;
}

.add-education-popup .text-muted {
border: 1px solid #dcdcdc;
    padding: 10px;
    border-radius: 12px;
   width: 100%;
    margin: 0 auto;
}


.add-education-popup .image-container+.text-muted {
    margin: 8px 0 0;
}

.add-education-popup .text-muted p {
    font-size: 15px;
}
.add-education-popup .post-modal{
width: 95%;
}

.custom-template-tooltip{
    position: fixed;
    max-width: 320px;
    max-height: 70vh;
    background: #dcf8c6;
    color: #212121;
    padding: 14px 16px;
    border-radius: 12px;
    font-size: 17px;
    line-height: 1.5;
    z-index: 999999;
    box-shadow: 0 4px 18px rgba(0,0,0,0.2);
    overflow-y: auto;
    word-break: break-word;
    pointer-events: auto;

}


#conversationList .list-group-item .new-chat.no-replay {
    background: orange;
    position: absolute;
    right: 0;
    top: 0;
-webkit-writing-mode: vertical-rl;
    width: auto;
    height: 100%;
    display: flex;
    bottom: 0;
    transform-origin: top right;
    font-size: 11px;
    z-index: 9;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

#conversationList .list-group-item .new-chat{
    padding: 1px 4px;
    border-radius: 2px;
    bottom: unset;
    font-size: 11px;
    top: 4px;
    right: 51px;
}

.list-group-item-short {
    min-height: 64px;
}

#customReplyPreviewModal .modal-body .border.rounded{
      display: flex;
    flex-wrap: wrap;
        background: #dcf8c6 !important;
}


#customReplyPreviewModal #previewCustomReplyBody {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
#customReplyPreviewModal #customReplyBodyText{    white-space: normal;}

#customReplyPreviewModal #previewCustomReplyBody .wa-format-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #dfdddd;
    color: #000000;
    font-size: 17px;
    line-height: 0;
}

#customReplyPreviewModal #previewCustomReplyBody .wa-format-btn > * {
    display: block;
}


#chatCloseModal .modal-dialog .wa-format-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #dfdddd;
    color: #000000;
    font-size: 17px;
    line-height: 0;
}

#chatCloseModal .modal-dialog .wa-format-btn > * {
    display: block;
}

#chatCloseModal .modal-dialog .emoji-wrapper .emoji-picker {
    right: inherit;
    left: -0%;
    transform: translateX(-50%);
}

#chatCloseModal .modal-body {
    max-height: calc(85vh - 60px);
    overflow-y: auto;
}

#messageModal .chat-toolbar .toolbar-attach-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

#messageModal .chat-toolbar .toolbar-attach-btn:hover {
    background: #d9fdd3;
    transform: translateY(-1px);
}

#quickReplyModal .modal-body {
    max-height: calc(80vh - 60px);
    overflow-y: auto;
}


#templatePreviewModal .modal-body .border.rounded{
          background: #dcf8c6 !important;
}
#templatePreviewModal #previewTplBody a{
 background: #fff !important;
}
#templatePreviewModal #previewTplBody button{
 background: #fff !important;
}

#templatePreviewModal #previewTplBody button:hover {
    background: green !important;
}
#templatePreviewModal #previewTplBody a:hover{
   background: #0d6efd !important;
}

#templateModal .modal-body {
    max-height: calc(82vh - 60px);
    overflow-y: auto;
}

#previewTplBody .mt-2 {
    display: flex;
    gap: 1%;
    margin: 16px 0 0 !important;
}

#previewTplBody .mt-2 .btn {
    width: fit-content !important;
}

.modal .modal-dialog {
    width: 100%;
    max-width: 860px;
}


.modal-dialog .modal-content .table-responsive {
    overflow-y: auto;
    border-radius: 8px;
}

.modal-dialog .modal-content .table-responsive table {
    min-width: 1000px;
}

.modal-dialog .modal-content .table-responsive table th {
    background: #198754;
    border: 1px solid #198754;
    color: #ffffff;
    vertical-align: middle;
    padding: 10px 15px;
}

.modal-dialog .modal-content .table-responsive table th {
    border-right-color:#fff;
}

.modal-dialog .modal-content .table-responsive table th:first-child {
    min-width: 121px;
}

.modal-dialog .modal-content .table-responsive table th:last-child {
    border-right-color:#198754;
}

.modal-dialog .modal-content .table-responsive table td {
    padding: 10px 12px;
    border:1px solid #198754;
    vertical-align: middle;
}

.modal-dialog .modal-content .table-responsive table td:has(button) {min-width: 145px;}

.modal .modal-dialog:has(.table-responsive) {
    max-width: 1050px;
}

.report-title {
    width: 100%;
    display: block;
    padding: 110px 0 0;
}

.report-title h3 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    line-height: 1.45;
    margin: 0 0 28px !important;
}

#groupBreakdown .table-responsive {
    width: 100%;
    display: block;
    padding: 5px;
}

#groupBreakdown .table-responsive table {
    border-radius:5px;
}

#groupBreakdown .table-responsive th {
    border: 1px solid #E94646;
    background:#E94646;
    padding: 10px;
    color:#fff;
    vertical-align: middle;
    font-size: 14px;
    border-right-color:#fff;
}

#groupBreakdown .table-responsive th:last-child {
    border-right-color:#E94646;
}

#groupBreakdown .table-responsive td {
    border: 1px solid #E94646;
    padding: 10px;
    vertical-align: middle;
    font-size: 14px;
}

#messageModal .chat-toolbar .toolbar-attach-btn svg {
    width: 100%;
    height: 100%;
    max-width: 20px;
}

#messageModal .chat-toolbar .toolbar-attach-btn svg path {fill: #e94646 !important;}

.card-body > div {
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    align-items: center;
}

.card-body > div button {
    background: #d3903e;
    color: #fff;
}

.card-body > div button:hover {
    background: #f5f5f5;
    color: #d3903e;
}

.card-body > div button.btn-danger {
  background: #dc3545;
}

.card-body > div button.btn-danger:hover {
  color: #dc3545;
  background: #f5f5f5
}


.card-body .table-responsive th {
    padding:10px;
    border:1px solid #f5f5f5;
    background:#198754;
    color:#fff;
    
}

.card-body .table-responsive td {
    padding:10px;
    border:1px solid #f5f5f5;
    color:#000;
}

.card-body .table-responsive th:first-child {
    border-radius: 8px 0 0 0;
}

.card-body .table-responsive th:last-child {
    border-radius: 0 8px 0 0;
}

.report-sec-outer .card {border-radius: 10px;}

.report-sec-outer .card .card-header {
    border-radius: 8px 8px 0 0;
}

.report-sec-outer .card .card-body > div > span {
    margin-right: auto;
}

.report-sec-outer .card .card-body > div > strong {
    min-width: 7%;
    text-align: center;
    margin-inline: 2%;
    padding-inline: 2%;
}

.report-sec-outer .card .card-body > div > button {
    margin-left: 2%;
}

.report-sec-outer .card-body .table-responsive .btn {
    background: #d3903e;
    border: 0;
    color:#ffffff;
}

.report-sec-outer .card-body .table-responsive .btn:hover {
    color: #d3903e;
    background:#f5f5f5;
}

#quickReplyModal textarea.form-control {
  min-height: 210px;
}

#templateModal .modal-body textarea.form-control {
    min-height: 210px;
}

.whats-app-header .outer-whats-code {
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    border-radius: 30px 30px;
    align-items: center;
    gap: 5px;
    margin-block: 8px;
    font-weight: 600;
    font-size: 14px;
    background: linear-gradient(45deg, #43c453, #248a30);
    letter-spacing: 0.15rem;
    padding: 6px 12px 4px 8px;
    padding-left: 41px;
    position: relative;
    font-style: normal;
    border: 1px solid rgba(255 255 255 / 0.45);
}

.whats-app-header .outer-whats-code img {
    width: 35px;
    padding: 3px;
    display: inline-block;
    margin: 0 0 2px;
    position: absolute;
    left: 0;
    border: 1px solid rgba(255 255 255 / 0.45);
    border-radius: 50%;
    background: #43c453;
}

.btn-group .image-zoom-icon{
    width:18px;
    height:18px;
    display:block;
}

.chat-panel .total-items .tab-item:hover,
.chat-panel .total-items .tab-item.active {
    background: #001740;
    color: #fff;
}

.staff-header {z-index: 10 !important}


.files-table td.sorting_1 {text-align: center;}
.files-table td.sorting_1 input.row_checkbox {vertical-align: middle;}

.files-table td a.media-file-link {color: #e94646;font-weight: 500;white-space: nowrap;}
.files-table td a.media-file-link:hover {color: #090909;}

.modal.show .modal-dialog .text-date-filter {width: 100%;display: grid;grid-template-columns: 1fr 1fr;gap: 1rem;}

.modal .modal-dialog.post-modal .modal-body ul {width: 100%;display: block;}
.modal .modal-dialog.post-modal .modal-body ul li {position: relative;padding: 0 0 0 12px;}
.modal .modal-dialog.post-modal .modal-body ul li:before {content:"\2022";position:absolute;left:0;color: #1c1c1c;}
.modal .modal-dialog.post-modal .modal-body hr {opacity: 0.35;height: 1px;width: 100%;}

.dataTables_wrapper .open-chat {background: #198754;padding: 2px 4px;border-radius: 4px;vertical-align: middle;transition:all 0.25s ease-in;}
.files-table tbody td {vertical-align: middle;}
.dataTables_wrapper .open-chat svg path {stroke: transparent;fill: #fff;}
.dataTables_wrapper .open-chat svg {width: 20px;height: 20px;transition:all 0.25s ease-in;}
.dataTables_wrapper .open-chat:hover {background: #f5f5f5;}
.dataTables_wrapper .open-chat:hover svg path{fill: #198754;}

#bulk_import_table_wrapper.dataTables_wrapper table thead th:last-child {width: auto !important;max-width: 80px;text-align: center;}
#bulk_import_table_wrapper.dataTables_wrapper table tbody td:has(.delete_row) {width: 80px !important;text-align: center;}
#bulk_import_table_wrapper.dataTables_wrapper table thead th.sorting:nth-child(3) {width: 170px !important;}
#bulk_import_table_wrapper.dataTables_wrapper table thead th.sorting:nth-child(4) {width: 62px !important;}
.bulk-page table.dataTable.table[aria-describedby="bulk_import_table_info"] th:nth-child(2) {padding-left: 8px;}
#bulk_import_table_wrapper.dataTables_wrapper table tbody td:has(.delete_row):has(.edit_row) {width: 150px !important;}

.bulk-page table.dataTable.table[aria-describedby="bulk_import_table_info"] td:has(.remark-btn) {text-align: center;position: relative;}
.bulk-page table.dataTable.table[aria-describedby="bulk_import_table_info"] td .remark-btn {padding: 8px 12px;border: 0;}
.bulk-page table.dataTable.table[aria-describedby="bulk_import_table_info"] td .remark-btn .fa-plus::before {font-size: 14px;line-height: 1.65;}
.bulk-page table.dataTable.table[aria-describedby="bulk_import_table_info"] td .remark-btn .fa-plus {width: 19px;height: 17px;line-height: 1;}

.bulk-page table.dataTable.table[aria-describedby="bulk_import_table_info"] td .remark-btn.btn-outline-secondary {    position: absolute;background: none;top: 0;padding: 2px 2px;width: calc(100% - 50px);height: calc(100% - 10px);left: 0;right: 0;border: 1px solid #f4f4f4;margin: 5px auto;}
.bulk-page table.dataTable.table[aria-describedby="bulk_import_table_info"] td:has(.remark-btn) .small {font-size: 13px;color: #000;padding-inline: 10px;}
.bulk-page table.dataTable.table[aria-describedby="bulk_import_table_info"] td .remark-btn.btn-outline-secondary .fa-edit {position: absolute;top: 0;right: 0;background: #d3903e;padding: 4px;border-radius: 3px;opacity: 0;visibility: hidden;}
.bulk-page table.dataTable.table[aria-describedby="bulk_import_table_info"] td .remark-btn.btn-outline-secondary .fa-edit:before {font-size: 12px;}
.bulk-page table.dataTable.table[aria-describedby="bulk_import_table_info"] td .remark-btn.btn-outline-secondary:hover .fa-edit:before {color:#000;}
#bulk_import_table_wrapper.dataTables_wrapper table thead th:nth-last-child(2) {text-align: center;}
.bulk-page table.dataTable.table[aria-describedby="bulk_import_table_info"] tr:nth-of-type(odd) td .remark-btn.btn-outline-secondary {border-color: #ffffff;}
#bulk_import_table_wrapper.dataTables_wrapper table thead th.sorting:nth-child(6) {width: 240px !important;}
.bulk-page table.dataTable.table[aria-describedby="bulk_import_table_info"] td .media-file-link {width: 100%;text-align: center;display: block;font-size: 28px;}

.files-table tbody td:has(.form-switch) .attachment-toggle {margin: 0 auto 0;float: none;width: 40px;height: 20px;cursor: pointer;background-color: #d1d5db;border: none;border-radius: 50px;transition: all 0.3s ease;box-shadow: none;}
.files-table tbody td:has(.form-switch) .form-switch {display: block !important;padding: 0;text-align: center;margin: 0;}
.files-table tbody td:has(.form-switch) .attachment-toggle::before {content: "";display: block;width: 15px;height: 15px;background: #fff;border-radius: 50%;margin: 2.5px;margin-left:3.05px;transition: transform 0.3s ease;}
.files-table tbody td:has(.form-switch) .attachment-toggle:checked {background-color: #28a745;}
.files-table tbody td:has(.form-switch) .attachment-toggle:checked::before {transform: translateX(19.5px);}
.files-table tbody td:has(.form-switch) small {color: #000 !important;}

.files-table td a.media-file-link span {white-space: nowrap;max-width: 150px;text-overflow: ellipsis;display: inline-block;overflow: hidden;line-height: 1;color: #000;}
.files-table td a.media-file-link:hover span {color: #e94646;}
.files-table tbody td .direction-badge {display: inline-flex;align-items: center;justify-content: center;border-radius: 999px;font-size: 12px;font-weight: 600;line-height: normal;padding:0.38rem 1.2rem;padding-left: 1rem;}
.files-table tbody td .direction-badge.direction-outgoing {background: linear-gradient(135deg, #10b981, #059669);color: #fff;border: 1px solid #86efac;box-shadow: 0 1px 4px rgba(16, 185, 129, 0.3);}
.files-table tbody td .direction-badge .direction-text {font-size:14px;line-height: normal;}
.files-table tbody td .direction-badge .direction-icon {width: 18px;height: 18px;}
.files-table tbody td .direction-badge.direction-incoming {background: linear-gradient(135deg, #38bdf8, #0284c7);box-shadow: 0 2px 6px rgba(59, 130, 246, 0.3);}

#bulk_import_table_wrapper.dataTables_wrapper .delete_row {display: inline-flex;align-items: center;justify-content: center;gap: 6px;padding: 6px 14px;border: none;border-radius: 8px;background: linear-gradient(135deg, #ef4444, #dc2626);color: #fff;font-size: 13px;font-weight: 600;cursor: pointer;transition: all 0.25s ease;box-shadow: 0 2px 4px rgba(220, 38, 38, 0.10);}
#bulk_import_table_wrapper.dataTables_wrapper .delete_row:hover {background: linear-gradient(135deg, #dc2626, #b91c1c);transform: translateY(-0px);box-shadow: 0 5px 12px rgba(220, 38, 38, 0.20);}

#removeChatModal .modal-body .form-check {width: 48%;float: right;display: flex;align-items: center;padding: 12px 15px;border: 1px solid #e9ecef;border-radius: 10px;transition: all .25s ease;cursor: pointer;margin-bottom: 10px !important;}
#removeChatModal .modal-body .form-check input.form-check-input {margin: 0;width: 18px;height: 18px;cursor: pointer;}
#removeChatModal .modal-body .form-check .form-check-label {margin-left: 10px;font-weight: 500;cursor: pointer;width: 100%;}
#removeChatModal .modal-body .form-check:nth-of-type(2n) {float: left;}
#removeChatModal .modal-body .form-check input.form-check-input:checked {background-color: #198754;border-color: #198754;box-shadow:none;}
#removeChatModal .modal-body .form-check:has(.form-check-input:checked) {background: rgba(25 135 84 /0.08);border-color: #198754;}

@media (max-width:1520px){
  li.nav-item a{
    padding: 10px 14px 20px!important;
  }
  #conversationList .list-group-item small.text-muted {
    position: absolute;
    right: 29px;
    top: 38px;
}

#conversationList .list-group-item small.text-muted.last-preview {
    position: relative;
    right: 0;
    top: 0;
    max-width: 55%;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
}

#conversationList .list-group-item > div {
    align-items: start !important;
}
}




@media (max-width:1399px) {
li.nav-item a {
    font-size: 13px;
}
.navigation-wrap .head-main .head-logo {
  width: 320px;
}
.get-in-touch .get-in-touch-box .get-in-touch-right .contact-box-wrapp{
  width: 70%;
}
.registration-wrapp .reg-right .shape {
  height: 270px;
}

.registration-wrapp .reg-right {
  padding: 80px 50px 110px;
}
.contact-us-wrapp {
  padding: 50px 0 270px;
}
.get-in-touch.home {
  padding-bottom: 320px;
}

.jobs-wrapp .table-outer::-webkit-scrollbar{
  display: block;
  width: 100%;
  height: 10px;
}
.jobs-wrapp .table-outer::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}
.jobs-wrapp .table-outer::-webkit-scrollbar-thumb {
  background: #1E1E1E;
  border-radius: 5px;
}

.search-wrapp .search-results .table-outer::-webkit-scrollbar{
  display: block;
  width: 100%;
  height: 10px;
}
.search-wrapp .search-results .table-outer::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}
.search-wrapp .search-results .table-outer::-webkit-scrollbar-thumb {
  background: #1E1E1E;
  border-radius: 5px;
}
.post-vacancies-wrapp .job-details-form-wrapp .job-details-form .text-fields .col-md-4 {
  width: 50%;
}
.phone-nmbr h1 {
  font-size: 32px;
}
.home-banner .banner-img {
  max-height: 372px;
}
}

@media (max-width:1346px){
  ul.responsive {
    display: block;
    position: absolute;
    top: -44px;
    right: 0;
  }
  .play-btn .play-text {
    display: none;
}
  li.nav-item.profile-drop:before{
    display: none;
  }

  .head-right li.nav-item.login-btn {
    display: none;
  }
  li.nav-item.profile-drop.res{
    display: none;
  }
  ul.responsive li.nav-item.login-btn::before {
    display: none;
  }
  .staff-header .header-nav{
  gap: 5px;
}
}

@media (max-width:1213px){
  li.nav-item a.nav-link {
    padding: 10px 14px 20px !important;
}

li.nav-item a.nav-link:hover {
    padding: 10px 14px 20px !important;
}
ul.responsive {
  display: block;
  position: absolute;
  top: -44px;
  right: 0;
}

.head-right li.nav-item.login-btn {
  display: none;
}

ul.responsive li.nav-item.login-btn::before {
  display: none;
}

.search-wrapp .search-results .table-outer::-webkit-scrollbar{
  display: block;
  width: 100%;
  height: 10px;
}
.search-wrapp .search-results .table-outer::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}
.search-wrapp .search-results .table-outer::-webkit-scrollbar-thumb {
  background: #1E1E1E;
  border-radius: 5px;
}
}

@media (max-width:1213px){
  li.nav-item.active a.nav-link {
    padding: 10px 14px 20px;
}

li.nav-item a.nav-link:hover {
    padding: 10px 10px 20px;
}
}


@media (max-width:1199px) {
.navigation-wrap .head-main .head-logo {
    width: 260px;
}

.myHeader .navbar-nav .nav-link {
  padding: 5px 6px 0;
  font-size: 11px;
}
.home-banner .banner-col .banner-conten-wrapp .banner-conten h1{
  font-size: 30px;
}
.get-in-touch .get-in-touch-box {
  width: 100%;
}
.get-in-touch .get-in-touch-box .get-in-touch-right .contact-box-wrapp {
  width: 80%;
}
.registration-wrapp .reg-right .shape {
  height: 200px;
}
.contact-us-wrapp {
  padding: 50px 0 300px;
}
.get-in-touch.home {
  padding-bottom: 250px;
}
.phone-nmbr h1 {
  font-size: 25px;
}
ul.responsive {
  display: block;
  position: absolute;
  top: -44px;
  right: 0;
}

.head-right li.nav-item.login-btn {
  display: none;
}

ul.responsive li.nav-item.login-btn::before {
  display: none;
}

.head-right li.nav-item.dropdown.profile-drop {
  display: none;
}
ul.responsive li.nav-item.dropdown.profile-drop:before {
  display: none;
}
ul.responsive li.nav-item.dropdown.profile-drop {
  padding: 0;
}
.post-vacancies-wrapp .job-details-form-wrapp .job-details-form .text-fields .text-field.check label {
  margin: 0 4px 0 0;
}
.home-banner .banner-img {
  max-height: inherit;
  height: 400px;
}

.search-wrapp .search-box h3 {
  display: none;
}
.jobs-box-outer {
  width: 32.66%;
}

.jobs-box-outer:nth-child(4n) {
  margin-right: auto;
}

.jobs-box-outer:nth-child(3n) {
  margin-right: 0;
}
.home-banner .banner-col .banner-conten-wrapp .banner-conten {
  width: 45%;
}

.staff-header .header-left h5 {
    font-size: 13px;
            margin-left: -30px;
}

.staff-header .header-nav li a {
    font-size: 12px;
    padding: 10px 0px ;
}


.staff-header .profile-btn span {
    font-size: 13px;
}

    .whatsapp-input-wrapper {
        width: 65%;
        order: -1;
        flex: auto !important;
    }

form#whatsappForm {
    flex-wrap: wrap;
}
button#sendBtn {
    order: -1;
}
.staff-header .header-nav{
  gap: 13px;
}
.chat-panel .chat-head small {
  
    font-size: 12px;
}
.chat-panel .chat-head h5 {
  font-size: 15px;
}
.chat-panel .p-2.border-bottom.bg-white.d-flex.gap-2 input#fromDate, .chat-panel .p-2.border-bottom.bg-white.d-flex.gap-2 input#toDate {
    font-size: 13px;
}

.staff-logs .login-content-left h2 {
    font-size: 28px;
}
.staff-logs .login-content-left p{
   font-size: 15px;
}

.whats-app-header {
    flex: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.chat-panel .chat-head {
    flex-wrap: wrap;
}

.chat-panel .chat-head #autoReplyStatusWrapper + .btn {
    margin-right: auto;
}

}

@media (max-width:1024px) {
  .contact-us-wrapp {
    padding: 50px 0 300px;
  }
  .home-banner .banner-img {
    max-height: inherit;
    height: 400px;
}
.home-banner .banner-col .banner-conten-wrapp .banner-conten h1 {
  font-size: 28px;
}
.home-banner .banner-col .banner-conten-wrapp .banner-conten p {
  font-size: 14px;
}

.search-wrapp .search-box .text-fields .text-field select {
  flex: 0 0 100%;
}

.search-wrapp .search-box .text-fields .text-field label {
  margin: 0 0 10px;
}

.search-wrapp .search-box .text-fields {
  flex: 0 0 100%;
}



.search-wrapp .search-box .text-fields .text-field select {
  flex: 0 0 100%;
}

.search-wrapp .search-box .text-fields .text-field label {
  margin: 0 0 10px;
}
.home-banner .banner-col .banner-conten-wrapp .banner-conten {
  width: 45%;
}
.staff-header .header-nav li a {
        font-size: 11px;
        gap: 0;
    }
    .staff-header .header-nav {
    gap: 12px;
}

#chat_area_show .voice-record-wrapper .voice-btn {
    font-size: 0.80em;
    width: 33px;
}

#chat_area_show #windowStatus {
    font-size: 0.75em;
}

.chat-panel .chat-head button {
    font-size: 0.65em;
}

.chat-panel .chat-head #openChatBtn {
    font-size: 0.65em;
}

}

@media (max-width:991px) {
  header {
    height: inherit;
    padding: 30px 0 20px;
}
  header .navbar-brand {
    margin-left: 0;
    width: auto;
    border: none;
}
ul.responsive{
  display: none;
}
header .navbar-expand-md .navbar-nav {
    height: 100%;
}

header button.navbar-toggler {
    position: inherit;
    right: 10px;
    top: 90px;
    z-index: 99 !important;
}

header #navbarNavDropdown {
    height: 100vh;
    padding: 15px 30px;
    overflow: auto;
    position: fixed;
    background-color: #fff;
    z-index: 9999;
    overflow-x: hidden;
    box-shadow: 4px 0px 16px 0px #0000000A;
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.5s;
    top: 0;
    width: 80%;
    left: -300px;
}

header #navbarNavDropdown.show {
    visibility: visible;
    opacity: 1;
    left: 0;
}

header .navbar-expand-md .navbar-nav {
    padding-top: 50px !important;
    padding-left: 0;
    padding-right: 0;
    height: 100vh;
    text-align: center;
    background: none !important;
    display: inline-block;
    width: 100%;
}

.navigation-wrap ul.navbar-nav li.nav-item {
    width: 100%;
    padding: 7px 10px 7px 0;
    margin: 0!important;
    height: auto;
    border: none !important;
    position: relative;
}

.navigation-wrap ul.navbar-nav li.nav-item a {
    font-size: 16px;
    line-height: normal;
    padding: 0!important;
    text-align: center;
    color: #1E1E1E;
    border-bottom: none;

}
.navigation-wrap ul.navbar-nav li.nav-item::after {
    background: url(../images/nav-border.png) left repeat-x;
    background-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
}
.navigation-wrap ul.navbar-nav li.nav-item.active::after {
    background: url(../images/nav-border-active.png) left repeat-x;
    background-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
}
ul.user-nav.mobile {
    display: block;
    background: #ffff;
    padding: 20px 30px;
    height: 100%;
}

ul.user-nav.mobile li a.nav-link {
    display: flex;
}

a.nav-link.sign-out {
    color: #d5242f !important;
}

ul.contact-nav {
    display: none !important;
}

button.navbar-toggler .navbar-toggler-icon:before,
button.navbar-toggler .navbar-toggler-icon:after {
    width: 28px;
    position: absolute;
    height: 2px;
    background-color: #000000;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    transition: all 300ms linear;
}

button.navbar-toggler .navbar-toggler-icon:after {
    top: 9px;
}

button.navbar-toggler .navbar-toggler-icon {
    width: 28px;
    height: 20px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #000;
    transition: all 300ms linear;
}

.navigation-wrap .head-main .head-right .mobile-logo {
  width: 300px;
  position: absolute;
  left: 30px;
  top: 35px;
}

.navigation-wrap .head-main .head-right .mobile-logo .navbar-brand {width: 100%;display: block;}

.navigation-wrap .head-main .head-right .mobile-logo .navbar-brand img {
  width: 100%;
}

header .navigation-wrap .navbar .head-main .head-right .head-nav button.mobile-toggle.navbar-toggler {
  left: auto;
  top: 30px;
  position: absolute;
  right: 20px;
  border: 2px solid #E94646;
  border-radius: 50%;
  padding: 2px 6px;
}
button.mobile-toggle.navbar-toggler .navbar-toggler-icon:before, button.mobile-toggle.navbar-toggler .navbar-toggler-icon:after{
  width: 15px;
  background: #E94646;
}
button.mobile-toggle.navbar-toggler .navbar-toggler-icon{
  width: 15px;
  height: 20px;
}

.mobile-toggle.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.mobile-toggle.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.mobile-toggle.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navigation-wrap ul.navbar-nav {
    width: 100%;
    padding: 20px 0 0;
    margin-top: 50px !important;
}
body.overlay::after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.2);
  z-index: 999;
  min-height: 100%;
}
.navigation-wrap ul.navbar-nav li.nav-item a.nav-link.btn {
  padding: 8px 20px !important;
  color: #fff;
  width: fit-content;
  background: #E94646;
}

.navigation-wrap .head-nav ul li.nav-item.login-btn:after {display: none;}

li.nav-item.login-btn:before {
  display: none;
}

li.nav-item.active a.nav-link::after {
  display: none;
}

header .navigation-wrap .navbar .head-main .head-right {
    margin-right: 0;
}

header .navigation-wrap .navbar .head-main .head-right a {
    padding:0;
    text-align: left;
    margin: 0;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    background: none;
}

header .navigation-wrap .navbar .head-main .head-right a img {
    width: 20px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.navigation-wrap .head-nav ul li.nav-item {
    display: block;
}

button.navbar-toggler {
cursor: pointer;
position: fixed;
top: 25px;
z-index: 99 !important;
}


.head-right li.nav-item.dropdown.profile-drop.mob {
  display: block;
}

.head-right li.nav-item.dropdown.profile-drop.mob a.nav-link.dropdown-toggle.profile-btn {
  border: none;
  padding: 0 !important;
}

li.nav-item ul.dropdown-menu {
  width: 100% !important;
  visibility: visible;
  opacity: 1;
  position: relative;
  top: inherit;
  box-shadow: none;
  border: none;
  /* padding-left: 15px; */
}

li.nav-item ul.dropdown-menu li {
  margin: 0 0 10px;
}
li.nav-item.profile-drop a.nav-link.profile-btn span.profile-img {
  display: none;
}

.get-in-touch .get-in-touch-box .get-in-touch-left {
  width: 40%;
}

.get-in-touch .get-in-touch-box .get-in-touch-right {
  width: 60%;
  padding: 30px;
}

.get-in-touch .get-in-touch-box .get-in-touch-right .contact-box-wrapp {
  width: 86%;
  right: inherit;
  left: 50%;
  transform: translateX(-50%);
}

.get-in-touch {padding: 70px 0 380px;}

.navigation-wrap .head-main .head-logo {
  width: 300px;
}

.home-banner .banner-img img {
  min-height: 320px;
}

.home-banner .banner-col .banner-conten-wrapp .banner-conten {
  width: 47%;
}
footer .footer-brand {
  padding-right: 0;
}

footer .footer-logo {
  margin: 0 0 15px;
}
footer .ftr-col li a span {
  width: 25px;
  margin-right: 3px;
}
.registration-wrapp .reg-right .shape {
  height: 120px;
}

.registration-wrapp .reg-right {
  padding: 80px 50px 85px;
}
.registration-wrapp .reg-form-wrapp .text-fields .col-md-6 {
  width: 100%;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field-qual {
  padding: 0 10px;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field-qual .add-option {
  position: relative;
  margin: 15px 0 0;
}
.post-vacancies-wrapp .post-vacancies-left ul li:after {
  display: none;
}
.search-wrapp .search-box .text-fields .text-field {
  width: 33.33%;
  padding: 0 10px;
}

.contact-us-wrapp .contact-us-box .contact-us-box-right {
  padding: 30px;
}

.contact-us-wrapp .contact-us-box .contact-us-box-right .contact-form-wrapp {
  width: 80%;
  right: inherit;
  left: 50%;
  transform: translateX(-50%);
}

.contact-us-wrapp {
  padding: 50px 0 450px;
}


.login-wrapp .login-content-wrapp .login-content-right .login-form-wrapp {
  padding: 20px;
}
.login-wrapp .login-content-wrapp .login-content-right .login-form-wrapp .text-fields .text-field {
  width: 100%;
}

.login-wrapp .login-content-wrapp .login-content-right .login-form-wrapp .text-fields .form-btn .agree-term {
  width: 100%;
  text-align: center;
  margin: 0 0 20px;
}

.login-wrapp .login-content-wrapp .login-content-right .login-form-wrapp .text-fields .form-btn {
  justify-content: center;
}
.login-wrapp .login-content-wrapp .login-content-right .login-form-wrapp .text-fields .form-btn .forgot-pass {
  width: 100%;
  text-align: center;
  margin: 0 0 20px;
}
.my-profile-wrapp .my-profile-img label {
  font-size: 14px;
}
.about-us-wrapp .about-us .about-us-left {
  width: 100%;
  padding: 0 50px;
}

.about-us-wrapp .about-us .about-us-right {
  width: 100%;
  position: relative;
  top: -10px;
}

.about-us-wrapp .about-us .about-us-left .about-us-img img {
  border-radius: 20px 20px 0 0;
}
.phone-nmbr h1 {
  font-size: 30px;
}
.contact-header .since-img {
  width: 120px;
  bottom: -25px;
}

.contact-header .row {
  justify-content: center;
}

.contact-header ul {
  margin: 0;
}
header.fixed button.navbar-toggler {
  top: 43px;
  transition: all .25s ease-in-out .25s;
}
li.nav-item a.nav-link:after{
  display: none;
}

.navigation-wrap ul.navbar-nav li.nav-item a:hover{
  color: #E94646 !important;
}

.registration-wrapp .reg-form-wrapp .text-fields .col-md-2 {
  padding: 0 10px;
  width: 50%;
}

.registration-wrapp .reg-form-wrapp .text-fields .col-md-4 {
  width: 50%;
}

.navigation-wrap ul.navbar-nav.mob-profile {margin: 0 !important;padding: 0;}

.play-btn .play-text {
  display: inline-block;
  float: right;
}

.play-btn {
  display: flex;
  align-items: center;
}

header .navigation-wrap .navbar .head-main .head-right a img {
  float: left;
  margin: 0 10px 0 0;
}


.login-wrapp .login-left {
    min-height: inherit;
    height: 100%;
    width: 100%;
    position: absolute;
}

.login-wrapp {
    height: 100%;
    min-height: 100vh;
    background: #001740;
}

.login-wrapp .login-content-wrapp.staff-login-content {
    width: 90%;
    position: relative;
    top: inherit;
    transform: none;
    margin: 0 auto 0;
    padding: 50px 0;
    max-width: 600px;
}

.login-wrapp .login-left .login-left-img {
    bottom: inherit;
    top: 100px;
    transform: none;
}

.login-wrapp .login-content-wrapp.staff-login-content .login-content-left {
    width: 100%;
    text-align: center;
    margin: 0 0 30px;
}

.login-wrapp .login-content-wrapp.staff-login-content .login-content-right {
    text-align: center;
    width: 100%;
    padding: 0;
}

.login-wrapp .login-content-wrapp.staff-login-content .login-content-right .login-form-wrapp {
    box-shadow: 0px 0px 18px 0px #0000003b;
}
    .staff-logs.login-wrapp .login-left {
        min-height: unset;
        height: auto;
        width: 100%;
        position: relative;
        padding: 35px 35px 35px;
    }

 .staff-logs.login-wrapp .login-right {
    width: 100%;
    padding: 50px 25px 50px;
    height: auto;
}
.staff-logs .login-content-left{
  width:100%;
  
}
.login-wrapp.staff-logs {
    flex-direction: column-reverse;
}


}

@media (max-width:991px) and (min-width:768px) {
  .vacancies-wrapp .vacancies-col .jobs-box .jobs-box-head span.date {
    float: right;
    margin: 0 0 0;
}
.get-in-touch.home {
  padding-bottom: 390px;
}
.staff-header .header-nav li a {
        font-size: 9px;
        gap: 0;
    }
    .staff-header .header-nav {
    gap: 0px;
}
    .staff-header .header-left h5 {
        font-size: 11px;
                margin-left: -30px;

    }
        .staff-header .profile-btn span {
        font-size: 10px;
    }
    .staff-header .nav-item > a.dropdown-toggle {
 padding: 10px 0;
}
.staff-header .header-nav > li > a {
  padding: 10px 8px !important;
}
.chat-panel {
    width: 45%;
}

.chat-area {
    width: 55%;
}
.chat-panel .p-2.border-bottom.bg-white.d-flex.gap-2 input#fromDate, .chat-panel .p-2.border-bottom.bg-white.d-flex.gap-2 input#toDate {
    font-size: 13px;
}
}

@media (min-width:767px){
  button#chatBackBtn {
    display: none;
}
}

@media (max-width:767px) {
  .home-banner .banner-col .banner-conten-wrapp .banner-conten h1 {
    font-size: 32px;
}

.search-wrapp .search-results .table-outer table tbody tr td:last-child:not(.download-action):before{
  display:none
} 

.suggestion-box-btn {
  top:inherit;
  bottom: 100px;
}

.home-banner .banner-col .banner-conten-wrapp .banner-conten {
    width: 100%;
}

.home-banner .banner-img {
    width: 100%;
}

.contact-header ul {
    text-align: center;
}

.contact-header ul li {
    font-size: 14px;
}
header button.navbar-toggler {
  top: 110px;
  transition: all .25s ease-in-out  .25s;
}
header.fixed button.navbar-toggler {
  top: 25px;
  transition: all .25s ease-in-out .25s;
}
.get-in-touch .get-in-touch-box .get-in-touch-left {
  width: 100%;
}

.get-in-touch .get-in-touch-box .get-in-touch-right {
  width: 100%;
  border-radius: 0 0 10px 10px;
}

.get-in-touch .get-in-touch-box .get-in-touch-right .contact-box-wrapp {
  position: relative;
  width: 100%;
}

.get-in-touch .get-in-touch-box .get-in-touch-left img {
  border-radius: 10px 10px 0 0;
}

 .get-in-touch {
  padding: 50px 0 70px !important;
}

.our-services h2 {
  font-size: 28px;
}

.vacancies-wrapp h2 {
  font-size: 28px;
}

.get-in-touch .get-in-touch-box .get-in-touch-right h2 {
  font-size: 28px;
}

footer .col-md-4 {
  width: 100%;
  margin: 0 0 20px;
}

footer  .col-md-3 {
  width: 33.33%;
}

footer .col-md-2 {
  width: 33.33%;
}

.get-in-touch .get-in-touch-box .get-in-touch-right .contact-box-wrapp .contact-box ul li:after {
    display: none;
}

.get-in-touch .get-in-touch-box .get-in-touch-right .contact-box-wrapp .contact-box p span {
    margin: 0;
}
.our-services .our-services-col {
  width: 50%;
}
.our-services .our-services-col .services-box {
  padding: 10px 15px 3px;
}
.registration-wrapp .reg-form-wrapp .text-fields .col-md-12 {
  width: 100%;
}
.registration-wrapp .reg-form-wrapp .text-fields .col-md-12 {
  width: 100%;
}



.registration-wrapp .reg-right .reg-right-img1 {
  max-width: 250px;
}

.registration-wrapp .reg-right {
  padding: 100px 80px 100px;
  margin: 50px 0 0 ;
}

.registration-wrapp .reg-right .reg-right-img2 {
  max-width: 250px;
}

.registration-wrapp .reg-right .shape {
  height: 250px;
}

.registration-wrapp .col-md-8 {
  width: 100%;
  padding: 0;
}

.registration-wrapp .reg-form-wrapp {
  margin: 0;
  padding: 0;
}
.reg-banner h2 {
  font-size: 28px;
}

.post-vacancies-wrapp .post-vacancies-left ul li:after {
  display: none;
}

.post-vacancies-row {
  flex-direction: column-reverse;
}

.post-vacancies-wrapp .col-md-8 {
  padding: 0 10px;
}

.post-vacancies-wrapp .col-md-4 {
  margin: 0 0 30px;
}

.post-vacancies-wrapp .post-vacancies-form .text-fields .col-md-6 {
  width: 100%;
}

.post-vacancies-wrapp .post-vacancies-form .text-fields .col-md-12 {
  width: 100%;
}

.post-vacancies-wrapp .job-details-form-wrapp .job-details-form .text-fields .col-md-6 {
  width: 100%;
}

.post-vacancies-wrapp .job-details-form-wrapp .job-details-form .text-fields .col-md-12 {
  width: 100%;
}
.post-vacancies-wrapp .post-vacancies-left ul li:after {
  display: block;
}
.search-wrapp .search-box .text-fields .text-field {
  width: 50%;
  margin: 0 0 20px;
}

.search-wrapp .search-box .text-fields .text-field:nth-child(3) {
  flex: 1 0 0;
  margin: 0;
}
.search-wrapp .search-results .table-outer table thead {
  display: none;
}

.search-wrapp .search-results .table-outer table tbody tr td {
  display: block;
  width: 100% !important;
  border: none;
  position: relative;
  padding: 10px 20px;
  float: left;
  word-break: break-word;
  min-width: inherit;
  box-sizing: border-box;
  max-width: 100% !important;
}

.search-wrapp .search-results .table-outer table {
  min-width: 100%;
}

.search-wrapp .search-results .table-outer table tbody tr {
  margin: 0 0 20px;
  display: block !important;
  width: 100%;
  float: left;
}

.search-wrapp .search-results .table-outer table tbody tr td:before {
  content: attr(data-th)":";
  width: 45%;
  float: left;
  font-weight: 500;
  position: relative;
}

.search-wrapp .search-results .table-outer table tbody tr td:first-child {
  border-radius: 10px 10px 0 0;
  padding-top: 20px;
}

.search-wrapp .search-results .table-outer table tbody tr td:last-child {
  border-radius: 0 0 10px 10px;
}

.search-wrapp .search-results .table-outer table tbody tr td a.action-btn {
  color: #fff;
  border: 2px solid #E94646;
  border-radius: 30px;
  padding: 7px 20px;
  background: #E94646;
  display: inline-block;
}

.search-wrapp .search-results .table-outer table tbody tr td a.action-btn:hover {
  color: #E94646;
  background: transparent;
}

.jobs-wrapp .table-outer table thead {
  display: none;
}

.jobs-wrapp .table-outer table tbody tr td {
  display: block !important;
  border: none;
  position: relative;
  text-align: left;
  width: 100%;
  float: left;
  box-sizing: border-box;
  word-wrap: break-word;
}

.jobs-wrapp .table-outer table {
  min-width: 100%;
}

.jobs-wrapp .table-outer {
  overflow: hidden;
}

.jobs-wrapp .table-outer table tbody tr {
  display: block;
  margin: 0 0 20px;
  width: 100%;
  float: left;
}

.jobs-wrapp .table-outer table tbody tr td:before {
  content: attr(data-th) ":";
  width: 45%;
  float: left;
  position: relative;
  font-weight: 500;
}

.jobs-wrapp .table-outer table tbody tr td:first-child {
  border-radius: 10px 10px 0 0;
}

.jobs-wrapp .table-outer table tbody tr td:last-child {
  border-radius: 0 0 10px 10px;
}
.contact-us-wrapp .contact-us-box .contact-us-box-left {
  width: 100%;
  margin: 0 0 30px;
}

.contact-us-wrapp .contact-us-box .contact-us-box-left img {
  border-radius: 10px;
}

.contact-us-wrapp .contact-us-box .contact-us-box-right {
  width: 100%;
  border-radius: 10px 10px;
}

.contact-us-wrapp .contact-us-box .contact-us-box-right .contact-form-wrapp {
  position: relative;
  width: 100%;
}

.contact-us-wrapp {
  padding: 50px 0 50px;
}

.contact-us-wrapp .contact-us-box .contact-us-box-right .contact-form-wrapp .text-fields .text-field {
  width: 100%;
}
.login-wrapp .login-content-wrapp .login-content-right .login-form-wrapp .text-fields .text-field {
  width: 100%;
}

.login-wrapp .login-content-wrapp .login-content-right .login-form-wrapp .text-fields .form-btn {
  justify-content: center;
}

.login-wrapp .login-content-wrapp .login-content-right .login-form-wrapp .text-fields .form-btn .forgot-pass {
  margin: 0 0 20px;
}

.login-wrapp .login-content-wrapp .login-content-right .login-form-wrapp {
  padding: 20px;
}
.register-wrapp .login-content-wrapp  .login-content-left {
  width: 100%;
  margin: 0 0 30px;
}

.register-wrapp .login-left {
  width: 100%;
}

.login-wrapp.register-wrapp .login-content-wrapp .login-content-right {
  width: 100%;
}
.my-profile-wrapp .col-md-4 {
  width: 100%;
  margin: 0 0 30px;
}

.my-profile-wrapp .col-md-8 {
  width: 100%;
}

.my-profile-wrapp .post-vacancies-form .text-fields .col-md-6 {
  width: 100%;
}

.my-profile-wrapp .post-vacancies-form .text-fields .col-md-12 {
  width: 100%;
}
.post-jobs-wrapp .job-details-form-wrapp .job-details-form .text-fields .col-md-6 {
  width: 100%;
}

.post-jobs-wrapp .job-details-form-wrapp .job-details-form .text-fields .col-md-12 {
  width: 100%;
}
.post-jobs-wrapp .job-details-form-wrapp {
  width: 100%;
}


.vacancies-details .col-md-4 {
  margin: 0 0 30px;
}

.vacancies-details .vacancies-details-left p {
  width: 100%;
}

.vacancies-details .vacancies-details-left ul li {background-size: 30px !important;padding-left: 40px; height: auto !important;}

.vacancies-details .vacancies-details-left ul li span {
  font-size: 15px;
}

.about-us-wrapp .about-us {margin: 30px 0 40px;}

.about-us-wrapp {
    padding: 50px 0 30px;
}

.opportunities {
    padding: 20px 0;
}

.about-text {
    padding: 20px 0;
}
.about-us-wrapp p {
  width: 100%;
}

.about-text p {
  width: 100%;
}

.vacancies-wrapp .vacancies-col .jobs-box {
  width: 100%;
  margin: 0 ;
}
.jobs-box-outer {
  width: 48%;
  margin: 0 4% 4% 0;
}

.jobs-box-outer:nth-child(3n) {
  margin-right: auto;
}

.jobs-box-outer:nth-child(2n) {
  margin-right: 0;
}

.vacancies-wrapp .vacancies-col .jobs-box:nth-child(4) {
  margin-right: 4%;
}

.vacancies-wrapp .vacancies-col .jobs-box:nth-child(3) {
  margin-right: 0;
}

.vacancies-wrapp .vacancies-col .jobs-box .jobs-box-head span.date {
  float: right;
  margin: 0 0 ;
}
.reg-form-wrapp {
  margin: 0 0 30px 0 !important;
}

.apply-form .reg-form-wrapp .text-fields .text-field {
  width: 100%;
}

.post-vacancies-wrapp .job-details-form-wrapp .job-details-form .text-fields .col-md-4 {
  width: 100%;
}
.dataTables_wrapper .dataTables_length {
  width: 100%;
}

.dataTables_wrapper .dataTables_filter {
  width: 100%;
}
.about-us-video .video-container {
  width: 80%;
  height: 380px;
}
.opportunities h2 {
  font-size: 25px;
}
/* footer {
  padding-bottom: 115px;
} */
.jobs-wrapp .table-outer table tbody tr td:nth-child(2){
  width: 100%;
}

.jobs-wrapp .table-outer table tbody tr td:last-child .btn {
  margin: 0 7% 0 !important;
}
.vacancies-details .col-md-8 {
  padding: 0;
}
.home-banner .banner-img:after {
  background: rgb(9 45 70 / 65%);
  display: block;
}
.home-banner .banner-col .banner-conten-wrapp .banner-conten p {
    color: #fff;
}
#chat_area_show {
    position: absolute;
    top: 74px;
    width: 100%;
    height: 100%;
    transition:all 0.25s ease-in;
    z-index:9;
}

.chat_area_show {
    opacity:0;
    visibility:hidden;
    display: none !important;
}
.chat-panel #conversationList {
    max-height: 71vh;
}


.what-container .row {
    position: relative;
}

.chat-area .chat-box {
    max-height: 107vh;
    /* min-height: 107vh */
}
.chat-panel .chat-search
 {
    width: 100% !important;
    
}
.staff-filter-section {
    width: 100% !important;
   
}
.contactAvatar {
    display: block !important;
}
.what-container #chatHeader {
    font-size: 20px;
}
.what-container #chatHeader {
    font-size: 20px;
}
.chat-panel .p-2.border-bottom.bg-white.d-flex.gap-2
 {
    max-width: 100% !important;
}
.bulk-page .mb-3.d-flex.gap-2 {
    float: left !important;
    margin: 0px 0px 20px !important;
}
.bulk-page h3 {
  width: 100% !important;
}

.chat-input-sec {
    border: 0 !important;
    padding: 0 !important;
}

.chat-input-sec form#whatsappForm {
    width: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #198754;
    padding: 11px 5px;
    border-radius: 0;
    transform: translateX(100%);
    transition: all 0.25s ease-in;
}

#whatsappForm .button-col1 select {
    border-radius: 4px;
}
#whatsappForm .button-col1 button {
    width: 45px;
    height: 37px;
    border-radius: 4px;
}
#whatsappForm .button-col1 button:hover {
    background: #198754;
}

.chat-input-sec form#whatsappForm > * {
    display: none !important;
}

.chat-input-sec form#whatsappForm .button-col1 {
    display: flex !important;
}

.chat-input-sec  #float_content {
  width: 40px;
  display: block !important;
  position: fixed;
  right: 0;
  bottom: 60px;
  background: #198754;
  border-radius: 22px 0 0 22px;
}

.chat-input-sec #float_content #toggleBtn {
    width: 33px;
    background: #198754 url(../images/arrow-float.svg) no-repeat 100%;
    background-size: 20px;
    border-color: #198754;
    border-radius: 10px 0 0 10px;
    padding: 20px 6px 20px 24px;
    font-size: 0;
    transition: all 0.25s ease-in;
}

.chat-input-sec #float_content #toggleBtn:hover {
    background-position-x: 50%;
}

.chat-input-sec.floating-chat form#whatsappForm {
    transform: none;
}
.add-education-popup .text-muted p {
    font-size: 14px;
}

#chat_area_show > div {
    flex-wrap: wrap;
}

#chat_area_show .noreplay-badge {order: 2;margin-left: 0;margin-right: auto;}

#chat_area_show #forward_button {
    order: 1;
}

.what-container #chatHeader {font-size: 1em;calc(100vh):;calc(100vh):revert-layer;calc(100vh):revert-layer;calc(100vh): -;calc(100vh): -;calc(100vh):revert-layer;calc(100vh):revert-layer;calc(100vh): -;}

.what-container #chatSubHeader {
    font-size: 0.95em;
}

}




@media (max-width:600px) {
  .navigation-wrap .head-main .head-logo {
    width: 290px;
    margin: 0;
}
.navigation-wrap .head-main .head-logo {
  width: 250px;
}

.home-banner .banner-img {
  width: 100%;
  max-height: inherit;
}

.home-banner .banner-img:after {
  background: rgb(9 45 70 / 65%);
}

.home-banner .banner-col .banner-conten-wrapp .banner-conten {
  width: 100%;
}
footer .col-md-4 {
  width: 100%;
  margin: 0 0 20px;
}

footer  .col-md-3 {
  width: 33.33%;
}

footer .col-md-2 {
  width: 33.33%;
}
.container {
  width: 90%;
}

.get-in-touch .get-in-touch-box .get-in-touch-right .contact-box-wrapp .contact-box {
  width: 100%;
  margin: 0 0 20px;
}

.get-in-touch .get-in-touch-box .get-in-touch-right .contact-box-wrapp .contact-box ul li.wtsp:after {
  display: block;
}

.get-in-touch .get-in-touch-box .get-in-touch-right .contact-box-wrapp .contact-box ul li.wtsp {
  padding-right: 30px;
}
.our-services .our-services-col {
  padding: 0 10px;
}
.get-in-touch .get-in-touch-box .get-in-touch-right .contact-box-wrapp .contact-box p span{
  margin-left: 10px;
}

.login-wrapp .login-content-wrapp {
  position: relative;
  top: inherit;
  transform: none;
}

.login-wrapp {
  min-height: 100vh;
  height: 100%;
  padding: 70px 0;
}
.login-wrapp.staff-logs {
    padding: 0;
}
.login-wrapp .login-left {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.login-wrapp .login-content-wrapp .login-content-left {
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
}

.login-wrapp .login-content-wrapp .login-content-right {
  width: 100%;
  padding: 0;
}

.login-wrapp .login-left .login-left-img {display: none;}

.about-us-wrapp p {
  width: 100%;
}

.about-text p {
  width: 100%;
}

.about-text .about-text-box {
  padding: 30px;
}
.vacancies-wrapp .vacancies-col .jobs-box {
  width: 100%;
}

.phone-nmbr h1 {
  font-size: 25px;
}
.about-us-video .video-container {
  width: 100%;
  height: 380px;
}

.dataTables_wrapper .col-sm-12.col-md-6 .dataTables_length label select {
  display: block;
}


.dataTables_wrapper .col-sm-12.col-md-6 .dataTables_filter label span {
  /* display: block; */
}

.dataTables_wrapper .col-sm-12.col-md-6 .dataTables_filter label input {
  width: 100%;
}
.dataTables_wrapper .col-sm-12.col-md-6 .dataTables_filter

 {
    text-align: left;
}
.dataTables_wrapper .col-sm-12.col-md-6 {
    width: 100%;
}
.tabcontent > div{
  float: left !important;
}

.login-wrapp .login-content-wrapp.staff-login-content {
    padding: 0;
}
.staff-logs .login-content-left h2 {
        font-size: 25px;
    }

.modal.show .modal-dialog .text-date-filter {grid-template-columns: 1fr;gap: 1rem;row-gap:1.5rem;}

}

@media (max-width:575px){

  .staff-logs .login-form-wrapp .text-fields .text-field {
    width: 100%;
  }
.staff-logs .login-form-wrapp h2 {
    font-size: 28px;
}
.staff-logs .login-right .login-form-wrapp .text-fields .form-btn{
  margin: 0 0 8px;
}

}



@media (max-width:480px) {
  .home-banner .banner-col .banner-conten-wrapp .banner-conten h1 {
    font-size: 28px;
    margin: 0 0 10px;
    text-align: center;
}

.text-field-radio.col-md-6 span {
  display: inline-block;
}

.home-banner .banner-col .banner-conten-wrapp .banner-conten p {
    text-align: center;
}

.home-banner .banner-col .banner-conten-wrapp .banner-conten .banner-btn {
    display: flex;
    justify-content: center;
}

.contact-header ul li:first-child {
  display: none;
}


.our-services .our-services-col {
  width: 49%;
  padding: 0;
  margin: 0 2% 2% 0;
}


.our-services .our-services-col:nth-child(2n) {
  margin-right: 0;
}

.our-services .our-services-col .services-box p {
  max-width: 13ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.our-services {
  padding: 50px 0 25px;
}

.our-services h2 {
  font-size: 28px;
}

.vacancies-wrapp h2 {
  font-size: 28px;
}

.get-in-touch .get-in-touch-box .get-in-touch-right h2 {
  font-size: 26px;
}

.vacancies-wrapp {
  padding: 25px 0 25px;
}

.get-in-touch .get-in-touch-box .get-in-touch-right .get-in-touch-btns a.ulpoad-btn {
  margin: 0 0 20px;
  min-width: 171px;
  display: flex;
  width: fit-content;
  justify-content: center;
}

.get-in-touch .get-in-touch-box .get-in-touch-right .get-in-touch-btns a.contact-btn {
  min-width: 171px;
  display: flex;
  width: fit-content;
  justify-content: center;
}

.get-in-touch .get-in-touch-box .get-in-touch-right .contact-box-wrapp .contact-box ul li {
  padding-right: 0;
  display: block;
}

.get-in-touch .get-in-touch-box .get-in-touch-right .contact-box-wrapp .contact-box ul li:after {
  display: none;
}

.get-in-touch .get-in-touch-box .get-in-touch-right .contact-box-wrapp .contact-box ul li.wtsp:after {
  display: none;
}

.get-in-touch .get-in-touch-box .get-in-touch-right .contact-box-wrapp .contact-box ul li.wtsp {
  padding-right: 0;
}

.get-in-touch .get-in-touch-box .get-in-touch-right .contact-box-wrapp .contact-box p span {
  margin: 0;
}

footer .col-md-3, footer .col-md-2 {
  width: 100%;
  margin: 0 0 20px;
}

footer .copy-right {
  margin: 0;
}
.reg-banner h2 {
  font-size: 22px;
}

.registration-wrapp .reg-right {
  padding: 100px 40px;
}

.registration-wrapp .reg-right .shape {
  height: 250px;
}
.registration-wrapp .reg-form-wrapp .text-fields .col-md-12 span.file-name {
  display: block;
  margin: 10px 0 0;
}
.post-vacancies-wrapp .job-details-form-wrapp .job-details-form .text-fields .text-field-file span.file-name {
  display: block;
  margin: 10px 0 0;
}

.search-wrapp .search-box .text-fields .text-field {
  width: 100%;
  margin: 0 0 7px;
}
.search-wrapp .search-results .table-outer table tbody tr td:first-child {
  display: none;
}

.search-wrapp .search-results .table-outer table tbody tr td:nth-child(2) {
  border-radius: 10px 10px 0 0;
}
.search-wrapp .search-results .table-outer table tbody tr td {
  font-size: 14px;
  padding: 7px 12px;

}
.search-wrapp .search-results .table-outer table tbody tr td:before {
  font-size: 14px;
}
.search-wrapp .search-results .table-outer table tbody tr td[data-th="Job Description"]::before {
  width: 100%;
}

.search-wrapp .search-results .table-outer table tbody tr td:last-child {
}

.search-wrapp .search-results .table-outer {
  padding: 0;
  border: none;
  overflow: hidden;
}
.contact-us-wrapp .contact-us-box {
  padding: 0;
}

.contact-us-wrapp .contact-us-box .contact-us-box-right {
  padding: 20px;
}

.contact-us-wrapp .contact-us-box .contact-us-box-right .contact-form-wrapp {
  padding: 20px 10px;
}
.post-jobs-wrapp .job-details-form-wrapp .job-details-form .text-fields .text-field-file span.file-name {
  display: block;
  margin: 10px 0 0;
}
/* .vacancies-details .vacancies-details-left ul li {
  width: 49%;
} */

.vacancies-details .vacancies-details-left ul li:after {
  display: none;
}
header #navbarNavDropdown {
  width: 100%;
}

.navigation-wrap .head-main .head-right .mobile-logo {
  width: 225px;
}

header .navigation-wrap .navbar .head-main .head-right .head-nav button.mobile-toggle.navbar-toggler {
  right: 10px;
}
.about-us-wrapp .about-us .about-us-right {
  padding: 30px;
}

.about-us-wrapp .about-us .about-us-left {
  padding: 0;
  margin: 0 0 30px;
}
.about-us-wrapp .about-us .about-us-left .about-us-img img{
  border-radius: 20px;
}
.phone-nmbr h1 {
  font-size: 23px;
}
.navigation-wrap .head-main .head-logo {
  width: 230px;
}
.about-us-video .video-container {
  width: 100%;
  height: 285px;
}
footer .col-md-3 {
  width: 50%;
}
.home-banner .banner-col .banner-conten-wrapp .container {
  width: 100%;
  padding: 0 10px;
}
.get-in-touch .get-in-touch-box .get-in-touch-left {
  margin: 0 0 30px;
}

.get-in-touch .get-in-touch-box .get-in-touch-left img {
  border-radius: 10px;
}

.get-in-touch .get-in-touch-box .get-in-touch-right {
  border-radius: 10px;
}
.about-us-video {
  padding: 30px 0 50px;
}
.reg-banner {
  padding: 10px 0;
}
.suggestion-box .suggestion-form {
  width: 260px;
}

.suggestion-box-btn {
  right: -91px;
}
.suggestion-box{
  margin-left: -260px;
  width: 260px;
  display: none;
}

.jobs-wrapp .table-outer table tbody tr td:first-child {
  display: none !important;
}
.jobs-wrapp .table-outer table tbody tr td:nth-child(2) {
  border-radius: 10px 10px 0 0;
}

.jobs-box-outer {
  width: 100%;
  margin: 0 0 15px !important;
}

.search-wrapp .search-results h3 {
  width: 100%; 
  position: inherit; 
  display: none;
}

.dataTables_wrapper .col-sm-12.col-md-6 .dataTables_filter {
  text-align: left;
}

.dataTables_wrapper .col-sm-12.col-md-6 {
          width: 90%;
        padding: 0;
        margin: 0 auto;
 }

.post-vacancies-wrapp .job-details-form-wrapp .form-btn button.submit {
  padding: 9px 10px;
  font-size: 14px;
  border-radius: 13px
}

.post-vacancies-wrapp .job-details-form-wrapp .form-btn button.save {
  padding: 9px 10px;
  border-radius: 13px;
  font-size: 14px;
}

.post-vacancies-wrapp .job-details-form-wrapp .form-btn button.cancel {
  padding: 9px 10px;
  border-radius: 14px;
  font-size: 14px;
}
.vacancies-details .vacancies-details-left ul li ul.inner-ul li {
  padding: 0 10px 0 0;
}

.vacancies-details .vacancies-details-left ul li span {
  font-size: 14px;
}

.vacancies-details .vacancies-details-left ul li ul.inner-ul li:after {
  right: 3px;
}
.registration-wrapp .reg-form-wrapp .text-fields .col-md-4 {
  width: 100%;
}
.registration-wrapp .reg-form-wrapp .text-fields .col-md-2 {
  width: 100%;
}
.opportunities .opportunities-box .opportunities-conten ul li {
  width: 100%;
  margin: 0 0 20px;
}
.enquiry-btn{
  display: none;
}
.login-wrapp {
  min-height: 80vh;
  padding: 50px 0;
}
.login-wrapp.password-wrap {
  padding: 40px 0;
}
.registration-wrapp {
  padding: 20px 0;
}
.registration-wrapp .reg-form-wrapp h3 {
  font-size: 16px;
}
.registration-wrapp .reg-form-wrapp h3 {
  font-size: 16px;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field-post .post-box {
  border: none;
  padding: 0;
}

.registration-wrapp .reg-form-wrapp .text-fields .text-field-post.col-md-12 {
  padding: 0;
}
div.dataTables_wrapper div.dataTables_filter label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.dataTables_wrapper .col-sm-12.col-md-6 .dataTables_filter label input {
  width: 100%;
  flex: 1 0 0;
}
.search-results .dataTables_wrapper .row{
  margin: 0;
}
.search-wrapp .search-results div.dataTables_wrapper div.dt-row > .col-sm-12 {
  padding: 0;
}
div.dataTables_wrapper div.dt-row > .col-sm-12 {
  padding: 0;
}
.dataTables_wrapper .col-sm-12.col-md-6 .dataTables_length {
  /* display: none; */
}
.post-vacancies-wrapp{
  padding: 20px 0;
}
.post-vacancies-wrapp .job-details-form-wrapp .job-details-form .text-fields .repeat_text:first-child {
  padding: 0;
}

.post-vacancies-wrapp .job-details-form-wrapp .job-details-form {
  padding: 0;
  border: 0;
}

.post-vacancies-wrapp form {
  padding: 0;
}
.login-wrapp.otp-layout {
  min-height: 100vh;
}
.post-vacancies-row .col-md-5, .post-vacancies-row .col-md-7 {
  padding: 0;
}
.post-vacancies-wrapp .post-vacancies-form h3 {
  font-size: 18px;
}
.my-profile-wrapp {
  padding: 30px 0 50px;
}
.my-profile-wrapp .col-md-4 {
  margin: 0 0 10px;
}
.apply-form .reg-form-wrapp h3 {
  font-size: 16px;
}
/* .chat-panel .p-2.border-bottom.bg-white.d-flex.gap-2 {
        max-width: 40% !important;
    } */

    .chat-panel .p-2.border-bottom.bg-white.d-flex.gap-2 input#fromDate, .chat-panel .p-2.border-bottom.bg-white.d-flex.gap-2 input#toDate {
    font-size: 11px;
}
.bulk-page button#duplicate_selected,.bulk-page button#overwrite_selected , .bulk-page button#delete_selected,.bulk-page button#overwrite_selected,.bulk-page button#duplicate_selected ,.bulk-page button#open_filter,.bulk-page button.btn.btn-success,.bulk-page button.btn.btn-warning {
  font-size: 12px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button a {
    padding: 8px 13px;
    margin: 0 5px 0 0;
}

.chat-panel .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px;
}
.whatapp-group-management h3 {
    width: 100%;
}

.whatapp-group-management .add-option-btn {
    float: none !important;
}

    .staff-logs .login-content-left h2 {
        font-size: 20px;
    }

.staff-logs .login-content-left p {
        font-size: 14px;
    }

    .staff-logs .login-left-logo>a img {
    max-width: 260px;
}
.staff-logs .login-left-logo .since-img{
      width: 120px;
}
.staff-logs .login-left-logo .whatsapp-login-title{
  font-size: 20px;
}
.staff-logs .login-left-logo .whatsapp-login-title img {
    width: 28px;
}
    .staff-logs .login-form-wrapp h2 {
        font-size: 25px;
    }
.staff-logs .login-right .login-form-wrapp .text-fields .form-btn .login-btn .btn{
  width: 100%;
}
.login-btn {
    display: block;
    width: 100%;
}

.staff-logs.login-wrapp .login-left{
  padding: 25px 25px 25px;
}
.staff-logs .login-content-left{
      padding: 16px;
}


}

@media (max-width:420px) {
  .registration-wrapp .reg-right .shape {
    height: 220px;
}
 .staff-header .profile-btn span {
        font-size: 10px;
    }

        .staff-header .header-left h5 {
        font-size: 12px;
        margin-left: -21px;
    }
    .chat-panel .chat-head small {
    font-size: 10px;
}

}

@media (max-width:360px) {
  .registration-wrapp .reg-right .shape {
    height: 180px;
}
.bulk-page button#duplicate_selected,.bulk-page button#overwrite_selected , .bulk-page button#delete_selected,.bulk-page button#overwrite_selected,.bulk-page button#duplicate_selected ,.bulk-page button#open_filter,.bulk-page button.btn.btn-success , .bulk-page button.btn.btn-warning {
  font-size: 9px;
}
}


@media (min-width:992px) {
  .navigation-wrap .head-main .head-right .head-nav .mobile-logo {
    display: none;
}
li.nav-item.dropdown:hover .dropdown-menu{
  display: block !important;
}
li.nav-item.dropdown:hover ul.dropdown-menu {
  opacity: 1;
  overflow: visible;
  visibility: visible;
  top: 40px;
}
.staff-header li.nav-item.dropdown:hover ul.dropdown-menu {
  top: 50px;
}

.navigation-wrap ul.navbar-nav.mob-profile {
  display: none;
}
}
@media (min-width:1400px) {
  li.nav-item a {
    font-size: 14px;
}
.our-services .our-services-col .services-box p{
  font-size: 18px;
  line-height: 26px;
}
.home-banner .banner-col .banner-conten-wrapp .banner-conten p{
  font-size: 18px;
  line-height: 26px;
}
.get-in-touch .get-in-touch-box .get-in-touch-right .contact-box-wrapp .contact-box ul li{
  font-size: 18px;
  line-height: 26px;
}
.get-in-touch .get-in-touch-box .get-in-touch-right p{
  font-size: 18px;
  line-height: 26px;
}
.vacancies-wrapp .vacancies-col .jobs-box p{
  font-size: 18px;
  line-height: 26px;
}
.post-vacancies-wrapp .post-vacancies-left p{
  font-size: 18px;
  line-height: 26px;
}
.search-wrapp .search-results .table-outer table tbody tr td{
  font-size: 16px;
}
.login-wrapp .login-content-wrapp .login-content-left p{
  font-size: 18px;
  line-height: 26px;
}
.jobs-wrapp .table-outer table tbody tr td{
  font-size: 18px;
}
.vacancies-details .vacancies-details-left p{
  font-size: 18px;
  line-height: 30px;
}
.about-us-wrapp p {
  font-size: 20px;
  line-height: 35px;
}

.about-text p {
  font-size: 20px;
  line-height: 30px;
}
.opportunities .opportunities-box .opportunities-conten ul li {
  font-size: 18px;
}
.phone-nmbr h1 {
  font-size: 38px;
}
.home-banner .banner-img {
  max-height: 430px;
}
}

@media (min-width:1552px) {
  li.nav-item a {
    font-size: 15px;
}
.home-banner .banner-img {
  max-height: 480px;
}
.play-btn {
  display: flex;
  align-items: center;
}
.play-btn img {
  margin: 0 10px 0 0;
}
}

@media (max-width:1747px) {
  .play-btn .play-text {
    display: none;
  }
}


#imagePreviewModal .modal-body {
    height: 100% !important;
    background: #888;
}

#imagePreviewModal .modal-body img {
    width: 100%;
    height: inherit;
}

/* NEW */

/* ================= HEADER ================= */
.staff-header {
  background: #E94646;
  padding: 15px 15px !important;
}


/* ================= LAYOUT ================= */


.staff-header .header-nav {
    gap: 7px;
}

/* NAV ITEM */
.staff-header .nav-item {
  position: relative;
}

/* FIX EXTRA PADDING */
.staff-header .header-nav > li > a {
  padding: 11px 14px 11px 11px;
    border-radius: 6px;
    background: rgb(233 70 70);
    border: 1px solid rgb(249 248 248 / 12%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #fff;
    transition: all 0.3s ease-in;
    position: relative;
    opacity: 1;
}

.staff-header .header-nav > li > a:hover {
    color: #e94646;
    background: #fff;
    opacity: 1;
}

.staff-header .header-nav > li > a.dropdown-toggle:hover {
    background: #fff !important;
}

.staff-header .nav-item > a.dropdown-toggle {
  padding: 10px 8px !important;
  background:none !important;
  transition: none !important;
}
.staff-header .nav-item.dropdown .dropdown-menu {
    transition: none !important;
}

.staff-header .header-nav > li > a > i:before {
  display: none;
}

.staff-header .header-nav > li > i.fab {
    display: block;
}

.staff-header .header-nav > li > a > i.fab:before {
  display: none;
}

.staff-header .header-nav > li > a i.fab,
.staff-header .header-nav > li > a i.fas {
    display: inline-block;
    width: 23px;
    height: 23px;
    background: #fff;
    transition: all 0.25s ease-in;
}

.staff-header .header-nav > li > a  i.fa-whatsapp {
  background: url(../images/whatsapp-icon.svg)no-repeat 100%;
  background-size: 100%;
}

.staff-header .header-nav > li > a i.fa-dnd {
  background: url(../images/dnd-icon.svg)no-repeat 100%;
  background-size: 100%;
}

.staff-header .nav-item > a.dropdown-toggle {
  padding: 11px 15px 11px 12px !important;
}

.staff-header .header-nav > li > a  i.fa-list {
  background: url(../images/list-icon.svg)no-repeat 100%;
  background-size: 100%;
}

.staff-header .header-nav > li > a  i.fa-news {
  background: url(../images/newspaper-icon.svg)no-repeat 100%;
  background-size: 100%;
}

.staff-header .header-nav > li > a  i.fa-filter {
  background: url(../images/filter-iconh.svg)no-repeat 100%;
  background-size: 100%;
}

.staff-header .header-nav > li > a  i.fa-clone {
  background: url(../images/clone-icon.svg)no-repeat 100%;
  background-size: 100%;
}

.staff-header .header-nav > li > a  i.fa-group {
  background: url(../images/group-icon.svg)no-repeat 100%;
  background-size: 100%;
}

.staff-header .header-nav > li > a  i.fa-options {
  background: url(../images/opti-icon.svg)no-repeat 100%;
  background-size: 100%;
}

.staff-header .header-nav > li > a  i.fa-report {
  background: url(../images/report-icon.svg)no-repeat 100%;
  background-size: 100%;
}

.staff-header .header-nav > li > a  i.fa-document {
  background: url(../images/document-icon.svg)no-repeat 100%;
  background-size: 100%;
}

.staff-header .header-nav > li > a:hover i.fas,
.staff-header .header-nav > li > a:hover i.fab {
    filter: brightness(0.5);
}

/* ================= NAV LINK ================= */
.staff-header .nav-link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #fff; /* 🔥 white for red header */
  padding: 8px 14px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.25s ease;
}

/* ICON */
.staff-header .nav-link i {
  font-size: 14px;
}

/* HOVER */
.staff-header .nav-link:hover {
  background: rgba(255,255,255,0.15);
  color: #fff;
}

/* ACTIVE */
.staff-header .nav-item.active .nav-link {
  background: rgba(255,255,255,0.2);
  color: #fff;
}

/* DOT EFFECT */
.staff-header .nav-link::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.3s;
}

.staff-header .nav-link:hover::after,
.staff-header .nav-item.active .nav-link::after {
  opacity: 1;
}

/* ================= DROPDOWN ================= */
.staff-header .dropdown-menu {
  position: absolute;
  top: 110%;
  left: 0;
  min-width: 180px;
  background: #ffffff;
  border-radius: 10px;
  padding: 8px 0;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  z-index: 999;
}

/* SHOW DROPDOWN */
.staff-header .nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* DROPDOWN ITEMS */
.staff-header .dropdown-menu li {
  width: 100%;
}

.staff-header .dropdown-menu li a {
  display: block;
  padding: 10px 16px;
  font-size: 14px;
  color: #333 !important;
  text-decoration: none;
}

.staff-header .dropdown-menu li a:hover {
  background: #f5f5f5;
  color: #E94646 !important;
}


/* ================= PROFILE ================= */

.staff-header .header-left img {
    display: none;
}

.staff-header .profile-drop {
  padding-left: 15px;
  border-left: 1px solid rgba(255,255,255,0.3);
}

.staff-header .profile-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 25px;
  border: 1px solid #001740;
  padding: 8px 14px;
  color: #fff;
      background: #001740 !important;
      font-size: 14px;
      transition: all 0.25s ease-in;
}

.staff-header .profile-btn:hover {
  background: none !important;
  border: 1px solid rgba(255,255,255,0.3);
}

.staff-header li.nav-item ul.dropdown-menu {
    position: absolute;
}


.staff-header .nav-item.dropdown .dropdown-menu {
    opacity: 0;
    visibility: hidden;
}

.staff-header .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.chat-checkbox {
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    outline:1px transparent;
    position: absolute;
    left: 0;
    top:13px;
}

.chat-checkbox:checked {
    background:#eb4949;
    border:1px solid #fff;
    outline:1px solid #eb4949;
}

#conversationList .list-group-item {
    padding-left: 34px;
        padding-right: 34px;
         /* min-height: 69px; */
         display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-top: 17px;
    padding-bottom: 12px;
}
   #conversationList .list-group-item small.text-muted.last-preview {
        position: relative;
        right: 0;
        top: 0;
        max-width: 55%;
        margin: 0;
        text-overflow: ellipsis;
        overflow: hidden;
            white-space: nowrap;
                color: #000 !important;
    font-size: 15px;
    }

#conversationList .list-group-item small.text-muted.last-preview br {
    display: none;
}

.list-group.search-dropdown{
  max-height: 450px;
  overflow-y: auto;
  z-index: 9;
}

.chat-panel .chat-search
 {
    width: 100%;
    display: inline-block;
    padding: 10px !important;
    z-index: 9;
}

.edit-btn-cusom{
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 10px;
    background: #eef4ff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s ease;
    padding: 0;
}

.edit-btn-cusom img{
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.edit-btn-cusom:hover{
    background: #dce8ff;
    transform: scale(1.05);
}

.edit-btn-cusom:active{
    transform: scale(.95);
}

.edit-btn-cusom.record-btn img
{
    width: 30px;
    height: 25px;
}

.staff-filter-section {
    width: 48%;
    display: inline-block;
    padding: 0 !important;
    border: 0 !important;
}

.employee-filter-section {
    width: 48%;
    display: inline-block;
    padding: 0 !important;
    border: 0 !important;
}

.employee-filter-section.mb-3.all_chat_user {
    width: 100%;
    padding: 10px !important;
}
.what-container #chatHeader {
    font-size: 20px;
    color: #000;
}
.what-container #chatSubHeader {
    font-weight: bold;
    color: #000 !important;
    font-size: 18px;
}
.filter-toggle-btn{
  width: 25px;
  padding: 0px;
}

.contactAvatar {
    display: flex;
    gap: 20px;
    align-items: center;
}

.tabcontent h1 {
    font-weight: 600;
    margin: 26px 0;
    float: left;
    width: fit-content;
    font-size: 22px;
}
span.select2-selection.select2-selection--multiple {
    padding-bottom: 5px !important;
    min-height: 44px !important;
}

/* Suggestions Container */
.modal .list-group  {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #eee;
  background: #fff;
  margin-top: 5px;
  /* margin-bottom: 5px; */
  animation: fadeIn 0.2s ease-in-out;
  width: 90% !important;
}

/* Each Item */
.modal .list-group .suggestion-item {
  padding: 12px 16px;
  font-size: 14px;
  font-family: "Space Grotesk", sans-serif;
  color: #333;
  border-bottom: 1px solid #f1f1f1;
  transition: all 0.25s ease;
  position: relative;
  cursor: pointer;
}

/* Remove last border */
.modal .list-group .suggestion-item:last-child {
  border-bottom: none;
}

/* Hover Effect */
.modal .list-group .suggestion-item:hover {
  background: linear-gradient(90deg, #f8f9ff, #eef2ff);
  color: #4f46e5;
  padding-left: 22px;
}



.tabcontent table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child{
  text-align: end;
}
.tabcontent table.table-bordered.dataTable th:last-child {
    padding-right: 65px;
}

.tabcontent > div {width: auto;display: inline-block;     float: right;
    margin: 18px 0px;}

.tabcontent .content-body {
    width: 100%;
}
.add-option h1 {
            font-size: 16px;
    margin: 26px 13px 26px 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.add-option-btn button {
        background: #E94646 !important;
    color: #fff;
    border: 1px solid #E94646 !important;
    padding: 5px 20px 5px 34px !important;
    border-radius: 30px;
    outline: none;
    box-shadow: none !important;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

.add-option-btn button:hover {
    background: #fdecec !important;
    color: #E94646 !important;
    border: 1px solid #E94646 !important;
    font-size: 16px !important;
    box-shadow: none !important;
    outline: none !important;
}

.add-option-btn button:before {
    content: "+";
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    top: 5px !important;
    left: 18px;
}

.tabcontent button.btn.btn-warning.m-1 {
    background: #198754;
    border-color:  #198754;
    color: #fff;
}

table.dataTable.table > thead > tr > th:before, table.dataTable.table > thead > tr > th:after {
    right: inherit !important;
    left: 4px;
}

table.dataTable.table > thead > tr > th {padding-left:20px;}


.tabcontent button.btn.btn-warning.m-1:hover {
    background: #00542d;
}

#conversationList .list-group-item small.text-muted {
    font-size: 12px;
    margin-left: auto;
    position: absolute;
    right: 29px;
    top: inherit;
    bottom: 4px;
    /*z-index: 9;*/
}

#conversationList .list-group-item span.badge {
    display: block;
    min-width: inherit;
    min-height: calc(100% - 5px);
    margin: 0 0 0 13px;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    height: fit-content;
    margin-inline: auto;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding-right: .35em .65em;
}


#conversationList .list-group-item span.badge {
    font-size: 0;
    width: 17px;
    height: 17px;
    min-height: inherit;
    left: 0;
    transform: none;
    writing-mode: rl;
    top: inherit;
    border-radius: 0 14px 0 0;
}

/* BACKDROP */
.modal-backdrop.show {
  opacity: 0.6;
  backdrop-filter: blur(4px);
}

/* MODAL BOX */
.modal-content {
  border-radius: 14px;
  border: none;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
  animation: fadeInUp 0.3s ease;
}

/* HEADER */
.modal-header {
  background: #E94646 !important;
  color: #fff;
  border-bottom: none;
  padding: 16px 22px;
}

.modal-header h5 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
}



/* BODY */
.modal-body {
  background: #f8fafc;
  padding: 22px;
}

/* LABEL */
.modal-body label {
  font-size: 13px;
  color: #64748b;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}

.modal-body b {
  font-weight: bold
}

/* INPUT + SELECT */
.modal-body .form-control {
  border-radius: 8px;
  border: 1px solid #aaa;
  /* padding: 10px; */
  font-size: 14px;
  background: #fff;
  transition: all 0.2s ease;
  min-height: 44px;
}
.modal button.btn.btn-primary {
    background: #198754;
    border: #198754;
}

.modal-body .form-check input.form-check-input {
    border-radius: 3px;
    width: 20px;
    height: 20px;
    margin-top: 0;
}

.select2-container--default .select2-selection--multiple {
    min-height: 35px !important;
    padding-bottom: 0 !important;
    border-radius: 8px !important;
    padding-inline: 7px !important;
}

.select2-container--default .select2-selection--multiple .select2-search {line-height: 2 !important;}

.select2-container--default .select2-search--inline .select2-search__field {
    height: 33px !important;
    margin-block: 0 !important;
}

.select2-container--default .select2-selection--single {
    min-height: 35px !important;
    padding-bottom: 0 !important;
    border-radius: 8px !important;
    padding-inline: 7px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px !important;
    margin-block: 0 !important;
}

.select2-container .select2-selection--single .select2-selection__clear {
    padding-top: 5px !important;
}

.modal-body .form-control:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.2);
}

/* SPACING */
.modal-body .mb-3 {
  margin-bottom: 16px !important;
}

.modal-header .btn-close {
    filter: invert(1);
    opacity: 1;
}

/* FOOTER */
.modal-footer {
  border-top: 1px solid #f1f5f9;
  padding: 16px 22px;
  background: #ffffff;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

/* CLOSE BUTTON */
.modal-footer .btn-secondary {
  background: #e2e8f0;
  border: none;
  color: #334155;
  border-radius: 6px;
  padding: 7px 14px;
  font-size: 14px;
}

.modal-footer .btn-secondary:hover {
  background: #cbd5f5;
}

/* SAVE BUTTON */
.modal-footer .btn-primary {
  background: #198754;
  border: none;
  border-radius: 6px;
  padding: 7px 18px;
  font-size: 14px;
  font-weight: 500;
}

.modal-footer .btn-primary:hover {
  opacity: 0.9;
}

/* ANIMATION */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dataTables_wrapper .col-sm-12:has(table) {
    overflow-y: auto;
}

.dataTables_wrapper .col-sm-12 table {
    min-width: 995px;
}

#edu_category .dataTables_wrapper .btn-info {
    padding: 3px 0px 1px;
    background: rgb(25 135 84 / 74%);
    border: 0;
    width: 36px;
    position: relative;
    margin: 0 2% 0 0;
    font-size: 10px;
    color: #fff;
    border-radius: 3px;
    transition: all 0.25s ease-in;
    box-shadow: 0 0 4px 3px rgb(25 135 84 / 0.08);
}

#edu_category .dataTables_wrapper .btn-info:hover {
    background: #31d2f2a3;
    color: #191919;
}

.dataTables_wrapper .sorting_1 {
    position: relative;
}

.dataTables_wrapper .sorting_1 > div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 1%;
    justify-content: space-between;
}

.dataTables_wrapper .btn-info img {
    width: 100%;
    display: block;
    margin: 0 0 3px;
    max-height: 26px;
}

div.dataTables_wrapper div.dataTables_length label{
  display: flex;
}

.chat-panel .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}

.chat-panel .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px !important;
}

.chat-panel .select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #d9d5d5 !important;
    border-radius: 8px !important;
    padding: 0 !important;
    min-height: 47px !important;
}
/* .chat-panel .p-2.border-bottom.bg-white.d-flex.gap-2
 {
    max-width: 41%;
} */
.whatapp-group-management .card {
    width: 100%;
}
.whatapp-group-management .add-option-btn {
        float: right;
    margin: 25px 0px;
}

.whatapp-group-management h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 26px 0;
    width: fit-content;
    float: left;
}
.whatapp-group-management table.dataTable.table > thead > tr > th.sorting_disabled.sorting_asc {
    padding-left: 20px;
}
.whatapp-group-management button.btn.btn-sm.btn-primary {
    background: #198754;
    border-color: #198754;
    color: #fff;
}

.whatapp-group-management button.btn.btn-sm.btn-primary {
    background: #198754;
    border-color: #198754;
    color: #fff;
}
.whatapp-group-management button.btn.btn-sm.btn-primary:hover {
    background: #1f430e;
}

.whatapp-group-management button.btn.btn-sm.btn-warning {
    background: #fff;
    border: 1px solid;
    color: #000;
}

.whatapp-group-management button.btn.btn-sm.btn-info {
    background: #000;
    color: #fff;
    border: 1px solid;
    width: auto;
    padding: .375rem .75rem;
    margin: 0;
    font-size: 14px;
    border-radius: 4px;
}
.whatapp-group-management button.btn.btn-sm.btn-info:hover {
    border: 1px solid #000;
    background: #fff;
    color: #000;
}
.whatapp-group-management button.btn.btn-sm.btn-warning:hover {
    background: #000;
    color: #fff;
}
.whatapp-group-management .card table {
    width: 100% !important;
}
.whatapp-group-management table.dataTable.table > thead > tr > th.sorting_disabled {
    padding-left: .5rem;
}
.whatapp-group-management table.table-bordered.dataTable th:last-child {
    padding-right: 140px;
    width: 350px !important;
}

.whatapp-group-management .dataTables_wrapper .col-sm-12.col-md-6 .dataTables_filter label input{
  margin-left: 12px;
}
.whatapp-group-management table.dataTable.table > thead > tr > th[aria-label="Assigned Staff"] {
    width: 125px !important;
}

.bulk-page table.dataTable.table[aria-describedby="bulk_import_table_info"] {
    min-width: 1600px !important;
    width: 100% !important;
}
.bulk-page table.dataTable.table[aria-describedby="bulk_import_table_info"]  th {
  font-size: 14px;
  vertical-align: middle;
}
.bulk-page .dataTables_wrapper .col-sm-12.col-md-6 .dataTables_filter label input {
    margin-left: 12px;
}
.bulk-page table.dataTable.table[aria-describedby="filtered_list_table_info"] {
    width: 100% !important;
}
.bulk-page table.dataTable.table[aria-describedby="files_table_info"] {
    width: 100% !important;
}
.bulk-page table.dataTable.table[aria-describedby="duplicate_table_info"] {
    width: 100% !important;
}
.bulk-page .table-bordered.dataTable th:last-child {
    width: 180px;
}

.whatsapp-message-btn{
  display: flex;
    align-items: center;
    gap: 10px;
    padding: .5rem .85rem;
    border: none;
    border-radius: 3px;
    background: #25D366;
    color: #fff;
    font-size: 15px;
    margin: 0 1px 0 12px;
    font-weight: 400;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.25);
    transition: all .2s ease;
}

.whatsapp-message-btn:hover{

    background:#1ebe5d;

    transform:translateY(-1px);

    box-shadow:0 6px 16px rgba(37,211,102,0.35);
}

.whatsapp-message-btn i{

    font-size:20px;
}


.voice-record-wrapper{

    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
}

.voice-btn{
    border:none;
    padding:10px 16px;
    border-radius:10px;
    color:#fff;
    font-weight:600;
    cursor:pointer;
}

.start-btn{
    background:#28a745;
}

.pause-btn{
    background:#ffc107;
    color:#000;
}

.stop-btn{
    background:#dc3545;
}

.clear-btn{
    background:#6c757d;
}

.send-btn{
    background:#0d6efd;
}

.voice-preview{
    border-radius:10px;
}


/* LOGOUT ITEM */
.logout-item {
  display: block;
  padding: 10px 5px;
  color: #dc3545;
  text-decoration: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
}

/* HOVER EFFECT */
.logout-item:hover {
  background: rgba(220, 53, 69, 0.1);
  color: #b02a37;

}


.profile-hover-menu {
    min-width: 73px !important;
}




.bulk-page h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 26px 0;
    width: fit-content;
    float: left;
}

.bulk-page .mb-3.d-flex.gap-2 {
    float: right;
    margin: 25px 0px;
}

.bulk-page .card {
    width: 100%;
}


.bulk-page a.btn.btn-sm.btn-info{

  background: #fff;
    border: 1px solid;
    color: #000;
}

.bulk-page button#overwrite_selected {
    background: #fff;
    border: 1px solid;
    color: #000;
}

.bulk-page button#duplicate_selected  {
    background: #000;
    color: #fff;
    border: 1px solid;
}

.bulk-page button#duplicate_selected:hover {
    border: 1px solid #000;
    background: #fff;
    color: #000;
}
.bulk-page a.btn.btn-sm.btn-info:hover , .bulk-page button#overwrite_selected:hover {
    background: #000;
    color: #fff;
}

.bulk-page button#open_filter {
    background: #fff ;
    border: 1px solid;
    color: #000;
}

.bulk-page button#open_filter:hover {
    background: #000;
    color: #fff;
    border: 1px solid;
    box-shadow: none !important;
}

.bulk-page .card .card-body {
    padding: 1rem 1rem !important;
}

.bulk-page button.btn.btn-sm.btn-primary.edit_row
 {
    background: #198754;
    border-color: #198754;
    color: #fff;
   
 }

 .bulk-page button.btn.btn-sm.btn-primary.edit_row:hover{
     background: #1f430e;
 }


 button > i
 {
    display: none;
}




/* SIDEBAR CONTAINER */
#filter_sidebar {
  width: 320px;
  height: 100vh;
  background: #d1d1d1 !important;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
  padding: 20px 18px;
  overflow-y: auto;
  animation: slideIn 0.3s ease;
}

/* HEADER */
#filter_sidebar h5 {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 15px;
}

/* CLOSE BUTTON */
#close_filter {
  font-size: 20px;
  color: #6b7280;
  transition: 0.2s;
}

#close_filter:hover {
  color: #ef4444;
  transform: rotate(90deg);
}

/* LABEL */
#filter_sidebar label {
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
  margin-bottom: 5px;
  display: block;
}

/* INPUT / SELECT */
#filter_sidebar .form-control {
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  padding: 9px 10px;
  font-size: 14px;
  background: #f9fafb;
  transition: all 0.2s ease;
}

#filter_sidebar .form-control:focus {
  background: #fff;
  border-color: #2563eb;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.15);
}

/* SPACING */
#filter_sidebar .mb-3 {
  margin-bottom: 14px !important;
}

/* APPLY BUTTON */
#apply_filter {
  background: #000;
  border: none;
  border-radius: 8px;
  font-weight: 500;
  padding: 10px;
  transition: 0.2s;
  font-size: 14px;
}

#apply_filter:hover {
  opacity: 0.9;
}

/* RESET BUTTON */
#reset_filter {
  background: #E94646;
  border: none;
  border-radius: 8px;
  padding: 10px;
  font-size: 14px;
}

#reset_filter:hover {
  background: #b30000;
}

/* SAVE SECTION */
#filter_sidebar input[type="text"] {
  border-radius: 8px;
}

/* SAVE BUTTON */
#save_filter_list {
  background: #059669;
  border: none;
  border-radius: 8px;
  padding: 10px;
  font-size: 14px;
}

#save_filter_list:hover {
  background: #047857;
}

/* SCROLLBAR (OPTIONAL NICE TOUCH) */
#filter_sidebar::-webkit-scrollbar {
  width: 6px;
}

#filter_sidebar::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
}


.staff-header li.nav-item ul.dropdown-menu li a {
    padding: 7px 0px !important;
    font-size: 12px;
}

.what-container button#sidebarOptionsBtn {
    background: none;
    color: #fff;
    font-weight: bold;
    border-color: transparent !important;
    font-size: 24px;
}

.logout-item i {
    display: none;
}
/* .profile-hover-menu {
    top: 106% !important;
} */
.chat-panel .p-2.border-bottom.bg-white.d-flex.gap-2 label
 {
    margin-top: 4px;
}

#template_name + .select2 .select2-selection--single {
    border: 1px solid #ff0000 !important;
}
#template_name + .select2 .select2-selection__placeholder {
    color: #ff0000 !important;
}

#quickTemplate + .select2 .select2-selection--single {
    border: 1px solid #ff0000 !important;
}

#quickTemplate + .select2 .select2-selection__placeholder {
    color: #ff0000 !important;
}
#custom_template_name + .select2 .select2-selection--single {
    border: 1px solid #25d366 !important;
}
#custom_template_name + .select2 .select2-selection__placeholder {
    color: #25d366 !important;
}


/* ANIMATION */
@keyframes slideIn {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

/* DROPDOWN CONTAINER */
.custom-dropdown-menu {
  position: absolute;
  top: 110%;
  right: 0;
  min-width: 220px;
  background: #ffffff;
  border-radius: 12px;
  padding: 8px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  border: 1px solid #f1f5f9;
  z-index: 999;
  animation: fadeDropdown 0.2s ease;
}

/* ITEM */
.custom-dropdown-item {
  padding: 10px 12px;
  font-size: 14px;
  color: #1f2937;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* HOVER */
.custom-dropdown-item:hover {
  background: #f1f5f9;
  /* transform: translateX(3px); */
  color:#000;
}

/* ACTIVE CLICK */
.custom-dropdown-item:active {
  transform: scale(0.97);
}

/* DANGER ITEM (REMOVE CHAT) */
.custom-dropdown-item.text-danger {
  color: #dc2626;
}

.custom-dropdown-item.text-danger:hover {
  background: rgba(220, 38, 38, 0.1);
}

/* DIVIDER */
.dropdown-divider {
  height: 1px;
  background: #e5e7eb;
  margin: 6px 0;
}


.date-section label {
    width: 48% !important;
    display: block !important;
}

.date-section {
    width: 100% !important;
    padding-bottom: 1.5rem !important;
    display: flex !important;
    flex-wrap: wrap !important;
    padding-top: 0 !important;
}

.date-section .form-control {
    width: 48%;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #d9d5d5;
    outline: none !important;
    box-shadow: none !important;
}

.date-section #fromDate.form-control {
    order: 1 !important;
}

.date-section #toDate.form-control {
    order: 2 !important;
    width: 48% !important;
    margin-left: 0.85% !important;
}

.contact-list-card table>tbody tr > td:nth-child(3){
min-width:124px;
}


.modal-body .file-name {
    width: auto;
    display: inline-block;
    float: left;
    background: #eee;
    padding: 2px 7px;
    border-radius: 3px;
    margin: 0 0 7px;
}

.modal-body .staff-name {
    width: auto;
    display: inline-block;
    float: right;
    background: #eee;
    padding: 2px 7px;
    border-radius: 3px;
    margin: 0 0 7px;
    font-weight: 600;
}

.modal-body .message-name {
    width: 100%;
    display: block;
    float: left;
    background: #eee;
    padding: 10px 14px;
    border-radius: 3px;
    margin: 0 0 15px;
}

.modal-body .table-responsive {
    width: 100%;
}

.modal-body .file-name strong {
    font-weight: 600;
}

.modal-body .message-name strong {
    font-weight: 600;
}


#post_category-Modal .modal-body .cover-input {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1%;
}

#post_category-Modal .modal-body .cover-image {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1%;
}

/*#post_category-Modal .modal-body #cke_post_note .cke_contents {
    height: 100% !important;
    min-height: 260px;
}
*/
#post_category-Modal .modal-body #cke_post_note .cke_contents iframe.cke_reset {
    height: inherit !important;
    min-height: 250px;
}

#post_category-Modal .modal-content .modal-body {
    max-height: 77vh;
    overflow-y: auto;
}

#post_category-Modal .modal-body #cke_post_note .cke_inner.cke_reset {
    min-height: 360px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}


#post_category-Modal .modal-body #cke_post_note .cke_inner.cke_reset .cke_bottom {
    margin-top: auto;
}

#post_category-Modal.modal .modal-dialog {
  max-width: 1060px;
}

#imagePreviewModal.modal .modal-dialog {
    max-width: 1020px;
}

#postNoteModal.modal .modal-dialog.post-modal {
    margin: 0 auto 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto 0;
    max-width: 1022px;
}

#postNoteModal.modal .modal-dialog.post-modal .modal-body {
    max-height: 80vh;
    overflow-y: auto;
}

@media screen and (max-width:1880px){
.staff-header .header-nav > li > a {
    font-size: 11px;
}
}

@media screen and (max-width:1699px){

.staff-header .header-nav > li > a {
    font-size: 9.66px;
}

.staff-header .header-left h5 {
    font-size: 16px;
}

.staff-header .header-nav > li > a i.fab, .staff-header .header-nav > li > a i.fas {
    width: 19px;
    height: 19px;
}

.staff-header .profile-btn {
    font-size: 12px;
}

}


@media (max-width:1546px){

.staff-header .profile-btn {
    font-size: 12px;
}

.staff-header .nav-item > a.dropdown-toggle {
    padding: 9px 10px 9px 10px !important;
}

.staff-header .header-nav > li > a {
    font-size: 9.36px;
    padding: 9px 10px 9px 10px;
}

.staff-header .header-left h5 {
    font-size: 13px;
}


}

@media (max-width:1440px) {

.staff-header .header-nav > li > a i.fab, .staff-header .header-nav > li > a i.fas {
    width: 16px;
    height: 16px;
}

.staff-header .header-nav > li > a {
    padding: 9px 6px 9px 6px;
}

.staff-header .nav-item > a.dropdown-toggle {
    padding: 9px 6px 9px 6px !important;
}

.staff-header .profile-btn {
    font-size: 11px;
}

.staff-header .header-nav {
    gap: 7px;
}

.staff-header .header-left h5 {
    font-size: 11.5px;
}

}

@media (max-width:1300px) {

.staff-header .header-nav {
    gap: 5px;
}

.staff-header .header-nav > li > a {
    padding: 9px 5px 9px 5px;
}

.staff-header .header-left h5 {
    font-size: 10px;
}

.staff-header > .container-fluid {
    padding-inline: 0;
}

.staff-header .profile-btn {
    font-size: 9.25px;
    padding: 8px 10px;
}

.staff-header .nav-item > a.dropdown-toggle {
    padding: 9px 5px 9px 5px !important;
}

}

@media (max-width: 1199px) {

.staff-header .header-nav > li > a i.fab, .staff-header .header-nav > li > a i.fas {
    display: none;
}

.staff-header .header-left h5 {
  font-size: 10px;
  margin: 0;
}

}


@media (max-width: 1024px) {

  /* NAV CONTAINER */
  .staff-header .navbar-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  /* NAV ITEMS SMALLER */
  .staff-header .nav-link {
    font-size: 13px;
    padding: 6px 10px;
  }

  /* REDUCE LOGO SIZE */
  .staff-header .head-logo img {
    height: 32px;
  }

  /* PROFILE */
      .staff-header .profile-btn {
        padding: 6px 10px;
        margin-right: 0px !important;
        font-size: 11px;
        min-width: 78px;
        justify-content: center;
    }

  .staff-header .profile-img {
    width: 24px;
    height: 24px;
  }

  /* DROPDOWN FIX FOR TOUCH */
  .staff-header .dropdown-menu {
    position: absolute;
    top: 110%;
    min-width: 160px;
  }
  .chat-panel .chat-search
 {
    width: 100% !important;
    
}
.staff-filter-section {
    width: 100% !important;
            padding: 0 0.5rem 0.5rem !important;
   
}
.staff-header li.nav-item ul.dropdown-menu li a {
    padding: 7px 0px !important;
    font-size: 11px;
}
    .chat-panel .chat-head h5 {
        font-size: 14px;
    }

.what-container #chatHeader {
    font-size: 1em;
}

.what-container #chatSubHeader {
    font-size: 0.8em;
}

.staff-header .header-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}

.staff-header .header-left h5 {
  font-size: 14px;
  margin: 0;
  min-width: 120px;
}

#imagePreviewModal .modal-dialog {
    width:94% !important;
}

.staff-header .header-nav > li > a {
    font-size: 11px;
    padding: 9px 7px 9px 7px;
}

}

@media (max-width: 992px) {

.staff-header .header-nav > li > a {
    font-size: 11.85px;
    padding: 9px 7px 9px 7px !important;
}

.staff-header .header-left {
    width: auto;
}

.staff-header > .container-fluid {flex-wrap: wrap;}

.staff-header .header-nav {
    order: 1;
    margin: 1rem 0 0;
    gap: 6px;
}

.staff-header .nav-item > a.dropdown-toggle {
    padding: 9px 4px 9px 4px !important;
}

}