body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    background: #c4c4c4 url('../images/Backround-home.png') no-repeat fixed 0% 1% / cover;
}

#CompanyNameConformation, #LocationNameConformation, #CompanyNameConformationFalse
{
    display: none;
}
.black_overlay 
{ 
    display: none; 
    position: fixed; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%; 
    background-color: #fff; 
    z-index:1001; 
    -moz-opacity: 0.8; 
    opacity:.40; 
    filter: alpha(opacity=80); 
}

.giftcard-friend-info-wrapper
{
    margin: 0;
    padding: 0;
}

.plain-background
{
    background-color: #fff !important;
}

.success-link
{
    font-size: 16px;
    line-height: 25px;
    color: #000;
    text-decoration: none;

}

.social-icon
{
    margin: 10px 0px;
    width: 60px;
}
.bg-white-space
{
    height: 100px;
}

.giftcard-form-input-style {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #F3F3F3;
    background-color: #F3F3F3;
    padding: 12px;
    filter: brightness(92%);
}

.giftcard-form-input-style::placeholder {
    color: #717171;
    font-size: 12px;
    font-weight: 400;
}

.giftcard-form-input-style.form-select:focus {
    border: 2px solid #000;
    box-shadow: none;
    font-size: 18px;
    color: #505050;
}

.btn-submit-card {
    background: linear-gradient(180deg, #1B75BC 50%, #1869A9 55%);
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    padding: 9px 16px;
    margin-top: 20px;
}

.btn-submit-card:hover,
.btn-submit-card:focus {
    background: linear-gradient(180deg, #1869A9 50%, #1B75BC 55%);
    color: #fff !important;
}

.font-16px {
    font-size: 16px;
}

.font-18px {
    font-size: 18px;
}

.font-30px {
    font-size: 30px;
}

.activation-radio-group .form-check-input {
    width: 24px;
    height: 24px;
    border: 1px solid #F3F3F3;
    cursor: pointer;
    border-radius: 6px;
    background-color: #F3F3F3;
    filter: brightness(92%);
}

.activation-radio-group .form-check-input:checked[type=radio] {
    background-color: #F3F3F3;
    border-color: #F3F3F3;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%2365C133'/%3e%3c/svg%3e");
}

.activation-radio-group .form-check-input:focus {
    box-shadow: none;
    border-color: #F3F3F3;
}

.activation-radio-group .form-check-label {
    font-size: 14px;
    padding-left: 9px;
    cursor: pointer;
    color: #000;
}

.customer-radio-group {
    background-color: #F3F3F3;
    padding: 5px;
    border-radius: 6px;
    gap: 14px;
}

.customer-radio-group label {
    background: linear-gradient(180deg, #CECECE 50%, #B9B9B9 55%);
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    padding: 13px;
    color: #000;
    border-radius: 6px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.customer-radio-group .form-check-input:checked[type=radio]+label {
    background: linear-gradient(180deg, #00A499 50%, #009489 55%);
    color: #fff;
    border: 1px solid #000;
}

.hr-line {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    background-color: #000;
    height: 3px;
    opacity: 1;
    margin-top: 24px;
    margin-bottom: 12px;
}

.text-green {
    color: #339A28;
}

.text-red {
    color: red;
    line-height: 25px;
}

.otp-container {
    display: flex;
    gap: 24px;
    justify-content: start;
}

.otp-input {
    width: 40px;
    height: 50px;
    text-align: center;
    font-size: 22px;
    border: 2px solid #F3F3F3;
    border-radius: 8px;
    background: #F3F3F3;
    filter: brightness(92%);
}

.otp-input::placeholder {
    color: #D5D2D2;
}

.giftcard-title-container {
    background-color: #F2F1F1;
}

.giftcard-title-container>div {
    padding: 45px 38px 0px;
}

.giftcard-title-container img {
    max-width: 300px;
    object-fit: cover;
    margin-bottom: 15px;
}

.giftcard-title-container-img-default {
    width: 400px !important;
    max-width: 100% !important;
}

.giftcard-title-container h2 {
    /*color: #00A499;*/
}

.giftcard-title-container h2 span {
    /*color: #1B75BC;*/
}

.active-card-position {
    position: absolute;
    top: 30px;
    left: 30px;
    max-width: 215px;
}

@media (max-width: 575.98px) {   /* mobile devices only */
    body {
        background: none;        /* removes both image and color */
    }

    .p-5
    {
        padding: 1rem !important;
    }
}
