@font-face {
    font-family: 'ES Klarheit Grotesk';
    src: url('../fonts/ESKlarheitGrotesk-Rg') format('(ttf)');
}

body {
    font-family: 'ES Klarheit Grotesk';
    background-color: #fff !important;
}

.logo span {
    font-family: 'ES Klarheit Grotesk';
}

body, h1, h2, h3, h4, h5, h6, label, span, button, div, p, select, strong {
    font-family: 'ES Klarheit Grotesk' !important;
}
/*** common components ***/
ul {
    padding-inline-start: 0px !important;
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: super;
    border-bottom: 0px !important;
}

:focus {
    outline: 0;
}

.right-navigation ul {
    display: flex;
    justify-content: space-between;
    padding-right: 6px;
}

.user-details ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

button:focus, input:focus, select:focus {
    outline: 0 !important;
}

a, a:hover {
    text-decoration: none;
}


select {
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: window;
    background-image: url(../images/dropdownmd.png);
    background-repeat: no-repeat;
    background-position: right 8px center;
    display: block;
    width: 100%;
    text-indent: 8px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-right: 30px;
    margin-bottom: 30px;
}

    select.ic_slect.select-role {
        background-image: url(../images/dropdownsm.png);
        height: 25px;
        line-height: 20px;
        font-size: 11px;
        border: 0px;
        padding-right: 26px;
        color: #006FBA;
        text-indent: 0px;
        font-weight: 500;
        margin-bottom: 0px;
    }

        select.ic_slect.select-role:after {
            background-image: url(../images/dropdownsm.png);
            content: "";
            position: absolute;
            right: 0px;
        }

        select.ic_slect.select-role:focus {
            border: 0px;
        }

    select option {
        line-height: 35px;
        color: #212121;
        line-height: 20px;
    }

    select.ic_slect option:hover {
        color: #00008C;
    }

/**** common components End ****/
.container-fluid.sticky-header {
    /* box-shadow: 0px 3px 4px #00000014; */
    position: sticky;
    top: 0px;
    z-index: 9999;
}

.left-navigation{
    display: flex;
    align-items: center;
}

.row.header-top {
    background: #1A1A1A;
    height: 60px;
    padding: 0px 0px;
    /* box-shadow: 0px 3px 4px #00000014; */
    /* border-bottom: 0px solid #00000014; */
}

.logo {
    display: inline-block;
    padding-top: 14px;
    padding-left: 5px;
    padding-bottom: 14px;
    margin-right: 21px;
}

    .logo img {
        width: 119px;
        height: 32px;
    }
    .logo + span {
        color: #FFFFFF;
        margin-left: 17px;
        font-weight: 500;
        font-size: 15px;
        position: relative;
        line-height: 27px;
        display: inline-block;
        top: 0px;
        font-family: 'ES Klarheit Grotesk Regular' !important;
        padding-top: 16.5px !important;
        padding-bottom: 16.5px !important;
        padding-left: 4px;
    }
        .logo + span:before {
            height: 22px;
            border: 1px solid #FFFFFF;
            background-color: #FFFFFF;
            background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
            content: "";
            position: absolute;
            display: inline-block;
            left: -16px;
            top: 19px;
            color: #FFFFFF;
            margin-bottom: 19px !important;
        }
span.line-divider {
    width: 70px;
    display: flex;
    position: relative;
}

    span.line-divider:before {
        height: 24px;
        width: 1px;
        background-color: #ffffff;
        content: "";
        position: absolute;
        display: inline-block;
        left: 30px;
        top: 5px;
    }

a.single-line-nav img {
    width: 20px;
    height: 20px;
}

.user-details {
    display: inline-block;
    padding-right: 20px;
}

.right-navigation {
    display: inline-block;
    float: right;
    padding-top: 10px !important;
    height: 60px !important;
}

    .right-navigation ul li {
        display: inline-block;
    }

.user-details ul li {
    line-height: 16px;
    font-size: 11px !important;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF !important;
}

.ng-select .ng-arrow-wrapper {
    padding-right: 0px !important;
}

    .right-navigation ul li a {
    color: #FFFFFF;
    text-decoration: none;
    }
        .right-navigation ul li a:hover {
            color: #FF5E4F !important;
        }

    .right-navigation ul li a img {
        padding-right: 15px;
    }

.logout {
    padding-top: 6px;
    padding-right: 50px
}

.user_name {
   max-width: 175px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    position: relative;
    top: 2px;
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: 700;
}

.user-name-align-cntr {
    margin-top: 5px;
}

.user_name_unauthorized {
    max-width: 130px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    position: relative;
    top: 10px;
    color: #212121;
    font-size: 13px;
    margin-bottom: 3px;
}

.right-nav-links {
    max-width: 130px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 8px;
    display: inline-block;
    position: relative;
    top: 0px;
}

a.single-line-nav {
    display: flex;
    margin-right: 30px;
    justify-content: center;
    align-items: center;
    color: #000000A3;
    margin-top: 3px;
}


a.profile span {
    width: 34px;
    height: 34px;
    background: #ff5e4f;
    border: 2px solid #ff5e4f;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
}

a.profile {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-decoration: none;
}

.nav-singleLine {
    display: flex;
    align-items: flex-start;
    margin-right: 15px;
}

a.profile img {
    margin-left: 4px;
}

img.avator {
    border-radius: 100%;
    width: 33px;
    height: 33px;
    margin-right: 6px;
}

.row.header-sub {
    background-color: #fff;
}
/*** for color BG ***/
.row.header-top.color_bg {
    background: #1A1A1A;
    box-shadow: 0px 3px 6px #000000;
    padding: 0px 15px;
}
.row.header-top.color_bg .logo span,.row.header-top.color_bg .user-details ul li {
    color: #fff;
} 
.row.header-top.color_bg .logo span:before {
    background-color: #fff;
}

    .row.header-top.color_bg .logo span, .row.header-top.color_bg .user-details ul li {
        color: #1A1A1A;
    }

        .row.header-top.color_bg .logo span:before {
            background-color: #1A1A1A;
        }
/*** for multi Role ***/
.right-navigation.multi_role .user-details ul li {
    height: auto;
}

.right-navigation.multi_role {
    padding-top: 6px;
}
/*** media screen 600px***/
/*** dropdown ***/
.dropdown-menu {
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50%);
    transition: all .5s;
    width: 160px;
    right: 6px !important;
    min-width: 160px;
    left: auto !important;
    top: 30px;
    box-shadow: 0px 3px 12px #0000001f;
}

    .dropdown:hover .dropdown-menu, .dropdown-menu.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0%);
        transform: inherit !important;
        top: auto !important;
    }

@media screen and (min-width:320px) and (max-width:667px) {
    .logo {
        display: inline-block;
    }

        .logo + span {
            font-size: 13px;
        }

    .row.header-top {
        height: auto;
    }

    .login-details ul li {
        padding-left: 0px;
    }

    .right-navigation {
        display: inline-block;
        float: left;
        /*     margin-top: 10px; */
        margin-left: 10px;
        padding-top: 0px;
    }

        .right-navigation ul {
            display: flex;
        }

    a.single-line-nav {
        margin-bottom: 15px;
    }

    span.line-divider {
        display: none;
    }

    .right-navigation ul li img {
        vertical-align: top;
        position: relative;
        /* top: 6px; */
        right: 0px;
    }

    .user-details {
        border-right: 0px;
        margin-bottom: 15px;
    }

    .micro-mobile-swipe {
        display: -webkit-box;
        overflow: scroll;
        flex-wrap: nowrap;
    }

    .dropdown:hover .dropdown-menu {
        right: -35px !important;
        top: 3px !important;
    }

    input[type="search"] {
        width: 100% !important;
    }

    .tab-content-box {
        padding: 15px !important;
    }
}

@media screen and (min-width:668px) and (max-width:1024px) {
    .row.header-top {
        height: auto;
    }
}

@media screen and (min-width:1025px) and (max-width:1180px) {
    .row.header-top {
        height: auto;
    }
}
