@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300&family=Tinos&display=swap');

.verizonSidebar {
position: fixed;
    top: 0px;
     margin-top: 50px;

   /* position: sticky;
    top: 50px;*/
    left: 0;
    height: 100%;
    width: 260px;
    background: #fff;
   
    z-index: 100;
    transition: all 0.5s ease;
    padding: 20px 5px 5px 5px ;
       
}




.verizonSidebar.close {
    width: 78px;
}
/*.verizonSidebar .logo-details {
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
}
.verizonSidebar .logo-details i {
    font-size: 30px;
    color: #fff;
    height: 50px;
    min-width: 78px;
    text-align: center;
    line-height: 50px;
}
.verizonSidebar .logo-details .logo_name {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    transition: 0.3s ease;
    transition-delay: 0.1s;
}
.verizonSidebar.close .logo-details .logo_name {
    transition-delay: 0s;
    opacity: 0;
    pointer-events: none;
}*/
.verizonSidebar .verizonNavLinks {
    height: 100%;
    padding: 0 0 150px 0;
    overflow: auto;
}
.verizonSidebar.close .verizonNavLinks {
    overflow: visible;
}
.verizonSidebar .verizonNavLinks::-webkit-scrollbar {
display: none;
}
.verizonSidebar .verizonNavLinks li {
    position: relative;
    list-style: none;
    transition: all 0.4s ease;
}
.verizonSidebar .verizonNavLinks li:hover {
    background: #1d1b31;color: #fff
}
.verizonSidebar .verizonNavLinks li:hover .link_name{
    color: #fff
}
 .bxs-chevron-down:before {
   
    color: #000;
}
.icon-link:hover  .bxs-chevron-down:before {
   
    color: #fff;
}

.verizonSidebar .verizonNavLinks li .icon-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.verizonSidebar.close .verizonNavLinks li .icon-link {
    display: block;
}
.bxs-chevron-down:before{float: right !important;}
.verizonSidebar .verizonNavLinks li i {
      /* height: 44px;
    min-width: 30px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    transition: all 0.3s ease;*/
	
	
	height: 44px;
    min-width: 30px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    transition: all 0.3s ease;
	width:100%;
	position:absolute;
	z-index:999
}

.verizonSidebar .verizonNavLinks li img {
    height: 26px;
    min-width: 26px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 10px;
    vertical-align: middle;
}
}

.verizonSidebar .verizonNavLinks li.showMenu i.arrow {
    transform: rotate(-180deg);
}
.verizonSidebar.close .verizonNavLinks i.arrow {
    display: none;
}
.verizonSidebar .verizonNavLinks li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 10px 10px;
}
.verizonSidebar .verizonNavLinks li a .link_name {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    transition: all 0.4s ease;
    line-height: 18px;
}
.verizonSidebar.close .verizonNavLinks li a .link_name {
    opacity: 0;
    pointer-events: none;
}
.verizonSidebar .verizonNavLinks li .sub-menu {
    padding: 6px 6px 14px 50px;
    margin-top: -10px;
    background: #1d1b31;
    display: none;
}
.verizonSidebar .verizonNavLinks li.showMenu .sub-menu {
    display: block;
}
.verizonSidebar .verizonNavLinks li .sub-menu a {
    color: #fff;
    font-size: 12px;
    padding: 5px 0;
   /* white-space: nowrap;*/
    opacity: 0.6;
    transition: all 0.3s ease;
}

.verizonSidebar .verizonNavLinks li .sub-menu a:hover {
    opacity: 1;
}
.verizonSidebar.close .verizonNavLinks li .sub-menu {
    position: absolute;
    left: 100%;
    top: -10px;
    margin-top: 0;
    padding: 10px 20px;
    border-radius: 0 6px 6px 0;
    opacity: 0;
    display: block;
    pointer-events: none;
    transition: 0s;
}
.verizonSidebar.close .verizonNavLinks li:hover .sub-menu {
    top: 0;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
}
.verizonSidebar .verizonNavLinks li .sub-menu .link_name {
    display: none;
}
.verizonSidebar.close .verizonNavLinks li .sub-menu .link_name {
    font-size: 16px;
    opacity: 1;
    display: block;
}
.verizonSidebar .verizonNavLinks li .sub-menu.blank {
    opacity: 1;
    pointer-events: auto;
    padding: 3px 20px 6px 16px;
    opacity: 0;
    pointer-events: none;
}
.verizonSidebar .verizonNavLinks li:hover .sub-menu.blank {
    top: 50%;
    transform: translateY(-50%);
}
.verizonSidebar .profile-details {
    position: fixed;
    bottom: 0;
    width: 260px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1d1b31;
    padding: 12px 0;
    transition: all 0.5s ease;
}
.verizonSidebar.close .profile-details {
    background: none;
}
.verizonSidebar.close .profile-details {
    width: 78px;
}
.verizonSidebar .profile-details .profile-content {
    display: flex;
    align-items: center;
}
.verizonSidebar .profile-details img {
    height: 52px;
    width: 52px;
    object-fit: cover;
    border-radius: 16px;
    margin: 0 14px 0 12px;
    background: #1d1b31;
    transition: all 0.5s ease;
}
.verizonSidebar.close .profile-details img {
    padding: 10px;
}
.verizonSidebar .profile-details .profile_name, .verizonSidebar .profile-details .job {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
}
.verizonSidebar.close .profile-details i, .verizonSidebar.close .profile-details .profile_name, .verizonSidebar.close .profile-details .job {
    display: none;
}
.verizonSidebar .profile-details .job {
    font-size: 12px;
}
.home-section {
    position: relative;
    background: #e4e9f7;
    min-height: 100vh;
    left: 260px;
    width: calc(100% - 260px);
    transition: all 0.5s ease;
        margin-top: 50px;
    
}
.verizonSidebar.close ~ .home-section {
    left: 78px;
    width: calc(100% - 78px);
}
.home-section .home-content {
    height: 60px;
    display: flex;
    align-items: center;
}
.home-section .home-content .bx-menu, .home-section .home-content .text {
    color: #11101d;
    font-size: 35px;
}
.home-section .home-content .bx-menu {
    margin: 0 15px;
    cursor: pointer;
}
.home-section .home-content .text {
    font-size: 26px;
    font-weight: 600;
}

@media (max-width: 420px) {
.verizonSidebar.close .verizonNavLinks li .sub-menu {
    display: none;
}
}

@media screen and (max-width:830px){
    
    .verizonSidebar.close {
   
    display: none;
}
    .verizonSidebar.close ~ .home-section {
    left: 0px;
    width: calc(100% - 0px);
}
    
    .home-section{left: 0px;width: 100%}
    
}



