/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

#main-wrapper {
	background: #fff;
}

.dashbaord-wraper {
	display: flex;
	margin-top: 70px;
}

.wrapper {
	width: calc(100% - 78px);
	padding: 30px;
	background: #fff;
	transition: 0.20s padding ease-out
}
.wrapper.open {
	width: calc(100% - 300px);
}

.right-sidebar {
	position: fixed;
	right: 0;
	width: 100%;
	height: 100vh;
	background: #F0F0F0;
	width: 300px;
	padding: 30px 15px;
	margin-right: -222px;
	transition: 0.20s margin ease-out
}
.right-sidebar.open {
	 margin-right:0;
}
.right-sidebar ul {
	margin: 0;
	padding: 0;
}

.right-sidebar li {
	list-style: none;
}

.right-sidebar li a {
	padding: 8px 10px;
	font-size: 16px;
	color: #333;
	display: block;
}

.right-sidebar li a:hover,
.right-sidebar li a:hover span i {
	color: #405DAA;
}

.right-sidebar li span i {
	font-size: 20px;
	width: 35px;
	vertical-align: middle;
	color: #999;
	text-align: center;
	margin-right: 15px;
}

.wallet-box img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 110px;
}

.wallet-box {
	border: 1px solid #36C1D6 !important;
	min-height: 130px;
}

.card {
	border: 0;
	box-shadow: 0px 0px 16px #00000020;
	border-radius: 10px;
}

.wallet-box h4,
.wallet-box h1,
.wallet-box p {
	text-align: right;
}

.wallet-box h1 {
	    font-size: 30px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}

.wallet-box p {
	font-size: 16px;
	margin: 0;
	font-weight: 600;
	    margin-bottom: -12px;
}

.box-title {
	text-align: left;
	font-size: 16px;
	color: #666;
	text-transform: uppercase;
}

.quick-link a {
	border: 1px solid #ccc;
	border-radius: 30px;
	padding: 5px;
	vertical-align: middle;
	display: inline-flex;
	font-size: 16px;
	font-weight: 500;
	padding-right: 23px;
	line-height: 40px;
	float: right;
	margin-left: 15px;
}

.quick-link span {
	width: 40px;
	height: 40px;
	background: #405DAA;
	border-radius: 100%;
	padding: 5px;
	vertical-align: middle;
	display: block;
	margin-right: 15px;
}

.btn-primary {
	background-color: #405DAA;
	border-color: #405DAA;
}

.btn-primary:hover {
	background-color: #405DAA;
	border-color: #405DAA;
}

.secondary-nav.nav.alternate {
	margin-bottom: 0;
}

.add-mon {
	background: #F3F3F3;
	border: 1px solid #E6E6E6;
}

#header {
	-webkit-box-shadow: 0px 0px 10px #00000030;
	box-shadow: 0px 0px 10px #00000030;
}

.profile img {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	display: block;
	border: 3px solid #fff;
	box-shadow: 0px 5px 15px #00000040;
}

.profile {
	display: flex;
	margin-bottom: 0px;
}

.profile span {
	font-size: 22px;
	font-weight: 500;
	margin-top: 20px;
	margin-left: 15px;
}

.list-profile {
	width: 120px;
}

.list-profile li {
	list-style: none;
}

.md-content {
	width: calc(100% - 140px);
	margin-left: 15px;
}

.list-profile img {
	width: 60px;
	margin: 0 auto;
	border-radius: 100%;
	border: 3px solid #fff;
	box-shadow: 0px 5px 15px #00000040;
}

.list-profile a {
	width: 100%;
	text-align: center;
	display: block;
	margin-bottom: 10px;
}

.list-profile a span {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	border: 3px solid #405DAA;
	margin: 0 auto;
	margin-top: 20px;
}

.list-profile a span i {
	font-size: 20px;
	margin-top: 17px;
}

.primary-menu ul.navbar-nav>li>a {
	height: 70px;
	padding-left: 0.85em;
	padding-right: 0.85em;
	color: #0c2e53;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	position: relative;
	font-size: 22px;
}

#custom-search-input {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	border: 0;
}

#custom-search-input .search-query {
	padding: 8px 25px !important;
	margin-bottom: 0;
	border-radius: 36px;
	background: #efefef;
	border: 0 solid;
}

#custom-search-input button {
	border: 0;
	background: none;
	padding: 6px 5px;
	margin-top: 4px;
	position: relative;
	left: -38px;
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	box-shadow: inherit;
}

.search-query:focus+button {
	z-index: 3;
}

.quick-link img {
	margin-left: 5px;
	margin-top: -13px;
}

#footer {
    background-color: #405DAA !important;
    margin: -30px;
    margin-top: 0;
}
 #footer h4
{
	color: #fff;
	font-size: 18px ?!important;
}
#footer .nav.flex-column .nav-item .nav-link {
    color: #fff;
}
#footer .text-muted {
    color: #eee !important;
}
#footer a
{
	color: #fff;
}
.show-green
{
	height: 23px;
    width: 20px;
    display: block;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 0;
    background-size: 100%;
    background-repeat: no-repeat;
}
.web-view
{
	display: block;
}
.mobile-view
{
	display: none;
}
.list-profile.horizontal-list
{
	display: none;
}
@media only screen and (max-width: 600px) {
	 .list-profile
	{
		display: none;
	}
	.md-content {
	    width: 100%;
	    margin: 0 auto;
	}
	.right-sidebar
	{
		display: none;
	}
	.right-sidebar.open {
    display: block;
        z-index: 1001;
}
	.wrapper {
    width: 100%;
}
.wrapper.open {
    width: 100%;
}
.wallet-box
{
	margin:0;
	margin-bottom: 15px;
}
.quick-link a
{
	width: 100%;
    margin-bottom: 10px;
}
.web-view
{
	display: none;
}
.mobile-view
{
	display: block;
}
#navbarNav ul
{display: block;}
#navbarNav ul li
{float: left;}
 .mobile-view .navbar
{
	padding: 15px 10px !important;
}
#navbarNav ul li a
{
	padding: 5px 10px;
	font-size: 24px;
}
.list-profile.horizontal-list
{
	display: block;
	    height: auto;
    width: 100%;
}
.list-profile.horizontal-list img
{
	 width: 45px;
	 margin-right: 5px;
}
.list-profile.horizontal-list ul
{
	display: flex;
}
.list-profile.horizontal-list a span {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 3px solid #405DAA;
    margin: 0 auto;
    margin-top: 1px;
}
.list-profile.horizontal-list a span i {
    font-size: 20px;
    margin-top: 11px;
}
.list-profile.horizontal-list ul li:last-child {
       margin: 0 auto;
    margin-right: 0;
}
.list-profile.horizontal-list a {
    margin-bottom: 0;
}
}

.contact-dp
{
  width: 60px;
  height: 60px;
	margin: 0 auto;
	border-radius: 100%;
	border: 3px solid #fff;
	box-shadow: 0px 5px 15px #00000040;
}

.right-sidebar:hover
{
	margin-right: 0;
	z-index: 10;
}

.mr-t-5
{
  margin-top: 5px;
}

.swal2-popup .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #405DAA !important;
    color: #fff;
    font-size: 1.0625em;
}
.promo-code-text
{
  padding: 0px 0px !important;
  top: 36px !important;
}

.border-bottom, .modal-header
{
/*border: 1px solid #36C1D6 !important;*/
box-shadow: 0px 0px 40px #00000020 !important;;
border-top: 0 !important;
border-left: 0 !important;
border-right: 0 !important;
}

.modal-header
{
padding-top: 8px !important;;
padding-bottom: 8px !important;;
}

.tx_icon
{
  height: 24px;
}
