﻿html {
    font-family: Roboto, 'Roboto', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 100%;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
    background: #f1f1f2 !important;
    color: #72727d;
    font-family: 'Roboto', Roboto, sans-serif;
    font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
}

.theme-layout {
    float: left;
    width: 100%;
    height: 100%;
    /*padding-top: 100px;*/
}

section {
    float: left;
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
}

    a:active, a:hover {
        outline: 0;
        text-decoration: none;
    }

.theme-header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9;
    height: 56px;
    /*height: 95px;*/
}

.theme-header-bg {
    position: relative;
    z-index: 1;
    height: 56px;
    /*height: 95px;*/
    background: rgb(255, 90, 96);
}

.theme-header-alignments {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 1060px;
    margin: 0px auto;
    align-items:center;
}

.theme-logo {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    min-width: 95px;
    margin-top: unset;
    height: 56px;
    /*height: 95px;*/
}

.img-href {
    display: flex;
    flex: 1 1 0%;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.theme-nav {
    flex: 1 1 0%;
    text-align: center;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

.theme-nav-a {
    display: inline-block;
    position: relative;
    padding: 0px 25px;
    color: rgb(255, 255, 255) !important;
    font-weight: 500 !important;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    line-height: 56px;
    transition: color 0.2s;
}

.theme-nav-unactive {
    display: inline-block;
    position: relative;
    padding: 0px 25px;
    color: rgb(253, 237, 238);
    font-weight: normal;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    line-height: 56px;
    transition: color 0.2s;
}

.count-badge {
    visibility: visible;
    position: absolute;
    top: 8px;
    left: 78%;
    padding: 0px 5px;
    margin: 0px 0px 0px -3px;
    border-radius: 20px;
    background: rgb(255, 255, 255);
    color: rgb(81, 80, 93);
    line-height: normal;
    font-size: 0.75rem;
}

.theme-nav-right {
    display: flex;
    visibility: visible;
    position: unset;
    right: unset;
}

.btn-upgrade-now {
    display: inline-block;
    background: rgb(252, 92, 100);
    border: 1px solid rgb(255, 173, 176);
    border-radius: 3px;
    padding: 1px 10px 0px;
    line-height: 31px;
    text-align: center;
    margin: 11px 10px;
    /*width: 140px;*/
    color: rgb(255, 255, 255);
    cursor: pointer;
    text-decoration: none;
    position: relative;
}

.icon-crown {
    display: inline-block;
    background: url(/NC_Contents/Image/white-crown.svg) center center / 16px 16px no-repeat;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: -4px 1px 0px 0px;
}

.btn-dropdown {
    position: relative;
}

.help-link {
    font-weight: inherit;
    display: block;
    padding: 14px 10px;
    transition: color 0.2s;
    text-decoration: none;
    color: rgb(255, 255, 255);
    cursor: pointer;
    line-height: 28px;
    font-size: 16px;
    background-color: transparent;
}

.arrow-down {
    display: inline-block;
    width: 10px;
    height: 6px;
    margin-left: 7px;
    background: url(/NC_Contents/Image/top-navabc-pro-help-icn.png) left top;
}

.dropdown-of-help {
    display: none;
    background: rgb(255, 255, 255);
    color: rgb(149, 149, 157);
    border-radius: 4px;
    box-shadow: rgba(43, 59, 93, 0.35) 0px 8px 12px;
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 56px;
    width: 124px;
    padding: 0px;
    margin: 0px;
    cursor: default;
    line-height: normal;
    z-index: 10
}

.dropdown-links-help {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    flex-basis: 121px;
    padding: 12px 8px 0px;
}

.help-desk {
    line-height: normal;
    color: rgb(114, 114, 125);
    font-weight: 400;
    text-decoration: none;
    outline: 0px;
    display: block;
    padding: 5px 5px 5px 19px;
    margin: 0px 0px 4px;
}

.btn-dropdown-account {
    position: relative;
}

.profile-dropdown {
    position: relative;
    display: block;
    padding: 12px 10px;
    transition: color 0.2s;
    text-decoration: none;
    cursor: pointer;
    line-height: 12px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    background-color: transparent;
}

.profile-small-img {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.img-dropdown-caret {
    display: inline-block;
    width: 10px;
    height: 6px;
    margin-left: 7px;
    background-image: url(/NC_Contents/Image/top-navabc-pro-help-icn.png);
}

.dropdown-of-profile {
    display: none;
    flex-direction: column;
    position: absolute;
    right: 0px;
    top: 56px;
    z-index: 1000;
    width: 390px;
    font-size: 13px;
    color: rgb(114, 114, 125);
    cursor: text;
    box-shadow: rgba(43, 59, 93, 0.35) 0px 4px 12px;
    padding: 0px;
    background: padding-box rgb(255, 255, 255);
    border-radius: 3px;
}

.profile-text {
    background: rgb(244, 244, 247);
    padding: 6px 90px 13px;
    border-radius: 3px 3px 0px 0px;
    align-self: center;
    width: -webkit-fill-available;
}

.profile-text-input {
    font-size: 14px;
    line-height: 16px;
    padding: 2px 0px 7px 22px;
    flex-direction: row;
    display: flex;
}

.upload-pending {
    background: url(/NC_Contents/Image/privacy-case-v3.png) left -138px no-repeat;
    padding: 0px 0px 2px 2px;
    height: 20px;
    width: 20px;
}

.profile-inner-text {
    display: flex;
    flex-direction: column;
    align-items:center;
}

.profile-inner-btn {
    width: 164px;
    /*padding-left: 16px;*/
    padding-left: 5px;
    padding-top: 5px;
    background-color: rgb(0, 188, 213);
    border-radius: 3px;
}

.profile-bg-btn {
    display: flex;
    padding: 0px;
}

.profile-label {
    display: inline-block;
    background: url(/NC_Contents/Image/privacy-case-v3.png) left -158px no-repeat;
    text-indent: 36px;
    width: auto;
    padding: 8px 24px 10px 14px;
    margin-left: 0px;
    border: 0px;
    cursor: pointer;
    font: bold 14px / 10px Roboto, sans-serif;
    color: rgb(255, 255, 255);
    border-radius: 3px;
    resize: none;
    text-decoration: none;
    white-space: nowrap;
    outline: none !important;
}

.profile-input-d-none {
    display: none;
}

input {
    line-height: normal;
}

.private-text {
    font-size: 12px;
    padding-top: 5px;
}

.profile-text-2 {
    display: flex;
    padding: 9px 16px 8px;
    flex-wrap: wrap;
}

.profile-text-link {
    display: block;
    flex: 0 0 auto;
    width: 50%;
    color: rgb(114, 114, 125);
    font-size: 12px;
    padding: 7px;
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
}

.my-profile-icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    padding: 0px 0px 0px 12px;
    background-image: url(/NC_Contents/Image/privacy-case-v3.png);
    background-repeat: no-repeat;
    background-position: left -206px;
}

.my-sms-icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    padding: 0px 0px 0px 12px;
    background-image: url(/NC_Contents/Image/privacy-case-v3.png);
    background-repeat: no-repeat;
    background-position: left -272px;
}

.account-setting-icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    padding: 0px 0px 0px 12px;
    background-image: url(/NC_Contents/Image/privacy-case-v3.png);
    background-repeat: no-repeat;
    background-position: left -242px;
}

.privace-options-icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    padding: 0px 0px 0px 12px;
    background-image: url(/NC_Contents/Image/privacy-case-v3.png);
    background-repeat: no-repeat;
    background-position: left -289px;
}

.contact-filter-icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    padding: 0px 0px 0px 12px;
    background-image: url(/NC_Contents/Image/privacy-case-v3.png);
    background-repeat: no-repeat;
    background-position: left -258px;
}

.logout-icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    padding: 0px 0px 0px 12px;
    background-image: url(/NC_Contents/Image/privacy-case-v3.png);
    background-repeat: no-repeat;
    background-position: left -307px;
}

.profile-content {
    margin: 0px 16px;
    border-top: 1px solid rgb(223, 224, 227);
    padding: 11px 0px 0px;
    text-align: center;
}

.profile-upgrade-btn {
    display: inline-block;
    font-size: 14px;
    padding: 4px 20px 5px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    color: rgb(255, 255, 255);
    background: rgb(0, 188, 213);
    border: 1px solid rgb(0, 188, 213);
    border-radius: 3px;
    margin-top: 8px;
}

.profile-compare-link {
    display: block;
    margin: 8px 0px 14px;
    padding: 4px 10px;
    color: rgb(0, 188, 213);
    text-decoration: none;
    outline: none;
}

.theme-nav-unactive:hover {
    color: rgb(255, 255, 255);
}

.theme-nav-a:hover {
    color: rgb(255, 255, 255);
}

.btn-upgrade-now:hover {
    color: white;
    background: rgb(241, 77, 83);
}

.help-link:hover {
    background-color: rgb(241, 77, 83);
    border-bottom-color: transparent;
    padding: 14px 10px;
}

.profile-dropdown:hover {
    background-color: rgb(241, 77, 83);
    border-bottom-color: transparent;
}

.help-desk:hover {
    background: rgb(241, 241, 242);
    text-decoration: none;
    padding: 5px 5px 5px 19px;
    margin: 0px 0px 4px;
}

.profile-text-link:hover {
    background: rgb(240, 240, 240);
    text-decoration: none;
    color: rgb(114, 114, 125);
}

.theme-header-bottom-nav {
    position: relative;
    background: rgb(255, 255, 255);
    top: 0px;
    transform: translate3d(0px, 0px, 0px);
    will-change: top;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 6px;
}

.theme-heaader-bottom-alignments {
    display: block;
    width: 1060px;
    height: 41px;
    margin: 0px auto;
    transform: translate3d(0px, 0px, 0px);
}

.bottom-nav {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 894px;
    margin: 0px auto;
}

.bottom-nav-link {
    position: relative;
    display: flex;
    padding: 12px 6px 10px;
    transition: color 0.2s;
    text-decoration: none;
    margin-right: 19px;
    color: rgb(114, 114, 125);
    border-bottom: 3px solid transparent;
    font: 400 0.9em Roboto, sans-serif;
    cursor: pointer;
}

.nav-active {
    border-bottom: 3px solid rgb(255, 90, 96) !important;
    color: rgb(255, 90, 96) !important;
}

.bottom-nav-link:hover {
    color: rgb(255, 90, 96);
}

.theme-footer {
    padding-top:0px;
    position: relative;
    bottom: 0;
    width: -webkit-fill-available;
    /*flex: 1 1 0%;*/
}

.theme-footer-content {
    background: rgb(230, 231, 233);
    margin-top: 33px;
}

.theme-footer-up-content {
    background: rgb(255, 255, 255);
}

.theme-footer-down-content {
    width: 1060px;
    margin: 0px auto;
}

.theme-footer-gap {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    margin: 0px auto;
    font: 400 12px Roboto, sans-serif;
    color: rgb(114, 114, 125);
}

.footer-nav {
    padding: 9px 5px 10px;
}

.footer-nav-href {
    display: inline-block;
    text-decoration: none;
    font: 500 12px Roboto, sans-serif;
    color: rgb(114, 114, 125);
    padding: 0px 37px 0px 0px;
}

.footer-nav-href:nth-child(8) {
    padding: 0px 0px 0px 41px;
    font-weight: 400;
}
.footer-nav-href-apple-icon {
    display: inline-block;
    width: 18px;
    height: 19px;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 0px;
    border-right: 0px;
    background-image: url(/NC_Contents/Image/mix-icons.png);
    background-repeat: no-repeat;
    background-position: left -884px;
}
.footer-nav-href-play-icon {
    display: inline-block;
    width: 18px;
    height: 19px;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 0px;
    border-right: 0px;
    background-image: url(/NC_Contents/Image/mix-icons.png);
    background-repeat: no-repeat;
    background-position: left -904px;
}
.theme-footer-bottom {
    font-size: 12px;
    color: rgb(114, 114, 125);
    display: flex;
    /*-webkit-box-pack: justify;*/
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 12px 8px 12px 5px;
}
.theme-footer-bottom-span {
    display: flex;
    flex: 1 1 0%;
}
.theme-footer-bottom-span-right{
    text-align:right;
}
.theme-footer-bottom-span-right > a {
    font-weight: 400;
}
.footer-bottom-links {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font: 500 12px Roboto, sans-serif;
    color: rgb(114, 114, 125);
    padding: 0px 37px 0px 0px;
}
.footer-bottom-links::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 0px;
    border-right: 0px;
    height: 12px;
    vertical-align: middle;
    width: 1px;
}
.people-group{
    color: rgb(0, 188, 213);
    text-decoration: none;
}
.theme-footer-right-text {
    color: rgb(155, 155, 155);
    font-size: 11px;
}
.footer-nav-href:hover {
     color: rgb(114, 114, 125);
     text-decoration: underline;
}
.footer-bottom-links:hover {
    color: rgb(114, 114, 125);
    text-decoration: underline;
}
.people-group:hover {
    color: rgb(0, 188, 213);
    text-decoration:underline
}
@media (max-width: 767px) {
    .desktop-header {
        display: none;
    }

    .mobile-header {
        display: block;
    }

    .mobile-top-bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 15px;
        background-color: #ff5a60;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
    }

    .mobile-logo img {
        height: 60px;
    }

    .mobile-menu-toggle {
        background: none;
        border: none;
        color: white;
        font-size: 24px;
        cursor: pointer;
    }

    .btn-upgrade-now {
        position: fixed;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #ff5a60;
        color: white;
        padding: 5px 15px;
        border-radius: 20px;
        text-decoration: none;
        font-weight: bold;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        z-index: 1001;
    }

    .mobile-menu {
        position: fixed;
        top: 50px;
        left: -100%;
        width: 80%;
        height: calc(100% - 50px);
        background-color: white;
        overflow-y: auto;
        transition: left 0.3s ease;
        z-index: 999;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    }

        .mobile-menu.active {
            left: 0;
        }

    .main-menu-dropdown {
        position: relative;
        margin: 15px;
    }

    .main-menu-toggle {
        width: 100%;
        padding: 12px 15px;
        background-color: transparent;
        color: #ff5a60;
        border: 1px solid #ff5a60;
        border-radius: 5px;
        font-size: 16px;    
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .main-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: white;
        border-radius: 5px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        z-index: 1;
        /*margin-top: 5px;*/
    }
    
    .main-menu.active {
        display: block;
    }

    .mobile-nav-link {
        display: block;
        padding: 12px 15px;
        color: #333;
        text-decoration: none;
        font-size: 16px;
        border-bottom: 1px solid #eee;
        transition: background-color 0.3s;
    }

        .mobile-nav-link:hover {
            background-color: #f9f9f9;
        }

        .mobile-nav-link .count-badge {
            float: right;
            background-color: #ff5a60;
            color: white;
            border-radius: 50%;
            padding: 2px 6px;
            font-size: 12px;
            position:static;
        }

    .mobile-bottom-nav,
    .mobile-help-section,
    .mobile-profile-section {
        margin-top: 10px;
    }

    .accordion-header {
        font-size: 18px;
        padding: 15px;
        cursor: pointer;
        background-color: #f0f0f0;
        border-bottom: 1px solid #ddd;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .accordion-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
        background-color: #fff;
    }

        .accordion-content.active {
            max-height: 500px; /* Adjust this value based on your content */
        }

        .accordion-content a {
            display: block;
            padding: 12px 15px;
            color: #333;
            text-decoration: none;
            font-size: 14px;
            border-bottom: 1px solid #eee;
            transition: background-color 0.3s;
        }

            .accordion-content a:hover {
                background-color: #f9f9f9;
            }

    .theme-footer {
        display: none;
    }
}

@media (min-width: 768px) {
    .mobile-header {
        display: none;
    }
}





.main-content-gap{
    height:400px;
}