/* Header Section css start */
 .main_sec{
        position: relative;
    }

 .user_header_content_sec {
    background-color: #e0ecf0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 30px;
    position: relative;
}

.user_header_sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0px;
    width: 100%;
}

.user_panel_logo {
    z-index: 111;
    position: relative;
    width: 135px;
    padding: 6px 0px;
}

.user_hdr_logo_sec:before {
    content: "";
    background: #023a51;
    width: 16%;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
}

.profile_drop_down_sec{
    display: none;
}
.profile_drop_down_sec {
    position: absolute;
    background: #fff;
    top: 30px;
    right: 0;
    font-size: 16px;
    border-radius: 3px;
    box-shadow:0px 0px 6px -3px #000;
    z-index: 11;
}
.profile_sec {
    position: relative;
    display: block;
}
a.profile_drop {
line-height: normal;
font-size: 16px;
padding: 8px 23px;
display: block;
}
.profile_icon{
color: #043c54;
font-size: 22px;
}
.profile_img_sec {
display: flex;
justify-content: center;
align-items: center;
padding-right: 30px;
}
span.arrow_down i {
font-size: 15px;
padding-left: 8px;
color: #043c54;
}
.user_header_sec .dropdown {
position: absolute;
right: 5px;
top: 5px;
transition: 0.3s ease;
padding: 0;
}
.user_header_sec .rotate{
transform: rotateZ(180deg);
}
a.profile_drop:hover {
background: #2cbc63;
color: #fff;
}

/* Header Section css end */
/* Sidebar Dropdown CSS Start */
.side_bar_list .side-bar{
/* backdrop-filter: blur(15px); */
overflow-y: auto;
transition: 0.6s ease;
transition-property: left;
}
.side_bar_list .side-bar::-webkit-scrollbar {
width: 0px;
}
.side_bar_list .side-bar.active{
left: 0;
}
.side_bar_list .side-bar .item{
position: relative;
cursor: pointer;
}
.side_bar_list .side-bar .item a{
color: #fff;
font-size: 16px;
text-decoration: none;
display: block;
line-height: 24px;
}
.side_bar_list .side-bar .item a:hover{
/* background: #33363a; */
transition: 0.3s ease;
}
.side_bar_list .side-bar .item i{
margin-right: 15px;
}
.side_bar_list .side-bar .item a .dropdown{
position: absolute;
right: 10px;
top: 6px;
transition: 0.3s ease;
font-size: 15px;
}
.side_bar_list a.sub-btn:hover {
color: #2cbc63;
}
.side_bar_list .side-bar .item .sub-menu{
display: none;
}
.side_bar_list .side-bar .item .sub-menu a {
padding: 8px 0px 0px 0px;
}
.side_bar_list .rotate{
transform: rotate(90deg);
}
.custom_row_20{
    width: 16%;
    z-index: 11;
}
.custom_row_20:before {
    content: "";
    background: #023a51;
    width: 16%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.side_bar_sec {
    position: relative;
    padding-right: 15px;
    padding-top: 18px;
}
.fusion-row {
    margin: 0px !important;
}
 .side_bar_list li:hover,.invoice_create_page .side_bar_list select:hover {
    color: #00bd5c;
}
.side_bar_list li a {
    line-height: normal;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    display: block;
  }
.main_sec {
    position: relative;
}
 select.sidebar_invoiving_drpdown {
    border: none;
    background: none;
    color: #fff;
    padding: 0;
    line-height: normal;
    height: 30px;
    width: 100%;
}
.side_bar_sec .side_bar_list {
    padding-left: 0px;
    margin: 0;
}


/* Sidebar Dropdown CSS End */
.custom_row_80 {
    width: 84%;
    padding-left: 30px;
}
.invc_cr_pg_section {
    display: flex;
}
.tb_space{
    margin-top: 20px;
    margin-bottom: 60px;
}
.user_hdr_right_content {
    display: flex;
    align-items: center;
}
select#currency-switcher {
    margin-right: 20px;
    font-size: 16px;
}
select#currency-switcher {
    margin-right: 20px;
    font-size: 14px;
    height: 30px;
    padding: 3px 5px 5px 3px;
    border: 1px solid #2cbc63;
    border-radius: 4px;

}
@media (min-width: 1200px) and (max-width: 1300px) {
    .btn_des_custom {
        padding-right: 25px !important;
        padding-left: 25px !important;
    }
}
@media (max-width: 767px) {
    .user_hdr_logo_sec:before{
        background-color: transparent !important;
    }
    .invc_cr_pg_section{
        display: block !important;
    }
    .side_bar_list .side-bar .item a,.side_bar_list li a{
        color: #023a51 !important;
    }
    .side_bar_sec{
        padding-right: 0 !important;
        padding-top: 0 !important;
    }
    .tb_space{
        margin-top: 0px !important;
    }
}

/* Custom css */
.client_listing_create_page .invc_cr_pg_section {
    display: flex;
    justify-content: center;
}
@media (min-width: 1200px) and (max-width: 1300px) {
    .btn_des_custom {
        padding-right: 25px !important;
        padding-left: 25px !important;
    }
}
@media (min-width: 1200px) {
    .mobile-menu-account-btn {
        display: none !important;
    }
}
form.woocommerce-ResetPassword.lost_reset_password p {
    margin-bottom: 30px !important;
}
form.woocommerce-ResetPassword.lost_reset_password span.password-input {
    display: flex;
    align-items: center;
}
