/* 
    start.r93.io
    CSS Style Sheet
 */
body {
    min-height: 100vh;
    background-image: url('https://r93.io/@assets/img/bg/clem-onojeghuo-zlABb6Gke24-unsplash.jpeg');
    background-size : cover;
}
textarea {
    resize: none;
}
/*  */
#view {
    height: 100%;
}
.view {
    height     : 100%;
    padding-top: calc(56px + 1.0rem);
}
.btn-act {
    cursor: pointer;
}
/*  */
.dropdown-toggle::after {
    border: none;
}
.winning-ball {
    margin: 0 0.3rem;
}
.txt-nowrap {
    white-space: nowrap;
}
/* nav */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color        : gray !important;
    font-weight  : bold;
    background   : transparent !important;
    border-bottom: 3px solid yellow !important;
    border-radius: 0px !important;
}
/* bookmark */
.bookmark-list-icon {
    height      : 1.0rem;
    margin-right: 1.0rem;
}