.bottom-menu {
    /*background: #cdd5da;
    background: rgb(221,227,228);
    background: linear-gradient(90deg, rgba(221,227,228,1) 0%, rgba(193,202,210,1) 50%, rgba(221,227,228,1) 100%);
    */
    /* background: radial-gradient(circle, rgba(63, 94, 251, 1) 0%, rgba(252, 70, 107, 1) 100%); */
    /* background: #ebecf0; */
    background: #1A1A1A;
    padding: 8px 0 8px 0;
}

#bracketsDiv-bottom {
    background: rgba(180, 182, 174, 0.4);
    border-radius: 4px;
    height: 40px;
    width: 3px;
}

.bottom-navbar-btn-a {
    height: 28px;
    width: 64px;
    justify-content: center;
    max-width: 100%;
    text-align: center;
    text-decoration: none;
    color: #1b1e24;
    align-items: center;
    padding: 7px 8px;
    border-radius: 8px;
}

.bottom-navbar-btn-a:hover {
    background: #3f8ff7;
    color: #1b1e24;
}

.bottom-navbar-btn-label {
    padding: 0;
    margin: 0;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: 17px;
    letter-spacing: 1px;
    word-spacing: 1px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: capitalize;
}

.bottom-navbar-page-zoom-span {
    font-size: 13px;
    letter-spacing: 1px;
    word-spacing: 1px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: uppercase;
}

.bottom-navbar-drag {
    font-size: 11px;
    letter-spacing: 1px;
    word-spacing: 1px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: uppercase;
}

/* From Uiverse.io by arghyaBiswasDev */
/* The switch - the box around the slider */
.drag-switch {
    font-size: 18px;
    position: relative;
    display: inline-block;
    width: 1.75em;
    height: 1em;
  }

  /* Hide default HTML checkbox */
  .drag-switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  /* The slider */
  .drag-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: 1px solid #adb5bd;
    transition: .4s;
    border-radius: 17px;
  }

  .drag-slider:before {
    position: absolute;
    content: "";
    height: 0.7em;
    width: 0.7em;
    border-radius: 10px;
    left: 0.135em;
    bottom: 0.125em;
    background-color: #adb5bd;
    transition: .4s;
  }

  input:checked + .drag-slider {
    background-color: #138eff;
    border: 1px solid #138eff;
  }

  input:focus + .drag-slider {
    box-shadow: 0 0 1px #138eff;
  }

  input:checked + .drag-slider:before {
    transform: translateX(0.8em);
    background-color: #fff;
  }

  .drag-wrapper {
    padding: 0;
    margin-right: 10px;
  }

  #resetOneToOne {
    font-size: 20px;
    user-select: none;
    margin-right: 10px;
  }

  .oneToone-icon {
    font-size: 22px;
    user-select: none;
    font-weight: 700;
    color: #ffffff;
  }

  .oneToone-icon:hover {
    color: #138eff;
  }

  .fitToScreenHover {
    user-select: none;
  }

  .fitToScreenHover svg:hover {
    fill: #138eff;
  }