@font-face {
    font-family: "Montserrat";
    src: url("Montserrat.ttf")
}

@font-face {
    font-family: "Montserrat600";
    src: url("Montserrat_600.ttf")
}

@font-face {
    font-family: "Montserrat800";
    src: url("Montserrat_800.ttf")
}

body {
    font-family: "Montserrat" !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat600" !important;
}

video {
    width: 768px;
    height: 432px;
}

#cdn-order ol {
    display: flex;
    flex-wrap: wrap;

}

#cdn-order li {
    margin: 0 15px;
}

#img-bcov-player {
    margin-top: -30px;
}

#manifest-helper option[disabled] {
    display: none;
}

#players-logo img {
    height: 40px;
    width: auto;
}

#start,
#receive {
    height: 500px;
    margin-top: 20px;
    font-size: 10px;
}

#volume-stats-table-tr-bytes_delivered td p {
    font-size: 12px;
    margin: 3px 15px;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: .25rem;
    border-radius: .25rem;
}

.border {
    border: 2px solid #dee2e6 !important;
}

.form-switch .form-check-input:focus {
    border-color: rgba(0, 0, 0, 0.25);
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(0,0,0,0.25)'/></svg>");
}

.form-switch .form-check-input:checked {
    background-color: rgba(0, 0, 0, 0.75);
    border-color: rgba(0, 0, 0, 1);
    border: 0;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,0.75)'/></svg>");
}

.label {
    font-size: 16pt;
}

.logo {
    background-image: url("brightcove-logo.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 250px;
    height: 58px;
}

.menu {
    line-height: 1.2;
}

.title {
    font-size: 32pt;
    font-family: "Montserrat800" !important;
}
