body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  /* font-family: 'Varela Round', sans-serif; */
  font-family: 'Roboto', sans-serif;
}

/* html {
  height: -webkit-fill-available;
} */

main {
  display: flex;
  flex-wrap: nowrap;
  height: 100vh;
  /* height: -webkit-fill-available; */
  max-height: 100vh;
  overflow-x: auto;
  overflow-y: hidden;
}

.b-example-divider {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}


.scrollarea {
  overflow-y: auto;
}


/* .b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
} */

.form-control-dark {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle {
  outline: 0;
}

.dropzone {
  height: 350px;
  border: 3px dashed #dedede;
  border-radius: 5px;
  background: #f5f5f5;
}

.dropzone i{
  font-size: 5rem;
}

.dropzone .dz-message {
  color: rgba(0,0,0,.54);
  font-weight: 500;
  font-size: initial;
  text-transform: uppercase;
}


.modal-confirm {		
  color: #636363;
  width: 425px;
  margin: 80px auto 0;
}
.modal-confirm .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
}
.modal-confirm .modal-header {
  border-bottom: none;   
      position: relative;
}
.modal-confirm h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 -15px;
}
/* .modal-confirm .form-control, .modal-confirm .btn {
  min-height: 40px;
  border-radius: 3px; 
} */
.modal-confirm .close {
      position: absolute;
  top: -5px;
  right: -5px;
}	
.modal-confirm .modal-footer {
  border: none;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
}	
.modal-confirm .icon-box {
  color: #fff;		
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -70px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  background: #dc3545;
  padding: 15px;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-confirm .icon-box i {
  font-size: 56px;
  position: relative;
  top: 4px;
}
  .modal-confirm .btn {
      color: #fff;
      border-radius: 4px;
  background: #dc3545;
  text-decoration: none;
  transition: all 0.4s;
      line-height: normal;
      border: none;
  }
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
  background: #bb2d3b;
  outline: none;
}
/* .trigger-btn {
  display: inline-block;
  margin: 100px auto;
} */


.modal-success .icon-box {
  color: #fff;		
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -70px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  background: #198754;
  padding: 15px;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.modal-success .btn {
  color: #fff;
  border-radius: 4px;
  background: #198754;
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  border: none;
}

.modal-success .btn:hover, .modal-confirm .btn:focus {
  background: #157347;
  outline: none;
}


#forgotpwd > a{
  font-size: 14px;
}


.exportbutton {
  margin-top: 12px;
}


#table1 .selected {
    /* background-color: rgb(33, 37, 41); */
    background-color: rgb(13, 110, 253);
    color: #fff;
    --bs-table-hover-color: #fff;
    /* --bs-table-hover-bg: rgb(33, 37, 41); */
    --bs-table-hover-bg: rgb(13, 110, 253);
    /*background: #cfe2ff;*/
}


.vr {
  padding-right: 0.5px;
  padding-left: 0.5px;
}



/*-----------------SEZIONE SIDEBAR------------------------*/

