.bshadow{
webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;
box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;
}

/* components */
.progress-bari {
  width: calc(100% - 0em);
  height: var(--__progress-bar_ht, 5px);
  overflow: hidden;
  position: relative;
  display: grid;
  background-color: #dbdbdb;
  place-items: center;
 
}
.progress-bari::before {
  z-index: 400;
  position: absolute;
  content: attr(data-status);
}
.progress-bari::after {
  width: var(--__progress-bar__status_wh, 0%);
  position: absolute;
  content: "";
  height: 100%;
  justify-self: start;
  background-color: var(--__progress-bar-update_bd-cr, hsl(100, 50%, 50%));
}

.fhelp{
position:fixed;
bottom:80px;
right:15px;
z-index:1;
color:#22539c;
display:inline-block;
width:40px; height:40px;
background:#22539c;
border-radius:50%;
margin: 0 auto;
 text-align: center;
font-weight:bold;
opacity:0.7;
}

.bsuccess{
background: -webkit-linear-gradient(to bottom, #a8e063, #56ab2f);
background: linear-gradient(to bottom, #a8e063, #56ab2f);
border:0 !important; 
}
.bprimary{
background: linear-gradient(to bottom, #45cafc, #303f9f)!important;
border:0 !important; 
}
.bwarning{
background: linear-gradient(to bottom, #ffd86f, #fc6262)!important;
border:0 !important; 
}
.mcw-n-single{border-bottom:1px solid #dbdbdb; padding-bottom:10px;}
.bwtext{
  background: -webkit-linear-gradient(#ffd86f, #fc6262);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bwtextt{
  background: -webkit-linear-gradient(#45cafc, #303f9f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ibar{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 56px;
  background:transparent;
  z-index:100;
}
.iholder{
  
  height: 56px;
  position: relative;
  background-color: #fff;
}
.frame{
  width: 100%;
  height: 56px;
}
.rotate{-webkit-transform:rotate(360deg);
  -moz-transform:rotate(360deg);
  -o-transform:rotate(360deg);
  transform:rotate(360deg);}
.bnoname{
background: linear-gradient(to bottom, #ff6ec4, #7873f5)!important;
border:0 !important; 
}
.bprimary:focus,.bwarning:focus,.bnoname:focus{
opacity: 0.8;
filter: alpha(opacity=80); 
}
.btn-rounded {
  border-radius: 35px !important;
}
.pull-right{display: none !important;}
.coin-title{
  display: inline-block !important;
  pointer-events: none !important;
}
.ffont{
padding: 0.675rem 0.75rem !important;
font-size: 0.9rem !important; 
}

.iform{border: 1px solid #ced4da42 !important;outline: none !important;
    box-shadow: none !important;}

.iform2{border: 1px solid #ced4da42 !important;}
.iform::placeholder {
color: #c9c9c9 !important;
opacity: 1 !important; /* Firefox */


}

.iform:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #c9c9c9 !important;

}

.iform::-ms-input-placeholder { /* Microsoft Edge */
color: #c9c9c9 !important;

}
.tt{
color: #22539c !important;
}
.ttd{
color: #a7a7aa !important;
text-decoration: none !important;
}
.ttdd{
color: #c9c9c9 !important;
text-decoration: none !important;
}
pre{
  font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
  font-size:0.9rem !important;
  -ms-word-break: break-all !important;
  word-break: break-all !important;
  /* Non standard for WebKit */
  word-break: break-word !important;

-webkit-hyphens: auto !important;
-moz-hyphens: auto !important;
     hyphens: auto !important;

 box-sizing:border-box;
 -moz-box-sizing:border-box;
 -webkit-box-sizing:border-box;
 display:block; 
 white-space: pre-wrap;  
 white-space: -moz-pre-wrap; 
 white-space: -pre-wrap; 
 white-space: -o-pre-wrap; 
 word-wrap: break-word; 
 width:100%; 
}
.wbrk{
  -ms-word-break: break-all;
  word-break: break-all;

  /* Non standard for WebKit */
  word-break: break-word;

-webkit-hyphens: auto;
-moz-hyphens: auto;
     hyphens: auto;
}
.wave {
  position: absolute;
  right: 0px;
  width: 100%;
  height: 150px;
  margin-top: -1px;
  border-radius: 0%;
  background: #082a4d;
}
.wave2{
position: absolute;
  right:0;
  width: 100%;
  height: 50px;
  margin-top: 100px;
  border-radius: 0%;
  background: #f8f9fd;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.wave3 {
  position: absolute;
  right: 0px;
  width: 100%;
  height: 220px;
  margin-top: -81px;
  border-radius: 0%;
  background: #082a4d;
}
._spi {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}
@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}

.apptext{color:#c3c5d2 !important;}
.tfs{font-size: 0.7rem !important;}
.lh{line-height: 15px !important;}
.ttc{color: #22539c !important;}
.tcc{color:#5e8dd1 !important;}
.ttcc{color: #22539c !important; border:0px solid #22539c !important;}
.tnn {text-decoration: none !important;}
.ov{ overflow:hidden !important;}
.wi10{margin-left: 0%;}
.tpik{height:100vh;}
.tpikk{position: relative;}
.bghead{background:#082a4d !important;background-color:#082a4d !important;}
.prls{
position: fixed; /* Stay in place */
z-index: 2000; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0; 
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}
._loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 40px;
    height: 40px;
    top:20%;
    margin:0 auto;  position: relative;
    z-index:2001;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    50% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    50% { transform: rotate(360deg); }
  }
  .ano{color:inherit !important;}
.pch{display:none;} 
.pchh{display:block;}
.coadds{display:none;}
.ctoi{width:50%;}
.ffoot{
  font-size: 1rem !important; 
  }
  @media only screen and (min-device-width: 0px) and (max-device-width: 767px) {
    .ffoot{
      font-size: 0.9rem !important; 
      }
    .pchh{display:none;} 
    .pch{display:block;}
    .coadds{display:block;}
    .ctoi{width:100%;}
  }


  #slider {
    border: 0;
    margin: inherit;
    width: auto;
    height: 90px;
    overflow: hidden;
    border-radius:5px;
  }
  #slider .images {
    position: relative;
    transition: left 0.5s;
    left: 0;
   
  }
  #slider .images img {
    position: absolute;
  }
  .controls {
    width: 350px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .controls div {
    width: 20px;
    height: 4px;
    margin: 0 8px;
    background: #fff;
    margin: 0 3px;
    border-radius: 1.5px;
   /* transition: 800ms ease-in-out;*/
    border:0.5px solid #000;
    position:relative;
    top:-10px;
  }
  .controls .current {
    background: #F2B206;
    border:0.5px solid #000;
  }



  #sFileUpload {
    display: block;
    position: relative;
    justify-content: center;
   background-color: rgba(0, 0, 0, 0.7);
  }

  
  /* === Upload Box === */
  .supload {
    padding:5px;
    height: auto;
    position: absolute;
    width:100%;
    text-align: center;
    bottom:0px;
    border-radius: 10px;
    font-size: 20px;
    color: #0c3214;
    
  }
  .sfa-file-pdf {
    padding: 15px;
    font-size: 40px;
    color:#a0aee4;
  }






  .drop-zone {
    width: 300px;
    max-width: 300px;
    height: 200px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    cursor: pointer;
    color: #a0aee4;
    border-radius: 10px;
    position: relative;
    z-index: 1;
  }
  
  .drop-zone--over {
    border-style: solid;
  }
  
  .drop-zone__input {
    display: none;
  }
  
  .drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
    z-index: 1;
  }
  
  .drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
  }
  