﻿/* 
===============
GLOBAL STYLES
===============
*/
p {
    color: #777;
    line-height: 24px;
}

.header ul li a:hover {
    1 background: #dbf0fb;
    color: #00497b;
}

#main-logo {
    display: block;
    width: 180px;
}

.sidebar ul.nav-list > li > a {
    -moz-transition: background 0.1s;
    -webkit-transition: background 0.1s;
    border-bottom: 1px solid #ededde;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 0 8px 18px;
    text-decoration: none;
    transition: background 0.1s;
}

/* 
========================
CHECKBOX SWITCH STYLES
========================
*/
input[type="checkbox"].checkbox-switch {
    -moz-appearance: none;
    -webkit-appearance: none !important;
    -webkit-transition: all .2s ease-in-out !important;
    appearance: none !important;
    background: #ddd !important;
    border-radius: 3em;
    cursor: pointer;
    font-size: 24px !important;
    height: 1.0em !important;
    outline: none;
    position: relative;
    transition: all .2s ease-in-out !important;
    width: 2.0em;
}

    input[type="checkbox"].checkbox-switch:after {
        -webkit-box-shadow: 0 0 .25em rgba(0,0,0,.3) !important;
        -webkit-transform: scale(.7) !important;
        -webkit-transition: all .2s ease-in-out !important;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0 0 .25em rgba(0,0,0,.3) !important;
        content: "";
        height: 1.0em;
        left: 0 !important;
        position: absolute;
        transform: scale(.7) !important;
        transition: all .2s ease-in-out !important;
        width: 1.0em;
    }

    input[type="checkbox"].checkbox-switch:checked:after {
        left: calc(100% - 1.0em) !important;
    }

.checkbox-label {
    padding: 6px !important;
    width: 126px;
}

/* 
===========
LOGO STYLES
===========
*/

.main-navigation-logo > a:before {
    display: block !important;
    width: 180px !important;
}

/* 
=============
FOOTER STYLES
=============
*/

footer#footer {
    border-top: 1px solid #e5e5e5 !important;
    padding-top: 0 !important;
}

    #footer #header-footer {
        -webkit-box-shadow: none !important;
        background: white !important;
        box-shadow: none !important;
        position: relative !important;
        z-index: 0;
        border-bottom: 1px solid #d7d7d7 !important;
    }

    #footer .col-lg-6 {
        flex-grow: 1 !important;
        margin-top: 30px !important;
        max-width: 100% !important;
        padding: 25px 0 !important;
        text-align: center !important;
        width: 100% !important;
    }

        #footer .col-lg-6 + .col-lg-6, #footer .text-md-right {
            display: none !important;
        }

        #footer .col-lg-6 p {
            margin-bottom: 0 !important;
            text-align: center !important;
        }

    #footer .container {
        background:white !important;
        background-color: white !important;
        margin: 0 auto !important;
    }

        #footer .container .row > div {
            border-top: none !important;
            margin-bottom: 0 !important;
            margin: 0 !important;
        }

    #footer .dropdown-menu {
        display: block !important;
        min-width: auto !important;
        padding: 0 !important;
        position: relative !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

        #footer .dropdown-menu li {
            display: block !important;
            margin-bottom: 5px !important;
        }

            #footer .dropdown-menu li .dropdown-item.active {
                border-radius: 5px !important;
            }

            #footer .dropdown-menu li a {
                display: inline-block;
                padding: 6px 10px !important;
                width: auto !important;
            }

    #footer .dropdown-toggle {
        display: none;
    }

    #footer .header {
        background: white !important;
        background-color: white !important;
    }

        #footer .header ul li a.active, #footer .header ul li a.active:hover {
            background: #00497b !important;
            color: white !important;
            text-align: center;
        }

        #footer .header ul li a:hover {
            background: #dbf0fb;
            color: #00497b !important;
        }

    #footer .languages, #footer .profile-menu, .profile-menu-ul .btn.btn-link.btn-logout i {
        display: none !important;
    }

    #footer .main-menu {
        padding: 0 0 0 40px !important;
    }

    #footer .main-menu-ul {
        align-items: baseline;
        display: flex;
    }

        #footer .main-menu-ul li {
            flex-grow: 1 !important;
        }

    #footer .main-navigation {
        padding: 0 0 15px 0 !important;
    }

    #footer .main-navigation-logo {
        align-self: baseline;
    }

    #footer > .container {
        padding: 0 !important;
        padding: 40px 40px 0 !important;
    }

    #footer, #footer * {
        background: transparent !important;
        border: none !important;
        color: #1d263a !important;
        margin-top: 0 !important;
        position: inherit !important;
        text-align: initial;
    }




/* 
===============
REDOC STYLES
===============
*/

h1.sc-fujyAs.kudwlS {
    margin-bottom: 0;
}

div.api-info > h1.kudwlS.hDxFjs, h1.kudwlS, h2.kfOTos, .chOOHy {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

div.menu-content, redoc-wrap > div:first-child {
    background-color: white !important;
    background: white !important;
    width: 30% !important;
}

div[data-role="search:results"] {
    border-radius: 5px !important;
    margin: 10px 0 !important;
    padding: 10px !important;
}

div[role="search"] {
    margin-bottom: 15px;
}

div[role="search"], .scrollbar-container {
    background: white !important;
    border-radius: 10px !important;
    border: 1px solid #d7d7d7 !important;
    padding: 10px 20px !important;
}

label [role="menuitem"] {
    color: #1d263a !important;
    font-size: 14px;
    padding: 8px 0;
}

label[role="menuitem"] {
    color: #1d263a !important;
    font-size: 14px;
}

    label[role="menuitem"] + ul li label[role="menuitem"] {
    }

redoc {
    display: block !important;
    min-height: 150px;
    width: 100% !important;
    z-index: 100;
}

ul [role="menu"] li {
    border-bottom: 1px solid #d7d7d7 !important;
}

ul[role="menu"] {
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 0 !important;
}

    ul[role="menu"] + div {
    }

    ul[role="menu"] > li > label[role="menuitem"] {
        background: white;
    }

    ul[role="menu"] li:last-of-type {
        border-bottom: none !important;
    }

.api-content > div {
}

    .api-content > div > div, .api-content > div > div > div {
    }

    .api-content > div:first-child .api-info > h1 {
        border-bottom: 1px solid #d7d7d7 !important;
    }

.api-content h1 {
    font-size: 26px !important;
}

.api-content h1, .api-content h2, .api-content h5 {
    color: #1d2127;
    font-weight: 600;
    margin-top: 40px;
}

.api-content h5 {
    border-bottom: none !important;
    color: #005696 !important;
}

.api-info .dYAYxd, .api-info .jemPVh {
    display: none !important;
}

.api-info h1 + p, .getstarted .bCOLCR, .jzOqkP {
    display: none !important;
}

.apidocumentation .container .row img {
    display: block;
    margin: 0 auto !important;
    width: 70px;
}

    .apidocumentation .container .row img ~ redoc {
        display: none !important;
    }

.bBXGSV {
    width: 100% !important;
}

.bCOLCR {
    background: none !important;
}

.body-documentation .container {
    min-height: calc(100vh - 338px);
}

.chOOHy {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

    .chOOHy:last-child {
        min-height: auto !important;
    }

.dYGhuI {
    width: 530px;
}

.eXTKuo {
    margin-top: 5px !important;
}

.getstarted .bmhiuK {
    margin-bottom: 0 !important;
}

.getstarted .bmhiuK, .getstarted .hutltu {
    width: 100% !important;
}

.getstarted .hqgvLZ {
    width: 33% !important;
}

.getstarted > redoc .api-content ul {
    width: 90%;
}

.hqgvLZ {
    width: 20%;
}

.hutltu {
    margin-top: 40px !important;
}

    .hutltu.api-info {
        margin-top: 0 !important;
    }

.iONckA ~ div {
    margin-top: 40px;
}

.kzhJjR {
    padding: 0 !important;
}

.layout-api .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.menu-content {
    top: 145px !important;
}

.redoc-wrap {
    padding-bottom: 40px;
}

.sc-uxdHp .sc-uxdHp {
    padding-bottom: 10px !important;
}

.search-icon + .search-input {
    border-bottom: none !important;
    font-size: 0.85rem !important;
    padding: 5px 0 !important;
}
/*Pulsing animation*/
.pulse-animation {
    margin: 10px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

/* MODAL */

/* Modal content box */
.asee-modal-card {
    display: none; /* Hidden by default */
    z-index: 1001 !important; /* Sit on top of the overlay */
    left: 50% !important;
    top: 5% !important;
    transform: translate(-50%, 0%) !important;
    width:80%;
    max-width: 600px !important; /* Max width for larger screens */
    background-color: #fff !important;
    border: 1px solid #888 !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) !important;
    overflow: hidden !important; /* Hide overflow on the main modal container */
    margin: 0 auto !important; /* Center modal horizontally */
    position: fixed !important;
}



    .asee-modal-card .modal-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 15px;
        border-bottom: 1px solid #e9ecef;
        border-top-left-radius: .3rem;
        border-top-right-radius: .3rem;
    }

    .asee-modal-card .btn-primary {
        padding: .375rem .75rem;
        width: auto !important;
        height: auto !important;
        border-radius: 5px !important;
        float: none !important;
        display: inline-block !important;
        color: white !important;
    }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

/* Close button */
.asee-modal-card .close {
    padding: 15px;
    margin: -15px -15px -15px auto;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    cursor:pointer !important;
}

    .asee-modal-card .close:hover,
    .asee-modal-card .close:focus {
        color: #000;
        text-decoration: none;
        opacity: .75;
    }

/* Form styling */
    .asee-modal-card form {
        display: flex !important;
        flex-direction: column !important;
        max-height: none !important;
    }

    .asee-modal-card .form-column .api-product-field {
        margin-bottom: 15px !important; /* Add space between each form group */
    }

/* Container for two-column layout */
    .asee-modal-card .form-container {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 50px !important; /* Space between columns */
    }

/* Columns in the form */
    .asee-modal-card .form-column {
        flex: 1 !important;
        min-width: 280px !important; /* Ensure columns don't get too narrow */
    }

    .asee-modal-card form label {
        font-weight: bold !important;
        margin-bottom: 5px !important;
    }

    .asee-modal-card form input[type="text"],
    .asee-modal-card form input[type="url"],
    .asee-modal-card form input[type="file"],
    .asee-modal-card form select,
    .asee-modal-card form textarea {
        background-image: none;
        background-clip: padding-box;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
        display: block !important;
        color: #495057 !important;
        width: 100% !important;
        padding: .375rem .75rem;
        border: 1px solid #ced4da !important;
        border-radius: .25rem !important;
        box-sizing: border-box !important;
        font-size: 1rem !important;
        resize: vertical !important; /* Allow vertical resizing only */
        /*margin-top: 5px !important;*/ /* Add space between label and input */
    }

    .asee-modal-card .form-group {
        margin-bottom: 1rem;
    }

    .asee-modal-card h5 {
        color: inherit !important;
        font-family: inherit !important;
        
        font-weight: 500 !important;
        
        margin-top: 0;
        font-size: 1.25rem;
    }

    .asee-modal-card form input[type="text"]:disabled,
    .asee-modal-card form input[type="url"]:disabled,
    .asee-modal-card form input[type="file"]:disabled,
    .asee-modal-card form select:disabled,
    .asee-modal-card form textarea:disabled,
    .asee-modal-card form .form-control[readonly] {
        background-color: #e9ecef;
        opacity: 1;
    }



/* Modal content with scroll */
.asee-modal-card-content {
    width:100%!important;
    max-height: calc(100vh - 100px) !important; /* Ensure it doesn't touch the top and bottom */
    overflow-y: auto !important; /* Enable vertical scroll */
    padding: 0px 30px 30px 30px !important; /* Add padding to content */
}

/*      END   MODAL */
/* Modal overlay */
.overlay {
    display: none;
    position: fixed !important;
    z-index: 1000 !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(5px) !important;
}



/* Modal content box */
#addProductModal {
    display: none; /* Hidden by default */
    z-index: 1001 !important; /* Sit on top of the overlay */
    left: 50% !important;
    top: 5% !important;
    transform: translate(-50%, 0%) !important;
    width: 80% !important; /* Could be more or less, depending on screen size */
    max-width: 1000px !important; /* Max width for larger screens */
    background-color: #fff !important;
    border: 1px solid #888 !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) !important;
    overflow: hidden !important; /* Hide overflow on the main modal container */
    margin: 0 auto !important; /* Center modal horizontally */
    position: fixed !important;
}

    /* Modal content with scroll */
    #addProductModal .product-card-content {
        max-height: calc(100vh - 100px) !important; /* Ensure it doesn't touch the top and bottom */
        overflow-y: auto !important; /* Enable vertical scroll */
        padding: 60px 40px 30px 40px !important; /* Add padding to content */
     
    }

    /* Close button */
    #addProductModal .close {
        color: #aaa !important;
        font-size: 43px !important;
        font-weight: bold !important;
        position: absolute !important;
        top: 0px !important;
        right: 20px !important;
        padding: 10px !important;
    }

        #addProductModal .close:hover,
        #addProductModal .close:focus {
            color: #000 !important;
            text-decoration: none !important;
            cursor: pointer !important;
        }

    /* Form styling */
    #addProductModal form {
        display: flex !important;
        flex-direction: column !important;
        max-height: none !important;
    }

    #addProductModal .form-column .api-product-field {
        margin-bottom: 15px !important; /* Add space between each form group */
    }

    /* Container for two-column layout */
    #addProductModal .form-container {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 50px !important; /* Space between columns */
    }

    /* Columns in the form */
    #addProductModal .form-column {
        flex: 1 !important;
        min-width: 280px !important; /* Ensure columns don't get too narrow */
    }

    #addProductModal form label {
        font-weight: bold !important;
        margin-bottom: 5px !important;
    }

    #addProductModal form input[type="text"],
    #addProductModal form input[type="url"],
    #addProductModal form input[type="file"],
    #addProductModal form select,
    #addProductModal form textarea {
        width: 100% !important;
        padding: 7px !important;
        border: 1px solid #ccc !important;
        border-radius: 5px !important;
        box-sizing: border-box !important;
        font-size: 15px !important;
        resize: vertical !important; /* Allow vertical resizing only */
        /*margin-top: 5px !important;*/ /* Add space between label and input */
    }

/* Overriding styles for larger screens */
@media (min-width: 992px) {
    #addProductModal form[method="post"],
    #addProductModal form#tpp-certificate-details-form {
        padding: 0 !important;
        border-radius: 0 !important;
        background: none !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }
}



.flex-item.add-new {
    border: 2px dashed #007bff !important; /* Dashed border for a box look */
    background-color: #f8f9fa !important; /* Light background color */
    color: #007bff !important; /* Font color to match the border */
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s !important; /* Smooth transition for hover effects */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important; /* Light shadow for a floating effect */
}

    .flex-item.add-new:hover {
        background-color: #e2e6ea !important; /* Slightly darker background on hover */
        transform: scale(1.05); /* Slightly enlarge on hover */
    }

    .flex-item.add-new .home-category {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 18px !important;
        font-weight: bold;
    }

    .flex-item.add-new .material-icons {
        font-size: 48px; /* Larger icon size */
        margin-bottom: 10px;
    }


/* 
===============
LOADER STYLES
===============
*/
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex; /* Ensures flexbox is applied */
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    background-color: rgba(0, 0, 0, 0.5); /* Optional: Add a semi-transparent background */
    z-index: 9999; /* Ensures the loader is on top of other content */
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1); /* Light gray border */
    border-top-color: #09f; /* Blue color for the spinner's animation */
    width: 36px; /* Width of the spinner */
    height: 36px; /* Height of the spinner */
    border-radius: 50%; /* Makes it a circle */
    animation: spinLoader 1s linear infinite; /* Spinner rotation animation */
}

@keyframes spinLoader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* 
===============
MESSAGE MODAL STYLES
===============
*/
.message-modal-overlay {
    display: none;
    position: fixed !important;
    z-index: 1000 !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(5px) !important;
}


/*body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
}*/

/* 
===============
NOTIFICATION STYLES
===============
*/
/* Notification container */
.notification {
    z-index: 2147483647; /*highest*/
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #1d4ed8; /* Deep Blue */
    color: white;
    padding: 16px 20px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    width: 300px;
    max-width: 90%;
}

    .notification.show {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

/* Notification header */
.notification-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    margin-bottom: 8px;
}

    .notification-header .title {
        font-size: 16px;
    }

/* Close button */
.notification .close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

    .notification .close-btn:hover {
        color: #ffd700; /* Gold */
    }

/* Notification message */
.notification .message {
    font-size: 14px;
    line-height: 1.5;
}

/* Optional icon */
.notification-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #2563eb; /* Lighter Blue */
    border-radius: 50%;
    margin-right: 12px;
    font-size: 18px;
    flex-shrink: 0;
    animation: ringBell 2s infinite ease-in-out;
}

.notification-content {
    display: flex;
    align-items: flex-start;
}

@keyframes ringBell {
    0% {
        transform: rotate(0);
    }

    10% {
        transform: rotate(-15deg);
    }

    20% {
        transform: rotate(15deg);
    }

    30% {
        transform: rotate(-10deg);
    }

    40% {
        transform: rotate(10deg);
    }

    50% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
    /* Pause */
}


/* Desktop */
@media (min-width:992px) {

    /* 
    ===============
    HEADER STYLES
    ===============
    */
    #header {
        position: fixed !important;
        top: 0;
        display: block !important;
        width: 100% !important;
        box-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.4) !important;
        -webkit-box-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.4) !important;
        z-index: 1000;
    }

        #header .header {
            position: relative !important;
            max-width: 1140px !important;
            margin: 0 auto !important;
        }

    /* 
    ===============
    BUTTON STYLES
    ===============
    */
    .btn {
        display: inline-block;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        border: 1px solid transparent;
        cursor: pointer;
    }

        .btn + .btn {
            margin-left: 5px !important;
        }

    /* 
    ===============
    FOOTER STYLES
    ===============
    */
    #footer .header {
        display: block;
    }

    /* 
    ===============
    DOCUMENTATION STYLES
    ===============
    */
    .header-documentation + .container, .body-documentation > .container {
        padding: 40px !important;
        background: white;
        background-color: white;
    }

    /* 
    ===============
    FORM STYLES
    ===============
    */
    form[method="post"],
    form#tpp-certificate-details-form {
        padding: 25px !important;
        border-radius: 10px;
        background: white !important;
        box-shadow: 0px 5px 24px -12px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 5px 24px -12px rgba(0, 0, 0, 0.2);
    }

    .modal-footer > :not(:first-child) {
        margin-left: 0.25rem !important;
        margin-right: 0rem !important;
    }

    /* 
    ===============
    CONTAINER STYLES
    ===============
    */
    #index-slick > .container {
        padding: 40px !important;
    }

    /* 
    ===============
    NAVIGATION STYLES
    ===============
    */
    .dropdown {
        position: relative !important;
    }

        .dropdown > a {
            width: auto !important;
            display: inline-block;
        }

    .header ul.dropdown-menu {
        padding: 10px !important;
        border-radius: 8px;
        border: 1px solid rgba(0,0,0,.15) !important;
        box-shadow: 0px 5px 24px -12px rgba(0, 0, 0, 0.4) !important;
        -webkit-box-shadow: 0px 5px 24px -12px rgba(0, 0, 0, 0.4) !important;
    }

    .dropdown:hover .dropdown-menu {
        display: block !important;
        max-height: none !important;
    }


    .dropdown-menu li, .dropdown-menu li a {
        display: block;
        width: 100%;
        cursor: pointer !important;
    }

        .dropdown-menu li a {
            white-space: nowrap !important;
        }

        .dropdown-menu li:first-child .dropdown-item.active {
            border-radius: 5px 5px 0 0 !important;
        }

        .dropdown-menu li:last-of-type .dropdown-item.active {
            border-radius: 0 0 5px 5px !important;
        }

    .dropdown-menu {
        border-radius: 5px;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        float: none !important;
        min-width: auto !important;
        margin: 0 !important;
        text-align: left;
        list-style: none;
        background-color: white !important;
        /*border: none !important;*/
    }

    .dropdown-menu, .header-btn-collapse-nav {
        display: none;
    }

    .dropdown-toggle::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }

    .header ul {
        margin: 0 !important;
        padding: 0 !important;
    }

        .header ul li a {
            text-decoration: none;
            border-radius: 5px;
        }

            .header ul li a.active,
            .header ul li a.active:hover {
                color: white !important;
                background: #00497b;
            }

            .header ul li a.active-submenu,
            #footer .header ul li a.active-active-submenu {
                color: #00497b;
                background: #bce4fa;
            }

    .header-leng {
        text-align: right !important;
		background-color: #edeeee;
    }

        .header-leng li {
            display: inline-block;
            margin: 0 !important;
            padding: 0 !important;
            overflow: visible;
        }

    .languages {
        border-radius: 0 0 5px 0;
    }

        .languages a:hover {
            color: white !important;
            background: none !important;
        }

        .languages a.btn-link {
            cursor: pointer;
            font-size: 13px !important;
            text-transform: capitalize;
            padding: 5px 10px !important;
            color: #404245 !important;
            background: none !important;
        }

    .main-navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex !important;
        flex-wrap: nowrap !important;
        padding: 15px 0 !important;
        height: auto !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex !important;
        flex-wrap: nowrap !important;
        padding: 15px 0 !important;
        height: auto !important;
        align-items: center !important;
        justify-content: center !important;
        flex-grow: 1;
        padding: 0 !important;
    }

    .main-menu {
        flex-grow: 1;
        padding: 0 40px !important;
    }

    .profile-menu + ul {
        display: none !important;
    }

    .main-menu-ul, .profile-menu-ul, .header-leng {
        list-style: none !important;
    }

        .main-menu-ul * {
            margin: 0 !important;
            padding: 0 !important;
        }
        .profile-menu-ul li:nth-child(3) a,
        .profile-menu-ul li:nth-child(3) a.active {
            padding: 10px !important;
            border: 1px solid lightgray;
            line-height: 17px;
        }

            .profile-menu-ul li:nth-child(3) a:hover {
                background: #dbf0fb;
            }

        .profile-menu-ul li:nth-child(1) a,
        .profile-menu-ul li:nth-child(1) a.active {
            padding: 10px !important;
            border: 1px solid lightgray;
            line-height: 17px;
        }

            .profile-menu-ul li:nth-child(1) a:hover {
                background: #dbf0fb;
            }

        .profile-menu-ul li.username {
            display: inline-block !important;
            background: white !important;
            background-color: white !important;
            color: #1D263A !important;
            line-height: 40px !important;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            font-weight: bold;
            text-align: center;
            text-transform: uppercase;
        }

        .profile-menu-ul .btn.btn-link.btn-logout {
            border: none !important;
        }

        .profile-menu-ul li:nth-child(2) a,
        .profile-menu-ul .btn.btn-link.btn-logout {
            color: white !important;
            background: #ff7900 !important;
            padding: 10px !important;
            text-transform: capitalize;
            line-height: 1.5;
            font-size: 14px !important;
            border-radius: 5px;
            line-height: 20px;
        }

            .profile-menu-ul li:nth-child(2) a:hover,
            .profile-menu-ul .btn.btn-link.btn-logout:hover {
                color: white !important;
                background: #cf6302 !important;
            }

        .profile-menu-ul form {
            display: inline-block !important;
            padding: 0 !important;
            border-radius: 5px !important;
            background: none !important;
            box-shadow: none !important;
        }

        .main-menu-ul li, .profile-menu-ul li {
            display: inline-block !important;
            line-height: inherit !important;
            margin-right: 5px !important;
            padding: 0 !important;
            cursor: pointer !important;
        }

    .main-menu-ul li:last-child, .profile-menu-ul li:last-child {
        margin-right: 0 !important;
    }

    .main-menu-ul li a, .profile-menu-ul li a, .main-menu-ul li a, .profile-menu-ul li a {
        padding: 8px 10px !important;
    }

    .main-menu-ul li a, .profile-menu-ul li a, .dropdown-menu li a, .dropdown-menu li a {
        font-size: 14px;
    }
    /* 
            ===============
            PROFILE STYLES
            ===============
            */
    .profile-menu-ul li a,
    .profile-menu-ul form button {
        border-radius: 5px;
    }

    .profile-menu-ul li:nth-child(2) a,
    .profile-menu-ul form button {
        background: white !important;
        color: #00497b !important;
    }

        .profile-menu-ul li:nth-child(2) a.active,
        .profile-menu-ul form button.active {
            background: #bce4fa !important;
            color: #00497b !important;
        }

        .profile-menu-ul li:nth-child(2) a:hover,
        .profile-menu-ul form button:hover {
            background: #bce4fa !important;
            color: #00497b !important;
        }

    .profile-menu-ul li a, .profile-menu-ul form button {
        padding: 0px !important;
        display: block !important;
        text-align: center !important;
    }

    .profile-menu-ul li a, .profile-menu-ul form button {
        font-size: 13px !important;
        line-height: 40px;
    }

        .profile-menu-ul li a:hover, .profile-menu-ul form button:hover {
            background: #dbf0fb !important;
        }
}

/* Mobile */
@media (max-width: 991px) {

    /* 
===============
GENERAL STYLES
===============
*/

    body:not(.mobile) > form[method="post"],
    form#tpp-certificate-details-form,
    form#register-create-form,
    form#tpp-certificate-form {
        padding: 25px !important;
        margin-bottom: 20px !important;
        border-radius: 10px;
        background: white !important;
        box-shadow: 0px 5px 24px -12px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 5px 24px -12px rgba(0, 0, 0, 0.2);
    }

    li {
        line-height: unset;
    }

    .container {
        max-width: 100%;
    }

    /* 
===============
HEADER STYLES
===============
*/

    #header {
        position: fixed !important;
        top: 0;
        display: block !important;
        width: 100% !important;
        box-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.4) !important;
        -webkit-box-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.4) !important;
        z-index: 1000;
    }

        #header .header {
            position: relative !important;
            max-width: 1140px !important;
            margin: 0 auto !important;
        }

    .header ul {
        margin: 0 !important;
        padding: 0 !important;
    }

        .header ul li a.active, .header ul li a.active:hover {
            background: unset !important;
            color: unset !important;
        }

        .header ul li a.active-submenu,
        #footer .header ul li a.active-active-submenu {
            color: #00497b;
            background: #bce4fa;
        }

    .header-leng {
        text-align: right !important;
    }

        .header-leng li {
            display: inline-block;
            margin: 0 !important;
            padding: 0 !important;
            overflow: visible;
        }

    .header-documentation + .container, .body-documentation > .container {
        padding: 20px !important;
        background: #f5f5f5;
        background-color: #f5f5f5;
    }

    .header-documentation.terms-header + .body-documentation.textor > .container {
        padding: 20px 0 !important;
    }

    #footer > .container {
        padding: 0 40px 0 !important;
    }

    #footer .header {
        display: none;
    }

    #index-slick > .container {
        padding: 20px !important;
    }

    #index-slick .main-header {
        padding: 40px 40px 140px !important;
    }

    /* 
===============
NAVIGATION STYLES
===============
*/
    .main-menu, .profile-menu {
        padding: 0 !important;
        width: 100% !important;
    }

    .main-navigation {
        height: 69px !important;
        padding: 13px 0 6px !important;
    }

    .main-navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex !important;
        flex-wrap: nowrap !important;
        padding: 15px 0 !important;
        height: auto !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .main-navigation-logo {
        flex-grow: 1;
        padding-left: 20px;
    }

    .languages {
        border-radius: 0 0 5px 0;
        position: relative;
        width: 100%;
        z-index: 999999;
    }

        .languages .btn {
            display: inline-block;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            border: 1px solid transparent;
        }

        .languages a:hover {
            color: white !important;
            background: none !important;
        }

        .languages a.btn-link {
            cursor: pointer;
            font-size: 13px !important;
            text-transform: capitalize;
            padding: 5px 10px !important;
            color: white !important;
            background: none !important;
        }

    .col-md-3 {
        margin-bottom: 40px !important;
    }
    /* 
===============
MOBILE STYLES
===============
*/

    .mobile {
        background: white;
        display: block !important;
        font-size: 1.2em;
        height: calc(100vh - 96px);
        overflow-y: auto;
        padding: 0px 0;
        position: fixed;
        right: -100vw;
        top: 99px;
        transition: right 0.6s ease;
        width: 100vw;
    }

        .mobile .dropdown-item {
            color: #333 !important;
            display: block !important;
            position: relative !important;
            text-decoration: none !important;
        }

        .mobile .dropdown-menu {
            background-color: #f7f7f7;
            border: 0;
            display: block;
            max-height: 0;
            overflow: hidden;
            position: static;
            top: auto;
            transition: max-height 0.3s ease-in-out;
            width: 100%;
        }

            .mobile .dropdown-menu li {
                padding-left: 0px;
            }

                .mobile .dropdown-menu li a {
                    font-size: 1.0em;
                }

                    .mobile .dropdown-menu li a::before {
                        color: #00315a; /*#9cf;*/
                        content: '→';
                        margin-right: 8px;
                    }

                    .mobile .dropdown-menu li a:hover {
                        background-color: #e6e6e6;
                    }

                .mobile .dropdown-menu li:last-child {
                    border-bottom: none;
                }

        .mobile .dropdown-toggle::after {
            border: 0 !important;
            color: #00315a;
            content: '>';
            display: inline-block;
            font-size: 20px;
            height: auto;
            position: absolute;
            right: 26px;
            transform: rotate(90deg);
            transition: transform 0.3s ease-in-out;
            width: auto;
        }

        .mobile .dropdown.active + li a {
            box-shadow: rgba(0,0,0,0.2) 0px -8px 10px -5px;
        }

        .mobile .dropdown.active .dropdown-menu {
        }

        .mobile .dropdown.active .dropdown-toggle::after {
            transform: rotate(270deg);
        }

        .mobile .dropdown.active > .dropdown-toggle {
            box-shadow: 0 8px 10px -5px rgba(0,0,0,0.2);
        }

        .mobile a.dropdown-toggle {
            cursor: pointer;
        }

        .mobile li a {
            /*border-bottom: 0.5px solid #008cff;*/ /*#75b8fb;*/ /*#9cf;*/
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
            display: block;
            padding: 1rem 2.0rem;
            position: relative;
        }

        .mobile ul {
            list-style-type: none !important;
            margin: 0 !important;
            padding: 0 !important;
        }

        .mobile.fadeIn {
            right: 0vw;
        }

    /* 
===============
BURGER STYLES
===============
*/

    .burger {
        cursor: pointer;
        position: relative;
        right: 20px;
        width: 30px;
        height: 20px;
        transform: rotate(180deg);
        transition: 400ms;
    }

        .burger span {
            background-color: #000;
            height: 3px;
            width: 100%;
            display: block;
            margin: 4px 0;
            transition: transform 0.3s ease, margin 0.3s ease, opacity 0.3s ease;
        }

        .burger.active span:nth-child(1) {
            transform: translateY(8px) rotate(45deg);
        }

        .burger.active span:nth-child(2) {
            opacity: 0;
        }

        .burger.active span:nth-child(3) {
            transform: translateY(-8px) rotate(-45deg);
        }

    /* 
===============
CONTENT & LAYOUT STYLES
===============
*/

    .main-header h1 {
        font-size: 2rem !important;
        line-height: 42px;
    }

    .main-header p {
        line-height: 1.6rem;
        font-size: 1.1rem !important;
    }

    .main .container-fluid {
        padding: 96px 0 0 0 !important;
    }

    .body-documentation .container {
        min-height: calc(100vh - 293px);
    }

    .flex-container {
        display: block !important;
    }

    .flex-item {
        margin-bottom: 2rem !important;
    }

    /* 
===============
FOOTER STYLES
===============
*/

    /* You can place footer specific styles here, seems missing from the provided CSS */

    /* 
===============
PROFILE STYLES
===============
*/
    .profile-menu .btn-logout {
        border: 0;
        font-size: 1.0em !important;
        padding: 1rem 2.0rem;
        text-align: left;
        width: 100%;
        border-radius: unset;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    }

    .profile-menu .username {
        display: none;
    }

    .profile-menu-ul .btn.btn-link.btn-logout::before, .profile-menu-ul li:nth-child(2) a::before {
        color: #00315a;
        content: '\1F512';
        font-size: 14px;
        margin-right: 8px;
        position: absolute;
        right: 15px;
    }
}

@media (max-width: 768px) {
    aside.sidebar {
        margin-right: 0 !important;
    }
}
