/* 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);
}


.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: rgb(63,186,255);
    background: linear-gradient(180deg, rgba(63,186,255,1) 0%, rgba(63,184,255,1) 16%, rgba(60,169,251,1) 46%, rgba(59,161,249,1) 62%, rgba(59,161,249,1) 81%, rgba(140,202,255,1) 90%, rgba(255,255,255,1) 100%);
    padding: 20px 0 30px 0;
    margin-top: 121.5px;
}

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

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

.dashboardSection02 {
    padding-top: 20px;
    background-image: url(/images/project/dashboardBG.jpg);
    background-size: cover;
}

.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.btn-primary, .btn.btn-default, .btn.btn-cancel, .btn.btn-primary1 {
    padding: 5px 15px;
    border-radius: 25px;
    font-size: 14px;
    margin: 0;
    cursor: pointer;
}

.btn.btn-primary {
    color: #fff;
    background: #005faa;
    border: 2px solid #005faa;
}

.btn.btn-primary1 {
    color: #fff;
    background: #005faa;
    border: 2px solid #fff;
}

.btn.btn-primary.active, .btn.btn-primary:active, .btn.btn-primary:hover, .show>.btn.btn-primary, .btn.btnThemeModal:hover {
    background: #005190;
    border: 2px solid #005190;
    color: #fff;
}

.btn.btn-default {
    background-color: transparent;
    border: 2px solid #dedede;
    color: #dedede;
    /*border-radius: 25px;*/
}

.btn:hover, a:hover {
    color: #b9b9ba;
}

.btn.btn-default.active, .btn.btn-default:active, .btn.btn-default:hover, .show>.btn.btn-default, .btn.btnDefaultModal:hover {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    /*border-radius: 25px;*/
}

.btn.btn-default i {
    color: #878787;
}

.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;
}

.footer{
    background: #1e4259;
}

.productFooter{
    background: #1e4259;
    margin-left: 70px;
    width: 95%;
}

.footerLine{
    border-bottom: 2px solid transparent;
    background-image: linear-gradient(to left, #0374c8, #0be8f0);
    height: 1px;
    background-origin: border-box;
}

.footerTitle {
    font-size: 14px;
    font-weight: 100;
    color: #fff;
}

.infoWrap{
    color: #fff;
}

.infoTxt{
    font-weight: 100;
    font-size: 12px;
}

.boldTxt{
    font-weight: 500;
}

.footerDetailTxt{
    color: #8897a0;
}

@media (max-width: 767px) {
    .productFooter {
        margin-left: unset;
        width: 100%;
    }

    .footerDetailTxt {
        margin-top: 10px;
    }
}