body {
    font-family: "DM Sans", sans-serif !important;
    background-color: #EEF1F7;
    color: #202020;
    letter-spacing: 0.15px;
    line-height: 22px;
}


.rounded-xg {
    border-radius: 1rem !important;
}


.botaoprincipal {
    background: linear-gradient(to right, #8EBFFF, #C392F9);
    color: #FFF;
    width: 100%;
    border-radius: 0.25rem !important;
    border: none;
    font-weight: 600;
    padding: 0.2em .4rem !important;
    font-size: 22px;
    letter-spacing: .75px;
}
.botaoprincipal:hover {
    background: linear-gradient(to right, #C392F9, #8EBFFF);
    color: #FFF !important;
}

.botaoprincipal2 {
    background: none !important;
    background-color: #FFF !important;
    color: #493591 !important;
    border: 1px solid #DFD5DB;
}
.botaoprincipal2:hover {
    background-color: #493591 !important;
    color: #FFF !important;
}

a, .textocor {
    color: #7D37B4 !important
}

a:hover, a:visited {
    text-decoration: underline;
}

.link, .link:visited {
    color: #8F9BB2 !important
}

.link:hover {
    text-decoration: none;
    color: #070707 !important
}

.link2, .link2:visited {
    color: #202020 !important
}

.link2:hover {
    text-decoration: none;
    color: #8F9BB2 !important
}

h1 {
    font-size: 34px !important;
    font-weight: 600 !important;
    color: #493591;
    line-height: 40px;
    margin-bottom: 20px;
}

h2 {
    font-size: 30px !important;
    font-weight: 600 !important;
    color: #5D9FFF;
    line-height: 38px;
}

h3 {
    font-size: 22px;
    color: #070707;
    font-weight: 500;
    margin-bottom: 5px;
}

h4 {
    font-size: 18px;
    color: #070707;
    font-weight: 500;
    margin-bottom: 5px;
}

h5 {
    font-size: 14px;
    color: #070707;
    font-weight: 500;
    margin-bottom: 5px;
    border-top: 1px solid rgba(0,0,0,.1);
    padding-top: 5px;
    width: 100%;
}

.meuinput {
    color: #000 !important;
    padding: 1.25rem .75rem !important;
    border-radius: 0.5rem !important;
    border-color: #DFD5DB !important;
}
.meuinput::placeholder {
    color: #9D9D9D !important;
    opacity: 1 !important;
}

.meulabel {
    text-align: left;
    color: #15326E;
    font-size: 12px;
    width: 100%;
    padding-left: 5px;
}


strong, b {
    font-weight: 600;
}
b {
    font-weight: 800;
}
i {
    font-style: italic;
}
u {
    text-decoration: underline;
}
mark{
    background: #fff59d !important;
    padding: 0 2px;
}

small {
    font-size: 12px;
    color: #9D9D9D;
}

.hrcomtexto {
  margin-top: 0.75rem;    
  margin-bottom: 0;
}


#menu a {
    color: #202020 !important;
    padding: 0 0 0 40px; 
    font-size: 14px;
}


.fotoperfil {
    background-size: cover;
    background-position: top center;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    display: inline-block;
}

.corsimples {
    color: #8F9BB2;
}

.palavra-destaque {
    border-radius: 15px;
    background-color: #E9EEFA;
    color: #111;
    padding: 5px 10px;
    display: inline-block;
    margin: 5px 3px;
    font-size: 14px;
}

#menulateral a {
    color: #8F9BB2 !important;
    padding: 0 0 10px 0; 
    font-size: 12px;
    display: block;
}
#menulateral a svg {
    margin-right: 20px;
}

.bg_sharing {
    background: linear-gradient(to right, #393687, #7A38B3) !important; 
}
.bg_aluno {
    background: linear-gradient(to right, #CBA634, #997D28) !important; 
    height: 100px;
}
.bg_empresa {
    background: linear-gradient(to right, #00468C, #003366) !important; 
    height: 100px;
}
.bg_professor {
    background: linear-gradient(to right, #00661A, #004211) !important; 
    height: 100px;
}
.bg_embaixador {
    background: linear-gradient(to right, #333, #000) !important; 
    height: 100px;
}

.input-group > .meuinput {
    border-left: none;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background-color: #F2F5FF !important;
    border-color: #F2F5FF !important;
    font-size: 12px;
}

.input-group-text {
    border-radius: 0.5rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    background-color: #F2F5FF !important;
    border-right: none;
    cursor: pointer;
    color: #8F9BB2 !important;
    border-color: #F2F5FF !important;
    font-size: 0.8em;
    padding-right: 3%;
}

.busca > .meuinput {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    padding: 1.2rem .2rem 1.2rem .2rem !important;
}
.busca > .input-group-text {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
}


#extras_usuario {
    display: none; 
    background-color: #F2F5FF; 
    z-index:999; 
    position: absolute; 
    width: 200px; 
    padding: 10px 20px 10px 0; 
    right: 14px; 
    top:60px;
}

#extras_usuario a {
    margin: 5px 0;
    display: inline-block;
}

.video-container{
    position: relative;
    width: 100%;
    zzzpadding-bottom: 56.25%; /* 16:9 */
}

.video-container iframe{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border-radius: 1.0rem !important;
}

.video-container img{
    width:100%;
    height:100%;
    border-radius: 1.0rem !important;
}


.tag {
  background-color: #493591;
  border-radius: 5px;
  padding: 4px 8px;
}

.tag2 {
  background-color: rgba(255,255,255,0.2);
  border-radius: 5px;
  padding: 4px 8px;
}

.bootstrap-tagsinput {
    width: 100%;
    padding: 8px !important;
    border-radius: 0.5rem !important;   
    line-height: 24px !important;  
    border: 1px solid #DFD5DB !important;
    box-shadow: none !important;
}


.botaoplus {
    border-color: #15326E !important; 
    color: #15326E !important;    
}
.botaoplus:hover {
    background-color: #493591;
    color: #FFF !important;    
}


.botaopluswhite {
    border-color: #FFF !important; 
    color: #FFF !important;    
}
.botaopluswhite:hover {
    background-color: #493591;
}

#div_assuntos .bootstrap-tagsinput input {
    border-left: none;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background-color: #FFF !important;
    border-color: #FFF !important;
    font-size: 13px;    
    width: auto;
}

#div_assuntos .bootstrap-tagsinput .tag {
  background-color: #493591;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 13px !important;
}


.pell-actionbar {
    border-top:1px solid #ddd;
    border-bottom:none !important;
    margin-top: 10px;
}

#editor {
  padding: 0.25rem .5rem !important;
}


@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}



#emojiPicker {
    display: none;
    position: absolute;
    left: 5%;
    width: 340px;
    max-height: 200px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    z-index: 999;
}

.emoji-item {
    cursor: pointer;
    font-size: 20px;
    padding: 5px;
    display: inline-block;
}

.emoji-item:hover {
    background: #eee;
    border-radius: 5px;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #493591 !important;
    color: #FFF;
    font-size: 13px;
}
.select2-container--default .select2-selection--multiple {
    color: #000 !important;
    padding: 0.25rem .15rem !important;
    border-radius: 0.5rem !important;
    border-color: #DFD5DB !important;
    font-size: 14px;
}