* {
    font-family: Arial;
    font-size: 15px;
    color: #000000;
}
body {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
input,
select {
    font-size: 15px;
    background-color: #FFFFFF;
}
input::placeholder,
textarea::placeholder {
    color: #AAAAAA;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}
::-webkit-scrollbar-track {
    background-color: #F1F1F1;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
	outline-style: none;
}
a {
    text-decoration: none;
}
button {
    width: 100%;
    border: 0;
}
.cursor {
    cursor: pointer;
}
.uppercase {
    text-transform: uppercase;
}
.responsive,
#area_pix,
#eyes_open,
#arrow_up,
#extract,
#classs,
#received_info,
#show_password_accept,
#show_password_accept_confirm,
#show_password_transitions,
#show_password_transitions_confirm,
#class_description_area,
#p2p_description_area,
#boleto_qrcode,
#tributo_qrcode,
#boleto_barcode,
#tributo_barcode,
#key_area,
#qrcode_area,
#barcode_area,
#area_qrcode,
#waiting,
.print-start {
    display: none;
}

#cnpj_class,
#phone_class,
#email_class,
#key_class,
#bank_slip_main,
#bank_slip_consumer,
#bank_slip_button {
    display: none;
}

.payment {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: #000000;
}
.payment-img {
    margin-bottom: 40px;
    text-align: center;
}
.payment-img img {
    width: 80px;
}
.payment-title {
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}


#loading {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 99999;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

#loading img {
    width: 100px;
}


#alert_area {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: -150px;
    left: 0;
    z-index: 99999999;
    width: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
    transition: all ease 0.3s;
}
#alert {
    color: #FFFFFF;
    text-align: center;
}
.alert_delete {
    position: fixed;
    top: -150px;
    left: 0;
    z-index: 9999999;
    width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #FF6600;
    transition: all ease 0.3s;
}

.alert_buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}
.alert_buttons_item {
    color: #FFFFFF;
    margin-top: 10px;
    margin-left: 25px;
    margin-right: 25px;
    cursor: pointer;
    transition: all ease 0.3s;
}
.alert_buttons_item:hover {
    opacity: 0.7;
}
.alert {
    color: #FFFFFF;
}


.modal {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    height: 100vh;
    width: 100vw;
    max-width: 500px;
    background-color: #F5F5F5;
    overflow: auto;
}
.modal2 {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    height: 100vh;
    width: 100vw;
    max-width: 500px;
    margin-left: -20px;
    background-color: #F5F5F5;
    overflow: auto;
}
.modal3,
.modal4 {
    position: fixed;
    z-index: 999;
    top: 0;
    height: 100vh;
    width: 100vw;
    max-width: 500px;
    background-color: #F5F5F5;
    overflow: auto;
}
.modal4 {
    background-color: #FFFFFF;
}
.modal4-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.modal4-logo img {
    width: 170px;
    margin-bottom: 25px;
}
.modal-area {
    padding: 10px;
}


.login-body {
	background-color: #F5F5F5;
}
.login-area {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
	width: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -150px;
	background-color: #FFFFFF;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.login-area-auth {
	display: block;
	text-align: center;
	padding: 15px;
}
.login-img {
    margin-top: 10px;
	margin-bottom: 20px;
}
.login-img img {
	width: 250px;
}
.login-area-auth input {
    height: 38px;
	width: 100%;
	font-size: 15px;
	padding: 8px;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	color: #000000;
	text-align: center;
	margin-bottom: 10px;
    transition: all ease 0.3s;
}
.login-area-auth input:focus {
	border: 1px solid #000000;
}
.login-area-auth button {
	width: 100%;
	padding: 8px;
	border-radius: 5px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	border: 0;
    cursor: pointer;
    background-color: #000000;
	transition: all ease 0.3s;
}
.login-area-auth button:hover {
	opacity: 0.7;
}
.login-reset-password {
	font-size: 13px;
	text-align: center;
	margin-top: 30px;
	cursor: pointer;
	transition: all ease 0.3s;
}
.login-reset-password:hover {
	opacity: 0.7;
}
.login-message {
	font-size: 14px;
	text-align: center;
}


.main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    max-width: 500px;
    margin: 0 auto;
    overflow: hidden;
}

.area {
    height: 100%;
    width: 100%;
    background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    position: relative;
}

.header {
    height: 8%;
}
.content {
    height: 86%;
    padding: 10px;
    overflow-y: auto;
}
.content2 {
    height: 86%;
    padding: 10px;
    overflow-y: auto;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    height: 8%;
    width: 100%;
    max-width: 500px;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
}

.box {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.box-qrcode {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.box-qrcode-title {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    transition: all ease 0.3s;
}
.box-qrcode-title:hover {
    opacity: 0.7;
}
.box-margin {
    margin-bottom: 50px;
}
.box-margin2 {
    margin-bottom: 25px;
}
.box-action {
    border-radius: 5px;
}
.box-action select,
.box-action input,
.box-action textarea {
    width: 100%;
    font-size: 16px;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    transition: all ease 0.3s;
}
.box-action select {
    font-size: 18px;
    height: 55px;
}
.box-action textarea {
    font-size: 18px;
    height: 72px;
}

.week-area {
    display: flex;
    align-items: center;
    justify-content: center;
}
.week-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 120px;
    margin: 5px;
    border-radius: 5px;
    background-color: #F2CC21;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: all ease 0.3s;
}
.week-item:hover {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
}
.week-item-day {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
.week-item-qt {
    font-size: 14px;
    text-align: center;
    margin-top: 3px;
}
.week-area-days {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.week-days {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-align: center;
    width: 100%;
    height: 40px;
    margin: 5px;
    border-radius: 5px;
    background-color: #F2CC21;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: all ease 0.3s;
}
.week-days:hover {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
}
.week-margin-left {
    margin-left: 0;
}
.week-margin-right {
    margin-right: 0;
}

.box-action select:focus,
.box-action input:focus,
.box-action textarea:focus {
    border: 1px solid #000000;
}

.button {
    color: #FFFFFF;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    background-color: #000000;
    cursor: pointer;
    transition: all ease 0.3s;
}
.button:hover {
    opacity: 0.7;
}
.button-fixed,
.button-fixed2 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #000000;
    cursor: pointer;
    transition: all ease 0.3s;
}
.button:hover {
    opacity: 0.7;
}
.button-fixed2 {
    font-size: 18px;
}
.button-margin {
    margin-top: 20px;
}
.waiting {
    color: #FFFFFF;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    background-color: #24AAE3;
}

.header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    width: 100%;
}
.header-logo img {
    width: 120px;
}

.select {
    margin-top: 10px;
}
.select select {
    padding: 10px;
    background-color: #FFFFFF;
}

.send {
    display: flex;
    align-items: center;
}
.send-info {
    flex: 5;
    width: 100%;
}
.send-input input {
    width: 100%;
    font-size: 30px;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    transition: all ease 0.3s;
}
.send-input input:focus {
    border: 1px solid #000000;
}
.send-data {
    font-size: 16px;
    word-wrap: break-word;
    padding: 10px;
}
.send-icon {
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 12px;
    background-color: #28A745;
}
.send-icon i {
    font-size: 12px;
    color: #FFFFFF;
}

.classs-title {
    font-size: 16px;
    margin-bottom: 3px;
}
.classs-value {
    font-size: 22px;
    font-weight: bold;
}
.classs-value2 {
    display: none;
    font-size: 22px;
    font-weight: bold;
}
.classs-last {
    margin-top: 10px;
}
.class,
.class2 {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
    cursor: pointer;
}
.class2 {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border: 0;
}
.class-icon img {
    width: 25px;
    margin-right: 15px;
}
.class-icon2 img {
    width: 45px;
    margin-right: 15px;
}
.class-icon-margin {
    margin-right: -10px;
}
.class-type {
    flex: 1;
}
.class-teacher {
    font-size: 13px;
    color: #AAAAAA;
    margin-top: 3px;
}
.class-status {
    font-size: 13px;
    color: #FF6600;
}
.class-name i {
    flex: 1;
    font-size: 13px;
    font-style: normal;
}
.class-name2 {
    font-size: 16px;
    font-weight: bold;
}
.class-value {
    flex: 1;
    font-weight: bold;
    text-align: right;
}
.class-value-code {
    flex: 1;
    font-weight: bold;
    word-break: break-all;
}
.class-value2 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.class-value3 {
    font-size: 13px;
    color: #AAAAAA;
    margin-top: 3px;
}
.class-empty {
    font-size: 16px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
.class-clean-filter {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}

.menus {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 100%;
    width: 100%;
    cursor: pointer;
    transition: all ease 0.3s;
}
.menu-item:hover {
    background-color: #F2CC21;
}
.menu-item img {
    width: 38px;
}

.title {
    display: flex;
    align-items: center;
    padding: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
}
.title-text {
    flex: 5;
    font-size: 20px;
    font-weight: bold;
}
.title-icon {
    flex: 1;
    text-align: right;
}
.title-icon img {
    width: 25px;
    cursor: pointer;
    transition: all ease 0.3s;
}
.title-icon img:hover {
    opacity: 0.7;
}

.profile {
    display: flex;
    align-items: center;
    padding: 5px;
    cursor: pointer;
}
.profile-area {
    margin-bottom: 10px;
    padding-bottom: 12px;
    border-bottom: 2px dashed #DDDDDD;
}
.profile-title,
.profile-title2,
.profile-title3 {
    font-size: 14px;
    font-weight: normal;
    color: #AAAAAA;
    margin-bottom: 2px;
}
.profile-title2 {
    margin-bottom: 4px;
}
.profile-title3 {
    margin-top: 4px;
}
.profile-bold {
    font-weight: bold;
    word-break: break-all;
}
.profile-small {
    font-size: 14px;
    font-weight: normal;
    color: #AAAAAA;
    margin-top: 2px;
}
.profile-icon {
    margin-right: 15px;
}
.profile-icon img {
    width: 20px;
}
.profile-options {
    flex: 5;
    font-weight: bold;
}
.profile-accept {
    flex: 1;
    text-align: right;
    cursor: pointer;
    transition: all ease 0.3s;
}
.profile-accept:hover {
    opacity: 0.7;
}
.profile-accept img {
    width: 8px;
}

.password {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.password-info {
    margin-top: 20px;
    margin-bottom: 22px;
}
.password-accept {
    width: 100%;
    margin-right: 10px;
}
.password-accept input {
    width: 100%;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    background-color: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    transition: all ease 0.3s;
}
.password-accept input:focus {
    border: 1px solid #000000;
}
.password-transitions {
    display: flex;
    align-items: center;
    width: 100%;
}
.password-transitions input {
    width: 100%;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    margin-right: 10px;
    background-color: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    transition: all ease 0.3s;
}
.password-transitions input:focus {
    border: 1px solid #000000;
}
.password-icon {
    cursor: pointer;
    transition: all ease 0.3s;
}
.password-icon:hover {
    opacity: 0.7;
}
.password-icon img {
    width: 30px;
}

.box-reports-filter {
    text-align: center;
    padding: 5px;
}
.box-reports-title {
    margin-bottom: 3px;
}
.box-reports-title2,
.box-reports-title3,
.box-reports-title4 {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 18px;
    border-bottom: 2px dashed #DDDDDD;
}
.box-reports-title3 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border: 0;
}
.box-reports-title4 {
    font-weight: bold;
}
.box-reports-value {
    font-size: 22px;
    font-weight: bold;
}
.box-reports-date {
    font-size: 14px;
    color: #AAAAAA;
    margin-top: 4px;
}
.box-reports-info,
.box-reports-info2,
.box-reports-info3 {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.dashed-top {
    padding-top: 10px;
    border-top: 2px dashed #DDDDDD;
}
.dashed-bottom {
    padding-bottom: 10px;
    border-bottom: 2px dashed #DDDDDD;
}
.box-reports-info2 {
    padding-top: 15px;
    padding-bottom: 5px;
    cursor: pointer;
}
.box-reports-info3 {
    margin-top: -10px;
    margin-bottom: 0px;
    padding-top: -5px;
    cursor: pointer;
    border: 0;
}
.box-reports-info-bottom,
.box-reports-info-bottom2,
.box-reports-info-bottom3 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px dashed #DDDDDD;
}
.box-reports-info-bottom2 {
    padding-bottom: 15px;
}
.box-reports-info-icon {
    margin-right: 15px;
}
.box-reports-info-icon img {
    width: 22px;
}
.icon-margin {
    margin-right: 5px;
}
.box-reports-info-icon2,
.box-reports-info-bottom3,
.box-reports-info-bottom4 {
    text-align: right;
}
.box-center {
    font-weight: bold;
    text-align: center;
    background-color:#F2CC21;
}
.box-modality {
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.box-reports-info-icon2 img {
    width: 6px;
    margin-left: 15px;
}
.box-reports-info-icon3 img {
    width: 20px;
    margin-left: 15px;
}
.box-reports-info-icon4 img {
    width: 22px;
    margin-left: 15px;
}
.box-reports-info-title {
    width: 100%;
    flex: 1;
}
.box-reports-info-title2 {
    width: 100%;
    flex: 1;
    font-size: 14x;
    text-align: center;
    font-style: italic;
}
.box-reports-info-value {
    width: 100%;
    flex: 1;
    text-align: right;
    font-weight: bold;
}
.box-reports-info-value2 {
    color: #24AAE3;
    font-weight: normal;
    margin-top: 3px;
}
.box-reports-info-status {
    font-size: 13px;
    text-align: center;
}

.box-fees {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 2px dashed #DDDDDD;
}
.box-fees-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px dashed #DDDDDD;
}
.box-fees-title-installments {
    flex: 1;
}
.box-fees-title-value1 {
    flex: 1;
    text-align: center;
}
.box-fees-title-value2 {
    flex: 1;
    text-align: center;
}
.box-fees-title-value3 {
    flex: 1;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}
.box-fees-title-value1 img,
.box-fees-title-value2 img,
.box-fees-title-value3 img  {
    width: 23px;
}
.box-fees-installments {
    flex: 1;
    font-size: 14px;
}
.box-fees-installments2 {
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 14px;
}
.box-fees-value {
    flex: 1;
    font-size: 13px;
    font-weight: bold;
    text-align: right;
}

.filter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.filter-title {
    font-size: 14px;
    margin-bottom: 3px;
    margin-left: 2px;
}
.filter-start {
    width: 100%;
    margin-right: 5px;
}
.filter-center {
    width: 100%;
}
.filter-end {
    width: 100%;
    margin-left: 5px;
}
.filter-start input,
.filter-center input,
.filter-end input,
.filter-start select,
.filter-center select,
.filter-end select {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    transition: all ease 0.3s;
}
.filter-start input:focus,
.filter-center input:focus,
.filter-end input:focus,
.filter-center select:focus,
.filter-start select:focus,
.filter-end select:focus {
    border: 1px solid #000000;
}

.filter-start select,
.filter-center select {
    height: 40px;
}
.bank-slip {
    display: grid;
    grid-template-columns: 49% 49%;
    column-gap: 2%;
    align-items: center;
    width: 100%;
}
.bank-slip input {
    width: 100%;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    background-color: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    transition: all ease 0.3s;
}
.bank-slipinput:focus {
    border: 1px solid #000000;
}


.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.pagination-item {
    display: flex;
	justify-content: center;
	align-items: center;
    height: 30px;
    width: 30px;
    border-radius: 5px;
    background-color: #FFFFFF;
}
.pagination-link {
    display: flex;
	justify-content: center;
	align-items: center;
    height: 30px;
    width: 30px;
    border-radius: 5px;
    background-color: #FFFFFF;
}

.color-black {
    color: #000000;
}
.color-blue {
    color: #24AAE3;
}
.color-green {
    color: #28A745;
}
.color-orange {
    color: #FF6600;
}
.color-red {
    color: #DC3545;
}

.bg-black {
    background-color:#000000;
}
.bg-blue {
    background-color:#24AAE3;
}
.bg-green {
    background-color:#28A745;
}
.bg-orange {
    background-color: #FF6600;
}
.bg-red {
    background-color: #DC3545;
}


@media screen and (max-width: 990px) {

    .responsive {
        display: block;
    }
    ::-webkit-scrollbar {
        height: 0px;
        width: 0px;
    }
    .area {
        border: 0px;
    }
    .menu {
        border-top: 1px solid #DDDDDD;
        box-shadow: 2px -2px 4px rgba(0, 0, 0, 0.1);
    }    

}