.station-name,
.station-status {
    font-family: GothamHTF-Medium, sans-serif;
}
.navbar-header .menu__item--level-1.menu__item--has-children > a,
object {
    pointer-events: none;
}
.setting .dropdown-menu li:hover,
body.path-add-client {
    background-color: #f2f1f6 !important;
}
body.path-batch {
    margin: 0 20px;
}

.navbar-brand img {
    min-height: 36px;
    max-height: 45px;
    height: auto;
    max-width: 220px;
}

.navbar-brand img,
ul.menu {
    margin: 0 !important;
}
/* body.is-mobile.page-node-type-social-pickandsend,
body.is-mobile.path-email,
body.is-mobile.page-node-type-message {
    margin-left: 16px !important;
    margin-right: 16px !important;
} */
body.is-mobile.page-node-type-social-pickandsend table img,
body.is-mobile.path-email table img {
    max-width: 100% !important;
}
body.is-mobile.page-node-type-social-pickandsend .node-preview-container {
    display: none;
}
body.is-mobile.page-node-type-social-pickandsend #block-clientela-content {
    /* margin-top: 24px; */
    background-color: #fff;
}
body.is-mobile.page-node-type-social-pickandsend #block-clientela-content a.back-btn {
    padding: 15px 32px;
    text-decoration: underline;
    display: inline-block;
    font-size: 16px;
}
#block-clientela-branding {
    display: flex;
    align-items: center;
}
.site-logo {
    /* width: 100%; */
    margin-top: 0;
    margin-bottom: 8px;
}

.not-authenticated-logo .site-logo {
    margin: 0;
}

.not-authenticated-logo  .region-navigation {
    width: 100%;
    justify-content: center;
    padding-left: 20px;
}

#navbar {
    min-height: 94px;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(128,128,128,0.4);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    background-color: #fff;
}
#navbar .cl-center-width {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
body.toolbar-fixed #navbar {
    position: static;
    z-index: auto;
}
.navbar-header .menu--level-1,
.navbar-header .menu--level-1 li,
.region-navigation {
    display: flex;
}
.navbar-header .menu {
    margin: 0 0 0 32px !important;
}
.navbar-header a:hover {
    color: #000;
}
.navbar-header .menu--level-1 > li {
    font-family: GothamHTF-Medium, Sans-serif;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 94px;
    margin-right: 28px;
    font-size: 15px;
    letter-spacing: 1px;
    white-space: nowrap;
}
.navbar-header .menu--level-1 > li > a,
.navbar-header .menu--level-1 > li > a:link {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    font-family: GothamHTF-Book;
}
.navbar-header .menu--level-1 > li > a::after {
    content: "";
    width: 100%;
    height: 1px;
    opacity: 0;
    visibility: hidden;
    background: #000;
    transition: 0.2s;
    position: absolute;
    left: 0;
    top: calc(50% + 9px);
}
.navbar-header .menu--level-1 > li:hover > a::after {
    transition-delay: 0.2s;
    opacity: 1;
    visibility: visible;
}
.navbar-header .menu--level-1 > li.menu__item--has-children:after {
    content: "";
    display: block;
    width: 10px;
    height: 6px;
    background-image: url(../assets/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 8px;
}
.navbar-header .menu--level-2 {
    position: absolute;
    left: 0;
    top: 94.5px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0 14px 28px -14px;
    background-color: #fff;
    margin: 0 !important;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    flex-direction: column;
    display: flex;
    padding: 0 180px !important;
    cursor: auto;
    transition: 0.45s cubic-bezier(0.3, 0, 1, 1);
}
.navbar-header .menu__item--has-children .menu--level-2{
    flex-wrap: wrap;
    flex-direction: row;
}
.show-sub-menu .menu--level-2 {
    visibility: visible;
    max-height: 600px;
    transition-delay: 0.3s;
    transition-duration: 0.5s;
}
.navbar-header .menu--level-2 > li:first-child,
.navbar-header .menu__item--has-children .menu--level-2 > li:nth-child(2) {
    margin-top: 35px;
}
.navbar-header .menu--level-2 > li:last-child {
    margin-bottom: 30px;
}
.navbar-header .menu--level-3,
.navbar-header .menu--level-4,
.navbar-header .menu--level-5,
.navbar-header .menu--level-7 {
    flex-direction: column;
}
.navbar-header .menu--level-2 li {
    margin-bottom: 24px;
}
.navbar-header .menu__item--has-children .menu--level-2 li{
    width: 50%;
}
.navbar-header .menu--level-2 li a,
.navbar-header .menu--level-2 li a:link {
    display: block;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0;
    white-space: nowrap;
    color: #000;
    font-family: GothamHTF-Book, sans-serif;
}
.navbar-header .menu--level-2 li a.is-active {
    color: #C50070;
    font-weight: 700;
}
.dropdown_menu_custom {
    position: fixed;
    top: 77px;
    width: 100%;
    left: 0;
    z-index: 99999;
    background-color: #fff;
    height: calc(100% - 77px);
}
.dropdown_menu_custom.show .region-navigation-collapsible .navigation_collapsible {
    height: calc(100vh - 94px);
}
.dropdown_menu_custom .region-navigation-collapsible {
    display: none;
    max-width: 600px;
    margin: 0 auto;
    padding: 17px 15px;
    height: 100%;
    overflow: hidden;
}
.dropdown_menu_custom .client-search-clientsearchform {
    max-width: 100%;
}
.dropdown_menu_custom #block-storemenu-2 {
    max-width: 600px;
    width: 100%;
    margin: 0 !important;
    position: relative;
    height: calc(100% - 30px);
    padding: 16px 0;
    overflow: hidden;
}
.dropdown_menu_custom #block-storemenu-2 > ul {
    height: calc(100vh - 180px);
    overflow: auto;
}
.dropdown_menu_custom .menu__item a {
    position: relative;
    font-weight: 700;
    background-color: #fff;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 18px;
    line-height: normal;
    min-height: 20px;
    padding: 28px 16px;
    align-items: center;
    font-family: GothamHTF-Book;
}
.menu--level-2 .menu__item span{
    background-color: #fff;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 18px;
    line-height: normal;
    min-height: 20px;
    padding: 28px 16px;
    align-items: center;
}


.dropdown_menu_custom .menu__item--has-children > .menu {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.35s ease-in-out;
    transform: translateX(100%);
    z-index: 999;
    height: 100%;
}
.dropdown_menu_custom .sub__close:before,
.dropdown_menu_custom li.menu__item--has-children:after {
    content: "";
    width: 14px;
    height: 8px;
    background-image: url("../assets/arrow-down.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
}
.dropdown_menu_custom .menu__item--has-children > .menu.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.dropdown_menu_custom .menu__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid grey;
}
.dropdown_menu_custom li.menu__item--has-children:after {
    transform: rotate(-90deg);
}
.dropdown_menu_custom .sub__close {
    margin-bottom: 10px;
}
.dropdown_menu_custom .sub__close:before {
    transform: rotate(90deg);
    margin-right: 12px;
}
.dropdown_menu_custom .is-active > li:not(:first-child) a {
    font-family: GothamHTF-Book;
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
}
.station-name {
    margin: 18.5px auto 0;
    display: flex;
    width: 100%;
    justify-content: center;
    color: #000;
    font-size: 16px;
    max-width: 105px;
    min-height: 35px;
}
.station-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 18.5px;
    border-radius: 6px;
    background: var(--kiko-kiko-1, linear-gradient(47deg, #fc827d 0, #f082ac 48.44%, #dc8add 100%));
    padding: 4px 6px;
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
}
#loader,
.navbar-toggle {
    background-repeat: no-repeat;
}
.navbar-toggle {
    height: 18px;
    margin-top: -5px;
    margin-left: 20px;
    position: relative;
    width: 26px;
    border: none !important;
    display: none;
    background-size: cover;
    background-position: center center;
    background-image: url(../assets/menu.svg);
    background-color: transparent !important;
}
.navbar-toggle[aria-expanded="true"] {
    background-size: 19px;
    background-image: url(../assets/close.svg) !important;
}
.right-header {
    margin-left: auto;
}
.region-right-header {
    display: flex;
    align-items: flex-start;
}
.setting ul li.dropdown-item {
    padding: 10px 15px;
}
.setting .dropdown-menu a {
    color: #000 !important;
    background-color: transparent !important;
    display: block;
}
#loader {
    background-image: url("../images/loader.gif");
    height: 64px;
    left: 50%;
    margin-left: -32px;
    position: fixed;
    top: 50%;
    width: 64px;
    z-index: 99999;
    margin-top: -32px;
}
body.user-logged-in {
    background: #fff;
}
.navbar-header {
    display: flex;
    align-items: center;
}
.popover {
    z-index: 9999999;
}
.hide-title-field,
.icons-wrapper .menu .dropdown-toggle::after,
.navbar-header .menu--level-1 > li.Settings,
.navbar-header .menu--level-1 > li.Paramètres,
.node-message .comment-wrapper #divRplyFwdMsg,
.node-message .comment-wrapper .gmail_quote,
.node-message .comment-wrapper .gmail_signature,
.node-message .comment-wrapper .gmail_signature_prefix,
.node-message .comment-wrapper .mt_message_text .x_m_flnone,
.node-message .comment-wrapper .mt_message_text .x_t_dnone,
.node-message .comment-wrapper .mt_message_text hr,
.node-message .comment-wrapper .x_message-body,
.node-message .comment-wrapper .yahoo_quoted,
.node-message .comment-wrapper .yahoo_signature,
.node-message .comment-wrapper .yahoo_signature_prefix,
.node-message .comment-wrapper blockquote,
.node-message .js-filter-wrapper,
.profile-picutre-upload.ui-dialog .col-sm-10 .file--image,
.profile-picutre-upload.ui-dialog .col-sm-10 .file-size {
    display: none;
}
.block-gear-menu .icons-wrapper .setting ul {
    padding: 0;
    margin: 0 !important;
}

.block-gear-menu  .dropdown-menu.show {
    overflow: hidden;
}

.block-gear-menu .icons-wrapper .setting {
    position: relative;
    top: 0;
    margin-left: 20px;
}
.block-gear-menu .icons-wrapper {
    display: flex;
    position: relative;
    height: 48px;
    align-items: center;
}
span.to-file {
    position: relative;
    display: block;
    cursor: pointer;
    border: 0.5px solid #000;
    width: 100%;
    height: 30px;
    border-radius: 5px;
}
span.to-file input {
    cursor: pointer;
}
span.to-file:before {
    content: attr(data-cta-msg);
    margin-top: -5px;
    margin-left: 10px;
    /* text-transform: capitalize; */
    background: url(../images/upload-image.svg) left center/contain no-repeat;
    padding-left: 30px;
    position: absolute;
    top: 10px;
    color: #666;
    align-items: center;
    display: flex;
}
.path-multi-upload-media span.to-file:before {
    background: url(../images/attachment.svg) left center/contain no-repeat;
}
.js-form-file,
.js-form-file:disabled {
    opacity: 0;
}
.form-item-profile-picture .form-managed-file .col-sm-2 {
    width: 50%;
}
.form-item-profile-picture .form-managed-file .col-sm-10 {
    width: 50%;
    padding-left: 0;
}
.profile-picutre-upload.ui-dialog .client-search-clientprofileupdateform .col-sm-10 .btn-primary {
    margin: 0;
}
.profile-picutre-upload.ui-dialog .client-search-clientprofileupdateform .use-ajax.button {
    width: 100%;
    max-width: initial;
    margin-bottom: 0;
}
.reset-password {
    z-index: 1001 !important;
}
.reset-password .form-actions {
    float: none !important;
}
.reset-password .success-btn {
    display: flex;
    text-align: center;
}
.reset-password .success-btn a {
    width: 100%;
}
.ck-body-wrapper .ck.ck-balloon-panel.ck-balloon-panel_position_border-side_right,
.hide {
    display: none !important;
}
.path-node #block-clientela-content {
    max-width: 830px;
    margin: 0 auto;
}
.session-expired #block-clientela-content {
    max-width: unset;
}
.node-message {
    display: block;
    margin-top: 30px;
}
.node-message .todo_detail_viewall {
    font-size: 14px;
    color: #272727;
    margin-bottom: 40px;
}
.node-message .todo_detail_viewall a {
    background: url(../images/left-arrow.png) 10px 11px no-repeat;
    background-color: #F2F1F6;
    padding: 10px 15px 10px 30px;
    border-radius: 23px;
    color: #000!important;
    font-family: 'GothamHTF-Medium';
}
.message_wrapper {
    padding: 0 15px 10px;
}
.node-message .mt_user {
    display: flex;
    align-items: center;
}
.node-message .message_wrapper .mt_user {
    margin-top: 16px;
    margin-bottom: 16px;
}
.node-message .mt_user .user-avtar-icon {
    width: 40px;
    height: 40px;
    border: 1px solid grey;
    border-radius: 100px;
    background: #fff;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: grey;
    margin: 0 12px 0 0;
}
.node-message .mt_subject,
.node-message .mt_user .listing_avtar_title {
    font-size: 14px;
    color: #000;
}
.user-avtar-icon img {
    border-radius: 20px;
    width: 100%;
    height: 37px;
}
.node-message .mt_user .listing_avtar_detail {
    padding-left: 5px;
    margin: 0;
}
.node-message .mt_user .listing_avtar_date {
    font-size: 14px;
    color: #000;
    font-family: GothamHTF-Medium;
}
.node-message .mt_subject {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid grey;
    margin-bottom: 8px;
    font-family: GothamHTF-Medium;
}
.node-message .mt_thread_body {
    margin-bottom: 20px;
}
.add_clients_manage {
    border-bottom: 1px solid #333;
    margin-bottom: 24px;
}
.node-message .form-actions {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 16px !important;
}
.node-message .mt_attachment-wrap {
    margin-top: 10px;
}
.node-message .form-actions .form-submit {
    width: auto;
    padding: 7px 46px 7px 10px;
    background: url('../images/reply-arrow.png') right 13px center no-repeat #C50070 !important;
    height: auto;
}
.start-chat .main-container{
    padding-bottom: 85px;
    position: relative;
}
.start-chat .main-container::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(0, 0, 0, 0.3);
}

.start-chat .main-container.remove-overlay::before {
    content: none;
    display: none;
}


body>p{
    margin-bottom: 0;
}
a:link {
    text-decoration: none !important;
}
@media screen and (aspect-ratio: 2/3) {
    input[type="date"],
    input[type="datetime-local"],
    input[type="datetime"],
    input[type="email"],
    input[type="month"],
    input[type="number"],
    input[type="password"],
    input[type="text"],
    input[type="time"],
    input[type="url"],
    input[type="week"],
    select,
    textarea {
        font-size: 16px;
    }
}
@media screen and (aspect-ratio: 40/71) {
    input[type="date"],
    input[type="datetime-local"],
    input[type="datetime"],
    input[type="email"],
    input[type="month"],
    input[type="number"],
    input[type="password"],
    input[type="text"],
    input[type="time"],
    input[type="url"],
    input[type="week"],
    select,
    textarea {
        font-size: 16px;
    }
}
@media screen and (aspect-ratio: 375/667) {
    input[type="date"],
    input[type="datetime-local"],
    input[type="datetime"],
    input[type="email"],
    input[type="month"],
    input[type="number"],
    input[type="password"],
    input[type="tel"],
    input[type="text"],
    input[type="time"],
    input[type="url"],
    input[type="week"],
    select,
    textarea {
        font-size: 16px;
    }
}
@media screen and (aspect-ratio: 9/16) {
    input[type="date"],
    input[type="datetime-local"],
    input[type="datetime"],
    input[type="email"],
    input[type="month"],
    input[type="number"],
    input[type="password"],
    input[type="tel"],
    input[type="text"],
    input[type="time"],
    input[type="url"],
    input[type="week"],
    select,
    textarea {
        font-size: 16px;
    }
}
@media (max-width: 1100px) {
    .dropdown_menu_custom .region-navigation-collapsible,
    .navbar-toggle {
        display: block;
    }
    #block-storemenu,
    #client-search-clientsearchform {
        display: none !important;
    }
    body {
        padding-top: 77px !important;
    }
    #navbar {
        min-height: 77px;
    }
    .dropdown_menu_custom #block-storemenu-2 {
        background: #fff;
    }
    .dropdown_menu_custom .menu__item--has-children > .menu.menu--level-2.is-active {
        height: calc(100% - 30px);
        overflow-y: auto;
        overflow-x: hidden;
        top: 6px;
    }
    .dropdown_menu_custom .menu__item--has-children > .is-active li:first-child{
        border-bottom: none;
    }
    .dropdown_menu_custom .menu__item--has-children > .is-active li:first-child a{
        padding: 28px 16px 10px;
        margin-bottom: 0;
        font-weight: 700;
    }
    #block-clientela-customlanguageswitcher{
        display: none;
    }

    .not-authenticated-logo  .region-navigation {
        padding-left: 0;
    }

    .dropdown_menu_custom .is-active > li.menu__item--has-children a.menu__link--has-children{
        font-weight: 700;
    }
}
@media (max-width: 767px) {

    .path-myday .popover {
        inset: 0px auto auto -14px !important;
    }
    .path-myday .popover .popover-arrow {
        left: 15px !important;
    }
    .navbar-brand img {
        max-width: 186px;
    }
    .dropdown_menu_custom{
        z-index: 9999999;
    }
}

.livechat-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  color: #000;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'GothamHTF-Book';
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  font-size: 17px;
  font-weight: bold;
}
.livechat-banner p {
  margin: 0;
  flex: 1;
  line-height: 1.5;
  max-width: 50%;
  display: flex;
  align-items: center;
}
.livechat-banner button {
    background: #e81a96 url('../images//right-arrow.svg') right 5px center no-repeat;
    color: #fff;
    border: none;
    padding: 12px 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 14px;
    min-width: 98px;
    text-align: left;
    font-family: 'GothamHTF-Medium';
}
.livechat-banner button:hover {
    background-color: #145abc;
}
.livechat-banner.hidden {
    display: none;
}

#rejectChatButton{
    background: none;
    color: #000;
    background-image: none;
    text-align: center;
    text-decoration: underline;
    padding: 12px 10px;
    min-width: auto;
}

#countdown {
    padding: 13px 10px;
    border: 2px solid #e81a96;
    border-radius: 30px;
    min-width: 55px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

a#channel_sid {
    background: #C5398D;
    padding: 10px;
    color: #fff;
}
