@import 'icons.css';
/*VARIAVEIS CSS--*/
:root {
    --primary-color: #445f6f;
    --secondary-color: #337ab7;
    --tertiary-color: #fb9b6f;
    --quaternary-color: #3c763d;
    --quinary-color: #7a9f82;
    --senary-color: #f4773d;

    --black-color: #000000;
    --dark-gray-color: #212225;
    --cool-gray-color: rgba(120, 120, 128, 0.12);
    --slate-blue-color: #2F4659;
    --deep-sky-blue-color: #2B638B;
    --lime-green-color: #69B02A;
    --baby-blue-color: #CFE1FE;
    --light-gray-color: #EEF1F6;
    --white-color: #FFFFFF;
    --lavender-gray-color: #79747E;
    --soft-gray-color: #F5F5F5;
}

.modal-custom {
    background-color: var(--white-color);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

.login-modal {
    padding: 30px 20px 15px 20px;
}


.col-step {
    max-width: 892px;
}

.col-step.user-step {
    max-width: 538px;
}

.inputs-login input {
    height: 56px;
    border-radius: 4px;
    font-size: 16px;
}

.dropdown-formulario #dados-assinante {
    display: flex; 
    gap: 0px;
    flex-wrap: wrap;
}

.dropdown-formulario #dados-assinante input:not([type="checkbox"]), .dropdown-formulario #dados-assinante select {
    border-radius: 4px;
    font-size: 16px;
    border: none;
    height: 46px;
    border-radius: 5px;
}

#promoCode {
    border: 1px solid #2F4659; 
    border-radius: 5px;
    border-radius: 4px;
    font-size: 16px;
}

.inputs-login {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.login-tabs {
    background-color: var(--cool-gray-color);
    border: none;
    border-radius: 9px;
    padding: 2.5px;
}

.login-tabs, #usuarioTabContent .no-enter-submit .row {
    margin-bottom: 15px;
}

#usuarioTabContent .row .form-group ul {
    margin-bottom: 0px;
}

.password-input {
    padding-right: 50px;
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #79747E;
    font-size: 16px;
    z-index: 2;
}

.relative-position {
    position: relative;
}

.loginAProva .toggle-password {
    top: 40%;
}

#forgot-password .toggle-password {
    margin-top: -17px;
    top: unset;
}

#informacoesAcesso .toggle-password {
    top: 70%;
    right: 15px;
}

.steps-container {
    flex-direction: column;align-items: center;
}

/*--VARIAVEIS CSS*/
body{
    background-color: var(--light-gray-color);
    font-family: "Noto Sans", sans-serif;
}
main.container{padding-bottom: 30px;}

.flex-box{display:-webkit-box;display:-ms-flexbox;display:flex;}
.justify-between{-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.align-center{-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.wrap{-ms-flex-wrap: wrap;flex-wrap: wrap;}

.pace .pace-activity{top:24px}
.page-title{display:none;}
.navbar .flex-box > *{margin:0}
.navbar-default{background-color: var(--white-color);border-radius: 0; border-color: transparent;}
.navbar-default header{-webkit-box-flex: 1;-ms-flex: 1 1 auto;flex: 1 1 auto; text-align: center;}
.navbar-default header h2{color: var(--slate-blue-color); margin:0;}
.navbar-nav>li{color: var(--tertiary-color); display: block; float: none;}
.navbar-default .navbar-nav>li>a{padding: 0; color: var(--slate-blue-color);}
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover{opacity: 0.75; color: var(--slate-blue-color);}
.navbar>.container .navbar-brand{padding: 0; width: 120px;height: 46px; margin: 5px 0 10px;}
.timeline-carrinho li{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%; 
    padding: 0; 
    color: var(--primary-color);
    pointer-events: none;
    cursor: default;
}
.timeline-carrinho li:after{bottom: 18px;}
.timeline-carrinho li.active .bullet{background-color: var(--senary-color);}
.timeline-carrinho li.active {
    pointer-events: auto;
    opacity: 1;
    cursor: pointer;
}
.timeline-carrinho li.active span {
    cursor: pointer;
}
.cart-label{border: none;}
#cart-load{padding-bottom: 5px; margin-bottom:0;}
#page-carrinho-checkout .cart-label h3{margin-top: 0;}
.nav-tabs{border-bottom: 0;}
.nav-tabs > li{float: none; display:table; margin:0 auto; -ms-flex-preferred-size: 50%; flex-basis: 50%; align-self: center;}
.nav-tabs > li + li{margin-left: 3px;}
.nav-tabs > li a{color: inherit; border-radius: 0; border: none; margin:0; position: relative; background-color: inherit;}
.nav-tabs > li:last-child a{border-color: inherit}
.nav-tabs>li>a:hover{background-color: inherit; color: inherit; border: none;}
.nav-tabs>li:last-child>a:hover{background-color: inherit; border: none;}
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover {color: var(--black-color); background-color:var(--white-color); border: none; border-radius: 7px; box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.12);}
.form-control{border-radius:4px}
.step-control input,
.carrinho .item > td{background-color: var(--white-color); border:1px solid var(--light-gray-color); box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);border-radius: 20px;padding: 25px 21px;}
#tipo-pagamento img{width: 100%;}
#tipo-pagamento h2{
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: var(--slate-blue-color);
    }
/*ICONES--*/
@font-face {
    font-family: icons;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/icons.woff) format("woff")
}

[class*=icon-] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

[class*=icon-]:not(.glyphicon):before {
    position: relative;
    font-family: icons!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.btn-green{background-color: var(--quaternary-color);}
.btn:not(.input-group-addon){
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin: 0;
    height: 34px;
    color: #fff;
    border: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0,0,0,.1);
    white-space: nowrap;
    -webkit-transition: .35s;
    transition: .35s;
    cursor: pointer;
    position: relative;
}
.btn[class*=icon-]{
    padding: 0 55px 0 15px;
}
.btn[class*=icon-]:after {
    display: block;
    position: absolute;
    top: 0;
    right: 35px;
    width: 5px;
    height: 100%;
    -webkit-transition: .35s;
    transition: .35s;
    background: url(../img/shadow.svg) no-repeat;
    background-size: 100% 100%;
    opacity: .1;
    content: '';
    z-index: 1;
}

.btn:not(.icon-only):before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: rgba(0,0,0,.1)
}
.btn.btn-big {width:100%; height: 60px; font-size: 18px;}
.btn.btn-big:before {width:65px;font-size: 25px;}
.btn.btn-big:after {left: inherit; right: 60px;}
.btn-success {
    background: #69B02A;
    color: #fff;
    border-radius: 8px;
    padding: 10px 28px;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    margin-bottom: 8px;
}
.btn-custom {
    background: #2F4659;
    color: #fff;
    border-radius: 8px;
    padding: 10px 28px;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    margin-right: 12px;
    margin-bottom: 8px;
}
.btn-close {
    background-color: var(--lavender-gray-color);
    color: #000000;
    border-radius: 8px;
    padding: 10px 28px;
    border: none;
}
.btn-login {
    background-color: var(--deep-sky-blue-color);
    color: var(--white-color);
    border: none;
    border-radius: 20px;
    padding: 10px 24px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    width: 100%;
    transition: background-color 0.3s ease;
}
.btn-custom:hover {
    filter: brightness(0.88);
}
.icon-arrow-right:before {
    content: "\65"
}
.icon-cart:before {
    content: "\6a"
}
.icon-facebook:before {
    content: "\6c"
}
.icon-twitter:before {
    content: "\6f"
}
.icon-youtube:before {
    content: "\70"
}
.icon-telegram:before {
    content: "\41"
}
.icon-whatsapp:before {
    content: "\42"
}
.icon-instagram:before {
    content: "\67"
}
/*--ICONES*/

/*--REDES SOCIAIS*/
footer>.container .cel.cel-social-icons {
    display: flex;
    justify-content: center
}

footer>.container .cel.cel-social-icons>* {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #ffffff;
    background: #2F4659;
    font-size: 26px;
    transition: .35s;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 15px;
}

footer>.container .cel.cel-social-icons>:not(:first-child) {
    margin-left: 10px
}

footer>.container .cel.cel-social-icons>:hover {
    text-decoration: none;
}

@media (max-width: 767px) {
    footer>.container .cel.cel-social-icons>* {
        height:40px;
        font-size: 22px
    }
}
/*REDES SOCIAIS--*/


/*LOGIN USUARIO*/
.loginAProva{
    display: block;
    margin: 30px auto;
    width: 100%;
    max-width: 538px;
    padding: 25px 35px ;
    background:#ffffff;
}
.loginAProva .form-group {
	width: 100%; 
    margin-bottom: 15px;
}
.loginAProva label{
    display: block;
    text-align: left;
}
.loginAProva input{
    width: 100%;
}
.loginAProva .step{
    font-size: 22px;
    color: #445F6F;
    margin:0 0 20px;
}
.modal-custom .login-title {
    font-size: 16px;
    color: #445F6F;
    font-weight: bold;
    margin:0 0 20px;
}
.modal-custom .login-forget {
    cursor: pointer;
    color: #2F4659;
    font-size: 13px;
}
/*LOGIN USUARIO*/

@media (min-width: 1024px) and (max-width: 1199px) {
    #endereco-estagio-1 br{display: none;}
}
@media (max-width: 1199px) {
    #page-carrinho-checkout .form-group label{-ms-flex-wrap: wrap;flex-wrap: wrap;}
}
@media (max-width: 768px) {
    .navbar-default header h2 {display: none}
    #page-carrinho-checkout h2{font-size: 16px; margin: 15px 0;}
    .navbar-right{margin-right: 0;}
    main.container{padding-top:30px;}
}
@media (max-width: 425px) {
    #endereco-estagio-1 br{display: none;}
    .navbar .flex-box > *{-ms-flex-preferred-size: unset;flex-basis: unset;}
}

/* AREA DO USUARIO*/
#informacoesAcesso .row{
	display: flex;
    flex-wrap: wrap;
    margin:0 0 0 -20px;
}
#informacoesAcesso .row.space-between{
	justify-content: space-between;
}
#informacoesAcesso .row.space-between:before,
#informacoesAcesso .row.space-between:after{
	display: none;
}
#informacoesAcesso .row .col{
	flex: 1 1 auto;
	margin-left: 20px;
}
#informacoesAcesso .row .col.fg-0{
	flex-grow: 0;
}
#informacoesAcesso .row .col.fg-2{
	flex-grow: 2;
}
#informacoesAcesso .form-group {
	width: 100%; margin-bottom: 8px;
}
.flex-box.row > .col{
    padding:0 20px 20px;
}
#informacoesAcesso #cep{
    width:100px;
}
#informacoesAcesso #uf{
    width:50px;
}

.side-menu{
    padding:0;
    margin-top:20px;
    list-style: none;
}
.side-menu li{
    display: block;
    margin-bottom: 1px;
}
.side-menu li a{
    display: block;
    padding:5px 10px;
    color: var(--quaternary-color);
}
.side-menu .icomoon{
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.side-menu .svg{
    width:20px;
    height: auto;
}
.side-menu .svg path{
    fill: var(--quaternary-color);
}
.side-menu li a:hover,
.side-menu li.active a{
    color: var(--primary-color);
}
.side-menu li.active a{
    font-weight: bold;
    pointer-events: none;
}
.side-menu a:hover .svg,
.side-menu li.active .svg path{
    fill: var(--primary-color);
}

#historicoCompras{
    margin-top: 17px;
}
#historicoCompras th{
    color: #ffffff;
    text-align: center;
    background: var(--primary-color);
}

#historicoCompras ul {
    list-style-type: none;
    word-break: break-word;
    padding: 0;
}

.pagination{
	padding:0px;
	width:auto;
	display:table;
    margin: 20px auto
}

.pagination ul {
    margin: 0;
    padding:0;
    display: inline-block;
    *display: inline;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom:1;-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05)
}

.pagination ul>li {
    display: inline
}

.pagination ul > li > a, .pagination ul>li>span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0
}

.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul>.active>span {
    background-color: #f5f5f5
}

.pagination ul > .active > a, .pagination ul>.active>span {
    color: #999;
    cursor: default
}

.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul>.disabled>a:focus {
    color: #999;
    cursor: default;
    background-color: transparent
}

.pagination ul > li:first-child > a, .pagination ul>li:first-child>span {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px
}

.pagination ul > li:last-child > a, .pagination ul>li:last-child>span {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px
}

@media only screen and (max-width : 535px) {
    .flex-box.row{
        display: block;
    }
	#informacoesAcesso .row .col.fg-0:not(.sm-fg-0){
		flex-grow: 1;
	}

}
/* AREA DO USUARIO*/
body{
    min-height: 100vh;
    position: relative;
    padding-bottom: 50px;
}
.user a{
    color: var(--slate-blue-color);
}
footer{
    left: 0;
    bottom: 0;
    width:100%;
    position: absolute;
    background-color: #ffffff;
}
footer .container{
    padding:15px;
}

#historicoCompras td {
    text-align: center;
}

@media only screen and (max-width : 535px) {
    .user a span{
        width: 50px;
        overflow: hidden;
        display: inline-block;
        height: 1.4em;
        vertical-align: middle;
    }
    .side-menu li a{
        padding-left: 0;
    }

    /* TABELA MOBILE */
    #historicoCompras table, 
    #historicoCompras thead, 
    #historicoCompras tbody, 
    #historicoCompras th, 
    #historicoCompras td, 
    #historicoCompras tr { 
		display: block; 
	}

    #historicoCompras tbody {
        padding: 10px;
    }

	#historicoCompras .last-item-table {
        justify-content: center;
        padding: 10px 0;
    }

    #historicoCompras tbody tr:last-child td:last-child {
       border-bottom: none;
    }

    #historicoCompras tbody tr td:last-child {
       border-bottom: 1px solid #ccc;
    }

    #historicoCompras td {
        text-align: left;
    }
	/* Hide table headers (but not display: none;, for accessibility) */
	#historicoCompras thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
    #historicoCompras tr:nth-child(even) td{
        background-color: #f5f5f5;
    } 
	
	#historicoCompras td { 
		border: none;
        position: relative;
        padding: 0;
        width: 100%;
        display: flex;
        align-items: center;
	}
	
	#historicoCompras td:before { 
        min-width: 45%;
        padding: 10px 5px;
        display: inline-block;
        padding-right: 5%;
        border-right: 1px solid #eee;
        margin-right: 5px;
        flex-basis: 45%;
        font-weight: bold;
    }
    #historicoCompras td:nth-of-type(1):before { content: "Data da compra"; }
	#historicoCompras td:nth-of-type(2):before { content: "Nº Pedido"; }
	#historicoCompras td:nth-of-type(3):before { content: "Preparatório"; }
	#historicoCompras td:nth-of-type(4):before { content: "Forma de pagamento"; }
	#historicoCompras td:nth-of-type(5):before { content: "Valor"; }
}

  .content-wrapper {
    display: flex;
  }
  
  .content-section {
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.5s ease, opacity 0.5s ease;
    display: none;
  }
  
  .content-section.active {
    display: block;
    opacity: 1;
    transform: translateX(0);
    z-index: 2;
  }
  
  .content-section.slide-left {
    transform: translateX(-100%);
  }
  
  .content-section.slide-right {
    transform: translateX(100%);
  }

.dropdown-lista {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  
  .dropdown-item {
    background-color: var(--baby-blue-color);
    color: var(--black-color);
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    font-weight: bold;
    transition: opacity 0.4s ease, transform 0.4s ease;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    gap: 10px;
    position: relative;
    z-index: 2;
  }

  .dropdown-item:hover {
    background-color: var(--baby-blue-color);
  }
    
  .dropdown-item:after {
    content: '\2335';
    font-size: 23px;
    font-weight: bold;
    color: var(--black-color);
    margin-left: 10px;
    transition: transform 0.4s ease;
  }
  
  .dropdown-item.ativo:after {
    transform: rotate(180deg);
   } 
  
  .dropdown-item.oculto {
    opacity: 0;
    transform: translateX(100%);
    pointer-events: none;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .dropdown-item input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  
  .dropdown-formulario {
    position: relative;
    top: -10px;
    z-index: 1;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0;
    max-height: 0;
    padding: 20px;
    background-color: var(--soft-gray-color);
    border-radius: 0 0 10px 10px;
  }
  
  .dropdown-formulario.ativo {
    transform: scaleY(1);
    opacity: 1;
    max-height: none;
  }

  .formulario-geral {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    word-break: keep-all;
    padding-right: 10px;
  }
  
  .dropdown-formulario input:not([type="checkbox"]), .dropdown-formulario select  {
    display: block;
    margin: 0 0 10px 0;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  
  #dropdown-voltar {
    display: none;
    border: none;
    padding: 10px;
    cursor: pointer;
  }

  #dropdown-voltar i {
    font-size: 18px;
    vertical-align: middle;
    margin: 0px 5px 1px 5px;
  }

  .dropdown-formulario .input-group-addon  {
    border: none;
    background-color: inherit;
    color: var(--slate-blue-color);
    font-size: 19px;
  }

  .dropdown-formulario .input-group-addo:hover, .dropdown-formulario .input-group-addo:focus, .dropdown-formulario .input-group-addo:active {
    border: none;
    background-color: var(--soft-gray-color);
    color: var(--deep-sky-blue-color);
    font-size: 19px;
    box-shadow: none;
  }

  .dropdown-formulario input#cep {
    margin: 0;
  }

  .dropdown-formulario label  {
    margin: 0;
  }

  .dropdown-formulario #basic-addon2.btn:active {
        box-shadow: none; 
        color: var(--baby-blue-color);
    }

  .discover-cep {
    display: block;
    cursor: pointer;
    font-size: 12px;
    margin: 1px 0 8px;
    color: var(--slate-blue-color);
  }

  .dropdown-seletor {
    padding: 0;
  }

  #etapa-final {
    padding: 0;
  }

  #estado-pedido {
    min-height: 100vh;
    position: relative;
    padding-bottom: 120px;
  }

  #estado-pedido h1 {
    color: var(--black-color);
    font-weight: 700;
    font-size: 24px;
    padding: 0;
    margin: 20px;
  }

    #estado-pedido .timeline-carrinho {
    margin: 0px auto;
    max-width: 540px;
  }

    #estado-pedido .timeline-carrinho {
    margin: 0px auto;
    max-width: 540px;
  }

  #estado-pedido .timeline-carrinho li:after {
    bottom: 25px;
  }

    .container-pedido {
        max-width: 700px;
        margin: 30px auto;
        padding: 20px;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .container-pedido .form-group {
        margin-bottom: 15px;
    }

    .container-pedido label {
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .container-pedido .input-field {
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        background-color: #f9f9f9;
    }

    .container-pedido input[type="text"],
    .container-pedido input[type="email"] {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        background-color: #f9f9f9;
    }

    .container-pedido .item {
        margin-bottom: 5px;
    }

    #estado-pedido footer {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    #estado-pedido .timeline-carrinho li.active, #estado-pedido .timeline-carrinho li.active span {
        cursor: default;
    }

    #estado-pedido .timeline-carrinho li.completed:after {
        background-color: #2F4659;
    }

    .pix-payment-box {
        display: flex; 
        flex-direction: column; 
        align-items: center; 
        gap: 10px; 
        margin: 0 auto 0;
    }

    .pix-payment-box div {
        text-align: center;
    }

    #modalPix p {
        margin-bottom: 0px;
    }

    .pix-image {
        text-align: center;
    }

    .pix-image img {
        width: 125px;
        padding: 25px 0 15px 0;
    }

    .modal-body .pix-image img {
        padding-top: 0;
    }

    #pix-validade-data, .pix-text {
        font-size: 12px;
    }

    #pix-string {
        display: inline-block; 
        width: 100%;
        max-width: 320px; 
        overflow: hidden; 
        text-overflow: ellipsis; 
        white-space: nowrap;
        margin-bottom: 0;
    }

    .mensagem-erro-pix {
        text-align: center;
        margin-top: 20px;
    }

    .modal-custom-gray {
        background: #F5F5F5;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        border-radius: 20px;
        margin: 0 auto 20px auto;
        width: 100%;
        max-width: 700px;
        padding: 16px 6px;
    }
    .modal-custom-gray label, .modal-custom-gray p {
        margin-bottom:1px;
    }
    .table-pedido {
        width: 100%;
        text-align: left;
        padding: 8px 15px;
    }

    .table-pedido {
        border-collapse: collapse;
        width: 100%;
    }

    .table-pedido td {
        padding: 8px;
    }

    .table-pedido input {
        display: block;
        border: none;
        width: 100%;
        padding: 8px;
        border-radius: 4px;
        box-sizing: border-box;
        font-size: 14px;
        white-space: normal;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .table-pedido input:focus-visible {
        outline: none;
        box-shadow: none;
    }
    .lista-items-comprados {
        display: block;
        width: 100%;
        padding: 8px;
        border-radius: 4px;
        font-size: 14px;
        background: #ffffff;
        border: none;
        line-height: 1.6;
        white-space: normal;
        box-sizing: border-box;
    }
    .status-header {
        font-size: 1.1rem;
        font-weight: bold;
        margin-bottom: 8px;
    }
    .info-section {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 18px;
        flex-direction: column; 
        gap: 0;
    }
    .modal-custom-gray .modal-titulo {
        font-size: 22px;
        line-height: 20px;
        letter-spacing: 0.5px;
        color: #2F4659;
        border-bottom: 1px solid #79747E;
        font-weight: bold;
        text-align: center;
        padding-bottom: 10px;
    }
    .titulo-container {
        display: flex;
        gap: 10px;
        flex-direction: column;
        align-items: center;
        position: relative;
        background-color: #f5f5f5;
    }

    .label-pagamento {
        background-color: #D2EDFF; 
        color: #1E1E1E;
        font-weight: normal;
        padding: 6px 12px;
        border-radius: 15px;
        font-size: 14px;
        white-space: nowrap;
        width: fit-content;
    }

    .label-pagamento.label-pendente {
        background-color: #fb9b6f;
        color: #fff;
    }

    .titulo-container h4 {
        margin: 0;
        font-size: 18px;
        color: #2F4659;
    }

    .texto-inferior {
        text-align: center;
        max-width: 546px;
        margin: 0px auto 20px auto;
    }

    .texto-inferior h4 {
        font-weight: bold;
    }

    @media (min-width: 768px) {
        .titulo-container {
            justify-content: center;
            padding: 8px 0;
        }

        .label-pagamento {
            position: absolute;
            right: 0px;
            top: 50%;
            transform: translateY(-50%);
        }
        .modal-custom-gray {
            padding: 20px;
        }
        .modal-custom-gray .modal-titulo {
            padding-bottom: 5px;
        }

        .info-section {
            flex-direction: row; 
            gap: 16px;
        }
    }
    @media (min-width: 576px) {
        .carrinho-dropdown .item > td > .flex-box > .item-name {
            display: flex;
            justify-content: space-between;
            width: 100%;
        }
        
        .dropdown-formulario #dados-assinante {
            gap: 35px;
        }

        .dropdown-formulario #dados-assinante > div {
            flex: 1;
        }
        .inputs-login {
            padding: 10px 35px;
        }
    }
    
.grupo-inputs {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding-top: 10px;
}

.grupo-inputs > div {
    flex: 1;
    min-width: 200px;
}

@media (max-width: 768px) {
    .grupo-inputs {
        flex-direction: column;
    }
    .modal-footer {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .modal-footer .btn+.btn {
        margin: 0;
    }
}

.timeline-carrinho li.completed span {
    background-color: #445f6f;
    color: #fff;
}

#informacoesAcesso .grupo-inputs {
    flex-direction: column;
}

.price-moeda-dropdown {
    display:none;
}

.dropdown-arrow:after {
    display: none;
}

.carrinho-expand.col-step.user-step {
    max-width: 892px;
}

.carrinho-dropdown .item > td > .flex-box {
    flex-direction: row-reverse;
    justify-content: flex-end;
    width: 100%;
    gap: 5px;
}

#carrinho-table-container .item-detail {
    font-weight: bold;
}

.carrinho-dropdown .item > td > .item-detail {
    display: none;
}

.carrinho-dropdown .price-moeda-dropdown {
   display: block;
}

.carrinho-dropdown.col-step.user-step {
    max-width: 892px;
}

.carrinho-dropdown .item > td {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    border-radius: 10px;
}

.carrinho-dropdown .dropdown-arrow:after {
    display: block;
    content: '\2335';
    font-size: 17px;
    font-weight: bold;
    color: var(--black-color);
    margin-left: 10px;
    cursor: pointer;
    transition: transform 0.4s ease;
}

.carrinho-dropdown .dropdown-arrow.active-arrow:after {
    transform: rotate(180deg);
}
    

.carrinho-dropdown .item > td > .item-detail.dropdown-active {
    display: block;
}

.carrinho-dropdown .item > td.td-dropdown-active {
    flex-direction: column;
}