[v-cloak] {
    display: none;
}

body{
    background-color: #ffffff;
}
.custom-navbar-width {
    max-width: 100%;
    margin: 0 auto; /* 中央に配置 */
}
.custom-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 150; /*Behind the navbar */
}
.navbar-brand{
    font-size: 27px;
    margin-left: 35px;
}
.m-s-layout{
    display: flex;
}
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 250px;
    z-index: 100; /*Behind the navbar */
}
.main{
    flex: 1;
    margin-left: 200px;
}
@media (max-width: 832px) {
    .sidebar {
        visibility: hidden;
    }
    .main{
        margin-left: 0;
    }
}
thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: dashed;
    border-width: 0;
}
.nav-link{
    margin: 3px 20px;
    font-size: 16px;
    color: #6c757d;
}
.nav-link:hover, .nav-link:focus{
    color: #212529;
}
.nav-link.active {
    color: #000;
}
.pagination {
    justify-content: center;
}
.fixed-width-table {
    table-layout: auto;
}
.movie-title-with{
    width: 350px;
}
@media (min-width: 768px){
    .custom-col-md-0-5 {
        flex: 0 0 auto;
        width: 5.3%;
    }
}
@media (min-width: 768px){
    .custom-col-md-9-5 {
        flex: 0 0 auto;
        width: 80.555555%;
    }
}

.link-dark:hover {
    color: #666769 !important;
}

.selectbox-5 {
    display: inline-flex;
    align-items: center;
    position: relative;
}
.selectbox-5::after i {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    pointer-events: auto;
}

.selectbox-5::after {
    position: absolute;
    right: 10px;
    width: 10px;
    padding-top: 3px;
    content: url('/img/filter.png');
    
    pointer-events: none;
}

.selectbox-5 select {
    appearance: none;
    width: 180px;
    height: 30px; 
    padding: .1em calc(.8em + 15px) .1em .8em;
    border: none;
    background-color: #ffffff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
    text-align: right;
    text-decoration:underline;
    text-decoration-color: #94939369;

}

.selectbox-5 select:focus {
    outline: none;
}
  
  