/*
Theme Name: wise
Theme URI: https://www.wise.co.il
Author: wise Team
Author URI: https://www.wise.co.il
Description: wise empty design with Bootstrap v4.2 RTL.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: wise, rtl, bootstrap
Text Domain: wise
*/


html
{
    height: 100%;
    width: 100%;
    text-decoration: none;
    border: none;
}

*
{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: open-sans, arial, sans-serif;
    border: none;
    direction: ltr;
}
body
{
  text-align: left;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 20px;
}

.dropdown-menu
{
    text-align: right;
}

.vidframe iframe
{
  height: 100%;
  width: 100%;
}
#ytplayer.ytDisabled
{
  pointer-events: none!important;
  cursor: default;
}
.iti.iti--allow-dropdown.iti--separate-dial-code
{
  width: 100%;
}
.imgc{max-width: 100%;max-height: 100%;}
header
{
  position:fixed;
  background-color: #140900;
  width: 100%;
  z-index: 1000;
  top:0;
  box-shadow:0 1px 0 0 #453c15;
}

.mainform
{
  background-color: white;
  padding:10px;
}
.mainform input:not([type="checkbox"])
{
  display: block;
  border:1px solid #ccc;
  margin-bottom:15px;
  padding: 8px 10px;
  width: 100%;
}

button,#countryCode
{
  height: 40px;
  border: 1px solid #d3c06c;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 13px;
  align-items: center;
  text-align: center;
  background-color: #d3c06c;
  color: #fafaff;
}
input[type="submit"]
{
  width: 100%;
background: #E6AE5C;
border: none;
height: 65px;
margin-top: 5%;
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 29px;
text-align: center;
color: #FAFAFF;
}
.privacy
{
  padding-left: 4%;
font-style: normal;
font-weight: normal;
font-size: 8px;
line-height: 10px;
color: #8d8d8d;
text-align: left;
}
.bgimg{background-repeat: no-repeat;background-size:cover;background-position: center;}

.register_button
{
  font-weight: bold;
padding: 9px 12px;
min-height: 50px;
width: 100%;
background: #D3C06C;
color: #fff;
font-family: "IBM Plex Sans",sans-serif;
font-size: 1.5em;
text-align: center;
border-radius: 10px;
border-color: #d9c880;
box-shadow: none;
white-space: normal;
}

.investbg{
    background-position: right center;
    background-size: auto 102%;
}
.investbg{
    background-color: #000000;
    background-repeat: no-repeat;
}

.tname
{
  margin-top: 0;
  background: #fff;
  margin-left: -20px;
  color: #0bb5d3;
  border-radius: 6px;
  padding: 15px 20px;
    margin-bottom: 25px;
}

.tdesc
{
  font-style: italic;
  padding-left: 30px;

}

.container
{
  max-width: 1170px;
}
.userTable #tradersTableWrap
{
  text-align: center;
}
.userTable .tradersTableFadeOutWrap {
    position: relative;
    height: 521px;
    overflow-y: hidden;
}
*>:last-child {
    margin-bottom: 0;
}
.userTable #tradersTableWrap table tr {
    height: 40px;
    line-height: 1;
}
.userTable #tradersTableWrap table tr th {
    border-bottom: 1px solid #efe8ce;
    padding-left: 10px;
    color: #140900;
    background-color: #f5f1e1;
}
.userTable #tradersTableWrap table tr td {
    padding-left: 10px;
}
.userTable .tradersTableFadeOutWrap .tradersTableFadeOut {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 40px;
    background-image: -webkit-linear-gradient(270deg, rgba(255,255,255,0) 0%, #fff 100%);
    background-image: -moz-linear-gradient(270deg, rgba(255,255,255,0) 0%, #fff 100%);
    background-image: -o-linear-gradient(270deg, rgba(255,255,255,0) 0%, #fff 100%);
    background-image: linear-gradient(180deg, rgba(255,255,255,0) 0%, #fff 100%);
}
.userTable #tradersTableWrap table tr td.tradersTableWinnerCell {
    color: #67cc00;
    font-weight: bold;
    white-space: nowrap;
}
.userTable .userTable-block {
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 3px;
    margin-top: -210px;
    background-color: white;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
section.faq .faqBlock .faqToggle::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    background-color: rgba(208,166,46,0.1);
    border-right: 1px solid #faf6e9;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}
section.faq .faqBlock .faqToggle::before {
    background-image: url('images/plus.svg');
}
section.faq .faqBlock .faqToggle {
    display: block;
    cursor: pointer;
    padding: 10px;
    color: #140900;
    padding-left: 65px;
    background-size: 16px;
    background-position: 17px center;
    background-repeat: no-repeat;
    transition: background 150ms linear;
    position: relative;
}
section.faq .faqBlock .faqToggle.collapsed {
    background-color: #fff;
}
section.faq .faqBlock p {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
}
section.faq .faqBlock p:first-child {
    padding-top: 15px;
}
section.faq
{
  background-color: #f5f1e1
}
.faqItem {
    border: 1px solid #e8dfbb;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 15px;
    overflow: hidden;
}
.footerLinks
{
  text-align: right;
}
.footerLinks a {
    color: #969696;
    font-size: 14px;
    margin-left: 15px;
}


#modal-winner {
    user-select: none
}

@media screen and (min-width: 768px) {
    #modal-winner {
        height:60px;
        margin-top: 10px;
        float: right;
        padding: 0 15px 0 10px;
        background-color: rgba(255,255,255,0.1);
        border: 1px solid rgba(255,255,255,0.25);
        border-radius: 3px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.15);
        -webkit-animation: scale-up-center 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
        animation: scale-up-center 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both
    }

    #modal-winner .winnerFlag {
        width: auto;
        height: 40px;
        margin-top: 10px;
    }

    #modal-winner .winnerName {
        margin: 15px;
        line-height: 30px;
        color: #fff
    }

    #modal-winner .status {
        text-transform: uppercase
    }

    #modal-winner .status span {
        font-size: 17px;
        font-weight: bold;
        display: inline-block;
        height: 60px;
        line-height: 60px;
        color: #D3C06C;
        letter-spacing: -.035em
    }

    #modal-winner .status span .fa {
        color: #99e444
    }

    #modal-winner .flex-row {
        justify-content: flex-end;
        color: #fff
    }

    @-webkit-keyframes scale-up-center {
        0% {
            -webkit-transform: scale(0.5);
            transform: scale(0.5)
        }

        100% {
            -webkit-transform: scale(1);
            transform: scale(1)
        }
    }

    @keyframes scale-up-center {
        0% {
            -webkit-transform: scale(0.5);
            transform: scale(0.5)
        }

        100% {
            -webkit-transform: scale(1);
            transform: scale(1)
        }
    }
}

@media screen and (max-width: 767px) {
    #modal-winner {
        display:none
    }
}



#howToStart .steps-wrap {

}

@media screen and (max-width: 767px) {
    #howToStart .steps-wrap {
        border-radius:5px
    }
}

@media screen and (min-width: 768px) {
    #howToStart .steps-wrap {
        border-radius:5px 5px 25px 5px
    }

    #howToStart .steps-wrap [class^="col-"] .step-head::after {
        display: block;
        position: absolute;
        right: 0;
        bottom: -11px;
        width: 20px;
        height: 20px
    }

    #howToStart .steps-wrap [class^="col-"]:nth-child(1) .step-head::after {
        content: "";
        border-right: 3px solid #D3C06C;
        border-bottom: 3px solid #D3C06C;
        transform: rotate(-45deg)
    }

    #howToStart .steps-wrap [class^="col-"]:nth-child(2) .step-head::after {
        content: "";
        border-right: 3px solid #D3C06C;
        border-bottom: 3px solid #D3C06C;
        transform: rotate(-45deg)
    }

    #howToStart .steps-wrap [class^="col-"]:nth-child(3) .step-head::after {
        content: "";
        background-color: #D3C06C;
        border-radius: 10px
    }
}

#howToStart .steps-wrap .step-head {
    color: #fff;
    border-bottom: 3px solid #D3C06C;
    padding: 5px 0 0;
    margin-bottom: -.15em;
    font-family: "IBM Plex Sans",sans-serif;
    font-size: 2.5em;
    font-weight: bold;
    text-transform: uppercase;
    position: relative
}
.popup
{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  top:0;
  right: 0;
  padding-top: 150px;
  z-index: 100;
  display: none;
}
.closepopup
{
  font-weight: bold;
  position: absolute;
  right: 30px;
  top: 100px;
  cursor: pointer;
  color: #0bb5d3;
  z-index: 99995;
  font-size: 80px;
}
.atitle
{
  -webkit-animation: blink 2s linear infinite;
  animation: blink 2s linear infinite;
  font-weight: bold;
  color: #F00;
}

.imgc
{
  max-width: 100%!important;
  max-height: 100%;
}
.form_button
{
  color: #ffffff;
max-width: 1700px;
width: 90%;
height: 90px;
display: block;
border-radius: 15px;
border: none;
text-align: center;
text-transform: uppercase;
background-image: url(images/button.png);
background-position: center center;
background-size: 104% 136%;
font-family: Roboto-Black, sans-serif;
font-size: 60px;
margin: 0 auto;
text-shadow: 1px 1px 1px #000000;
}
.form_button:hover
{
  box-shadow: 0 0 67px rgb(255, 255, 255);

}
#volume_up
{
  position: absolute;
  z-index: 5;
  top: 25%;
  right: 37%;
  width: 24%;
  display: none;
  cursor: pointer;
}

.up_sound
{

    text-align: center;
    display: none;
    width: 166px;
    height: 38px;
    cursor: pointer;
    position: absolute;
    top: 18%;
    right: 38%;
    bottom: 0;
    z-index: 5;
    color: #fff;
    background-color: #000;
    padding-top: 3px;
    font-size: 21px;

}
.form_input
{
  display: block;
margin: auto;
margin-bottom: 16px;
height: 80px;
width: 90%;
text-align: center;
border-width: 2px;
border-color: #e1e1e1;
border-style: solid;
border-radius: 15px;
font-size: 24px;
font-family: Roboto-Regular, sans-serif;
padding: 30px;
max-width: 1700px;
color: #7e7e7e;
}
@-webkit-keyframes blink {
    0% { color: #F00; }
    50% { color: #FBB; }
    100% { color: #F00; }
}

@keyframes blink {
    0%  {color: #F00;  }
    25% { color: #4eb2c3; }
    50% { color: #FBB; }
    75% { color: #FBB; }
    100% { color: #F00; }
}
.hidden-xs-up{display:none!important}

@media (max-width:575px){
  .mhfs30{font-size: 30px!important;}
  .mhfs20{font-size: 20px!important;}
  .mw100{width: 100%!important;}
  .mhfs11{font-size: 11px!important;}
  .mhfs15{font-size: 15px!important;}
  .mblock{display: block!important;}
  .mmargin{margin: 0 auto!important;}
  .hauto{height:auto!important}
  .mmb20{margin-bottom: 20px!important}
  .mbh300{height: 300px!important;}
  .mcenter{text-align: center!important}
  .mp0{padding: 0!important;}
  .mpb175{padding-bottom: 175px!important;}
  .mfcc{justify-content: center!important;}
  .tname
  {
    margin: 0!important;
    padding: 0!important;
  }
  .form_button
  {
    font-size: 24px!important;
  }

  .hidden-xs-down{display:none!important}}@media (min-width:576px){.hidden-sm-up{display:none!important}}@media (max-width:767px){.hidden-sm-down{display:none!important}}@media (min-width:768px){.hidden-md-up{display:none!important}}@media (max-width:991px){.hidden-md-down{display:none!important}}@media (min-width:992px){.hidden-lg-up{display:none!important}}@media (max-width:1199px){.hidden-lg-down{display:none!important}}@media (min-width:1200px){.hidden-xl-up{display:none!important}}.hidden-xl-down{display:none!important}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
