.register-button{
    padding: 15px 30px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    margin-top: 2vw;
}
.ng-fa-icon {
    margin-left: 10px;
}
.header-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10vh;
    min-height: calc(102vh - 10vh - min(15vw,200px));
    position: relative;
}
.greyed path {
    fill:#000;
}
.header-icon{
    height: 200px;
}
.header-icon-wrapper {
    max-height: 200px;
}
.sep150{
    height: 150px;
}
.header-overlay {
    flex: 1 0 auto;
    display: flex;
    align-items: flex-end;
}

.header-overlay  .elevation-wrapper  {
    max-width: calc(100% - 4rem);
    margin-right: 15em;
    margin-left: auto;
    z-index: 1;
    position: relative;
    border-radius: 5px;
}
.elevation-wrapper {
    width: 26rem;
    background: #fff;
    padding: 2rem;
    margin: 1rem;
    box-shadow: 0 0 20px 2px rgba(30,30,30,.3);
}
.mat-h2, .mat-title, .mat-typography h2 {
    font: 500 25px/37px Calibri Light;
    letter-spacing: normal;
    margin: 0 0 16px;
}
#login_btn {
    margin-top: 0;
    width: 100%;
}

.policies-container {
    width: 70%;
    margin-left: 15%;
    margin-top: 10vh;
    margin-bottom: 10vh;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.my-card {
    display: flex;
    margin-bottom: 30px;
    font: 400 16px/22px Calibri Light;
    letter-spacing: normal;
}
.col1 {
    flex: 0 0 auto;
    padding-right: 20px;
    margin-top:10px;
}
.col2 {
    flex: 1 1 auto;
}
.uk-h2, h2 {
    font: 500 25px/37px Calibri Light;
    letter-spacing: normal;
    margin: 0 0 16px;
}
.col1 svg path {
    fill: #236340;
}

.header-container[_ngcontent-c3] {
    min-height: 70vh;
}

.diagonal-background {
    padding: 50px 15%;
    clip-path: polygon(0% 40px, 100% 0%, 100% 100%, 0% calc(100% - 40px));
    clip-path: polygon(0% 40px, 100% 0%, 100% calc(100% - 40px), 0% 100%);
}

.panel {
    background-color: transparent;
    border-bottom: 2px dashed #ddd !important;
    border-radius: 0 !important;

}
.panel-heading a:after {
    border-style: solid;
    border-width: 0 2px 2px 0;
    content: "";
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    vertical-align: middle;
    float: right;
    margin-top: 10px;
}
.panel-heading a:hover, .panel-heading a:active, .panel-heading a:focus {
    color: #fff;
    text-decoration: none;
}
.panel-heading a {
    align-items: center;
    font-size: 1.5rem;
    line-height: 1.5;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 500;
}
.portal-headline {
    margin: 30px 10px;
    word-wrap: break-word;
    font-size: 18px;
    font-family: inherit;
}
.header-container.small.ngcontent-c3 {
    min-height: 20vh;
    max-height: 33vh;
}
.order-btn {
    margin-top:30px;
    text-align: center;
}

.adm_menu a{
    display: inline-block;
    width: 100%;
}
.adm_menu .ng-fa-icon{
    float: right;
}

.adm_menu li {
    background: #464451 !important;
    color: #fff;
    padding: 5px 22px;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    border-bottom: 1px solid #fff;
    cursor: POINTER;
}
.adm_menu li a {
    color: #fff !important;
}
.adm_menu li.greyed a {
    color: #000 !important;
}

.adm_menu li.greyed {
    background: #f6f8f9 !important;
}
.headers {
    margin: 0;
}
.button-container .accent-btn {
    width: unset !important;
}
#admin_nav_icons {
    max-width: 420px;
}
#admin_nav_icons a {
    border:3px solid #fff;
}
#admin_nav_icons a:hover {
    padding: 10px;
    border-radius: 5px;
    box-shadow: 1px 3px 7px rgba(0,0,0,0.5);
}

@media (max-width: 800px) {

    #left, #right {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .step {
        width: 100% !important;
        margin: 0 !important;
    }
    .table-responsive .table {
        width: unset !important;
    }
    .table-responsive .table td {
        display: table-cell !important;
    }
    #tab22 .example-coupon.ngcontent-c5 {
        width: 100% !important;
        background-size: contain;
        margin: 0 !important;
    }
    #mobile_a {
        color: #000 !important;
    }
    .add_container h2, .add_container h2 span {
        font-size: 22px !important;
        display: block;
        float:none !important;
    }

}
.block_title{
    height: 70px;
    overflow: hidden;
}
.block_description{
    position: relative;
}
.block_description_hidden{
    display: none;
    position: absolute;
    background: #fff;
    z-index: 1;
}