header { display: none; }
.step1-sty{
    min-height: 227px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
iframe {
    width: 100%;
    height: 600px;
}

.ot_3 {
    height: 56px;
    background-color: #5b5b5b;
    border-radius: 2px;
    padding: 3px 3px;
    margin: 6px;
    overflow: hidden;
    max-width: 326px;
    width: 100%;
}
	.encurtador-container, p {
		    margin: 0 0 10px;
	}
	.encurtador-container, h4 {
	margin-top: 10px;
    margin-bottom: 10px;
	}
	   
	.botao-liberarcustomButtonEncurt, .customButtonEncurt {
    font-weight: 400;
    font-size: 14px;
    margin: 20px;
    padding: 6px 12px;
    background-color: #28a745;
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s; /* Adiciona a transição para transform */
}

.botao-liberarcustomButtonEncurt, .customButtonEncurt:hover {
    transform: scale(1.1); /* Corrigido o ponto e vírgula */
}
	.botao-liberarcustomButtonEncurt:hover {
    transform: scale(1.1); /* Corrigido o ponto e vírgula */
}

	
#encurtador-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    flex-direction: column;
    padding-right: 15px;
    padding-left: 15px;
}
#encurtador-container {
    border-top: 3px solid #00a65a;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
    background: rgba(0,0,0,0.8);
    text-align: center;
    width: 100%;
    max-width: 750px;
    color: white;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
}
#progress-container {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 4.4px;
	padding: 4.4px;
	background-color: rgb(255, 255, 255);
	border-radius: 0px;
	border: 2.1px solid rgb(97 96 197);
	box-shadow: rgba(0, 0, 0, 0.05) 0px 1.1px 4.4px;
	}
#step-text {
	padding: 2.2px 8.8px;
	border-radius: 0px;
	background-color: rgb(84, 84, 84);
	color: rgb(255, 255, 255);
	font-size: 11px;
	font-weight: bold;
	}
#progress-bar-container {
    width: 320px;
    height: 6px;
    background-color: #333;
    border-radius: 5px;
    overflow: hidden;
}
	@media (max-width: 480px) {
   #progress-bar-container {
       width: 200px;
    }
}
#progress-bar {
    height: 100%;
    width: 0%;
    background-color: #4CAF50;
    transition: width 0.5s;
}

.circular-progress {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 15px auto;
}
.circular-progress svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}
.circular-progress circle {
    fill: none;
    stroke-width: 5;
}
.circular-progress circle.bg {
    stroke: #444;
}
.circular-progress circle.progress {
    stroke: #4CAF50;
    stroke-dasharray: 283;
    stroke-dashoffset: 283;
    transition: stroke-dashoffset 1s linear;
}
.circular-progress .countdown {
    font-size: 24px;
    font-weight: bold;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.quase-pronto {
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff;
}
	.text-left{
	text-align: left;
    margin-top: 20px;
    font-size: 14px;
    color: #91afb9;
	}