/* Option 2: Import via CSS */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");
:root {
  --bs-blue: #566ACD;
  --bs-font-sans-serif: "Roboto", sans-serif, system-ui, -apple-system, "Segoe UI", "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
  --bs-border-color: #CCCCCC;
}

.btn-primary {
  --bs-btn-bg: #566ACD;
  --bs-btn-border-color: #566ACD;
  --bs-btn-hover-bg: #F78F24;
  --bs-btn-hover-border-color: #F78F24;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #F78F24;
  --bs-btn-active-border-color: #566ACD;
  --bs-btn-disabled-bg: #566ACD;
  --bs-btn-disabled-border-color: #566ACD;
}

.btn-outline-secondary {
  --bs-btn-color: #566ACD;
  --bs-btn-border-color: #566ACD;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #566ACD;
  --bs-btn-hover-border-color: #566ACD;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #566ACD;
  --bs-btn-active-border-color: #566ACD;
  --bs-btn-disabled-color: #566ACD;
  --bs-btn-disabled-border-color: #566ACD;
}

* {
  padding: 0;
  margin: 0;
}

body {
  font: normal 16px/1.5 "Roboto", sans-serif;
  color: #333333;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

h2 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 16px;
}

.form-control:focus, .form-select:focus, button:focus, .form-check-input:focus, .navbar-toggler:focus {
  box-shadow: 0 0 0 0 !important;
  border-color: var(--bs-blue);
}

.btn {
  padding: 14px;
  min-height: 54px;
}
.btn.btn-p30 {
  padding: 13px 30px;
}
.btn.btn-p40 {
  padding: 13px 40px;
}
.btn.btn-p50 {
  padding: 13px 50px;
}

.btn-block {
  width: 100%;
}

.iconPrev {
  position: absolute;
  left: 20px;
  top: 20px;
  background: white;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: solid 1px #CCCCCC;
}

.iconPrev:hover {
  background-color: #f6f6f6;
}

.btnlink {
  border: none;
  box-shadow: 0 0 0 0;
  background-color: transparent;
}

input.form-control, .form-select {
  min-height: 54px;
}

label {
  color: #333333;
  font-weight: normal;
}

label em {
  color: red;
}

.form-label {
  font-weight: normal;
}
.form-label span {
  color: #CCCCCC;
}

.form-file input[type=file] {
  line-height: 42px;
}

.input-group .input-group-text,
.input-group .form-control,
.input-group .btn {
  font-size: 1rem;
}

.loginpage {
  position: relative;
}
.loginpage > .container-fluid > .row:first-child {
  min-height: 100vh;
}
.loginpage .loginImgBG {
  position: relative;
  background-size: cover;
  background-position: center center;
  min-height: 40vh;
}
.loginpage .loginImgBG::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(../images/loginImgOverlay.svg) left bottom no-repeat;
  background-size: cover;
}
.loginpage .loginContent {
  position: relative;
}
.loginpage .loginContent .companyLogo {
  margin-bottom: 50px;
}
.loginpage .loginContent h2 {
  font-size: 24px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 15px;
}
.loginpage .loginContent p {
  font-size: 18px;
  color: #333333;
  margin-bottom: 50px;
}
.loginpage .loginContent h5 {
  font-size: 24px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 20px;
}
.loginpage .loginContent .btnIcon {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loginpage .loginContent .btnIcon i {
  margin-right: 8px;
  top: -3px;
  position: relative;
}
.loginpage .loginContent.loginLeftSide h2 {
  color: white;
}
.loginpage .loginContent.loginLeftSide p {
  color: white;
}
.loginpage .loginContent.loginLeftSide > .row {
  flex: 1;
}
.loginpage .footer {
  position: absolute;
  bottom: 10px;
  width: 100%;
  color: #D1CECE;
}
.loginpage .loginLeftSide {
  background-color: #566ACD;
}
.loginpage.loginPhoneVerfication .loginLeftSide .companyLogo {
  margin-bottom: 30px;
}
.loginpage.loginPhoneVerfication .loginLeftSide h2 {
  font-size: 36px;
}
.loginpage.loginPhoneVerfication label {
  margin-bottom: 6px;
}
.loginpage.loginPhoneVerfication .input-group .input-group-text {
  background-color: transparent;
  position: absolute;
  z-index: 10;
  border-color: transparent;
  left: 0;
  top: 0;
  height: 100%;
}
.loginpage.loginPhoneVerfication .input-group .input-group-text::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 70%;
  top: 15%;
  background-color: #CCCCCC;
}
.loginpage.loginPhoneVerfication .input-group .form-control {
  border-radius: 6px 0 0 6px !important;
  padding-left: 60px;
}
.loginpage.loginPhoneVerfication.step2 .input-group.mb-3 {
  margin-bottom: 3rem !important;
}
.loginpage.loginPhoneVerfication.step2 h3 {
  margin-bottom: 15px;
}
.loginpage.loginPhoneVerfication.step2 p {
  margin-bottom: 20px;
}
.loginpage.loginPhoneVerfication.step3 .input-group.mb-3 {
  margin-bottom: 3rem !important;
}
.loginpage .btn-primary {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 575.98px) {
  .loginpage .btn-primary {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 991.98px) {
  .loginpage > .container-fluid > .row {
    flex-direction: column;
  }
  .loginpage {
    position: relative;
  }
  .loginpage > .container-fluid > .row:first-child > .col-12 {
    padding: 80px 0;
  }
  .loginpage .loginImgBG {
    position: relative;
  }
  .loginpage .loginImgBG img {
    width: 100%;
    max-height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
  .loginpage .loginContent.loginLeftSide p {
    margin-bottom: 0;
  }
}
.wrapper {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.middleCotainer {
  flex: 1;
  display: flex;
  overflow: hidden;
}

/* Header */
#header {
  display: flex;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  z-index: 5;
}
#header .logo {
  width: 275px;
  display: flex;
  align-items: center;
  padding: 18px 20px;
  border-right: solid 1px #ECEBEB;
}
#header .logo a {
  display: block;
}
@media (max-width: 991.98px) {
  #header .logo {
    width: auto;
  }
}
#header .header {
  display: flex;
  flex: 1;
  align-items: center;
  padding: 10px 50px;
}
@media (max-width: 991.98px) {
  #header .header {
    padding: 10px 20px;
  }
}
#header .header .pageTitle {
  flex: 1;
}
#header .header .pageTitle h1 {
  font-size: 20px;
  line-height: 1.1;
  margin: 0;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  #header .header .pageTitle h1 {
    display: none;
  }
}
#header .header .userBlock {
  display: flex;
  align-items: center;
}
#header .header .userBlock .userImg {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 8px;
}
@media (max-width: 575.98px) {
  #header .header .userBlock .userName {
    display: none;
  }
}
#header .header .navbar-toggler {
  display: none;
  padding: 6px;
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  #header .header .navbar-toggler {
    display: block;
  }
}

/* Sidebar */
.sidebar {
  width: 275px;
  background-color: #566ACD;
  display: flex;
  flex-direction: column;
  padding: 18px 0;
}
.sidebar .navigation {
  flex: 1;
  overflow: auto;
}
.sidebar .navigation > ul {
  padding: 0 20px 0;
}
.sidebar .navigation li {
  margin-bottom: 2px;
}
.sidebar .navigation li a {
  color: white;
  text-decoration: none;
  display: flex;
  width: 100%;
  background: transparent;
  border-radius: 6px;
  padding: 10px 11px;
}
.sidebar .navigation li a .iconContainer {
  max-width: 20px;
  margin-right: 8px;
}
.sidebar .navigation li a path {
  stroke: white;
}
.sidebar .navigation li.active a, .sidebar .navigation li:hover a {
  background: white;
  color: #333333;
}
.sidebar .navigation li.active path, .sidebar .navigation li:hover path {
  stroke: #333333;
}
.sidebar .bottomLinkWrapper {
  padding: 18px 20px 0;
}
.sidebar .bottomLinkWrapper a.bottomLink {
  color: white;
  text-decoration: none;
  display: flex;
  width: 100%;
  background: transparent;
  border-radius: 6px;
  padding: 10px 11px;
}
.sidebar .bottomLinkWrapper a.bottomLink .iconContainer {
  max-width: 20px;
  margin-right: 8px;
}
.sidebar .bottomLinkWrapper a.bottomLink path {
  stroke: white;
}
.sidebar .bottomLinkWrapper a.bottomLink.active, .sidebar .bottomLinkWrapper a.bottomLink:hover {
  background: white;
  color: #333333;
}
.sidebar .bottomLinkWrapper a.bottomLink.active path, .sidebar .bottomLinkWrapper a.bottomLink:hover path {
  stroke: #333333;
}
@media (max-width: 991.98px) {
  .sidebar {
    position: fixed;
    z-index: 4;
    height: calc(100vh - 66px);
    top: 66px;
    left: -100%;
    transition: ease 0.2s all;
  }
  .sidebar.open {
    left: 0;
  }
}

.mainContainer {
  flex: 1;
  overflow: auto;
  padding: 28px 50px;
}
@media (max-width: 991.98px) {
  .mainContainer {
    padding: 20px;
  }
}
.mainContainer.standardContainer {
  background-color: #f5f5f7;
  padding: 20px;
}

.setTabs {
  margin-bottom: 30px;
  display: flex;
}
.setTabs ul {
  display: flex;
  flex: 1;
  justify-content: space-between;
  position: relative;
}
.setTabs ul::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  height: 1px;
  background-color: #CCCCCC;
}
.setTabs ul .tabItem {
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
  color: white;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background-color: #E6E9EE;
  border: solid 1px #CCCCCC;
}
.setTabs ul .tabItem.active {
  background-color: #566ACD;
}
.setTabs ul .tabItem.done {
  border-color: #43D477;
}
@media (max-width: 575.98px) {
  .setTabs ul .tabItem.done {
    border-color: #CCCCCC;
  }
}
.setTabs ul .tabItem.done::before, .setTabs ul .tabItem.done::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.setTabs ul .tabItem.done::before {
  background-color: #43D477;
}
.setTabs ul .tabItem.done::after {
  background: url(../images/doneSteps.svg) center center no-repeat;
}
@media (max-width: 575.98px) {
  .setTabs ul .tabItem {
    width: auto;
    border-radius: 0;
    flex: 1;
    border: 0 none;
    border-right: solid 1px #CCCCCC;
  }
  .setTabs ul .tabItem:last-child {
    border-right: 0 none;
  }
}
@media (max-width: 575.98px) {
  .setTabs ul {
    border-radius: 25px;
    border: solid 1px #CCCCCC;
    overflow: hidden;
  }
}

button.btnBack {
  margin-right: 18px;
  min-height: 0;
  width: 40px;
  height: 40px;
  padding: 0 0 2px;
  vertical-align: middle;
  text-align: center;
}
button.btnBack:hover path {
  fill: white;
}
button.btnBack.smallBtn {
  width: 30px;
  height: 30px;
}

button.roundedRadius {
  border-radius: 30px;
}

.firstTabContent .btn-primary {
  min-width: 233px;
}

.formRow {
  margin-bottom: 40px;
  position: relative;
}
.formRow .tabTitle {
  display: flex;
  align-items: center;
}
.formRow .tabTitle h3 {
  font-size: 24px;
  margin-bottom: 0;
}
.formRow .tabTitle h3 em {
  color: red;
}
.formRow .tabTitle h3 small {
  display: block;
  font-size: 16px;
  padding-top: 4px;
  font-weight: normal;
  color: #999999;
}
.formRow .borderedRow {
  border: solid 1px #CCCCCC;
  border-radius: 4px;
  padding: 10px;
  display: flex;
  align-items: center;
}
.formRow .borderedRow .form-check-input {
  margin: 0 10px 0;
}

button.btnlinkIcon {
  background-color: transparent;
  color: #F78F24;
  border: 0;
  padding: 0;
}
button.btnlinkIcon i {
  font-size: 18px;
}
button.btnLinkText {
  background-color: transparent;
  border: 0;
  color: #566ACD;
  padding: 0;
}

.jobListingHead h2 {
  font-size: 20px;
}
.jobListingHead p {
  font-weight: normal;
}
.jobListingHead .roundedRadius {
  padding-left: 30px;
  padding-right: 30px;
  font-weight: bold;
}

.jobListing {
  margin-bottom: 30px;
}
.jobListing .jobItem {
  background-color: white;
  margin-bottom: 10px;
  border-radius: 6px;
  display: flex;
  padding: 18px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.jobListing .jobItem .jobContent {
  flex: 1;
  font-size: 18px;
}

.jobActivity {
  margin-bottom: 30px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.01);
  border-radius: 10px;
  overflow: hidden;
}
.jobActivity .activityHead {
  background: #566ACD;
  padding: 15px 20px;
}
.jobActivity .activityHead h4 {
  color: white;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
}
.jobActivity .activityContent {
  padding: 15px;
}
.jobActivity .activityContent .activityList li.activityItem {
  display: flex;
  padding-bottom: 8px;
  position: relative;
}
.jobActivity .activityContent .activityList li.activityItem::before {
  content: "";
  width: 1px;
  left: 14px;
  top: 0;
  height: 100%;
  background: #F78F24;
  position: absolute;
}
.jobActivity .activityContent .activityList li.activityItem .activityIcon {
  height: 28px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  background: #F78F24;
  position: relative;
}
.jobActivity .activityContent .activityList li.activityItem .activityIcon i {
  color: white;
  margin-top: -2px;
}
.jobActivity .activityContent .activityList li.activityItem .activityIcon i::before {
  vertical-align: middle;
}
.jobActivity .activityContent .activityList li.activityItem .activityInfo {
  border-bottom: solid 1px #D9D9D9;
  padding: 0 0 15px 10px;
  flex: 1;
}
.jobActivity .activityContent .activityList li.activityItem .activityInfo h5.activityTitle {
  margin: 0;
  font-size: 16px;
}
.jobActivity .activityContent .activityList li.activityItem .activityInfo .activityTime {
  font-size: 12px;
  color: #999999;
  display: block;
}
.jobActivity .activityContent .activityList li.activityItem:nth-last-child(2) {
  padding-bottom: 0;
}
.jobActivity .activityContent .activityList li:last-child {
  padding: 10px;
}

.userIcon {
  height: 80px;
  width: 80px;
  margin-bottom: 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  background: #F78F24;
}
.userIcon i {
  color: white;
  margin-top: -2px;
  font-size: 40px;
}
.userIcon i::before {
  vertical-align: middle;
}

.modal-content {
  padding: 15px;
}
.modal-content .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}
.modal-content .btn.roundedRadius {
  padding-left: 30px;
  padding-right: 30px;
  font-weight: bold;
}

.whiteBgContainer {
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.01);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.containerHeader {
  padding: 20px;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #D9D9D9;
}
.containerHeader h2 {
  margin: 0;
  font-size: 20px;
  flex: 1;
}

.containerContent {
  overflow: hidden;
  position: relative;
}

.leftSidebar {
  border-right: solid 1px #D9D9D9;
  padding: 20px;
}
@media (max-width: 767.98px) {
  .leftSidebar {
    padding: 0;
  }
}
.leftSidebar .navbar {
  display: none;
}
@media (max-width: 767.98px) {
  .leftSidebar .navbar {
    display: block;
    position: absolute;
    margin: 10px 20px;
  }
  .leftSidebar .navbar button {
    padding: 0;
  }
  .leftSidebar .navbar button .navbar-toggler-icon {
    background-size: 70%;
  }
}
.leftSidebar .leftNav li {
  margin-bottom: 20px;
}
.leftSidebar .leftNav li a {
  color: #333333;
}
.leftSidebar .leftNav li.active a {
  color: #566ACD;
}
@media (max-width: 767.98px) {
  .leftSidebar .leftNav {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    z-index: 3;
    position: absolute;
    left: -100%;
    top: 0;
    height: 100%;
    background-color: white;
    padding: 20px;
    overflow: auto;
  }
  .leftSidebar .leftNav.open {
    left: 0;
  }
}

.middileblock {
  padding: 20px;
}
.middileblock .blockHead {
  display: flex;
  margin: 0 0 18px 0;
  align-items: center;
  min-height: 30px;
}
@media (max-width: 767.98px) {
  .middileblock .blockHead {
    padding-left: 50px;
  }
}
.middileblock .blockHead h4 {
  flex: 1;
  margin: 0;
  font-size: 18px;
}
.middileblock .blockHead h4 em {
  color: red;
}
.middileblock .blockHead h4 small {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #999999;
}

.dataTable {
  border-top: solid 1px #CCCCCC;
  width: 100%;
}
.dataTable tr {
  border-bottom: solid 1px #CCCCCC;
}
@media (max-width: 575.98px) {
  .dataTable tr {
    display: block;
    padding: 12px 0;
  }
}
.dataTable td {
  padding: 12px 0;
}
@media (max-width: 575.98px) {
  .dataTable td {
    display: block;
    padding: 0;
  }
}

.formRow {
  margin-bottom: 28px;
  position: relative;
}
.formRow > div[class^=col-] {
  position: relative;
}
.formRow > div[class*=" col-"] {
  position: relative;
}
.formRow label.error, .formRow span.error, .formRow .errorMsg, .formRow .noticeMsg {
  color: red;
  font-size: 12px;
  width: 100%;
  left: 0;
  margin: 3px 0 0 15px;
  position: absolute;
  top: 100%;
  line-height: 1.2;
}
.formRow .errorMsg label.error, .formRow .errorMsg span.error {
  margin-left: 0;
}
.formRow .noticeMsg {
  color: #999999;
}
.formRow .secLineError {
  display: block;
  background-color: white;
  min-height: 25px;
  line-height: 1;
}
.formRow.inlineRow > label {
  white-space: nowrap;
  margin-right: 15px;
}

#otp_verify .errorMsg {
  margin-left: 0 !important;
  margin-top: 6px;
}

#pincode-error, #age-error, #name-error, #mobile-error {
  color: red;
}

.cursor_class {
  cursor: pointer;
}

.otpWrapper {
  display: flex;
  justify-content: space-between;
}
.otpWrapper .form-control {
  height: 54px;
  width: 54px;
  text-align: center;
  font-weight: 700;
}

.successfullyDone .userIcon {
  background-color: #43D477;
}
.successfullyDone h4 {
  color: #43D477;
}

.alert h5 {
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1;
}
.alert p {
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.2;
}
.alert.alert-success {
  background-color: white;
  border-color: #43D477;
  color: #43D477;
}
.alert.alert-success h5 {
  color: #43D477;
}
.alert.alert-success p {
  color: #43D477;
}

.uploadedFileDetail {
  display: flex;
}
.uploadedFileDetail .uploadedFile {
  flex: 1;
}
.uploadedFileDetail .uploadedFile strong {
  display: block;
}
.uploadedFileDetail .uploadedFile span {
  color: #999999;
}

.roundBtn {
  border-radius: 50%;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  width: 40px;
  border: solid 1px #CCCCCC;
  background-color: white;
  color: #566ACD;
  margin-left: 10px;
  transition: all 0.2s ease;
}
.roundBtn:hover {
  background-color: #566ACD;
  color: white;
  border-color: #566ACD;
}

.queryListing .queryItem {
  display: flex;
  align-items: center;
}
.queryListing .queryItem .queryInfo {
  flex: 1;
}
.queryListing .queryItem .queryInfo h4 {
  font-weight: bold;
}
.queryListing .queryItem .queryInfo span {
  color: #999999;
}
.queryListing .queryItem .queryInfo strong {
  font-weight: normal;
}

.borderedBlock {
  border: solid 1px #CCCCCC;
  background-color: white;
  transition: all 0.2s ease;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 10px;
}
.borderedBlock:hover {
  background-color: #F5F5F7;
}

.VideoPage {
  position: relative;
  background: #eef0fa;
}
.VideoPage::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 400px;
  top: 0;
  background: white;
}
.VideoPage .topContentWrapper {
  display: flex;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 767.98px) {
  .VideoPage .topContentWrapper {
    flex-direction: column;
  }
}
.VideoPage .topContentWrapper .leftContent {
  flex: 1;
  padding-right: 30px;
}
.VideoPage .topContentWrapper .leftContent h1 {
  color: #002942;
  font-size: 26px;
  font-weight: normal;
}
.VideoPage .topContentWrapper .leftContent h1 strong {
  font-weight: bold;
}
.VideoPage .topContentWrapper .leftContent p {
  width: 70%;
}
@media (max-width: 767.98px) {
  .VideoPage .topContentWrapper .leftContent p {
    width: 100%;
  }
}
.VideoPage .videoContainer {
  position: relative;
}
.VideoPage .videoContainer .videoWrapper {
  margin-bottom: 20px;
}
.VideoPage .videoContainer .videoWrapper video {
  border-radius: 10px;
  overflow: hidden;
  background-color: black;
}

.toggleButton {
  display: flex;
  width: 230px;
  background-color: #566ACD;
  border: solid 1px #566ACD;
  border-radius: 25px;
  position: relative;
}
.toggleButton::before {
  content: "";
  transition: all 0.2s ease;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
  position: absolute;
  border-radius: 25px;
  background-color: white;
}
.toggleButton button {
  width: 50%;
  background-color: transparent;
  color: white;
  position: relative;
  z-index: 2;
  border: 0 none;
  line-height: 50px;
}
.toggleButton button:first-child {
  color: #566ACD;
}
.toggleButton.switchLang::before {
  left: 50%;
}
.toggleButton.switchLang button:first-child {
  color: white;
}
.toggleButton.switchLang button:last-child {
  color: #566ACD;
}

.hrAdminLayout .containerHeader {
  border-bottom: 0;
}
.hrAdminLayout .containerHeader input, .hrAdminLayout .containerHeader button, .hrAdminLayout .containerHeader select {
  min-height: 45px;
}
.hrAdminLayout .containerHeader button {
  padding-top: 0;
  padding-bottom: 0;
}
.hrAdminLayout .containerHeader .SearchCandidates {
  flex: 1;
}
@media (max-width: 767.98px) {
  .hrAdminLayout .containerHeader .SearchCandidates {
    flex: auto;
    margin-bottom: 15px;
  }
}
.hrAdminLayout .containerHeader .selectboxWrapper {
  margin-left: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .hrAdminLayout .containerHeader .selectboxWrapper {
    margin-left: 0px;
  }
}
.hrAdminLayout .containerHeader .selectboxWrapper label {
  white-space: nowrap;
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .hrAdminLayout .containerHeader .selectboxWrapper label {
    margin-left: 20px;
  }
}
.hrAdminLayout .containerContent {
  padding: 0 0px 20px;
}
.hrAdminLayout .containerContent .table-responsive th, .hrAdminLayout .containerContent .table-responsive td {
  padding-left: 20px;
  padding-right: 20px;
}

.userDataTable {
  padding: 20px 0;
}
.userDataTable select, .userDataTable input {
  min-height: 45px;
  padding: 10px !important;
  border: solid 1px #CCCCCC !important;
  outline: none !important;
}
.userDataTable select:focus, .userDataTable input:focus {
  border-color: #566ACD !important;
}
.userDataTable select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 7px center !important;
  background-size: 1em;
  padding-right: 30px !important;
}
.userDataTable .dataTables_length, .userDataTable .dataTables_filter {
  margin-bottom: 20px;
}
.userDataTable .dataTables_length {
  margin-left: 20px;
}
.userDataTable .dataTables_filter {
  margin-right: 20px;
  width: 50%;
  display: flex;
}
.userDataTable .dataTables_filter label {
  flex: 1;
  display: flex;
  align-items: center;
}
.userDataTable .dataTables_filter label input {
  flex: 1;
}
.userDataTable .dataTables_info {
  margin-left: 20px;
}
.userDataTable .dataTables_paginate {
  margin-right: 20px;
}
.userDataTable table {
  margin-bottom: 20px !important;
  border-bottom: 0 !important;
}
.userDataTable table.dataTable thead th {
  border: 0 none !important;
  border-bottom: solid 1px #CCCCCC !important;
}
.userDataTable .dataTables_wrapper .dataTables_paginate .paginate_button {
  height: 40px;
  margin-left: 10px !important;
  width: 40px;
  line-height: 40px !important;
  font-size: 18px;
  padding: 0 !important;
  overflow: hidden;
}
.userDataTable .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.userDataTable .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.userDataTable .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border-radius: 5px !important;
  border: solid 1px #566ACD !important;
  background: #566ACD !important;
  color: white !important;
}
.userDataTable .dataTables_wrapper .dataTables_paginate .paginate_button.current::after,
.userDataTable .dataTables_wrapper .dataTables_paginate .paginate_button:hover::after,
.userDataTable .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover::after {
  border-color: white !important;
}
.userDataTable .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  background: none !important;
}
.userDataTable .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover::after {
  border-color: #CCCCCC !important;
}
.userDataTable .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.userDataTable .dataTables_wrapper .dataTables_paginate .paginate_button.next {
  font-size: 0 !important;
  border-radius: 5px !important;
  border: solid 1px #CCCCCC !important;
  position: relative;
}
.userDataTable .dataTables_wrapper .dataTables_paginate .paginate_button.previous::after,
.userDataTable .dataTables_wrapper .dataTables_paginate .paginate_button.next::after {
  content: "";
  width: 10px;
  height: 10px;
  border: solid 2px #CCCCCC;
  position: absolute;
  transform: rotate(45deg);
}
.userDataTable .dataTables_wrapper .dataTables_paginate .paginate_button.previous::after {
  border-top: 0;
  border-right: 0;
  top: 36%;
  left: 46%;
}
.userDataTable .dataTables_wrapper .dataTables_paginate .paginate_button.next::after {
  border-left: 0;
  border-bottom: 0;
  top: 36%;
  left: 34%;
}

.table-responsive th, .table-responsive td {
  color: #999999;
  font-weight: normal;
}
.table-responsive th.candidatesName, .table-responsive th u, .table-responsive td.candidatesName, .table-responsive td u {
  color: black;
}
.table-responsive th .statusGreen, .table-responsive td .statusGreen {
  color: #43D477 !important;
}
.table-responsive th {
  background-color: rgb(245, 245, 247);
  border: solid 1px rgb(204, 204, 204);
  white-space: nowrap;
}
.table-responsive th:first-child {
  border-left: 0 none;
}
.table-responsive th:last-child {
  border-right: 0 none;
}
.table-responsive button.btn {
  min-height: 0;
  padding: 3px 20px;
}
.table-responsive .noWrap {
  white-space: nowrap;
}
.table-responsive .smallcircle {
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  background-color: #566ACD;
  display: inline-block;
  text-align: center;
  color: white;
  margin-right: 10px;
}

.pagination {
  --bs-pagination-active-bg: #566ACD;
  --bs-pagination-active-border-color: #566ACD;
}

.page-link {
  color: #566ACD;
}

.btn-outline-primary {
  --bs-btn-color: #566ACD;
  --bs-btn-border-color: #566ACD;
  --bs-btn-hover-bg: #566ACD;
  --bs-btn-hover-border-color: #566ACD;
  --bs-btn-active-bg: #566ACD;
  --bs-btn-active-border-color: #566ACD;
  --bs-btn-disabled-color: #566ACD;
  --bs-btn-disabled-border-color: #566ACD;
}

.candidateInfoWrapper {
  padding: 20px;
}
.candidateInfoWrapper .candidateImg {
  width: 93px;
  height: 93px;
  font-size: 20px;
  line-height: 93px;
  border-radius: 50%;
  background-color: #566ACD;
  text-align: center;
  color: white;
}
.candidateInfoWrapper .candidateInfoTable td > span {
  display: block;
}
.candidateInfoWrapper .candidateInfoTable td > strong {
  display: block;
  color: black;
  font-weight: normal;
}

.feedbackFromWrapper .blockHead {
  padding: 15px 10px;
  border-bottom: solid 1px #D9D9D9;
}
.feedbackFromWrapper .blockHead h4 {
  margin-bottom: 0;
}
.feedbackFromWrapper .blockContent {
  padding: 15px 10px;
}

.icon-link {
  align-items: center;
  line-height: 1;
}

.remarkListItem {
  padding: 15px;
}
.remarkListItem .userImg {
  width: 36px;
  height: 36px;
  font-size: 12px;
  line-height: 36px;
  border-radius: 50%;
  background-color: #566ACD;
  text-align: center;
  color: white;
}
.remarkListItem .userDetails {
  margin-bottom: 10px;
}
.remarkListItem .userDetails strong {
  display: block;
}
.remarkListItem .userDetails span {
  display: block;
  color: #999999;
}
.remarkListItem p {
  margin: 0;
}
.remarkListItem .btn-link.icon-link {
  margin-left: 20px;
}

.btn-link.icon-link {
  min-height: 0;
  text-decoration: none;
  color: #566ACD;
}

.btn-link.icon-link:focus {
  border-color: transparent !important;
}

.modal-content.feedbackFromWrapper .blockHead {
  padding-top: 0;
}
.modal-content.feedbackFromWrapper .modal-body {
  padding-top: 0;
}

input[type=date] {
  position: relative;
}

::-webkit-calendar-picker-indicator {
  background: transparent;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.chatLeftContent {
  border: solid 1px #E1E4F2;
  background-color: #F5F5F7;
  padding: 20px;
  border-radius: 10px;
  font-size: 14px;
}
.chatLeftContent .detailList {
  margin-bottom: 20px;
}
.chatLeftContent .detailList span {
  color: #999999;
}
.chatLeftContent .detailList strong {
  font-weight: normal;
}
.chatLeftContent .actionButtons {
  display: flex;
}
.chatLeftContent .actionButtons .pdfFile {
  background-color: white;
  border: solid 1px #CCCCCC;
  display: flex;
  border-radius: 3px;
  width: 75px;
  height: 51px;
}
.chatLeftContent .actionButtons .pdfFile a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.chatLeftContent .actionButtons .pdfFile a svg {
  height: 30px;
  width: 25px;
}
.chatLeftContent .actionButtons .downloadFile {
  margin-left: 20px;
}
.chatLeftContent .actionButtons .downloadFile a {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.chatLeftContent .actionButtons .downloadFile a .roundBtn {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  display: block;
}

.chatContainerWrapper {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
}
.chatContainerWrapper .chatContainer {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.chatContainerWrapper .chatConversationContainer {
  padding: 0 0 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.chatContainerWrapper .chatConversationContainer .userDP {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #566ACD;
  color: white;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
}
.chatContainerWrapper .chatConversationContainer .userDP img {
  display: block;
}
.chatContainerWrapper .chatConversationContainer .userMsg {
  border: solid 1px #EFE5DC;
  max-width: 70%;
  background-color: #FFF9F4;
  padding: 15px;
  border-radius: 20px;
}
.chatContainerWrapper .chatConversationContainer .chattime {
  font-size: 12px;
  color: #CCCCCC;
}
.chatContainerWrapper .chatConversationContainer .chatLog {
  margin-bottom: 20px;
}
.chatContainerWrapper .chatConversationContainer .leftAlign .userMsg {
  border-top-left-radius: 0;
}
.chatContainerWrapper .chatConversationContainer .rightAlign .userMsg {
  border: solid 1px #E1E4F2;
  background-color: #F7F8FC;
  border-top-right-radius: 0;
}
.chatContainerWrapper .chatConversationContainer .rightAlign .chattime {
  text-align: right;
}
.chatContainerWrapper .typeChatContainer {
  border-top: solid 1px #CCCCCC;
  padding: 18px;
  background-color: #F5F5F7;
  margin: 0 -12px;
}
.chatContainerWrapper .typeChatContainer .chatForm {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.chatContainerWrapper .typeChatContainer .chatForm button {
  border: 0 none;
  background-color: transparent;
  width: 56px;
  height: 54px;
  border-radius: 7px;
}
.chatContainerWrapper .typeChatContainer .chatForm .uploadBtn {
  margin-right: 10px;
}
.chatContainerWrapper .typeChatContainer .chatForm .uploadBtn:hover {
  background-color: #566ACD;
}
.chatContainerWrapper .typeChatContainer .chatForm .uploadBtn:hover path {
  fill: white;
}
.chatContainerWrapper .typeChatContainer .chatForm .typingBox {
  display: flex;
  background-color: white;
  border-radius: 7px;
  padding: 3px;
  border: solid 1px #CCCCCC;
  flex: 1;
}
.chatContainerWrapper .typeChatContainer .chatForm .typingBox .typingInput {
  flex: 1;
  border: 0 none;
  outline: none;
  padding-left: 10px;
}
.chatContainerWrapper .typeChatContainer .chatForm .typingBox .sendBtn {
  background-color: #F78F24;
}
.chatContainerWrapper .typeChatContainer .chatForm .typingBox .sendBtn:hover {
  background-color: #566ACD;
}
.chatContainerWrapper .typeChatContainer .chatForm .typingBox .sendBtn:hover path {
  fill: white;
}

.insideScroll {
  display: flex;
}
.insideScroll > .whiteBgContainer {
  margin-bottom: 0;
}
.insideScroll .whiteBgContainer {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.insideScroll .whiteBgContainer .containerContent {
  display: flex;
  flex: 1;
}
.insideScroll .whiteBgContainer .containerContent .chatContainerWrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-height: 100%;
}
.insideScroll .whiteBgContainer .containerContent .chatContainerWrapper h3 {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.insideScroll .whiteBgContainer .containerContent .chatContainerWrapper .chatContainer {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-height: 100%;
}
.insideScroll .whiteBgContainer .containerContent .chatContainerWrapper .chatContainer .chatConversationContainer {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}/*# sourceMappingURL=stylesheet.css.map */