/* Style for profile page and admin */
.logo span {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    vertical-align: middle;
    color: #060A07;
    transform: translateY(2px);
    display: inline-block;
}

.header-area .nav .dropdown .nav-link i {
    margin-left: 10px;
    font-size: 14px;
    color: #919BB8;
}

    .header-area .nav .dropdown .nav-link svg {
        margin-right: 10px;
        vertical-align: middle;
        fill: #A1ACC9;
    }

        .header-area .nav .dropdown.show .nav-link {
            border-radius: 8px;
            background: #EAEDF6;
            color: #008FA1;
        }

        .header-area .nav .dropdown.show .nav-link svg {
            fill: #008FA1;
        }

        .custom-dropdown .dropdown-menu {
            width: auto;
        }

.profile-wrap {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    background: #EAEDF6;
}

    .profile-header {
        max-width: 1310px;
        margin: 0 auto 24px auto;
        padding: 20px;
        border-radius: 10px;
        background: #fff;
    }

    .profile-header .nav-link {
        padding: 15px 17px;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #0E1320;
        border-radius: 8px;
    }

        .profile-header .nav-link svg {
            margin-right: 10px;
            vertical-align: middle;
            fill: #919BB8;
        }

        .profile-header .nav-link.active {
            font-weight: 500;
            color: #008FA1;
            /*background: #EAEDF6;*/
        }

            .profile-header .nav-link.active svg {
                fill: #008FA1;
            }

.profile-page-container {
    max-width: 1310px;
    height: auto;
    margin: 0 auto 24px auto;
    border-radius: 10px;
}

#profile-tab .nav-link {
    font-size: 18px;
    line-height: 24px;
    color: #A1ACC9;
}

    #profile-tab .nav-item {
        margin-right: 40px;
    }

    #profile-tab .nav-link.active {
        font-weight: 500;
        color: #060A07;
        background: transparent;
    }

#profile-tabContent {
    margin: 0;
    height: auto;
}

    .profile-form .form-row {
        margin-bottom: 20px;
    }

    .profile-form label {
        margin-right: 20px;
        font-size: 16px;
        line-height: 24px;
        color: #060A07;
    }

    .profile-form input {
        height: 43px;
        background: #F5F6FB;
        border-radius: 4px;
        color: #0E1320;
        font-size: 16px;
        padding-left: 20px;
        border: none;
        max-width: 240px;
    }

        .profile-form input:focus {
            box-shadow: none;
            outline: none;
        }

    .custom-checkbox {
        cursor: pointer;
    }

        .custom-checkbox input[type='checkbox'] + span {
            margin-right: 10px;
            vertical-align: middle;
        }

.btn-outline-danger {
    border-color: #F94A4A !important;
}

.empty {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
}

    .empty p {
        font-size: 18px;
    }

.profile-collapse-group {
    margin-bottom: 40px;
}

.profile-collapse-group .collapse {
    padding-top: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #EAEDF6;
}

    .profile-collapse-group:last-child .collapse {
        border-bottom: none;
    }

    .profile-collapse-group .collapse .row.border-bottom:last-child {
        border-bottom: none !important;
    }

    .profile-collapse-group button {
        margin-bottom: 20px;
        font-size: 18px;
        outline: none !important;
        box-shadow: none !important;
    }

        .profile-collapse-group button:focus , .profile-collapse-group button:hover , .profile-collapse-group button:active {
            color: #0E1320 !important;
        }

        .profile-collapse-group button i {
            margin-right: 10px;
            display: inline-block;
            vertical-align: middle;
            font-size: 14px;
            color: #919BB8;
            transform: rotate(0);
        }

            .profile-collapse-group button.collapsed i {
                transform: rotate(180deg);
            }

.profile-download-img {
    max-width: 93px;
    margin-right: 16px;
    border-radius: 8px;
    overflow: hidden;
}

    .profile-download-img img {
        max-width: 100%;
    }

.wrap-info-icon {
    width: 58px;
    height: 58px;
    margin-right: 14px;
    padding: 15px 13px;
    border-radius: 8px;
    background: #EAEDF6;
    text-align: center;
}

.profile-modal {
    max-width: 600px;
    min-width: 0;
}

    .profile-modal .modal-content {
        border-radius: 10px;
    }

    .profile-modal .modal-content p {
        font-size: 16px;
    }

#contributerTab {
    border-color: #EAEDF6;
}

    #contributerTab .nav-item {
        margin-right: 30px;
    }

    #contributerTab .nav-link {
        padding-bottom: 22px;
        background: transparent;
        font-size: 16px;
        color: #060A07;
    }
    
    #contributerTab .nav-link.active {
        color: #008FA1;
        border-bottom: 4px solid #008FA1 !important;
    }

#contributerTabContent {
    height: auto;
}

.contributer-material:last-child {
    border-bottom: none !important;
}

.contributer-material-img {
    max-width: 126px;
    height: 126px;
    margin-right: 16px;
}

    .contributer-material-img img {
        max-width: 100%;
    }

    .contributer-upload-progress {
        padding: 180px 0;
    }

        .contributer-upload-progress .progress {
            max-width: 330px;
            height: 6px;
            margin-left: auto;
            margin-right: auto;
            background: rgba(0, 143, 161, 0,2);
            border-radius: 8px;
        }

        .contributer-upload-progress .progress-bar {
            background: #008FA1;
        }

/* Shopping page */
.shopping-checkout {
    background: #EAEDF6;
    padding: 40px 35px;
    border-radius: 8px;
}

.shopping-cart-item {
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EAEDF6;
}

    .shopping-cart-item:last-child {
        border-bottom: none;
    }

    .shopping-cart-item p {
        line-height: 20px;
    }

    .shopping-cart-img {
        width: 153px;
        height: 153px;
        border-radius: 8px;
        overflow: hidden;
    }

        .shopping-cart-img img {
            max-width: 100%;
        }

    .shopping-id {
        display: inline-block;
        margin-right: 16px;
        padding: 4px 14px;
        border-radius: 4px;
        background: #EAEDF6;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #919BB8;
        text-transform: uppercase;
    }

.btn.disabled.bg-green {
    background-color: #008FA1;
    opacity: 0.4;
    pointer-events: none;
    cursor: default;
}

#collectionModal .modal-dialog {
    width: 100%;
    min-width: 0;
    max-width: 440px;
}

    #collectionModal .modal-content {
        border-radius: 10px;
    }

@media screen and (max-width: 768px) {

    .profile-header {
        text-align: center;
    }

    #profile-tab , .profile-header .nav {
        flex-direction: column;
        align-items: center;
    }

        #profile-tab .nav-item {
            margin: 15px 0;
        }

    .profile-page-container .pagination .page-item:last-child {
        display: none;
    }
    
}

@media screen and (max-width: 480px) {

    .profile-form .form-row {
        flex-direction: column;
        align-items: flex-start!important;
    }

    .profile-form input {
        max-width: 100%;
    }

    .profile-form .btn {
        font-size: 14px;
    }
    .step-checkouts {
        margin-top: 2rem;
    }
    .col-md-checkouts-4{
        margin-top: 1rem;
    }
    
}

@media screen and (min-width: 1200px) {
    .step-checkouts {

    }

    .col-md-checkouts-4{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 32%;
        max-width: 32%;
        margin-left: 1rem;
    }
    
    .step-checkout{
        margin-left: 30%;
        margin-right: 30%;
        padding-top: 2rem;
        margin-bottom: -1rem;
    }

    .col-md-checkouts-8{
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}


@media screen and (min-width: 1024px) {
    .step-checkout{
        margin-left: 30%;
        margin-right: 30%;
        padding-top: 2rem;
        margin-bottom: -1rem;
    }
}

@media screen and (max-width: 1024px) {
    .col-md-checkouts-4{
        margin-top: 2rem;
    }
}


#checkout .nav-form a.active, .nav-form a.done {
    color: #0E1320;
}
#checkout .nav-form a {
    color: #919BB8;
}
.form-checkouts{
    padding: 1rem;
}
.button-checkouts-save{
    border: none;
    background: none;
    color: #008FA1;
    font-size: 18px;
    float: right;
    padding-top: 0.5rem;
    cursor: pointer;
}

.profile {
    margin: 0 auto;
    padding: 20px 0 0 0;
    max-width: 1270px;
}
@media screen and (max-width: 1300px) {
    .profile {
        padding: 20px 20px 0 20px;
    }
}

.profile__h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24.5px;
    color: #0E1320;
    margin-bottom: 20px;
}


.oldMenuToggle {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 10px;
    background: #c8e7e7;
    z-index: 50;
}
.oldMenu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 49;
    height: 100%;
    overflow: auto;
}

.show {
    display: block;
}

.oldMenu_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: -1;
}