/*test limpieza cache*/

:root {
    --rz-white: #ffffff !important;
    --rz-black: #000000 !important;
    --rz-primary: #0052F6 !important;
    --rz-primary-dark: #0052F6 !important;
    --rz-secondary: #7d8ce6 !important;
    --rz-secondary-dark: #535b88 !important;
    --rz-info: #0052F6 !important;
    --rz-info-lighter: #c7ddff !important;
    --rz-danger: #f44336 !important;
    --rz-danger-lighter: #f2b7b3 !important;
    --rz-warning: #ff9800 !important;
    --rz-warning-lighter: #ebd3b0 !important;
    --rz-success: #4caf50 !important;
    --rz-success-lighter: #c1e3c2 !important;
    --rz-context-menu-padding: 0 !important;
    --rz-context-menu-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
    --rz-menu-border-radius: 3px !important;
    --rz-primary-light: #bdbdbd !important;
}

* {
    padding: 0;
    margin: 0;
}

html,
body {
    width: 100vw !important;
    height: 100%;
    font-family: 'Poppins', sans-serif !important;
    overflow-x: hidden;
    font-size: 12px;
}

.material-symbols-outlined{
    font-display:block !important;
}

#app {
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

small {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 12px;
    color: #777777;
}

td {
    font-size: 12px !important;
    -webkit-font-smoothing: antialiased !important;
}

span {
    -webkit-font-smoothing: antialiased !important;
}

label {
    font-size: 13px !important;
    -webkit-font-smoothing: antialiased !important;
}

p {
    font-size: 12px !important;
    -webkit-font-smoothing: antialiased !important;
    font-weight: 400;
    margin: 0 !important;
}

a {
    -webkit-font-smoothing: antialiased !important;
    font-weight: 400;
}

strong {
    font-weight: 500;
}

h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    margin: 0;
}

h1:focus {
    outline: none;
}

h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

select {
    width: 100%;
    height: 34px;
    padding: 0 !important;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #d6d6d6 !important;
    border-radius: 0 !important;
    font-size: 13px !important;
    box-shadow: none !important;
}

select:invalid {
    border-bottom: solid 2px #ff5283 !important;
    border-color: #ff5283 !important;
    background-color: transparent !important;
    -moz-background-color: transparent !important;
    outline: 0 !important;
}

select:focus {
    border: none !important;
    border-bottom: solid 2px #528BFF !important;
    border-color: #528BFF !important;
    background-color: transparent !important;
    -moz-background-color: transparent !important;
    outline: 0 !important;
    box-shadow: none !important;
}

select:hover {
    cursor: pointer !important;
}

input {
    width: 100%;
    height: 34px;
    padding: 0 !important;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #d6d6d6 !important;
    border-radius: 0 !important;
    font-size: 13px !important;
    box-shadow: none !important;
}

input:invalid {
    border-bottom: solid 2px #ff5283 !important;
    border-color: #ff5283 !important;
    background-color: transparent !important;
    -moz-background-color: transparent !important;
    outline: 0 !important;
}

input:focus {
    border: none !important;
    border-bottom: solid 2px #528BFF !important;
    border-color: #528BFF !important;
    background-color: transparent !important;
    -moz-background-color: transparent !important;
    outline: 0 !important;
    box-shadow: none !important;
}

input::placeholder {
    font-size: 14px !important;
    -webkit-font-smoothing: antialiased !important;
    font-weight: 400 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s !important;
}

input[data-autocompleted] {
    background-color: transparent !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px !important;
}

.input-type {
    width: 100px !important;
    margin-top: 6px;
}

.input-type-xl {
    width: 115px !important;
    margin-top: 6px;
}

.input-cont {
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.input {
    width: 100% !important;
    height: 34px !important;
    background-color: transparent;
    border: none !important;
    border-bottom: 1px solid #d6d6d6 !important;
    border-radius: 0 !important;
    font-size: 13px !important;
}

.input:invalid {
    border-bottom: solid 2px #ff5283 !important;
    border-color: #ff5283 !important;
    background-color: transparent !important;
    -moz-background-color: transparent !important;
    outline: 0 !important;
}

.input:focus {
    border-bottom: solid 2px #528BFF !important;
    border-color: #528BFF !important;
    background-color: transparent !important;
    -moz-background-color: transparent !important;
    outline: 0 !important;
}

.input::placeholder {
    font-size: 13px !important;
}

.floating-label {
    position: absolute;
    top: -10px;
    font-size: 11px !important;
    opacity: 1;
    font-weight: 500;
}

.card {
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border: none;
    border-radius: 4px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.nav-btn-cont {
    font-size: 14px;
}


.container {
    max-width: 1600px;
}

.container-lg{
    max-width:1366px;
}

.btn-default {
    padding: 0 16px 0 16px !important;
    width: max-content !important;
    min-width: 100px !important;
    height: 40px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    column-gap: 10px !important;
    background-color: #0052F6 !important;
    color: white !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
    border: none !important;
    border-radius: 4px !important;
    -webkit-font-smoothing: antialiased !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none !important;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: none !important;
}

.btn-default:hover {
    background-color: #0052F6 !important;
    cursor: pointer;
}

.btn-default:focus {
    box-shadow: none !important;
}

.btn-default[disabled] {
    background-color: #93b7ff !important;
    cursor: not-allowed !important;
    opacity: 0.65 !important;
}

.btn-cancel {
    padding: 0 16px 0 16px !important;
    width: max-content !important;
    min-width: 100px !important;
    height: 40px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    column-gap: 10px !important;
    background-color: #ff2d4e ! important;
    color: white !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
    border: none !important;
    border-radius: 4px !important;
    -webkit-font-smoothing: antialiased !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none !important;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: none !important;
}

.btn-cancel:hover {
    background-color: #e01919 !important;
    cursor: pointer;
}

.btn-cancel:focus {
    box-shadow: none !important;
}

.btn-aux {
    width: max-content !important;
    height: 40px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    column-gap: 10px !important;
    background-color: transparent !important;
    color: #5e5e5e !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
    -webkit-font-smoothing: antialiased !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none !important;
    border: none !important;
    border-radius: 4px !important;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: none !important;
}

.btn-aux:hover {
    cursor: pointer;
    color: black !important;
}

.btn-disabled {
    padding: 0 16px 0 16px !important;
    width: max-content !important;
    min-width: 100px !important;
    height: 40px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    column-gap: 10px !important;
    background-color: #93b7ff !important;
    color: white !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
    border: none !important;
    border-radius: 4px !important;
    -webkit-font-smoothing: antialiased !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none !important;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: none !important;
}

.hidden-box {
    display: none;
}

.leg-detail-header {
    width: 100%;
    padding: 5px 15px 5px 15px;
    display: flex;
    align-items: center;
    background-color: #EBF1FE;
    color: #000;
    column-gap: 30px;
}

.leg-detail-header .flight-tag {
    color: #2F384F;
}

.leg-detail-header-element-cont {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 60px;
}
.leg-detail-header-element {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 8px;
}


.gwc-flight-messages {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-top: 1px solid #ddd;
    row-gap: 10px;
    background-color: #F6F8FB;
}

.gwc-flight-message {
    width: 100%;
    display: flex;
    align-items: start;
    column-gap: 10px;
}

.gwc-flight-message .icon {
    width: 18px;
    height: 18px;
    margin-top: 1px;
    background-repeat: no-repeat;
}

.gwc-flight-message .message {
    color: #2F384F;
}

.gwc-flight-message .message .bold {
    font-size: 11px !important;
}

.gwc-flight-message .gwc-flight-message-alert {
    background-image: url('../img/message/i-alert.svg');
    color: #f16562 !important;
}

.gwc-flight-message .gwc-flight-message-communication {
    background-image: url('../img/message/i-communication.svg');
}

.gwc-flight-message .gwc-flight-message-time {
    background-image: url('../img/message/i-time.svg');
}

.gwc-flight-message .gwc-flight-text-alert {
    color: #EF5350 !important;
}

.powered-by {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 9px;
    position: absolute;
    bottom: 10px;
}

.powered-by h5 {
    color: #5e5e5e;
}

.netviax-logo {
    width: 90px !important;
    margin: 0 !important;
    padding: 0 !important;
}

/*First Loader*/

.first-loader-cont {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 10px;
    margin-top:auto;
    margin-bottom:auto;
}

.loading-progress {
    width: 6rem;
    height: 6rem;
    display: block;
}

.loading-progress circle {
    fill: none;
    stroke: #e0e0e0;
    stroke-width: 0.6rem;
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
}

.loading-progress circle:last-child {
    stroke: #1b6ec2;
    stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
    transition: stroke-dasharray 0.05s ease-in-out;
}

.loading-progress-text {
    text-align: center;
    font-weight: 600;
}

.loading-progress-text:after {
    content: var(--blazor-load-percentage-text, "Loading");
}

/* Estilos personalizados para los componentes de Radzen */

/* RadzenButton */

.btn-primary {
    padding: 0 16px 0 16px !important;
    width: max-content !important;
    min-width: 100px !important;
    height: 40px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    column-gap: 10px !important;
    background-color: var(--rz-primary) !important;
    color: white !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
    border: none !important;
    border-radius: 4px !important;
    -webkit-font-smoothing: antialiased !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none !important;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: none !important;
}

.btn-primary:hover {
    background-color: var(--rz-primary-dark) !important;
    cursor: pointer;
}

.btn-primary:focus {
    box-shadow: none !important;
}

.btn-primary[disabled] {
    background-color: #93b7ff !important;
    cursor: not-allowed !important;
    opacity: 0.65 !important;
}

.rz-primary {
    padding: 0 16px 0 16px !important;
    min-width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    background-color: var(--rz-primary) !important;
    color: white;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
    border: none !important;
    border-radius: 4px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: none !important;
}

.rz-primary:hover {
    background-color: var(--rz-primary-dark) !important;
    cursor: pointer;
}

.rz-primary:focus {
    box-shadow: none !important;
}

.rz-primary[disabled] {
    background-color: #93b7ff !important;
    cursor: not-allowed !important;
    opacity: 0.65 !important;
}

.rz-primary .rz-button-text {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
}

.rz-secondary {
    padding: 0 16px 0 16px !important;
    min-width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    background-color: var(--rz-secondary) !important;
    color: white;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
    border: none !important;
    border-radius: 4px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: none !important;
}

.rz-secondary:hover {
    background-color: var(--rz-secondary-dark) !important;
    cursor: pointer;
}

.rz-secondary:focus {
    box-shadow: none !important;
}

.rz-secondary[disabled] {
    background-color: #fa8787 !important;
    cursor: not-allowed !important;
    opacity: 0.65 !important;
}

.rz-secondary .rz-button-text {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
}

.btn-white {
    width: max-content !important;
    height: 40px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    column-gap: 5px !important;
    background-color: white !important;
    color: #5e5e5e !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
    -webkit-font-smoothing: antialiased !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none !important;
    border-color: #ccc;
    border-radius: 4px !important;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: none !important;
}

.btn-white:hover {
    background-color: #ccc !important;
}

/*Toast Overrides*/

.rz-growl-message-error .rz-growl-item {
    background-color: #fff !important;
    color: #000 !important;
    border-bottom: 4px solid #CB444A;
}

.rz-growl-message-success .rz-growl-item{
    background-color:#fff !important;
    color:#000 !important;
    border-bottom: 4px solid #198754;
}

.rz-growl-message-warn .rz-growl-item{
    background-color:#fff !important;
    color:#000 !important;
    border-bottom: 4px solid #ffc107;
}

.rz-growl-message-info .rz-growl-item {
    background-color: #fff !important;
    color: #000 !important;
    border-bottom: 4px solid #0052F6;
}
    
.rz-growl-item{
    padding: 15px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    overflow-wrap: anywhere;
}

.rz-growl-icon-close {
    float: right;
    font-size: 18px;
    margin-right: -5px;
}

.rz-growl-image {
    font-size: 14px !important;
    margin-top: 2px;
    margin-right: 6px;
    margin-left: -10px;
    height: 20px;
}

.rz-growl-message p {
    padding-top: 10px;
    font-size: 11px !important;
    line-height: 16px;
}

.rz-growl-title {
    font-weight: 600;
    display: block;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 5px;
    margin: 0 -20px;
    font-size: 13px;

}
    
/*Screen Responsive*/

@media (width > 1440px) {
    .responsive-cont {
        padding-left: 5vw !important;
        padding-right: 5vw !important;
    }
}

/* Reshop styles */

.reshop-search {
    background-color: #fff;
    position: sticky;
    top: 20px;
}

.reshop-search .floating-label {
    font-weight: 600;
    font-size: 14px !important;
    color: #2F384F;
    text-decoration: underline;
    cursor: pointer;
    top: -13px;
}

.reshop-search .input-cont{
    max-width:140px;
}

.re-shop-results .flight-result-filters{
    margin: 0 15px;
}

.re-shop-results .rz-button.rz-primary.rz-shade-default{
    float:left;
}

.reshop-search .input-type {
    width: auto !important;
}

.reshop-search .input-cont .select-location-modal {
    position: absolute;
    right: 0;
    font-size: 16px !important;
    cursor:pointer;
}

.reshop-search .radzen-time-picker-cont div .rz-calendar .rz-inputtext {
    margin-left: -25px;
}

.radzen-time-picker-cont div .rz-calendar .rz-inputtext {
    height: 42px !important;
}

.reshop-search .radzen-date-picker-cont div .rz-calendar .rz-datepicker-trigger {
    font-size: 17px !important;
    right: 25px;
}

.reshop-search .search-btn-cont{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reshop-search .search-btn {
    width: 42px;
    height: 42px;
    border-radius: 33px;
    background-color: #0052F6;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none !important;
}

.reshop-search .search-btn:hover {
    background-color: #0052F6 !important;
}

.reshop-search .search-btn span {
    color: white !important;
    font-size: 20px !important;
}

span.rz-tabview-title {
    font-size: 11px !important;
}

/* Custom switch styles */

.form-switch .form-check-input {
    background-image: url("../img/icons/unlocked-switch.svg") !important;
    background-position: left center;
    width: 48px;
    height: 24px;
    border: 1px solid #ddd !important;
    border-radius: 20px !important;
    transition: all ease 0.3s;
    cursor: pointer;
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("../img/icons/lock-switch.svg") !important;
}

.locked-input, .locked-input .radzen-date-picker-cont div .rz-calendar .rz-inputtext {
    color:#EC8E37;
}

.rz-row-toggler{
    cursor: pointer;
    margin-left:10px;
}

.rz-paginator {
    margin: 1rem 0;
}

/* Sticky Resume styles */

.rz-layout .rz-body {
    overflow: unset;
}

.rz-tabview-panels{
    overflow: unset;
}

.rz-tabview-nav li a{
    cursor: pointer;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 21px;
}

.sticky-resume {
    z-index: 1000;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.30);
    right: 30px;
    width: 360px;
    bottom: 15px;
    border-radius: 10px;
    padding-bottom: 40px !important;
}

.sticky-resume h4{
    font-weight:600;
    font-size:12px;
    line-height:24px;
}

.title-ancillarie-icon {
    font-size: 18px !important;
}

.sticky-resume .pax-name{
    font-size: 13px;
    font-weight: 600;
}

.sticky-resume .sticky-resume-list {
    max-height: 615px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 11px !important;
}

.sticky-resume .open-cart-details{
    cursor: pointer;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 35px;
    position: absolute;
    top: -19px;
    left: 20px;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #aaa;
    z-index: 1;
}

    .sticky-resume .open-cart-details:hover {
        background: #0052F6;
        border: 1px solid #0052F6;
        box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.12);
        transition: all ease 0.4s;
    }

.sticky-resume .open-cart-details:hover i{
    color:#fff;
}

.sticky-resume .item-price{
    font-size: 12px !important;
}

.sticky-resume .cart-floating-resume{
    position: absolute; 
    bottom: 10px; 
    width: 100%; 
    left: 0; 
    right: 0; 
    padding-left: 25px; 
    padding-right: 20px;
    background:#fff;
    font-size: 14px;
}


.seat-selection .rz-sidebar{
    margin-top: 45px !important;
}

.seat-selection .rz-sidebar-toggle{
    margin-top: 10px !important;
    margin-bottom: -35px !important;
    z-index: 1;
}

.ancillaries-detail-cont .rz-sidebar {
    margin-top: 65px !important;
}

.ancillaries-detail-cont .rz-sidebar-toggle {
    margin-bottom: -65px !important;
    z-index: 1;
    margin-right: 15px !important;
}

.bug-btn{
    min-width: unset !important;
    margin-left: -10px;
}

.rz-datatable-thead th .rz-column-title, .rz-grid-table thead th .rz-column-title {
	font-size: 12px;
	font-weight: 500;
}

.rz-datatable-data td .rz-cell-data, .rz-grid-table td .rz-cell-data {
    font-size: 12px;
    cursor:default;
}

.footer{
    background-color: #f5f5f5;
    border-top: 1px solid #bfbfbf;
    font-size: 12px;
}

.btn-white .material-symbols-outlined{
    font-size:21px;
}
alternative-prices
.rz-dialog-confirm-buttons {
    flex-direction: row-reverse;
}

/* Dialog con custom css */

/* Custom styles dialog content */
.custom-dialog-class {
    font-size: 16px;
    padding: 20px;
}

/* Custom styles  dialog wrapper  */
.custom-dialog-wrapper-class {
    border: 2px solid #ff5733; 
    border-radius: 10px;
    padding: 10px;
}

}

.rounded-4{
    border-radius: 12px !important;
}


/* Productos y precios alternativos */

.alternative-products,
.alternative-prices {
    color: #2F384F;
    cursor: pointer;
}

.alternative-products:hover span,
.alternative-prices:hover span {
    color: #0052F6;
}

.alternative-products span,
.alternative-prices span {
    font-size: 20px;
}

.alternative-products.active,
.alternative-prices.active {
    background: rgba(0, 82, 246, 0.10);
    padding: 4px;
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 29px;
    color: rgba(0, 82, 246, 1);
}