/*

Green- 117f7e
Yellow - cba329

*/


@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
.bg-green { background-color:#117f7e; color:#fff; }
.bg-yellow { background-color:#cba329; color:#000; }


body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 0px 10px;
    background: #117f7e;
    border: none;
    border-radius: 0;
    margin-bottom:5px;
/*    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);*/
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    perspective: 1500px;
}


#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #117f7e;
    color: #fff;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;  position: sticky; 
}

#sidebar.active {
    margin-left: -250px;
    transform: rotateY(100deg);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #fff;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 0.8em;
    display: block; border-bottom: 1px solid #085655;
}
#sidebar ul li a:hover {
    color: #117f7e;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #000;
    background: #cba329;
}


a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #745800;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #117f7e;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding:0px;
    min-height: 100vh;
    transition: all 0.3s;
}
.page{ padding:5px 10px 0px 20px; }
#sidebarCollapse {
/*    width: 40px;
    height: 40px;
    background: #f5f5f5;
    cursor: pointer;*/

width: 30px;
    height: 30px;
    background: #f5f5f5;
    cursor: pointer;
    border-radius: 5px;
    margin: 3px;


}

#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #555;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}

#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}
#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}


#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
        transform: rotateY(90deg);
    }
    #sidebar.active {
        margin-left: 0;
        transform: none;
    }
    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    #sidebarCollapse.active span {
        margin: 0 auto;
    }
    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }
    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }
    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }

    }

    .btn-sm {
        padding: .15rem .15rem;
        font-size: .775rem !important;
        line-height: 1.5;
        border-radius: .2rem;
    }

    /*indexing, registration and licensing details */
        :root {
        --brand-green: #117f7e;
        --brand-green-dark: #0d6665;
        --brand-green-light: #1c9a98;
        --brand-yellow: #cba329;
        --brand-yellow-dark: #b28d20;
        --brand-white: #ffffff;
        --page-bg: #f4f8f8;
        --text-dark: #1f2937;
        --text-muted: #64748b;
        --border-soft: #d7e3e3;
    }

    .premium-card {
        border: none;
        border-radius: 22px;
        overflow: hidden;
        box-shadow: 0 14px 35px rgba(17, 127, 126, 0.10);
        background: #fff;
        margin-bottom: 24px;
    }

    .premium-card-header {
        background: #ffffff;
        border-bottom: 1px solid #e8f0f0;
        padding: 18px 22px;
    }

    .premium-card-body {
        padding: 22px;
        background: #ffffff;
    }

    /* EXACT section title style from your premium UI */
    .section-title {
        margin: 25px 0 18px;
        padding: 12px 16px;
        border-left: 5px solid var(--brand-yellow);
        background: rgba(17, 127, 126, 0.06);
        border-radius: 10px;
        color: var(--brand-green-dark);
        font-weight: 700;
        font-size: 15px;
    }

    .premium-collapse-btn {
        background: none !important;
        border: none !important;
        box-shadow: none !important;
        text-decoration: none !important;
        color: var(--brand-green-dark) !important;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.5;
        padding: 0 !important;
        white-space: normal;
        word-break: break-word;
        max-width: 100%;
    }

    .premium-collapse-btn:hover,
    .premium-collapse-btn:focus {
        text-decoration: none !important;
        color: var(--brand-green) !important;
        outline: none !important;
    }

    .premium-link {
        color: var(--brand-green-dark) !important;
        font-weight: 600;
        text-decoration: none !important;
        transition: all 0.2s ease;
    }

    .premium-link:hover {
        color: var(--brand-yellow-dark) !important;
        text-decoration: none !important;
    }

    .premium-subtitle {
        color: var(--brand-green-dark);
        font-weight: 700;
        font-size: 15px;
        margin-bottom: 14px;
    }

    .premium-field {
        margin-bottom: 16px;
    }

    .premium-field-label {
        display: block;
        color: var(--text-muted);
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 4px;
    }

    .premium-field-value {
        display: block;
        color: var(--text-dark);
        font-weight: 700;
        font-size: 14px;
        word-break: break-word;
    }

    .premium-status-box {
        display: inline-block;
        padding: 8px 14px;
        border-radius: 999px;
        background: rgba(17, 127, 126, 0.08);
        color: var(--brand-green-dark);
        font-weight: 700;
        font-size: 13px;
        border: 1px solid rgba(17, 127, 126, 0.12);
    }

    .premium-divider {
        border: 0;
        border-top: 1px solid #e2ecec;
        margin: 20px 0;
    }

    @media (max-width: 767px) {
        .premium-card-header,
        .premium-card-body {
            padding: 16px;
        }
    }

/* details end*/

/* Indexing Registration, Licensing View */
