
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

body{font-family: 'Roboto', sans-serif;
}

.stats-node {
    font-family: arial;
    font-size: 11px;
    position: relative;
    text-decoration: none;
}
.stats-node-line {
    background: #666;
    height: 1px;
    width: 1px;
}

.network-bottom-more-node a {
    display: block;
    height: 23px;
    background: url(../img/more.gif) no-repeat center top;
    width: 150px;
}

.network-top-more-node a {
    display: block;
    height: 23px;
    background: url(../img/upmore.gif) no-repeat center top;;
    width: 150px;
}

.row.registration {
    margin-left: 0px;
}

.amount_image {
    width: 33px;
    /* float: left; */
    height: 27px;
    background: #F26A5C;
    border-radius: 52%;
    text-align: center;
    margin-right: 5px;
    overflow: hidden;
    display: inline-block;
    top: 6px;
    position: relative;
    color: #fff;
    /* font-weight: 600; */
    font-size: 12px;
    padding-top: 6px;
    /* font-variant: full-width; */
    font-stretch: extra-condensed;
    letter-spacing: 0.25px;
    margin-left: 2px;
}



.fancybox-inner img {
    width: 100% !important;
}
.tab-pane.fade.active.in.indexpagenews img {
	width: 100% !important;
}
.genealogy-legend {
	width: 1100px;
	/*overflow:auto;*/
}
.genealogy-legend li {
	display: inline-block;
}
.each-part p {
    font-size: 11px;
    margin-bottom: 10px;
    /* margin: 0; */
}
a.btn.btn-info.pull-right.how_to_cash {
    padding: 10px 12px !important;
    background: #000;
}
.collapsible {
    background-color: #0192d3;
    color: white;
    cursor: pointer;
    padding: 10px 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 8px;
    border-radius: 5px;
    position: RELATIVE;
    padding-bottom: 5px;
}
.headingline .half_width {
    width: 50%;
    float: left;
    font-weight: 600;
    margin-bottom: 5px;
}
p.data-heading {
    display: inline-block;
    padding-bottom: 0;
    margin-bottom: 1px;
    padding-right: 10px;
    font-weight: 400;
}
.content {
    padding: 12px 15px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
    border-radius: 6px;
    margin-bottom: 8px;
}
p.single_des_data {
    color: #000;
    font-size: 14px;
}
p.single_des_data span {
    width: 160px;
    display: inline-block;
    font-weight: 700;
    color: #000;
}
i.fa.fa-chevron-right {
    position: absolute;
    right: 16px;
    top: 29px;
    font-weight: 400;
    font-size: 10px;
}

/*payment option styles*/
.payment-options {
    display: flex;
    flex-wrap: wrap;
    gap: 3.33%;
}
.payment-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    position: relative;
    flex: 0 0 30%;
    margin-bottom: 15px;
}
.payment-option input {
    display: none;
}
.payment-option img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-bottom: 5px;
    border-radius: 8%;
}
.payment-option span {
    font-size: 11px;
    color: #333;
}

/* Update this selector to target img inside image-container */
.payment-option input:checked ~ .image-container img {
    border: 2px solid #007bff;
}

/* Container for image and checkmark */
.image-container {
    position: relative;
    display: inline-block;
}

.checkmark {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #007bff;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: 1;
}

/* Update this selector to target checkmark inside image-container */
.payment-option input:checked ~ .image-container .checkmark {
    opacity: 1;
}
/*payment option styles*/

span.counter {
    color: #1a7604;
}