.StripeElement {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 10px;
}

.StripeElement--focus {
    outline: none;
    border-bottom: 2px solid #FF5678;
}

.overlay-card {
    position: absolute;
    width: 100%;
    background: #ffffffde;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
}

.checkmark__circle_grey {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #26bd85;
    fill: #FFF;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #26bd85;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position: relative;
    top: 5px;
    right: 5px;
    margin: 0 auto;
}

.rounded-input {
    background: #FCFCFC;
    border: 0.5px solid #e2e2e2;
    box-sizing: border-box;
    border-radius: 6px;
    padding-left: 11px;
    min-height: 50px;
}

.rounded-input::placeholder {
    letter-spacing: 0;
    font-weight: 500;
    font-size: 16px;
    color: #9FA1A5;
}

.rounded-input:focus {
    border: 0.5px solid #152354;
}

.rounded-input.error {
    border: 0.5px solid red;
}

.input-col-margin-s {
    margin-top: 26px;
}

input {
    width: 100%;
    min-width: 160px;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #E6E6E6;
    min-height: 30px;
    
}

.sketch-picker input {
    width: initial;
    min-width: initial;
    width: initial;
    min-height: initial;
    box-sizing: initial;
}

input::placeholder {
    color: #BCBCBC;
}

input:focus {
    outline: none;
    border-bottom: 2px solid #FF5678;
}

.row.row-input {
    margin-bottom: 24px;
}

.dropzone {
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    outline: none;
}

.dropzone:not(.disabled):hover {
    opacity: 0.7;
}

.dropzone .content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.dropzone.filled .placeholder {
    visibility: hidden;
}

.btn-container {
    position: absolute;
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: space-evenly;
    height: 100%;
    font-size: 14px !important;
    flex-wrap: wrap;
}

.dropzone-container {
    position: relative;
}

.dropzone-container.error {
    border-radius: 12px;
    border: 2px solid #f95a5a;
}

.param_container .error {
    color: #f95a5a;
    font-size: 14px;
}

.card-input .error {
    color: #f95a5a;
    font-size: 14px;
}

.slider-picker div~div {
    display: none;
}

.hue-horizontal {
    border-radius: 20px;
}

.dropzone-placeholder {
    background-color: white;
    border: 2px dashed #777777;
    box-sizing: border-box;
    border-radius: 10px;
}

.dropzone-placeholder p {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #777777;
}

.pr-card-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 90%;
    max-width: 1510px;
    margin: 0 auto;
}

.pr-card .title {
    font-weight: bold;
    font-size: 23px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    color: #152354;
}

.pr-card {
    background: #FFFFFF;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    height: 465px;
    width: 90%;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin-top: 60px;
}

.faq-row-wrapper .row-title {
    font-weight: 600;
}

.alert-link {
    font-size: 16px
}

.content-container {
    margin-bottom: 200px;
}

.preview-platform {
    border: 0.5px solid #e8e8e8;
    padding: 7px;
    background-color: #fcfcfd;
    border-radius: 21px;
    width: 55px;
    text-align: center;
    color: #3c5897;
    cursor: pointer;
}

.preview-platform.right {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.preview-platform.left {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.preview-platform.disabled {
    cursor: inherit;
    opacity: 41%;
}

.navbar-dark .nav-link {
    color: white !important;
}

.navbar-dark .navbar-brand {
    filter: brightness(0) invert(1);
}

.navbar-dark .profile-container-bg {
    border: 2px solid white;
}

.navbar-dark .dropdown-toggle {
    color: white !important;
}

.navbar-dark .profile-container-bg .profile-text {
    color: white;
}

.nav-item .dropdown-item {
    color: #152354;
    padding: 0.7rem 1.5rem;
    font-weight: 600;
}

.badge-pink {
    color: white;
    background-color: #FF5678;
}

.badge-gabzzle {
    font-size: 16px;
    font-weight: 600;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 36px;
    min-height: 36px;
    border-radius: 50%;
}
/*
     FILE ARCHIVED ON 11:05:20 Aug 23, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:24:18 Mar 21, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.711
  exclusion.robots: 0.029
  exclusion.robots.policy: 0.017
  esindex: 0.011
  cdx.remote: 10.828
  LoadShardBlock: 252.876 (3)
  PetaboxLoader3.datanode: 238.155 (5)
  PetaboxLoader3.resolve: 268.255 (2)
  load_resource: 301.97
  loaddict: 94.285
*/