html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

header {
    padding-top: 8px;
}

.main-header {
    border-bottom: 1px solid #3ebab6!important;
    height: 55px;
}

header img {
    margin-left: 25px;
    height: 42px;
}

.header-title-container {
    display: flex;
    align-items: center;
}

.header-title {
    color: #3ebab6;
    margin-left: 5%;
    margin-right: 5%;
    font-weight: 600;
}

.center-text {
    text-align: center;
}

.circle-wrapper {
    margin: 0;
    padding: 0;
    background: #eaeaea;
    min-height: 100vh;

    display: flex;
    justify-content: center;
    align-items: center;

    font-family: "Raleway", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.circle-wrapper.circle-wrapper-layout {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #565656cc;
}

.preload-layout {
    font-family: Arial, sans-serif;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /*background: #eaeaea;*/
    display: flex;
    justify-content: center!important;
    flex: 1 1 auto;
}

.preload-layout img.preloader,
.preload-layout-with-text img.preloader {
    height: 100px;
    width: 100px;
    vertical-align: middle;
    margin: auto auto;
}

.preload-layout .preloader {
    /*height: 100px;*/
    height: 75px;
    width: 100px;
    vertical-align: middle;
    margin: auto auto;
    text-align: center;
}

.preload-layout .preloader img {
    height: 100%;

}

.preloader-text {
    text-align: center;
    margin-top: 60px;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 0 1px #fff;
}

.preloader-window .preloader-text {
    margin-top: 10px;
    color: #424753;
}

.hidden {
    display: none!important;
}

.circle-users-popup {
    display: flex;
    flex-direction: column;
    width: 340px;
    max-width: 97%;
    min-height: 440px;
    border-radius: 8px;
    color: #424753;
    border: 1px solid #3ebab6;
    margin: auto auto;
    padding: 20px;
    box-shadow: 0 0 7px 0 #b1b1b1;
    background: #fff;
    position: fixed;
    top: -10px;
    right: 10px;
    z-index: 99999;
}

.circle-wrapper .circle-users-popup {
    position: initial;
    top: unset;
    right: unset;
}

.circle-users-popup .title {
    margin: -20px -20px 20px;
    padding: 10px 20px;
    border-bottom: 1px solid #3ebab6;
    background: #e5f5f4;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    font-size: 16px;
    font-weight: bold;
}

.circle-users-popup .title .popup-logo {
    display: inline-block;
    background-image: url("../assets/images/logo.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin: 8px;
}

.circle-users-popup p {
    color: #3A3A3A;
    font-size: 14px;
}

.circle-users-popup .avatar {
    display: inline-block;
    background-image: url("../assets/images/profile.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    border: 1px solid #3ebab6;
    vertical-align: middle;
    margin: 8px;
}

.circle-users-popup .user-item {
    border-bottom: 1px solid #e2e2e2;
    cursor: pointer;
}

.circle-users-popup .user-item:last-of-type {
    border-bottom: none;
}

.circle-users-popup .user-item:hover {
    background: #e5f5f4;
}

.circle-users-popup .btn-wrapper {
    margin-top: 20px;
    text-align: center;
}

.circle-users-popup .circle-btn {
    display: inline-block;
    width: 80%;
    font-family: Helvetica,sans-serif;
    border: 2px solid #3ebab6;
    color: #3ebab6;
    text-transform: uppercase;
    background-color: transparent;
    box-shadow: none;
    border-radius: 20px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    padding: 10px 30px 10px;
    line-height: 20px;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
}

.circle-users-popup .circle-btn:hover {
    background-color: #3ebab6;
    color: #fff;
}

.circle-users-popup .circle-btn.request-access-btn {
    width: 100%;
}

.circle-users-popup input {
    width: 100%;
    display: block;
    border: 1px solid rgba(0,0,0,.15);
    padding: 10px 2px;
    border-radius: 8px;
    margin-top: 5px;
    text-indent: 5px;
    color: #444444;
}

.circle-users-popup .slide-head {
    font-size: 16px;
    text-align: center;
}

.circle-users-popup .slide-footer {
    text-align: center;
    margin-top: 40px;
}

.circle-users-popup .body {
    flex: 1 0 auto;
}

.circle-users-popup .body .progress-content {
    text-align: center;
}

.circle-users-popup .body .progress-content h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 5px;
}


.preloader-title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.preloader-img-container {
    text-align: center;
}

.preloader-img-container img {
    max-height: 150px;
    max-width: 260px;
}

.preloader-img {
    text-align: center;
}

.preloader-img img {
    max-width: 100px;
}


.preload-layout-with-text {
    text-align: center;
    vertical-align: baseline;
    display: inline-grid;
    width: 100%;
    height: 400px;
    grid-gap: 10px;
    grid-template-rows: 1fr 90px;
}

.iump-form-text input[readonly=readonly] {
    background-color: #e8e8e8;
    color: #8a8a8a !important;
}

input[name="circle-with-auth0"] {
    margin: -3px 5px 0 0 !important;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.auth0-label img.auth0-icon {
    width: 80px;
    display: inline-block;
    margin-top: -7px;
}

@media (max-width: 959px) {
    .auth0-label img.auth0-icon {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .g-top__wrapper.small-title {
        padding: 80px 20px 0;
    }

    .g-top__wrapper.small-title .g-top__info {
        margin-bottom: 40px;
        margin-right: 0;
    }
}

.profile-info-wrapper {
    position: relative;
    text-align: right;
}

.profile-info-wrapper .profile-btn {
    height: 40px;
    width: 40px;
    border-radius: 40px;
    border: 2px solid #eee;
    display: inline-block;
    overflow: hidden;
    background-size: cover;
}

.profile-info-wrapper .popper {
    position: absolute;
    /*transform: translate3d(-210px, 40px, 0px);*/
    transform: translate3d(0px, 40px, 0px);
    top: 0;
    right: 0;
    will-change: transform;
    z-index: 9999;
    padding-top: 10px;
    text-align: left;
    width: 330px;
    /*max-width: 100%;*/
    color: #000;
    font-size: 12px;
    display: none;
}

.profile-info-wrapper .popper a {
    color: #000;
}


.profile-info-wrapper .popper .popper-content {
    background: #fff;
    border: 1px solid #ccc;
}

.profile-info-wrapper .popper .account-thumbnail {
    height: 45px;
    width: 45px;
    border-radius: 60px;
    border: 2px solid #eee;
    display: block;
    overflow: hidden;
    background-size: cover;
}

.profile-info-wrapper .popper-account .account-header {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 20px;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    border-bottom: 6px solid #ccc;
}

.profile-info-wrapper .popper-account .account-heading {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    margin-left: 12px;
}

.profile-info-wrapper .arrow-up {
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #afaeae;
    position: absolute;
    right: 12px;
    top: 2px;
}

.profile-info-wrapper .arrow-up > div {
    width: 0px;
    height: 0px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
    position: absolute;
    right: -9px;
    top: 1px;
}

.profile-info-wrapper .popper-account .account-heading .account-name {
    font-weight: bold;
}

.profile-info-wrapper .popper-account .account-heading .account-email {
    color: #62656C;
    max-width: 142px;
    display: inline-block;
    overflow: hidden;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: pre;
    vertical-align: middle;
}

.profile-info-wrapper .popper-account .account-header .btn-icon {
    display: inline-block;
    margin: 3px;
}

.profile-info-wrapper .popper-account h5 {
    margin: 5px 10px;
}

.profile-info-wrapper .popper-account ul,
.profile-info-wrapper .popper-account li {
    font-size: 12px;
    margin: 0;
    padding: 5px 10px;
    list-style: none;
}

.profile-info-wrapper .popper-account .share-device-wrapper,
.profile-info-wrapper .popper-account .add-profile-wrapper {
    text-align: center;
    margin: 10px auto;
}


.profile-info-wrapper .popper-account .share-device-button,
.profile-info-wrapper .popper-account .add-profile-button {
    cursor: pointer;
}



.profile-info-wrapper .popper-account .account-item {
    display: flex;
    border-bottom: 1px solid #f3f3f3;
    cursor: pointer;
}

.profile-info-wrapper .popper-account .account-item .device-name {
    flex: 1;
    line-height: 18px;
    color: #62656C;
}

.profile-info-wrapper .popper-account .account-item .device-name b {
    color: #0c0c0c;
}

.profile-info-wrapper .popper-account .account-item .remove-device {
    background: red;
    color: #fff;
    display: inline-block;
    border-radius: 18px;
    width: 15px;
    height: 15px;
    text-align: center;
    padding: 1px;
    line-height: 10px;
    cursor: pointer;
}

.profile-info-wrapper .popper-account .account-item .device-title-edit {
    cursor: pointer;
}

.profile-info-wrapper .popper-account .account-item .device-title input {
    padding: 2px;
    margin: 0 0 0 -3px;
    line-height: 0;
    height: auto;
    font-size: 12px;
}

.profile-info-wrapper .popper-account .account-item.active .device-title-edit{
    display: none;
}

.profile-info-wrapper .popper-account .add-icon {
    background: #41B8B5;
    color: #fff;
    display: inline-block;
    border-radius: 18px;
    width: 16px;
    height: 16px;
    text-align: center;
    padding: 2px;
    line-height: 12px;
    cursor: pointer;
}

.g-container.add-device {
    max-width: 450px;
    margin: 20px auto;
    padding: 30px;
}

#inputInviteId, #inputAuthCode {
    text-transform: uppercase;
}


#inputInviteId::placeholder, #inputAuthCode::placeholder {
    text-transform: none;
}

