html, body {
    height: 100%;
    margin: 0;
    font-family: sans-serif;
}

body {
    font-size: 0.88rem;
    color: #495057;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* canvas{

    width:250px !important;
    height:250px !important;
  
  } */

  /* .canvas {
    width: 330px !important;
    height: 330px !important;
  } */

  .chart-container {
    width: 480px;
    height:510px;
}

  .radarChart {
    width: 530px !important;
    height: 530px !important;
  }

  .speedd {
    width: 280px !important;
    height: 280px !important;
  }
  
  .text-overflow {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-overflow:hover {
    overflow: visible;
  }

.overlay {
    height: 0;
    width: 80%;
    position: fixed;
    z-index: 1;
    top: 0;
    /* left: 0; */
    background-color: rgba(240,243,245,255);
    background-color: rgba(240,243,245,255);
    overflow-x: hidden;
    transition: 0.5s;
  }
  
  .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-left: 10px;
  }
  
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 30px;
    right: 45px;
    font-size: 60px;
  }
  
  @media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
  }

.bg-login {
    background-image: url('../image/bg-login.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.app-login-box h4 {
    margin-bottom: 1.5rem;
    font-weight: n;
}

.app-login-box h4 span {
    font-size: 1.1rem;
}

.app-login-box h4 div {
    opacity: .6;
}

.divider {
    margin-top: 1rem;
    margin-bottom: 1rem;
    height: 1px;
    overflow: hidden;
    background: #e9ecef;
}

.app-logo {
    height: 40px;
    margin-bottom: 2rem;
    background-size: auto 40px;
    background-repeat: no-repeat;
    background-image: url('/src/assets/image/logo.png');
}


.btn {
    font-size: 0.8rem;
    font-weight: 500;
}

button:focus {
    outline: none !important;
}

.app-header-right {
    display: flex;
    margin-left: auto;
    padding-right: 1.5rem;
}

.user-info-heading {
    opacity: .8;
    font-weight: bold;
}

.user-info-subheading {
    opacity: .5;
}

.settings-header-inner {
    margin: -1px -1px 0;
    padding: 1.5rem 0.5rem;
    padding-top: 1.8rem;
    padding-right: 0.5rem;
    padding-bottom: 1.2rem;
    padding-left: 0.5rem;
    position: relative;
}

.settings-header-background {
    background: url(https://demo.dashboardpack.com/architectui-angular-pro/assets/images/dropdown-header/city1.jpg);
    opacity: .1 !important;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 8;
    opacity: .25;
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
    background-size: cover;
}

.settings-header {
    color: #fff;
    margin-top: -0.65rem;
    margin-bottom: 0.65rem;
}

.dropdown-menu-lg {
    min-width: 22rem;
}

.settings-header-title {
    font-weight: 500;
    font-size: 1.25rem;
}

.settings-header-subtitle {
    opacity: .8;
}

.settings-header-content {
    text-align: center;
}
.tab-pane .row{
    margin-top: 50px;
}
.nav-item-header {
    text-transform: uppercase;
    font-size: 0.73333333rem;
    color: #6c757d;
    font-weight: bold;
    padding: 0.5rem 1rem;
}

.dropdown-menu {
    font-size: 0.88rem !important;
    box-shadow:
        0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03),
        0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03),
        0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05),
        0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    margin: 0.8rem 0.1rem;
}

.nav-item-divider {
    margin: 0.5rem 0;
    height: 1px;
    overflow: hidden;
    background: #dee2e6;
}

.nav-link .material-icons-outlined {
    color: #3f6ad8;
    font-size: 1rem;
    width: 30px;
    text-align: center;
    opacity: .45;
    margin-left: -10px;
}

.nav-link {
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
}

.nav-item-btn {
    padding: 0.5rem 1rem;
}

.dropdown-menu {
    border: none;
}

.app-header {
    background: #fafbfc;
    height: 60px;
    display: flex;
    align-items: center;
    align-content: center;
    z-index: 10;
    transition: all .2s;
    position: fixed;
    width: 100%;
    padding-left: 280px;
}

.app-header.header-shadow {
    box-shadow:
        0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03),
        0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03),
        0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05),
        0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
}

.app-content-outer {
    flex: 1;
    flex-direction: column;
    display: flex;
    z-index: 8;
    padding: 60px 0 0 280px;
    transition: all .2s;
}



.app-content-inner {
    flex: 1;
    padding: 30px 30px 0;
    background: #f0f3f5;
}

.app-page-title {
    padding: 30px;
    margin: -30px -30px 30px;
    position: relative;
    background: rgba(255, 255, 255, 0.45);
}

.material-icons-outlined{
    font-size: unset;
}

.app-page-title-icon {
    font-size: 2rem !important;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    padding: 0.83333333rem;
    margin: 0 30px 0 0;
    background: #fff;
    box-shadow:
        0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03),
        0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03),
        0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05),
        0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    border-radius: 0.25rem;
    width: 60px;
    height: 60px;
}

.app-page-title-heading {
    font-size: 1.25rem;
    display: flex;
    align-items: center;
}

.app-page-title .page-title-subheading {
    padding: 3px 0 0;
    font-size: 0.88rem;
    opacity: .6;
}

.app-header__logo {
    padding: 0 1.5rem;
    height: 60px;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: none;
}

.logo-src {
    height: 40px;
    width: 160px;
    background-image: url('/src/assets/image/logo.png');
    background-size: auto 40px;
    background-repeat: no-repeat;
}

.app-sidebar {
    background: white;
    display: flex;
    z-index: 20;
    overflow: hidden;
    width: 280px;
    position: fixed;
    height: 100vh;
    box-shadow: 7px 0 60px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    transition: all .3s ease;
}

.app-header-logo {
    background: #fff;
    display: flex;
    padding: 1rem 1.5rem;
    align-items: center;
    height: 60px;
}

.v-sidebar-menu {
    overflow: auto;
    width: auto !important;
    padding: 0 1.5rem 1.5rem;
}

.vsm-header {
    text-transform: uppercase;
    font-size: 0.8rem;
    margin: 1rem 0;
    font-weight: bold;
    color: #3f6ad8;
    white-space: nowrap;
}

.vsm-icon {
    text-align: center;
    width: 34px;
    height: 34px;
    line-height: 34px !important;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -17px;
    font-size: 1.5rem;
    opacity: .3;
    transition: color 300ms;
}

.vsm-link {
    display: block;
    line-height: 2.4rem;
    height: 2.4rem;
    padding: 0 1.5rem 0 45px;
    position: relative;
    border-radius: .25rem;
    color: #495057;
    white-space: nowrap;
    transition: all .2s;
    text-decoration: none;
    border: 0;
    background: transparent;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-weight: 600;
}

.vsm-link:hover {
    background: #e0f3ff;
    color: #3f6ad8 !important;
}

.vsm-arrow {
    width: 34px;
    height: 34px;
    line-height: 34px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -17px;
    font-size: 1.5rem;
    font-style: normal;
    opacity: .3;
    transition: all 300ms;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.vsm-arrow:after {
    content: 'keyboard_arrow_up';
    font-family: 'Material Icons';
}

.vsm-list {
    padding: 0.75rem 0 0.75rem 2.25rem;
}

.vsm-item .vsm-link {
    padding: 0 1rem;
    height: 1.9rem;
    line-height: 1.9rem;
    font-weight: normal;
}

.vsm-dropdown {
    position: relative;
}

.vsm-dropdown::before {
    content: '';
    height: 100%;
    opacity: 1;
    width: 3px;
    background: #e0f3ff;
    position: absolute;
    left: 20px;
    top: 0;
    border-radius: 15px;
}

.vsm-link.collapsed {
    font-weight: normal;
}

.closed-sidebar .app-content-outer {
    padding-left: 0px;
}

.closed-sidebar .header-pane {
    display: none;
}

.closed-sidebar .app-sidebar {
    width: 0px;
    min-width: 10px;
    flex: 0 0 80px;
    z-index: 13;
}

.closed-sidebar .vsm-arrow,
.closed-sidebar .vsm-title {
    display: none;
}

.closed-sidebar .vsm-header {
    text-indent: -999em;
}


.closed-sidebar .v-sidebar-menu {
    padding: 0 0.5rem;
}

.closed-sidebar .vsm-icon {
    left: 50%;
    margin-left: -20px;
}

.closed-sidebar .v-sidebar-menu {
    padding: 0 0.5rem;
}

.closed-sidebar.closed-sidebar-open .header-pane {
    display: block;
}

.closed-sidebar.closed-sidebar-open .v-sidebar-menu {
    padding: 0 1.5rem 1.5rem;
}

.closed-sidebar.closed-sidebar-open .app-sidebar {
    width: 280px;
}

.closed-sidebar.closed-sidebar-open .vsm-header {
    text-indent: 0em;
}

.closed-sidebar.closed-sidebar-open .vsm-arrow,
.closed-sidebar.closed-sidebar-open .vsm-title {
    display: block;
}

.closed-sidebar.closed-sidebar-open .vsm-icon {
    left: 5px;
    margin-left: 0;
}

@media only screen and (max-width:1200px) {
    .closed-sidebar.closed-sidebar-open .header-pane {
        display: none !important;
    }
}

.vsm-link.active-item {
    font-weight: bold;
}

.icon-gradient {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.card {
    border-width: 0;
    box-shadow: 
        0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03),
        0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 
        0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05),
        0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
}

.card-header, .card-footer {
    background-color: #fff;
}

.card-footer {
    border-top: 1px solid rgba(26, 54, 126, 0.125);
}

.card-header {
    text-transform: uppercase;
    color: rgba(13, 27, 62, 0.7);
    font-weight: bold;
    font-size: 0.88rem;
    display: flex;
    align-items: center;
    border-bottom-width: 1px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0.625rem;
    height: 3.5rem;
}

.btn-link {
    color: #3f6ad8;
}

#app, .app-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#insert-attendance #map{
    height: 500px;
    border-radius: 5px;
    border:1px solid #ced4da;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.03);
}

.table-hover tbody tr:hover {
    background-color: #e0f3ff;
}