[type="reset"], [type="submit"], button, html [type="button"] {
  -webkit-appearance: none !important;
}

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

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

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

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

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

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

.hide {
  display: none !important;
}

.invalid-feedback {
  font-size: 15px;
}

/* Général uploader */

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

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

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

.article-cover {
  height: 230px;
}

.team-image {
  height: 300px;
}

/* Blog photo uploader style */

.article-table {
  display: flex;
  align-items: center;
  max-width: 500px;
}

.article-table img {
  height: 80px;
  width: 110px;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 10px;
}

.article-table .content {
  width: calc(100% - 120px);
}

.article-table .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 5px;
}

.article-table .category {
  font-size: 15px;
  font-weight: 500;
  opacity: 0.7;
  line-height: 1.3;
}

.team-table {
  display: flex;
  align-items: center;
  max-width: 500px;
}

.team-table img {
  height: 90px;
  width: 80px;
  margin-right: 10px;
  object-fit: cover;
  border-radius: 5px;
}

.team-table .content {
  width: calc(100% - 90px);
}

.team-table .name {
  font-size: 16px;
  font-weight: 600;
}

.team-medias {
  display: flex;
  align-items: center;
}

.team-medias a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  background: black;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-decoration: none !important;
}

.team-details {
  padding: 30px;
}

.team-details .name {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0;
}

.team-details .status {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.team-details p {
  font-size: 16px;
  margin-bottom: 30px;
}

.text-bold {
  font-weight: 600;
}

.text-xl {
  font-size: 18px;
}

.cke_contents {
  min-height: 250px;
}

.large-ckeditor .cke_contents {
  min-height: 800px !important;
}

.medium-ckeditor .cke_contents {
  min-height: 400px !important;
}

.cke_editable {
  font-size: 15px !important;
  line-height: 25px !important;
  word-wrap: break-word;
}

.info-box span {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 5px;
}

/*

.card .card-body {
  overflow: auto;
}
*/

.accordion .card-header {
  color: #3a2d3d !important;
}

.accordion .span-title {
  font-size: 18px;
  font-weight: 500;
}

.accordion .glossaire .span-title {
  font-size: 18px;
  font-weight: 600;
}

.recipient-subtitle {
  font-size: 20px;
  font-weight: 600;
}

/* Form check */

.form-check-label {
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  cursor: pointer;
}

.wizard-container .wizard-menu li a.active {
  background: #008037 !important;
}

.user-table {
  display: flex;
  align-items: center;
}
.user-table .letter {
  background-color: #008037 !important;
  font-size: 23px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
  margin-right: 10px;
}

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

.nav-pills > li > .nav-link {
  font-weight: 500;
  font-size: 16px;
  color: #2a2f5b;
  border: 1px solid #ccc;
}

/* Videos upload */

.preview-youtube {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.preview-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#local-video .custom-file-input {
  opacity: 1;
}

.featured {
  display: flex;
  align-items: center;
}

.featured .cover {
  height: 100px;
  width: 160px;
  margin-right: 15px;
  background: #ececec;
}

.featured .title {
  font-size: 18px;
  font-weight: 500;
}

.featured .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured .cover.match {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.featured .cover.cover.match img {
  width: calc(50% -1px);
}

.comment-post {
  display: flex;
  align-items: center;
}

.comment-post .cover {
  width: 200px;
  height: 130px;
}

.comment-post span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-left: 20px;
}

.comment-post .cover img {
  height: 100%;
  width: 100%;
  border-radius: 7px;
  object-fit: cover;
}

.comment-post .cover.match {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.comment-post .cover.match img {
  height: calc(50% - 1px);
  width: 100%;
  height: 100%;
  border-radius: 7px;
  object-fit: cover;
}

.notif-center a {
  border-bottom: 1px solid #f1f1f1;
}

#unavailable-word {
  color: red;
}

#available-word {
  color: green;
}

.missing-input {
  color: red;
}

.card-stats .card-category {
  font-size: 14px !important;
}

.card-stats .card-title {
  font-size: 16px !important;
}

.page-item.active .page-link {
  background-color: #008037;
  border-color: #008037;
}

.select2-container .select2-selection--single {
  height: 40px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 40px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 38px !important;
  width: 25px !important;
}

.select2-container {
  width: 100% !important;
}

.moving-tab {
  display: none !important;
}

.actuality_introduction {
  height: 150px !important;
  resize: none;
}

.actuality-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

/* New add */

.sidebar hr {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* Stat item */

.icon-black {
  background: #1a2035;
}
.icon-primary {
  background: #6861ce;
}
.icon-secondary {
  background: #3d3d3d;
}
.icon-success {
  background: #31ce36;
}
.icon-warning {
  background: #ffad46;
}
.icon-info {
  background: #48abf7;
}
.icon-danger {
  background: #f25961;
}


.stats {
  display: grid;
  gap: 15px;
  margin-bottom: 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.stat-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid #e6edef;
  box-shadow: 0px 0px 15px rgba(239, 239, 239, 0.08);
  padding: 15px;
}

.stat-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 50px;
  height: 50px;
  background: #5e5e5e;
  border-radius: 5px;
  font-size: 26px;
}

.stat-item .content {
  width: calc(100% - 65px);
}

.stat-item .key {
  line-height: 1;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
  color: #666;
}

.stat-item .value {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.25;
}


/*

.stat-item {
  padding: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #fff;
  border: 1px solid #ececec;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  margin-bottom: 15px;
}

.stat-item .icon-box {
  width: 50px;
  height: 50px;
  font-size: 2.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin-right: 10px;
}

.stat-item .icon-box i {
  color: #fff;
  font-size: 30px;
}

.stat-item .content {
  width: calc(100% - 60px);
}

.stat-item .content .title {
  font-size: 15px;
  color: #4d4646;
  display: block;
  margin-bottom: 7px;
  line-height: 1.3;
}

.stat-item .content .number {
  line-height: 1;
  color: #3d3d3d;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
*/

.table .actions {
  display: flex;
  flex-wrap: wrap;
}

.table .actions .btn {
  margin-right: 4px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.no-white-space {
  white-space: nowrap !important;
}

.recommended-size {
  margin-bottom: 5px;
  line-height: 1.3;
}

.modal .description {
  font-size: 16px;
  line-height: 1.4;
}

.modal .modal-title {
  font-size: 20px;
  font-weight: 600;
}

.message-modal .modal-body {
  font-size: 15px !important;
}

.message-modal tr td:first-child {
  padding-left: 0 !important;
  font-weight: 500;
}

.message-modal tr td {
  font-size: 15px;
  min-height: 40px;
}

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

.pagination .page-link.active {
  background: #008037;
  color: #fff;
  border-color: #008037;
  font-weight: 600;
}

.table-slider {
  width: 150px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px;
}

.front-link {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.front-link:hover,
.front-link:focus {
  color: #000;
}

.recipient-wrap {
  position: relative;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #cecece;
  margin-bottom: 20px;
}

.recipient-wrap .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 21px;
  position: absolute;
  right: -10px;
  top: -10px;
}

.recipient-wrap .title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  background: #fff;
  padding: 5px 10px;
  position: absolute;
  height: 34px;
  top: -20px;
  left: 10px;
}

.medical-history {
  font-size: 15px;
  line-height: 1.6;
}


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

.page-header-wrap .title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
}

.page-header-wrap .subtitle {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 400;
}


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

.subscriber-profile .letter {
  display: block;
  text-align: center;
  line-height: 72px;
  width: 75px;
  min-width: 75px;
  height: 75px;
  border-radius: 6px;
  background-color: rgba(36, 105, 92, 0.15);
  color: #24695c;
  font-weight: 600;
  font-size: 60px;
}

.subscriber-profile span {
  display: block;
  font-size: 16px;
  line-height: 1.6;
}

.subscriber-profile .name {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 2px;
}

.subscriber-address {
  display: block;
  line-height: 1.25;
  font-size: 18px;
}


.recipient-metas {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.recipient-metas .meta-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  border: 1px solid #e8e8e8;
  border-radius: 7px;
  padding: 12px 15px;
  box-shadow: 0px 0px 125px rgba(207, 207, 207, 0.2);
}

.recipient-metas .meta-item .key {
  display: block;
  line-height: 1;
  font-size: 16px;
  color: #453f3f;
  margin-bottom: 5px;
}

.recipient-metas .meta-item .value {
  display: block;
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
}