



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/


.whatsapp-link {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp-icon {
    width: 35px;
}

@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/poppins/Poppins-Medium.ttf');
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/poppins/Poppins-Bold.ttf');
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url('../fonts/poppins/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: Montserrat-Bold;
    src: url('../fonts/montserrat/Montserrat-Bold.ttf');
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url('../fonts/montserrat/Montserrat-SemiBold.ttf');
}

@font-face {
    font-family: Montserrat-Regular;
    src: url('../fonts/montserrat/Montserrat-Regular.ttf');
}


/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/
:root {
    --bg-default: #F4F7FF;
    --default-color: #2253A0;
    --card-color-primary: #6F72EE;
    --c-border: #FAEE38;
    --text: #BCBCBC;
    --text-primary: #707070;
    --c-primary: #E6D817;
    --c-line: #EEE7EC;
    --c-success: #1CCD8D;
    --c-success-dark: #159969;
    /*COR CUSTOMIZÁVEL: */
    --custom: #2253A0;
    --custom-secundary: #b7dfe9; /* <--- cor customizavel padrão*/
    /* --custom: #04254b; --custom-secundary: #b7dfe9;  <--- sugestão de cor para o novembro azul*/
    /* --custom: #04254b; --custom-secundary: #b7dfe9; /*<--- sugestão de cor para o outubro rosa*/
    /* --custom: #FFEB3B;  --custom-secundary: #f7e865; <--- sugestão de cor para o setembro amarelo*/
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    position: relative;
    font-family: 'Poppins', sans-serif;
    background-color: var(--bg-default);
}

body::-webkit-scrollbar {
    width: 10px;
    border-radius: 1rem;
}

body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

body::-webkit-scrollbar-thumb {
    background: rgb(206, 204, 204);
    border-radius: 1rem;
}

body::-webkit-scrollbar-thumb:hover {
    background: #707070;
}

button, a {
    cursor: pointer;
}

/*---------------------------------------------*/
/*a {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
  color: #6675df;
}*/

/*---------------------------------------------*/
/*h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

    textarea:focus, input:focus {
        border-color: transparent !important;
    }

        input:focus::-webkit-input-placeholder {
            color: transparent;
        }

        input:focus:-moz-placeholder {
            color: transparent;
        }

        input:focus::-moz-placeholder {
            color: transparent;
        }

        input:focus:-ms-input-placeholder {
            color: transparent;
        }

        textarea:focus::-webkit-input-placeholder {
            color: transparent;
        }

        textarea:focus:-moz-placeholder {
            color: transparent;
        }

        textarea:focus::-moz-placeholder {
            color: transparent;
        }

        textarea:focus:-ms-input-placeholder {
            color: transparent;
        }

input::-webkit-input-placeholder {
    color: #999999;
}

input:-moz-placeholder {
    color: #999999;
}

input::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder {
    color: #999999;
}

textarea::-webkit-input-placeholder {
    color: #999999;
}

textarea:-moz-placeholder {
    color: #999999;
}

textarea::-moz-placeholder {
    color: #999999;
}

textarea:-ms-input-placeholder {
    color: #999999;
}


label {
    display: block;
    margin: 0;
}

/*---------------------------------------------*/
/*button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}*/

/*//////////////////////////////////////////////////////////////////
[ utility ]*/

/*==================================================================
[ Text ]*/
/*.txt1 {
  font-family: Montserrat-Regular;
  font-size: 13px;
  line-height: 1.4;
  color: #555555;
}

.txt2 {
  font-family: Montserrat-Regular;
  font-size: 13px;
  line-height: 1.4;
  color: #999999;
}*/


/*==================================================================
[ Size ]*/
/*.size1 {
  width: 355px;
  max-width: 100%;
}

.size2 {
  width: calc(100% - 43px);
}*/

/*==================================================================
[ Background ]*/
/*.bg1 {background: #3b5998;}
.bg2 {background: #1da1f2;}
.bg3 {background: #cd201f;}*/


/*//////////////////////////////////////////////////////////////////
[ login ]*/
.limiter {
   
}

    .limiter .img-left {
        position: fixed;
        right: 40vw;
        z-index: 9;
    }

    .limiter .img-desenvolver {
        width: 50%;
        text-align: center;
        position: absolute;
        bottom: 2%;
        z-index: 10;
    }

    .limiter .circle {
        background: #57AFE3;
        position: fixed;
        height: 80%;
        width: 75%;
        top: 51%;
        left: 25%;
        filter: blur(71px);
        box-shadow: -171px -80px 116px #57afe3;
        border-radius: 50%;
    }

    .limiter .circle2 {
        background: #57AFE3;
        position: fixed;
        height: 40%;
        width: 30%;
        top: 0%;
        left: -6%;
        filter: blur(190px);
        border-radius: 50%;
    }

    .limiter .text-login {
        top: 35%;
        left: 13%;
        width: 25%;
        color: var(--default-color);
        font-size: 3.2rem;
    }

        .limiter .text-login .white-text {
            color: #FFFFFF;
        }

    .limiter .img-connect {
        position: relative;
        z-index: 999;
        width: 35%;
        top: 20%;
    }

    .limiter .login-form {
        width: 50%;
        margin: 30% auto;
    }

.container-login100 {
    background: var(--custom) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #e3e5f43d;
    opacity: 1;
    height: 100vh;
    width: 50%;
    position: relative;
    left: 50%;
    text-align: center;
}


.wrap-login100 {
    /*width: 100%;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;*/
}


/*==================================================================
[ login more ]*/
/*.login100-more {
  width: calc(100% - 560px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.login100-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.1);
}*/



/*==================================================================
[ Form ]*/

/*.login100-form {
  width: 560px;
  min-height: 100vh;
  display: block;
  background-color: #f7f7f7;
  padding: 173px 55px 55px 55px;
}

.login100-form-title {
  width: 100%;
  display: block;
  font-family: Poppins-Regular;
  font-size: 30px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
}*/



/*------------------------------------------------------------------
[ Input ]*/

.label-left {
    text-align: left;
}

.label-login {
    color: white;
    font-size: 5.5rem;
    font-family: 'Poppins';
}

.label-dot {
    color: #69A4D5;
    font-size: 5.5rem;
    font-weight: bold;
    font-family: 'Poppins';
}

.wrap-input100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    height: 80px;
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    margin-bottom: 10px;
}

.label-input100 {
    /*font-family: Montserrat-Regular;
  font-size: 18px;
  color: #999999;
  line-height: 1.2;

  display: block;
  position: absolute;
  pointer-events: none;
  width: 100%;
  padding-left: 24px;
  left: 0;
  top: 30px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;*/
}

.input100 {
    display: block;
    width: 100%;
    background-color: white;
    border-radius: 10px;
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #555555;
    line-height: 1.2;
    padding: 0 26px;
}

input.input100 {
    height: 100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

/*---------------------------------------------*/

.focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid #6675df;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
    /*visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);*/
}

.eff-focus-selection {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.input100:focus {
    /*height: 48px;*/
}

    .input100:focus + .focus-input100 + .label-input100 {
        /*top: 14px;
  font-size: 13px;*/
    }

/*.has-val {
  height: 48px !important;
}

.has-val + .focus-input100 + .label-input100 {
  top: 14px;
  font-size: 13px;
}*/

/*==================================================================
[ Restyle Checkbox ]*/

/*.input-checkbox100 {
  display: none;
}

.label-checkbox100 {
  font-family: Poppins-Regular;
  font-size: 13px;
  color: #999999;
  line-height: 1.4;

  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}

.label-checkbox100::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  color: transparent;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #6675df;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-checkbox100:checked + .label-checkbox100::before {
  color: #6675df;
}*/


/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 130%;
}

.login100-esqueceu-senha {
    cursor: pointer;
    margin-bottom: 3%;
    display: flex;
    justify-content: flex-end;
    width: 50%;
}

.login100-cadastro-btn {
    justify-content: center;
    margin-top: 3%;
    font-size: 140%;
}

.login100-form-btn {
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 60px !important;
    border-radius: 10px;
    background-color: #52ADE2 !important;
    border-color: transparent;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .login100-form-btn:hover {
        filter: opacity(60%)
    }


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    z-index: 100;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
    pointer-events: none;
    font-family: Poppins-Regular;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    z-index: 110;
    color: #c80000;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}

/*.modal-xlg {
    width: 1500px;
}*/

.modal-xlg {
    width: 95%;
}

@media (min-width: 1920px) {
    .modal-xlg {
        width: 80%;
    }
}


/*==================================================================
[ Social ]*/
/*.login100-form-social-item {
  width: 36px;
  height: 36px;
  font-size: 18px;
  color: #fff;
  border-radius: 50%;}

.login100-form-social-item:hover {
  background: #333333;
  color: #fff;
}*/




/*==================================================================
    

COMMON CSS - FINGER
    

*/

.modal-50percent {
    width: 80%;
}

.card button {
    border: 0px;
}

/*.header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 20px;
    padding-right: 25px;
}*/

    .btn-header {
        border: 0px;
        background: transparent;
        width : 30px;
    }

        .btn-header #btn-text {
            font-size: 30px;
            font-weight: 600;
            font-family: 'Poppins';
        }

.wrapper {
    /*height: 36rem;*/
    display: flex;
    margin-bottom : 15px;
}

.wrapper #atendimento{
    margin-left : 20px;
}

.box .atendimento_container {
    padding: 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 10px #d8dce6;
    border-radius: 10px;
    opacity: 1;
}

.atendimento_container .select-options {
    height: 50px;
    border: 1px solid #69A4D5;
    border-radius: 10px;
    opacity: 1;
    padding-left: 3px;
    font: normal normal normal 14px/24px Poppins;
    letter-spacing: 0px;
    color: #BCBCBC;
    font-size : 14px;
    width : 100%;
    align-items : center;
    display : flex;

}

.select-options a{
    border-bottom : none;
}

.select-options div a {
    border-bottom: none;
}

.select-options label {
    border-bottom: none;
}

.select-box-marca {
    width: 60%;
    height: 50px;
}

.select-box-marca a {
    width : 98%;
    border-bottom : none;
}

.select-box-duracao {
    width: 40%;
    height: 50px;
    margin-left : 16px;
}

    .select-box-duracao a {
        width: 98%;
        border-bottom: none;
    }

.row-selects-box{
    display : flex;
    align-items :center;
}

.documents {
    display: flex;
    align-items: center;
    padding: 16px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #d8dce6;
    border-radius: 10px;
    opacity: 1;
    margin-top: 10px;
}

    .documents .delete {
        margin-left: auto;
        background: transparent url('img/delete-24px.png') 0% 0% no-repeat padding-box;
        opacity: 1;
        width: 16px;
        height: 16px;
        margin-right : 25px;
    }
    .documents .recorrencia {
        margin-left: 90px;
        text-align: left;
        font: normal normal normal 16px/24px Poppins;
        letter-spacing: 0px;
        color: #5C5A5C;
        opacity: 1;
        width: 156px;
        height: 19px;
    }
    .documents .time {
        margin-right: 30px;
        width: 66px;
        height: 19px;
        text-align: left;
        font: normal normal normal 16px/24px Poppins;
        letter-spacing: 0px;
        color: #5C5A5C;
        opacity: 1;
    }
    .documents .icon-box {
        margin-right : 16px;
    }

    .documents .file-name {
        margin-right: 16px;
        width: 156px;
        height: 19px;
        text-align: left;
        font: normal normal normal 16px/24px Poppins;
        letter-spacing: 0px;
        color: #5C5A5C;
        opacity: 1;
    }


.atendimento_container #marca {
    width: 219px;
}

.atendimento_container #duracao {
    margin-left : 32px;
    width: 109px;
}

.atendimento_container #btn-save {
    background: #52ADE2 0% 0% no-repeat padding-box;
    border-radius: 10px;
    height: 50px;
    opacity: 1;
    width: 100%;
    box-shadow: none;
    border: 0px;
    text-align: center;
    font: normal normal normal 16px/24px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.atendimento_container #middle-box {
    margin-top: 16px;
    margin-bottom: 9px;
    width: 100%;
    display: flex;
    align-items: center;
    height: 50px;
    border: 1px solid #69A4D5;
    border-radius: 10px;
    opacity: 1;
}

#middle-box #title {
    font: normal normal normal 16px/24px Poppins;
    letter-spacing: 0px;
    color: #BCBCBC;
    opacity: 1;
    font-size: 20px;
    text-align: center;
    border-radius: 10px 0px 0px 10px;
    opacity: 1;
    height: inherit;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 20px;
    width: 100%;
}

#middle-box #btn-anexar-box {
    background: #52ADE2 0% 0% no-repeat padding-box;
    border-radius: 0px 10px 10px 0px;
    opacity: 1;
    color: white;
    height: inherit;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    width : 70px;
    height: 49px;
}

.file-name-atendimento {
    position: absolute;
    background: white;
    left: -280px;
    height: 35px;
    display: flex;
    align-items: center;
    width: 275px;
    font: normal normal normal 16px/24px Poppins;
    letter-spacing: 0px;
    color: #BCBCBC;
    opacity: 1;
}

.btn-anexar{
    color : white;
    background:transparent!important;
    border: none!important;
}

#btn-anexar-box label{
    border : 0px;
}

.atendimento_container #recorrencia {
    text-align: left;
    font: normal normal normal 16px/24px Poppins;
    letter-spacing: 0px;
    color: #5C5A5C;
    opacity: 1;
    margin-bottom: 10px;
}

.atendimento_container .recorrencia-container{
    display : flex;
    margin-bottom : 20px;
}

.recorrencia-container .recorrencia-item {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.recorrencia-item .description {
    margin-left: 3px;
    margin-right: 10px;
    margin-top: 3px;
}

.wrap-header{
        display: flex;
        align-items: center;
        margin-bottom : 24px;
}

    .wrap-header #plus {
        background: #1CCD8D 0% 0% no-repeat padding-box;
        border-radius: 100px;
        opacity: 1;
        min-width: 34px;
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 25px;
        font-weight: 500;
        margin-left: 10px;
    }


.marca-row {
    display: flex;
    align-items: center;
    height: 90px;
    margin-bottom: 10px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #D8DCE6;
    border-radius: 10px;
    opacity: 1;
    padding-right: 10px;
    padding-left: 10px;
    display: grid;
    grid-template-columns: 1fr 10% 15% 10% 32% 5rem;
    gap: .5rem;
    align-items: center;
}

    .marca-row .btn-arquivo {
        /*    margin-top : auto;*/
        margin-top: 40px;
        margin-left: 10px;
        height: 4.3rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

.btn-arquivo .btn-secondary{
    height: 4rem!important;
}

.btn-arquivo .fileinput-filename {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-arquivo .date {
    visibility: hidden;
}

.marca-row .atendimento-semana {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(7, 5rem);
}

.marca-row .select-marca{
    width : 200px;
}
.select-marca a{
    width : 200px;
}

.marca-row .duration-container{
    margin-right : 5px;
}

.marca-row .select-hora{
    width : 100px;
}

.select-hora a{
    width : 100px;
}

.marca-row .delete-btn{
    position : absolute;
    right : 40px;
}

.documents_container {
    display: grid;
    /*grid-template-columns: 137px 137px 137px;*/
    grid-template-columns: repeat(7, 1fr);
  /*  grid-auto-rows: 136px;*/
    gap: 10px;
    align-items:flex-start;
}

.documents_itens {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 10px #d8dce6;
    border: 1px solid #69A4D5;
    border-radius: 10px;
    opacity: 1;
    min-height: 15rem;
    margin-bottom: 6rem;
}

    .documents_itens .description {
        margin-top: 20px;
        text-align: center;
        font: normal normal normal 14px/24px Poppins;
        letter-spacing: 0px;
        color: #BCBCBC;
        opacity: 1;
    }

    .documents_itens .btn-file {
        background: #52ADE2 0% 0% no-repeat padding-box;
        border-radius: 0px 0px 10px 10px;
        opacity: 1;
        width: 100%;
        justify-self: flex-end;
        margin-top: auto;
        /*        height: 68px;*/
        height: inherit;
        text-align: center;
        font: normal normal bold 16px/24px Poppins;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .documents_itens .btn-box{
        width : 100%;
        height : 65px;
        margin-top : auto;
    }

#atestado_antecedentes{
    margin-top : 10px;
}

.btn-file-atendimento {
    text-align: center;
    font: normal normal bold 16px/24px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    /*opacity: 1;*/
    width: 70px;
    font-size : 14px;
}

.btn-file label {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font: normal normal bold 16px/24px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    height: inherit;
    border : 0px;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.wrapper .box{

}

.file-box {
    position: absolute;
    top: -65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 10px;
    width:100%;
}

.file-box .file-name {
    margin-left: 5px;
    background: #fff;
    width: 100%;
    padding-right: 2rem;
    text-align: center;
}

.wrap-header .title {
    font: normal normal bold 37px/44px Poppins;
    letter-spacing: 0px;
    color: #BCBCBC;
    opacity: 1;
}

.button-common-finger-btn {
    padding: 0 20px;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    background-color: #52ADE2;
    border-color: transparent;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px;
    transition: all 0.4s;
}

    .button-common-finger-btn:hover {
        filter: opacity(60%);
    }

.button-common-finger-btn-card {
    background: -webkit-radial-gradient(circle farthest-corner at top left, ##0193E6 8%, var(--custom-secundary) 93%);
    background: -moz-radial-gradient(circle farthest-corner at top left, ##0193E6 8%, var(--custom-secundary) 93%);
    background: radial-gradient(circle farthest-corner at top left, ##0193E6 8%, var(--custom-secundary) 93%);
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    width: 100%;
    height: 10.875rem;
    justify-content: center;
    align-items: center;
}

    .button-common-finger-btn-card a {
        color: #FFF;
        font-size: 24px;
    }


.button-common-finger-btn-card-2 {
    background: var(--custom) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #E3E5F43D;
    display: flex;
    flex-direction: row;
    border-radius: 10px;
    width: 100%;
    height: 23.875rem;
    cursor: pointer;
    justify-content: center;
}

    .button-common-finger-btn-card-2 img {
        width: 15rem;
        object-fit: contain;
    }

.button-common-finger-btn-text {
    padding: 7rem 0 0 3rem;
    display: flex;
    flex-direction: column;
}


.button-online-finger-btn {
    margin-left: 90px;
    padding: 0 20px;
    width: 200px;
    height: 40px;
    border-radius: 100px;
    background-color: #1CCD8D;
    border-color: transparent;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px;
    transition: all 0.4s;
}

.header-container-finger {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-left: 310px;
    padding-right: 1.5rem;
    align-items: center;
}

.header__user{

}
.header__user ul {
    padding:2rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    margin-bottom: 0;
}

.header__user ul li {
    font-size: 1.5rem;
    font-weight:600;
    color: var(--default-color);
}

.header__user ul li:not(:last-child) {
    margin-right:1.5rem;
}
.sidenav {
    height: 100%;
    width: 280px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(0deg, #b4e0e4 0%, #f4f7ff 87%);
    background: -o-linear-gradient(0deg, #b4e0e4 0%, #f4f7ff 87%);
    background: -moz-linear-gradient(0deg, #b4e0e4 0%, #f4f7ff 87%);
    background: linear-gradient(0deg, #b4e0e4 0%, #f4f7ff 87%);
    border-color: #ebeef7;
    overflow-x: hidden;
    padding-top: 20px;
    transition: all .5s ease-in-out;
    z-index: 10;
}

.activeMenu{
    transform: translateX(0%)!important;
    transition: all .5s ease-in-out;
}

.sidenav::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    border-radius: 1rem;
}

.sidenav::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.sidenav::-webkit-scrollbar-thumb {
    background: rgb(206, 204, 204);
    border-radius: 1rem;
}

.sidenav::-webkit-scrollbar-thumb:hover {
    background: #707070;
}

.text-header-finger > h2 {
    font: bold 37px/60px Poppins;
    letter-spacing: 0px;
    color: #BCBCBC;
    opacity: 1;
    font-size: 30px;
}

.container-finger {
    max-width: -webkit-fill-available !important;
    margin-left: 50rem;
}

.container__custom {
    width: 100%;
}


.form-control-input-finger {
    margin-top: 0.5rem;
    display: block;
    width: 25rem;
    height: 35px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #BCBCBC;
    background-color: #FFFFFF;
    border: 1px solid #69A4D5;
    border-radius: 5px;
}

    .form-control-input-finger:focus {
        border: 2px solid #69A4D5 !important;
    }


.file-input-config {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .file-input-config > img {
        border-radius: 50%;
        width: 10vw;
        height: 10vw;
        border: 1px solid #ececec;
    }

.file-input-config > div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding: 3rem 1.5rem 0 0;*/
}

.file-foto-container{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.c-default{
    color: var(--default-color)!important;
}

.fw-400{
    font-weight:400;
}

.card__full {
    width: 100%;
    border-radius: 10px;
    background-color: var(--card-color-primary);
    background-image: url('/img/3d_marketing.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 50%;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

    .card__full h1 {
        color: #fff;
        font-weight: bold;
        font-size: 7rem;
        margin-top: 4rem;
        margin-left: 4rem;
    }

    .card__full p {
        color: #fff;
        font-size: 2.2rem;
        margin-left: 4rem;
        margin-top: 1rem;
        width: 50%;
    }

    .title {
        font-size: 2.31rem;
        color: var(--text);
        font-weight: 700;
    }

.subtitle {
    font-size: 16px;
    color: var(--text);
}

.d-flex-column-center-end{
    display: flex;
    flex-direction: column;
    align-content:center;
    justify-content: flex-end;
}

.d-flex-start-center {
    display: flex;
    justify-content: flex-start;
    align-content: center;
}

.divisor {
    width: 100%;
    padding: 1rem 0;
    border-bottom: 1.6px solid var(--c-line);
}

.bg__default{
    background: var(--bg-default)!important;
}

.search__wrapper{
    width: 80%;
    position: relative;
}

.search__wrapper input {
    width: 100%;
    height: 50px;
    border-radius: 100px;
    background: #fff;
    color: var(--text-primary);
    padding: 0 2rem;
}

.search__wrapper .search__btn{
    width: 1.5rem;
    height: 1.5rem;
    background: transparent;
    border: none;
    outline: none;
    position: absolute;
    top: 30%;
    right: 1rem;
    transform: translate(-50%, 0)
}

.search__wrapper .search__btn img {
    width: 100%;
}

/*bootstrap*/
.row {
    display: flex;
    flex-wrap: wrap;
}

.card{
    background: #fff;
    border-radius: 10px!important;
    box-shadow: none!important;
}

.card__custom {
    display: flex;
    flex-direction: column;
    background: #bb4620;
    border-radius: 10px;
    min-height: 32.875rem;
}

.btn {
    padding: 10px 15px !important;
    min-height: 4rem;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
    text-transform: none;
}

.col {
    flex: 1 0 0;
}

.px-md-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.mt-3{
    margin-top: 1.5rem;
}

.mb-3{}

.mt-5 {
    margin-top: 3rem;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.p-0{
    padding: 0 !important;
}

h-100{
    height:100%!important
}

.chosen-container-single .chosen-single {
    border-bottom: none !important;
}

.chosen-container-single .chosen-default {
    color: var(--text-primary) !important;
    font-weight: 600 !important;
}


.d-flex{
    display: flex;
}
.align-items-center {
    align-items: center;
}

.align-items-start {
    align-items: start;
}

.align-items-end {
    align-items: end;
}

.align-items-center{
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-between{
    justify-content: space-between;
}

.btn-primary {
    color: #fff;
    background-color: var(--c-primary) !important;
    border-color: #0d8aee;
    font-weight: 600;
}

.btn-secondary {
    background: var(--bg-default) !important;
    border: 1.6px solid var(--c-border) !important;
    border-radius: 5px !important;
    color: var(--text-primary) !important;
    font-weight: 600;
}

.btn.btn-primary-horeca {
    background-color: #182637;
    border: 2px solid #182637;
    color: #FFF;
    font-weight: bold;
}
.btn.btn-primary-horeca:hover {
    filter: brightness(1.2);
}

.btn.btn-secondary-horeca {
    background-color: #FFF;
    border: 2px solid #182637;
    color: #182637;
    font-weight: bold;
}
.btn.btn-secondary-horeca:hover {
    filter: brightness(1.2);
}

.btn.btn-tertiary-horeca {
    background-color: #FFF;
    box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);
    color: #182637;
    font-weight: bold;
}
.btn.btn-tertiary-horeca:hover {
    filter: brightness(1.2);
}

.font-weight-bold {
    font-weight: 600;
}

.page-view {
    width: 100%;
    padding: 2rem 2rem 2rem 300px;
}

.table__custom--header{
    display: flex;
}

.chosen-container-multi .chosen-choices {
    border-bottom: none !important;
    padding: 2px 6px;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    font-size: 10px;
    text-transform: uppercase!important;
    font-family: 'Poppins', sans-serif;
    color: var(--text-primary) !important;
    font-weight: 600 !important;
}

.card__custom .title,
.card__custom label,
.card__custom p {
    color: #fff !important;
}

.bg__transparent{
    background-color: transparent;
}

.btn__action {
    width: 100%;
    height: 64px;
    border-top: 1px solid var(--c-primary);
    border-radius: 0 0 10px 10px;
}

.btn__action a {
    width: 100%;
    height: 50%;
    background: var(--c-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn__action button {
    width: 100%;
    height: 50%;
    background:transparent;
    border: none;
    outline: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-primary)!important;
}

.btn__add {
    background: var(--c-success);
    border-radius: 10px;
    height: 50px;
    opacity: 1;
    box-shadow: none;
    border: 0px;
    text-align: center;
    font: normal normal normal 16px/24px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 0 2rem;
}

.btn__collapse span {
    color: var(--c-success);
    line-height: 1;
    btn-save font-size: 14px;
    opacity: 0;
    transition: all .5s ease-in-out;
    text-align: center;
}

.btn__collapse:hover  span {
    opacity: 1;
    transition: all .5s ease-in-out;
}

.btn__collapse input {
    display: none;
}

.cursor-pointer{
    cursor: pointer;
}

.br-10{
    border-radius: 10px!important;
}

.h-50{
    height: 50px !important;
}

.b-custom{
    border: 1px solid var(--c-primary)!important;
}

.btn-view{
    background: transparent;
    border: 1px solid var(--c-primary);
    width: 58px;
    height: 58px;
    border-radius: 10px;
}

.btn-view img{
    width: 4rem;
}

.dashboard__scroll{
    max-width: 100%;
    overflow: auto;
}

.dashboard__scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 1rem;
}

.dashboard__scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.dashboard__scroll::-webkit-scrollbar-thumb {
    background: rgb(206, 204, 204);
    border-radius: 1rem;
}

.dashboard__scroll::-webkit-scrollbar-thumb:hover {
    background: #707070;
}

.border__custom {
    border: 1px solid var(--c-primary)!important;
}

.btn__menu{
    background: none;
    border: none;
    outline: none;
    display: none;
}

@media (min-width: 1200px) {
    #sidebar {
        transform: translate3d(0, 0, 0) !important;
        opacity: 1 !important;
    }
}

.header__mobile{
    width: 60%;
    display: none;
    position:absolute;
    top: 1.5rem;
    left:1.5rem;
    z-index: 100;
}

.copyright {
    display: flex;
    align-content: center;
    margin-left: 45vw;
}

.copyright p {
    font-size: 14px;
    color: #BCBCBC;
}

.logo{
    display: none;
}

.w-custom-90{
    width: 90px!important;
}

.wrapper__documents {
    min-height: 27rem;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 1200px){
    .header-container-finger {
        padding-left: 1rem;
        padding-right: 1rem;
        flex-direction: column;
        align-items: flex-end;
    }
    .header__mobile{
        display:flex;
    }

    .wrapper{
        min-height: 30rem;
    }
}


   

    @media (max-width: 1024px) {
        .header-container-finger {
            padding-left: 3rem;
            padding-right: 3rem;
            flex-direction: column;
            align-items: flex-end;
        }

        .row {
            width: 100%;
            margin-right: 0 !important;
            margin-left: 0 !important;
        }

        .sidenav {
            transform: translateX(-100%);
            width: 270px;
        }

        .btn__menu {
            display: block;
        }

        .header-container-finger {
            padding-left: 1rem;
            padding-right: 1rem;
            flex-direction: column;
        }

        /*  .header__mobile{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 1rem 1rem 0 0;
    }*/

        .header__user ul {
            padding: 0 1rem 0 3rem;
        }

        .page-view {
            padding: 1rem;
        }

        .modal-50percent {
            width: 95%;
        }

        .wrap-header .title {
            font: normal normal bold 25px/44px Poppins;
        }

        .documents_container {
            grid-template-columns: repeat(3, 1fr);
        }

        .documents_itens .description {
            font-size: 10px;
            line-height: 1;
        }

        .marca-row {
            height: auto;
            grid-template-columns: 100%;
            padding: 2rem 1rem;
        }

            .marca-row .atendimento-semana {
                grid-template-columns: repeat(4, 25%);
            }

                .marca-row .atendimento-semana label {
                    margin-bottom: 1rem;
                }

        .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
            margin-left: 0;
        }

        .marca-row .delete-btn {
            width: 100%;
            position: unset;
        }

            .marca-row .delete-btn .btn {
                width: 100% !important;
            }

        .marca-row .btn-arquivo {
            margin-left: 0;
        }

        .file-input-config > div {
            flex-direction: column;
        }

        .file-input-config {
            margin-bottom: 2rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }


            .file-input-config > img {
                width: 20vw;
                height: 20vw;
            }

        .fileinput .close {
            top: 37%;
        }

        .card__full h1 {
            font-size: 3rem;
            margin-left: 0;
            margin-top: 2rem;
            padding: 0 2rem;
        }

        .marca-row .btn-arquivo {
            margin-top: .7rem !important;
        }

        .file-box {
            top: -55px;
        }

        .card__full p {
            font-size: 1.2rem;
            margin-left: 0;
            padding: 0 2rem;
            width: 60%;
        }

        .copyright {
            width: 100%;
            margin-left: 0;
            padding: 0 1rem;
        }

            .copyright p {
                text-align: center;
            }

        .button-common-finger-btn-card a {
            padding: 5% 0;
        }

        .block-header {
            width: 100%;
            flex-wrap: wrap;
            padding-left: 0;
            padding-right: 0;
        }

            .block-header > h2 {
                font: bold 16px Poppins;
                letter-spacing: 0px;
                color: #BCBCBC;
                opacity: 1;
                font-size: 20px;
                line-height: 1.2;
            }

        .title {
            font-size: 2rem;
            line-height: 1.2;
            margin-bottom: 2rem;
        }

        .subtitle {
            line-height: 1.1;
        }

        .block-header span {
            margin-left: 0 !important;
        }

        .card__custom {
            padding-bottom: 2rem;
        }

        .text-header-finger > h2 {
            font-size: 20px;
            line-height: 1;
            margin-bottom: 2rem;
        }

        .modal-footer {
            flex-wrap: wrap;
        }

        .sweet-alert .btn {
            min-width: 15rem;
        }

        .croppie-container .cr-boundary {
            width: 100% !important;
            height: 60vh !important;
        }

        .limiter {
            width: 100%;
        }

        .container-login100 {
            background: var(--default-color) 0% 0% no-repeat padding-box;
            width: 100%;
            left: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding-top: 2rem;
            overflow: auto;
        }

        .limiter .img-connect {
            position: relative;
            z-index: 999;
            width: 60%;
            top: 5%;
        }

        .limiter-right {
            display: none;
        }

        .limiter .login-form {
            width: 60%;
            margin: 10% auto;
        }

        .label-login {
            font-size: 2rem;
        }

        .wrap-input100 {
            height: 60px;
        }

        .container-login100-form-btn {
            margin-top: 2rem;
        }

            .container-login100-form-btn div {
                width: 100% !important;
                margin-bottom: 1rem;
            }

                .container-login100-form-btn div p {
                    margin-bottom: 0;
                }

            .container-login100-form-btn a {
                text-align: center;
                width: 100%;
            }

        .limiter .logo {
            width: 100%;
            margin-top: 1rem;
            display: block;
        }

        .logo img {
            width: 40%;
        }

        .modal-dialog.modal-xlg {
            width: 90% !important;
        }

        .px-md-0 {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        .px-md-15 {
            padding-left: 15px !important;
            padding-right: 15px !important;
        }

        .text-header-finger {
            flex-wrap: wrap;
            margin-bottom: 2rem;
        }

            .text-header-finger .col-md-3 {
                padding-left: 0 !important;
                padding-right: 0 !important;
            }

        .w-custom-90 {
            width: 100% !important;
        }

        .tr-mobile {
            display: flex;
            flex-direction: column;
        }

            .tr-mobile td {
                width: 100% !important;
            }
    }

    /*@media (max-width: 992px) {
  .login100-form {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50%;
  }

  .login100-more {
    width: 50%;
  }
}*/

    @media (max-width: 800px) {
    }

    @media (max-width: 768px) {
        .header-container-finger {
            padding-left: 1rem;
            padding-right: 1rem;
        }

        .col-md-1,
        .col-md-2,
        .col-md-3,
        .col-md-4,
        .col-md-5,
        .col-md-6,
        .col-md-7,
        .col-md-8,
        .col-md-9,
        .col-md-10,
        .col-md-11,
        .col-md-12,
        .col {
            flex: 0 0 auto;
            width: 100%;
        }

        .card__full {
            margin-left: 0;
            margin-right: 0;
        }

        .pr-md-0 {
            padding-right: 0 !important;
        }

        .pl-md-0 {
            padding-left: 0 !important;
        }

        .px-md-0, .px-md-3 {
            padding-right: 0 !important;
            padding-left: 0 !important;
        }

        .button-common-finger-btn-card-2 {
            justify-content: space-around;
            margin-bottom: 2rem;
            height: 15rem;
        }

            .button-common-finger-btn-card-2 img {
                width: 100px;
            }

        .button-common-finger-btn-text {
            padding: 3rem 0 0 3rem;
        }

        .mb-md-custom {
            margin-bottom: 2rem !important;
        }

        .mb-md-3 {
            margin-bottom: 1rem !important;
        }

        .col-sm-1,
        .col-sm-2,
        .col-sm-3,
        .col-sm-4,
        .col-sm-5,
        .col-sm-6,
        .col-sm-7,
        .col-sm-8,
        .col-sm-9,
        .col-sm-10,
        .col-sm-11,
        .col-sm-12 {
            flex: 0 0 auto;
            width: 100%;
        }
    }

    /*@media (max-width: 576px) {
  .login100-form {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50%;
  }
}*/

    @media (max-width: 600px) {
        .limiter .login-form {
            width: 80%;
            margin: 10% auto;
        }

        .logo img {
            width: 60%;
        }

        .file-input-config > img {
            width: 40vw;
            height: 40vw;
        }

        .wrap-header {
            flex-wrap: wrap;
        }

        .btn__add {
            margin-left: 0 !important;
            width: 95%;
        }

      /*  .documents_container {
            grid-auto-rows: 110px;
        }*/

        .fc-day-grid-event .fc-content {
            margin-top: 1rem;
            width: 3rem;
        }

        #calendar .fc-day-header {
            width: 14vw;
        }

        .modal-dialog.modal-xlg {
            width: 93% !important;
        }
    }


    /*
@media (max-width: 500px) {
    .container-login100 {
        min-height: 100vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        padding-top: 80%;
        padding-left: 5%;
        background: url(../images/homeConnect.png);
        background-size: cover;
    }
        @media (max-width: 450px){
    .container-login100 {
        min-height: 100vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        padding-top: 70%;
        padding-left: 5%;
        background: url(../images/homeConnect.png);
        background-size: cover;
    }
}

}*/

    @media (max-width: 319px) {
        .sidenav {
            width: 250px;
        }
    }

    @media (min-width: 1025px) {
        .limiter .img-left {
            position: fixed;
            right: 34vw;
            width: 50%;
            z-index: 9;
        }

        .foguetelogo {
            top: 5vh;
        }
    }