/* duplicate update */
/* new css profile */
.gae-container-profile {
    border: 1px solid #eeeeee;
  }
  
  .gae-row-profile {
    line-height: 40px;
  }
  
  .gae-btn-small-profile {
    width: 30px;
    height: 30px;
    background-color: #e5e5e5;
    border-radius: 50%;
    padding: 8px;
    color: #909090;
    cursor:pointer;
  }
  
  .gae-btn-small-profile:active {
    background-color: #ececec;
    color: #d0d0d0;
  }
  
  .gae-btn-small-profile:focus {
    outline: none;
  }
  
  .gae-text-center-profile {
    text-align: center;
  }
  
  .gae-input-w80-profile {
    width: 78% !important;
  }
  
  .gae-btn-medium-profile {
    position: absolute;
    top: -5px;
    width: 45px;
    height: 45px;
    background-color: #e5e5e5;
    border-radius: 50%;
    padding: 12px;
    color: #c3c3c3;
    cursor:pointer;
    font-size: 28px;
    margin: 8px;
    padding-top: 10px;
  }
  
  .gae-btn-medium-profile:active {
    background-color: #ececec;
    color: #d0d0d0;
  }
  
  .gae-btn-medium-profile:focus {
    outline: none;
  }
  
  .gae-btn-arr {
    margin: 2px;
  }
  
  .gae-caption {
    min-height: 210px;
  }
  
  .gae-btn-bottom {
    position: absolute;
    bottom: 26px;
    right: 20px;
  }
  
  .gae-box-icon-loading-profile {
    text-align: center;
  }
  
  .gae-icon-loading-profile {
    font-size: 30px;
  }
  
  .gae-icon-success-profile {
    position: absolute;
    margin-top: 8px;
    margin-left: 8px;
    font-size: 30px;
    color: green;
    background-color: #eeeeee;
    border-radius: 50%;
    padding: 8px;
  }
  
  .gae-icon-warning-profile {
    position: absolute;
    margin-top: 8px;
    margin-left: 8px;
    font-size: 30px;
    color: orange;
    background-color: #eeeeee;
    border-radius: 50%;
    padding: 8px;
  }
  
  .gae-icon-error-profile {
    position: absolute;
    margin-top: 8px;
    margin-left: 8px;
    font-size: 30px;
    color: red;
    background-color: #eeeeee;
    border-radius: 50%;
    padding: 8px;
  }
  
  .gae-form-requier-profile {
    color: red;
  }
  
  .gae-btn-next {
    outline: none;
    border: 0px;
    height: 36px;
    width: fit-content;
    background-color: #EEEEEE;
    color: rgba(0, 0, 0, 0.87);
    font-size: 14px;
  }
  
  .gae-btn-on-right {
    text-align: right;
  }
  
  .gae-btn-next-next {
    background-color: #FF5722;
    color: #ffffff;
  }
  
  .gae-thumnail-image {
    width: 100%;
    height: 200px;;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
  
  .gae-label-margin {
    margin: 2px;
  }
  
  .gae-line-letsrace {
    width: 100%;
    border: 3px solid coral;
    margin-top: 64px;
    margin-bottom: 64px;
  }
  
  .gae-run-start {
    position: absolute;
    margin-top: 76px;
    left: 15px;
    color: coral;
  }
  
  .gae-run-finish {
    position: absolute;
    margin-top: 76px;
    right: 15px;
    color: coral;
  }
  
  .gae-byc-start {
    position: absolute;
    margin-top: 14px;
    left: 15px;
    color: coral;
  }
  
  .gae-byc-finish {
    position: absolute;
    margin-top: 14px;
    right: 15px;
    color: coral;
  }
  
  #gae_run_total {
    position: absolute;
    top: 24px;
    color: coral;
    text-align: center;
    font-size: 10px;
  }
  
  #gae_byc_total {
    position: absolute;
    top: 94px;
    color: coral;
    text-align: center;
    font-size: 10px;
  }
  
  .gae-distance-position {
    font-size: 20px;
  }
  
  .gae-distance-dot {
    font-size: 20px;
  }
  
  .gae-activity-icon {
    color: coral;
    margin-left: 6px;
  }
  
  .gae-link-next {
    font-size: 14px;
    color: coral !important;
    position: absolute;
    right: 10%;
  }
  
  .gae-thumnail-profile {
    border: 1px solid coral;
    background: linear-gradient(to right bottom, white, white,#fff6f2, coral);
  }
  
  .gae-btn-add-distance {
    position: absolute;
    right: 20px;
    bottom: 26px;
    font-size: 16px;
    cursor: pointer;
    background-color: #eeeeee;
    width: 36px;
    height: 36px;
    padding-top: 10px;
    padding-left: 12px;
    border-radius: 50%;
    color: coral;
  }
  
  .gae-btn-add-distance:hover {
    background-color: #f3f3f3;
    color: #f75418;
  }
  
  .gae-btn-add-distance:focus {
    outline: none;
  }

  .gae-btn-add-distance-v2 {
    position: absolute;
    right: 20px;
    bottom: 26px;
    font-size: 16px;
    cursor: pointer;
    background-color: #eeeeee;
    height: 36px;
    padding-left: 12px;
    color: coral;
  }
  
  .gae-btn-add-distance-v2:hover {
    background-color: #f3f3f3;
    color: #f75418;
  }
  
  .gae-btn-add-distance-v2:focus {
    outline: none;
  }
  
  .gae-btn-finish {
    position: absolute;
    left: 20px;
    bottom: 26px;
    font-size: 16px;
    cursor: pointer;
    background-color: rgb(255, 132, 87);
    width: 36px;
    height: 36px;
    padding-top: 10px;
    padding-left: 10px;
    border-radius: 50%;
    color: #eeeeee;
  }
  
  .gae-btn-finish:hover {
    background-color: #ffa57f;
    color: #ffffff;
  }
  
  .gae-btn-finish:focus {
    outline: none;
  }
  
  .gae-col-table-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .gae-table-btn-add {
    color: #ff9b76;
    background-color: #eeeeee;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    cursor: pointer;
    padding-top: 6px;
    padding-right: 8px;
    font-size: 30px;
    border: 6px solid #ff9b76;
  }
  
  .gae-table-btn-add:focus {
    outline: none;
  }
  
  .gae-table-btn-add:hover {
    color: #ff632a;
    background-color: #efe5e5;
  }
  
  .gae-table-btn-remove {
    color: #ff9b76;
    margin-right: 8px;
    cursor: pointer;
  }
  
  .gae-table-btn-remove:focus {
    outline: none;
  }
  
  .gae-table-btn-remove:hover {
    color: #ff2a2a;
  }
  
  .gae-col-right {
    text-align: right;
  }
  
  .gae-table-footer {
    border-width: 3px;    
    border-style: double;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  
  .gae-result-follower {
    height: 60px;
    display: grid;
    text-align: center;
  }
  
  .gae-result-follower>i {
    font-size: 30px;
  }
  
  .gae-float-right {
    float: right;
  }
  
  .gae-float-left {
    float: left;
  }
  
  .gae-btn-direct {
    cursor: pointer;
    font-size: 24px;
  }
  
  .gae-btn-direct:focus {
    outline: none;
  }
  
  .gae-btn-direct:active {
    color: #f5784a;
  }
  
  .gae-btn-direct:hover {
    color: #ff9b76;  
  }
  
  .bg-cancel {
    color: #545454 !important;
    background: linear-gradient(0deg, #f9fffc 0%, #f9fffc 100%) !important;
  }
  
  .gae-personal-select-left {
    color: #5e5e5e;
    position: absolute;
    left: 0px;
    margin-left: 26px;
    font-size: 22px;
    cursor: pointer;
  }
  
  .gae-personal-select-right {
    color: #5e5e5e;
    position: absolute; 
    right: 0px;
    margin-right: 26px;
    font-size: 22px;
    cursor: pointer;
  }
  
  .gae-personal-select-left:hover ,.gae-personal-select-right:hover {
    color: #d47853;
  }
  
  .gae-personal-select-left:focus ,.gae-personal-select-right:focus {
    outline: none;
  }
  
  .gae-result-name {
    background: linear-gradient(to left, #ffccb8, #ffd8c9, #ffeae2, #ffffff);
  }
  
  .gae-photo-in-list {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
  
  .gae-upload-preview{
    float: left;
    width: 100%;
    height: auto;
    display: block;
    margin: 0px;
    background-color: #eee;
    padding: 100% 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
  
  .gae-letsrace-box-menu {
    padding-left: 0px;
    background-color: #DDDDDD;
    cursor: pointer;
  }
  
  .gae-letsrace-upload-menu {
    float: left;
    height: 180px;	
    width: 180px;
  }
  
  .gae-letsrace-upload-menu-text {
    padding-top: 26px;
  }
  
  .gae-letsrace-upload-menu-text-top {
    font-size: 24px;	
    font-weight: bold;	
    line-height: 37px;	
    text-align: center;
  }
  
  .gae-letsrace-upload-menu-text-bottom {
    color: #FC5618;	
    font-size: 24px;	
    font-weight: bold;	
    line-height: 37px;	
    text-align: center;
  }
  
  .gae-letsrace-link-text-menu {	
    text-align: center;
    padding-top: 50px;
  }
  
  .gae-letsrace-link-text-menu > a {
    color: #333333;	
    font-size: 18px;	
    font-weight: bold;	
  }
  
  .gae-letsrace-link-text-menu > a:hover {
    color: #ff5617;
  }
  
  .gae-btn-alert-close {
    float: right;
    font-size: 24px;
    color: #ff6b6b;
  }
  
  .gae-btn-alert-close:hover {
    color: #ff4444;
  }
  
  .gae-customer-name-of-result {
    font-size: 24px;
    color: #ff4444;
  }
  
  .gae-table-row-max-hight {
    max-height: 200px;
    overflow-x: auto;
  }
  
  .gae-table-row-max-hight::-webkit-scrollbar {
    width: 6px;
    background-color: #ffc1a8;
  }
  
  .gae-table-row-max-hight::-webkit-scrollbar-thumb {
    background-color: #ff966c;
  }

  .gae-table-row-width-scroll {
    overflow-y: auto;
  }

  .gae-table-row-width-scroll::-webkit-scrollbar {
    width: 6px;
    background-color: #ffc1a8;
  }
  
  .gae-table-row-width-scroll::-webkit-scrollbar-thumb {
    background-color: #ff966c;
  }

  .gae-scroll-flipped {
      transform:rotateX(180deg);
      -ms-transform:rotateX(180deg); /* IE 9 */
      -webkit-transform:rotateX(180deg); /* Safari and Chrome */
  }
  
  .gae-label-notify {
    font-size: 18px;
    color: #ff8944;
  }

  @media (max-width: 480px) {
    .gae-letsrace-box-menu {
      padding-right: 0px;
    }
  
    .gae-letsrace-upload-menu {
      height: auto;	
      width: 100%;
    }
  
    .gae-letsrace-upload-menu > img {
      height: auto;	
      width: 100%;
    }
  }
  
  @media (max-width: 767px) {
    .gae-thumnail-image {
      height: 380px;
    }
  
    .gae-link-next {
      margin-top: 34px;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .gae-thumnail-image {
      height: 300px;
    }
  
    .gae-link-next {
      margin-top: 34px;
    }
  }
  
  @media (min-width: 992px) and (max-width: 1199px) {
    .gae-thumnail-image {
      height: 300px;
    }
  }