﻿* {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    margin: 0;
    padding: 0;
}

.custom-toast {
    position: fixed;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    z-index: 99;
}

.toast-success {
    background: #b0e0c8;
    color: #000;
}

.toast-error {
    background: #deb0b0;
    color: #000;
}
/*.toast {
    position: fixed;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #b0e0c8;
    border: 0px;
    width: 80%;
    padding: 10px;
    font-size: 16px;
    z-index:99;
}*/
.toastRed {
    position: fixed;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #deb0b0;
    border: 0px;
    width: 80%;
    padding: 10px;
    font-size: 16px;
    z-index: 99;
}

.toast .btn-close {
    --bs-btn-close-color: #fff;
}
.toastRed .btn-close {
    --bs-btn-close-color: #fff;
}
.top_header h1 {
    font-size: 50px;
    line-height: 40px;
    font-weight: 700;
    color: #1CA496;
    text-shadow: 5px 1px 0px rgba(253,211,20,0.9);
}

.sub_hading {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}

.paragraph {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.golf_img_bg {
    background-color: #1CA496;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../images/BackGroundGolfImage.jpeg');
    position: relative;
    text-align: center;
    z-index: 1;
    justify-content: center;
}

    .golf_img_bg::before {
        width: 100%;
        height: 100%;
        background-color: rgba(26, 162, 72, 0.80);
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .golf_img_bg p {
        color: #E5C587;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        z-index: 10;
        margin-bottom: 6px;
    }

/*.table_form .table.table-bordered {
    min-width: 1200px;
}*/

    .table_form .table.table-bordered tr th {
        font-size: 16px;
        color: #000;
        font-weight: 300;
        letter-spacing: 2px;
    }

    .table_form .table.table-bordered tr th, .table_form .table.table-bordered tr td, .table_form .table.table-bordered tr {
        border-color: #478B4A;
    }

        .table_form .table.table-bordered tr td {
            padding: 0px;
        }

            .table_form .table.table-bordered tr td:hover {
                background-color: #98cfbfc4;
            }

    .table_form .table.table-bordered .form-control {
        font-size:18px;
        background: transparent;
        border: none;
        border-radius: 0px;
    }

        .table_form .table.table-bordered .form-control:focus {
            box-shadow: none;
        }

.table-striped > tbody > tr:nth-of-type(odd) > * {
    background-color: #EAF8F1;
}

.outline_badge_green {
    background: #fff;
    border: 1px solid #1CA496;
    border-radius: 30px;
    padding: 6px;
}

    .outline_badge_green p {
        font-size: 14px;
        color: #000;
        font-weight: 400;
        text-align: center;
        margin: 0;
    }

.small_black_badge {
    background: #000;
    font-size: 12px;
    color: #ffff;
    font-weight: 400;
    text-align: center;
    margin: 0;
    letter-spacing: 2px;
    padding: 6px 20px;
    display: inline-block;
}

.payment_method .border-bottom {
    border-color: #000 !important;
}

.payment_method .form-check-label {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    letter-spacing: 2px;
    padding-left: 24px;
}

.payment_method .form-check-input {
    width: 24px;
    height: 24px;
}

    .payment_method .form-check-input:checked {
        background-color: #1AA248;
        border-color: #EAF8F1;
    }

    .payment_method .form-check-input:focus {
        box-shadow: 0 0 0 .25rem rgba(13, 80, 0, 0.10);
    }

.border-bottom-dotted {
    border-bottom: 1px dashed #000;
}

.info_text_head {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center
}

.info_text_para {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    letter-spacing: 2px;
    padding-left: 24px;
    text-align: center;
}

.fotter {
    background: #1AA248;
    padding: 20px 0px;
}

.fotter_text {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    margin: 0;
}

.btn_outline_white {
    background: transparent;
    border-radius: 50px;
    border: 1px solid #fff;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
}

@media (max-width: 999px) {
    .top_header h1 {
        font-size: 40px ;
    }
    .table_form .table.table-bordered tr th {
        letter-spacing:0px;
        font-size:15px;
    }

}
@media (max-width: 767px) {
    .container, .container-sm {
        max-width:100%;
            
    }
}

@media (max-width: 599px) {
    .top_header .col-6 {
        text-align: center;
        margin-bottom: 30px;
    }

    .fotter_text {
        margin-top:10px;
    }

    .table_form .table.table-bordered {
        min-width:600px;
    }
    .golf_img_bg {
        background-color: #1CA496;
        width: 100%;
        height: 450px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url('../images/BackGroundGolfImage.jpeg');
        position: relative;
        text-align: center;
        z-index: 1;
        justify-content: center;
    }
}
