@font-face {
 font-family: Poppins-Regular;
 src: url(https://dnm1hl96avzfh.cloudfront.net/canarintec/fonts/Poppins-Regular.ttf);
}

@font-face {
 font-family: Poppins-Medium;
  src: url(https://dnm1hl96avzfh.cloudfront.net/canarintec/fonts/Poppins-Medium.ttf);
}

@font-face {
 font-family: Poppins-Bold;
  src: url(https://dnm1hl96avzfh.cloudfront.net/canarintec/fonts/Poppins-Bold.ttf);
}

@font-face {
 font-family: Poppins-SemiBold;
  src: url(https://dnm1hl96avzfh.cloudfront.net/canarintec/fonts/Poppins-SemiBold.ttf);
}

* {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
}

input {
 outline: none;
 border: none;
}

textarea {
 outline: none;
 border: none;
}

textarea:focus, input:focus {
 border-color: transparent!important;
}

input:focus::-webkit-input-placeholder {
 color: transparent;
}

input:focus:-moz-placeholder {
 color: transparent;
}

input:focus::-moz-placeholder {
 color: transparent;
}

input:focus:-ms-input-placeholder {
 color: transparent;
}

textarea:focus::-webkit-input-placeholder {
 color: transparent;
}

textarea:focus:-moz-placeholder {
 color: transparent;
}

textarea:focus::-moz-placeholder {
 color: transparent;
}

textarea:focus:-ms-input-placeholder {
 color: transparent;
}

input::-webkit-input-placeholder {
 color: #adadad;
}

input:-moz-placeholder {
 color: #adadad;
}

input::-moz-placeholder {
 color: #adadad;
}

input:-ms-input-placeholder {
 color: #adadad;
}

textarea::-webkit-input-placeholder {
 color: #adadad;
}

textarea:-moz-placeholder {
 color: #adadad;
}

textarea::-moz-placeholder {
 color: #adadad;
}

textarea:-ms-input-placeholder {
 color: #adadad;
}

textarea.canario-form-input {
 min-height: 110px;
 padding-top: 9px;
 padding-bottom: 13px;
}

button {
 outline: none!important;
 border: none;
 background: 0 0;
}

button:hover {
 cursor: pointer;
}

body {
 background-size: cover;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 font-family: Poppins-Regular, sans-serif;
}

body, html {
 height: 100%;
}

.canario-container {
 width: 100%;
 min-height: 100%;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: center;
 padding: 25px;
}

.canario-card {
 width: 790px;
 min-height: 85vh;
 border-radius: 15px;
 overflow: hidden;
 padding: 72px 15px 90px;
 position: relative;
 margin-top: 20px;
}

.container-canario-foto {
 height: 250px;
}

.canario-foto {
  /*background: url("/images/background2.jpg") no-repeat center fixed;*/
  /* background: #000000; */
 height: 290px;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 padding-bottom: 290px;
}

.canario-foto img {
 width: 250px;
 height: 250px;
 transform: translateY(8.5%);
 object-fit: cover;
}

.canario-cabecalho h1 {
 text-align: center;
 font-weight: 600;
 font-size: 22px;
  /* opacity: 30%; */
 color: #ffffff;
 font-family: Poppins-Medium;
}

.canario-cabecalho h3 {
 text-align: center;
 font-size: 17px;
 font-weight: 500;
}

.canario-cabecalho p {
 text-align: justify;
 font-size: 14px;
}

.canario-footer {
 position: absolute;
 bottom: 5%;
 left: 50%;
 transform: translateX(-50%);
}

.canario-form {
 width: 100%;
 position: relative;
 border-bottom: 2px solid #d9d9d9;
 padding-bottom: 13px;
 margin-bottom: 27px;
}

.canario-form-pos {
 position: relative;
}

.canario-form-label {
 font-family: Poppins-Regular;
 font-size: 18px;
 color: #666;
 line-height: 1.5;
 padding-left: 5px;
}

.canario-form-input {
 display: block;
 width: 100%;
 background: 0 0;
 font-family: Poppins-Medium;
 font-size: 12px;
 color: #333;
 line-height: 1.2;
 padding: 0 5px;
}

input.canario-form-input {
 height: 40px;
}

.canario-form-focus {
 position: absolute;
 display: block;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 pointer-events: none;
}

.canario-form-focus::before {
 content: "";
 display: block;
 position: absolute;
 bottom: -2px;
 left: 0;
 width: 0;
 height: 2px;
 -webkit-transition: all .4s;
 -o-transition: all .4s;
 -moz-transition: all .4s;
 transition: all .4s;
 background: #7f7f7f;
}

input[type='checkbox'] {
 position: absolute;
 transform: scale(1.25);
}

input[type='checkbox'] + label {
 position: relative;
 cursor: pointer;
 padding-left: 20px;
 transform: translateY(-20%);
}

.canario-form-checkbox label {
 font-size: 16px;
}

/*####################### button #########################*/
.canario-form-btn {
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;
 justify-content: center;
 align-items: center;
 padding: 0 20px;
 width: 100%;
 height: 50px;
 font-family: Poppins-Medium;
 font-size: 16px;
 color: #fff;
 line-height: 1.2;
}

.contact100-form-btn i {
 -webkit-transition: all .4s;
 -o-transition: all .4s;
 -moz-transition: all .4s;
 transition: all .4s;
}

.contact100-form-btn:hover i {
 -webkit-transform: translateX(10px);
 -moz-transform: translateX(10px);
 -ms-transform: translateX(10px);
 -o-transform: translateX(10px);
 transform: translateX(10px);
}

.canario-form-btn-color {
 position: absolute;
 z-index: -1;
 width: 300%;
 height: 100%;
 background: #000000;
 top: 0;
 left: -100%;
 -webkit-transition: all .4s;
 -o-transition: all .4s;
 -moz-transition: all .4s;
 transition: all .4s;
}

.canario-form-bnt-wrap {
 width: 100%;
 display: block;
 position: relative;
 z-index: 1;
 border-radius: 25px;
 overflow: hidden;
 margin: 0 auto;
}

.canario-form-bnt-wrap:hover .canario-form-btn-color {
 left: 0;
}

.canario-form-btn-container {
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 padding-top: 13px;
 padding-bottom: 0px;
}

.card {
 background: #ffffff;
}

.card-body.demo {
 padding: 3px 0px 3px 0px;
 margin-top: 20px;
 margin-bottom: 20px;
}

.canarin-demo-container {
 border-radius: 0;
 overflow: visible;
 padding: 0px 0px 0px 0px;
}

.card.phone {
 background: transparent;
 border: none;
 box-shadow: none;
}


/* ===== Phone mock ===== */
.phone-mock {
 --phone-width: 550px;
     /* ajuste o tamanho */
 --bezel: 10px;
            /* espessura da borda preta externa */
 --radius: 38px;
           /* raio das quinas do aparelho */
 width: min(80%, var(--phone-width));
  /* aspect-ratio: 9 / 19.5;   proporção de smartphone */
 position: relative;
 padding: var(--bezel);
 border-radius: calc(var(--radius) + var(--bezel));
 background: #000;
 box-shadow: 0 24px 60px rgba(0,0,0,.35),
    0 2px 0 rgba(255,255,255,.05) inset,
    0 -2px 0 rgba(255,255,255,.04) inset;
 margin-inline: auto;
      /* centraliza no card */;
}

@media screen and (max-width: 790px) {
 .phone-mock {
  width: min(100%, var(--phone-width));
 }
}

.phone-bezel {
 width: 100%;
 height: 100%;
 border-radius: var(--radius);
 overflow: hidden;
 position: relative;
 background: #000;
}

/* “Tela” onde sua demo vive */
.phone-screen {
 width: 100%;
 height: 100%;
 border-radius: calc(var(--radius) - 2px);
 overflow: auto;
                 /* rola se passar do viewport */
 -webkit-overflow-scrolling: touch;
 background: #111;
               /* fallback atrás da sua demo */
 position: relative;
}

/* Notch + speaker + câmera */
.phone-notch {
 position: absolute;
 top: 0;
 left: 50%;
 transform: translateX(-50%);
 width: 33%;
 height: 26px;
 background: #000;
 border-bottom-left-radius: 16px;
 border-bottom-right-radius: 16px;
 z-index: 3;
 box-shadow: 0 1px 0 rgba(255,255,255,0.06) inset;
}

.phone-notch::before,
.phone-notch::after {
 content: "";
 position: absolute;
 top: 6px;
 border-radius: 10px;
 background: #1b1b1b;
}

.phone-notch::before {
            /* speaker */
 left: 50%;
 transform: translateX(-50%);
 width: 58px;
 height: 6px;
}

.phone-notch::after {
             /* câmera */
 right: 22px;
 width: 8px;
 height: 8px;
 background: #0b0b0b;
}

/* Botões laterais (decorativos) */
.phone-mock::before {
             /* volume */
 content: "";
 position: absolute;
 left: -4px;
 top: 90px;
 width: 3px;
 height: 42px;
 border-radius: 2px;
 background: #111;
 box-shadow: 0 60px 0 #111, 0 120px 0 #111;
}

.phone-mock::after {
              /* power */
 content: "";
 position: absolute;
 right: -4px;
 top: 160px;
 width: 3px;
 height: 70px;
 border-radius: 2px;
 background: #111;
}


/* handle cilíndrico à direita — sempre visível */
.drag-handle {
 position: absolute;
 right: 10px;
 top: 50%;
 transform: translateY(-50%);
 width: 28px;
 height: 24px;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 gap: 4px;
 cursor: grab;
 user-select: none;
 border: none;
 background: transparent;
 z-index: 2;
}

.drag-handle:active {
 cursor: grabbing;
}

.drag-handle span {
 --bar-dark: #ffffff;
 --bar-light: #ffffff;
 width: 18px;
 height: 4px;
 border-radius: 999px;
 background: linear-gradient(to bottom, var(--bar-dark) 0%, var(--bar-light) 55%, var(--bar-dark) 100%);
 box-shadow: inset 0 1px 1px rgba(255,255,255,.25), inset 0 -1px 1px rgba(0,0,0,.25);
}

/* sempre reserva espaço pro handle à direita */
.link-action {
 padding-right: 44px;
}

.divider-demo {
 color: #0000006c;
 margin-bottom: 0px;
}


/* configs */
#opacitySlider-bg-solid, #opacitySlider-bg-gradient, 
#opacitySlider-card-solid, #opacitySlider-card-gradient,
#borderRadiusSlider {
 height: 7px;
}

#opacitySlider-bg-solid .noUi-connect, 
#opacitySlider-bg-gradient .noUi-connect, 
#opacitySlider-card-solid .noUi-connect, 
#opacitySlider-card-gradient .noUi-connect,
#borderRadiusSlider .noUi-connect {
 background: var(--tblr-primary);
}

#opacitySlider-bg-solid .noUi-handle, 
#opacitySlider-bg-gradient .noUi-handle, 
#opacitySlider-card-solid .noUi-handle, 
#opacitySlider-card-gradient .noUi-handle, 
#borderRadiusSlider .noUi-handle {
 height: 30px;
 width: 17px;
 top: -12px;
 right: -5px;
 cursor: pointer;
}

.noUi-handle:before, .noUi-handle:after {
 display: none;
}


/* bio */
.canario-bio-edit {
 display: inline-flex;
 align-items: center;
 gap: 6px;
 cursor: pointer;
}

.canario-bio-edit p {
 display: inline;
 color: #fff;
}

.btn-bio-edit {
 border: none;
 background: transparent;
 padding: 2px;
 cursor: pointer;
 transition: transform 0.2s ease;
}

.btn-bio-edit:hover {
 transform: scale(1.1);
 color: #ff9800;
 /* ou a cor primária do seu tema */;
}



/* Wrapper define a cor-base do placeholder (currentColor) */
.canarin-skeleton {
 color: rgba(255,255,255,.33) !important;
}       /* dark */
.canarin-skeleton-profile {
 margin-top: 65px;
 height: 250px;
}

.canarin-skeleton-links {
 margin-top: 150px;
 height: 450px;
}

:root[data-bs-theme="light"] .canarin-skeleton {
 color: rgba(0,0,0,.14) !important;
} /* light */

/* Tamanhos/raios semelhantes ao seu layout */
.canarin-skeleton .skel-avatar {
 width: 250px;
 height: 250px;
 border-radius: 50%;
 margin: 10px auto 14px;
 background: currentColor;
 opacity: 1;
}

.canarin-skeleton .skel-title {
 height: 22px;
 border-radius: 8px;
 margin-top: 50px;
}

.canarin-skeleton .skel-bio {
 height: 14px;
 border-radius: 6px;
}

.canarin-skeleton .skel-link {
 height: 48px;
 border-radius: 12px;
}

/* Opcional: um leve “relief” para os links */
.canarin-skeleton .skel-link.placeholder {
 box-shadow: inset 0 0 0 1px rgba(255,255,255,1);
}

.canario-card {
 will-change: opacity;
}


/* configs blocks */
.publish-button.disabled {
 background-color: #111;
}