body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.grab{
  cursor: grab!important;
}

.pointer{
  cursor: pointer!important;
}

.without_ampm::-webkit-datetime-edit-ampm-field {
  display: none;
}
input[type=time]::-webkit-clear-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance:none;
  appearance: none;
  margin: -10px; 
}

.paddingTopBottom{
  padding-top: 5% !important;
  padding-bottom: 5% !important; 
}

.card-context3{
  padding-top:    24px!important;
  padding-right:  0px!important;
  padding-bottom: 24px!important;
  padding-left:   24px!important;
}

.paddingTopBottom1{
  padding-top: 1% !important;
  padding-bottom: 1% !important; 
}

.round{
  border-radius: 10px !important;
}

.modal100{
  top:  0!important;
  width: 100%;
  max-height: 100% !important;
  height: 100% !important;
}

.noMarginLeft{
  margin-left: 0px !important
}

.boarderDark{
  border: #424242 solid;
}

td.darkHover :hover{
  background-color: aliceblue;
}

.margin1{
  margin: 10px;
}

[type="checkbox"].round:not(:checked)+label:after {
  height:30px !important;
  width: 30px !important;
  border-radius: 25px!important;
}


[type="checkbox"].round:is(:checked)+label:after {
  height:30px !important;
  width: 30px !important;
  border-radius: 25px!important;
}

[type="checkbox"].round:is(:checked)+label:before {
  Width:  11px ;
  height: 22px;
}



.cookie-overlay {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  background: #fff;
  z-index: 2051;
  line-height: 20px;
  font-size: 14px;
  border-radius: 6px;

  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);

  @include media-breakpoint-down(md) {
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;

    > div:first-child {
      width: auto;
    }
  }
}

.close-cookies {
  cursor: pointer;
}

/* DRAG DROP */

.containers2 {
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
}

/*
.containers {
  position: relative;
  top: 50%;
  left: 50%;
  width: 320px;
  height: 400px;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
}



.list-item {
  position: absolute;
  top: 0;
  left: 0;
  height: 90px;
  width: 100%;
}

.item-content {
  height: 100%;
  border: 0px solid rgba(123, 123, 123, 0.498039);
  border-radius: 4px;
  line-height: 90px;
  padding-left: 32px;
  font-size: 24px;
  font-weight: 400;
  background-color: rgb(175, 42, 42);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px;
}
*/