/*  ------------------------------- Table Of Contents ---------------------------------
1.  #General
    1.1 Fonts
2.  #Header
    2.1 Logo
    2.2 Navigation
    2.3 Buttons
2.  #Responsive

---------------------------------------------------------------------------------------
*/

object {
  pointer-events: none;
}

body.path-user,
body.path-frontpage {
  background: url("../images/Background-image.webp");
  width: 100%;
  /* padding-top: 100px; */
  display: flex;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

body.path-add-client,
body.path-myday {
  background-color: #f1f1f1 !important;
}

ul.menu {
  margin: 0 !important;
}

/**
* -------------------------------------------------------------------------------------
* 1. #Header
* -------------------------------------------------------------------------------------
*/

#navbar {
  background-color: #fff;
}

/* 2.1 Logo */

#block-clientela-branding {
  display: flex;
  align-items: center;
}

.site-logo {
  margin-right: 56px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 5px;
}

.navbar-brand img {
  height: auto;
  width: 122px;
  margin: 0 !important;
}

/* 2.2 Navigation */

#navbar {
  min-height: 94px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  border-bottom: 0.5px solid #808080;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

#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;
}

.region-navigation {
  display: flex;
}

.navbar-header .menu {
  margin: 0 !important;
}

.navbar-header a:hover {
  color: #000;
}

.navbar-header .menu--level-1 {
  display: flex;
}

.navbar-header .menu--level-1 li {
  display: flex;
}

.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__item--level-1.menu__item--has-children > a {
  pointer-events: none;
}

.navbar-header .menu--level-1 > li > a {
  position: relative;
}

.navbar-header .menu--level-1 > li > a::after {
  content: "";
  width: 100%;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  background: black;
  transition: 0.2s ease;
  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: 95px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 14px 28px -14px;
  overflow: hidden;
  background-color: #fff;
  margin: 0 !important;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  flex-direction: column;
  display: flex;
  padding: 0 180px !important;
  transition: all 0.45s cubic-bezier(0.3, 0, 1, 1);
}

.show-sub-menu .menu--level-2 {
  visibility: visible;
  max-height: 500px;
  transition-delay: 0.3s;
  transition-duration: 0.5s;
}

.navbar-header .menu--level-2 > li:first-child {
  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 a {
  display: block;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 32px;
  white-space: nowrap;
  font-family: GothamHTF-Light, sans-serif;
}

/* Dropdown Menu */

.dropdown_menu_custom {
  position: fixed;
  top: 77px;
  width: 100%;
  left: 0;
  z-index: 999;
  background-color: #fff;
}

.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;
}

.dropdown_menu_custom .client-search-clientsearchform {
  max-width: 100%;
}

.dropdown_menu_custom #block-storemenu-2 {
  max-width: 600px;
  width: 100%;
  overflow: hidden;
  margin: 38px 0 0 !important;
  position: relative;
  height: 100vh;
}

.dropdown_menu_custom .menu__item a {
    position: relative;
    font-weight: 500;
    background-color: #fff;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 15px;
    line-height: 27px;
    min-height: 20px;
    align-items: center;
}

.dropdown_menu_custom .menu__item a:hover {
    color: #000;
}

.dropdown_menu_custom .menu__item+.menu__item {
    margin-top: 22px;
}

.dropdown_menu_custom .menu__item--has-children>.menu {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    transform: translateX(100%);
    z-index: 999;
}

.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;
}

.dropdown_menu_custom li.menu__item--has-children:after {
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  background-image: url("../assets/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(-90deg);
}

.dropdown_menu_custom .sub__close {
  margin-bottom: 10px;
}

.dropdown_menu_custom .sub__close:before {
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  background-image: url("../assets/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(90deg);
  margin-right: 12px;
}

.dropdown_menu_custom .is-active > li:not(:first-child) a {
  font-family: GothamHTF-Light, Sans-serif;
  font-size: 13px;
  line-height: 14px;
}

/* 2.3 Buttons */

.navbar-toggle {
  height: 18px;
  margin-top: -5px;
  margin-left: 24px;
  display: block;
  position: relative;
  width: 26px;
  border: none !important;
  display: none;
  background-repeat: no-repeat;
  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 .dropdown-menu li:hover {
  background-color: #f1f1f1 !important;
}

.setting .dropdown-menu a {
  color: #000 !important;
  background-color: transparent !important;
}

#loader {
  background: url("../images/loader.gif") no-repeat;
  height: 64px;
  left: 50%;
  margin-left: -32px;
  position: fixed;
  top: 50%;
  width: 64px;
  z-index: 9999999999999;
  margin-top: -32px;
}

/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}

/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}

/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="tel"],
  input[type="url"] {
    font-size: 16px;
  }
}

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="tel"],
  input[type="url"] {
    font-size: 16px;
  }
}

/**
* -------------------------------------------------------------------------------------
* 3. #Responsive
* -------------------------------------------------------------------------------------
*/

@media (max-width: 1100px) {
  .dropdown_menu_custom .region-navigation-collapsible {
    display: block;
  }

  .navbar-toggle {
    display: block;
  }

  #client-search-clientsearchform,
  #block-storemenu {
    display: none !important;
  }

  #navbar {
    min-height: 77px;
  }
}

.hide {
  display: none !important;
}

/*
    update email box
*/

.region-content .menu--message-menu li a {
  background: #ccc;
  color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0px;
  font-weight: bold;
  transition: all 0.3s;
}

.region-content .menu--message-menu li a:hover {
  transition: all 0.3s;
  background: #bfbcbc;
}

.region-content .menu--message-menu li.active a {
  background: #000000;
  color: #fff;
}
.region-content ul.menu--todo-menu.nav li a {
  font-size: 12px;
  font-family: "Book45", arial;
}
.page-node-type-call-log
  > .dialog-off-canvas-main-canvas
  > .main-container
  > .row
  > .col-sm-12
  > .region-content
  > .tabs {
  display: none;
}
.region-content .nav li,
.nav-tabs li {
  float: left;
  /* background: #f4f3f3; */
  padding-bottom: 1px;
}

.region-content .nav,
ul.nav-tabs {
  width: 100%;
  border: 1px solid #ddd;
  background: #616365;
  padding-bottom: 1px;
}

.region-content ul.menu--todo-menu.nav,
.region-content ul.nav-tabs.tabs--primary {
  border: none;
  background: #616365;
  padding: 0;
  border-bottom: 1px solid #333;
  display: none;
  /*margin-bottom: 15px; */
}

.region-content ul.menu--todo-menu.nav li:hover a,
.region-content ul.menu--todo-menu.nav li.active a,
.region-content ul.nav-tabs.tabs--primary li:hover a,
.region-content ul.nav-tabs.tabs--primary li.active a {
  background: #2b2b2b;
  color: #fff;
}

.region-content ul.menu--todo-menu.nav li a,
.region-content ul.nav-tabs.tabs--primary li a {
  border: none;
  margin: 0 0px 0 0;
}

.region-content ul.menu--todo-menu.nav li,
.region-content ul.nav-tabs.tabs--primary li {
  margin: 0 0px 0 0;
  padding: 0;
}

.nav-tabs li a,
.region-content .nav li a {
  background: #616365;
  margin: 1px;
  color: #fff;
}
.region-content .nav li a.active,
.nav-tabs li a.active {
  background: #333;
  color: #fff;
  border-bottom: 0px solid #616365;
}
.region-content ul.menu--todo-menu.nav li a,
.region-content ul.nav-tabs.tabs--primary li a {
  padding: 10px;
}

.region-content ul.menu--todo-menu.nav li,
.region-content ul.nav-tabs.tabs--primary li {
  float: none;
  width: 100%;
  margin: 0;
}
.region-content ul.menu--todo-menu.nav,
.region-content ul.nav-tabs.tabs--primary {
    border: none;
    margin-bottom: 0;
}

.path-message .region-content{
    width: 720px;
    margin: 30px auto 0;
}
.path-message #block-messagemenu ul{
    width: 100%;
    display: flex;
    background: #fff;
    border: none;
    justify-content: space-between;
    flex-direction: row;
    text-align: center;
}
.path-message .region-content .nav li{
    width: 49%;
    flex: initial;
}
.path-message .region-content .nav li a{
    background: transparent;
    color: #000;
    border-bottom: 4px solid #f1f1f1;
    font-family: GothamHTF-Light, sans-serif;
}
.path-message .region-content .nav li a.active{
    border-bottom: 4px solid #000;
    background: transparent;
    color: #000;
}
.path-message .region-content .menu--message-menu{
    margin-bottom: 20px;
}
.path-message .view .form--inline{
    display: flex;
}
.path-message .view .form--inline .form-control{
    background: #f1f1f1;
    border-radius: 4px;
    outline: none;
    padding: 8px 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.path-message .region-content .menu--message-menu li a:hover{
    background: transparent;
}
.path-message .view .form--inline .form-control:focus{
    outline: none;
    box-shadow: none;
    border: 1px solid #ced4da!important;
}
.path-message .view .form--inline .btn-primary{
    height: 42px;
    width: 90px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-weight: 700;
}
.path-message .view .view-content .views-row{
    margin-top: 16px;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
}
.path-message .view .view-content .views-row .inbox-msg{
    background: #f1f1f1;
    padding: 16px;
    display: flex;
    align-items: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.path-message .view .view-content .views-row .text-right_inbox{
    padding: 16px;
    display: flex;
    justify-content: space-between;
}
.path-message .view .view-content .views-row .text-right_inbox a:hover{
    color: #000;
}
.path-message .view .view-content .views-row .inbox-message a{
    font-size: 14px;
    color: #000;
}
.path-message .view .view-content .views-row .inbox-status{
    font-size: 12px;
    color: #000;
    text-transform: capitalize;
    position: relative;
    font-weight: 700;
}
.path-message .view .view-content .views-row .inbox-status.unread{
    padding-left: 25px;
}
.path-message .view .view-content .views-row .inbox-status.unread::before{
    content: '';
    width: 13px;
    height: 13px;
    background: #00CE7C;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 2px;
}
.path-message .view .view-content .views-row .inbox-msg .inbox-icon{
    width: 40px;
    height: 40px;
    border: 1px solid #808080;
    border-radius: 100px;
    background: #fff;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #808080;
    margin-right: 12px;
}
.path-message .view .view-content .views-row .inbox-msg .inbox-content{
    display: flex;
    flex-direction: column;
}
.path-message .view .view-content .views-row .inbox-msg .sender-name{
    font-size: 14px;
    color: #000;
}
.path-message .view .view-content .views-row .inbox-msg .sender-name a{
    font-weight: 700;
    font-size: 14px;
    font-family: GothamHTF-Light, sans-serif;
}
.path-message .view .view-content .views-row .inbox-msg .date{
    font-size: 12px;
    color: #000;
    font-weight: 700;  
    font-family: GothamHTF-Light, sans-serif;
}
.path-message .view .view-empty{
    margin-top: 25px;
}
.path-message .view .view-empty .note-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.path-message .view .view-empty .note-content svg{
    width: 250px;
    height: 250px;
}
.path-message .view .view-empty .note-content .txt{
    margin-top: 20px;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}
.path-message .view .pager{
    margin-top: 16px;
}
.path-node #block-clientela-content{
    width: 730px;
    margin: 0 auto;
}
.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') no-repeat;
    padding-left: 20px;
}
.node-message .mt_user{
    display: flex;
    align-items: center;
    margin-top: 16px;
}
.node-message .message_wrapper .mt_user{
    margin-bottom: 16px;
}
.node-message .shop-online{
    margin-top: 16px;
}
.node-message .shop-online a:hover{
    color: #000;
}
.node-message .mt_user .user-avtar-icon{
    width: 40px;
    height: 40px;
    border: 1px solid #808080;
    border-radius: 100px;
    background: #fff;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #808080;
    margin-right: 12px;
}
.node-message .mt_user .listing_avtar_detail{
    display: flex;
    flex-direction: column;
}
.node-message .mt_user .listing_avtar_title{
    font-size: 14px;
    color: #000;
}
.node-message .mt_user .listing_avtar_date,.node-message .mt_user .listing_avtar_email{
    font-size: 14px;
    color: #000;
    font-weight: 700;
}
.node-message .mt_subject{
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #808080;
    font-size: 14px;
    color: #000;
    margin-bottom: 8px;
    font-weight: 700;
}
.node-message .js-filter-wrapper{
    display: none;
}
.node-message .js-form-wrapper{
    margin-bottom: 16px;
}
.node-message .form-actions{
    display: flex;
    justify-content: flex-end; 
    margin-bottom: 16px!important;
}
.node-message .form-actions .form-submit{
    width: auto;
    background-color: #383838!important;
    padding: 7px 10px 7px 46px;
    background-image: url('../images/reply-arrow.png');
    background-repeat: no-repeat;
    background-position: 13px center;
    height: auto;
}
.node-message .mt_thread_body{
    margin-bottom: 20px;
}
.node-message .mt_thread_body .content p{
    margin-bottom: 0;
}
.node-message .ck-editor__editable{
    min-height: 160px;
}
.node-message .comment-wrapper .content{
    font-size: 14px;
    color: #000;
    margin-top: 16px;
}
.node-message .todo_detail_viewall a:hover,.node-message .wish-item-sty-pr a:hover{
    color: #000;
}
.node-message .wish-item-sty-pr{
    width: 100%;
    margin-top: 20px;
}
.node-message #edit-preview ,.node-message #edit-subject-wrapper{
    display: none;
}
.node-message .message_wrapper .product_list .pw-title{
    margin-bottom: 10px;
}
.node-message .message_wrapper .product_list .btn{
    margin-left: 0;
}

.comment-wrapper .ck.ck-toolbar.ck-toolbar_grouping>.ck-toolbar__items{
    display: none;
}

.path-message .view .view-content .views-row a:hover{
    color: #000;
}

.page-item:not(:first-child) .page-link{
    color: #000;
}

.page-item .page-link:focus{
    box-shadow: none;
}
.pagination .page-item:first-child .page-link{
    color: #fff;
}
.pagination .active > .page-link,.pagination .page-item:first-child .page-link{
    background: #000;
    color: #fff;
    border-color: #000;
}

button.button-link-inbox{
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: GothamHTF-Light, Sans-serif;
    width: auto;
    height: 47px;
    color: #fff;
    background-color: #00CE7C !important;
    border-radius: 6px;
    border: none;
}

.client-search-clientprofileupdateform .form-item-profile-picture {
    opacity: 1 !important;
}

.node-message .comment-wrapper .gmail_quote,
.node-message .comment-wrapper .gmail_signature_prefix,
.node-message .comment-wrapper .gmail_signature,
.node-message .comment-wrapper .yahoo_quoted,
.node-message .comment-wrapper .yahoo_signature_prefix,
.node-message .comment-wrapper .yahoo_signature,
.node-message .comment-wrapper blockquote {
  display: none;
}

.page-node-type-social-pickandsend .form-type-textarea label {
  display: none !important;
}

.page-node-type-message .form-type-textarea label {
  display: none !important;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #000;
  width: 100%;
  height: 40px;
}
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 14px;
  border-radius: 4px;
  background-color: #f1f1f1;
  padding: 8px 10px;
  transition: all 0.2s ease-in;
  border: 1px solid rgba(128,128,128,0.4);
  display: flex;
  align-items: center;
}
.select-styled:after {
  content: "";
  width: 15px;
  height: 8px;
  background: url("../assets/arrow-down.svg") center center no-repeat;
  position: absolute;
  top: 16px;
  right: 10px;
}
.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid rgba(128,128,128,0.4);
  background-color: #fff;
}
.select-options li {
  margin: 0;
  padding: 11px 0;
  text-indent: 15px;
  border-top: 1px solid rgba(128,128,128,0.4);
  transition: all 0.15s ease-in;
  font-size: 14px;
  font-family: 'GothamHTF-Book';
}

.media-upload .ui-dialog-titlebar{
    border: 0 !important;
    background-color: #ffffff !important;
}

.media-upload .ui-dialog-title{
    text-align: left !important;
}

.media-upload{
    max-height: 500px !important;
    padding: 2% !important;
    overflow-y: auto !important;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
}

/* Hide scrollbar for WebKit browsers (Chrome, Safari) */
.scroll-box::-webkit-scrollbar {
    display: none;
}

.media-upload .file-size{
    display: none !important;
}

.media-upload-preview{
    width: 325px !important;
    margin-bottom: 20px !important;
}

.media-upload-button{
    text-align: center;
    /* padding: 3% 5%; */
}
.media-upload-button .form-file{
    /* position: absolute; */
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

.media-uploader {
    margin-top: -40px;
}

.media-upload-button a{
    /* display: flex; */
    align-items: center;
    text-decoration: underline;
    color: #000 !important;
    z-index: 0;
    /* text-decoration: underline; */
    /* justify-content: space-evenly; */
}

.media-upload-button .messages--error{
    margin-top: 70px;
}

.checkbox-media-manage input{
    border: 1px solid !important;
}

.media-upload .form-select{
    background-color: #e7e3e3;
    margin: 20px 0px;
    margin-bottom: 30px !important;
}

.media-upload .form-submit{
    margin-top: 30px !important;
}

@media (max-width: 992px){
    .path-message .region-content{
        width: 90%;
    }
}

.select-options li:first-child {
  border-top: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.select-options li:hover,
.select-options li.is-selected {
  color: #000;
  background: #f1f1f1;
}
.select-options li[rel="hide"] {
  display: none;
}
.subpages-customselect .select-styled{
  border: none;
  border-radius: 10px;
  background: #f1f1f1;
  font-size: 16px;
  font-family: 'GothamHTF-Medium';
  display: flex;
  align-items: center;
  padding: 16px;
  text-transform: capitalize;
}
.subpages-customselect .select-styled:after{
  width: 12px;
  height: 25px;
  right: 16px;
  top: 12px;
  background: url("../images/arrow.png") center center no-repeat;
}
.subpages-customselect .select{
  margin-bottom: 0;
  height: 50px;
}
.subpages-customselect .select-options li:first-child{
  background: #717171;
  text-transform: uppercase;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.subpages-customselect .select-options li:last-child{
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.subpages-customselect .select{
  height: 50px;
  margin-bottom: 0;
}
.subpages-customselect .select-options{
  border-radius: 10px;
}
.subpages-customselect .select-options li{
  padding: 11px 0;
  font-size: 14px;
  text-transform: capitalize;
}
.subpages-customselect .select-options li.is-selected,
.subpages-customselect .select-options li.is-selected:first-child{
  color: #000;
  background: #DFDFDF url('../images/subpage-activearrow.svg') right -7px no-repeat;
}
.subpages-customselect .select-options li.is-selected{
  font-family: 'GothamHTF-Medium';
}

#edit-preview{
  background-color: #808080 !important;
}




@media (max-width: 992px) {
  .path-message .region-content {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .path-message .region-content {
    width: 100%;
    padding: 0 16px !important;
    margin-top: 16px;
  }
  .path-message .view .view-content .views-row .text-right_inbox {
    flex-direction: column;
  }
  .path-message
    .view
    .view-content
    .views-row
    .text-right_inbox
    .inbox-message {
    margin-bottom: 16px;
  }
  .path-node #block-clientela-content {
    width: 100%;
    padding: 0 16px;
  }
  .node-message .todo_detail_viewall {
    margin-bottom: 20px;
  }
}
