.block-input-pay9 {
    font-size: 16px;
    margin-bottom: 10px;
}
.block-input-pay9 label {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #4C4C4C;
}
.input-profile-pay9 {
    width: 100%;
    font-family: 'Prompt';
    font-weight: 400;
    font-size: 28px;
    line-height: 22px;
    border-style: none;
    border-bottom: 1px solid #E5456F;
}
.btn-right-pay9 {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    right: 5px;
    bottom: 5px;
    font-family: 'Prompt';
    font-size: 16px;
    line-height: 19px;
    height: 30px;
    cursor: pointer;
    color: #D93A64;
    /* Light-Primary */
    background: #FDEAEB;
    /* Primary */
    border: 1px solid #E5456F;
    /* border-radius: 8px; */
}
.tooltip {
    position: relative;
    border-bottom: 1px dotted black;
}
  
/* Tooltip box */
.tooltip:before {
    content: attr(data-tooltip); 
    position: absolute;
    width: 100px;
    background-color: #062B45;
    color: #fff;
    text-align: center;
    padding: 10px;
    line-height: 1.2;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity .6s;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    font-size: 0.75em;
}

/* Tooltip arrow */
.tooltip:after {
    content: "";
    position: absolute;
    bottom: 75%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    opacity: 0;
    transition: opacity .6s;
    border-color: #062B45 transparent transparent transparent;
}

.tooltip:hover:before, .tooltip:hover:after {
    opacity: 1;
}

.Pay9ButtonLight {
    font-family: 'Prompt', sans-serif !important;
    border-radius: 12px !important;
    background-color: #ffffff !important;
    border: 1px solid #f84d14 !important;
    cursor: pointer !important;
    color: #fc7246 !important;
    text-decoration: none !important;
    /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px !important; */
}
.Pay9ButtonPrimary:hover {
    background-color: #eeab94;
    color: #ffffff;
}
.Pay9ButtonLight:active {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: #f84d14;
    color: #ffffff;
    position: relative;
    top: 1px;
}

.Pay9ButtonPink {
    border-radius: 8px !important;
    color: white !important;
    background-color: #f23795 !important;
    border: 1px solid #f23795 !important;
    cursor: pointer;
    text-decoration: none !important;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.Pay9ButtonPink:hover {
    background-color: #e594ee;
    color: #ffffff;
}

.btn-check:active+.Pay9ButtonLight, 
.btn-check:checked+.Pay9ButtonLight, 
.Pay9ButtonLight.dropdown-toggle.show, 
.Pay9ButtonLight.select {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
  