*::-webkit-scrollbar {
    display: block;
    width: 15px;
}

*::-webkit-scrollbar-button {
    display: none;
}

*::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 10, 0);
}

*::-webkit-scrollbar-track-piece {
    background-color: #00000000;
}

input::-webkit-date-and-time-value {
    text-align: left;
    color: #555555;
}

*::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 10, 0.15);
    border: 5px solid transparent;
    border-radius: 24px;
    background-clip: padding-box;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 10, 0.35);
    border: 2px solid transparent;
}

@font-face {
    font-family: icomoon;
    src: url('assets/icomoon.ttf');
}

@font-face {
    font-family: SourceSansPro-Bold;
    src: url('assets/fonts/SourceSansPro-Bold.ttf');
}

@font-face {
    font-family: SourceSansPro-Regular;
    src: url('assets/fonts/SourceSansPro-Regular.ttf');
}

@font-face {
    font-family: Raleway-Bold;
    src: url('assets/fonts/Raleway-Bold.ttf');
}

@font-face {
    font-family: Raleway-Regular;
    src: url('assets/fonts/Raleway-Regular.ttf');
}

@font-face {
    font-family: SourceSansPro-Semibold;
    src: url('assets/fonts/SourceSansPro-Semibold.ttf');
}

h1 {
    font-family: JuneBug
}

.list-item {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.list-item-text {
    font-size: 18px;
    margin-left: 10px;
    color: #fff;
}

.title {
    font-size: 34px;
    font-family: 'SourceSansPro-Bold';
    color: #fff;
}

.bottom-text {
    font-size: 20px;
    font-family: 'SourceSansPro-Bold';
    color: #fff;
}

.image-container {
    align-self: flex-start;
    margin-right: 35px;
}

.button {
    font-size: 18px;
    background-color: #18B797;
    padding: 8px 14px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    margin-top: 4px;
}

#root {
    display: flex;
    flex: 1;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#root-wrapper {
    display: flex;
    flex: 1;
    min-width: 320px;
    max-width: 460px;
    overflow: hidden;
    margin: 0 auto 0 auto;
    background: url('assets/images/splash_bg_stamp.png') repeat;
    position: relative;
}

#content {
    display: flex;
    height: 100%;
}

#left-side {
    display: flex;
    flex: 1;
}

#right-side {
    display: none;
    background: url('assets/images/web-app-background.svg') no-repeat;
    background-size: cover;
    padding: 60px 80px;
    box-shadow: inset 15px 0 20px -10px rgba(0, 0, 0, 0.4);
    overflow: auto;
}

#loader {
    margin: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#loader_logo {
    flex: 1;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

#loader_spinner {
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#loading {
    margin: auto;
    font-size: 14px;
    font-weight: 400;
    font-family: SourceSansPro-Regular;
    color: white;
    padding-bottom: 55px;
    padding-top: 10px;
}

@media screen and (min-width: 435px) {
    #root {
        border-radius: 20px;
    }

    #root-wrapper {
        border: 5px solid #fff;
        border-radius: 20px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        background: url('assets/images/splash_bg_stamp.png') repeat;
        margin: 40px auto 10px auto;
    }

    [aria-label="modal"] {
        margin-top: 90px;
        left: 0;
        min-width: 320px;
        max-width: 460px;
    }
}

@media screen and (min-width: 1080px) {
    #content {
        flex-direction: row;
    }

    #left-side {
        flex: 9;
    }

    #right-side {
        display: block;
        flex: 11;
    }
}

#popup {
    display: none;
}

#install-popup {
    display: none;
}

@media screen and (max-width: 425px) {
    #install-popup {
        /* height: 200px; */
        background-color: #fff;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        display: none;
        flex-direction: column;
        margin: 10px;
        border-radius: 3px;
        padding: 16px;
    }

    .install-popup-item {
        border: solid #e0e0e0;
        border-width: 1px 0 0 0;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 20px 0;
    }

    .install-popup-title {
        color: #555555;
        font-size: 14px;
        margin-left: 8px;
    }

    .transparent-btn {
        border: none;
        background-color: transparent;
        color: #555555;
        font-size: 14px;
        text-align: center;
        width: 100%;
    }

    #popup-overlay {
        display: none;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.7);
    }
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
}

.lds-ripple div {
    position: absolute;
    border: 2px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 18px;
        left: 18px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    4.9% {
        top: 18px;
        left: 18px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    5% {
        top: 18px;
        left: 18px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 36px;
        height: 36px;
        opacity: 0;
    }
}
