/* @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap'); */

/* :root {
    --v-mrgbt-batida-selec: 3vw;
} */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Raleway', sans-serif;
    /* color: #525252; */
    color: #000;
    user-select: none;
}

.container-metro {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;

    width: 67vw;
    height: fit-content;

    margin: 0;
    padding: 2vw;
    padding-top: 1.2vw;
    padding-bottom: 0.6vw;

    background-color: white;
    box-shadow: rgba(45, 45, 45, 0.5) 0.8vw 0.8vw 0.8vw;
    border: 0.25vw solid #000;
    border-radius: 10px;
}

@media (orientation: portrait) {
    .container-metro {
        width: 92vw;
        padding-top: 1.7vw !important;
        height: fit-content !important;
    }

    .batidas {
        /* margin-top: 1vw !important; */
        height: 10vw !important;
    }

    .batida {
        font-size: 6.2vw !important;

        width: 8vw !important;
        height: 8vw !important;
        border: 0.55vw solid red !important;

        /* --v-mrgbt-batida-selec: 4.2vw;
        margin-bottom: var(--v-mrgbt-batida-selec); */
    }

    .bpm-display h5,
    .bpm-display .txt-bpm {
        width: 35vw !important;
    }

    .bpm-display h5,
    .bpm {
        font-size: 5.5vw !important;
    }

    .tempo {
        font-size: 11VW !important;
    }

    .tempo-settings .adjust-tempo-btn {
        font-size: 9vw !important;
    }

    .start-stop {
        font-size: 6.5vw !important;
        padding-left: 0.8vw !important;
        padding-right: 0.9vw !important;
        border: 0.65vw solid rgb(0, 169, 0) !important;
    }
}

/* @media screen and (min-width: 600px) and (max-width: 780px) { */
/* @media (orientation: landscape) {
    .container-metro {
        width: 95vw;
    }
} */

.batidas {
    height: 3.5vw;
    padding-bottom: 1vw;
    padding: 0;
    margin: 0;
    /* background-color: rgb(123, 123, 58); */
}

.batida {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    /* color: #ff656c; */
    font-size: 4.5vw;
    text-align: center;
    font-weight: 700;
    letter-spacing: -0.2vw;

    width: 5.5vw;
    height: 5.5vw;

    margin: 0.4vw;

    color: red;
    border: 0.4vw solid red;
    box-shadow: rgb(107, 107, 107) 0 0.2em 0.2em;
    background-color: white;

    border-radius: 50%;
    transition: all ease .3s;
}

.batida::before {
    color: red;
    border: 0.4vw solid red;
    box-shadow: rgb(107, 107, 107) 0 0.2em 0.2em;
    background-color: white;
}
 
.bpm-display {
    display: flex;
    align-items: center;
    /* justify-items: space-between; */
    justify-content: space-between;

    margin-top: 1vw;

    width: 100%;
    text-align: center;
    /* background-color: #ddd; */
}

.txt-bpm {
    width: 27vw;
    text-align: right;
    /* margin-right: 1vw; */
    line-height: 0.8;
    height: fit-content;
    padding: 0;
    margin: 0;
    /* background-color: dodgerblue; */
}

.tempo {
    font-size: 7.8VW;
}

.tempo {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    text-align: right;
    font-weight: 700;
    font-size: 7.8VW;

    text-decoration: none;
    color: rgb(0, 136, 255);
    /* text-shadow: rgb(176, 176, 176) 0.07em 0.07em 0.0.7em; */

    -webkit-text-stroke-width: 0.7px;
    -webkit-text-stroke-color: rgb(255, 255, 255);
    text-shadow: 0.5vw 0.5vw 0.8vw #666666;
}

.bpm {
    font-size: 4vw;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-left: 1vw;
    color: black;
}

.bpm-display h5 {
    font-family: Roboto, Arial, Helvetica, sans-serif !important;
    width: 27vw;

    margin: 0;
    padding: 0;
    font-size: 4vw;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    /* background-color: dodgerblue; */
}

/* .bpm-display .tempo { */
/* fon t-size: 4em; */
/* } */

/* .tempo-text {
    fon t-size: 3vw;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    margin-top: 0.7vw;
} */

.tempo-settings {
    display: flex;
    justify-content: center;

    width: 100%;
}

.tempo-settings .adjust-tempo-btn {
    font-size: 6vw;

    color: rgb(0, 169, 0);
    cursor: pointer;

    text-align: center;
    cursor: pointer;
    transition: all ease .2s;
}

.tempo-settings .adjust-tempo-btn:hover {
    text-shadow: rgb(139, 139, 139) 0.07em 0.07em 0.1em;
}

.tempo-settings .decrease-tempo {
    /* line-height: 25px; */
    padding: 1vw;
}

.tempo-settings .increase-tempo {
    /* line-height: 32px; */
    padding: 1vw;
}

/* input[type=range] { */
/* -webkit-appearance: none; */
/* background-color: transparent; */
/* width: 100%; */
/* } */

/* input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
} */

/* input[type=range]:focus {
    outline: none;
} */

/* input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fa545c;
    cursor: pointer;
    margin-top: -8px;
} */

/* input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fa545c;
    cursor: pointer;
    border: none;
} */

/* input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 1px;
    background: #ddd;
} */

/* input[type=range]::-moz-range-track {
    width: 100%;
    height: 1px;
    background: #ddd;
} */

.start-stop {
    font-size: 5vw;
    /* margin-left: 5.5vw; */
    height: fit-content;
    padding: 0;
    padding-left: 0.7vw;
    padding-right: 0.7vw;

    color: rgb(0, 169, 0);
    border: 0.5vw solid rgb(0, 169, 0);
    border-radius: 0.7vw;
    transition: all ease .2s;
}

.start-stop:hover {
    cursor: pointer;
    box-shadow: rgb(118, 118, 118) 0.1em 0.1em 0.15em;
}

/* .measures, .measures > * {
    /* display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    justify-content: space-between;
    justify-content: space-evenly; 

    fo nt-size: 2.5vw;
    font-weight: 500;

    padding: 0;
    margin: 0;
} */

/* .measure-count {
    font-weight: 600;
    fo nt-size: 7VW;
    color: red;
    margin-right: 1vw;

    margin-bottom: -0.5vw;

    -webkit-text-stroke-width: 0.7px;
    -webkit-text-stroke-color: rgb(255, 255, 255);
    text-shadow: 0.5vw 0.5vw 0.8vw #5e5e5e;
} */

/* .measures .stepper {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    justify-content: space-between;
    justify-content: space-evenly;

    fo nt-size: 5.4VW;
    padding: 0.5vw;
    text-align: center;
    cursor: pointer;
    transition: all ease .2s;
} */

.measures {
    display: flex;
    align-items: flex-end;
    align-content: baseline;
    flex-direction: row;
    justify-content: center;

    width: 100%;

    margin: 0;
    padding: 0;
}

.measures .stepper:hover {
    /* background: #ff656c; */
    /* color: #fff; */

    text-shadow: rgb(139, 139, 139) 0.07em 0.07em 0.1em;
}

/* .beats {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;

    margin: 0;
    padding: 0;
    padding-bottom: 0.7vw;
    line-height: 1;

    height: fit-content;
    width: 35vw;
} */

/* .measures .add-beats { */
/* line-height: 20px; */
/* } */

/* .beats-per-measure-text {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    text-align: center;
    font-weight: 600;
    text-shadow: none;
    fo nt-size: 3.5vw;
    margin-left: 1vw;
    margin-right: 1vw;
    text-transform: uppercase;
} */

/* .stepper {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;

    color: #fa545c;
    fo nt-size: 3.7vw;
    padding: 0.7vw;
    margin-left: 2vw;
    margin-right: 2vw;
} */

input[type=range] {
    /* margin-left: 1vw; */
    /* margin-right: 1vw; */
    accent-color: rgb(0, 136, 255);
    background: rgb(0, 169, 0);
    width: 100%;
}

#batidas {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    height: 7vw;
    margin-left: 0.5vw;
    margin-right: 0.5vw;
    margin-bottom: 0.7vw;
    /* background-color: #ddd; */
}