@charset "UTF-8";

/*
    Template:
  Dondocas - Admin Responsive Bootstrap 4
    Author:Samira Avelars
    Developer by:Dondoquices

    Table of Content
    ================
-App
-AppTop
-AppDrawer
- AppHeader
-Appcard
*/

.flex-column {
    flex-direction: column
}

body {
    font-family: "Roboto";
    font-size: 14px;
    background: #fafafa;
    text-rendering: geometricPrecision;
}

.container {
    max-width: 1200px !important;
}

.app {
    background: #fafafa;
}

.app.theme--dark {
    background: #303030;
}

.app__router {
    min-height: calc(100vh - 102px);
    margin-left: 235px;
}

.app__router--small {
    margin-left: 65px;
}

@media(max-width:960px) {
    .app__router {
        margin-left: 25px;
    }
}

.flex-column {
    flex-direction: column
}

body {
    font-family: "Roboto";
    font-size: 14px;
    background: #fafafa;
    text-rendering: geometricPrecision;
}

.container {
    max-width: 1200px !important;
}

.app {
    background: #fafafa;
}

.appTop .v-select__slot .v-label {
    color: white !important;
}

.appTop .v-select__slot .v-icon {
    color: white !important;
}

.appTop .v-select__selection.v-select__selection--comma {
    color: white !important;
}


.app.theme--dark {
    background: #303030;
}

.app__router {
    min-height: calc(100vh - 102px);
    margin-left: 235px;
}

.app__router--small {
    margin-left: 65px;
}

@media(max-width:960px) {
    .app__router {
        margin-left: 25px;
    }
}

.appDrawer--small.appDrawer:not(:hover) .appDrawerList__navigationArrow {
    display: none;
}

.appDrawer--small.appDrawer:not(:hover) .appDrawerList__level1Text {
    display: none;
}

.appDrawer--small.appDrawer:not(:hover) .appDrawerList__level2 {
    display: none;
}

.appDrawer--small.appDrawer:not(:hover) .appDrawerList__level1--selected {
    padding-right: 10px
}

.appDrawer--small.appDrawer:not(:hover) .appDrawerList__level1 {
    margin-right: 0;
    padding-left: 7px
}

.appHeader {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.appHeader__title {
    z-index: 9;
}

.app__router--small .appHeader {
    display: flex;
    /* margin-left:20px;*/
    justify-content: space-between;
    margin-top: 80px;
}

.appHeader .v-breadcrumbs__item {
    font-weight: 600;
    color: white !important
}

@media(max-width:960px) {
    .appHeader__title {
        font-size: 20px;
        margin-top: 10px
    }
    .app__router--small .appHeader {
        display: flex;
        justify-content: space-between;
        margin-top: 0px;
    }
}

.appCard__subTitle {
    font-size: 13px !important
}

.appCard {
    overflow: hidden;
    border-radius: 8px;
}

.appCard__header {
    text-align: start;
}

.theme--light.v-sheet {
    background: #ffffff
}

.appCard__avatar {
    max-width: 60px;
}

.theme--dark.v-sheet {
    background: #424242
}

.appCard__title {
    font-size: 20px;
}

.appCard__subTitle {
    text-align: justify;
    word-wrap: break-word;
    margin-right: 15px;
    display: block
}

@media(max-width:960px) {
    .appCard__avatar {
        display: none !important
    }
}

.appParallax {
    max-height: 350px;
    width: 100%;
    background-size: cover;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 0
}

.appParallax__svg {
    z-index: 999;
    margin-top: 200px
}

.appParallax__path {
    z-index: 0;
    fill: #fafafa;
}

.appParallax__svg--dark {
    fill: #303030
}

@media(max-width:1200px) {
    .appParallax {
        max-height: 300px;
        width: 100%;
        background-size: cover;
        position: fixed;
        left: 0px;
        top: 0px;
        z-index: 0
    }
    .appParallax__svg {
        z-index: 999;
        margin-top: 400px
    }
}

/* 以下は共通スタイル */
.onStatus {
    position: absolute; 
    left: 420px; 
    top: 20px;
    color: red;
    font-size: 1.5rem;
  }
  
.offStatus {
    position: absolute; 
    left: 420px; 
    top: 20px;
    color: gray;
    font-size: 1.5rem;
}