@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&family=Open+Sans:wght@400;500;600;700;800&family=Poppins:ital,wght@0,400;0,500;0,700;1,400&display=swap');

body {
    font-family: 'Open Sans', sans-serif!important;
}
h2 {
	font-size: 30px;
}
h5 {
	font-size: 16px;
}
p {
	font-family: 'Open Sans', sans-serif!important;
	color: #000;
}
.hide {
	display: none;
}
.align-right {
	text-align: right;
}
.text-red {
	color: #f44336!important;
}
.text-green {
	color: #01973d!important;
}
.bold {
	font-weight: bold!important;
}
.btn-success {
	background-color: #93c161;
    border-color: #93c161;
}
.btn-success:hover {
	background-color: #75a146;
    border-color: #75a146;
}
.btn-primary, .btn-secondary {
    font-weight: 600;
}
.btn-secondary {
	color: #000;
	background-color: #ececec;
    border-color: #ececec;
}
.btn-secondary:hover {
	color: #000;
	background-color: #d4d4d4;
    border-color: #d4d4d4;
}
.btn-success:active, .btn-success:focus {
	background-color: #93c161;
    border-color: #93c161;
    color: #fff;
    outline: none!important;
    box-shadow: none!important;
}
.btn-info:active, .btn-info:focus {
	background-color: #2b86cc;
    border-color: #2b86cc;
    color: #fff;
    outline: none!important;
    box-shadow: none!important;
}
.btn-danger:active, .btn-danger:focus {
	background-color: #dc3545;
    border-color: #dc3545;
    outline: none!important;
    box-shadow: none!important;
}
#btnPrintBillet {
    margin-right: 20px;
}
#btnOpenBillet {
    margin-right: 15px;
}
#btnPrintBillet:active, 
#btnOpenBillet:active, 
#btnPrintBillet:focus, 
#btnOpenBillet:focus {
	background-color: #ececec;
    border-color: #ececec;
    color: #000;
    outline: none!important;
    box-shadow: none!important;
}
.radio-select {
	text-decoration: none;
	color: #4f4f4f;
}
.radio-select:hover {
	color: #000;
}
.blue-link {
	color: blue!important;
}
.modal-lg {
	max-width: 100%;
	padding-right: 0!important;
}
.modal-lg .modal-dialog {
	max-width: 700px;
}
#orderClosedModal .modal-dialog,
#confirmPaymentModal .modal-dialog {
	max-width: 800px;
}
button.swal2-confirm {
	background: #3085d6;
}
button.swal2-cancel {
	background: #a2a1a1;
}
/*nav-bar*/
.nav-container {
	display: flex;
    align-items: center;
    padding: 15px 0 10px;
}
.nav-logo-container {
	margin-left: 13%;
}
.nav-button-register {
	margin-right: 6%;
}
#nav-logo-admin {
	margin-left: 0;
}
.nav-bar-admin {
	text-align: left;
}
.button-admin a {
	margin-left: 45%;
}
#chat-admin {
	margin-right: 0;
}
/*menu mobile*/
.nav-mobile {
  	background:#999999;
  	position:fixed;
  	top:0;
  	right:0;
  	width:40%;
  	height:100vh;
  	transition: transform0.7s, opacity1s;
  	transform: translateX(100%);
  	opacity:0;
}
.nav-mobile.show {
  	transform: translateX(0%);
  	opacity:1;
}
.list {
  	display: flex;
  	flex-direction: column;
  	justify-content:center;
  	align-items:center;
  	height: inherit;
}
.hamburger {
  	position:relative;
  	margin-left:auto;
  	width:45px;
  	height:35px;
  	z-index:1;
}
.hamburger span {
  	position:absolute;
  	left:0;
  	background:#ffffff;
  	width: inherit;
  	height:5px;
  	transition: transform0.5s, opacity0.5s;
}
.top-line {
  	top:0px;
}
.center-line {
  	top:15px;
}
.bottom-line {
  	bottom:0px;
}
.top-line.active {
  	transform: translateY(15px) rotate(45deg);
}
.center-line.active {
  	opacity:0;
}
.bottom-line.active {
  	transform: translateY(-15px) rotate(-45deg);
}
/*sidebar*/
.client-sidebar {
	width: 22%;
	margin-top: 12px;
}
.mobile-sidebar, .sidebar-bottom {
	display: none;
}
.client-sidebar h5 {
    color: #0a0909;
	font-size: 20px;
	padding: 0 4% 50px;
}
.disabled-navbar {
	opacity: 0.2;
	pointer-events: none;
}
#accordionItem {
	border: 0;
}
.accordion-button {
	padding-left: 0;
	color: #3D9BE9;
}
.accordion-button:focus {
    box-shadow: none!important;
    border-color: rgba(0,0,0,.125)!important;
}
#accordionMenu .accordion-item {
	width: 100%;
}
#accordionMenu ul li a {
	text-decoration: none;
	font-size: 16px!important;
	font-weight: normal!important;
}
#accordionMenu ul li, 
#accordionMenu02 ul li, 
#accordionMenu04 ul li {
	padding: 5px 0;
}
#accordionMenu02, 
#accordionMenu03, 
#accordionMenu04 {
	padding: 0;
}
#accordionMenu02:after, 
#accordionMenu03:after, 
#accordionMenu04:after {
	content: '';
}
#accordionMenu02 button, 
#accordionMenu03 button, 
#accordionMenu04 button {
	padding: 7px 0;
}
#accordionMenu02 span, 
#accordionMenu03 span, 
#accordionMenu04 span {
	font-weight: normal;
}
#accordionMenu02 ul, 
#accordionMenu03 ul, 
#accordionMenu04 ul {
	list-style: disc;
}
#accordionMenu02 ul li, 
#accordionMenu03 ul li, 
#accordionMenu04 ul li {
	width: 140px;
}
#logout {
	margin-left: 3.2%;
}
.d-flex, .accordion-main {
	padding-left: 5px;
}
.icon {
	margin: 0 0 0 7%!important;
}
#messageHover {
	display: none;
	position: absolute;
    top: 160px;
    max-width: 290px;
    height: 490px;
    text-align: center;
    background: rgba(255, 255, 255, .75);
    padding: 220px 1%;
}
#messageHover h5 {
	font-size: 18px;
}
.navicon-img {
	margin-left: 2px!important;
}
span.client-area {
	margin-left: 4%;
}
span.space{
	margin-left: 7%;
}
/*home*/
.services {
	padding: 0 7%!important;
}
.service-box {
	height: 255px;
	display: flex;
	padding: 11px 2% 11px 4%!important;
}
h2.service-box-title {
	font-size: 21px;
	text-align: left;
	margin-bottom: 20px;
}
p.service-box-description {
    font-size: 13px;
	text-align: left;
    font-weight: 300;
}
a.service-box-link {
	font-weight: bold;
}
.services-mobile {
	display: none;
}
#map {
	height: 585px;
}
.map-wrapper {
	display: block;
}
.map-content {
	padding: 5px;
}
.chat-online {
	display: flex;
    align-items: center;
    text-align: left;
    justify-content: end;
}
.chat-online span {
	margin-right: 7px;
}
.chat-online p {
	font-size: 14px;
}
/*central do cliente*/
#registerWrapperMobile, 
#certificateIndexWrapperMobile, 
#viewRegIndexWrapperMobile, 
#propResIndexWrapperMobile,
#userWrapperMobile,
#termsUseWrapperMobile,
#priceDeadlineWrapperMobile,
#privacyPolicyWrapperMobile,
#contactWrapperMobile,
#aboutWrapperMobile {
	display: none;
}
.main-wrapper,
.register-wrapper, 
.about-wrapper, 
.contact-wrapper
{
	padding: 45px 0;
}
.home-wrapper, .deadline-wrapper {
	padding: 2px 0;
}
.justify-content-md-center {
	margin:  0 auto!important;
}
.justify-content-md-center h2 {
	color: #000;
	font-weight: bold;
}
.register-content-wrapper {
	padding: 40px 0;
}
.register-content-wrapper h5 {
	color: #545454;
	font-weight: bold;
}
.left-content-wrapper {
	width: 50%;
	float: left;
	margin-right: 12%;
}
.right-content-wrapper {
	width: 38%;
	height: auto;
	float: right;
	border: 1px solid #ccc;
    border-radius: 6px;
	padding: 20px;
}
.left-content-box, .right-content01, .right-content02 {
	display: flex;
	align-items: flex-start;
	padding-top: 15px;
}
.left-content-text, .right-content-text {
	padding: 0 25px 0 15px;
}
.left-content-text p {
	color: #545454;
}
.form-reset-password {
	text-align: center;
	padding: 10px 0;
}
.btn-send {
	text-align: right;
	margin-top: 15px;
}
.btn-send button {
	width: 140px;
	height: 42px;
}
#comp-kapsmyny svg [data-color="1"], #comp-kapskg0w svg [data-color="1"],
#comp-kst7l6rx svg [data-color="1"], #comp-kbpfowlu svg {
    fill: #2B86CC!important;
}
.btn-register {
	margin-top: 35px;
	text-align: center;
}
.btn-register a {
	font-size: 17px;
	width: 80%;
}
#resetPasswordModal .modal-header {
	border-bottom: 0;
}
#resetPasswordModal .modal-footer {
	border-top: 0;
}
#resetPasswordModal #divAlert02 {
	font-size: 14px;
	font-weight: bold;
}
/*como funciona*/
.d-main {
	width: 100%; 
	height: auto; 
	text-align: justify; 
	color: #000; 
	padding: 10px;
}
.d-block { 
	float: right; 
	width: auto; 
	height: auto; 
	background: #fff; 
	margin: 0 0 0 20px;
}
#card01 .d-block, #card03 .d-block {
	float: left;
	margin: 0 20px 0 0;
}
#card02 .d-block {
	float: right;
	margin: 0 0 0 20px;
}
/*fale conosco*/
textarea {
	resize: none;
}
.contact-wrapper .right-content {
	border: none;
}
.contact-wrapper .right-content p {
	font-size: 15px;
}
/*certidao digital*/
.links-download table {
	width: 680px;
	text-align: center;
	margin-top: 30px;
}
.links-download table a {
	font-weight: bold;
}
.links-download table a:hover {
	font-weight: bold;
	text-decoration: underline;
}
/*formulario-pedido*/
.digital-main-wrapper {
	padding: 20px 0 100px;	
}
#mobileForm{
	display: none;
}
.steps {
	margin: -35px 0 85px;
	text-align: center;
}
.steps .step, .steps .step2, #orderTabContent .step2, #surveyForm .step {
    height: 48px;
    width: 48px;
    margin: 0 95px;
    background-color: #777;
    border: none;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
#viewRegForm .step, #propResForm .step {
	margin: 0 93px;
}
#surveyForm .step {
	margin: 0 40px;
}
.step-num {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
.step-text {
	width: 175px;
    position: absolute;
    top: 83px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #777;
}
.step.active, #surveyForm .step.active {
    background-color: #2b86cc;
    opacity: 1;
}
.step2.active, #orderTabContent .step2.active {
    background-color: #0bc53c;
    opacity: 1;
}
.step-text.active {
	color: #2b86cc;
}
.step.finish, .step2.finish {
    background-color: #6eabd9;
}
.step-bar, .step-bar02 {
    opacity: 1;
    left: 50%;
    top: 40px;
    position: relative;
    width: 520px;
    transform: translate(-50%, -50%);
    background: #777777;
}
.step-bar02 {
    width: 800px;
}
#formWrapper {
	padding-top: 27px;
}
#formFields {
	width: 71%;
	padding-left: 2%;
}
#orderDetails {
	width: 300px;
	padding-right: 0;
	padding-left: 2%;
}
.div-alert-box {
	width: auto;
}
.alert-error, .alert-success {
	display: flex;
    justify-content: flex-start; 
    align-items: center; 
    max-width: 65%; 
    min-width: fit-content; 
    font-size: 16.5px;
    font-weight: 600;
    padding: 15px 2%;
    white-space: normal;
    border-radius: 5px; 
}
.alert-error i,  .alert-success i {
	margin-right: 2%;
}
#alertRegister {
	position: relative;
    max-width: 415px;
}
#alertRegister02 {
	display: block!important;
	width: 400px!important;
}
.select2-container .select2-selection--single {
	height: 37px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 37px!important;
}
#certForm label,
#viewRegForm label,
#propResForm label,
#researchWarning textarea,
.details-title,
.details-text,
.order-details-line, 
.step-text, 
.form-text {
	font-size: 0.98rem;
}
.order-details-value {
	text-align: right;
	padding-left: 7%;
}
.order-details-box h3 {
	font-weight: bold;
	margin-bottom: 15px;
}
.warning-terms-text,
.custom-terms-text,
.order-details-box p {
	color: #646363;
	margin-bottom: 45px;
	line-height: 1.6rem;
}
.warning-terms-text {
	margin-bottom: 15px;
}
.info-sedex {
	color: #d9d9d9;
}
.invalid {
	border-color: red!important;
}
.digital-main-content {
	width: 77%;
}
.main-title {
    color: #0a0909;
	padding-right: 15px;
}
.main-title h2 {
    font-weight: bold;
}
#certForm {
	padding-left: 0;
}
.select2-container {
	width: 100%!important;
}
.btn-next {
	justify-content: center;
}
.warning-terms, 
.custom-terms {
	display: flex;
	font-size: 15px;
}
.warning-terms input, 
.custom-terms input {
	margin-right: 10px;
}
.payment-info, 
.document-show-info {
	text-align: center;
}
.payment-info h4, 
.document-show-info h4 {
	font-size: 20px;
	font-weight: bold;
}
.payment-method-check, .registered-person-check {
	display: flex;
	align-items: baseline;
}
.payment-method-check input, .registered-person-check input {
	margin-right: 10px;
}
.card-fieds {
	padding: 0 7%;
}
.card-fieds .mt-5 {
	margin-bottom: -30px;
}
#cardFieldTab p:first-child {
	margin-top: 3rem!important;
}
#createOrderModal .modal-header, #showBilletModal .modal-header {
	justify-content: end!important;
}
#confirmPaymentModal .modal-header {
	justify-content: center;
}
#confirmPaymentModal .modal-content {
	margin-top: 60px;
}
#confirmPaymentModal .modal-body {
	height: 120px;
	display: flex;
    align-items: center;
    margin-left: 30%;
}
#confirmPaymentModal h4,
#loginModal h4, 
.viewRegModal h2, 
.propResModal h2,
.legalTermsModal h2 {
	color: #2b86cc;
}
#loginModal .modal-content {
	padding: 20px 4%!important;
}
#loginModal input {
	padding: 12px!important;
}
#loginModal h4 {
	font-weight: bold;
	text-align: center;
	line-height: 2rem;
}
#loginModal .btn-send {
	text-align: center!important;
}
#loginModal .btn-send a {
	width: 100%;
	padding: 12px;
	margin-top: 10px;
}
.viewRegModal .modal-dialog, 
.propResModal .modal-dialog {
	max-width: 650px!important;
}
.viewRegModal h2, 
.propResModal h2,
.legalTermsModal h2 {
	font-weight: bold;
}
.viewRegModal p,
.propResModal p,
.legalTermsModal p {
	line-height: 1.5rem;
}
.viewRegModal .modal-buttons,
.propResModal .modal-buttons,
.propResModal03 .modal-buttons,
.legalTermsModal .modal-buttons {
	display: flex;
    justify-content: space-between;
}
.propResModal03 .modal-buttons,
.legalTermsModal .modal-buttons {
    justify-content: end;
}
.propResModal03 .btn-voltar,
.legalTermsModal .btn-voltar {
    margin-right: 10px;
}
.viewRegModal .btn-request,
.propResModal .btn-request {
    margin-right: 8px;
}
#loading-text {
	margin-left: 2%;
}
.toggle.btn-sm {
	margin-right: 2%;
}
.center {
	display: flex;
	justify-content: center;
}
.center button {
	margin-top: 7px;
}
.btn-form {
	display: flex;
	align-items: center;
}
.details-wrapper {
	padding: 15px 0;
}
.details-title {
	float: left;
}
.details-text {
	float: right;
}
.details-text02 {
	text-align: right;
}
.clear {
	clear: both;
}
.warning-title {
	font-size: 32px;
	font-weight: bold;
	color: #2b86cc; 
	margin-left: 43%;
}
#brMapModal .modal-body {
	padding: 45px;
}
#brMapModal .modal-content {
	max-height: 750px;
}
.payment-radio {
	display: flex;
    justify-content: center;
}
.payment-radio .col {
	padding-top: 10px;
}
#finishCartFeedback {
	height: 1425px;
    background: rgba(0,0,0,.7);
    color: #fff;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 280px;
    z-index: 2000;
}
#finishCartFeedback .spinner-border {
	float: left;
	margin-top: 9px;
}
#finishCartFeedback .modal-body {
	display: flex;
    justify-content: center;
}
#finishCartFeedback .modal-body h4 {
	font-size: 35px;
    font-weight: bold;
}
.research-type {
	text-decoration: none;
	color: #000;
}
.research-type:hover {
	color: #000;
}
#documentProofWrapper {
	margin: 20px auto;
	padding: 0 1.2%;
}
#documentProofWrapper input, #pixCode input {
	width: 80%;
	height: 35px;
}
#documentProofWrapper input {
	margin-top: 10px;
}
#documentProofWrapper a, #pixCode a {
	height: 37px;
	line-height: 23px;
	margin-top: -2px;
}
#pixCode label {
	margin: 30px 0 10px;
}
#documentProofWrapper a {
	height: 36px;
	margin-top: -4px;
}
#documentProof {
	width: 100%;
}
.pix-info01, .pix-info02 {
	width: 87%;
	background-color: #f0f0f0;
    margin: 0 auto 25px;
    padding: 5px 0;
}
.pix-info02 {
	width: 90%;
	margin-top: 35px;
    padding: 12px;
}
.pix-info01 div {
	margin: 0 auto;
}
.pix-info01 ol li, .pix-info01 p {
	font-size: 15px;
	color: #646363;
}
.pix-info01 p {
    padding: 0 3%;
}
.pix-info02 p {
	font-size: 15px;
	color: red;
}
#pixOption div {
	margin-left: 10%;
}
#pixOption img {
	margin-left: 9%;
}
#btnPrevModal {
	display: block;
	position: absolute;
	top: 80%;
	right: 3%;
}
.person-type-check {
	padding: 20px 2%;
}
.inp-pj {
	margin-left: 7%;
}
.modal-billet {
	width: 70%;
}
#paymentWarning {
	background: #e7f2fa;
	color: #2794ef;
	padding: 20px 4%;
	margin-top: 60px;
}
#propResWarning  {
	background: #ed4824;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 27px;
    text-align: center;
	padding: 35px 4%;
	margin-top: 70px;
}
#propResWarning i {
	font-size: 27px;
	margin-right: 10px;
}
.blocked-ip {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 70px 20%;
    color: #2b86cc;
    text-align: center;
}
.blocked-ip img {
    width: 9%;
}
.blocked-ip h4 {
	margin-top: 25px;
    line-height: 2.4rem;
}
.blocked-ip a {
	text-decoration: none;
}
.blocked-ip a:hover {
	text-decoration: underline;
}
.btn-voltar {
	margin-right: 250px;
}
#emailMob {
	width: 100%; 
    height: 58px;
    box-sizing: border-box;
}
/*politica de privacidade*/
.privacy-policy-wrapper h4, 
.privacy-policy-wrapper h5,
.terms-use-wrapper h5 {
	color: #2b86cc;
	font-weight: bold;
}
.privacy-policy-wrapper h4 {
	font-size: 17px;
	padding: 10px 0 5px 1%;
}
.privacy-policy-wrapper h5 {
	padding: 16px 1%;
}
.privacy-policy-wrapper ul li {
	margin-bottom: 18px;
}
.privacy-policy-wrapper ul li:last-child {
    margin-bottom: 0;
}
.privacy-policy-wrapper strong {
	font-weight: inherit;
	color: #2b86cc;
}
.terms-use-wrapper h5 {
	padding: 20px 1%;
}
/*prazos e preços*/
.price-deadline {
	padding: 30px 2%!important;
}
#deadline thead {
	background: #2b86cc;
	color: #fff;
}
#deadline .table-result-body th {
	text-align: center;
}
#deadline .table-result-body td, #deadlineMob .table-result-body td {
	font-size: 14px;
	text-align: center;
}
#deadline h5 {
	color: #000;
	font-weight: bold;
	text-align: center;
}
#deadline p {
	font-size: 14px;
}
#deadline p.info-text {
	font-size: 10px;
	margin-top: 5px;
}
#deadlineMob p.info-text {
	font-size: 14px;
}
.datatableAdjust {
	width: 98%;
}
.thCenter {
	text-align: center!important;
}
.price-deadline #map, .new-order #map {
	padding: 30px;
}
/*meus-pedidos*/
.btn-primary, .btn-info, .btn-form {
	background-color: #2b86cc;
    border-color: #2b86cc;
    color: #fff;
    transition: all 0.5s ease-out;
}
.btn-info:hover, .btn-form:hover {
	background-color: #c8e5fb;
    color: #1a70b3;
    transition: 0.5s;
}
#adminFilters, 
#certificateFilters, 
#viewRegFilters, 
#propResFilters, 
#companyFilters {
	display: flex;
	align-items: flex-end;
	margin: -18px auto 35px;
}
#adminFilters {
	margin: -18px auto 10px;
}
table#tableResult {
	border: transparent;
	border-collapse: separate;
  	border-spacing: 0 15px;
}
table#tableResult tr.odd, tr.even {
	background-color: #f1ecec!important;
}
table#tableResult td {
	display: table-cell;
  	height: 95px;
  	padding: 5px 5px 5px 2px;
  	vertical-align: middle;
}
table#tableResult th {
	text-align: center;
}
#tableResultBody {
	text-align: center;
}
.table-result-body td:first-child {
	font-size: 23px;
}
.disabled {
	opacity: 0.3;
}
button.close {
	border: none;
	background: transparent;
	font-size: 30px;
}
.new-customer {
	text-align: center;
	padding: 150px 25% 30px 15%;
}
/*show pedido*/
.document-show-title {
	display: flex;
	align-items: baseline;
}
.document-show-title p {
	margin-left: 3%;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs>li {
	width: 230px;
    float: left;
    margin: 20px 0 -1px 0;
}
.nav-tabs .nav-link {
	width: 100%;
}
.nav-tabs>li:hover {
	padding-bottom: 0;
	border-bottom: none;
}
#orderTabContent .step-bar {
	width: 700px;
}
#orderTabContent .step2 {
	width: 57px;
	height: 57px;
	margin: 0 58px;
}
#orderTabContent i {
	font-size: 20px;
}
#orderTimeline {
	text-align:center;
	margin: 20px 0 0 -170px; 
}
.order-timeline-text {
	text-align: center;
}
#orderRequest {
	max-width: 85%!important;
}
#orderRequest p:first-child, #orderInfo p:first-child {
	margin-top: 30px;
}
#orderInfoButtons, #orderInfoButtonsAdmin {
	justify-content: end;
    margin-top: 90px;
    text-align: right;
    padding-right: 8%;
}
#orderInfoButtons a, #orderInfoButtonsAdmin a {
	width: 185px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
}
/*novo-pedido*/
.new-order {
	padding-top: 7px;
}
.new-order ion-icon {
	width: 50px!important;
    height: 50px!important;
}
.new-order .service-box-icon {
	padding: 20px;
}
.new-order .service-box {
	height: 235px;
	display: flex;
}
.new-order h2.service-box-title {
	font-size: 22px;
}
.new-order a.title-link {
	text-decoration: none;
}
/*dashboard admin*/
.swal2-input, .swal2-select, .swal2-textarea {
	width: 90%!important;
	margin: 1em auto!important;
}
.edit-order, .edit-budget {
	display: flex;
	justify-content: center;
}
.edit-order i, .edit-budget i {
	margin-left: 5px;
}
#editOrderModal .row, #editBudgetModal .row {
	margin-top: 15px;
}
.admin-warnings {
    font-size: 14px;
	font-weight: bold;
    padding: 10px 0 0 7px;
}
.admin-generate-billet {
	margin-top: 35px;
}
.switch {
  	position: relative;
  	display: inline-block;
  	width: 50px;
  	height: 25px;
}
.switch input { 
  	opacity: 0;
  	width: 0;
  	height: 0;
}
.slider {
  	position: absolute;
  	cursor: pointer;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	background-color: #ccc;
  	-webkit-transition: .4s;
  	transition: .4s;
}
.slider:before {
  	position: absolute;
  	content: "";
  	width: 20px;
  	height: 20px;
  	left: 4px;
  	bottom: 3px;
  	background-color: white;
  	-webkit-transition: .4s;
  	transition: .4s;
}
input:checked + .slider {
  	background-color: #2196F3;
}
input:focus + .slider {
  	box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  	-webkit-transform: translateX(26px);
  	-ms-transform: translateX(26px);
  	transform: translateX(26px);
}
.slider.round {
  	border-radius: 34px;
}
.slider.round:before {
  	border-radius: 50%;
}
#warningTermsText,
#useTermsText {
	font-size: 0.98rem;
	margin-left: 8px;
}
#useTermsText {
	margin-left: 20px;
}
table.admin td {
	display: table-cell;
  	height: 30px!important;
  	padding: 5px 5px 5px 2px;
  	vertical-align: middle;
}
.top-content {
	display: flex;
}
.top-content span i {
	font-size: 21px;
}
.top-content-left {
	display: flex;
	align-items: center;
}
.top-content-base {
	display: flex;
	align-items: baseline;
}
.top-content-left span, 
.top-content-base span {
	display: flex;
	align-items: baseline;
}
.top-content-left h3, 
.top-content-base h3 {
	font-size: 25px;
	margin-left: 15px;
	margin-bottom: 0;
}
.top-content-right {
	text-align: right;
}
#sortable {
	list-style-type: none;
    margin: 0;
    padding: 0;
    width: 70%;
}
#sortable li {
    margin: 0 3px 8px 3px;
    padding: 0.5em 0.7em;
    font-size: 1.4em;
    height: auto;
}
#sortable li span.edition {
	float: right;
}
.ui-state-default {
	border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}
.label.label-dot, .label.label-dot02 {
	height: 7px;
    width: 7px;
    min-height: 6px;
    min-width: 6px;
    line-height: 6px;
    display: inline-block;
    font-size: 0 !important;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
}
.label.label-dot02 {
	margin-right: 5%;
}
.label.label-success {
    color: #ffffff;
    background-color: #13aba4;
}
.label.label-danger {
    color: #ffffff;
    background-color: #f64e60;
}
#selectReason, #waitReason, #cancelReason {
	width: 100%!important;
}
.card-banners img {
	width: 60%;
}
.show-order .swal2-title {
	font-size: 1.4em;
}
.custom-size {
    width: 550px!important;
}
.modal-sm {
    width: 390px!important;
}
.modal-sm .swal2-actions {
	width: 100%;
	justify-content: flex-end!important;
    padding-right: 10%;
}
.show-order .swal2-select {
    font-size: 17px;
}
.show-order .ck-content {
    font-size: 16px;
    max-height: 200px;
    overflow-y: scroll;
}
.to-right {
	justify-content: flex-end;
}
.tab-pane {
	width: 100%;
	margin: 5px 2% 5px 4%;
}
.order-timeline-text {
	margin-top: 10px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 4%;
}
option#empty {
	font-size: 14px;
}
.ckeditor-wrapper {
	width: 91%;
	margin: 0 auto;
}
#showBilletModal .btn-link {
	color: #000;
	text-decoration: none;
    font-size: 25px;
}
.#showBilletModal .btn-link :active, 
.#showBilletModal .btn-link :focus {
    outline: none!important;
    box-shadow: none!important;
}
.swal2-container .swal2-file {
	font-size: 17px;
}
.result-wrapper {
	max-height: 300px;
	overflow-y: scroll;
}
#loadingModal .modal-dialog {
	width: 30%;
	margin: 0 auto;
}
#loadingModal .modal-body {
	padding: 20px;
}
.sweet_loader {
	width: 140px;
	height: 140px;
	margin: 0 auto;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-name: ro;
	transform-origin: 50% 50%;
	transform: rotate(0) translate(0,0);
}
@keyframes ro {
	100% {
		transform: rotate(-360deg) translate(0,0);
	}
}
.process {
	height: 200px;
    overflow-y: scroll;
	margin:  30px 0 10px 13px;
	padding: 15px 2%;
}
#selectCompany {
	margin-bottom: 25px;
}
#processWrapper {
	display: flex;
    align-items: center;
}
#processWrapper div {
	width: auto;
	padding: 5px 2%;
}
#mobileTitle {
	display: none;
}
#billingApiUserFilter {
	display: flex;
	align-items: end;
}
#btnApiUserCancel {
	margin: 60px 0;
}
ul.upTime, li.upTime {
  	list-style: none;
  	padding: 0;
}
.container {
  	display: flex;
  	justify-content: flex-start;
  	align-items: center;
  	padding: 0 1rem;
  	padding: 1.5rem 0 1.5rem 1.3rem;
}
.warning-text {
	color: #f22236;
}
.btn-blue {
	background: #2b86cc!important;
	border-color: #2b86cc!important;
}
.btn-blue:hover {
	background: #196fb2!important;
	border-color: #196fb2!important;
}
.wrapper {
	width: 94%;
  	max-height: 400px;
  	background: #eaf6ff;
  	padding: 2rem;
  	border-radius: 15px;
    overflow-y: scroll;
}
.sessions {
  	margin-top: 2rem;
  	border-radius: 12px;
  	position: relative;
}
li.upTime {
  	padding-bottom: 1.5rem;
  	border-left: 1px solid #abaaed;
  	position: relative;
  	padding-left: 20px;
  	margin-left: 10px;
}
li.upTime:last-child {
  	border: 0px;
  	padding-bottom: 0;
}
li.upTime:before {
  	content: "";
  	width: 15px;
  	height: 15px;
  	background: white;
  	border: 1px solid #4e5ed3;
  	box-shadow: 3px 3px 0px #bab5f8;
  	box-shadow: 3px 3px 0px #bab5f8;
  	border-radius: 50%;
  	position: absolute;
  	left: -10px;
  	top: 0px;
}
.time {
  	color: #2a2839;
  	font-family: "Poppins", sans-serif;
  	font-weight: 500;
}
.create-link {
	display: flex;
	align-items: end;
}
.create-link a {
	margin-left: 3%;
}
.coupon-input {
	display: flex;
}
.coupon-input i {
	font-size: 18px;
	margin-left: 10px;
}
#copyLinkIcon {
	cursor: pointer;
	margin-left: 5px;
}
#copied {
	color: #2b86cc;
	position: absolute;
    right: 25%;
}
#emailFailed {
	width: 17px;
	height: 17px;
	background: red;
	border-radius: 17px;
	margin-right: 5px;
}
@media screen and (min-width: 601px) {
  	.time {
    	font-size: 0.9rem;
  	}
}
@media screen and (max-width: 600px) {
  	.time {
    	margin-bottom: 0.3rem;
    	font-size: 0.85rem;
  	}
}
p {
  	color: #4f4f4f;
  	font-family: sans-serif;
  	line-height: 1.5;
  	margin-top: 0.4rem;
}
@media screen and (max-width: 600px) {
  	p {
    	font-size: 0.9rem;
  	}
}
/*ckeditor textarea size*/
div.ck-blurred, 
div.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable, .ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners {
	height: 140px!important;
}
#closedOrderFiles {
	display: flex;
	justify-content: space-around;
}
#closedOrderFiles p {
	width: 70%;
}
#closedOrderFiles a:focus, #closedOrderFiles a:active {
	outline: none!important;
	border: none!important;
	box-shadow: none!important;
}
/*hide arrows from number input*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/*pesquisa satisfacao*/
.feedback-wrapper {
	display: flex;
	justify-content: center;
}
.feedback-content {
	width: 20%;
	text-align: center;
	margin-top: 25px;
}
.feedback-content div:first-child {
	margin-bottom: 5px;
}
#allowPublish {
	width: 50%;
	float: left;
}
#survey-finished {
	display: flex;
    flex-direction: column;
	text-align: center;
	padding: 90px 0 50px;
}
#survey-finished h2 {
	font-size: 32px;
	color: #3598db;
}
#stepButtons {
	justify-content: end;
    margin-top: 50px;
    text-align: right;
}
.mt-30 {
	margin-top: 30px!important;
}
.mt-40 {
	margin-top: 40px!important;
}
/*footer*/
.blue-footer {
	display: flex;
	align-items: center;
	justify-content: center;
    padding: 10px 6%;
}
.blue-footer div.table-wrapper {
	width: 25%;
}
.blue-footer div.table-wrapper02 {
	width: 40%;
}
.blue-footer div.table-wrapper03 {
	width: 25%;
}
.after-footer-container {
	padding: 60px 0 52px;
}
.black-footer {
	display: flex;
	justify-content: center;
	padding-left: 8.2%;
}
.after-footer-description, .after-footer-description02 {
	width: 52%;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.after-footer-description02 {
	width: 40%;
	padding-left: 0;
}
.copyright {
	font-size: 14px;
}
.copyright span {
	font-size: 13px;
}
.copyright span a {
	color: #fff;
	text-decoration: none;
}
.copyright span a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer-description-container strong {
	font-size: 17px;
    font-weight: bold;
}
.footer-description-container p {
	color: #fff;
	font-size: 14px;
    padding: 10px;
    font-weight: 300;
}
.black-footer-links a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
.black-footer-links a:hover {
	text-decoration: underline;
}
.footer-info {
	display: block;
	min-height: 80px;
    max-height: 80px;
    margin-top: 25px;
}
.footer-info img:not(:first-child) {
	margin-left: 2%;
}
.footer-info a:not(:first-child) {
	margin-left: 4%;
}
#facebookIcon {
	width: 15px;
}
#instagramIcon {
	width: 35px;
}
#pixImage {
	width: 35px;
	margin-left: 3%;
}

@media screen and (max-width: 768px) {
	p {
		font-size: 16px;
	}
	#menuWrapper {
	    background: #fff;
	    position: fixed;
	    padding: 15px 0;
	    z-index: 2000;
	}
	.nav-container {
	    padding: 15px 3%;
	}
	.div-alert-box {
		width: 100%;
    	margin: 0 auto;
    	padding-left: 0;
	}
	.digital-main-wrapper {
		padding: 100px 0;
	}
	.alert-error, .alert-success {
		min-width: 100%;
	}
	.show-order-wrapper {
		padding: 100px 0 0;
	}
	.warning-wrapper {
		padding: 67px 0 15px;
	}
	.deadline-wrapper {
		padding: 70px 0 15px;;
	}
	/*.terms-use-wrapper {
		padding: 112px 3% 40px;
	}*/
	.privacy-policy-wrapper {
		padding: 112px 3% 60px;
	}
	.form-wrapper {
		padding: 100px 0 90px;
	}
	.alert-error, .alert-success {
		display: block;
	}
	.mobile-sidebar {
		width: 100%;
		height: 60px;
		background: #2b86cc;
		display: flex;
		position: relative;
		align-items: center;
		bottom: 0;
		padding: 54px 0 25px 12%;
		z-index: 500;
	}
	#desktopSidebar .mobile-sidebar {
		display: none;
	}
	#mobileSidebar .mobile-sidebar, .sidebar-bottom {
		display: flex;
	}
	#carrouselTop {
		display: none;
	}
	.nav-logo-container {
		text-align: left;
		margin-left: 0;
	}
	.services {
		padding: 0!important;
	}
	.service-box, 
	.new-order .service-box {
		height: auto;
	}
	.map-wrapper {
		display: none;
	}
	#map {
		height: 500px!important;
		margin-top: -5px!important;
	}
	#brMapModal {
		margin-top: 100px;
		z-index: 1000;	
	}
	#brMapModal .modal-body {
		background: #EBEAEA;
		text-align: center;
		padding: 10px;
	}
	#brMapModal .map-info {
		position: relative;
		top: -70px;
		left: -35%;
	}
	.map-info {
		margin-top: 0!important;
	}
	.table-wrapper02 td,
	.table-wrapper03 td {
		display: block;
	}
	.right-content {
		margin-top: 47px;
	}
	.d-block, #card01 .d-block, #card02 .d-block, #card03 .d-block {
		float: none;
		margin: 0 auto 35px;
	}
	.d-block img, #card01 .d-block img, #card02 .d-block img, #card03 .d-block img {
		width: 100%;
	}
	.card button {
		text-align: left;
	}
	.client-sidebar {
		display: none;
	}
	.about-wrapper, .contact-wrapper {
		padding: 120px 3%;
	}
	.digital-main-content {
		width: 100%;
		margin-top: -85px;
	}
	.modal-map {
		padding: 25px 5%;
	}
	.order-info-wrapper {
		padding: 0 7%;
	}
	.col-3, .col-4, .col-8, .col-9 {
		width: 100%;
	}
	.form-label {
		margin-top: 15px;
	}
	.warning-terms,  
	.custom-terms {
		margin: 35px 0 20px;
	}
	#warningTermsText {
		margin-left: -5px;
	}
	#tableResult_wrapper {
		overflow-x: scroll!important;
		padding-left: 10%;
	}
	.left-content-wrapper {
		width: 100%;
	}
	.right-content-wrapper {
		width: 95%;
		margin: 10px 2% 70px 2%;
	}
	.main-title {
	    display: none;
	}
	#desktopForm {
		display: none;
	}
	#mobileForm {
		display: initial;
	}
	#detailsButtons{
		display: none;
	}
	#detailsButtonsMob {
		display: flex;
		margin-top: 58px;
	}
	.btn-secondary {
		background: transparent;
		color: #000;
		font-weight: bold;
		border: 2px solid #000;
	}
	.btn-secondary:hover {
		background: #efefef;
		border-color: #cecfcf;
    	color: #000;
	}
	.steps {
		display: none;
	}
	.modal-billet {
		width: 96%;
	}
	/*steps-mobile*/
	.steps-mobile {
		display: initial;
		position: relative;
		z-index: 500;
	}
	.timeline {
	  	position: relative;
	  	padding: 0 3%;
	}
	.timeline li {
	  	list-style: none;
	  	float: left;
	  	width: 33.3333%;
	  	position: relative;
	  	text-align: center;
	}
	ul.timeline:nth-child(1) {
		width: 100%;
		display: inline-block;
	}
	.timeline li:before {
	  	content: "";
	  	width: 40px;
	  	height: 40px;
	  	border-radius: 50%;
	  	display: block;
	  	text-align: center;
	  	line-height: 50px;
	  	margin: 0 auto 10px auto;
	  	background: #40a2ee;
	  	color: #F1F1F1;
	  	transition: all ease-in-out .1s;
	}
	.timeline li:after {
	  	content: "";
	  	position: absolute;
	  	width: 100%;
	  	height: 5px;
	  	background-color: #40a2ee;
	  	top: 20px;
	  	left: -50%;
	  	z-index: -999;
	  	transition: all ease-in-out .1s;
	}
	.timeline li:first-child:after {
	  	content: none;
	}
	.timeline li.active .mobile-step-text {
	  	color: #fff;
	}
	.timeline li.active:before {
	  	background: #2b86cc;
	  	color: #000;
	  	border: 5px solid #fff;
	}
	.timeline li.active + li:after {
	  	background: #40a2ee;
	}
	#formWrapper {
		background: #2b86cc;
		padding-top: 50px;
	}
	.digital-top-content {
		display: block;
		width: 100%;
		margin-top: 0;
	}
	.mobile-step-text {
		color: #e2e2e2;
	}
	#mobileFormWrapper {
		width: 100%;
		height: 100%;
		background: #EBEAEA;
		padding: 10px 9% 0;
		margin-bottom: -45px;
		border-top-left-radius: 35px;
    	border-top-right-radius: 35px;
	}
	#mobileFormWrapper h3 {
		color: #000;
		font-weight: bold;
	}
	.form-floating {
		padding: 0;
		margin-top: 30px!important;
	}
	.edit-cart {
		text-align: right;
		width: 20%; 
		position: absolute;
		right: 4%;
		margin-top: 35px;
	}
	.delivery-choice {
		display: flex;
	}
	.delivery-choice, .payment-choice {
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	.delivery-choice a, .payment-choice a {
		background: #fff;
	    border: 3px solid #5d5d5d;
	    border-radius: 15px;
	    padding: 24px 18%;
	}
	.delivery-choice input, .payment-choice input {
		display: none;
	}
	.delivery-choice img, .payment-choice-type img {
		width: 50%;
	}
	.delivey-info h5 {
		color: #000;
		font-weight: bold;
	}
	#shoppingCartInfo span, #shoppingCartInfo span p {
	 	font-size: 17px;
	}
	#shoppingCartInfo span {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	#shoppingCartInfo span p {
		margin: 0;
		margin-left: 1%;
		font-weight: bold;
	}
	#certForm {
		padding: 0;
	}
	#checkoutFormWrapper {
		width: 100%;
	}
	#checkoutFormWrapper form .col-4 {
		width: 100%;
	}
	#checkoutFormWrapper form .steps .step, 
	#checkoutFormWrapper form .steps .step2 {
		margin: 0 30px;
	}
	#checkoutFormWrapper form .step-text {
		display: none;
	}
	#orderDetails, #checkoutOrderDetails {
		display: none;
	}
	.payment-info div {
		width: 100%;
		margin-bottom: 20px;
	}
	.person-type-check {
		display: flex;
		align-items: center;
	}
	.person-type-check input {
		margin-right: 2%;
	}
	.payment-radio {
		justify-content: left;
	}
	.payment-radio label.form-label {
		margin-top: 30px;
	}
	.payment-radio div {
		margin-bottom: 70px;
	}
	#creditCardOptionMob {
		margin-bottom: 5px;
	}
	#billetOption, #pixOption, #creditCardOption {
		margin-bottom: 30px;
	}
	.mob50 {
		width: 50%;
	}
	.mob100 {
		width: 100%;
	}
	#finishCartFeedback {
		position: fixed;
		height: 100%;
		z-index: 5000;
		padding-top: 80%;
	}
	#createOrderModal, #confirmPaymentModalMob {
		z-index: 4000;
	}
	#confirmPaymentModalMob {
		margin-top: 35%;
	}
	#confirmPaymentModalMob .modal-header {
		background: blue;
		display: flex;
		justify-content: center;
		padding: 60px 4%;
	}
	#confirmPaymentModalMob img {
		width: 25%;
	}
	#confirmPaymentModalMob h3 {
		color: #000;
		font-weight: bold;
		text-align: center;
	}
	#researchWarning .switch {
		width: 92px;
	}
	#openingModal {
		margin-top: 5%;
	}
	#openingModal02 {
		margin-top: 25%;
	}
	.card-fieds {
		margin-bottom: 45px;
	}
	.card-fieds .mt-5, .card-fieds .col-6 {
		margin-top: 22px!important;
	}
	.btn-filters {
		margin-top: 30px;
	}
	.document-show-info div {
		width: 100%;
		margin-bottom: 15px;
	}
	.nav-tabs {
		flex-wrap: nowrap;
	}
	#orderTabContent .step2 {
		width: 40px;
		height: 40px;
		margin: 0 15px;
	}
	#orderTimeline {
	    margin: 20px 0;
	}
	.tab-pane {
	    margin: 5px auto;
	}
	.order-timeline-text {
		width: 25%;
		font-size: 13px;
	}
	.modal {
		padding-right: 0!important;
		z-index: 4000;
		margin-top: 7%;
	}
	.services {
		display: none;
	}
	.services-mobile {
		display: block;
		position: relative;
		background: #EBEAEA;
		padding-top: 90px;
	}
	.blue-map div {
		display: block;
		padding: 10px 4% 25px;
	}
	.blue-map #map {
		height: 420px;
	}
	.blue-map span {
		display: flex;
		justify-content: center;
		text-align: center;
	}
	.blue-map .map-info {
		margin-top: -75px;
	}
	.service-white-wrapper {
		background: #fff;
		height: auto;
		display: flex;
		justify-content: center;
		text-align: center;
		padding: 45px 2%;
		border-top-left-radius: 35px;
		border-top-right-radius: 35px;
	}
	.service-box-blue {
		background: #2b86cc;
		height: auto;
		display: block;
		text-align: center;
		padding: 40px 4%;
		margin-top: 60px;
		border-radius: 20px;
	}
	.service-box-blue h4, 
	.service-box-blue p {
		color: #fff;
	}
	.service-box-link-mob {
		text-decoration: none;
	}
	.service-box-link-mob:hover {
		text-decoration: none;
	}
	.service-box-blue h4 {
		font-weight: bold;
	}
	.service-box-blue i {
		font-size: 25px;
		color: #fff;
	}
	.service-icon {
		position: relative;
		width: 72px;
	    height: 73px;
	    background: #2b86cc;
	    padding: 9px 3%;
	    border: 6px solid #fff;
    	border-radius: 10px;
	    margin: 0 auto;
	    top: -60px;
	    margin-bottom: -25px;
	}
	.service-icon img {
		width: 100%;
	}
	.checkout-mob-image {
		background: url("../img/bg-blue-mobile.png");
		background-size: cover;
	    padding: 90px 4%;
	    text-align: center;
	    margin-top: 85px;
	}
	.checkout-mob-image img {
		width: 20%;
	}
	.checkout-mob-image h2 {
		color: #fff;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.checkout-mob-image p {
		color: #fff;
	}
	#privacyPolicyWrapperMobile .checkout-mob-image {
	    padding: 75px 25%;
	}
	#textResultMob .checkout-mob-image {
	    margin-top: -10px;
	}
	#textResultMob h3 {
	    color: #000;
	    font-weight: bold;
	    text-align: center!important;
	    margin: 50px 4%;
	}
	.checkout-mob-text, 
	.warning-mob-text, 
	.prop-res-select-wrapper {
		display: flex;
    	flex-direction: column;
		background: #fff;
		border-top-left-radius: 35px;
    	border-top-right-radius: 35px;
    	margin-top: -40px;
    	padding: 60px 7%;
    	text-align: center;
	}
	.prop-res-select-wrapper {
		background: #EBEAEA;
		margin-top: 85px;
		border-radius: 0;
	}
	.checkout-mob-text h3, 
	.warning-mob-text h2, 
	.prop-res-select-wrapper h3 {
		color: #000;
		font-weight: bold;
		text-align: center;
		margin-bottom: 25px;
	}
	.checkout-mob-text a {
		max-width: 70%;
		margin: 12px auto;
	}
	/*.checkout-mob-text p {
		margin-top: 25px;
	}*/
	.fa-eye, .fa-eye-slash {
	  	position: absolute;
	  	top: 35%;
	  	right: 4%;
	  	cursor: pointer;
	  	color: #000;
	}
	.white-eye {
		position: relative;
		color: #fff;
	}
	.btn-checkout-mob {
		background-color: #efefef;
    	border-color: #efefef;
	}
	.select2-container--default .select2-selection--multiple {
		min-height: 60px!important;
	}
	textarea.select2-search__field {
		height: auto!important;
	}
	#labelRI {
		font-size: 19px!important;
	}
	#selectAllMob {
		width: 25px;
	    height: 25px;
	    margin-top: 10px;
	}
	.switch-bigger {
		width: 100px;
	}
	#termsUseModal01 .modal-header, #termsUseModal02 .modal-header {
		text-align: center;
	}
	#termsUseModal01 #btnClose, #termsUseModal02 #btnClose {
		font-size: 35px;
		position: absolute;
		right: 2%;
		margin-top: -7px;
	}
	#termsUseModal02 #btnClose {
		margin-top: -63px;
	}
	#orderDetails .details-wrapper,
	#orderDetails .order-details-title,
	#orderDetails .order-details-line {
		display: none;
	}
	.order-details-box {
		border: none;
	}
	#orderInfoButtons div {
		display: flex;
		flex-direction: column-reverse;
		flex-basis: fit-content;
	}
	#sidebarMobile {
		width: 50px;
		height: 100%;
		background: red;
	}
	#certificateFilterForm, 
	#viewRegFilterForm, 
	#propResFilterForm {
		padding-left: 8%;
		padding-right: 0;
	}
	#certificateFilterForm .btn, 
	#viewRegFilterForm .btn, 
	#propResFilterForm .btn {
		margin-top: 5px;
	}
	#filtersBoxMob {
		padding: 0 1%;
		margin: -100px 0 30px;
	}
	#cardBodyMob {
		padding: 20px 7%;
	}
	#tableResultMob th.sorting {
		background: #134A8B;
		color: #fff;
		border: 1px solid #fff;
	}
	#tableResultMob tr.odd {
		background-color: #f1ecec!important;
	}
	#tableResultMob tr.even {
		background-color: #fff!important;
	}
	#tableResultMob tr {
		border: 1px solid #fff;
	}
	#tableResultMob_wrapper {
		overflow-x: auto;
    	overflow-y: hidden;
	}
	#tableResultMob_wrapper table {
    	width: 100%;
	}
	.client-area .navicon {
		color: #fff;
	}
	.client-area .navlink {
		height: 60px;
	}
	.client-area .navlink:hover {
		background: transparent;
	}
	.client-area .navactive {
		background: transparent;
		border: none;
	}
	.d-flex {
		padding: 0;
		justify-content: center;
	}
	.d-flex img {
		width: auto!important;
		height: 50%;
	}
	.footer {
		margin-top: -5px!important;
	}
	.footer-container {
		background: transparent;
		padding: 0;
		margin: 0;
	}
	.footer-container, .after-footer-container {
		text-align: center;
	}
	.footer-info {
		margin-top: 15px;
		padding: 5px 0;
	}
	#facebookIcon {
		width: 28px;
	}
	#instagramIcon {
		width: 65px;
	}
	.after-footer-description,
	.after-footer-description02 {
		font-size: 23px;
		width: 100%;
		padding: 0;
	}
	.after-footer-description02 {
		margin-top: 50px;
	}
	.blue-footer {
		display: none;
		flex-direction: column;
		padding: 20px 32px 25px;
	}
	.blue-footer div.table-wrapper {
		width: 100%;
		text-align: center;
	}
	.blue-footer div.table-wrapper02,
	.blue-footer div.table-wrapper03 {
		width: 100%;
		text-align: center;
	}
	.blue-footer div.table-wrapper table,
	.blue-footer div.table-wrapper02 table,
	.blue-footer div.table-wrapper03 table {
		margin: 0 auto;
	}
	.black-footer {
		padding: 5px 3%;
	}
	.black-footer-links {
		display: flex;
		flex-direction: column;
		font-weight: normal;
		margin-top: 25px;
	}
	.black-footer-links a {
		margin-top: -5px;	
	}
	.copyright, .links {
		font-weight: normal;
	}
	.copyright {
		margin-top: 70px;
		padding: 0 5%;
	}
	.chat-online, .right-content {
		display: none;
	}
	#userInfo h2 {
		padding-left: 11%;
	}
	#userForm {
		padding-left: 11%;
	}
	#userForm .mt-5 {
	    margin-top: 0!important;
	}
	.new-order {
		padding: 30px 4% 70px
	}
	#mobileTitle {
		display: block;
		padding-left: 13%;
		margin-top: 90px;
	}
	#mobileTitle h5 {
		display: none;
	}
	.swal2-container {
		z-index: 4000;
	}
	#orderInfo {
	    max-width: 85%!important;
	}
	.new-customer {
	    text-align: center;
	    padding: 60px 11% 30px 20%;
	}
	.document-show-title p {
		display: none;
	}
	#registerWrapperDesktop, 
	#certificateIndexWrapperDesktop,
	#viewRegIndexWrapperDesktop, 
	#propResIndexWrapperDesktop,
	#userWrapperDesktop,
	#termsUseWrapperDesktop,
	#priceDeadlineWrapperDesktop,
	#privacyPolicyWrapperDesktop,
	#contactWrapperDesktop,
	#aboutWrapperDesktop {
		display: none;
	}
	#registerWrapperMobile, 
	#certificateIndexWrapperMobile, 
	#viewRegIndexWrapperMobile,
	#propResIndexWrapperMobile, 
	#userWrapperMobile,
	#termsUseWrapperMobile,
	#priceDeadlineWrapperMobile,
	#privacyPolicyWrapperMobile,
	#contactWrapperMobile,
	#aboutWrapperMobile {
		display: initial;
	}
	#registerWrapperMobile h3, 
	#registerWrapperMobile .form-reset-password,
	#certificateIndexWrapperMobile h3,
	#viewRegIndexWrapperMobile h3,
	#propResIndexWrapperMobile h3,
	#userWrapperMobile h3,
	#termsUseWrapperMobile h3,
	#priceDeadlineWrapperMobile h3,
	#privacyPolicyWrapperMobile h3,
	#contactWrapperMobile h3  {
		text-align: left;
	}
	#contactWrapperMobile textarea {
		height: 125px;
	}
	#contactWrapperMobile button {
		width: 140px;
    	height: 45px;
	}
	#certificateIndexWrapperMobile .mobile-sidebar, 
	#userWrapperMobile .mobile-sidebar {
		bottom: -20px;
		margin-top: -50px;
	}
	#registerWrapperMobile h3 {
		margin: -15px 0 10px;
	}
	#termsUseWrapperMobile .checkout-mob-text, 
	#privacyPolicyWrapperMobile .checkout-mob-text,
	#aboutWrapperMobile .checkout-mob-text {
		padding: 30px 7%;
		text-align: left;
	}
	#aboutWrapperMobile img {
		border-radius: 15px;
	}
	.terms-use-wrapper h5,
	.privacy-policy-wrapper h5 {
		padding: 16px 1%;
	}
	.privacy-policy-wrapper ul {
		margin-top: 20px;
	}
	.login-mob-buttons {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 40px;
	}
	.warning-mob-buttons {
		display: flex;
		justify-content: center;
	}
	.warning-mob-buttons a {
		margin: 0 2%;
	}
	.warning-mob-buttons,  
	.navigation-mob-buttons {
		margin-top: 40px;
	}
	.navigation-mob-buttons {
		display: flex;
		justify-content: center;
	}
	.login-mob-buttons a, 
	.navigation-mob-buttons a {
		width: 170px;
		padding: 8px;
		margin: 0 0.5%;
	}
	.login-mob-buttons a:first-child {
		margin-bottom: 20px;
	}
	.navigation-mob-buttons button#btnSpinnerMob {
		width: 170px;
		height: 44px;
	}
	#resetPasswordModalMob h4 {
		text-align: center;
	}
	#resetPasswordModalMob .modal-body {
		padding: 0 5% 25px;
	}
	#saveRegisterModal {
		margin-top: 15%;
		padding-right: 2%!important;
	}
	.nav-link.active {
		height: 50px;
	}
	#finishCartFeedback {
		padding-top: 0;
	}
	#finishCartFeedback .modal-body {
		height: 100%;
		align-items: center;
		padding-left: 5%;
	}
	#tableResultMob_wrapper.dataTables_wrapper {
	    -ms-overflow-style: none; 
	    scrollbar-width: none;  
	}
	#tableResultMob_wrapper.dataTables_wrapper::-webkit-scrollbar { 
	    display: none;  
	}
	.blocked-ip {
	    margin-top: 120px;
	}
	.blocked-ip img {
	    width: 20%;
	}
	#propResWarning  {
		display: flex;
        flex-direction: column;
        padding: 40px 4%;
		margin-top: 60px;
		border-radius: 10px;
	}
	#propResWarning i {
	   	font-size: 35px;
	    margin-bottom: 17px;
	}
}

@media screen and (min-width: 1280px) {
	.nav-logo-container {
    	margin-left: 11.7%;
	}
	.nav-button-register {
    	margin-right: 5.2%;
	}
}

@media screen and (min-width: 1768px) {
	#nav-logo-admin {
		margin-left: 11.7%;
	}
	.nav-button-register {
    	margin-right: 11.5%;
	}
	#chat-admin {
		margin-right: 10.4%!important;
	}
	.nav-bar-admin {
		text-align: center;
	}
	.button-admin a {
		margin-left: -155px;
	}
	.chat-online {
		margin-right: 9%;
	}
	.nav-item-button {
		margin-left: -162px;
	}
	.main-wrapper {
		padding: 45px 9%;
	}
	.home-wrapper, .price-deadline-wrapper {
		padding: 2px 9%;
	}
	.map-wrapper {
		padding: 0 1%;
	}
	.map-content {
		padding: 15px;
	}
	.service-box {
    	padding: 11px 2% 11px 4%!important;
	}
	.digital-main-wrapper {
		max-width: 1350px;
	}
	.step, .step2 {
		margin: 0 93px;
	}
	#viewRegForm .step, #propResForm .step {
		margin: 0 92px;
	}
	#orderInfoButtons, #orderInfoButtonsAdmin {
		padding-right: 0;
	}
	#pixOption div {
		margin-left: 13%;
	}
	#pixOption img {
		margin-left: 11%;
	}
}