.nav-pills > li > a {
    border-radius: 0;
}

.collapse.in {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-size: 30px;
    border: none;
    border-radius: 50%;
    border: 1px solid #f6b7a0;
    background-color: white;
    /* background-color: #f6b7a0; */
    padding: 0;
    margin: 0 0 0 -16px;
    color: #f6b7a0;
    position: absolute;
    top: 500px;
    z-index: 2001;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
}

#wrapper.toggled {
    padding-left: 250px;
    overflow: hidden;
}

#sidebar-wrapper {
    z-index: 2000;
    position: absolute;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    font-size:14px;
    line-height:  20px;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    position: absolute;
    width: 100%;
    overflow-x: hidden;
}

.xyz {
    min-width: 360px;
}

#wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0px;
}

.fixed-brand {
    width: auto;
}

/* Sidebar Styles */
.nav-sidebar .nav-link p {
    font-size: 14px !important;
    line-height: 20px;
}
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 2px;
}

.fa-stack {
    display: flex;
    align-items: center;
    height: auto;
    line-height: auto;
    position: relative;
    vertical-align: middle;
    width: 1.5em;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #444;
    font-size: 14px;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.no-margin {
    margin: 0;
}

.purple_btn {
    background: #8739f6;
    background: linear-gradient(145deg, #8739f6 15%, #a849fc 65%);
}

.newTrip {
    font-size: 1.6rem;
    color: white;
    font-family: "Poppins", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 auto;
    border-radius: 5px;
    outline: none;
    box-sizing: border-box;
    padding: 3px 45px;
    cursor: pointer;
    border: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled-2 .search_menu {
    display: none;
}
#wrapper.toggled-2 .newTrip
{
   display: none;
}
.newTripSmall
{
   display: none;
}
#wrapper.toggled-2 .newTripSmall {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27px;
    height: 27px;
    color: white;
    font-size: 1.6rem;
    font-family: "Poppins", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    border-radius: 5px;
    outline: none;
    box-sizing: border-box;
    padding: 0 0 0 1px;
    cursor: pointer;
    border: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.search_menuBtn {
    border-radius: 50%;
    border: none;
    color: white;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 27px;
    height: 27px;
    font-size: .9em;
}

.nav-item .search_menu {
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    background-color: white;
    margin: 0 5px 0 0;
    color: #444;
    display: block;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 86%;
    padding: 0 10px;
}


/* Main Menu */
#nav-icon3 {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#nav-icon3 span {
	display: block;
	position: absolute;
	height: 2px;
	width: 28px;
	background: #9c3bff;
	border-radius: 9px;
	opacity: 1;
	left: 5px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}


/* Icon 3 */
#nav-icon3 span:nth-child(1) {
	top: 10px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 18px;
}

#nav-icon3 span:nth-child(4) {
	top: 26px;
}

#nav-icon3.open span {
	background: #ffffff;
}

#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}




/*@media (min-width: 320px) {*/
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.wrapper {
        padding-left: 250px;
    }

    .fixed-brand {
        width: 250px;
    }

    #wrapper.toggled-2 {
        padding-left: 50px;
    }

    #wrapper .collapse.in {
        transform: rotate(-60deg);
    }

    #wrapper.toggled-2 .collapse.in {
        transform: rotate(0deg);
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled-2 #sidebar-wrapper {
        width: 50px;
    }

    #page-content-wrapper {
        position: relative;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
        padding-left: 250px;
    }

    #wrapper.toggled-2 #page-content-wrapper {
        position: relative;
        margin-right: 0;
        margin-left: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        width: auto;
    }
/*}*/


/*
@media (max-width: 499px) {
    #wrapper.wrapper {
        padding-left: 50px;
    }

    #wrapper.wrapper .collapse.in {
        margin: 0 0 0 187px;
    }

    #wrapper.toggled-2 .collapse.in {
        margin: 0 0 0 -16px;
    }

    #wrapper.toggled-2 {
        padding-left: 50px;
    }

}
*/





li.notifications > a {
	font-size: 30px;
	padding: 0 15px !important;
	color: #444444;	
}

li.messages > a {
	font-size: 30px;
	padding: 0 15px !important;
	color: #444444;	
}

li.profile > a {
	font-size: 30px;
	padding: 0 15px !important;
	color: #444444;	
}


@media screen and (max-width: 576px) {


	#wrapper.wrapper {
	    padding-left: 0;
	}
	
	
	.main-header {
	    height: 60px;
	}

	
	
	
	
	
	
	nav.main-header.open {
	    z-index: 2001;
	    background-color: #8739f6;
	    border: 0;
	}
	
	
	
	
	
	
	li.notifications > a {
	    font-size: 20px !important;
	    padding: 0 15px 0 0 !important;
	}
	
	li.messages > a {
    	font-size: 20px !important;
	    padding: 0 5px !important;
	}
	
	li.profile > a {
		font-size: 20px !important;
	    padding: 0 0 0 15px !important;
	}
	
	nav.main-header.open li.notifications > a {
		color: #ffffff !important;
	}
	
	nav.main-header.open li.messages > a {
		color: #ffffff !important;
	}
	
	nav.main-header.open li.profile > a {
		color: #ffffff !important;
	}
	
	
	
	.mobile_header {
		background-color: #8739f6;
		padding-left: 50px;
		height: 59px;
	}
	
	.logo_mobile {
	    width: 137px;
	}

	nav.main-header.open .logo_mobile {
		filter: invert(1);	
	}
	
	


	/* Main Menu */
	aside#sidebar-wrapper {
	    display: none !important;
	    width: 100% !important; 
	}
	
	aside#sidebar-wrapper.open {
	    display: block !important;
	    height: 100%;
	    position: fixed;
	}
	
	nav#sidebar-wrapper {
	    width: 100% !important;
	    left: 0;
	    margin: 0 !important;
	    overflow: scroll;
	    height: calc(100% - 59px);
	}
		
	

	#wrapper.wrapper .collapse.in,
	#wrapper.toggled-2 .collapse.in {
	    display: none !important;
	}
	
	.sidebar-nav {
	    width: 100% !important;
		margin: 0 !important;
	}
	
	.sidebar-thg {
	    background-color: #ffffff;
	}
	
	
	.nav-sidebar .nav-item > .nav-link {
	    
	}
	
	.fa-stack {
	    width: 38px;
	}
	
	.nav-sidebar > .nav-item div {
	    font-size: 18px;
	}
	
	.nav-sidebar > .nav-item .nav-icon.fas {
	    font-size: 18px;
	}
	
	.nav-sidebar .nav-link p {
	    font-size: 14px !important;
	}
	
	.nav-sidebar > .nav-item > a {
	    margin: 0 !important;
	    border-radius: 0;
	}

	.nav-sidebar > .nav-item.parent > a {
	    padding: 18px 15px 18px 15px !important;
		border-bottom: 1px solid #dbdbdb;
		color: #444;
		font-weight: 400;
		letter-spacing: 0.5px;
	}

	.nav-sidebar > .nav-item:not(.parent) > a {
	    padding: 12px 10px 12px 30px !important;
		background-color: #efeff2 !important;
		color: #444;
	}

	.nav-sidebar > .nav-item.parent.active > a {
	    border-bottom: 0 !important;
		border-left: 5px solid #5a16bb;
		background-color: #fff !important;
	}
	
	.nav-sidebar > .nav-item.parent.active > a:before {
	    content: '';
	    background-color: #5a16bb;
	}
	
	.sidebar-thg .nav-sidebar > .nav-item > .nav-link.active {
	    /*background-color: #dadae1 !important;*/
		border-radius: 0;
		color: #8739f6;
	}
	
	.sidebar-thg .nav-sidebar > .nav-item > .nav-link.active:before {
	    content: '';
		background-color: #8739f6;
		font-size: 11px;
		text-transform: uppercase;
		position: absolute;
		font-weight: 500;
		left: -5px;
		top: calc(50% - 5px);
		width: 10px;
		height: 10px;
		transform: rotate(45deg);
	}

	#CommunicationSubmenu {
		list-style: none;
		padding: 0;
	}

	#CommunicationSubmenu li a {
	    padding: 10px 10px 10px 70px !important;
	    background-color: #732ed7 !important;
	    color: #ffffff !important;
	}

	

}