/* clase utilitare*/
.alert {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border: 0.0625rem solid #e6edf5;
  border-left-width: 0.375rem;
  border-radius: 0.75rem;
  background: #ffffff;
  color: #0f172a;
  box-shadow: 0 0.9rem 2rem rgba(23, 42, 99, 0.08);
  margin: 0.75rem 0;
}

.alert p {
  margin: 0;
  line-height: 1.6;
}

.alert__icon {
  flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.15rem;
  opacity: 0.95;
}

/* variante cromatice */
.alert--info {
  border-left-color: #2563eb;
  background: #eef6ff;
}

.alert--success {
  border-left-color: #16a34a;
  background: #edfdf3;
}

.alert--warning {
  border-left-color: #d97706;
  background: #fff7ed;
}

.alert--danger {
  border-left-color: #dc2626;
  background: #fff1f2;
}

/*colors*/
.light-grey {
  color: #b5cbed;
}

a.light-grey:hover {
  color: #9ea2a8;
}

.grey {
  color: rgb(78, 75, 75);
}



.no-padding {
  padding: 0 !important;
}

.flex_elements {
  display: flex;
  justify-content: center;
}

.txt-center {
  text-align: center;
}

.margin-center {
  margin: 0 auto;
}



/*margin-top */
.mt-20 {
  margin-top: 20% !important;
}

.mt-16 {
  margin-top: 16% !important;
}


.mt-10 {
  margin-top: 10% !important;
}

.mt-9 {
  margin-top: 9% !important;
}

.mt-8 {
  margin-top: 8% !important;
}

.mt-7 {
  margin-top: 7% !important;
}

.mt-6 {
  margin-top: 6% !important;
}

.mt-5 {
  margin-top: 5% !important;
}

.mt-4 {
  margin-top: 4% !important;
}

.mt-3 {
  margin-top: 3% !important;
}

.mt-2 {
  margin-top: 2% !important;
}

.mt-1 {
  margin-top: 1% !important;
}

/*margin left*/
.ml-47 {
  margin-left: 47% !important;
}

.ml-36 {
  margin-left: 36%;
}

.ml-35 {
  margin-left: 35% !important;
}

.ml-25 {
  margin-left: 25%;
}

.ml-24 {
  margin-left: 24% !important;
}

.ml-23 {
  margin-left: 23%;
}

.ml-21 {
  margin-left: 21% !important;
}

.ml-15 {
  margin-left: 15%;
}

.ml-14 {
  margin-left: 14% !important;
}

.ml-13 {
  margin-left: 13% !important;
}

.ml-10 {
  margin-left: 10%;
}

.ml-9 {
  margin-left: 9%;
}

.ml-8 {
  margin-left: 8%;
}

.ml-7 {
  margin-left: 7%;
}

.ml-6 {
  margin-left: 6%;
}

.ml-5 {
  margin-left: 5% !important;
}

.ml-4 {
  margin-left: 4%;
}

.ml-3 {
  margin-left: -3rem;
}

.ml-2 {
  margin-left: 2% !important;
}

.ml-1 {
  margin-left: 1% !important;
}

.ml-xs {
  margin-left: 0.5% !important;
}

/*margin right*/
.mr-19 {
  margin-right: 19%;
}

.mr-10 {
  margin-right: 10%;
}

/* margin bottom */
.mb-xs-rm {
  margin-bottom: 0.5rem !important;
}

.mb-xs {
  margin-bottom: 0.6% !important;
}

.mb-s {
  margin-bottom: 1%;
}

.mb-sm {
  margin-bottom: 1.5% !important;
}


.mb-2 {
  margin-bottom: 2% !important;
}

.mb-3 {
  margin-bottom: 3%;
}

.mb-4 {
  margin-bottom: 4%;
}

.mb-5 {
  margin-bottom: 5%;
}

.mb-6 {
  margin-bottom: 6%;
}

.mb-7 {
  margin-bottom: 7%;
}

.mb-8 {
  margin-bottom: 8%;
}

.mb-10 {
  margin-bottom: 10%;
}

.mb-12 {
  margin-bottom: 12% !important;
}

.mb-14 {
  margin-bottom: 14% !important;
}

.mb-15 {
  margin-bottom: 15%;
}

.mb-16 {
  margin-bottom: 16%;
}

.mb-17 {
  margin-bottom: 17%;
}

.mb-18 {
  margin-bottom: 18%;
}

.mb-19 {
  margin-bottom: 19%;
}

.mb-20 {
  margin-bottom: 20%;
}

.mb-25 {
  margin-bottom: 25%;
}

.mb-30 {
  margin-bottom: 30%;
}

.mb-35 {
  margin-bottom: 35%;
}

.mb-40 {
  margin-bottom: 40%;
}

.mb-50 {
  margin-bottom: 50%;
}

.mb-60 {
  margin-bottom: 50%;
}

.mb-70 {
  margin-bottom: 70%;
}

/*height*/
.hgt-25 {
  height: 25rem !important;
}

.hgt-27 {
  height: 27rem !important;
}

/*grids*/
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 80%;
  margin: 1% auto;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 80%;
  margin: 0 auto;
}

.grd-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 20rem;
  justify-items: center;
}

.grd-4 {
  margin-top: 3%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 70rem;
  justify-items: center;
  margin-left: 11%;
}


.no-info {
  text-align: center;
  margin: 4% 0;
}

.bold-6 {
  font-weight: 600;
}

/*width*/
.wdth-70 {
  width: 70%;
}


a.link-color {
  color: #1e88e5 !important;                 
  text-underline-offset: 2px;
  font-weight: 700;
}

a.link-color:hover {
  color: #265173 !important;                 
  /* color: #29a3ff !important;                  */
  outline: none;
}


