@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');

* {
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    margin: 0;
    background-color: #fefefe;
    color: #828788;
    line-height: 1.5;
}

body, button, a {
    font-family: 'Inter', sans-serif;
}

a {
    color: #3a86ff;
    font-size: 0.95rem;
}

.mt-large {
    margin-top: 32px !important;
}

.mt-xlarge {
    margin-top: 44px !important;
}


.custom-sliding-button {
    border-bottom: 1px solid #dadada;
    background: #fff;
}
    
.custom-sliding-button .sliding-body {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
}

.custom-sliding-button .sliding-button {
    font-weight: 600;
    background: #edf2f4;
}

.custom-sliding-button .sliding-buttons-on-left .sliding-button {
    border-right: 1px solid #dadada;
}

.custom-sliding-button .sliding-buttons-on-right .sliding-button:nth-child(2) {
    background: #e63946;
    color: #FFF;
    border-right: none;
}

.app-container {
    max-width: 800px;
    margin: 0 auto;
}

.hero {
    padding: 16px;
}

.hero h1 {
    text-align: center;
}

.hero span {
    color: #003566;
    font-weight: 500;
}

h1 {
    font-size: 1.75rem;
    color: #000814;
}

h2 {
    font-size: 1.5rem;
    color: #000814;
    text-transform: uppercase;
}

h3 {
    font-size: 1.25rem;
    font-weight: 500;
    color: #000814;
    text-transform: uppercase;
}

h4 {
    font-size: 1rem;
    font-weight: 500;
    color: #000814;
}

em {
    background: #eee;
    border: 1px solid #dadada;
    font-style: normal;
    font-weight: 500;
    font-size: 0.95rem;
    padding: 3px 9px;
    color: #000814;
}

.divider {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 80px;
    margin-top: 80px;
}
  
.divider:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    border: 1px solid #f0f0f0;
    left: 50%;
    margin-left: -15px;
    top: 50%;
    background: #fff;
    margin-top: -15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.divider:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #003566;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    background: #003566;
    margin-top: -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.quick-demo .sliding-button-container {
    border-top: 1px solid #dadada;
}

.quick-demo h3 {
    padding-left: 16px;
}

.quick-demo .sliding-body {
    color: #000814;
}

.quick-demo .sliding-buttons-on-left .sliding-button {
    background: #e9c46a;
    color: #FFF;
    border-right: none;
}

.quick-demo .sliding-buttons-on-right .sliding-button {
    background: #e63946;
    color: #FFF;
    border-right: none;
}

.setup h2 {
    text-align: center;
    margin-top: 32px;
}

.setup h4 {
    padding-left: 16px;
    padding-bottom: 0;
    margin-bottom: 8px;
}

.setup pre {
    margin-top: 0;
}

.setup p {
    font-size: 0.85rem;
    margin-top: 16px;
    padding: 0 16px;
}

.setup b {
    color: #000814;
}


pre {
    overflow: auto;
    padding: 8px 16px;
    background: #eee;
    border: 1px solid #dadada;
}

pre code {
    color: #3a86ff;
}

pre ins {
    color: #2a9d8f;
    text-decoration: none;
}

.github {
    padding: 16px;
}

.github h3,
.props h3 {
    text-transform: capitalize;
    margin-bottom: 0;
}

.props h3 {
    padding-left: 16px;
    margin-bottom: 8px;
}

table {
    display: block;
}

.table .row {
    display: flex;
    width: 100%;
    padding: 8px 0;
}

.table .row.head {
    font-weight: 500;
    color: #000814;
}

.table b {
    font-weight: 500;
    color: #000814;
}

.table .row:nth-child(even) {
    background: #fafafa;
}

.table .row:nth-child(odd) {
    background: #eee;
}

.table .cell {
    flex: 1;
    font-size: 0.75rem;
    padding: 4px 8px;
}

.table .cell {
    border-right: 1px solid #dadada;
}

.table .cell:last-child {
    border-right: none;
}

.usage {
    margin-top: 32px;
}

.usage h3,
.usage h4 {
    margin: 0;
    padding-left: 16px;
}

.usage h3 {
    margin-top: 32px;
    margin-bottom: 4px;
}

.usage h4 {
    color: #828788;
}

.usage pre code {
    color: #000814;
}

.usage pre code span {
    color: #2a9d8f;
}

.usage pre code u {
    color: #cf222e;
    text-decoration: none;
}

.usage pre code em {
    color: #3a86ff;
    padding: 0;
    border: none;
}

.demos h3 {
    padding-left: 16px;
    text-transform: none;
}

.demos h4 {
    padding-left: 16px;
    margin-bottom: 8px;
    color: #828788;
}

.demos pre code {
    color: #000814;
}

.demos pre code span {
    color: #2a9d8f;
}

.demos pre code u {
    color: #cf222e;
    text-decoration: none;
}

.demos pre code em {
    color: #3a86ff;
    padding: 0;
    border: none;
}

.demos .sliding-button-container {
    border-top: 1px solid #dadada;
}

.examples h3 {
    padding-left: 16px;
    text-transform: none;
    margin-top: 44px;
}

.examples h4 {
    padding-left: 16px;
    margin-bottom: 4px;
}

.examples .desc {
    margin-bottom: 8px;
    font-size: 0.85rem;
    font-weight: 400;
    color: #828788;
    padding-left: 16px;
}

.examples p {
    padding: 0;
    margin: 0;
}

.examples .notification,
.examples .inbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 16px 8px;
    border-top: 1px solid #dadada;
}

.examples .notification .inner,
.examples .inbox .inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.85rem;
    line-height: 1.2;
}

.examples .notification .inner img,
.examples .inbox .inner img  {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 8px;
}

.examples .notification img,
.examples .inbox img {
    width: auto;
    height: 40px;
    margin-left: 8px;
    border-radius: 2px;
}

.examples .sliding-body {
    background: #fff;
}

#notificationDemo .sliding-buttons-on-right .sliding-button {
    background: #e63946;
    color: #FFF;
    border-right: none;
}

.examples .warning {
    padding: 16px;
    border: 1px solid #dadada;
}

.examples .warning {
    color: #000814;
}

.examples .warning i {
    color: #ffd60a;
    font-size: 1.25rem;
}

#inboxDemo .sliding-body {
    color: #000814;
}

#inboxDemo  .sliding-buttons-on-left .sliding-button {
    background: #e9c46a;
    color: #FFF;
    border-right: none;
}

#inboxDemo .sliding-buttons-on-right .sliding-button {
    background: #e63946;
    color: #FFF;
    border-right: none;
}

#inboxDemo .inner .content {
    display: flex;
    flex-direction: column;
}

#inboxDemo .inner .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}

#inboxDemo p span {
    font-size: 1rem;
    font-weight: 500;
}

#inboxDemo .message {
    font-size: 0.85rem;
    font-weight: 400;
    color: #828788;
}

.utils h3,
.utils h4,
.utils p {
    padding-left: 16px;
}

.utils h4 {
    margin-bottom: 0;
}

.utils p {
    margin-top: 0;
}

.utils pre code {
    color: #000814;
}

.utils pre code span {
    color: #2a9d8f;
}

.utils pre code u {
    color: #cf222e;
    text-decoration: none;
}

.utils pre code em {
    color: #3a86ff;
    padding: 0;
    border: none;
}

.follow {
    padding: 16px;
    margin-top: 80px;
    margin-bottom: 40px;
    margin-left: 16px;
    margin-right: 16px;
    border: 1px solid #dadada;
    border-radius: 4px;
}

.follow .title {
    font-size: 1.25rem;
    font-weight: 500;
    color: #003566;
    margin-bottom: 16px;
}

.follow ul {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.follow ul li {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.desktop-warning {
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.25);
}

.desktop-warning .inner {
    padding: 16px;
    background: #fff;
    border-radius: 4px;
    max-width: 600px;
}

.desktop-warning b {
    color: #000814;
    font-weight: 500;
}

.desktop-warning .button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}

.desktop-warning button {
    font-size: 1.25rem;
    padding: 8px 24px;
}

@media screen and (max-width:1024px) and (min-width:100px) { 
    .desktop-warning {
        display: none;
    }                         
}