﻿body {
    font-family: Montserrat-Regular !important;
    font-size: 16px;
    margin: 0 auto;
    overflow-x: hidden;
    color: #040404;
}

a:hover {
    cursor: pointer;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('Montserrat-Regular.ttf'); /* here you go, IE */
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('Montserrat-SemiBold.ttf'); /* here you go, IE */
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('Montserrat-Bold.ttf'); /* here you go, IE */
}

.customContainer-fluid {
    padding: 0px !important;
}

.navbar-custom {
    background-color: #fff;
    z-index: 1000;
    padding: 0px;
}

    .navbar-custom .navbar-brand {
        height: 34px !important;
    }


    .navbar-custom .navbar-toggler .icon-bar {
        width: 25px;
        height: 2px;
        background-color: #003F72;
        margin-bottom: 6px;
    }

    .navbar-custom .container-fluid {
        padding: 0px !important;
    }

.portalLogo {
    height: 65px !important;
}

.top-menu {
    padding: 0px !important;
}

    .top-menu li a {
        font-weight: 700;
        font-size: 15px;
    }

        .top-menu li a:hover, .top-menu li a:focus, .second-menu ul li a:hover, .second-menu ul li a:focus {
            background-color: transparent !important;
            opacity: .7;
            -webkit-transition: all .4s ease-in-out;
            -moz-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
        }

.second-menu li a {
    font-size: 15px !important;
    font-weight: 700;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.custmContainer {
    min-height: 300px;
}

.lnkBack:hover {
    cursor: pointer !important;
}

.footer-top {
    color: #1e1c55;
    margin-top: 60px;
    padding-top: 25px;
    border-top: 1px solid #1c4588;
}

.img-footer {
    margin-bottom: 10px;
}

.footer .title {
    font-size: 24px;
    font-weight: 200;
    line-height: 1.3em !important;
    font-variant-ligatures: no-common-ligatures;
}

.footer .custom-html-widget {
    font-weight: 500;
}

.custom-btn-success {
    color: white;
    background-color: #84bd00;
    border: none;
    border-radius: 0px;
    width: 120px;
    padding: 10px;
    font-size: 15px;
}

    .custom-btn-success:hover, .custom-btn-success:focus, .custom-btn-success:active, .custom-btn-success:active:focus, .custom-btn-success:active:hover {
        color: white;
        background-color: #84bd00;
        border: none;
        border-radius: 0px;
        box-shadow: none;
        outline: 0px auto -webkit-focus-ring-color !important;
    }

.custom-txtBox {
    border-radius: 0px;
    padding: 20px 10px;
    margin: 5px;
    font-size: 14px;
}

#footer-bottom {
    background-color: #1e1c55;
    padding: 15px 0 5px;
}

#footer-info, #footer-info a {
    color: #ffffff;
    font-size: 12px;
}

.mainContent {
    margin-top: 32px;
}

.btnCustom {
    width: 100%;
    cursor: pointer;
    /*margin: 20px 0px;*/
    font-family: 'Montserrat-SemiBold';
}

.divHeader {
    color: #1c4487 !important;
    font-weight: 700 !important;
    text-align: center;
}

.icon {
    width: 25px;
}

.custom-addon {
    border: none;
    background: #F5F5F5;
    border-radius: 0px;
    padding: 6px 12px !important;
}

.custom-txt {
    border: none;
    background: #F7FBFE;
    border: 1px solid #eaedef;
    border-radius: 0px;
    box-shadow: none;
    padding: 0px 10px;
}

    .custom-txt:focus {
        box-shadow: none;
        background: #F5F5F5 !important;
    }

.et_pb_code_inner .form-group {
    margin-bottom: 25px;
}

.lnkForgotPassword, .btnModalClose:hover, #lnkOTPByEmail, #lnkOTPByMobile, .lblUnderline {
    text-decoration: underline;
}

.lnkBack, .divForgotPasswordBlock {
    display: none;
}

@media (min-width: 768px) {
    .top-menu {
        background-color: #143a65;
    }

    .navbar-custom .navbar-brand img {
        margin-top: 20px !important;
    }

    .top-menu li {
        min-width: 120px;
        text-align: center;
        margin-left: 3px;
        margin-right: 0px;
        padding: 5px 0px 5px 0px;
    }

        .top-menu li a {
            color: #fff;
            font-size: 14px;
            font-weight: bold;
            padding: 1px 5px 7px 5px;
        }

    .customLogoBg {
        margin-top: -72px !important;
        z-index: 111111 !important;
    }

    .contactBtn {
        background-color: #fff;
    }

    .fimcBtn {
        background-color: #3c6d9e;
    }

    .loginBtn {
        background-color: #1c4487;
    }

    .registerBtn {
        background-color: #84bd00;
    }

    .custom-menu {
        border-bottom: 1px solid #ccc;
    }

    .second-menu {
        padding: 16px 30px;
        background-color: #fff;
        z-index: 10000 !important;
    }

        .second-menu li a {
            color: #1c4487;
        }

        .second-menu li .dropdown-menu {
            margin-top: 13px;
            border-radius: 0;
            box-shadow: 0 2px 5px rgba(0,0,0,.1);
            border-top: 3px solid #65a0d6;
        }
}

@media screen and (min-width:320px) and (max-width:766px) {
    .navbar-custom .navbar-brand {
        padding: 0px 15px;
    }

        .navbar-custom .navbar-brand img {
          /*  width: 170px;
            height: auto;*/
            margin-top: -13px !important;
        }

    .navbar-custom {
        border-bottom: 1px solid #dddddd;
        padding: 15px 0px;
    }

        .navbar-custom .container-fluid {
            width: 85%;
            margin: auto;
        }

        .navbar-custom .navbar-toggler-right {
            width: 100% !important;
        }

        .navbar-custom .navbar-toggler {
            float: right;
        }

    .custom-menu {
        font-weight: 600;
    }

        .custom-menu ul {
            padding: 10px 35px;
        }

        .custom-menu li {
            padding: 10px 0px;
            border-bottom: 1px solid rgba(0,0,0,0.3);
        }

            .custom-menu li a {
                color: rgba(0,0,0,0.8);
            }

    .top-menu {
        border-top: 3px solid #65a0d6;
        border-radius: 0;
        box-shadow: 0 2px 5px rgba(0,0,0,.1);
        background-color: #fff;
        padding: 0px 50px;
        margin-top: 15px;
    }
}

.portalLogo:hover {
    cursor: default !important;
}
/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.reponsive-iframeContainer {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.lnkSendOtp:hover {
    cursor: pointer;
}

.lineBet {
    overflow: hidden;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; 
    color: #0A406B;
    font-size: 18px; 
}

    .lineBet:before,
    .lineBet:after {
        background-color: #0A406B; 
        content: "";
        display: inline-block;
        height: 1px; 
        position: relative;
        vertical-align: middle;
        width: 33%;
    }

    .lineBet:before {
        right: 3em;
        margin-left: -50%;
    }

    .lineBet:after {
        left: 3em;
        margin-right: -50%;
    }

@media (min-width: 768px) {
    .lineBet {
        font-size: 20px;
    }
}
.disabledControl, .disabledControl:hover {
    cursor: default;
    opacity: 0.4;
    filter: alpha(opacity=40); /* msie */
    text-decoration: none;
}

.divSmsOpt {
    font-size: 14px;
}

.divErrorMsg {
    color: #FF0000;
}

.usernameTooltip {
    position: relative;
    padding-bottom: 18px;
    font-size: 1rem;
}

.customTooltip {
    position: absolute;
    display: none;
    z-index: 1;
}

.hovercard {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    display: block;
    transition: 0.5s;
    transition-delay: 0.1s;
    width: 350px;
}

.loginTooltipInfo .tooltipInfo {
    color: #003F72 !important;
}

.errMsgBg {
    background-color: #c84c5c;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    padding: 10px;
}

.highlighted {
    border: 2px solid #3498db;
    background-color: #f0f8ff;
    box-shadow: 0 0 10px rgba(52, 152, 219, 0.6);
}


.login-box-wrapper {
    background-color: white;
    border-radius: 20px;
    padding: 42px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    width: 100%; 
    max-width: none; 
    margin: 60px auto; 
    min-height: 600px; 
    height: auto; 
}

@media (max-width: 768px) {
    .login-box-wrapper {
        padding: 26px; 
    }
}
    .login-box-wrapper .form-control {
        border: 1px solid #ced4da;
        border-radius: 4px;
        height: 40px;
        font-size: 14px;
    }

.login-box-wrapper .btnCustom {
    background-color: #0A406B;
    border: none;
    border-radius: 4px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; 
    font-size: 18px;
    padding: 12px 24px;
    width: 100%;
    text-align: center;
    transition: background-color 0.3s ease;
}

    .login-box-wrapper .btnCustom:hover {
        background-color: #08365C; 
    }


body {
    background-color: #ADD8E6 !important;
}

.login-page-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
/*    min-height: 100vh;*/
    background-color: #ADD8E6;
}

    .left-image img {
        width: 90%;
        height: 500px;
        object-fit: contain;
    }

    .left-image {
        padding:20px;
        display: flex;
        align-items: center;
        justify-content: left; 
    }
@media (max-width: 768px) {
    .login-illustration-wrapper {
        padding-bottom: 20px;
    }
}

.loginHeader {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #0A406B;
}

@media (min-width: 768px) {
    .loginHeader {
        font-size: 24px;
    }
}

.loginSubHeader {
    font-family: 'Montserrat', sans-serif;
    color: #373737;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .loginSubHeader {
        font-size: 14px;
        line-height: 18px;
    }
}
.img-fluid {
    max-width: 100%;
    height: auto;
    display: block;
}