/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 25, 2021, 10:29:40 AM
    Author     : raawa
*/

.landing-body {
    margin-top: 5em;
}

.mood-section {
    margin-top: 7em;
}

.yay-hide .mood-section, .yay-hide .blog-section {
    display: none;
}

.feeling-box {
    padding-right: var(--padding-default);
    cursor: pointer;
}

.feeling-pick {
    border: 5px solid #dedede;
}

.feeling-pick img {
    margin: 0 auto;
    width: auto;
}

.feeling-pick.selected {
    box-shadow: 0px 2px 2px 1px var(--gray-2);
}

.session-box img {
    vertical-align: top;
}

.tag {
    display: inline-block;
    background-color: var(--primary-color-light-2);
    color: var(--primary-color);
    border-radius: 32px;
    padding: 5px 12px;
    font-size: 10px;
    margin: 1px 0;
}

.status-tag {
    display: inline-block;
    border-radius: 32px;
    padding: 5px 10px;
}

.available {
    background-color: var(--tertiary-color-light-2);
    color: var(--tertiary-color);
}

.busy {
    background-color: var(--primary-color-light-2);
    color: var(--primary-color);
}

.offline {
    background-color: var(--white-3);
    color: var(--gray-1);
}

.article-img {
    height: 35em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 12px;
    margin-bottom: 10px;
}

.hidden-lg {
    display: none;
}

.inline-block {
    display: inline-block;
}

.rui-navbar-avatar {
    width: auto !important;
}

.popover {
    top: -35px !important;
}

.popover-body, .popover-header, .dropdown-menu.show {
    padding: var(--padding-default);
    color: var(--black-3) !important;
    background: var(--white-1);
    border-radius: var(--border-radius-btn);
}

.dropdown-menu.show .nav-link > span:not([class]) {
    color: var(--black-3) !important;
}

.popover .arrow {
    display: none;
}

.mood-dropdown {
    padding: 0;
}

.mood-dropdown:active {
    background: #0000;
}

.mood-section .dropdown-menu.show {
    position: fixed !important;
    left: 26em !important;
    top: 6em !important;
    width: 100%;
    max-width: 25em;
    z-index: 1000;
}

.nav.box-list li {
    cursor: pointer;
}

.dropdown-menu.box-list {
    padding: 0;
}

.feeling-modal-img {
    width: 10em;
}

.modal-dialog {
    /*max-width: 500px;*/
    margin: 5rem auto;
}

.form-control {
    border-radius: var(--border-raduis-btn);
}

.counselor-bio {
    height: 50px;
    overflow: hidden;
    font-weight: 400;
    color: #333333;
    line-height: 17px;
}

.counselor-categories-row {
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.counselor-categories-row::-webkit-scrollbar {
    display: none;
}

.counselor-categories {
    width: max-content;
    height: 35px;
}

.counselors-item {
    width: 25%;
    display: inline-block;
}

.counselor-box {
    cursor: pointer;
}

.counselor-box img {
    max-height: 9em;
    width: auto;
}

.rui-navbar, .rui-navbar-language {
    color: var(--white-1);
}

.article .h6-heading {
    max-height: 44px;
    overflow: hidden;
}

.btn-raduis {
    border-radius: var(--border-radius-btn);
}

.search-filter-dropdown, .multiselect-container {
    position: absolute;
    transform: translate3d(0px, 0, 0px) !important;
    top: 2.5em !important;
    left: unset !important;
    will-change: transform !important;
    /*width: inherit  !important;*/
    background: #fff !important;
}

button.btn-long .text, .multiselect-selected-text {
    width: 90%;
    text-align: left;
    overflow: hidden;
}

.multiselect.dropdown-toggle.btn {
    padding: 0px !important;
}

.multiselect-dropdown .btn-group {
    width: 90%;
}

.multiselect-container > li > a > label {
    padding: 5px 0;
}

#more {
    display: none;
}

.box-shadow {
    /*box-shadow: 0px 5px 15px 0px var(--gray);*/
    border: 1px solid #dedede;
    box-shadow: 3px 5px 10px 0px #dedede;
}

.session-type-box, .package-box {
    cursor: pointer;
    border-radius: 5px !important;
    border: 1px solid var(--primary-color);
}

.session-type-box.selected, .package-box.selected {
    background: var(--primary-color);
}

.session-type-box.selected label, .package-box.selected label {
    color: var(--white-1);
}

.session-type-box-disabled {
    cursor: not-allowed;
    border-radius: 5px;
    border: 1px solid var(--gray-1);
    color: var(--gray-1);
}

.navigation-icon {
    cursor: pointer;
}

.calendar_day_card {
    display: inline-block;
    width: calc(92% / 5);
    margin-right: 1%;
    min-height: 9em;
    padding: 12px;
    cursor: pointer;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
}

.calendar_day_card.selected {
    background: var(--primary-color);
}

.calendar_day_card.selected label, .calendar_day_card.selected h1 {
    color: var(--white-1);
}

.calendar_day_card_disabled {
    display: inline-block;
    width: calc(92% / 5);
    margin-right: 1%;
    min-height: 9em;
    padding: 12px;
    cursor: not-allowed;
    border: 1px solid var(--gray-1);
    color: var(--gray-1);
    border-radius: 5px;
}

.timeslot_card, .payment_method_card {
    cursor: pointer;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    padding: 12px;
    margin-bottom: 12px;
    background: var(--white-1);
    width: 99%;
    text-align: left;
}

.timeslot_card.selected, .payment_method_card.selected {
    background: var(--primary-color);
}

.timeslot_card.selected label, .payment_method_card.selected label {
    color: var(--white-1);
}

#telr {
    width: 100%;
    height: 60em;
    overflow: auto
}

#telr .row-spacer {
    margin-bottom: 12px;
}

#profile-form {
    width: -webkit-fill-available;
    width: 100% !important;
}

.profile-form .krajee-default.file-preview-frame .kv-file-content img {
    height: 11em;
    width: inherit;
}

.file-thumbnail-footer {
    display: none;
}

.file-preview {
    border: 0px solid #ddd;
}

.dropdown-menu .badge {
    color: var(--black-2);
}

.select2-container--krajee .select2-selection--single .select2-selection__rendered,
.select2-container--krajee .select2-selection--single .select2-selection__placeholder {
    font-weight: 700;
    color: var(--black-1);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    border-left: 0px;
}

.select2-container--krajee .select2-selection {
    border-color: #e6ecf0;
}

sidebar-filters .select2-selection__arrow {
    display: none;
}

.error-summary {
    color: var(--system-error);
}

.breadcrumbs-section a label {
    cursor: pointer;
}

.floating-wpp {
    z-index: 100;
}

.select2-container--krajee.select2-container--open .select2-selection,
.select2-container--krajee .select2-selection:focus,
.select2-container--krajee .select2-selection:active {
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px rgb(102 175 233 / 60%);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border-color: var(--primary-color);
}

.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary-color);
    color: #fff;
}

.has-success .select2-container--open .select2-selection, .has-success .select2-container--krajee.select2-container--focus .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px var(--primary-color);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px var(--primary-color);
    border-color: var(--primary-color);
}

has-success.select2-container--krajee .select2-dropdown, .has-success .select2-container--krajee .select2-selection {
    border-color: var(--primary-color);
}

.feeling-pick .meduim-label {
    text-align: center;
}

.content-div {
    padding: 0 var(--padding-default);
}

.nav-item .btn-custom-round {
    font-size: 17px;
}

.rui-navbar, .rui-navbar-language {
    color: var(--white-1-c) !important;
}

.rui-navbar, .rui-navbar-language:hover {
    color: var(--black-1-c) !important;
}

.ch-container-box {
    position: relative;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.feeling-pick img {
    margin-top: 5px;
}

.box-list li {
    margin-bottom: 12px;
}

.invite-list {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.invite-list a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.invite-list a:hover {
    background-color: #ddd
}

.show {
    display: inline-block;
}

#messageBtn img {
    width: 3em;
}

#end-session {
    background: transparent;
    border: 0px;
}

.rating {
    /*width: auto;*/
}

.rate-base-layer span,
.rate-hover-layer span,
.rate-select-layer span {
    font-size: 32px;
    color: #F3E880;
}

#voice-range {
    display: none;
}

.field-bookingform-invitees .select2 {
    border: 1px solid var(--primary-color);
    border-radius: 5px;
}

.field-bookingform-invitees .select2-selection {
    border-radius: 5px;
}

.ch-box {
    height: 88vh;
}

.rui-navbar .rui-navbar-language:hover, .rui-navbar .rui-navbar-language.hover, .rui-navbar .rui-navbar-language.active {
    color: var(--black-1) !important;
    background-color: #f8f9fa;
}

.myibox-contact-row {
    padding: 12px;
}

.myibox-contact-row.active {
    background-color: var(--primary-color-light-3);
}

.channel-messages {
    height: calc(75vh - 5em);
    min-height: unset;
    max-height: unset;
}

#full-screen-video {
    height: 75vh;
}

.krajee-default.file-preview-frame * {
    max-height: 11em;
}

#discount_code input {
    border-radius: 5px;
    border: 1px solid var(--primary-color);
}

.nav .nav-link > span:not([class]) {
    color: var(--gray-3);
    padding: 0 12px;
}

ul.social-share {
    list-style-type: none;
}

ul.social-share li {
    display: inline-block;
    padding: 0 10px;
    font-size: 16px;
}

.fixed-header {
    position: fixed;
    z-index: 100;
    width: 100%;
    width: -webkit-fill-available;
    background: #fff;
    top: 0;
}

.become-counselor-form .error-summary {
    margin-top: 5em;
}

.test-video-audio {
    height: 100vh;
}

#pre-local-player div {
    min-height: 20em;
}

.btn-round {
    border-radius: 50%;
}

.filters-page-mobile {
    position: fixed;
    z-index: 10;
    background: #fff2ee;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
}

.close-btn {
    text-align: right;
    padding: 12px;
    cursor: pointer;
}

.search-input {
    border-radius: 5px 0 0 5px;
}

.secondary_header {
    min-height: 2em;
    word-break: break-word;
    padding: 3px 3em;
    width: 100%;
    width: -webkit-fill-available;
    font-size: 16px;
}

#secondary_header_close {
    position: absolute;
    right: 2em;
    cursor: pointer;
}

.info_header {
    min-height: 2em;
    word-break: break-word;
    padding: 3px 3em;
    width: 100%;
    width: -webkit-fill-available;
    font-size: 16px;
}

#info_header_close {
    position: absolute;
    right: 2em;
    cursor: pointer;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    right: 6%;
}

.secondary_header p, .info_header p {
    margin-bottom: 0px;
    display: inline-block;
    padding: 0 15em;
}

.experiece-box {
    width: calc(100%);
    height: 9em;
    margin-bottom: 2em;
    color: white;
    text-align: center;
    background-size: cover;
    background-position: center;
    filter: brightness(0.7);
    border-radius: 5px;
}

.experiece-box img {
    display: block;
    max-width: 100%;
    height: auto;
}

.experiece-label {
    position: absolute;
    top: 3em;
    font-size: 20px;
    text-align: center;
    width: 90%;
    color: #fff;
    z-index: 1;
    left: 0;
    padding: 0 7%;
}

.experiece-box:hover {
    filter: brightness(0.4);
    cursor: pointer;
}

/* Media Page Styles */
.media-intro {
    min-height: 200px;
    padding: 100px;
}

.media-intro h1 {
    font-size: 45px;;
}

.quotes p {
    padding-top: 9px;
    padding-left: 30px;
}

.quotes-title {
    display: flex;
    flex-direction: row;
}

.quotes-quotes {
    right: 5px;
    position: absolute;

}

.quotes-logo {
    padding-right: 8px;
    width: 70px;
}

.quotes-logo img {
    width: 100%;
}

.quotes-quotes img {
    max-width: 29px;
    padding: 3px;
}

.quotes {
    position: absolute;
    left: 35px;
    bottom: 30px;
    z-index: 2;
    color: black;
    font-weight: normal;
    font-size: 16px;
    width: 330px;
    height: 140px;
    background: white;
    border-radius: 15px;
    padding: 10px;
}

.media-article-item {
    display: flex;
    flex-direction: row;
    height: 180px;
    padding: 10px;
    border: 1px solid #DDDEE2;
    border-radius: 16px;
    margin-bottom: 15px;
}

.media-article-items {
    margin-top: 40px;
    min-height: 20vh;
}

.item-logo {
    min-width: 40px;
    max-width: 70px;
}

.item-logo img {
    width: 100%;
    max-height: 100%;
}

.item-content {
    width: 70%;
    padding-left: 10px;
}

.item-image {
    text-align: end;
}

.item-image img {
    height: 100%;
    border-radius: 16px;
    max-width: 100%;
}

.article-title {
    font-size: 24px;
    overflow: hidden;
}

.item-title {
    font-size: 17px;
    font-weight: 700;
}

.pink {
    color: #FC8169;
    margin-bottom: auto;


}

/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-track::before,
.slick-track::after {
    display: table;
    content: '';
}

.slick-track::after {
    clear: both;
}

.slick-track {
    padding: 1rem 0;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    background: url(https://raw.githubusercontent.com/solodev/infinite-logo-carousel/master/images/arrow.svg?sanitize=true) center no-repeat;
    color: #fff;
    filter: invert(77%) sepia(32%) saturate(1%) hue-rotate(344deg) brightness(105%) contrast(103%);
    border: none;
    width: 2rem;
    height: 1.5rem;
    text-indent: -10000px;
    margin-top: -16px;
    z-index: 99;
}

.slick-arrow.slick-next {
    right: -40px;
    transform: rotate(180deg);
}

.slick-arrow.slick-prev {
    left: -40px;
}

.testimonials .slick-arrow.slick-next , .testimonials .slick-arrow.slick-prev {
    display: none !important;
}

/* Media Queries */

@media (max-width: 768px) {
    .media-intro {
        position: relative;
        min-height: 100px;
        padding: 100px;
    }

    .slick-arrow {
        width: 1rem;
        height: 1rem;
    }

    .media-article-box {
        padding: 0 30px !important;
    }
}

@media (max-width: 484px) {
    .quotes {
        right: 20px;
        width: auto;
    }

    .media-intro {
        padding: 10px;
        text-align: center;
    }

    .item-image {
        display: none;
    }

    .item-content {
        width: auto;
    }
}

.agencies-logos {
    padding: 0px 30px 0;
}

.agency-img {
    height: 100px;
    text-align: center;
}

.agency-img img {
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.agency-title {
    padding: 15px 0;
    text-align: center;
}

.testimonials .rating-star {
    display: inline !important;
}

.testimonial {
    text-align: center;
    padding: 15px;
    font-size: 18px;
}

.testimonial .review {
    font-style: italic;
    padding-top: 10px;

}

.testimonial .name {
    font-weight: 600;
    padding-top: 5px;
    font-size: 20px;
}

.testimonials .slide {
    background: #f5f7fa5c !important;
    border-radius: 4rem;
    padding: 4rem 0;
}

/*employer page*/
.employer-section .row .col-md-6 {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
}

.employer-text {
    padding: 30px 100px;
}

.employer-text .employer-title {
    font-size: 35px;
    margin-bottom: 20px;
}

.employer-text p {
    font-size: 16px;
}

.employer-text a {
    padding: 0 15px;
}

.employer-text a:hover {
    color: #ffffff;
}

.employer-section-img {
    padding: 50px;
    justify-content: center;
}

.employer-section-img img {
    max-width: 100%;
    min-height: 200px;;
    max-height: 400px;
}

@media only screen and (max-width: 768px) {
    .secondary_header {
        font-size: 12px;
    }

    .column-reverse-xs .row {
        flex-flow: column-reverse;
    }

    .employer-section .row .col-md-6 {
        flex-wrap: wrap !important;
    }

    .employer-text {
        padding: 30px !important;
    }

    .employer-text p, .employer-text .employer-title {
        text-align: center;
    }

    .employer-section-img {
        padding: 20px !important;
    }

    .employer-btn {
        margin: 0 auto;
    }

    .employer-section .row {
        flex-flow: column-reverse;
    }
}

#employersregistrationform-areas_of_support .checkbox label {
    padding-left: 10px;
}

#nextBtn, #submit-btn {
    /*float: right;*/
}

.media-article-box {
    padding: 0 15px 0 30px;
}

.mode-box {

}

.badge-brand {
    background-color: var(--primary-color) !important;
}

.notification-img {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 4em;
    height: 4em;
    margin: 0 12px;
    border-radius: 50%;
}

.notification-read {
    background: #e3e3e3;
}

.float-right-en {
    float: right !important;
}

.assessment-welcome-banner {
    min-height: 95vh;
    text-align: center;
    color: white;
    padding: 60px 0;
}

.assessment-welcome-container .row {
    min-height: 60vh;
}

.assessment-welcome-container {
    text-align: center;
    color: white;
    padding: 60px 0;
}

.assessment-welcome-container h1 {
    text-align: center;
    font-weight: 300;
    margin: 0;
    padding: 15px;
    font-size: 36px;
    color: white;
}

.assessment-welcome-container h2 p {
    text-align: center;
}

.assessment-welcome-container h2 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    text-align: center;
    color: white;
}

.rui-navbar-top {
    border-bottom: 1px solid #dedede;
}

.yay-wrap-menu {
    border-right: 1px solid #dedede;
    box-shadow: 1px 0px 5px 0px #dedede
}


.feeling-pick, .session-box, .counselor-box, .my-assesments-item, .ch-box,.panel-content-messeging{
    border: 1px solid #dedede;
    box-shadow: 3px 5px 10px 0px #dedede;
}

 .panel-content-messeging{
    height: calc(74vh);
}

#pjax-messages-container{
    height: calc(66vh);
    overflow-y: auto;
    overflow-x: hidden;   
}
.counselor-box label.meduim-label.v-top {
    line-height: 1em;
}

.feeling-category-box {
    position: relative;
    border-color: var(--primary-color-light-2);
    color: var(--primary-color);
    margin-bottom: 12px;
    cursor: pointer;
}

.feeling-category-box i {
    color: var(--primary-color);
}

.feeling-category-box .wizard-select-checked i {
    color: var(--white-1-c);
}

.feeling-category-box:hover {
    background-color: var(--primary-color-light-1);
}

.feeling-category-box:hover i {
    color: var(--white-1-c);
}

.feeling-category-box .wizard-select {
    padding: 12px;
}

.feeling-category-box label {
    color: #42444d !important;
    font-size: 13px;
    cursor: pointer;
}

.feeling-category-box.feeling-category-box-active {
    border-color: var(--primary-color) !important;
}

.feeling-category-box a {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    cursor: pointer;
}

.rui-navbar .rui-navbar-content .rui-navbar-dropdown-notice {
    max-height: 70vh;
    overflow-y: auto;
}

.verify-icon {
    /*position: absolute;*/
    top: 5px;
    /*left: 20px;*/
    z-index: 111;
    cursor: pointer;
}

.verify-icon-shield {
    color: var(--secondary-color-dark-2);
    font-size: 17px;
}

.counselor-details {
    padding: 0 10px 0 0;
}

#timer-point {
    display: none;
}

.iti {
    width: 100%;
}

.pagination {
    float: right;
}

.profile-summery {
    background-color: var(--white-1);
    border: 1px solid #dedede;
    box-shadow: 3px 5px 10px 0px #dedede;
}

.profile-summery .circular-chart-container {
    padding: 20px 15px 10px !important;
}

.profile-summery .circular-chart-container .circular-chart {
    display: block;
    max-width: 40%;
    width: 40%;
    margin: 0 auto;
}

.profile-summery .circular-chart-container .circular-chart .that-circle {
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
    box-shadow: 0 8px 25px 0 #e5e5e5;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.profile-summery .circular-chart-container .circular-chart .percentage {
    fill: #73BD65;
    font-size: 6px;
    text-anchor: middle;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
}

.profile-summery .complete-profile-details h3 {
    margin-bottom: 20px;
}

.profile-summery .complete-profile-details p {

    font-size: 15px;
    margin-bottom: 8px;
}

.profile-summery .complete-profile-details span {
    color: var(--primary-color);
    font-weight: bold;
}

.profile-completion, .reward-points {
    background-color: var(--white-1);
    border: 1px solid #dedede;
    box-shadow: 0px 1px 6px 0px #dedede;
    padding: 10px;
    border-radius: 3px;
    color: #393f49;
    justify-content: space-between;
    align-items: center;
}

.profile-completion {
    margin-bottom: 15px;
}

.profile-completion .user {
    background-color: #C9EFC3;
    border-radius: 3px;
    width: 23px;
    height: 23px;
    text-align: center;

}

.profile-completion .user i {
    color: #200E32;
}

.profile-completion .text {
    width: 70%;
    text-align: center;
}

.profile-completion .text .progress {
    margin-top: 10px;
    height: 7px;
}
.profile-completion .text .progress .progress-bar{
    background-color: var(--system-success);;
}

.profile-completion .text span {
    font-size: 16px;
}

.reward-points .text {
    color: var(--primary-color-light-1);
    font-weight: bold;
}

.error-summary{
    background: var(--primary-color-light-2);
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 5px;
    width: 99%;
    border: 1px solid;
}

.group-home-box{
    border: solid 1px var(--primary-color-dark-2);

}
.customer-status{
    width: 15px;
    height: 15px;
    background-color: grey;
    position: absolute;
    bottom: 0;
    border-radius: 50%;
    right: 10px;
}
.customer-status.active{
    background-color: green;
}
.typing{
    color: #DBDBDB;
    font-style: italic;
    font-size: 15px;
    padding: 0 20px;
}
.session-type{
    color: #DBDBDB;
    font-style: italic;
    font-size: 15px;
    padding: 0 20px;
    position: absolute;
    top: -15px;
}
.visibility-hidden{
    visibility: hidden;
}

.tamara-logo {
    max-width: 4em;
    margin: 0 12px;
}

.rui-navbar-dropdown-currency {
    position: absolute;
    top: -12px !important;
}

.allianz-packages-box {
    background: #ffe2d9;
    padding: 12px;
    margin: 12px;
}

.welcome-app-link {
    max-width: 5em;
}