/* Full-width input fields */
input[type=text],
input[type=password] {
    width: 100%;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button {
    background-color: transparent;
    color: grey;
    padding: 14px 20px;
    margin-top: 8px 0;
    margin-bottom: 0px 0;
    border: none;
    cursor: pointer;
}
button.close {
    width: auto;
}

button:hover {
    opacity: 0.8;
}

button2 {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin-top: 8px 0;
    margin-bottom: 0px 0;
    border: none;
    cursor: pointer;
}

/* Extra styles for the cancel button */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: grey;
}
s
img.avatar {
    width: 40%;
    border-radius: 50%;
}

.loginbox {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
    /* position: absolute; */
    /* right: 25px; */
    top: 0;
    color: #000;
    /* font-size: 35px; */
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)}
    to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }
    .cancelbtn {
        width: 100%;
    }
}

/* mmm add  style part begin. */
.tab-part{
    margin-top: 0px;
    margin-bottom: 30px;
}

@media screen and (max-width: 990px) {
    .tab-part{
        margin-top:120px;
    }
}

.ipad .tab-part{
    margin-top:20px;
}

.bg-primary2 a,
.tab-part a {
    color: #818182 !important;
}

.bg-primary2 a:hover,
.tab-part a:hover{
    color: #cc0000 !important;
}

.w3-quarter a:hover,
.w3-quarter a{
    color: #ffffff !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.red-txt-btn{
    color: #cc0000;
    padding: 0;
    border:none;
    background: none
}

.btn2-outline.active, .btn2-outline, .btn2-outline, .btn2-outline{
    color: #cc0000;
    border: 1px solid;
    border-color: #cc0000;
    background-color: #ffffff;
}

.btn2-outline.active, .btn2-outline:active, .btn2-outline:focus, .btn2-outline:hover{
    color: #ffffff;
    border: 1px solid;
    border-color: #cc0000;
    background-color: #cc0000
}

.tab-section{
    min-height:calc(100vh - 330px);
}

.selected-merchant-name{
    font-size: 18px;
    padding-top: 0px;
}

.selected-merchant-name .selected-nav-top{
    font-size:18px;
    color:#212529;
}

.selected-merchant-name .selected-nav-top-active{
    font-size:18px;
    color:#cc0000;
}

.navbar-brand{
    font-size: 1.5rem !important;
}

.crm-number-btn{
    min-width:40px !important;
}

.veev-id-btn,
.crm-tab-btn ,
.bank-account-btn
{
    min-width: 105px !important;
    padding: 8px;
}


th{
    min-width:65px;
}

.trx-left-nav.active,.trx-left-nav:hover,
.crm-left-nav.active,.crm-left-nav:hover{
    color:#cc0000!important;
    cursor:pointer;
}

.shipping-address-part{
    border: 1px solid;
    border-radius: 10px;
}

.shipping-address-part .title{
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #212529;
    margin-top: 10px;
    margin-bottom:10px;
}

.crm-user-tr .pointer{
    cursor:pointer;
}

.crm-user-tr:hover{
    background:#c1c1c1;
}

.crm-user-tr > td {
    padding-right: 10px;
}

.shipping-address-part .content{
    margin-top: -10px;
    margin-bottom:10px;
}

.dv-sel-trx-items{
    border: 1px solid;
    border-style: dashed;
    text-align: center;
}

.dv-sel-trx-items .total{
    font-size:16px;
    font-weight:500;
}

.dv-sel-trx-items .border-bottom{
    border-bottom:1px solid;
}

.dv-sel-trx-items .title{
    font-size: 24px;
    font-weight: 600;
}

.dv-sel-trx-items .shipping-address{
    font-size: 20px;
    font-weight: 400;
}

.dv-sel-trx-items .receipt{
    font-size: 20px;
    font-weight: 400;
}

.dv-sel-trx-items .close{
    position: relative;
}

.devsite-section-nav {
    float: left;
    margin-right: 40px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 16px 12px 16px 16px;
    width: 256px;
    background: #f7f7f7;
}

.devsite-section-article{
    /* margin-left: 296px; */
    position: relative;
    width: calc(100% - 296px);
}

.shipping-address-part{
    position: absolute !important;
    float: left;
    margin-right: 40px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 16px 12px 16px 16px;
    width: 256px !important;
    left: 15px;
    top: 180px;
}

@media only screen and (max-width: 980px) {
    .devsite-section-nav {
        width: 150px;
    }

    .devsite-section-article{
        /* margin-left: 150px; */
        position: relative;
        width: calc(100% - 150px);
    }

    .shipping-address-part{
        width: 150px !important;
    }
}

@media only screen and (max-width: 780px) {
    .devsite-section-nav {
        width: 100%;
        margin-right:0px;
        margin-bottom:20px;
        float: initial;
    }

    .devsite-section-article{
        margin-left: 0px;
        position: relative;
        width: calc(100%);
    }

    .shipping-address-part{
        position: initial !important;
        top:30px;
        width: 100% !important;
        margin:15px;
    }
}

.datetimepicker{
    width:200px !important;
    height:160px !important;
}

.metrc-trx-box{
    border: 1px solid;
    border-style: dashed;
    text-align: center;
}

.close-icon{
    position: relative;
    right: 50px;
    z-index: 100;
}

/* top nav-bar css   */
.tab-part .nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.tab-part .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.tab-part .nav-tabs .nav-item {
    margin-bottom: -1px;
}

.tab-part .nav-tabs .nav-link {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.tab-part .nav-link {
    display: block;
    padding: .5rem 1rem;
}

#id_btn_user_search,
#id_btn_crm_user_search,
#id_btn_crm_trx_search{
    margin-top: 0px;
}

@media only screen and (max-width: 780px) {
    #id_btn_user_search,
    #id_btn_crm_user_search,
    #id_btn_crm_trx_search{
        margin-top: 8px;
    }
}

.bank-section{
    /* box-shadow: 0px 5px 50px 0px #00000026; */
    padding: 20px 10px;
}

.bank-section.ipad{
    box-shadow: none;
    padding: 0px;
}

.metrc_trx_box table td{
    text-align:left;
}

/* transaction tabs.     */
h1{
    margin: 40px 0px 20px;
}

#countdown{
    font-family: sans-serif;
    color: #cc0000;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 50px;
}

#countdown > div{
    padding: 10px;
    margin-top: 20px;
    border-radius: 3px;
    background: #cc0000;

    display: inline-block;
}

#countdown div > span{
    padding: 15px;
    border-radius: 3px;
    background: #ffffff;
    display: inline-block;
}

.smalltext{
    padding-top: 5px;
    font-size: 20px;
    color: #ffffff;
}

/*  top products part css.    */
.top-products-part{
    border: 1px solid;
    border-radius: 10px;
}

.top-products-part{
    position: absolute !important;
    float: left;
    margin-right: 40px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 16px 12px 16px 16px;
    width: 256px !important;
    left: 15px;
    top: 180px;
    overflow-y: initial;
    height: 330px;
}

@media only screen and (max-width: 980px) {
    .top-products-part{
        width: 150px !important;
    }
}

@media only screen and (max-width: 780px) {
    .top-products-part{
        position: initial !important;
        top:30px;
        width: 100% !important;
        margin:15px;
    }
}

.top-products-part .title{
    /*   font-size: 1rem;
      line-height: 1.5;
       */
    color: #212529;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom:10px;
}

.top-products-part .content{
    margin-top: -10px;
    margin-bottom:10px;
}

.transactions{
    width:100%;
}

.transactions th{
    text-align:center;
}

.section-heading .title{
    font-size: 1.75rem;
    font-family: Muli,Helvetica,Arial,sans-serif;
    font-weight: 200;
    letter-spacing: 1px;
}

.section-heading .total-sales{
    font-size: 1.75rem;
    font-family: Muli,Helvetica,Arial,sans-serif;
    font-weight: 200;
    letter-spacing: 1px;
}

.section-heading .description{

}

.daterangepicer{
    color: #cc0000;
    border: 0px !important;
    font-size: 18px;
    width: 235px !important;
    margin:0px !important;
}

#eth-chart.js-plotly-plot .svg-container{
    left:60px;
}

.fa-calendar{
    cursor:pointer;
}

/* Date range picker customize */
.daterangepicker td.in-range {
    background-color: RGB(232,195,215) !important;
}
.daterangepicker td.active, .daterangepicker td.active:hover{
    background-color: #cc0000 !important;
}
.daterangepicker .applyBtn{
    background-color: #fff!important;
    border-color: #cc0000!important;
    color:#cc0000;
}
.daterangepicker .applyBtn:hover{
    background-color: #cc0000 !important;
    border-color: #cc0000 !important;
    color:#fff!important;
}
.daterangepicker .cancelBtn{
    background-color: #fff!important;
    border-color: RGB(232,195,215)!important;
    color:RGB(232,195,215);
}
.daterangepicker .cancelBtn:hover{
    background-color: RGB(232,195,215) !important;
    border-color: RGB(232,195,215) !important;
    color:#fff!important;
}

/* bank account page */
.bank-account{
    margin-left: 296px;
    position: relative;
    width: calc(100% - 296px);
}

.bank-account input[type="text"]{
    margin: 0;
}

.bank-account .wallet-txt{
    background: #ddd;
    border-radius: 5px;
}

.sel-network{
    color: #fff;
    background: #cc0000;
    font-size: 11px;
    font-family: Lato,Helvetica,Arial,sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-right: .5rem;
    margin-right: .5rem;
    margin-left: -5px;
    border: none;
}

.test .sel-network{
    background-color: #dddddd;
}

/* bank admin : upload image */
.imagePreview {
    width: 100%;
    height: auto;
    min-height: 300px;
    background-position: center center;
    background-color: #fff;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    
    border: dashed 1px;
    box-shadow: none;
    padding: 20px;
    background-size: 92%;
    width: 280px;
    height: 280px;
}
.imgUp
{
  margin-bottom:15px;
  margin-top: 20px;
}
.hidden {
  display: none;
}







.app-demo {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1100px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  
  .app-demo.no-upper-margin {
    margin-top: 0px;
    padding-bottom: 0px;
  }
  
  .phone_column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 80px;
    padding-bottom: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
  .text_column {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    height: 100vh;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  
  .text_holder {
    position: relative;
    height: 100%;
  }
  
  .text_content {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .des-1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .des-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .des-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .phone-holder-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
  .phone-holder-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
  .phone-holder-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
  .app-demo_mweb {
    position: relative;
    display: none;
    width: 1100px;
    /* margin-right: auto;
    margin-left: auto; */
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  
  .phone_holder_mweb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
  .partner_logo_holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .video {
    position: relative;
    height: 100vh;
  }
  
  .lottie-animation {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    background-color: #120b1b;
  }

  .app-demo {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .phone_column {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .text_content {
    padding-left: 40px;
  }

  .phone-holder-1 {
    width: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .app-demo_mweb {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .phone_holder_mweb {
    width: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
