
/* ///////// SIDEBAR STYLE ///////// */
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}
#sidebar.active {
    margin-left: 0;
}
#sidebar .sidebar-header {
    padding: 0;
}
#sidebar ul p {
    color: #fff;
    padding: 0;
}
#sidebar ul li a {
    padding: 0;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #222;
}
a[data-toggle="collapse"] {
    position: relative;
}
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
}
ul.CTAs {
    padding: 20px;
}
ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
a.download {
    background: #fff;
    color: #7386D5;
}
a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ///////// CONTENT STYLE ///////// */

#content {
    height: 100vh;
    width: 100%;
    padding: 20px;
    transition: all 0.3s;
}
#dismiss { /* top right corner of the sidebar */
    position: absolute;
    z-index: 9999;
    height: 32px;
    width: 32px;
    top: 1px;
    right: 3px;
    font-size: 18px;
    color: #444;
    border: none;
    background-color: transparent;
}
.sideNavbarBack {
    position: fixed;
    height: 28px;
    top: 0;
    left: -8px;
    border: none;
    border-radius: 0;
    z-index: 9999;    
}
#previewLinkbutton {
    margin-top: -12px; 
    margin-bottom: 8px;
    padding: 8px 10px 10px 10px;
    color: #ff9900;
    text-align: center;
    background-color: #000; 
    border: 2px solid #333;
    border-radius: 6px;
    transition: all 0.4s linear;
}
#previewLinkbutton:hover {
    background-color: #111;
    border: 2px solid #444;
    cursor: pointer;  
}

/* ///////// GENERAL SIDE-BAR ///////// */

@media screen and (min-width: 320px) and (max-width: 767px) {
    
    .sidebarwrapper {
        position: relative;
        display: flex;
        width: 100%;
        z-index: 11000;
    }
    #sidebar {
        position: fixed;
        z-index: 1005;
        height: 100vh;
        width: 220px;
        margin-top: 60px;
        margin-left: -250px;        
        top: 0;
        left: 0;
        padding-top: 0;
        color: #fff;
        overflow: scroll;
        border: none;
        background-color: #0a0a0a;
        /*background-color: #0d0d0d;*/
        box-shadow: 8px 5px 10px -5px #000000;
        transition: 0.5s ease-out;
    }
    #sidebar::-webkit-scrollbar {
        background-color: #0a0a0a;
        /*background-color: #0d0d0d;*/
    }
    #sidebar.active {
        margin-left: 0;
    }
    .sidebarToggleButton {
        width: 40px;
        height: 40px;
        margin: 9px 0 0 7px;        
        padding: 0 6px 0 8px;
        text-align: center;
        border: none;
        background-color: rgba(0, 0, 0, 0);
    }
    .sidebarToggleButton div {
        height: 3px;
        width: 28px;
        border-radius: 2px;
        background-color: #444;
        margin-top: 5px;
    }
}
@media screen and (min-width: 768px) and (max-width: 960px) {

    .sidebarwrapper {
        position: relative;
        display: flex;
        width: 100%;
        z-index: 11000;
    }
    #sidebar {
        position: fixed;
        z-index: 1005;
        height: 100vh;
        width: 220px;
        margin-top: 50px;
        margin-left: -250px;        
        top: 0;
        left: 0;
        padding-top: 0;
        color: #fff;
        overflow: scroll;
        border: none;
        background-color: #0a0a0a;
        /*background-color: #0d0d0d;*/
        box-shadow: 8px 5px 10px -5px #000000;
        transition: 0.5s ease-out;
    }
    #sidebar::-webkit-scrollbar {
        background-color: #0a0a0a;
        /*background-color: #0d0d0d;*/
    }
    #sidebar.active {
        margin-left: 0;
    }
    .sidebarToggleButton {
        width: 40px;
        height: 40px;
        margin: 5px 0 0 7px;        
        padding: 0 6px 0 8px;
        text-align: center;
        border: none;
        background-color: rgba(0, 0, 0, 0);
    }
    .sidebarToggleButton div {
        height: 3px;
        width: 28px;
        border-radius: 2px;
        background-color: #444;
        margin-top: 5px;
    }
}
@media screen and (min-width: 961px) and (max-width: 1024px) {
    
    #sidebarwrapper {
        display: none;
    }
    #sidebar {
        position: fixed;
        z-index: 2;
        height: 100vh;
        width: 250px;
        margin-top: 50px;
        padding: 0 40px 0 0;
        color: #fff;
        border-right: 2px solid #222;
        background-color: #0a0a0a;
        /*background-color: #0d0d0d;*/
        transition: all 0.5s;
    }    
    #sidebarShadow {
        position: fixed;
        z-index: 1;
        height: 100vh;
        width: 250px;
        margin-top: 50px;
        padding: 0 40px 0 0;
        border-right: none;
        background-color: none;
        box-shadow: 8px 5px 10px -5px #000000;
    }  
    .sidebarToggleButton {
        display: none;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1140px) {
    
    #sidebarwrapper {
        display: none;
    }
    #sidebar {
        position: fixed;
        z-index: 2;
        height: 100vh;
        width: 250px;
        margin-top: 50px;
        padding: 0 40px 0 0;
        color: #fff;
        border-right: 2px solid #333;
        background-color: #111;
        transition: all 0.5s;
    }    
    #sidebarShadow {
        position: fixed;
        z-index: 1;
        height: 100vh;
        width: 250px;
        margin-top: 50px;
        padding: 0 40px 0 0;
        border-right: none;
        background-color: none;
        box-shadow: 8px 5px 10px -5px #000000;
    }  
    .sidebarToggleButton {
        display: none;
    }
}
@media screen and (min-width: 1141px) and (max-width: 1200px) {
    
    #sidebarwrapper {
        display: none;
    }
    #sidebar {
        position: fixed;
        z-index: 2;
        height: 100vh;
        width: 250px;
        margin-top: 50px;
        padding: 0 40px 0 0;
        color: #fff;
        border-right: 2px solid #333;
        background-color: #111;
        transition: all 0.5s;
    }    
    #sidebarShadow {
        position: fixed;
        z-index: 1;
        height: 100vh;
        width: 250px;
        margin-top: 50px;
        padding: 0 40px 0 0;
        border-right: none;
        background-color: none;
        box-shadow: 8px 5px 10px -5px #000000;
    }  
    .sidebarToggleButton {
        display: none;
    }
}
@media screen and (min-width: 1201px) {
    
    #sidebarwrapper {
        display: none;
    }
    #sidebar {
        position: fixed;
        z-index: 2;
        height: 100vh;
        width: 250px;
        margin-top: -16px;
        padding: 0 40px 0 0;
        color: #fff;
        border-right: 2px solid #333;
        background-color: #111;
        transition: all 0.5s;
    }
    #sidebarShadow {
        position: fixed;
        z-index: 1;
        height: 100vh;
        width: 250px;
        margin-top: -16px;
        padding: 0 40px 0 0;
        box-shadow: 8px 5px 10px -5px #000000;
    }   
    .sidebarToggleButton {
        display: none;
    }
}

/* ///////// PROFILE SIDE-BAR ///////// */

@media screen and (min-width: 320px) and (max-width: 767px) {
    
/* ///////////// New Code //////////////// */

    .sidebarToggleButtonP {
        width: 40px;
        height: 40px;
        margin: 9px 0 0 7px;        
        padding: 0 6px 0 8px;
        text-align: center;
        border: none;
        background-color: rgba(0, 0, 0, 0);
    }
    .sidebarToggleButtonP div {
        height: 3px;
        width: 28px;
        border-radius: 2px;
        background-color: #444;
        margin-top: 5px;
    }
}
@media screen and (min-width: 768px) and (max-width: 960px) {

    .sidebarToggleButtonP {
        width: 40px;
        height: 40px;
        margin: 5px 0 0 7px;        
        padding: 0 6px 0 8px;
        text-align: center;
        border: none;
        background-color: rgba(0, 0, 0, 0);
    }
    .sidebarToggleButtonP div {
        height: 3px;
        width: 28px;
        border-radius: 2px;
        background-color: #444;
        margin-top: 5px;
    }
}
@media screen and (min-width: 961px) {
    
    #sidebarwrapperP {
        display: none;
    }
    .sidebarToggleButtonP {
        display: none;
    }
}

/* ///////// EDIT PROFILE SIDE-BAR ///////// */

@media screen and (min-width: 320px) and (max-width: 960px) {
    
    .sidebarNavtabsEditLarge {
        display: none;        
    }
}
@media screen and (min-width: 961px) {
     
    .sidebarNavtabsEditSmall {
        display: none;
    }
}

/* ////////////////// All Sidebar navtabs //////////////////// */

@media screen and (min-width: 320px) and (max-width: 767px) {
    
    #sidebarNavtabs {
        margin: 17.5px 0 0 0;
        padding: 0;
    }
    #sidebarNavtabsP {
        margin: 17.5px 0 0 0;
        padding: 0;
    }
    #sidebarNavtabsPLG {
        margin: 22px 0 0 0;
        padding: 0 0 0 27px;
    }
    #sidebarNavtabsprofile {
        margin: 34px 0 0 0;
        padding: 0 0 0 27px;
    }
}
@media screen and (min-width: 768px) and (max-width: 960px) { /* 768 - 960 */
    
    #sidebarNavtabs {
        margin: 18px 0 0 0;
        padding: 0;
    }
    #sidebarNavtabsP {
        margin: 18px 0 0 0;
        padding: 0;
    }
    #sidebarNavtabsPLG {
        margin: 36px 0 0 0;
        padding: 0 0 0 27px;
    }
    #sidebarNavtabsprofile {
        margin: 36px 0 0 0;
        padding: 0 0 0 27px;
    } 
}
@media screen and (min-width: 961px) {
    
    #sidebarNavtabs {
        margin: 5px 0 0 0;
        padding: 0 0 0 42px;
    }
    #sidebarNavtabsP {
        margin: 5px 0 0 0;
        padding: 0 0 0 42px;
    }
    #sidebarNavtabsPLG {
        margin: 35px 0 0 0;
        padding: 0 0 0 27px;    
    }
    #sidebarNavtabsprofile {
        margin: 35px 0 0 0;
        padding: 0 0 0 27px; 
    } 
}

/* ////////////////// Verify/Action Buttons ////////////////// */

@media screen and (min-width: 320px) and (max-width: 960px) {
    
    #Golivebutton1 {
        width: 165px;
        margin: 0 0 20px 27px;
        padding: 11px 10px 11.5px 10px;
        color: #ff9900;
        font-size: 14px;
        text-align: center;
        border-radius: 10px;
        border: 2px solid #222;
        background-color: #0d0d0d;
        transition: all 0.4s linear; 
    }
    #Golivebutton1:hover {
        cursor: pointer;
        border: 2px solid #333;
        background-color: #111;
    }
    #Golivebutton2 {
        display: none;
    }
    #Viewlivebutton1 {
        width: 165px;
        margin: 0 0 20px 27px;
        padding: 13px 10px 12px 10px;
        font-size: 12px;
        color: #ff9900;
        text-align: center;
        border-radius: 10px;
        border: 2px solid #222;
        background-color: #0d0d0d;
        transition: all 0.4s linear;
    }
    #Viewlivebutton1:hover {
        cursor: pointer;
        border: 2px solid #333;
        background-color: #111;
    }
    #Viewlivebutton2 {
        display: none;
    }

    /* errors */

    #NoLongerliveEmailAlertEP {
        width: 165px;
        margin: 0 0 21px 27px;
        padding: 13px 10px 12px 10px;
        font-size: 12px;
        color: #ff0000;
        text-align: center;
        border-radius: 10px;
        border: 2px solid #222;
        background-color: #0d0d0d;
    }
    #NoLongerliveAlertEP {
        width: 165px;
        margin: 0 0 21px 27px;
        padding: 13px 10px 12px 10px;     
        font-size: 12px;
        color: #ff0000;
        text-align: center; 
        border-radius: 10px;
        border: 2px solid #222;
        background-color: #0d0d0d;
    }
    #NoLongerliveAlertEP:hover {
        cursor: default;
        background-color: #111;
    }     
    #NoLongerlivebutton {
        width: 165px;
        margin: 0 0 21px 27px;
        padding: 13px 10px 12px 10px;     
        font-size: 12px;
        color: #ff0000;
        text-align: center; 
        border-radius: 10px;
        border: 2px solid #222;
        background-color: #0d0d0d;        
        transition: all 0.4s linear;
    }
    #NoLongerlivebutton:hover {
        background-color: #111;
    }
}
@media screen and (min-width: 961px) and (max-width: 991px) { /* 961 - 990 */

    #Golivebutton1 {
        display: none;
    }
    #Golivebutton2 {
        width: 165px;
        margin: 13px 0 0 0;
        padding: 11px 10px 11.5px 10px;
        font-size: 14px;
        color: #ff9900;
        text-align: center;
        border-radius: 10px;
        border: 2px solid #222;
        background-color: #0d0d0d;
        transition: all 0.4s linear;
    }
    #Golivebutton2:hover {
        cursor: pointer;
        border: 2px solid #333;
        background-color: #111;
    }
    #Viewlivebutton1 {
        display: none;
    }
    #Viewlivebutton2 {
        width: 165px;
        margin: 13px 0 0 0;
        padding: 13px 10px 12px 10px;
        font-size: 12px;        
        color: #ff9900;
        text-align: center;
        border-radius: 10px; 
        border: 2px solid #222;
        background-color: #0d0d0d;
        transition: all 0.4s linear;
    }
    #Viewlivebutton2:hover {
        cursor: pointer;
        border: 2px solid #333;
        background-color: #111;
    }

    /* errors */

    #NoLongerliveEmailAlertEP {
        width: 165px;
        margin: 13px 0 25px 0;
        padding: 13px 10px 12px 10px;
        font-size: 12px;
        color: #ff0000;
        text-align: center;
        border-radius: 10px;
        border: 2px solid #222;
        background-color: #0d0d0d;
    }
    #NoLongerliveAlertEP {
        width: 165px;
        margin: 13px 0 25px 0; 
        padding: 13px 10px 12px 10px;     
        font-size: 12px;
        color: #ff0000;
        text-align: center; 
        border-radius: 10px;
        border: 2px solid #222;
        background-color: #0d0d0d;
    }
    #NoLongerliveAlertEP:hover {
        cursor: default;
        background-color: #191919;
    }     
    #NoLongerlivebutton {
        width: 165px;
        margin: 13px 0 25px 0; 
        padding: 13px 10px 12px 10px;     
        font-size: 12px;
        color: #ff0000;
        text-align: center; 
        border-radius: 10px;
        border: 2px solid #222;
        background-color: #0d0d0d;       
        transition: all 0.4s linear;
    }    
    #NoLongerlivebutton:hover {
        background-color: #191919;
    }   
}
@media screen and (min-width: 992px) and (max-width: 1024px) {

    #Golivebutton1 {
        display: none;
    }
    #Golivebutton2 {
        width: 165px;
        margin: 13px 0 0 0;
        padding: 13px 10px 12px 10px;
        font-size: 12px;
        color: #ff9900;
        text-align: center;
        border-radius: 10px; 
        border: 2px solid #222;
        background-color: #0d0d0d;
        transition: all 0.4s linear;
    }
    #Golivebutton2:hover {
        cursor: pointer;
        border: 2px solid #333;
        background-color: #111;
    }
    #Viewlivebutton1 {
        display: none;
    }

    #Viewlivebutton2 {
        width: 165px;
        margin: 13px 0 0 0;
        padding: 13px 10px 12px 10px;
        font-size: 12px;
        text-shadow: 0 0 0 #ff9900;
        color: #ff9900;
        text-align: center;
        border-radius: 10px;
        border: 2px solid #222;
        background-color: #0d0d0d;
        transition: all 0.4s linear;
    }
    #Viewlivebutton2:hover {
        cursor: pointer;
        border: 2px solid #333;
        background-color: #111;
    }

    /* errors */

    #NoLongerliveEmailAlertEP {
        width: 165px;
        margin: 13px 0 25px 0;
        padding: 13px 10px 12px 10px;
        color: #ff0000;
        font-size: 12px;
        text-align: center;
        border-radius: 10px;
        border: 2px solid #222;
        background-color: #0d0d0d; 
    }
    #NoLongerliveAlertEP {
        width: 165px;
        margin: 13px 0 25px 0; 
        padding: 5px;
        color: #ff0000;     
        font-size: 12px;
        text-align: center; 
        border-radius: 10px;
        border: 2px solid #222;
        background-color: #0d0d0d;
    }
    #NoLongerliveAlertEP:hover {
        cursor: default;
        background-color: #191919;
    }     
    #NoLongerlivebutton {
        width: 165px;
        margin: 13px 0 25px 0; 
        padding: 5px;
        color: #ff0000;     
        font-size: 12px;
        text-align: center; 
        border-radius: 10px;
        border: 2px solid #222;
        background-color: #0d0d0d;      
        transition: all 0.4s linear;
    }    
    #NoLongerlivebutton:hover {
        background-color: #191919;
    }    
}
@media screen and (min-width: 1025px) {
    
    #Golivebutton1 {
        display: none;
    }
    #Golivebutton2 {
        width: 165px;
        margin: 13px 0 0 0;
        padding: 7px 10px 7.5px 10px;
        font-size: 14px;
        color: #ff9900;
        text-align: center;
        border-radius: 8px;
        border: 2px solid #333;
        background-color: #111;
        transition: all 0.4s linear;
    }
    #Golivebutton2:hover {
        cursor: pointer;
        border: 2px solid #444;
        background-color: #161616;
    }
    #Viewlivebutton1 {
        display: none;
    }
    #Viewlivebutton2 {
        width: 165px;
        margin: 13px 0 0 0;
        padding: 9px 10px 8px 10px;
        font-size: 12px;
        text-shadow: 0 0 0 #ff9900;
        color: #ff9900;
        text-align: center;
        border-radius: 8px;
        border: 2px solid #333;
        background-color: #111;
        transition: all 0.4s linear;
    }
    #Viewlivebutton2:hover {
        cursor: pointer;
        border: 2px solid #444;
        background-color: #151515;
    }

    #NoLongerliveEmailAlertEP {
        width: 165px;
        margin: 13px 0 25px 0;
        padding: 9px 10px 8px 10px;
        color: #ff0000;
        font-size: 12px;
        text-align: center;
        border-radius: 8px;
        border: 2px solid #333;
        background-color: #000; 
    }
    #NoLongerliveAlertEP {
        width: 165px;
        margin: 13px 0 25px 0; 
        padding: 5px;
        color: #ff0000;     
        font-size: 12px;
        text-align: center; 
        border-radius: 8px;
        border: 2px solid #333;
        background-color: #000;
    }
    #NoLongerliveAlertEP:hover {
        cursor: default;
    }     
    #NoLongerlivebutton {
        width: 165px;
        margin: 13px 0 25px 0; 
        padding: 5px;
        color: #ff0000;     
        font-size: 12px;
        text-align: center; 
        border-radius: 8px;
        border: 2px solid #333;
        background-color: #000;       
        transition: all 0.4s linear;
    }    
    #NoLongerlivebutton:hover {
        background-color: #191919;
    }
}

/* /////////////////////////////////// */
/* ///////// PLEDGE SIDE-BAR ///////// */
/* /////////////////////////////////// */

#sidebarPLG.active {
    margin-left: 0;
}
#sidebarPLG .sidebar-header {
    padding: 0;
}
#sidebarPLG ul p {
    color: #fff;
    padding: 0;
}
#sidebarPLG ul li a {
    padding: 0;
    font-size: 1.1em;
    display: block;
}
#sidebarPLG ul li.active>a,
a[aria-expanded="true"] {
    color: #D0D0D0;
    background: #222;
}

@media screen and (min-width: 320px) and (max-width: 960px) { /* small screen */
    
/*    .sidebarNavtabsEditPLGSmall {

    } */  
    .sidebarNavtabsEditPLGMedium {
        display: none;        
    }    
    .sidebarNavtabsEditPLGLarge {
        display: none;        
    }
}
@media screen and (min-width: 961px) and (max-width: 1024px) { /* medium screen */


    .sidebarNavtabsEditPLGSmall {
        display: none;
    }    
/*    .sidebarNavtabsEditPLGMedium {
       
    } */  
    .sidebarNavtabsEditPLGLarge {
        display: none;        
    }    
}
@media screen and (min-width: 1025px) { /* large screen */

    .sidebarNavtabsEditPLGSmall {
        display: none;
    }    
    .sidebarNavtabsEditPLGMedium {
        display: none;        
    }
/*    .sidebarNavtabsEditPLGLarge {
       position: relative;
       z-index: 8;
    }  */ 
}



@media screen and (min-width: 320px) and (max-width: 767px) {
    
    .sidebarwrapperPLG {
        position: relative;
        display: flex;
        width: 100%;
    }
    #sidebarPLG {
        position: fixed;
        z-index: 9999;
        height: 100vh;
        width: 220px;
        margin-top: 58px;
        margin-left: -250px;        
        top: 0;
        left: 0;
        padding-top: 14px;
        color: #fff;
        overflow: scroll;
        border: none;
        background-color: #0a0a0a;
        /*background-color: #0d0d0d;*/
        box-shadow: 8px -8px 10px -5px #000000;
        transition: 0.3s ease-out;
    }
    #sidebarPLG::-webkit-scrollbar {
        background-color: #0a0a0a;
        /*background-color: #0d0d0d;*/
    }
    #sidebarPLG.active {
        margin-left: 0;
    }
    .sideNavbarBackPLG {
        position: fixed;
        height: 28px;
        top: 0;
        left: -8px;
        border: none;
        border-radius: 0;
        z-index: 11000;
    }
    .sidebarToggleButtonPLG {     
        width: 40px;
        height: 40px;
        margin: 9px 0 0 7px;        
        padding: 0 6px 0 8px;
        text-align: center;
        border: none;
        background: transparent;
    }
    .sidebarToggleButtonPLG div {
        height: 3px;
        width: 28px;
        border-radius: 2px;
        background-color: #444;
        margin-top: 5px;
    }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
    
    .sidebarwrapperPLG {
        position: relative;
        display: flex;
        width: 100%;
    }
    #sidebarPLG {
        position: fixed;
        z-index: 9999;
        height: 100vh;
        width: 220px;
        margin-top: 49px;
        margin-left: -250px;        
        top: 0;
        left: 0;
        padding-top: 5px;
        color: #fff;
        overflow: scroll;
        border: none;
        background-color: #0a0a0a;
        /*background-color: #0d0d0d;*/
        box-shadow: 8px 0 10px -5px #000000;
        transition: 0.3s ease-out;
    }
    #sidebarPLG::-webkit-scrollbar {
        background-color: #0a0a0a;
        /*background-color: #0d0d0d;*/
    }
    #sidebarPLG.active {
        margin-left: 0;
    }
    .sideNavbarBackPLG {
        position: fixed;
        height: 28px;
        top: 0;
        left: -8px;
        border: none;
        border-radius: 0;
        z-index: 11000;
    }
    .sidebarToggleButtonPLG {
        width: 40px;
        height: 40px;
        margin: 5px 0 0 7px;        
        padding: 0 6px 0 8px;
        text-align: center;
        border: none;
        background: transparent;
    }
    .sidebarToggleButtonPLG div {
        height: 3px;
        width: 28px;
        border-radius: 2px;
        background-color: #444;
        margin-top: 5px;
    }
}
@media screen and (min-width: 961px) and (max-width: 1023px) {
  
    #sidebarwrapperPLG {
        display: none;
    }
    #sidebarPLG {
        position: fixed;
        z-index: 7;
        height: 100vh;
        width: 220px;
        margin: 44px 0 0 0;
        padding: 11px 0 0 0;
        color: #fff;
        border-right: 2px solid #222;
        background-color: #0a0a0a;
        /*background-color: #0d0d0d;*/
    }
    #sidebarShadowPLG {
        position: fixed;
        z-index: 6;
        height: 100vh;
        width: 220px;
        margin: 50px 0 0 0;
        padding: 0;
        border-right: none;
        background-color: none;
        box-shadow: 8px 0 10px -5px #000000;
    }
    .sideNavbarBackPLG {
        display: none;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) { /* 1024 */
  
    #sidebarwrapperPLG {
        display: none;
    }
    #sidebarPLG {
        position: fixed;
        z-index: 7;
        height: 100vh;
        width: 220px;
        margin: 43.5px 0 0 0;
        padding: 11px 0 0 0;
        color: #fff;
        border-right: 2px solid #222;
        background-color: #0a0a0a;
        /*background-color: #0d0d0d;*/
    }
    #sidebarShadowPLG {
        position: fixed;
        z-index: 6;
        height: 100vh;
        width: 220px;
        margin: 50px 0 0 0;
        padding: 0;
        border-right: none;
        background-color: none;
        box-shadow: 8px 0 10px -5px #000000;
    }  
    .sideNavbarBackPLG {
        display: none;
    }
    .sidebarToggleButtonPLG {
        display: none;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) { /* 1138 + 1180 */
    
    #sidebarwrapperPLG {
        display: none;
    }
    #sidebarPLG {
        position: fixed;
        z-index: 7;
        height: 100vh;
        width: 220px;
        margin: 43.5px 0 0 0;
        padding: 11px 0 0 0;
        border-right: 2px solid #333;
        background-color: #111;
    }
    #sidebarShadowPLG {
        position: fixed;
        z-index: 6;
        height: 100vh;
        width: 220px;
        margin: 0;
        padding: 0;
        border-right: none;
        background-color: none;
        box-shadow: 8px 0 10px -5px #000000;
    }
    .sideNavbarBackPLG {
        display: none;
    }
    #sidebarToggleButtonPLG {
        display: none;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1200px) { /* 1200 */
    
    #sidebarwrapperPLG {
        display: none;
    }
    #sidebarPLG {
        position: fixed;
        z-index: 7;
        height: 100vh;
        width: 220px;
        margin: 45.5px 0 0 0;
        padding: 9px 0 0 0;
        color: #fff;
        border-right: 2px solid #333;
        background-color: #111;
    }
    #sidebarShadowPLG {
        position: fixed;
        z-index: 6;
        height: 100vh;
        width: 220px;
        margin: 0;
        padding: 0;
        border-right: none;
        background-color: none;
        box-shadow: 8px 0 10px -5px #000000;
    }  
    .sideNavbarBackPLG {
        display: none;
    }
    #sidebarToggleButtonPLG {
        display: none;
    }
}
@media screen and (min-width: 1201px) {
    
    #sidebarwrapperPLG {
        display: none;
    }
    #sidebarPLG {
        position: fixed;
        z-index: 7;
        height: 100vh;
        width: 220px;
        top: 0;
        left: 0;
        margin: 45.5px 20px 0 0;
        padding: 9px 28px 0 0;
        color: #fff;
        border-right: 2px solid #333;
        background-color: #111;
    }
    #sidebarShadowPLG {
        position: fixed;
        z-index: 6;
        height: 100vh;
        width: 220px;
        margin: 0;
        padding: 0;
        border-right: none;
        background-color: none;
        box-shadow: 8px 0 10px -5px #000000;
    }  
    .sideNavbarBackPLG {
        display: none;
    }
    .sidebarToggleButtonPLG {
        display: none;
    }
}

/* ///////// PLEDGE PROFILE SIDE-BAR ///////// */

#sidebarPLGprofile.active {
    margin-left: 0;
}
#sidebarPLGprofile .sidebar-header {
    padding: 0;
}
#sidebarPLGprofile ul p {
    color: #fff;
    padding: 0;
}
#sidebarPLGprofile ul li a {
    padding: 0;
    font-size: 1.1em;
    display: block;
}
#sidebarPLGprofile ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #222;
}
@media screen and (min-width: 320px) and (max-width: 767px) {

    .sidebarwrapperPLGprofile { /* sidebarwrapper */
        position: relative;
        display: flex;
        width: 100%;
    }
    #sidebarPLGprofile { /* sidebar */
        position: fixed;
        z-index: 9999;
        height: 100vh;
        width: 220px;
        margin-top: 48px;
        margin-left: -250px; 
        top: 0;
        left: 0;
        padding-top: 0;
        color: #fff;
        overflow: scroll;
        border: none;
        background-color: #0a0a0a;
        /*background-color: #0d0d0d;*/     
        box-shadow: 8px 0 10px -5px rgba(0, 0, 0, 0.9);
        transition: 0.5s ease-out;
    }
    #sidebarPLGprofile::-webkit-scrollbar {
        background-color: #0a0a0a;
        /*background-color: #0d0d0d;*/
    }
    #sidebarPLGprofile.active {
        margin-left: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 960px) {

    .sidebarwrapperPLGprofile { /* sidebarwrapper */
        position: relative;
        display: flex;
        width: 100%;
    }
    #sidebarPLGprofile { /* sidebar */
        position: fixed;
        z-index: 9999;
        height: 100vh;
        width: 220px;
        margin-top: 38px;
        margin-left: -250px; 
        top: 0;
        left: 0;
        padding-top: 0;
        color: #fff;
        overflow: scroll;
        border: none;
        background-color: #0a0a0a;
        /*background-color: #0d0d0d;*/
        box-shadow: 8px 0 10px -5px rgba(0, 0, 0, 0.9);
        transition: 0.5s ease-out;
    }
    #sidebarPLGprofile::-webkit-scrollbar {
        background-color: #0a0a0a;
        /*background-color: #0d0d0d;*/
    }
    #sidebarPLGprofile.active {
        margin-left: 0;
    }
}
@media screen and (min-width: 961px) {

    .sidebarwrapperPLGprofile { /* sidebarwrapper */
        display: none;
    }
}

/*@media screen and (min-width: 961px) and (max-width: 1024px) {
    
    .sidebarwrapperPLGprofile {
        position: relative;
        display: flex;
        width: 100%;
        z-index: 9999;
    }    
    #sidebarPLGprofile {
        position: fixed;        
        top: 0;
        left: 0;
        margin-top: 50px;
        margin-left: -250px;
        padding: 0 28px 0 0;
        width: 220px;
        height: 100vh;
        background-color: #0d0d0d;
        color: #fff;
        transition: all 0.5s;
        z-index: 9999;
    }
    #sidebarNavtabsprofile {
        margin: 80px 0 0 0;
    }
}
@media screen and (min-width: 1025px) {
    
    .sidebarwrapperPLGprofile {
        position: relative;
        display: flex;
        width: 100%;
        z-index: 9999;
    }    
    #sidebarPLGprofile {
        position: fixed;        
        top: 0;
        left: 0;
        margin-top: 50px;
        margin-left: -250px;
        padding: 0 28px 0 0;
        width: 220px;
        height: 100vh;
        background-color: #000;
        color: #fff;
        transition: all 0.5s;
        z-index: 9999;
    }
    #sidebarNavtabsprofile {
        margin: 80px 0 0 0;
    }
}*/

/* ///////// SEARCH SIDE-BAR ///////// */

@media screen and (min-width: 320px) and (max-width: 960px) {
    
    #searchSidebar {
        position: fixed;
        z-index: 1005;
        height: 100vh;
        width: 220px;
        margin-top: 50px;
        margin-left: -250px;        
        top: 0;
        left: 0;
        padding-top: 0;
        overflow: scroll;
        background-color: rgb(1, 1, 1);
        color: #fff;
        transition: 0.5s ease-out;
    }
    #searchSidebar::-webkit-scrollbar {
        background-color: rgba(0,0,0);
    }
    #searchSidebar.active {
        margin-left: 0;
    }
}
@media screen and (min-width: 961px) {
    
    #searchSidebar {
        display: none;
    }       
    .sidebarNavtabsSearchSmall {
        display: none;
    }  
}

/* //// ADMIN SIDEBAR on prpfile page //// */

    #AdminSidebar {
        position: fixed;
        z-index: 1005;
        height: 100vh;
        width: 240px;
        margin-top: 50px;
        margin-left: -250px;        
        top: 0;
        left: 0;
        padding-top: 0;
        overflow: scroll;
        background-color: rgb(1, 1, 1);
        color: #fff;
        transition: 0.5s ease-out;
    }
    #AdminSidebar::-webkit-scrollbar {
        background-color: rgba(0,0,0);
    }    
    #AdminSidebar.active {
        margin-left: 0;
    }
    
    .AdminSideNavbarBack {
        height: 28px;
        top: 0;
        left: -8px;
        position: fixed;
        z-index: 9999;
        border: none;
        border-radius: 0;    
    }
    .AdminSidebarToggleButton {
        width: 32px;
        height: 32px;
        margin: 10px 0 0 1px;
        padding: 0 6px 0 6px;
        text-align: center;
        border: none;
        background-color: rgba(0, 0, 0, 0);
    }
    .AdminSidebarToggleButton div {
        width: 22px;
        height: 2px;
        background-color: #444;
        margin: 5px 0;
    }

/* //// ADMIN SIDEBAR GENERAL //// */

@media screen and (min-width: 320px) and (max-width: 960px) {

    #AdminGSidebar {
        position: fixed;
        z-index: 1005;
        height: 100vh;
        width: 240px;
        margin-top: 50px;
        margin-left: -250px;        
        top: 0;
        left: 0;
        padding-top: 0;
        overflow: scroll;
        background-color: rgb(1, 1, 1);
        color: #fff;
        transition: 0.5s ease-out;
    }
    #AdminGSidebar::-webkit-scrollbar {
        background-color: rgba(0,0,0);
    }    
    #AdminGSidebar.active {
        margin-left: 0;
    }    
    .sidebarNavtabsAdminLarge {
        display: none;        
    }
}
@media screen and (min-width: 961px) {
   
    #AdminGSidebar {
        position: fixed;
        z-index: 1005;
        height: 100vh;
        width: 240px;
        margin-top: 50px;
        margin-left: 0;        
        top: 0;
        left: 0;
        padding-top: 0;
        overflow: scroll;
        background-color: rgb(1, 1, 1);
        color: #fff;
        transition: 0.5s ease-out;
    }
    #AdminGSidebar::-webkit-scrollbar {
        background-color: rgba(0,0,0);
    }          
    .sidebarNavtabsAdminSmall {
        display: none;
    }
}