/*
    All styles in this file were quickly pulled out of their inline
    versions in all template files in order to make a deadline for the CSP header. 
    These styles should be properly checked and possible removed (if redundant) in the future.
*/

.min-height {
    min-height: 100vh;
}

.full-height {
    height: 100vh;
}

.hide {
    display: none;
    visibility: hidden;
}

.overflow-hide {
    overflow: hidden;
}

.overflow-scroll {
    overflow-x: scroll;
}

.expand-div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cursor {
    display: inline;
    cursor: pointer;
}

.block {
    display: block;
}

.position-relative {
    position: relative;
}

.account-dropdown {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #FF4664;
    position: absolute;
    right: 21px;
    top: -6px;
}

.padding-top {
    padding-top: 76px;
}

.account-circle {
    height: 40px;
}

#livewire-menu {
    background-color: #7b105a;

    .menu {
        display: flex;
        width: auto;
        height: auto;
    }

    .full-width {
        width: 100%;
    }

    .flex-center {
        display: flex;
        align-items: center;
    }

    .entry {
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-right: 6px solid white;
        position: absolute;
        right: 0px;
        top: calc(50% - 6px);
    }
}

#change-telephone {
    .border-right {
        border-right: 2px solid #fff;
    }
}