.profile_parent_wrap{
    /* margin-top: 210px; */
    margin-top: 50px;
}
.flex-icons_prof {
    display: inline-flex;
    width: 100%;
    justify-content: space-evenly;
    margin-top: 16px;
}
h3{
    font-family: 'medbaba';
}
.flex-icons_prof i{
    margin-right: 10px;
}
.flex-icons_prof a{
    color: #666666;
}
.navigation_p , .flex-icons_prof a{
    transition: 0.3s linear;
}
.navigation_p.active{
    transform: scale(1.1);
    color: black;
}
.navigation_p:hover , .flex-icons_prof a:hover{
    transform: scale(1.1);
    color: black;
}
.flex-icons_prof .setting , .flex-icons_prof .loggut{
    border: 1px solid gainsboro;
    display: inline-block;
    padding: 4px 14px;
    cursor: pointer;
}
.ul_navigation2{
    padding: 0;
    list-style: none;
    display: inline-flex;
    flex-direction: column;
}
.ul_navigation2 i{
    font-size: 22px;
    margin-right: 10px;
}
.ul_navigation2 li{
    margin-bottom: 14px;
    cursor: pointer;

}
.profile_parent_wrap .min_height_fix{
    min-height: 540px;
    padding: 40px 24px;
}
/*  */
a .box_order{
    /* padding: 40px 10px 20px 10px; */
    position: relative;
    box-shadow: rgb(0 0 0 / 16%) 0px 5px 15px;
    /* border-radius: 20px; */
    display: block;
}
a .box_order{
    color: black;
}
.uk-card-badge{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 10px;
    padding: 4px 8px;
}
.uk-card-badge.new{
    background-color: green;
}
.uk-card-badge.pending{
    background-color: #ffc107;
    color: black;
}
.uk-card-badge.cansel{
    background-color: red;
    color: white;
}

/*  */
.table_small{
    border: 2px solid #afaeae59;
    box-shadow: 1px 3px 4px ghostwhite;
    margin-left: auto;
    width: 40%;
    margin-top: 60px;
    position: relative;
}
.table_small th{
    color: black;
    font-weight: 600;
}
.uk-table caption{
    color: black;
    position: absolute;
    top: -34px;
    font-size: 16px;
    font-weight: 700;
}


.content_p{
    display: none;
}
.content_p.active{
    display: block;
}
.user_card .uk-card-body {
    padding: 18px 30px;
}
.user_card .uk-card{
position: sticky;
top: 0;
}
.user_card img{
    height: 120px;
    object-fit: cover;
    filter: revert;
    width: 120px!important;
    border: 4px solid #cfcfcf;
}
.outside_table tr{
    cursor: pointer;
}

@media(max-width:959px)
{
    .prod_name::before{
        content: 'Produktnavn :';
        padding-right: 10px;
        font-weight: 400;
    }
    .prod_number::before{
        content: 'Ordrenummer :';
        padding-right: 10px;
        font-weight: 400;
    }
    .prod_dato::before{
        content: 'Bestillingsdato :';
        padding-right: 10px;
        font-weight: 400;
    }
    .prod_antall::before{
        content: 'Antall :';
        padding-right: 10px;
        font-weight: 400;
    }
    .prod_vekten::before{
        content: 'Vekten :';
        padding-right: 10px;
        font-weight: 400;
    }
    .prod_price::before{
        content: 'Pris :';
        padding-right: 10px;
        font-weight: 400;
    }
    .prod_type::before{
        content: 'Type :';
        padding-right: 10px;
        font-weight: 400;
    }
    .prod_mva::before{
        content: 'Mva :';
        padding-right: 10px;
        font-weight: 400;
    }
    .prod_total::before{
        content: 'Total :';
        padding-right: 10px;
        font-weight: 400;
    }
    .table_small{
        width: 100%;
    }

}

.image-select {
    border: 2px solid transparent; /* Default border */
    border-radius: 8px; /* Rounded corners */
    transition: border 0.3s ease; /* Smooth transition for border */
    cursor: pointer; /* Change cursor on hover */
}

.image-select:hover {
    border: 2px solid #007bff; /* Border color on hover */
}

.active .image-select {
    border: 2px solid #28a745; /* Green border for the active state */
    box-shadow: 0 0 10px rgba(40, 167, 69, 0.5); /* Subtle shadow for active state */
}

