.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

input::placeholder {
    white-space: nowrap;
    overflow: visible;
    text-overflow: ellipsis;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

html {
  position: relative;
  min-height: 100%;
}


body {
    font-family: Cabin;
    color: white;
    background-color: #0e2240;
    /*begin is temporary*/
    /*padding: 1em;*/
    /*margin: 1em;*/
    /*border: 2px solid #4cff00;*/
    /*end is temporary*/
}

body > .container h1, body > .container-fluid h1 {
    font-size: 2rem;
    font-weight: 700;
}

body > .container h2, body > .container-fluid h2, body > .container-fluid p {
    font-size: 1.5rem;
    font-weight: 700;
    }

.table-rounded {
    border-radius: var(--bs-border-radius);
    overflow: hidden;
}

table > thead > tr {
    border-bottom: 1px solid #333;
}

table td {
    word-break: break-word;
    hyphens: auto;
    white-space: normal;
}

img.tvprovider {
    background-color: white;
    border-radius: 1em;
    padding: 1em;
}

iframe {
    border: 0;
    overflow: hidden;
}

#iframewrapper {
    border: solid 2px black;
}