 /* progress br */

   /* progress */
   .card1:hover{
    transform: scale(1.05);
    transition: .5s;
    box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
  }
  
  .plan-active-paid{
      position: relative;
      left: -10px;
      top: -10px;
      padding: 3px 11px;
      background: #28a745;
      color: white;
      font-size: .8rem ;
  }
  .remove-me-active{
      margin-top: 25px;
  }
  .card .card-header .card-title {
    font-size: 1.2rem;
  }
  .card-header{
    padding: 10px !important;
  }
  .list-unstyled i{
    color: #4caf50;
  }
  .py-5 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .mb-3{
    font-size: .8rem;
  }
  .mainnavbar{
    position: sticky !important;
    top: 0 !important;
    background-color: #f4f3ef !important;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 20px 0 rgba(0, 0, 0, 0.10);
  }
  
  .content{
    margin-top: 25px !important;
  }
  .update-pal{
    float: right; 
    padding-right: 27px;
  }
  .navbar-brand{
    color: #676767 !important;
    display: none;
    position: relative;
    left: 20px;
  
  }
  .btn{
    text-transform: none !important;
  }
  .plan-buy-btn :hover{
    background: #4ab0b3 !important;
    
  }
  .my_model_body{
    padding: 0 1rem !important;
  }
  .my_model_footer{
    padding: 0 .8rem 0 0;
    margin-top: 94px;
  }
  .my_model_header{
    padding: .5rem 1rem;
  }
  .modal-lg{
    max-width: 950px !important;
  }
  .form-add-store{
    padding: 0px 20px 11px 20px;
  }
  .form-add-store input{
   border-radius: 0px !important;
  }
  .specoal-store-note{
    padding: 5px 0px 5px 15px;
    background: #dadad9;
    color: #E91E63;
  }
  #map {
    height: 100%;
  }
  /* map */
  /* Always set the map height explicitly to define the size of the div
         * element that contains the map. */
         /* #map {
          height: 100%;
        }
  
  
  
  
        #description {
          font-family: Roboto;
          font-size: 15px;
          font-weight: 300;
        }
  
        #infowindow-content .title {
          font-weight: bold;
        }
  
        #infowindow-content {
          display: none;
        }
  
        #map #infowindow-content {
          display: inline;
        }
  
        .pac-card {
          margin: 10px 10px 0 0;
          border-radius: 2px 0 0 2px;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          outline: none;
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
          background-color: #fff;
          font-family: Roboto;
        }
  
        #pac-container {
          padding-bottom: 12px;
          margin-right: 12px;
        }
  
        .pac-controls {
          display: inline-block;
          padding: 5px 11px;
        }
  
        .pac-controls label {
          font-family: Roboto;
          font-size: 13px;
          font-weight: 300;
        }
  
        #pac-input {
          background-color: #fff;
          font-family: Roboto;
          font-size: 15px;
          font-weight: 300;
          margin-left: 12px;
          padding: 0 11px 0 13px;
          text-overflow: ellipsis;
          width: 400px;
        }
  
        #pac-input:focus {
          border-color: #4d90fe;
        }
  
        #title {
          color: #fff;
          background-color: #4d90fe;
          font-size: 25px;
          font-weight: 500;
          padding: 6px 12px;
        }
  
        #target {
          width: 345px;
        } */
  /*  map */
  .icon-selector{
    list-style: none;
    padding: 0;
  }
  .icon-selector li{
    float: left;
    padding-left: 20px;
  }
  .icon-selector li img{
  margin-left: 15px;
  }
  .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .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: #51cbce;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #51cbce;
  }
  
  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%;
  }
  
  #example thead tr td{
    font-weight: 900;
    text-transform: none;
    text-align: center;
  }
  td svg{
  font-size: 1rem;
  }
  /*  */
  .modal-confirm {		
      color: #636363;
      width: 400px;
  }
  .modal-confirm .modal-content {
      padding: 20px;
      border-radius: 5px;
      border: none;
      text-align: center;
      font-size: 14px;
  }
  .modal-confirm .modal-header {
      border-bottom: none;   
      position: relative;
  }
  .modal-confirm h4 {
      text-align: center;
      font-size: 26px;
      margin: 30px 0 -10px;
  }
  .modal-confirm .close {
      position: absolute;
      top: -5px;
      right: -2px;
  }
  .modal-confirm .modal-body {
      color: #999;
  }
  .modal-confirm .modal-footer {
      border: none;
      text-align: center;		
      border-radius: 5px;
      font-size: 13px;
      padding: 10px 15px 25px;
  }
  .modal-confirm .modal-footer a {
      color: #999;
  }		
  .modal-confirm .icon-box {
      width: 80px;
      height: 80px;
      margin: 0 auto;
      border-radius: 50%;
      z-index: 9;
      text-align: center;
      border: 3px solid #f15e5e;
  }
  .modal-confirm .icon-box i {
      color: #f15e5e;
      font-size: 46px;
      display: inline-block;
      margin-top: 13px;
  }
  .modal-confirm .btn, .modal-confirm .btn:active {
      color: #fff;
      border-radius: 4px;
      background: #60c7c1;
      text-decoration: none;
      transition: all 0.4s;
      line-height: normal;
      min-width: 120px;
      border: none;
      min-height: 40px;
      border-radius: 3px;
      margin: 0 5px;
  }
  .modal-confirm .btn-secondary {
      background: #c1c1c1;
  }
  .modal-confirm .btn-secondary:hover, .modal-confirm .btn-secondary:focus {
      background: #a8a8a8;
  }
  .modal-confirm .btn-danger {
      background: #f15e5e;
  }
  .modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
      background: #ee3535;
  }
  .trigger-btn {
      display: inline-block;
  }
  /*  */
  
  .next_btn_background{
    background: #929292 !important;
    cursor: not-allowed !important;
  }
  .modal_nextbtn{
    background: #009688ba;
  }
  .modal_nextbtn i{
    font-size: .9rem;
  }
  .modal_nextbtn :hover{
    background: #009688 !important;
  }
  .add-store-heading{
      font-weight: 900;
  }
  @media (max-width: 780px) {
   .update-pal{
     float: none;
     display: block;
     padding-left: 17px;
     
   }
   .navbar-brand{
     display: block;
   }
   .stores-data-view{
     overflow: scroll;
   }
  }