@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap');

@import "pure-select.css";

:root{
    --primary: blue;
    --secondary: red;
    --font-inter: "Inter", sans-serif;
    --font-ibm: "IBM Plex Sans", sans-serif;
    --radius-10: 10px;
    --radius-20: 20px;
    --radius-40: 40px;
    --default: #16A085;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #16A085;
    --bs-btn-border-color: #16A085;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #138d77;
    --bs-btn-hover-border-color: #16A085;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #138d77;
    --bs-btn-active-border-color: #138d77;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #16A085;
    --bs-btn-disabled-border-color: #16A085;
}

.btn-outline-primary {
    --bs-btn-color: #16A085;
    --bs-btn-border-color: #16A085;
    --bs-btn-hover-color: #FFFFFF;
    --bs-btn-hover-bg: #138d77;
    --bs-btn-hover-border-color: #138d77;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #FFFFFF;
    --bs-btn-active-bg: #138d77;
    --bs-btn-active-border-color: #138d77;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #16A085;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #16A085;
    --bs-gradient: none;
}

.btn-primary,
.btn-outline-primary{
    border-radius: 50px;
    font-weight: 700;
}

.btn-custom-lg {
    width: 100%;
    padding: 12px 18px;
    font-size: 14px;
    text-transform: uppercase;
}

.btn-custom-xl {
    width: 100%;
    padding: 22px 18px;
    font-size: 16px;
    text-transform: uppercase;
}

.btn-custom-xl i {
    font-size: 22px;
}

.btn-custom-xl i {
    font-size: 20px;
}

a.btn-primary:hover,
a.btn-primary:focus,
a.btn-primary:active {
    color: #FFFFFF;
}

.container{
    /* max-width: min(90%, 70.5rem) !important; */
    max-width: 1440px;
}

@media only screen and (max-width: 1199px){
    .container{
        max-width: 1200px;
        /* max-width: 100%; */
    }
}

@media only screen and (max-width: 991px){
    .container{
        max-width: 1440px;
    }
}

@media only screen and (max-width: 767px){
    .container{
        /*max-width: min(99%, 70.5rem);*/
        max-width: 740px;
    }
}


body{
    background-color: #fff;
}

.radius-50{
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.card-event{
    border-radius: 20px;
}

/* header
----------------------------------------------------------*/
.navbar.navbar-bodered .navbar-nav > li > a:not(.btn){
    font-family: var(--font-ibm);
    text-transform: none;
    font-size: 18px !important;
    font-weight: 700;
}
.navbar input{
    border-radius: var(--radius-20);
    text-align: center;
    font-size: 18px;
}
.navbar input::placeholder{
    text-align: center;
    font-size: 18px;
}

.navbar-site .dropdown-menu {
    border-radius: 15px;
    padding: 0;
}

.navbar-site .dropdown-menu li {
    padding: 0;
}

.navbar-site .dropdown-menu li a {
    padding: 12px 10px;
    font-size: 16px;
}

.dropdown-divider {
    margin:0;
    border: 0;
}

/* page title
-------------------------------------------------------------*/

.page-title{
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin: 60px 0 40px;
}

.page-title h1 {
    color: #333333;
    font-size: 45px;
    text-decoration: none;
    line-height: 40px;
}

/* criar evento
------------------------------------------------------------*/
#wrapper{
    padding-bottom: 70px;
}
.top-collections{
    padding: 40px 0;
    position: static;
    top: 0;
}
.top-collections h2{
    font-weight: 700;
}
.top-collections__origin{
    font-weight: 500;
    font-size: 16px;
    height: 60px;
}
.top-collections__item{
    display: flex;
    align-items: center;
}
.top-collections__item:not(:last-child){
    margin-bottom: 1rem;
}
.top-collections__item img{
    margin-left: 10px;
    border-radius: 50%;
    width: 60px;
}
.top-collections__item div{
    margin-left: 10px;
    display: flex;
    flex-direction: column;
}
.top-collections__item div span:first-child{
    font-weight: 700;
}
.create-event label{
    font-size: 18px;
    color: #464a4c;
}

.form-floating > label {
    top: -4px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #a9a9a9;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.75) translateY(-0.5rem) translateX(1.15rem);
    width: auto;
}

.form-floating > .form-select {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.create-event input,
.create-event .form-control,
.create-event .form-select{
    font-size: 16px;
    padding-left: 23px;
    border-radius: var(--radius-40);
    height: 50px;
    background-color: #fff;
}

.create-event textarea, .create-event .form-control textarea {
    border-radius: 25px;
}

.create-event .textarea-custom {
    border-radius: 30px;
    height: 180px;
}

.create-event textarea{
    border-radius: var(--radius-40);
    font-size: 18px;
}

.create-event textarea::placeholder{
    text-align: center;
    padding: 20px;
}
.create-event input::placeholder,
.create-event textarea::placeholder{
    font-size: 18px;
}
.create-event .dropdown-toggle{
    cursor: pointer;
}
.create-event .dropdown-menu{
    border-radius: var(--radius-20);
    min-width: 320px;
}
.create-event .dropdown-menu li{

}
.create-event .dropdown-menu a{
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.create-event .card{
    border-radius: var(--radius-20);
}

.create-event .upload-logo-area .inputfile{
    top: 75% !important;
    right: 75px;
}
.create-event .upload-logo-area{
    position: relative;
    padding: 4px;
    cursor: pointer;
    border: 3px dashed rgb(204, 204, 204);
    border-radius: 10px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease;
    overflow: hidden;
}
.create-event .upload-logo-area:hover{
    border-color: rgba(138, 138, 160, 0.3);
}
.create-event .upload-logo-area i{
    width: 84px;
    height: 84px;
    font-size: 84px;
    color: rgb(204, 204, 204);
    transition: all .2s ease;
}
.create-event .upload-logo-area:hover i{
    color: rgba(138, 138, 160, 0.3);
}

/* switch toggle button
---------------------------------------------------------------------*/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }

  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  /* The slider */
  .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: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  input:checked + .slider {
    background-color: var(--default);
  }

  input:focus + .slider {
    box-shadow: 0 0 1px var(--default);
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }

  .slider.round:before {
    border-radius: 50%;
  }

.box-date-event {
    display: grid;
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 20px;
    background: linear-gradient(to bottom, transparent -80%, rgba(0, 0, 0, 0.9) 100%);
    border-radius: var(--radius-20);
    padding: 10px 20px;
    font-family: var(--font-ibm);
    font-weight: 700;
    color: white;
    letter-spacing: 1px;
}

.box-date-event span:first-child {
    border-bottom: 2px solid;
}

.timer-event {
  font-family: var(--font-ibm);
  font-weight: 700;
  letter-spacing: 2px;
}

.timer-event span {
    font-size: 20px;
}

.timer-event p {
    font-size: 16px;
}

@media (max-width: 576px) {

    .timer-event span,
    .timer-event p {
        font-size: 13px;
    }

    .box-date-event {
        font-size: 13px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .timer-event span{
        font-size: 18px;
    }
    .timer-event p {
        font-size: 14px;
    }
}

.timer-event .p-2 {
    padding: 0.5rem 0.7rem !important;
}


.section {
    position: relative;
    padding: 0;
    height: 50vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section.parallax {
    background-attachment: fixed;
    background-image: url("https://itsnft-qa.s3.amazonaws.com/public/itsticket/event/0f84de2d-3163-4745-987a-b920baa5607b/img/632e5d6fab6da.jpg");
    background-color: #333333;
}
.section.transparent.white>.inner {
    height: 50vh;
    background: rgba(255,255,255,.90);
}

.step__loader .spinner-border {
    color: #CCC;
    width: 4.5rem;
    height: 4.5rem;
}

.btn-custom {
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 700;
}
.btn-custom.outline {
    background-color: transparent;
    border-color: var(--default);
    color: var(--default);
}

.countdown-event .box-countdown {
    display: flex;
    gap: 0.25rem;
    justify-content: center;
    background: #212529;
    padding: 20px;
    color: white;
    border-radius: 25px;
    background-image: var(--bs-gradient) !important;
}


.countdown-home .box-countdown {
    display: flex;
    justify-content: center;
    color: white;
}

.has-background {
    background-position: center;
}

.event-details .badge {
    padding: 0.25em 0.65em 0.35em;
}

.color-custom {
    color: var(--default);
}

.color-black {
    color: #333333;
}

.icon-page-error {
    font-size: 100px;
}

.date-custom {
    display: flex;
    align-items: baseline;
    justify-content: center;
    text-transform: uppercase;
    font-weight: bolder;
    line-height: 0.5px;
    margin-bottom: 5px;
}

.date-custom .date {
    font-size: 14px;
    color: var(--default);
}

.date-custom i {
    font-size: 12px;
    color: #CCC;
}

.carousel-home {
    padding: 25px 0;
}

.carousel-home .swiper-wrapper .card {
    border-radius: 20px;
    border: 0;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    position: absolute;
    top: 0;
}

.carousel-home .swiper_presential .swiper-wrapper .card .card-body,
.carousel-home .swiper_online .swiper-wrapper .card .card-body{
    min-height: 72px;
}

.carousel-home .swiper_promo .swiper-wrapper .card .card-body {
    min-height: 100px;
}

.carousel-home .swiper-wrapper .card .card-body {
    max-width: 298px;
}

.carousel-home .swiper-wrapper .card .card-img-top{
    object-fit: cover;
    border-radius: 25px 25px 0 0;
}

.carousel-home .swiper-wrapper .card .card-title  {
    line-height: 22px;
    height: 50px;
    display: grid;
    margin:0;
}


.carousel-home .swiper-wrapper .card .card-title a {
    color: #333;
}

.carousel-home .title-carousel {
    text-transform: uppercase;
    padding: 10px 10px 0 10px;
}

.carousel-home .title-carousel h2 {
    font-weight: 700;
    padding: 0;
}

.swiper {
    width: 100%;
    height: 330px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide:last-child {
    width: 100px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.buttons-swiper {
    display: flex;
    height: 30px;
    margin-bottom: 10px;
}

.carousel-home .swiper-wrapper .card .card-img-top {
    height: 200px;
    width: 330px;
    object-fit: cover;
}

@media (max-width: 576px) {
    .swiper {
        width: 100%;
        height: 250px;
    }

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100px;
        object-fit: cover;
    }

    .buttons-swiper {
        display: none;
    }

    .carousel-home .swiper-wrapper .card .card-img-top {
        height: 100px;
        width: 200px;
        object-fit: cover;
    }
}

.swiper-button-next, .swiper-button-prev {
    position: relative;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--default);
}

.swiper-button-next:after, .swiper-button-prev:after {
    border: 1px solid #CCC;
    font-size: 20px;
    padding: 5px 10px 5px 12px;
    border-radius: 5px;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: auto;
    right: 50px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -20px;
}

.btn-check:checked + .btn-outline-primary {
    background-color: var(--default);
    border-color: var(--default);
    box-shadow: 0 0 0 4px transparent;
}

.card.event-widget {
    padding: 0;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    border: 0;
    margin-bottom: 20px;
}

.card.event-widget p {
    font-size: 0.875rem;
    margin-bottom: 0.2rem;
}

.card.event-widget h3 {
    font-size: 1.275rem;
}


@media (min-width: 768px) {
    .profile-section .card.event-widget {
        max-height: 180px;
        margin-bottom: 0;
    }
}

.event-widget {
    border-radius: var(--radius-10);
}

.event-account-widget__header .event-account-widget__banner {
    border-top-left-radius: var(--radius-10);
    border-bottom-left-radius: var(--radius-10);
}

.see-contract {
    font-size: 12px;
    color: var(--default);
    line-height: 16px;
    width: 75px;
    display: flex;
    flex-wrap: wrap;
    margin: 3px 0;
}

.copyright {
    border-top: dashed 1px #32363a;
    border-bottom: dashed 1px #32363a;
    color: #919191;
    font-size: 11px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    margin-top: 30px;
    padding: 20px 0;
    text-transform: uppercase;
}

.social-list-footer li {
    height: 45px;
    width: 45px;
    line-height: 45px;
    background-color: #32363a;
    border-radius: 50%;
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
}

.social-list-footer li span {
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.social-list-footer li:hover  span {
    color: var(--default);
}

.logo-title:hover {
    color: unset;
}

.modal.popup .collections-event__img, .modal.popup .collections-event__img img {
    width: 60px;
    height: 60px;
}

.collections-event__text {
    max-width: 120px;
}

.form-floating > .form-control {
    height: calc(3.5rem + 2px);
    padding: 1rem 1.4rem;
    overflow: hidden;
}

 .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    padding: 1rem 1.4rem 0.4rem;
}

.label-progress {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(22, 160, 133, 0.36);
    opacity: 0;
    visibility: hidden;
    transform: translateX(130%);
    z-index: 99;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.progress-wrap::after {
    position: absolute;
    content: "\f062";
    font-family: FontAwesome !important;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    color: var(--default);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--default);
    stroke-width: 4;
    box-sizing: border-box;
}

.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control {
    border-radius: 50px;
}

.text-custom-right {
    position: absolute;
    right: 5px;
    top: 10px;
    border: 0;
    z-index: 5;
    background: transparent;
}

.ql-toolbar.ql-snow {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.ql-container.ql-snow {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.ql-editor {
    min-height: 100px;
}

.swal2-popup {
    border-radius: 20px;
}

section.box-new-collection {
    background: #ededed;
    margin-top: 30px;
    color: #333333;
    border-radius: 20px;
    margin-bottom: 30px;
}

section.box-new {
    background: #ededed;
    margin-top: 30px;
    color: #333333;
    border-radius: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: 210px;
}

section.box-new.banner-new {
    min-height: 210px;
}

section.box-new.card-new {
    min-height: 478px;
}

section.box-new.card-new .box-img {
    height: 170px;
    display: flex;
    justify-content: center;
}

.contracts-box .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.contracts-box .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.contracts-box .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
.contracts-box .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.swiper-collection {
    height: 560px;
}

.swiper-pagination-bullet-active {
    background-color: #16A085;
}

.swiper-collection .swiper-wrapper {
    height: auto;
}
.swiper-collection .input-group {
    width: 75%;
    margin: 0 auto;
}


.swiper-collection .input-group .btn {
    padding: 2px 10px;
    height: 40px;
}

.swiper-collection .input-group .form-control {
    padding: 0.15rem 0.75rem;
    height: 39px;
}

.swiper-collection .content-collection {
    width: 100%;
    margin: 0 50px;
    display: block;
    justify-items: center;
}

.swiper-collection .collections-event__img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 270px;
    border-radius: 5%;
}

.swiper-collection .collections-event__img img {
    width: 240px;
    height: 240px;
    border-radius: 5%;
}

.spinner-collection {
    color: #ccc;
    width: 0.7rem;
    height: 0.7rem;
}

.match_collections img {
    outline: 2px solid var(--default);
    border-radius: 50px;
    padding: 2px;
}

.match_collections b {
    color: var(--default);
    font-size: 20px;
}

.user-page .banner-user {
    height: 20rem;
    background-repeat: no-repeat;
    background-position-y: center;
    margin-top: 70px;
}

.user-page .image-user {
    position: absolute;
    top: 230px;
    border-radius: 25px;
}

.user-page .image-user img {
    border-radius: 25px;
    outline: 4px solid #FFFFFF;
    width: 200px;
    height: 200px;
}

.user-page .user-info-page {
    margin-top: 4rem;
}

.user-page .user-info-page .user-name {
    display: grid;
}

.user-page .user-info-page .user-name span {
    font-size: 18px;
}

.user-page .user-info-page .user-name h1 {
    color: #333333;
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 0;
}

.user-page .user-info-page .user-items {
    color: #333333;
    font-size: 18px;
    display: flex;

}

.user-page .user-info-page .user-items p {
    color: rgb(112 112 112);
    font-weight: bold;
    font-size: 16px;
}


.user-page .user-info-page .user-items p span {
    color: rgb(53, 56, 64);
    font-weight: normal;
    font-size: 18px;
}

.user-page .user-info-page .user-items p::after {
    content: ' · ';
    padding: 0 0.475rem;
}

.user-page .user-info-page .user-items p:last-child::after {
    content: '';
}

.user-page .content-collection h5 {
    font-size: 1.275rem;
    font-weight: bold;
}

.user-page .nav {
    gap: 20px;
    flex-wrap: wrap;
}

.user-page .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: var(--default);
    color: #FFFFFF;
}

.user-page .nav-pills .nav-link {
    border: 1px solid var(--default);
    color: var(--default);
    font-size: 16px;
}

/* launchpad layout
--------------------------------------------------*/
.launchpad .navbar-site{

}

.launchpad .bg-nav {
    background-color: rgba(255,255,255,.5) !important;
}

.launchpad .navbar-site.is-sticky{
    background-color: #fff !important;
}
.launchpad-webdoor{
    background-size: cover !important;
    max-height: 800px;
    min-height: 480px;
    height: 480px;
    position: relative;
}
.launchpad-webdoor::before{
    height: 100%;
    width: 100%;
    pointer-events: none;
    content: "";
    position: absolute;
    background: linear-gradient(rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 50%, rgba(0, 0, 0, 0.24) 100%);
}
.launchpad-webdoor__content{
    height: 100%;
    padding-bottom: 40px;
}
.launchpad-webdoor__content-image{
    width: 80px;
    height: 80px;
    border-radius: 10px;
    border: 2px solid #fff;
}
.launchpad-webdoor__content-image img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.launchpad-webdoor__content-info h1{
    font-size: 56px;
    font-weight: 700;
    color: #fff;
    line-height: 120%;
}
.launchpad-webdoor__social a:not(:first-child){
    margin-left: 20px;
}
.webdoor-content__subtitle{
    font-size: 22px;
    color: #fff;
}
.webdoor-content__subtitle a{
    font-weight: 700;
    color: #fff;
}
.webdoor-content__subtitle a:hover{
    color: rgba(255,255,255,.6);
}
.state-badge{
    padding: 22px;
    background-color: rgba(255,255,255,.24);
    font-size: 16px;
    backdrop-filter: blur(20px);
    display:flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border-radius: 16px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.275rem;
}

/* nav tabs */
.launchpad-infos{
    padding: 25px 0;
}
.launchpad-infos p{
    font-size: 16px;
}
.launchpad-infos .nav-tabs .nav-link{
    font-weight: 700;
    font-size: 16px;
    color: #495057;
}
.launchpad-infos__author img{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.launchpad-infos__author a{
    font-weight: 700;
    font-size: 16px;
    margin-left: 10px;
}
.launchpad-infos__box-mint{
    border: 1px solid rgba(1,1,1,.1);
    border-radius: 16px;
    padding: 22px;
}
.launchpad-infos__box-mint .input-group{
    width: fit-content;
}
.roadmap-item{
    margin-bottom: 20px;
    padding: 28px;
    border-color: rgba(1,1,1,.1);
    border-radius: 16px;
}
.roadmap-item p{
    margin: 0;
}
.benefits-card{
    padding: 16px;
    border: 1px solid rgba(1,1,1,.1);
    border-radius: 16px;
    background-color: rgba(255,255,255,.24);
    backdrop-filter: blur(20px);
}
.benefits-card__image{
    margin-bottom: 20px;
}
.benefits-card__image img{
    border-radius: 16px;
}
.benefits-card__title{
    margin-bottom: 10px;
}
.benefits-card__title h4{
    font-weight: 700;
}

@media(max-width: 767px){
    .launchpad-webdoor{
        height: 580px;
    }
    .launchpad-webdoor__content-info h1{
        font-size: 32px;
        line-height: 135%;
    }
    .webdoor-content__subtitle{
        font-size: 18px;
    }
    .launchpad-infos__box-mint .btn.bg-gradient{
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0 !important;
    }
}

.launchpad-infos .nav-tabs .nav-link {
    border: 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: 0;
    border-bottom: 3px solid var(--default);
}

.carousel-launchpad .user-image {
    height: 60px;
    width: 60px;
    background-color: #FFFFFF;
    border-radius: 5px;
    margin-top: -20px;
    margin-left: 20px;
    position: relative;
    border: 3px solid #FFFFFF;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.carousel-launchpad .user-image img {
    height: 60px;
    width: 60px;
    object-fit: cover;
    border-radius: 5px;
}

.carousel-launchpad .name-collection {
    margin-top: -35px;
    height: 60px;
    text-align: initial;
    margin-left: 110px;
    position: relative;
    color: #333333;
}

.carousel-launchpad .name-collection a {
    color: #333333;
}


.carousel-launchpad .no-image {
    width: 60px;
    height: 60px;
    background-color: #c6c6c6;
    border-radius: 5px;
}

.terms-collection {
    height: 350px;
    background: #d9d9d9;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    overflow: auto;
}

.modal.popup .modal-body .terms-collection p {
    font-size: 14px;
    text-align: start;
}

.modal.popup .modal-body .form-check {
    text-align: start;
}

#acceptTermsCollection {
    height: 1rem;
    border-radius: 0.25em
}
