.addevent {
   background: #EFEFEF;
   padding: 5px 30px;
   position: relative;
   -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.text {
    border-radius: 4px;
    font-size: 20px;
    background-color: #ffffff;
    border: solid 1px rgba(0,0,0,0.1);
    color: #9b9797;
    padding: 10px 15px;
    width: 100%;
    line-height: 135%;
    position: relative;
}
:global(.react-datepicker__input-container:after){
    font-family: 'Sprinta2017' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\E96F";
    position: absolute;
    font-size: 19px;
    top: 16px;
    right: 19px;
    color: rgb(255, 85, 0);
}

.text {
    font-weight: 100;
}

.text:focus {
    box-shadow: 0 0 10px 0 rgba(33, 25, 21, 0.05);
    border: solid 1px #e5e5e5;
}

.text.transparent {
    border:1px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
    background-color: transparent;
}
.text.transparent:focus {
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.3);
}
::-webkit-input-placeholder {
    opacity: 0.5;
}
::-moz-placeholder {
    opacity: 0.5;
}
:-ms-input-placeholder {
    opacity: 0.5;
}
:-moz-placeholder {
    opacity: 0.5;
}

.addevent > div > div {
   text-align: right;
}

.addevent:after {
   content:'';
   position: absolute;
   top: -10px;
   right: 75px;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 0 10px 10px 10px;
   border-color: transparent transparent #EFEFEF transparent;
}

.addeventCategory:after {
    right: 70px;
}

.criarWrap{
    background: white;
    margin-top: 40px;
    border-radius: 4px;
    padding: 40px 0;
    position: relative;
}
.criarWrap h1{
    text-align: center;
    font-weight: 100;
    font-size: 30px;
    margin:0px;
}
.criarWrap p{
    text-align: center;
    font-size: 14px;
    margin-bottom:30px;
}
.addevent i {
   padding:10px;
   background: #FF5400;
   border-radius: 50%;
   cursor: pointer;
}
.criar{
    padding:0 60px;
}
.criar h1{
   text-align: center;
   font-weight: 100;
   font-size: 30px;
   margin:0px;
}
.criar >p{
   text-align: center;
   font-size: 14px;
   margin-bottom:30px;
}
.eventitem >div>div:last-of-type{
    text-align: right!important;
}
.eventitem p{
    margin:0;
    text-align: left;
}
.eventitem h3{
    margin:0;
    font-size: 16px;
    color: #393937;
    font-weight: 900;
}
.eventitem{
    padding:15px;
    background: white;
    border-radius: 4px;
    margin:10px 0;
    text-align: left;
}
.type{
    background:#F9F9F9;
    padding:30px;
    padding-top: 40px;
    padding-bottom: 20px;
    border-radius:4px;
}
.type button:disabled{
    background: #EE4459459!important;
    color:white!important;
}
.type h3{
    font-size: 20px;
    font-weight: 100;
    margin:6px 0 0 0;
}
.event{
    /* padding: 30px; */
    /* background: #f9f9f9; */
    margin-bottom:30px;
    border-radius:4px;
}
.event .title{
    font-family: 'Open Sans';
    font-size: 40px;
    color: #2b2b29;
    text-align: left;
    margin:0;
    font-weight: 100 !important;
    border: none;
    background: transparent;
    width: 100%;
    resize: none;
    overflow: hidden;
    font-weight: normal;
    height: 55px;
    margin-bottom: 30px;
}

.title::-webkit-input-placeholder {
    opacity: 0.5;
}
.title::-moz-placeholder {
    opacity: 0.5;
}
.title:-ms-input-placeholder {
    opacity: 0.5;
}
.title:-moz-placeholder {
    opacity: 0.5;
}



.event >p{
    font-size: 14px;
    text-align: center;
}
.event>p >i{
    margin-right:5px;
}
.event input.date{
    font-size: 14px;
    font-weight: 100;
    text-align:left;
    border: none;
    background: transparent;
}
.eventdayhour{
    border:1px solid #efefef;
    padding:20px;
    border-radius: 4px;
    text-align: center;
}
.event>div{
    float: initial!important;
}

.boxProgress {
    padding: 0 60px;
}

@media (max-width: 800px) {
    .criar,
    .type,
    .addevent,
    .boxProgress {
        padding-left: 15px;
        padding-right: 15px;
    }
}
