@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;500;600&family=Commissioner&family=Roboto+Condensed&family=Satisfy&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;500;600&family=Roboto+Condensed&family=Satisfy&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@500;600&family=Roboto+Condensed&family=Satisfy&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@700;800;900&family=Outfit:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@700;800;900&family=Manrope:wght@400;500;600&family=Outfit:wght@300&display=swap");

.ck-editor {
  border: solid 1px #ccc !important;
}

.select2-results__option {
  color: white;
}

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

.total {
  background: #e6e8ff;
  padding: 10px;
  font-weight: 500;
  margin-top: 10px;
}

.buttonCancelSearch{
  color: red !important;
}

.neplatita {
  color: red !important;
}

.total .rosu {
  color: red;
}

.printBtn{
  cursor: pointer;
}

.total hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

#invoices-chart,
#incomes-chart {
  width: 100% !important;
  height: 300px !important;
}

.cardGrafic .card-header {
  border-radius: 20px;
  background-color: white;
  border: 0;
}

#preview .listSkillsBox {
  padding: 10px !important;
  text-align: left;
}

#preview .card-title {
  font-size: 14px;
  margin: 0;
}

#preview {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
  align-items: center;
}

.drag-drop-container {
  position: relative;
  border: 2px dashed #aaa;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  color: #6c757d;
  font-size: 0.875em;
}

.drag-drop-container:hover {
  background-color: #f7f7f7;
}

.bgRegister .drag-drop-container:hover {
  background-color: #1d398e;
}
.bgRegister #preview {
  grid-template-columns: repeat(1, 1fr);
}

.drag-drop-container input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.fisiere_existente i {
  color: #de3333;
  background: white;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  margin-left: 5px;
  cursor: pointer;
}

.pagination {
  justify-content: center;
}

.btnProfilEmployee {
  color: #c238ff !important;
  padding: 0 !important;
  background: transparent;
}

.btnProfilEmployee i {
  font-size: 10px;
  background: #e5bdf6;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  text-align: center;
}

.page-link:hover,
.page-item.active .page-link {
  background-color: #3b4ceb;
  border-color: #3b4ceb;
  color: #fff;
}

.navbar-brand img {
  height: 40px;
  width: auto;
}

#signature-pad canvas.is-invalid {
  border: 1px solid red;
}

.nav-link {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.nav-item {
  font-weight: 700;
  font-size: 14px;
  color: #000 !important;
  font-family: "Outfit", sans-serif;
}

.boxAccepted {
  background: #f5f5f5;
  padding: 3px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.bgLogin {
  background-image: url("/assets/images/brand/bgLogin.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 0;
  border-radius: 15px;
  background-size: cover;
}

.bgRegister {
  background-image: url("/assets/images/brand/bgRegister.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 96%;
  padding: 0;
  border-radius: 15px;
  background-size: cover;
}

.subtextLogin {
  padding-top: 10px;
  font-family: "Inter";
  padding-bottom: 50px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.fa-people-arrows {
  font-size: 100px;
  color: #fff;
  padding-top: 80px;
}
.titleCard1 {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  color: #f8f9fa;
  padding-left: 50px;
}

.buttonCancel:hover {
  color: #de2727;
}

.fa-info-circle {
  color: #3b4ceb;
}

.fa-times-circle {
  color: #eb3b3b;
}

.buttonCancel {
  background: #ffb4b4;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
}

.nameInvite {
  color: #000000;
  font-family: "Outfit";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
}

.list-group li:last-child.borderBottom {
  border-bottom: none !important;
}

#signature-pad {
  border: 2px solid #ccc;
}

.titileTimesheet {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
}

.buttonInfo {
  background: #ade4fb;
  border-radius: 3px;
}

.applyBtn {
  background-color: #3b4ceb !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #3b4ceb !important;
}

.timeSheetTitle {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.timeSheetTitle {
  font-size: 16px;
  font-family: "Outfit";
  font-weight: 600;
}

.titleFormTimeSheet {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 32px;

  color: #000000;
}

.saveSigniture {
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  font-family: "Inter", sans-serif !important;
  background-color: #c238ff;
  box-shadow: 0.872px 9.962px 20px 0px rgb(12 78 165 / 30%);
  color: #fff;
  padding: 8px 0px 10px 26px;
  display: inline-block;
}

.fa-circle-exclamation {
  color: #eb3b3b;
}

.dateTimeshett {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: left;
  color: #262626;
}

.acceptedButton {
  background: #46823c;
  border-radius: 5px;
  color: #fff;
  font-family: "Inter";
  font-style: normal;
  padding: 2px 20px 2px 20px;
  font-weight: 400;
  font-size: 12px;
}

.acceptedButton:hover {
  color: #fff;
}

.titleEmplyeeInvitation {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 0px 6px 0px;
  /* line-height: 15px; */
  /* display: flex; */
  /* align-items: center; */
  color: #000000;
}

.refusedButton {
  background: #de2727;
  border-radius: 5px;
  color: #fff;
  font-family: "Inter";
  font-style: normal;
  padding: 2px 20px 2px 20px;
  font-weight: 400;
  font-size: 12px;
}

.refusedButton:hover {
  color: #fff;
}

.titleJob {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 45px;

  color: #000000;
}

.attentionTimeshet {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  line-height: 20px;
  color: #000000;
}

.saveSigniture:hover {
  color: #fff;
}

.ui-timepicker-wrapper {
  width: 223px !important;
}

#signature-pad {
  border: 1px solid #ccc;
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
}

.card {
  border: none !important;
  border-radius: 20px;
  box-shadow: 0px 0px 7px rgb(0 0 0 / 25%);
}

#team-chart {
  width: 900 !important;
  height: 250px !important;
  object-fit: initial !important;
}

.titleCard2 {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  color: #f8f9fa;
  position: absolute;
  top: 16%;
  right: 41%;
}

.titleCard3 {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  color: #f8f9fa;
  position: absolute;
  top: 16%;
  right: 25%;
}

.titleInfoCard {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  margin: 0;
  color: #454444;
}

.titleAcceptedJob {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 45px;
  color: #000000;
}

.card-body {
  padding: 20px 25px !important;
}

.card-body-padding {
  padding: 20px 40px !important;
}

.titleSubCard {
  margin-bottom: 2px;
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  /* line-height: 15px; */
  color: #adadad;
}

.borderBottom {
  border-bottom: 2px solid #ffffff !important;
}

.list-item {
  position: relative;
  display: block;
  padding: 7px 0px;
  color: #000000;
  text-decoration: none;
  border: none;
  background-color: transparent;
  font-size: 14px;
}

.boxSuccess {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  background-color: #b8e7b4;
  padding: 5px 10px;
  box-shadow: 0px 4px 4px rgba(238, 238, 238, 0.25);
  border-radius: 25px;
  /* line-height: 15px; */
  color: #454444;
}

.noFound {
  font-family: "Outfit";
  font-style: normal;
  font-size: 14px;
  margin-top: 20px;
  /* margin-bottom: 10px; */
  padding: 1px 10px;
  color: #000000;
}

.modal-body {
  padding: 35px 30px 30px 30px;
  border-radius: 20px !important;
}

.modal-dialog {
  max-width: 650px !important;
}

.btnSm {
  padding: 2px 6px;
  font-size: 10px;
}


.titleInvitation {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  margin: 0px 0px 10px 0px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  /* background-color: #B8E7B4; */
  padding: 5px 10px;
  /* box-shadow: 0px 4px 4px rgb(238 238 238 / 25%); */
  /* border-radius: 25px; */
  /* line-height: 15px; */
}

.maxResponse {
  position: relative;
}

#address-results {
  background-color: #eef6ff;
  width: 100%; /* change the width to 100% */
  position: absolute;

  top: 100%; /* add this to position #address-results below the input element */
  overflow-y: auto;
  max-height: 250px;
  line-height: 40px;
  padding-left: 10px;
  text-align: left;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
  z-index: 150;
  font-size: 14px;
  border-radius: 0px 0px 2px 2px;
}

.boxYellow {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  background-color: #f5f195;
  padding: 3px 10px;
  box-shadow: 0px 4px 4px rgba(238, 238, 238, 0.25);
  border-radius: 25px;
  /* line-height: 15px; */
  color: #9b984b;
}

.boxRed {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  background-color: #ffb4b4;
  padding: 3px 10px;
  box-shadow: 0px 4px 4px rgba(238, 238, 238, 0.25);
  border-radius: 25px;
  /* line-height: 15px; */
  color: #823c3c;
}

.buttonSuccess {
  color: #fff;
  padding: 3px 10px;
  background-color: #b8e7b4;
  border-color: #b8e7b4;
  font-size: 12px;
}

.buttonSuccess:hover {
  color: #fff;
}

.buttonAccepte {
  color: #fff;
  background-color: #55cd4b;
  border-color: #55cd4b;
  font-size: 12px;
}

.disabelAcceped {
  background: #8ed882;
  border-radius: 5px;
  color: #fff;
  font-family: "Inter";
  font-style: normal;
  padding: 2px 20px 2px 20px;
  font-weight: 400;
  font-size: 12px;
}

.disabelAcceped:hover {
  color: #fff;
}

.disabelRejected {
  background: #ff9191;
  border-radius: 5px;
  color: #fff;
  font-family: "Inter";
  font-style: normal;
  padding: 2px 22px 2px 22px;
  font-weight: 400;
  font-size: 12px;
}

.disabelRejected:hover {
  color: #fff;
}

.buttonAccepte:hover {
  color: #fff;
}

.buttonAcctive {
  color: #fff;
  background-color: #15a0ff;
  border-color: #15a0ff;
  font-size: 12px;
}

.buttonAcctive:hover {
  color: #fff;
}

.buttonRejected {
  color: #fff;
  background-color: #f83a36;
  border-color: #f83a36;
  font-size: 12px;
}

.buttonRejected:hover {
  color: #fff;
}

.boxDanger {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  background-color: #ffb4b4;
  padding: 5px 10px;
  box-shadow: 0px 4px 4px rgba(238, 238, 238, 0.25);
  border-radius: 25px;
  /* line-height: 15px; */
  color: #454444;
}

.scrollDiv {
  height: auto;
  max-height: 110px;
  overflow-y: auto;
}

.eyeTime {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  color: #3b4ceb;
  margin-right: 20px;
}

.borderBottomDiv {
  border: 1px solid #f2f2f2;
}

.eyeClose {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  color: #eb3b3b;
  margin-right: 20px;
}

.textDate {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  /* line-height: 15px; */
  /* text-align: center; */
  color: #3d3d3d;
}

.boxDate {
  background: #e5e5e5;
  box-shadow: 0px 4px 4px rgb(238 238 238 / 25%);
  border-radius: 25px;
  display: flex;
  cursor: pointer;
  padding: 7px 0px 5px 0px;
  align-items: center;
}

.boxInitiated {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  background-color: #c2c2c2;
  padding: 5px 10px;
  box-shadow: 0px 4px 4px rgba(238, 238, 238, 0.25);
  border-radius: 25px;
  /* line-height: 15px; */
  color: #454444;
}

.btnInvited {
  margin-top: 15px;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-family: "Inter", sans-serif !important;
  font-weight: 600;
  background-color: #38aa34;
  box-shadow: 0.872px 9.962px 20px 0px rgb(12 78 165 / 30%);
  color: #fff;
  padding: 7px 70px;
  display: inline-block;
}

.btnInvited:hover {
  color: #fff;
}

.boxWrong {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  background-color: #ffb4b4;
  padding: 20px 40px;
  box-shadow: 0px 4px 4px rgba(238, 238, 238, 0.25);
  border-radius: 25px;
  /* line-height: 15px; */
  color: #454444;
}

.boxWarning {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  background-color: #f5f195;
  padding: 20px 40px;
  box-shadow: 0px 4px 4px rgba(238, 238, 238, 0.25);
  border-radius: 25px;
  /* line-height: 15px; */
  color: #454444;
}

.titleRight {
  font-family: "Outfit";
  padding-top: 5px;
  padding-bottom: 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  /* line-height: 15px; */
  color: #454444;
}

.border-left {
  border-left: 1px solid #e0e0e0;
}

.table-responsive {
  font-family: "Outfit";
}

.subTitleForgot{
  padding-top: 10px;
  font-family: "Inter";
  /* padding-bottom: 50px; */
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.resetButton{
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    font-family: "Inter", sans-serif !important;
    background-color: #c238ff;
    box-shadow: 0.872px 9.962px 20px 0px rgb(12 78 165 / 30%);
    color: #fff;
    padding: 10px 20px 10px 20px;
    display: inline-block;
}

.resetButton:hover{
color: #fff;
}

table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #e6e8ff !important;
  border-radius: 10px !important;
  font-family: "Outfit";
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: 1px solid #e6e8ff !important;
  background: #e6e8ff !important;
}

.padTop60{
  padding-top: 60px;
}

.paddingToAndBottom{
  padding-top: 70px;
  padding-bottom: 70px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0px 10px;
}

.dataTables_wrapper .dataTables_filter input {
  border: 2px solid #e6e8ff;
  border-radius: 30px;
  padding: 5px;
  background-color: transparent;
  margin-left: 3px;
  margin-bottom: 5px !important;
}

.table > thead {
  background-color: #e6e8ff;
  vertical-align: bottom;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-style: none !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: #fafafa !important;
}

.dateCard {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  color: #3b4ceb;
  font-size: 25px;
}

.fa-circle-info {
  color: #3b4ceb;
}

.colorInfo {
  color: #2744de;
}

.colorCancel {
  color: #de2727;
}

.cardlook {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 10px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.11);
}

.card1 {
  background-image: url("/assets/images/brand/card1.webp");
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
}

.card2 {
  background-image: url("/assets/images/brand/card2.webp");
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
}

.card3 {
  background-image: url("/assets/images/brand/card3.webp");
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
}

.relative {
  position: relative;
}

.formInput {
  display: block;
  width: 100%;
  padding: 3px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.linieMeniu {
  background-color: #eec8ff;
  height: 30px;
  margin-top: 9px;
  width: 1px;
  margin-left: 5px;
  margin-bottom: -1px;
  display: inline-block;
}

.ck-reset_all :not(.ck-reset_all-excluded *),
.ck.ck-reset,
.ck.ck-reset_all {
  background: #fff !important;
  font-family: "Outfit", sans-serif !important;
}

.ck.ck-toolbar {
  background: var(--ck-color-toolbar-background);
  border: 1px solid #fff !important;
  padding: 0 var(--ck-spacing-small);
  font-family: "Outfit", sans-serif !important;
}

.formInput::file-selector-button {
  margin: 0px 0px;
  border: none;
  content: "Browse...";
  background: #d9d9d9;
  padding: 5px 20px;
  border-radius: 10px;
  color: #000;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
}

.formInput::file-selector-button:hover {
  background: #d9d9d9;
}

.generalData {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0px;
}

.imgProfile {
  width: 26px;
  height: 26px;
  border-radius: 70px;
  margin-bottom: 5px;
}

.imgComent {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
}

.card-img {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  object-fit: cover;
}

.titleProfile {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  color: #000000;
}

.imgProfilEmployee {
  width: 150px;
  border-radius: 75px;
  height: 150px;
  object-fit: cover;
}

.fa-eye {
  cursor: pointer;
}

.horsModal {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.textDecEmployee {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #898787;
}

.listSkillsBox {
  background: #efefef;
  padding: 8px 8px;
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  border-radius: 7px;
  line-height: 18px;
  color: #5c5c5c;
  display: inline-block;
  margin-bottom: 10px;
}

.imgCardSmall {
  width: 20px;
  height: 20px;
  object-fit: cover;
}

.titleDesc {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.infoSearch {
  text-decoration: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #6d6d6d;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #c238ff !important;
  border: 1px solid #c238ff !important;
  color: #fff !important;
  font-weight: 400 !important;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #fff !important;
}

.marginBottomMinus {
  margin-bottom: -30px !important;
}

.step {
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
}

.backbuttton {
  margin-right: 20px;
  color: #c2abe8;
  font-size: 16px;
  font-family: "Inter", sans-serif !important;
  font-weight: 700;
}

.backbuttton:hover {
  color: #c2abe8;
}

.datepicker-dropdown {
  width: 265px !important;
  padding: 10px 15px !important;
}

.form-control {
  font-family: "Inter", sans-serif !important;
}

.table-condensed {
  width: 245px !important;
  font-family: "Inter", sans-serif !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #fff !important;
}

.logo {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  object-fit: cover;
  margin-right: 10px;
}

.timeDtae {
  font-size: 14px;
  font-family: "Inter", sans-serif !important;
}

.nameProfilEmployee {
  font-family: "Outfit", sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.bg-profil {
  background: #f8f5f8;
  padding: 20px;
  border: solid 1px #c2abe8;
  border-top-right-radius: 7px;
}

.profile-img {
  padding-left: 40px;
  display: inline-block;
}

.activvBox {
  background-color: #f8f5f8 !important;
  color: #c2abe8 !important;
  border: 1px solid #c2abe8 !important;
  border-bottom: none !important;
}

.meniuHidden {
  z-index: 99;
  position: relative;
}

.dropdown-toggle::after {
  display: none !important;
}

.editBox {
  text-decoration: none;
  background-color: #c2abe8;
  padding: 10px 14px;
  color: #fff;
  border-radius: 5px 5px 0px 0px;
  font-size: 16px;
  font-weight: 600;
}

.bgCard:hover {
  background: #3b4ceb;
}

.fa-right-from-bracket {
  font-size: 100px;
  /* line-height: 115px; */
  color: #ffffff;
}

.fa-right-to-bracket {
  font-size: 100px;
  /* line-height: 115px; */
  color: #ffffff;
}

.textUnderLogin {
  padding-top: 10px;
  font-family: "Inter";
  padding-bottom: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.list-group-element {
  position: relative;
  display: block;
  padding: 10px !important;
  margin-bottom: -1px;
  background: #3b4ceb;
  border: 1px solid rgba(0, 0, 0, 0.125);
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
  border-radius: 10px;
}

.list-group-element:hover .linksProfilIcons {
  color: #fff !important;
}

.list-group-element:hover .linksProfil {
  color: #fff !important;
}

.list-group-element:hover,
.list-group-element.active {
  color: #fff !important;
  text-decoration: none;
  background-color: #c238ff;
  font-size: 12px;
  font-weight: 600;
}

.editBox:hover {
  text-decoration: none;
  background-color: #c2abe8;
  padding: 10px 14px;
  color: #fff;
  border-radius: 5px 5px 0px 0px;
  font-size: 16px;
  font-weight: 600;
}

.list-group-flush a {
  color: #fff;
  text-decoration: none;
}

.nameManagerCards {
  color: #3b4ceb;
  font-size: 16px;
  text-align: center;
}

.titleSkillsAndExperience {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  margin-top: 30px;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}

.card-imgImploy {
  width: 35px;
  height: 35px;
}

.inputsTitltes {
  font-size: 14px !important;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

.paddingBox {
  padding: 0px 25px 20px 25px;
}

.btnEdit {
  font-size: 14px;
  font-weight: 600;
  background-color: #c238ff;
  box-shadow: 0.872px 9.962px 20px 0px rgb(12 78 165 / 30%);
  color: #fff;
  padding: 8px 20px;
}

.btnEdit:hover {
  color: #fff;
}


.btnLogareAdmin {
  font-size: 14px;
  font-weight: 600;
  background-color: #c238ff;
  box-shadow: 0.872px -3.038px 20px 0px rgb(-8 55 117 / 30%);
  color: #fff;
  padding-top: 5px;
  padding: 6px 20px;
  margin-top: 6px;
  margin-bottom: 5px;
  margin-right: 22px;
}

.btnLogareAdmin:hover {
  color: #fff;
}

.boxDates {
  background-color: #3b4ceb;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
  padding: 2px 10px;
}

.paddingR30 {
  padding-right: 30px;
}

.linksProfilIcons {
  color: #fff;
  font-size: 14px;
}

.sectiuneLeftLinks a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  width: 100%;
}

.linksProfil {
  margin-left: 15px;
  font-size: 14px;
  font-weight: 600;
}

.boxDatesRead {
  background-color: #c2abe8;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
  padding: 2px 10px;
}

.unreadTitle {
  font-size: 32px;
  font-family: "Inter", sans-serif !important;
  font-weight: 700;
  color: #c2abe8;
  padding-bottom: 10px;
}

.needEmployee {
  font-size: 14px;
  color: #7b7b7b;
  padding-bottom: 10px;
}

.abilitys {
  font-size: 14px !important;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

.padding30 {
  padding: 30px;
}

.bgCardUnread {
  background-color: #ece5f9;
}

.statsicText {
  font-size: 13px !important;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.secondNameProfilEmployee {
  font-family: "Inter", sans-serif !important;
  color: #000000;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.description {
  color: #bdbdbd;
  text-align: center;
  font-size: 14px;
  padding-top: 15px;
}

.paddingFind {
  padding-top: 40px;
}

.titleSkills {
  padding-top: 10px;
  color: #d1c0ed;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}

.bgPage {
  background-color: #f7f7f7;
  padding: 50px 50px 70px 50px;
  margin-bottom: 60px;
}

.grid-container-element {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  width: 50%;
}
.grid-child-element {
  margin: 15px;
}

.fa-circle-arrow-right {
  font-size: 25px;
  color: #ffffff;
}

.bgCard {
  width: 200px;
  height: 151px;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #c238ff;
  box-shadow: 0px 0px 16px 10px rgba(0, 0, 0, 0.01);
  border-radius: 6px;
}

.nameCard {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  padding-bottom: 10px;
}

.paddingAll {
  padding: 60px;
}

.locationCards {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
}

.locationCards i {
  font-weight: 600;
  font-size: 14px;
  color: #0021f5;
  padding-right: 5px;
}

.boxName {
  font-size: 14px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  padding: 3px;
  font-weight: 700;
  margin-left: 5px;
  color: #0021f5;
}

.skillsCard {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
}

.titlePage {
  padding-bottom: 50px;
  font-size: 40px;
  font-family: "Inter", sans-serif !important;
  font-weight: 700;
  color: #c2abe8;
}

.dropdown-toggle {
  margin-top: 2px;
  font-size: 14px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  color: #3b4ceb !important;
}

.dropdown-item {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #3b4ceb !important;
}

.iconLoginAs {
  color: #c2abe8;
  padding-top: 20px;
  font-size: 35px;
  padding-bottom: 30px;
}

.subtitleLogin {
  font-size: 14px;
  font-family: "Inter", sans-serif !important;
  font-weight: 600;
}

.paddingBoxLogin {
  padding: 50px 0px 50px 0px !important;
}

.subtitleLoginFooter {
  margin-top: 25px;
  text-decoration: none;
  font-family: "Inter", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.subtitleLoginFooter:hover {
  color: #ffffff;
}

.links:hover {
  color: #fff;
}

.navbar a:last-child {
  margin-right: 0px !important;
}

.inputLogin {
  display: block;
  width: 100%;
  padding: 9px;
  line-height: 1.4;
  background-color: #ffff;
  font-family: "Manrope", sans-serif;
  background-clip: padding-box;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #333 !important;
}

.buttonGeneral {
  border-radius: 5px;
  font-size: 14px;
  font-family: "Inter", sans-serif !important;
  font-weight: 600;
  background-color: #3b4ceb;
  box-shadow: 0.872px 9.962px 20px 0px rgb(12 78 165 / 8%);
  color: #fff;
  padding: 5px 15px;
  display: inline-block;
}

.shadowNavbar {
  box-shadow: 0px 4px 4px rgb(0 0 0 / 5%);
}

.linksLogin {
  color: #c238ff;
  text-decoration: none;
  font-size: 14px;
  font-family: "Inter", sans-serif !important;
  font-weight: 600;
}

.linksLogin:hover {
  color: #c238ff;
}

.buttonLogin {
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  font-family: "Inter", sans-serif !important;
  background-color: #c238ff;
  box-shadow: 0.872px 9.962px 20px 0px rgb(12 78 165 / 30%);
  color: #fff;
  padding: 10px 0px 10px 110px;
  display: inline-block;
}

.buttonLogin:hover {
  color: #fff;
}

.buttonSearch {
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  font-family: "Inter", sans-serif !important;
  background-color: #3b4ceb;
  box-shadow: 0.872px 9.962px 20px 0px rgb(12 78 165 / 30%);
  color: #fff;
  padding: 10px 50px 10px 50px;
  display: inline-block;
}

.buttonSearch:hover {
  color: #fff;
}

.loginTitle {
  font-size: 45px;
  font-family: "Inter", sans-serif !important;
  font-weight: 700;
  color: #c2abe8;
}

.dashboardTitle {
  font-size: 35px;
  font-family: "Inter", sans-serif !important;
  font-weight: 700;
  color: #c2abe8;
  padding-bottom: 20px;
}

.buttonGeneral:hover {
  color: #fff;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 7px 0px;
  color: #fff;
  text-decoration: none;
  border: none;
  background-color: transparent;
  font-size: 14px;
}

.colorTextList {
  padding-left: 10px;
  color: #7d7d7d;
  text-decoration: none;
  font-size: 14px;
}

.bgGradient {
  background: linear-gradient(0.25turn, #cc3dd8, #494bea);
}

.sectionBg {
  background-color: #fff;
  background-image: url(/assets/images/brand/header_bg.webp);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 570px;
  position: relative;
  width: 100%;
  padding: 0;
}

.imgPeople {
  margin-top: -50px;
}

.colorText {
  font-family: "Inter", sans-serif !important;
  color: #fff;
  font-size: 16px;
}

.textBox {
  font-size: 35px;
  font-family: "Inter", sans-serif !important;
  font-weight: 700;
  color: #fff;
}

.textBox2 {
  padding-top: 60px;
  padding-bottom: 20px;
  font-size: 45px;
  font-family: "Inter", sans-serif !important;
  font-weight: 700;
  color: #c2abe8;
}

.registerTitle {
  margin: 0;
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 18px;
  color: #ffffff;
}

.textBox3 {
  font-size: 22px;
  font-family: "Inter", sans-serif !important;
  font-weight: 700;
  color: #3b4ceb;
}

.textLogin {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 45px;

  color: #ffffff;
}

.textSerch {
  font-size: 30px;
  font-family: "Inter", sans-serif !important;
  font-weight: 700;
  color: #3b4ceb;
}

select:invalid {
  color: grey;
}

.bgGreen {
  border-radius: 20px;
  background-color: #f2f2f2;
}

.iconBox {
  color: #3e0896;
  font-size: 45px;
}

.iconText {
  color: #3e0896;
  font-family: "Inter", sans-serif !important;
  font-weight: 700;
}

.titluHome:first-letter,
.subtitluHome:first-letter {
    font-size: 200%;
    display: inline-block;
    transform: translateY(-50%);
    animation: cadere 1.5s ease-in-out;
    animation-fill-mode: forwards;
}

.titluHome,
.subtitluHome {
    font-size: 150%;
    animation: cadere 1.5s ease-in-out;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
}

@keyframes cadere {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


.titluHome {
  padding-top: 100px;
  font-size: 50px;
  line-height: 60px;
  font-family: "Inter", sans-serif !important;
  font-weight: 700;
  color: #3b4ceb;
}

.inputSearch {
  display: block;
  width: 100%;
  padding: 9px;
  line-height: 1.6;
  background-color: #ffff;
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #333 !important;
}

.cardSearch {
  background-color: #ebe3f8;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 25px 25px;
  border-radius: 20px;
}

.subtitluHome {
  padding-top: 5px;
  font-size: 20px;
  line-height: 25px;
  font-family: "Inter", sans-serif !important;
  font-weight: 600;
  color: #c0c0c0;
}

.links {
  color: #fff;
  text-decoration: none;
}

.footer2 {
  background-color: #3b4ceb;
}

.social-icon i {
  padding-right: 10px;
  font-size: 14px;
}

.hrcolor {
  height: 2px !important;
  background-color: #fff;
  margin: 0;
}

.footerTitlu1 img {
  height: 40px;
  width: auto;
}

.titluContact {
  color: #fff;
  font-size: 30px;
}

.footerSubtitlu1 {
  color: #fff;
  font-size: 14px;
}

.footerSubtitlu2 {
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 25px;
}

.footerSubtitlu2 i {
  padding-left: 10px;
  color: #fff;
}

.footer {
  background-color: #3b4ceb;
}

.checkList {
  accent-color: #3b4ceb;
}

.titleFilter {
  font-family: "Inter", sans-serif !important;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
}

.firstTitleFilter {
  font-family: "Inter", sans-serif !important;
  color: #c2abe8;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.buttonFilter {
  border-radius: 5px;
  font-size: 16px;
  font-family: "Inter", sans-serif !important;
  font-weight: 600;
  background-color: #3b4ceb;
  box-shadow: 0.872px 9.962px 20px 0px rgb(12 78 165 / 30%);
  color: #fff;
  padding: 4px 16px;
  display: inline-block;
}

.titleStep {
  font-family: "Inter", sans-serif !important;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
}

.fontS14{
font-size: 14px;
}

.buttonStep {
  margin-top: 40px;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-family: "Inter", sans-serif !important;
  font-weight: 600;
  background-color: #c238ff;
  box-shadow: 0.872px 9.962px 20px 0px rgb(12 78 165 / 30%);
  color: #fff;
  padding: 7px 70px;
  display: inline-block;
}

.btnSearchInvitationAccepted{
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Inter", sans-serif !important;
  font-weight: 600;
  background-color: #c238ff;
  box-shadow: 0.872px 9.962px 20px 0px rgb(12 78 165 / 30%);
  color: #fff;
  padding: 7px 20px;
  display: inline-block;
}

.skillsCrad {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #5f5f5f;
}

.fa-location-pin {
  padding-right: 15px;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  color: #3b4ceb;
}

.fa-clock {
  padding-right: 15px;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  color: #3b4ceb;
}

.btnInvite {
  margin-top: 15px;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-family: "Inter", sans-serif !important;
  font-weight: 600;
  background-color: #3b4ceb;
  box-shadow: 0.872px 9.962px 20px 0px rgb(12 78 165 / 30%);
  color: #fff;
  padding: 7px 70px;
  display: inline-block;
}

.btnInvite:hover {
  color: #fff;
}

.nameCardPersone {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 32px;
  color: #3b4ceb;
}

.listSkills {
  background: #efefef;
  padding: 3px 16px;
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #5c5c5c;
  display: inline-block;
  margin-bottom: 3px;
}

.imgCard {
  width: 120px;
  border-radius: 75px;
  height: 120px;
  object-fit: cover;
}

.dateStepThree {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 40px;
  color: #000000;
}

.titleFilter {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.bgColorContainer {
  background-color: #e2e2e2;
}

.bgColorProfile {
  background-color: #f2f2f2;
}

.ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
  border-color: #fff !important;
  border-radius: 5px !important;
}

.ck.ck-reset_all {
  border-radius: 5px !important;
}

.ck.ck-editor {
  box-shadow: 0px -4px 44px rgba(30, 28, 52, 0.03) !important;
  border-radius: 5px !important;
}

.ck-reset_all :not(.ck-reset_all-excluded *),
.ck.ck-reset_all {
  border-radius: 5px !important;
}

.radius {
  border-radius: 7px;
}

.step {
  list-style: none;
  margin: 0.2rem 0;
  width: 100%;
}

.step .step-item {
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  margin-top: 0;
  min-height: 1rem;
  position: relative;
  text-align: center;
}

.positionNumber {
  background: #bfbfbf;
  padding: 6px 12px;
  border-radius: 50px;
  font-family: "Outfit";
  color: #fff;
  font-weight: 700;
}

.scrollBar {
  max-height: 200px;
  overflow-y: auto;
}

.scrollBar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.scrollBar::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.scrollBar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fff;
  background: #3b4ceb;
}

#cowbell {
  background: #3b4ceb;
  border: solid 1px #3b4ceb;
  border-radius: 8px;
  height: 5px;
  width: 356px;
  outline: none;
  transition: background 450ms ease-in;
}

.steps-bar {
  background: #eee;
  height: 15px;
  background: #f0f0f0;
  box-shadow: inset 0px 3.79776px 3.79776px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  position: relative;
  width: 85%;
}

.marginLeft60 {
  margin-left: 30px;
}

.marginLeft10 {
  margin-left: 10px;
}
.steps-bar-overlay {
  background: #3b4ceb;
  margin-top: 3px;
  height: 50%;
  box-shadow: inset 0px 3.79776px 3.79776px rgb(0 0 0 / 20%);
  left: 0;
  position: absolute;
  top: 0;
  transition: ease-in-out all 1s;
  width: 0;
}
.steps-bar-overlay.one {
  width: 33.33%;
}
.subtitleTest {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #000000;
}

.left54 {
  margin-left: 145px !important;
}
.activeNumber {
  background: #3b4ceb !important;
}
.left30 {
  margin-right: -30px;
}
.left70 {
  margin-left: 87px !important;
}
.left5 {
  margin-left: 5px !important;
}
.left44 {
  margin-left: 84px !important;
}
.steps-bar-overlay.two {
  width: 66.66%;
}
.steps-bar-overlay.three {
  width: 100%;
}
.arrowTop {
  color: #bfbfbf;
  margin: 15px 10px 10px 10px;
}
.arrowText {
  margin-left: -40px;
  font-family: "Outfit";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #cecccc;
}
.arrowTextActive {
  color: #3b4ceb !important;
}

.arrowActive {
  color: #3b4ceb !important;
}

.steps-bar-node {
  background: #f0f0f0;
  box-shadow: inset 0px 3.79776px 3.79776px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  height: 45px;
  margin-left: -6px;
  margin-top: -6px;
  position: absolute;
  top: -8px;
  transition: ease-in-out all 1.5s;
  width: 45px;
  text-align: center;
  vertical-align: middle;
  line-height: 43px;
}
.steps-bar-node.active {
  background: #f0f0f0;
}
.steps-bar-node.one {
  left: 0;
}
.steps-bar-node.two {
  left: 33.33%;
}
.steps-bar-node.three {
  left: 66.66%;
}
.steps-bar-node.four {
  left: 100%;
}

.step .step-item:not(:first-child)::before {
  background: #3b4ceb;
  content: "";
  height: 2px;
  left: -50%;
  position: absolute;
  top: 9px;
  width: 100%;
}

.step .step-item a {
  color: #333;
  display: inline-block;
  padding: 20px 10px 0;
  text-decoration: none;
}

.buttonStep:hover {
  color: #fff;
}

.step .step-item a::before {
  background: transparent;
  border: 0.1rem solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.9rem;
  left: 50%;
  position: absolute;
  top: 0.2rem;
  transform: translateX(-50%);
  width: 0.9rem;
  z-index: 1;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  4% {
    -webkit-transform: translateX(-10);
    transform: translateX(-10);
  }
  8% {
    -webkit-transform: translateX(10);
    transform: translateX(10);
  }
  13.2% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  16% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  24% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  32% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  51% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  52% {
    -webkit-transform: translate(0, 0) rotate(-2.5deg);
    transform: translate(0, 0) rotate(-2.5deg);
  }
  53% {
    -webkit-transform: translate(0, 0) rotate(2.5deg);
    transform: translate(0, 0) rotate(2.5deg);
  }
  54% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  55% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  56% {
    -webkit-transform: translate(0, 0) rotate(-2.5deg);
    transform: translate(0, 0) rotate(-2.5deg);
  }
  57% {
    -webkit-transform: translate(0, 0) rotate(2.5deg);
    transform: translate(0, 0) rotate(2.5deg);
  }
  58% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  59% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  60% {
    -webkit-transform: translate(0, 0) rotate(-2.5deg);
    transform: translate(0, 0) rotate(-2.5deg);
  }
  61% {
    -webkit-transform: translate(0, 0) rotate(2.5deg);
    transform: translate(0, 0) rotate(2.5deg);
  }
  62% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  63% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  64% {
    -webkit-transform: translate(0, 0) rotate(-2.5deg);
    transform: translate(0, 0) rotate(-2.5deg);
  }
  65% {
    -webkit-transform: translate(0, 0) rotate(2.5deg);
    transform: translate(0, 0) rotate(2.5deg);
  }
  66% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  67% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  68% {
    -webkit-transform: translate(0, 0) rotate(-2.5deg);
    transform: translate(0, 0) rotate(-2.5deg);
  }
  69% {
    -webkit-transform: translate(0, 0) rotate(2.5deg);
    transform: translate(0, 0) rotate(2.5deg);
  }
  70% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  71% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  72% {
    -webkit-transform: translate(0, 0) rotate(-2.5deg);
    transform: translate(0, 0) rotate(-2.5deg);
  }
  73% {
    -webkit-transform: translate(0, 0) rotate(2.5deg);
    transform: translate(0, 0) rotate(2.5deg);
  }
  74% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  75% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  76% {
    -webkit-transform: translate(0, 0) rotate(-2.5deg);
    transform: translate(0, 0) rotate(-2.5deg);
  }
  77% {
    -webkit-transform: translate(0, 0) rotate(2.5deg);
    transform: translate(0, 0) rotate(2.5deg);
  }
  78% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  79% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  80% {
    -webkit-transform: translate(0, 0) rotate(-2.5deg);
    transform: translate(0, 0) rotate(-2.5deg);
  }
  41%,
  49%,
  81%,
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  4% {
    -webkit-transform: translateX(-10);
    transform: translateX(-10);
  }
  8% {
    -webkit-transform: translateX(10);
    transform: translateX(10);
  }
  13.2% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  16% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  24% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  32% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  51% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  52% {
    -webkit-transform: translate(0, 0) rotate(-2.5deg);
    transform: translate(0, 0) rotate(-2.5deg);
  }
  53% {
    -webkit-transform: translate(0, 0) rotate(2.5deg);
    transform: translate(0, 0) rotate(2.5deg);
  }
  54% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  55% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  56% {
    -webkit-transform: translate(0, 0) rotate(-2.5deg);
    transform: translate(0, 0) rotate(-2.5deg);
  }
  57% {
    -webkit-transform: translate(0, 0) rotate(2.5deg);
    transform: translate(0, 0) rotate(2.5deg);
  }
  58% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  59% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  60% {
    -webkit-transform: translate(0, 0) rotate(-2.5deg);
    transform: translate(0, 0) rotate(-2.5deg);
  }
  61% {
    -webkit-transform: translate(0, 0) rotate(2.5deg);
    transform: translate(0, 0) rotate(2.5deg);
  }
  62% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  63% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  64% {
    -webkit-transform: translate(0, 0) rotate(-2.5deg);
    transform: translate(0, 0) rotate(-2.5deg);
  }
  65% {
    -webkit-transform: translate(0, 0) rotate(2.5deg);
    transform: translate(0, 0) rotate(2.5deg);
  }
  66% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  67% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  68% {
    -webkit-transform: translate(0, 0) rotate(-2.5deg);
    transform: translate(0, 0) rotate(-2.5deg);
  }
  69% {
    -webkit-transform: translate(0, 0) rotate(2.5deg);
    transform: translate(0, 0) rotate(2.5deg);
  }
  70% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  71% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  72% {
    -webkit-transform: translate(0, 0) rotate(-2.5deg);
    transform: translate(0, 0) rotate(-2.5deg);
  }
  73% {
    -webkit-transform: translate(0, 0) rotate(2.5deg);
    transform: translate(0, 0) rotate(2.5deg);
  }
  74% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  75% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  76% {
    -webkit-transform: translate(0, 0) rotate(-2.5deg);
    transform: translate(0, 0) rotate(-2.5deg);
  }
  77% {
    -webkit-transform: translate(0, 0) rotate(2.5deg);
    transform: translate(0, 0) rotate(2.5deg);
  }
  78% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  79% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  80% {
    -webkit-transform: translate(0, 0) rotate(-2.5deg);
    transform: translate(0, 0) rotate(-2.5deg);
  }
  41%,
  49%,
  81%,
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}

.shake {
  z-index: 1;
  border-radius: 5px;
  -webkit-animation-name: shake;
  animation-name: shake;
  animation: shake 5s ease both infinite;
  cursor: pointer;
  color: white;
}

.step .step-item.active a::before {
  background: #fff;
  border: 0.1rem solid #3b4ceb;
}

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

.step .step-item.active ~ .step-item::before {
  background: #e7e9ed;
}

.step .step-item.active ~ .step-item a::before {
  background: #e7e9ed;
}

.showM {
  display: none;
}

.displayNoneName {
  display: none;
}

.displayBlockName {
  display: block;
}

.maxHeight {
  max-height: 600px;
  overflow-y: auto;
}

@media (min-width: 0px) and (max-width: 767.98px) {
  .navbar-brand img {
    height: 35px;
    width: auto;
  }

  .btnLogareAdmin{
    margin-top: 20px;
    width: 50%;
    margin-left: 15px;
  }

  .titleCard1 {
    padding-left: 60px;
  }

  .linksProfilIcons {
    font-size: 14px !important;
  }

  .grid-child-element {
    margin: 10px;
  }

  .btn-secondary {
    font-size: 12px;
  }

  .fa-right-to-bracket {
    font-size: 80px;
    color: #ffffff;
  }

  .fa-people-arrows {
    font-size: 80px;
    color: #fff;
    padding-top: 80px;
  }

  .subtitleLoginFooter {
    font-size: 14px;
  }

  .textLogin {
    line-height: 25px;
  }

  .subtextLogin {
    font-size: 12px;
  }

  .fa-right-from-bracket {
    font-size: 80px;
  }

  .divFlexResponsive {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .textBox3 {
    font-size: 18px;
  }

  .btnInvite {
    display: block;
    margin: 0 auto;
  }

  .displayNoneName {
    display: block;
  }

  .displayBlockName {
    display: none;
  }

  .border-right {
    border-right: 0px solid #e0e0e0;
  }

  .steps-bar {
    margin: 0;
    position: relative;
    width: 90%;
  }

  .arrowText {
    font-size: 12px;
  }

  .displayNoneMobile {
    display: none !important;
  }

  .showD {
    display: none;
  }

  .showM {
    display: block;
  }

  .paddingFind {
    padding-top: 0px;
  }

  .sectionBg {
    background-color: #fff;
    background-image: url(/assets/images/brand/bgM.webp);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    position: relative;
    width: 100%;
    padding: 0;
  }

  .textBox2 {
    font-size: 35px;
  }

  .overlaySecB {
    top: 0;
    right: 0;
    background-color: rgb(255 255 255 / 70%);
    position: absolute;
    height: 100%;
    width: 100%;
  }

  .buttonAlign {
    text-align: center !important;
  }

  .mMobile {
    margin-top: 10px;
  }

  .mBottonMobile {
    margin-top: 20px;
  }

  .textSerch {
    font-size: 24px;
    padding-bottom: 15px;
  }

  .sectionBgTopFooter {
    height: 1570px;
  }

  .linieMeniu {
    height: 0px;
    margin-top: 0px;
    width: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    display: inline-block;
  }

  .paddingBox {
    padding: 0px;
  }

  .titluHome {
    font-size: 30px;
    line-height: 45px;
    padding-left: 20px;
    padding-top: 50px;
  }

  .subtitluHome {
    padding-left: 20px;
    font-size: 16px;
    color: #555;
  }


  .bgCard {
    width: 150px;
    height: 150px;
  }

  .textLogin {
    font-size: 25px;
  }

  .iconLoginAs {
    color: #c2abe8;
    padding-top: 20px;
    font-size: 31px;
    padding-bottom: 20px;
  }

  .loginTitle {
    font-size: 20px;
  }

  .paddingR30 {
    padding-right: 0px;
  }

  .marginTopResponsive {
    margin-top: 15px;
  }

  .paddingBottom120 {
    padding-bottom: 80px !important;
  }

  .paddingToAndBottom{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .imgCard {
    width: 150px;
    height: 150px;
  }


  #printBtn{
    font-family: "Outfit";
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #000000;
  }

  .textSerch {
    font-size: 20px;
  }

  .pagination-container {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}


  .titleInfoCard {
    line-height: 20px;
    font-size: 14px;
  }

  .padTop60{
    padding-top: 0px;
  }

  .dateTimeshett {
    margin-top: 15px;
 } 

 .border-left {
  border-left: 0px solid #e0e0e0;
}

.marginBottomMinus{
margin-bottom: 0px !important;
}

.btnInvited {
  display: block;
  margin: 0 auto;
}

.mobileTextDN{
  display: none;
}


}

@media (min-width: 768px) and (max-width: 1024px) {
  .textSerch {
    font-size: 19px;
  }

  .titleCard1 {
    padding-left: 70px;
  }

  .tablet{
    padding-left: 250px !important;
  }

  .textBox {
    font-size: 25px;
    font-family: "Inter", sans-serif !important;
    font-weight: 700;
    color: #fff;
    padding-top: 27px;
  }

  .btnInvite {
    padding: 7px 50px;
  }

  .btnInvited {
    padding: 7px 45px;
  }

  .imgCard {
    width: 90px;
    height: 90px;
  }

  .imgPeople {
    margin-top: -38px;
  }
}

/*******************************************

COMENZI RAPIDE

*******************************************/

.paddingTop0 {
  padding-top: 0px !important;
}

.paddingTop5 {
  padding-top: 5px;
}

.paddingTop10 {
  padding-top: 10px;
}

.paddingTop15 {
  padding-top: 15px;
}

.paddingTop20 {
  padding-top: 20px;
}

.paddingTop25 {
  padding-top: 25px;
}

.paddingTop30 {
  padding-top: 30px;
}

.paddingTop34 {
  padding-top: 34px;
}

.paddingTop35 {
  padding-top: 35px;
}

.paddingTop38 {
  padding-top: 38px;
}

.paddingTop43 {
  padding-top: 43px;
}

.paddingTop40 {
  padding-top: 40px;
}

.paddingTop50 {
  padding-top: 50px;
}

.paddingTop55 {
  padding-top: 55px;
}

.paddingTop60 {
  padding-top: 60px;
}

.paddingTop70 {
  padding-top: 70px;
}

.paddingTop80 {
  padding-top: 80px;
}

.paddingTop90 {
  padding-top: 90px;
}

.paddingTop100 {
  padding-top: 100px;
}

.paddingTop150 {
  padding-top: 150px;
}

.paddingTop170 {
  padding-top: 170px;
}

.paddingTop200 {
  padding-top: 200px;
}

.paddingBottom0 {
  padding-bottom: 0px !important;
}

.paddingBottom10 {
  padding-bottom: 10px;
}

.paddingBottom20 {
  padding-bottom: 20px !important;
}

.paddingBottom25 {
  padding-bottom: 25px;
}

.paddingBottom30 {
  padding-bottom: 30px;
}

.paddingBottom35 {
  padding-bottom: 35px;
}

.paddingBottom40 {
  padding-bottom: 40px;
}

.paddingBottom45 {
  padding-bottom: 45px;
}

.paddingBottom50 {
  padding-bottom: 50px;
}

.paddingBottom60 {
  padding-bottom: 60px;
}

.paddingBottom70 {
  padding-bottom: 70px;
}

.paddingBottom80 {
  padding-bottom: 80px;
}

.paddingBottom90 {
  padding-bottom: 90px;
}

.paddingBottom100 {
  padding-bottom: 100px;
}

.paddingBottom120 {
  padding-bottom: 120px;
}

.paddingBottom150 {
  padding-bottom: 150px;
}

.paddingBottom200 {
  padding-bottom: 200px;
}

.paddingLeft0 {
  padding-left: 0px;
}

.paddingLeft5 {
  padding-left: 5px;
}

.paddingLeft10 {
  padding-left: 10px;
}

.paddingLeft12 {
  padding-left: 12px;
}

.paddingLeft15 {
  padding-left: 15px;
}

.paddingLeft20 {
  padding-left: 20px;
}

.paddingLeft25 {
  padding-left: 25px;
}

.paddingLeft30 {
  padding-left: 30px;
}

.paddingLeft35 {
  padding-left: 35px;
}

.paddingLeft40 {
  padding-left: 40px;
}

.paddingLeft50 {
  padding-left: 50px;
}

.paddingLeft60 {
  padding-left: 60px;
}

.paddingLeft70 {
  padding-left: 70px;
}

.paddingLeft80 {
  padding-left: 80px;
}

.paddingLeft90 {
  padding-left: 90px;
}

.paddingLeft100 {
  padding-left: 100px;
}

.paddingRight0 {
  padding-right: 0px;
}

.paddingRight5 {
  padding-right: 5px;
}

.paddingRight7 {
  padding-right: 7px;
}

.paddingRight10 {
  padding-right: 10px;
}

.paddingRight15 {
  padding-right: 15px;
}

.paddingRight20 {
  padding-right: 20px;
}

.paddingRight30 {
  padding-right: 30px;
}

.paddingRight40 {
  padding-right: 40px;
}

.paddingRight50 {
  padding-right: 50px;
}

.paddingRight60 {
  padding-right: 60px;
}

.paddingRight70 {
  padding-right: 70px;
}

.paddingRight80 {
  padding-right: 80px;
}

.paddingRight90 {
  padding-right: 90px;
}

.paddingRight100 {
  padding-right: 100px;
}

.padding0 {
  padding: 0;
}

.padding5 {
  padding: 5px;
}

.padding10 {
  padding: 10px;
}

.padding20 {
  padding: 20px !important;
}

.padding30 {
  padding: 30px;
}

.padding40 {
  padding: 40px;
}

.padding80 {
  padding: 80px;
}

/* margins */
.marginTop5 {
  margin-top: 5px;
}

.marginTop10 {
  margin-top: 10px;
}

.marginTop15 {
  margin-top: 15px;
}

.marginTop20 {
  margin-top: 20px;
}

.marginTop30 {
  margin-top: 30px;
}

.marginTop40 {
  margin-top: 40px;
}

.marginTop50 {
  margin-top: 50px;
}

.marginTop60 {
  margin-top: 60px;
}

.marginTop70 {
  margin-top: 70px;
}

.marginTop80 {
  margin-top: 80px;
}

.marginTop90 {
  margin-top: 90px;
}

.marginTop100 {
  margin-top: 100px;
}

.marginTop120 {
  margin-top: 120px;
}

.marginTop150 {
  margin-top: 150px;
}

.marginTop200 {
  margin-top: 200px;
}

.marginTop250 {
  margin-top: 250px;
}

.marginTop1_5rem {
  margin-top: 1.5rem;
}

.marginBottom0 {
  margin-bottom: 0px;
}

.marginBottom10 {
  margin-bottom: 10px;
}

.marginBottom15 {
  margin-bottom: 15px;
}

.marginBottom20 {
  margin-bottom: 20px;
}

.marginBottom30 {
  margin-bottom: 30px;
}

.marginBottom40 {
  margin-bottom: 40px;
}

.marginBottom50 {
  margin-bottom: 50px;
}

.marginBottom60 {
  margin-bottom: 60px;
}

.marginBottom70 {
  margin-bottom: 70px;
}

.marginBottom80 {
  margin-bottom: 80px;
}

.marginBottom90 {
  margin-bottom: 90px;
}

.marginBottom100 {
  margin-bottom: 100px;
}

.marginLeft0 {
  margin-left: 0px;
}

.marginLeft5 {
  margin-left: 5px;
}

.marginLeft10 {
  margin-left: 10px;
}

.marginLeft15 {
  margin-left: 15px;
}

.marginLeft20 {
  margin-left: 20px;
}

.marginLeft25 {
  margin-left: 25px;
}

.marginLeft30 {
  margin-left: 30px;
}

.marginLeft35 {
  margin-left: 35px;
}

.marginLeft40 {
  margin-left: 40px;
}

.marginLeft50 {
  margin-left: 50px;
}

.marginLeft60 {
  margin-left: 60px;
}

.marginLeft70 {
  margin-left: 70px;
}

.marginLeft80 {
  margin-left: 80px;
}

.marginLeft90 {
  margin-left: 90px;
}

.marginLeft100 {
  margin-left: 100px;
}

.marginRight0 {
  margin-right: 0px;
}

.marginRight5 {
  margin-right: 5px;
}

.marginRight10 {
  margin-right: 10px;
}

.marginRight15 {
  margin-right: 15px;
}

.marginRight20 {
  margin-right: 20px;
}

.marginRight30 {
  margin-right: 30px;
}

.marginRight40 {
  margin-right: 40px;
}

.marginRight50 {
  margin-right: 50px;
}

.marginRight60 {
  margin-right: 60px;
}

.marginRight70 {
  margin-right: 70px;
}

.marginRight80 {
  margin-right: 80px;
}

.marginRight90 {
  margin-right: 90px;
}

.marginRight100 {
  margin-right: 100px;
}

.margin0 {
  margin: 0;
}

.margin10 {
  margin: 10px;
}

.margin20 {
  margin: 20px;
}
