
  
        .field h3 {
            color: #E90586 !important;
            font-weight: bold !important;
            font-size: 18px !important;
        }

        .card-header h5 {
            margin: 0;
        }

        .table td {
            padding: 0.5rem;
        }

        .total-section {
            background-color: #f8f9fa;
            padding: 1rem;
            border-top: 1px solid #dee2e6;
            align-items: baseline;
            font-family: 'Exo';
        }

        .accordion-body p {
            line-height: 28px;
            font-size: 18px !important;
            font-family: 'Poppins';
        }

        .proceed-button {
            background-color: #007bff;
            color: white;
        }

        .accordion-button::after {
            display: none !important;
        }

        h5 {
            font-weight: 600;
            color: #21116d;
            text-decoration: underline;
        }

        .accordion-button:not(.collapsed) {
            color: #ffffff !important;
            font-size: 20px !important;
            background-color: #fe612c !important;
        }
            .accordion-button {
                  color: #ffffff !important;
                font-size: 20px !important;
                background-color: #fe612c !important;
               }
        .accordion-button {
            font-family: 'Poppins';
        }

        h4,
        h6 {
            font-family: 'Poppins';
        }

        .accordion-body {
            font-family: 'Poppins';
        }

        .accordion-button {
            font-size: 20px !important;
        }

        .accordion-button:focus {
            box-shadow: none !important;
        }
       
        
.PhoneInputCountry {
    display: flex;
    align-items: center;
    position: relative;
}

.PhoneInputCountrySelect {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.PhoneInputCountryIcon {
    width: 32px;
    height: 22px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.PhoneInputCountryIconImg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.PhoneInputCountrySelectArrow {
    margin-left: 6px;
    border: solid #555;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    pointer-events: none;
}


.country-select {
    height: 50px;
    padding: 0 10px;
    font-size: 22px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
}
.select2-container .select2-selection--single{
    height: 40px !important;
}

#otherInput {
      display: none;
 
}

#items-hide{
     display: none;  
}

.btn-loader {
    margin-left: 5px;
}

.btn-custom {
    background-color: transparent; /* default: no background */
    color: black;
    border: 1px solid #ddd !important;
    transition: all 0.2s;
}

.btn-check:checked + .btn-custom {
    background-color: #fe612c; /* show background when checked */
    border: 1px solid #fe612c !important;
    color:#FFF !important;              /* text color */
}
.btn-check:hover + .btn-custom:hover {
    color:#fe612c !important;
    
}

.form-check-input[type=checkbox] {
     border: 1px solid #fe612c !important;
}

.checkbox-large {
    width: 22px !important;
    height: 22px !important;
    cursor: pointer;
}

.event-dt-right-icon i {
    font-size: 16px;
    color: #fe612c;
    text-align: center;
    width: 28px !important;
    height: 28px !important;
    line-height: 28px !important;
    background: #e8f7f7;
    border-radius: 50%;
}

.main-i{
 
    color: #fe612c;
    
}

.text-number {
background: #ef541f;
border-radius: 50%;
padding: 5px 11px;
color: #fff;
}

.radio-group {
    display: flex;
    gap: 12px;
    margin-top: 6px;
}

.radio-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
    white-space: nowrap;
    color: #000;
}

.radio-btn input {
    display: none;
}

.radio-btn.active {
    background-color: #fe612c;
    border-color: #fe612c;
    color: #fff;
    font-weight: bold;
}

/* MOBILE FIX */
@media (max-width: 480px) {
    .form-group {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .radio-group {
        margin-top: 10px;
        width: 50%;
        gap: 10px;
    }

    .radio-btn {
        flex: 1;
        justify-content: center;
        font-size: 13px;
        padding: 8px 10px;
    }
}
