.modal_select_tool .guide-content-modal {
  display: block;
  text-align: center; }
  .modal_select_tool .guide-content-modal .content-text h5 {
    color: #c8242d;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 25px 0 10px; }
  .modal_select_tool .guide-content-modal .content-text .step {
    text-align: left;
    margin: auto;
    padding: 20px 0;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb; }
    .modal_select_tool .guide-content-modal .content-text .step ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .modal_select_tool .guide-content-modal .content-text .step ul li {
        display: flex;
        padding-bottom: 10px;
        font-family: 'Roboto', sans-serif; }
        .modal_select_tool .guide-content-modal .content-text .step ul li i {
          color: #22b52c;
          padding: 3px 5px 0 0; }
  .modal_select_tool .guide-content-modal .action .step_img {
    padding: 25px 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    .modal_select_tool .guide-content-modal .action .step_img .notice {
      width: 23%;
      margin-right: 30px; }
      .modal_select_tool .guide-content-modal .action .step_img .notice img {
        width: 100px; }
      .modal_select_tool .guide-content-modal .action .step_img .notice:last-child {
        margin-right: 0px; }
      .modal_select_tool .guide-content-modal .action .step_img .notice p {
        font-weight: 700;
        padding-top: 10px;
        font-family: 'Roboto', sans-serif;
        margin: auto; }
  .modal_select_tool .guide-content-modal .action a {
    background: #2ecc71;
    padding: 10px 10px;
    display: block;
    width: 50%;
    margin: auto;
    border-radius: 5px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500; }
    .modal_select_tool .guide-content-modal .action a img {
      padding-right: 5px; }

.call-block {
  background: #f7f7f7;
  padding: 30px 0 40px;
  position: relative; }

#ai-tab .up-file-guide {
  text-align: center; }
  #ai-tab .up-file-guide #take_photo {
    border-radius: 5px;
    display: none; }
    #ai-tab .up-file-guide #take_photo .video-wrap {
      text-align: center;
      padding: 0px 0 30px; }
      #ai-tab .up-file-guide #take_photo .video-wrap .txt-compare {
        display: none;
        width: 440px;
        margin: auto;
        padding-bottom: 10px; }
        #ai-tab .up-file-guide #take_photo .video-wrap .txt-compare p {
          font-size: 16px;
          font-family: 'Roboto', sans-serif;
          font-weight: 500; }
      #ai-tab .up-file-guide #take_photo .video-wrap .bg_video {
        width: 440px;
        position: relative;
        margin: auto;
        border-radius: 10px;
        background-image: url(../images/4_goc_anh.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-size: 97% 85%;
        background-position: center;
        padding: 40px 20px;
        text-align: center; }
        #ai-tab .up-file-guide #take_photo .video-wrap .bg_video span {
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          text-transform: uppercase;
          color: #77ca03;
          font-weight: 700;
          top: 10px;
          font-family: 'Roboto', sans-serif; }
      #ai-tab .up-file-guide #take_photo .video-wrap .txt {
        font-size: 16px;
        font-family: 'Roboto', sans-serif; }
      #ai-tab .up-file-guide #take_photo .video-wrap video {
        width: 400px;
        height: auto;
        border-radius: 10px; }
    #ai-tab .up-file-guide #take_photo .video-wrap-compare {
      padding: 0 !important; }
    #ai-tab .up-file-guide #take_photo .view_result {
      display: none;
      width: 440px;
      margin: 20px auto;
      position: relative; }
      #ai-tab .up-file-guide #take_photo .view_result .bg_result {
        padding: 10px 0;
        border-radius: 10px;
        background: #061721; }
      #ai-tab .up-file-guide #take_photo .view_result span {
        display: none;
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        padding: 10px;
        border-radius: 5px;
        background: rgba(23, 24, 28, 0.5);
        color: #fff;
        font-family: 'Roboto', sans-serif; }
        #ai-tab .up-file-guide #take_photo .view_result span i {
          color: #2ecc71;
          padding-right: 5px; }
      #ai-tab .up-file-guide #take_photo .view_result #img_result {
        width: 400px;
        height: auto;
        padding: 10px;
        border: 1px solid #8ec43c;
        border-radius: 5px;
        margin: auto; }
      #ai-tab .up-file-guide #take_photo .view_result #canvas {
        height: auto;
        margin: auto;
        padding: 10px;
        border: 1px solid #8ec43c;
        border-radius: 5px; }
    #ai-tab .up-file-guide #take_photo .controller {
      text-align: center; }
      #ai-tab .up-file-guide #take_photo .controller .snap {
        background: #2ecc71;
        padding: 10px 10px;
        display: inline-block;
        width: 190px;
        margin: auto 20px auto 0px;
        border-radius: 5px;
        color: #ffffff;
        text-transform: uppercase;
        font-family: 'Roboto', sans-serif;
        font-weight: 500; }
        #ai-tab .up-file-guide #take_photo .controller .snap img {
          padding-right: 5px; }
      #ai-tab .up-file-guide #take_photo .controller .re_snap {
        background: #e74c3c;
        padding: 10px 10px;
        display: inline-block;
        width: 190px;
        margin: auto;
        border-radius: 5px;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 500;
        font-family: 'Roboto', sans-serif; }
        #ai-tab .up-file-guide #take_photo .controller .re_snap img {
          padding-right: 5px; }
      #ai-tab .up-file-guide #take_photo .controller .compare_gt {
        display: none; }
        #ai-tab .up-file-guide #take_photo .controller .compare_gt #snap_kh, #ai-tab .up-file-guide #take_photo .controller .compare_gt #play, #ai-tab .up-file-guide #take_photo .controller .compare_gt #re_video {
          width: 250px;
          font-size: 15px; }
        #ai-tab .up-file-guide #take_photo .controller .compare_gt #load_rs {
          width: 285px; }
          #ai-tab .up-file-guide #take_photo .controller .compare_gt #load_rs span {
            position: relative;
            top: 2px; }
            #ai-tab .up-file-guide #take_photo .controller .compare_gt #load_rs span img {
              position: relative;
              bottom: 3px;
              width: 30px; }
        #ai-tab .up-file-guide #take_photo .controller .compare_gt .re_snap {
          display: none;
          background: #e74c3c;
          padding: 10px 10px;
          width: 250px;
          margin: auto;
          border-radius: 5px;
          color: #ffffff;
          text-transform: uppercase;
          font-weight: 500; }
          #ai-tab .up-file-guide #take_photo .controller .compare_gt .re_snap img {
            padding-right: 5px; }
  #ai-tab .up-file-guide #record_video {
    border-radius: 5px;
    display: none; }
    #ai-tab .up-file-guide #record_video .txt-compare {
      display: none;
      width: 440px;
      margin: auto;
      padding-bottom: 10px; }
      #ai-tab .up-file-guide #record_video .txt-compare p {
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500; }
    #ai-tab .up-file-guide #record_video .video-wrap {
      text-align: center;
      padding: 50px 0;
      width: 440px;
      position: relative;
      margin: auto;
      border-radius: 10px;
      background-image: url(../images/4_goc_anh.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-size: 97% 85%;
      background-position: center;
      padding: 40px 20px;
      text-align: center; }
      #ai-tab .up-file-guide #record_video .video-wrap span {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        text-transform: uppercase;
        color: #77ca03;
        font-weight: 700;
        top: 10px; }
      #ai-tab .up-file-guide #record_video .video-wrap video {
        width: 400px;
        height: auto;
        border-radius: 10px; }
    #ai-tab .up-file-guide #record_video .controller {
      text-align: center;
      padding-bottom: 50px; }
      #ai-tab .up-file-guide #record_video .controller a {
        background: #0bbdaa;
        padding: 8px 40px;
        text-transform: uppercase;
        border: none;
        border-radius: 20px;
        color: #ffff;
        font-family: 'Roboto', sans-serif; }
  #ai-tab .up-file-guide .all_result {
    display: none;
    width: 80%;
    margin: auto; }
    #ai-tab .up-file-guide .all_result .content {
      display: flex;
      background: #0b1c26; }
      #ai-tab .up-file-guide .all_result .content .res {
        margin: 15px;
        width: 33%;
        position: relative; }
        #ai-tab .up-file-guide .all_result .content .res .icon_check {
          position: absolute;
          right: -10px;
          top: -10px;
          font-size: 25px;
          color: #77ca03;
          width: 30px; }
        #ai-tab .up-file-guide .all_result .content .res img {
          width: 100%; }
        #ai-tab .up-file-guide .all_result .content .res video {
          width: 100%;
          height: 138px; }
        #ai-tab .up-file-guide .all_result .content .res p {
          color: #ffffff;
          padding-top: 5px;
          font-family: 'Roboto', sans-serif; }
    #ai-tab .up-file-guide .all_result .notify {
      width: 80%;
      margin: 20px auto 0;
      display: flex;
      text-align: left;
      align-items: baseline; }
      #ai-tab .up-file-guide .all_result .notify .ic_check {
        padding-right: 5px;
        width: 22px; }
      #ai-tab .up-file-guide .all_result .notify p {
        font-weight: 500;
        line-height: 20px; }
  #ai-tab .up-file-guide .item_full {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 27px;
    align-items: center;
    margin-top: 30px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic; }
    #ai-tab .up-file-guide .item_full a:hover {
      color: #F18029; }
    #ai-tab .up-file-guide .item_full a svg {
      vertical-align: sub; }
      #ai-tab .up-file-guide .item_full a svg path {
        fill: #F18029; }
  #ai-tab .up-file-guide .guide-content {
    display: block; }
    #ai-tab .up-file-guide .guide-content .content-text h5 {
      color: #c8242d;
      text-transform: uppercase;
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      padding: 25px 0 10px; }
    #ai-tab .up-file-guide .guide-content .content-text .step {
      text-align: left;
      width: 55%;
      margin: auto;
      padding: 20px 0;
      border-top: 1px solid #cbcbcb;
      border-bottom: 1px solid #cbcbcb; }
      #ai-tab .up-file-guide .guide-content .content-text .step ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        #ai-tab .up-file-guide .guide-content .content-text .step ul li {
          display: flex;
          padding-bottom: 10px;
          font-family: 'Roboto', sans-serif; }
          #ai-tab .up-file-guide .guide-content .content-text .step ul li i {
            color: #22b52c;
            padding: 3px 5px 0 0; }
    #ai-tab .up-file-guide .guide-content .action .step_img {
      padding: 25px 0;
      display: flex;
      justify-content: center;
      align-items: center; }
      #ai-tab .up-file-guide .guide-content .action .step_img .notice {
        width: 15%;
        margin-right: 30px; }
        #ai-tab .up-file-guide .guide-content .action .step_img .notice img {
          width: 100px; }
        #ai-tab .up-file-guide .guide-content .action .step_img .notice:last-child {
          margin-right: 0px; }
        #ai-tab .up-file-guide .guide-content .action .step_img .notice p {
          font-weight: 700;
          padding-top: 10px;
          font-family: 'Roboto', sans-serif;
          width: 83%;
          margin: auto; }
    #ai-tab .up-file-guide .guide-content .action a {
      background: #2ecc71;
      padding: 10px 10px;
      display: block;
      width: 50%;
      margin: auto;
      border-radius: 5px;
      color: #ffffff;
      text-transform: uppercase;
      font-family: 'Roboto', sans-serif;
      font-weight: 500; }
      #ai-tab .up-file-guide .guide-content .action a img {
        padding-right: 5px; }
  #ai-tab .up-file-guide .guide-compare {
    display: none;
    width: 70%;
    margin: auto; }
    #ai-tab .up-file-guide .guide-compare h5 {
      font-size: 16px;
      font-weight: 500;
      line-height: 23px;
      font-family: 'Roboto', sans-serif; }
    #ai-tab .up-file-guide .guide-compare .step {
      margin-top: 20px; }
      #ai-tab .up-file-guide .guide-compare .step .step-img {
        display: flex;
        padding-top: 30px;
        justify-content: center; }
        #ai-tab .up-file-guide .guide-compare .step .step-img .notice {
          width: 29%; }
          #ai-tab .up-file-guide .guide-compare .step .step-img .notice p {
            font-weight: 700;
            width: 60%;
            margin: auto;
            padding-top: 10px;
            line-height: 20px;
            font-family: 'Roboto', sans-serif; }
      #ai-tab .up-file-guide .guide-compare .step .action {
        padding-top: 20px; }
        #ai-tab .up-file-guide .guide-compare .step .action a {
          background: #2ecc71;
          padding: 10px 10px;
          display: inline-block;
          width: 46%;
          margin: auto 5px;
          border-radius: 5px;
          color: #ffffff;
          text-transform: uppercase;
          font-weight: 500;
          font-size: 15px; }
          #ai-tab .up-file-guide .guide-compare .step .action a img {
            padding-right: 5px; }

.change-esim-online {
  padding: 60px 0 95px; }
  .change-esim-online .main {
    position: relative;
    z-index: 5; }
    .change-esim-online .main .title {
      font-size: 30px;
      font-weight: 600;
      font-family: 'Montserrat', sans-serif;
      text-transform: uppercase;
      text-align: center;
      color: #fff; }
    .change-esim-online .main .level {
      text-align: center;
      margin-bottom: 20px; }
      .change-esim-online .main .level span {
        background: #D75D00;
        border-radius: 50%;
        height: 14px;
        width: 14px;
        margin: 0 13px;
        display: inline-block; }
      .change-esim-online .main .level span.lv-active {
        background: #fff; }
    .change-esim-online .main .step-1 {
      padding: 40px 40px 40px;
      background: #fff;
      width: 685px;
      border-radius: 10px;
      margin: auto;
      box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
      position: relative;
      overflow: hidden; }
      .change-esim-online .main .step-1 .title-step {
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 17px;
        text-align: center;
        color: #333;
        margin-bottom: 26px; }
      .change-esim-online .main .step-1 .select-box {
        margin-bottom: 30px; }
        .change-esim-online .main .step-1 .select-box .items {
          display: flex;
          border-radius: 30px;
          background: #f18029;
          padding: 9px; }
        .change-esim-online .main .step-1 .select-box .select-item {
          width: 100%; }
          .change-esim-online .main .step-1 .select-box .select-item input {
            height: 42px;
            border-radius: 21px;
            border: none;
            font-size: 16px;
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
            padding-left: 30px;
            padding-right: 30px;
            color: #333; }
            .change-esim-online .main .step-1 .select-box .select-item input::placeholder {
              color: #8d8d8d; }
          .change-esim-online .main .step-1 .select-box .select-item .select2 {
            width: 100% !important; }
            .change-esim-online .main .step-1 .select-box .select-item .select2 .selection .select2-selection {
              border: none;
              border-radius: 21px;
              height: 42px;
              outline: none;
              font-family: 'Roboto', sans-serif;
              font-weight: 400;
              font-size: 16px; }
              .change-esim-online .main .step-1 .select-box .select-item .select2 .selection .select2-selection[aria-expanded=true] .select2-selection__arrow i {
                color: #EC6320; }
              .change-esim-online .main .step-1 .select-box .select-item .select2 .selection .select2-selection[aria-expanded=true] ~ .select2-container .select2-dropdown .select2-results {
                float: right !important;
                width: 111px !important; }
              .change-esim-online .main .step-1 .select-box .select-item .select2 .selection .select2-selection .select2-selection__rendered {
                line-height: 42px;
                padding-left: 30px; }
              .change-esim-online .main .step-1 .select-box .select-item .select2 .selection .select2-selection .select2-selection__arrow {
                height: 25px;
                top: 11.5px;
                width: 25px; }
                .change-esim-online .main .step-1 .select-box .select-item .select2 .selection .select2-selection .select2-selection__arrow i {
                  color: #646464;
                  font-size: 20px;
                  font-weight: bold; }
          .change-esim-online .main .step-1 .select-box .select-item:nth-child(1) {
            padding-right: 13px; }
          .change-esim-online .main .step-1 .select-box .select-item:nth-child(2) {
            padding-left: 13px; }
      .change-esim-online .main .step-1 #show-error {
        display: none;
        color: #ef5939;
        font-size: 14px;
        padding-top: 5px; }
      .change-esim-online .main .step-1 .request-otp {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 188px;
        height: 42px;
        border-radius: 21px;
        background: #f18029;
        color: #fff;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        position: relative;
        text-align: center;
        line-height: 42px;
        margin-bottom: 10px;
        cursor: pointer; }
        .change-esim-online .main .step-1 .request-otp span:nth-child(2) {
          position: absolute;
          right: 20px; }
        .change-esim-online .main .step-1 .request-otp:after {
          content: '';
          position: absolute;
          background: #E0E0E0;
          width: 184px;
          height: 1px;
          left: -184px;
          top: 20px; }
        .change-esim-online .main .step-1 .request-otp:before {
          content: '';
          position: absolute;
          background: #E0E0E0;
          width: 184px;
          height: 1px;
          right: -184px;
          top: 20px; }
        .change-esim-online .main .step-1 .request-otp:hover, .change-esim-online .main .step-1 .request-otp:focus {
          background: #f9af36; }
      .change-esim-online .main .step-1 .request-otp.after {
        background: #b1b1b1; }
      .change-esim-online .main .step-1 .note {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        color: #333;
        font-style: italic;
        display: block;
        margin-bottom: 20px; }
      .change-esim-online .main .step-1 .note.false {
        color: #e74c3c; }
      .change-esim-online .main .step-1 .type-otp {
        text-align: center;
        margin-bottom: 25px; }
        .change-esim-online .main .step-1 .type-otp input {
          width: 42px;
          height: 42px;
          border-radius: 4px;
          background: #f0f0f0;
          display: inline-block;
          padding: 5px;
          margin: 0 15px;
          font-size: 24px;
          color: #F18029;
          text-align: center;
          border: 1px solid #f0f0f0;
          font-weight: 400;
          font-family: 'Roboto', sans-serif; }
          .change-esim-online .main .step-1 .type-otp input:focus {
            outline: none;
            box-shadow: none;
            background: #fff;
            border: 1px solid #F18029;
            color: #F18029; }
      .change-esim-online .main .step-1 .submit {
        width: 297px;
        height: 42px;
        border-radius: 21px;
        background: linear-gradient(to right, #ec6220, #f9af36);
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
        line-height: 42px;
        display: block;
        margin: auto; }
        .change-esim-online .main .step-1 .submit:hover, .change-esim-online .main .step-1 .submit:focus {
          background: #f9af36; }
      .change-esim-online .main .step-1 .alert-numb {
        width: 550px;
        color: #e74c3c;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        font-style: italic;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        line-height: normal; }
        .change-esim-online .main .step-1 .alert-numb span {
          font-weight: 500; }
      .change-esim-online .main .step-1 .main-pop-up {
        margin: 0 -40px;
        position: relative;
        top: -40px;
        height: 100%;
        z-index: 2;
        background: #fff;
        color: #333;
        border-radius: 10px 10px 0 0; }
        .change-esim-online .main .step-1 .main-pop-up .head {
          text-align: center;
          padding: 35px 20px 20px;
          border-bottom: 1px solid #e0e0e0; }
        .change-esim-online .main .step-1 .main-pop-up .main {
          background: #f9f9f9;
          padding: 20px 0; }
          .change-esim-online .main .step-1 .main-pop-up .main .c-main {
            width: 500px;
            margin: auto;
            font-family: 'Roboto', sans-serif; }
            .change-esim-online .main .step-1 .main-pop-up .main .c-main .top {
              display: flex;
              align-items: center;
              justify-content: space-between;
              margin-bottom: 20px;
              font-size: 17px; }
              .change-esim-online .main .step-1 .main-pop-up .main .c-main .top i {
                width: 400px; }
            .change-esim-online .main .step-1 .main-pop-up .main .c-main p {
              font-size: 16px;
              margin-bottom: 10px;
              font-style: italic; }
              .change-esim-online .main .step-1 .main-pop-up .main .c-main p span {
                font-weight: 500; }
            .change-esim-online .main .step-1 .main-pop-up .main .c-main a {
              height: 55px;
              display: flex;
              align-items: center;
              justify-content: center;
              border-top: 1px solid #e0e0e0; }
              .change-esim-online .main .step-1 .main-pop-up .main .c-main a svg {
                margin-right: 10px; }
              .change-esim-online .main .step-1 .main-pop-up .main .c-main a:hover {
                color: #f18029; }
          .change-esim-online .main .step-1 .main-pop-up .main .c-main-b {
            border-top: 1px solid #e0e0e0;
            padding-top: 15px; }
            .change-esim-online .main .step-1 .main-pop-up .main .c-main-b .cc-main {
              width: 480px;
              display: flex;
              margin: auto;
              justify-content: space-between; }
              .change-esim-online .main .step-1 .main-pop-up .main .c-main-b .cc-main .checkbox {
                display: flex;
                align-items: center;
                position: relative;
                margin-bottom: 0;
                cursor: pointer;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                padding-left: 30px;
                font-family: 'Roboto', sans-serif; }
                .change-esim-online .main .step-1 .main-pop-up .main .c-main-b .cc-main .checkbox input {
                  position: absolute;
                  opacity: 0;
                  cursor: pointer; }
                .change-esim-online .main .step-1 .main-pop-up .main .c-main-b .cc-main .checkbox .checkmark {
                  position: absolute;
                  left: 0;
                  height: 22px;
                  width: 22px;
                  background-color: #fff;
                  border-radius: 4px;
                  border: 1px solid #a1a1a1; }
                .change-esim-online .main .step-1 .main-pop-up .main .c-main-b .cc-main .checkbox:hover input ~ .checkmark {
                  background-color: #ccc; }
                .change-esim-online .main .step-1 .main-pop-up .main .c-main-b .cc-main .checkbox input:checked ~ .checkmark {
                  background-color: #3498db;
                  border: none; }
                .change-esim-online .main .step-1 .main-pop-up .main .c-main-b .cc-main .checkbox .checkmark:after {
                  content: "";
                  position: absolute;
                  display: none; }
                .change-esim-online .main .step-1 .main-pop-up .main .c-main-b .cc-main .checkbox input:checked ~ .checkmark:after {
                  display: block; }
                .change-esim-online .main .step-1 .main-pop-up .main .c-main-b .cc-main .checkbox .checkmark:after {
                  left: 8.5px;
                  top: 2.5px;
                  width: 6px;
                  height: 14px;
                  border: solid white;
                  border-width: 0 1px 1px 0;
                  -webkit-transform: rotate(45deg);
                  -ms-transform: rotate(45deg);
                  transform: rotate(45deg); }
              .change-esim-online .main .step-1 .main-pop-up .main .c-main-b .cc-main .download {
                height: 40px;
                width: 64px;
                border-radius: 4px;
                background: #ccc;
                pointer-events: none;
                display: flex;
                align-items: center;
                justify-content: center; }
              .change-esim-online .main .step-1 .main-pop-up .main .c-main-b .cc-main .download.active {
                background: #3498db;
                pointer-events: auto;
                cursor: pointer; }
      .change-esim-online .main .step-1 .backshade {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 1; }
    .change-esim-online .main .login {
      width: 369px;
      margin: auto;
      border-radius: 10px;
      background: #fff;
      box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
      padding: 34px 50px; }
      .change-esim-online .main .login .form-login {
        position: relative;
        text-align: center; }
        .change-esim-online .main .login .form-login .back {
          background: url("../images/left-arrow.svg") center no-repeat;
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 26px;
          height: 23px; }
        .change-esim-online .main .login .form-login .title-form {
          font-family: 'Montserrat', sans-serif;
          font-weight: 500;
          font-size: 18px;
          line-height: 21.6px;
          color: #ee6e23;
          margin-bottom: 22px;
          display: inline-block; }
        .change-esim-online .main .login .form-login .input-box {
          position: relative; }
          .change-esim-online .main .login .form-login .input-box .icon {
            position: absolute;
            top: 10px;
            left: 16px;
            display: flex; }
        .change-esim-online .main .login .form-login .form-control {
          border: 1px solid #D8D8D8;
          border-radius: 20px;
          color: #333;
          font-family: 'Roboto', sans-serif;
          font-weight: 400;
          font-size: 14px;
          padding: 5px 20px 5px 45px;
          height: 38px;
          margin-bottom: 15px; }
          .change-esim-online .main .login .form-login .form-control:focus {
            box-shadow: none;
            border-color: #f18029; }
          .change-esim-online .main .login .form-login .form-control:focus ~ .icon path {
            fill: #f18029; }
        .change-esim-online .main .login .form-login .bottom {
          float: left;
          width: 100%; }
          .change-esim-online .main .login .form-login .bottom .forgot-pass {
            float: left;
            font-family: 'Roboto', sans-serif;
            font-weight: 500;
            font-size: 14px;
            line-height: 21px;
            text-align: center;
            color: #3498db;
            padding: 6px 0; }
          .change-esim-online .main .login .form-login .bottom .submit {
            float: right;
            width: 125px;
            height: 33px;
            border-radius: 16.5px;
            background: linear-gradient(to right, #ec6220, #f9af36);
            font-family: 'Roboto', sans-serif;
            font-weight: 500;
            font-size: 14px;
            text-align: center;
            color: #fff;
            line-height: 33px; }
            .change-esim-online .main .login .form-login .bottom .submit:hover, .change-esim-online .main .login .form-login .bottom .submit:focus {
              background: #f9af36; }
    .change-esim-online .main .register {
      width: 685px;
      margin: auto;
      border-radius: 10px;
      background: #fff;
      box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
      padding: 34px 54px 50px; }
      .change-esim-online .main .register .form-register {
        text-align: center; }
        .change-esim-online .main .register .form-register .form-title p {
          font-family: 'Montserrat', sans-serif;
          font-weight: 500;
          font-size: 18px;
          line-height: 21.6px;
          color: #ee6e23;
          margin-bottom: 10px; }
        .change-esim-online .main .register .form-register .form-title span {
          display: block;
          width: 452.41px;
          font-family: 'Roboto', sans-serif;
          font-weight: 400;
          font-size: 15px;
          line-height: 19px;
          text-align: center;
          color: #333;
          font-style: italic;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 30px; }
        .change-esim-online .main .register .form-register .form-main {
          display: flex;
          margin-bottom: 20px; }
          .change-esim-online .main .register .form-register .form-main .left {
            width: 50%;
            padding-right: 15px; }
            .change-esim-online .main .register .form-register .form-main .left .input-box {
              position: relative; }
              .change-esim-online .main .register .form-register .form-main .left .input-box p {
                display: none;
                position: absolute;
                bottom: -22px;
                color: #E74C3C;
                font-size: 12px; }
              .change-esim-online .main .register .form-register .form-main .left .input-box .icon {
                position: absolute;
                left: 16px;
                top: 10px;
                display: flex; }
            .change-esim-online .main .register .form-register .form-main .left .form-control {
              border: 1px solid #D8D8D8;
              border-radius: 20px;
              color: #333;
              font-family: 'Roboto', sans-serif;
              font-weight: 400;
              font-size: 14px;
              padding: 5px 20px 5px 45px;
              height: 38px;
              margin-top: 20px; }
              .change-esim-online .main .register .form-register .form-main .left .form-control:focus {
                box-shadow: none;
                border-color: #f18029; }
              .change-esim-online .main .register .form-register .form-main .left .form-control:focus ~ .icon path {
                fill: #f18029; }
            .change-esim-online .main .register .form-register .form-main .left p {
              padding-left: 12px;
              font-family: 'Roboto', sans-serif;
              font-weight: 400;
              font-size: 16px;
              line-height: 21px;
              color: #333; }
              .change-esim-online .main .register .form-register .form-main .left p span {
                font-weight: 500;
                color: #ed6521; }
          .change-esim-online .main .register .form-register .form-main .right {
            width: 50%;
            padding-left: 15px;
            text-align: center;
            padding-top: 40px; }
            .change-esim-online .main .register .form-register .form-main .right p {
              font-family: 'Roboto', sans-serif;
              font-weight: 400;
              font-size: 15px;
              line-height: 21px;
              color: #333; }
              .change-esim-online .main .register .form-register .form-main .right p a {
                font-size: 15px;
                font-weight: 500;
                color: #ed6521; }
            .change-esim-online .main .register .form-register .form-main .right .regis {
              width: 100%;
              height: 38px;
              border-radius: 19px;
              background: linear-gradient(to right, #ec6220, #f9af36);
              display: block;
              margin-top: 12px;
              font-size: 15px;
              font-weight: 500;
              font-family: 'Roboto', sans-serif;
              color: #fff;
              line-height: 38px; }
              .change-esim-online .main .register .form-register .form-main .right .regis:hover, .change-esim-online .main .register .form-register .form-main .right .regis:focus {
                background: #f9af36; }
        .change-esim-online .main .register .form-register .note p {
          color: #333;
          font-family: 'Roboto', sans-serif;
          font-weight: 400;
          font-size: 15px;
          font-style: italic;
          text-align: left; }
          .change-esim-online .main .register .form-register .note p a {
            font-weight: 500;
            color: #F18029; }
    .change-esim-online .main .step-2 {
      width: 907px;
      margin: auto;
      border-radius: 10px;
      background: #fff;
      box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
      padding: 35px 40px 60px; }
      .change-esim-online .main .step-2 .submit-block {
        float: left;
        width: 100%;
        padding: 0 15px; }
        .change-esim-online .main .step-2 .submit-block .save {
          float: left;
          display: inline-block;
          width: 237px;
          height: 42px;
          border-radius: 21px;
          background: #0bbdaa;
          font-size: 16px;
          font-weight: 500;
          font-family: 'Roboto', sans-serif;
          color: #fff;
          line-height: 42px;
          text-align: center; }
          .change-esim-online .main .step-2 .submit-block .save:hover {
            background: #02cfb9; }
        .change-esim-online .main .step-2 .submit-block .submit {
          float: right;
          display: inline-block;
          font-size: 16px;
          font-weight: 500;
          font-family: 'Roboto', sans-serif;
          width: 330px;
          height: 42px;
          border-radius: 21px;
          background: #1478ff;
          color: #fff;
          text-align: center;
          line-height: 42px;
          text-transform: uppercase; }
          .change-esim-online .main .step-2 .submit-block .submit:hover, .change-esim-online .main .step-2 .submit-block .submit:focus {
            background: #04a5f2; }
      .change-esim-online .main .step-2 .formProfile .form-head {
        float: left;
        width: 100%;
        margin-bottom: 35px; }
        .change-esim-online .main .step-2 .formProfile .form-head .title-step {
          font-family: 'Montserrat', sans-serif;
          font-weight: 400;
          font-size: 18px;
          line-height: 17px;
          text-align: center;
          color: #333;
          float: left;
          margin-bottom: 0; }
        .change-esim-online .main .step-2 .formProfile .form-head .order-id {
          float: right;
          font-family: 'Montserrat', sans-serif;
          font-weight: 400;
          font-size: 18px;
          line-height: 17px;
          text-align: center;
          color: #333; }
        .change-esim-online .main .step-2 .formProfile .form-head .title-form {
          height: 40px;
          border-radius: 5px;
          background: #f18029;
          text-align: center;
          font-family: 'Montserrat', sans-serif;
          font-weight: 600;
          font-size: 16px;
          color: #fff;
          margin: 20px 0 28px;
          line-height: 40px;
          text-transform: uppercase; }
        .change-esim-online .main .step-2 .formProfile .form-head .check-tab {
          display: flex;
          padding: 0 20px; }
          .change-esim-online .main .step-2 .formProfile .form-head .check-tab .box-left {
            width: 50%;
            padding-right: 42px; }
          .change-esim-online .main .step-2 .formProfile .form-head .check-tab .box-right {
            width: 50%;
            padding-left: 42px; }
          .change-esim-online .main .step-2 .formProfile .form-head .check-tab .title-box {
            font-family: 'Roboto', sans-serif;
            font-weight: 700;
            font-size: 16px;
            line-height: 16px;
            text-align: left;
            color: #4b4b4b;
            margin-bottom: 17px;
            display: block;
            text-transform: uppercase; }
          .change-esim-online .main .step-2 .formProfile .form-head .check-tab .check-ariaa {
            display: flex;
            color: #4B4B4B;
            font-size: 16px;
            font-weight: 400;
            font-family: 'Roboto', sans-serif; }
            .change-esim-online .main .step-2 .formProfile .form-head .check-tab .check-ariaa .check-box {
              display: inline;
              position: relative;
              padding-left: 30px;
              margin-bottom: 0;
              cursor: pointer;
              -webkit-user-select: none;
              -moz-user-select: none;
              -ms-user-select: none;
              user-select: none; }
              .change-esim-online .main .step-2 .formProfile .form-head .check-tab .check-ariaa .check-box input {
                position: absolute;
                opacity: 0;
                cursor: pointer; }
              .change-esim-online .main .step-2 .formProfile .form-head .check-tab .check-ariaa .check-box .checkmark {
                position: absolute;
                top: 0;
                left: 0;
                height: 22px;
                width: 22px;
                background-color: #fff;
                border-radius: 4px;
                border: 1px solid #a1a1a1; }
              .change-esim-online .main .step-2 .formProfile .form-head .check-tab .check-ariaa .check-box:hover input ~ .checkmark {
                background-color: #ccc; }
              .change-esim-online .main .step-2 .formProfile .form-head .check-tab .check-ariaa .check-box input:checked ~ .checkmark {
                background-color: #1478FF;
                border: none; }
              .change-esim-online .main .step-2 .formProfile .form-head .check-tab .check-ariaa .check-box .checkmark:after {
                content: "";
                position: absolute;
                display: none; }
              .change-esim-online .main .step-2 .formProfile .form-head .check-tab .check-ariaa .check-box input:checked ~ .checkmark:after {
                display: block; }
              .change-esim-online .main .step-2 .formProfile .form-head .check-tab .check-ariaa .check-box .checkmark:after {
                left: 8.5px;
                top: 3px;
                width: 5px;
                height: 12px;
                border: solid white;
                border-width: 0 1px 1px 0;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .change-esim-online .main .step-2 .formProfile .form-main {
        color: #333; }
        .change-esim-online .main .step-2 .formProfile .form-main .main-tab {
          display: none; }
          .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block {
            display: flex;
            padding: 0 20px; }
            .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .left {
              width: 50%;
              padding-right: 42px; }
            .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .right {
              width: 50%;
              padding-left: 42px; }
            .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box {
              position: relative;
              display: flex;
              flex-wrap: wrap; }
              .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box label {
                font-family: 'Roboto', sans-serif;
                font-weight: 400;
                font-size: 16px;
                color: #4b4b4b;
                margin-bottom: 10px; }
              .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box .form-control {
                height: 42px;
                line-height: 42px;
                border-radius: 8px;
                background: #f0f0f0;
                margin-bottom: 25px;
                font-size: 15px;
                font-weight: 400;
                font-family: 'Roboto', sans-serif;
                border: none; }
                .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box .form-control::placeholder {
                  color: #7D7D7D; }
              .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box input:focus {
                box-shadow: none;
                border: 1px solid #1478FF;
                background: url("../images/Shape 17.svg") #fff right 20px center no-repeat;
                background-size: 21px !important; }
              .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box .error-name {
                display: none;
                position: absolute;
                bottom: 4px;
                color: #E74C3C;
                font-size: 13px; }
              .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box textarea {
                height: auto !important;
                min-height: 42px;
                background-image: none !important;
                line-height: normal !important;
                padding: 15px 10px !important; }
                .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box textarea:focus {
                  box-shadow: none;
                  border: 1px solid #1478FF !important; }
              .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box .box {
                display: flex;
                width: 100%; }
                .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box .box .box-1 {
                  width: 245px;
                  margin-right: 20px; }
                .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box .box .box-2 {
                  width: calc(100% - 265px); }
                .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box .box .box-3 {
                  width: 50%;
                  padding-right: 10px; }
                  .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box .box .box-3 input {
                    background-image: none !important; }
                .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box .box .box-4 {
                  width: 50%;
                  padding-left: 10px; }
                  .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box .box .box-4 input {
                    background-image: none !important; }
              .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box .select2 {
                width: 100% !important;
                display: block;
                font-size: 15px;
                font-weight: 400;
                font-family: 'Roboto', sans-serif; }
                .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box .select2 .selection .select2-selection {
                  height: 42px;
                  border-radius: 8px;
                  background: #f0f0f0;
                  border: none;
                  outline: none; }
                  .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box .select2 .selection .select2-selection .select2-selection__rendered {
                    line-height: 42px;
                    padding-left: 20px;
                    height: 42px; }
                    .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box .select2 .selection .select2-selection .select2-selection__rendered[title] {
                      border-radius: 8px;
                      background: #f0f0f0; }
                  .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box .select2 .selection .select2-selection .select_false {
                    border: 1px solid #E74C3C;
                    border-radius: 8px; }
                  .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box .select2 .selection .select2-selection .select_true {
                    border: 1px solid #2ECC71; }
                  .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box .select2 .selection .select2-selection .select2-selection__arrow {
                    top: 12px;
                    right: 5.8px; }
                    .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box .select2 .selection .select2-selection .select2-selection__arrow i {
                      font-size: 18px;
                      font-weight: bold;
                      color: #8B8B8B; }
              .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box .delete_sign {
                position: absolute;
                outline: none;
                border: none;
                background: none;
                top: 45px;
                right: 15px;
                font-family: 'Roboto', sans-serif;
                font-size: 15px;
                font-weight: 400;
                color: #4b4b4b;
                cursor: pointer; }
                .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box .delete_sign svg {
                  width: 14px;
                  margin-right: 2px;
                  vertical-align: sub; }
                .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box .delete_sign:focus, .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box .delete_sign:hover {
                  color: #E74C3C; }
                  .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box .delete_sign:focus svg path, .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box .delete_sign:hover svg path {
                    fill: #E74C3C; }
              .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box .show_guide {
                margin-left: 5px;
                cursor: pointer; }
                .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box .show_guide svg {
                  width: 16px;
                  height: 16px; }
              .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box .main_guide {
                position: absolute;
                color: #333;
                padding: 20px;
                border-radius: 4px;
                box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
                width: 100%;
                z-index: 1;
                left: 0;
                background: #fff;
                opacity: 0;
                top: 35px;
                pointer-events: none;
                font-size: 14px;
                font-family: 'Roboto', sans-serif;
                transition: all 0.4s ease-in-out; }
                .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box .main_guide .tag-wrap {
                  filter: drop-shadow(0px -5px 2px rgba(0, 0, 0, 0.2));
                  position: absolute;
                  left: 140px;
                  top: -6.5px; }
                  .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box .main_guide .tag-wrap .tag {
                    background: #fff;
                    width: 15px;
                    height: 15px;
                    display: block;
                    transform: rotate(45deg); }
                .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box .main_guide .close_main_guide {
                  margin-top: 10px;
                  float: right;
                  background: #2ecc71;
                  color: #fff;
                  padding: 5px 20px;
                  font-size: 14px;
                  border-radius: 4px;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  cursor: pointer; }
                  .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box .main_guide .close_main_guide:hover {
                    opacity: 0.8; }
                .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box .main_guide.active {
                  opacity: 1;
                  pointer-events: auto;
                  transform: translateY(5px); }
              .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box #captureSignature {
                position: relative; }
                .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box #captureSignature #signature_show {
                  position: absolute;
                  top: 0;
                  left: 0; }
              .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box #captureSignature2 {
                position: relative; }
                .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-box #captureSignature2 #signature_show_2 {
                  position: absolute;
                  top: 0;
                  left: 0; }
            .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-mail .summary {
              top: 90px;
              position: absolute;
              background: #fff;
              width: 100%;
              border-radius: 8px;
              box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.43);
              z-index: 1;
              padding: 20px 25px;
              font-size: 16px;
              font-family: 'Roboto', sans-serif;
              font-weight: 400;
              display: none; }
              .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-mail .summary .tag-wrap {
                filter: drop-shadow(0px -5px 2px rgba(0, 0, 0, 0.06));
                position: absolute;
                left: 25px;
                top: -6.5px; }
                .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-mail .summary .tag-wrap .tag {
                  background: #fff;
                  width: 15px;
                  height: 15px;
                  display: block;
                  transform: rotate(45deg); }
            .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-mail:hover .summary, .change-esim-online .main .step-2 .formProfile .form-main .main-tab .info-block .input-mail:focus .summary {
              display: block; }
          .change-esim-online .main .step-2 .formProfile .form-main .main-tab .regular-contact-block .title-block {
            height: 40px;
            border-radius: 5px;
            background: #f18029;
            text-align: center;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 16px;
            color: #fff;
            margin: 30px 0 20px;
            line-height: 40px;
            text-transform: uppercase; }
          .change-esim-online .main .step-2 .formProfile .form-main .main-tab .regular-contact-block .type-tel {
            display: flex;
            flex-wrap: wrap; }
            .change-esim-online .main .step-2 .formProfile .form-main .main-tab .regular-contact-block .type-tel .item {
              position: relative;
              padding: 15px;
              flex: 0 0 33.33333333%;
              max-width: 33.33333333%; }
              .change-esim-online .main .step-2 .formProfile .form-main .main-tab .regular-contact-block .type-tel .item .error-name {
                display: none;
                position: absolute;
                bottom: -6px;
                color: #E74C3C;
                font-size: 13px; }
              .change-esim-online .main .step-2 .formProfile .form-main .main-tab .regular-contact-block .type-tel .item input {
                height: 42px;
                border-radius: 8px;
                background: #f0f0f0;
                font-size: 16px;
                font-family: 'Roboto', sans-serif;
                font-weight: 400;
                border: none;
                padding: 12px 15px;
                padding-right: 40px; }
                .change-esim-online .main .step-2 .formProfile .form-main .main-tab .regular-contact-block .type-tel .item input:focus {
                  box-shadow: none;
                  border: 1px solid #1478FF;
                  padding-right: 50px;
                  background: url("../images/Shape 17.svg") #fff right 20px center no-repeat;
                  background-size: 21px !important; }
                .change-esim-online .main .step-2 .formProfile .form-main .main-tab .regular-contact-block .type-tel .item input::placeholder {
                  color: #7d7d7d; }
          .change-esim-online .main .step-2 .formProfile .form-main .main-tab .up-file-block {
            padding-bottom: 40px;
            border-bottom: 1px solid #E0E0E0;
            margin-bottom: 40px; }
            .change-esim-online .main .step-2 .formProfile .form-main .main-tab .up-file-block .title-block {
              height: 40px;
              border-radius: 5px;
              background: #f18029;
              text-align: center;
              font-family: 'Montserrat', sans-serif;
              font-weight: 600;
              font-size: 16px;
              color: #fff;
              margin: 20px 0 30px;
              line-height: 40px;
              text-transform: uppercase; }
            .change-esim-online .main .step-2 .formProfile .form-main .main-tab .up-file-block .up-file {
              display: flex;
              flex-wrap: wrap;
              margin: 0 -12px; }
              .change-esim-online .main .step-2 .formProfile .form-main .main-tab .up-file-block .up-file .item {
                flex: 0 0 33.33333333%;
                max-width: 33.33333333%;
                padding: 0 27px;
                position: relative; }
                .change-esim-online .main .step-2 .formProfile .form-main .main-tab .up-file-block .up-file .item input {
                  position: absolute;
                  top: 0;
                  left: 0;
                  height: 0;
                  width: 0;
                  opacity: 0; }
                .change-esim-online .main .step-2 .formProfile .form-main .main-tab .up-file-block .up-file .item p {
                  font-family: 'Roboto', sans-serif;
                  font-weight: 400;
                  font-size: 16px;
                  color: #4b4b4b;
                  margin-bottom: 20px; }
                .change-esim-online .main .step-2 .formProfile .form-main .main-tab .up-file-block .up-file .item .filename {
                  margin-left: 15px;
                  font-weight: 400;
                  font-family: 'Roboto', sans-serif;
                  font-size: 15px;
                  display: inline-block;
                  overflow: hidden;
                  white-space: nowrap;
                  text-overflow: ellipsis;
                  width: 120px;
                  vertical-align: middle; }
                  .change-esim-online .main .step-2 .formProfile .form-main .main-tab .up-file-block .up-file .item .filename .rate {
                    position: absolute;
                    bottom: -54px;
                    right: 28px;
                    text-align: right;
                    display: flex;
                    align-items: center;
                    justify-content: flex-end; }
                    .change-esim-online .main .step-2 .formProfile .form-main .main-tab .up-file-block .up-file .item .filename .rate .show_guide_pics {
                      background: url("../images/Shape 283.svg") center no-repeat;
                      width: 16px;
                      height: 16px;
                      display: flex;
                      background-size: 100%;
                      margin-left: 5px; }
                .change-esim-online .main .step-2 .formProfile .form-main .main-tab .up-file-block .up-file .item .del_img {
                  position: absolute;
                  right: 40px;
                  top: 40px;
                  font-size: 30px;
                  cursor: pointer;
                  color: #4b4b4b; }
                  .change-esim-online .main .step-2 .formProfile .form-main .main-tab .up-file-block .up-file .item .del_img:hover {
                    color: #E74C3C; }
                .change-esim-online .main .step-2 .formProfile .form-main .main-tab .up-file-block .up-file .item label {
                  cursor: pointer;
                  width: 100%;
                  height: 37px;
                  border-radius: 4px;
                  background: #eee;
                  padding: 2px 2px 2px 8px;
                  margin-bottom: 0;
                  display: flex;
                  align-items: center; }
                  .change-esim-online .main .step-2 .formProfile .form-main .main-tab .up-file-block .up-file .item label img {
                    max-width: 48px;
                    max-height: 33px;
                    border-radius: 4px;
                    object-fit: contain; }
                  .change-esim-online .main .step-2 .formProfile .form-main .main-tab .up-file-block .up-file .item label .upfile {
                    font-family: 'Roboto', sans-serif;
                    font-weight: 400;
                    font-size: 15px;
                    color: #4a4a4a;
                    margin-left: 10px; }
                .change-esim-online .main .step-2 .formProfile .form-main .main-tab .up-file-block .up-file .item .guide_pics {
                  border-radius: 4px;
                  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
                  padding: 20px;
                  width: 500px;
                  background: #fff;
                  right: 0;
                  position: absolute;
                  top: 0;
                  opacity: 0;
                  transition: all 0.5s ease-in-out;
                  pointer-events: none; }
                  .change-esim-online .main .step-2 .formProfile .form-main .main-tab .up-file-block .up-file .item .guide_pics:before {
                    content: '';
                    position: absolute;
                    bottom: -8px;
                    right: 25px;
                    width: 0;
                    height: 0;
                    border-left: 10px solid transparent;
                    border-right: 10px solid transparent;
                    border-top: 10px solid #fff;
                    filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.2)); }
                  .change-esim-online .main .step-2 .formProfile .form-main .main-tab .up-file-block .up-file .item .guide_pics p {
                    font-size: 14px;
                    margin: 0; }
                  .change-esim-online .main .step-2 .formProfile .form-main .main-tab .up-file-block .up-file .item .guide_pics.active {
                    opacity: 1;
                    transform: translateY(-20px); }
              .change-esim-online .main .step-2 .formProfile .form-main .main-tab .up-file-block .up-file .item_full {
                flex: 0 0 100%;
                max-width: 100%;
                display: flex;
                justify-content: space-between;
                padding: 0 27px;
                align-items: center;
                margin-top: 30px;
                color: #333;
                font-family: 'Roboto', sans-serif;
                font-size: 16px;
                font-weight: 400;
                font-style: italic; }
                .change-esim-online .main .step-2 .formProfile .form-main .main-tab .up-file-block .up-file .item_full a:hover, .change-esim-online .main .step-2 .formProfile .form-main .main-tab .up-file-block .up-file .item_full a:focus {
                  color: #F18029; }
                .change-esim-online .main .step-2 .formProfile .form-main .main-tab .up-file-block .up-file .item_full a svg {
                  vertical-align: sub; }
                  .change-esim-online .main .step-2 .formProfile .form-main .main-tab .up-file-block .up-file .item_full a svg path {
                    fill: #F18029; }
          .change-esim-online .main .step-2 .formProfile .form-main .main-tab#ai-tab .regular-contact-block .title-block {
            margin: 15px 0 20px; }
          .change-esim-online .main .step-2 .formProfile .form-main .main-tab#ai-tab .submit-block {
            border-top: 1px solid #E0E0E0;
            margin-top: 25px;
            padding-top: 40px; }
        .change-esim-online .main .step-2 .formProfile .form-main .main-tab.active {
          display: block; }
    .change-esim-online .main .step-3 {
      width: 907px;
      margin: auto;
      border-radius: 10px;
      background: #fff;
      box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
      padding: 35px 40px 50px 40px; }
      .change-esim-online .main .step-3 .form_pay .title-step {
        float: left;
        width: 100%;
        margin-bottom: 20px; }
        .change-esim-online .main .step-3 .form_pay .title-step h2 {
          font-family: 'Montserrat', sans-serif;
          font-weight: 400;
          font-size: 18px;
          line-height: 17px;
          text-align: center;
          color: #333;
          float: left;
          margin-bottom: 0; }
        .change-esim-online .main .step-3 .form_pay .title-step span {
          float: right;
          font-family: 'Montserrat', sans-serif;
          font-weight: 400;
          font-size: 18px;
          line-height: 17px;
          text-align: center;
          color: #333; }
      .change-esim-online .main .step-3 .form_pay .table_pay {
        position: relative;
        padding: 0 8px; }
        .change-esim-online .main .step-3 .form_pay .table_pay:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          background: #f18029;
          height: 40px;
          border-radius: 5px; }
        .change-esim-online .main .step-3 .form_pay .table_pay .table {
          position: relative;
          color: #4b4b4b;
          margin-bottom: 0; }
          .change-esim-online .main .step-3 .form_pay .table_pay .table thead {
            background: #f18029;
            color: #fff;
            text-transform: uppercase;
            font-family: 'Roboto', sans-serif;
            font-size: 16px;
            font-weight: 500; }
            .change-esim-online .main .step-3 .form_pay .table_pay .table thead tr th {
              height: 40px;
              vertical-align: middle;
              border: none;
              padding: 0 25px;
              text-align: right;
              font-weight: 400; }
            .change-esim-online .main .step-3 .form_pay .table_pay .table thead tr th:nth-child(1) {
              text-align: left; }
          .change-esim-online .main .step-3 .form_pay .table_pay .table tbody tr td {
            border-top: none;
            border-bottom: 1px solid #E0E0E0;
            padding: 0 25px;
            height: 50px;
            vertical-align: middle;
            font-size: 16px;
            font-weight: 400;
            font-family: 'Roboto', sans-serif;
            text-align: right; }
          .change-esim-online .main .step-3 .form_pay .table_pay .table tbody tr td:nth-child(1) {
            text-align: left; }
          .change-esim-online .main .step-3 .form_pay .table_pay .table tbody tr td:last-child {
            font-weight: 500; }
      .change-esim-online .main .step-3 .form_pay .total {
        color: #4b4b4b;
        float: left;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #E0E0E0; }
        .change-esim-online .main .step-3 .form_pay .total .customer_id {
          width: 294px;
          background: #f6f6f6;
          border-radius: 8px;
          float: left;
          padding: 10px 20px; }
          .change-esim-online .main .step-3 .form_pay .total .customer_id .show-list {
            font-family: 'Roboto', sans-serif;
            font-size: 16px;
            font-weight: 400;
            display: block;
            position: relative; }
            .change-esim-online .main .step-3 .form_pay .total .customer_id .show-list:after {
              content: '';
              position: absolute;
              height: 1px;
              width: 16px;
              background: #616161;
              top: 12px;
              right: 5px;
              transform: rotate(90deg);
              transition: all 0.5s ease-in-out; }
            .change-esim-online .main .step-3 .form_pay .total .customer_id .show-list:before {
              content: '';
              position: absolute;
              height: 1px;
              width: 16px;
              background: #616161;
              top: 12px;
              right: 5px;
              transition: all 0.5s ease-in-out; }
            .change-esim-online .main .step-3 .form_pay .total .customer_id .show-list[aria-expanded=true]:after {
              transform: rotate(135deg);
              transition: all 0.5s ease-in-out; }
            .change-esim-online .main .step-3 .form_pay .total .customer_id .show-list[aria-expanded=true]:before {
              transform: rotate(45deg);
              transition: all 0.5s ease-in-out; }
          .change-esim-online .main .step-3 .form_pay .total .customer_id .collapse-body {
            display: flex;
            margin-top: 10px; }
            .change-esim-online .main .step-3 .form_pay .total .customer_id .collapse-body input {
              width: 136px;
              height: 42px;
              border-radius: 21px;
              background: #e3e3e3;
              border: none;
              outline: none;
              margin-right: 15px;
              font-size: 16px;
              font-family: 'Roboto', sans-serif;
              font-weight: 400; }
              .change-esim-online .main .step-3 .form_pay .total .customer_id .collapse-body input:focus {
                background: #fff;
                border: 1px solid #1478FF;
                box-shadow: none; }
            .change-esim-online .main .step-3 .form_pay .total .customer_id .collapse-body .apply {
              width: 105px;
              height: 42px;
              border-radius: 21px;
              background: #1478ff;
              color: #fff;
              font-weight: 700;
              font-size: 16px;
              font-family: 'Roboto', sans-serif;
              text-align: center;
              padding: 9px 0; }
              .change-esim-online .main .step-3 .form_pay .total .customer_id .collapse-body .apply:hover, .change-esim-online .main .step-3 .form_pay .total .customer_id .collapse-body .apply:focus {
                background: #04a5f2; }
        .change-esim-online .main .step-3 .form_pay .total .total_money {
          float: right;
          text-align: right;
          font-weight: 400;
          font-family: 'Roboto', sans-serif;
          font-size: 16px; }
          .change-esim-online .main .step-3 .form_pay .total .total_money strong {
            margin-left: 10px;
            display: inline-block;
            width: 80px;
            text-align: left;
            font-weight: 500; }
      .change-esim-online .main .step-3 .form_pay .submit {
        float: left;
        width: 100%;
        margin-top: 40px; }
        .change-esim-online .main .step-3 .form_pay .submit .check {
          float: left;
          font-size: 16px;
          font-weight: 500;
          font-family: 'Roboto', sans-serif;
          color: #333;
          width: 153px;
          display: block;
          border-bottom: 1px solid #333333;
          padding: 12px 0 0; }
          .change-esim-online .main .step-3 .form_pay .submit .check svg {
            vertical-align: baseline;
            margin-left: 5px; }
            .change-esim-online .main .step-3 .form_pay .submit .check svg path {
              fill: #333; }
          .change-esim-online .main .step-3 .form_pay .submit .check:hover {
            color: #F18029;
            border-color: #F18029; }
            .change-esim-online .main .step-3 .form_pay .submit .check:hover svg path {
              fill: #f18029; }
        .change-esim-online .main .step-3 .form_pay .submit .submit_pay {
          text-transform: uppercase;
          float: right;
          width: 214px;
          height: 42px;
          border-radius: 21px;
          background: #1478ff;
          font-size: 16px;
          font-weight: 500;
          font-family: 'Roboto', sans-serif;
          color: #fff;
          text-align: center;
          line-height: 42px; }
          .change-esim-online .main .step-3 .form_pay .submit .submit_pay:hover, .change-esim-online .main .step-3 .form_pay .submit .submit_pay:focus {
            background: #04a5f2; }
    .change-esim-online .main .success {
      width: 758px;
      margin: auto;
      border-radius: 10px;
      background: #fff;
      box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
      padding: 40px 25px 25px;
      color: #333; }
      .change-esim-online .main .success .top {
        padding: 0 12px; }
        .change-esim-online .main .success .top .title {
          height: 50px;
          border-radius: 5px;
          background: linear-gradient(to right, #ec6220, #f9af36);
          font-size: 20px;
          font-family: 'Montserrat', sans-serif;
          font-weight: 600;
          text-align: center;
          color: #fff;
          text-transform: uppercase;
          line-height: 50px;
          margin-bottom: 25px; }
        .change-esim-online .main .success .top i {
          font-weight: 400;
          font-family: 'Roboto', sans-serif;
          font-size: 16px; }
          .change-esim-online .main .success .top i a {
            font-weight: 700;
            color: #E76400; }
            .change-esim-online .main .success .top i a:hover {
              text-decoration: underline; }
          .change-esim-online .main .success .top i span {
            font-weight: 700; }
        .change-esim-online .main .success .top .guid {
          border-top: 1px solid #E0E0E0;
          border-bottom: 1px solid #E0E0E0;
          margin: 20px 0;
          text-align: center; }
          .change-esim-online .main .success .top .guid a {
            padding: 15px 0;
            display: inline-block;
            font-size: 16px;
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            font-style: italic; }
            .change-esim-online .main .success .top .guid a svg {
              margin-right: 15px;
              vertical-align: sub; }
              .change-esim-online .main .success .top .guid a svg path {
                fill: #E76400; }
            .change-esim-online .main .success .top .guid a:hover, .change-esim-online .main .success .top .guid a:focus {
              color: #E76400; }
        .change-esim-online .main .success .top .order {
          margin-bottom: 25px; }
          .change-esim-online .main .success .top .order .time {
            text-align: right;
            margin-bottom: 10px; }
            .change-esim-online .main .success .top .order .time i {
              font-family: 'Roboto', sans-serif;
              font-weight: 400;
              font-size: 14.98px;
              color: #333; }
          .change-esim-online .main .success .top .order .info {
            display: flex; }
            .change-esim-online .main .success .top .order .info p {
              width: calc(100% - 560px);
              font-family: 'Roboto', sans-serif;
              font-weight: 400;
              font-size: 16px; }
              .change-esim-online .main .success .top .order .info p span {
                float: right;
                padding-right: 14px; }
            .change-esim-online .main .success .top .order .info strong {
              display: block;
              width: 560px;
              font-family: 'Roboto', sans-serif;
              font-weight: 500;
              font-size: 16px; }
            .change-esim-online .main .success .top .order .info:last-child strong {
              font-weight: 400; }
      .change-esim-online .main .success .bottom .table_bottom {
        position: relative;
        padding: 0 8px; }
        .change-esim-online .main .success .bottom .table_bottom:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          background: #f18029;
          height: 40px;
          border-radius: 2px; }
        .change-esim-online .main .success .bottom .table_bottom .table {
          position: relative;
          color: #4b4b4b;
          margin-bottom: 0; }
          .change-esim-online .main .success .bottom .table_bottom .table thead {
            background: #f18029;
            color: #fff;
            text-transform: uppercase;
            font-family: 'Roboto', sans-serif;
            font-size: 16px;
            font-weight: 500; }
            .change-esim-online .main .success .bottom .table_bottom .table thead tr th {
              height: 40px;
              vertical-align: middle;
              border: none;
              padding: 0 25px;
              text-align: right;
              font-weight: 400; }
            .change-esim-online .main .success .bottom .table_bottom .table thead tr th:nth-child(1) {
              text-align: left; }
          .change-esim-online .main .success .bottom .table_bottom .table tbody tr:last-child td {
            border-bottom: none; }
          .change-esim-online .main .success .bottom .table_bottom .table tbody tr td {
            border-top: none;
            border-bottom: 1px solid #E0E0E0;
            padding: 0 25px;
            height: 45px;
            vertical-align: middle;
            font-size: 16px;
            font-weight: 400;
            font-family: 'Roboto', sans-serif;
            text-align: right; }
          .change-esim-online .main .success .bottom .table_bottom .table tbody tr td:nth-child(1) {
            text-align: left; }
          .change-esim-online .main .success .bottom .table_bottom .table tbody tr td:last-child {
            font-weight: 500; }
      .change-esim-online .main .success .bottom .describe {
        display: flex;
        flex-wrap: wrap;
        background: #f7f7f7;
        padding: 30px; }
        .change-esim-online .main .success .bottom .describe .left {
          flex: 0 0 50%;
          max-width: 50%;
          font-weight: 400;
          font-family: 'Roboto', sans-serif;
          font-size: 16px; }
        .change-esim-online .main .success .bottom .describe .right {
          flex: 0 0 50%;
          max-width: 50%;
          text-align: right;
          font-weight: 400;
          font-family: 'Roboto', sans-serif;
          font-size: 16px; }
          .change-esim-online .main .success .bottom .describe .right strong {
            margin-left: 10px;
            display: inline-block;
            width: 80px;
            text-align: left;
            font-weight: 500; }
      .change-esim-online .main .success .bottom .download {
        border-top: 1px solid #e0e0e0;
        text-align: center;
        margin-top: 30px;
        padding-top: 25px; }
        .change-esim-online .main .success .bottom .download a {
          display: inline-block;
          font-size: 16px;
          font-weight: 400;
          font-family: 'Roboto', sans-serif; }
          .change-esim-online .main .success .bottom .download a svg {
            vertical-align: sub;
            margin-right: 5px; }
          .change-esim-online .main .success .bottom .download a:hover, .change-esim-online .main .success .bottom .download a:focus {
            color: #E76400; }
            .change-esim-online .main .success .bottom .download a:hover svg path, .change-esim-online .main .success .bottom .download a:focus svg path {
              fill: #E76400; }

.call-block {
  background: #f7f7f7;
  padding: 30px 0 40px;
  position: relative; }
  .call-block:before {
    content: '';
    position: absolute;
    background: #e9e9e9;
    bottom: 0;
    height: 15%;
    width: 100%;
    clip-path: polygon(40% 100%, 100% 30%, 100% 100%, 0 100%, 0 0); }

.select_net .select2-dropdown {
  background: none; }
  .select_net .select2-dropdown .select2-results {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.43);
    width: 150px;
    float: right; }
    .select_net .select2-dropdown .select2-results .select2-results__options {
      text-align: right; }
      .select_net .select2-dropdown .select2-results .select2-results__options .select2-results__option {
        padding-right: 10px !important;
        padding-left: 0 !important; }

#manualPictures .modal-content {
  border: none; }
#manualPictures .modal-dialog {
  width: 907px;
  max-width: 907px;
  position: relative; }
  #manualPictures .modal-dialog .close-btn {
    position: absolute;
    width: 30px;
    height: 30px;
    color: #fff;
    background: #000;
    right: -15px;
    top: -15px;
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 29px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center; }
    #manualPictures .modal-dialog .close-btn:hover {
      border-color: #f18029;
      color: #f18029;
      background-color: #fff; }

/*# sourceMappingURL=users_login.css.map */
