﻿
.wlcm_sec .nt-wlcom {
    padding: 16px 24px;
    background: #F2F2F2;
    margin-bottom: 24px;
}

    .wlcm_sec .nt-wlcom .prepaid_link {
        padding: 3px 10px;
        background: #333333;
        border-radius: 4px;
        font-size: 10px;
        color: #fff;
        margin-left: 10px;
        text-transform: uppercase;
    }

.wlcm_sec .nt-wlcom h3 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
}

    .wlcm_sec .nt-wlcom h3 span {
        color: #FF6633;
    }

.wlcm_sec .c-grd {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

    .wlcm_sec .c-grd .bx_wrp {
        display: flex;
        border-right: 1px solid #eaeaea;
    }

        .wlcm_sec .c-grd .bx_wrp:last-child {
            border-right: 1px solid transparent;
        }

        .wlcm_sec .c-grd .bx_wrp .cnt-bx {
            display: flex;
        }

        .wlcm_sec .c-grd .bx_wrp .icon {
            margin-right: 16px;
        }

        .wlcm_sec .c-grd .bx_wrp .cnt-bx .content h4 {
            font-weight: 600;
        }

        .wlcm_sec .c-grd .bx_wrp .cnt-bx .content p {
            padding-bottom: 4px;
            font-size: 14px;
        }

        .wlcm_sec .c-grd .bx_wrp .cnt-bx .content .btn {
            margin-top: 18px;
            color: #fff;
        }

            .wlcm_sec .c-grd .bx_wrp .cnt-bx .content .btn.br-org {
                background: transparent;
                color: #ff6633;
            }


.my_act .title {
    font-size: 16px;
    margin-bottom: 32px;
}

.my_act .form_wrp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

    .my_act .form_wrp .in_str {
        color: red;
    }

    .my_act .form_wrp .s-hidden {
        visibility: hidden;
        padding-right: 10px;
        height: 50px;
    }

    .my_act .form_wrp .select {
        cursor: pointer;
        display: block;
        position: relative;
        color: #000;
        border: 1px solid #ccc;
        height: 50px;
    }

    .my_act .form_wrp .styledSelect {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #fff;
        padding: 0 10px;
        display: flex;
        align-items: center;
        font-size: 14px;
    }

        .my_act .form_wrp .styledSelect:after {
            content: "";
            width: 0;
            height: 0;
            border: 5px solid transparent;
            border-color: #000 transparent transparent;
            position: absolute;
            top: 24px;
            right: 10px
        }

        .my_act .form_wrp .styledSelect:active, .styledSelect.active {
            background-color: #eee
        }

    .my_act .form_wrp .options {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 999;
        margin: 0;
        padding: 0;
        list-style: none;
        border: 1px solid #ccc;
        background-color: #fff;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
        box-shadow: 0 1px 2px rgba(0,0,0,0.2)
    }

        .my_act .form_wrp .options li {
            margin: 0;
            padding: 12px 10px;
            font-size: 16px;
            background-color: #F5F2F2;
            border-bottom: 1px solid #E4E4E4;
        }

    .my_act .form_wrp .form-group {
        margin-bottom: 0;
    }

        .my_act .form_wrp .form-group input {
            height: 50px;
        }

.optn_prc {
    grid-template-columns: repeat(5, 1fr);
    display: grid;
    margin-top: 16px;
    gap: 8px;
}

    .optn_prc .pr_num {
        padding: 9px 11px;
        border: 1px solid #E2E2E2;
        height: 32px;
        display: flex;
        align-items: center;
        width: 68px;
        font-size: 13px;
        font-weight: 600;
        justify-content: center;
        cursor: pointer;
    }

        .optn_prc .pr_num.active_opt {
            background: #0D67CA;
            color: #fff;
        }






@media (max-width:991px) {
    .wlcm_sec .c-grd .bx_wrp {
        border-right: 1px solid transparent;
        border-bottom: 1px solid #eaeaea;
    }

    .wlcm_sec .c-grd {
        grid-template-columns: repeat(1, 1fr);
    }

        .wlcm_sec .c-grd .bx_wrp .cnt-bx {
            padding-bottom: 24px;
        }

    .my_act .form_wrp {
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }

    .optn_prc {
        grid-template-columns: repeat(4, 1fr);
    }
}

.numButton {
    grid-template-columns: repeat(5, 1fr);
    display: grid;
    margin-top: 16px;
    gap: 8px;
}
.numButton .pr_num {
    padding: 9px 11px;
    border: 1px solid #E2E2E2;
    height: 32px;
    display: flex;
    align-items: center;
    width: 68px;
    font-size: 13px;
    font-weight: 600;
    justify-content: center;
    cursor: pointer;
}

    .numButton .pr_num.active {
        background: #0D67CA;
        color: #fff;
    }

button:focus,
input {
    outline: none;
}

.selectBox_number {
    height: 50px !important;
    padding-right: 20px;
    font-size: 16px;
}

.form-control:focus,
.custom-select:focus {
    outline: none;
    box-shadow: none;
    border-color: unset;
}

.ylw_Card_Wrp {
    display: flex;
    margin-top: 20px;
    gap: 30px
}

    .ylw_Card_Wrp .crd_box {
        background: #FFF6E1;
        padding: 12px 20px 12px 12px;
        width: 100%;
        display: flex;
        align-items: center
    }

        .ylw_Card_Wrp .crd_box h5 strong {
            font-size: 16px;
            font-weight: 600;
            display: block;
            margin-bottom: 5px;
        }

        .ylw_Card_Wrp .crd_box h5 {
            font-size: 14px;
        }

        .ylw_Card_Wrp .crd_box .icon {
            display: flex;
            cursor: pointer;
        }

.gasSpyWrp .modal-dialog {
    width: 380px;
}

    .gasSpyWrp .modal-dialog .modal-body {
        padding: 16px 16px 30px 16px;
    }

.gasSplyContent button {
    width: 100%;
    text-align: left;
    opacity: 1;
    margin-bottom: 15px;
}

    .gasSplyContent button span {
        font-size: 30px;
        font-weight: 500;
        color: #333;
        font-weight: 400;
    }

.gasSplyContent figure {
    margin-bottom: 16px;
}

.gasSplyContent h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.gasSplyContent img {
    width: 100%;
    height: 160px;
    border-radius: 8px;
    object-fit: contain;
}

.gasSplyContent h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
}

.gasSplyContent ul li {
    margin-bottom: 12px;
    margin-bottom: 12px;
    list-style: disc;
    margin-left: 15px;
}

@media (max-width:540px) {
    .ylw_Card_Wrp {
        gap: 20px;
        margin: 20px -20px;
        padding: 0 20px
    }

        .ylw_Card_Wrp .crd_box {
            min-width: 280px;
            padding: 16px;
            border-radius: 8px;
        }

    .scrollbar-x {
        -ms-overflow-style: none;
        scrollbar-width: none
    }

        .scrollbar-x::-webkit-scrollbar {
            background: transparent;
            display: none;
            width: 0
        }

    .scrollbar-x {
        overflow-x: auto;
        overflow-y: hidden
    }

    .gasSpyWrp {
        top: inherit;
    }

        .gasSpyWrp .modal-dialog {
            width: inherit;
            transform: translateY(0%);
        }

        .gasSpyWrp.show .modal-dialog {
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0) !important;
        }

        .gasSpyWrp.fade .modal-dialog {
            transform: translateY(100%);
            margin: 0;
        }

        .gasSpyWrp .modal-dialog .modal-content {
            border: none;
            border-radius: 20px 20px 0 0;
        }

        .gasSpyWrp .modal-dialog .modal-body {
            padding-top: 24px;
        }
}