/**
  #0F0140  -- blue 
  #0B1840   - lighrt
  #012E40   - light
  #8FD95B   - green
  #F2F2F2   - grey

*/


@font-face {
    font-family: Roboto-Light;
    src: url(../fonts/Roboto-Light.ttf);
}

@font-face {
    font-family: Roboto-Regular;
    src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: Roboto-Bold;
    src: url(../fonts/Roboto-Bold.ttf);
}


html{
  background: #f1f2f6;
}


body{
  background: #f7f7f7;
  font-size: 14px ;
  text-shadow: none !important;
  overflow: hidden;
  overflow-y: auto;
}

label{

  font-family: Roboto-Light;
  font-weight: 400  !important;
  text-shadow: none !important;

}

.bold{
    font-family: Roboto-Bold !important;
    text-shadow: none;
}

.box-title{
   font-family: Roboto-Bold !important;
}


.clearin, .clearfix {
    clear: both !important;
}

.nopadding{
   padding-left:0;
   padding-right:0;
}

.nopadding-left{
   padding-left:0;
}
.nopadding-right{
   padding-right:0;
}

.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.show_hide{
    display:none !important;
}


.alert-inner--text{
    margin:0px;
    padding: 0 0 0px 0px;
}

.alert-inner--text ol{
    padding: 0 0 0px 15px;
    margin:0px 18px 0px 0px;
}

.alert-inner--text li{
    margin:0px 0px;
    padding: 2px 0;
    font-size: 13px;
    line-height: auto;
}


a,
a:hover,
a:active,
a:visited{
  color: #0F0140;
  outline: none;
}


.alert-inner--text p{

    margin:0px 18px 0px 0px;
    padding: 2px 0;
    font-size: 13px;
    line-height: auto;
}


.alert-dismissible-showing{
   padding: 10px;
}


.alert-dismissible-showing-show-hide{

   padding: 10px;
   top: 25px !important;
   margin-right:-15px !important;

}

@media(max-width: 450px){
        

  .alert-dismissible-showing-show-hide{

     padding: 10px;
     top: 15px !important;
     margin-right:-6px !important;

  }


}

.alert-danger, 
.alert-succes {
    border-radius:0 !important;
}


.help-block {
    color: #f10000 !important;
    font-size: 12px !important;
}
.help-block {
    color: #f10000 !important;
    font-size: 12px !important;
}


.margin-15{
   margin: 10px  15px !important;
   display: block;   
}


.error-list{
    padding: 5px 8px;
}

.error-list-2{
    padding: 5px 8px;
    list-style-type: none;
}

.alert{
  padding-top: 5px !important;
  padding-bottom: 13px !important;
}

.the-login-form-logo{
  margin-top: 15%;
  padding: 5px 0%;
}


.the-login-form-logo img{
  padding: 5px 0%;
  max-width: 100%;
  max-height: auto;
}


@media(max-width: 450px){
   
   .the-login-form-logo{
      margin-top: 10%;
      padding: 10px 0%;
    }
}

.the-login-form{
  padding: 10px 0%;
}


.box{

    position: relative;
    border-radius: 0px;
    background: #ffffff;
    border-top: 0px;
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}


.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 10px;
    overflow: hidden;
    overflow-y: auto; 
}


.box-body table{
    margin: 0px;
}


.box-body table thead{
    margin: 0px;
}

.box-body table tbody tr td .label{
    
    font-family: Roboto-Light !important;
    text-shadow: none  !important;
    padding: 4px 5px  !important;
    border-radius: 0px;


}



.box-header{
  margin: 0px;
}


.box-header h3{
   font-size: 16px !important;
   font-family: Roboto-Regular;
}

.box-header .btn,
.box-header .btn:hover,
.box-header .btn:active{

  background: transparent !important;
  color: #444444 !important;
  padding: 3px 5px !important;
}

.the-title-page{
  
   color: #333333;
   font-size: 22px;
   margin-bottom: 15px;
   margin-top: 20px;
   font-family: Roboto-Bold;
}

.the-title-page-2{

   color: #333333;
   font-size: 16px;
   margin-bottom: 15px;
   font-family: Roboto-Regular;
}

.the-wide-btn{
    width: 100%;
}


.btn,
.btn:hover,
.btn:visited,
.btn:active,
.btn:focus{
  border-radius: 5px;
  background: #012E40 !important;
  color: #ffffff !important;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  padding: 10px 20px  !important;
  font-size: 16px  !important;
  font-weight: 700;
  line-height: 20px !important;
  border-width: 5px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0 solid transparent;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
  cursor: pointer;
  outline: 0;
}


.btn2,
.btn2:hover,
.btn2:visited,
.btn2:active,
.btn2:focus{
  border-radius: 5px;
  background: #0F0140;
  color: #ffffff !important;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  padding: 12px 12px  !important;
  font-size: 14px  !important;
  line-height: 20px !important;
  border-width: 5px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0 solid transparent;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
  cursor: pointer;
  outline: 0;
}




.box p{

    font-size: 13px;
    line-height: 18px;
}


.nopadd-left{
  padding-left: 5px;
}

.nopadd-right{
  
  padding-right: 5px;
}

@media(max-width: 768px){

  .nopadd-left{
    padding-left: 15px;
  }

  .nopadd-right{
    
    padding-right: 15px;
  }

}

.wrapper {
    min-height: 100% !important;
    width:100%;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
}

.main-header{
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.navbar-custom-menu-logo{
  float: left;
  padding: 5px 0 5px 10px;
}


.navbar-custom-menu-logo a img{
  display: inline-block;
  max-height: 40px;
  max-width: 100%;
}

.navbar-custom-menu-nav{
  float: left;
  padding: 5px 0 5px 10px;
}


@media(max-width: 768px){

  .navbar-custom-menu-nav{
    
    float: none;
    padding: 5px 0 10px 0px;
    border: 1px solid #ffffff;
    overflow-x: auto !important;
    white-space: nowrap !important;
    overflow-y: hidden !important;
    margin: 0 auto !important;
    width: 100% !important;
    text-align: center !important;
  }

}


.navbar-custom-menu-nav .the-menu-all{
    list-style: none;
    display: block;
    margin:0px;
    padding: 0px;
}


.navbar-custom-menu-nav .the-menu-all li{
    list-style: none;
    display: inline-block;
    padding: 0px 0px;
    text-align: center;

}


.navbar-custom-menu-nav .the-menu-all li a{
    list-style: none;
    display:block;
    padding: 6px 10px;

}

.navbar-custom-menu-nav .the-menu-all li a span{
    padding: 3px 0px;
    font-size: 14px;
    font-family: Roboto-Regular;
    color: #333333;
    display: block;
}

.navbar-custom-menu-nav .the-menu-all li a i{
    list-style: none;
    display: inline-block;
    padding: 0px 0px;
    font-size: 15px;
    font-family: Roboto-Light;
    color: #333333;
}






.navbar-custom-menu ul a,
.navbar-custom-menu ul a:hover,
.navbar-custom-menu ul a:active,
.navbar-custom-menu ul a:visited{
   color: #444444;
}

.the-pannel-board{
     padding: 40px 0;
}


.daashyboard-big{
  height: 400px;
  padding: 0px 0 20px 0;
}



@media(max-width: 768px){
   
  .daashyboard-big{
    height: auto !important;
    padding: 0px 0 20px 0;
  }
  
  .the-account-blocking-all-2{
    float: none;
    padding: 5px 0 10px 0px;
    border: 1px solid #ffffff;
    overflow: hidden !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    margin: 0 auto !important;
    width: 100% !important;
    text-align: center !important;
  }
   
  .the-account-blocking{
      text-align: left;
  }

}


.daashyboard-big h3{
    text-align: center;
    margin-top: 10%;
}


.daashyboard-big h3 span{
    text-align: center;
    display: inline-block;
    padding: 5px 10px;
    font-size: 25px;
    font-family: Roboto-Bold;
    color:#01045c; 
}


.daashyboard-big h3 span sub{
     font-size: 13px;
     display: inline-block;
     margin-left: 5px;
    font-family: Roboto-Regular;
    color: #2978e5;
}


.daashyboard-big h4{

    text-align: center;
    padding: 10px 5% 2px 5%;
    margin: 0px;
    font-size: 18px;
    font-family: Roboto-Bold;
    color:#333333; 
}


.daashyboard-big h5{

    text-align: center;
    margin: 0px;
    padding: 2px 5%;
    font-size: 14px;
    line-height: 18px;
    font-family: Roboto-Regular;
    color:#333333; 
}

.the-account-link{
  position: absolute;
  width: 100%;
  bottom: 0;
  margin-top: 15px;
  padding: 10px 20px 20px 20px;
}

@media(max-width: 768px){
   
   .the-account-link{
    position: relative;
    width: 100%;
    bottom: 0;
    margin-top: 15px;
    padding: 10px 20px 20px 20px;
  }

}



.the-account-link .form-group{
  float: left;
  width: 85%;
  height: 100%;
  margin: 0px;
  padding: 4px 0 4px 0;
}

.form-group h2{
  
  text-align: left;
  padding: 10px 0px 5px 0px;
  margin: 0px;
  font-size: 18px;
  font-family: Roboto-Bold;
  color:#0F0140; 
} 


.form-group h6{
  
  text-align: left;
  padding: 5px 0px 8px 0px;
  margin: 0px;
  font-size: 14px;
  font-family: Roboto-Bold;
  color:#0F0140; 
} 


.form-group label i{

  font-size: 12px;
  font-family: Roboto-Light !important;
}

.the-account-link .form-group input{
  width: 100%;
  margin: 0px;
  padding: 10.5px 5%;
  border: 1px solid #2978e5;
}

.coping-one{
    text-align: center;
    display: inline-block;
    padding:14px 10px;
    font-size: 15px;
    width: 15%;
    cursor: pointer;
    background: #2978e5;
    color: #ffffff;
    margin-top: 4px;
}



.profile-content{
  
  margin: 0px;
  padding: 15px !important;
  display: block;
}



.profile-content h6{

    text-align: left;
    padding: 10px 0px 2px 0px;
    margin: 0px;
    font-size: 16px;
    font-family: Roboto-Bold !important;
    text-shadow: none;
    color:#0F0140; 
}


.profile-content label{

    text-align: left;
    padding: 10px 0px 5px 0px;
    margin: 0px;
    font-size: 13px;
    font-family: Roboto-Bold;
    color:#0F0140; 
}


.profile-content p{

    text-align: left;
    margin: 0px;
    padding: 2px 0px 5px 0px;
    font-size: 14px;
    line-height: 18px;
    font-family: Roboto-Regular;
    color:#333333; 
}



.the-bottom-button{
    position: relative;
    bottom:0px;
    left: 0;
}


.the-alert-ing{
    
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 126000;
    padding: 0px;
    width: auto;

}


.the-alert-ing  .alert-inner--text{
   display: block;
}


.the-alert-ing  .alert-inner--text{
   display: block;
}


.the-alert-ing   .closing{
    display: absolute;
    top: 50% !important;
    right: 2px;
    color: #ffffff;
}

.the-message-one{
  color: #ffffff !important;
}

@media(max-width: 540px){
      
  .the-alert-ing{
    top: 10px;
  }

} 

.badge{
  border-radius: 0px;
  padding: 5px 6px;
  cursor: pointer;
  font-weight: 400;
}

.the-side-details{
  padding: 15px;
   padding-top: 20px;
}

.the-side-details h6{
    margin: 0px  !important;
    padding: 0px !important;
    font-size: 14px;
    font-family: Roboto-Bold;
}


.the-side-details p{
     margin: 0px 0 10px 0  !important;
    padding: 0px  !important;
    font-size: 14px;
}


.the-side-details p span{
   color: #0F0140;
    font-family: Roboto-Bold;
    font-size: 16px;
}


.select2{
  border-radius: 0px !important;
  margin-bottom: 5px !important;
  overflow: hidden;

}


.float-60{
  float: left;
  width: 50%;
}

.select2-container--default .select2-selection--single{
    
  border-radius: 0px;
  border-color: #d2d6de;

}

.select2-selection__rendered{
  
  padding-bottom: 10px !important;
}

@media(max-width: 768px){
   .nav-tabs{
      padding: 5px 0;
      margin: 0;
      border: 1px solid #ffffff;
      overflow-x: auto !important;
      white-space: nowrap !important;
      overflow-y: hidden !important;
      margin: 0 auto !important;
      max-width: 100% !important;
   }

}


.info-box-content .info-box-text{
  margin-top: 10px;   
  font-size: 13px;
}


.info-box-content .info-box-number{
  font-size: 16px;
}

.the-texta{
    color: #ffffff !important;
    font-size: 14px;
}




  .simple-card {

          margin: 0;
          background-color: #fff;
          color: #0F0140;
          padding: 10px 10px;
          border-radius: 7px;
          min-width: 300px;
          max-width: 350px;
          text-align: center;
          border: 1px solid #999999;
          border-radius: 0px;
          box-shadow: 0 3px 6px rgba(204, 131, 103, 0.22);

   }

.simple-card p {
  font-weight: bold;
  color: #0F0140; 
  font-size: 14px;
}


        .the-tree-img{
          
          float: left;
          width: 30%;
          padding: 3px;

        }


        .the-tree-img img{
          max-width: 100%;
        }

        .the-tree-descp{
          
          float: left;
          width: 70%;
          padding: 3px;

        }


        .the-tree-descp p{
          
            text-align: left;
            padding: 2px 0px;
            margin: 0px;
            font-size: 13px;
            font-family: Roboto-Regular;
            color:#0F0140; 
            font-weight: 400;

        }



.label{
 padding: 5px 6px;
 font-weight: 400;
 font-size: 11px;
 font-family: Roboto-Light;

}


.listing-border{
  margin:  0px;
  padding: 15px 0;
}


/* list stuff */
#org{
  background-color  : white;
  margin        : 0px auto !important;
  padding       : 10px;
  text-align: center !important;


}

.listing-border #show-list{
  cursor        : pointer;
}

/* bootstrap overrides */
.listing-border .alert-message{
  margin: 2px 0;
}

.listing-border .topbar{
  position      : absolute;
}

/* Custom chart styling */
.jOrgChart {
  margin                : 10px;
  padding               : 20px;
  text-align: center !important;
}

/* Custom node styling */
.jOrgChart .node {

  font-size       : 14px;
  border-radius     : 0px;
  -moz-border-radius  : 0px;
  margin: 0px;
}


.node p{
    font-size     : 13px;
    line-height   : 15px;
    padding     : 2px;


}

/* Basic styling */
/* Draw the lines */
.jOrgChart .line {
  height                : 30px;
  width                 : 2px;
}

.jOrgChart .down {
  background-color    : black;  
  margin        : 0px auto;
}

.jOrgChart .top {
  border-top          : 2px solid black;
}

.jOrgChart .left {
  border-right          : 2px solid black;
}

.jOrgChart .right {
  border-left           : 2px solid black;
}

/* node cell */
.jOrgChart td {
  text-align            : center;
  vertical-align        : top;
  padding               : 0;
}

/* The node */
.jOrgChart .node {
  display               : inline-block;
  width                 : 140px;
  height                : 60px;
  z-index               : 10;
  margin                : 0 2px;
  text-align: left;
}
/* jQuery drag 'n drop */

.drag-active {
  border-style      : dotted !important;
}

.drop-hover {
  margin: 0px;
}

/*        the node content    */

.jOrgChart .node .widget-user-header{

   background: #2978e5;
   color: #ffffff;
   padding: 10px;
   position: relative;
   cursor: pointer;
}

.jOrgChart .node .widget-user-header-2{
   cursor: pointer;
}


.jOrgChart .node .widget-user-header .widget-user-image{

   color: #ffffff;
   float: none;
   margin: 1px 3px 3px 3px auto;
   text-align: center;

}

.jOrgChart .node .widget-user-header .widget-user-image img{

    max-width: 30px;
    border-radius: 100% !important;
    height: 30px !important;
    margin-bottom: 5px !important;
    float: none;
}

.jOrgChart .node .widget-user-header .widget-user-username{
  margin: 2px 4px 4px 4px !important;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}


.jOrgChart .node .widget-user-header .widget-user-desc{
  margin: 3px 4px;
  font-size: 13px;
  text-align: center;
}

.the-margin-top{
  margin-top: 10px !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;

}


.the-footer-out{

    /*display: none;*/
    display: none;
    padding: 5px;
    width: 100%;
    position: absolute !important;
    top: -30px;
    left: -120px; 
    border: 1px solid #2978e5 !important;
    z-index: 99999;
    max-width: 300px;
}


.jOrgChart .node .box-footer{
   font-size: 12px;

}





.jOrgChart .node .box{
      margin-bottom: 0px;
}




.admin-panel-tabs .nav-tabs{

    background: transparent;
    overflow-x: auto !important;
    white-space: nowrap !important;
    overflow-y: hidden !important;
    margin: 0 auto !important;
    max-width: 100% !important;
}

.the-tree-house .box-widget .widget-user-header{
    position: relative !important;
}

.outer-section-tree{
     position: relative;
}

.placement-label{

  font-family: Roboto-Light;
  font-weight: 400  !important;
  text-shadow: none !important;
  margin-left: 10px;
  
}



@media(max-width: 768px){

  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    min-height: 1px;
    padding-right: 0px !important;
    padding-left: 0px  !important;
}

}


.the-sponsor-u-name{
  font-size: 15px !important;
}


.red-bordering-text{
    color: #f10000;
    text-align: center;
    margin-top: 15px;
}

.red-bordering{
    border: 1px solid #f10000 !important;   
}




/*                   start croppie                 */

.croppie-container {
    width: 100%;
    height: 100%;
}

.croppie-container .cr-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    max-height: none;
    max-width: none;
}

.croppie-container .cr-boundary {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
    position: absolute;
    border: 2px solid #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.croppie-container .cr-resizer {
  z-index: 2;
  box-shadow: none;
  pointer-events: none;
}

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
  position: absolute;
  pointer-events: all;
}

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
    display: block;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid black;
    background: #fff;
    width: 10px;
    height: 10px;
    content: '';
}

.croppie-container .cr-resizer-vertical {
  bottom: -5px;
  cursor: row-resize;
  width: 100%;
  height: 10px;
}

.croppie-container .cr-resizer-vertical::after {
    left: 50%;
    margin-left: -5px;
}

.croppie-container .cr-resizer-horisontal {
  right: -5px;
  cursor: col-resize;
  width: 10px;
  height: 100%;
}

.croppie-container .cr-resizer-horisontal::after {
    top: 50%;
    margin-top: -5px;
}

.croppie-container .cr-original-image {
    display: none;
}

.croppie-container .cr-vp-circle {
    border-radius: 50%;
}

.croppie-container .cr-overlay {
    z-index: 1;
    position: absolute;
    cursor: move;
    touch-action: none;
}

.croppie-container .cr-slider-wrap {
    width: 75%;
    margin: 15px auto;
    text-align: center;
}

.croppie-result {
    position: relative;
    overflow: hidden;
}

.croppie-result img {
    position: absolute;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/

.cr-slider {
    -webkit-appearance: none;
/*removes default webkit styles*/
  /*border: 1px solid white; *//*fix for FF unable to apply focus style bug */
    width: 300px;
/*required for proper track sizing in FF*/
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent;
}

.cr-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

.cr-slider:focus {
    outline: none;
}
/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/

.cr-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

.cr-slider::-ms-track {
    width: 100%;
    height: 5px;
    background: transparent;
/*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  border-color: transparent;/*leave room for the larger thumb to overflow with a transparent border */
  border-width: 6px 0;
  color: transparent;/*remove default tick marks*/
}
.cr-slider::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.cr-slider::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.cr-slider::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top:1px;
}
.cr-slider:focus::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
}
.cr-slider:focus::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
}
/*******************************************/

/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 1;
}
.cr-rotate-controls button {
  border: 0;
  background: none;
}
.cr-rotate-controls i:before {
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
}
.cr-rotate-l i:before {
  content: 'Ã¢â€ Âº';
}
.cr-rotate-r i:before {
  content: 'Ã¢â€ Â»';
}


/*                    end croppie                  */



.submitting-attach-img{
    
    font-size: 13px;
    margin: 20px 0 60px 0;
    padding: 10px 25px;
    cursor: pointer;
    display: inline-block;

}

.the-top-img-p{

  max-width: 100%;
  height: auto;
  max-height: 200px;

}


.the-top-img-p img{
     max-width: 100%;
}



.the-username-taken-checking{
    font-size: 12px;
}


.the-username-taken-checking .taken{
    color: #f10000;
}


.the-username-taken-checking .available{
    color: #00a65a;

}


.package-success{
    font-size: 12px !important;
    display: inline-block  !important;
    margin-top: 5px  !important;
    font-weight: 400  !important;
    font-family: Roboto-Light  !important;
}


.the-noticeing{
    color: #f10000  !important;
    font-size: 13px  !important;
    font-family: Roboto-Regular  !important;
    display: block;
    margin-top: 4px;

}



.theinactiveaccount{
   background:rgba(243,156,18,0.8) !important;
}



.widget-user-header-add{
    
    background: #0F0140 !important;
}


.searching-tree{
    padding: 10px 0;
}


.the-tree-searcher{
    float: left;
    width: 100%;
}


.the-tree-representing{
    float: right;
    width: 100%;
    padding-top: 20px;
}





.the-tree-representing .blocking{
    float: right;
    display: inline-block;
    margin-right: 15px;
    text-align: center;
    padding: 10px 30px;
    height: 100px;

}


.the-tree-representing .blocking2{
    float: right;
    display: inline-block;
    display: inherit;
    margin-right: 15px;
    text-align: center;
    padding: 10px 30px;
}

.the-tree-representing .blocking2 select{
   color: #0F0140;
   width: 100%;
   background: white;
   border: 0px;
   padding: 3px 4px; 
}

.the-tree-representing 
.blocking2 a{
   color: #0F0140;
   width: 100%;
   margin: 5px 0 0 0;
   display: block;   
   font-size: 12px;
   text-decoration: underline;
}

@media(max-width: 780px){
   .the-tree-searcher{
      float: none;
  }


  .the-tree-representing{
      float: none;
      width: 100%;
  }


  .the-tree-representing .blocking{
     float: left;
     display: inline-block;
     margin: 0 0;
     width: 33.33%;
     height: 110px;
     padding: 10px 9px;
  }

}

.the-tree-representing .blocking p{
  margin: 0px;
  padding: 5px 0px;
  font-size: 12px;
  font-family: Roboto-Light;
}

.the-tree-representing .blocking img{
    margin: 0px;
    padding: 2px 0px 5px 0px;
    font-size: 14px;
    line-height: 18px;
    font-family: Roboto-Regular;
    color:#333333; 
    max-width: 100%;
    max-height: 40px;
}


.active-acc{
   background: #2978e5;
   color: #ffffff;
}


.adding-acc{
  
   background: #0F0140;
   color: #ffffff;
}


.booked-acc{
  
   background: #f39c12;
   color: #ffffff;
}


.searched-downlines{
  
  margin:0px;
  padding: 0px;
  background: #f1f1f1;
  max-height: 250px;
  position: absolute;
  z-index: 10000;
  width: 97%;
  overflow: hidden;
  overflow-y: scroll;

}


.searched-downlines .the-downline-selected{
  cursor: pointer;
  padding: 5px 10px;
}


.searched-downlines .the-downline-selected img{

    margin: 0px;
    padding: 2px 0px 5px 0px;
    font-size: 14px;
    line-height: 18px;
    font-family: Roboto-Regular;
    color:#333333;
    height: 40px;
    float: left;
}

.searched-downlines .the-downline-selected span{
     
    margin: 0px;
    padding: 10px 10px;
    font-size: 13px;
    font-family: Roboto-Regular;
    display: inline-block;

}

.the-downline-selected{
  background: #eeeeee;
}

.main-content{
  padding: 0;
  margin: 0;
}

.the-side-menu{
  border: 1px solid #E1E1E2;
  border: 1px solid #0F0140;
  background: #0F0140;
  width: 260px;
  float: left;
  padding: 0 0 10px 15px;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 300;
}


.top-menu-section{  
  height: 7vh;
}

.middle-menu-section{
  
  height: 70vh;
  padding: 30px 0;
}


.bottom-menu-section{
  height: 20vh;
  padding-bottom: 10px;
}

.bottom-menu-section .the-menu-item{
   margin: 4px 0; 
   padding: 3px 0;
}

.bottom-menu-section .the-menu-item h3{
   margin: 0; 
   padding: 4px 0;
   color: #ffffff;
}


.the-menu-item-logo2 {
  
  margin: 10px 20px 0 0;
  text-align: center;
}

.the-menu-item-logo2  img{
  
  max-width: 100%;
  padding: 3px 0;
}

@media (max-width: 576px) {
  
  .the-side-menu{
    width: 100%;
  }


}


.the-main-content{
  padding: 0 0px;
  float: left;
  width: 100%;
  position: absolute;
  padding-left: 260px;
  min-height: 100%;
}


.the-main-content-privacy{
  padding: 0 20%;
  float: left;
  width: 100%;
  position: absolute;
  min-height: 100%;

}



.the-main-content-inner{
  min-height: 100%;
  padding: 0 40px;
}



@media (max-width: 576px) {
    

  .the-main-content{
    padding: 0 0px;
    padding: 0 15px;
    min-height: 100%;
  }


  .the-main-content-inner{
    min-height: 100%;
    padding: 0 0;

  }


    .the-main-content-privacy{
      padding: 0 15px;
      float: left;

    }





}

.the-title-name{
   margin: 20px 0 0 0;
   padding: 30px 0 10px 0;
}


.the-title-name h1{
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-family: Roboto-Bold;
  color: #333333;
}

.the-title-sect-1{
   display: none;
}

@media (max-width: 576px) {
   
  .the-title-name{
   padding: 20px 0 10px 0;
  }


  .the-title-name h1{
    font-size: 16px;
  }

  .the-title-sect{
    float: right;
    width: 50%;
  }

  .the-title-sect-1{
    float: left;
    width: 34%;
    display: inline-block;
     margin: 30px 0 0 0;
     padding: 0;
  }

  .the-title-sect-1 img{
     max-width: 100%;
     padding: 0px;
     margin: 0;
     padding: 0;
  }


  .the-title-sect-1{
    margin: 27px 0 0 0;
  }

  .the-title-pix-sect{
    float: right;
    width: 65%;
  }

  .top-menu-section{
    height: 10vh;
    padding: 0 !important;
    margin: 0;
  }

  .the-menu-item-logo2 a img{
    height: 40px !important;
    margin: 0;
  }

  .middle-menu-section{
    height: 75vh;
    padding: 10px 0;
  }

   .middle-menu-section .the-menu-item h3{
     color: #ffffff !important;
  }

  .bottom-menu-section{
    height: auto;
    min-height: 10vh;
    margin-left: 0 !important;
  }

  .bottom-menu-section div{
     width: 50%;
     float: left;
  }


  .bottom-menu-section div{
     width: 48%;
     float: left;
     text-align: center;
  }


  .bottom-menu-section div h3 i{
     width: 100%;
     display: none;
     height: 0;
     visibility: hidden;
     text-align: center;
  }

  .bottom-menu-section div h3 a{
     width: 100%;
     text-align: center;
     display: block;
     padding: 5px 0 10px 0;
     font-size: 14px;
  }


}

.the-title-name-side{

   margin: 0;
}

.the-balance-section{

   margin: 0;
   padding: 40px 10px 10px 10px;
   display: inline-block;
   float: right;
}

.the-balance-section h2{
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: Roboto-Bold;
  color: #333333;
}


.the-balance-section p{
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: Roboto-Light;
  color: #333333;
}






@media (max-width: 576px) { 

.the-balance-section{
   margin: 0;
   padding: 20px 0 10px 0;
   display: inline-block;
   float: right;
   display: none;
}

.the-balance-section h2{
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: Roboto-Bold;
  color: #333333;
}

.the-balance-section p{
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: Roboto-Light;
  color: #333333;
}


}

.the-menu-item{
  padding: 0 0 15px 0;
}

.the-menu-item h3{
  margin: 0;
  padding: 10px  0 0 0;
  font-size: 16px;
  font-family: Roboto-Light;
  color: #333333;
}

.the-menu-item h3 i{
  font-size: 17px;
  color: #ffffff;
}

.the-menu-item h3 span{
  font-size: 16px;
  padding: 0 5px;
  font-family: Roboto-Regular;
  cursor: pointer;
  color: #ffffff;
}

.the-menu-item h3:hover span, .the-menu-item:hover h3 i{
   color: #eeeeee;
}

.the-menu-item h3 .pull-right{
  font-size: 14px;
  margin-top:1px;
}


.the-menu-item .submenu{
  margin: 5px 0 0 0;
  padding: 5px 0 0 0;
}

.the-menu-item .submenu h4{
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: Roboto-Light;
  color: #333333;
}

.the-menu-item .submenu h4 i{
  font-size: 15px;
}

.the-menu-item .submenu h4 span{
  font-size: 16px;
  padding: 0 0 0 21px;
  font-family: Roboto-Regular;
  cursor: pointer;
}



.the-menu-item-logo{
  margin: 35px 20px 30px 0;
}


.the-menu-item-logo img{
  margin: 0;
  max-width: 100%;
}

.close-menu{
   display: none;
   visibility: hidden;
   cursor: pointer;
   margin-right: 15px;
   margin-top: -20px;
   float: right;
 }


.the-profile-pic{
  margin: 0 5px 0 1 auto;
  padding: 26px 0 0 0;
  float: right;
}

.the-profile-pic img{
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  cursor: pointer;
}


.the-link-got{
  margin: 40px 0 20px 0;
}

.the-link-got h3{
  font-size: 14px;
  padding: 0 0 3px 0;
  margin: 0;
  font-family: Roboto-Regular;
  cursor: pointer;
}


.the-profile-pmenu{
   display: none;
}


@media (max-width: 576px) { 
  
  .the-menu-item-logo{
      margin: 10px 0 15px 0;
      text-align: left;
      width: 65%;
      float: left;
   }
   
   .the-menu-item-logo img{
      margin: 0;
      max-width: 100%;
      max-height: 60px;
   }

   .close-menu{
    border: 2px solid #e9631a;
    text-align: center;
    display: inline-block;
    visibility: visible;
    float: right;
    width: 38px;
    height:38px;
    line-height: 38px;
    margin-top: 16px;
    color: #3d2322;
    background: #e9631a;
    cursor: pointer;
    z-index: 304;
    border-radius: 38px;
   }
   
   .close-menu .the-bars{
      font-size: 20px;
      color: #ffffff;
    } 

    .show_hide_menu{
       display: none;
       visibility: hidden;
    }

    .the-profile-pic{
      margin: 0 5px 0 15px;
      padding: 20px 0 0 0;
    }

    .the-profile-pic img{
      width:  40px;
      height: 40px;
    }

        
    .the-profile-pmenu{
      margin: 22px 5px 0 5px;
      display: inline-block;
      float: right;
      background: #012E40;
      padding: 6px;
      display: inline-block;
      border-radius: 3px;
    }

    .the-profile-pmenu img{
      width: 20px;
      height: 20px;
      text-align: center;
      border-radius: 100%;
      cursor: pointer;
    }
}


.the-profile-bell{
  margin: 29px 5px 0 5px;
  display: inline-block;
  float: right;
  padding: 6px;
  display: inline-block;
  border-radius: 20px;
  height: 35px;
  width: 35px;
  border: 1px solid #012E40;
  vertical-align: middle;
  text-align: center;
  position: relative;
}

.faa-bell-count{
   background: red;
   width: 6px;
   height: 6px;
   margin: 15px 0 0 -3px;
   border-radius: 100%;
   display: inline-block;
   position: absolute;
}




.the-link-got .form-group{
  margin: 0;
  padding: 2px;
  border-radius: 2px;
  border: 1px solid #eebc25;
}

.the-link-got .form-group input{
  width: 90%;
  margin: 0px;
  padding: 8px 5%;
  border: 0px;
  background: transparent;
  outline: none; 
}

.the-link-got .form-group i{
  width: 9%;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #eebc25;
  padding: 9px 0;
  margin: 0;
  cursor: pointer;
}

@media(max-width: 768px){

  .the-link-got .form-group input{
    width: 80%;
   }

   .the-link-got .form-group i{
     width: 15%;
     float: right;
   }
   
   .the-profile-bell{
      margin: 22px 5px 0 5px;
    }

}


.the-link-got-side{
  
  border: 1px solid #E1E1E2;
  background: #ffffff;
  width: 100%;
  height: 340px;
  padding: 10px 15px;
  margin-top: 20px;  
  margin-bottom: 30px;
}


.the-link-got-side-2{

  border: 1px solid #E1E1E2;
  background: #ffffff;
  width: 100%;
  padding: 10px 10px;
  margin-top: 6%; 
  margin-bottom: 30px;
}

.the-title{
  margin: 0;
  padding: 10px 0 25px 0;
  font-size: 15px;
  font-family: Roboto-Regular;
  color: #333333;
}

.the-title h2{
  margin-top: 20px;
  font-size: 16px;
  margin-bottom: 10px;
  margin: 10px 20px;
  font-family: Roboto-Bold;
}


.the-buttons{
  margin-top: -1px;
}

.the-copyx{
  margin-top: 0px;
  float: left;
  padding: 1px 2px;
}

.the-title .pull-right{
  font-size: 14px;
  font-family: Roboto-Light;
  color: #333333;

}

.address-wallet{

  font-size: 14px;
  margin-right: 5px;
  margin-top: 0;
  overflow: hidden;
  float: left;
  width: 90%;
}

.the-title .pull-right a{
  font-size: 13px;
  color: #333333;
  margin-top: 1px;
  margin-left: 10px;
  padding: 0 0 0 0px;
  display: inline-block;
}

.the-title .pull-right a:hover{
   color: #c65f25;
   border-bottom: 2px solid #c65f25;
}

.stats-block{
  float: left;
  width: 100%;
  margin: 10px 0 5px 0;
  padding: 0px 0 2px 0;
}

.stats-block h6{
  
  font-size: 13px;
  font-family: Roboto-Bold;
  color: #3d2322;
  margin: 0;
  padding: 0 0 0 0px;  

}

.stats-block p{
  font-size: 18px;
  font-family: Roboto-Regular;
  color: #333333;
  margin: 5px 0 0 0;
  padding: 0;  
}

.stats-block p b{
   font-size: 13px;
   margin-left: 3px;
}




.stats-block-2{
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 10px 20px 0px;
}

.stats-block-2 h6{
  
  font-size: 14px;
  font-family: Roboto-Bold;
  color: #3d2322;
  margin: 0;
  padding: 0 0 0 0px;  

}

.stats-block-2 p{
  font-size: 18px;
  font-family: Roboto-Light;
  color: #333333;
  margin: 5px 0 0 0;
  padding: 0;  
}

.stats-block-2 p b{
   font-size: 13px;
   margin-left: 3px;
}




.stats-block-3{
  float: left;
  width: 100%;
  margin: 0;
  padding: 15px 0 0 0;
}

.stats-block-3 h6{
  
  font-size: 14px;
  font-family: Roboto-Bold;
  color: #3d2322;
  margin: 0;
  padding: 0;  

}

.stats-block-3 p{
  font-size: 18px;
  font-family: Roboto-Light;
  color: #333333;
  margin: 5px 0 0 0;
  padding: 0;  
}

.stats-block-3 p b{
   font-size: 13px;
   margin-left: 3px;
}


.stats-block-3 p i{
   cursor: pointer;
}


.the-invited{
  border: 3px solid #3c2922;
  text-align: center;
  width: 100%;
  padding:0 0 4 0 !important;
  background: #f4eacf;
}

.the-invited h6{
  text-transform: uppercase;
  color: #e9631a;
  background: #3d2322;
  padding: 20px 10px !important;
  margin: 0;
} 






.main-tables table {
  border-collapse: collapse;
  margin: 20px 0 0 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.main-tables table caption {
  font-size: 18px;
  margin: .5em 0 .75em;
}
.main-tables table tr {
  padding: .35em;
}
.main-tables table th,
.main-tables table td {
  padding: .625em;
  text-align: left;
}
.main-tables table th {

  font-size: 15px;
  letter-spacing: .01em;
  color:#0F0140;
  background: #f4eacf;
  font-weight:bold;
  padding: 6px 10px;
  font-weight: 500;

}


.main-tables table tbody tr{
  }


.main-tables table tbody tr td {
  font-size: 13px !important;
  letter-spacing: .1em;
  font-weight:400;
  border:1px solid #F5F5F5;
  padding: 5px 10px;
}


@media screen and (max-width: 600px) {
  .main-tables table {
    border: 0;
  }
  .main-tables table caption {
    font-size: 13px;
  }
  .main-tables table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .main-tables table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  .main-tables table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 15px;
    text-align: right;
  }
  .main-tables table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  .main-tables table td:last-child {
    border-bottom: 0;
  }
}


.tablesmaller1{
   width: 100px;
}

.tablesmaller5{
   width: 110px;
}


.tablesmaller2{
   width: 200px;
}

.tablesmaller3{
   width: 250px;
}

.tablesmaller4{
   width: 30px;
   text-align: right !important;
}

@media screen and (max-width: 600px) {
  
  .tablesmaller1,.tablesmaller2,.tablesmaller3, .tablesmaller4, .tablesmaller5 {
     width: 100%;
  }

}

.send-get-wallet{
  padding: 10px 0 0 0;
  overflow-x: hidden;
  white-space: nowrap;
  overflow-y: hidden;
}




.admin-panel-tabs{
  border: 0px;
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
}

.navigation{
  padding: 5px;
  margin: 0;
  border: 0px;
  background: #f7f7f7;
}

.navigation li{
  font-size: 15px;
  font-family: Roboto-Regular;
  color: #3d2322;
  margin: 0 5px 0 0;
  padding: 0;  
  display: inline-block;
  padding: 10px 13px;
  border-radius: 4px;
  cursor: pointer;
} 


.navigation li a{
  color: #333333;
}

.navigation li:hover, .navigation li.active, .navigation li.active a{
   color: #0F0140;
   background: #f4eacf; 
}


.navigation li:hover a{
  color: #0F0140;
} 

.the-package-box{
   margin-bottom:10px;
}

.the-package-box .info-box-icon{
  width: 100%;
  text-align: left;
  padding: 5px 15px;
}

.the-package-box .info-box-content{
  clear: both;
  width: 100%;
  text-align: left;
  padding: 10px 15px 20px 15px;
  margin: 0 0 50px 0;
  color: #0F0140;
  background: #f4eacf;
}

.the-package-box .info-box-content span{
  clear: both;
  font-family: Roboto-Light;
  font-size: 17px;
}

.the-package-box .info-box-content span.info-box-text{
  font-family: Roboto-Bold;

}

.the-package-box .info-box-content span b{
  font-family: Roboto-Bold;
  margin-right: 15px;
}

.the-inner-title{
  font-size: 16px;
  margin-bottom: 10px;
}

.the-inner-title h6{
  font-size: 16px;
  font-family: Roboto-Bold;
}


.bg-green-stats-user,
.bg-green-stats-user:hover{
    border: 2px solid #107402;
    text-align: center;
    color: #333333;
    padding: 20px 10px;
}


.bg-green-stats-user .inner h3,
.bg-green-stats-user:hover .inner h3{
   color: #111111 !important;
   text-align: center;
}


.bg-green-stats-user .inner p,
.bg-green-stats-user:hover 
.inner p.the-texta{
   color: #333333 !important;
   text-align: center;  
   font-family: Roboto-Regular;

}

.bg-green-stats-user .icon,
.bg-green-stats-user:hover .icon{
   color: #333333 !important;
   text-align: center;
}

.the-table-contentas{
  margin: 0;
  margin-top: 20px;
  padding: 0;
  min-height: .01%;
  border: 0px !important;
  overflow: hidden;
}

.bg-light-blue, .label-primary, .modal-primary .modal-body {
    background-color: #0F0140 !important;
    padding: 6px 6px;
    
}

.bg-light-orange{
    background-color: #F2BA2A !important;
    color: #000000;
    padding: 6px 6px;
    
}


.the-title-sect{
  font-size: 16px;
  font-family: Roboto-Bold;
  color: #3d2322;
  margin: 0;
  padding: 0 0 0 0; 
}

.the-collection-sect{
  border: 1px solid #dddddd;
}

.transaction-append-111{
   overflow: hidden;
   font-size: 14px;
}


.the-side-menu-inner{
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}

.warning-to-share{
  font-family: Roboto-Regular;
  font-weight: 400;
  text-shadow: none;
  font-size: 14px;
  padding: 10px 10px 0 10px;
  color: #f10000;
  font-style: italic;

}

.main-blockeer{


    border: 1px solid #E1E1E2;
    background: #ffffff;
    width: 100%;
    padding: 10px 25px 10px 25px;
    margin-top: 20px;

}

.the-navigation{
  padding: 10px 0 0 0;
  margin-top: 20px;
  text-align: center;
  text-decoration: none;
  overflow-x: auto !important;
  white-space: nowrap !important;
  overflow-y: hidden !important;
}


.the-navigation li{
  padding: 5px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block; 
  font-size: 12px;
  font-family: Roboto-Regular;
  text-transform: uppercase;
}

.the-navigation li.active, .the-navigation li.active a{
    background: #0F0140;
    color: #ffffff !important;
    cursor: pointer;
    font-family: Roboto-Bold;
}

.the-section{
    padding: 20px 15px;
}

.thename-secta{
  padding: 0 0 1px 0;
}


.the-img-sect img{ 
  padding: 10px 20px;
  margin-top: 30px;
  max-width: 100%;
}


.thename-secta h6{
  padding: 1px 0;
  margin: 0;
  font-size: 16px;
 font-family: Roboto-Bold;
}

.thename-secta p{
  padding: 1px 0 20px 0;
  font-size: 16px;
  margin: 0;
  font-weight: 300;
}

.the-title{
  font-size: 13px;
 font-family: Roboto-Bold;
}


.the-title h6{

  font-size: 13px;
  font-family: Roboto-Regular;
  padding: 0 15px;
}

.attach-photo{
  border: 1px dotted #999999;
  padding: 20px 20px;
}

.the-wallet-div{
 margin: 0;
 padding: 15px 20px;
 background: #f9f9f9;
 margin-bottom: 15px;
}

.the-wallet-div h6{
 font-family: Roboto-Bold;
  font-weight: 400;
  text-shadow: none;
  font-size: 18px;
  padding: 10px 0 0 0;
}

.the-wallet-div p{
  font-family: Roboto-Regular;
  font-weight: 400;
  text-shadow: none;
  font-size: 14px;
  padding: 8px 0 5px 0;
  overflow: hidden;
}

.the-wallet-div2{
 padding: 0;
 margin:0;
}

.the-wallet-div2 p{
  float: left;
  width: 60%;
  margin: 0;
}


.the-wallet-div2 p b{
  width: 30%;
  margin: 0;
  display: inline-block;
}


.the-wallet-div2 p span{
  margin: 0;
  font-size: 13px;
  display: inline-block;
  opacity: 0.7;
}



.the-wallet-div2 section{

 float: right;
 width: 40%;
 text-align: center;
 text-align: right;
 padding: 6.5px 0;
 margin: 0;

}



.the-wallet-div2 section i{
   cursor: pointer;
   margin: 0 10px;
   padding: 0;
   cursor: pointer;
   font-size: 18px;
}


.the-wallet-div2 section span{
   cursor: pointer;
   margin: 0 5                                                                                                                                                                                                           px;
   padding: 5px 10px;
   cursor: pointer;
   font-size: 14px;

}

.the-wallet-div2 section span.getcoins{
   background: #f9f9f9; 
   color: #0F0140;
   border: 1px solid #f9f9f9;
}

.the-wallet-div2 section span.getcoins-2{

  background: #0F0140;
  color: #ffffff;
  border: 1px solid #0F0140;

}


.the-wallet-div2 section span.getcoins-3{

  background: transparent;
  color: #012E40;
  border: 1px solid #012E40;

}



@media(max-width: 768px){
    .the-wallet-div2 p{
      width: 100%;
      text-align: right;
      font-size: 14px !important;
    }
    
    .the-wallet-div2 p b{
      text-align: left;
      width: 50%;
      float: left;
    }

    .the-wallet-div2 p strong{
      visibility: hidden;
      opacity: 0;
      height: 0;
      display: none;
    }


    .the-wallet-div2 section{
      width: 100%;
      text-align: left;
    }

    .the-wallet-div2 section span{
       cursor: pointer;
       margin: 0 10px 0 0;
       padding: 5px 10px;
       cursor: pointer;
       font-size: 14px;

    }
}


.the-wallet-div22{

   padding: 40px 0 5px 0;
}


.the-wallet-div22 span.getcoins{
   background: #0F0140;
   color: #ffffff;
   width: 100%;
   padding: 5px 10px;
   margin: 10px 0;
   display: block;
   font-size: 16px;
   text-align: center;
}

.the-wallet-div22 span.getcoins-2{
   background: #0F0140;
   color: #ffffff;
   width: 100%;
   padding: 5px 10px;
   margin: 10px 0;
   display: block;
   font-size: 16px;
   text-align: center;
}


.the-btn-copy{
  padding: 0;
  text-align: center;
}

.the-btn-copyi{
  font-size: 18px;
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
  color: #0F0140;
}

.the-btn-copy-wallet{
  padding: 3px 0;
  font-size: 16px;
  font-family: Roboto-Regular;
  text-align: center;
}

.qr_address_border .qr_address{
  min-height: 200px;
  background: #ededed;
  margin: 0 auto !important;
  display: inline-block;
  min-width: 25%;
}


.the-btn-full{
  width: 100% !important;
  text-align: center;
  padding: 10px 10px;

}

.transact-text{
  font-size: 12px;
  line-height: 12px !important;
  font-family: Roboto-Light;
  padding: 0 !important;
  margin: 0  !important;
}

.transact-text b{
  
  display: inline-block;
  width: 100px;

}

.error-message{
  padding: 1px 5px;
}

.error-message span{
  color: #f10000 !important;
}

.error-message-all{
  padding: 1px 5px;
  color: #f10000 !important;
}

.loading-message-all{
  padding: 1px 5px;
  color:   #84D358 !important;
}

.error-message-2{
  padding: 1px 5px;
  color: #f10000;
}

.the-package-block{
  float: left;
  text-align: center;
  width: 48%;
  border: 2px solid #f5f5f5;
  background: #ffffff;
  cursor: pointer;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 20px 10px 5px 10px;

}

.the-package-blockx{
  float: left;
  width: 60%;

}


@media(max-width: 678px){
   
    .the-package-block,
    .the-package-blockx{
      float: left;
      width: 100%;

    }

} 


.btn-primaryx{
  display: block !important;
  width: 100% !important;
}

.the-package-block h4{
 font-family: Roboto-Bold;
  text-shadow: none;
  font-size: 32px;
  padding: 10px 0 0 0;
}

.the-package-block h5{
  font-family: Roboto-Regular;
  font-weight: 400;
  text-shadow: none;
  font-size: 18px;
  padding: 2px 0;
  overflow: hidden;
}

.percentage-pays{
  margin-top: 40px;
  background: #f9f9f9;
}


.percentage-pays-left{
   float: left;
   width: 50%;
   padding: 5px 2.5%;
}


.percentage-pays h6{
  font-family: Roboto-Regular;
  font-weight: 400;
  text-shadow: none;
  font-size: 13px;
  padding: 0;
  overflow: hidden;
}


.the-package-blockx p{
  font-family: Roboto-Regular;
  font-weight: 400;
  text-shadow: none;
  font-size: 14px;
  padding: 0;
  overflow: hidden;
}

.the-package-blockx p span{
  font-family: Roboto-Light;
  font-weight: 200 !important;
  text-shadow: none;
  font-size: 14px;
  padding: 0;
  overflow: hidden;
}


.packageblock,
.packageblock:hover{
  color: #0F0140;
}


.package-btn{
  padding: 3px 10px;
  border-radius: 3px;
  color: #ffffff;
  border:1px solid #0A9E59; 
  font-size: 13px;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  background: #0A9E59;
}

.the-details{
  font-size: 13px;
  font-family: Roboto-Regular;
}


.notice{
  padding: 30px 0;
}


.notice  h6{
  font-family: Roboto-Regular;
  font-weight: 400;
  text-shadow: none;
  font-size: 11px;
  color: #888888;
  padding: 30px 0;
}

.nav-tabs-custom{
  padding-bottom: 15px;
}

.nav-tabs-custom>.nav-tabs>li.active {
  border-top-color: #e9631a !important;
}






/*.main-down-height{
  height: 250px;
}

.main-down-height-2{
  height: 155px;
}*/

.profile-middle-height{
  height: 250px;
}

.profile-middle-height-2{
    height: 350px;
}


@media(max-width: 678px){
  
   .main-down-height, .main-down-height-2, .profile-middle-height-2{
      height: auto !important;
    }


.profile-middle-height{
  height: auto;
}


}

.main-down-height  h2, .main-down-height-2 h2{
  font-family: Roboto-Bold;
  text-shadow: none;
  font-size: 16px;
  color: #888888;
  padding: 0 0 10px 0;
}


.main-down-height  h3, .main-down-height-2 h3{
  font-family: Roboto-Regular;
  text-shadow: none;
  font-size: 32px;
  color: #999999;
  padding: 2px 0;
  text-align: center;
}


.main-down-height  h4, .main-down-height-2 h4{
  font-family: Roboto-Regular;
  text-shadow: none;
  font-size: 14px;
  text-align: center;
  color: #888888;
  padding: 0 0 0 0;
  margin: 0 0 20px 0 !important;
}

.main-down-height  h4 span, .main-down-height-2 h4 span{
  font-family: Roboto-Regualr;
}


.membershipa b{

    font-family: Roboto-Bold;
    margin-top: 5px !important;
    clear: both !important;
    display: block;
    padding: 10px 40px;
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: .02em;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    text-decoration: none;
    background: #06871B;
    color: #ffffff;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}


.membershipa b span{
    font-family: Roboto-Regualr !important;
}



.other-down-height h2 {
    font-family: Roboto-Bold;
    text-shadow: none;
    font-size: 16px;
    color: #0F0140;
    padding: 10px 0;
}

.navigating-wallets p{

    font-family: Roboto-Regular;
    text-shadow: none;
    font-size: 14px;
    color: #0F0140;
    padding: 5px 0 0 0;
}

.navigating-wallets p a,
.navigating-wallets p a:hover,
.navigating-wallets p a:active{

    font-family: Roboto-Regular;
    text-shadow: none;
    font-size: 14px;
    color: #0F0140;
    padding: 5px 0 0 0;
    margin:  0 15px 0 0;
    opacity: 0.6;
}


.navigating-wallets p a.active{
    color: #0F0140;
    border-bottom: 4px solid #0F0140;
    opacity: 1;
}


.blackBg,.blackBg:hover,.blackBg:active{
    
    background: #0F0140 !important;

}

.blackBg2,.blackBg2:hover,.blackBg2:active{
    background: #0F0140 !important;
    margin-top: 28px;
}


@media(max-width: 560px){

  .blackBg,.blackBg:hover,.blackBg:active{
    background: #0F0140 !important;
  }

}



.searching-x{
  height: 29px !important;
  width: 150px !important;
  float: right  !important;
}

.searching-form, 
.searching-form:focus, 
.searching-form:active, 
.searching-form:visited, 
.searching-form:hover {
    background: #8FD95B !important;
    color: #333333 !important;
    font-size: 13px;
    cursor: pointer;
    border: 1px solid #444444 !important;
   text-transform: normal !important;
   height: 29px !important;
}



.search-tables{
  padding-top: 4px;
}

.outer-sectiona{
  position: absolute;
  width: 93%;
  left: 0;
  display: block;

}


.outer-sectiona 
.the-section-show{
  width: 100% !important;
  left: 30%;
  height: auto;
  position: relative;
  height: 200px !important;
  padding: 20px;
  display: block;
  margin: 0;
  overflow: none;
  border: 2px solid #0f0140;
}


.the-section-show p{
  font-family: Roboto-Regular;
  text-shadow: none;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  color: #888888;
  padding: 0;
  margin: 2px;
  width: 100%;
}

.the-section-show p span{
  font-family: Roboto-Regular;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 10px;
  text-align: left;
  color: #0F0140;
  padding: 10px 0 0 0;
  display: inline-block;
  width: 100%;
}



/*
.the-copyx{
  background: #fff;
  box-shadow: 0 1px 1px rgba(0,0,0,0.6);
  border: rgba(0,0,0,0.5);
  border-radius: 3px;
  padding: 5px 10px;
  cursor: pointer;
}*/


.tab-content{
  border: 0px;
}


.the-copyxww,
.the-copyxww:hover,
.the-copyxww:active,
.the-copyxww:focus,
.the-copyxww:visited{
  background: #333333;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 8px;
  margin: 0 7px 10px 7px;
  display: inline-block;
  cursor: pointer;
  font-family: Roboto-Regular;
}

.the-horizontal{
  height: 1px; 
  background: #555555;
}



.the-privacy-header{
  padding: 40px 20%;
  margin: 0;
  background: #84D358;
}

.the-privacy-header h2{
  font-family: Roboto-Bold;
  text-shadow: none;
  font-size: 32px;
  text-align: left;
  color: #0F0140;
  padding: 0 0 6px 0;
  margin: 20px 0 10px 0;
  width: 100%;
}

.the-privacy-header h2 span{
  display: inline-block;
  background: #333333;
  color: #ffffff;
  border-radius: 10px;
  padding: 6px 10px;
  margin-right: 15px;
  font-size: 13px;
  font-family: Roboto-Regular;
}





.the-privacy{
  padding: 10% 20px;
  margin: 0;
}

.the-privacy h2{
  font-family: Roboto-Bold;
  text-shadow: none;
  font-size: 32px;
  text-align: left;
  color: #0F0140;
  padding: 0 0 6px 0;
  margin: 20px 0 10px 0;
  width: 100%;
}


.the-privacy h6{
  font-family: Roboto-Bold;
  text-shadow: none;
  font-size: 28px;
  line-height: 36px;
  text-align: left;
  color: #0F0140;
  padding: 0 0 6px 0;
  margin: 20px 0 10px 0;
  width: 100%;
}

.the-privacy h2 span{
  display: inline-block;
  background: #333333;
  color: #ffffff;
  border-radius: 10px;
  padding: 6px 10px;
  margin-right: 15px;
  font-size: 13px;
  font-family: Roboto-Regular;
}

.the-privacy ol{
   padding: 10px 15px;
   margin: 0;
}

.the-privacy ol li{
  font-family: Roboto-Regular;
  text-shadow: none;
  font-size: 16px;
  text-align: left;
  color: #0F0140;
  padding: 5px 0;
  margin: 12px 0;
  width: 100%;
}

.the-privacy ol ol,
.the-privacy ul ol{
   padding: 10px 15px;
   margin: 0;
   list-style-type: lower-alpha !important;
}


.the-privacy ol ol li,
.the-privacy ul ol li{

  font-family: Roboto-Regular;
  text-shadow: none;
  font-size: 18px;
  text-align: left;
  color: #0F0140;
  padding: 4px 0;
  margin:  4px 0;
  width: 100%;
  list-style-type: decimal;
}



.the-privacy ul{
   padding: 10px 15px;
   margin: 0;
}

.the-privacy ul li{
  font-family: Roboto-Regular;
  text-shadow: none;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: #0F0140;
  padding: 5px 0;
  margin: 12px 0;
  width: 100%;
  list-style: none;
}

.the-privacy ul li b{
  display: block;
}
@media(max-width:960px){

    .the-smallest{
       width: 100% !important; 
    }
}



.the-package-block-33{

  text-align: center;
  width: 60%;
  border: 2px solid #f5f5f5;
  background: #ffffff;
  margin: 15px auto;
  margin-top: 40px;
  padding: 100px 50px;

}

@media(max-width:768px){

   .the-package-block-33{

      text-align: center;
      width: 100%;

    }
}


.the-package-block-33 h2{
  font-family: Roboto-Bold;
  text-shadow: none;
  font-size: 22px;
  text-align: center;
  color: #888888;
  padding: 0 0 1px 0;
  margin: 2px 0;
  width: 100%;
}

.the-package-block-33 p{
  font-family: Roboto-Regular;
  text-shadow: none;
  font-size: 18px;
  text-align: center;
  color: #888888;
  padding: 6px 0;
  margin: 2px 0;
  width: 100%;
}


body {
   background-color: lighten($baseColor, 30%);
   * { box-sizing: border-box; }
}

.header {
   background-color: darken($baseColor, 5%);
   color: white;
   font-size: 1.5em;
   padding: 0rem;
   text-align: center;
   text-transform: uppercase;
   border-right: 30px solid #84D358;
}


img {
   border-radius: 0%;
   height: $imageSmall;
   width: $imageSmall;
}




.table-responsiva {
   margin:0  auto;
}


.table-responsiva table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.table-responsiva table thead{  
  color: #0F0140 !important;
  background: #F2F2F2 !important;
}

.table-responsiva table thead tr{
  border: 0 solid #ddd !important;
  padding: .35em;
}

.table-responsiva table tbody tr{
  border: 0px;
  background: #ffffff; 
  border-bottom: 1px solid #efefef;
  padding: 1.5em .35em;
}


@media(max-width: 540px){
     
  .table-responsiva table tbody tr{
     border-bottom: 4px solid #efefef;
  }
    
}


.table-responsiva table tbody tr:last-child{
  border-bottom: 1px solid #ffffff;
}

.table-responsiva table th{
  padding: 1.2em .825em;
  text-align: left;
  font-size: 13px !important;
}


.table-responsiva table td {
  padding: .7em .825em;
  text-align: left;
  font-size: 13px !important;
  border: 1px solid #efefef;
}

.table-responsiva table td p{
  font-family: Roboto-Regular;
  margin: 0;
}

.table-responsiva table th {
  font-size: 10px !important;
  font-family: Roboto-Regular;
  text-transform: uppercase;
}

.table-responsiva table td{
  font-size: 12px !important;
  font-family: Roboto-Regular;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table-width-111{
  width: 50px;
}

.table-width-111X1{
  width: 70px;
}

.table-width-19{
}

.table-width-1{
  width: 80px;
}

.table-width-1op{
  width: 50px;
}


.table-width-2{
  width: 100px;
}

.table-width-22{
  width: 120px;
}


.table-width-222{
  width: 150px;
}


.table-width-3{
  width: 140px;
}

 
.table-width-2222{
  width: 180px;
}


@media screen and (max-width: 600px) {


  .table-width-1op,.table-width-22,.table-width-222,
  .table-width-111,.table-width-19,.table-width-2222,.table-width-111X1{
    width: auto;
  }

  .table-responsiva table {
    border: 0;
  }

  .table-responsiva table caption {
    font-size: 1.3em;
  }
  
  .table-responsiva table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    background: #;
  }
  
  .table-responsiva table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .table-responsiva table td {
    border-bottom: 1px solid #efefef;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  

  

  .table-responsiva table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .table-responsiva table td:last-child {
    border-bottom: 0;
  }

  .header {
     border-right: 0px;
  }
}




@media(max-width: 450px){

  .searching-x {
    width: 70px;
    float: right;
   }

  .the-tree-searcher {
    float: none;
    width: 97% !important;
   }

  .search-nodes{
     width: 100% !important;
  }

  .active-acc, .adding-acc, .booked-acc{
     width: 30.3% !important;
  }

}


.btn-outline-warning,
.btn-outline-warning:hover,
.btn-outline-warning:active,
.btn-outline-warning:visited{
   
   padding: 5px 10px  !important;
   font-size: 12px !important;
}





/**   the fron section got             */

.header {
  padding-bottom: 0;
  height: 100vh;
  background:  url('../img/bg4.png')  no-repeat center; 
  background-size: 100%;
}

.theleftpan{
  height: 100vh;
  width: 80px; 
  background: #0F0140;
}


@media(max-width: 768px){
   

   .theleftpan{
      display: none;
      visibility: none;
    }


    .the-logo img{
       left: 20px !important;
    }


}


.theright{
  height: 100vh;
  width: 80px; 
  background: #FFBB05;
}



@media screen and (max-width: 991px) {
  
}

.the-main-header{
  padding: 50px 0 15px 0;
}

.the-logo{
   margin: 0;
   padding:0;
}

.the-logo img{
   margin: -10px 0 0 0;
   max-width: 100%;
   padding: 10px 10px;
   left: 0;
   background: #ffffff; 
   position: absolute;
}

.the-main-menux{
   position: fixed;
   width: 100%;
   left: 0;
   top: 0; 
   background: #ffffff;
   z-index: 300;
   padding: 5px 0;
   -webkit-transition-duration: 700ms;
   -moz-transition-duration: 700ms;
   -o-transition-duration: 700ms;
   transition-duration: 700ms;
}

.the-main-menux .the-logo img{
  left: 0;
  margin-top: 1px;
  max-height: 60px;
}

.the-menu-side{
   float: right;
}

.the-menu-side ul{
   list-style: none;
   display: block; 
   padding-top: 10px;
   text-align: left;
 }

.the-menu-side ul li{
  display: inline-block;
  padding: 5px 10px;
  margin: 0;
  font-size: 16px;
  z-index: 200;
}

.the-menu-side ul li a.firsts{
  display: block;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #333333;
}


.login-btn-telegram{
  float: right;
}


.login-btn-telegram a i{
  color: #FFDF00;
  font-size: 30px;
}

.login-btn-user{
  float: right;
}


.login-btn-user a i{
  color: #0F0140;
  font-size: 30px;
}


.login-btn{
    float: right;
    font-size: 12px !important;
    font-weight: bold;
    line-height: 100%;
    color: #ffffff;
    background: #84D358;
    border-radius: 22px;
    overflow: hidden;
    display: block;
    padding: 16px 27px !important;
    text-transform: uppercase;
    margin-left: 15px !important;
    cursor: pointer;
}


.login-btn a,
.login-btn a:active,
.login-btn a:hover{
   color: #ffffff !important;
   text-decoration: none;
   outline: none;
}

.loginreg-btn{
    float: right;
    font-size: 12px !important;
    font-weight: bold;
    line-height: 100%;
    color: #84D358;
    border: 2px solid #84D358;
    border-radius: 22px;
    overflow: hidden;
    display: block;
    padding: 13px 27px !important;
    text-transform: uppercase;
    margin-left: 15px !important;
    cursor: pointer;
}


.loginreg-btn a,
.loginreg-btn a:active,
.loginreg-btn a:hover{

   color: #0F0140;
   border: 0px solid #0F0140;
   opacity: 0.8;
   text-decoration: none;
   outline: none;
}




.header-middle{
  padding: 6% 10% 5% 10%;
  width: 100%;
  margin: 30px 0 0 0;
}


.header-middle h1{
  font-size: 36px;
  line-height: 50px;
  padding: 10px 0;
  margin: 0;
  font-weight: 500;
  text-transform: none;
  color: #0F0140;
  text-align: left;
}


.header-middle h1 b{
  color: #84D358;
}

.header-middle p{
  font-size: 20px;
  line-height: 30px;
  padding: 5px 0;
  margin: 0;
  text-transform: none;
  color: #0F0140;
  text-align: left;
}


@media(max-width: 768px){


  .header-middle h1{
    font-size: 26px;
    line-height: 32px;
    padding: 10px 0;
  }

  .header-middle p{
    font-size: 18px;
    line-height: 26px;
  }



}

.the-ico-block{
  
  transition: all .3s cubic-bezier(.47,0,.745,.715);
  background: #ffffff;
  border-radius: 0;
  margin: 0 0 20px;
  color: #111;
  border: 1px solid #d4dbe0;  

}

.theleft-siada{
  height: 100px;
  float: left;
}

.theleft-siada2{
  float: left;  
  padding: 0;
  margin-top: 20px;
}

.theleft-siada2 div{
   float: left;
   width: 240px;
   margin: 10px 2.5% 10px 0;
   text-align: center;
   background: #ffffff;
   padding: 20px 15px;
} 

.theleft-siada2 div h2{
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  padding: 10px 0 5px 0;
  margin: 0;
}

.theleft-siada2 div p{
  font-size: 20px;
  line-height: 20px;
  padding: 5px 0;
  margin: 0;
  text-align: center;
}


.theleft-siada2 div p sup{
   
   font-size: 16px;
   padding-top: 10px;   
}


.xgoldbackground{
  background: #FFDF00 !important;
}

.thebtc{
  background: #84D358 !important;
}


.header-one{
  padding: 6% 0;
}



.the-container-about{
   padding: 10px 10px;
}


.the-container-about{
  padding: 20px 15%;
}


.the-container-about h3{
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 20px;
  color: #14304B;

}


.the-container-about p{
  font-size: 18px;
  color: #14304B;
  font-weight: 300;
}

.about-section{
    background: #84D358;
}


.howtojoin-title{
  padding: 10px 0 20px 0;
}

.howtojoin-title h2{
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 10px;
}

.howtojoin-title p{
    font-size: 18px;
    line-height: 26px;
}


.howtojoin{
  margin: 20px 10px; 
  padding: 20px 30px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 12px 18px -6px;
  background: #FFDF00;
}

.howtojoin h3{
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
    margin-top: 10px;
    font-weight: 600;
}

.howtojoin p{
    font-size: 16px;
    line-height: 22px;
}


.howtojoin ul{
    font-size: 16px;
    line-height: 22px;
    padding: 0px 0 15px 20px;
}


.howtojoin ul li{
   margin-bottom: 10px; 
}




.the-middle-sect{
  
  min-height: 270px;
}

.the-side-sect{

  min-height: 220px;
}


.the-middle-sect aside i, .the-side-sect aside i{
   
   margin-top: 20px;
   font-size:  80px;
   color: rgba(0,0,0,0.1);
}


.the-packageone{
  padding: 0 0 30px 0;
  margin-bottom: 50px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 12px 18px -6px;

}


.nopadding{
   padding: 0 !important;
}

.the-block-top{
  
  background: #0F0140;
  padding: 20px 10px  15px 10px;

}

.the-packageone h2{
  font-size: 25px;
  line-height: 40px;
  font-weight: 600;
  padding: 0 10px;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
}


.the-packageone h3{
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  padding: 0 10px;
  margin: 0;
  color: #ffffff;
}


.option-block{
  margin: 30px 0 0 0;
  padding: 5px;
}

.option-block h4{
  padding: 0px;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  color: rgba(0,0,0,0.4);
  text-transform: uppercase;
}

.option-block p{
  padding: 0px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  padding: 0;
  margin: 0;
}


.register-tojoin,
.register-tojoin:hover,
.register-tojoin:visited{

    font-size: 18px !important;
    font-weight: 600;
    line-height: 100%;
    color: #ffffff;
    background: #0F0140;
    border-radius: 30px;
    overflow: hidden;
    display: inline-block;
    padding: 20px 30px !important;
    margin: 5px 0 15px 0; 
    cursor: pointer;
    text-decoration: none;

}


.register-tojoin-outer{
  margin-top: 30px;
}


.register-tojoin-outer{
   padding: 20px 0 0 0;
}

.register-tojoin-outer p{

  font-weight: 500;
  padding: 4px 0;
  margin: 0;
  font-size: 20px;
  line-height: 24px;
}

.register-tojoin-outer p b{
  padding: 0px;
  font-size: 26px;
  line-height: 28px;
}


.faq-block{
  padding: 20px;
}


.the-change-btn{
  background: #84D358;
  padding: 8px;
  width: 38px;
  height: 38px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}

.the-change-btn i{
  font-size: 18px;
}

.faq-block h5{

  padding: 4px 0;
  margin: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
}

.helping-section {
  padding: 10px 0;
  margin: 0;
}


.helping-section h1,
.helping-section h2,
.helping-section h3,
.helping-section h4,
.helping-section h5,
.helping-section h6{
  padding: 10px 0;
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}


.helping-section p{
  font-weight: 500;
  padding: 4px 0;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  line-height: 20px;
}

.helping-section ol,
.helping-section ul{
  font-weight: 500;
  padding: 4px 0 4px 20px;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}

.helping-section ol li,
.helping-section ul li{
  font-weight: 400;
  padding: 10px 0;
  margin: 0;
  font-size: 18px;
  line-height: 20px;
}


.nopadding-left{
  padding-left: 0 !important;
}

.the-pricing-section{
  background: #EBF0FA;
}

.thefooter-section{
  text-align: center;
  padding: 5px 0 20px 0;
}

.thefooter-section-social{
  padding: 5% 0 0 0 !important;
}

.thefooter-section-blocks ol,
.thefooter-section-blocks ul{
  font-weight: 500;
  padding: 4px 0 4px 20px;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  list-style: none;
}

.thefooter-section-blocks ol li,
.thefooter-section-blocks ul li{
  font-weight: 400;
  padding: 10px 0;
  margin: 0;
  font-size: 18px;
  line-height: 20px;
}


.thefooter-section-blocks ol li a,
.thefooter-section-blocks ul li a:hover{
  color: #ffffff;
  text-decoration: none;
}




.thefooter-section-blocks ol li b{
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  opacity: 0.6;
}



.thefooter-section-blocks ol li i,
.thefooter-section-blocks ol li span,
.thefooter-section-blocks ul li i,
.thefooter-section-blocks ul li span{
  color: #ffffff;
}


.thefooter-section-blocks ul li img{
  color: #ffffff;
  font-size: 12px;
  max-width: 90%;
  max-height: 40px;
}




.thefooter-section h5{
  font-weight: 500;
  padding: 4px 0;
  margin: 0;
  font-size: 18px;
  line-height: 26px; 
  color: #ffffff;
}

.thefooter-section p{
  font-weight: 500;
  padding: 6px 0 0 0;
  margin: 0;
  font-size: 18px;
  line-height: 26px; 
  color: #ffffff;
}

.thefooter-section p a,
.thefooter-section p a:hover{
  display: inline-block;
  padding: 5px;
  margin: 5px;
  color: #ffffff;
}

.thefooter-section p a i{
  font-size: 40px;
}


.thefooter-section-blocks{
  padding: 15px 0;
}




.thefooterx{
  background: #0F0140;
  padding: 15px 0 10px 0; 
}


.the-logo-sectoa{
   display: none;
   visibility: hidden;
}


@media(max-width: 768px){

.the-main-men{
 
  background: #ffffff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index:  200;
} 

.show_hide_menu, .hidesidesect{
   
   display: none;
   visibility: hidden;
} 


.the-menu-side{
    width: 100%;
    padding: 10px 20px !important;   
}

.login-btn, .loginreg-btn{
  
  float: left !important;
  margin: 5px 2%;
  width: 45%;

}

.the-logo-sectoa{
  float: right !important;
  position: absolute;
  right: 10px;
  width: 30%;
  padding: 10px 20px 5px 20px;
  color: #0F0140;
  display: inline-block;
  visibility: visible;
}

.the-logo-sectoa a,
.the-logo-sectoa a:active,
.the-logo-sectoa a:hover{
  float: right;
  width: 30%;
  padding: 10px 20px 5px 20px;
  color: #0F0140;
}

.the-logo-secto{

  float: left;
  width: 60%;
  color: #0F0140;
  padding: 5px 20px !important;
}

.the-menu-side{
  padding: 0;
  width: 100%;
  margin-top: 0px;
}

.the-menu-side ul{
  padding: 0;
  width: 100%;
}


.the-menu-side  ul li{
  display: block;
  text-align: center !important;
}


.the-logo-secto img{
   max-height: 55px !important;
}

.pull-left-menu{
  width: 100%;
  min-height: 70px;
}

.thebtc, .xgoldbackground, .thewaves{
  width: 100% !important;
  margin-bottom: 20px  !important;
}

.the-container-about{
  padding: 10px 25px !important;
}
.the-container-about h3{
  font-size: 26px;
  line-height: 30px;
}

.the-container-about p{
  font-size: 16px;
}


}




.confirming-title{
  font-size:      16px;
  font-weight:    100;
  text-transform: uppercase;
  color:          #0F0140;
}

.the-titlex{
 margin-top: 20px;
 font-size: 12px;
 padding: 0 0 5px 0;
 font-weight: 400;
 text-transform: uppercase;
 border-bottom: 2px solid #0F0140;
}


.the-account-list{
  position: absolute;
  width: 100%;
  margin-top: -20px;
  padding: 0;
  background: #ffffff;
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
  z-index: 10;
}

.the-account-list li{

  border-bottom: 1px solid #f7f7f7;
  list-style: none;
  padding: 10px;
  cursor: pointer;
}

.the-account-list li p{
  padding: 0;
  margin: 0;
}

.the-account-list li p b{
  width: 90px;
  display: inline-block;
  font-weight: 300;
  color: rgba(0,0,0,0.5);
  font-size: 12px;
  text-transform: uppercase;
}

.text-center-padding{
  padding: 60px 10px;
}

.text-center-paddingx{
  padding: 10px 10px;
  text-align: center;
}

.clearing{
  cursor: pointer;
}

.selected-user{
  padding: 0;
  background: #f9f9f9;
  border: 1px solid #0F0140;
  margin-bottom: 20px;
}

.selected-user-content{
  padding: 0 10px 8px 10px;
}


.selected-user h4{
  display: block;
  padding: 10px 10px;
  font-size: 16px;
  margin: 0 0 8px 0;
  font-family: Roboto-Bold;
  background: #0F0140;
  color: #ffffff;
}

.selected-user h4 i{
  cursor: pointer;
}

.selected-user-content h5{
  display: block;
  padding: 4px 0 2px 0;
  margin: 0;
  font-size: 11px;
  font-family: Roboto-Regular;
  color: #888888;
  text-transform: uppercase;
}

.selected-user-button h5{

  display: block;
  padding: 4px 0 2px 0;
  margin: 0;
  font-size: 11px;
  font-family: Roboto-Regular;
  color:#0F0140;
  text-transform: uppercase;
}



.selected-user-content p{
  display: block;
  padding: 0 0;
  margin: 0 0 6px 0;
  font-size: 15px;
  font-family: Roboto-Regular;
  color: #333333;
}


.selected-user-content2 p{
  display: block;
  padding: 0 0;
  margin: 0 0;
  font-size: 15px;
  font-family: Roboto-Regular;
  color: #333333;
}


.selected-user-button{
  padding: 10px 10px;
  border-top: 1px solid #f3f3f3;
  background: #f3f3f3;
}


.selected-user-button p{
  display: block;
  padding: 0 0;
  margin: 0 0 6px 0;
  font-size: 11px;
  font-family: Roboto-Regular;
  color: #333333;
}

.the_ttt{
  display: inline-block;
}

.thepackagin-separator{
  color:#0F0140;
  opacity: 0.8;
  margin: 0 3px;
}

.nomargin{
  margin-bottom: 2px !important;
}

.selected-user-button p{
  margin: 0 !important;
}

.account_packages{
  margin-bottom: 5px;
}

.btn-primary-btn{
   margin: -10px 0 6px 10px;

}

.thettt-confirmx{
  color:#0F0140;
  opacity: 0.2;
  margin: 4px 3px 0 3px;
}

.thettt-confirm{
  color:#0F0140;
  margin: 0 3px;
  font-size: 12px;
  text-transform: uppercase;

}


.the-totel-out p{
  padding: 5px 0;
  border-bottom: 1px solid #dddddd;
  font-size: 14px;
}


.the-totel-out p.noborder-down{
  padding: 5px 0 10px 0;
  border-bottom: 0px solid !important;
}


@media(max-width: 650px){


  .the-totel-out p{
    font-size: 12px;
  }

}

.blocker-1{
  margin-bottom: 15px;
}


.text-center-all{
  padding: 10% 0 5% 0;
}


.blocker-2x2{
  padding: 0 5px 0 0;
  width: 100%;
  margin: 0 0 35px 0;
  float: left;
}

@media(max-width: 720px){
  
  .blocker-2x2{
    padding: 0 0 0 0;
    width: 100%;
    margin: 0 0 30px 0;
  }
}


.counting-alert{
  background: #f10000;
  padding:1px 3px;
  margin-left: 6px;
  font-size: 12px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  font-weight: 200; 
  color: #ffffff;
}



.blocker-2{
  padding: 0 5px 0 0;
  width: 25%;
  margin: 0 0 35px 0;
  float: left;
}

@media(max-width: 720px){
  
  .blocker-2{
    padding: 0 0 0 0;
    width: 50%;
    margin: 0 0 30px 0;
  }
}

@media(max-width: 420px){
  
  .blocker-2{
    padding: 0 0 0 0;
    width: 100%;
    margin: 0 0 30px 0;
  }
}

.blocker-inner{

  margin: 0; 
  padding: 15px 5px 15px 15px;
  border-bottom: 2px solid rgba(200, 91, 24, 0.2);
  border-left: 2px solid rgba(200, 91, 24, 0.2);
  height: auto;
}

.blocker-inner h4{
  margin:  0 0 15px 0;
  padding: 0;
  font-size: 10px;
  color: #333333;
  text-transform: uppercase;
  font-family: Roboto-Bold;
}

.blocker-inner h4 span{
  color:#0F0140;
}


.blocker-inner h5{
  font-family: Roboto-Regular;
  margin:  0;
  padding: 3px 0;
}

.blocker-inner h5 span{
  text-transform: uppercase;
  font-size: 12px;
}

.blocker-inner p{
  font-family: Roboto-Bold;
  margin:  5px 0 0 0;
  padding: 0;
  font-size: 20px;
}

@media(max-width: 620px){
 
  .blocker-inner p{
   font-size: 16px;
  }

}





.blocker-inner-2{

  margin: 0; 
  padding: 15px 5px 15px 15px;
  border-bottom: 2px solid rgba(200, 91, 24, 0.2);
  border-left: 2px solid rgba(200, 91, 24, 0.2);
  height: 130px;
}

.blocker-inner-2 h4{
  margin:  0 0 15px 0;
  padding: 0;
  font-size: 10px;
  color: #333333;
  text-transform: uppercase;
  font-family: Roboto-Bold;
}

.blocker-inner-2 h4 span{
  color:#0F0140;
}


.blocker-inner-2 h5{
  font-family: Roboto-Regular;
  margin:  0;
  padding: 5px 0 10px 0;
  font-size: 10px;
}
.blocker-inner-2 h5 span{
  text-transform: uppercase;
  font-size: 10px;
}

.blocker-inner-2 p{
  font-family: Roboto-Bold;
  margin:  5px 0 0 0;
  padding: 0;
  font-size: 20px;
  text-align: center;
}

@media(max-width: 620px){
 
  .blocker-inner-2 p{
   font-size: 16px;
  }

}

.blocker-inner-22{
  height: auto !important;
}

.blocker-inner-22 p{
  text-align: left;
  font-size: 22px;
}

.nomargin-b{
  margin-bottom: 3px !important;
}


.details-link-2 .the-links{
  text-decoration: underline !important;
}

.the-links{
  font-size: 12px;
  font-family: Roboto-Regular;
}

.the-statistics-count{
  margin:  2px 0;
  padding: 0;
}

.the-statistics-count h5{
  font-family: Roboto-Regular;
  margin:  0;
  padding: 3px 0;
  font-size: 12px;
}

.the-statistics-count h5 span{
  text-transform: uppercase;
  font-size: 10px;
  margin-left: 6px;
}

.border-side-sect{
  float: left;
  width: 50%;
  padding: 5px 10px 5px 0;
}

.green{
 color:#ffffff; 
  font-family: Roboto-Regular;
  border: 1px solid #30733f;
  background: #30733f;
  padding: 1px 4px;
  font-size: 10px;
  border-radius: 4px;
}

.red{
  color:#ffffff;
  font-family: Roboto-Regular; 
  border: 1px solid #DF2935;
  background: #DF2935;
  padding: 1px 4px;
  font-size:  10px;
  border-radius: 4px;
}

.orange{
  color:#ffffff;
  font-family: Roboto-Regular;
  border: 1px solid #ff9f00;
  background: #ff9f00;
  padding: 1px 4px;
  font-size:  10px;
  border-radius:4px;
}

.yellow{
  color:#000000;
  font-family: Roboto-Regular;
  border: 1px solid #FDD800;
  background: #FDD800;
  padding: 1px 4px;
  font-size:  10px;
  border-radius: 4px;
}

.grey{
   color:#ffffff;
  font-family: Roboto-Regular;
  border: 1px solid rgba(0,0,0,0.5);
  background: rgba(0,0,0,0.5);
  padding: 1px 4px;
  font-size:  10px;
  border-radius: 4px;
}


.pull-settings{
   padding: 4px 12px;
   font-size: 11px;
   margin-top: -4px;
   border-radius: 3px;
   background: rgba(200, 91, 24, 1);
   color: #ffffff !important;
   text-transform: uppercase;
   font-family: Roboto-Bold;
}

.blocker-1112{
  padding: 5px 0 10px 0;
  margin: 0;
  background: #ffffff;
}


.blocker-11{
  padding: 10px 20px;
  background:  rgba(200, 91, 24, 0.04);
}

.blocker-11 h5{
  font-family: Roboto-Regular;
  margin:  0;
  padding: 10px 0;
  font-size: 14px;
}


.blocker-11 h5 b{
  text-transform: uppercase;
}

.blocker-111{
  background:  rgba(200, 91, 24, 0.1);
  padding: 15px 20px;
  margin-bottom: 20px;
}

.blocker-111 h5{
  font-family: Roboto-Regular;
  margin:  0;
  padding: 8px 0;
  font-size: 14px;
}

.blocker-111 h5 b{
  text-transform: uppercase;
  text-shadow: none;
  font-family: Roboto-Bold;
}


.blocker-121{
  margin-bottom: 15px;
}

.single-transaction{
  padding: 20px 10px 5px 10px;
  margin-bottom: 15px;
  background: rgba(200, 91, 24, 0.05); 
  border: 2px solid rgba(200, 91, 24, 0.3); 
}

.margin-left-10{
  margin-left: 10px;
}

.loan-transact h5{
  font-family: "Roboto-Light";
  margin:  0;
  padding: 0 0;
  font-size: 10px;
  text-transform: uppercase;
}


.loan-transact h6{
  font-family: "Roboto-Regular";
  margin:  0;
  padding: 0 0 2px 0;
  padding: 4px 0 15px 0;
  font-size: 14px;
}


.loan-transact p{
  font-family: "Roboto-Regular";
  margin:  0;
  padding: 2px 0 15px 0;
  font-size: 16px;
}

.loan-status{
  color: #0F0140;
  font-family: "Roboto-Regular";
  margin-top: 4px;
  margin-left: 0;
  padding: 6px 8px 2px 8px;
  padding-bottom: 7px;
  display: inline-block;
}

.pay-secrity{
  
  color: rgba(200, 91, 24, 1);
  font-family: "Roboto-Light";
  border-bottom: 1px solid rgba(200, 91, 24, 1);
  clear: both;
  margin: 5px 0 0 10px;
  padding: 5px 0 0 0;
  font-size: 12px;
}

.the-trans-box2{
  margin-bottom: 7px;
  margin-top: 7px;
}



@media(max-width: 520px){
  .the-trans-box{
    width: 100%;
  }
  .the-trans-box2{
    width: 100% !important;
  }

  .the-trans-box-date{
    float: left;
    width: 45%;
  }

} 


@media(max-width: 320px){
  .the-trans-box,.the-trans-box2{
    width: 100% !important;
  }

} 


.orange-status{
  background: orange;
  color: #ffffff;
}


.red-status{
  background: #f10000;
  color: #ffffff;
}

.green-status{
  background: green;
  color: #ffffff;
}

.pull-settings-all2{
   padding: 6px 12px 5px 12px;
   font-size: 12px;
   margin-top: -4px;
   margin-right: 15px;
   border-radius: 2px;
   background: #f10000;
   color: #ffffff !important;
   font-family: Roboto-Bold;
   text-transform: uppercase;
   text-align: center;
}

.pull-settings-all1{
   padding: 6px 12px 5px 12px;
   font-size: 12px;
   margin-top: -4px;
   border-radius: 2px;
   margin-right: 15px;
   background:     #30733f;
   color: #ffffff !important;
   font-family: Roboto-Bold;
   text-transform: uppercase;
   text-align: center;
}

.class-map-top{
  margin-top: 15px;
}


.pull-settings-all{
   padding: 6px 12px 5px 12px;
   font-size: 12px;
   margin-top: -4px;
   border-radius: 2px;
   background: rgba(200, 91, 24, 1);
   color: #ffffff !important;
   font-family: Roboto-Bold;
   text-transform: uppercase;
   text-align: center;
}


.pull-settings-btn{

   padding: 6px 12px 5px 12px;
   font-size: 12px;
   margin: 0 10px 0 0;
   border-radius: 2px;
   background: rgba(200, 91, 24, 1);
   color: #ffffff !important;
   font-family: Roboto-Bold;
   text-transform: uppercase;
   text-align: center;
}


.pull-settings-btn2{
  
   padding: 6px 12px 5px 12px;
   font-size: 12px;
   margin: 0 10px 0 0;
   border-radius: 2px;
   background: rgba(0, 0, 0, 1);
   border:1px solid rgba(200, 91, 24, 1);
   color: #ffffff !important;
   font-family: Roboto-Bold;
   text-transform: uppercase;
   text-align: center;
}



.pull-settings-btn-2{

   padding: 5px 12px;
   font-size: 12px;
   margin: 0 10px 0 0;
   border-radius: 2px;
   border:1px solid rgba(200, 91, 24, 1);
   color: rgba(200, 91, 24, 1) !important;
   font-family: Roboto-Bold;
   text-transform: uppercase;
   text-align: center;
}


.non-caps{
  text-transform: none !important;
}

.thecount-aa{
  font-size: 12px  !important;
  font-weight: 300 !important;
  padding: 0 0 8px 0 !important;
  margin-top: -10px;
}

.the-account-list-show{
  border: 1px solid #cccccc;
  background: #fdfdfd;
}


.the-pending-one{

   display: inline-block;
   padding: 1.5px 6px;
   margin-left: 20px; 
   font-size: 11px;
   color: #012E40;
   background: orange;
}

.the-nomargin{
   margin: 0 auto !important; 
   font-size: 12px !important;
   padding: 3px 6px  !important;
}


.wallet-blocka p{
  padding: 4px 0;
  margin: 0;
}

.loan-security-tt{
  margin-bottom: 5px;
  padding-bottom:  0 !important;
}

.clearin-top{
  margin-top: 5px;
  display: inline-block;
}

.the-border-height{
  height: 1px;
  width: 100%;
  background: #eee;
}

.coins-got{
  margin:  0;
  padding: 0;
}

.coins-got h6{
  font-family: "Roboto-Regular";
  margin:  0;
  padding: 2px 0;
  font-size: 16px;
}


.coins-got h6 span{
  font-family: "Roboto-Regular";
  margin:  0 10px 0 0;
  padding: 5px 8px 4px 8px;
  font-size: 12px;
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  cursor: pointer;
}


.coins-got h6 span.theactive-ico{
  color: #E9AE6E;
  color: rgba(0,0,0,0.5);
  background: #FFC988;
  border: 1px solid #FFC988;
}

.blocker-req h5{
  font-size: 14px !important;
  padding: 5px 0 !important;
}


.blocker-req h5 b{
  font-size: 13px !important;
}

.the-trans-box-sect{
   padding: 15px 0;
}

.the-trans-box-sect h5{
  font-family: "Roboto-Light";
  margin: 0;
  padding: 0;
  font-size: 10px;
  text-transform: uppercase;
}

.the-trans-box-sect h5.thett{
  font-family: "Roboto-Light";
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 10px;
  text-transform: uppercase;
}


.the-trans-box-sect h2{
  text-align: left;
  padding: 2px 0px 2px 0px;
  margin: 0px;
  font-size: 32px;
  font-family: Roboto-Bold !important;
  text-shadow: none;
  color: #0F0140;
}

.the-padding-30{
  padding:  13px 20px 10px 20px;
  font-size: 14px;
}

.the-padding-3330{
  background: #333333;
  padding: 13px 20px 10px 20px;
  font-size: 14px;
  margin-right: 15px;
}

@media(max-width: 620px){

  .the-trans-box-sect h2{
    text-align: left;
    font-size: 22px;
  }

}


.the-padding-top-20{
  padding: 0 0 20px 0;
}

.the-padding-303{
  margin-bottom: 20px;
}

.the-margin-top{
  padding-top: 5px;
}

.all-tab-active-loans{
  text-align: left;
  padding: 4px 10px;
  margin: 10px 0 10px 10px;
  font-size: 13px;
  font-family: Roboto-Bold !important;
  text-shadow: none;
  color: rgba(200, 91, 24, 1);
  border: 1px solid rgba(200, 91, 24, 1);
  display: inline-block;
}


.all-tab{
  text-align: left;
  padding: 4px 10px;
  margin: 10px 10px 10px 0;
  font-size: 13px;
  font-family: Roboto-Bold !important;
  text-shadow: none;
  color: rgba(200, 91, 24, 1);
  border: 1px solid rgba(200, 91, 24, 1);
  display: inline-block;
}

.the-active-tab{
   
  background: rgba(200, 91, 24, 1);
  color: #ffffff !important;    
}


.the-wallet-block{
  border: 1px solid rgba(0,0,0,0.1);
  margin: 0 0 15px 0;
  padding: 20px;
  border-radius: 5px;
}

.the-qrcode{
  width: 60px;
  height: 60px;
  background: rgba(0,0,0,0.001);
  float: left;
  margin-top: -15px;
  font-size: 12px;
  color: #fff;
  text-indent: -99999;
}


.the-total-sec{
  padding: 2px 0 5px 0;
}


.the-total-sec b{
  padding: 2px 0 5px 0;
  width: 40%;
  font-weight: 600;
  font-family: Roboto-Bold;
  text-shadow: none;
}

.the-total-sec span{
  padding: 0 0 5px 0;
  margin: 0;
  display: inline-block;
  float: right;
}



.recieve-as{

  font-size: 13px;
  display: inline-block;
  padding: 4px 8px;
  margin-right: 10px;
  border: 1px solid #0F0140;
  color: #0F0140;
  background: transparent; 
  cursor: pointer;
}

.recieve-active
{
  font-size: 13px;
  display: inline-block;
  padding: 4px 8px;
  margin-right: 10px;
  border: 1px solid #0F0140;
  background: #0F0140;
  color: #ffffff;
} 

.transact-text-top{
  margin-top: 25px !important;
}


.the-guarantor-width{
  width: 100%;
}

.the-guarantor-list{
  border: 1px solid #0F0140;
  padding: 0;
  margin-top: -20px;
  min-width: 100%;
  background: #f9f9f9;
  max-height: 240px;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  z-index: 200;
}

@media(max-width: 540px){

  .the-guarantor-list{
    min-width: 100% !important;
  }

}

.the-guarantor-user{ 
  padding: 6px 8px;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
  overflow: hidden;
}


.the-guarantor-user p{
  padding: 1px 2px;
  margin: 0;
  font-size: 13px;
}

.the-guarantor-user p b{
  width: 80px !important;
  display: inline-block;
}

.selected_guaranters{
  padding: 10px 0;
  margin:  -15px 0 0 0;
}


.selected_guaranters h6{
  
  font-size: 14px;
  font-family: Roboto-Regular;
  text-shadow: none;
  color: #3d2322;
  margin: 0;
  padding: 0;  
}


.the-user-select{
  float: left;
  width: 48%;
  margin: 0 1% 10px 1%;
}

.the-user-select h4{
  font-size: 13px;
}

.the-user-select-guarntor{
  float: left;
  width: 23%;
  margin: 0 1% 10px 1%;
}

.the-totle{
  padding:5px 1% 6px 1%;
  border: 1px solid red;
}

.clear-text{
  font-size: 13px;
  cursor: pointer;
}


@media(max-width: 1040px){
   .the-user-select-guarntor{
      float: left;
      width: 31.33%;
      margin: 0 1% 10px 1%;
    }

}


@media(max-width: 620px){
   .the-user-select-guarntor{
      float: left;
      width: 48%;
      margin: 0 1% 10px 1%;
    }

}


@media(max-width: 540px){
   .the-user-select-guarntor{
      float: left;
      width: 98%;
      margin: 0 1% 10px 1%;
    }

}


.searched-box{
  margin-top: -20px;
  background-color: #f7f7f7;
  padding-top: 10px;
  padding-bottom: 10px;
}

.title-sect-one{
  text-transform: uppercase;
  font-size: 10px;
}


.laondetail .the-user-select-guarntor{
   width: 48%;
}

.guarantor-status{
  padding: 2px 4px;
  font-size: 11px;
}

.award-padding-left-10{
  margin-left: 10px;
}


.the-btn{

  text-align: center;
  padding: 30px 20px 20px  20px !important;
  font-size: 18px !important;
  background: #0F0140;
  color: #ffffff;
  margin: 20px 10px 30px 10px !important;
  font-weight: 200;
  display: block;

}


.the-btn i{
  background: #0F0140;
  color: #ffffff;
  font-size: 30px;
}

.the-btn p{

  background: #0F0140;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  margin: 5px 0 10px 0;
  padding: 0;

}


.error-block{
  padding: 30px 10px;
}


.form-control{
    padding:  8px 10px; 
    display: block;
    width: 100%;
    height: 48px;
    padding: 13px 16px 11px  !important;
    font-size: 14px;
    line-height: 24px;
    color: #2e4369;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #d3d5d8;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;

}


@media(max-width: 540px){

   .the-smallest{
      padding: 10px 3% 0 3% !important;
      margin: 0 auto !important;
   }

}


@media(max-width: 360px){

   .the-smallest{
      padding: 10px 5% 0 5% !important;
   }

}


.the-forgot-password{
  padding: 0;
  display: inline-block;

}

.account-alerts{
  width: 360px;
  position:  fixed;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 600;
  background: #ffffff;
}


.form-group-2 .btn,
.form-group-2 .btn:hover,
.form-group-2 .btn:focus{
  
      padding: 10px 15px !important;
      font-size: 16px;
      font-weight: 500;
}



@media(max-width: 540px){
   

    .form-group-2 .btn,
    .form-group-2 .btn:hover,
    .form-group-2 .btn:focus{
      
      padding: 7px 10px !important;
      font-size: 14px;
    }



}


.blackBg,
.blackBg:hover,
.blackBg:focus,
.blackBg:visited,
.blackBg:active{
  background: #0F0140 !important;
  margin-right: 0  !important;
}


.select2-container--default .select2-selection--single{
   height: 48px !important;
   padding-top: 12px !important; 
}


.select2-container--default .select2-selection--single .select2-selection__arrow b {
   margin-top: 8px;
}


.the-img-sect-2{
  margin-top: 40px;
}


.the-img-sect-2 img{
  width: 100px;
  height: 100px;
}


.the-img-sect-22{
  margin: 0;
}


.the-img-sect-22 img{
  width: 80px;
  height: 80px;
  border-radius: 100%;
}

.kyc-img{
  margin: 0;
}

.kyc-img img{
   height:  180px;
   width:   180px;
   padding: 10px;
   background: #f9f9f9;
}

.clear-status{
  
  margin: 20px 0 !important;
  padding: 0 !important;
  clear: both;
}

.clear-status p{
  
  margin:  0 0 0 !important;
  padding: 20px 0 0 0 !important;
}

.the-main-content-inner-profile h6{
  
  font-weight:    700 !important;
  text-transform: uppercase;
  font-family: Roboto-Bold;
}



.the-login-form-activete{
     padding: 100px 20px 80px 20px;
}

.the-login-form-activete a{
     font-size: 16px;
}


.alert .close {
    color: #000;
    opacity: .2;
    filter: alpha(opacity=20);
    position: relative;
    margin: 15px 0 0 10px;
    cursor: pointer;
}

.kyc-approve,
.kyc-approve:hover,
.kyc-approve:active,
.kyc-approve:visited{
  padding:     8px 15px !important;
  font-size:   15px !important;
  line-height: auto !important;
}


.kyv-admin{
  max-height: 180px;
  border: 1px solid #999;
  margin: 0 10px 20px 0;
  width: 30%;
  padding: 10px 15px !important;
}

.kyv-admin img{
  max-height: 100px;
  max-width: 100%;
  margin: 0;
}

@media(max-width: 560px){

  .kyv-admin{
    width: 47% !important;
  }

}


.the-navigation-money{
  margin: 0 0 20px 0; 
}

.the-navigation-money li{
   padding: 0;
   margin: 0;
}


.the-navigation-money li a{
  padding: 10px 10px;
  width: 100px;
  margin: 10px;
  display: inline-block;
  background: #ffffff;
  border-radius: 6px;  

  box-shadow: rgba(5, 24, 61, 0.1) 0px 4px 8px;
  transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
}


.the-navigation-money li a.active{
  background:  #0F0140  !important;
  color:#ffffff !important;
}


.the-navigation-money li i{
  padding: 4px;
  margin:  0;
  font-size: 24px;
}


.the-navigation-money li p{
  padding: 4px;
  margin:  0;
  font-family: Roboto-Bold !important;
}



.the-profile-details-2{

  position: absolute;
  width : 320px;
  padding: 5px 10px;
  background: #ffffff;
  right: 0;
  top: 45px;
  border-radius: 6px;
  border: 1px solid #eeeeee;
  z-index: 300;

}


@media(max-width: 380px){
   
  .the-profile-details-2{
    position: fixed;
    width : 100%;
    right: 0;
    top: 65px;
  } 

}



.reading-more-content{
  padding: 5px 0;
  margin: 0;
  text-align: right;
}

.reading-more-content a{
  padding: 4px 10px;
  margin: 0;
  color: #0F0140;
  border-radius: 6px;
  font-size: 14px;
  text-align: center;
  border: 2px solid #eee;
  display: block;

  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.notification-list{
  margin:6px  0;
  padding: 8px 5px;
  border-radius: 5px;
  background: #fafafa;
}

.notification-list img{
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

.notification-list 
.the-notification-text{
  padding-left: 45px;
  position: relative;
  text-align: left;
}

.notification-list 
.the-notification-text h6{
   margin: 0; 
   padding: 4px 10px;
   color: #0F0140;
   font-size: 14px;
}

.notification-list 
.the-notification-text h6 span{
  display: inline-block;
  width: 60%;
  font-family: Roboto-Bold !important;
}


.notification-list 
.the-notification-text h6 i{
  display: inline-block;
  width: 40%;
  padding: 0;
  text-align: right;
  font-size: 11px !important;
  font-family: Roboto-Light !important;
}


.notification-list 
.the-notification-text p{
  margin: 0; 
  padding: 4px 10px;
  color: #999999;
  font-size: 14px;
  font-family: Roboto-Light !important;
  
  display: block;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

}




.the-profile-details{

  position: absolute;
  width : 240px;
  padding: 20px 15px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  right: 0;
  top: 75px;
  border-radius: 6px;
  z-index: 300;
}

.the-menu-block a{
  color: #0F0140;
  margin: 5px 0;
}



.the-transaction-details{
    margin: 0;
    padding: 0 5px 10px 5px;
}


.the-transaction-details p{
    margin: 0;
    padding: 2px 0;
    font-size: 14px;
   font-family: Roboto-Regular !important;
}

.the-error-submit{
  color:     #f10000;
  font-size: 12px;
  padding:   0;
  margin:    0;
}

.error-border{
  border: 1px solid #f10000;
}

.exghangeblock1 .exghangeblock1-one{
  float: left;
  margin-right: 5px !important;
  width: 35% !important;
  padding-left: 15px !important;
}

.exghangeblock1 .exghangeblock1-two{
  float: left;
  width: 62% !important;
}


.exghangeblock1 h5{
    margin: 0;
    padding: 2px 0;
    font-size: 16px;
   font-family: Roboto-Regular;
}


.exghangeblock1 p{
  
    margin: 0;
    padding: 2px 0;
    font-size: 14px;
   font-family: Roboto-Regular;
}


.the-blocker-section{

  margin:     15px 0 20px 0;
  padding:    0 0 20px 0;
  background: #FFFFFF; 
  height: 280px;
}



.the-blocker-section-2{

  margin:     15px 0 20px 0;
  padding:    0 0;
  background: #FFFFFF; 
}


.the-blocker-section-2222{

  margin:     15px 0 20px 0;
  padding:    0 0;
  background: #FFFFFF; 

}



.the-pricong-list{

  padding:10px 10px;
}


@media(max-width: 540px){

  .the-blocker-section, .the-blocker-section-2222{

    height: auto;
  }  


  .the-pricong-list{

    padding:5px 10px;
    overflow-x: auto !important;
    white-space: nowrap !important;
    overflow-y: hidden !important;
    margin: 0 auto !important;
    max-width: 100% !important;
  }
}




.the-pricong-list li{

  display: inline-block !important;
  padding: 10px 15px 10px 15px !important;
  list-style-type: none;
  width: auto !important;
  border-right: 1px solid #cccccc;

}

.the-pricong-list li:last-child{

}


.the-blocker-section-header{
   padding: 10px 10px;
}


.the-header-text{
   margin:  0;
   padding: 0;
   font-size: 18px;
   font-family: Roboto-Bold;
}

.the-header-text a{
   font-size: 26px;
   margin-top: -4px;
}


.the-blocker-section-2{

  margin:     15px 0 20px 0;
  padding:    0 0 20px 0;
  background: #FFFFFF; 
  height:     200px;
}

.sell-buy{
  margin: 0;
  padding: 0;
}


.sell-buy{
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.sell-buy-two{
  width: 50%;
  float: left;
  padding: 10px 5px;
  text-align: center;
  color: #ffffff;
  background: #0F0140;
  font-family: Roboto-Regular;
}


.sell-buy-three{
  width: 50%;
  float: left;
  padding: 10px 5px;
  text-align: center;
  color: #0F0140;
  background: #8FD95B;
  font-family: Roboto-Regular;
}

.sell-buy-body{
  padding: 10px;
  height: 160px;
  overflow: hidden !important; 
}


.sell-buy-body-2{

  padding: 10px;
  height:  200px;
  overflow: hidden !important; 
}



.sell-buy-main{
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.sell-buy-four{
  width: 100%;
  float: left;
  padding: 10px 5px;
  text-align: center;
  color: #0F0140;
  background: #8FD95B;
  font-family: Roboto-Regular;
}


.the-coin-price{
   float: left;
   width: 50%;
   padding: 17px 15px;
}


.the-coin-price-2{
   clear: both; 
   width: 100%;
   padding: 17px 10px;
   border-top: 1px solid #F2F2F2;
}

.the-coin-price-3{

   border-right: 1px solid #F2F2F2;
}

.the-coin-price-4{
   float: left;
   width: 50%;
   padding: 15px 15px;
}

.the-coin-price-5{
   clear: both; 
   width: 100%;
   padding: 25px 10px;
   border-top: 1px solid #F2F2F2;
}

.the-coin-price-55{
   padding: 20px 10px;
   border-top: 1px solid #F2F2F2;
}


.the-coin-price-4 h5, 
.the-coin-price-5 h5{
  margin: 0;
  padding: 0;
  font-family: Roboto-Bold;
  font-size: 22px;
  color:#0B1840;
}


.the-coin-price-4  p, 
.the-coin-price-5  p{
   margin: 4px 0;
   padding: 0; 
  font-family: Roboto-Regular;
  font-size: 14px;
  color:#0B1840;
}



.the-coin-price-2 h4, 
.the-coin-price h4{
  margin: 0;
  padding: 0;
  font-family: Roboto-Bold;
  font-size: 16px;
}



.the-coin-price h4 span{
  margin: 0;
  font-size: 11px;
  display: inline-block;
  opacity: 0.7;
}


.the-coin-price-2 h4 span{
  margin: 0;
  font-size: 13px;
  display: inline-block;
  opacity: 0.7;
}


.the-coin-price p, 
.the-coin-price-2 p{
   margin: 0;
   padding: 0; 
  font-family: Roboto-Regular;
  font-size: 13px;
}

.noborder{
  border: 0px !important;
}


.border-bottom{
  border-bottom: 1px solid #f2f2f2;
  border-top: 0 solid #f2f2f2;
}

.headoo-sect{
  margin: 0 0 10px 0;
  padding: 0;
  font-family: Roboto-Bold;
  font-size: 18px;
}





.themodel{
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 124000;
  padding: 80px 0 0 0;
  background: rgba(0,0,0,0.6);
  overflow: hidden;
  overflow-y: auto;
}

.themodel .modelcontain{
  margin: 0 auto;
  width: 50%;
  background: #ffffff;
  padding: 15px;  
  border: 1px solid rgba(0,0,0,0.1);
}


@media(max-width: 540px){

   .themodel .modelcontain{
      width: 95%;
      margin: 2.5%;
   }

   .themodel{
      padding: 0;
    }

}

.model-header{
  margin: 0 0 10px 0;
}


.model-header .the-header-section{
  width: 75%;
  float: left;
  padding: 12px 10px;
  font-size: 18px;
  font-family: Roboto-Bold;
  overflow: hidden;
}


.model-header .close-model{
  width: 50px;
  height:  50px;
  float: right;
  font-size: 24px;
  padding: 8px 0  0 0;
  text-align: center;
  background: #000000;
  color: #ffffff;
  cursor: pointer;
  border-radius: 100%;
}

.model-body{
  padding: 20px 10px;
  clear: both;
}

@media(max-width: 540px){
  
  .model-header .close-model{
    font-size: 18px;
  }

}

.nodisplay{
  display: none;
  visibility: none;
}

.reciept-section h1{
    font-size: 16px;
    padding: 20px 5px;
    margin: 0;
    font-family: Roboto-Bold;
}

.reciept-section .box-header img{
  max-height: 40px;
  max-width: 100%;
  margin: 10px auto;
  padding: 5px; 
}

.reciept-section .transaction-details{
  padding: 5px 10px; 
  background: #f8f8f8;
}

.reciept-section .transaction-details p{
    font-size: 14px;
    padding: 5px 0;
    margin: 0;
    font-family: Roboto-Bold;
}


.reciept-section .transaction-details-2{
  padding: 5px 10px; 
}

.reciept-section .transaction-details-2 p{
    font-size: 14px;
    padding: 5px 0;
    margin: 0;
    font-family: Roboto-Regular;
}


.margin-top-20{
  margin-top: 20px;
  margin-bottom: 10px;
}

.the-backbtn{
  padding: 10px;
  border-radius: 40px;
  height: 40px;
  width: 40px;
  display: inline-block;
  margin-right: 15px;
  text-align: center;
  vertical-align: middle;
  background: #0F0140;
  color: #ffffff;
}

.the-backbtn i{
  color: #ffffff;
} 



.litebox.overlay {
  background: rgba(0, 0, 0, 0.96);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  
  display: flex;
  align-items: center;
  justify-content: center;
  
  box-sizing: border-box;
  padding: 1em;
}

.litebox.overlay img {
  flex-shrink: 1;
  max-width: 100%;
  max-height: 100%;
}


.clear-status-2{
  width: 100%;
  padding: -4px 0 4px 0;
  left: 0;
}

@media(max-width: 560px){
  
  .clear-status-2{
    padding: 5px 0;
    bottom: 0  !important;
    z-index: 100000;
  }

}  




.the-mid-options{
  text-align: center;
  background: #ffffff; 
  padding:  3px 10px;
  z-index: 40000;
}


.the-options{
  text-align: center;
}

.the-options-2{
  margin-bottom: 0px;
  background: #f5f5f5;
}


.the-options span{
   width: 49%;
   padding: 10px 10px 8px 10px;
   display: inline-block;
   text-align: center;
   cursor: pointer;
   background: #f5f5f5;
}

.the-options span.activated{
  background: #0F0140;
  color: #ffffff;
}

.the-options span.activated2{
  border-bottom: 5px solid  #0F0140;
  color: #0F0140;
}

.rate-background{
  width: 100%;
  padding: 0  !important;
  border: 1px solid red;
  background: #f6f6f6;
  display: block;
}

.therate-width{
  height:      auto !important;
  padding:     3px 4px 2px 4px !important;
  background:  #0F0140;
  display:     inline-block;
  margin:      0 !important;
  font-size:   9px !important;
  text-align:  left;
  color:       #ffffff;
  font-family: Roboto-Regular;
  float:       left;
  height:      18px !important;
  left: 0;
  position: absolute;
}

.rate-border{
  padding: 0;
  margin: 0;
  border: 1px solid #0F0140;
  display: block;
  background: #f6f6f6;
  color: #0F0140;
  font-family: Roboto-Regular;
  text-align:  right;
  position: relative;
  height:      20px !important;
}

@media(max-width: 650px){

  .rate-border{
    padding: 0;
    margin: 0;
    width: 60%;
    float: right;
  }


}

.textin{
  display: inline-block;
  padding-right:5px; 
  padding-top: 3px; 
  font-size:   9px !important;
}

.sub-titling{
  margin:  10px 0 10px 0;
  padding: 0 0;
  border-bottom: 1px solid #0F0140;
}

.sub-titling h3{
  padding:       8px 12px;
  margin:        0;
  display:       inline-block;
  font-family:   Roboto-Regular;
  text-align:    left;
  font-size:     14px;
  background:    #0F0140;
  color:         #ffffff;  
}


.main-theheaders{
  padding: 20px 0 2px 0;
}

.main-theheaders p{
  text-align: left;
  padding: 0;
  margin: 0;
}

.main-theheaders p{
  text-align: left;
  padding: 0;
  margin: 0;
}

.main-theheaders p a,
.main-theheaders p a:hover,
.main-theheaders p a:active,
.main-theheaders p a:visited{
  padding: 10px 16px;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  background: #fff;
}

.main-theheaders p a.activated {
    background: #0F0140 !important;
    color: #ffffff  !important;
}

.width-full-100{
   width: 100% !important;
}

.width-padding-top-50{
   margin-top: 20px;
}

.width-padding-top-50 h4{
   margin-top:  5px;
   color:       #f10000;
}

.width-padding-top-50 p{
   margin-top:   10px;
   padding-top:  0;
}

.padding-top-20{
  padding-top: 10px !important;
}

.the-hr-section{
  height: 0.5px;
  background: rgba(255,255,255,0.3);
  width: 100%;
  margin: 10px 0;
  border: 0px;
}


.col-currency-one{
  float: left;
  width: 30%;
}

.col-currency-one-2{
  float: left;
  width: 70%;
  padding-left: 15px;
}


@media(max-width: 540px){
  .col-currency-one{
    float: left;
    width: 40%;
  }

  .col-currency-one-2{
    float: left;
    width: 60%;
    padding-left: 15px;
  }
}


.white-tt{
  color: #ffffff;
}

.verify-agent-request{
  float: right;
  right: 15px;
  bottom: 10px;

  padding: 10px 10px;
  font-size: 16px;
  line-height: 16px;
  border-radius: .25rem;
  margin-top: 5px;
  color: #fff;
  border-color: #00b8d8;
  background-color: #00b8d8;
  box-shadow: none;
  position: fixed;

}


@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 3s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:ease-in-out;
  -webkit-animation-direction: alternate;
}


.transaction-feez-outer{
  display: inline-block;
}


.transaction-feez{
  display: inline-block;
  padding: 6px 8px 4px 8px;
  color: #0F0140;
  text-align: center;
  font-size: 10px;
  cursor: pointer;
  border:1px  solid #0F0140;
  margin: 0px;
}


.transaction-feez-outer .active{
  display: inline-block;
  color: #ffffff;
  background: #0F0140;
}


 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #0F0140;
}

input:focus + .slider {
  box-shadow: 0 0 1px #0F0140;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} 


.float-left-left-2{
   width:     100%;
   padding:   3px 0 0 0;
   font-size: 15px !important;
}


.the-error-submit-3{
  clear: both !important;
}

.col-currency-one-22{
  padding-bottom: 0 !important;
}

@media(max-width: 250px){

  .allsellbuys2{
    font-size: 12px !important;
  }

}


.nomargin-top{
  margin-top: 0 !important;
}

.nomargin-bottom{
  margin-bottom: 0 !important;
}

.the-pairs{
  font-size: 11px !important;
}


.the-confirm-title{
   text-align: center;
   padding: 5px 0 10px 0;
   border-bottom: 6px solid #eeeeee;
}


.the-confirm-title-sub{
   text-align: center;
   padding: 0;
   margin: 15px 0;
   border-bottom: 2px solid #eeeeee;
}


.pull-left-up{
  margin-top: -10px !important;
}


.disabled-cash{

  color: #f10000 !important;
  padding: 20px 0 !important;
  margin:  0;
  display: block !important; 
  text-align: center !important;
  border: 1px solid #f10000;
  font-family: Roboto-Regular !important;
}


.account-details{
  padding: 1px 0;
  margin:  1px;
}


.mobile-code{
  float: left;
  width: 30%;
}  

.mobile-number{
   float: left;
   width: 68%;
   margin-left: 2%;
}



.mobile-code-4{
  float: left;
  width: 40% !important;
}  

.mobile-number-4{
   float: left;
   width: 58% !important;
   margin-left: 2%;
}




.mobile-code-2{
  float: left;
  width: 40%;
}  

.mobile-number-2{
   float: left;
   width: 58%;
   margin-left: 2%;
}

.margin-top-20{
   margin-top: 20px;
   clear: both;
}


.error-page{
   padding: 0;
}

.error-content{
   
   padding: 30% 20px;
   margin: 0 auto;
   height: 90vh;
   vertical-align: middle;
}


.error-content > h2{
    font-size: 50px;
} 


.error-content > h3{
  
    font-size: 24px;
} 


.error-content > p{
    font-size: 16px;
} 


.error-page>.error-content {
    margin-left: 0;
    display: block;
}

.dropdown-toggle-filtering,
.dropdown-toggle-filtering:hover,
.dropdown-toggle-filtering:visited,
.dropdown-toggle-filtering:active,
.dropdown-toggle-filtering:focus
{
   border: 2px solid #888888 !important;
   font-size: 18px !important;
   color: #333333  !important;
   background: transparent  !important;
}


.center-m{
  text-align: center !important;
}


.clearing-section{
  padding: 5% 20px !important;
}


.clearing-section-btn{
  padding:    5% 20px !important;
  color:      #012E40 !important;
  border:     1px solid #012E40 !important;
  background: #ffffff  !important;
}


.the-btn-full-2,
.the-btn-full-2:hover,
.the-btn-full-2:active,
.the-btn-full-2:visited{

  border: 1px solid #012E40 !important;
  background: transparent !important;
  color: #012E40 !important;
}


.the-btn-full{
  
  border: 1px solid #012E40 !important;
}

.the-not-sect{

  font-size:   13px  !important;
  font-weight: 300   !important;
}


.floating-left-30{
  float: left;
  width: 40%;
}

.floating-left-70{
  float: left;
  width: 57%;
  margin-left: 3%;
}


.the-not-sect-new{
  background:       #012E40 !important;
  padding:          4px 8px !important;
  color:            #ffffff !important;
  text-decoration:  none    !important;
  font-style:       none    !important;
  font-weight:      400     !important; 
}


.the-notification-text{
  margin: 0;
  padding-bottom: 15px;
}


.the-notification-text p{
  margin: 0;
  padding: 3px 0;
}

.the-notification-text p b{
  margin:  0;
  padding: 0;
  width:   70px;
  display: inline-block;
}



.title-name{
  font-family: Roboto-Regular;
  margin:  10px 0;
  padding: 0;
  font-size: 14px;
}


.title-name i{
  font-family: Roboto-Regular;
  color: #f10000;
}


.theservice-selected{
   padding: 8px 10px;
   margin-bottom: 10px;
   border: 1px solid #888888;
   cursor: pointer;
}


.theservice-selected h5{
  margin:  4px 0 0 0;
  padding: 0;
  font-size: 24px;
}


.theservice-selected p{
  font-family: Roboto-Light;
  margin:  2px 0;
  padding: 0;
  font-size: 14px;
}

.active-serive{
  background: #0F0140 !important;
  color: #ffffff !important;
  border: 1px solid #0F0140 !important;
}




.stackingsender-services h6{
  text-transform: none;
  font-weight: 500 !important;
}


.error-mmgs{
    color: #f10000;
}