:root{
    /* --primary: #fb5604; */
    /* --primary: var(--primary); */
    --primary: rgb(131, 58, 180);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    color: #000;
    background: #f2f5ff;
    background-image: url(../imagens/background-header.svg);
    background-repeat: no-repeat;
    background-position: top;
}

body,button,input,textarea {
    font: 600 18px
}

body {
    -webkit-font-smoothing: antialiased!important
}

body,button,input,select,textarea {
    font: 600 12px Montserrat, sans-serif !important
}

a {
    text-decoration: none
}

ul {
    list-style: none
}

button {
    cursor: pointer
}

input {
    border-radius: 6px;
    background-color: transparent;
    font-size: 18px!important;
    padding: 20px!important;
    height: 51px;
    font-size: 12px!important;
    color: #101633!important;
    font-weight: 600!important;
    border: 0 solid;
    transition: border .2s ease 0s
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #121214 inset;
    -webkit-text-fill-color: #fff!important;
    -webkit-animation-delay: 1s;
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both
}

textarea {
    color: #fff;
    border: 2px solid #121214;
    transition: border .2s ease 0s
}

input:focus,textarea:focus {
    outline: none;
    border: 0 solid
}

.btn-primary {
    width: 100%;
    background: rgb(43 59 133)!important;
    border-radius: 5px;
    height: 41px;
    color: #fff;
    transition: all .2s ease 0s,color .2s ease 0s;
    border: none
}

.btn,.btn-primary {
    font-weight: 700!important;
    font-size: 12px
}

.btn-primary:hover {
    background: rgb(23 40 119)!important
}

select {
    height: 60px;
    background: rgb(196 196 196);
    border-radius: 5px;
    padding: 20px;
    margin: 3px 0;
    font-size: 12px
}

.modal-content {
    border-radius: 20px
}

.modalslide .modal-content {
    transform: translateY(5%);
    background: 0 0!important
}

.login{
    max-width: 550px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100vh;
}

.logo{
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.logo img{
    width: 300px;
    margin-top: -30px;
    margin-bottom: 40px;
}

.form-login{
    background: rgb(255, 255, 255);
    width: 80%;
    margin: 40px auto;
    box-shadow: rgba(71, 100, 230, 0.18) 0px 10px 20px, rgba(71, 100, 230, 0.12) 0px 2px 6px, rgba(0, 0, 0, 0.04) 0px 0px 1px;
    padding: 20px 30px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}

.form-input{
    border: 2px solid var(--primary);
    height: 55px;
    border-radius: 8px;
    margin: 10px 0px;
}

.form-input label{
    position: absolute;
    margin-top: -10px;
    margin-left: 10px;
    background: rgb(255, 255, 255);
    padding: 0px 4px;
    font-weight: 500;
    color: var(--primary);
}

input{
    background-color: transparent;
    font-size: 18px!important;
    padding: 20px!important;
    height: 51px;
    font-size: 12px!important;
    color: #101633!important;
    font-weight: 600!important;
    border: 0 solid;
    transition: border .2s ease 0s;
}

.botao-login{
    width: 100%;
    box-shadow: rgba(71, 100, 230, 0.18) 0px 10px 20px, rgba(71, 100, 230, 0.12) 0px 2px 6px, rgba(0, 0, 0, 0.04) 0px 0px 1px;
    color: rgb(255, 255, 255);
    height: 55px;
    border-radius: 8px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    margin: 5px 0px;
    border: 0px;
    background: var(--primary);
    transition: filter 0.2s ease 0s;
}

.esqueci-senha{
    font-size: 13px;
    cursor: pointer;
    color: rgb(16, 22, 51) !important;
    margin-top: 20px !important;
    text-align: center;
    margin: 8px 0px;
}

.profile{
    max-width: 550px;
    margin: 0px auto;
    padding: 10px;
}

.topo-perfil{
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0px 0px 20px;
    position: relative;
}

.topo-esquerdo{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.topo-esquerdo img{
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.topo-esquerdo button{
    margin-left: 8px;
    border: 0px;
    background: transparent;
}

.topo-esquerdo button p{
    font-size: 14px;
    color: rgb(255, 255, 255);
}

.topo-esquerdo svg{
    color: rgb(255, 255, 255);
    font-size: 18px;
}


.topo-direito{

}

.topo-direito .info{
    color: rgb(255, 255, 255);
    margin-top: 5px;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.topo-direito .info p{
    font-size: 13px;
    margin-right: 5px;
}


.topo-direito .info svg{
    font-size: 16px;
}

.informacoes{
    color: rgb(255, 255, 255);
}

.informacoes .nome{
    font-size: 14px;
    font-weight: bold;
}

.informacoes .descricao{
    font-size: 13px;
    font-weight: 500;
    margin-top: 5px;
}

.informacoes button{
    border: 0px;
    background: transparent;
    color: rgb(255, 255, 255);
    margin-top: 15px;
    font-size: 17px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}

.fotos{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 20px 0px 80px;
}

.fotos button{
    border: none;
    outline: none;
    width: 31%;
    cursor: pointer;
    margin-right: 8px;
    background: transparent;
}

.fotos button img{
    width: 100%;
    margin: 5px 0px;
    border-radius: 8px;
}

.fotos button video {
    width: 100%;
    margin: 5px 0px;
    border-radius: 8px;
}

.barra-inferior{
    background: var(--primary);
    position: fixed;
    right: 0px;
    left: 0px;
    margin-right: auto;
    margin-left: auto;
    max-width: 550px;
    height: 70px;
    bottom: 0px;
    border-radius: 8px 8px 0px 0px;
    margin-top: 50px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 15px;
}

.barra-inferior button{
    background: transparent;
    border: 0px;
}

.historico{
    margin-bottom: 90px;
}

.quantidade-seguidores{
    text-align: center;
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
}

.quantidade-seguidores p {
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
}

.quantidade-seguidores p span{
    font-weight: 700;
    font-size: 20px;
}

.topo-tabela{
    background: rgb(255, 255, 255);
    display: flex;
    border-radius: 8px;
    box-shadow: rgba(71, 100, 230, 0.18) 0px 10px 20px, rgba(71, 100, 230, 0.12) 0px 2px 6px, rgba(0, 0, 0, 0.04) 0px 0px 1px;
    padding: 7px;
    color: rgb(16, 22, 51);
    font-size: 14px;
    font-weight: 600;
}

.topo-tabela .data{
    width: 12%;
}

.topo-tabela .servico{
    width: 55%;
}

.topo-tabela .quantidade{
    width: 12%;
}

.topo-tabela .status{
    width: 25%;
}

.linha-tabela{
    background: rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: rgba(71, 100, 230, 0.18) 0px 10px 20px, rgba(71, 100, 230, 0.12) 0px 2px 6px, rgba(0, 0, 0, 0.04) 0px 0px 1px;
    padding: 7px;
    color: rgb(16, 22, 51);
    font-size: 11px;
    font-weight: 600;
    margin: 10px 0px;
    display: flex;
}

.linha-tabela .data{
    width: 12%;
}

.linha-tabela .servico{
    width: 55%;
}

.linha-tabela .quantidade{
    width: 12%;
}

.linha-tabela .status{
    width: 25%;
}

.linha-tabela .status-completo{
    font-size: 10px;
    color: rgb(255, 255, 255);
    padding: 2px 4px;
    width: 83px;
    border-radius: 14px;
    text-align: center;
    background: rgb(49, 162, 4);
}

.fim-tabela{
    margin-top: 15px;
}

.fim-tabela p{
    color: rgb(142, 142, 144);
    font-size: 12px;
    text-align: center;
}

.titulo-dados-conta{
    color: rgb(255, 255, 255);
    font-size: 14px;
    margin: 10px 0px 8px 15px;
}

.dados-conta{
    background: rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: rgba(71, 100, 230, 0.18) 0px 10px 20px, rgba(71, 100, 230, 0.12) 0px 2px 6px, rgba(0, 0, 0, 0.04) 0px 0px 1px;
    padding: 10px 15px;
    margin-bottom: 10px;
    position: relative;
}

.dados-conta p{
    color: rgb(16, 22, 51);
    font-size: 13px;
    margin: 4px 0px;
}

.form-senha{
    background: rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: rgba(71, 100, 230, 0.18) 0px 10px 20px, rgba(71, 100, 230, 0.12) 0px 2px 6px, rgba(0, 0, 0, 0.04) 0px 0px 1px;
    padding: 10px 15px;
    margin-bottom: 10px;
    position: relative;
}

.form-senha button{
    width: 100%;
    box-shadow: rgba(71, 100, 230, 0.18) 0px 10px 20px, rgba(71, 100, 230, 0.12) 0px 2px 6px, rgba(0, 0, 0, 0.04) 0px 0px 1px;
    color: rgb(255, 255, 255);
    height: 55px;
    border-radius: 8px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    margin: 5px 0px;
    border: 0px;
    background: var(--primary);
    transition: filter 0.2s ease 0s;
}

.form-senha-input{
    border: 2px solid var(--primary);
    height: 55px;
    border-radius: 8px;
    margin: 10px 0px;
}

.form-senha-input input{
    border-radius: 6px;
    background-color: transparent;
    font-size: 18px!important;
    padding: 20px!important;
    height: 51px;
    font-size: 12px!important;
    color: #101633!important;
    font-weight: 600!important;
    border: 0 solid;
    transition: border .2s ease 0s;
}

.form-senha-input label{
    position: absolute;
    margin-top: -10px;
    margin-left: 10px;
    background: rgb(255, 255, 255);
    padding: 0px 4px;
    font-weight: 500;
    color: var(--primary);
}

.div-planos-ativos{
    background: rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: rgba(71, 100, 230, 0.18) 0px 10px 20px, rgba(71, 100, 230, 0.12) 0px 2px 6px, rgba(0, 0, 0, 0.04) 0px 0px 1px;
    padding: 10px 15px;
    margin-bottom: 10px;
    position: relative;
}

.bola-verde{
    height: 12px;
    width: 12px;
    border-radius: 20px;
    position: absolute;
    right: 15px;
    background: rgb(126, 245, 78);
    animation-name: active;
    animation-duration: 1.8s;
    animation-timing-function: ease-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}

.div-planos-ativos p{
    color: rgb(16, 22, 51);
    font-size: 13px;
    margin: 4px 0px;
}

.div-planos-ativos hr{
    height: 1px;
    background: rgb(236, 236, 236);
    border: none;
    margin: 8px 0px;
}

.div-planos-ativos .cancelar{
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.div-planos-ativos .cancelar button{
    background: rgb(255, 255, 255);
    border: none;
    margin-left: 10px;
    padding: 3px 4px;
    border-radius: 3px;
    cursor: pointer;
}

.div-planos-ativos .cancelar button p{
    color: rgb(251, 36, 36);
    font-size: 12px;
}

.div-planos-ativos .cancelar button p svg{
    font-size: 14px;
    margin-bottom: -2px;
    margin-right: 2px;
    color: rgb(251, 36, 36);
}

.menu-perfil{
    background: rgb(255, 255, 255);
    position: absolute;
    z-index: 9;
    width: 170px;
    top: 60px;
    left: 35px;
    padding: 10px 0px;
    border-radius: 8px;
    box-shadow: rgba(71, 100, 230, 0.18) 0px 10px 20px, rgba(71, 100, 230, 0.12) 0px 2px 6px, rgba(0, 0, 0, 0.04) 0px 0px 1px;
}

.menu-perfil button{
    padding: 5px 8px;
    cursor: pointer;
    border: none;
    background: transparent;
    width: 100%;
    text-align: start;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.menu-perfil button h1{
    font-size: 14px;
    color: rgb(16, 22, 51);
}

.modal .background{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 500;
}

.modal > .caixa{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 700;
    width: inherit;
    outline: 0px;
}

.modal > .caixa > .titulo{
    background-color: var(--primary);
    width: 350px;
    height: 40px;
    border-radius: 8px 8px 0px 0px;
    color: rgb(255, 255, 255);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.modal > .caixa > .titulo > p{
    font-size: 15px;
}

.modal > .caixa > .botoes{
    background: rgb(255, 255, 255);
    width: 350px;
    border-radius: 0px 0px 8px 8px;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.modal > .caixa > .botoes > div > h2{
    margin: 0px 0px 8px;
    text-align: center;
    color: rgb(16, 22, 51);
    font-size: 12px;
}

.modal > .caixa > .botoes > div > p{
    margin-bottom: 10px;
    text-align: center;
    font-size: 12px;
    color: rgb(201, 3, 3);
}

.modal > .caixa > .botoes > div > button{
    margin-bottom: 10px;
    width: 100%;
    box-shadow: rgba(71, 100, 230, 0.18) 0px 10px 20px, rgba(71, 100, 230, 0.12) 0px 2px 6px, rgba(0, 0, 0, 0.04) 0px 0px 1px;
    color: rgb(255, 255, 255);
    height: 55px;
    border-radius: 8px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    margin: 5px 0px;
    border: 0px;
    background: var(--primary);
    transition: filter 0.2s ease 0s;
}

.modal > .caixa > .botoes > button{
    margin-bottom: 10px;
    width: 100%;
    box-shadow: rgba(71, 100, 230, 0.18) 0px 10px 20px, rgba(71, 100, 230, 0.12) 0px 2px 6px, rgba(0, 0, 0, 0.04) 0px 0px 1px;
    height: 55px;
    border-radius: 8px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    margin: 5px 0px;
    background-color: transparent;
    border: 2px solid var(--primary);
    color: var(--primary);
    transition: filter 0.2s ease 0s;
}

.modal > .caixa > .botoes > div > .input{
    border: 2px solid var(--primary);
    height: 55px;
    border-radius: 8px;
    margin: 10px 0px;
}

.modal > .caixa > .botoes > div > .input > label{
    position: absolute;
    margin-top: -10px;
    margin-left: 10px;
    background: rgb(255, 255, 255);
    padding: 0px 4px;
    font-weight: 500;
    color: var(--primary);
}

.modal > .caixa > .botoes > div > .input > input{
    width: 100%;
}
