html,
body,
header{
    height: 100%;
}

body {
  font-family: "Roboto",sans-serif;
  font-weight: 300;
}

/* html {
  font-size: 1rem;
}

@media (min-width: 768px) {
  html {
    font-size: 1.2rem;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 1.4rem;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 1.6rem;
  }
} */

footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  /* height: 70px; */
}

footer.page-footer .footer-copyright {
  overflow: hidden;
  color: rgba(255,255,255,0.6);
  background-color: rgba(0,0,0,0.2);
}


footer.page-footer a {
  color: #fff;
}

.bg-dark {
  background-color: #212121 !important;
}


#banner{
  height : 30px;
}

html body {
  overflow: hidden;
}

#languages-block-top {
  display: block;
  float: left;
  position: relative;
}

#languages-block-top ul {
  width: auto;
  z-index: 2;
  text-align: center;
  margin: 0;
  padding: 0;
}

html body .container-fluid.body-content {
  position: absolute;
  top: 80px;
  bottom: 70px;
  right: 0;
  left: 0;
  overflow-y: auto;
}

.top-nav-collapse {
  background-color: #24355C;
}


.display-4{
  font-size: 2rem;
}


.s {
  color:#33AFFF;
  font-weight: bold;
}
 
.btn-primary {
  color: #fff;
  background-color: #4285f4 !important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #5a95f5
}

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #0b51c5
}

.btn-secondary {
  color: #fff;
  background-color: #a6c !important
}

.btn-secondary:hover {
  color: #fff;
  background-color: #b579d2
}

.btn-secondary:focus,
.btn-secondary.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}

.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #739
}

.btn-grey-border {
  background: transparent;
  border: 2px solid #6d7a8b;
  color: #6d7a8b;
}

.btn {
  font-size: .81rem;
  /* margin: .375rem; */
  text-transform: uppercase;
  word-wrap: break-word;
  white-space: normal;
  
  
  
  display: inline-block;
  min-height: 40px;
  padding: 0 15px;
  line-height: 36px;
  /* color: #fff; */
  text-align: center;
  text-decoration: none!important;
  font-weight: 700;
  /* background-color: #78ab4e; */
  border: 2px solid transparent;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 3px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-appearance: none;
  
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  

}

.btn-custom {
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-small-line-height{
  line-height: 1.5; /*x1.5*/
}

.btn-line-height-variable{
  line-height: 1.5; /*x1.5*/
  max-width: 160px;
}

.btn-help{
  line-height: 18px!important;
}

/* ::selection {
  color: #fff;
  background: #78ab4e;
  text-shadow: none;
} */

#logo{
  width: 90px;
}

.navbar-brand {
  font-size: 1.0rem;
}



@media (min-width: 576px) { 
  .navbar-brand {
    font-size: 1.25rem;
  }

  #title{
    margin-left: 5em !important;
  }

  #logo{
    width: 147px;
  }

  .btn-line-height-variable{
    line-height: 36px; /*x2.25*/
    max-width: 320px;
  }
}

@media (min-width: 1200px) {
  .nav-link{
    border: 1px solid #dee2e6!important;
    border-color: #e0e0e0 !important;
    border-radius: .25rem!important;
  }
  
}



.navbar.navbar-dark .breadcrumb .nav-item .nav-link, .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
  color: #fff;
  -webkit-transition: .35s;
  transition: .35s;
}

.navbar .nav-item .nav-link {
  display: block;
}


.navbar.navbar-dark .breadcrumb .nav-item.active>.nav-link,
.navbar.navbar-dark .navbar-nav .nav-item.active>.nav-link {
    background-color: rgb(0, 0, 0);
    border-color: rgb(241, 196, 15) !important;
    color: rgb(241, 196, 15) !important;
}



.navbar-tool-label {
  position: absolute;
  top: 0.0rem;
  left: 1.2rem;
  /* right: -.3125rem; */
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #fe696a;
  color: #fff;
  font-size: .75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.25rem;
}


.help-label {
  font-size: .75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.25rem;
}

.btn-rounded {
  border-radius: 10em;
  line-height: 1.5;
}

.btn-custom-ml{
  margin-left: 0.1em !important;
}



.address_content {
  border-left: 1px solid #CCCCCC;
}

@media print {
  .container {
    width: auto;
  }
}



.dt-responsive td, .dt-responsive th {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}

.dt-responsive th {
  font-size: .6rem;
  font-weight: 300;
}

.dt-responsive td {
  font-size: .55rem;
  font-weight: 200;
}

@media (min-width: 576px) { 
  .dt-responsive th {
    font-size: 0.8rem;
    font-weight: 400;
  }
  
  .dt-responsive td {
    font-size: .75rem;
    font-weight: 250;
  }

  .dt-responsive td, .dt-responsive th {
    padding-top: .65rem !important;
    padding-bottom: .65rem !important;
  }
}


@media (min-width: 992px) { 
  .dt-responsive th {
    font-size: 1rem;
    font-weight: 550;
  }
  
  .dt-responsive td {
    font-size: .9rem;
    font-weight: 300;
  }

  .dt-responsive td, .dt-responsive th {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }
}


#body-content-logo{
  /* max-height: 70%; */
  vertical-align: auto;
}

.btn-menu{
  display: inline-grid;
  align-items: center;
  width: 95%;
  /* height: 80%; -> Remplacé par padding-top et padding-bottom: 40%*/
  padding-top: 10%;
  padding-bottom: 10%;
  font-size: 1.25rem;
  font-weight: 400 !important;
  line-height: 1.5;
  border-radius: 1.5rem;
}

#btn-garanty {
  padding-top: 10%;
  padding-bottom: 10%;
} 


@media (min-width: 576px) {
  .btn-menu{
    width: 100%;
    padding-top: 20%;
    padding-bottom: 20%;
    border-radius: 2.0rem;
  }

  #btn-garanty {
    padding-top: 10% !important;
    padding-bottom: 10% !important;
  } 
}

@media (min-width: 768px) {
  
}

@media (min-width: 992px) {
  
  .btn-menu{
    width: 80%;
    padding-top: 20%;
    padding-bottom: 20%;
    font-size: 1.25rem;
  }

  #btn-garanty {
    padding-top: 20% !important;
    padding-bottom: 20% !important;
  }
}

@media (min-width: 1200px) {
  .row-btn{
    height : 100%;
  }
    
  .btn-menu{
    font-size: 1.5rem;
  }
}

.btn-history {
  float: right;
  min-height: 30px;
  font-size: 0.81rem;
  text-transform: uppercase;
  line-height: 1;
  /* color: #FFF;
  background-color: #a6c !important;
  border: 2px solid transparent;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 3px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-appearance: none;
  
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); */
}

b, strong {
  font-weight: bolder !important;
}

.fixed-button-left {
  /* display: flex;
  align-items: center;
  justify-content: center; */
  margin: .375rem;
  position: fixed;
  bottom: 60px;
  left: 12px;
  z-index: 100;
}

.fixed-button-right {
  /* display: flex;
  align-items: center;
  justify-content: center; */
  margin: .375rem;
  position: fixed;
  bottom: 60px;
  right: 12px;
  z-index: 100;
}

@media (min-width: 1200px) {
  .fixed-button-left {
    left: 40px;
  }
  
  .fixed-button-right {
    right: 40px;
  }
 
}

.border-gray-800 {
  border-color: #343a40 !important;
}

.text-gray-800 {
  color: #343a40 !important;
}

.btn-gray-800 {
  color: #fff !important;
  background-color: #343a40 !important;
}

.bd-gray-800 {
  color: #fff !important;
  background-color: #343a40 !important;
}


.border-gray-700 {
  border-color: #495057 !important;
}

.text-gray-700 {
  color: #495057 !important;
}
.bd-gray-700 {
  color: #fff !important;
  background-color: #495057 !important;
}

.btn-gray-700 {
  color: #fff !important;
  background-color: #495057 !important;
}

.border-gray-600 {
  border-color: #6c757d !important;
}

.text-gray-600 {
  color: #6c757d !important;
}
.bd-gray-600 {
  color: #fff !important;
  background-color: #6c757d !important;
}

.btn-gray-600 {
  color: #fff !important;
  background-color: #6c757d !important;
}

.border-gray-500 {
  border-color:#adb5bd;
}

.text-gray-500 {
  color: #adb5bd;
}


.bd-gray-500 {
  color: #fff;
  background-color: #adb5bd;
}

.btn-gray-500 {
  color: #fff;
  background-color: #adb5bd;
}


.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0,0,0,.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}


#progressbar {
  text-align: center;
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
  padding-left: 0px;
}

#progressbar .active {
  color: #000000
}

#progressbar  {
  color: #000000
}

#progressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 16.6%;
  float: left;
  position: relative
}

#progressbar #addresses:before {
  font-family: FontAwesome;
  content: "\f007"
}

#progressbar #device:before {
  font-family: FontAwesome;
  content: "\f02b"
}

#progressbar #proof:before {
  font-family: FontAwesome;
  content: "\f1c1"
}

#progressbar #supplier_form:before {
  font-family: FontAwesome;
  content: "\f1c1"
}

#progressbar #fault:before {
  font-family: FontAwesome;
  content: "\f044"
}

#progressbar #parts:before {
  font-family: FontAwesome;
  content: "\f085"
}

#progressbar #pictures:before {
  font-family: FontAwesome;
  content: "\f1c5"
}


#progressbar #summary:before {
  font-family: FontAwesome;
  content: "\f02f"
}

#progressbar #processing:before {
  font-family: FontAwesome;
  content: "\f0d1"
}

#progressbar #sending_parts:before {
  font-family: FontAwesome;
  content: "\f0d1"
}

#progressbar #credit_note:before {
  font-family: FontAwesome;
  content: "\f0d6"
}

#corrective_action {
  font-family: "Roboto",sans-serif;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
}

#progressbar #document:before {
  font-family: FontAwesome;
  content: "\f1c1"
}

#progressbar #resume:before {
  font-family: FontAwesome;
  content: "\f0ce"
}

#progressbar #print:before {
  font-family: FontAwesome;
  content: "\f02f"
}


#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 18px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px
}

#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
  /* background: skyblue */
  background: rgb(7, 160, 221)
}

#progressbar li.items-1 {
  width: 100%;
}


#progressbar li.items-2 {
  width: 50%;
}


#progressbar li.items-3 {
  width: 33.3%;
}

#progressbar li.items-4 {
  width: 25.0%;
}

#progressbar li.items-5 {
  width: 20%;
}


.h1-title {
  color: rgb(7, 160, 221)
}

.fit-image {
  width: 100%;
  object-fit: cover
}


#upload {
  opacity: 0;
}

#upload-label {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}

.image-area {
  border: 2px dashed rgba(255, 255, 255, 0.7);
  padding: 1rem;
  position: relative;
}

.image-area::before {
  content: 'Uploaded image result';
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.8rem;
  z-index: 1;
}

.image-area img {
  z-index: 2;
  position: relative;
}

.text-cyan-600 {
  color: #0aa2c0;
}

.detail-parts-row .row>.col, .detail-parts-row .row>[class^="col-"] {
  padding-top: .75rem;
  padding-bottom: .75rem;
  background-color: rgba(86,61,124,0.15);
  border: 1px solid rgba(86,61,124,0.2);
}

.input-parts { 
  width:100%; 
  height:100%; 
}

.file-preview-image {
  font-size: 20px!important;
}

.tb-info td, .tb-info th {
  padding: .50rem !important;
}


.file-link {
  color: #007bff!important;
  text-decoration-line: underline !important;
}

label abbr {
  position: absolute;
  left: -0.5em;
  color: red;
  text-decoration: none !important;
}

/* .form-group .required .control-label:after { content:"*";color:red; }  */


/* .fs-6 {
  font-size: 1.075rem !important;
}  

.fs-5 {
  font-size: 1.25rem!important;
} */

.btn.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: calc(1.5em + 1.5rem + 2px) !important;
  width: calc(1.5em + 1.5rem + 2px) !important;
  border-radius: 1.6rem !important;
  font-weight: 600 !important;
}


.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

/* .dropdown-header-custom {
  margin-top: 0 !important;
  line-height: 1.5rem !important;
} */

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}


.menu-column {
  flex-direction: column;
  width: 100%;
}

.menu-sub-dropdown.menu.show, .menu-sub-dropdown.show[data-popper-placement], .show.menu-dropdown > .menu-sub-dropdown {
  display: flex;
}

.menu-sub {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-direction: column;
}

.menu-sub-dropdown {
  display: none;
  border-radius: .65rem;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(82,63,105,.15);
  width: 250px !important;
  overflow-y: auto;
  max-height: 80vh;
  z-index: 105;
}

@media (min-width: 768px) {
  .menu-sub-dropdown {
    width: 300px !important;
  }
}

.separator {
  display: block;
  height: 0;
  border-bottom: 1px solid #eff2f5;
}

.menu-item .menu-content {
  padding: .65rem 1rem;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}

.menu-item .menu-link {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0;
  flex: 0 0 100%;
  padding: .65rem 1rem;
  transition: none;
}

.menu-state-title-primary .menu-item .menu-link:hover:not(.disabled), .menu-state-title-primary .menu-item.hover > .menu-link:not(.disabled) {
  color: #20d489;
}

.menu-hover-bg .menu-item .menu-link:hover:not(.disabled), .menu-hover-bg .menu-item.hover > .menu-link:not(.disabled) {
  transition: color .2s ease,background-color .2s ease;
  background-color: rgba(245,248,250,.8);
  border-radius: .45rem;
}

.symbol .symbol-label {
  width: 50px;
  height: 50px;
}

.symbol.symbol-35px .symbol-label {
  width: 35px;
  height: 35px;
}

.symbol .symbol-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #3f4254;
  background-color: #f5f8fa;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: .65rem;
}

.fw-bolder {
  font-weight: bolder !important;
}

.fw-bold {
  font-weight: 500 !important;
}

.text-dark {
  color: #212529 !important;
}


.pdfobject-container {
   height: 63rem !important;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* .form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
} */

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  /* -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; */
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}


.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.navbar .dropdown-menu a {
  padding: 10px;
  font-size: .9375rem;
  font-weight: 300;
}

.avatar-text {
  background: #2787f5;
  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;
  color: #fff;
  line-height: 0;
  height: 100%;
  width: 100%;
}

.avatar {
  height: 3rem;
  width: 3rem !important;
}

.avatar, .avatar .avatar-img, .avatar .avatar-text {
  border-radius: 50%;
}
.avatar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.avatar:hover .avatar-text {
  background: #1d82f5;
}

.chat-body {
  border-radius: .6rem;
}

/* .message-out .message-text {
  background: #2787f5;
  border-radius: .6rem;
  color: #fff;
}

.message-text {
  background: #f6f9fb;
  border-radius: .6rem;
  padding: 1rem 1.25rem;
  color: #95aac9;
} */



.chat-messages {
    display: flex;
    flex-direction: column;
    /* max-height: calc( 100vh - 300px ); */
    height: calc( 100vh - 300px );
    overflow-y: scroll
}

.chat-messages-full-height {
  height: calc( 100vh - 154px ) !important;
}


.chat-message-left,
.chat-message-right {
    display: flex;
    flex-shrink: 0
}

.chat-message-left {
    margin-right: auto
}

.chat-message-right {
    flex-direction: row-reverse;
    margin-left: auto
}


.chat-list li {
  margin-bottom: 10px;
  overflow: auto;
  color: #ffffff;
}

.chat-list .chat-img {
  float: left;
  width: 48px;
}

.chat-list .chat-img img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
}

.chat-list .chat-message {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #5a99ee;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
}

.chat-list .chat-message:before {
  content: "";
  position: absolute;
  top: 15px;
  width: 0;
  height: 0;
}

.chat-list .chat-message h5 {
  margin: 0 0 5px 0;
  font-weight: 600;
  line-height: 100%;
  font-size: .9rem;
}

.chat-list .chat-message p {
  line-height: 18px;
  margin: 0;
  padding: 0;
}

.chat-list .chat-body {
  margin-left: 20px;
  float: left;
  width: 70%;
}

.chat-list .in .chat-message:before {
  left: -12px;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #5a99ee;
}

.chat-list .out .chat-img {
  float: right;
}

.chat-list .out .chat-body {
  float: right;
  margin-right: 20px;
  text-align: right;
}

.chat-list .out .chat-message {
  background: #fc6d4c;
}

.chat-list .out .chat-message:before {
  right: -12px;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fc6d4c;
}

/* .content{
  margin-top:40px;    
} */

/* .mh-100{max-height:100%!important} */

/* input:invalid {
  border: 2px dashed red;
} */

/* input[type=text]:invalid, input[type=email]:invalid, input[type=tel]:invalid, input[type=number]:invalid{
  border-color: #900;
  background-color: #FDD;
} */


/* input[type=text]:invalid, input[type=email]:invalid, input[type=tel]:invalid, input[type=number]:invalid{
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
} */

/* input[type=text]:valid, input[type=email]:valid, input[type=tel]:valid, input[type=number]:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
} */


.bg-light {
  background-color: #f8f9fa !important;
}


.w-80 {
	width: 80% !important;
}