/* Segoo base styles (from sb-admin-2.css) */
body {
    background: #ffffff;
    font-family: 'Public Sans';
    margin: 0;
    overflow-x: hidden;
    color: #686868;
    font-weight: 300;
    outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #2b2b2b;
    font-family: 'Public Sans';
    margin: 10px 0;
    font-weight: 300;
}

h1 {
    line-height: 48px;
    font-size: 36px;
}

h2 {
    line-height: 36px;
    font-size: 24px;
}

h3 {
    line-height: 30px;
    font-size: 21px;
}

h4 {
    line-height: 18px;
    font-size: 15px;
}

h5 {
    font-size: 16px;
    font-size: 14px;
}

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 70px;
    width: 100%;
    padding-top: 5px;
    padding-right: 10%;
    padding-left: 10%;
    text-align: center;
}

a {
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: #9b9c9d !important;
    font-family: 'Public Sans', sans-serif !important;
}

:-moz-placeholder {
    color: #9b9c9d !important;
    font-family: 'Public Sans', sans-serif !important;
}

::-moz-placeholder {
    color: #9b9c9d !important;
    font-family: 'Public Sans', sans-serif !important;
}

:-ms-input-placeholder {
    color: #9b9c9d !important;
    font-family: 'Public Sans', sans-serif !important;
}

@media only screen and (max-width: 640px) {
    md-toast {
        z-index: 100 !important;
    }

}

hr {
    margin-top: 9px;
    margin-bottom: 9px;
    border-color: #dddedf;
}

@media ( max-width: 320px) {
    md-toast {
        z-index: 100 !important;
    }

}

@media ( max-width: 435px) {
    md-toast {
        z-index: 100 !important;
    }

}

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

div-pending-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    background-color: #FFFFFF;
}

md-toast {
    z-index: 10000 !important;
}

tbody>tr>td {
    padding: 13px 5px !important;
}

*:focus {
    outline: 0 !important;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    background-color: #FFFFFF;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #FFFFFF;
}

body::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.21);
}

body::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.45);
}

body {
    font-family: 'Public Sans';
}
