.app-theme-white.app-container{
    background: white !important;
}

.app-header__logo {
  padding: 0 1.5rem;
  height: 60px;
  width: 280px !important;
  display: flex;
  align-items: center;
  transition: width .2s;
}
.modal-open .modal {
  overflow-x: unset !important;
  overflow-y: unset !important;
}
.app-container {
    display: flex;
    min-height: 0px !important;
    flex-direction: column;
    margin: 0;
}
.modal:not([data-backdrop="false"]) {
  background-color: transparent ! important;
}
.bg-arielle-smile-sent {
  background-color: #80A5D5 !important;
}
.bg-grow-early-all {
    background-color: #20406B !important;

}
.bg-grow-early-inbox {
      background-color: #4598AE !important;
}

body:not(.o_fullscreen) #oe_main_menu_navbar:not(.o_hidden) + #wrapwrap .modal {
  height: unset !important;
}

.dropdown_menu_left {
right: 10px;
left: auto ! important;
}

.badge {
  font-weight: 0 !important;
  text-transform: none !important;
  padding: 5px 10px;
  min-width: 19px;
}

.card-header {
  display: grid !important;
  align-items: center  !important ;
  border-bottom-width: 0px !important ;
  padding-top: 0 !important ;
  padding-bottom: 0 !important ;
  padding-right: 0px !important ;
  height: 4.5rem !important ;

  padding: 0.75rem 1.25rem !important ;
margin-bottom: 0 !important ;
background-color: #b8b8b8 !important;
border-bottom: 1px solid rgba(0, 0, 0, 0.125)!important;
}
.card-header, .card-title {
  text-transform: none;
  color: black !important;
  font-weight: 700;
  font-size: .88rem;
}

.scrollbar-sidebar, .scrollbar-container {
  position: relative !important;
  height: 100% !important;
}

.app-sidebar {
  width: 280px;
  display: flex;
  z-index: 0;
  overflow: visible !important;
  min-width: 280px;
  position: relative;
  flex: 0 0 280px;
  margin-top: -60px;
  padding-top: 60px;
  transition: all .2s;
}

a {
text-decoration: none;
color: #000000;
}


/* Dropdown */

.dropdown {
display: inline-block;
position: relative;
}

.dd-button {
display: inline-block;
border-radius: 4px;
padding: 10px 30px 10px 20px;
cursor: pointer;
white-space: nowrap;
}

.dd-button:after {
content: '';
position: absolute;
top: 50%;
right: 15px;
transform: translateY(-50%);
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid black;
}

.dd-button:hover {
background-color: #eeeeee;
}


.dd-input {
display: none;
}

.dd-menu {
position: absolute;
top: 100%;
border: 1px solid #ccc;
border-radius: 4px;
padding: 26px;
margin: 14px 0 0 0;
box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
background-color: #ffffff;
list-style-type: none;
left: auto;
right: 0em;
}



@media screen and (max-width: 750px) {
.dd-menu {
position: absolute;
top: 100%;
border: 1px solid #ccc;
border-radius: 4px;
padding: 26px;
margin: 14px 0 0 0;
box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
background-color: #ffffff;
list-style-type: none;
left: auto;
right: 0em;
}
}
@media screen and (max-width: 550px) {
.dd-menu {
position: absolute;
top: 100%;
border: 1px solid #ccc;
border-radius: 4px;
padding: 26px;
margin: 14px 0 0 0;
box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
background-color: #ffffff;
list-style-type: none;
left: auto;
right: 0em;
}

}

.dd-input + .dd-menu {
display: none;
}

.dd-input:checked + .dd-menu {
display: block;
}

.dd-menu li {
padding: 10px 30px;
cursor: pointer;
white-space: nowrap;
}


.dd-menu li a {
display: block;
margin: -10px -20px;
padding: 10px 20px;
}

.dd-menu li.divider{
padding: 0;
border-bottom: 1px solid #cccccc;
}


.widget-content-right {
margin-right: auto !important;
}

.app-header .app-header__content .app-header-right {
align-items: center !important;
display: flex !important;
margin-right: auto !important;
}





.fixed-header .app-header {
position: fixed;
width: 100%;
top: 0em !important;
}
.ui-theme-settings .theme-settings__inner {
background: #fff;
width: 500px;
height: 100vh;
padding: 108px 10px 10px 10px !important;
}


#snackbar {
visibility: hidden;
min-width: 250px;
margin: 0px 0px 0px -150px;
background-color: #333;
color: #fff;
text-align: center;
border-radius: 2px;
padding: 16px;
position: fixed;
z-index: 5000;
left: 50%;
bottom: 50;
font-size: 17px;
}

#snackbar.show {
visibility: visible;
-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
from {bottom: 0; opacity: 0;}
to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
from {bottom: 0; opacity: 0;}
to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
from {bottom: 30px; opacity: 1;}
to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
from {bottom: 30px; opacity: 1;}
to {bottom: 0; opacity: 0;}
}




@media screen and (max-width: 550px) {
.app-header .app-header__content {
visibility: hidden;
opacity: 0;
box-shadow: 0 .46875rem 2.1875rem rgba(4,9,20,.03),0 .9375rem 1.40625rem rgba(4,9,20,.03),0 .25rem
.53125rem rgba(4,9,20,.05),0 .125rem .1875rem rgba(4,9,20,.03);
position: absolute;
left: 5%;
width: 90%;
top: 0;
transition: all .2s;
background: #fff;
border-radius: 50px;
padding: 0 10px;
overflow: visible !important;
}
.app-sidebar {
flex: 0 0 280px !important;
width: 280px !important;
transform: translateX(-280px);
position: fixed;
display: none !important;
}

}


@media screen and (max-width: 750px){
.app-header .app-header__content {
visibility: hidden;
opacity: 0;
box-shadow: 0 .46875rem 2.1875rem rgba(4,9,20,.03),0 .9375rem 1.40625rem rgba(4,9,20,.03),0 .25rem
.53125rem rgba(4,9,20,.05),0 .125rem .1875rem rgba(4,9,20,.03);
position: absolute;
left: 5%;
width: 90%;
top: 0;
transition: all .2s;
background: #fff;
border-radius: 50px;
padding: 0 10px;
overflow: visible !important;
}
.app-sidebar {
flex: 0 0 280px !important;
width: 280px !important;
transform: translateX(-280px);
position: fixed;
display: none !important;
}

.main-outer {
max-width: 1357px !important;
}


.sidebar-mobile-open .app-sidebar {
transform: translateX(0);
display: block !important;
}

.app-theme-white .app-footer .app-footer__inner, .app-theme-white .app-header {
  background: white !important;
}

.app-header.header-shadow {
  box-shadow: 0rem 0em rgba(4,9,20,.03),0 0rem 1rem rgba(4,9,20,.03),0 0rem 0rem rgba(4,9,20,.05),0 0.2rem 0rem rgba(4,9,20,.03) !important;
}

.note-editor.note-airframe .note-editing-area .note-editable, .note-editor.note-frame .note-editing-area .note-editable {
  padding: 2em 0em 13em 0em !important;
  overflow: auto !important;
  word-wrap: break-word !important;
}
.note-editable {
  padding: 1em 0em 11em 0em !important;
}


  @media (max-width: 991.98px){
.app-footer .app-footer__inner .app-footer-right {
  display: none !important;
}
}

.navbar-brand.logo img {
  width: 140px !important;
  height: unset !important;
}
  @media (max-width: 991.98px){
  .app-header__logo {
  padding: 0 1.5rem;
  height: 60px;
  width: 280px !important;
  display: flex !important;
  align-items: center;
  transition: width .2s;
  order: 2 !important;
}
  }
