.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

input::placeholder,
.form-control::placeholder {
  color: #b5bdc5 !important;
  opacity: 1;
}

.form-control[readonly]:focus {
  background-color: #e9ecef;
  border-color: #e1e2e2;
  opacity: 1;
}

.form-control::file-selector-button {
  height: 46px !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.line-through {
  text-decoration: line-through;
}

.form-group label,
.form-group .form-label {
  font-size: 15px;
  display: block;
  margin-bottom: 8px;
  line-height: 1;
}

.input-group-text {
  height: 44px;
}

.form-group .form-inline {
  display: flex;
}

.hide {
  display: none !important;
}

.font-400 {
  font-weight: 400 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.font-600 {
  font-weight: 600 !important;
}

.font-700 {
  font-weight: 700 !important;
}

.font-800 {
  font-weight: 800 !important;
}

.text-16 {
  font-size: 16px !important;
}

.text-18 {
  font-size: 18px !important;
}

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

.text-right {
  text-align: right !important;
}

.user-logged-in {
  display: flex;
  align-items: center;
  padding: 16px;
  border-top: 1px solid #e6edef;
  height: 80px;
}

.user-logged-in .letter {
  display: block;
  background: #e34c0d;
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  min-width: 44px;
  min-height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 8px;
  margin-right: 10px;
}

.user-logged-in .hello {
  display: block;
  margin-bottom: 2px;
  font-size: 15px;
  opacity: 0.8;
}

.no-border {
  border: 0 !important;
}

.user-logged-in .name {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0;
}

.page-wrapper .page-body-wrapper .page-header {
  padding-bottom: 15px;
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-check {
  min-height: 1.5rem;
  margin-bottom: 16px;
  border: 1px solid #e1e2e2;
  border-radius: 8px;
  padding: 4px 12px;
  height: 44px;
  display: flex;
  align-items: center;
}

.form-check .form-check-input {
  margin: 0;
  width: 18px;
  height: 18px;
  min-width: 18px;
  cursor: pointer;
}

.form-check .form-check-label {
  margin: 0 !important;
  width: 100%;
  cursor: pointer;
  user-select: none;
}

/* Table */

.page-link {
  padding: 2px 10px;
  border-radius: 8px;
  border: 0 !important;
}

.table th,
.table td {
  padding: 12px;
  min-height: 60px;
  vertical-align: middle !important;
}

.table td {
  font-size: 15px;
  line-height: 1.25;
}

table .offer-title {
  min-width: 250px;
}

.table th {
  border-bottom-width: 2px;
  font-weight: 500;
  min-width: 60px;
}

td.company-name {
  min-width: 230px;
}
td.address {
  min-width: 200px;
}
td.city {
  min-width: 100px;
}

td.agency-services {
  min-width: 250px;
  width: 350px;
}

td.agency-balance {
  white-space: nowrap;
  width: 180px;
  min-width: 120px;
}

.table .col-actions {
  width: 150px;
}

.table .actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 15px;
  border-radius: 50% !important;
}

.table .services {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.table .services span {
  white-space: nowrap;
  display: inline-block;
  padding: 6px 11px 7px 11px;
  border-radius: 30px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  background: #434d62;
  color: #fff;
}

/* Col */

.col-500 {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.col-600 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.col-700 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.col-800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.col-900 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1000 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1100 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

textarea {
  height: 250px;
}

.border-right {
  border-right: 1px solid #e6edef;
}

/* Stats cards */

.stat-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.stat-grid.fit {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.stat-grid.inline {
  gap: 15px;
}

.stat {
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e6edef;
  border-radius: 8px;
  padding: 15px;
  gap: 10px;
}

.stat img {
  width: 55px;
  height: 55px;
  min-width: 55px;
  object-fit: cover;
  border-radius: 5px;
}

.stat .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  min-width: 50px;
  border-radius: 8px;
  font-size: 25px;
  background: #e34c0d20;
  border: 1px solid #e34c0d33;
  color: #e34c0d;
}

.stat .content {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.stat .content .key {
  display: block;
  /*
  color: #75777e;
  */
  color: #506da2;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
}

.stat .content .value {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

/*
.page-main-header .logo-wrapper {
  padding: 2px 5px;
  background: #fff;
  border-radius: 5px;
}
*/

.page-main-header .main-header-right .main-header-left img {
  height: 44px;
}

.stat-card .card-body {
  padding: 12px;
}

.period-form {
  width: 180px;
}

.stat-card .stat-wrap .content {
  width: calc(100% - 55px);
}

.stat-card .stat-wrap .title {
  display: block;
  color: #75777e;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1;
}

.stat-card .stat-wrap .number {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.category-info {
  display: flex;
  align-items: center;
}

.category-info img {
  width: 100px;
  min-width: 100px;
  height: 100px;
  margin-right: 15px;
  border: 1px solid #ececec;
  border-radius: 5px;
  object-fit: contain;
}

.category-info .name {
  display: block;
  font-size: 18px;
  font-weight: 500;
}

.product-info {
  display: flex;
  align-items: center;
  min-width: 250px;
}

.product-info img {
  width: 80px;
  min-width: 80px;
  height: 90px;
  margin-right: 15px;
  border: 1px solid #ececec;
  border-radius: 5px;
  object-fit: cover;
}

.product-info .name {
  display: block;
  font-size: 18px;
  font-weight: 500;
}

/* Select 2 */

.select2-container .select2-selection--single {
  color: #495057 !important;
  border-radius: 5px !important;
  border-color: #e1e2e2 !important;
  height: 44px !important;
  padding: 5px 15px;
  font-size: 16px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 32px;
  padding: 0;
}

.select2-results > .select2-results__options {
  border: 0 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e34c0d !important;
}

.select2-dropdown {
  border: 1px solid #e1e2e2;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 250px !important;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #efefef !important;
}

.select2-results__option {
  font-size: 15px !important;
  border-top: 1px solid #ececec;
  padding: 8px 15px !important;
}

.period-form .select2-container .select2-selection--single {
  height: 35px !important;
  padding: 5px 15px;
}

.product-images .image {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.product-images .image::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.product-images .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 1px solid #ececec;
  border-radius: 5px;
  padding: 5px;
  top: 0;
  left: 0;
}

.height-equal {
  height: calc(100% - 30px);
}

.product-page-main p {
  font-size: 16px;
  font-weight: 400 !important;
  color: #606060 !important;
}

.product-page-details {
  display: block !important;
}

.product-page-details .extra {
  display: block;
  font-size: 18px;
  padding: 0;
  opacity: 0.8;
}

.metas {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
}

.meta {
  margin-right: 10px;
  margin-bottom: 10px;
  min-width: 120px;
}

.meta .title {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.meta .info {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  text-align: left;
  white-space: nowrap;
  border-radius: 0.25rem;
  background-color: #717171;
  padding: 10px;
}
.metas .btn {
  height: 38px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}

.login-card .input-group-text {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid #c2c2c2 !important;
}

.login-form .form-group .link {
  float: unset;
  font-weight: 500;
}

.login-form .title {
  text-transform: none;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 22px;
}

.login-form .text {
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  opacity: 0.9;
}

.alert .text {
  display: block;
  width: calc(100% - 30px);
  opacity: 1;
}

.alert-danger.dark .text {
  color: #fff !important;
}

/* Seller add product */

.product-search .product-wrap .search-product-item,
.product-search .product-wrap .item {
  display: flex;
  align-items: center;
  border: 1px solid #e1e2e2;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
  background: #fff;
}

.product-search .product-wrap .search-product-item img,
.product-search .product-wrap .item img {
  width: 80px;
  height: 90px;
  object-fit: contain;
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #ececec;
  margin-right: 15px;
  background-color: #fff;
}

.code-input {
  text-transform: uppercase;
}

.product-search .product-wrap .search-product-item .infos,
.product-search .product-wrap .item .infos {
  width: calc(100% - 80px);
}

.product-search .product-wrap .search-product-item .infos .name,
.product-search .product-wrap .item .infos .name {
  font-size: 18px;
  margin-bottom: 5px;
}

.product-search .product-wrap .search-product-item .infos .extra,
.product-search .product-wrap .item .infos .extra {
  display: block;
  font-size: 15px;
  opacity: 0.8;
}

.product-search .product-wrap .search-product-item.selected {
  background: #e34c0d;
  color: #fff;
}

.page-main-header .main-header-right .main-header-left img {
  object-fit: contain;
}

.opening-item {
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid #ececec;
  margin: 15px 0;
  padding: 15px;
  border-radius: 5px;
}

.opening-item legend {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  float: unset;
  width: auto;
  padding-right: 10px;
  margin-bottom: 0;
}

.opening-item .checkbox-group .form-group {
  margin-bottom: 0;
}

.opening-item .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.opening-item .form-group label {
  color: #777f87;
}

.opening-item .form-group .form-inline {
  display: flex;
  align-items: center;
}

.form-check label {
  font-size: 16px !important;
  font-weight: 500 !important;
  padding-left: 10px;
  color: #5a5f65 !important;
}

#shopDescription {
  height: 560px;
}

.ck-editor-shop .cke_contents {
  height: 224px !important;
}

.ck-editor-large .cke_contents {
  height: 300px !important;
}

.label-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.label-wrap label {
  margin-bottom: 5px;
}

.label-wrap .btn {
  padding: 0;
  margin-bottom: 5px;
  color: #c40606;
}

.step-row textarea {
  height: 180px;
}

.group-label {
  font-size: 17px !important;
  font-weight: 500;
}

.fullheight {
  height: calc(100% - 30px);
}

.card .card-footer {
  padding: 20px;
}

.nav-pills {
  gap: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}

.nav-pills .nav-link {
  border: 1px solid #e6edef;
  border-radius: 8px;
  height: 40px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500 !important;
  background: #fff;
  color: #495057;
  white-space: nowrap;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  box-shadow: none !important;
}

.shop-name-wrapper {
  display: flex;
  align-items: center;
}

.shop-name-wrapper .cover {
  width: 200px;
  height: 130px;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 15px;
  border: 1px solid #e6edef;
}

.shop-name-wrapper .name {
  font-size: 35px;
  color: #e34c0d;
}

.infos-wrap .title {
  color: #e34c0d;
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

.infos-wrap table td {
  padding: 5px;
}

.infos-wrap .table tr:first-child td {
  padding-top: 0 !important;
}

.infos-wrap .table tr:last-child td {
  border-bottom: 0 !important;
}

.infos-wrap .table tr td:first-child {
  padding-left: 0 !important;
}

.infos-wrap .table tr td:last-child {
  text-align: right;
  padding-right: 0 !important;
}

.shop-description p {
  font-size: 15px;
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .infos-wrap {
    margin-bottom: 20px;
  }
}

.shop-infos {
  display: flex;
  align-items: center;
}

.shop-infos img {
  width: 120px;
  height: 90px;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 10px;
  border: 1px solid #ececec;
}

.shop-infos .name {
  font-size: 20px;
  display: block;
}

/**/

.notification-box i {
  font-size: 18px;
}

.notification-box {
  position: relative;
  display: flex;
  align-items: center;
  height: 36px;
  width: 100%;
  font-size: 16px;
  padding: 5px 10px;
}

.menu-title {
  position: relative;
}

.menu-title .count {
  display: block;
  height: 20px;
  width: 25px;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: #e34c0d;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.menu-title.active .count,
.menu-title:hover .count {
  color: #e34c0d;
  background: #fff;
}

.product-wrap {
  display: flex;
  align-items: center;
  border: 1px solid #ececec;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.product-wrap img {
  width: 80px;
  min-width: 80px;
  height: 80px;
  margin-right: 15px;
  border: 1px solid #ececec;
  border-radius: 5px;
  object-fit: contain;
}

.product-wrap .name {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.product-wrap .extra {
  display: block;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
}

.candidate {
  display: flex;
  align-items: center;
  gap: 15px;
}

.candidate .letter {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  min-width: 60px;
  background: #e34c0d;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  border-radius: 5px;
  margin-right: 10px;
}

.candidate img {
  width: 60px;
  height: 60px;
  min-width: 60px;
  object-fit: cover;
  border-radius: 5px;
  border: 1px solid #ececec;
}

.candidate .infos {
  display: flex;
  flex-direction: column;
}

.candidate .infos .key {
  display: block;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 4px;
}

.candidate .infos .name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  color: #e34c0d;
}

/* billetfacile */

.empty-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 20px;
  gap: 20px;
  height: 50px;
}

.empty-wrap .text {
  font-size: 22px;
  text-align: center;
  margin-bottom: 0;
  font-weight: 500;
  opacity: 0.6;
}

.empty-wrap.column {
  flex-direction: column;
}

.swal2-styled.swal2-default-outline:focus {
  box-shadow: none !important;
}

.page-header-wrap {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 1px solid #e6edef;
  min-height: 85px;
  display: none !important;
}

.page-header-wrap .page-title {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.3;
}

.breadcrumb {
  margin: 0;
  font-size: 13px;
}

.breadcrumb a {
  color: #333;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.page-body > .container-fluid {
  padding: 20px;
}

.fi.xl {
  width: 30px;
  line-height: 20px;
}

.table .country {
  display: flex;
  align-items: center;
  gap: 6px;
}

.table .country .name {
  line-height: 1;
}

fieldset {
  position: relative;
  /*padding: 10px 20px;*/
  /*border: 1px solid #e1e2e2;*/
  /*margin-bottom: 20px;
  border-radius: 8px;*/
}

fieldset > div {
  display: flex;
  gap: 8px;
}

.input-group {
  position: relative;
}

.input-group .form-control {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.input-group .input-group-append {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  border-radius: 8px;
}

.input-group-append .input-group-text {
  border: 0;
  background: transparent;
  padding: 6px;
}

.hidden {
  visibility: hidden;
  opacity: 0;
}

.get-candidate {
  cursor: pointer;
}

/* Modal */

.modal .modal-content {
  border: 0 !important;
  border-radius: 12px;
}

.modal .modal-content .modal-header {
  padding: 20px 25px;
}
.modal .modal-content .modal-body {
  padding: 25px;
}

.modal .modal-content .modal-header .modal-title {
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
}

.modal .modal-content .modal-header .close-modal {
  background: #fff !important;
  color: #e34c0d !important;
  height: 24px;
  width: 24px;
  padding: 0;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-footer > * {
  margin: 0;
}

.modal .modal-content .modal-footer {
  padding: 20px 25px;
  justify-content: flex-start;
  gap: 10px;
}

.modal-text {
  font-size: 16px;
  line-height: 1.5;
}

/* Candidate search by phone */

.candidate-search {
  position: relative;
}

.candidate-search-result {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  max-height: 250px !important;
  border: 1px solid #e1e2e2;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 70px;
  z-index: 2;
  width: 100%;
}

.candidate-search-result li {
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  border-top: 1px solid #ececec;
  padding: 8px 10px;
}

.candidate-search-result li:first-child {
  border-top: 0;
}

.candidate-search-result li:hover {
  background: #efefef;
}

.modal-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.edit-conversion-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.edit-conversion-wrap input,
.edit-conversion-wrap .input-group-text {
  font-weight: 600;
  font-size: 18px;
}

.edit-conversion-wrap .equal {
  display: block;
  font-size: 40px;
  font-weight: 400;
}

.card.h-100 {
  height: calc(100% - 20px) !important;
}

.conversion .form-group {
  margin-bottom: 15px;
}

.conversion-result {
  text-align: center;
}

.conversion-result .text {
  font-size: 18px;
  font-weight: 600;
}

.conversion.working {
  opacity: 0.8;
}

.dataTables_wrapper {
  padding-bottom: 10px !important;
}

.dataTables_wrapper .dataTables_filter {
  margin-bottom: 18px;
  margin-left: 0 !important;
}

.dataTables_wrapper .dataTables_filter input[type="search"] {
  border: 1px solid #d5d0d0;
  padding: 0 10px;
  margin-left: 0;
  height: 37px;
  border-radius: 5px;
}

.dataTables_wrapper .dataTables_filter input[type="search"]::placeholder {
  color: #868686 !important;
}

/* Dropdown filter */

.btn-dropdown {
  border: 1px solid #cdcdcd !important;
  border-radius: 8px !important;
  height: 35px !important;
  font-size: 16px;
  padding: 0px 15px;
  font-weight: 400 !important;
}

.btn-dropdown:hover {
  color: #000 !important;
}

.btn-dropdown:hover {
  transform: none !important;
}

.btn-dropdown.dropdown-toggle::after {
  margin-left: 10px;
  border-top: 0.5em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
  margin-top: 2px;
}

.dropdown-menu {
  padding: 8px;
  border: 1px solid #cdcdcd;
  border-radius: 8px;
  background: #fff;
  margin-top: 5px !important;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  border-radius: 6px;
  padding: 5px 15px;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #fff;
  background-color: #e34c0d;
}

.row-reverse {
  flex-direction: row-reverse !important;
  justify-content: flex-end !important;
}

.modal table td {
  padding: 10px !important;
  font-size: 16px;
}

.modal table tr td:first-child {
  width: 210px;
}

.card-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.card-actions.between {
  justify-content: space-between;
}

.modal p {
  font-size: 16px;
}

.stat-period {
  display: flex;
  align-items: center;
  gap: 5px;
}

.stat-period .form-control {
  height: 35px;
  padding: 5px 10px;
  line-height: 20px;
  border-radius: 8px;
  width: 100px;
}

.stat-period .btn {
  height: 35px;
  width: 35px;
}

.user-name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  min-width: 280px;
}

.user-name .letter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  min-width: 35px;
  font-size: 20px;
  font-weight: 500;
  color: #e34c0d;
  background: #dfeaff;
  border-radius: 5px;
  border: 1px solid #c1d6ff;
}

.user-name img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 5px;
}

.user-name .name {
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.user-name.large .letter {
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 25px;
}

.user-name.large img {
  width: 50px;
  height: 50px;
  min-width: 50px;
}

.user-name.large .name {
  font-size: 20px;
}

.profile-table td {
  padding: 12px 0 !important;
}

.profile-table tr:last-child td {
  border-bottom: 0 !important;
}

.profile-table tr:first-child td {
  border-top: 1px solid #e6edef !important;
}

.period-filters {
  display: flex;
  align-items: center;
  gap: 8px;
}

.period-filters .btn {
  padding: 8px;
  height: 38px;
}

.period-filters .form-control {
  padding: 8px 12px;
  height: 38px;
}

.datepicker td,
.datepicker th {
  width: 30px !important;
  text-transform: capitalize;
}

.datepicker table tr td.active.active {
  background-color: #e34c0d !important;
  background-image: none !important;
  font-weight: 600;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #d2d9e4 !important;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #c4c4c4 !important;
}

.select-images {
  border: 1px solid #003555 !important;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.select-images img {
  height: 30px;
  object-fit: cover;
  width: 50px;
}

.select-images span {
  display: block;
  font-size: 16px;
  font-weight: 600;
}

.product-images {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  margin-bottom: 20px;
}

.product-images .preview-item {
  position: relative;
  height: auto;
  aspect-ratio: 1;
  border: 1px solid #a8a8a8;
  border-radius: 8px;
}

.product-images .preview-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.product-images .preview-item.empty img {
  cursor: pointer;
}

.product-images .preview-item .delete-preview {
  display: flex;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -6px;
  right: -5px;
  cursor: pointer;
  font-size: 20px;
  background: red;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  align-items: center;
  justify-content: center;
}

.product-images .preview-item.empty .delete-preview {
  display: none !important;
}

.verify-siret {
  position: absolute;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  cursor: pointer;
  z-index: 5;
  background: #c2c2c2;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.candidate-body {
  position: relative;
}

.candidate-body .loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(255, 255, 255, 0.65);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 95px;
}

.candidate-body .loader i {
  font-size: 50px;
  color: #000;
}

.gap-10 {
  gap: 10px;
}

.no-break {
  display: block;
  white-space: nowrap;
}

.map-addresses {
  height: calc(100vh - 115px);
}

.custom-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.custom-marker .name {
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  width: auto;
  padding: 5px 10px;
  background: #fff;
  border-radius: 6px;
}

.custom-marker img {
  cursor: pointer;
  width: 50px; /* Taille de base de l'icône */
  transition: all ease-in-out 0.2s;
}

.custom-marker.hover img {
  transform: scale(1.1);
}

.map-card {
  position: relative;
}

.programmed {
  text-align: center;
}

.programmed p {
  font-size: 18px;
}

.programmed .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ececec;
  border-radius: 8px;
  padding: 10px;
}

.programmed img {
  width: 80%;
  max-width: 100px;
  margin-bottom: 20px;
}

.intervention-meta {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 15px 0;
  border-bottom: 1px solid #dee2e6;
}

.intervention-meta:last-child {
  border-bottom: 0;
}

.intervention-meta .key {
  width: 140px;
  font-weight: 700;
}

.intervention-meta .value {
  width: calc(100% - 150px);
}

@media (max-width: 575px) {
  .page-body > .container-fluid {
    padding: 10px;
  }
}

.template-table {
  display: flex;
  align-items: center;
  gap: 10px;
}

.template-table img {
  width: 100px;
  height: auto;
  border: 1px solid #d1d6e4;
  box-shadow: 0 5px 10px 0 rgba(12, 14, 20, 0.05);
  border-radius: 5px;
}

.template-table .name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

/* Général uploader */

.image-wrapper {
  height: 100%;
}

.image-wrapper .square {
  aspect-ratio: 21/29.7;
  position: relative;
  border: 1px solid #ccc;
  width: 98%;
}

.image-wrapper .squared {
  height: 300px;
  position: relative;
  border: 1px solid #ccc;
  width: 100%;
}

.change-photo-btn {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 15px;
  color: #fff;
  font-weight: 600;
  background: black;
}

.change-photo-btn:hover {
  transform: translateX(-50%) !important;
  background: #e34c0d;
}

.image-wrapper div .preview-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
}

.resume-item {
  border-radius: 8px;
  border: 1px solid #e6edef;
  margin-bottom: 15px;
  padding: 15px;
}

.resume-item p {
  line-height: 1.3;
  margin-bottom: 8px;
}

.resume-item .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.company-sectors {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.company-sectors .sector-item {
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
  background: #e34c0d12;
  line-height: 1.2;
  border: 1px solid #e34c0d14;
  border-radius: 6px;
}

.company-sectors .sector-item .remove-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  background: #f50000;
  color: #fff !important;
  border-radius: 4px;
  width: 20px;
  height: 20px;
}

.candidate-wrap {
  display: flex;
  gap: 15px;
}

.candidate-wrap .letter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  font-size: 36px;
  font-weight: 500;
  color: #e34c0d;
  border-radius: 5px;
  background: #dfeaff;
  border: 1px solid #c1d6ff;
}

.candidate-wrap .avatar {
  width: 80px;
  min-width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 5px;
}

.candidate-wrap .infos {
  width: calc(100% - 90px);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.candidate-wrap .infos span {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #606060;
  line-height: 1;
}

.candidate-wrap .infos .name {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #e34c0d;
}

.candidate-metas {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.candidate-metas .item {
  display: block;
  padding: 3px 8px;
  line-height: 1.2;
  font-size: 14px;
  border-radius: 6px;
  background: #dfeaff;
  border: 1px solid #c1d6ff;
  color: #4d5b74 !important;
}

.pagination {
  list-style: none !important;
}

ul.text {
  list-style: disc;
  padding-left: 15px;
}

ul.text li {
  margin-bottom: 5px;
}

.password-group {
  position: relative;
}

.password-group .show-password {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  background: transparent;
  height: 44px;
  width: 44px;
  cursor: pointer;
}

.underline {
  text-decoration: underline;
}

a.underline:hover {
  text-decoration: underline;
}

/* Custom tinymce */

.tox-tinymce {
  border: 1px solid #d7d7d7 !important;
}

.tox:not(.tox-tinymce-inline) .tox-editor-header {
  border-bottom: 1px solid #d7d7d7 !important;
  box-shadow: none !important;
}

.nav-menu hr {
  margin: 10px 0 !important;
}

#images,
.uploaded-images {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  margin-bottom: 40px;
}

.company-image-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  aspect-ratio: 3/2;
  overflow: hidden;
}

.company-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-image-item .form-group {
  margin-bottom: 0;
}

.company-image-item .image-wrapper .square {
  border: 0;
  border-bottom: 1px solid #ececec;
  border-radius: 0 !important;
  border-radius: 8px 8px 0 0;
}

.company-image-item .image-wrapper .square img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.company-image-item .delete-image-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 30px;
  height: 30px;
  background: red;
  color: #fff;
  border-radius: 50% !important;
  position: absolute;
  right: 5px;
  top: 5px;
}

.profile-header {
  position: relative;
}

.profile-header .change-cover-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 5;
}

.userpro-box {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px;
}

.img-wrraper {
  margin: 0 !important;
}

.user-designation h4 {
  font-size: 24px !important;
  font-weight: 500;
  margin-bottom: 5px;
}

.listing {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.listing .item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #e34c0d12;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #e34c0d14;
}

.listing .item .count {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e34c0d;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.listing .item .text {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.btn-white {
  background: #fff !important;
  border: 1px solid #b7b7b7 !important;
}

.btn-white:hover {
  background: #fff !important;
  color: #e34c0d !important;
}

.step-row {
  background: #ececec;
  padding: 15px;
  border-radius: 5px;
}

.step-row .step-input-group {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.step-input-group .form-group {
  width: calc(100% - 44px - 8px);
  margin-bottom: 0;
}

.step-row .step-input-group .form-control {
  width: 100%;
}

.step-input-group .delete-step-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 44px;
  height: 44px;
  background: #fff;
  border: 1px solid red;
  color: red;
  font-family: 24px;
  border-radius: 5px !important;
}

.recruitment-steps fieldset {
  padding: 0 !important;
  border: 0 !important;
}

#recruitmentSteps {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Company image upload */

#add-images .modal-dialog {
  max-width: 700px !important;
}

.images-preview-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
}

#add-images .select-image-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ececec;
  border-radius: 6px;
  height: 65px;
  cursor: pointer;
  border: 1px solid #a8a8a8;
  font-weight: 400 !important;
}

#add-images .select-image-btn:hover {
  background: #dddcdc;
  transform: none !important;
  color: #000 !important;
}

.images-preview-container .image-preview {
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
  border: 1px solid #cecece;
  border-radius: 6px;
}

.images-preview-container .image-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.images-preview-container .image-preview .delete-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  background: red;
  color: white;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}

.modal-backdrop.show {
  opacity: 0.6;
}

.company-infos {
  display: flex;
  flex-direction: column;
  background: #e34c0d12;
  padding: 15px;
  border-radius: 6px;
  border: 1px solid #e34c0d14;
}

.company-infos .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-bottom: 1px solid #e34c0d29;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.company-infos .item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.company-infos .item .key {
  display: block;
  font-weight: 500;
  line-height: 1;
}

.company-infos .item .value {
  display: block;
  font-weight: 400;
  line-height: 1;
}

.company-logo {
  width: 100%;
  aspect-ratio: 1/1;
  border: 1px solid #ececec;
  border-radius: 8px;
  object-fit: cover;
  cursor: pointer;
}

.logo-preview-wrap img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  margin: auto;
  object-fit: cover;
  border: 1px solid #ececec;
  border-radius: 8px;
}

.contain {
  object-fit: contain !important;
}

.cover-preview-wrap img {
  display: block;
  width: 100%;
  aspect-ratio: 2/1;
  margin: auto;
  object-fit: cover;
  border: 1px solid #ececec;
  border-radius: 8px;
}

/* Welcome wrap */

.welcome-wrap {
  display: flex;
  gap: 15px;
}

.welcome-wrap .textes {
  width: 400px;
  border-radius: 4px;
  overflow: hidden;
}

.welcome-wrap .textes img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}

.welcome-wrap .textes .content {
  background: #f5f7f9;
  text-align: center;
  padding: 16px;
}

.welcome-wrap .textes .content .title {
  font-size: 20px;
  font-weight: 600;
  color: #e34c0d;
  margin-bottom: 10px;
}

.welcome-wrap .textes .content .text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}

.welcome-wrap .tasks {
  list-style: none;
  padding: 0;
  margin: 0;
  width: calc(100% - 400px - 15px);
}

.welcome-wrap .tasks li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ececec;
  font-size: 15px;
}

.welcome-wrap .tasks li:last-child {
  margin-bottom: 20px;
}

.question-row {
  position: relative;
  margin-bottom: 15px;
  border: 1px solid #e6edef;
  border-radius: 8px;
  padding: 15px;
}

.question-row .delete-question-btn {
  position: absolute;
  color: red;
  top: 15px;
  right: 18px;
}

.question-row .form-check {
  margin-bottom: 0;
}

.tox .tox-tbtn--bespoke {
  background: #e4e4e4 !important;
}

#salary-slider {
  margin: 20px 0;
}
.salary-range-values {
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
}

.noUi-connect {
  background: #e34c0d !important;
}

.application-comment {
  border: 1px solid #ececec;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
}

.application-comment .user-name {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.application-comment .user-name .name {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}

.application-comment .user-name .date {
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  color: #606060;
}

.application-comment .comment-body {
  font-size: 14px;
  line-height: 1.2;
}

hr {
  background-color: #e6edef !important;
  opacity: 1 !important;
  height: 1px !important;
}

.application-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.handle-application .actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.company-table {
  display: flex;
  align-items: center;
  gap: 10px;
}

.company-table img {
  width: 48px;
  min-width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 5px;
  border: 1px solid #ececec;
}

.company-table.contain img {
  object-fit: contain;
}

.company-table .letter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  font-size: 24px;
  font-weight: 600;
  color: #e34c0d;
  background: #dfeaff;
  border-radius: 5px;
  border: 1px solid #c1d6ff;
}

.company-table .name {
  display: block;
  font-size: 16px;
  font-weight: 500;
}

.single-company {
  overflow: hidden;
}

.single-company .cover {
  object-fit: cover;
  aspect-ratio: 4/1;
  min-height: 174px;
}

.single-company .name-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.single-company .name-wrap .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e7e7f1 !important;
  position: relative;
}

.single-company .name-wrap .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-company .name-wrap .logo.contain img {
  object-fit: contain;
}

.single-company .name-wrap .letter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 24px;
  font-weight: 600;
  color: #e34c0d;
  background: #dfeaff;
  border-radius: 5px;
  border: 1px solid #c1d6ff;
}

.single-company .name-wrap .infos .name {
  font-size: 20px;
  font-weight: 600;
  color: #e34c0d;
  margin-bottom: 4px;
}

.list-metas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.list-metas span {
  text-decoration: none;
  display: block;
  font-size: 16px;
  color: #3e4249;
  position: relative;
  font-weight: 500;
}

.list-metas span::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4f4f4f;
  right: -16px;
  position: absolute;
  top: 50%;
  transform: translateY(-48%);
}

.list-metas span:last-child::after {
  display: none;
}

@media (max-width: 575px) {
  .list-metas {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .list-metas span::after {
    display: none;
  }
}

.profile-completion {
  text-align: center;
  font-family: Arial, sans-serif;
}

.progress-circle {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 120px;
  max-height: 120px;
  display: inline-block;
}

.progress-circle svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.progress-circle circle {
  fill: none;
  stroke-width: 10;
  stroke-linecap: round;
}

.progress-circle .bg {
  stroke: #e0e0e0;
}

.progress-circle .progress {
  stroke: #007bff;
  transition: stroke-dashoffset 0.5s ease-in-out;
}

.progress-circle .progress.danger {
  stroke: #dc3545;
}
.progress-circle .progress.warning {
  stroke: #ffc107;
}
.progress-circle .progress.success {
  stroke: #28a745;
}

.percentage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.view-company-btn {
  display: flex;
  width: 150px;
  margin: 15px auto 0;
}

.card .actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

/* Wizard style */

.step-indicator {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.separator {
  width: 100%;
  height: 2px;
  background: #e6edef;
}

.separator.active {
  background: #3d6abc;
}

.step {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #333;
  opacity: 0.6;
}

.step .count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
}

.step .text {
  display: block;
  font-size: 16px;
  min-width: 70px;
  line-height: 1.3;
}

.step.active {
  opacity: 1;
}

.step.active .count {
  background: #333;
  color: #fff;
}

.step-indicator.job-offer .step {
  width: 180px;
}

.step-indicator.job-offer .count {
  width: 44px;
  min-width: 44px;
  height: 44px;
}

.step-indicator.job-offer .text {
  font-size: 16px;
  line-height: 1.25;
}

.nav-pills .badge {
  font-size: 14px;
  padding: 1px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #e34c0d;
  color: #fff;
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

td b {
  font-weight: 600 !important;
}

/* recent items dashboard */

.dashboard-recents .recent-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6edef;
}

.dashboard-recents .recent-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.dashboard-recents .recent-item .logo {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 5px;
  border: 1px solid #ececec;
}

.dashboard-recents .recent-item .logo.contain {
  object-fit: contain;
}

.dashboard-recents .recent-item .letter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  font-size: 24px;
  font-weight: 600;
  color: #e34c0d;
  background: #dfeaff;
  border-radius: 5px;
  border: 1px solid #c1d6ff;
}

.dashboard-recents .recent-item .content {
  width: calc(100% - 54px - 10px);
}

.dashboard-recents .recent-item .name {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #e34c0d;
  margin-bottom: 2px;
}

.dashboard-recents .recent-item .infos {
  display: flex;
  align-items: center;
  gap: 15px;
}

.dashboard-recents .recent-item .infos span {
  display: block;
  font-size: 15px;
  color: #606060;
  position: relative;
}

.dashboard-recents .recent-item .infos span::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #606060;
  right: -10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.dashboard-recents .recent-item .infos span:last-child::after {
  display: none;
}

.logs {
  display: block;
  flex-direction: column;
  text-decoration: none !important;
}

.log-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6edef;
}

.logs .log-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.log-item .letter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 25px;
  font-weight: 600;
  color: #e34c0d;
  background: #dfeaff;
  border-radius: 5px;
  border: 1px solid #c1d6ff;
}

.log-item img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 5px;
}

.log-item .content {
  width: calc(100% - 50px - 12px);
}

.log-item .content .info {
  display: block;
  font-size: 15px;
  line-height: 1.25;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.log-item .content .date {
  display: block;
  font-size: 13px;
  color: #606060;
}

.job-content h1,
.job-content h2 {
  font-size: 20px !important;
  color: #333 !important;
}

.job-content h3 {
  font-size: 18px !important;
  color: #333 !important;
}

.infos .subtitle {
  color: #e34c0d;
}

.tox-tinymce {
  border-radius: 8px !important;
  font-family: "DM Sans", sans-serif !important;
}

.tox .tox-edit-area::before {
  border-width: 1px !important;
  border-radius: 0 0 8px 8px !important;
  border-color: #e34c0d !important;
  box-shadow: none !important;
}

.mce-content-body {
  font-family: "DM Sans", sans-serif !important;
}

.company-page-progress {
  height: 20px;
  background: #c5c5c5;
}

.company-page-progress .progress-bar {
  font-weight: 600;
  font-size: 16px;
  text-align: right;
  padding-right: 5px;
}

.meta-infos {
  display: flex;
  align-items: center;
  gap: 24px;
}

.meta-infos a {
  text-decoration: underline !important;
  color: #e34c0d !important; /* Remplace $primary-color */
}

.meta-infos .info {
  text-decoration: none;
  display: block;
  font-size: 18px;
  color: #333; /* Remplace $text-color */
  position: relative;
}

@media (max-width: 575px) {
  .meta-infos .info {
    font-size: 16px;
  }
}

.meta-infos .info::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff5722; /* Remplace $second-color */
  right: -16px;
  position: absolute;
  top: 50%;
  transform: translateY(-48%);
}

.meta-infos .info:last-child::after {
  display: none;
}

.meta-infos.medium .info {
  font-size: 16px;
}

@media (max-width: 575px) {
  .meta-infos.medium .info {
    font-size: 14px;
  }
}

.meta-icon {
  display: flex;
  align-items: center;
  gap: 6px;
}

.meta-icon i {
  font-size: 16px;
  color: #e34c0d; /* Remplace $primary-color */
}

.meta-icon span {
  font-size: 16px;
  color: #333; /* Remplace $text-color */
}

.fc-timegrid-slot {
  height: 30px !important; /* Ajuste automatiquement la hauteur */
  min-height: 30px; /* Définir une hauteur minimale */
}

#calendar-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-header-toolbar {
  /*
  the calendar will be butting up against the edges,
  but let's scoot in the header's buttons
  */
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.fc .fc-scroller-liquid-absolute,
.fc .fc-view-harness-active > .fc-view {
  position: relative !important;
}

.fc-view-harness .fc-view-harness-active {
  height: auto !important;
}

.fc-timegrid-event-harness {
  cursor: pointer;
}

.fc-header-toolbar {
  padding: 0;
}

.fc-button:focus {
  outline: none;
  box-shadow: none !important;
}

.fc {
  text-transform: capitalize !important;
}

.form-inline {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}

.form-inline .form-group {
  width: 100%;
  margin: 0 !important;
}

/* Select sectors */

.sectors-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 480px;
  overflow-y: scroll;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: 12px;
  margin-top: 6px;
}

.h-612 {
  height: 612px;
}

.breadcrumb-item + .breadcrumb-item .elipsis {
  font-weight: 400;
  display: inline-block;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.applicant-nav-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.applicant-nav-wrap .btn {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 15px !important;
  font-weight: 500 !important;
  height: 32px;
}

.nav-menus .company-name {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: block;
}

@media (max-width: 991px) {
  .nav-menus .company-name {
    color: #e34c0d;
    font-size: 16px;
  }
  .notification-box {
    font-size: 14px;
  }
}

/* Select 2 */

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 5px !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  margin-right: 5px !important;
  margin-bottom: 5px !important;
  padding: 4px 8px !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  font-size: 25px;
  height: 22px;
  line-height: 20px;
  font-weight: 500;
  margin-right: 0 !important;
}

.events {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.events .event-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #e6edef;
  border-radius: 12px;
  background: #fff;
  padding: 16px;
  position: relative;
}

.event-item .infos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.event-item .infos .cover {
  width: 200px;
  aspect-ratio: 3/2;
  border-radius: 6px;
  object-fit: cover;
  border: 1px solid #ececec;
}

.event-item .infos .details {
  width: calc(100% - 200px - 20px);
}

.event-item .infos .details .title {
  font-size: 24px;
  margin-bottom: 24px;
}

.event-item .category {
  display: inline-block;
  background: rgba(227, 76, 13, 0.2);
  border: 1px solid rgba(227, 76, 13, 0.3);
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 15px;
  color: #333;
  border-radius: 30px;
  margin: auto;
}

.event-item .event-metas {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.event-item .event-metas .event-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.event-item .event-metas .event-meta i {
  font-size: 16px;
  background: #33333d12;
  color: #333;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

.event-item .event-metas .event-meta .event-meta-content {
  width: calc(100% - 24px);
}

.event-item .event-metas .event-meta .event-meta-content .key {
  display: block;
  font-size: 14px;
  color: #606060;
  line-height: 1.2;
  margin-bottom: 4px;
}

.event-item .event-metas .event-meta .event-meta-content .value {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1;
}

.event-item .actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  position: absolute;
  top: 16px;
  right: 16px;
}

@media (max-width: 767px) {
  .event-item .infos {
    flex-direction: column;
    align-items: flex-start;
  }
  .event-item .infos .cover {
    width: 100%;
  }
  .event-item .infos .details {
    width: 100%;
  }
  .event-item .infos .details .title {
    font-size: 20px;
  }
  .event-item .actions {
    position: relative;
    top: auto;
    right: auto;
  }
}

.event-item .sell {
  width: 160px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.event-item .progress {
  width: 100%;
  background: rgba(227, 76, 13, 0.2);
  border-radius: 12px;
  height: 8px;
}

.event-item .progress-bar {
  background: rgba(227, 76, 13, 1);
}

/* Image Uploader */
.image-uploader {
  position: relative;
  width: 200px;
}

.image-uploader .add-image-btn {
  position: absolute;
  top: 12px;
  left: 12px;
  border: 1px solid #ececec;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.image-uploader .add-image-btn:hover {
  background: #f5f5f5;
  transform: scale(1.02);
}

.image-uploader .add-image-btn img {
  width: 65%;
  height: 65%;
  display: block;
}

.image-uploader .rendered-image {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  border: 1px solid #d7d7d7;
  cursor: pointer;
}

.image-uploader .image-input {
  display: none !important;
}

/* Event form */

.cover-uploader,
.logo-uploader {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin-bottom: 20px;
}

.cover-uploader .rendered-image {
  width: 100%;
  aspect-ratio: 3/2 !important;
  object-fit: cover;
}

.logo-uploader .rendered-image {
  width: 100%;
  aspect-ratio: 1/1 !important;
  object-fit: cover;
}

.event-recap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.event-recap .cover {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid #ececec;
  margin-bottom: 8px;
}

.event-recap .infos {
  width: 100%;
}

.event-recap .infos .name {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0px;
}

.event-recap .event-infos {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.event-recap .event-infos .info {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #606060;
  background: #e34c0d12;
  padding: 4px 12px;
  font-size: 15px;
  border-radius: 30px;
  border: 1px solid #e34c0d;
}

.date-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.date-item {
  border: 1px solid #e6edef;
  border-radius: 8px;
  background: #fff;
}

.date-item .top {
  padding: 16px;
  border-bottom: 1px solid #e6edef;
  display: flex;
  align-items: center;
  gap: 12px;
}

.date-item .top .value {
  color: #e34c0d !important;
  font-weight: bold !important;
  font-size: 18px !important;
}

.date-item .top .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: #e34c0d12;
  border-radius: 6px;
}
.date-item .top .icon i {
  font-size: 24px;
  color: #e34c0d;
}

.date-item .bottom {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
  padding: 16px;
}

.date-item .item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.date-item .item .key {
  display: block;
  font-size: 14px;
  color: #606060;
  line-height: 1;
}

.date-item .item .value {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

.date-item .actions {
  padding: 16px;
  border-top: 1px solid #e6edef;
}

.candidate-item .actions {
  border-top: 1px solid #e6edef;
  padding-top: 12px;
  margin-top: auto;
}

.date-item .actions .btn,
.candidate-item .actions .btn {
  height: 36px !important;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 8px;
  background: #fff !important;
  transition: all 0.4s ease;
  border: 1px solid #e6edef !important;
  color: #333 !important;
}

.event-image {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #d7d7d7;
}

.event-title {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.infos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.infos .info-item {
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 15px;
}

.infos .info-item .key {
  display: block;
  font-size: 14px;
  color: #606060;
  line-height: 1;
  margin-bottom: 6px;
}

.infos .info-item .value {
  color: #0b1c3f;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.candidate-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
}

.candidate-wrap .candidate-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #e6edef;
  border-radius: 8px;
  background: #fff;
  padding: 12px;
}

.candidate-item img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 5px;
  border: 1px solid #ececec;
}

.candidate-item .candidate-infos {
  width: 100%;
}

.candidate-infos .name {
  font-size: 18px;
  font-weight: 600;
  color: #e34c0d;
  margin-bottom: 6px;
}

.candidate-infos .number {
  display: block;
  font-size: 15px;
  color: #606060;
  margin-bottom: 12px;
}

.candidate-item .categories {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 0;
}

.candidate-item .categories .category {
  display: inline-block;
  background: rgba(227, 76, 13, 0.2);
  border: 1px solid rgba(227, 76, 13, 0.3);
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 13px;
  color: #333;
  border-radius: 30px;
}

.item-visibility {
  display: flex;
  align-items: center;
  gap: 12px;
}

.design-file {
  display: none !important;
}

.item-visibility .form-check {
  margin-bottom: 0;
  width: calc(50% - 6px);
}

.candidate-table {
  display: flex;
  align-items: center;
  gap: 10px;
}

.candidate-table img {
  width: 120px;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #ececec;
}

.candidate-table .name {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 2px;
}
