@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

*:focus {
  outline: none !important;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Manrope', sans-serif !important;
}

ul {
  list-style: none;
  margin-bottom: 0 !important;
}

a, a:hover {
  text-decoration: none !important;
}

button {
  border: none;
  cursor: pointer;
}

h1, h2, h3, h4, h5, p {
  margin-bottom: 0 !important;
}

.paragraph {
  font-size: 1.5rem;
  color: #f2f5ff;
}

.--red {
  color: #FF4848;
}

.welcome {
  margin-bottom: 4rem;
}

.welcome .title {
  font-size: 3rem;
  position: relative;
  color: #0c95ca;
  text-transform: uppercase;
  font-weight: 800;
}

@media only screen and (max-width: 600px) {
  .welcome .title {
    font-size: 2rem;
  }
}

.welcome .title::after {
  position: absolute;
  content: "";
  width: 40px;
  background: #0c95ca;
  height: 4px;
  left: 15px;
  bottom: -8px;
  border-radius: 5px;
}

.welcome .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 6px;
  height: 6px;
  background: #0c95ca;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.welcome .text {
  color: #fff;
  font-size: 2.5rem;
  padding-top: 1.8rem;
  font-weight: 600;
}

.dash-heading .title {
  color: #0c95ca;
  font-size: 3rem;
  position: relative;
  font-weight: 700;
}

@media only screen and (max-width: 600px) {
  .dash-heading .title {
    font-size: 2rem;
    margin-top: 2rem !important;
  }
}

.dash-heading .title::after {
  position: absolute;
  content: "";
  width: 40px;
  background: #0c95ca;
  height: 4px;
  left: 15px;
  bottom: -8px;
  border-radius: 5px;
}

.dash-heading .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 6px;
  height: 6px;
  background: #0c95ca;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.dash-heading .my-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dash-heading .my-breadcrumb li {
  font-size: 1.6rem;
  color: #fff;
}

.dash-heading .my-breadcrumb li a {
  color: #FF4848;
  font-weight: 600;
}

.dash-heading .my-breadcrumb .spacing {
  padding: 0 5px;
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
}

.underline {
  border-bottom: 1px dashed rgba(242, 245, 255, 0.5);
}

.card-stats {
  -webkit-box-shadow: 0px 10px 30px rgba(19, 14, 57, 0.09);
          box-shadow: 0px 10px 30px rgba(19, 14, 57, 0.09);
  min-height: 10rem;
  border-radius: 4px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-bottom: 3rem;
}

.card-stats:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 600px) {
  .card-stats:hover {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}

.card-stats::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 50px;
  bottom: 0;
  left: 0;
}

.card-stats .text .title {
  font-size: 1.5rem;
  font-weight: 600;
}

.card-stats .text .number {
  font-size: 2.5rem;
  font-weight: 800;
}

.card-stats .icone {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.5rem;
          flex: 0 0 3.5rem;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-stats .icone img {
  height: 2rem;
}

.card-stats.--color1 .text .number {
  color: #ff1f59;
}

.card-stats.--color1 .icone {
  background-color: #ff1f59;
}

.card-stats.--color1::after {
  background-color: #ff1f59;
}

.card-stats.--color2 .text .number {
  color: #039dd8;
}

.card-stats.--color2 .icone {
  background-color: #039dd8;
}

.card-stats.--color2::after {
  background-color: #039dd8;
}

.card-stats.--color3 .text .number {
  color: #00C09D;
}

.card-stats.--color3 .icone {
  background-color: #00C09D;
}

.card-stats.--color3::after {
  background-color: #00C09D;
}

.card-stats.--color4 .text .number {
  color: #706f81;
}

.card-stats.--color4 .icone {
  background-color: #706f81;
}

.card-stats.--color4::after {
  background-color: #706f81;
}

.card-person {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 111, 92, 0.9)), to(rgba(30, 111, 92, 0.9))), url(../images/img-bg1.jpg);
  background-image: linear-gradient(rgba(30, 111, 92, 0.9), rgba(30, 111, 92, 0.9)), url(../images/img-bg1.jpg);
  background-size: cover;
  background-position: center;
  min-height: 10rem;
  border-radius: 4px;
  background-color: #fff;
  padding: 2rem 1rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-box-shadow: 0px 10px 30px rgba(19, 14, 57, 0.09);
          box-shadow: 0px 10px 30px rgba(19, 14, 57, 0.09);
  text-align: center;
  margin-bottom: 3rem;
}

.card-person:hover {
  background-color: #1E6F5C;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 600px) {
  .card-person:hover {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}

.card-person:hover .text .name {
  color: #fff;
}

.card-person .photo {
  height: 12rem;
  width: 12rem;
  border-radius: 50rem;
  overflow: hidden;
  margin: 0 auto;
  border: 2px solid #fff;
  padding: 5px;
}

.card-person .photo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-person .text {
  margin: 1rem 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.card-person .text .name {
  color: #141313;
  font-weight: 700;
  font-size: 2rem;
}

.card-person .text p {
  font-size: 1.6rem;
  color: #fff;
}

.card-person .text p.categorie {
  padding: 1rem 0;
}

.card-person .text p.localisation {
  font-size: 1.6rem;
  padding-bottom: 1rem;
}

.box-form {
  border-radius: 4px;
  overflow: hidden;
}

.box-form .head-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #1E6F5C;
  padding: 2rem;
}

.box-form .head-form .title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  padding: 1rem 0;
}

.box-form .content {
  background-color: #fff;
  padding: 2rem;
}

.form-champ {
  margin-top: 4rem;
}

.form-champ .form--group {
  margin-bottom: 2rem;
}

.form-champ .form--group label {
  color: #141313;
  font-size: 1.7rem;
}

.form-champ .form--group__input {
  width: 100%;
  height: 5rem;
  padding: 2rem;
  color: #141313;
  font-size: 1.6rem;
  background-color: #f2f5ff;
  border-radius: 8px;
  border: 1px solid transparent;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.form-champ .form--group__input:focus {
  border: 1px solid rgba(30, 111, 92, 0.4);
}

.form-champ .form--group__select {
  width: 100%;
  height: 5rem;
  padding-left: 2rem;
  color: #141313;
  font-size: 1.6rem;
  background-color: #f2f5ff;
  border-radius: 8px;
  border: 1px solid transparent;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.form-champ .form--group__select:focus {
  border: 1px solid rgba(30, 111, 92, 0.4);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-champ .form--group__textarea {
  width: 100%;
  height: 20rem;
  color: #141313;
  font-size: 1.6rem;
  padding: 2rem;
  background-color: #f2f5ff;
  border-radius: 8px;
  border: 1px solid transparent;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.form-champ .form--group__textarea:focus {
  border: 1px solid rgba(30, 111, 92, 0.4);
}

/* --------------------
    checkbox css
-------------------- */
.checkbox {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .checkbox {
    padding-right: 20px;
  }
}

.checkbox input[type="checkbox"] {
  display: none;
}

.checkbox .paragraph {
  color: #141313;
}

.checkbox span {
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 3px solid #1E6F5C;
}

.checkbox span::after {
  content: '';
  height: 8px;
  width: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  background-color: #1E6F5C;
  -webkit-transition: .3s ease-in-out 0s;
  transition: .3s ease-in-out 0s;
}

.checkbox input[type="checkbox"]:checked ~ span::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.btn-standard {
  border: 1px solid transparent;
  padding: 1rem 3rem;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
  background-color: rgba(30, 111, 92, 0.1);
  color: #0c95ca;
  border: 1.5px solid rgba(30, 111, 92, 0.1);
  -webkit-transition: .7s ease-in-out;
  transition: .7s ease-in-out;
  outline: none;
}

.btn-standard:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(19, 14, 57, 0.09);
          box-shadow: 0px 10px 30px rgba(19, 14, 57, 0.09);
  -webkit-transition: all .3s ease 0;
  transition: all .3s ease 0;
}

.btn-standard.--white {
  margin-top: 5px;
  border: 1px solid transparent;
  background-color: #fff;
  color: #1E6F5C;
  padding: .6rem 3rem;
}

.btn-standard.--white:hover {
  border: 1px solid #fff;
  background-color: transparent !important;
  color: #fff;
}

.btn-standard.--color1 {
  background-color: #195b4b;
  color: #f2f5ff;
}

.btn-standard.--color1:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(19, 14, 57, 0.09);
          box-shadow: 0px 10px 30px rgba(19, 14, 57, 0.09);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background: #14473b;
}

.btn-standard.--green {
  background-color: #0f8b89;
  color: #f2f5ff;
}

.btn-standard.--green:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(19, 14, 57, 0.09);
          box-shadow: 0px 10px 30px rgba(19, 14, 57, 0.09);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background: #0d7472;
}

.box-table {
  margin-top: 4rem;
  background-color: #fff;
  padding-bottom: 2rem;
  border-radius: 4px;
}

.box-table .head-table {
  background-color: #1E6F5C;
  padding: 2rem;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box-table .head-table h3 {
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  padding: 1rem 0;
}

@media only screen and (max-width: 768px) {
  .box-table .table-responsive {
    width: 70rem;
  }
}

@media only screen and (max-width: 600px) {
  .box-table .table-responsive {
    width: 56rem;
  }
}

.box-table .box-progress .content {
  margin-bottom: 2rem;
}

.box-table .box-progress .content .title {
  font-weight: 800;
  color: #141313;
  font-size: 2rem;
}

.box-table .box-progress .content span, .box-table .box-progress .content .float-right {
  color: #141313;
  font-size: 1.6rem;
}

.--padlr {
  padding: 0 1rem;
}

@media only screen and (max-width: 768px) {
  .table {
    width: 115rem !important;
  }
}

.table thead {
  color: #f2f5ff;
  font-size: 1.6rem;
  background-color: #1E6F5C;
}

.table thead tr th {
  border-top: transparent;
}

.table tbody {
  font-size: 1.5rem;
  color: rgba(20, 19, 19, 0.9);
}

.table tbody tr {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.table tbody tr:hover {
  background-color: rgba(12, 149, 202, 0.2) !important;
  color: #141313 !important;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.table td {
  border: none !important;
  text-transform: capitalize;
  line-height: 4rem;
}

.table td.--email {
  text-transform: initial;
}

.table td.box-genre .genre {
  width: 5rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50rem;
  margin: 0 auto;
}

.table td.box-genre .genre.--masculin {
  background-color: #FF4848;
}

.table td.box-genre .genre.--feminin {
  background-color: #0f8b89;
}

.table td.box-genre .genre span {
  font-size: 1.2rem;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}

.table td.action .end-hospital {
  background-color: #1E6F5C;
  border-radius: 4px;
  color: #fff;
  padding: 0 8px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(242, 245, 255, 0.8) !important;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.table-striped tbody tr:nth-of-type(odd):hover {
  background-color: rgba(12, 149, 202, 0.2) !important;
  color: #141313 !important;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

@media only screen and (max-width: 600px) {
  div.dataTables_wrapper div.dataTables_filter label {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

@media only screen and (max-width: 600px) {
  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    text-align: left !important;
  }
}

@media only screen and (max-width: 600px) {
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

.myModal {
  background-color: #28469e7a;
  padding: 5rem;
}

@media only screen and (max-width: 600px) {
  .myModal {
    padding: 1rem;
  }
}

.myModal .modal-dialog {
  max-width: 800px;
}

.myModal .content {
  background-color: #fff !important;
  border: 1px solid transparent;
  border-radius: 5px;
  min-height: 20rem;
  padding: 2rem;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
}

.myModal .content .title {
  background-color: #0c95ca;
  padding: 2rem;
  color: #fff;
  border-radius: 5px;
}

.myModal .box-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.myModal .box-btn .btn-circle {
  height: 3.5rem;
  width: 3.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.5rem;
          flex: 0 0 3.5rem;
  border-radius: 50rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px;
  cursor: pointer;
}

.myModal .box-btn .btn-circle.--del {
  background-color: #FF4848;
}

.myModal .box-btn .btn-circle.--add {
  background-color: #0c95ca;
}

.myModal .box-btn .btn-circle.--download {
  background-color: #1E6F5C;
}

.myModal .box-btn .btn-circle .fa {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
}

.modalSearch {
  background-color: rgba(30, 111, 92, 0.8);
  position: relative;
}

.modalSearch .btnClose {
  height: 4.5rem;
  width: 4.5rem;
  background-color: #ff1f59;
  color: #fff;
  border-radius: 50rem;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 5%;
  right: 5%;
  font-size: 1.8rem;
  cursor: pointer;
}

.modalSearch .modal-dialog {
  max-width: 800px;
}

.modalSearch .content {
  border: 1px solid transparent;
  background-color: transparent !important;
  position: relative;
  padding: 5rem;
}

@media only screen and (max-width: 600px) {
  .modalSearch .content {
    padding: 2rem;
  }
}

.modalSearch .content .form-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.modalSearch .content .form-search input {
  height: 5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  color: #fff;
  border: none;
  background-color: transparent !important;
  padding: 2rem 0;
  border-bottom: 2px solid #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.modalSearch .content .form-search input:focus {
  border-bottom: 2px solid #0c95ca;
}

.modalSearch .content .form-search input::-webkit-input-placeholder {
  color: #fff;
}

.modalSearch .content .form-search input:-ms-input-placeholder {
  color: #fff;
}

.modalSearch .content .form-search input::-ms-input-placeholder {
  color: #fff;
}

.modalSearch .content .form-search input::placeholder {
  color: #fff;
}

.modalSearch .content .form-search button {
  height: 5rem;
  width: 5rem;
  border-radius: 50rem;
  background-color: #0f8b89;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  color: #fff;
  border: none;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.modalSearch .content .form-search button:hover {
  background-color: #0c95ca;
}

.box-timeline {
  padding: 2rem;
}

.btn {
  position: relative;
  display: block;
  color: white;
  font-size: 14px;
  font-family: "montserrat";
  text-decoration: none;
  margin: 30px 0;
  border: 2px solid #ff7675;
  padding: 14px 60px;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.btn::before {
  background: #ff7675;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.btn1::before {
  width: 0%;
  height: 100%;
}

.btn1:hover::before {
  width: 100%;
}

.page-wrapper__topbar {
  height: 6rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #1E6F5C;
  padding: 0 3rem;
  z-index: 90;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .page-wrapper__topbar {
    padding: 0 1rem;
  }
}

.page-wrapper__topbar--btn {
  height: 4.5rem;
  width: 4.5rem;
  border-radius: 50rem;
  position: relative;
  border: 4px solid #fff;
}

.page-wrapper__topbar--btn ul {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.page-wrapper__topbar--btn ul li {
  list-style: none;
  position: absolute;
  background: #fff;
  width: 100%;
  height: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .9s;
  transition: .9s;
  border-radius: 4px;
}

.page-wrapper__topbar--btn ul li:nth-of-type(1) {
  top: 20%;
}

.page-wrapper__topbar--btn ul li:nth-of-type(2) {
  top: 50%;
}

.page-wrapper__topbar--btn ul li:nth-of-type(3), .page-wrapper__topbar--btn ul li:nth-of-type(4) {
  width: 50%;
  top: 80%;
}

.page-wrapper__topbar--btn ul li:nth-of-type(1), .page-wrapper__topbar--btn ul li:nth-of-type(2), .page-wrapper__topbar--btn ul li:nth-of-type(3) {
  left: 0;
}

.page-wrapper__topbar--btn ul li:nth-of-type(4) {
  right: 0;
}

.page-wrapper__topbar--btn ul.active li:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.page-wrapper__topbar--btn ul.active li:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.page-wrapper__topbar--btn ul.active li:nth-of-type(3) {
  left: -50%;
  opacity: 0;
}

.page-wrapper__topbar--btn ul.active li:nth-of-type(4) {
  right: -50%;
  opacity: 0;
}

.page-wrapper__topbar .box-inputSearch {
  background-color: #fff;
  width: 35%;
  padding: 1rem;
  border-radius: 4px;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .page-wrapper__topbar .box-inputSearch {
    height: 4.5rem;
    width: 4.5rem;
    border-radius: 50rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page-wrapper__topbar .box-inputSearch .fa {
  color: #0c95ca;
  font-size: 1.6rem;
  font-weight: 700;
  padding-right: 1rem;
}

@media only screen and (max-width: 600px) {
  .page-wrapper__topbar .box-inputSearch .fa {
    padding-right: 0;
  }
}

.page-wrapper__topbar .box-inputSearch span {
  color: #141313;
  font-size: 1.5rem;
}

@media only screen and (max-width: 600px) {
  .page-wrapper__topbar .box-inputSearch span {
    display: none;
  }
}

.page-wrapper__topbar--linkRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-wrapper__topbar--linkRight .notification {
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 2rem;
  position: relative;
}

.page-wrapper__topbar--linkRight .notification .account {
  background-color: #FF4848;
  color: #fff;
  height: 15px;
  width: 25px;
  padding: .8rem 1rem;
  border-radius: 5px;
  font-size: 1.2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: -1.4rem;
}

.page-wrapper__topbar--linkRight .notification img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-wrapper__topbar--linkRight .box-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2rem;
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .page-wrapper__topbar--linkRight .box-user {
    padding-left: 5px;
  }
}

.page-wrapper__topbar--linkRight .box-user .name {
  font-size: 1.5rem;
  color: #f2f5ff;
  text-transform: capitalize;
  padding-right: 1rem;
}

@media only screen and (max-width: 600px) {
  .page-wrapper__topbar--linkRight .box-user .name {
    padding-right: 5px;
    font-size: 1.3rem;
  }
}

.page-wrapper__topbar--linkRight .box-user .user {
  height: 4rem;
  width: 4rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4rem;
          flex: 0 0 4rem;
  border-radius: 50rem;
  overflow: hidden;
}

.page-wrapper__topbar--linkRight .box-user .user img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-wrapper__topbar--linkRight .box-user .user-link {
  border-radius: 8px;
  background-color: #f2f5ff;
  min-height: 10rem;
  width: 20rem;
  position: absolute;
  top: 8rem;
  right: 0;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
  padding: 1rem 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  visibility: hidden;
  opacity: 0;
}

.page-wrapper__topbar--linkRight .box-user .user-link.active {
  top: 5rem;
  visibility: visible;
  opacity: 1;
}

.page-wrapper__topbar--linkRight .box-user .user-link .link {
  display: block;
  font-size: 1.5rem;
  color: #141313;
  padding: 1rem 2em;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.page-wrapper__topbar--linkRight .box-user .user-link .link:hover {
  background-color: rgba(25, 91, 75, 0.1);
}

.page-wrapper__topbar--linkRight .box-user .user-link .link .fa {
  padding-right: 1rem;
  font-size: 1.6rem;
  color: #195b4b;
}

.sidebar {
  width: 25rem;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #1E6F5C;
  z-index: 80;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 111, 92, 0.9)), to(rgba(30, 111, 92, 0.95))), url(../images/img-bg.jpg);
  background-image: linear-gradient(rgba(30, 111, 92, 0.9), rgba(30, 111, 92, 0.95)), url(../images/img-bg.jpg);
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 768px) {
  .sidebar {
    left: -100%;
    position: fixed;
    margin-top: 6rem;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.21);
            box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.21);
  }
  .sidebar.active {
    left: 0;
    width: 25rem !important;
  }
}

@media only screen and (max-width: 768px) {
  .sidebar {
    height: 100%;
  }
}

.sidebar.active {
  width: 7rem;
}

.sidebar__logo {
  height: 6rem;
  background-color: #195b4b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sidebar__logo img {
  height: 4rem;
}

.sidebar__box-link {
  width: 100%;
  position: absolute;
  left: 0;
  top: 7rem;
  overflow-x: hidden;
  height: calc(100vh - 15rem);
}

.sidebar__box-link::-webkit-scrollbar {
  display: none;
}

.sidebar__box-link li {
  width: 100%;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.sidebar__box-link li .menu_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 1.5rem 0;
}

.sidebar__box-link li .menu_item:hover {
  background-color: #195b4b;
}

.sidebar__box-link li .menu_item .icon {
  height: 2rem;
  min-width: 7rem;
  display: block;
  line-height: 2rem;
  text-align: center;
}

.sidebar__box-link li .menu_item .icon img {
  height: 2rem;
  width: 2rem;
}

.sidebar__box-link li .menu_item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  height: 2rem;
  line-height: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-right: 1rem;
}

.sidebar__box-link li.active {
  background-color: #195b4b;
}

.sidebar .menu {
  position: relative;
  padding-top: 4rem;
}

@media only screen and (max-width: 768px) {
  .sidebar .menu {
    padding-top: 2rem;
    overflow-y: auto;
    height: 41rem;
  }
}

.sidebar .menu .list {
  list-style: none;
  padding-left: 0;
}

.sidebar .menu .list .list--item {
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

.sidebar .menu .list .list--item:hover {
  background-color: rgba(25, 91, 75, 0.5);
}

.sidebar .menu .list .list--item.active {
  background-color: #195b4b;
}

.sidebar .menu .list .list--item .ml-menu li {
  padding: 1rem 0;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

.sidebar .menu .list .list--item .ml-menu li:hover {
  background-color: rgba(25, 91, 75, 0.5);
}

.sidebar .menu .list .header {
  background: #363e46;
  font-size: 12px;
  padding: 8px 16px;
  color: #ccc;
}

.sidebar .menu .list i.material-icons {
  margin-top: 4px;
}

.sidebar .menu .list .menu-toggle:after,
.sidebar .menu .list .menu-toggle:before {
  position: absolute;
  top: calc(50% - 14px);
  right: 17px;
  font-size: 19px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #f2f5ff;
}

.sidebar .menu .list .menu-toggle:before {
  content: "+";
  -webkit-transform: scale(1);
          transform: scale(1);
}

.sidebar .menu .list .menu-toggle:after {
  content: "\2013";
  -webkit-transform: scale(0);
          transform: scale(0);
}

.sidebar .menu .list .menu-toggle.toggled:before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.sidebar .menu .list .menu-toggle.toggled:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.sidebar .menu .list a {
  color: #f2f5ff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  width: 100%;
  padding: 13px;
  font-weight: 400;
  font-size: 15px;
}

.sidebar .menu .list a .icone {
  height: 1.6rem;
  width: 1.6rem;
}

.sidebar .menu .list a .icone img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sidebar .menu .list a:hover,
.sidebar .menu .list a:active,
.sidebar .menu .list a:focus {
  text-decoration: none !important;
}

.sidebar .menu .list a small {
  position: absolute;
  top: calc(50% - 7.5px);
  right: 15px;
}

.sidebar .menu .list a span {
  margin: 0;
  font-weight: 400;
  overflow: hidden;
  padding-left: 15px;
}

.sidebar .menu .list a i {
  margin-top: 3px;
  width: 20px;
  text-align: center;
}

.sidebar .menu .list .ml-menu {
  list-style: none;
  display: none;
  padding-left: 0;
}

.sidebar .menu .list .ml-menu span {
  font-weight: normal;
  font-size: 15px;
  margin: 3px 0 1px 6px;
}

.sidebar .menu .list .ml-menu li a {
  padding-left: 48px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.sidebar .menu .list .ml-menu li a:before {
  content: "\276F";
  position: absolute;
  left: 21px;
  font-size: 16px;
  font-family: "Material-Design-Iconic-Font";
  color: #f2f5ff;
}

.sidebar .menu .list .ml-menu li.active a.toggled:not(.menu-toggle) {
  font-weight: 500;
  margin-left: 5px;
}

.sidebar .menu .list .ml-menu li.active a.toggled:not(.menu-toggle):before {
  content: "\E315";
  font-family: "Material Icons";
  position: relative;
  font-size: 21px;
  height: 20px;
  top: -5px;
  right: 0px;
}

.sidebar .menu .list .ml-menu li .ml-menu li a {
  padding-left: 80px;
}

.sidebar .menu .list .ml-menu li .ml-menu .ml-menu li a {
  padding-left: 95px;
}

.sidebar .active.open .active a {
  color: #ccc;
  margin: 0 !important;
}

.sidebar .active.open .active a:before {
  display: none;
}

.sidebar .active.open .active a:after {
  content: "\276F";
  position: absolute;
  top: 7px;
  left: 17px;
  font-family: "Material-Design-Iconic-Font";
  font-size: 16px;
}

.sidebar.active .sidebar__logo img {
  height: 2rem;
}

.sidebar.active .menu .list li a .icone {
  height: 2rem !important;
  width: 2rem !important;
}

.sidebar.active .menu .list a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 768px) {
  .sidebar.active .menu .list a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.sidebar.active .menu .list a span {
  display: none;
}

@media only screen and (max-width: 768px) {
  .sidebar.active .menu .list a span {
    display: block;
  }
}

.sidebar.active .menu .list .menu-toggle:before {
  display: none;
}

@media only screen and (max-width: 768px) {
  .sidebar.active .menu .list .menu-toggle:before {
    display: block;
  }
}

.sidebar.active .menu .list .list--item {
  position: relative;
}

.sidebar.active .menu .list .list--item .ml-menu {
  position: absolute;
  z-index: 50;
  background-color: #1E6F5C;
  border-radius: 0 4px 4px 0;
  left: 7rem;
  top: 0;
  width: 25rem;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.21);
          box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.21);
}

@media only screen and (max-width: 768px) {
  .sidebar.active .menu .list .list--item .ml-menu {
    position: relative !important;
    left: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.sidebar.active .menu .list .list--item .ml-menu li a {
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
}

.sidebar.active .menu .list .list--item .menu-toggle.toggled:after {
  display: none;
}

@media only screen and (max-width: 768px) {
  .sidebar.active .menu .list .list--item .menu-toggle.toggled:after {
    display: block;
  }
}

.body {
  background-color: #195b4b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.page-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-wrapper__page-content .main-content {
  height: calc(100vh - 6rem);
  overflow-x: hidden;
  padding: 2rem;
  /* width */
  /* Track */
  /* Handle */
}

@media only screen and (max-width: 768px) {
  .page-wrapper__page-content .main-content {
    height: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .page-wrapper__page-content .main-content {
    padding: 1rem;
  }
}

.page-wrapper__page-content .main-content::-webkit-scrollbar {
  width: 1rem;
}

.page-wrapper__page-content .main-content::-webkit-scrollbar-track {
  background: #1E6F5C;
}

.page-wrapper__page-content .main-content::-webkit-scrollbar-thumb {
  background: #469aca52;
  border-radius: 50rem;
}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-animation: animate 25s linear infinite;
          animation: animate 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 45s;
          animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 35s;
          animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 11s;
          animation-duration: 11s;
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
            transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

@keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
            transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

.preloader {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #1E6F5C;
  z-index: 9999;
  overflow: hidden;
  opacity: 2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.preloaderFinish {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(2);
          transform: scale(2);
}

.cubes {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 5rem;
  height: 5rem;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  z-index: 1;
}

.cubes .cube {
  width: 33.3333%;
  height: 33.3333%;
  background-color: #fff;
  -webkit-animation: cubes 1.5s infinite ease-in-out;
          animation: cubes 1.5s infinite ease-in-out;
}

.cubes .cube-1 {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

.cubes .cube-2 {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

.cubes .cube-3 {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

.cubes .cube-4 {
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
}

.cubes .cube-5 {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

.cubes .cube-6 {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

.cubes .cube-7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.cubes .cube-8 {
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
}

.cubes .cube-9 {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

@-webkit-keyframes cubes {
  0%, 70%, 100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3d(0, 0, 1);
            transform: scale3d(0, 0, 1);
  }
}

@keyframes cubes {
  0%, 70%, 100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3d(0, 0, 1);
            transform: scale3d(0, 0, 1);
  }
}

.btn-bottom {
  position: fixed;
  bottom: 0;
  right: 0;
}

#ms-menu {
  display: none;
}

.ms-nav {
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.ms-nav > .ms-li {
  position: absolute;
  bottom: 0;
  right: 2px;
  -webkit-transition: bottom .5s ease;
  transition: bottom .5s ease;
  z-index: 1;
}

.ms-nav .ms-li:hover .title {
  visibility: visible;
  opacity: 1;
  right: 60px;
}

.ms-nav .ms-li .title {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(20, 19, 19, 0.8);
  color: #fff;
  padding: 5px 8px;
  width: 8rem;
  text-align: center;
  border-radius: 4px;
  font-size: 1.2rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li a {
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li1 {
  bottom: 115%;
  -webkit-transition: bottom .5s ease;
  transition: bottom .5s ease;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li1 a span {
  opacity: 1;
  -webkit-transition: opacity .5s ease .1s;
  transition: opacity .5s ease .1s;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li1 a h6 {
  opacity: 1;
  -webkit-transition: opacity .5s ease .1s;
  transition: opacity .5s ease .1s;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-main:after {
  -webkit-animation: big-border-bottom-animation .5s ease .1s;
          animation: big-border-bottom-animation .5s ease .1s;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li1:before {
  -webkit-animation: border-top-animation .5s ease .2s;
          animation: border-top-animation .5s ease .2s;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li1:after {
  -webkit-animation: border-bottom-animation .5s ease .2s;
          animation: border-bottom-animation .5s ease .2s;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li2 {
  bottom: 215%;
  -webkit-transition: bottom .6s ease;
  transition: bottom .6s ease;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li2 a span {
  opacity: 1;
  -webkit-transition: opacity .6s ease .2s;
  transition: opacity .6s ease .2s;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li2 a h6 {
  opacity: 1;
  -webkit-transition: opacity .6s ease .2s;
  transition: opacity .6s ease .2s;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li2:before {
  -webkit-animation: border-top-animation .5s ease .2s;
          animation: border-top-animation .5s ease .2s;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li2:after {
  -webkit-animation: border-bottom-animation .5s ease .3s;
          animation: border-bottom-animation .5s ease .3s;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li3 {
  bottom: 316%;
  -webkit-transition: bottom .7s ease;
  transition: bottom .7s ease;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li3 a span {
  opacity: 1;
  -webkit-transition: opacity .7s ease .3s;
  transition: opacity .7s ease .3s;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li3 a h6 {
  opacity: 1;
  -webkit-transition: opacity .7s ease .3s;
  transition: opacity .7s ease .3s;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li3:before {
  -webkit-animation: border-top-animation .5s ease .3s;
          animation: border-top-animation .5s ease .3s;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li3:after {
  -webkit-animation: border-bottom-animation .5s ease .4s;
          animation: border-bottom-animation .5s ease .4s;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li4 {
  bottom: 495%;
  -webkit-transition: bottom .8s ease;
  transition: bottom .8s ease;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li4 a span {
  opacity: 1;
  -webkit-transition: opacity .8s ease .4s;
  transition: opacity .8s ease .4s;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li4 a h6 {
  opacity: 1;
  -webkit-transition: opacity .8s ease .4s;
  transition: opacity .8s ease .4s;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li4:before {
  -webkit-animation: border-top-animation .5s ease .4s;
          animation: border-top-animation .5s ease .4s;
}

.ms-nav .ms-menu-toggle ~ .ms-li:before {
  content: '';
  width: 45px;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
}

.ms-nav .ms-menu-toggle ~ .ms-li:before {
  content: '';
  width: 45px;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li:before {
  content: '';
  width: 45px;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 11;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li:after {
  content: '';
  width: 45px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: border-bottom .3s ease;
  transition: border-bottom .3s ease;
  z-index: 11;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-main:after {
  content: '';
  width: 60px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: border-bottom .3s ease;
  transition: border-bottom .3s ease;
  z-index: 11;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li-last:after {
  content: '';
  width: 45px;
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: auto;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-main span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform .35s ease;
  transition: -webkit-transform .35s ease;
  transition: transform .35s ease;
  transition: transform .35s ease, -webkit-transform .35s ease;
}

.ms-nav .ms-menu-toggle ~ .ms-main span {
  -webkit-transition: -webkit-transform .35s ease;
  transition: -webkit-transform .35s ease;
  transition: transform .35s ease;
  transition: transform .35s ease, -webkit-transform .35s ease;
  opacity: 1;
}

.ms-nav > .ms-main > a {
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
}

.ms-nav > li a {
  font-size: 1.25em;
  color: #FFFFFF;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
  border-radius: 100%;
}

.ms-nav > li a .fa {
  font-size: 1.6rem;
}

@media screen and (max-width: 450px) {
  .ms-nav > li a {
    font-size: 1.5em !important;
  }
}

.ms-nav > .ms-main a,
.ms-nav > .ms-main > a > label {
  font-size: 30px;
  color: #FFFFFF;
  background: #2d3191;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  position: relative;
  text-align: center;
  z-index: 19;
  cursor: pointer;
}

.ms-nav > li > a span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  width: 30px;
  opacity: 0;
  z-index: 12;
}

.ms-nav > li > a h6 {
  opacity: 0;
  z-index: 12;
}

@-webkit-keyframes border-top-animation {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: -14px;
  }
  100% {
    bottom: 0px;
  }
}

@keyframes border-top-animation {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: -14px;
  }
  100% {
    bottom: 0px;
  }
}

@-webkit-keyframes border-bottom-animation {
  0% {
    top: 0px;
  }
  50% {
    top: -13px;
  }
  100% {
    top: 0px;
  }
}

@keyframes border-bottom-animation {
  0% {
    top: 0px;
  }
  50% {
    top: -13px;
  }
  100% {
    top: 0px;
  }
}

@-webkit-keyframes big-border-bottom-animation {
  0% {
    top: 0px;
  }
  50% {
    top: -30px;
  }
  100% {
    top: 0px;
  }
}

@keyframes big-border-bottom-animation {
  0% {
    top: 0px;
  }
  50% {
    top: -30px;
  }
  100% {
    top: 0px;
  }
}

:root {
  --background-color: #000000;
  --color: #000000;
  --light-theme: #ffffff;
}

body {
  font-family: "Mulish", sans-serif;
  background-color: var(--background-color);
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 220px;
  height: 60px;
  background-color: var(--light-theme);
  cursor: pointer;
  font-size: 24px;
  color: var(--color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 30px -10px #cccccc;
          box-shadow: 0 6px 30px -10px #cccccc;
}

.btn:hover {
  -webkit-transform: translateX(5px) translateY(-7px);
          transform: translateX(5px) translateY(-7px);
}

.shop-now {
  position: relative;
}

.shop-now .santa-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -17px;
  right: -20px;
  -webkit-transform: rotate(14deg);
          transform: rotate(14deg);
}

.shop-now .santa-icon img {
  width: 100%;
  height: 100%;
}

.snowflake-grid {
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-auto-rows: 50px;
  gap: 5px;
  width: 100px;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
}

.snowflake-grid div {
  border-radius: 5px;
}

.snowflake-grid .snowflake-item {
  position: relative;
}

.to-left {
  position: absolute;
  top: -4px;
  left: -35px;
  -webkit-animation: swing 3s infinite;
          animation: swing 3s infinite;
}

.to-left div {
  -webkit-animation: flash 3s infinite;
          animation: flash 3s infinite;
}

.to-right {
  position: absolute;
  top: -25px;
  right: -35px;
  -webkit-animation: swing 2.5s infinite;
          animation: swing 2.5s infinite;
}

.to-right div {
  -webkit-animation: flash 2.5s infinite;
          animation: flash 2.5s infinite;
}

.border-left {
  border-left: 4px solid #e6dada;
}

.border-right {
  border-right: 4px solid #e6dada;
}

.border-bottom {
  border-bottom: 4px solid #e6dada;
}

.border-top {
  border-top: 4px solid #e6dada;
}

.sub-items {
  height: 28px;
  width: 28px;
}

.m-w-15 {
  width: 15px;
}

.m-h-15 {
  height: 15px;
}

.r-270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.r-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.r-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.pull-down {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.pull-down-right {
  position: absolute;
  bottom: 5px;
  left: 5px;
}

.pull-right {
  position: absolute;
  right: 5px;
  top: 5px;
}

.pull-left {
  position: absolute;
  left: 5px;
  top: 5px;
}

.m-3 {
  margin: 3px;
}

@-webkit-keyframes swing {
  50% {
    -webkit-transform: rotateZ(10deg) scale(0.4);
            transform: rotateZ(10deg) scale(0.4);
  }
}

@keyframes swing {
  50% {
    -webkit-transform: rotateZ(10deg) scale(0.4);
            transform: rotateZ(10deg) scale(0.4);
  }
}

@-webkit-keyframes flash {
  50% {
    border-color: #485563;
  }
}

@keyframes flash {
  50% {
    border-color: #485563;
  }
}

.main-content .box-graph {
  margin-top: 4rem;
  background-color: #fff;
  padding-bottom: 2rem;
  border-radius: 4px;
}

.main-content .box-graph .head-graph {
  background-color: #1E6F5C;
  padding: 2rem;
  margin-bottom: 2rem;
}

.main-content .box-graph .head-graph h3 {
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
}

.main-content .graph {
  height: 50rem;
}

.box-head .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #1E6F5C;
  padding: 2rem;
}

.box-head .head .title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  padding: 1rem 0;
}

.progress {
  margin-bottom: 5px;
}

.progress .progress-bar {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.progress .progress-bar,
.progress .progress-bar.progress-bar-default {
  background-color: #9c27b0;
}

.progress .progress-bar.progress-bar-inverse {
  background-color: #3f51b5;
}

.progress .progress-bar.progress-bar-primary {
  background-color: #9c27b0;
}

.progress .progress-bar.progress-bar-success {
  background-color: #4caf50;
}

.progress .progress-bar.progress-bar-info {
  background-color: #03a9f4;
}

.progress .progress-bar.progress-bar-warning {
  background-color: #fbc02d;
}

.progress .progress-bar.progress-bar-danger {
  background-color: #f44336;
}

.progress.progress-line-primary {
  background: rgba(156, 39, 176, 0.2);
}

.progress.progress-line-info {
  background: rgba(3, 169, 244, 0.2);
}

.progress.progress-line-success {
  background: rgba(76, 175, 80, 0.2);
}

.progress.progress-line-warning {
  background: rgba(251, 192, 45, 0.2);
}

.progress.progress-line-danger {
  background: rgba(244, 67, 54, 0.2);
}

.content-profil .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}

.content-profil .nav-item {
  margin: 1rem 3rem 0 0;
}

.content-profil .nav-item .nav-link {
  display: inline-block;
  font-size: 1.6rem;
  color: #f2f5ff;
  padding: 1rem 0;
  font-weight: 600;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.content-profil .nav-item .nav-link.active {
  padding: 1rem 3rem;
  border-radius: 50rem;
  background-color: rgba(12, 149, 202, 0.1);
  color: #0c95ca;
  font-weight: 800;
}

.content-profil .content {
  margin-top: 2rem;
}

.photo-profil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.photo-profil form {
  text-align: center;
  margin: 0 auto;
}

.photo-profil .name {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}

.photo-profil .btn-valid {
  padding: 1rem 2rem;
  border-radius: 50rem;
  background-color: #FF4848;
  color: #fff;
  font-size: 1.6rem;
  width: 100%;
}

.historiqueRDV {
  margin-top: 3rem;
  background-color: #fff;
  min-height: 10rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.95))), url(../images/img-bg.jpg);
  background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95)), url(../images/img-bg.jpg);
  background-size: cover;
  background-position: center;
}

.historiqueRDV .head {
  background-color: #1E6F5C;
  padding: 2rem;
}

.historiqueRDV .head span {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}

.info-perso .form-champ {
  margin-top: 4rem;
}

.info-perso .form-champ .form--group {
  margin-bottom: 2rem;
}

.info-perso .form-champ .form--group label {
  color: #fff;
  font-size: 1.7rem;
}

.info-perso .form-champ .form--group__input {
  color: #fff;
  background-color: #113f34;
}

.info-perso .form-champ .form--group__input:focus {
  border: 1px solid #096a90;
}

.info-perso .form-champ .form--group__select {
  color: #fff;
  background-color: #113f34;
}

.info-perso .form-champ .form--group__select:focus {
  border: 1px solid #096a90;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 20px auto 2rem;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 32px;
  z-index: 1;
  bottom: 0;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #292838;
  border: 1px solid #195b4b;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:hover {
  background: #1e1d29;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  font-size: 1.5rem;
  color: #f2f5ff;
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.avatar-upload .avatar-preview {
  width: 170px;
  height: 170px;
  position: relative;
  border-radius: 100%;
  border: 3px solid #F8F8F8;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.avatar-upload--create-competition {
  max-width: none;
  margin: 0;
}

.avatar-upload--create-competition .avatar-edit {
  right: 32px;
  bottom: 15px;
}

.avatar-upload--create-competition .avatar-preview {
  height: 30rem;
  width: 100%;
  border-radius: 4px;
  border: 2px solid #F8F8F8;
  overflow: hidden;
}

.avatar-upload--create-competition .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.box-resume {
  background-color: #fff;
  margin-top: 4rem;
  padding: 2rem;
  border-radius: 4px;
}

.box-resume .resume {
  margin-bottom: 2rem;
}

.box-resume .resume .title {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.box-resume .resume .box-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}

.box-resume .resume .box-text .paragraph {
  color: #141313;
  padding-right: 1rem;
}

.box-resume .resume .box-text .number {
  background-color: #FF4848;
  border-radius: 5rem;
  padding: 2px 15px;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
}

.box-timeline .timeline {
  position: relative;
  padding: 10px;
  margin: 0 auto;
  overflow: hidden;
  color: #ffffff;
}

.box-timeline .timeline:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  border-right: 2px solid #c4d2e2;
  height: 100%;
  display: block;
}

.box-timeline .timeline-row {
  padding-left: 50%;
  position: relative;
  margin-bottom: 30px;
}

.box-timeline .timeline-row .timeline-content {
  position: relative;
  padding: 20px 30px;
  border-radius: 10px;
}

.box-timeline .timeline-row .timeline-content:before {
  content: "";
  position: absolute;
  top: 20px;
  right: -50px;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  z-index: 100;
  background: #ffffff;
  border: 2px solid #c4d2e2;
}

.box-timeline .timeline-row .timeline-content h4 {
  margin: 0 0 20px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 150%;
}

.box-timeline .timeline-row .timeline-content p {
  margin-bottom: 30px;
  line-height: 150%;
}

.box-timeline .timeline-row .timeline-content i {
  font-size: 2rem;
  color: #ffffff;
  line-height: 100%;
  padding: 10px;
  border: 2px solid #ffffff;
  border-radius: 100px;
  margin-bottom: 10px;
  display: inline-block;
}

.box-timeline .timeline-row .timeline-content .thumbs {
  margin-bottom: 20px;
}

.box-timeline .timeline-row .timeline-content .thumbs img {
  margin-bottom: 10px;
}

.box-timeline .timeline-row:nth-child(even) .timeline-content {
  background-color: #1E6F5C;
  margin-left: 40px;
  text-align: left;
}

.box-timeline .timeline-row:nth-child(even) .timeline-content:after {
  left: -39px;
  border-right: 18px solid #ff5000;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.box-timeline .timeline-row:nth-child(even) .timeline-content:before {
  left: -50px;
  right: initial;
}

.box-timeline .timeline-row:nth-child(odd) {
  padding-left: 0;
  padding-right: 50%;
}

.box-timeline .timeline-row:nth-child(odd) .timeline-time {
  right: auto;
  left: 50%;
  text-align: left;
  margin-right: 0;
  margin-left: 20px;
}

.box-timeline .timeline-row:nth-child(odd) .timeline-content {
  background-color: #1E6F5C;
  margin-right: 40px;
  margin-left: 0;
  text-align: right;
}

.box-timeline .timeline-row:nth-child(odd) .timeline-content:after {
  right: -39px;
  border-left: 18px solid #1379bb;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

@media (max-width: 767px) {
  .box-timeline .timeline {
    padding: 15px 10px;
  }
  .box-timeline .timeline:after {
    left: 28px;
  }
  .box-timeline .timeline .timeline-row {
    padding-left: 0;
    margin-bottom: 16px;
  }
  .box-timeline .timeline .timeline-row .timeline-time {
    position: relative;
    right: auto;
    top: 0;
    text-align: left;
    margin: 0 0 6px 56px;
  }
  .box-timeline .timeline .timeline-row .timeline-time strong {
    display: inline-block;
    margin-right: 10px;
  }
  .box-timeline .timeline .timeline-row .timeline-icon {
    top: 52px;
    left: -2px;
    margin-left: 0;
  }
  .box-timeline .timeline .timeline-row .timeline-content {
    padding: 15px;
    margin-left: 56px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .box-timeline .timeline .timeline-row .timeline-content:after {
    right: auto;
    left: -39px;
    top: 32px;
  }
  .box-timeline .timeline .timeline-row:nth-child(odd) {
    padding-right: 0;
  }
  .box-timeline .timeline .timeline-row:nth-child(odd) .timeline-time {
    position: relative;
    right: auto;
    left: auto;
    top: 0;
    text-align: left;
    margin: 0 0 6px 56px;
  }
  .box-timeline .timeline .timeline-row:nth-child(odd) .timeline-content {
    margin-right: 0;
    margin-left: 55px;
  }
  .box-timeline .timeline .timeline-row:nth-child(odd) .timeline-content:after {
    right: auto;
    left: -39px;
    top: 32px;
    border-right: 18px solid #5a99ee;
    border-left: inherit;
  }
}

.box-notification .alert {
  background-color: #FF4848;
  padding: 2rem;
  display: inline-block;
  min-width: 40%;
}

.box-notification .content {
  margin-top: 2rem;
}

.box-notification .content .banner-notif {
  background-color: #1E6F5C;
  min-height: 10rem;
  border-radius: 8px;
  border: 1px solid rgba(20, 19, 19, 0.2);
  padding: 2rem;
  margin-bottom: 2rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.box-notification .content .banner-notif:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-box-shadow: 0px 10px 30px rgba(19, 14, 57, 0.09);
          box-shadow: 0px 10px 30px rgba(19, 14, 57, 0.09);
}

.box-notification .content .banner-notif .message {
  padding: 1rem 0;
}

.box-notification .content .banner-notif .box-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box-notification .content .banner-notif .box-bottom .date {
  text-transform: capitalize;
  color: rgba(242, 245, 255, 0.5);
}

.box-notification .content .banner-notif .box-bottom .lu-msg {
  color: #FF4848;
  font-size: 1.5rem;
}

.box-notification .content .banner-notif .box-bottom .check-icon {
  height: 2rem;
  width: 2rem;
}

.box-notification .content .banner-notif .box-bottom .check-icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.box-notification .content .tags-element-categorie {
  border-radius: 50rem;
  padding: .6rem 1.5rem;
  font-size: 1.6rem;
  cursor: pointer;
  margin: 0 5px 10px 0;
  display: inline-block;
}

.box-notification .content .tags-element-categorie.--info {
  background-color: rgba(12, 149, 202, 0.1);
  color: #0c95ca;
}

.box-notification .content .tags-element-categorie.--rappel {
  background-color: rgba(117, 247, 51, 0.1);
  color: #75f733;
}

.my-pagination {
  padding: 1rem;
  background-color: #1E6F5C;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
  border-radius: 4px;
}

.my-pagination .btn-prev-next {
  height: 4rem;
  width: 4rem;
  background-color: #195b4b;
  border-radius: 50rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.my-pagination .btn-prev-next:hover {
  background-color: rgba(242, 245, 255, 0.1);
}

.my-pagination .btn-prev-next .fa {
  color: #f2f5ff;
  font-size: 1.5rem;
}

.my-pagination .number {
  margin: 0 1.5rem;
}

.my-pagination .number span {
  padding: 0 1rem;
  color: #f2f5ff;
  font-size: 1.7rem;
}

.my-pagination .number span a {
  color: #f2f5ff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.my-pagination .number span a:hover {
  color: #0c95ca;
}

.my-pagination .number span a.active {
  color: #FF4848;
  font-weight: 700;
}
/*# sourceMappingURL=main.css.map */