/*!
 * Start Bootstrap - Freelancer v3.3.7+1 (http://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
 body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}
p,li {
  font-size: 18px;
}
p.small {
  font-size: 14px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  color: #18BC9C;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
hr.star-light,
hr.star-primary {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
}
hr.star-light:after,
hr.star-primary:after {
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
hr.star-light {
  border-color: white;
}
hr.star-light:after {
  background-color: #18BC9C;
  color: white;
}
hr.star-primary {
  border-color: #2C3E50;
}
hr.star-primary:after {
  background-color: white;
  color: #2C3E50;
}
.img-centered {
  margin: 0 auto;
}
.z-index100 {
  z-index: 100000;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.input-placeholder-container {
  background-color: aliceblue;
  border: solid 1px #c3e2fd;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.holder-elem {
  background-color: #d9e5efe6;
  border-radius: 3px;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #d9e5efe6 33%);
  border-radius: 5px;
  background-size: 200% 100%;
  animation: 2s shine linear infinite;
  opacity: 0.65;
}

.holder-title {
  height: 1.2rem;
}

.holder-content {
  height: 3.3rem;
}
/*header {
  text-align: center;
  background: #18BC9C;
  color: white;
}
header .container {
  padding-top: 100px;
  padding-bottom: 50px;
}
header img {
  display: block;
  margin: 0 auto 20px;
}
header .intro-text .name {
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
}
header .intro-text .skills {
  font-size: 1.25em;
  font-weight: 300;
}*/

@keyframes shine {
  to {
      background-position-x: -200%;
  }
}
@media (min-width: 768px) {
  header .intro-text .name {
    font-size: 4.75em;
  }
  header .intro-text .skills {
    font-size: 1.75em;
  }
}
.navbar-custom {
  background: #2C3E50;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
}
.navbar-custom a:focus {
  outline: none;
}
.navbar-custom .navbar-brand {
  color: white;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: white;
}
.navbar-custom .navbar-nav {
  letter-spacing: 1px;
}
.navbar-custom .navbar-nav li a {
  color: white;
}
.navbar-custom .navbar-nav li a:hover {
  color: #18BC9C;
  outline: none;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: white;
}
.navbar-custom .navbar-nav li.active a {
  color: white;
  background: #18BC9C;
}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
  color: white;
  background: #18BC9C;
}
.navbar-custom .navbar-toggle {
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  border-color: white;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #18BC9C;
  color: white;
  border-color: #18BC9C;
}
.new-feature-btn {
  position: relative;
  padding: 5px 15px;
  background: #3f4e58;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border: 3px solid #3f4e58;
  border-radius: 8px;
  box-shadow: 0 0 0 #3f4e589c;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.new-feature-btn .star-1 {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 25px;
  height: auto;
  filter: drop-shadow(0 0 0 #d8275ac4);
  z-index: -5;
  transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
}

.new-feature-btn .star-2 {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 0 #d8275ac4);
  z-index: -5;
  transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
}

.new-feature-btn .star-3 {
  position: absolute;
  top: 40%;
  left: 40%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 0 #d8275ac4);
  z-index: -5;
  transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
}

.new-feature-btn .star-4 {
  position: absolute;
  top: 20%;
  left: 40%;
  width: 8px;
  height: auto;
  filter: drop-shadow(0 0 0 #d8275ac4);
  z-index: -5;
  transition: all 0.8s cubic-bezier(0, 0.4, 0, 1.01);
}

.new-feature-btn .star-5 {
  position: absolute;
  top: 25%;
  left: 45%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 0 #d8275ac4);
  z-index: -5;
  transition: all 0.6s cubic-bezier(0, 0.4, 0, 1.01);
}

.new-feature-btn .star-6 {
  position: absolute;
  top: 5%;
  left: 50%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 0 #d8275ac4);
  z-index: -5;
  transition: all 0.8s ease;
}

.new-feature-btn:hover {
  background: transparent;
  color: #3f4e58;
  box-shadow: 0 0 25px #3f4e589c;
}

.new-feature-btn:hover .star-1 {
  position: absolute;
  top: -80%;
  left: -30%;
  width: 25px;
  height: auto;
  filter: drop-shadow(0 0 10px #d8275ac4);
  z-index: 2;
}

.new-feature-btn:hover .star-2 {
  position: absolute;
  top: -25%;
  left: 10%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 10px #d8275ac4);
  z-index: 2;
}

.new-feature-btn:hover .star-3 {
  position: absolute;
  top: 55%;
  left: 25%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 10px #d8275ac4);
  z-index: 2;
}

.new-feature-btn:hover .star-4 {
  position: absolute;
  top: 30%;
  left: 80%;
  width: 8px;
  height: auto;
  filter: drop-shadow(0 0 10px #d8275ac4);
  z-index: 2;
}

.new-feature-btn:hover .star-5 {
  position: absolute;
  top: 25%;
  left: 115%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 10px #d8275ac4);
  z-index: 2;
}

.new-feature-btn:hover .star-6 {
  position: absolute;
  top: 5%;
  left: 60%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 10px #d8275ac4);
  z-index: 2;
}

.new-feature-btn .fil0 {
  fill: #d8275a;
}
.md-editor-parent .md-toolbar {
  align-items: center;
  height: 32px;
  width: 100%;
  display: flex;
  gap: 4px;
  opacity: .8;
}
.md-editor-parent .md-toolbar:hover,
.md-editor-parent .md-toolbar .btn-editor:hover {
  opacity:  1;
}
.md-editor-parent textarea.not-visible {
  opacity: 0;
  height: 0 !important;
  min-height: 0 !important;
}
.md-editor-parent .md-toolbar .btn-editor {
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  color: #2c3e50 !important;
  font-size: 15px;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  background-color: transparent;
}
.md-editor-parent .md-toolbar i.separator {
  display: inline-block;
  width: 0;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #fff;
  color: transparent;
  text-indent: -10px;
  margin: 0 6px;
}
.md-editor-parent .md-toolbar .md-dropdown {
  display: flex;
  align-items: end;
}
.md-editor-parent .md-toolbar .md-dropdown.open .dropdown-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.md-editor-parent .markdown-interpreter:empty:before {
  content: attr(data-placeholder);
  color: #888;
  pointer-events: none;
  display: block; /* Pour s'assurer que le placeholder occupe tout l'espace */
}
.md-editor-parent .md-toolbar .md-dropdown .btn-dropdown {
  border: none;
  background: #fff;
  text-align: left;
  font-size: larger;
  padding: 6px 0px 10px 0px;
}
.md-editor-parent .markdown-interpreter h1,
.md-editor-parent .markdown-interpreter h2,
.md-editor-parent .markdown-interpreter h3,
.md-editor-parent .markdown-interpreter h4,
.md-editor-parent .markdown-interpreter h5,
.md-editor-parent .markdown-interpreter h6 {
  text-transform: none;
}
.md-editor-parent .markdown-interpreter p {
  font-size: inherit;
}
.open .dropdown-menu.row-menu {
  display: flex;
  gap: 4px;
  /* flex-wrap: wrap; */
}
.md-interpretor-container .mentions {
  display: none !important;
}
.md-editor-parent .markdown-interpreter .mention-text,
.content-comment .text-comment .mention-text {
  color: #719fab;
}
.markdown-body ol li {
  list-style-type: decimal;
}
.md-editor-parent .markdown-interpreter {
  border: none !important;
  padding: 10px;
  min-height: 10vh;
  max-height: 20vh;
  overflow-y: auto;
  font-family: Arial, sans-serif;
  white-space: pre-wrap;
  color: #333;
  text-align: left !important;
  outline: 0;
}
.md-toolbar .overflow-menu .dropdown-menu .heading-section {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.md-toolbar .overflow-menu .dropdown-menu .dropdown-item span {
    margin-left: 5px;
}
.md-toolbar .xl-drop-menu {
  left: -3em !important;
}
.jconfirm {
  z-index: 999999999 !important;
}
#ajaxFormModal .markdown-interpreter {
  min-height: 17vh;
  max-height: 30vh;
}
.form-group .markdown-interpreter {
  border: 1px solid #CBCBCB !important;
  border-radius: 3px !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.form-group .markdown-interpreter:focus {
  box-shadow: inset 0 0px 1px #00000013, 0px 4px 5px #66afe970;
}
.form-group:has(.markdown-interpreter:focus) .md-toolbar {
  box-shadow: inset 0 0px 1px #00000013, 0px -3px 5px #66afe970;
}
.md-editor-parent .md-toolbar {
  text-align: left !important;
}
.md-editor-parent .md-toolbar.inherit-toolbar {
  padding-left: .45em;
  padding-right: .45em;
}
.form-group.md-editor-parent .md-toolbar {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  border: 1px solid #CBCBCB !important;
  border-bottom: none !important;
}
.md-editor-parent .btn-editor.active {
  background-color: #56c557;
  color: white !important;
}
#ajax-modal .container.jc-bs3-container,
#formContact .container.jc-bs3-container {
    background-color: transparent !important;
    border-radius: initial !important;
}
@media (min-width: 768px) {
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .navbar-custom.affix .navbar-brand {
    /*font-size: 1.5em;*/
  }
}
section {
  padding: 100px 0;
}
section h2 {
  margin: 0;
  font-size: 3em;
}
section.success {
  background: #18BC9C;
  color: white;
}
@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }
  section.first {
    padding-top: 75px;
  }
  .modal-dialog.modal-custom-dialog .filterXs {
    position: inherit;
    z-index: 11;
  }
  .modal-dialog.modal-custom-dialog .filterXs .aap-filter .visible-xs #show-filters-xs, .modal-dialog.modal-custom-dialog .filterXs .aap-filter .visible-xs .searchBarInMenu.pull-right {
    display: none;
  }
  .modal-dialog.modal-custom-dialog .filterXs .aap-list-container {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .modal-custom .modal-content {
    height: 98vh;
    max-height: 98vh !important;
  }
  .modal-custom-dialog {
    padding-top: 1vh !important;
  }
  .modal-dialog.modal-custom-dialog #dialogContentBody .call_loader {
    top: 35%;
    position: fixed;
    left: 40%;
  }
  .md-editor-parent .md-toolbar .xs-btns-container.visible-xs {
    display: flex !important;
    align-items: end;
  }
  .md-editor-parent .md-toolbar .dropup .dropdown-menu {
    left: auto !important;
  }
  .md-editor-parent .md-toolbar .dropup.md-dropdown .dropdown-menu {
    left: -5em !important;
  } 
}
.portfolio .portfolio-item {
  /*margin: 0 0 15px;*/
  right: 0;
}
.portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.portfolio .portfolio-item .portfolio-link .caption {
  background: rgba(24, 188, 156, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
.portfolio .portfolio-item .portfolio-link .caption:hover {
  opacity: 1;
}
.portfolio .portfolio-item .portfolio-link .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
.portfolio .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}
.portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
.portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 0;
}
.portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  .portfolio .portfolio-item {
    /*margin: 0 0 30px;*/
  }
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #18BC9C;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
.footer, footer {
  color: white;
}
.footer h3,
footer h3 {
  margin-bottom: 30px;
}
.footer .footer-above,
footer .footer-above {
  padding-top: 50px;
  background-color: #2C3E50;
}
.footer .footer-col,
footer .footer-col {
  margin-bottom: 50px;
}
.footer .footer-below,
footer .footer-below {
  padding: 25px 0;
  background-color: #233140;
}
.btn-outline {
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #18BC9C;
  background: white;
  border: solid 2px white;
}
.btn-primary {
  color: white;
  background-color: #2C3E50;
  border-color: #2C3E50;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #1a242f;
  border-color: #161f29;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2C3E50;
  border-color: #2C3E50;
}
.btn-primary .badge {
  color: #2C3E50;
  background-color: white;
}
.btn-success {
  color: white;
  background-color: #18BC9C;
  border-color: #18BC9C;
  font-weight: 700;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: white;
  background-color: #128f76;
  border-color: #11866f;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #18BC9C;
  border-color: #18BC9C;
}
.btn-success .badge {
  color: #18BC9C;
  background-color: white;
}
.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
.scroll-top .btn:focus {
  outline: none;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 20px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
}
.portfolio-modal .modal-content img {
  /*margin-bottom: 30px;*/
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 70px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 25px;
  width: 1px;
  margin-left: 35px;
  background-color: #2C3E50;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.ps-scroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.ps-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(55, 53, 47, 0.09); 
  border-radius: 5px; 
}
.ps-scroll::-webkit-scrollbar-stack {
  background-color: #3A3A3A; 
}
.ps-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #888;
}
.ps-scroll::-webkit-scrollbar-thumb:vertical  {
  height: 100px; 
}
.no-text-transform {
  text-transform: none !important;
}
.fs-more-small {
  font-size: 92% !important;
}
.tooltip-inner.large {
  max-width: 24rem !important;
}
.tooltip-inner.md-large {
  max-width: 42vw !important;
}
.tooltip-inner.custom-bg {
  background-color: #242e35;
}
.dialog-height {
  max-height: 60vh;
  overflow-y: auto;
  overflow-x: hidden !important;
}
.sticky-footer {
  position: sticky;
  bottom: 0rem;
  z-index: 2;
  background-color: #ffffff
}
.portfolio-modal .close-modal .lr .rl {
  height: 25px;
  width: 1px;
  background-color: #2C3E50;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
.modal-custom-backdrop {
  z-index: 100000;
  background-color: #4f4b4b54;
}

.modal-custom-dialog {
  position: absolute;
  margin: 0;
  padding-top: 6vh;
  width: 100vw;
}
.modal-custom-dialog .custom-modal-footer#currentModalFooter {
  position: sticky;
  bottom: 0rem;
}

.modal-custom-dialog .modal-header.set-sticky {
  z-index: 110;
  background-color: white;
}

.modal-custom-lg {
  padding-left: 12vw;
  padding-right: 12vw;
}

.modal-custom-md {
  padding-right: 24vw;
  padding-left: 24vw;
}

.modal-custom-sm {
  padding-right: 30vw;
  padding-left: 30vw;
}

.modal-custom .modal-content {
  max-height: 85vh;
  overflow-y: auto;
}

.modal-custom .close-modal {
  position: sticky;
  background-color: transparent;
  float: right;
  width: 70px;
  top: 4.2rem;
  right: 1.8rem;
  cursor: pointer;
  z-index: 1000;
}

.modal-custom .custom-modal-footer {
  padding: 15px;
  text-align: right;
}

.modal-custom .close-modal:hover .lr .rl,.modal-custom .close-modal:hover .lr {
  background-color: #b1bac2;
  transition: all .3s ease;
  width: 2px;
}

.modal-custom .close-modal .lr {
  height: 25px;
  width: 1px;
  margin-left: 35px;
  background-color: #2C3E50;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.modal-custom .close-modal .lr .rl {
  height: 25px;
  width: 1px;
  background-color: #2C3E50;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.hide-overflow-y {
  overflow-y: hidden !important;
}
.modal-title.fix-bg {
  background-color: transparent !important;
  color: inherit;
}
.dropdown-body {
  z-index: 100000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: #ababab3d !important;
}
.xdsoft_datetimepicker {
  display: none;
}
.fs-more-small {
  font-size: 92% !important;
}
.tooltip-inner.x-large {
  max-width: 30rem !important;
}
.tooltip-inner.large {
  max-width: 24rem !important;
}
.tooltip-inner.md-large {
  max-width: 42vw !important;
}
.tooltip-inner.custom-bg {
  background-color: #242e35;
}

@media (max-width: 1024px) {
  .modal-custom-lg {
    padding-left: 0vw;
    padding-right: 0vw;
  }
  .modal-custom-md, .modal-custom-sm {
    padding-top: 0;
    padding-right: 0vw;
    padding-left: 0vw;
    margin-left: 0vw !important;
  }
}

[data-kanbantheme="dark"] {
  --switch-background: #232424;
  --switch-color: #fff;
  --switch-second-color: #5c5d5d;
  --switch-hover-color: #3b3d3d;
}

[data-kanbantheme="light"] {
  --switch-background: #fff;
  --switch-color: #172b4d;
  --switch-second-color: #ebecf0;
  --switch-hover-color: whitesmoke;
}
.close-modal-cornerDev:hover {
  opacity: 1;
}
#modalKanbanAction .modal-content {
  background-color: var(--switch-background);
  
}
#modalKanbanAction .modal-header {
  border-bottom: 1px solid var(--switch-second-color);
}

#modalKanbanAction .modal-header .modal-title {
  color: var(--switch-color);
}
#modalKanbanAction .modal-header .close {
  color: var(--switch-color);
}

#modalKanbanAction .modal-footer {
  border-top: 1px solid var(--switch-second-color);
}
#modalKanbanAction .modal-footer .btn-default {
  color: var(--switch-color);
  border-color: var(--switch-background);
  background-color: var(--switch-second-color);
}
#kanbanActionContainer {
  height: 80vh !important;
}
#kanbanActionContainer .kanban-list-content { 
  background-color: var(--switch-second-color);
}
#kanbanActionContainer .kanban-list-card-detail {
  color: var(--switch-color);
  background-color: var(--switch-background);
}
#kanbanActionContainer .kanban-list-card-detail:hover {
  background-color: var(--switch-hover-color);
}
.kanban-overlay.active {
  z-index: 99999999999999999999;
}
.jconfirm-light.jconfirm-open {
  z-index: 99999999999999999999999999999999999999999;
}
#kanbanActionContainer .kanban-list-header {
  color: var(--switch-color);
}
#kanbanActionContainer .kanban-list-content:not(.discuter-column,.next-column) .column-header-text {
  color: var(--switch-color);
}
#kanbanActionContainer .kanban-list-content:not(.discuter-column,.next-column) .kanban-new-card-button {
  color: var(--switch-color);
}
#kanbanActionContainer .kanban-list-card-edit, #kanbanActionContainer .kanban-list-card-switch, #kanbanActionContainer .card-duplicate, #kanbanActionContainer .contributors-preview, #kanbanActionContainer .card-action, #kanbanActionContainer .kanban-themed-button {
  background-color: var(--switch-second-color);
}
#kanbanActionContainer .kanban-action-dropdown {
  display: none;
}

#modalKanbanAction .switch-dark-light {
  position: absolute;
  right: 0;
  top: -2px;
  z-index: 9999;
}

#modalKanbanAction .changetheme {
  opacity: 0;
  position: absolute;
}

#modalKanbanAction .modal-content {
  overflow: hidden !important;
}

#modalKanbanAction .changetheme-label {
  background-color: var(--switch-color);
  width: 49px;
  height: 26px;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#modalKanbanAction .changetheme-label i {
  font-size: 1.3em;
}

#modalKanbanAction .fa-moon-o {
  color: #f1c40f;
  padding-left: 5px;
}

#modalKanbanAction .fa-sun-o {
  color: #f39c12;
  padding-right: 5px;
}

#modalKanbanAction .changetheme-label .ball {
  background-color: var(--switch-second-color);
  width: 24px;
  height: 24px;
  position: absolute;
  border-radius: 50%;
  transition: transform 0.2s linear;
}

#modalKanbanAction .changetheme:checked + .changetheme-label .ball {
  transform: translateX(24px);
}

#modalKanbanAction .switch-dark-light {
  position: absolute;
  right: 70px;
  top: 22px;
}
#modalKanbanAction .modal-dialog {
  padding-top: 0 !important;
  height: 100vh;
}
#modalKanbanAction .modal-content {
  height: 100%;
}

#modalKanbanAction .btn-switcher {
  display: block;
  position: absolute;
  top: 16px;
  right: 70px;
  width: 200px;
  z-index: 999999;
}

#modalKanbanAction .btn-switcher button.active {
  background-color: #8788e1;
  border-color: #8788e1;
}
#modalKanbanAction .btn-group-justified>.btn {
  width: 50%;
}

.d-none {
  display: none;
}