
[type=submit] {
    -webkit-appearance: none;
}

ul.error {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
    color: #e74c3c;
    font-size: 0.85rem;
}

ul.error li {
    display: flex;
    align-items: center;
    gap: 8px;
}

input.error {
    border: 1px solid #e74c3c;
    background-color: #fdf2f2;
}

/* ---- TOP LEVEL GRID LAYOUT ---- */
.top-menu,
.basic-page-grid,
.selected-hypernode {
    height: 100%;
    display: grid;
    grid-template-columns: 485px auto;
    grid-template-rows: auto;
    grid-gap: 0;
    max-width: 100%;
    margin: 0 auto;
}
.no-sidebar .top-menu,
.no-sidebar .basic-page-grid {
    height: 100%;
    display: grid;
    grid-template-columns: 0 auto;
    grid-template-rows: auto;
    grid-gap: 0;
    max-width: 100%;
    margin: 0 auto;
}

.content-container {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.no-sidebar .content-container {
    max-width: 1400px;
    width: 1400px;
}
/* LAPTOP */
@media screen and (max-width: 1442px) {
    .top-menu,
    .basic-page-grid,
    .selected-hypernode {
        grid-template-columns: 393px auto;
    }
    .content-container {
        max-width: 820px;
        width: 100%;
    }
    .no-sidebar .content-container {
        max-width: 1161px;
        width: 1161px;
    }
}
@media screen and (max-width: 1240px) {
    .top-menu,
    .basic-page-grid,
    .selected-hypernode {
        grid-template-columns: 270px auto;
    }
    .content-container,
    .no-sidebar .content-container {
        max-width: 100%;
        width: 100%;
        padding: 0 37px;
    }
}
@media screen and (max-width: 900px) {
    .top-menu,
    .basic-page-grid,
    .selected-hypernode {
        grid-template-columns: 270px auto;
    }
    .content-container,
    .no-sidebar .content-container {
        max-width: 100%;
        width: 100%;
        padding: 0 37px;
    }
}
/* TABLET */
@media screen and (max-width: 768px) {

}
/* MOBILE */
@media screen and (max-width: 500px) {
    .top-menu,
    .basic-page-grid,
    .selected-hypernode {
        grid-template-columns: 100%;
    }
    .content-container,
    .no-sidebar .content-container {
        padding: 0 20px;
    }
}

/* ---- THEMES ---- */
.dark-blue-theme *,
.dark-blue-theme h1,
.dark-blue-theme h2,
.dark-blue-theme h3,
.dark-blue-theme h4,
.dark-blue-theme h5,
.dark-blue-theme h6,
.dark-blue-theme p,
.dark-blue-theme b,
.clear-dark-blue-theme h1,
.clear-dark-blue-theme h2,
.clear-dark-blue-theme h3,
.clear-dark-blue-theme h4,
.clear-dark-blue-theme h5,
.clear-dark-blue-theme h6,
.clear-dark-blue-theme p,
.clear-dark-blue-theme b {
    color: #FFFFFF;
}
.dark-blue-theme h1 span,
.dark-blue-theme h2 span {
    color: #FF7101;
}

/* ----------------- themes ------------------------------------*/
.dark-blue-theme,
.light-blue-theme,
.white-theme {
    position: relative;
}
.dark-blue-theme {
    background: #063b67;
}

.light-blue-theme {
    background:  url(/static/mirror/static.hypernode.com/img/background/isometric-bg-light.png) #EEF8FF;
    background-size: 100%;
}

.clear-dark-blue-theme {
    background: rgb(0,93,171);
}

.clear-light-blue-theme {
    background: #F8FCFF;
}

.clear-white-theme {
    background: #FFFFFF;
}
@media screen and (max-width: 1920px) {
    .dark-blue-theme,
    .light-blue-theme {
        background-size: 1936px;
    }
}

/* ---- HEADER ---- */
.light-blue-theme .top-menu,
.white-theme .top-menu {
    background: #063b67;
}
.logo-container {
    z-index: 99;
}
.logo.top {
    position: absolute;
    width: 243px;
    left: 0;
}
.bot-logo {
    display: none;
}
.top-nav {
    position: relative;
    text-align: center;
    padding: 0 20px;
}
.top-nav a {
    text-decoration : none;
}
.tool-title {
    display: inline-block;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 72px;
    letter-spacing: -0.5px;
    margin-bottom: 0;
}

.top-nav .user.navbar {
    position: absolute;
    right: 40px;
}
.top-nav .user {
    top: 0;
    padding: 0;
}
.top-nav .user img {
    margin-left: 10px;
    width: 40px;
}
.top-nav .user li.dropdown a,
.top-nav .user li.dropdown button {
    padding: 0;
    line-height: 72px;
    width: 100%;
    display: inline-block;
    position: relative;
    font-weight: 700;

    /* for the button */
    border: none;
    border-radius: 0;
}

.top-nav .user li.dropdown > a:hover {
    background: none;
    color: #FFFFFF;
}

.dropdown-toggle::after {
    display: none;
}
.top-nav .user.navbar .dropdown-menu {
    border-radius: 20px;
    padding: 0 20px 20px;
    width: auto;
    min-width: 250px;
    float: none;
    left: auto;
    right: 0;
}

.top-nav .user.navbar .dropdown-menu > li {
    position: relative;
    border-radius: 18px;
    line-height: 36px;
    height: 36px;
    margin-top: 7px;
}
.top-nav .user.navbar .dropdown-menu > li a {
    font-weight: 400;
    line-height: 36px;
    border-radius: 18px;
    padding: 0 18px;
}

.top-nav .user.navbar:hover .dropdown-menu {
    display: block;
}

.top-nav .user .dropdown-menu li a {
    color: #00366C;
}

.top-nav .user .dropdown-menu li a.cp.disabled:before {
    position: absolute;
    left: 0;
}
.top-nav .user .dropdown-menu p {
    position: relative;
    z-index: 1001;
    font-size: 14px;
    background: #E5EAF0;
    margin: 0 -20px;
    padding: 0 15px;
    line-height: 41px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 254px;
    color: #00366C;
    top: -10px;
}
/* end */
/* LAPTOP */
@media screen and (max-width: 1442px) {
    .tool-title {
        font-size: 30px;
        line-height: 2.83;
        letter-spacing: -0.4px;
    }
}
/* TABLET */
@media screen and (max-width: 768px) {
    .container-header {
        height: 100px;
    }
    .logo.top {
        top: 25px;
        width: 190px;
    }
    .tool-title {
        font-size: 19px;
        line-height: 4.3;
        letter-spacing: -0.25px;
    }
    .top-nav {
        padding: 0;
        top: 10px;
    }
    .top-nav .user li.dropdown {
        padding: 0 0 0 25px;
    }
    .user-logo {
        width: 32px;
    }
}
/* MOBILE */
@media screen and (max-width: 500px) {
    .container-header {
        height: 80px;
    }
    .logo.top {
        display: none;
    }
    .bot-logo {
        position: absolute;
        display: inline-block;
        top: 17px;
        left: 17px;
    }
    .top-nav {
        top: 0;
    }
    .tool-title {
        font-size: 15px;
        line-height: 5.5;
        letter-spacing: -0.29px;
    }
    .top-nav .user.navbar {
        right: 20px;
    }
}
/* ---- HYPERNODE DETAIL BAR ---- */
.selected-hypernode {
    height: 210px;
    background-color: rgba(125, 137, 157, 0.08);
}

/* LAPTOP */
@media screen and (max-width: 1442px) {
}
/* TABLET */
@media screen and (max-width: 768px) {
}
/* MOBILE */
@media screen and (max-width: 500px) {
}

/* ---- SIDEBAR ---- */
.sidebar {
    background: #F0F8FF;
    min-height: 300px;
    overflow: hidden;
}
.no-sidebar .sidebar {
    width: 0;
    height: 0;
    min-height: 0;
}
