.toolbar {
    background-color: transparent !important;
    font-size: 13px;
    padding: 1px;
    padding-left: 18px;
    font-weight: 400;
}

.fw {
    width: 100%;
}
.tac {
    text-align: center;
}
.me-2 {
    margin-right: 40px;
}
.ms-1 {
    margin-left: 20px;
}
.ms-2 {
    margin-left: 40px;
}
.mb-1 {
    margin-bottom: 10px;
}

.image-container {
    width: 250px;
}
.image-container canvas {
    margin-left: 78px;
    margin-top: 116px;
    width: 144;
    height: 168;
    border-radius: 5px;
}
.image-container.chalk canvas {
    margin-left: 65px;
    margin-top: 115px; 
    width: 170;
    height: 170;
    border-radius: 100px;
    object-fit: cover;
}
.image-container {
    background-image: url("../img/screenshot_slider_background_time.png");
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    background-size: 243px;
    width: 300px;
    height: 400px;
    /* z-index: 9; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* background-color: yellow; */
  }

.tab-pane {
    font-size: 15px;
}


#master-loading {
    margin-top: 20%;
}
.loader {
    width: 50px;
    animation: l7 1s infinite;
}
  @keyframes l7 {to{transform: rotate(.5turn)}}


.form-check-input {
    margin-top: .2rem;
}
.form-range {
    margin-top: 5px;
}
.form-label {
    vertical-align: middle;
    font-size: 15px;
    margin-top: -5px;
    margin-left: 5px;
}

.colourControl {
    max-width: 300px;
    height: 20px;
    border: 1px solid black;
    cursor: pointer;
}

.greyish {
    background-color: #f7f7f7;
}
