.blk{
  z-index: 0;
  position: relative;
  margin-bottom: 80px;
}
.botbar {
    position:fixed;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:justify;
    justify-content:space-between;
    overflow: hidden;
    background-color: #333;
    padding: 20px;
    bottom: 0;
    width: 100%;
    background-color: #dc3545;
    color: white;
  }
  .botbar a {
    float: left;
    display: flex;
    color: #f1f1f1;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
  }
  .botbar a:hover {
    color: #a31e2c;
    text-decoration: none;
    font-size: 23px;
  }
  .botbar .active {
    padding: 20px;
    display: flex;
    background-color: #a31e2c;
    color: white;
}
.float-btn {
    position: fixed; 
    z-index: 1; 
    background-color: #5050d4;
    color: white;
    border: none;
    padding: 15px 20px;
    border-radius: 50px; 
    bottom:75px; 
    right:15px;
}
.float-btn:hover{
    position: fixed; 
    z-index: 1; 
    background-color: #3c3cbb;
    color: #ffffff;
    text-decoration: none;
    border: none;
    padding: 16px 21px;
    border-radius: 50px; 
    bottom:77px; 
    right:17px;
}
.float-btn2 {
    position: fixed; 
    z-index: 1; 
    background-color: #5050d4;
    color: white;
    border: none;
    padding: 15px 20px;
    border-radius: 50px; 
    bottom:133px; 
    right:15px;
}
.float-btn2:hover{
    position: fixed; 
    z-index: 1; 
    background-color: #3c3cbb;
    color: #ffffff;
    text-decoration: none;
    border: none;
    padding: 16px 21px;
    border-radius: 50px; 
    bottom:135px; 
    right:17px;
}
.cardi{
  padding: 2px;
}
.cardihead{
align-items: left;
padding: 10px;
}
.cardi-user-thumb{
  max-width: 30px;
  width: 30px;
  height: auto;
  border-radius: 50px;
}
.form-rounded {
  padding: 10px;
  border-radius: 50px;
  border: none;
  background-color: #e2e2e2;
  outline: none;
  }
  .ico-form-rounded {
    position: relative;
    margin-top: -30px;
    right: 20px;
    outline: none;
}
.ico-form-rounded:hover {
  position: relative;
  margin-top: -31px;
  right: 20px;
  outline: none;
  font-size: 20px;
}

.menubawah-user-thumb{
  max-width: 24px;
  width: 24px;
  height: 24px;
  border-style: solid;
  border-color: #f1f1f1;
  border-width: 2px;
  border-radius: 50px;
}
.menubawah-user-thumb:hover{
  max-width: 25px;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  border-style: solid;
  border-color: #a31e2c;
  border-width: 2px;
}

.userthumb{
  margin-top:30px;
  max-width: 80px;
  width: 80px;
  height: auto;
  border: 3px solid;
  border-color: #a31e2c;
  border-radius: 50px;
}

.userthumbpop{
  max-width: 30px;
  width: 30px;
  height: auto;
  border: 2px solid;
  border-color: #a31e2c;
  border-radius: 50px;
}

.logo-img{
  max-width: 100px;
  width: 50px;
}


/* Always set the map height explicitly to define the size of the div
* element that contains the map. */
#mappe {
  z-index: 0;
	width: 100%;
	height: 600px;
}



  @supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .checkbox-wrapper-14 input[type=checkbox] {
      --active: #dc3545;
      --active-inner: #fff;
      --focus: 2px rgb(254 39 39 / 30%);
      --border: #e1bbbb;
      --border-hover: #dc3545;
      --background: #fff;
      --disabled: #F6F8FF;
      --disabled-inner: #E1E6F9;
      -webkit-appearance: none;
      -moz-appearance: none;
      height: 21px;
      outline: none;
      display: inline-block;
      vertical-align: top;
      position: relative;
      margin: 0;
      cursor: pointer;
      border: 1px solid var(--bc, var(--border));
      background: var(--b, var(--background));
      transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }
    .checkbox-wrapper-14 input[type=checkbox]:after {
      content: "";
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }
    .checkbox-wrapper-14 input[type=checkbox]:checked {
      --b: var(--active);
      --bc: var(--active);
      --d-o: .3s;
      --d-t: .6s;
      --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }
    .checkbox-wrapper-14 input[type=checkbox]:disabled {
      --b: var(--disabled);
      cursor: not-allowed;
      opacity: 0.9;
    }
    .checkbox-wrapper-14 input[type=checkbox]:disabled:checked {
      --b: var(--disabled-inner);
      --bc: var(--border);
    }
    .checkbox-wrapper-14 input[type=checkbox]:disabled + label {
      cursor: not-allowed;
    }
    .checkbox-wrapper-14 input[type=checkbox]:hover:not(:checked):not(:disabled) {
      --bc: var(--border-hover);
    }
    .checkbox-wrapper-14 input[type=checkbox]:focus {
      box-shadow: 0 0 0 var(--focus);
    }
    .checkbox-wrapper-14 input[type=checkbox]:not(.switch) {
      width: 21px;
    }
    .checkbox-wrapper-14 input[type=checkbox]:not(.switch):after {
      opacity: var(--o, 0);
    }
    .checkbox-wrapper-14 input[type=checkbox]:not(.switch):checked {
      --o: 1;
    }
    .checkbox-wrapper-14 input[type=checkbox] + label {
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      margin-left: 4px;
    }

    .checkbox-wrapper-14 input[type=checkbox]:not(.switch) {
      border-radius: 7px;
    }
    .checkbox-wrapper-14 input[type=checkbox]:not(.switch):after {
      width: 5px;
      height: 9px;
      border: 2px solid var(--active-inner);
      border-top: 0;
      border-left: 0;
      left: 7px;
      top: 4px;
      transform: rotate(var(--r, 20deg));
    }
    .checkbox-wrapper-14 input[type=checkbox]:not(.switch):checked {
      --r: 43deg;
    }
    .checkbox-wrapper-14 input[type=checkbox].switch {
      width: 38px;
      border-radius: 11px;
    }
    .checkbox-wrapper-14 input[type=checkbox].switch:after {
      left: 2px;
      top: 2px;
      border-radius: 50%;
      width: 15px;
      height: 15px;
      background: var(--ab, var(--border));
      transform: translateX(var(--x, 0));
    }
    .checkbox-wrapper-14 input[type=checkbox].switch:checked {
      --ab: var(--active-inner);
      --x: 17px;
    }
    .checkbox-wrapper-14 input[type=checkbox].switch:disabled:not(:checked):after {
      opacity: 0.6;
    }
  }

  .checkbox-wrapper-14 * {
    box-sizing: inherit;
  }
  .checkbox-wrapper-14 *:before,
  .checkbox-wrapper-14 *:after {
    box-sizing: inherit;
  }



 

  .checkbox-wrapper-16 *,
  .checkbox-wrapper-16 *:after,
  .checkbox-wrapper-16 *:before {
    box-sizing: border-box;
    margin: 2px 2px 2px 2px;
  }

  .checkbox-wrapper-16 .checkbox-input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile {
    border-color: #dc3545;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #dc3545;
  }
  .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
    background-color: #dc3545;
    border-color: #dc3545;
  }
  .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile .checkbox-icon,
  .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile .checkbox-label {
    color: #dc3545;
  }
  .checkbox-wrapper-16 .checkbox-input:focus + .checkbox-tile {
    border-color: #dc3545;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
  }
  .checkbox-wrapper-16 .checkbox-input:focus + .checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
  }

  .checkbox-wrapper-16 .checkbox-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 5rem;
    min-height: 5rem;
    border-radius: 0.5rem;
    border: 2px solid #e1bbbb;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
  }
  .checkbox-wrapper-16 .checkbox-tile:before {
    content: "";
    position: absolute;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #e1bbbb;
    background-color: #fff;
    border-radius: 50%;
    top: 0.25rem;
    left: 0.25rem;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .checkbox-wrapper-16 .checkbox-tile:hover {
    border-color: #dc3545;
  }
  .checkbox-wrapper-16 .checkbox-tile:hover:before {
    transform: scale(1);
    opacity: 1;
  }

  .checkbox-wrapper-16 .checkbox-icon {
    transition: 0.375s ease;
    color: #e1bbbb;
  }
  .checkbox-wrapper-16 .checkbox-icon svg {
    width: 3rem;
    height: 3rem;
  }

  .checkbox-wrapper-16 .checkbox-label {
    color: #707070;
    transition: 0.375s ease;
    text-align: center;
  }
