:root{
  --ead-guru-purple: #5a00fc;
  --active-color:#00e5ff;
  --resize-outside-value: -6px;

}

html {
  position: relative;
  min-height: 100%;
}

#app {
  width: 100%;
  height: 100%;
}

body {
  height: 100%;
  background-color: whitesmoke;
}

.cke_top {
  background: #ffffff !important;
  border: none !important;
  border-radius: 0.28571429rem !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.2);
}
.cke_inner {
  background: rgba(0, 0, 0, 0) !important;
}

#page-content [data-component="section"] #section-y {
  margin: auto;
  height: fit-content;
  /* min-height: 50px; */
}

#page-content [data-component="text"] {
  height: fit-content;
  margin: auto;
  word-break: break-word;
  line-height: 24px
}
#page-content [data-component="text"] p {
  margin: 0 !important;
  line-height: 24px
}

[data-component="text"] span {
  line-height: normal !important;
}
[data-component="text"] div {
  line-height: 1.4285em;
}

div[contenteditable="true"] {
  border:none;
  outline: unset;
}

#page-content [data-component="button_item"] {
  display: flex;
  width: fit-content;
  margin: auto;
  justify-content: center;
  align-items: center;
}

#page-content [data-component="icon"] {
  display: block;
  width: fit-content;
  margin: auto;
}

#page-content [data-component="courses"] {
  margin: 20px 0 !important;
}

#page-content [data-component="segment"] .container {
  width: 100%;
  min-height: inherit;
}

#page-content {
  display: flex;
  flex-direction: column;
}

#section-1, #section-2{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 1rem;
}

.introduction{
  position: relative;
    clear: both;
    display: block;
    text-align: center;
    z-index: 0;
}
.some_courses{
  text-align: center;
  padding: 10px 2em;
  z-index: 0;
}
.some_courses h1{
  margin-top: 50px !important;
  margin-bottom: 50px !important;
  font-size: 40px !important;
  font-weight: 400 !important;
}

.some_courses .all_courses_button {
  text-align: center;
  margin: 50px;
}

[data-component="section"] {
  display: flex;
  justify-content: center;
  min-width: 1127px;
  width: 1127px;
  position: relative;
  margin: 0 auto 0 auto;
  touch-action: none
}


.main-logo {
  max-height: 55px !important;
}

#responsive_menu {
  position: absolute;
  z-index: 900;
  padding: 1em 1em 1em 1em;
  width: 100%;
  background: transparent;
}

#responsive_bar {
  display: none;
}

footer {
  position: relative;
  background-color: #2f3d50;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#footer-container{
  min-height: 110px;
  }
  
#footer-content{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#footer-content > div{
  padding: 1rem;
}
#footer-divider{
  margin: 0;
}
#footer-extra{
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer-extra > div{
  /*padding: 0 20px 0 20px;*/
  width: 100%;
}
#footer-extra > div .six.wide.mobile{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#footer-extra p {
  padding: 0;
  font-size: 14px;
  opacity: 0.6;
  color: rgba(255, 255, 255, 0.5);
}
.footer #copyright {
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 81.25% !important;
}
.footer #footer-logo {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.syllabus-box p {
  word-break: break-word;
}

.syllabus-box {
  min-height: 200px;
  position: relative;
  padding-bottom: 40px !important;
  /* overflow: hidden; */
}

.syllabus-box .gradient {
  position: absolute;
  bottom: 36px;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(to bottom, transparent, #f4f4f4);
}

.syllabus-box .read-more {
  position: absolute;
  bottom: -2px;
  left: 0;
}

.map_edit {
  height: 550px;
  /* width: 600px; */
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mapouter {
  width: 100%;
}

#topbar {
  margin: 0;
  border-radius: 0;
  border:none;
  background-color: #2185d0;
  z-index: 1003;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}

#topbar .logo {
  width: 140px;
  height: 60px;
}
#topbar .logo img{
width: 100%;
height: 100%;
}

#topbar.follow{
  position: fixed;

}

#topbar .item::before {
  display: none;
}

#topbar .right.menu .item{
  border: none
}

.ui.top.button {
  background-color: white;
  border-radius: 0.285714rem;
  cursor: pointer;
  color: black;
  display: block;
  font-weight: 700;
  margin-left: 0.5rem !important;
  text-decoration: none;
  padding: 1rem ;
}

.ui.top.button.panel {
  padding: 1.5rem;
  font-size: 1.28571429rem !important;
}


/*--------------
    Mobile menu
---------------*/

@media only screen and (max-width: 768px) {
  #topbar .right.menu{
    display: none;
  }
  #responsive_menu_button {
    display: flex;
  }
}

@media only screen and (min-width: 768px) {
  #responsive_menu_button {
    display: none;
  }
}

#page-content [data-component="carousel"] #section-y {
  min-height: 50px;
}
[data-component] {
  user-select: none;
  touch-action: none;
}

#page-content .carousel {
  width: 100%;
  margin: 10px 0;
}

#page-content .carousel-cell {
  max-width: 850px;
  width: 75%;
  min-height: 400px;
  margin: 0 40px;
  background-color: #f5f7fd;
  border-radius: 10px;
  padding: 20px 10px;
  text-align: center;
}

#page-content .carousel .flickity-viewport {
  overflow: unset;
}

#page-content .flickity-page-dots .dot {
  border: solid 1px #023168;
  background-color: #fff;
}

#page-content .flickity-page-dots .dot.is-selected {
  border: solid 1px #00dcb3;
  background-color: #00dcb3;
}

.header_breadcrumb a {
  color: #ffffff !important;
  text-align: justify;
}

.extra-mini {
  width: 20px !important;
  height: auto !important;
}

/* sketch component */

.vc-sketch {
  width: inherit !important;

  border-radius: none !important;
  box-shadow: none !important;
}
.vc-sketch-presets-color {
  width: 24px !important;
  height: 24px !important;
}
.vc-sketch-presets {
  overflow-y: scroll;
  max-height: 180px;
  min-height: 34px;
}
#vc-plus {
  width: 24px !important;
  height: 24px !important;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin: 0 10px 10px 0;
  vertical-align: top;
  cursor: pointer;
  width: 16px;
  height: 16px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
}
#plusIcon {
  position: absolute;
  width: 14px !important;
  height: 14px !important;
  top: 5px;
  left: 5px;
  color: #353c45;
}

.nav_item {
  align-self: center;
  background: 0 0;
  box-shadow: none;
  border: none;
  border-radius: 0.28571429rem;
  display: flex;
  font-weight: bold;
  flex: 0 0 auto;
  line-height: 1;
  margin: 0 0.35714286em;
  padding: 0.78571429em 0.92857143em;
  position: relative;
  transition: color 0.1s ease;
  text-decoration: none;
  text-transform: none;
}

/* .ui.button.button {
  border: 0.14em solid transparent;
  border-radius: 0.2em;
} */
.link.nav_item {
  border: 0.14em solid transparent;
}
.ui.fullscreen.scrolling.modal.imageM {
  width: 95% !important;
  left: unset !important;
  margin: 1em auto !important;
}

#form-content > div[id^="form-item"] {
  background-color: white;
  border-radius: 0.28571429rem;
  padding: 1rem;
  width: 100%;
  min-height: 50px;
  position: relative;
}
#form-content > div[id^="form-item"]:hover {
  box-shadow: 0 0 0 1px #66b9f8;
}
#form-content > div[id^="form-item"] > .options {
  border: none;
  width: fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  right: 0;
}
#form-content > div[id^="form-item"] > .options > * {
  border: none;
}
#form-content > div[id^="form-item"] > .options > *:hover {
  background-color: #f0f0f0 !important;
}

#form-content > div[id^="form-item"] > .input_label {
  display: none;
}
#form-content > div[id^="form-item"] > .config_div {
  display: none;
}

.ui.big.form,
.ui.big.form .field .dropdown,
.ui.big.form .field .dropdown .menu > .item {
  font-size: unset;
}
p[data-class] {
  line-height: unset;
}
#list-content > div > * {
  transition: 0.3s;
}

.features {
  margin-top: 50px;
  margin-bottom: 50px;
}

.guide-line {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1000;
}

.guide-line.static {
  background: rgba(0,0,0,0.13);
  display: none;
}
.debug .guide.static {
  display: block;
}
.guide-line.x {
  height: 100%;
  border-left: 1px solid #5a00fc;
}
.guide-line.y {
  border-top: 1px solid #5a00fc;
  width: 100%;
}
.guide-line.y:after{
  content: attr(data-value) ;
  position: absolute;
  top: 3px;
  left: 50%;
  color: #5a00fc;
  font-size: 16px;
  font-weight: bold;
  transform: translate(-50%,0);
}
.guide-line.x:after{
  content: attr(data-value) ;
  position: absolute;
  top: 50%;
  left: 3px;
  color: #5a00fc;
  font-size: 16px;
  font-weight: bold;
  transform: translate(0, -50%);
}

.to-drop {
  outline: 4px dashed white;
}

.to-drop::before {
  content: "Adicionar à caixa";
  display: block;
  position: absolute;
  top: -20px !important;
  left: 50%;
  font-size: 12px;
  padding: 0 0.5rem;
  z-index: 100 !important;
  transform: translateX(-50%);
}

.to-drop::before {
  background-color: white;
  color: black;
}

.to-leave {
  outline: 4px dashed red;
}

.to-leave::before {
  content: "Remover da caixa";
  display: block;
  position: absolute;
  top: -20px !important;
  left: 50%;
  font-size: 12px;
  padding: 0 0.5rem;
  z-index: 100 !important;
  transform: translateX(-50%);
}

.to-leave::before {
  background-color: red;
  color: black;
}


.isSelected::before, .isHovered::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--active-color) !important;
  z-index: 1 !important;
  pointer-events: none;
  box-sizing: border-box;
}


@keyframes append-animate {
  from {
    height: 0;
  }
  to {
    height: 350px;
  }
}

/* animate new box */
.new-box {
  animation: append-animate 0.2s ease-in-out;
}

#bg-divs {
  top: 80px;
  height: 100%;
  width: 100%;
  position: absolute;
}

.ui.button.new_section_button {
  width: 150px;
  height: fit-content;
  position: absolute;
  z-index: 10000;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  display: none;
  line-height: normal !important;
  background-color: var(--active-color);
  /*color:black;*/
}
.button_bottom {
  top: 100% !important;
}


[data-component="accordion"] {
  height: fit-content !important;
  word-break: break-all;
}

.map_edit {
  height: 300px;
  width: 600px;
}

#map,
.map_edit iframe {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.editor-item img {
  height: 35px !important;
  width: 35px !important;
}




.limited_text{
  max-width: 1127px;
  width: 100%;
  word-break: break-all;
  z-index: 0;
}

.header_breadcrumb {
  background-image: linear-gradient(to right, #2F3D50, #2185d0);
}

.header_breadcrumb {
  margin-top: 0;
}
.header_breadcrumb {
  padding-bottom: 20px;
  padding-top: 20px;
  z-index: 1;
}

#sticky{
  position: absolute;
  width: 260px;
  min-height: 200px;
  margin-top: 1rem;
  z-index: 1;
}

.input_div label{
  display: block;
  min-height: 17px;
}

.raised.segment.segment.editor {
  display: flex;
  justify-content: space-around;
  align-items: center;

}

.raised.segment.segment.editor .cb {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10%;
}


.raised.segment.segment.editor .name {
  width: 40%;
  height: 100%;
  display: inline-block;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.raised.segment.segment.editor .status {
  width: 10%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.raised.segment.segment.editor .actions {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.new_section_div{
  z-index: 1003;
}

.template_actions{
  position: absolute;
  top: 86%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  display: flex;
  justify-content: center;

}

.resize-rect{
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: var(--active-color);
  border:2px solid white;
  z-index: 1000;
}
.resize-top{
  top:var(--resize-outside-value);
  left: 50%;
  transform: translate(-50%,0);
}.resize-top-left{
  top:var(--resize-outside-value);
  left:var(--resize-outside-value);
}.resize-top-right{
  top:var(--resize-outside-value);
  right:var(--resize-outside-value);
}
.resize-left{
 top:50%;
 left:var(--resize-outside-value);
 transform: translate(0,-50%);
}
.resize-right{
  top:50%;
  right:var(--resize-outside-value);
  transform: translate(0,-50%);
}
.resize-bottom{
  bottom:var(--resize-outside-value);
  left: 50%;
  transform: translate(-50%,0);
}.resize-bottom-left{
  bottom:var(--resize-outside-value);
  left: var(--resize-outside-value);
}.resize-bottom-right{
  bottom:var(--resize-outside-value);
  right:var(--resize-outside-value);
}
 .resize-holder{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
 }

.panel_item .title{
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.panel_item .flex_item {
   display: flex;
   justify-content: space-between;
   align-items: center;
 }
.panel_item .flex_item.wrap{
  flex-wrap: wrap;
}


.panel_item  .flex_item > .ui.slider{
  padding-left: 1rem;
  padding-right: 1rem;
}

.panel_item  .flex_item > i:last-child {
  padding-left: 1rem ;
  padding-right: 1rem;
  display: block;
  cursor:pointer;
}

.panel_item .grid_item{
  display: grid;
  grid-gap: 5px;
}
.panel_item .grid_child{
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0,0,0,.04);
  cursor:pointer;
  padding: 1rem;
}
.panel_item .grid_child:hover{
  border: 1px solid var(--active-color);
}

.panel_item .grid_item.two.columns{
  grid-template-columns: 1fr 1fr;
}

.panel_item .ui.action.input{
  width: calc(100% - 20px);
  padding-left: 0.7rem;
  padding-right: 1.5rem;
}
.dropdown_item_panel{
  padding-right: 1.5rem !important;
}

.icon.flex_icon, .icons.flex_icon{
  margin-right: 1rem !important;
}
i.icon.custom_corner.custom_corner{
  font-size: 13px;
  padding-left: 15px;
}

.panel_item .ui.action.input .ui.button{
  width: 20px;
  height: 20px;
  padding:0;
  border:none;
  border-radius: unset;
}

.panel_item .ui.action.input .ui.button:focus {
  background-color: #e0e1e2;
}

.panel_item .ui.action.input .ui.button:first-child{
  border-top-right-radius: 0.28571429rem;
}

.panel_item .ui.action.input .ui.button:last-child{
  border-bottom-right-radius: 0.28571429rem;
}


.panel_item .color_picker_holder{
  position: absolute;
  top: 28px;
  z-index: 10000;
  box-shadow: 0 6px 17px rgba(31,59,82,.2),0 0 1px rgba(31,59,82,.35);
  background-color: white;
  width: 250px;
  padding: 0 !important;
  left: 0;
}
.panel_item .color_picker_holder:focus {
  border:unset;
  outline: unset;
}

.panel_item .hidden{
  display: none !important;
}

.panel_item .mt{
  margin-top: 1rem;
}

.panel_item .mb{
    margin-bottom: 1rem;
}
.panel_item .mb-2{
  margin-bottom: 2rem;
}
.panel_item .mb-3{
  margin-bottom: 3rem;
}


.panel_item .np.np.np{
    padding-left: 0;
    padding-right: 0;
}
.panel_item .item_content_placeholder{
  cursor: pointer;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(31,59,82,.2),0 0 1px rgba(31,59,82,.2);
  box-shadow: 0 1px 3px rgba(31,59,82,.2),0 0 1px rgba(31,59,82,.2);
  background-color: white;
  height: 28px;
  width: 34px;
}

.ui.toggle.checkbox label{
  padding-left: 49px;
}