@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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");

/************** Root Theme Styles for Outer Pages *****************/
:root {
  --thm-pri: #162f6a;
  --thm-sec: #162f6a;
  --thm-thir: #162f6a;
  --thm-text: #161637;
  --thm-bglight: #f4f4f9;
  /**** Updated *****/
  --def-line-height: 1.5;
  --thm-quat: #12a65c;
  --thm-danger: #f1416c;
  --thm-op-20: #ffffff10;
  --thm-verify: #ff7f7f;
  --thm-success: #45c082;
  --thm-grey: #3f4254;
}

/************** Root Theme Styles for Portal *****************/
:root {
  --gv-toolbar-height: 0px !important;
}

* {
  font-family: "Poppins", sans-serif;
}

html {
  font-size: 0.781vw;
}

h1 {
  font-size: 5em;
}

p {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 31.5px;
}

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

.bold_800 {
  font-weight: 800;
}

.text-dark {
  color: var(--thm-text);
}

.text-secondary {
  color: var(--thm-grey) !important;
}

.navbar-brand img {
  width: 430px;
}

.nav-link {
  font-size: 1.2em;
  font-weight: 500;
  color: #00000050;
}

.nav-link.active {
  color: var(--thm-sec) !important;
  position: relative;
}

.nav-link.active::after {
  content: "";
  width: 50%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: var(--thm-sec);
}

.cm_pic {
  width: 80px;
  border-radius: 50%;
  background-color: #104e7e;
  overflow: hidden;
}

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

.btn {
  font-weight: 400;
  font-size: 1.2em;
  border-radius: 5px;
  border: none;
  padding: 10px 20px;
}

/* Pulsante 10: Freccia In Gioco */
.btn-10 {
  background-color: #e74c3c;
  color: white;
}

.btn-10:hover {
  animation: arrow 1s forwards;
}

@keyframes arrow {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(10px);
  }
}

.btn-primary {
  background: var(--thm-sec);
}

.btn-primary:checked + .btn,
.btn-primary.active,
.btn-primary.show,
.btn-primary:first-child:active,
.btn-primary:hover {
  background: #1e3a8a;
}

.btn-outline {
  -webkit-box-shadow: inset 0px 0px 0px 2px #104e7e;
  -moz-box-shadow: inset 0px 0px 0px 2px #104e7e;
  box-shadow: inset 0px 0px 0px 2px #104e7e;
  color: var(--thm-sec) !important;
}

.btn-outline:checked + .btn,
.btn-outline.active,
.btn-outline.show,
.btn-outline:first-child:active,
.btn-outline:hover {
  background: var(--thm-pri);
  color: #fff !important;
}

.dropdown-item {
  font-size: 1em;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  color: #fff;
}

.dropdown-menu {
  padding: 0;
  background: var(--thm-pri);
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #7ee1ff;
}

.tagline {
  color: #002c4d;
  font-weight: 600;
  padding-bottom: 1rem;
  position: relative;
  margin-bottom: 2rem;
  display: inline-block;
}

.tagline::after {
  content: "";
  width: 30%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: var(--thm-sec);
}

.text-grey {
  color: #c1c1c1;
}

.text-primary {
  color: var(--thm-pri) !important;
}

.btn-primary .fa-arrow-right-long {
  transition: all ease-in-out 1s;
}

.btn-primary:hover .fa-arrow-right-long {
  transform: translateX(6px);
}

a .text-grey:hover {
  color: var(--thm-pri);
}

.theme-btn i {
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin-left: 3px;
}

.btn-style-one .btn-curve {
  display: none !important;
  position: absolute;
  right: -15px;
  top: 0;
  width: 26px;
  height: 100%;
  background: var(--thm-pri);
  opacity: 0.2;
  z-index: 0;
  transform: skewX(-22deg);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

/*Btn Style One*/
.btn-style-one {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: var(--thm-sec);
  color: var(--thm-pri);
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.btn-style-two {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.05em;
  background: #898497;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  cursor: no-drop !important;
}

.btn-style-one:visited {
  color: var(--thm-pri);
}

.btn-style-one .btn-title {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 18px;
  font-weight: 600;
  padding: 18px 31px;
  /* z-index: 1; */
  letter-spacing: 0.06em;
  color: #ffffff;
}

.btn-style-one:hover {
  background: var(--thm-sec);
  color: #ffffff;
  transform: translateY(-2px);
}

.btn-style-one .btn-curve {
  position: absolute;
  right: -15px;
  top: 0;
  width: 26px;
  height: 100%;
  background: var(--thm-pri);
  opacity: 0.2;
  z-index: 0;
  transform: skewX(-22deg);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-style-one:hover .btn-curve {
  opacity: 1;
  right: -1px;
  width: 101%;
  transform: skewX(0deg);
}

.theme-btn-outline {
  background: none;
  outline: var(--thm-sec) 2px solid;
  outline-offset: -2px;
}

.theme-btn-outline .btn-title {
  color: var(--thm-sec) !important;
}

.theme-btn-outline .btn-title:hover {
  color: #fff !important;
}

.bg-light {
  background: var(--thm-bglight) !important;
}

.bg-primary {
  background: var(--thm-pri) !important;
}

.body-bg {
  background: url(../img/login_bg.svg) var(--thm-bglight) no-repeat;
  background-size: 100%;
  background-position: center bottom;
}

.link-primary {
  color: var(--thm-thir);
}

.input-group-text {
  background-color: #f5f8fa00;
}

.form-control.form-control-solid {
    border: 1px solid #    !important;
    border-width: 1.9px !important;
    /* border-color: #afafaf !important; */
    color: #000 !important;
}

.form-control.form-control-solid::placeholder,
.dropdown.show > .form-control.form-control-solid,
.form-control.form-control-solid.active,
.form-control.form-control-solid.focus,
.form-control.form-control-solid:active,
.form-control.form-control-solid:focus {
  color: var(--thm-text);
  background-color: var(--thm-bglight) !important;
}

.onbgpri.theme-btn.btn-style-one:hover .btn-curve {
  background-color: var(--thm-sec) !important;
}

a {
  color: var(--thm-thir);
}

a:hover {
  color: #3c42a7;
}

.modal ul li {
  margin-bottom: 1rem;
}

.modal p {
  line-height: var(--def-line-height);
}

body,
html {
  font-size: 0.9em !important;
}

.modal .modal-header {
  justify-content: center;
}

.portal .btn-title {
  font-size: 1rem !important;
  /* line-height: 5px !important; */
  font-weight: 600 !important;
  padding: 10px 20px !important;
  text-transform: capitalize !important;
}

.btn-style-one:hover {
  animation: trip 1s forwards;
}

.btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(
    .border-active
  ):not(.btn-flush):not(.btn-icon) {
  font-size: 1rem !important;
  /* line-height: 9px !important; */
  font-weight: 600 !important;
  padding: 10px 20px !important;
  text-transform: capitalize !important;
}

.btn.btn-light {
  color: #7e8299;
  border-color: #f5f8fa;
  background-color: #e7eaec;
}

.btn.btn-secondary {
  font-size: 0.9rem !important;
  line-height: 17px !important;
  font-weight: 600 !important;
  padding: 13px 25px !important;
}

.form-check.form-check-solid .form-check-input:checked {
  background-color: var(--thm-pri);
}

.form-check-input {
  width: 1.5rem;
  height: 1.5rem;
}

.color_animea {
  position: relative;
  animation: coloranime 40s infinite;
}

@keyframes coloranime {
  0% {
    filter: hue-rotate(0deg);
  }

  50% {
    filter: hue-rotate(180deg);
  }

  100% {
    filter: hue-rotate(0deg);
  }
}

.h-75-px {
  height: 60vh;
}

.shadow {
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.09) !important;
}

.svg-secondary {
  filter: brightness(0) saturate(100%) invert(83%) sepia(7%) saturate(13%)
    hue-rotate(43deg) brightness(94%) contrast(89%);
}

.svg-primary {
  filter: brightness(0) saturate(100%) invert(21%) sepia(77%) saturate(1740%)
    hue-rotate(224deg) brightness(93%) contrast(93%);
  /* opacity: 0.7; */
}

.svg-success {
  filter: brightness(0) saturate(100%) invert(36%) sepia(90%) saturate(2273%)
    hue-rotate(130deg) brightness(100%) contrast(86%);
  opacity: 0.7;
}

.svg-danger {
  filter: brightness(0) saturate(100%) invert(40%) sepia(87%) saturate(3613%)
    hue-rotate(324deg) brightness(99%) contrast(90%);
  /* opacity: 0.7; */
}

.svg-primary:hover,
.svg-success:hover,
.svg-danger:hover {
  opacity: 1;
}

.def.form-control.form-control-solid {
  background-color: transparent !important;
  border: 1px solid #ccc;
  /* border-left: 0px; */
  color: var(--thm-text) !important;
  padding: 0.5rem 0.9rem !important;

}

.def.form-control.form-control-solid::placeholder {
  background-color: transparent !important;
  color: #797f9e !important;
}

.def.input-group-text {
  border: 1px solid #ccc;
  border-right: 0;
}

textarea.def.form-control.form-control-solid {
  background-color: transparent !important;
  border: 1px solid #ccc;
  color: var(--thm-text) !important;
  padding: 0.825rem 0.5rem !important;
}

.form-control-lg {
  font-size: 1rem;
  min-height: calc(1.1em + 1.65rem + 2px) !important;
}

.otc {
  position: relative;
  /* width: 320px; */
  margin: 0 auto;
}

.otc fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

.otc fieldset div {
  display: flex;
  align-items: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"]:nth-child(n + 4) {
  order: 2;
}

.stepper.stepper-pills .stepper-item.current .stepper-icon {
  background: var(--thm-pri);
}

.stepper.stepper-pills .stepper-item.completed .stepper-icon,
.stepper.stepper-pills .stepper-item.current:last-child .stepper-icon {
  background: var(--thm-quat);
}

.stepper.stepper-pills .stepper-item.completed .stepper-icon .stepper-check,
.stepper.stepper-pills
  .stepper-item.current:last-child
  .stepper-icon
  .stepper-check {
  color: var(--thm-bglight) !important;
}

.text-title {
  color: var(--thm-quat) !important;
}

.select2-container--bootstrap5 .select2-selection--single {
  border: 1px solid #ccc !important;
  /* border-left: 0; */
}

.validation_font {
  color: var(--thm-danger);
}

.card.bg-primary .validation_font {
  color: #00fffe;
}

.card.bg-primary .text-danger {
  color: #00fffe !important;
}

.validation_font .fa {
  display: none;
}

.stepper-wrapper.d-flex.align-items-center {
  position: relative;
}

.stepper.stepper-pills .stepper-item .stepper-label {
  position: absolute !important;
  left: -56px;
  right: 0;
  margin: auto;
  top: 3.4rem;
  width: 156px;
  /* background: red; */
  text-align: center;
}

.stepper-wrapper.d-flex.align-items-center::after {
  content: "";
  position: absolute;
  width: 135%;
  margin: 0 auto;
  left: auto;
  right: 100%;
  height: 5px;
  background: var(--thm-sec);
  z-index: 1;
}

#kt_stepper_example_clickable
  .stepper-item:first-child
  .stepper-wrapper::after {
  display: none;
}

#kt_stepper_example_clickable
  .stepper-item:last-child
  .stepper-wrapper::before {
  display: none;
}

.stepper-wrapper.d-flex.align-items-center::before {
  content: "";
  position: absolute;
  width: 125%;
  margin: 0 auto;
  left: 65%;
  right: auto;
  height: 5px;
  background: var(--thm-sec);
  z-index: 1;
}

.stepper.stepper-pills .stepper-item.current .stepper-icon {
  z-index: 5 !important;
}

.stepper.stepper-pills .stepper-item .stepper-label .stepper-title {
  color: #a1a1a1;
  font-weight: 500;
}

.stepper.stepper-pills .stepper-item.current .stepper-label .stepper-title {
  color: #104e7e;
  font-weight: 500;
}

.stepper.stepper-pills .stepper-item.completed .stepper-label .stepper-title {
  color: #16a65c;
}

.form-control {
  padding: 0.75rem 1rem;
  font-size: 1.05rem;
}

.aside.aside-dark .aside-logo {
  background: var(--thm-pri);
}

.aside.aside-dark {
  background: var(--thm-pri);
}

.aside-dark .menu .menu-item.here > .menu-link {
  background-color: var(--thm-sec);
  border-left: 4px solid var(--thm-bglight);
}

.aside-dark .menu .menu-item .menu-link.active {
  background-color: #f2aa02;
  border-radius: 10px;
  /* background-color: var(--thm-bglight); */
}

.aside-dark .menu .menu-item.show > .menu-link {
  background-color: var(--thm-sec);
}

.aside-dark
  .menu
  .menu-item.hover:not(.here)
  > .menu-link:not(.disabled):not(.active):not(.here),
.aside-dark
  .menu
  .menu-item:not(.here)
  .menu-link:hover:not(.disabled):not(.active):not(.here) {
  background-color: var(--thm-op-20);
}

.form-check-input:checked {
  background-color: var(--thm-pri);
  border-color: var(--thm-pri);
}

.fv-plugins-message-container {
  position: absolute;
  bottom: -28px;
}

/* .validation_font {
  position: absolute;
  top: 90px;
} */

.validation_font.top-45 {
  top: 45px;
}

.btn[data-kt-password-meter-control="visibility"] {
  z-index: 99999 !important;
}

.btn[data-kt-password-meter-control="visibility"]:not(.btn-check)
  + .btn:active {
  background: none !important;
}

.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0.475rem;
  border-bottom-right-radius: 0.475rem;
}

.def.input-group-text {
  border-top-right-radius: 0rem !important;
  border-bottom-right-radius: 0rem !important;
}

.pass_meter_custom[data-kt-password-meter-control="highlight"] {
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
}

/* .login .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
} */

.card .card-header {
  min-height: 50px;
  align-items: center;
}

.valid-feedback {
  font-size: inherit;
}

.password_form_control.form-control.is-invalid,
.was-validated .password_form_control.form-control:invalid,
.password_form_control.form-control.is-valid,
.was-validated .password_form_control.form-control:valid {
  background-image: none !important;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #ccc;
}

#resendOTPBtn {
  cursor: pointer;
}

.aside-dark .menu .menu-item .menu-section {
  color: var(--thm-thir) !important;
}

.aside-dark .menu .menu-item .menu-link .menu-title {
  color: var(--thm-bglight);
}

.page-item.active .page-link {
  background-color: var(--thm-sec);
}

.modal-bottom {
  bottom: 0;
  top: auto;
  height: auto;
}

.form-select {
  font-size: 1.05rem;
  color: #ccc !important;
}

.select2-container--bootstrap5
  .select2-selection--single
  .select2-selection__placeholder {
  color: #797f9e !important;
}

.select2-container--bootstrap5
  .select2-selection--single
  .select2-selection__rendered {
  color: var(--thm-text) !important;
}

.cmsSecTitle {
  top: -20px;
  left: 10px;
}

.badge-light-primary {
  color: var(--thm-pri);
  background-color: #dceaf4;
}

.badge-primary {
  color: #fff;
  background-color: var(--thm-pri);
}

.badge-success {
  color: #fff;
  background-color: var(--thm-success);
}

.badge {
  border-radius: 0.275rem;
  padding-top: 9px;
}

.badge-danger {
  background-color: var(--thm-verify);
}

table.dataTable > thead .sorting_asc.select_list:after {
  display: none;
}

table.dataTable > thead .sorting_desc.select_list:after {
  display: none;
}

.no_sorting::after {
  display: none !important;
}

/* .tagify .tagify__tag {
    background-color: var(--tag-bg)!important;
} */
.tagify__tag__removeBtn,
.tagify__tag > div {
  color: #fff;
}

.tagify .tagify__tag .tagify__tag__removeBtn,
.tagify .tagify__tag .tagify__tag__removeBtn:hover {
  background: url(../img/close_ico.svg);
  /* background: cover; */
}

.noUi-target .noUi-connect {
  background: var(--thm-pri);
}

#filters .form-label {
  font-size: 0.9rem;
}

#filters .input-group-text {
  padding: 0.3rem 1rem;
  font-size: 0.8rem;
}

#filters .def.form-control.form-control-solid {
  padding: 0.3rem 1rem !important;
  border-left: 1px solid #ccc !important;
}

.form-control {
  padding: 0.4rem 1rem;
  padding: 0.75rem 0.7rem 0.75rem 1rem;
}

.form-control-sm {
  min-height: calc(1.5em + 1.2rem + 0px);
}

.form-select.form-select-solid,
.select2-container--bootstrap5.select2-container--focus .form-select-solid,
.select2-container--bootstrap5.select2-container--open .form-select-solid {
  background-color: #ffffff;
  border: 1px solid #ccc !important;
}

.select2-container--bootstrap5 .select2-selection__clear {
  top: 22px;
}

.btn-group-sm > .btn.btn-icon,
.btn.btn-icon.btn-sm {
  height: calc(1.3em + 1rem + 0px);
  /* width: calc(0em + 0rem + 0px); */
}

.list-type-none {
  list-style-type: none;
}

.form-select-sm {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.select2-container--bootstrap5
  .select2-dropdown
  .select2-results__option.select2-results__option--selected {
  background-color: var(--thm-pri);
}

.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link.active,
.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link:hover:not(.disabled),
.nav-line-tabs.nav-line-tabs-2x .nav-item.show .nav-link {
  border-bottom-width: 0px;
}

.form-label {
  text-transform: capitalize;
}

.table > thead {
  background: var(--thm-pri);
}

.table > thead tr {
  color: #ffffff !important;
}

table.dataTable > thead .no_sort_ico:after {
  display: none;
}

table {
  overflow: hidden;
}

.table > thead {
  vertical-align: middle;
}

.form-check.form-check-solid .form-check-input {
  background-color: #ffffff;
  border: #3f4254 1px solid;
}

.profile_img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: contain;
  background: var(--thm-bglight);
  margin: 0 auto;
}

.profile_img img {
  width: 100%;
}

.profile_title {
  color: var(--thm-pri);
}

.text-tag {
  color: var(--thm-grey);
}

.profile_icons {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: contain;
  background: var(--thm-bglight);
  margin-right: 1rem;
}

hr.custom {
  border-bottom: 1px solid #555;
}

hr {
  background-color: #979292;
}

.edit_icon {
  top: 0;
  right: 0;
}

.border-bottom {
  border-bottom: 1px solid #d1ddeb !important;
}

.rounded-25 {
  border-radius: 25px;
}

.btn-check:active + .btn.btn-secondary,
.btn-check:checked + .btn.btn-secondary,
.btn.btn-secondary.active,
.btn.btn-secondary.show,
.btn.btn-secondary:active:not(.btn-active),
.btn.btn-secondary:focus:not(.btn-active),
.btn.btn-secondary:hover:not(.btn-active),
.show > .btn.btn-secondary {
  color: #3f4254;
  border-color: #d6d6dc;
  background-color: #d6d6dc !important;
  transform: translateY(-2px) !important;
  animation: trip 1s forwards !important;
}

.card-p {
  padding: 2rem 2rem;
}

.border-top-primary {
  border-top: 3px solid var(--thm-pri) !important;
}

.select2-container--bootstrap5
  .select2-dropdown
  .select2-results__option:not(.select2-results__option--group):hover {
  background-color: #f2f1ff;
  color: var(--thm-pri);
  transition: color 0.2s ease, background-color 0.2s ease;
}

.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
  background-color: #f2f1ff;
  color: var(--thm-pri);
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
  background: var(--thm-pri);
}

.stepper.stepper-pills .stepper-item .stepper-icon .stepper-number {
  font-weight: 600;
  color: var(--thm-pri) !important;
  font-size: 1.25rem;
}

.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-left-radius: 0.475rem !important;
  border-bottom-left-radius: 0.475rem !important;
  z-index: 1 !important;
}

.toastr-bottom-right {
  right: 20px;
  bottom: 72px;
}

#toastr-container > .toastr-warning {
  background: #ffe9d1 !important;
  border: 2px solid #ee9400 !important;
  color: #001129 !important;
  position: relative;
}

.toastr {
  opacity: 1 !important;
}

.toastr .toastr-message {
  color: #001129 !important;
}

#toastr-container > div {
  width: auto !important;
}

#toastr-container > .toastr-warning::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  background: url(../img/warning.svg) no-repeat;
  background-size: 100%;
  background-position: center bottom;
  width: 40px;
  height: 40px;
}

#toastr-container > .toastr-success {
  background: #e5ffec !important;
  border: 2px solid #3bb65d !important;
  color: #001129 !important;
  position: relative;
}

#toastr-container > .toastr-success::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  background: url(../img/success.svg) no-repeat;
  background-size: 100%;
  background-position: center bottom;
  width: 40px;
  height: 40px;
}

.language.form-check.form-check-solid .form-check-input {
  background-color: var(--thm-sec);
  border: 0;
}

.text-justify {
  text-align: justify;
}

.select2-container--bootstrap5 .select2-selection__clear {
  right: 1rem;
  display: none;
}

.select2-selection__choice__display {
  color: #3a3a3a !important;
}

.form-select {
  padding: 0.6rem 3rem 0.6rem 1rem !important;
}

.btn.btn-icon {
  height: 30px;
  width: 30px;
  padding: 0 !important;
}

.swal2-popup .swal2-content,
.swal2-popup .swal2-html-container {
  font-weight: 400;
  font-size: 1.1rem;
  margin-top: 0.5rem;
  color: #3f4254;
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #ea502e;
  color: #fff;
  font-size: 1em;
}

.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #7f8284;
  color: #fff;
  font-size: 1em;
}

.swal2-actions {
  flex-direction: row-reverse !important;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 2.8em;
  height: 2.8em;
  margin: 0em auto 0.6em;
  border: 0.18em solid transparent;
}

.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.7em !important;
  font-weight: 800 !important;
  color: var(--thm-pri);
}

.swal2-icon.swal2-question {
  border-color: var(--thm-pri);
  color: #009ef7;
}

.swal2-popup .swal2-actions {
  margin: 0.5rem auto 0.5rem auto;
}

.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
  display: block;
  position: absolute;
  top: 18px;
  width: 1.72em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}

.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="right"] {
  right: 0.6em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="left"] {
  left: 0.525em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-warning {
  border-color: var(--thm-pri);
  color: var(--thm-pri);
}

table .btn-style-one {
  text-transform: capitalize;
}

.dataTables_length select {
  margin-left: 1rem;
}

.svg-gray-600 {
  filter: invert(57%) sepia(7%) saturate(923%) hue-rotate(194deg)
    brightness(88%) contrast(89%);
}

.swal2-icon.swal2-success [class^="swal2-success-line"][class$="long"] {
  top: 1.375em;
  right: -0.00599952956em;
  width: 2.11em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^="swal2-success-line"][class$="tip"] {
  top: 1.79em;
  left: 0.42500000000015em;
  width: 1em;
  transform: rotate(45deg);
}

div.dataTables_wrapper div.dataTables_length select,
.dataTables_length select {
  width: 5.2rem;
  height: 2.3rem;
  padding: 0.36rem 3rem 0.36rem 1rem !important;
}

.noDropArrow::after {
  content: none;
}

.list-arrow1 li {
  background: url(../img/list_arrow.svg) no-repeat 0px 4px;
  padding-left: 15px;
  background-size: 8px;
}

.image-input.image-input-outline .image-input-wrapper {
  background-position: center;
}

.form-check.form-check-custom.form-check-sm .form-check-input {
  height: 1.2rem;
  width: 1.2rem;
}

.showHidePass.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  z-index: 9 !important;
}

.tabStyle1.nav-pills .nav-link.active,
.tabStyle1.nav-pills .show > .nav-link {
  color: #fff !important;
  background-color: #12a65c;
}

/* .nav-pills .nav-link {
    background: #198754;
    border: 0;
    border-radius: 0.475rem;
} */
header .dropdown-item {
  color: #181c32;
}

header .dropdown-item:hover {
  background-color: #3c42a7;
  color: #fff;
}

header .dropdown-menu li:first-child .dropdown-item:hover {
  border-top-left-radius: 0.475rem;
  border-top-right-radius: 0.475rem;
}

header .dropdown-menu li:last-child .dropdown-item:hover {
  border-bottom-left-radius: 0.475rem;
  border-bottom-right-radius: 0.475rem;
}

.form-control.form-control-solid::placeholder {
  color: #797f9e;
}

.swal2-container {
  z-index: 9999;
}

.validation_font.top-50 {
  top: 50px !important;
}

/* --------------- GIGW Menu Style Start -----------------  */

body.font-large {
  font-size: 19.2px !important;
  /* 16px * 1.2 */
}

body.font-larger {
  font-size: 22.4px !important;
  /* 16px * 1.4 */
}

body.font-small {
  font-size: 14.4px !important;
  /* 16px * 0.9 */
}

body.font-smaller {
  font-size: 12.8px !important;
  /* 16px * 0.8 */
}

html body.navy-theme .accessibility-bar {
  background-color: #162f6a !important;
}

html body.navy-theme .dept-name,
html body.navy-theme a:not(.accessibility-bar a),
html body.navy-theme .text-primary {
  color: #162f6a !important;
}

html body.navy-theme .btn-primary {
  background-color: #162f6a !important;
  border-color: #162f6a !important;
}

html body.teal-theme .accessibility-bar {
  background-color: #0f5757 !important;
}

html body.teal-theme .dept-name,
html body.teal-theme a:not(.accessibility-bar a),
html body.teal-theme .text-primary {
  color: #0f5757 !important;
}

html body.teal-theme .btn-primary {
  background-color: #0f5757 !important;
  border-color: #0f5757 !important;
}

html body.brown-theme .accessibility-bar {
  background-color: #5d3e00 !important;
}

html body.brown-theme .dept-name,
html body.brown-theme a:not(.accessibility-bar a),
html body.brown-theme .text-primary {
  color: #5d3e00 !important;
}

html body.brown-theme .btn-primary {
  background-color: #5d3e00 !important;
  border-color: #5d3e00 !important;
}

html body.grayscale {
  filter: grayscale(100%) !important;
}

html body .accessibility-bar {
  background-color: #162f6a !important;
  /* Default to navy blue */
  color: white !important;
  padding: 8px 0 !important;
}

html body .accessibility-bar a {
  color: white !important;
  text-decoration: none !important;
  font-size: 14px !important;
  margin-right: 15px !important;
}

/* Color theme buttons */
.color-btn {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid white;
  cursor: pointer;
  display: inline-block;
  margin: 0 3px;
  transition: transform 0.2s;
}

.color-btn:hover {
  transform: scale(1.1);
}

.color-btn-navy {
  background-color: #162f6a;
}

.color-btn-teal {
  background-color: #0f5757;
}

.color-btn-brown {
  background-color: #5d3e00;
}

/* Font size controls */
.font-control {
  color: white;
  background: transparent;
  border: 1px solid white;
  border-radius: 4px;
  padding: 2px 6px;
  margin: 0 2px;
  font-size: 12px;
  cursor: pointer;
  border-color: transparent;
}

.font-control:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* Gray scale icon */
.grayscale-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 14px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  width: 24px;
  height: 24px;
}

.grayscale-icon:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.grayscale-icon.active {
  color: #2196f3;
  background-color: rgba(255, 255, 255, 0.4);
}

/* Add specific override for Bootstrap's text-primary class */
html body .text-primary {
  color: #162f6a !important;
  /* Default to navy blue */
}

html body.teal-theme .text-primary {
  color: #0f5757 !important;
}

html body.brown-theme .text-primary {
  color: #5d3e00 !important;
}

/* Add specific override for navbar links */
html body .nav-link,
html body .nav-link.active,
html body a.nav-link {
  color: #162f6a !important;
  /* Default to navy blue */
}

html body.teal-theme .nav-link,
html body.teal-theme .nav-link.active,
html body.teal-theme a.nav-link {
  color: #0f5757 !important;
}

html body.brown-theme .nav-link,
html body.brown-theme .nav-link.active,
html body.brown-theme a.nav-link {
  color: #5d3e00 !important;
}

.header-main {
  padding: 10px 0;
  background-color: #fff;
}

.logo-img {
  max-height: 80px;
}

.cm-photo {
  max-width: 80px;
  border-radius: 50%;
}

.dept-name {
  color: #162f6a;
  /* Default to navy blue */
  font-weight: bold;
}

.tamil-text {
  font-size: 0.85em;
  color: #333;
}

.anniversary-logo {
  max-height: 80px;
}

.login-btn {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  color: #162f6a;
  /* Default to navy blue */
  font-weight: bold;
  border-radius: 5px;
  padding: 8px 15px;
}

body.teal-theme .login-btn {
  color: #0f5757;
}

body.brown-theme .login-btn {
  color: #5d3e00;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .dept-name {
    font-size: 1rem;
  }

  .tamil-text {
    font-size: 0.75em;
  }

  .accessibility-controls {
    flex-wrap: wrap;
    justify-content: center;
  }

  .accessibility-controls > div {
    margin-bottom: 5px;
  }
}

/* --------------- GIGW Menu Style End -----------------  */

.footer {
  bottom: 0;
  padding: 20px calc(1.5rem / 2);
  position: absolute;
  right: 0;
  color: var(--bs-footer-color);
  /* left: 250px; */
  height: var(--bs-footer-height);
  background-color: var(--bs-footer-bg);
}

@media (max-width: 992px) {
  .footer {
    left: 0;
  }
}

/* // Enlarge menu */
.vertical-collpsed {
  .footer {
    left: var(--#{$prefix}sidebar-collapsed-width);
  }
}

body[data-layout="horizontal"] {
  .footer {
    left: 0 !important;
  }
}

.Zebra_DatePicker_Icon_Wrapper {
  width: 100% !important;
}

#kt_footer {
  position: relative;
  bottom: 0;
  right: 0;
  padding: 20px calc(1.5rem / 2);
  height: var(--bs-footer-height);
  background-color: var(--bs-footer-bg);
  color: var(--bs-footer-color);
}

.fs-15 {
  font-size: 15px;
}

.fs-13 {
  font-size: 13px;
}

.fs-10 {
  font-size: 10px!important;
}

.fs-12 {
  font-size: 12px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 0px !important;
  text-wrap: unset !important;
}

.text-truncate-label {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  cursor: pointer;
  /* Optional: shows tooltip cursor */
}

/* ----------  er1 view page start----------  */

/* Modern Header */
.report-header-banner {
  background: #162f6a;
  border-radius: 20px;
  padding: 2rem;
  margin-bottom: 2rem;
  color: white;
  position: relative;
  overflow: hidden;
}

.report-header-banner::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.dashboard-header-layout {
  display: grid;
  grid-template-columns: 2fr;
  gap: 2rem;
  align-items: center;
  position: relative;
  z-index: 2;
}

.employment-title-section h1 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.employment-title-section p {
  opacity: 0.9;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.report-metadata-tags {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.metadata-tag-item {
  background: rgba(255, 255, 255, 0.15);
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
}

.dashboard-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.statistics-display-box {
  background: rgba(255, 255, 255, 0.1);
  padding: 1.5rem;
  border-radius: 15px;
  text-align: center;
  backdrop-filter: blur(10px);
}

.stats-number-display {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 0.3rem;
}

.stats-description-text {
  font-size: 0.8rem;
  opacity: 0.9;
}

/* Content Grid Layout */
.employment-content-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

/* Cards */
.workforce-info-card {
  background: white;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid #e4e6ef;
  transition: all 0.3s ease;
}

.workforce-info-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.employment-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #162f6a;
  /* margin-bottom: 1rem; */
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.dashboard-title-icon {
  width: 30px;
  height: 30px;
  background: #162f6a;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.7rem;
}

/* Company Info Styling */
.company-details-list {
  display: grid;
  gap: 0.8rem;
}

.company-info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6rem 0;
  border-bottom: 1px solid #f5f8fa;
}

.company-info-row:last-child {
  border-bottom: none;
}

.company-field-label {
  font-size: 14px;
  color: #7e8299;
  font-weight: 500;
}

.company-field-value {
  font-size: 13px;
  color: #181c32;
  font-weight: 600;
  text-align: right;
}

.company-address-panel {
  background: #f5f8fa;
  padding: 1rem;
  border-radius: 10px;
  margin-top: 1rem;
  border-left: 4px solid #50cd89;
}

.address-section-title {
  font-size: 15px;
  color: #162f6a;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.address-content-text {
  font-size: 13px;
  color: #7e8299;
  line-height: 1.4;
}

/* Employment Table */
.workforce-statistics-panel {
  background: white;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid #e4e6ef;
  margin-bottom: 2rem;
}

.employment-data-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 1rem;
}

.employment-data-table thead th {
  background: #162f6a;
  color: white;
  padding: 1rem 0.8rem;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border: 1px solid;
}

.employment-data-table tbody td {
  padding: 1rem 0.8rem;
  border: none;
  border-bottom: 1px solid #f5f8fa;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.employment-data-table tbody tr:hover {
  background: #f9f9fb;
}

.workforce-category-cell {
  text-align: left !important;
  font-weight: 600;
  color: #181c32;
}

.statistics-chips-container {
  display: flex;
  gap: 0.3rem;
  justify-content: center;
  flex-wrap: wrap;
}

.employment-data-chip {
  padding: 0.2rem 0.6rem;
  border-radius: 10px;
  font-size: 0.7rem;
  font-weight: 600;
}

.previous-quarter-chip {
  background: #fff3e0;
  color: #f57c00;
  border: 1px solid #ffcc02;
}

.current-quarter-chip {
  background: #e8f5e8;
  color: #50cd89;
  border: 1px solid #50cd89;
}

.quarterly-change-chip {
  background: #e3f2fd;
  color: #162f6a;
  border: 1px solid #162f6a;
}

.workforce-total-cell {
  font-weight: 800 !important;
  color: #162f6a !important;
  font-size: 0.9rem !important;
}

/* Legend */
.employment-chart-legend {
  display: flex;
  gap: 1.5rem;
  /* margin-bottom: 1rem; */
  justify-content: center;
  flex-wrap: wrap;
}

.statistics-legend-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: #7e8299;
}

.dashboard-legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid;
}

.previous-data-dot {
  background: #fff3e0;
  border-color: #ffcc02;
}

.current-data-dot {
  background: #e8f5e8;
  border-color: #50cd89;
}

.change-data-dot {
  background: #e3f2fd;
  border-color: #162f6a;
}

/* Bottom Grid */
.employment-secondary-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

/* Metrics Grid */
.dashboard-metrics-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.workforce-metric-card {
  background: #f5f8fa;
  padding: 1.2rem;
  border-radius: 12px;
  text-align: center;
  border-top: 3px solid #162f6a;
}

.employment-metric-value {
  font-size: 1.5rem;
  font-weight: 800;
  color: #162f6a;
  margin-bottom: 0.3rem;
}

.metric-description-label {
  font-size: 0.75rem;
  color: #7e8299;
  font-weight: 500;
}

/* Info Boxes */
.employment-info-panel {
  background: #f5f8fa;
  padding: 1rem;
  border-radius: 10px;
  border-left: 4px solid #50cd89;
  margin-bottom: 1rem;
}

.info-panel-header {
  font-size: 15px;
  color: #162f6a;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.info-panel-content {
  font-size: 13px;
  color: #7e8299;
  line-height: 1.5;
}

/* Challenge Item */
.workforce-challenge-box {
  background: #fff8f1;
  padding: 1.2rem;
  border-radius: 10px;
  border-left: 4px solid #ffc700;
  margin-bottom: 1rem;
}

.challenge-section-title {
  font-size: 0.9rem;
  color: #162f6a;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.employment-skills-tags {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
  flex-wrap: wrap;
}

.workforce-skill-tag {
  background: #162f6a;
  color: white;
  padding: 0.3rem 0.8rem;
  border-radius: 15px;
  font-size: 0.7rem;
  font-weight: 600;
}

.challenge-description-text {
  font-size: 0.8rem;
  color: #7e8299;
}

/* Notice */
.employment-alert-notice {
  background: linear-gradient(135deg, #fff8e1 0%, #fff3c4 100%);
  border: 1px solid #ffc700;
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}

.alert-notice-text {
  font-size: 0.8rem;
  color: #b56c00;
  font-weight: 500;
}

/* .text-alignment{
  font-size: 15px !important;
} */

/* Responsive */
@media (max-width: 1024px) {
  .employment-content-grid {
    grid-template-columns: 1fr;
  }

  .employment-secondary-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-header-layout {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .text-truncate-label {
    white-space: wrap !important;
  }

  .employment-dashboard-container {
    padding: 1rem;
  }

  .employment-title-section h1 {
    font-size: 1.5rem;
  }

  .dashboard-stats-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-metrics-layout {
    grid-template-columns: 1fr;
  }

  .statistics-chips-container {
    flex-direction: column;
    gap: 0.2rem;
  }

  .w-md-100 {
    width: 100% !important;
  }
}

/* ----------  er1 view page end----------  */

/* -------- candidate dashboard ------  */

/* Study Circle Classes */
.class-item {
  background: #f7fafc;
  padding: 15px;
  margin: 10px 0;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}

.class-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  min-height: 50px;
}

.class-title {
  font-weight: 600;
  /* color: #2d3748; */
}

.class-time {
  background: #667eea;
  color: white;
  padding: 4px 8px;
  border-radius: 7px;
  font-size: 10px;
  text-align: center;
  font-weight: 500 !important;
  white-space: nowrap !important;
}

.class-location {
  color: #363636;
  font-size: 14px;
}

/* Vocational Guidance */
.qualification-item {
  background: linear-gradient(45deg, #f7fafc, #edf2f7);
  padding: 15px;
  margin: 10px 0;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}

.qualification-item h4 {
  color: #2d3748;
  margin-bottom: 8px;
  font-size: 14px;
}

.guidance-list {
  list-style: none;
  padding-left: 0;
}

.guidance-list li {
  color: #4a5568;
  padding: 4px 0;
  position: relative;
  padding-left: 20px;
}

.guidance-list li:before {
  content: "→";
  position: absolute;
  left: 0;
  color: #667eea;
  font-weight: bold;
}

.job-vacancy-scroll-area {
  max-height: 320px;
  overflow-y: auto;
  padding-right: 8px;
}

.job-vacancy-scroll-area::-webkit-scrollbar {
  width: 6px;
}

.job-vacancy-scroll-area::-webkit-scrollbar-track {
  background: var(--thm-op-20);
  border-radius: 3px;
}

.job-vacancy-scroll-area::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
}

.job-vacancy-scroll-area::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}

.vacancy-notification-item {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
  border-left: 4px solid var(--thm-success);
}

.vacancy-notification-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 1);
}

.vacancy-notification-item:last-child {
  margin-bottom: 0;
}

.job-position-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--thm-text);
  margin-bottom: 6px;
}

.company-department-info {
  font-size: 14px;
  color: var(--thm-grey);
  margin-bottom: 8px;
}

.vacancy-details-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.job-location-badge {
  background: var(--thm-bglight);
  color: var(--thm-pri);
  padding: 4px 8px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
}

.posting-date-stamp {
  font-size: 12px;
  color: var(--thm-grey);
}

.vacancy-status-indicator {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
}

.status-new {
  background-color: var(--thm-success);
}

.status-urgent {
  background-color: var(--thm-danger);
  animation: pulse 2s infinite;
}

.status-closing-soon {
  background-color: var(--thm-verify);
}

@keyframes pulse {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.no-vacancies-message {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
  padding: 40px 20px;
}

.vacancy-quick-action {
  margin-top: 8px;
  display: flex;
  gap: 8px;
}

.apply-now-btn {
  background: linear-gradient(45deg, var(--thm-quat), var(--thm-success));
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.apply-now-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 8px rgba(18, 166, 92, 0.3);
}

.view-details-btn {
  background: transparent;
  color: var(--thm-pri);
  border: 1px solid var(--thm-pri);
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.view-details-btn:hover {
  background: var(--thm-pri);
  color: white;
}

.border-sm-dark {
  border: 1px solid #314960 !important;
}

@media (max-width: 1250px) {
.text-alignment{
  font-size: 13px !important;
}
}

@media (max-width: 1350px) {
.text-alignment{
  font-size: 13px !important;
}
.fs-10{
  font-size: 8.5px !important;
}
}

@media (max-width: 1440px) {
.text-alignment{
  font-size: 14px;
}
}

/* @media (max-width: 1536px) {
.form-label{
  font-size: 15px;
}
} */

@media (min-width: 1536px) {
.text-alignment{
  font-size: 15px;
}
}

@media (max-width: 1250px) {
/* .fs-10{
  font-size: 8.5px !important;
} */
.fv-plugins-icon-container{
  margin-top: 5px !important;
}  
  

}
@media (max-width: 768px) {
  .text-alignment{
    font-size: 12px !important;
  }
  .fs-10{
    font-size: 9px !important;
  }
  .form-label{
    font-size: 13px !important;
  }
  .fv-plugins-icon-container{
    margin-top: 5px !important;
  }  
}

  /* .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
      border-top-right-radius: 0.475rem;
      border-bottom-right-radius: 0.475rem;
  } */

.form-control:focus {
    color: var(--bs-body-color) !important;
    background-color: var(--bs-input-bg) !important;
    /* border-color: #9daef3 !important; */
    outline: 0 !important;
        -webkit-box-shadow: 0 0 0 .25rem rgba(59, 93, 231, .25) !important;
    /* box-shadow: 0 0 0 .25rem rgba(59, 93, 231, .25); */
}

.msg-alignment{
  text-wrap: nowrap !important;
} 

.select2-container--bootstrap5 .select2-dropdown .select2-results__option:not(.select2-results__option--group):hover{
  background: #162f6a !important;
  color: #fff !important;
  font-weight: 500 !important ;
}
