@font-face {
	font-family:"Mukta Malar";
	src: url("fonts/Mukta_Malar/MuktaMalar-Regular.ttf");
}
@font-face {
	font-family:"Mukta Malar Medium";
	src: url("fonts/Mukta_Malar/MuktaMalar-Medium.ttf");
}
@font-face {
	font-family:"Roboto";
	src: url("fonts/Roboto/Roboto-Regular.ttf");
}
@font-face {
    font-family: WhiteSystemattic;
    src: url("fonts/Dancing_Script/DancingScript-VariableFont_wght.ttf");
}

body, .dropdown-menu, .form-control, .btn {
    font-family: "Mukta Malar Medium", Sans-serif;
    /* font-family: Poppins; */
    font-size:16px;
    line-height:22px;
    border: 2px solid #E8E8E8;
}
.btn {
    border: 0px !important;
}
.btn-light {
    color: #212529;
    background-color: #dadada !important;
    border-color: #dadada !important;
}
.main-container {
    margin-top: 20px;
    margin-bottom: 50px;
}
.main-container-header{
    font-size:20px;
    margin-bottom: 20px;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#head-line a{
    color:#333 !important;
}
#head-line a:hover{
    color: #46ad48 !important;
}
.navbar{
    background-color: black !important;
    background-color:#fff !important;
}
@media (min-width: 768px) {
    .navbar{
        margin-left:100px; 
        margin-right:100px; 
    }
    .box-cards{
        position: absolute;
        top: -65px;
    }
}
.navbar-brand{
    cursor: text;
}
.report-count{
    float:right;
    font-weight:bold;
}
@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.table th, .table td {
    vertical-align: middle !important;
    padding:0.5rem !important;
}
.invalid-feedback{
    margin-left:5px;
}
.report-cell-overflow{
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.asterisk{
    color:#cc2424 !important;
}

a, a:link, a:hover, a:visited, a:focus{
    color: #46ad48;
    text-decoration: none;
}
a:hover{
    color: #333 !important;
}
a.stylish:hover{
    color:#333;
}
.stylish{
    color: #46ad48;
    /* font-family: "Ubuntu", sans-serif; */
}
.stylish-heading-label{
    font-size:16px;
    display: block;
    margin-bottom: 15px;
}
.stylish-heading{
    font-size:25px;
    font-weight: bold;
    line-height: 30px;
}
.style2{
    color:#333;
}
.block-separator,.block-separator-white{
    padding:15px;
}
.block-separator-high,.block-separator-high-white{
    padding: 100px;
}
.block-separator-white,.block-separator-high-white{
    background-color: #fff;
}
.banner-section-image {
    background-size: contain;
    /* background-position: right center; */
    background-repeat: no-repeat;
    background-image: url(../media/public/hero-bg.png);
}
.tab-content{
    padding-top:25px;
}
.navbar-dark .navbar-nav .nav-link, .nav-dropdown-link {
    /* font-family: 'Segoe UI Light', Verdana, Geneva, Tahoma, sans-serif; */
    /* font-weight: bold; */
    color:#333 !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight:bold;
    padding-left:15px;
    padding-right:15px;
}
.navbar-dark .navbar-nav .nav-link:hover, .nav-dropdown-link:hover{
    color:#46ad48 !important;
}
.plan-card, .plan-card div{
    width:100%;
    height:100%;
    text-align: center;
    vertical-align: middle;
    margin-bottom:0 !important;
}
.bal-shape {
    position: relative;
    display: block;
    width: 60px;
    height: 2px;
    background-color: #46ad48;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.bal-shape::after, .bal-shape::before {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #46ad48;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bal-shape::after {
    left: 0;
}
.bal-shape::before {
    right: 0;
}
.plan-card:hover .bal-shape {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.plan-card span.plan-title {
    font-size: 16px;
    display: inline-block;
    padding: 0 10px;
    color: #ffffff;
    background: #46ad48;
    text-transform: uppercase;
    position: relative;
    border-radius: 22px;
    height: 44px;
    line-height: 42px;
}
.plan-card span.plan-title b {
    position: relative;
    z-index: 1;
    font-weight: 500;
}
.faq-box {
    padding: 10px 0 10px;
    border:0;
    border-bottom: 1px solid #bccaea !important;
}
.faq-box-header {
    /* padding-bottom: 20px; */
    /* padding-left: 60px; */
    /* padding-right: 40px; */
    position: relative;
    cursor: pointer;
}
/* .faq-box-header::before {
    content: "";
    position: absolute;
    left: 0;
    color: #4a61ff;
    width: 38px;
    height: 40px;
    background: url(../media/public/faq.png) no-repeat center center;
    background-size: contain;
} */
/* .card {
    border-radius: 0.5rem !important;
} */
/* .nav-tabs .nav-link {
    color: #333 !important;
    background-color: #46ad48 !important;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #333 !important;
    background-color: #fff !important;
} */
.btn-custom,a.btn-custom,.btn-custom:focus,a.btn-custom:focus,.btn-custom:active,a.btn-custom:active{
    font-size: 15px;
    color: #fff !important;
    background-color: #46ad48;
    border-color: #46ad48;
    padding:8px;
    padding-left:25px;
    padding-right:25px;
    background: #46AD48 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;

}
.btn-custom:hover,a.btn-custom:hover {
    color: #ccc !important;
}
.btn-outline-custom,a.btn-outline-custom {
    color: #46ad48 !important;
    background-color: #fff;
    border-color: #46ad48;
}
.btn-outline-custom:hover,a.btn-outline-custom:hover {
    color: #333 !important;
}
.footer-heading{
    color: #fff;
    font-size: 18px;
    /* font-weight: bold; */
}
.footer-data,a.footer-data{
    color: #fff !important;
    font-size: 20px;
    line-height: 30px;
}
a.footer-data:hover{
    color: #46ad48 !important;
}
.footer a{
    font-size:12px;
    color:#ccc;
}
.footer a:hover{
    color:#f5f5f5 !important;
}
.counter{
    font-weight:bold;
}
.counter-item, .counter-item .counter-content .counter-header, .tot-wrapper .tot-item .counter--item .counter-header {
    display: flex;
    flex-wrap: wrap;
}

/*Counter Section Starts Here*/
.counter-section {
    padding: 30px 0;
    border-top: 1px solid #e7eaef;
    border-bottom: 1px solid #e7eaef;
    background-color: #ffffff;
    box-shadow: 0px 3px 20px 0px rgba(112, 120, 146, 0.1);
}

.counter-item {
    align-items: center;
    /* margin-bottom: 30px; */
    background-color: #fff;
    padding: 5px;
    box-shadow:5px 5px 5px #f5f5f5;
}
.counter-img{
    width:80px;
}
.counter-item .counter-content {
    padding-left: 35px;
}

.counter-item .counter-content .counter-header {
    align-items: center;
    font-size: 30px;
}

.counter-item .counter-content .counter-header .title {
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    color: #324fb0;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 36px;
}

.counter-item .counter-content p {
    text-transform: uppercase;
    font-size: 13px;
}

.counter-item .counter-thumb img {
    max-width: 100%;
}

@media (max-width: 1199px) {
    .counter-item .counter-thumb {
        width: 100px;
    }

    .counter-item .counter-content {
        width: calc(100% - 100px);
        padding-left: 20px;
    }

    .counter-item .counter-content p {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .counter-item .counter-thumb {
        width: 100%;
        height: 80px;
        text-align: center;
        margin: 0 auto 10px;
    }

    .counter-item .counter-thumb img {
        max-height: 100%;
    }
}

@media (max-width: 991px) and (max-width: 575px) {
    .counter-item .counter-thumb {
        height: 60px;
    }
}

@media (max-width: 991px) {
    .counter-item .counter-content {
        text-align: center;
        width: 100%;
        padding: 0;
    }

    .counter-item .counter-content .counter-header {
        justify-content: center;
    }
}

@media (max-width: 991px) and (max-width: 575px) {
    .counter-item .counter-content .counter-header .title {
        font-size: 24px;
    }
}

.currency_exchange_table {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    display:block;
}

.referral-cell{
    font-size:20px;
    text-align:center !important;
    margin-top:10px;
    margin-bottom:10px;
    padding-top:10px;
    padding-bottom:10px;
}
.arrow {
    text-align: center;
    font-size: 60px;
    line-height: 130%;
    font-weight: 700;
    color:#46ad48;
}
.font-small{
    font-size: 13px;
    color: #6D7C82;
}
.font-medium{
    font-size: 16px;
}
.font-large{
    font-size: 22px;
}
.input-group-simple .input-group-text, .input-group-simple .form-control{
    background-color: transparent;
    box-shadow: none;
    border:2px solid #E8E8E8;
}
.border-left-zero{
    border-left: 0 !important;
}
.border-right-zero{
    border-right: 0 !important;
}
.nav-tabs .nav-link{
    margin-top: 5px !important;
    border: 0 !important;
    background-color: transparent !important;
    outline: none;
}
.nav-tabs .active{
    border: 0 !important;
    color:#46ad48 !important;
    background-color: transparent !important;
    border-bottom: 3px solid #46ad48 !important;
    outline: none;
}
.submit-hint{
    padding-top:3px;
    font-size:11px;
    color:#ccc;
}
.link-dark,.link-light{
    color: #fff !important;
    font-size: 12px !important;
    background-color: #343a40 !important;
    border-color: #343a40 !important;
    border-radius: 0.25rem !important;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
}
.link-light{
    background-color: #ccc !important;
    border-color: #ccc !important;
}
.link-dark:hover,.link-light{
    color: #f5f5f5 !important;
}
.link-stylish{
    color: #46ad48 !important;
    font-size: 12px !important;
    text-decoration: none !important;
    border: 0px !important;
}
.link-stylish:hover{
    color: #333 !important;
}
.form-heading{
    font-size:22px;
    font-weight: bold;
}
.font-gray{
    color:#666 !important;
}
.dropdown-menu{
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fafafa;
}
a.dropdown-item{
    color:#666 !important;
    padding: 10px;
    font-size: 13px;
    border-bottom: 1px solid #f0f0f0;
}
a.dropdown-item:hover{
    color:#333 !important;
}
a.dropdown-item img {
    margin-right: 5px;
    width: 22px;
}
.navbar-toggler{
    background-color: #52ad49;
}

#dataForm_deposit textarea,#dataForm_deposit select,#dataForm_deposit input[type=number],#dataForm_deposit input[type=text],#dataForm_deposit input[type=password],
#dataForm_withdraw textarea,#dataForm_withdraw select,#dataForm_withdraw input[type=number],#dataForm_withdraw input[type=text],#dataForm_withdraw input[type=password],
#dataForm_accounts textarea,#dataForm_accounts select,#dataForm_accounts input[type=number],#dataForm_accounts input[type=text],#dataForm_accounts input[type=password],
#dataForm_quicktransfer textarea,#dataForm_quicktransfer select,#dataForm_quicktransfer input[type=number],#dataForm_quicktransfer input[type=text],#dataForm_quicktransfer input[type=password],
#dataForm_send textarea,#dataForm_send select,#dataForm_send input[type=number],#dataForm_send input[type=text],#dataForm_send input[type=password],
#dataForm_external_withdraw textarea,#dataForm_external_withdraw select,#dataForm_external_withdraw input[type=number],#dataForm_external_withdraw input[type=text],#dataForm_external_withdraw input[type=password],
#dataForm_external_redeem textarea,#dataForm_external_redeem select,#dataForm_external_redeem input[type=number],#dataForm_external_redeem input[type=text],#dataForm_external_redeem input[type=password],
#dataForm_messages textarea,#dataForm_messages select,#dataForm_messages input[type=number],#dataForm_messages input[type=text],#dataForm_messages input[type=password],
#dataForm_profile textarea,#dataForm_profile select,#dataForm_profile input[type=number],#dataForm_profile input[type=text],#dataForm_profile input[type=password],
#dataForm_password textarea,#dataForm_password select,#dataForm_password input[type=number],#dataForm_password input[type=text],#dataForm_password input[type=password]
{
    /* color:#333 !important; */
    background-color: #F2F2F2 !important;
    opacity: 1;
}
.text-info{
    color: #52ad49 !important; 
}
.dropdown-item.active, .dropdown-item:active, a.dropdown-item:hover {
    background-color: #46AD48;
    color: #fff !important;
}


  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #BEBEBE !important;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: #BEBEBE !important;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: #BEBEBE !important;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: #BEBEBE !important;
  }

.form-input-icon {
    width:23px;
}
.form-control{
    height: 50px !important;
}

.input-group-text {
    padding-right: 0px !important;
}

.pincode-input-text-masked {
    font-family: pincode-input-mask;
  }
  
  
  .pincode-input-container {
      display:inline-flex;
      width:100%;
  
  }
  .pincode-input-container input.first {
      border-top-right-radius:0px;
      border-bottom-right-radius:0px;
  }
  .pincode-input-container input.last {
      border-top-left-radius:0px;
      border-bottom-left-radius:0px;
      border-left-width: 0px;
  }
  
  .pincode-input-container input.mid {
      border-radius: 0px;
      border-left-width: 0px;
  }
  
  .pincode-input-text, .form-control.pincode-input-text {
      text-align: center;
      flex-grow: 1;
  }
  
  .pincode-input-container.touch .pincode-input-text:focus, .pincode-input-container.touch .form-control.pincode-input-text:focus {
      outline: none;
      border: 0;
      box-shadow: none;
  }
  
  .pincode-input-text.filled {
      caret-color: transparent;
  }
  
  
  .pincode-input-error {
      clear: both;
  }
  
  .pincode-input-container.touch .touchwrapper {
      position: relative;
      height: 100%;
      flex-grow: 1;
  }
  .pincode-input-container.touch .touchwrapper .pincode-input-text {
      display: block;
      background-color: transparent;
      background: transparent;
      text-align: initial;
      border: 0;
      padding-left: 0;
      overflow: visible;
      box-shadow: none;
      transition: none;
  }
  .pincode-input-container.touch .touchwrapper .pincode-input-text.noletterspacing {
      letter-spacing: 0 !important;
      visibility: hidden;
  }
  
  .pincode-input-container.touch .touch-flex{
      display:flex;
      align-items: stretch;
      padding: 0;
      position: absolute;
      top: 0px;
      width: 100%;
      height: 100%;
      z-index: -1;
  }
  
  .pincode-input-container.touch .touch-flex-cell {
      flex-grow: 1;
      border: 1px solid #ced4da;
  }
  
  .modal-dialog .pincode-input-container.touch .pincode-input-text {
      z-index: 1042;
  }
  
  .modal-dialog .pincode-input-container.touch .touch-flex {
      z-index: 1041;
      pointer-events: none;
  }
  

.pincode-input-container input{
    margin: 5px;
    border: 2px solid #E3E3E3 !important;
    border-radius: 10px !important;
    background-color: #FCFCFC !important;
}

.btn-trade-percent{
    width: 100px;
}

.input-amount-control{
    border: 2px solid #E8E8E8;
    border-top-color: rgb(232, 232, 232);
    border-top-style: solid;
    border-top-width: 2px;
    border-right-color: rgb(232, 232, 232);
    border-right-style: solid;
    border-right-width: 2px;
    border-bottom-color: rgb(232, 232, 232);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-color: rgb(232, 232, 232);
    border-left-style: solid;
    border-left-width: 2px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}
.input-amount-control-minus, .input-amount-control-plus{
    width:50px;
    background-color: rgb(242, 242, 242);
}
.input-amount-control-field{
    
}
.form-check-label{
    cursor: pointer;
}
.wallet-balance-mask{
    content-visibility: hidden;
}
.wallet-balance-mask:after{
    content: '****';
}
#dataForm_deposit input[type=number].total-amount-disabled,
#dataForm_withdraw input[type=number].total-amount-disabled,
#dataForm_accounts input[type=number].total-amount-disabled,
#dataForm_quicktransfer input[type=number].total-amount-disabled,
#dataForm_send input[type=number].total-amount-disabled{
    border: 5px;
    background-color: #98c299 !important;
    /* color: #fff; */
    font-weight: bold;
}
