/*------------------------------------------------------------------------------------------
#  New Navbar
------------------------------------------------------------------------------------------*/
.navbar-nav > .nav-item:hover > .nav-link {
    color: #00a955;
}

.navbar-nav .nav-item {
    position: relative;
}

.navbar-nav .nav-item .drop-down {
    display: none;
    position: absolute;
    left: 10px;
    background: #fff;
    z-index: 99;
    padding: 5px 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1), 0 10px 15px rgba(0, 0, 0, .1), 0 -3px 0 0 #006400;
}

.navbar-nav .nav-item:hover > .drop-down {
    display: block;
}

.navbar-nav .nav-link:hover, .navbar-nav .show > .nav-link {
    color: #006400;
    text-decoration: none;
}

.navbar-nav .drop-down li {
    display: block;
    position: relative;
}

.navbar-nav .drop-down li .nav-link, .navbar-nav .drop-down li a {
    display: block;
    font-weight: 600;
    font-size: 14px;
    white-space: normal;
    line-height: 19px;
    padding: 4px 15px;
    width: 200px;
    color: #222;
}

.navbar-nav .drop-down li:hover > a {
    background: #006400;
    color: #fff;
}

.navbar-nav .drop-down li.has-child:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #008000;
    position: absolute;
    right: 10px;
    top: 12px;
    opacity: .4;
}

.navbar-nav .nav-item .drop-menu .nav-item:hover > .drop-menu {
    left: 100%;
    top: -5px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1), 0 5px 15px rgba(0, 0, 0, .2);
}

.navbar-nav .nav-item:hover > .drop-down {
    display: block;
}

/*------------------------------------------------------------------------------------------
#  Header
------------------------------------------------------------------------------------------*/
.top-text-style .link-dark {
    color: #888888 !important;
}

.top-text-style a {
    font-size: 14px;
}

.branding img {
    width: 45px;
}

.branding {
    color: #FFF;
    font-size: 25px !important;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.branding:hover {
    color: #FFF;
}

.input-group .btn-light.btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 0.57rem 35px;
    text-shadow: 0 1px 0 #fff;
    border-color: #ddd #ddd #ddd #ddd;
    color: #777;
    background-color: #e7e7e7;
}

.form-control-lg {
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
}

.navbar-dark .nav-link {
    color: #fff !important;
}

.navbar-dark .nav-link:hover {
    color: #dfe1e5 !important;
}

.navbar-nav {
    padding: 0 15px;
}

@media (max-width: 991px) {
    .branding {
        font-size: 18px !important;
    }

}

.bg-dark-header {
    background-color: #f7f8f9 !important;
    color: #050505;
    border-bottom: 1px solid #d8e2ef;
}

.bg-bf-topber .link-dark {
    color: #fff !important;
}

.bg-dark-header .nav-link {
    font-weight: 600;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
    padding: 0.5rem 1rem !important;
}

.ac-content, .account-content {
    font-family: 'RobotoSlab', sans-serif;

}

/*------------------------------------------------------------------------------------------
#  header like star-tech
------------------------------------------------------------------------------------------*/

header {
    background: #00aa55;
    position: relative;
    z-index: 100;
}

header .top {
    padding: 15px 0;
}

.header-top-item {
    flex: 1 1 auto;
}

.header-top-item.logo {
    flex: 0 0 220px;
}

.header-top-item.search {
    padding: 5px 0;
    position: relative;
}

header .search input {
    border: none;
    padding: 0 40px 0 20px;
    font-weight: normal;
    border-radius: 4px;
    margin-bottom: 0;
    font-size: 15px;
    height: 42px;
    background: #fff;
    outline: none;
    width: 100%;
    font-family: "Trebuchet MS", sans-serif;
}

.header-top-item.search button {
    position: absolute;
    right: 7px;
    top: 14px;
    border: none;
    background: none;
}

.offcanvas-lg .offcanvas-body {
    display: block;
}


.header-top-item.resp-actions {
    flex: 0 0 475px;
    padding: 4px 0 0 10px;
}

.resp-actions .sm-small-icon {
    float: left;
    display: flex;
    padding-left: 18px;
    text-decoration: none;
}

.resp-actions .sm-small-icon .icon {
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    text-align: center;
    line-height: 32px;
    font-size: 32px;
    position: relative;
    top: 1px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.resp-actions .sm-small-icon .icon .head-icon {
    color: #FFF;
    font-size: 24px;
    width: 30px;
    height: 24px;
    line-height: 24px;
}

.resp-actions .sm-small-icon h5 {
    margin: 0;
    font-weight: normal;
    font-size: 15px;
    color: #fff;
}

.resp-actions .sm-small-icon p {
    font-size: 11px;
    line-height: 16px;
    margin: 0;
    white-space: nowrap;
    color: rgba(255, 255, 255, 1);
}

.sm-small-icon .account-content a {
    text-decoration: none;
    color: #fff;
}

.account-content{
    width: 90px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    word-break: break-all;
}
.account-content h5{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}


.resp-actions .sm-small-icon.build-pc {
    float: right;
    position: relative;
    top: -4px;
    padding-left: 0;
}

.resp-actions .sm-small-icon.build-pc .btn {
    background: linear-gradient(45deg, #00237e, #3749bb, #0bc1e9, #3749bb, #00237e);
    color: #fff;
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    border: none;
    line-height: 42px;
    padding: 0 20px;
    margin: 0;
    height: 42px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
    outline: none;
    text-align: center;
}

@media (min-width: 991px) {
    #lc-toggle, #column-left .lc-close, .h-desk {
        display: none !important;
    }

}


@media (max-width: 991px) {
    .header-top-item.search {
        margin: 0 -15px 0;
        padding: 0;
        background: #fff;
        z-index: 100;
        display: none;
    }

    .account-content {
        width: 90px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        word-break: break-all;
    }

    .offcanvas-lg.hiding, .offcanvas-lg.show, .offcanvas-lg.showing {
        max-width: 350px !important;
    }
}

@media (max-width: 991px) {

    header .top .container {
        display: block !important;
    }

    #nav-toggler {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        margin: 4px 0 0 0;
        padding: 14px 10px;
        cursor: pointer;
        color: #fff;
    }

    #nav-toggler svg {
        font-size: 20px;
    }

    .sm-nav-top-left {
        width: calc(50% - 80px);
        height: 50px;
        left: 0;
        top: 0;
    }

    .header-top-item.logo {
        display: flex;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 99;
        background: #00aa55;
        padding: 0 15px;
        box-shadow: 0 5px 5px rgba(0, 169, 85, 0.2);
        width: 100%;
        align-items: center;
        border-bottom: 1px solid #00aa55 !important;
    }

    .sm-top-right {
        width: calc(50% - 45px);
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-top: 2px;
    }

    .sm-top-right .sm-small-icon {
        margin-left: 15px;
        position: relative;
    }

    .sm-top-right .sm-small-icon svg {
        color: #fff;
        font-size: 20px;
    }

    .header-top-item.logo .branding {
        width: 200px;
    }

    .sm-top-right .sm-small-icon .counter {
        position: absolute;
        right: -10px;
        top: -6px;
        background: #008000;
        color: #fff;
        border-radius: 20px;
        font-size: 11px;
        line-height: 13px;
        width: 16px;
        text-align: center;
    }

    .header-top-item.resp-actions {
        position: fixed;
        display: flex;
        align-items: center;
        left: 0;
        bottom: 0;
        right: 0;
        height: 61px;
        background: #081621;
        z-index: 999;
        box-shadow: 0 -4px 4px rgba(0, 0, 0, .2), 0 -1px 0 rgba(255, 255, 255, .2);
        flex: 1 1 auto;
        width: 100%;
        padding: 0;
    }

    .resp-actions .sm-small-icon {
        float: none;
        display: flex;
        padding-left: 0;
        flex-direction: column;
        flex: 0 0 25%;
        text-align: center;
        align-items: center;
    }

    .resp-actions .sm-small-icon .icon {
        float: none;
        margin: 0 0 7px;
        font-size: 24px;
        line-height: 24px;
        height: 24px;
        border: none;
    }

    .resp-actions .sm-small-icon h5 {
        font-size: 10px;
        color: rgba(255, 255, 255, .5);
        line-height: 16px;
    }

    .resp-actions .sm-small-icon p {
        display: none;
    }

    .resp-actions .sm-small-icon.build-pc {
        display: none;
    }

    .offcanvas-body .navbar .navbar-nav {
        display: block;
    }

    .offcanvas-body .bg-dark-header {
        background-color: #fff !important;
        border-bottom: none;
    }

    .offcanvas-body .navbar-nav .nav-link {
        line-height: 44px;
        font-size: 16px;
        font-weight: 400;
        padding: 0 20px;
        border-bottom: 1px solid #eee;
        width: 100%;
        color: #000;
    }

    .offcanvas-body .navbar-nav .nav-item.has-child:before {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .offcanvas-body .navbar-nav .nav-item.has-child:after, .navbar-nav .drop-down li.has-child:after, .navbar-nav .nav-item.has-child:before {
        content: "";
        display: inline-block;
        width: 15px;
        height: 1px;
        background: #999;
        position: absolute;
        right: 20px;
        top: 20px;
        border: none;
    }

    .offcanvas-body .navbar-nav li.has-child.open:before {
        opacity: 0;
    }

    .offcanvas-body .navbar-nav .nav-item.open > .drop-down {
        display: block !important;
    }

    .offcanvas-body .navbar-nav .nav-item .drop-menu {
        border-bottom: 1px solid #d9d5d5;
    }

    .offcanvas-body .navbar-nav .nav-item.has-child.open > a {
        color: #008000;
    }

    .offcanvas-body .navbar-nav .nav-item .drop-down {
        display: none !important;
        position: static !important;
        box-shadow: none !important;
        padding: 0;
        background: #fff;
    }

    .offcanvas-body .navbar-nav .drop-down li {
        display: block;
        position: relative;
    }

    .offcanvas-body .navbar-nav .nav-item .drop-menu .nav-link {
        padding-left: 40px;
        color: #000000;
        display: block;
    }

    .offcanvas-body .navbar-nav .drop-down li .nav-link, .navbar-nav .drop-down li a {
        padding: 10px 15px;
        width: 100%;
        font-size: 15px;
    }

    .offcanvas-body .navbar-nav .nav-item .drop-menu .nav-item .drop-menu .nav-link, .navbar-nav .nav-item .drop-menu .nav-item .drop-menu a {
        padding-left: 60px;
        border-bottom: none;
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: column !important;
    }
}

.mode-toggle-icon {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    width: 25px;
    background: #d8e2ef;
    border-radius: 50%;
    color: #777;
    font-size: 14px;
    margin-bottom: 0px;
}

.mode-toggle-icon:hover {
    background: #b6c1d2;
}



.header-topbar{
    background-color: #00a955;
    padding: 3px 16px;
}


.top-right{
    display: flex;
    gap: 16px;
}

.top-right a{
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}