﻿.cw-header {
    background-color: #203444;
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 62px;
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px;
    z-index: 1003;
}

.cw-header .cw-h-left,
.cw-header .cw-h-center,
.cw-header .cw-h-right {
    flex: 1;
}

.cw-header .cw-h-left {
    display: flex;
    align-items: center;
}

.cw-header .cw-h-left .btn-showhid {
    background-color: #203444;
    border: 0px;
    outline: none;
}

.cw-header .cw-h-left .btn-showhid .btn-content {
    padding: 7px 0;
    border: 2px solid #777;
    cursor: pointer;
    width: 120px;
    margin-left: 20px;
}

.cw-header .cw-h-left .btn-showhid .btn-content .line-span {
    width: 21px;
    height: 14px;
    margin: 0 10px;
    position: relative;
    transform: rotate(0deg);
    transition: all .5s ease-in-out, top 0;
    transition: top 0;
    cursor: pointer;
}

.cw-header .cw-h-left .btn-showhid .btn-content .line-span span:nth-child(1) {
    top: 0;
}

.cw-header .cw-h-left .btn-showhid .btn-content .line-span span:nth-child(2) {
    top: 6px;
}

.cw-header .cw-h-left .btn-showhid .btn-content .line-span span:nth-child(3) {
    top: 12px;
}

.cw-header .cw-h-left .btn-showhid .btn-content .line-span span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.cw-header .cw-h-left .btn-showhid .btn-content .line-span p {
    color: #fff;
    position: relative;
    left: 32px;
    margin: 0;
    top: -1px;
    font-weight: 700;
    font-family: open sans, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.cw-header .cw-h-left .searchIcon {
    margin-left: 5px;
    margin-top: 3px;
}

.cw-header .cw-h-left .searchIcon i {
    color: #fff;
}

.cw-header .cw-h-left .searchIcon .fa-search:before {
    content: "\f002";
    font-size: 16px;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #fff;
}

.cw-header .cw-h-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cw-header .cw-h-right {
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
    height: 38px;
}

.cw-header .cw-h-right a.cwlink {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    margin-right: 20px;
    font-weight: bold;
    white-space: nowrap;
}

.cw-header .cw-h-right a.main-option {
    display: flex !important;
    align-items: center !important;
    color: #fff !important;
    text-decoration: none !important;
    white-space: nowrap;
    outline: 0;
}

.cw-header .cw-h-right a img.photo-profile {
    border-radius: 50% !important;
    margin-right: .5rem !important;
    vertical-align: middle;
}

.cw-header .cw-h-center img {
    display: none;
    height: 45px;
}

.cw-header .cw-h-center.scrolled img.small {
    display: block;
}

.cw-header-2 {
    padding: 0px;
    margin-top: 50px;
    margin-bottom: 16px;
}

.cw-header-2 .cw-h-2-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 10px 0px 10px 0px;
}

    .cw-header-2 .cw-h-2-content a {
        display: flex;
    }

.cw-header-2 .nav-navigate {
    padding: .7rem 0;
    border-top: 4px solid #203444;
    margin: auto;
    max-width: 1400px;
    margin-top: -50px;
}

.nav-navigate ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.nav-navigate ul li {
    margin: 0;
    padding: 0;
    font-family: open sans, sans-serif;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.nav-navigate ul li a {
    color: #203444;
    font-size: 13px;
    text-decoration: none;
}

.nav-navigate ul li a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.cw-sidebar {
    background-color: #203444;
    position: fixed;
    display: flex;
    flex-direction: column;
    width: 250px;
    height: 100%;
    height: -webkit-fill-available;
    left: -250px;
    top: 0px;
    transition: left 0.3s ease;
    padding: 0px;
    margin: 0px;
    z-index: 1002;
    scrollbar-width: none;
    overflow-y: scroll;
}

.cw-sidebar .cw-sd-head-space {
    margin: 0px;
    padding: 0px;
    padding-top: 62px;
}

.cw-sidebar .circulation .navWrap {
    margin: 18px 0px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}

    .cw-sidebar .circulation .navWrap a.sf-SubmitButton {
        margin-left: 0px;
        width: 80%;
    }

.cw-sidebar .circulation .search-wrapper {
    padding: 18px 20px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    position: relative;
}

.cw-sidebar .circulation .cw-search-form input {
    width: 100%;
    padding: 10px 15px;
    background-color: #2b3d4b;
    border: none;
    color: #fff;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
}

.cw-sidebar .circulation .search-wrapper .cw-search-form button {
    width: auto;
    padding: 0;
    background-color: #2a2a2a;
    border: none;
    color: #fff;
    font-size: .9rem;
    position: absolute;
    top: 29px;
    right: 30px;
    cursor: pointer;
}

.cw-sidebar .circulation .search-wrapper .cw-search-form .fa-search:before {
    content: "\f002";
    font-size: 16px;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #fff;
}

/**********/
.cw-sidebar .cw-dropdown {
    position: relative;
    padding: 15px 20px;
    background: inherit;
}

.cw-sidebar .cw-dropdown a.main-option {
    display: flex !important;
    align-items: center !important;
    color: #fff !important;
    text-decoration: none !important;
    white-space: nowrap;
    outline: 0;
}

.cw-sidebar .cw-dropdown img.photo-profile {
    border-radius: 50% !important;
    margin-right: .5rem !important;
    vertical-align: middle;
}

.cw-sidebar .cw-dropdown a.main-option::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.cw-sidebar .cw-dropdown strong {
    font-size: 14px;
    font-family: 'IBM Plex Sans', Helvetica, Arial, sans-serif;
    margin-right: 2px;
}

.cw-sidebar .cw-dropdown ul {
    position: absolute;
    z-index: 1004;
    display: none;
    min-width: 150px;
    padding: 8px;
    margin: 0;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    color: #dee2e6;
    background-color: #57616b;
    border-color: rgba(0, 0, 0, .15);
}

.cw-sidebar .cw-dropdown ul.show {
    display: block !important;
    position: absolute;
    inset: auto auto 20px 15px;
    margin: 0px;
    transform: translate(0px, -34px);
}

.cw-sidebar .cw-dropdown ul li {
    padding: 8px 0px !important;
}

.cw-sidebar .cw-dropdown ul li.item-hr {
    cursor: default;
}

    .cw-sidebar .cw-dropdown ul li.item-hr hr {
        margin: 0px 10px;
    }

.cw-sidebar .cw-dropdown ul li:hover:not(.item-hr) {
    background: #7f7749;
    border-radius: 5px;
}

.cw-sidebar .cw-dropdown ul li a.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    text-decoration: none;
    background-color: transparent;
    white-space: nowrap;
    color: #dee2e6;
    border: 0;
}

/**********/

.cw-sidebar-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    background: #203444;
    opacity: 0.1;
    display: none;
}

.cw-sidebar hr {
    margin: 0px 15px;
    opacity: .25;
}

.cw-sidebar ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border-radius: 5px;
}

.cw-sidebar ul li {
    padding: 15px;
    transition: background-color .215s ease-in-out, color .215s ease-in-out;
    box-sizing: border-box;
    background-clip: padding-box;
    cursor: pointer;
}

.cw-sidebar ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-family: 'IBM Plex Sans', Helvetica, Arial, sans-serif;
    display: block;
}

.cw-sidebar ul.menu {
    padding-top: 18px;
    padding-left: 18px;
    padding-bottom: 18px;
    margin-bottom: auto;
}

.cw-sidebar ul.menu a:has(+ .sub-menu)::after {
    content: '';
    position: absolute;
    left: 90%;
    border-right: .15em solid #fff;
    border-top: .15em solid #fff;
    transform: rotate(45deg);
    display: inline-block;
    width: .35em;
    height: .35em;
    margin-top: 5px;
}

.cw-sidebar ul.menu li:hover {
    background: #605b3c;
    border-radius: 5px;
}

.cw-sidebar ul.menu li:hover ul.sub-menu {
    display: block;
    position: fixed;
}

.cw-sidebar ul.menu ul.sub-menu {
    display: none;
    left: 250px;
    background-color: #57616b;
    width: 200px;
    border: 1px solid #d3d9de;
    box-shadow: 0 2px 4px 0 hsl(0deg 0% 100%/11%);
    margin-top: -36px;
}


/**************/
/* header */
@media(max-width: 1200px) {
    .cw-header .cw-h-right a.btn-cwbar {
        width: 100px;
    }
}

@media(max-width: 850px) {
    .cw-header .cw-h-left .btn-showhid .btn-content .line-span p {
        display: none;
    }

    .cw-header .cw-h-left .btn-showhid .btn-content {
        width: inherit;
    }

    .cw-header .cw-h-center img {
        margin-left: -70px;
    }
}

@media(max-width: 1070px) {
    .cw-header .cw-h-right {
        display: none;
    }

    .cw-header .cw-h-left {
        flex: none;
    }

    .cw-header .cw-h-center {
        flex: auto;
    }
}

@media(max-width: 450px) {
    .cw-header .cw-h-center img {
        margin-left: 15px;
        width: 80%;
    }
}

/**/

@media(max-width: 750px) {

    /* header2  */
    .cw-header-2 .cw-h-2-content a img {
        width: 80%;
        margin: auto;
    }

    .cw-h2-nav {
        display: none;
    }
    /**/
}

@media(max-width: 600px) {

    /* Sidebar */
    .cw-sidebar ul li {
        padding-left: 20px;
    }

    .cw-sidebar ul.menu li a.aparnet {
        text-decoration: underline;
        text-decoration-thickness: 2px;
        text-underline-offset: 6px;
        text-decoration-color: #bdac41;
        margin-bottom: 10px !important;
    }

    .cw-sidebar ul.menu ul.sub-menu li a {
        font-size: 12px;
    }

    .cw-sidebar ul.menu a:has(+ .sub-menu)::after {
        display: none;
    }

    .cw-sidebar ul.menu li:hover {
        background: initial;
        border-radius: initial;
    }

    .cw-sidebar ul.menu ul.sub-menu {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-top: 0px !important;
        border: 0px;
        background: transparent;
        box-shadow: initial;
        width: 100%;
    }

    .cw-sidebar ul.menu li:hover ul.sub-menu {
        display: grid;
        position: initial;
    }

    /**/
}
