:root {
    --greenBGSB: #30b54b;
    --blueBG: #ADD8E6;
    --dark: #221f20;
    --gray: #73787e;
    --gray-dark: #575757;
    --gray-light: #ccc;
    --silver: #F6F6F6;
    --white-smoke: #f5f5f5;
    --blue-dark: #012b4e;
    --blue: #095a9e;
    --sky-blue: #94ceff;
    --violet: #6473f9;
    --lavender-blue: #D2DAFF;
    --pastel-lilac: #D0D1E9;
    --lavender-blue2: #E4EDFC;
    --green: #146c43;
    --green-light: #8dffa4;
    --green02: #00ab22;
    --green03: #7bfe24;
    --green-extraLight: #EFFCF2;
    --limeBG: #f8ffd5;
    --avocado-light: #E3E2C8;
    --light: #e6f1f7;
    --alice-blue: #f4f7ff;
    --ice-blue: #C6EFEF;
    --red: #dc3545;
    --red-light1: #FF6565;
    --red01: #cb0000;
    --red02: #ff8181;
    --red-light: #ffcccc;
    --red-extraLight: #FFEFEF;
    --lightBG: #f7f7f7;
    --orange: #F4B545;
    --Yellow-light: #f2e2aa;
    --bananaBG: #fff7e1;
    --lavenderBG: #e2e4ff;
    --lavender-light: #E6D8E2;
    --llueZirconBG: #c6ffff;
    --sky-blue-light: #E8F7FA;
    --silica-dream: #E0DCDC;
    --light-pastel-green: #DFF6F0;
    --dull-pastel-green: #E4EBE6;
    --magnolia: #F9F1FF;
    /* landing page post login */

    --bg-color01: #F3F1FF;
    --bg-color02: #F1FDFF;
    --bg-color03: #FFF8F1;
    --colour04: #e7e7e7;
    --bold: bold;
    --medium: 500;
    --font-opensans: 'Open Sans', sans-serif;
    --font-poppins: Poppins, sans-serif;
    --font-raleway: Raleway, sans-serif;
    --font-monospace: 'SFMono-Regular', Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    --font-varela-round: 'Varela Round', sans-serif
}

/***Scrollbar common***/
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
}

    ::-webkit-scrollbar:vertical {
        width: 5px;
    }

    ::-webkit-scrollbar:horizontal {
        height: 5px;
    }

::-webkit-scrollbar-thumb {
    background-color: var(--blue-dark);
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

.scrolling_X {
    overflow-x: scroll;
    overflow-y: inherit;
}

#main {
    min-height: calc(100vh - 200px);
}



/*----------------------------
 containerHome 
-------------------------------*/
.containerHome-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.containerHome-fluid {
    max-width: 970px;
}

@media only screen and (min-width: 1200px) {
    .containerHome-fluid {
        max-width: 1170px;
    }
}

@media screen and (min-width: 1300px) {
    .containerHome-fluid {
        max-width: 1170px;
    }
}

@media screen and (min-width: 1440px) {
    .containerHome-fluid {
        max-width: 1280px;
    }
}

@media screen and (min-width: 1600px) {
    .containerHome-fluid {
        max-width: 1600px;
    }
}

@media only screen and (max-width: 479px) {
}

@media only screen and (max-width: 992px) {
    .containerHome-fluid {
        max-width: 750px;
    }
}


body.open-menu .navbar {
    right: 0 !important;
}

body.open-menu {
    /* left: -250px; */
    overflow: hidden;
}

@media only screen and (max-width: 992px) {
    .open-menu .nav_header {
        background-color: var(--light);
    }
}

body.open-menu .over-menu {
    visibility: visible;
    opacity: 1;
}

body .over-menu {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    height: 100%;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
}

body.open-menu .top_login {
    display: none;
}


/* top header */

#header {
    transition: all 0.5s;
    background: white;
    z-index: 9999;
    padding: 15px 0;
    border-bottom: 0px solid #e6f2fb;
}

.logo img {
    max-height: 65px;
    transition: all 0.5s ease;
}

.headerFixScroll {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030 !important;
    background: #fff !important;
}

#header.headerFixScroll {
    padding: 5px 0;
}

#header .nav-link {
    color: white;
}

#header.headerFixScroll .nav-link {
    color: #6a7582;
}

.headerFixScroll .logo img {
    max-height: 50px;
}

@media (max-width: 992px) {

    #header .nav-link {
        color: #6a7582;
    }

    .headerFixScroll .logo img {
        max-height: 40px;
    }

    .logo img {
        max-height: 50px;
        transition: all 0.5s ease;
    }
}

#header.in-header {
    background: #ffffff !important;
}

    #header.in-header .nav-link {
        color: #6a7582 !important;
    }

    #header.in-header .navbar .registernow {
        background: var(--blue-dark);
        color: #fff;
    }




/*--------------------------------------------------------------
    # General
    --------------------------------------------------------------*/

body {
    font-family: var(--font-poppins);
    color: var(--dark);
    font-size: 0.8rem;
}

.mob_bottom,
.mob_text {
    display: none;
}

body,
.btn,
.form-select, .form-select-sm,
.timeline-item label,
.input-group .input-group-text,
.Profile_page .table td,
.form-check .fs-ip,
.scalping .fs-ip,
.w-picks .dropdown-menu {
    font-size: 0.8rem !important;
}




.sub-heading {
    font-size: 0.8rem;
}

*:focus {
    outline: none !important;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus,
.form-select:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea:focus,
input:focus,
select:focus input[type=submit]:focus {
    outline: none !important;
}


@media screen and (max-width: 768px) {

    body,
    .btn,
    .form-select, .form-select-sm,
    .form-control,
    .timeline-item label,
    .Profile_page .table td,
    .form-check .fs-ip,
    .scalping .fs-ip,
    .w-picks .dropdown-menu {
        font-size: 0.7rem !important;
    }

    .timeline-item .btn-group-sm label, .timeline-item .form-select-sm label {
        font-size: 0.7rem !important;
    }

    .sub-heading {
        font-size: 0.7rem;
    }

    .form-select {
        padding: 0.6rem 0.6rem;
        padding-right: 25px;
    }
    /* .input-group .input-group-text{
        font-size: 0.8rem !important;
      } */
    .mob_bottom,
    .mob_text {
        display: block;
    }

    /* .form-select, .form-control{
      height: 31px !important;
    } */
    .input-group-text {
        line-height: 1.3;
    }

    .sec_heading h1 {
        font-size: 2rem;
    }

    .form-check-input {
        margin-right: 3px;
        height: 13px;
        width: 13px;
        /* width: 1.5em;
        height: 1.5em; */
    }
}

a {
/*    color: var(--blue);*/
    text-decoration: none;
}

    a:hover {
/*        color: #469fdf;*/
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-poppins);
    color: var(--blue);
}

h5 {
    font-size: 1rem;
}


.blue_bg {
    background-color: var(--blue-dark);
}


/*.termsofuse_wrap b {
    text-align: left;
    display: block;
    margin: 0 0 5px;
    padding: 10px 0 0;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: var(--blue);
    font-weight: 600;
}

.termsofuse_wrap p {
    display: block;
    margin: 0 0 15px;
    line-height: 26px;
    text-align: justify;
}*/






.termsofuse_wrap b {
    /* font-size: 1.4rem;*/ /* Bigger font for side headings */
    font-size: 17px;
    color: #095a9e;
    display: block;
    margin-top: 20px; /* Space between points */
}

.termsofuse_wrap p {
    /*font-size: 1.1rem;*/ /* Smaller than <b> tag */
    text-align: justify;
    margin-bottom: 10px; /* Add space between points */
}

.termsofuse_wrap ul li {
    /*font-size: 1.1rem;*/ /* Consistent with <p> */
    margin-bottom: 8px; /* Add space between points */
}

.termsofuse_wrap h4 {
    font-size: 1.6rem; /* Ensure main headings are larger */
    font-weight: bold;
}





/*********************** 
|| new footer  ||
************************/
/*********************** 
|| new footer  ||
************************/
#new-footer .footer-links h3 {
    color: white;
    font-size: 1.2em;
}

#new-footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    /* #new-footer .footer-links ul li {
  padding: 3px 0;
} */
    #new-footer .footer-links ul a {
        color: #ccc;
        transition: 0.3s;
        line-height: 2;
        font-size: 0.9em;
    }

        #new-footer .footer-links ul a:hover {
            color: white;
        }

    #new-footer .footer-links ul .sub-heading {
        color: white;
        margin-top: 12px;
        /* font-weight:500; */
    }

#new-footer .footer-links {
    margin-bottom: 20px;
}

#new-footer .branding {
    width: 74px;
    /* height: 77px; */
    height: auto;
}

    #new-footer .branding img {
        width: 100%;
    }

.c-address {
    padding-left: 15px;
    color: white;
}

    .c-address h3 {
        font-size: 1.2em;
    }

    .c-address p {
        font-size: 0.8em;
        margin-bottom: 0;
        margin-top: 0.5rem;
    }

/* @media screen and (max-width: 767px) {
    #new-footer .f_contact {
        padding-left: 123px;
    }
} */

.f_contact p {
    color: white;
    font-size: 0.9em;
    margin-bottom: 0;
}

    .f_contact p a {
        color: white;
    }

        .f_contact p a:hover {
            color: var(--green);
        }

#new-footer .social-links a {
    font-size: 18px;
    display: inline-block;
    /* background: #2487ce; */
    color: #fff;
    line-height: 0;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 5px;
    text-align: center;
    width: 30px;
    height: 30px;
    transition: 0.3s;
}

.fb {
    background-color: #1877f2;
}

.tw {
    background-color: #000000;
}

.in {
    background-color: #0077b5;
}

.ut {
    background-color: #bb0000;
}

.insta {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

.tg {
    background-color: #15b2f7;
}

.st {
    background-color: #218DFF;
}

.border-top-blue {
    border-top: 1px solid #456581;
}

.footer_bottom {
    padding: 20px 0;
    color: white;
}

    .footer_bottom a {
        color: white;
    }

@media only screen and (max-width: 992px) {
    #new-footer .footer_bottom {
        display: block !important;
    }

    .fs-md-normal {
        font-size: 1.2rem;
    }

    .w-sm-50 {
        width: 50%;
    }
}

.pt124 {
    padding-top: 124px;
}

.pt-5rem {
    padding-top: 5rem;
}

.hidden_imp {
    display: none;
}

.bg-dark-gray {
    background-color: var(--gray);
}

.blur5 {
    filter: blur(5px);
    pointer-events: none;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.blur4 {
    filter: blur(4px);
    pointer-events: none;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.z-3 {
    z-index: 3 !important;
}

.w-lg-50 {
    width: 50%;
}

.borderLight {
    border-color: #E3E3E3;
}

.noDataDiv {
    min-height: 150px;
}

@media only screen and (max-width: 992px) {

    .noDataDiv {
        min-height: 100px;
    }
}

/* 14-06-24 ashok*/
.greenLightBG {
    background-color: var(--green-light);
}

.redLightBG {
    background-color: var(--red-light);
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 22px;
    z-index: 996;
    background: #2487ce;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #3e9bdd;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }
