﻿@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?xgkxsp');
    src: url('../fonts/icomoon.eot?xgkxsp#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?xgkxsp') format('truetype'), url('../fonts/icomoon.woff?xgkxsp') format('woff'), url('../fonts/icomoon.svg?xgkxsp#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.nmt-5 {
    margin-top: -5rem;
}

.mt-7 {
    margin-top: 5rem !important;
}

.min-vh-50 {
    min-height: 50vh !important;
}

body {
    font-family: 'Quicksand',sans-serif !important;
    font-size: 100%;
    outline: none !important;
    min-height: 100vh;
}

select,
input[type=file],
input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=datetime-local],
input[type=password] {
    border-radius: 25px !important;
}

/***********************************************/
/******************* Navbar ********************/
/***********************************************/

.navbar .nav-item .nav-link {
    font-weight: 500;
    color: #000;
    cursor: pointer;
}

    .navbar .nav-item .nav-link:hover,
    .navbar a:hover,
    .navbar a:focus {
        text-decoration: none;
        color: #E0115F;
    }


/*************************************************************************/
/******************* Language dropdown & Shoppingcart ********************/
/*************************************************************************/

#languageSelectDropdown:hover,
.shoppingCartIcon:hover {
    background-color: RGBA(0,0,0,0.4);
}

#languageSelectDropdown,
.shoppingCartIcon {
    position: relative;
    display: block;
    height: 45px;
    line-height: 45px;
    width: 50px;
    text-align: center;
    margin-top: 3px;
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 0;
    background-color: rgba(150,150,150,.4);
    border-radius: 20px;
}

    #languageSelectDropdown.dropdown-toggle::after {
        content: none;
    }

a.shoppingCartIcon:hover {
    text-decoration: none;
}

.shoppingCartIcon::before {
    color: #000;
    font-size: 26px;
    font-family: 'icomoon';
    content: "\e904";
}

.dropdown-menu:not(.datepicker ) {
    position: relative;
    background-color: #FFF;
    font-weight: 500;
    padding-bottom: 0.7rem;
    font-size: 1.3rem;
}

.dropdown-menu.languageSelect {
    height: calc(25vmax + -1vmin);
    max-height: calc(9.5 * 40px);
    overflow-y: auto;
}

a.dropdown-item:hover {
    text-decoration: none;
    color: #E0115F !important;
    background-color: #f8f9fa;
}

.flag-icon:not(.active) {
    border: 1px rgba(0, 0, 0, 0.6) solid;
    background-size: cover;
    box-sizing: content-box;
}


/*************************************************************************/
/****************************** Cookie concent ***************************/
/*************************************************************************/
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #000000;
    background-color: #FFF;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
}

    .cookiealert.show {
        opacity: 1;
        transform: translateY(0%);
        transition-delay: 1000ms;
    }

    .cookiealert .btn-outline-secondary {
        border-color: #4BB5FF;
        color: #4BB5FF !important;
    }

/******************************************************************/
/****************************** Buttons ***************************/
/******************************************************************/

.btn {
    border-radius: 25px;
    font-weight: 700;
    font-size: 24px;
    min-width: 150px;
    color: #FFF !important;
}

.btn-primary {
    background-color: #E0115F;
    border-color: #E0115F;
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:focus,
    .btn-primary:not(:disabled):not(.disabled):active {
        background-color: #E0115F;
        border-color: #E0115F;
    }

.btn-secondary {
    background-color: #4BB5FF;
    border-color: #4BB5FF;
}

    .btn-secondary:hover,
    .btn-secondary:active,
    .btn-secondary:focus,
    .btn-secondary:not(:disabled):not(.disabled):active {
        background-color: #4BC1FF;
        border-color: #4BC1FF;
        box-shadow: none;
    }

.btn-outline-secondary {
    border-color: #4BB5FF;
    color: #4BB5FF !important;
}

    .btn-outline-secondary:hover,
    .btn-outline-secondary:active,
    .btn-outline-secondary:focus,
    .btn-outline-secondary:not(:disabled):not(.disabled):active {
        background-color: #4BC1FF;
        border-color: #4BC1FF;
        box-shadow: none;
        color: #FFF !important;
    }

/******************************************************************/
/*************************** Rounded Image ************************/
/******************************************************************/

.img-round {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 50%;
}

    .img-round img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/******************************************************************/
/*************************** Profile Image ************************/
/******************************************************************/

#uploadedProfile {
    position: relative;
    background-color: #FFF;
}

    #uploadedProfile.empty::after {
        position: absolute;
        top: calc(50% - 35px);
        left: calc(50% - 23px);
        content: '\e92d';
        font-family: 'icomoon';
        font-size: 46px;
        color: #4BB5FF;
        font-weight: 700;
    }

    #uploadedProfile #uploadedProfileImage::after {
        position: absolute;
        top: calc(50% - 35px);
        left: calc(50% - 23px);
        content: '\e92d';
        font-family: 'icomoon';
        font-size: 46px;
        color: #4BB5FF;
        font-weight: 700;
    }

/***********************************************************/
/*************************** Gender ************************/
/***********************************************************/

.accountSettings .gender {
    position: relative;
    font-family: 'icomoon';
    font-size: 50px;
    line-height: 50px;
    cursor: pointer;
    color: #FFF;
    user-select: none;
}

.accountSettings .female:before {
    content: "\e917";
}

.accountSettings .male:before {
    content: "\e919";
}

.accountSettings .male.full {
    border-radius: 25px;
    background-color: #4BB5FF;
}

.accountSettings .female.full {
    border-radius: 25px;
    background-color: #E0115F;
}

/***********************************************************/
/*************************** Garbage ***********************/
/***********************************************************/


.accountSettings a.garbage::after {
    font-family: "icomoon";
    content: '\e92c';
    font-size: 24px;
    color: #FFF;
}

.accountSettings a.garbage:hover {
    text-decoration: none;
    cursor: pointer;
}

.error {
    padding-top: 6rem;
}

select {
    padding: 5px 35px 5px 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    height: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/angle-down-blue.png) 98% / 1rem no-repeat;
    cursor: pointer;
}


.timeline .img-round {
    padding-bottom: 0;
}

.timeline .img-round.comment,
.timeline .img-round.comment img {
    height: 6rem;
    width: 6rem;
}