body { font-family: 'AvenirNextLTPro-Regular'; color: #444; } @font-face { font-family: 'AvenirNextLTPro-Demi'; src: url('../font/AvenirNextLTPro-Demi.eot') format('EOT'), url('../font/AvenirNextLTPro-Demi.otf') format('OpenType'), url('../font/AvenirNextLTPro-Demi.svg') format('svg'), url('../font/AvenirNextLTPro-Demi.ttf') format('TrueType'), url('../font/AvenirNextLTPro-Demi.woff') format('woff'), url('../font/AvenirNextLTPro-Demi.woff2') format('woff2'); font-style: normal; font-display: swap; } @font-face { font-family: 'AvenirNextLTPro-MediumCn'; src: url('../font/AvenirNextLTPro-MediumCn.eot') format('EOT'), url('../font/AvenirNextLTPro-MediumCn.otf') format('OpenType'), url('../font/AvenirNextLTPro-MediumCn.svg') format('svg'), url('../font/AvenirNextLTPro-MediumCn.ttf') format('TrueType'), url('../font/AvenirNextLTPro-MediumCn.woff') format('woff'), url('../font/AvenirNextLTPro-MediumCn.woff2') format('woff2'); font-style: normal; font-display: swap; } @font-face { font-family: 'AvenirNextLTPro-Regular'; src: url('../font/AvenirNextLTPro-Regular.eot') format('EOT'), url('../font/AvenirNextLTPro-Regular.otf') format('OpenType'), url('../font/AvenirNextLTPro-Regular.svg') format('svg'), url('../font/AvenirNextLTPro-Regular.ttf') format('TrueType'), url('../font/AvenirNextLTPro-Regular.woff') format('woff'), url('../font/AvenirNextLTPro-Regular.woff2') format('woff2'); font-style: normal; font-display: swap; } @font-face { font-family: 'AvenirNextLTPro-Heavy'; src: url('../font/AvenirNextLTPro-Heavy.eot') format('EOT'), url('../font/AvenirNextLTPro-Heavy.otf') format('OpenType'), url('../font/AvenirNextLTPro-Heavy.svg') format('svg'), url('../font/AvenirNextLTPro-Heavy.ttf') format('TrueType'), url('../font/AvenirNextLTPro-Heavy.woff') format('woff'), url('../font/AvenirNextLTPro-Heavy.woff2') format('woff2'); font-style: normal; font-display: swap; } a { color: #4fa6d5; } a:hover { color: #45beff; text-decoration: none; } h1, h2, h3, h4, h5, h6, .font-primary { } #header { height: 100px; transition: all 0.5s; z-index: 997; transition: all 0.5s; padding: 0 0; background: #2c3044; border-radius: 0 0 20px 20px; } #header.header-transparent { background: #2c3044; } #header.header-scrolled { background: rgb(44 48 68); height: 100px; padding: 0 0; } #header .logo h1 { font-size: 28px; margin: 0; padding: 4px 0; line-height: 1; font-weight: 400; letter-spacing: 3px; text-transform: uppercase; } #header .logo h1 a, #header .logo h1 a:hover { color: #fff; text-decoration: none; } #header .logo img { padding: 0; margin: 0; max-height: 40px; } #main { margin-top: 80px; } .page-heading h3 { color: #ffffff; font-size: 18px; margin-bottom: 0; } .nav-menu, .nav-menu * { margin: 0; padding: 0; list-style: none; } .nav-menu > ul > li { position: relative; white-space: nowrap; float: left; } .nav-menu a { display: block; position: relative; color: #ddecf5; padding: 15px 6px; transition: 0.3s; font-size: 14px; } .nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a { color: #7589ed; text-decoration: none; } .nav-menu li:hover > a:hover img { } .nav-menu .drop-down ul { display: block; position: absolute; left: -10px; top: calc(100% - 30px); z-index: 99; opacity: 0; visibility: hidden; padding: 10px 0; background: #fff; box-shadow: 0px 0px 30px rgb(127 137 161 / 25%); transition: ease all 0.3s; width: 130px; border-radius: 6px; } .nav-menu .drop-down:hover > ul { opacity: 1; top: 100%; visibility: visible; } .nav-menu .drop-down li { min-width: 180px; position: relative; } .nav-menu .drop-down ul a { padding: 10px 20px; font-size: 14px; font-weight: 500; text-transform: none; color: #1c3745; } .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a { color: #68A4C4; } /*.nav-menu .drop-down > a:after { content: "\ea99"; font-family: IcoFont; padding-left: 5px; } */ .nav-menu .drop-down .drop-down ul { top: 0; left: calc(100% - 30px); } .nav-menu .drop-down .drop-down:hover > ul { opacity: 1; top: 0; left: 100%; } .nav-menu .drop-down .drop-down > a { padding-right: 35px; } .nav-menu .drop-down .drop-down > a:after { content: "\eaa0"; font-family: IcoFont; position: absolute; right: 15px; } @media (max-width: 1366px) { .nav-menu .drop-down .drop-down ul { left: -90%; } .nav-menu .drop-down .drop-down:hover > ul { left: -100%; } .nav-menu .drop-down .drop-down > a:after { content: "\ea9d"; } } /* Mobile Navigation */ .mobile-nav { position: fixed; top: 0; bottom: 0; z-index: 9999; overflow-y: auto; right: -260px; width: 260px; padding-top: 18px; background: #1e4356; transition: 0.4s; } .mobile-nav * { margin: 0; padding: 0; list-style: none; } .mobile-nav a { display: block; position: relative; color: #ddecf5; padding: 10px 20px; font-weight: 500; } .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a { color: #a2cce3; text-decoration: none; } .mobile-nav .drop-down > a:after { content: "\ea99"; font-family: IcoFont; padding-left: 10px; position: absolute; right: 15px; } .mobile-nav .active.drop-down > a:after { content: "\eaa0"; } .mobile-nav .drop-down > a { padding-right: 35px; } .mobile-nav .drop-down ul { display: none; overflow: hidden; } .mobile-nav .drop-down li { padding-left: 20px; } button.mobile-nav-toggle img { max-width: 25px; } .nav-menu a img { max-width: 30px; } .mobile-nav-toggle { position: fixed; right: 15px; top: 15px; z-index: 9998; border: 0; background: none; font-size: 24px; transition: all 0.4s; outline: none !important; line-height: 1; cursor: pointer; text-align: right; } .mobile-nav-toggle i { color: #fff; } .mobile-nav-overly { width: 100%; height: 100%; z-index: 9997; top: 0; left: 0; position: fixed; background: rgba(30, 67, 86, 0.9); overflow: hidden; display: none; } .mobile-nav-active { overflow: hidden; } .mobile-nav-active .mobile-nav { right: 0; } .mobile-nav-active .mobile-nav-toggle i { color: #fff; } @media (min-width: 1024px) { } @media (max-width: 768px) { } @media (max-width: 575px) { } .breadcrumbs { padding: 15px 0; background-color: #f3f8fa; min-height: 40px; } .breadcrumbs h2 { font-size: 28px; font-weight: 300; } .breadcrumbs ol { display: flex; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; } .breadcrumbs ol li + li { padding-left: 10px; } .breadcrumbs ol li + li::before { display: inline-block; padding-right: 10px; color: #6c757d; content: "/"; } @media (max-width: 768px) { .breadcrumbs .d-flex { display: block !important; } .breadcrumbs ol { display: block; } .breadcrumbs ol li { display: inline-block; } } .splash-screen { background: url(../img/splash-bg.png) no-repeat; background-size: cover; height: 100vh; } .splash-screen .cwg-logo { margin-top: -15px; } .signin-screen { background: url(../img/signin-bg.png) no-repeat; background-size: cover; height: 100vh; } .red-shape { display: block; background: #ed1f25; width: 50px; height: 8px; margin: 0 auto; border-radius: 20px; } .cwg-logo h4 { font-size: 24px; color: #161a28; font-weight: 600; margin-top: 4.5rem; margin-bottom: 1rem } .cwg-logo .form-control { display: block; width: 100%; height: calc(1.5em + .75rem + 2px); padding: 25px 10px 25px 40px; font-size: 15px; font-weight: 400; line-height: 1.5; color: #161a28; background-color: #fff; background-clip: padding-box; border-bottom: 1px solid #cacaca !important; border-radius: 0; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; border: none; } .cwg-logo .form-group { position: relative; } .cwg-logo .form-group span { position: absolute;left:0; top:9px; } .cwg-logo .form-group span img { max-width: 25px } .cwg-logo input::placeholder { color: #cacaca; } .cwg-logo .form-group p { font-size: 15px; } .cwg-logo .form-group p a { color: #ed1f25 } a.btn-signing { background: #ed1f25; color: #fff; font-size: 16px; padding: 13px 60px; border-radius: 8px; font-weight: 600; } a.btn-signing:hover { background: #161a28; } .cwg-logo .form-group p a.text-underline { text-decoration: underline; } .signin-screen .cwg-logo img {max-width: 140px} .form-control:focus {box-shadow: none} .input-control { position: relative; font-size: 15px; } .input-control .placeholder { position: absolute; left: 39px !important; line-height: 30px; color: #cacaca; top: 0; pointer-events: none; } .input-control .placeholder sup { color: #ed1f25; font-size: 14px; } .signin-screen .form-check-label { margin-bottom: 0; font-size: 13px; color: #2c3044; } .register-form .form-group label { position: relative; cursor: pointer; } .register-form .form-group #check1 { padding: 0; height: initial; width: initial; margin-bottom: 0; display: none; cursor: pointer; } .register-form .form-group label:before { content:''; -webkit-appearance: none; background:#cacaca; border: 0px solid #0079bf; padding: 7px; display: inline-block; position: relative; vertical-align: middle; cursor: pointer; margin-right: 10px; } .register-form .form-group #check1:checked + label:after { content: ''; display: block; position: absolute; top: 2px; left: -17px; width: 6px; height: 13px; border: solid #ed1f25; border-width: 0 2px 2px 0; transform: rotate(45deg); } .register-form .form-group label { position: relative; cursor: pointer; font-size: 14px; color: #2c3044; text-indent: -23px; margin-left: 24px; } .otp-btn { position: absolute; right: 0; top: 11px; } .btn-otp { font-size: 13px; font-weight: 600; color: #fff; background: #cacaca; padding: 12px 10px; border-radius: 6px; } .btn-otp:hover { background: #ed1f25; color: #fff } .eye-icon { position: absolute !important; left: auto !important; right: 0; } div#item_3 { position: absolute; top: 0px; left: 500px; } .cwg-logo select.form-control { padding: 10px 34px !important; height: 50px !important; color: #161a28; background: url(../img/drop-down.png) no-repeat 100%; -webkit-appearance: none; } a.btn-cancel { font-size: 15px; color: #161a28; font-weight: 600; background: transparent; border: 1px solid #000000; padding: 10px 30px; width: 100%; border-radius: 6px; display: block; } a.btn-cancel:hover { background: #161a28; color: #fff } a.btn-continue { font-size: 15px; color: #fff; font-weight: 600; background: #ed1f25; border: 1px solid #ed1f25; padding: 10px 8px; width: 100%; border-radius: 6px; display: block; } a.btn-continue:hover { background: #161a28; border: 1px solid #161a28; color: #fff } .alert-sec .close { font-size: 16px; color: #fff; opacity: 1; font-weight: normal; background: #ed1f25; padding: 2px 4px !important; border-radius: 25px; line-height: 13px; height: 20px; width: 20px; } .alert-sec .alert_warning { background-color: #faad14; border: 2px solid #faad14 } .alert-sec .alert { padding: 8px; margin-bottom: 8px; border-radius: 6px; color: #fff; text-transform: initial; font-size: 12px } .alert-sec p { font-size: 12.5px; line-height: 16px; width: 220px; } .alert-sec { padding-top: 6.6rem; background: #dadada; } .promotion-box { background: #dadada; } .promotion-box-white { background: #fff; border-radius: 6px; padding: 12px; } .promotion-box h4 { font-size: 18px; color: #2c3044; font-weight: 600; margin-bottom: 0; } .promotion-box h5 { font-size: 14px; color: #2c3044; margin-bottom: 0; line-height: 21px; } .promotion-box p { font-size: 14px; color: #2c3044; line-height: 20px; } .btn-apply { background: #ed1f25; color: #fff; font-size: 11px; padding: 9px 5px; border-radius: 6px; font-weight: 600; width: 100%; display: block; text-align: center; } .btn-account { background: #2c3044; color: #fff; font-size: 11px; padding: 9px 5px; border-radius: 6px; font-weight: 600; width: 100%; display: block; text-align: center; } .btn-details { background: transparent; color: #2c3044; font-size: 11px; padding: 8px 5px; border-radius: 6px; font-weight: 600; width: 100%; display: block; text-align: center; border:1px solid #2c3044; } .page-footer { position: fixed; bottom: 0; background: #2c3044; border-radius: 30px 30px 0 0; padding: 10px; width: 100% } .page-footer nav ul li a { font-size: 12px; color: #fff; text-align: center; padding: 5px 0 } .headerMenu { position: fixed; top: 0; right: 0; width: 100%; background-color: #2c3044eb; height: 100%; transform: translateX(100%); transition: 0.9s; z-index: 999; } .headerMenu-footer { position: fixed; top: 0; right: 0; width: 100%; background-color: #2c3044eb; height: 100%; transform: translateX(100%); transition: 0.9s; z-index: 999; } .profile-inner { position: fixed; top: 0; right: 0; width: 85%; background-color: #fff; height: 100%; transform: translateX(0%); transition: 0.8s; z-index: 999; border-radius: 18px 0 0px 18px; } .headerMenu-footer .profile-inner { position: fixed; top: 0; right: 0; width: 85%; background-color: #fff; height: 100%; transform: translateX(0%); transition: 0.8s; z-index: 999; border-radius: 18px 0 0px 18px; } .headerMenu.active { transform: translateX(0%); } .headerMenu-footer.active { transform: translateX(0%); } ..headerMenu-footer .btn-close .close { float: right; font-size: 1.5rem; font-weight: 400; line-height: 0; color: #fff; text-shadow: none; opacity: 1; background: #ed1f25; padding: 5px; border-radius: 25px; height: 28px; width: 28px; } .btn-close .close { float: right; font-size: 1.5rem; font-weight: 400; line-height: 0; color: #fff; text-shadow: none; opacity: 1; background: #ed1f25; padding: 5px; border-radius: 25px; height: 28px; width: 28px; } .profile-picture-upload { display: inline; position: relative; } .imagePreview { vertical-align: middle; width: 130px; height: 130px; border-radius: 50%; margin-right: 8px; } .hidden { position: absolute; width: 0px; height: 0px; left: -999999px; } .action-button { border: 1px solid black; background: none; padding: 8px; cursor: pointer; outline: 0; border-radius: 6px; } .action-button.mode-upload { color: #004085; border-color: #2c3044; background-color: #2c3044; position: absolute; right: 8px; top: 30px; border-radius: 50px; line-height: 19px; } .action-button.mode-remove { color: #721c24; border: 1px solid #f5c6cb; background-color: #f8d7da; } .profile-up { margin: 4rem auto 0 0; text-align: center; } .profile-up h4 { font-size: 20px; color: #131127 } .profile-up p { font-size: 18px; color: #ed1f25 } .profile-up ul li a { font-size: 17px; color: #131127; font-weight: 600; border-top: 1px solid #d4d4d4; padding: 12px 5px } .profile-up ul li:nth-child(4) { border-bottom: 1px solid #d4d4d4; } .profile-up ul li a:hover { color: #ed1f25 } .search-sec { background: #dadada } .search-box label { font-size: 13px; font-weight: 600; margin-bottom: 5px; color: #2c3044; } .search-box .input-group { background: #fff; padding: 5px; border-radius: 4px; } .search-box input#date { border: none; font-size: 14px; color: #2c3044; padding: 5px 0px 0px 7px; } .btn-search { background: #ed1f25; padding: 11px 14px; border-radius: 5px; } .mt-39 { margin-top: 39px } .log-clr {color: #ed1f25 !important} .pt-6 { padding-top: 6.5rem;} .deposit-search .form-control { display: block; width: 100%; height: 50px; padding: 10px 0px 10px 45px; font-size: 14px; font-weight: 400; border: none; line-height: 1.5; color: #2c3044; background-color: #fff; background-clip: padding-box; border-bottom: 1px solid #cacaca; border-radius: 0; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; } span.bank-img { } span.bank-img img { position: absolute; top: 7px; } .deposit-search .form-group { margin-bottom: 0; position: relative; } .deposit-search textarea.form-control { height: 90px !important; padding: 0 0; } .deposit-search select.form-control { padding: 10px 0 10px 45px !important; height: 50px !important; color: #161a28; background: url(../img/drop-down.png) no-repeat 100%; -webkit-appearance: none; } #tabs{ background: transparent; } #tabs h6.section-title{ color: #202041; } #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { color: #ed1f25 !important; background-color: transparent; border-color: transparent transparent #ed1f25 !important; border-bottom: 2px solid !important; font-size: 10px; padding: 7px 1px; } #tabs .nav-tabs .nav-link { border-bottom: 1px solid #c7bebe; color: #202041; font-size: 10px; padding: 7px 1px; font-weight: 600; } .btn-pay { background: #2c3044; border-radius: 5px; font-size: 14px; padding: 6px 25px; color: #fff; width: 100% !important; display: block; } .btn-pay:hover { background: #ed1f25; color: #fff } .process-time h5 { font-size: 13px; font-weight: 600 } .process-time p { margin-bottom: 0; font-size: 12px;color: #2c3044 } .fees-sec h5 { font-size: 13px; font-weight: 600 } .fees-sec p { margin-bottom: 0; font-size: 12px; color: #2c3044 } .c-share { position: relative; width: 40px; height: 40px; } .c-share__input { display: none; } .c-share__input:checked ~ .c-share__toggler .c-share__icon { transition: 0s; width: auto; height: 0; color: #fff; } .c-share__input:checked ~ .c-share__toggler .c-share__icon::before { transform: rotate(-45deg); } .c-share__input:checked ~ .c-share__toggler .c-share__icon::after { transform: rotate(45deg); } .c-share__input:checked ~ .c-share_options { width: 216px; height: 15em; border-radius: 7px; text-align: right; } .c-share__input:checked ~ .c-share_options::before, .c-share__input:checked ~ .c-share_options li { transition: 0.3s 0.15s; opacity: 1; transform: translateY(0); } .c-share__toggler { position: absolute; bottom: -7px; width: inherit; height: inherit; border-radius: 50%; background-color: #ed1f25; right: 0px; } .c-share_options { position: absolute; bottom: 0px; width: inherit; height: inherit; border-radius: 50%; background-color: #2c3044; right: -7px; } .c-share__toggler { cursor: pointer; z-index: 1; display: flex; justify-content: center; align-items: center; } .c-share__icon { position: relative; left: -11px; /* width: 0.5em; */ /* height: 0.5em; */ border-radius: 50%; color: #fff; background-color: currentColor; box-shadow: 0.625em -0.625em, 0.625em 0.625em; transition: 0.1s 0.05s; } .c-share__icon::before, .c-share__icon::after { content: ""; position: absolute; width: 20px; height: 2px; background-color: currentColor; transition: 0.1s; } .c-share__icon::before { top: 0px; left: 1px; /* transform-origin: bottom left; */ /* transform: rotate( 45deg ); */ } .c-share__icon::after { top: -0.0em; left: 0.03125em; transform-origin: center; transform: rotate( -91deg ); } .c-share_options { list-style: none; margin: 0; padding: 7px; box-sizing: border-box; overflow: hidden; transition: 0.2s; } .c-share_options::before { content: attr(data-title); display: block; margin-bottom: 1em; font-weight: 700; } .c-share_options li { font-size: 0.875em; color: #464646; cursor: pointer; } .c-share_options li:not(:last-child) { margin-bottom: 1em; } .c-share_options::before, .c-share_options li { opacity: 0; transform: translateY(0.625em); transition: 0s; } .create-view-account { position: fixed; bottom: 84px; right: 10px; background: #2c3044; padding: 6px 7px; border-radius: 7px; display: flex; } .create-view-account p { color: #fff; margin: 10px; font-size: 14px;} .c-share_options li a img { max-width: 45px; } .c-share_options li a { font-size: 14px; color: #fff } .btn-apply:hover { background: #2c3044; color: #fff } .select-payment-hd h5 { font-size: 14px; color: #ed1f25; border-bottom: 2px solid #ed1f25; display: inline-block; padding: 8px 0;} .select-payment-hd { border-bottom: 1px solid #c7bebe;} .payment-info { background: #ececec; padding: 20px; } .payment-info p { font-size: 13px; color: #2c3044; line-height: 20px; } .btn-confirm { background: #ed1f25; padding: 12px 50px; font-size: 15px; color: #fff; font-weight: 600; border-radius: 6px; } .btn-confirm:hover { background: #2c3044; color: #fff } .payment-info p a { color: #ed1f25 } .deposit-method .form-control { display: block; width: 100%; height: 50px; padding: 10px 0px; font-size: 14px; font-weight: 400; border: none; line-height: 1.5; color: #202041; background-color: #fff; background-clip: padding-box; border-bottom: 1px solid #cacaca; border-radius: 0; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; } .deposit-method::-webkit-input-placeholder { color:#cacaca; } .deposit-method::-moz-placeholder { color:#cacaca; } /* firefox 19+ */ .deposit-method:-ms-input-placeholder { color:#cacaca; } /* ie */ input:-moz-placeholder { color:#cacaca; } .deposit-method .form-group {position: relative;} .promo-code { position: absolute; top:10px; right: 0; background: #fff } .deposit-method .form-group label { position: relative; cursor: pointer; font-size: 14px; color: #2c3044; text-indent: -23px; margin-left: 24px; } .deposit-method .form-group label:before { content: ''; -webkit-appearance: none; background: #cacaca; border: 0px solid #0079bf; padding: 7px; display: inline-block; position: relative; vertical-align: middle; cursor: pointer; margin-right: 10px; } .deposit-method .form-group #check1 { padding: 0; height: initial; width: initial; margin-bottom: 0; display: none; cursor: pointer; } .deposit-method .form-group #check1:checked + label:after { content: ''; display: block; position: absolute; top: 2px; left: -17px; width: 6px; height: 13px; border: solid #ed1f25; border-width: 0 2px 2px 0; transform: rotate( 45deg ); } .red-text {color: #ed1f25; text-decoration: underline;} .deposit-method select.form-control { padding: 10px 0px !important; height: 50px !important; color: #161a28; background: url(../img/drop-down.png) no-repeat 100%; -webkit-appearance: none; } .deposit-search .form-group label { position: relative; cursor: pointer; font-size: 14px; color: #2c3044; text-indent: -23px; margin-left: 24px; } .deposit-search .form-group label:before { content: ''; -webkit-appearance: none; background: #cacaca; border: 0px solid #0079bf; padding: 7px; display: inline-block; position: relative; vertical-align: middle; cursor: pointer; margin-right: 10px; } .deposit-search .form-group #check1 { padding: 0; height: initial; width: initial; margin-bottom: 0; display: none; cursor: pointer; } .deposit-search .form-group #check1:checked + label:after { content: ''; display: block; position: absolute; top: 2px; left: -17px; width: 6px; height: 13px; border: solid #ed1f25; border-width: 0 2px 2px 0; transform: rotate( 45deg ); } .participation-list h5 { font-size: 16px; color: #2c3044; font-weight: 600 } .btn-pending { background: #08aeea; font-size: 15px; color: #fff; padding: 5px 20px; font-weight: 600; border-radius: 5px; width: 115px; display: block; text-align: center; } .btn-completed { background: #109318; font-size: 15px; color: #fff; padding: 5px 20px; font-weight: 600; border-radius: 5px; width: 115px; display: block; text-align: center; } .date-part p { font-size: 14px; margin-bottom:0; color: #2c3044 } .date-part h5 { font-size: 16px; margin-top:10px; font-weight: 600 } .announcement-page { border-bottom: 1px solid #c7bebe } .announcement-page #nav-tab { display: inline-flex; } .announcement-page .nav-tabs .nav-link { font-size: 11px !important; padding: 7px 2px !important; border-bottom: 0px solid #c7bebe; text-align: left; } .announcement-search .form-control { display: block; width: 100%; height: 50px; padding: 10px 0px 10px 0px; font-size: 14px; font-weight: 400; border: none; line-height: 1.5; color: #2c3044; background-color: #fff; background-clip: padding-box; border-bottom: 1px solid #cacaca; border-radius: 0; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; } .announcement-search .form-group { margin-bottom: 0; position: relative; } .announcement-search span.bank-img img { position: absolute; top: 7px; background: #ed1f25; padding: 10px 12px; border-radius: 5px; right: 0; } .announcement-box h5 { font-size: 15px; color: #2c3044; font-weight: 600 } .announcement-box p { font-size: 13px; color:#2c3044 } .next-arr img { background: #2c3044; padding: 6px; border-radius: 25px; } .date-txt h5 { font-size: 13px;color: #2c3044; font-weight: 500 } .announcement-box { border-bottom: 1px solid #e6e6e6; padding-bottom: 10px; } .next-arr img:hover {background: #ed1f25;} .personal-info-form form label { font-size: 14px; color: #ed1f25; font-weight: 700 ; margin-bottom: 0 } .personal-info-form .form-control { display: block; width: 100%; height: 45px; padding: 10px 0px 10px 0px; font-size: 14px; font-weight: 400; border: none; line-height: 1.5; color: #2c3044; background-color: #fff; background-clip: padding-box; border-bottom: 1px solid #cacaca; border-radius: 0; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; } .personal-info-form select { background: url(../img/drop-down.png) no-repeat 100%; -webkit-appearance: none; } .personal-info-form textarea { height: 80px !important } .hd-line { display: block; background: #ed1f25; width: 2.5px; height: 23px; position: absolute; left: 0; top: -2px; } .form-heading { position: relative; } .mb-6 { margin-bottom: 6rem } .eye-img { position: absolute; top: 30px; right: 0; } .personal-info-form .form-group { position: relative; } .personal-info-form .form-group #check1 { padding: 0; height: initial; width: initial; margin-bottom: 0; display: none; cursor: pointer; } .personal-info-form .form-group #check5 { padding: 0; height: initial; width: initial; margin-bottom: 0; display: none; cursor: pointer; } .personal-info-form .form-group .label-clr { position: relative; cursor: pointer; font-size: 14px; text-indent: -23px; margin-left: 24px; } .personal-info-form .form-group .label-clr:before { content: ''; -webkit-appearance: none; background: #cacaca; border: 0px solid #0079bf; padding: 7px; display: inline-block; position: relative; vertical-align: middle; cursor: pointer; margin-right: 10px; } .personal-info-form .form-group #check1:checked + .label-clr:after { content: ''; display: block; position: absolute; top: 2px; left: -17px; width: 6px; height: 13px; border: solid #ed1f25; border-width: 0 2px 2px 0; transform: rotate( 45deg ); } .personal-info-form .form-group #check5:checked + .label-clr:after { content: ''; display: block; position: absolute; top: 2px; left: -17px; width: 6px; height: 13px; border: solid #ed1f25; border-width: 0 2px 2px 0; transform: rotate( 45deg ); } .personal-info-form .form-group { position: relative; } .label-clr {color:#2c3044 !important;} .deposit-method .form-group h5 { font-size: 16px; color: #2c3044; font-weight: 600 } #accordion [data-toggle="collapse"]:after { color: #fff; display: inline-block; display: inline-block; font-family: 'boxicons'; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\e9f8"; transform: rotate( 270deg ); transition: all linear 0.25s; float: right; background: #2c3044; font-size: 20px; border: none; border-radius: 25px; padding: 3px 3px; font-weight: 400; } #accordion [data-toggle="collapse"].collapsed:after { transform: rotate(0deg) ; } #accordion .card-header { padding: 0 15px; margin-bottom: 0; background-color: transparent; border-bottom: none; } #accordion .card-header h5 a { color: #2c3044; font-weight: 600; font-size: 16px; } #accordion .card { border: none; margin-bottom: 1rem } #accordion .card-body { padding: 0 } .card-img img { border-radius: 6px; } .files input { text-align: center !important; margin: 0; background: #e5e6eb !important; width: 100% !important; opacity: 0; } .files input:focus{ } .files{ position:relative} .files:after { pointer-events: none; position: absolute; top: 0; left: 0; width: 100%; right: auto; height: 100%; content: ""; background-image: url(../img/upload-img.png); display: block; margin: 0 auto; /* background-size: 100%; */ background-repeat: no-repeat; } .color input{ background-color:#f1f1f1;} .files:before { position: absolute; bottom: 10px; left: 0; pointer-events: none; width: 100%; right: 0; height: 57px; content: ""; display: block; margin: 0 auto; color: #2ea591; font-weight: 600; text-transform: capitalize; text-align: center; } .files .form-control { height: 90px; color: #fff; width: 160px !important; border: none; border-radius: 5px; } .left-card-img.mt-3 h5 { font-size: 13px; font-weight: 800; } .left-card-img p { font-size: 11px } .left-card-img.mt-3.d-flex.justify-content-between { background: #e5e6eb; padding: 5px; border-radius: 5px; } .btn-upload { background: #2c3044; padding: 6px 20px; color: #fff; font-weight: 600; font-size: 13px !important; border-radius: 4px; } .btn-completed { background: #ed1f25; padding: 6px 20px; color: #fff; font-weight: 600; font-size: 13px !important; border-radius: 4px; } .left-card-img h4 { font-size: 14px; color: #ed1f25; font-weight: 600 } .forex-hd h5 { font-size: 15px; color: #2c3044; font-weight: 600 } .tech-anayls h6 { font-size: 15px; color: #ed1f25; font-weight: 600; margin: 10px 0 0 26px; line-height: 22px; } .tech-anayls h6 a { color: #ed1f25; } .forex-para { margin: 10px 0 0 26px; } .text-green { color: #119319 !important } .text-blue {color: #2c3044 !important} .account-box { background: #e5e6eb; padding: 10px; border-radius: 5px } .account-box h4 { font-size: 18px; color: #ed1f25; font-weight: 700 } .account-box p { font-size: 13px; color: #2c3044; font-weight: 600; } .account-box a.btn-signing { background: #ed1f25; color: #fff; font-size: 16px; padding: 10px 30px; border-radius: 8px; font-weight: 600; } .disclosure p a { color: #ed1f25; text-decoration: underline; } .account-box ul { padding: 0; margin:0; } .account-box ul li { list-style: none; text-align: left; font-size: 13px; font-weight: 600; margin-bottom: 1rem; text-indent: -28px; margin-left: 27px; } .account-btn a.btn-signing { background: #ed1f25; color: #fff; font-size: 14px; padding: 10px 12px; border-radius: 8px; font-weight: 600; } .pass-info { position: absolute; right: 0; top:10px; } .ib-apply h4 { font-size: 16px; } .ib-apply ul { padding: 0; margin:0 } .ib-apply ul li { list-style: none; margin-bottom: 1rem; font-size: 14px; text-indent: -15px; margin-left: 18px;} .ib-apply .form-group label { position: relative; cursor: pointer; font-size: 14px; color: #2c3044; text-indent: -23px; margin-left: 24px; } .ib-apply .form-group label:before { content: ''; -webkit-appearance: none; background: #cacaca; border: 0px solid #0079bf; padding: 7px; display: inline-block; position: relative; vertical-align: middle; cursor: pointer; margin-right: 10px; } .ib-apply .form-group #check1:checked + label:after { content: ''; display: block; position: absolute; top: 2px; left: -17px; width: 6px; height: 13px; border: solid #ed1f25; border-width: 0 2px 2px 0; transform: rotate( 45deg ); } .ib-apply .form-group #check1 { padding: 0; height: initial; width: initial; margin-bottom: 0; display: none; cursor: pointer; } .mt-6 { margin-top: 6rem } .br-5 { border-radius: 5px } .application-his select.form-control { padding: 10px 0px !important; height: 50px !important; color: #161a28; background: url(../img/down-arrow.png) no-repeat 100%; -webkit-appearance: none; } .application-his .form-control { display: block; width: 100%; height: 50px; padding: 10px 0px; font-size: 14px; font-weight: 400; border: none; line-height: 1.5; color: #202041; background-color: #fff; background-clip: padding-box; border-bottom: 1px solid #cacaca; border-radius: 0; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; } .application-hd { font-size: 19px; font-weight: 700;color: #2c3044 } .btn-filter { background: #2c3044; color: #fff; font-size: 15px; padding: 5px 12px; border-radius: 5px; text-align: center; display: block; } .btn-filter img { vertical-align: sub; } .btn-complete { background: #ed1f25; padding: 6px 10px; color: #fff; font-weight: 500; font-size: 13px !important; border-radius: 4px; } .btn-blue { background: #08aeea; padding: 6px 10px; color: #fff; font-weight: 500; font-size: 13px !important; border-radius: 4px; } #accordion2 .panel-title a { display: block; padding: 10px 15px 10px 35px; background: transparent; border: none; border-radius: 3px; font-size: 15px; font-weight: 600; color: #2c3044; text-shadow: none; position: relative; } #accordion2 .panel-title a:before { content: "\eb27"; font-family: 'boxicons'; width: 25px; height: 25px; line-height: 24px; border-radius: 50%; background: transparent; font-size: 17px; font-weight: 900; color: #2c3044; text-align: center; box-shadow: none; text-shadow: none; position: absolute; top: 6px; left: 4px; border: 1px solid #2c3044; } #accordion2 .panel-title a.collapsed:before{ content: "\eaf8"; } #accordion2 .panel-body{ padding: 0px 0px; font-size: 15px; color: #222; line-height: 27px; border: none; } #accordion2 .panel-body p{ margin-bottom: 0; } .btn-inprogress { background: #119319; padding: 6px 10px; color: #fff; font-weight: 500; font-size: 13px !important; border-radius: 4px; } .btn-yellow { background: #fbc11e; padding: 6px 10px; color: #fff; font-weight: 500; font-size: 13px !important; border-radius: 4px; } h5.text-red { color: #ed1f25; } .list-group-item { font-size: 14px; color: #2c3044; border: none; padding: 3px; } .border-none { border: none } .btn-deposit { background: #ed1f25; padding: 6px 15px; color: #fff; font-weight: 400; font-size: 13px !important; border-radius: 4px; text-align: left } .btn-withdraw { background: #2c3044; padding: 6px 15px; color: #fff; font-weight: 400; font-size: 13px !important; border-radius: 4px; text-align: left } .btn-internal { background: transparent; padding: 6px 5px; color: #2c3044; font-weight: 400; font-size: 13px !important; border-radius: 4px;border:1px solid #2c3044; text-align: left } .delete-popup .modal-footer { display: block; border: none; padding: 0; } .popup-heading h3 { font-size: 22px; margin-bottom: 1.5rem; color: #131127; font-weight: 600; } .delete-popup .modal-content { border: none; border-radius: 10px; padding: 25px; } .delete-popup .modal-body { padding: 0 } .delete-popup button.btn.btn-secondary { background: transparent; border: 1px solid #ed1f25; color: #131127; font-size: 15px; font-weight: 600; width: 130px; } .delete-popup button.btn.btn-primary { background: #ed1f25; border: 1px solid #ed1f25; color: #fff; font-size: 15px; font-weight: 600; width: 130px; } .modal { background: #2c3044d9; } .popup-heading p { font-size: 14px; color: #2c3044; font-weight: 600 } .delete-popup .modal-header { border: none; padding: 0; } button.close { padding: 0; background-color: #ed1f25; border: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 50px; padding: 2px 6px !important; position: absolute; top: 10px; right: 12px; } button.close.close-btn2{ top: 10px; right: 25px; } .close { float: right; font-size: 28px; font-weight: 500; line-height: 1; color: #fff; text-shadow: none; opacity: 1; } .form-group .start-label:before { display: none !important } .application-status a img { vertical-align: text-bottom; } .headerMenu-footer ul li a img { max-width: 30px; } .headerMenu-footer ul { padding: 0; margin:0; } .headerMenu-footer ul li {list-style: none;} .headerMenu-footer .profile-up ul li a { font-size: 17px; color: #131127; font-weight: 600; border-top: 1px solid #d4d4d4; padding: 10px 5px; display: block } .profile-menu img { max-width: 110px; } .border-top-none { border-top:none !important; } .headerMenu-footer .profile-up ul li:nth-child(4) { border-bottom: 0px solid #d4d4d4; } .clent-zn { text-align: left; background: #2c3044; color: #7589ed !important; font-weight: 500; border-radius: 7px; font-size: 18px !important; } .clent-zn img { vertical-align: sub} .chart-pop .popup-heading h5 { font-size: 18px; margin-bottom: 2rem; font-weight: 400; } .chart-pop .modal-content { border: none; border-radius: 10px; padding: 15px; background: transparent; } .chart-pop .modal-body { padding: 0 } .chart-pop button.btn.btn-secondary { background: transparent; border: 1px solid #ed1f25; color: #131127; font-size: 15px; font-weight: 600; width: 130px; } .chart-pop button.btn.btn-primary { background: #ed1f25; border: 1px solid #ed1f25; color: #fff; font-size: 15px; font-weight: 600; width: 130px; } .chart-pop { background: #2c3044eb; } .chart-pop .modal-header { border: none; } .filter-form label { color: #fff; font-size: 15px; text-align: left !important; display: block; } .chart-pop .form-control { display: block; width: 100%; height: calc(1.5em + .75rem + 2px); padding: 5px 0px; font-size: 16px; font-weight: 400; line-height: 1.5; color: #7589ed; background-color: transparent; background-clip: padding-box; border: none; border-bottom: 1px solid #7589ed; border-radius: 0; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; } .chart-pop .form-group { margin-bottom: 1.5rem; } .chart-pop button.close { padding: 0; background-color: #ed1f25; border: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 50px; padding: 1px 6px !important; position: absolute; top: 0px; right: 32px; } .cwg-logo p { font-size: 13px; color: #979797; font-weight: 500; text-align: justify; line-height: 20px; width: 90%; margin: 0 auto 10px; } .application-status { text-align: right } .text-red { color: #ed1f25 } .ib-apply ul li a { color: #ed1f25 } .tool { cursor: help; position: relative; } /*== common styles for both parts of tool tip ==*/ .tool::before, .tool::after { left: 50%; opacity: 0; position: absolute; z-index: -100; } .tool:hover::before, .tool:focus::before, .tool:hover::after, .tool:focus::after { opacity: 1; transform: scale(1) translateY(0); z-index: 100; } /*== pointer tip ==*/ .tool::before { border-style: solid; border-width: 1em 0.75em 0 0.75em; border-color: #3E474F transparent transparent transparent; top: 250%; content: ""; margin-left: -0.7em; /* transition: all .65s cubic-bezier(.84,-0.18,.31,1.26), opacity .65s .5s; */ /* transform: scale(.6) translateY(-90%); */ transform: rotate( 180deg ) !important; } .tool:hover::before, .tool:focus::before { transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s; } /*== speech bubble ==*/ .tool::after { background: #3b4259; border-radius: 6px; top: 300%; color: #EDEFF0; content: attr(data-tip); margin-left: -20.75em; padding: 1em; transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s; transform: scale(.6) translateY(50%); width: 23.5em; text-align: left; } .tool:hover::after, .tool:focus::after { transition: all .65s cubic-bezier(.84,-0.18,.31,1.26); } @media (max-width: 760px) { .tool::after { font-size: .75em; margin-left: -200px; width: 21em; } }