@font-face {
    font-family: 'The-Mighty-Avengers';
    src:url('../../assets/fonts/Fangtasia.ttf.woff') format('woff'),
        url('../../assets/fonts/Fangtasia.ttf.svg#The-Mighty-Avengers') format('svg'),
        url('../../assets/fonts/Fangtasia.ttf.eot'),
        url('../../assets/fonts/Fangtasia.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'AvenirNextLTPro-Bold';
  src: url('../../assets/fonts/AvenirNextLTPro-Bold.eot?#iefix') format('embedded-opentype'),
       url('../../assets/fonts/AvenirNextLTPro-Bold.otf')  format('opentype'),
	   url('../../assets/fonts/AvenirNextLTPro-Bold.woff') format('woff'),
	   url('../../assets/fonts/AvenirNextLTPro-Bold.ttf')  format('truetype'),
	   url('../../assets/fonts/AvenirNextLTPro-Bold.svg#AvenirNextLTPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*** Screen 1 Style ****/
.screen-wrap {
	max-width: 340px;
    text-align: center;
    background: url(../../assets/images/newlayout/screens-dark-bg.jpg) no-repeat;
    /*height: 475px;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-size: cover;
    flex-direction: column;
    padding: 100px 20px;
    min-width: 340px;
}
.screen-wrap.ptb40 {
	padding: 40px 20px;
}
.screen-wrap.ptb40 .auth-wrapper .auth-box {
    margin: 0;
}
.screen-wrap h1 {
    color: #01bdfb;
    font-family: 'The-Mighty-Avengers';
    font-size: 52px;
}
.screen-wrap h1 span {
    margin-left: -16px;
    position: relative;
    top: -4px;
}
.screen-wrap h1 span img {
    max-width: 168px;
}
.thumb-scanner-img {
	max-width: 73px;
}
.screen-wrap h4 {
    font-size: 22px;
    width: 100%;
    color: #fff;
}
body.custom-wrap header, body.custom-wrap aside.left-sidebar, body.custom-wrap .page-breadcrumb,
body.custom-wrap .footer {
    display: none;
}
.disp-none {
	display: none;
}
body.custom-wrap #main-wrapper[data-layout=vertical][data-sidebartype=overlay] .page-wrapper {
    margin-left: 0;
}
.auth-wrapper.custom-auth-wrapper {
	min-height: inherit;
    width: 100%;
}
.auth-wrapper.custom-auth-wrapper .auth-box {
    background: transparent;
    padding: 0;
    width: 100%;
    box-shadow: none;
}
.custom-form-horizontal .form-control {
    height: 60px !important;
    background: #8998a8;
    border-radius: 15px !important;
    color: #fff;
}
.custom-form-horizontal .input-group p {
    flex-basis: 100%;
    font-family: 'AvenirNextLTPro-Bold';
    color: #fff;
    font-size: 26px;
}
button.btn.btn-custom {
    background: #07eaf0;
    height: 60px;
    width: 100%;
    border-radius: 15px;
    font-family: 'AvenirNextLTPro-Bold';
    color: #03111e;
    font-size: 40px;
    line-height: 47px;
    text-transform: uppercase;
    border: 1px solid #03111e;
}
button.btn.btn-custom:hover {
    background: #03111e;
    color: #fff;
}
.font18 {
	font-family: 'AvenirNextLTPro-Bold';
	font-size: 18px;
}
.font38 {
	font-family: 'AvenirNextLTPro-Bold';
	font-size: 38px;
}
.color-white {
	color: #fff;
}
.input-with-ph input.form-control {
    background: #88949d;
    height: 60px;
    border-radius: 15px;
    color: #fff;
    text-align: center;
}
.input-with-ph .form-control::placeholder {
    color: #fff;
    opacity: 1;
    text-align: center;
    text-transform: uppercase;
    font-family: 'AvenirNextLTPro-Bold';
    font-size: 24px;
    padding: 0;
    position: relative;
    top: 4px;
}
.input-with-ph .input-group {
    margin-bottom: 10px !important;
}
.input-with-ph .col-xs-12.pb-4 {
    padding-bottom: 10px !important;
}
.color-dark {
	color: #030303;
}
.gray-bg-cont {
    background: #8d9cad;
    border: 1px solid #07eaf0;
    padding: 20px;
    border-radius: 20px;
    margin: 0 -5px;
}
.color-dark {
    color: #030303;
}
.font17 {
	font-family: 'AvenirNextLTPro-Bold';
    font-size: 17px;
}
.font54 {
	font-family: 'AvenirNextLTPro-Bold' !important;
    font-size: 54px !important;
}
.style-italic.fontw-light {
    font-family: arial;
    font-style: italic;
    display: block;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px;
}
p.font54.amount-text {
    background: #c5c9cd;
    border-radius: 20px;
    border: 2px solid #07eaf0;
    color: #000 !important;
}
.with-dark-gray-bg p.font54.amount-text {
    background: rgba(197, 201, 205, .5);
    color: #fff !important;
}
hr {
    margin-top: 0;
    border-top: 1px solid #fff;
}
.custom-auth-wrapper hr {
    margin: 0;
    padding-bottom: .5rem!important;
}
.small-btns-wrap button.btn.btn-custom {
    height: 34px;
    border-radius: 5px;
    font-size: 24px;
    line-height: 21px;
}
.font60 {
	font-family: 'AvenirNextLTPro-Bold' !important;
    font-size: 60px !important;
}
.font26 {
    font-family: 'AvenirNextLTPro-Bold';
    font-size: 26px;
}
.font30 {
	font-family: 'AvenirNextLTPro-Bold';
    font-size: 30px;
}
.style-italic {
    font-style: italic;
}
.customizer .service-panel-toggle {
    display: none;
}
/** Responsive **/
@media (max-width: 370px){
.screen-wrap {
    max-width: 100%;
    min-width: inherit;
}
}
.remember_label,.forgot_pwd_label{
    color:white !important;
}

@media screen and (min-width: 0px) and (max-width: 700px) {
      .big_devices {    display: none;  }
      .small_devices {    display: block;  }
      
      #FoundModal {top: 5%;left: 0% !important;}
      .custom-bg-bckgrnd {
            background: #8d9cad;
            border: 1px solid #07eaf0;
            padding: 12px;
            border-radius: 20px;
            margin: 0 -5px;
        }
        .modal-content.screen-wrap-FoundModal {
            max-height: inherit;
            padding: 0px 20px !important;
        }
}

@media screen and (min-width: 701px) and (max-width: 3000px) {
      .small_devices {    display: none;  }
      .big_devices {    display: block;  }
      #FoundModal{margin-left: 45px;}
      
}
/** Changes made by asad **/
.add_fund_modal,.withdraw_fund_modal {
    max-height: 450px;
}

.modal {
    top: 5%;
    left: 10%;
}
/*.modal.show .modal-dialog {
    max-width: 340px;
    position: relative;
}*/
.modal-content.screen-wrap {
    max-height: inherit;
    padding: 20px 20px;
}
.modal-content.screen-wrap .gray-bg-cont {
    margin: 0 auto;
    max-width: 98%;
}
.custom_fund{
    margin-bottom: 10% !important;
}
.hoverable:hover {
    background: #03111e !important;
    color: #fff;
    cursor: pointer;
}
/*.confirm_fund_modal {
    max-height: 450px;
    margin-left: 40%;
    margin-top:30%;
}*/

/*.modal-content.screen-wrap.custom-bg-bckgrnd{
    width: 100% !important;
}*/