﻿.cnt_full {
    display: flex;
    width: 100%;
}

.cnt_min {
    display: inline-block;
    width: 50%;
    margin: 5px;
    height: auto;
    position: relative;
}

    .cnt_min input[type="radio"] {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }

.selected_img {
    width: 100%;
    height: 100%;
}

.cnt_min input[type="radio"]:checked ~ .selected_img {
    border: solid 1px #f9b427;
    border-radius: 5px;
    padding: 18px;
}

.In-Active {
    border: solid 1px white !important;
    padding: 18px 20px;
}

.cnt_min input[type="radio"]:checked ~ .img-Paypal {
    content: url('../../Content/img/app/Icons_Paypal.png');
}

.cnt_min input[type="radio"]:checked ~ .img-DebitCard {
    content: url('../../Content/img/app/Icons_debitcard.png');
}

.Paypal-hover:hover .img-Paypal {
    content: url('../../Content/img/app/Icons_Paypal.png');
}

.DebitCard-hover:hover .img-DebitCard {
    content: url('../../Content/img/app/Icons_debitcard.png');
}


.error {
    color: red;
}

.tool-color {
    color: #f9b427;
}

    .tool-color:hover {
        color: #f9b427;
    }

.termsView {
    text-decoration: underline;
    font-weight: bold;
}


.form-control {
    background-color: transparent;
    color: #fff;
}

    .form-control:focus {
        border-color: rgb(249, 187, 58);
        background-color: transparent;
        color: #fff;
    }

.form-margin {
    margin: 10% auto;
}

.form-BG {
    background: #1b1a1e;
    padding: 2em;
    border-radius: 15px;
}

hr {
    background: #f9b42742;
}

input:hover {
    border-color: #f9b427;
}

select:hover {
    border-color: #f9b427;
}

.text-danger {
    color: red !important;
}


.Error-Visible {
    display: none;
}

.Visibility {
    display: none;
}

option {
    background-color: #1b1a1e !important;
}


.pricing__badge-text {
    position: absolute;
    top: 15px;
    right: -10px;
    z-index: 444;
    color: black;
    font-size: 22px;
    font-weight: 1000;
    background-color: #f9b427;
    padding: 12px 30px;
}

    .pricing__badge-text b {
        font-size: 14px;
    }


.sucess-section {
    background-color: #f9b427;
    color: black;
    font-weight: 1000;
    font-size: 23px;
    padding: 3em;
    border-radius: 15px;
}

.sucess-msg {
    color: #212529;
    font-size: 4.5rem;
    text-align: center;
}

.a-color {
    color: #212529 !important;
}

    .a-color:hover {
        color: #7a7980 !important;
    }


.accept-conditon {
    color: #f9b427;
}


.Error-section {
    background-color: #f9b427;
    color: red;
    font-weight: 1000;
    font-size: 23px;
    padding: 3em;
    border-radius: 15px;
}

.Error-msg {
    color: red;
    font-size: 6rem;
    text-align: center;
}




.container1 {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container1 input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container1:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container1 input:checked ~ .checkmark {
    background-color: #f9b427;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container1 input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container1 .checkmark:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.modal-content {
    background-color: #3d3d40;
}


.container2 {
    display: block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .container2 input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
    margin-top: 0.5em;
}

/* On mouse-over, add a grey background color */
.container2:hover input ~ .checkmark2 {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container2 input:checked ~ .checkmark2 {
    background-color: #f9b427;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark2:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container2 input:checked ~ .checkmark2:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container2 .checkmark2:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: black;
}

@media (max-width: 575.98px) {
    .pricing__badge-text {
        padding: 12px 15px;
    }
   
}
