/* TABLE OF CONTENTS */

/* 1. Shared css */

/* 2. Navbar */

/* 3. Shared Device/Main Area */

/* 4. QR How to Area */

/* 5. CSK Install Area */

/* 6. CSK Sign Up */

/* 7. CSK Activate Area */

/* 8. Add Child Area */

/* 9. Add Photos Area */

/* 10. Add Fingerprints Area */

/* 11. Edit Child Area */

/* 12. Add Guardian Area */

/* 13. Edit Guardian Area */

/* 14. Share with Guardian Area*/

/* 15. Share with Authorities Area */

/* 16. Share App Area */

/* 17. Footer */

/* 18. Media Queries */

@import url("https://fonts.googleapis.com/css?family=Lato:300,400,500,600,700,800,900");
* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Lato", sans-serif;
    display: block;
    position: relative;
}

body::after {
    content: "";
    background: url(../img/kids.jpg);
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    opacity: 0.85;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.es-lang {
    display: none;
}

.tc-modal {
    color: #007bff;
}

.tc-modal:hover {
    color: #319b42;
}

/* 2. Navbar */

.main {
    min-height: calc(100vh - 168px);
}

.main>.container {
    padding: 3rem 0;
}

.main-menu {
    padding: 0.5rem 0.5% 0.5rem 3%;
    transition: all 0.3s ease;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, .3)
}

.main-menu li {
    margin-left: 2.4rem;
    position: relative;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.5s ease;
    border-radius: .25rem;
}

.navbar-dark .navbar-nav .nav-link:hover {
    background-color: rgba(0, 85, 140, 1);
    color: white;
}

.navbar-dark .navbar-nav .nav-link.active {
    background-color: rgba(0, 85, 140, 1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.language-selector {
    margin-top: -20px;
}

.language-selector-container select {
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    font-size: 12px;
    margin: 5px 0 0 26px;
    padding: 0 5px;
    outline: none;
    border-radius: 4px;
}

.dropdown-menu {
    top: 95%;
}

.language-option:hover {
    text-decoration: underline;
}

/* 3. Shared Device/Main Area */

.device {
    background-color: #fff;
    height: 680px;
    width: 320px;
    border: 16px solid #000;
    border-radius: 38px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 20px rgba(0, 0, 0, .40);
}

#screen, #screen2, #screen3, #screenES, #screen2ES, #screen3ES {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#screen-bg, #screen-bgES {
    position: absolute;
    right: -16px;
    min-height: 100%;
}

#get-started, #get-startedES {
    margin: 0 auto;
}

.fa-arrow-left, .fa-arrow-right {
    cursor: pointer;
}

.instructions {
    background-color: #fff;
    opacity: .97;
    padding: 3rem;
    border-radius: 30px;
    max-width: 99%;
}

@supports (-ms-ime-align:auto) {
    #instruct, #instructES {
        border-radius: 0;
    }
}

.home-title {
    margin-bottom: 0;
    border-radius: .25rem;
    transition: 0.4s;
    border: 1px solid rgba(0, 0, 0, .1);
}

.acc-title {
    margin-bottom: 0;
    cursor: pointer;
    border-radius: .25rem;
    transition: 0.4s;
    border: 1px solid rgba(0, 0, 0, .1);
    background-color: #eee;
}

.acc-title.collapsed {
    background-color: #fff;
}

.acc-title:hover {
    background-color: #eee;
}

.acc-title.active {
    background-color: #eee;
}

.acc-title::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
    content: "\f056";
}

.acc-title.collapsed::after {
    content: "\f055";
}

.blue-bg {
    background: #03bbb7;
}

.dark-blue-bg {
    background: #017371;
}

.offwhite-bg {
    background: #f5f5f5;
    min-height: 20px;
}

.blue-font {
    color: #03bbb7;
}

.br-blue-font {
    color: #0000ff
}

.green-font {
    color: #8BC645;
}

.gray-font {
    color: rgba(0, 0, 0, 0.3);
}

.red-font {
    color: #ff0000;
}

#red-font, #red-fontES {
    color: #ff0000;
}

.black-font {
    color: #000;
}

.gray-bg {
    background: rgba(0, 0, 0, 0.3);
}

.dark-blue-font {
    color: #017371;
    font-size: 12px;
    line-height: 100%;
}

.spacer-40 {
    height: 40px;
}

.spacer-60 {
    height: 60px;
}

.spacer-70 {
    height: 70px;
}

.spacer-120 {
    height: 120px;
}

.spacer-160 {
    height: 160px;
}

.spacer-200 {
    height: 205px;
}

.spacer-340 {
    height: 340px;
}

.spacer-400 {
    height: 400px;
}

.small-header-logo {
    height: 40px;
    width: 40px;
}

/* 4. QR How to Area */

#qrhowto-screen-bg, #qrhowto-screen-bgES {
    width: 100%;
    min-height: 100%;
}

.qr-button-div {
    position: absolute;
    bottom: 8px;
    left: 8px;
    right: 8px;
}

#icon, #iconES {
    position: absolute;
    bottom: 267px;
    left: 20px;
    cursor: pointer;
}

#icon-border, #icon-borderES {
    border: 1px solid #f5f5f5f5;
    border-radius: 12px;
    overflow: hidden;
}

#icon p, #iconES p {
    color: #f5f5f5;
    font-size: 8px;
    font-weight: 300;
    margin-top: 3px;
    margin-left: 2px;
}

.pulse {
    background: #ff0000;
    border-radius: 50%;
    margin: 10px;
    height: 12px;
    width: 12px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    /* transform: scale(1); */
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        /* transform: scale(0.95); */
        box-shadow: 0 0 0 15px rgba(255, 0, 0, 0.7);
    }
    70% {
        /* transform: scale(1.1); */
        box-shadow: 0 0 0 30px rgba(255, 0, 0, 0);
    }
    100% {
        /* transform: scale(0.95); */
        box-shadow: 0 0 0 15px rgba(255, 0, 0, 0);
    }
}

#qr-pulse1, #qr-pulse1ES {
    position: absolute;
    bottom: 331px;
    left: 6px;
    z-index: 2;
}

.navigate {
    display: flex;
    justify-content: space-around;
}

#screen2, #screen3, #instructions2, #instructions3, #screen2ES, #screen3ES, #instructions2ES, #instructions3ES {
    display: none;
}

#screen2, #screen3, #screen2ES, #screen3ES {
    font-family: sans-serif;
}

.screen2-header {
    color: #fff;
    background-color: #133c70;
    padding-top: 30px;
    padding-bottom: 5px;
}

.bolder {
    font-weight: bolder;
}

.sm-font {
    font-size: 14px;
}

.small-font {
    font-size: 12px;
}

.smaller-font {
    font-size: 11px;
}

.blue {
    background-color: #133c70;
    color: #fff;
}

.home-link {
    position: absolute;
    bottom: 2.2rem;
}

.alert-container, .code-alert-container {
    display: none;
    overflow: hidden;
}

#agent-num-alert, #agency-alert, #code-alert, #agent-num-alertES, #agency-alertES, #code-alertES {
    transition: .2s ease-in-out;
    transform: translateY(-55px);
}

#agent-num-alert.vis, #agency-alert.vis, #code-alert.vis, #agent-num-alertES.vis, #agency-alertES.vis, #code-alertES.vis {
    transform: translateY(0px);
}

.green {
    color: #228B22;
}

#qr-code, #qr-codeES {
    width: 160px;
    height: 160px;
}

#screen2-logo, #screen2-logoES {
    height: 92px;
    margin: 18px 0;
}

.gray {
    color: #555;
}

.light-gray {
    color: #999;
}

#agent-num-input, #agent-num-inputES {
    border-radius: 5px;
    padding: 5px;
    margin-bottom: .5rem;
    border: none;
    /* border-bottom: 1px solid #999; */
    width: 100%;
}

#generate-qr, #new-qr, #generate-qrES, #new-qrES {
    background-color: #133c70;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
    cursor: pointer;
}

#qr-pulse2, #qr-pulse2ES {
    position: absolute;
    bottom: 304px;
    left: 0px;
}

#qr-pulse3, #qr-pulse3ES {
    position: absolute;
    bottom: 25px;
    left: 9px;
}

/* 5. CSK Install Area */

.store-badge {
    width: 200px;
}

ul {
    padding-left: 20px;
}

/* 6. CSK Sign Up */

.app-header {
    margin-top: 1.8rem;
}

.purple-bg {
    background: url("../img/bg/purple_layer.png");
    background-size: cover;
    min-height: 450px;
    margin: 0 auto;
}

.language-ul {
    list-style-type: none;
    font-size: 14px;
}

.language-ul a {
    color: #000;
}

.language-ul a:hover {
    text-decoration: none;
}

.active {
    border-bottom: 6px solid #03bbb7;
}

.logo-div {
    position: absolute;
    top: 40px;
    left: 16px;
}

.small-app-logo {
    height: 65px;
    width: 65px
}

.app-logo {
    height: 90px;
    width: 90px;
}

.onboard-ill-one {
    width: 200px;
}

.white-font {
    color: #fff;
}

.white-font:hover {
    text-decoration: none;
    color: #fff;
}

.small-white-font {
    font-size: 10px;
    color: #fff;
}

.teal-bg {
    background: url("../img/bg/blue_bg.png");
    background-size: cover;
    min-height: 562px;
    margin: 0 auto;
}

.min-teal-bg {
    background: url("../img/bg/blue_bg.png");
    background-size: cover;
    min-height: 508px;
    margin: 0 auto;
}

.green-bg {
    background: url("../img/bg/green_layer.png");
    background-size: cover;
    min-height: 475px;
    margin: 0 auto;
}

.signin-box {
    background-color: #fafafa;
    position: absolute;
    top: 33%;
    left: 10px;
    right: 10px;
}

#signup-pulse1, #signup-pulse1ES {
    position: absolute;
    bottom: 58px;
    left: 43px;
}

#signup-pulse2 {
    position: absolute;
    bottom: 70px;
    right: 38px;
}

#signup-pulse2ES, #signup-pulse3ES, #signup-pulse4ES {
    position: absolute;
    bottom: 70px;
    right: 70px;
}

#signup-pulse3 {
    position: absolute;
    bottom: 70px;
    right: 38px;
}

#signup-pulse4 {
    position: absolute;
    bottom: 70px;
    right: 38px;
}

#signup-pulse5, #signup-pulse5ES {
    position: absolute;
    bottom: 58px;
    left: -6px;
}

.signup-box {
    background: #fafafa;
}

.signup-input {
    width: 100%;
    padding: 15px;
    border: none;
    margin-bottom: 5px;
}

.newkid-input, .newguardian-input, .sharecontact-input {
    width: 100%;
    padding: 5px;
    border: none;
    margin-bottom: 5px;
}

.CSKnavigate {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 50px;
    color: #fff;
}

.CSKnavigatelow {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 30px;
    color: #fff;
}

.white-bg {
    background: #fff;
}

.op-white-bg {
    background: rgba(255, 255, 255, 0.8);
}

.CSKstate {
    color: #696969;
}

.signup-footer {
    background-color: #03bbb7;
    height: 30px;
}

#user-state, #user-stateES {
    border: none;
    width: 100%;
    color: #696969;
}

.link {
    color: #000;
    text-decoration: underline;
}

.cursor {
    cursor: pointer;
}

.signup-box-fs {
    height: 480px;
}

.red-bg {
    background: rgba(255, 0, 0, 0.7);
}

.circle {
    height: 5px;
    width: 5px;
    background: #949494;
    border-radius: 50%;
}

.active-circle {
    background: #ffffff;
}

.next-button, .fs-wide {
    width: 100%;
}

.signup-screen2, .signup-screen3, .signup-screen4, .signup-screen5, .signup-screen5, .signup-screen6, .signup-screen7 {
    display: none;
}

/* 7. CSK Activate Area */

.toolbar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.toolbar p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
}

.toolbar p.active {
    color: rgba(0, 0, 0, 1);
    border-bottom: 3px solid #03bbb7;
}

.homescreen-icon {
    height: 65px;
}

.camera-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .4);
    display: none;
}

.sys-menu {
    width: 60%;
    border-radius: 12px;
    line-height: 100%;
    position: absolute;
    top: 33%;
    left: 20%;
}

.width-50 {
    width: 50%;
}

.border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.border-right {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.activate-screen2, .activate-screen3 {
    display: none;
}

#activate-pulse1, #activate-pulse1ES {
    position: absolute;
    top: 192px;
    left: 3px;
}

#activate-pulse2 {
    position: absolute;
    bottom: 32px;
    left: -7px;
}

#activate-pulse2ES {
    position: absolute;
    bottom: 32px;
    left: -7px;
}

/* 8. Add Child Area */

.invis {
    visibility: hidden;
}

.add-child-screen2, .add-child-screen3, .add-child-screen4, .add-child-screen5, .add-child-screen6, .add-child-screen7, .add-child-screen8 {
    display: none;
}

.newchild-icon {
    height: 85px;
}

.add-child-cancel, .add-guardian-cancel, .share-guardian-cancel, .share-contact-cancel {
    color: #f9bb42;
    font-weight: bolder;
    cursor: pointer;
    position: absolute;
    font-size: 14px;
    left: 10px;
}

.add-child-cancel-disabled {
    color: #f9bb42;
    font-weight: bolder;
    position: absolute;
    font-size: 14px;
    left: 10px;
}

.no-ul:hover {
    text-decoration: none;
}

#cancel-add-child, #cancel-add-childES {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .4);
    display: none;
}

#cancel-add-guardian, #cancel-add-guardianES {
    display: none;
}

.child-display-div {
    cursor: pointer;
    background: #fff;
    padding: .25rem 1rem;
    margin-bottom: .25rem;
}

#addchild-pulse1 {
    position: absolute;
    top: 98px;
    right: 113px;
}

#addchild-pulse1ES {
    position: absolute;
    top: 98px;
    right: 121px;
}

#addchild-pulse2 {
    position: absolute;
    bottom: 47px;
    right: 38px;
}

#addchild-pulse2ES {
    position: absolute;
    bottom: 47px;
    right: 70px;
}

#addchild-pulse3 {
    position: absolute;
    bottom: 47px;
    right: 38px;
}

#addchild-pulse3ES, #addchild-pulse4ES, #addchild-pulse5ES, #addchild-pulse6ES {
    position: absolute;
    bottom: 47px;
    right: 70px;
}

#addchild-pulse4 {
    position: absolute;
    bottom: 47px;
    right: 38px;
}

#addchild-pulse5 {
    position: absolute;
    bottom: 47px;
    right: 38px;
}

#addchild-pulse6 {
    position: absolute;
    bottom: 47px;
    right: 38px;
}

#addchild-pulse7 {
    position: absolute;
    bottom: 47px;
    right: 42px;
}

#addchild-pulse7ES {
    position: absolute;
    bottom: 47px;
    right: 50px;
}

#addchild-pulse8, #addchild-pulse8ES {
    position: absolute;
    bottom: 43px;
    left: -7px;
}

#child-state, #child-gender, #child-stateES, #child-genderES {
    border: none;
    margin-bottom: 5px;
    padding: 5px;
    color: #777;
}

#child-dob-month, #child-dob-day, #child-dob-year, #child-dob-monthES, #child-dob-dayES, #child-dob-yearES {
    width: 98%;
    border: none;
    margin-bottom: 5px;
    padding: 5px 0;
    color: #777;
}

#child-height-ft, #child-height-feet, #child-height-in, #child-height-inches, #child-height-ftES, #child-height-feetES, #child-height-inES, #child-height-inchesES {
    width: 98%;
    border: none;
    margin-bottom: 5px;
    padding: 5px 0;
    color: #777;
}

/* 9. Add Photos Area */

#photos-access-overlay, #photos-access-overlayES {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .4);
    display: none;
}

.wide-sys-menu {
    width: 100%;
    border-radius: 8px;
    line-height: 100%;
}

.border-bottom-gray {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.border-bottom-blue {
    border-bottom: 1px solid #133c70;
}

#photos-camera-overlay, #appshare-overlay, #appshare-overlay2, #photos-camera-overlayES, #appshare-overlayES, #appshare-overlay2ES {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .4);
    display: none;
}

.bottom {
    position: absolute;
    bottom: 2%;
    left: 2%;
    right: 2%;
}

.mid {
    position: absolute;
    top: 38%;
    left: 14%;
    right: 14%;
}

.add-photos-screen2 {
    display: none;
}

.photo-block {
    border: 1px dotted rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    font-size: 35px;
    margin: .4rem;
}

.selected-photo-block {
    background: url("../img/child-close-up.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60px 70px;
}

.x-close {
    font-size: 14px;
    position: absolute;
    right: -6px;
    top: -6px;
}

#addphotos-pulse1, #addphotos-pulse1ES {
    position: absolute;
    top: 260px;
    left: 17px;
}

#addphotos-pulse2 {
    position: absolute;
    bottom: 49px;
    right: 37px;
}

#addphotos-pulse2ES {
    position: absolute;
    bottom: 49px;
    right: 70px;
}

/* 10. Add Fingerprints Area */

#fingerprints-camera-overlay, #fingerprints-camera-overlayES {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .4);
    display: none;
}

.fingerprint-block {
    background: url("../img/fingerprint-card.png") no-repeat;
    background-size: 95px 50px;
    background-position: center center;
    height: 110px;
    width: 110px;
    border: 1px dotted rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    font-size: 35px;
    margin: .4rem;
}

.btn-green {
    background: #8bc645;
    color: #fff;
}

.add-fingerprints-screen2 {
    display: none;
}

#addfingerprints-pulse1 {
    position: absolute;
    top: 308px;
    left: 17px;
}

#addfingerprints-pulse1ES {
    position: absolute;
    top: 340px;
    left: 17px;
}

#addfingerprints-pulse2 {
    position: absolute;
    bottom: 49px;
    right: 43px;
}

#addfingerprints-pulse2ES {
    position: absolute;
    bottom: 49px;
    right: 51px;
}

/* 11. Edit Child Area */

.child-img {
    border-radius: 50%;
    height: 46px;
    width: 46px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.btn-orange {
    background: #f8af27;
    color: #fff;
}

.settings-header, .guardian-settings-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background: #fff;
    position: absolute;
    left: 16px;
    right: 16px;
    top: 16px;
    padding: .5rem;
    border-radius: 20px 20px 0 0;
    display: none;
}

.more-overlay {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    top: 16px;
    background: rgba(0, 0, 0, .4);
    display: none;
}

.edit-category {
    background-color: #fff;
}

.edit-category-header {
    font-weight: 800;
    margin-bottom: 0;
    font-size: 14px;
}

.pencil-icon {
    height: 20px;
    width: 20px;
    margin-right: 8px;
}

.font-14 {
    font-size: 14px;
}

#device-overflow, #device-overflowES {
    overflow-y: auto;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}

#device-overflow::-webkit-scrollbar {
    width: 0 !important;
}

#device-overflowES::-webkit-scrollbar {
    width: 0 !important;
}

.margin-top-edit {
    margin-top: 3.5rem;
}

.profile-updated-overlay {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    top: 16px;
    background: rgba(0, 0, 0, .4);
    display: none;
}

.edit-child-screen2 {
    display: none;
}

#delete-child-overlay, #delete-child-overlayES {
    position: absolute;
    top: 16px;
    bottom: 16px;
    left: 16px;
    right: 16px;
    background: rgba(0, 0, 0, .4);
    display: none;
}

#editchild-pulse1, #editchild-pulse1ES {
    position: absolute;
    top: 131px;
    right: 94px;
}

#editchild-pulse2, #editchild-pulse2ES {
    position: absolute;
    top: 92px;
    right: 20px;
}

#editchild-pulse3, #editchild-pulse3ES {
    position: absolute;
    top: 17px;
    right: 20px;
}

/* 12. Add Guardian Area*/

.border-break1, .border-break2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    height: 1px;
    width: 50px;
    position: absolute;
}

.border-break1 {
    left: 78px;
    top: 28px;
}

.border-break2 {
    right: 78px;
    top: 28px;
}

#guardian-phonelookup, #guardian-phonelookupES {
    text-align: center;
    border: none;
    width: 100%;
    padding: 1rem;
}

#guardian-phonelookup:focus, #guardian-phonelookupES:focus {
    border: none;
}

#add-contacts-overlay, #add-contacts-overlayES {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .4);
    display: none;
}

.guardian-cancel {
    color: #f9bb42;
    font-weight: bolder;
    font-size: 14px;
    cursor: pointer;
}

#cancel-add-guardian, #cancel-add-guardianES {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .4);
    display: none;
}

.add-guardian-screen2, .add-guardian-screen3, .add-guardian-screen4, .add-guardian-screen5, .add-guardian-screen6 {
    display: none;
}

.btn-relation, .btn-relation-share {
    border: 1px solid rgba(0, 0, 0, .1);
    background-color: #fff;
    text-align: left;
    border-radius: 10px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
}

.btn-relation:hover {
    background-color: rgba(0, 0, 0, .1);
}

#guardian-img, #guardian-imgES {
    width: 110%;
}

.circle-bg {
    background-color: rgba(0, 0, 0, .3);
    border-radius: 50%;
    width: 170px;
    height: 170px;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.text-dec-none:hover {
    text-decoration: none;
}

#addguardian-pulse1, #addguardian-pulse1ES {
    position: absolute;
    top: 236px;
    right: 153px;
}

#addguardian-pulse2, #addguardian-pulse2ES {
    position: absolute;
    top: 15px;
    right: 25px;
}

#addguardian-pulse3 {
    position: absolute;
    bottom: 49px;
    right: 43px;
}

#addguardian-pulse3ES, #addguardian-pulse4ES {
    position: absolute;
    bottom: 49px;
    right: 70px;
}

#addguardian-pulse4  {
    position: absolute;
    bottom: 49px;
    right: 47px;
}

#addguardian-pulse5, #addguardian-pulse5ES {
    position: absolute;
    bottom: 49px;
    left: 0;
}

/* 13. Edit Guardian Area*/

.edit-guardian-screen2 {
    display: none;
}

.guardian-more-overlay {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    top: 16px;
    background: rgba(0, 0, 0, .4);
    display: none;
}

#delete-guardian-overlay, .guardian-deleted-overlay, #delete-guardian-overlayES, .guardian-deleted-overlayES {
    position: absolute;
    top: 16px;
    bottom: 16px;
    left: 16px;
    right: 16px;
    background: rgba(0, 0, 0, .4);
    display: none;
}

#delete-guardian-confirm, #delete-guardian-confirmES {
    text-decoration: none;
}

#editguardian-pulse1, #editguardian-pulse1ES {
    position: absolute;
    top: 299px;
    left: 93px;
}

#editguardian-pulse2, #editguardian-pulse2ES {
    position: absolute;
    top: -10px;
    right: 20px;
}

#editguardian-pulse3, #editguardian-pulse3ES {
    position: absolute;
    top: 17px;
    right: 20px;
}

/* 14. Share with Guardian Area*/

.share-guardian-screen2, .share-guardian-screen3, .share-guardian-screen4, .share-guardian-screen5, .share-guardian-screen6 {
    display: none;
}

.guard-select {
    background-color: #c5c5c5;
}

.guard-select::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    content: "\f058";
    position: absolute;
    right: 35px;
    color: #03bbb7;
}

.share-guardian-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: .5rem;
    border-radius: 20px 20px 0 0;
    display: none;
}

.share-guardian-more-overlay, .share-auth-more-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, .4);
    display: none;
}

.share-guardian-input {
    border: none;
    width: 100%
}

.line-height-14 {
    line-height: 14px;
}

.profile-shared-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, .4);
    display: none;
}

#shared-img, #shared-imgES {
    width: 230px;
}

#shareguardian-pulse1, #shareguardian-pulse1ES {
    position: absolute;
    top: 136px;
    right: 93px;
}

#shareguardian-pulse2, #shareguardian-pulse2ES {
    position: absolute;
    top: 17px;
    right: 20px;
}

#shareguardian-pulse3, #shareguardian-pulse3ES {
    position: absolute;
    top: 219px;
    left: 7px;
}

#shareguardian-pulse4 {
    position: absolute;
    bottom: 48px;
    right: 42px;
}

#shareguardian-pulse4ES, #shareguardian-pulse5ES {
    position: absolute;
    bottom: 48px;
    right: 69px;
}

#shareguardian-pulse5 {
    position: absolute;
    bottom: 48px;
    right: 42px;
}

#shareguardian-pulse6, #shareguardian-pulse6ES {
    position: absolute;
    bottom: 41px;
    left: -6px;
}

/* 15. Share with Authorities Area */

.share-auth-screen2, .share-auth-screen3, .share-auth-screen4, .share-auth-screen5, .share-auth-screen6, .share-auth-screen6, .share-auth-screen7, .share-auth-screen8 {
    display: none;
}

.share-auth-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: .5rem;
    border-radius: 20px 20px 0 0;
    display: none;
}

.share-auth-cancel {
    font-weight: bolder;
    cursor: pointer;
    position: absolute;
    font-size: 16px;
    left: 10px;
}

.auth-shared-overlay, #appshare-confirm-overlay, #appshare-confirm-overlayES {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, .4);
    display: none;
}

#auth-img, #auth-imgES {
    width: 175px;
}

.child-profile-ex {
    width: 100%;
}

.child-container {
    height: 95px;
    width: 70px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 1rem;
    cursor: pointer;
    position: relative;
}

.child-profile-div {
    border-radius: 50%;
    margin: 0 auto .5rem auto;
    width: 60px;
    height: 60px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../../assets/img/child-close-up.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70px 80px;
}

.child-profile-selected {
    border: 3px solid #03bbb7;
    /* padding: 5px; */
}

.child-profile-selected::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    content: "\f058";
    position: absolute;
    right: 2px;
    top: -5px;
    color: #03bbb7;
    background: #fff;
    height: 17px;
    width: 17px;
}

#shareauth-pulse1, #shareauth-pulse1ES {
    position: absolute;
    top: 135px;
    right: 91px;
}

#shareauth-pulse2, #shareauth-pulse2ES {
    position: absolute;
    top: 16px;
    right: 20px;
}

#shareauth-pulse3 {
    position: absolute;
    bottom: 41px;
    left: -6px;
}

#shareauth-pulse3ES, #shareauth-pulse7ES {
    position: absolute;
    bottom: 27px;
    left: -6px;
}

#shareauth-pulse4 {
    position: absolute;
    bottom: 41px;
    left: 2px;
}

#shareauth-pulse4ES, #shareauth-pulse8ES {
    position: absolute;
    bottom: 27px;
    left: 0;
}

#shareauth-pulse5, #shareauth-pulse5ES {
    position: absolute;
    bottom: 49px;
    left: -6px;
}

#shareauth-pulse6, #shareauth-pulse6ES {
    position: absolute;
    bottom: 41px;
    left: 0;
}

#shareauth-pulse7 {
    position: absolute;
    bottom: 41px;
    left: -6px;
}

#shareauth-pulse8 {
    position: absolute;
    bottom: 41px;
    left: 2px;
}

#shareauth-pulse9, #shareauth-pulse9ES {
    position: absolute;
    bottom: 31px;
    left: -6px;
}

/* 16. Share App Area */

.appshare-screen2, .appshare-screen3, .appshare-screen4, .appshare-screen5, .appshare-screen6, .appshare-screen7, .appshare-screen8, .appshare-screen9, .appshare-screen10 {
    display: none;
}

.appshare-innerdiv {
    /* position: absolute; */
    background-color: #fff;
}

#inner-div2, #inner-div3, #inner-div5, #inner-div6, #inner-div2ES, #inner-div3ES, #inner-div5ES, #inner-div6ES {
    display: none;
}

.csk-gif {
    border: 1px solid rgba(0, 0, 0, .4);
    height: 550px;
    padding-top: 10px;
}

.vid-div {
    width: 100%;
}

.nav-row {
    /* position: absolute;
    bottom: 80px;
    left: 65px;
    right: 65px; */
    /* border-bottom: 1px solid rgba(0, 0, 0, .2); */
    padding: 20px;
}

.nav-row i {
    color: #822172;
    font-size: 24px;
}

.nav-loc {
    height: 14px;
    width: 14px;
    border: 2px solid #822172;
    border-radius: 50%;
    margin-top: 6px;
}

.nav-loc-selected {
    background-color: #822172;
}

#share-img, #share-imgES {
    width: 130px;
}

.appshare-cancel, .appshare-cancel-ab {
    color: #f9bb42;
    font-weight: bolder;
    cursor: pointer;
}

.appshare-cancel-ab {
    position: absolute;
    font-size: 14px;
    left: 10px;
}

#appshare-phonelookup, #appshare-phonelookupES {
    border: none;
    padding: 1em;
}

#appshare-confirm-img, #appshare-confirm-imgES {
    width: 140px;
}

#shareapp-pulse1 {
    position: absolute;
    top: 57px;
    right: 95px;
}

#shareapp-pulse1ES {
    position: absolute;
    top: 57px;
    right: 112px;
}

#shareapp-pulse2, #shareapp-pulse2ES {
    position: absolute;
    bottom: 42px;
    left: 0px;
}

#shareapp-pulse3 {
    position: absolute;
    top: 16px;
    right: 23px;
}

#shareapp-pulse3ES {
    position: absolute;
    top: 16px;
    right: 22px;
}

#shareapp-pulse4 {
    position: absolute;
    bottom: 49px;
    right: 46px;
}

#shareapp-pulse4ES {
    position: absolute;
    bottom: 49px;
    right: 76px;
}

#shareapp-pulse6, #shareapp-pulse6ES {
    position: absolute;
    bottom: 50px;
    left: 1px;
}

#shareapp-pulse7 {
    position: absolute;
    top: 107px;
    left: 66px;
}

#shareapp-pulse7ES {
    position: absolute;
    top: 107px;
    left: 47px;
}

#shareapp-pulse8 {
    position: absolute;
    top: 25px;
    right: 45px;
}

#shareapp-pulse8ES {
    position: absolute;
    top: 17px;
    right: 71px;
}

#shareapp-pulse9 {
    position: absolute;
    bottom: 42px;
    right: 48px;
}

#shareapp-pulse9ES {
    position: absolute;
    bottom: 42px;
    right: 79px;
}

#shareapp-pulse10, #shareapp-pulse10ES {
    position: absolute;
    bottom: 33px;
    right: 1px;
}

.contact-search-div {
    width: 100%;
    padding: 8px;
    border-top: 1px solid rgba(0, 0, 0, .2);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.contact-search {
    width: 100%;
    border-radius: 8px;
    border: none;
    background-color: #f5f5f5;
    padding: 8px;
}

.contact-list {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.contact-list p {
    padding: 8px;
}

.contact-listES {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.contact-listES p {
    padding: 8px;
}

.contact-select::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    content: "\f058";
    position: absolute;
    right: 35px;
    top: 8px;
    color: #03bbb7;
}

.contact-box {
    background-color: #fff;
}

.validate {
    color: #ff0000;
}

.validateES {
    color: #ff0000;
    font-size: 9px;
}

.text-header {
    padding-top: 1.8rem;
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.contacts {
    padding: 10px 18px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.contact-highlight {
    background-color: #f5f5f5;
    padding: 2px;
    margin-left: 2px;
}

.add-contact {
    font-size: 22px;
}

.text-content {
    position: absolute;
    bottom: 28px;
    right: 18px;
    left: 18px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 5px;
}

.text-input {
    width: 84%;
    border: none;
    font-size: 14px;
    overflow: hidden;
}

.submit-text {
    margin-left: 10px;
    font-size: 22px;
}

/* 17. Footer Area */

.page-footer {
    background: #131627;
    overflow: hidden;
}

.copyright-area {
    color: rgba(255, 255, 255, 0.5);
    padding: 1rem 0;
}

.copyright-area__left {
    margin-bottom: 1rem;
}

.copyright-area__right {
    text-align: right;
}

.copyright-area a {
    transition: all .3s ease;
    margin-left: 1rem;
}

.copyright-area a:hover {
    color: #319b42;
    text-decoration: none;
}

label.error {
    color: red;
}

/* 18. Media Queries */

/* Large devices (tablets, less than 992px) */

@media all and (max-width: 1199.98px) {
    .copyright-area a {
        display: block;
    }
}

/* Medium devices (tablets, less than 992px) */

@media screen and (min-width: 1025px) {
    .main {
        min-height: calc(100vh - 160px);
    }
}

@media (max-width: 991.98px) {
    .copyright-area h5 {
        color: #51545f;
        font-size: 14px;
        font-family: "Lato", sans-serif;
        line-height: normal;
    }
    .language-selector-container select {
        margin: 5px 0 0 38px;
    }
    .device {
        margin-bottom: 3rem;
    }
    .home-link {
        position: static;
    }
}

/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
    .main-menu {
        padding: 1.25rem 1%;
        background-color: rgba(0, 0, 0, 0.8);
    }
    .main {
        padding-left: .5rem;
        padding-right: .5rem;
    }
    .copyright-area__right, .copyright-area__left {
        text-align: center;
    }
}

/* Small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
    .navbar-brand {
        margin-right: 0;
        width: 240px;
    }
    .navbar-brand img {
        width: 240px;
    }
    .store-badge {
        max-width: 150px;
    }
}

/* Extra small devices (portrait phones) */

@media (max-width: 376px) {
    body {
        font-size: 14px;
    }
    .instructions {
        padding: 1.5rem;
    }
    h5 {
        font-size: 18px;
    }
}