/*!
 * This file is part of ORY Editor.
 *
 * ORY Editor is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * ORY Editor is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with ORY Editor.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @license LGPL-3.0
 * @copyright 2016-2018 Aeneas Rekkas
 * @author Aeneas Rekkas <aeneas+oss@aeneas.io>
 *
 */

.ory-plugins-content-slate-inline-toolbar {
  position: absolute;
  z-index: 1;
  top: -10000px;
  left: -10000px;
  margin-top: -6px;
  opacity: 0;
  background-color: var(--grey900);
  border-radius: 4px;
  transition: opacity .75s;
}

.ory-plugins-content-slate-inline-toolbar--hidden{
  opacity: 0 !important;
  pointer-events: none;
}

.MuiInput-underline-27:before{
  border-bottom: 0 !important;
}
.MuiInput-underline-27:after{
  border-bottom: 0 !important;
}
.MuiInput-underline-27:hover:not(.MuiInput-disabled-26):not(.MuiInput-focused-25):not(.MuiInput-error-28):before{
  border-bottom: 0 !important;
}
.MuiInputBase-root-36{
  font-family: "Lato-Regular";
  font-size: 14px;
  color: #373c45;
}
.MuiSelect-select-54:focus{
  border-radius: 0;
  background-color: transparent !important;
}
.MuiIconButton-root-1{
  border-radius: inherit !important;
  padding: 8px 14px !important;
  margin-right: 1px !important;
}



input{
  font-size: 14px !important;
  color: #373c45 !important;
  font-family: "Lato-Regular" !important;
}

input::before, input::after{
  border-bottom: 0 !important;
}




.select_li_hover:hover{
  background-color: #e9f6ff !important ;
  color: #0290ff !important;
}
.select_dropdown::before, .select_dropdown::after{
  border-bottom: 0 !important;
}
.select_dropdown > div > div:focus{
  background-color: transparent !important;
}
.textfield_input > div::after, .textfield_input > div::before {
  border-bottom: 0 !important;
}


/* added for properties by binesh */
.grouping-label {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #2f343d;
  letter-spacing: 0.35px;
  color: #2f343d;
  display: block;
  margin: 8px 0;
  
}
.grouping-label:not(:first-child) {
  border-top: solid 1px #e4e8ea;
  padding-top:12px;
}

.color-picker-container {
  display: flex;
}
.color-picker-placeholder {
  width: calc(100% - 30px);
  height:48px;
  background-color: red;
  border-radius: 8px 0 0 8px;
}
.color-picker-image {
  width: 30px;
  line-height: 48px;
  text-align: center;
}
.color-picker-image >img{
  width: 25px;
  vertical-align: middle;
}

.hover-button, .toolbar-button {
  border : 1px solid #dbdbdb;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  border-radius: 8px;
  background-color: #fafafa;
  margin: 12px 0;
}

.hover-button > button:not(:last-child), .toolbar-button > button:not(:last-child) {
  border-right : 1px solid #e8e8e8;
}
.hover-button > button, .toolbar-button > button {
  border-radius: 0;
}
.hover-button {
  
}
.hover-button:nth-child(3) {
  width: 65%;
  display: inline-block;
} 

.toolbar-button:nth-child(4) {
  width: 30%;
  height: 48px;
  float: right;
  display: inline-block;
  border-radius: 8px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: solid 1px #3e4246;
}
.toolbar-button:nth-child(2) , .toolbar-button:nth-child(7) {
  border : 0;
  background-color: initial;
}

.hover-button:nth-child(3) >button{
  width: calc(100% / 4);
} 
/* 
.toolbar-button:nth-child(6) > button{
  width: calc(100% / 6);
}  */
.toolbar-button:nth-child(6) > button{
  width: calc(100% / 4);
} 
/* .toolbar-button:nth-child(8) > button{
  width: calc(100% / 2);
}  */