@font-face {
    font-family: 'Sf-Pro-Display-Regular'; 
    src: url(/assets/fonts/SFProDisplay-Regular.woff);
  }/* Dropdown Button */
  .dropbtn {
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
  }
  .droptel {
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 25px;
  height: 25px;
  }
  .mb{
  margin-bottom: -15px;
  }
  .visible{
    top: 5px;
    display: none;
     border: solid 2px gray;
     -webkit-transition: 1s;
     -o-transition: 1s;
     transition: 1s;
     background:rgb(2, 31, 137);
     width:180px;
     height:60px;
     position: absolute;
     left:45%; text-align: center;
      line-height:53px; 
      font-size:14px;
       border-radius:50px;
     color: white
  }
  .visible1{
    display:block
  }
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
  position: relative;
  display: inline-block;
  }
  .dropdowntel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
    
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
  display: none;
  position: absolute;
  top: 30px;
  right: -10px;
  background-color: #f1f1f1;
  min-width: 160px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
          box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 50;
  border-radius: 10px;
  overflow: hidden;
  }
  .dropdowntel-content {
  display: none;
  position: absolute;
  right: -116px;
  top: 35px;
  background-color: #f1f1f1;
  min-width: 275px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
          box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 110;
  border-radius: 10px;
  overflow: hidden;    
  }
  /* Links inside the dropdown */
  .dropdown-content a {
  color: white;
  background-color: #021F89;
  padding: 15px 20px;
  text-decoration: none;
  display: block;
  }
  .dropdowntel-contentA{  
   color: rgb(0, 0, 0);
  /* background-color: #021F89; */
  padding: 15px 20px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  color: #007afe;
    
  }  
  .dropdowntel-contentB{  
    color: #007afe;
  /* background-color: #021F89; */
  padding: 15px 15px;
  text-decoration: none;
  display: block;
  top: 50px;
  font-size: 14px;
  
  }  
  .delete_button{
  background: url(/assets/images/del.svg) center no-repeat, #e71010;
  height: 50px;
  width: 50px;
  border: 2px;
  margin-top: 30px;
  border-radius: 10px;
  margin-right: 245px;
  margin-left: 5px;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {opacity: 0.8;}
  .dropdowntel-content a:hover {opacity: 0.8;}
  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
  
  
  .croppie-container .cr-image {
      z-index: -1;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform-origin: 0 0;
          -ms-transform-origin: 0 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;
      -webkit-box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
              box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
      z-index: 0;
  }
  
  .croppie-container .cr-resizer {
    z-index: 2;
    -webkit-box-shadow: none;
            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;
      -webkit-box-sizing: border-box;
              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;
      -ms-touch-action: none;
          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);
              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: '↻';
  }
  
  .photo{
      border-radius: 20px;
      width: 100%;
  }
  .input_file{
      margin: 5vh auto;
      width: 20vh;
  }
  .imgAVA{
      width: 100%;
      height: 100%;
  }
  img{
      display: block;
      max-width: 100%;
  }
  .popup_crop{
      position: relative;
      width: 400px;
      background: #FFFFFF;
      border: 1px solid #F7F7F7;
      -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.35);
              box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.35);
      border-radius: 20px;
      height: 600px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 20px 44px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
  
  
  }
  .gray_wrap{
      overflow: hidden;
      position: fixed;
      display: -ms-flexbox;
      width: 100vw;
      height: 100vh;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      top: -300%;
      transition: 1s;
      -webkit-transition: 1s;
      -o-transition: 1s;
      background-color: rgba(128, 128, 128, 0.384);
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      left: 0;
      z-index: 9999;
  }
  .popup_crop--active{
      top: 0;
      
  }
  .preview{
      width: 40vw;
      height: 40vw;
      border: solid 5px gray;
      margin: 0 auto;
      background-size: cover;
      border-radius: 100%;
  }
  .wrapper{
      background-color: gray;
      position: relative;
  
  }
  .popup_crop h3{
      text-align: center;
      font-family: 'SF Pro Display';
      font-style: normal;
      font-weight: 700;
      font-size: 25px;
      margin: 0;
      line-height: 100%;
  }
  .popup_crop p{
      text-align: center;
      font-family: 'SF Pro Display';
      font-style: normal;
      /* font-weight: 700; */
  }
  .crop_OK{
      background: #021F89;
  border-radius: 50px;
  color: white;
  width: 100%;
  height: 8%;
  font-size: 14px;
  }
  .crop_Cancel{
      color: #021F89;
      text-decoration: underline;
      cursor: pointer;
  }

  .update_him{

    display: -ms-flexbox;
    position: relative;
    /* align-items: flex-start; */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .two-wrap .inp, .inp{
    display: none;
    font-size: 14px;
    border-radius: 8px;
    width: 100%;
    border: 1px solid #021f89;
    margin: 0;
    height: 25px;
    cursor: pointer;
}
.two-wrap .inp--active, .inp--active{
    display: block;

}
.ac_cont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
   
}
.accordion{
    font-size: 14px;
    border: 0;
    color: #021F89;
}
.previos{
    color: #464B5E;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
}
  
  
  @media(max-width: 992px){
      .popup_crop{
          margin: 0 auto;
          
          width: 60vw;
          height: 800px;
      }
      .crop_OK, .crop_Cancel{
          height: 7vh;
          font-size: 3vh;
      }
      .popup_crop h3{
          font-size: 4vh;
      }
      .popup_crop p{
          font-size: 2vh;
      }
      .delete_button{
        margin-top: 0;
      }
  }
  
  @media(max-width: 500px) {
      .popup_crop{
          margin: 0 auto;
          padding: 20px;
          width: 95vw;
          height: 650px;
      }
      .crop_OK, .crop_Cancel{
          height: 7vh;
          margin-top: 15px;
      }
      .popup_crop h3{
          font-size: 4vh;
      }
      .popup_crop p{
        margin: 20px 0;
          font-size: 1.5vh;
      }
      .gray_wrap {
        right: 0;
        width: 100vw;
      }
      .dropdowntel-content {
        display: none;
       position: absolute;
       right: -116px;
       top: 35px;
        background-color: #f1f1f1;
        min-width: 83vw;
        -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
                box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
       z-index: 110;
        border-radius: 10px;
        overflow: hidden;    
      }

    
  }
  .show {
    right: -12px;
    top: 65px;
    display:block;}
    .show1{
      left: -22px;
      width: 100%;
    
      display:block;}
  
      .croppie-container {
        width: 100%;
        height: 100%;
    }
    .show2{
      display: block;
      top: 70px;
    }

    
.red{
    color: red;
  }