@import url('https://fonts.googleapis.com/css?family=Muli:200,300,400,400i,600,700,800');

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?y6bvhk');
  src:  url('../fonts/icomoon.eot?y6bvhk#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?y6bvhk') format('truetype'),
    url('../fonts/icomoon.woff?y6bvhk') format('woff'),
    url('../fonts/icomoon.svg?y6bvhk#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ic-"], [class*=" ic-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-photo-camera:before {
  content: "\e900";
}

.ic-config:before {
  content: "\e901";
}

.ic-share:before {
  content: "\e902";
}

.ic-agenda:before {
  content: "\e903";
}

.ic-coins:before {
  content: "\e904";
}

.ic-profile:before {
  content: "\e905";
}

.ic-speech:before {
  content: "\e906";
}

.ic-copy:before {
  content: "\e907";
}

.ic-edit:before {
  content: "\e908";
}

.ic-home:before {
  content: "\e909";
}

.ic-note:before {
  content: "\e90a";
}

.ic-paper-plane:before {
  content: "\e90b";
}

* {
  font-family: 'Muli', sans-serif;
}

*:focus {
    outline: none !important;
}

body {
  background-color: #F6F7F7;
  overflow-x: hidden;
}

a, a:hover {
  text-decoration: none;
}

@media screen and (max-width: 576px) {
  .nav-item {
    width: 100%;
    margin: 8px 25px 8px 25px !important;
  }

  .col-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .cta {
    width: 75%;
    float: none !important;
    margin: 8px 25px 8px 25px !important;
  }
}

.servicetitle {
  font-weight: 700;
  color: #189F9D;
  font-size: 2rem;
}

.service-card:hover {
  background-color: #189F9D;
}

.service-card:hover .servicetitle {
  color: #fff;
}

.cta {
  float: left;
}

.pointer {
  cursor: pointer;
}

.mandatory {
  margin-top: 40px;
}

.nav-item {
  margin-left: 30px;
  margin-top: 20px;
  font-size: 24px;
  color: #32363C;
  cursor: pointer;
  border-radius: 33px;
  transition: background-color .8s;
}

.nav-item:hover {
  border-radius: 33px;
  background-color: #e2e2e2;
  transition: background-color .8s;
}

.nav-item > .active {
  padding-left: 30px !important;
  padding-right: 30px !important;
  border-radius: 33px;
  background-color: #32363C;
  color: white !important;
  transition: background-color .8s;
}

.home-ic {
  margin-top: 10px;
  max-height: 70px;
}

#search {
  border: 0;
  background-color: transparent;
  height: 60px;
  font-family: 'Muli', sans-serif;
  font-size: 20px;
  margin-top: 20px;
}

.new-bien {
  font-size: 24px;
  margin-top: 20px;
  cursor: pointer;
  border-radius: 33px;
  color: white !important;
  padding: 12px 35px 12px 35px;
  background-color: #189F9D;
}

.notification {
  margin-top: 15px;
}

.profilpic {
  cursor: pointer;
  margin-top: 10px;
  max-height: 70px;
  border-radius: 100%;
}

.cursor {
  cursor: pointer;
}

.fs110 {
  font-size: 110px;
}

.text-mydomus {
  color: #189F9D;
}

.mtitle {
  font-size: 25px;
  font-weight: 700;
  color: #484848;
}

.btn-edl {
  text-align: center;
  border: 2px solid #189F9D;
  border-radius: 10px;
  padding: 10px;
  color: #189F9D;
  font-weight: 600;
}

.btn-edl:hover {
  color: #189F9D;
}

.btn-edl.active {
  text-align: center;
  border: 2px solid #189F9D;
  background-color: #189F9D;
  border-radius: 10px;
  padding: 10px;
  color: #fff;
  font-weight: 600;
}

#planrdv label {
  font-size: 20px;
  font-weight: 600;
}

.item-trash:hover {
  background-color: red;
  color: #fff;
  border-radius: 100%;
}

.input-label {
  font-size: 19px;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
}

.topbar {
  background-color: #189F9D;
  min-height: 40px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px 10px 0px 0px;
  overflow-wrap: break-word;
  line-height: 40px;
}

.dropdown-toggle-piece {
  margin-top: -40px;
  color: #fff;
}

.dropdown-toggle-categorie {
  margin-top: 5px;
  color: #fff;
}

.dropdown-menu-categorie {
  margin-top: -50px !important;
}

input[type='checkbox']:after, input[type='radio']:after {
  cursor: pointer;
  width: 17px;
  height: 17px;
  border-radius: 5px;
  top: -3px;
  left: -1px;
  position: relative;
  background-color: #fff;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 1px solid #484848;
}

input[type='checkbox']:checked:after, input[type='radio']:checked:after {
  width: 17px;
  height: 17px;
  border-radius: 5px;
  top: -3px;
  left: -1px;
  position: relative;
  background-color: #189F9D;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 1px solid #189F9D;
}

input[type='color'] {
  border-radius: 100px;
  height: 60px;
  width: 60px;
}

input[type='color']:hover {
  cursor: pointer;
}
.user-item {
  cursor: pointer;
  padding: 8px;
  border: 3px solid #fff;
  border-radius: 15px;
}

.user-item:hover {
  border: 3px solid #D3D3D3;
}

.user-item-selected {
  cursor: pointer;
  padding: 8px;
  border: 3px solid #189F9D;
  border-radius: 15px;
}

.user-item-selected:hover {
  border: 3px solid #189F9D;
}

.user-item-img {
  height: 80px;
  width: 80px;
  border-radius: 100%;
}

.occupant-add-ic {
  margin-left: 25px;
  height: 80px;
  width: 80px;
  margin-top: 10px;
  border-radius: 100%;
  border: 3px solid #189F9D;
}

.occupant-add-ic > center > span {
  font-size: 60px;
  color: #189F9D;
  line-height: 65px;
}

.mtitle-add {
  margin-top: 25px;
  font-size: 25px;
  font-weight: 700;
  color: #484848;
}

.user-add-item {
  cursor: pointer;
}

.user-add-item:hover > .occupant-add-ic {
  background-color: #189F9D;
  border: 3px solid #189F9D;
}

.user-add-item:hover > .occupant-add-ic > center > span {
  color: white;
}

.add-occupant, .add-document {
  color: #189F9D;
  font-size: 22px;
}

.add-occupant:hover, .add-document:hover {
  color: #189F9D;
}

.orange-mydomus {
  color: #F19225;
}

.orange-mydomus:hover {
  color: #e38212;
}

.btn-ic {
  background-color: #189F9D;
  border: 2px solid #189F9D;
  color: #fff;
  padding: 20px;
  font-size: 24px;
  margin-top: 30px;
  border-radius: 50px;
}

.btn-ic:hover {
  background-color: #fff;
  border: 2px solid #189F9D;
  color: #189F9D;
  padding: 20px;
  font-size: 24px;
  margin-top: 30px;
  border-radius: 50px;
}


.btn1 {
  padding: 10px;
  background-color: transparent;
  height: 60px;
  font-size: 22px;
  line-height: 35px;
  border-radius: 33px;
  border: 2px solid #C6C6C6;
  color: #F7941C;
  margin-top: 30px;
}

.btn2 {
  color: white;
  padding: 10px;
  background-color: #F7941C;
  border: 2px solid #F7941C;
  height: 60px;
  font-size: 22px;
  line-height: 35px;
  border-radius: 33px;
  margin-left: 10px;
  margin-top: 30px;
}

.btn3 {
  color: white !important;
  padding: 30px;
  background-color: #189F9D;
  border: 2px solid #189F9D;
  height: 60px;
  font-size: 22px;
  line-height: 1px;
  border-radius: 33px;
  margin-top: 30px;
}

.btn4 {
  color: #189F9D;
  background-color: white;
  padding: 30px;
  border: 2px solid #189F9D;
  height: 60px;
  font-size: 22px;
  line-height: 1px;
  border-radius: 33px;
  margin-top: 30px;
}

.btn1:hover {
  color: white;
  background-color: #F7941C;
  border: 2px solid #F7941C;
}

.btn2:hover {
  color: #F7941C;
  background-color: white;
}

.btn3:hover {
  color: #189F9D !important;
  background-color: white;
}

.btn4:hover {
  color: white;
  background-color: #189F9D;
}

.rating > i {
  float: left;
  padding-top: 5px;
  margin-right: 5px;
}

.profil-menu > a > i {
  font-size: 23px;
  line-height: 50px;
}

.profil-menu > a > span {
  margin-left: 12px;
  font-weight: 600;
  font-size: 20px;
}

.txt-input {
  max-width: 350px;
  height: 65px;
  border-radius: 15px;
}

.txt-input > input {
  border: 1px solid #189F9D;
  border-radius: 15px;
  height: inherit;
}

.txt-input > span {
  cursor: pointer;
  background-color: #189F9D;
  font-weight: 900;
  height: inherit;
  width: 60px;
  line-height: 60px;
  font-size: 30px;
  color: white;
  border-radius: 0px 13px 13px 0px;
}

.badge-tag {
  display: inline-block;
  background-color: #189F9D;
  color: white;
  padding: 10px;
  font-size: 16px;
  font-weight: normal;
  margin: 2px;
}

.underline-title {
  margin-top: 35px;
  color: #484848;
  font-weight: 600;
  font-size: 45px;
}

.underline-title > span {
  border-bottom: 6px solid #189F9D;
}

.stars {
  font-size: 1.4rem !important;
}

.stars > div > label {
  font-size: 24px;
}

.poster {
  height: 150px !important;
  object-fit: cover;
  border-radius: 10px 0px 0px 10px;
}

.biencard {
  max-height: 150px;
}

.card {
  margin-top: 20px;
  border-radius: 10px;
  border: 0;
  color: #484848;
}

.card-body > span {
  color: #189F9D;
  font-weight: 600;
  font-size: 22px;
}

.card-body > .card-title {
  font-size: 24px;
  font-weight: 700;
  color: #484848;
}

.card-body > .card-text {
  font-size: 18px;
  font-weight: 500;
  color: #484848;
}

.line {
  border-top: 1px solid #000;
}

.select-add-option {
    background-color: transparent;
    border: 0;
    width: 100%;
}

.select-add-option-btn {
  cursor: pointer;
  background-color: #F6F7F7;
  padding:15px 16px 15px 16px;
  border-radius: 100%;
}

.select-add-option-btn:hover {
  background-color: #189F9D;
  color: white;
}

.mapicon.selected {
  border: 2px solid red;
}

.back {
  background-color: #F6F7F7;
  padding: 10px;
  border-radius: 33px;
  margin-left: 10px;
  color: #484848;
  font-size: 19px;
}

.back:hover {
  background-color: #189F9D;
  padding: 10px;
  border-radius: 33px;
  color: white;
}

button:disabled, button[disabled] {
  opacity: 0.8;
  cursor: not-allowed;
}

button {
  cursor: pointer;
}

.dropArea {
  margin-top: 15px;
  display: inline-block;
  color: rgb(177, 177, 177);
  border: dashed rgb(207, 207, 207);
  height: 450px;
  width: 100%;
  vertical-align: middle;
  overflow-y: scroll;
}

.dropArea > i > span {
  font-weight: bolder;
  font-size: 2.5em;
}

.table-upload img {
  max-width: 120px;
  max-height: 120px;
}

.table-upload td {
  line-height: 100px;
}

.table-upload .progress {
  margin-top: 40px;
}

.btnic > i {
  margin-top: -40px;
}

.edl-tag {
  background-color: #f4f4f4;
  padding: 5px 15px 5px 15px;
  font-weight: bold;
  border-radius: 100px;
  text-decoration: none;
}

.edl-tag a {
  color: #484848 !important;
}

.edl-tag i.fa-check-circle {
  color: #1fca83;
}

.edl-tag i.fa-times-circle {
  color: red;
}

.edl-tag i.fa-exclamation-circle {
  color: #F7941C;
}

.btn-skip {
  color: #189F9D;
  font-size: 25px;
}

.btn-skip:hover {
  color: #189F9D;
}

.delete-ic {
  padding: 10px 11px 10px 11px;
}

.delete-ic:hover {
  color: white;
  cursor: pointer;
  background-color: red;
  border-radius: 100%;
}

.rotate-ic {
  padding: 12px 10px 12px 10px;
}

.rotate-ic:hover {
  color: white;
  cursor: pointer;
  background-color: #189F9D;
  border-radius: 100%;
}

.divider-or-sign {
  width: 100%;
  height: 18px;
  border-bottom: 1px solid #838383;
  text-align: center;
  margin-top: 15px;
}

.divider-or-sign-span {
  font-size: 18px;
  background-color: white;
  padding: 0 16px;
  color: #838383;
  font-family: 'Muli', sans-serif;
  font-weight: 200;
}

.signature-pad {
  border: solid 1px #484848;
  border-radius: 33px;
}

.sign-select {
  border: solid 2px #D3D3D3;
  cursor: pointer;
  border-radius: 10px;
}

.sign-selected {
  border: solid 3px #189F9D;
  cursor: pointer;
  border-radius: 10px;
}

.btn-outline-selected {
  color: #189F9D;
  background-color: transparent;
  background-image: none;
  border-color: #189F9D;
}

.btn-outline-selected:hover {
  color: #fff;
  background-color: #189F9D;
  background-image: none;
  border-color: #189F9D;
}

.slot {
  background-color: lightgrey;
  width: 100%;
  min-height: 55px;
  border: 2px solid lightgrey;
  border-radius: 10px;
  cursor: not-allowed;
}

.slot:active {
  color: black;
}

.slot.available {
  background-color: white;
  border: 2px solid #ced4da;
  cursor: pointer;
}

.slot.selected {
  border: 2px solid #189F9D;
  background-color: #189F9D22;
}

.slot.available:hover {
  background-color: #189F9D22;
}

/*
***
***   MODAL
***
*/

.modal-header {
  background-color: #189F9D;
  border-radius: 14px 14px 0px 0px;
  color: white;
}

.modal-header > button {
  color: white;
}

.modal-content {
  border-radius: 15px;
  border: 0;
}

/*
***
***   LOAD SPINNER
***
*/

.lds-dual-ring {
  display: inline-block;
  width: 128px;
  height:128px;
  margin-top: 70px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #189F9D;
  border-color: #189F9D transparent #189F9D transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.cursor-not-allowed {
  cursor: not-allowed!important;
}
