/* Keep this for all project */

@font-face {
    font-family: 'MainFont';
    font-style: normal;
    font-weight: 100;
    src: url(fonts/SFPro/SF-Pro-Text-Light.otf);
}

@font-face {
    font-family: 'MainFont';
    font-style: normal;
    font-weight: 300;
    src: url(fonts/SFPro/SF-Pro-Text-Regular.otf);
}

@font-face {
    font-family: 'MainFont';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/SFPro/SF-Pro-Text-Medium.otf);
}

@font-face {
    font-family: 'MainFont';
    font-style: normal;
    font-weight: 500;
    src: url(fonts/SFPro/SF-Pro-Text-Semibold.otf);
}

@font-face {
    font-family: 'MainFont';
    font-style: normal;
    font-weight: 600;
    src: url(fonts/SFPro/SF-Pro-Text-Bold.otf);
}

@font-face {
    font-family: 'MainFont';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/SFPro/SF-Pro-Text-Heavy.otf);
}

@font-face {
    font-family: 'SecondFont';
    font-style: normal;
    font-weight: 300;
    src: url(fonts/productsans/ProductSans-Regular.ttf);
}

html {
    overflow-x: hidden;
}


.body, div, a, button, span, input, section,footer,header {
    font-family: "MainFont", "Arial", sans-serif;
}

.font2 {
    font-family: "SecondFont", sans-serif !important;
}

/* Keep until here */

/* Dashboard */

.dashboardSection01 {
    background-image: url(/images/winCloud/dashboardBg1.png);
    background-size: cover;
    padding: 70px 0 150px 0;
    border: 1px solid transparent;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.dashboardSection01Title {
    color: #E5F645;
    text-align: center;
    border-right: 1px solid #fff;
}

.dashboardSection01Title:last-child {
    border-right: 1px solid transparent;
}
 
.dashboardSection01Content {
    color: #fff ;
 }

.dashboardSection02 {
    margin-top: -120px;
    padding-bottom: 50px;
}

.dashboardSection02Line {
    height: 2px;
    display: block;
    padding-top: 2px;
    background: rgb(150,150,150);
    background: -webkit-linear-gradient(left, rgba(71,109,166,0) 0%, rgba(71,109,166,1) 40%, rgba(71,109,166,1) 60%, rgba(71,109,166,0) 100%);
    background: -o-linear-gradient(left, rgba(71,109,166,0) 0%, rgba(71,109,166,1) 40%, rgba(71,109,166,1) 60%, rgba(71,109,166,0) 100%);
    background: linear-gradient(to right, rgba(71,109,166,0) 0%, rgba(71,109,166,1) 40%, rgba(71,109,166,1) 60%, rgba(71,109,166,0) 100%);
}

.dashboardSection02icon {
    width: 20px;
}

.btn-primary {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    background: rgb(98,186,232);
    background: linear-gradient(90deg, rgba(98,186,232) 0%, rgba(63,104,176) 100%);
    border: unset;
    border-radius: unset;
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 6px;
}

.walletBox {
    width: 250px;
    background-image: url(/images/project/walletBox.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 50px;
    margin-right: 20px;
}

.walletBoxText1 {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 3px;
}

.walletBoxText2 {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 3px;
}

.btn-more {
    font-weight: 400;
    font-size: 8px;
    color: #fff;
    background: rgb(98,186,232);
    background: linear-gradient(90deg, rgba(98,186,232) 0%, rgba(63,104,176) 100%);
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
    border: unset;
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 3px;
    padding: 5px 18px;
}

.goldLine {
    height: 3px;
    display: block;
    padding-top: 2px;
    background: rgb(140,96,52);
    background: -webkit-linear-gradient(left, rgba(140,96,52) 0%, rgba(255,231,159) 50%, rgba(166,112,51) 100%);
    background: -o-linear-gradient(left, rgba(140,96,52) 0%, rgba(255,231,159) 50%, rgba(166,112,51) 100%);
    background: linear-gradient(to right, rgba(140,96,52) 0%, rgba(255,231,159) 50%, rgba(166,112,51) 100%); 
}

.dashboardSection03 {
    padding: 20px 0 20px 20px;
}
 
.dashboardSection03Bg {
    background-image: url(../images/project/dashboardBG2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.dashboardSection03Content {
    background-color: #E0EAF0;
    padding-bottom: 30px;
}

.dashboardSection03Padding {
        padding-top: 18px;
}

.dashboardSection03Title {
    width: 230px;
    margin-top: 25px;
    padding: 5px 0px 5px 20px;
    background-color: #fff;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 3px;
}

.dashboardSection03ContentBlock {
    color: #3F68B0;
    text-align: center;
    border-right: 1px solid #666666;
}

.dashboardSection03ContentBlock:last-child {
    border-right: 1px solid transparent;
}

.dashboardSection03ContentDetail {
    color: #000;
}

.dashboardSection03Padding {
    padding-right: 0;
}

.diagramBtnBox {
    background-color: #fff;
    padding: 3px 3px;
    position: unset;
    display: inline-block;
}

.diagramBtnBoxFloat {
    background-color: #fff;
    padding: 3px 3px;
    border: 1px solid #cacaca;
    border-radius: 8px;
    position: fixed;
    top: 23%;
    left: 55px;
    z-index: 4;
    box-shadow: 5px 5px 10px #00000052;
}

.diagramBtnBoxMobile {
    background-color: #fff;
    padding: 3px 3px;
    border: 1px solid #cacaca;
    border-radius: 8px;
    position: fixed;
    top: 15%;
    left: 27px;
    z-index: 4;
    box-shadow: 5px 5px 10px #00000052;
    display: inline-flex;
    flex-flow: column-reverse;
}

.copiedMsg {
    color: #000;
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
}

.copiedMsg i {
    background-color: #32CD32;
    color: #fff;
    font-size: 15px;
    padding: 2px 3px;
    margin-top: -2px;
    margin-right: 4px;
    border-radius: 50%;
}

.btnSocial {
    color: #000;
}

.btnSocial:hover {
    color: #CCC;
}

.dashboardSection01Box {
    border: 1px solid #0C39B5;
    border-radius: 20px;
    background-color: rgb(12 57 181 / 50%);
    padding: 15px;
}

.dashboardSection01Box:after {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  border-radius: 20px;
  border: 1px solid #0C39B5;
}

.dashboardSection01Box02 {
    border: 1px solid #0C39B5;
    border-radius: 20px;
    margin: 5px;
}

.userPic {
    width: 50%;
    margin-left: 30px;
    float: left;
}

.medalPic {
    width: 50%;
    position: absolute;
    left: -15px;
    top: -70px;
    z-index: 1;
}

.dashboardSection01Font01 {
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    margin-top: 30px;   
}

.dashboardSection01Font02 {
    font-weight: 300;
    font-size: 18px;
    color: #000;
}

.balancePic {
    width: 280px;
}

.dashboardSection01Box2 {
    position: absolute;
    top: 35px;
    left: 35px;
}

.dashboardSection01Font03 {
    font-weight: 600;
    font-size: 23px;
    color: #fff;
    text-shadow: 2px 2px #000;
}

.dashboardSection01SmallBox{
    border: 1px solid #0C39B5;
    border-radius: 20px;
    background-color: #0C39B5;
    padding: 15px;
}

.dashboardSection01SmallBox:after {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  border-radius: 20px;
  border: 1px solid #0C39B5;
}

.dashboardSection01Font04 {
    font-weight: lighter;
    font-size: 18px;
    color: #fff;
}

.blueLine {
    height: 1px;
    display: block;
    padding-top: 2px;
    background-color: #0BB4F8; 
}

.playBtn {
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    background: rgb(225,0,0);
    background: radial-gradient(circle, rgba(225,0,0,1) 0%, rgba(168,0,0,1) 100%);
    padding: 5px 15px;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 140px;
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.5)!important;
}

.settingButton {
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    background: rgb(225,0,0);
    background: radial-gradient(circle, rgba(225,0,0,1) 0%, rgba(168,0,0,1) 100%);
    padding: 5px 15px;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 140px;
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.5)!important;
}

.gameSelection {
    margin-left: 100px;
    margin-top: 20px;
}

.gameSelect {
    margin-bottom: 15px;
    margin-top: 30px;
}

.gameFont {
    font-weight: 300;
    font-size: 15px;
    color: #000;
}

.gamePic {
    width: 100%;
    margin-top: 10px;
}

.homepageSpecialBox1 {
    font-weight: 600;
    font-size: 25px;
    color: #fff;
    width: 90px;
    height: 45px;
    background-color: #C41E2C;
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0 100%, 0 0);
    padding: 5px;
    z-index: 2;
}

.tableBox {
    border: 1px solid #EBEBEB;
    border-radius: 5px;
}

.pageContent {
    background-color: #fff;
    padding-top: 0px;
}

.pageTitle {
    font-weight: 300;
    color: #000;
    font-size: 30px;
}

.titleContent {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 20px;
}

.inputForm {
    border: 3px solid #ECECEC;
    border-top: none;
    border-left: none;
    border-right: none;
}

.borderBox {
    border: 2px solid #ECECEC;
    border-radius: 10px;
    padding: 20px;
}

.table thead th {
    text-align: left;
    border: none;
    background-color: #F9F9FA;
    font-weight: 300;
    color: #848E9C;
    font-size: 14px;
}

.checkboxFont {
    margin-top: 60px;
}

.withdrawalFont {
    font-weight: 600;
    font-size: 13px;
    color: #C41E2C;
    text-decoration: underline;
    padding-bottom: 30px;
}

.chargesFont {
    font-weight: 300;
    font-size: 35px;
    color: #000;
}

.emailButton {
    border: 2px solid #C41E2C;
    text-align: center;
    border-radius: 20px;
    padding: 5px;
    color: #C41E2C;
}

.modalMsgIcon {
    height: 80px;
    vertical-align: middle;
}

.modal .modal-content .modal-header .modal-title {
    font-weight: 300;
    font-size: 20px;
    color: #000;
}


.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background-color:rgb(255,255,255,0.5);
}

@media (min-width: 320px){
    #canvasMessage .modal-dialog {
        max-width: 500px;
        margin: 150px auto;
    }
}

#canvasMessage .modal-title {
    font-weight: 300;
    font-size: 20px;
    vertical-align: middle;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: unset;
    opacity: unset;
    z-index: 101;
}

.modal .modal-content .modal-header .close {
    outline: 0!important;
    color: #fff;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-transition: all .3s;
    transition: all .3s;
}


.modal .modal-content .modal-header .close:hover {
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff;
}


.modal-content {
    background-image: url(../images/ekomas/contact-us-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border: unset;
    outline: 0;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
    overflow: hidden;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: unset;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px 70px;
    text-align: center;
    margin: 10px 10px 30px 10px;
}

.modalBodyFont {
    font-weight: 300;
    font-size: 15px;
    color: #000;
    margin-top: -30px;
}

.modalBodyFontSpecial {
    font-weight: 300;
    font-size: 15px;
    color: #000;
    background-color: #000;
}

.modal .modal-content {
    border-radius: 10px;
}



.btnThemeModal {
    font-weight: 300;
    font-size: 13px;
    color: #fff;
    background-color: #46a6bc;
    padding: 5px 30px;
    border: unset;
    border-radius: unset;
}


.successModal .modal-header {
    background-color: #000;
}

.successModal .modal-body {
    background-color: #fff;
}

.successModal .modal-content .modalIcon {
    background-image: url(/images/qtn/qtn_modal_icon_success.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px;
    position: absolute;
    z-index: 100;
    top: -22px;
    right: -18px;
}

.errorModal .modal-header {
    background-color: #000;
}

.errorModal .modal-body {
    background-color: #fff;
}

.errorModal .modal-content .modalIcon {
    background-image: url(/images/qtn/qtn_modal_icon_error.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px;
    position: absolute;
    z-index: 100;
    top: -22px;
    right: -18px;
}

#canvasMessage.warningModal .modal-header,
#canvasMessage.warningModal .modal-title {
    color: #000!important;
}

.warningModal .modal-content .modalIcon {
    background-image: url(/images/qtn/qtn_modal_icon_warning.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px;
    position: absolute;
    z-index: 100;
    top: -22px;
    right: -18px;
}

@media (min-width: 320px){
    .modal-dialog.modal-qr {
        max-width: 250px;
        margin: 150px auto;
    }
}

@media (min-width: 320px) and (max-width: 767px){
    #canvasMessage .modal-footer {
        padding: 15px 5px;
    }

    .modal-body {
        padding: unset;
    }

    .modal-content {
        margin-top: 100px;
    }


}

.sideSettingMenuLeft {
    border: 1px solid #22272D;
    background-color: #22272D;
    height: 800px;
}

.sideSettingMenuRight {
    border: 1px solid #fff;
    background-color: #fff;
}

.settingBg {
    width: 100%;
}

.settingMenuIcon {
    width: 50%;
    margin-top: 5px;
    margin-left: 20px;
}

.circleBgSetting {
    margin-top: -50px;
    z-index: 1;
}

.circleSetting {
    background-color: transparent;
    border:2px solid #C1C1C1;    
    height:110px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    width:110px;
}

.settingUserPic {
    width: 100%;
    padding: 5px;
}

.settingEdit {
    width: 30%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.settingBtn {
    position: absolute;
    bottom: 0;
    right: 0;
}

.settingName {
    font-weight: 300;
    font-size: 25px;
    color: #000;
}

.settingUsername {
    font-weight: lighter;
    font-size: 17px;
    color: #000;
}

.noResultImg {
    height: 50px;
    margin-top: 20px;
}

@media (min-width: 320px) and (max-width: 767px){
    .homepageSpecialBox1 {
        display: none;
    }

    .pageTitle {
        font-size: 27px;
    }

    .checkboxFont {
        margin-top: 10px;
    }

    .userPic {
        margin-left: 105px;
    }

    .medalPic {
        width: 35%;
        left: 90px;
        top: -35px;
    }

    .dashboardSection01 {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .gameSelect {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .sideSettingMenuLeft {
        display: none;
    }

    .settingButton {
        margin-left: 60px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {

    .fundInFont {
        margin-left: 40px;
    }

    .dashboardSection01Box2 {
        top: 30px;
    }

    .balancePic {
        width: 250px;
    }

    .dashboardSection01Font02  {
        font-size: 15px;
    }

    .dashboardSection01Font03 {
        font-size: 20px;
    }

    .medalPic {
        width: 35%;
        left: 10px;
        top: -30px;
    }
}   

@media (min-width: 991px) and (max-width: 1024px) {

    .fundInFont {
        margin-left: 40px;
    }

    .medalPic {
        width: 35%;
        left: 10px;
        top: -25px;
    }


}

.footer-cust{
    background-image: url(../images/ekomas/bottom-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 35px 0 20px 30px;
    background-color: #FBFBFB
}