@import url('https://fonts.googleapis.com/css?family=Roboto');


body {
    background-color: #272727;
    background-image: url("../img/bg.png");
    color: white;
    font-size: 16px;
}

.topbox {
    text-align: center;
    font: #f8f9fa;
    width: 50%;
    margin-left: 25%;
    padding: 1em;
}

.table-dark {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
}

.table td,
.table th {
    padding: 0.75rem;
    text-align: center;
    border-top: 1px solid #141418;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: .25rem;
}

h1 {
    font-size: 5rem;
    margin-top: 1rem;
}


h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.2rem;
}

.category-title {
    font-size: 1.5rem;
    margin-bottom: 0em;
}

.smile-icons {
    display: flex;
}

.buttonflex {
    display: flex;
}

label {
    margin: 0;
}

.btn-link {
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 2rem;
}

.table tbody+tbody {
    border-top: 2px solid #ffffff14;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255 255 255 / 90%);
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255 / 90%);
    font-weight: 600;
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(255, 255, 255, 0.9);
}

.navbar-light .navbar-brand {
    color: rgb(255 255 255 / 90%);
    font-weight: bold;
}


.bg-light {
    background-color: #7286ff !important;
    width: 100%;
}

.btn-primary {
    color: #fff;
    background-color: #7286ff;
    border-color: #7286ff;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #00000000;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(0 0 0 / 35%);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

table.section {
    background-color: #303031;
    border-collapse: collapse;
    border-width: 2px;
    border-color: #141418;
    border-style: solid;
    color: #ffffff;
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
}

.text-area {
    text-align: center;
    padding-bottom: 1.5em;
}

.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 16, 0.19), 0 0.3rem 0.3rem rgba(0, 0, 16, 0.23);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 16, 0.19), 0 0.3rem 0.3rem rgba(0, 0, 16, 0.23);
    background-color: #141418;
    padding: 0.8rem;
    width: 55rem;
    margin-bottom: 1em;
}

.table-hover tbody tr:hover {
    color: #ffffff;
    background-color: rgba(18, 18, 19, 0.563);
}

.rating-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.4rem 0.8rem;
    width: 100%;
}

.rating-text p {
    color: rgba(0, 0, 16, 0.8);
    font-size: 1.3rem;
    padding: 0.3rem;
}

.rating {
    background-color: rgba(0, 0, 16, 0.8);
    padding: 0.4rem 0.4rem 0.1rem 0.4rem;
    border-radius: 2.2rem;
}

.center-button {
    padding-right: 25%;
    padding-left: 25%;
    padding-bottom: 2em;
    margin-top: 3em;
}

svg {
    fill: rgb(242, 242, 242);
}

.rating-form-2 svg {
    height: 2rem;
    width: 2rem;
    margin: 5.5rem;
}

#radios label {
    position: relative;
}

input[type="radio"] {
    position: absolute;
    opacity: 0;
}

input[type="radio"]+svg {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

input+svg {
    cursor: pointer;
}

input[class="fav"]:hover+svg,
input[class="fav"]:checked+svg,
input[class="fav"]:focus+svg {
    fill: rgb(0, 109, 217);

}

input[class="like"]:hover+svg,
input[class="like"]:checked+svg,
input[class="like"]:focus+svg {
    fill: rgb(0, 204, 79);
}

input[class="maybe"]:hover+svg,
input[class="maybe"]:checked+svg,
input[class="maybe"]:focus+svg {
    fill: rgb(232, 214, 0);
}

input[class="not-interested"]:hover+svg,
input[class="not-interested"]:checked+svg,
input[class="not-interested"]:focus+svg {
    fill: rgb(229, 132, 0);
}

input[class="limit"]:hover+svg,
input[class="limit"]:checked+svg,
input[class="limit"]:focus+svg {
    fill: rgb(239, 42, 16);
}