body {
    background-color: #F4F5F5;
}

.tooltip {
    position: relative;
    display: inline-block;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10%;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
HEADER SEARCH CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
* {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}

.header-dropdown-menu-container .header-dropdown-menu a {
    color: #063249;
    white-space: nowrap;
}

.header-dropdown-menu {
    width: 100%;
    font-size: 0px;
    display: table;
}

.header-dropdown-menu  > * {
    font-size: 15px;
}

.header-dropdown-menu-container {
    margin: 0 auto;
    background: #D8F3EC;
}

.header-dropdown-menu a.api-discovery-header-logo {
    display: inline-block;
    padding: 0.8em 1.5em;
    /* width: 14%; */
    float: left;
    display: inline-table;
}

.header-dropdown-menu a#id_organization_logo {
    padding: 1em 1em;
}

.header-dropdown-menu a.api-discovery-header-logo #organization_logo {
    margin-right: 1px;
    max-width: 40px;
}

.header-dropdown-menu a.api-discovery-header-logo > div{
    font-size: 0px;
    display: inline-block;
}

.header-dropdown-menu > ul img {
    max-width: 100%;
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}

.menu-dropdown-icon > a {
    cursor: pointer;
}

.header-dropdown-menu > ul {
    margin: 0 auto;
    width: 70%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .header-dropdown-menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
    clear: right;
    display: inline-block;
}

.header-dropdown-menu > ul:before,
.header-dropdown-menu > ul:after {
    content: "";
    display: table;
}

.header-dropdown-menu > ul:after {
    clear: both;
}

.header-dropdown-menu > ul > li {
    float: left;
    background: #D8F3EC;
    padding: 0;
    margin: 0;
}

.header-dropdown-menu > ul > li a {
    text-decoration: none;
    padding: 1.5em 2em;
    display: block;
}

.header-dropdown-menu > ul > li:hover {
    background: #f0f0f0;
}

.header-dropdown-menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding: 20px 40px;
    position: absolute;
    z-index: 9999999999;
    left: -2vw;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 10%);
}

.header-dropdown-menu > ul > li > ul:before,
.header-dropdown-menu > ul > li > ul:after {
    content: "";
    display: table;
}

.header-dropdown-menu > ul > li > ul:after {
    clear: both;
}

.header-dropdown-menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.header-dropdown-menu > ul > li > ul > li a {
    color: #777;
    padding: .2em 0 !important;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    cursor: default;
}

.header-dropdown-menu > ul#profile-dropdown-ul > li > ul > li a {
    padding: 0.8em 0 !important;
}

/* .header-dropdown-menu > ul > li > ul > li a:hover{
    color:#03a9f4;
} */

.header-dropdown-menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.header-dropdown-menu > ul > li > ul > li > ul:before,
.header-dropdown-menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.header-dropdown-menu > ul > li > ul > li > ul:after {
    clear: both;
}

.header-dropdown-menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.header-dropdown-menu > ul > li > ul > li > ul > li a {
    border: 0;    
    font-size: 12px !important;
    font-weight: normal;
    cursor: pointer;
}

.header-dropdown-menu > ul > li > ul > li > ul > li a > i { 
    font-size: 1.2em !important;
}

.header-dropdown-menu > ul > li > ul > li > ul > li a:hover,
.header-dropdown-menu > ul > li > ul.normal-sub > li a:hover  {
    color: #00AE50;
    cursor: pointer;
}

.header-dropdown-menu > ul > li > ul > li > ul > li a > .fas,
.header-dropdown-menu > ul > li > ul > li > ul > li a > .far,
.header-dropdown-menu > ul > li > ul.normal-sub > li a > .fas {
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

.header-dropdown-menu > ul > li > ul > li > ul > li a > img,
.header-dropdown-menu > ul > li > ul > li > ul > li a > img,
.header-dropdown-menu > ul > li > ul.normal-sub > li a > img {
    width: 20px !important;
    height: 14px !important;
    margin-right: 10px;
    text-align: center;
    vertical-align: sub;
}


.header-dropdown-menu > ul > li > ul.normal-sub {
    width: 200px;
    left: auto;
    padding: 10px 20px;
}

.header-dropdown-menu > #profile-dropdown-ul ul.normal-sub {
    width: auto;
    right: 0px;
    padding: 5px 20px;
}

.header-dropdown-menu > ul#profile-dropdown-ul > li > ul.normal-sub {
    right: 0px;
}


.header-dropdown-menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.header-dropdown-menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}

.header-dropdown-menu-container  > .header-dropdown-menu > ul:not(#login-button-ul) {
    pointer-events: none;
}

/* header - profile dropdown section css */
#profile-dropdown-ul {
    width: 10%;
    float: right;
}

#profile-dropdown-ul > li.menu-dropdown-icon {
    white-space: nowrap;
    width: 100%;
}

#profile-dropdown-ul > li.menu-dropdown-icon > a.header-profile-icon {
    padding: 1em 1em;
}

.header-dropdown-menu > #profile-dropdown-ul > li > ul > li a {
    font-size: 12px;
    font-weight: normal;
}

/* header - login section css */
.header-dropdown-menu > #login-button-ul {
    width: 10%;
    float: right;
}

.header-dropdown-menu > ul#login-button-ul > li {
    padding-bottom: 1px;
    float: initial;
    text-align: center;
    cursor: pointer;
}

.header-dropdown-menu > ul#login-button-ul > li > a > span > .far {
    vertical-align: middle;
    margin-left: 10px;
}

/* header - searchbar section css */
.header-dropdown-menu > ul > li#id-header-searchbar {
    background-color: #D8F3EC !important;
    cursor: default;
}

.header-dropdown-menu > ul > li#id-header-searchbar > a {
    padding: 1em 2em !important;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
HEADER CSS - MOBILE  
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 959px) {
    .header-dropdown-menu-container {
        width: 100%;
    }
    .header-dropdown-menu-container .header-dropdown-menu{
        display:inline-block;
    }
    .menu-mobile {
        display: block;    
        float: right;    
        padding: 20px 20px 0;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .header-dropdown-menu > ul {
        display: none;
        width:100%;
    }
    .header-dropdown-menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }
    .header-dropdown-menu > ul > li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }
    .header-dropdown-menu > ul > li > ul {
        position: relative;    
        padding: 0 40px;
    }
    .header-dropdown-menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .header-dropdown-menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .header-dropdown-menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .header-dropdown-menu > ul > li > ul > li > ul {
        position: relative;
    }
    .header-dropdown-menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .header-dropdown-menu .show-on-mobile {
        display: block;
    }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
HEADER CUSTOM CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header-dropdown-menu-container .header-dropdown-menu .api-discovery-logo {
    height: 35px;
    vertical-align: middle;
    margin-top: 7px;
}

.header-dropdown-menu a.api-discovery-header-logo #organization_logo img {
    width: 100%;
    max-width: 40px;
    vertical-align: middle;
    height: 100%;
    margin-right: 10px;
}

#profile-dropdown-ul #header-default-profile {
    width: 40px;
    height: 40px;
    border-radius: 30%;
    background: var(--main-link-hover-color) !important;
    font-size: 20px;
    line-height: 40px;
    color:white;
    text-align: center;
    margin-right: 10px;
    display:none;
}

#profile-dropdown-ul #header-my-profile{
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 30%;
    line-height: 40px;
    text-align: center;
    /* margin-right: 10px; */
    display:none;
}

#profile-dropdown-ul #user-first-name {
    width: 85px;
    max-width: 85px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-dropdown-menu > ul#profile-dropdown-ul #notification-circle {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background-color: transparent;
    margin-left: -10px;
    margin-bottom: -17px;
    margin-right: 10px;
}

.header-dropdown-menu > ul#profile-dropdown-ul #notification-circle.on {
    background-color: red !important;
}

.header-dropdown-menu > ul#profile-dropdown-ul #msg_count {
    border-radius: 50%;
    background-color: red;
    color: white;
    margin-left: 10px;
    width: 15px;
    height: 15px;
    font-size: 9px;
    display: inline-block;
    text-align: center;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
UPGRADE NOW FEATURES CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* .premium_feature span:not(.upgrade_now) {
    opacity: 0.3;
} */
.header-dropdown-menu .upgrade_now {
    float: right;
    margin-right: 10px;
    display: none;
    color: #00AE50;
}

.header-dropdown-menu .premium_feature > .upgrade_now {
    display: block !important;
}

/* css for 13inch screens */
@media only screen and (max-width: 1475px) {
    .header-dropdown-menu-container.header-landing-page-menu-container > .header-dropdown-menu > ul {
        width: 60%;
    }

    .header-dropdown-menu-container.header-landing-page-menu-container > .header-dropdown-menu > ul#profile-dropdown-ul {
        width: 15%;
    }

    div[class="header-dropdown-menu-container "] > .header-dropdown-menu > a.api-discovery-header-logo {
        padding: 1em 1.5em;
    }

    div[class="header-dropdown-menu-container "] > .header-dropdown-menu > ul > li a {
        padding: 1.5em 1.5em;
    }
    
    div[class="header-dropdown-menu-container "] > .header-dropdown-menu > ul#profile-dropdown-ul {
        width: 12% !important;
    }
}

@media only screen and (max-width: 1330px) {
    div[class="header-dropdown-menu-container "] > .header-dropdown-menu > ul {
        width: 65%;
    }

    div[class="header-dropdown-menu-container "] > .header-dropdown-menu > ul#profile-dropdown-ul {
        width: 15% !important;
    }

    #id-header-searchbar input.header-fa-search {
        width: 10vw !important;
    }
}

@media only screen and (max-width: 1140px) {
    div[class="header-dropdown-menu-container "] > .header-dropdown-menu > ul {
        width: 85%;
    }

    div[class="header-dropdown-menu-container "] > .header-dropdown-menu > a.api-discovery-header-logo {
        display: none;
    }
}