.flex-row-center {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-content: center;
  flex-wrap: nowrap;
  align-items: center;
}

.principal-color {
  color: #ff0000 !important;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-r-5 {
  margin-right: 5px;
}

.m-l-5 {
  margin-left: 5px;
}

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

.has-error .help-block,
.has-error .control-label {
  color: #de1443 !important;
}

.form-group.required label:after {
  content: " *";
  color: red;
}

.switch-padding {
  padding-top: 34px;
}

div[data-notify="message"] {
  display: inline !important;
}

.dropzone-jobobo,
.dropzone-jobobo-single {
  border: 1px dashed #626dcb;
  background-color: #f4f2fd;
  justify-content: center;
  align-items: center;
  display: flex;
  min-height: 80px;
}

.select2-container--bootstrap
  .select2-selection--multiple
  .select2-search--inline
  .select2-search__field {
  min-width: 220px !important;
}

.has-error input:not(.select2-search__field) {
  border-color: #de1443;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23DE1443' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23DE1443' stroke='none'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  padding-right: 31px !important;
}

.has-error .input-group-prepend button,
.has-error .input-group-append button {
  border-top: 1px solid #de1443;
  border-bottom: 1px solid #de1443;
}

.has-error .input-group-prepend button {
  border-left: 1px solid #de1443;
}

.has-error .input-group-append button {
  border-right: 1px solid #de1443;
}

.has-success input:not(.select2-search__field) {
  border-color: #23af59;
  padding-right: 31px !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2323AF59' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.has-success .input-group-prepend button,
.has-success .input-group-append button {
  border-top: 1px solid #23af59;
  border-bottom: 1px solid #23af59;
}

.has-success .input-group-prepend button {
  border-left: 1px solid #23af59;
}

.has-success .input-group-append button {
  border-right: 1px solid #23af59;
}

.has-error .select2-selection {
  border-color: #de1443;
  padding-right: 2.0625rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23DE1443' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23DE1443' stroke='none'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 1.275rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.has-success .select2-selection {
  border-color: #23af59;
  padding-right: 2.0625rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2323AF59' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 1.275rem) center;
  background-size: calc(1.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.spin-loader {
  animation: fa-spin 1s infinite linear;
}

.container-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  margin-top: 100px;
}

.container-loader-soft {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.4);
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
}

.has-success label {
  color: #23af59;
}

.no-click {
  cursor: no-drop;
  opacity: 0.3;
}

.pjax-modal-ads {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.pac-container.pac-logo {
  z-index: 9999999;
}

.link-edit-ads-disabled {
  cursor: no-drop;
}

.link-edit-profile-disabled {
  cursor: no-drop;
}

.table.table-fluid {
  width: 100% !important;
}

.select2-selection {
  border-color: #626dcb !important;
}

.select2-selection__choice {
  background-color: #2b3483 !important;
  border-color: #252c70 !important;
  color: #fff !important;
  padding: 0 10px !important;
  margin-top: 0.31rem !important;
}

.select2-results__option--highlighted[aria-selected]:hover {
  background-color: #272f77 !important;
  color: #fff !important;
}

.select2-container .select2-results__option[aria-selected="true"] {
  background-color: #f03c23;
}

.select2-container .select2-selection--multiple,
.select2-container .select2-selection {
  border: 1px solid #e4e7fd !important;
  background-color: #f4f2fd !important;
  min-height: calc(2.0625rem + 2px) !important;
}

.role-badge {
  text-align: start;
  background-color: rgb(232, 237, 251);
  padding: 1em;
  width: 100%;
  height: 45px;
  font-size: 1.1em;
  color: #5e7de4;
}

.role-badge i {
  color: #5e7de4;
}

.dz-started {
  justify-content: flex-start;
}

.dropzone .dz-preview.dz-image-preview {
  width: 250px !important;
}

.disabled-element {
  opacity: 0.2;
  pointer-events: none;
}

.dropdown-register {
  width: 250px;
  padding: 30px 20px 0px;
}

.modal-header .close {
  order: 2;
}

.modal-header .modal-title {
  order: 1;
}

.sn-checkbox-use-protocol {
  display: none;
}

.note-modal .modal-dialog {
  max-width: 50%;
}

.w-100 {
  width: 100%;
}

.faq-card a:not(.card-header) {
  text-decoration: underline !important;
}

.pointer-event-none {
  pointer-events: none !important;
}

.handle-text-overflow {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.select2-container--krajee .select2-selection--single .select2-selection__clear,
.select2-container--krajee
  .select2-selection--multiple
  .select2-selection__clear {
  top: 0px;
  font-size: 23px;
}

.fs-16-r {
  font-size: 16rem;
}

.fs-2-r {
  font-size: 2rem;
}

.fs-1-r {
  font-size: 1rem;
}

.fs-1-1-r {
  font-size: 1.1rem;
}

.fs-1-2-r {
  font-size: 1.2rem;
}

.fs-1-3-r {
  font-size: 1.3rem;
}

.fs-1-4-r {
  font-size: 1.4rem;
}

.fs-1-5-r {
  font-size: 1.5rem;
}

.fs-1-6-r {
  font-size: 1.6rem;
}

.fs-1-7-r {
  font-size: 1.7rem;
}

.fs-1-8-r {
  font-size: 1.8rem;
}

.fs-1-9-r {
  font-size: 1.9rem;
}

.mg-b-0-r {
  margin-bottom: 0rem !important;
}

.pd-l-32 {
  padding-left: 32px;
}

.mg-b-01 {
  margin-bottom: 0.1rem;
}

.mg-b-02 {
  margin-bottom: 0.2rem;
}

.mg-b-03 {
  margin-bottom: 0.3rem;
}

.mg-b-04 {
  margin-bottom: 0.4rem;
}

.mg-b-05 {
  margin-bottom: 0.5rem;
}

.mg-b-06 {
  margin-bottom: 0.6rem;
}

.mg-b-07 {
  margin-bottom: 0.7rem;
}

.mg-b-08 {
  margin-bottom: 0.8rem;
}

.mg-b-09 {
  margin-bottom: 0.9rem;
}

.mg-b-1 {
  margin-bottom: 1rem;
}

.mg-t-1-r {
  margin-top: 1rem;
}

.container-i {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 20px;
}

.mouse-grab {
  cursor: grab;
}

.mouse-context-menu {
  cursor: context-menu;
}

.txta-r {
  text-align: right;
}

.pd-t-30 {
  padding-top: 30px;
}

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

.mg-l-20 {
  margin-left: 20px;
}

.info-icon {
  font-size: 17px;
  position: absolute;
  top: 0px;
  margin-left: 10px;
}

.ds-n {
  display: none;
}

.has-success .select2-selection {
  background-position: right calc(0.375em + 1.775rem) center;
}

.max-100 {
  max-width: 100%;
}

.text-category {
  max-width: 100%;
  word-break: break-word;
  white-space: initial;
}

@media screen and (min-width: 992px) {
  .mg-l-10-xs {
    margin-left: 10%;
  }
}

@media screen and (max-width: 767px) {
  .sticky-container {
    position: relative;
  }
}

.mg-l-0-i {
  margin-left: 0px !important;
}

.mg-r-0-i {
  margin-right: 0px !important;
}

.m-l-15-i {
  margin-left: 15px !important;
}

.dz-error-message {
  margin-top: 20px;
}

::placeholder {
  color: #999 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.dropdown-menu-registrati {
  min-width: 79%;
  border: 1px solid black;
}

.max-w-98 {
  max-width: 98%;
}

@media screen and (min-width: 992px) {
  .pd-l-32-xl {
    padding-left: 32px;
  }
}

@media screen and (min-width: 992px) {
  .m-l-15-i-xs {
    margin-left: 15px !important;
  }
}

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

.tooltip {
  top: 0;
}

@media (max-width: 1300px) {
  .table.table-reverse.table-reverse-fluid tr {
    display: flex;
    flex-wrap: wrap;
  }

  .table.table-reverse.table-reverse-fluid th {
    border-bottom: 0px;
    padding-bottom: 0px;
  }

  .table.table-reverse.table-reverse-fluid th,
  .table.table-reverse.table-reverse-fluid td {
    width: 100%;
  }

  .table.table-reverse th.d-none,
  .table.table-reverse td.d-none {
    border-bottom: none;
    padding: 0px;
  }
}

.width-50 {
  width: 50% !important;
}

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

.custom-dropzone-preview-element {
  border: unset !important;
  background: unset !important;
}

.custom-dropzone-preview-element .dz-details {
  margin-left: 1.5rem;
}

.word-break-all {
  word-break: break-all;
}

.dz-remove {
  position: absolute;
  top: 0px;
  background-color: red;
  padding: 3px 10px;
  color: white;
  left: 0;
}

.dz-preview {
  position: relative;
}

.cursor-pointer {
  cursor: pointer;
}

.card-worker .media .avatar img {
  max-width: 100px;
  max-height: 100px;
  border-radius: unset;
}

.mx-25-percent {
  margin: 0 25% !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  font-size: 2.5em !important;
}

.font-weight-900 {
  font-weight: 900;
}

.block-media-text .read-more {
  color: #2b3483;
}

@media (min-width: 992px) {
  #steps .row:nth-child(4) .block-text:before {
    height: 101% !important;
  }

  #steps .row:nth-child(5) .block-text:before {
    content: "";
    display: block;
    width: 100%;
    height: 15%;
    position: absolute;
    z-index: 1;
    bottom: 83%;
    left: 110px;
    border-top: 2px dashed #282760;
    border-left: 2px dashed #282760;
  }
}

span.step {
  z-index: 9999;
}

.media .step {
  background: url(/images/cerchio_ciuffo_v1.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.rateit .rateit-selected {
  color: #ff0000;
}

.rateit .rateit-hover {
  color: rgba(255, 0, 0, 0.75);
}

.rateit-font .rateit-empty {
  color: rgba(255, 0, 0, 0.25);
}

.rateit-font.font-3xl {
  font-size: 32px;
  line-height: 1em;
}

.points-worker {
  position: absolute;
  bottom: -12px;
  left: 27px;
  background-color: #23af59;
  color: white;
  border-radius: 14%;
  padding: 4px;
  font-size: 11px;
}

.login .box .form input[type="text"],
.login .box .form input[type="password"] {
  height: 36px !important;
}

.link-underline a {
  text-decoration: underline !important;
}

.media .avatar {
  position: relative;
}

.media .avatar .badge {
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  font-size: 100%;
}

.badge-verified {
  border-radius: 50%;
  padding: 4px;
}

li.lsubmenu ul {
  display: none;
}

li.lsubmenu ul li a {
  padding-left: 4em;
}

.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.bg-success-light {
  background-color: #dbefe6;
}

.btn-white-jobobo {
  background-color: white !important;
  color: black !important;
}

.loader-block {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(40, 41, 97, 0.7);
  z-index: 999999;
  align-items: center;
  justify-content: center;
}

.loader-block .spin-loader {
  animation: fa-spin 1.5s infinite linear;
}

.bg-blue-jobobo {
  background-color: #2a327b !important;
  color: white !important;
}

.swal2-icon-show {
  display: none !important;
}

.swal2-title {
  font-size: 1.275em !important;
}

.swal2-content {
  font-size: 0.925em !important;
}

.swal2-styled.swal2-confirm {
  font-size: 1em !important;
  padding: 5px 10px !important;
}

.swal2-styled.swal2-cancel {
  font-size: 1em !important;
  padding: 5px 10px !important;
}

.swal2-show {
  border-top: 3px solid #ff0000 !important;
}

select {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+)
    no-repeat 95% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  /* and then whatever styles you want*/
  height: 30px;
  width: 100px;
  padding: 5px;
}

.btn-primary {
  background-color: #28285f !important;
  border-color: #28285f !important;
}

header .navbar-expand-lg .navbar-main > .nav-item > .nav-link {
  color: #28285f !important;
}

header .navbar-expand-lg .navbar-main > .nav-item > .nav-link:hover,
header .navbar-expand-lg .navbar-main > .nav-item > .nav-link:focus {
  color: #28285f !important;
}

#footer {
  color: #28285f !important;
}

#footer a {
  color: #28285f !important;
}

.btn-secondary {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}

.text-secondary {
  color: #ff0000 !important;
}

#home-numbers {
  background-color: #ff0000 !important;
}

.heading:after {
  background-color: #ff0000 !important;
}

#footer .footer-top h5:after {
  background-color: #ff0000 !important;
}

#jobs.bg-cover {
  background: #ff0000 url(../theme/assets/img/bg-numbers.jpg) no-repeat center
    bottom;
}

@media (min-width: 992px) {
  header .navbar-expand-lg .navbar-main > .nav-item > .nav-link.active:after {
    background-color: #ff0000 !important;
  }
}

.media .step {
  background: url(/images/cerchio_ciuffo_v1.png?v=2.0) no-repeat;
  background-position: center;
  background-size: cover;
}

.btn-outline-secondary {
  color: #ff0000;
  border-color: #ff0000;
}

.btn-outline-secondary:hover {
  background-color: #ff0000;
  border-color: #ff0000;
}

.badge-secondary {
  background-color: #ff0000;
}

.nav-pills.nav-pills-header .nav-link.active {
  border-bottom-color: #ff0000 !important;
}

.note-icon-caret:before {
  display: none;
}

.modal-body {
  max-height: calc(100vh - 130px);
}

.modal-content {
  overflow-y: auto;
}

.truncate-custom {
  width: 300px;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: end;
  display: block;
}

@media (min-width: 768px) {
  .truncate-custom {
    text-align: start;
  }
}

@media (min-width: 992px) {
  .truncate-custom {
    width: 450px;
    max-width: 450px;
  }
}

@media (min-width: 1200px) {
  .truncate-custom {
    width: 600px;
    max-width: 600px;
  }
}

.mr-custom {
  margin-right: 0;
}

@media (min-width: 768px) {
  .mr-custom {
    margin-right: 10px;
  }
}

.field-loading:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  z-index: 9999;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px dashed #ccc;
  top: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.field-loading:after {
  width: 40px;
  height: 40px;
  border: 5px solid #2b3483;
  border-top: 5px solid transparent;
  border-radius: 50%;
  animation: spin 2s linear infinite;
  content: "";
  display: block;
  position: absolute;
  top: 50px;
  left: calc(50% - 20px);
  z-index: 99999;
}

.custom-svg-icon {
  opacity: 0.65;
  filter: brightness(0) saturate(100%) invert(90%) sepia(2%) saturate(2929%)
    hue-rotate(198deg) brightness(102%) contrast(98%);
}

/*.select2-search__field {
    width: 100% !important;
}*/

.jb-icon-svg {
  width: 1rem;
  margin-right: 0.8rem;
  margin-left: 0.3rem;
  font-size: 1.2rem;
  text-align: center;
}

.badge-circle {
  margin-right: 7px;
  font-size: 12px;
  border-radius: 50%;
  padding: 10px;
  width: 32px;
}

.badge-with-text {
  font-size: 13px;
  padding: 6px 10px;
}

.min-w-150px {
  min-width: 150px !important;
}

.min-w-200px {
  min-width: 200px !important;
}

.select2-selection__rendered {
  display: flex !important;
  flex-wrap: wrap !important;
}

.page-item.disabled span {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #2b3483;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.spinner-img + img {
  display: none !important;
}

.select2-selection--single span.select2-selection__clear {
  margin-right: 7px;
}

.min-w-250px {
  min-width: 250px !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  list-style: none !important;
}

.password-validation-real-time-container ul {
  list-style-type: none;
  padding: 0;
}

.password-validation-real-time-container li {
  color: red;
}

.password-validation-real-time-container li.valid {
  color: green;
}

.item-list {
  border: 1px solid #ccc;
  padding: 5px 10px;
  font-size: 11px;
}

.item-list:last-child {
  border-left-width: 0;
}

.item-list.active {
  background-color: #28285f;
}

.item-list.active a {
  color: white;
}

.item-map {
  border: 1px solid #eee;
  padding: 10px;
}

.is_map .rateit-font {
  font-size: 18px !important;
  margin-left: 5px;
}

@media screen and (min-width: 992px) {
  .map-page-col {
    height: calc(100vh - 300px);
  }
}

.green-opacity {
  background-color: rgba(35, 175, 89, 0.2) !important;
}

.btn-open-reccomandation {
  cursor: pointer !important;
}

.btn-manage-confirm-presence {
  font-size: 12px;
}

.traffic-light {
  height: 30px;
  background: black;
  border-radius: 20px;
  width: 84px;
  min-width: 84px;
  display: flex;
}

.traffic-light div {
  height: 20px;
  margin-top: 2px;
  background-color: white;
  border-radius: 50%;
  width: 20px;
  margin-left: 6px;
  margin-top: 5px;
}

.select2-selection__rendered {
  display: flex !important;
  flex-wrap: wrap !important;
}

.red-x {
  font-size: 9px;
  line-height: 0.7;
  vertical-align: middle;
  padding-right: 6px;
}

.green-v {
  font-size: 15px;
  line-height: 0.7;
  vertical-align: middle;
  padding-right: 6px;
}

.container-star-rating-popover {
  width: 300px;
  display: flex;
  align-items: center;
}

.star-ratings-popover {
  font-size: 25px;
  width: 130px;
  margin: 0px !important;
  height: 24px;
}

.height-progress-bar {
  height: 16px;
}

.w-150px {
  width: 150px;
}

.w-75px {
  width: 75px;
}

.font-size-20px {
  font-size: 20px !important;
}

.width-percentage-0 {
  width: 0%;
}

.width-percentage-1 {
  width: 1%;
}

/* Incrementi fino a 100 */
.width-percentage-2 {
  width: 2%;
}

.width-percentage-3 {
  width: 3%;
}

.width-percentage-4 {
  width: 4%;
}

.width-percentage-5 {
  width: 5%;
}

.width-percentage-6 {
  width: 6%;
}

.width-percentage-7 {
  width: 7%;
}

.width-percentage-8 {
  width: 8%;
}

.width-percentage-9 {
  width: 9%;
}

.width-percentage-10 {
  width: 10%;
}

.width-percentage-11 {
  width: 11%;
}

.width-percentage-12 {
  width: 12%;
}

.width-percentage-13 {
  width: 13%;
}

.width-percentage-14 {
  width: 14%;
}

.width-percentage-15 {
  width: 15%;
}

.width-percentage-16 {
  width: 16%;
}

.width-percentage-17 {
  width: 17%;
}

.width-percentage-18 {
  width: 18%;
}

.width-percentage-19 {
  width: 19%;
}

.width-percentage-20 {
  width: 20%;
}

.width-percentage-21 {
  width: 21%;
}

.width-percentage-22 {
  width: 22%;
}

.width-percentage-23 {
  width: 23%;
}

.width-percentage-24 {
  width: 24%;
}

.width-percentage-25 {
  width: 25%;
}

.width-percentage-26 {
  width: 26%;
}

.width-percentage-27 {
  width: 27%;
}

.width-percentage-28 {
  width: 28%;
}

.width-percentage-29 {
  width: 29%;
}

.width-percentage-30 {
  width: 30%;
}

.width-percentage-31 {
  width: 31%;
}

.width-percentage-32 {
  width: 32%;
}

.width-percentage-33 {
  width: 33%;
}

.width-percentage-34 {
  width: 34%;
}

.width-percentage-35 {
  width: 35%;
}

.width-percentage-36 {
  width: 36%;
}

.width-percentage-37 {
  width: 37%;
}

.width-percentage-38 {
  width: 38%;
}

.width-percentage-39 {
  width: 39%;
}

.width-percentage-40 {
  width: 40%;
}

.width-percentage-41 {
  width: 41%;
}

.width-percentage-42 {
  width: 42%;
}

.width-percentage-43 {
  width: 43%;
}

.width-percentage-44 {
  width: 44%;
}

.width-percentage-45 {
  width: 45%;
}

.width-percentage-46 {
  width: 46%;
}

.width-percentage-47 {
  width: 47%;
}

.width-percentage-48 {
  width: 48%;
}

.width-percentage-49 {
  width: 49%;
}

.width-percentage-50 {
  width: 50%;
}

.width-percentage-51 {
  width: 51%;
}

.width-percentage-52 {
  width: 52%;
}

.width-percentage-53 {
  width: 53%;
}

.width-percentage-54 {
  width: 54%;
}

.width-percentage-55 {
  width: 55%;
}

.width-percentage-56 {
  width: 56%;
}

.width-percentage-57 {
  width: 57%;
}

.width-percentage-58 {
  width: 58%;
}

.width-percentage-59 {
  width: 59%;
}

.width-percentage-60 {
  width: 60%;
}

.width-percentage-61 {
  width: 61%;
}

.width-percentage-62 {
  width: 62%;
}

.width-percentage-63 {
  width: 63%;
}

.width-percentage-64 {
  width: 64%;
}

.width-percentage-65 {
  width: 65%;
}

.width-percentage-66 {
  width: 66%;
}

.width-percentage-67 {
  width: 67%;
}

.width-percentage-68 {
  width: 68%;
}

.width-percentage-69 {
  width: 69%;
}

.width-percentage-70 {
  width: 70%;
}

.width-percentage-71 {
  width: 71%;
}

.width-percentage-72 {
  width: 72%;
}

.width-percentage-73 {
  width: 73%;
}

.width-percentage-74 {
  width: 74%;
}

.width-percentage-75 {
  width: 75%;
}

.width-percentage-76 {
  width: 76%;
}

.width-percentage-77 {
  width: 77%;
}

.width-percentage-78 {
  width: 78%;
}

.width-percentage-79 {
  width: 79%;
}

.width-percentage-80 {
  width: 80%;
}

.width-percentage-81 {
  width: 81%;
}

.width-percentage-82 {
  width: 82%;
}

.width-percentage-83 {
  width: 83%;
}

.width-percentage-84 {
  width: 84%;
}

.width-percentage-85 {
  width: 85%;
}

.width-percentage-86 {
  width: 86%;
}

.width-percentage-87 {
  width: 87%;
}

.width-percentage-88 {
  width: 88%;
}

.width-percentage-89 {
  width: 89%;
}

.width-percentage-90 {
  width: 90%;
}

.width-percentage-91 {
  width: 91%;
}

.width-percentage-92 {
  width: 92%;
}

.width-percentage-93 {
  width: 93%;
}

.width-percentage-94 {
  width: 94%;
}

.width-percentage-95 {
  width: 95%;
}

.width-percentage-96 {
  width: 96%;
}

.width-percentage-97 {
  width: 97%;
}

.width-percentage-98 {
  width: 98%;
}

.width-percentage-99 {
  width: 99%;
}

.width-percentage-100 {
  width: 100%;
}

.rateit-font.font-3xl {
  font-size: 25px;
}

.btn-yellow {
  background-color: #faad14;
  border-color: #faad14;
}

.btn-yellow:hover {
  background-color: #dd7f02;
  border-color: #dd7f02;
}

.btn-hover-yellow:hover {
  background-color: #dd7f02 !important;
  border-color: #dd7f02 !important;
  color: white !important;
}

.btn-hover-success:hover {
  background-color: #1a8543 !important;
  border-color: #1a8543 !important;
  color: white !important;
}

.btn-hover-danger:hover {
  background-color: #af1035 !important;
  border-color: #af1035 !important;
  color: white !important;
}

/* Style the radio button indicator */
input[type="radio"]:before {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: white;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #ccc;
}

input[type="radio"]:checked:after {
  width: 13px;
  height: 13px;
  border-radius: 13px;
  top: 3px;
  left: 0px;
  position: absolute;
  background-color: red;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

.massive-form {
  border: 1px solid #ccc;
  border-top-width: 0;
  box-shadow: 2px 2px 8px 0px #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-loader-invite {
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.border-red {
  outline: 1px solid red;
}

.dataTable th.sorting:before,
.dataTable th.sorting:after {
  right: unset !important;
  bottom: 12px !important;
}

.dataTable th.sorting {
  padding-left: 20px !important;
}

.dataTable th.sorting:before {
  left: 0px;
}

.dataTable th.sorting:after {
  left: 0.5em;
}

.dataTable thead th:first-child.sorting:before {
  left: 0.5em;
}

.dataTable thead th:first-child.sorting:after {
  left: 1em;
}

.sorting_disabled:after,
.sorting_disabled:before {
  display: none !important;
}

.table.table-separate tbody tr.border-red td:first-child,
.table.table-separate tbody tr th:first-child {
  border-left: 1px solid red;
}

.table.table-separate tbody tr.border-red td:last-child,
.table.table-separate tbody tr th:last-child {
  border-right: 1px solid red;
}

.form-group {
  position: relative;
}

.container-events-stats .count-number {
  font-size: 40px;
}

.gradient-blue-white {
  background: linear-gradient(
    to bottom,
    rgba(213, 222, 249, 1) 6%,
    rgba(230, 234, 247, 1) 37%,
    rgba(239, 241, 247, 1) 91%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.gradient-red-white {
  background: linear-gradient(
    to bottom,
    rgba(251, 216, 212, 1) 7%,
    rgba(249, 222, 219, 1) 38%,
    rgba(249, 240, 239, 1) 91%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.block-stats {
  border-radius: 10px;
  width: 30%;
}

@media (max-width: 462px) {
  .text-salary {
    font-size: 1rem;
  }
}

.font-size-big {
  font-size: 50px;
}

.item-buttons-big {
  width: calc(50% - 10px) !important;
  margin: 5px;
}

.btn-outline-secondary:hover img {
  filter: grayscale(100%) brightness(1000%);
}

.dropdown-menu-left {
  transform: translateX(-100%) !important;
}

@media screen and (max-width: 1600px) and (min-width: 993px) {
  .container-events-stats:not(.not-media-query) {
    flex-direction: column;
  }

  .container-events-stats:not(.not-media-query) .block-stats {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 10px;
  }
}

.select2-selection__arrow {
  border: none !important;
}

.select2-container--krajee-bs4
  .select2-selection--single
  .select2-selection__arrow
  b,
.select2-container--bootstrap
  .select2-selection--single
  .select2-selection__arrow
  b {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACmSURBVHgB7ZC9CoNAEIQHkyJFipAqRQghhGCRB8j7P0HKFBYhpBCxELEQEXGW24NFzp8HcOBDvb0ZdxdYtTHvT3IhGekmPC+yJ7l8RKbwIVtynTDf9fn1Bzag1ZAzOQTMJ63JnRqBEaAF6eIGN0qr5zsSkz9JrSEK/CkhlRq84mHrYx14FXC7kGUe4UZ6m45mA+RiQx5qTjQUSwNEMobsoyQ/rBpVD7oPHDw8uGA4AAAAAElFTkSuQmCC) !important;
  border: none !important;
  border-width: 0px !important;
  width: 15px !important;
  height: 15px !important;
  top: calc(50% - 5px) !important;
  left: calc(50% - 7px) !important;
}

#select2-select-type_ad_id-container {
  display: flex !important;
  flex-wrap: nowrap !important;
}

.table.table-separate thead tr td:first-child,
.table.table-separate thead tr th:first-child {
  border-left: 1px solid #e5e7fe;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-left: 30px !important;
}

.table.table-separate thead tr td:last-child,
.table.table-separate thead tr th:last-child {
  border-right: 1px solid #e5e7fe;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.table.table-separate thead td,
.table.table-separate thead th {
  vertical-align: middle;
  line-height: 1.2;
  border-top: 1px solid #e5e7fe;
  border-bottom: 1px solid #e5e7fe;
  background: #fff;
}

.table thead th {
  padding: 0.75rem 0.75rem !important;
  vertical-align: bottom !important;
}

.btn-group-small button {
  padding: 1px 4px !important;
}

.diagonal-strike {
  position: relative;
  display: inline-block;
  color: #000;
}

.diagonal-strike::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px; /* Spessore della barra */
  background: red; /* Colore della barra */
  transform: rotate(-20deg); /* Angolo di rotazione della barra */
  transform-origin: center;
}

.badge-count-message {
  margin-right: 10px;
  font-size: 12px;
  border-radius: 0px;
  padding: 7px 5px;
}

.gap-10 {
  gap: 10px;
}

.close,
.mailbox-attachment-close {
  font-size: 1rem;
}

.btn-icon-red {
  display: flex;
  align-items: center;
  gap: 7px;
}

.btn-icon-red i {
  font-size: 17px;
  color: #de1443;
}

.btn-icon-red span {
  line-height: 18px;
}

.background-gray {
  background-color: #f4f2fc;
}

.background-blue-light {
  background-color: #e5e7fe;
}

dl {
  padding: 10px 10px 0px 10px;
}

.swal2-styled.swal2-confirm {
  background-color: #28285f !important;
  font-size: 13px !important;
}

.swal2-styled.swal2-cancel {
  font-size: 13px !important;
}

.swal2-show {
  border-top: 0 !important;
}

.btn.btn-success-jobobo {
  color: #fff !important;
  background-color: #23af59 !important;
  border-color: #23af59 !important;
  box-shadow: none !important;
}

.btn.disabled,
.btn:disabled {
  background-color: rgba(0, 0, 0, 0.08) !important;
  color: #999;
  border-color: #d9d9d9 !important;
}

.btn-manage-confirm-presence {
  color: white !important;
  font-size: 16px;
}

.bg-gray {
  background-color: #e1e1e1 !important;
  border-color: #d9d9d9 !important;
  color: #aaa !important;
}

#toRead tbody td:first-child:not(.dataTables_empty) {
  border-left: 3px solid #de1443;
}

.nav-pills-shift .nav-link.active,
.nav-pills .show > .nav-link {
  color: #282760;
  background-color: white;
  font-weight: bold;
}

.btn-warning-light {
  background-color: #fffbe6;
  color: #faad14;
}

.btn-warning-light:hover {
  color: #faad14;
}

dl {
  margin-bottom: 0;
}

.notification-header {
  width: 1.2rem;
  height: 1.2rem;
  background-color: #ff0000;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  right: 5px;
  color: white;
  font-size: 12px;
  text-align: center;
  line-height: 19px;
}

.notification-to-read-dot {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #de1443;
  border-radius: 50%;
}

.owl-nav {
  color: #ff0000;
}

.badge-chat-count {
  color: #fff;
  background-color: #de1443;
}

.text-ad-salary {
  color: #ff0000 !important;
}

.table-turn-text {
  color: #ff0000 !important;
}

.sidebar-custom-margin-top {
  margin-top: 1.5rem;
}

.icon-worker-view {
  color: #de1443;
}

.sidebar-logo-xl-width {
  max-width: 150px;
}

.sidebar-logo-xl-width {
  max-width: 150px;
  background-image: url("../../../frontend/web/images/logo.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 150px;
  min-height: 50px;
}

.sidebar-logo-xs-width {
  background-image: url("../../../frontend/web/images/logo_small.png");
  background-position: center;
  background-size: cover;
  max-width: 60px;
  min-width: 60px;
  max-height: 60px;
  min-height: 60px;
}

.container-loader-custom-margin {
  padding-top: 1rem;
}

.btn-home-swal {
  background-color: #28285f !important;
  border-color: #28285f !important;
}

.text-today-qr-codes {
  color: #fff;
}

.pig-home-image {
  background-size: cover;
  background-image: url("../../../frontend/web/images/pig.png");
  width: 90px;
  height: 90px;
}

.home-icon {
  background-size: cover;
  width: 20px;
  height: 20px;
}

.home-icon-stripe {
  background-image: url("../../../frontend/web/images/stripe.png");
}

.home-icon-bank {
  background-image: url("../../../frontend/web/images/iban_icon.png");
}

.home-icon-thumbs-up {
  background-image: url("../../../frontend/web/images/thumbs-up.png");
}

.home-icon-award {
  background-image: url("../../../frontend/web/images/award.png");
}

.home-icon-share {
  background-image: url("../../../frontend/web/images/share.png");
}

.loader-icon {
  width: 50px;
  height: 50px;
}

.bg-progress-profile {
  background-color: #de1443 !important;
  color: white;
}

.stepwizard.bg-progress-profile .stepwizard-step.active .dot:before {
  background-color: #de1443;
}

.loader-logo {
  max-width: 150px;
  background-image: url("../../../frontend/web/images/logo-removebg.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 150px;
  min-height: 50px;
}

.item-buttons-big {
  margin: 0 !important;
}

.item-buttons-big-container {
  display: flex;
  column-gap: 0.5rem;
  row-gap: 0.5rem;
}
