/*-----------------------
 My Account Dashboard 
-------------------------*/
.axil-signin-area {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.signin-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 40px 100px;
	z-index: 1;
}
.axil-dashboard-aside {
    border: 1px solid #cbd3d9;
    padding: 40px 15px 15px;
    border-radius: 6px;
    background: #323a94;
    margin-bottom: 25px;
}
.axil-dashboard-warp .axil-dashboard-author .thumbnail img {
    border-radius: 50%;
}
.axil-dashboard-warp .axil-dashboard-author {
    margin-bottom: 50px;
}
.axil-dashboard-warp .axil-dashboard-author .media {
    align-items: center;
}
.axil-dashboard-warp .axil-dashboard-author .joining-date {
    font-size: 14px;
    color: #777777;
    font-weight:400;
}
.axil-dashboard-aside .nav-link {
    font-weight: 500;
    color:#fff;
    font-size: var(--font-size-b2);
    position: relative;
    border-radius: 6px;
    padding: 9px 10px 9px 55px;
    margin-bottom: 8px;
    transition: var(--transition);
    border: none;
    width: 100%;
}
.axil-dashboard-aside .nav-link i {
    position: absolute;
    top: 12px;
    left: 24px;
    font-size: 18px;
}
.axil-dashboard-aside .nav-link.active, .axil-dashboard-aside .nav-link:hover {
    background-color: #f6f7fb;
    color: #3577f0;
}

.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.axil-dashboard-overview .welcome-text {
    color: var(--color-black);
    font-size: 18px;
    margin-bottom: 25px;
}
.axil-dashboard-order .table thead {
    background-color: #323a94;
}
.axil-dashboard-order .table thead th:first-child {
    border-radius: 6px 0 0 6px;
}
.axil-dashboard-order .table thead th {
    border: none;
    padding: 18px 20px;
    vertical-align: middle;
    font-size: 20px;
    color:#fff;
    text-transform: capitalize;
}
.axil-dashboard-order .table tbody {
    border-top: none;
}
.axil-dashboard-order .table tbody tr:first-child td, .axil-dashboard-order .table tbody tr:first-child th {
    border-top: none;
}
.axil-dashboard-order .table tbody tr th {
    color: var(--color-chart03);
}
.axil-dashboard-order .table tbody tr td, .axil-dashboard-order .table tbody tr th {
    padding: 2px 20px;
    vertical-align: middle;
    font-weight: var(--p-medium);
    font-size:14px;
    color: var(--color-heading);
    border-top: none;
}
.axil-dashboard-order .table tbody tr td, .axil-dashboard-order .table tbody tr td {
    white-space: nowrap;
}
.axil-dashboard-order .table tbody tr:first-child td, .axil-dashboard-order .table tbody tr:first-child th {
    border-top: none;
}
.axil-dashboard-order .table tbody tr td {
    min-width: 150px;
}
.axil-dashboard-order .table tbody tr {
    border-bottom:1px solid #ccc;
}
.axil-dashboard-order .table tbody .view-btn:hover {
    background-color: #3577f0;
    border-color: #3577f0;
    color: #fff;
}
.axil-dashboard-order .table tbody .view-btn {
    padding: 9px 20px;
    border: none;
    background-color: rgb(240 0 9);
    color: #fff;
    border-radius: 25px;
}
.right-sidebar-my-profile-dash {
    position: relative;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #DDD8F9;
    padding: 70px 25px 50px 25px;
}
.my-single-portfolio-dashed {
    display: flex;
    align-items: flex-start;
    padding-bottom: 30px;
}
.my-single-portfolio-dashed .name {
    flex-basis: 40%;
    color: #110C2D;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
}
.my-single-portfolio-dashed .value {
    flex-basis: 60%;
}
.right-sidebar-my-profile-dash .title {
    font-size: 20px;
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    top: 0;
    background: #323a94;
    left: 0;
    color:#fff;
    border-radius: 6px 6px 0px 0px;
    padding: 10px 25px;
}
.address-details {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.address-details li{
    margin:0px;
    padding:10px;
    position:relative;
    width:100%;
}
.axil-dashboard-address .addrss-header {
    border-bottom: 1px solid #cbd3d9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.axil-dashboard-account{
    position: relative;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #DDD8F9;
    padding: 30px;   
}
.axil-dashboard-account form{
    position:relative;
    width:100%;    
}
.axil-dashboard-account .form-group {
    margin-bottom: 30px;
    position: relative;
}
.axil-dashboard-account .form-group label {
    position: absolute;
    top: -11px;
    left: 20px;
    pointer-events: none;
    z-index: 4;
    background: #fff;
    padding: 0 10px;
}
.axil-dashboard-account .form-group label {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: var(--color-body);
}
.axil-dashboard-account label {
    display: inline-block;
}
.axil-dashboard-account .form-group .form-control {
    height: 60px;
    padding: 10px 30px;
}
.axil-dashboard-account .form-group .form-group input {
    border: 0 none;
    border-radius: 6px;
    height: 50px;
    font-size: 14px;
    padding: 0 20px;
    background-color: #fff;
    border: 1px solid #ccc;
}
.axil-dashboard-account .form-group input[type=text], input[type=password], input[type=email], input[type=number], input[type=tel], textarea {
    font-weight: 400;
    height: auto;
    line-height: 60px;
    background: #fff;
    box-shadow: none;
    padding: 0 30px;
    outline: none;
    border:1px solid #ccc;
    border-radius:8px;
}
.axil-btn-submit {
    position: relative;
    width: 30% !important;
    height: 48px !important;
    background-color: #2e3795 !important;
    border: none !important;
    color: #fff !important;
    border-radius: 6px !important;
    line-height: 40px !important;
}
.axil-dashboard-address{
    position: relative;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #DDD8F9;
    padding: 30px;    
}
.axil-dashboard-order{
    position: relative;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #DDD8F9;
    padding: 30px;    
}
.edit-profile-btn {
    position: absolute;
    top: 4px;
    right: 15px;
    font-size: 16px;
    color: #fff;
}



