.badge{
    padding: 6px 5px;
}

.model800{
    max-width: 800px;
}

.textareaheight{
    height: 3.5rem;
}

.form-select:focus {
    box-shadow: none;
}


.invitation-card .card {
    border-radius: 5px;
    border: 1px solid rgba(73, 75, 96, 0.08);
    background: #FFF;
    box-shadow: 0px 3px 11px -3px rgba(0, 0, 0, 0.08);
    border: none;
}


.invitation-card .para1 {
    color: #494B60;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0.2rem;
    display: inline;
}

.invitation-card p {
    color: #494B60;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0px;
}

.invitation-card h2 {
    color: #494B60;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}

.invitation-card .registry {
    border-radius: 4px;
    background: #3876FF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 12px 7px;
    font-size: 10px;;
    width: 100%;
}
.pd-5{
    padding-left: 5px;
    padding-right: 5px;
}

.invitation-card .view-map {
    border-radius: 33px;
    background: #3876FF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    color: #fff;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
}

.invitation-card .address {
    color: #494B60;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.invitation-card span {
    color: #3876FF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-decoration-line: underline;
    cursor: pointer;
}

.invitation-card .adultkid {
    color: #494B60;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-decoration-line: none;
}
.mapbtn{
    position: absolute;
    top:10px;
    right: 15px;
    width: 140px;
    text-align: center;
    background: #3876FF;
    color: #fff !important;
    text-decoration: none;
    border-radius: 15px;
    font-size: 14px;
    padding: 5px 5px 7px 5px;
}

.invitation-card .select-1 {
    border-radius: 2px;
    background: #3876FF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

.invitation-card .select-2 {
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    color: #494960;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

.inviteformcontrol{
    border-radius: 5px;
    border: 1px solid rgba(73, 75, 96, 0.08);
    background: #FFF;
    box-shadow: none !important;
    outline: none !important;
    border: none;
    width: 30%;
    text-align: center;
    display: inline;
}
.txt-align-end{
    text-align: end;
}
.rbtns .btn-outline-primary {
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    color: #494960;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    border: none;
}

.rbtns .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background-color: #3876FF;
    border-color: #3876FF;
}
#overlay2 {
    position: fixed;
    top: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}
  
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
  
.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
  
@keyframes sp-anime {
100% {
    transform: rotate(360deg);
}
}

.header {
    text-align: center;
    padding: 10px 0;
    background-color: #b7fa3b;
}

.header_new {
     text-align: center;
     padding: 10px 0;
     background-color: #2b1599;
 }

 .header_new img {
    width:40%;
    height: auto;
 }

.rounded-rectangle {
    width: 180px;
    height: 60px;
    border-radius: 0px;
    /* Additional styling if needed */
}