.profile-left-main-title {
    font-size: 30px;
    margin-top: 25px;
    font-weight: bold;
    color: #0b0b0b;
}
.profile-left-main-text {
    font-size: 14px;
    font-weight: 300;
    color: #0b0b0b;
    margin-bottom: 25px;
    margin-top: 5px;
}
.profile-menu .profile-menu-item {
    margin: 15px 0;
    display: flex;
}
.profile-menu-item-1 {
    padding-right: 20px;
}
.profile-menu-item-2 {
    
}

.profile-menu-title {
    font-weight: 20px;
    font-weight: bold;
    color: #0b0b0b;
}
.profile-menu-icon {
    line-height: 50px;
}
.profile-menu-icon-1 {
    display: block;
}
.profile-menu-icon-2 {
    display: none;
}
.profile-menu-text {
    font-weight: 16px;
    color: #0b0b0b;
    
}

.profile-menu .profile-menu-item:hover .profile-menu-title, .profile-menu .profile-menu-item.profile-menu-active .profile-menu-title  {
    color: #00a90c;
}

.profile-menu .profile-menu-item:hover .profile-menu-icon-1, .profile-menu .profile-menu-item.profile-menu-active .profile-menu-icon-1 {
    display: none;
}
.profile-menu .profile-menu-item:hover .profile-menu-icon-2, .profile-menu .profile-menu-item.profile-menu-active .profile-menu-icon-2  {
    display: block;
}

.profile-menu .profile-menu-item:hover .profile-menu-text, .profile-menu .profile-menu-item.profile-menu-active .profile-menu-text {
    
    color: #00a90c;
}

.profile-menu-title-big {
    line-height: 50px;

}

.profile-right-greytitle {
    font-size: 16px;
    color: #939393;
}

.profile-right-title {
    font-weight: bold;
    font-size: 24px;
    color: #171717;
}
.profile-right-subtitle {
    font-weight: bold;
    font-size: 16px;
    color: #171717;
}
.profile-right-btn {
    background: #4c98ad;
    color: white;
    border-radius: 3px;
    line-height: 38px;
    float: right;
    padding: 0 18px;
    cursor: pointer;
}

.profile-right-btn-inline-block {
    background: #4c98ad;
    color: white;
    border-radius: 3px;
    line-height: 38px;
    padding: 0 18px;
    display: inline-block;
    cursor: pointer;
}

.profile-right-btn-underline-inline-block {
    background: #fff;
    color: #171717;
    text-decoration: underline;
    border-radius: 3px;
    line-height: 38px;
    padding: 0 18px;
    display: inline-block;
    cursor: pointer;
}

.profile-dashboard-bigbox {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    background: white;
    padding: 30px 30px;
}
.profile-dashboard-bigbox-number {
    font-weight: bold;
    font-size: 85px;
    line-height: 80px;
    color: #4c98ad;
}
.profile-dashboard-bigbox-number span{
    font-size: 40px;
    line-height: 45px;
    float: right;

}
.profile-dashboard-bigbox-text {
    font-size: 20px;
    margin-top: 5px;
    color: #0b0b0b;
}
.profile-dashboard-bigbox-link {
    font-size: 14px;
    display: block;
    margin-top: 10px;
    cursor: pointer;
    text-decoration: underline;
    color: #0b0b0b;
}
.profile-right-disabled-text {
    font-size: 16px;
    color: #939393;
}

.profile-shipitem-box {
    border: 2px dashed #e5e5e5;
    margin: 12px;
    padding: 15px;
    display: block;
}
.profile-shipitem-box:hover {
    border: 2px dashed #7e7e7e;
    cursor: pointer;
}
.profile-shipitem-box-img {

}
.profile-shipitem-box-title {
    color: #0b0b0b;
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;

}
.profile-shipitem-box-text {
    color: #939393;
    font-size: 12px;
}
.profile-whitebox-border {
    border: 1px solid #e5e5e5
}
.profile-grey-row {
    margin: 5px -1.5rem!important;
    padding: 20px 2rem;
    background: #f7f7f7;
}

.profile-grey-row-title {
    font-size: 16px;
    color: #171717;
    font-weight: bold;
}
.profile-grey-row-text {
    font-size: 13px;
    color: #0b0b0b;    
}
.profile-order-tit {
    color: #0b0b0b;
    font-size: 16px;
}
.profile-order-text {
    color: #0b0b0b;
    font-size: 16px;
}
.profile-order-suptit {
    color: #0b0b0b;
    font-size: 20px;
    font-weight: bold;
}
.profile-order-suptext {
    color: #8bb828;
    font-size: 20px;
    font-weight: bold;
}

.profile-login-box-margin {
    margin: 10vh 0 20px 0;
}
.profile-login-box {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 32px 17px rgba(0,0, 0,0.16);
}
.profile-login-box-left {
    height: 600px;
    min-height: 80vh;
    padding: 45px 60px; 
    background: url('../images/profile-login-main-bg.png');
    background-size: cover;
    position: relative;
}
.profile-login-box-right {
    height: 650px;
    min-height: 80vh;
    background: white;
    overflow-y: auto;
    display: flex;
    align-items: center;
}
.profile-login-box-left-bottom {
    position: absolute;
    bottom: 30px;
    left: 60px;
    right: 30px;
}
.profile-login-left-title {
    color: #00f697;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 15px;
}
.profile-login-left-text {
    color: white;
    font-size: 15px;
    line-height: 35px;
}
.profile-login-box-after {
    margin-top: 30px;
    text-align: center;
}
.profile-login-box-after ul {

}
.profile-login-box-after li , .profile-login-box-after li a {
    display: inline-block;
    margin: 0 10px;
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
}
.profile-login-box-after li a {
    text-decoration: underline;
}

.profile-login-right-title {
    font-size: 30px;
    padding-left: 17px;
    color: #0b0b0b;
    position: relative;
}
.profile-login-right-title:before {
    background: #00a90c;
    position: absolute;
    border-radius: 3px;
    overflow: hidden;
    left: 0;
    content: "";
    display: block;
    top: 13px;
    bottom: 5px;
    width: 3px;
    height: 18px;
}
.profile-login-right-text {
    font-size: 14px;
    margin-top:16px;
    font-weight: 300;
    color: #0b0b0b;
}



.profile-regbutton {
    background: none;
    width: 100%;
    border: 2px solid #0b0b0b;
    border-radius: 5px;
    color: #0b0b0b;
    text-align: center;
    line-height: 40px;
    display: inline-block;
}

.profile-regbutton:hover {
    background: #0b0b0b;
    color: #ffffff;
}

@media (max-width: 768px) {
    .profile-dashboard-bigbox-number {
        font-size: 40px;
        line-height: 40px;
    }
    .profile-dashboard-bigbox-number span{
        font-size: 24px;
        line-height: 24px;

    }

    .profile-dashboard-bigbox {
        padding: 15px;
        margin-bottom: 5px;
    }
}
