@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap");

body {
    background: #eff1f5;
    font-family: 'Roboto', sans-serif
}

.box {
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgba(209,209,209,0.5);
    background: white;
    padding: 16px 29px 31px 22px;
    margin-bottom: 20px
}

.box h3 {
    font-size: 13px;
    color: #485465;
    font-weight: 700
}

.box h3 span {
    color: gray;
    margin-left: 30px
}

.switch-container {
    font-size: 10px;
    padding-top: 20px
}

.switch-container > span, .switch-container label {
    display: inline-block
}

.switch-container span.circle {
    position: relative;
    padding-left: 10px
}

.switch-container span.circle::before {
    position: absolute;
    background: #fdcb6e;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: -7px;
    top: 2px
}

.switch-container span.circle.circle-yellow::before {
    background: #fdcb6e
}

.switch-container span.circle.circle-mid-red::before {
    background: #f4516c
}

.switch-container span.circle.circle-mid-red::before {
    background: #f4516c
}

.switch-container span.circle.circle-mid-black::before {
    background: #000000
}

.switch-container span.circle.circle-dark-red::before {
    background: #c34258
}

.switch-container span.circle.circle-dark-red::before {
    background: #c34258
}

.switch-container span.circle.circle-light-green::before {
    background: #7fdbbc
}

.switch-container span.circle.circle-mid-green::before {
    background: #34bfa3
}

.switch-container span.circle.circle-dark-green::before {
    background: #2ec293
}

.switch-container span.circle.circle-light-grey::before {
    background: gray
}

.switch-container span.circle.circle-dark-grey::before {
    background: #485465
}

.switch-container span.circle.circle-purple::before {
    background: #686de0
}

.switch-container span.circle.circle-mid-blue::before {
    background: #5cdfe2
}

.switch-container span.circle.circle-blue::before {
    background: #6699ff
}

.switch-container span.circle.circle-grey::before {
    background: #ccd4d1
}

.pie-chart {
    text-align: center
}

.switch {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 15px
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s
}

input:checked + .slider {
    background-color: #56db77
}

input:focus + .slider {
    box-shadow: 0 0 1px #56db77
}

input:checked + .slider:before {
    -webkit-transform: translateX(9px);
    -ms-transform: translateX(9px);
    transform: translateX(9px)
}

.slider.round {
    border-radius: 34px;
    margin: 0
}

.slider.round:before {
    border-radius: 50%
}
/*# sourceMappingURL=base.css.map */
