 /*  checkbox */
        /* Customize the label (the container) */
        .chk-container {
          display: block;
          position: relative;
          padding-left: 30px;
          margin-bottom: 40px;
          cursor: pointer;
          font-size: 22px;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          float: right;
          letter-spacing: 1px;
      }

      /* Hide the browser's default checkbox */
      .chk-container input {
          position: absolute;
          opacity: 0;
          cursor: pointer;
          height: 0;
          width: 0;
      }

      /* Create a custom checkbox */
      .checkmark {
          position: absolute;
          top: 2px;
          border-radius: 3px;
          left: 0;
          height: 20px;
          width: 20px;
          background-color: #fff;
      }

      /* On mouse-over, add a grey background color */
      .chk-container:hover input~.checkmark {
          background-color: #fff;
      }

      /* When the checkbox is checked, add a blue background */
      .chk-container input:checked~.checkmark {
          background-color: #fff;
      }

      /* Create the checkmark/indicator (hidden when not checked) */
      .checkmark:after {
          content: "";
          position: absolute;
          display: none;
      }

      /* Show the checkmark when checked */
      .chk-container input:checked~.checkmark:after {
          display: block;
      }

      /* Style the checkmark/indicator */
      .chk-container .checkmark:after {
          left: 4px;
          top: 0px;
          width: 5px;
          height: 10px;
          border: solid #285ee4;
          border-width: 0 3px 3px 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
      }

#my-accoount h3 span {
      font-size: 15px;
      letter-spacing: 1.5px;
      color: #767676;
      font-weight: 400;
      margin-left: 20px; }
  #my-accoount #bank-account {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    border-bottom-left-radius: 15px;
    /*overflow: hidden;*/
    border-bottom-right-radius: 15px;
    box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.22); }
    #my-accoount #bank-account .cur_account {
      z-index: 1;
      width: 25%;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      border-bottom-left-radius: 15px;
      overflow: hidden;
      /*box-shadow: 5px 3px 6px 0 rgba(0, 0, 0, 0.16);*/
      background: #fff;
      height: 125px;
      box-sizing: border-box;
      padding: 10px 15px 15px;
      position: relative; }
      #my-accoount #bank-account .cur_account .default {
        width: 100%;
        background-image: url(../images/card4.webp);
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-repeat: no-repeat;
        padding-left: 18px;
        letter-spacing: 1px;
        font-size: 11px;
        font-weight: 300;
        margin-bottom: 15px;
        color: #285ee4; }
      #my-accoount #bank-account .cur_account h3{
        margin: 0 0 15px 10px;
        color: #000000;
        font-size: 23px;
      }
      #my-accoount #bank-account .cur_account .bank-setting {
        top: 10px;
        right: 10px;
        position: absolute;
        width: 14px;
        height: 14px; }
        #my-accoount #bank-account .cur_account .bank-setting img {
          width: 100%; }
      #my-accoount #bank-account .cur_account .bank-info {
        color: #000000;
        display: flex;
        padding: 0px 0px 10px 0px; }
        #my-accoount #bank-account .cur_account .bank-info .bank {
          border-right: 1px solid #000000;
          padding-right: 10px;
          width: 250px; }
          #my-accoount #bank-account .cur_account .bank-info .bank h3 {
            color: #000000;
            font-weight: 500;
            font-size: 18px;
            margin-bottom: 0px;
            padding: 9px 0;}
          #my-accoount #bank-account .cur_account .bank-info .bank .detail {
            font-weight: 300;
            font-size: 11px; }
            #my-accoount #bank-account .cur_account .bank-info .bank .detail .tl {
              letter-spacing: 3px; }
        #my-accoount #bank-account .cur_account .bank-info .sn {
          width: calc(100% - 100px);
          padding-left: 20px;
          font-size: 19px;
          display: flex;
          flex-wrap: wrap;
          /*font-weight: 300;*/ }
          #my-accoount #bank-account .cur_account .bank-info .sn h4 {
            width: 100%;
            font-size: 14px;
            line-height: 1em;
            margin-bottom: 5px;
            letter-spacing: 0px;
            display: block; }
          #my-accoount #bank-account .cur_account .bank-info .sn .num {
            font-size: 14px;
            line-height: 1em;
            letter-spacing: 1px; }
    #my-accoount #bank-account .other_account {
      width: 75%;
      padding-top: 12px;
      position: relative; }
      #my-accoount #bank-account .other_account ul {
        display: flex;
        flex-direction: row-reverse;
        /*overflow: hidden;*/ }
        #my-accoount #bank-account .other_account ul li {
          width: calc(100% + 25px);
          margin-left: -25px;
          padding: 5px 0 25px 0;
          border-top-right-radius: 15px;
          border-top-left-radius: 15px;
          box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.1);
          background-color: #285ee4;
          overflow: hidden; transition:0.2s all; transform: translateY(0); }
        #my-accoount #bank-account .other_account ul li:hover {
          transform: translateY(-35px);
        }
        #my-accoount #bank-account .other_account ul li span{

        }
          #my-accoount #bank-account .other_account ul li a {
            width: 100%;
            display: flex;
            color: #fff;
            text-align: center;
            font-size: 19px;
            line-height: 1.5em;
            justify-content: center;
            /*height: 58px;*/}
      #my-accoount #bank-account .other_account .cur_bank_amount {
        bottom: 0;
        position: absolute;
        display: flex;
        width: 100%;
        height: 74px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        background-color: #fff;
        margin-top: -15px;
        /*box-shadow: 0 3px 6px 0 black;*/
        padding: 0 30px 18px 20px;
        box-sizing: border-box;
        align-items: end;
        justify-content: space-between; }
        #my-accoount #bank-account .other_account .cur_bank_amount .cur_bank_amount_box {
          padding: 0 20px;
          display: flex;
          flex-basis: 50%;
          position: relative;
        }
        #my-accoount #bank-account .other_account .cur_bank_amount .cur_bank_amount_box:first-child {
          padding-left: 0; border-right: 2px solid #285ee4;
        }
        #my-accoount #bank-account .other_account .cur_bank_amount .text {
          color: #285ee4;
          font-size: 18px;
          letter-spacing: 1.8px;
          font-weight: 400;
          padding-bottom: 10px; position: absolute; }
        #my-accoount #bank-account .other_account .cur_bank_amount .amount {
          width: 100%; color: #285ee4; text-align: center; }
          #my-accoount #bank-account .other_account .cur_bank_amount .amount .unit {
            font-size: 25px; }
          #my-accoount #bank-account .other_account .cur_bank_amount .amount .amount {
            font-size: 40px; }
  #my-accoount .datepicker-outter {
    font-weight: 600;
    color: #767676;
    letter-spacing: 1.6px; }
    #my-accoount .datepicker-outter .sc-datepicker {
      margin-left: 20px; }


::-webkit-scrollbar{ display: none; }

.upload_field{ height: 430px; background: #fff; border: 1px solid #c6c6c6; border-radius: 10px; display: table; position: relative; text-align: center; }
.upload_field .upload_field_inner{ width: 100%; height: 100%; display: table-cell; vertical-align: middle; }
.upload_field .upload_field_inner button{ cursor: pointer; background: none; border: 0;}
.upload_field.noborder{ border: 0 !important; }

.preview{ min-width: 411px; position: relative; }
.preview_img{ max-width: 371px; max-height: 330px; height: auto; padding: 20px; }
.preview_btn_wrap{ width: 100%; position: relative; bottom: 10px; text-align: center; }
#preview_name{ max-width: 373px; padding: 10px 50px 10px 20px; font-size: 14px; background: #fff url(../images/btn_16px_close.svg) right center no-repeat; box-shadow: 0 3px 10px rgba(0, 0, 0, .16); text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
#preview_check_wrap{ position: absolute; top: 45px; left: 97px; text-align: center; z-index: 10; }
#preview_check_wrap i{ width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #fff; position: absolute; top: -8px; right: 92px;}
.preview_check{ width: 200px; padding: 0 10px; background: #fff; box-shadow: 0 3px 10px rgba(0, 0, 0, .16); display: inline-block;}
.preview_check img{ float: left; }
.preview_check span, .preview_check button{ padding-top: 8px; font-size: 16px; line-height: 1em; }
.preview_check span{ margin: 0 10px 0 0; }
.preview_check button:hover{ color: #ff2323; }

#upload_img, #upload_img2{ display: none; }

.jquery-modal.no-bg{ background: none; }
.modal.modal_info{ width: auto; color: #000000; background: #ffffff !important; box-shadow: none; }
.modal.modal_info h3{ color: #285ee4; font-weight: 500 !important;}
.modal.modal_info p{ line-height: 1.5em; }
.modal.modal_info .close-modal{ background-image: url("../images/modalx_b.png"); top: -30px; right: -16px; opacity: 0; }
.modal.modal_info.close-show .close-modal{ opacity: 1; }
.modal.modal_info.type2{ padding: 35px 70px; border-radius: 20px; text-align: center; }
.modal.modal_info.type2 h3{ margin: 0 auto 30px auto; font-size: 32px; font-weight: bold; }
.modal.modal_info.type2 p{ font-size: 20px; }

.modal.modal_info.type3{ 
    max-width: 100%; 
    padding: 0; 
    color: #383838; 
    background: #f2f1f6; 
    border-radius: 15px;
}

.modal.modal_info.type3 .header{ 
    height: 100%;
    min-height: 100%;
    padding: 24px 16px; 
    overflow: hidden; 
    position: relative;
    border-radius: 15px 15px 0 0;
    display: flex;
    justify-content: start;
    align-items: end;
    flex-wrap: wrap;
}
.modal.modal_info.type3 .header>h3{ 
    float: left; 
    margin: 0; 
    padding: 0; 
    color: #383838; 
    font-size: 33px; 
    font-weight: normal; 
    margin-bottom: 8px;
    margin-right: 8px;
}

.modal.modal_info.type3 .header>span{ 
    font-size: 16px; 
    margin-bottom: 8px;
}
.modal.modal_info.type3 .header button, .modal.modal_info.type3 .header a{ float: right; margin: 0; }
.modal.modal_info.type3 .header .button_box{ float: right; margin: 0; position: relative; }
.modal.modal_info.type3 .header .button_box button{ float: none; display: block; }
.modal.modal_info.type3 .header .button_box p{ width: calc(100% + 10px); margin-left: -5px; font-size: .813em; text-align: center; position: absolute; }

.modal.modal_info .custom-select{ width: 300px; margin: 14px auto 0 auto; color: #000; border-radius: 10px; box-shadow: 0 3px 10px rgba(0, 0, 0, .16); text-align: left; }
.modal.modal_info .upload_field{ height: 290px; margin: 0 auto; background: none; border: 0; }
.modal.modal_info .preview{ min-width: 300px; }
.modal.modal_info #preview_check_wrap{ left: 40px; }
.modal.modal_info .preview_check span{ margin-top: -2px; color: #000; display: inline-block; }
.modal.modal_info #preview_check_wrap i{ right: 102px;}

.modal.modal_info.no-bg{ padding: 0; background: none !important; }

.modal_info .action_account {
    display: flex;
    /* padding-left: 116px; */
    /* box-sizing: border-box; */
    margin: 20px 0;
    /* max-width: 529px; */
    /* overflow: hidden; */
    justify-content: end; 
    text-align: center; 
}
    /* .modal_info .action_account button, .modal_info .action_account a {

      cursor: pointer;
      border: 0px;
      background: #285ee4;
      border-radius: 20px;
      font-size: 16px;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 150px;
      height: 39px;
      transition: 0.3s;
      transform: scale(1);
      margin: 0 10px; line-height: 41px; display: inline-block; } */
    /* .modal_info .action_account button:hover, .modal_info .action_account a:hover {
      color: #fff; background: #2E4A8F; }
    .modal_info .action_account button:focus, .modal_info .action_account a:focus {
      color: #fff; background: #2E4A8F; }
      .modal_info .action_account button:active, .modal_info .action_account a:active {
        transform: scale(0.98); } */
    /* .modal_info .action_account button.reset, .modal_info .action_account a.reset {
      height: 40px; line-height: 37px; color: #285ee4; background: #fff; border: 2px solid #285ee4; } */
    /* .modal_info .action_account button.reset:hover, .modal_info .action_account a.reset:hover {
      color: #285ee4; background: #f3f3f3; border: 2px solid #285ee4; } */
    /* .modal_info .action_account button.reset:focus, .modal_info .action_account a.reset:focus {
      color: #285ee4; background: none; border: 2px solid #285ee4; } */
    /* .modal_info .action_account button.del, .modal_info .action_account a.del {
      color: #fff; background: #ff2323; border: 2px solid #ff2323; }
    .modal_info .action_account button.del:hover, .modal_info .action_account a.del:hover {
      color: #fff; background: #df0f0f; border: 2px solid #df0f0f; }
    .modal_info .action_account button.del:focus, .modal_info .action_account a.del:focus {
      color: #fff; background: #be0000; border: 2px solid #be0000; } */

.modal_info .chk1{ margin: -9px 0 0 0; }

.action_account .btn img{ float: left; height: 30px; margin: 5px -30px 0 25px; }


.tableFixHead{ position: relative; }

.tableFixHead.type2{ border-radius: 0; }
.tableFixHead.type2 .data-table thead th{ background: #2E4A8F; }
.tableFixHead.type2 .data-table tr th{ font-size: 18px;}
.tableFixHead.type2 .data-table tr td{ font-size: 16px; color: #000; }
.tableFixHead.type2 .data-table tr td a{ color: #2067dd; }
.tableFixHead.type2 .data-table tr th, .tableFixHead.type2 .data-table tr td{ height: 42px; padding: 0 30px;/*  text-align: right; */}
/* .tableFixHead.type2 .data-table tr th:first-child, .tableFixHead.type2 .data-table tr td:first-child{ text-align: left;} */
.tableFixHead .tab_wrap{ overflow: hidden; }
.tableFixHead .tab_wrap li a{ float: left; text-indent: 20px; position: relative; z-index: 10; }
.tableFixHead .tab_wrap li:nth-child(1) a{ text-indent: 0; }
.tableFixHead .tab_wrap li:nth-child(2) a{ margin-left: -20px; z-index: 1; }
.tableFixHead .tab_wrap li a{ width: 390px; height: 42px; color: #fff; line-height: 42px; background: #285ee4; border-top-right-radius: 15px; border-top-left-radius: 15px; box-shadow: 0 3px 10px rgba(0, 0, 0, .16); display: inline-block; text-align: center; }
.tableFixHead .tab_wrap li a.active{ background: #2E4A8F; z-index: 20; }

.tableFixHead.type3 .data-table tr th, .tableFixHead.type3 .data-table tr td{ font-size: 16px;}
.tableFixHead.type3 .data-table tr th{ height: 40px; }
.tableFixHead.type3 .data-table tr td{ height: 54px;}
.tableFixHead.type3 .data-table tr:first-child th:first-child{ border-bottom: 1px solid #fff; }
.tableFixHead.type3 .data-table tr:first-child th:last-child{ border-bottom: 1px solid #fff; }

.tableFixHead.type4{ width: 1393px; max-width: 100%; border-radius: 0; }
.tableFixHead.type4 .data-table{ box-shadow: none; }
.tableFixHead.type4 .data-table tr th{ background: #285ee4; border-bottom: 1px solid #285ee4;}
.tableFixHead.type4 .data-table tr th.bg02{ background: #2E4A8F !important; border-bottom: 1px solid #2E4A8F; }
.tableFixHead.type4 .data-table tr th, .tableFixHead.type4 .data-table tr td{ font-size: 16px;}
.tableFixHead.type4 .data-table tr th{ height: 40px; }
.tableFixHead.type4 .data-table tr:first-child th:first-child{ border-bottom: 1px solid #fff; }
.tableFixHead.type4 .data-table tr:first-child th:last-child{ border-bottom: 1px solid #fff; }
.tableFixHead.type4 .data-table tr td{ height: 54px;}
.tableFixHead.type4 .data-table .modalx{ width: 30px; min-height: 30px; }

.action_account.type4{
     max-width: 100%;
     }
/* .action_account.type4 a{ float: right; } */

.tableFixHead .data-table .calc{ margin: 0 45px; }
.tableFixHead .data-table .num{ width: 90px; margin: 0 45px; display: inline-block; text-align: right; }
.tableFixHead .data-table .border-right{ border-right: 1px solid #ccc; }
/* .tableFixHead .data-table .text-start{ text-align: left; } */
.tableFixHead .data-table .text-end{ text-align: right; }
.tableFixHead .data-table .highlighted{ background: #E0E7F8 !important; }
.tableFixHead .data-table input[type="text"]{ width: auto; max-width: 110px; margin: 0 -10px; padding: 5px 10px 3px 10px; font-size: 1em; border-radius: 5px; box-shadow: 1px 3px 5px rgba(0, 0, 0, .10); text-align: center; }
.tableFixHead .data-table .custom-select{ width: auto; margin: 0 -10px; border: 1px solid #ccc; border-radius: 5px; box-shadow: 1px 3px 5px rgba(0, 0, 0, .10); }
.tableFixHead .data-table .custom-select .select-selected:after{ top: 3px; right: 5px; }
.tableFixHead .data-table .custom-select .select-selected, .tableFixHead .data-table .custom-select .select-items div{ padding: 3px 20px 3px 10px; color: #333 !important; font-size: 1em; border-top-left-radius: 5px; border-top-right-radius: 5px;}
.tableFixHead .data-table .text-end input[type="text"]{ text-align: right; }
.tableFixHead .data-table tbody tr td{ border-bottom: 1px solid rgba(255, 255, 255, .3); }
.tableFixHead .data-table .ico-checked{ width: 20px; height: 20px; margin: -1px 0 0 -26px; background: url('../images/ico-checked_b.png') center center no-repeat; background-size: cover; display: inline-block; position: absolute; }
.tableFixHead .data-table.bg02 thead th{ background: #285ee4 !important; border-bottom: 1px solid #285ee4; }
.tableFixHead .data-table .vtop{ padding-top: 10px; vertical-align: top !important; }


.func_wrap{ 
    float: right; 
    padding: 0 0 20px 0; 
    display: flex;
    align-items: center;

}

.func_wrap>a{
    margin-right: 16px;
    text-decoration: underline;
}

.func_wrap>ul{
    display: flex;
}

.func_wrap li{ 
    position: relative; 
}

.func_wrap li + li{
    margin-left: 16px;
}

.func_wrap li a{ 
  height: 40px; 
  /* margin: 0 0 0 20px;  */
  padding: 6px 15px; 
  color: #285ee4; 
  background: #fff; 
  border: 2px solid #fff; 
  border-radius: 10px; 
  box-shadow: 1px 3px 5px rgba(0, 0, 0, .10); 
  display: flex;
  align-items: center;
  justify-content: center; 
  overflow: hidden; 
  transition: 0.1s; 
}
.func_wrap li a img{
     /* float: left;  */
     width: 30px; 
     height: 30px;
      /* margin: -2px 10px 0 0;  */
      margin-right: 4px;
    }
.func_wrap li.eg a:hover{ 
    border: 2px solid #285ee4;
 }

.func_wrap li.eg .note{ 
    width: 250px; 
    padding: 15px; 
    color: #fff; 
    font-size: 1.125em; 
    line-height: 1.325em; 
    background: #2E4A8F; 
    border-radius: 10px; 
    text-align: center; 
    position: absolute; 
    top: 46px; 
    left: -20px; 
    z-index: 1; 
    display: none; 
    opacity: 0; 
    transition: 0.1s;
 }

.func_wrap li.eg .note .arrow-up{ 
    width: 0; 
    height: 0;
     border-left: 5px solid transparent; 
     border-right: 5px solid transparent; 
     border-bottom: 5px solid #2E4A8F; 
     position: absolute; 
     top: -5px; 
     /* left: 135px; */
     left: 50%;
     transform: translateX(-50%);
    }
.func_wrap li.eg:hover .note{ 
    display: block; 
    opacity: 1; }
/* .func_wrap li.import a img{ float: left; width: auto; height: 20px; margin: 3px 15px 0 0; } */
.func_wrap li.import a:hover{ 
    background: #f3f3f3; 
    border-color: #f3f3f3; }
.func_wrap li.batch a{ 
    color: #fff; 
    background: #285ee4; 
    border-color: #285ee4; 
}
.func_wrap li.batch a:hover{ background: #2E4A8F; border-color: #2E4A8F; }

/* .func_wrap li a span{ 
    float: left; 
    margin: 4px 0 0 0; 
} */

input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="date"], input[type="time"]{ border: solid 1px #c6c6c6 !important; transition: 0.1s; }
input[type="text"]:hover, input[type="email"]:hover, input[type="password"]:hover, input[type="number"]:hover, input[type="date"]:hover, input[type="time"]:hover, input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="time"]:focus{ border: 2px solid #285ee4 !important; outline: none; }
input.not_vaild { border: 2px solid #FF0000 !important; }
input.is_vailded, input:focus.is_vailded { border: 2px solid #285ee4 !important; }
input.active { border: 2px solid #285ee4 !important; }
input:disabled, input:disabled:hover{ color: #b4b4b4; background: #d8d7dc !important; border-color: #d8d7dc !important; }
.not_vaild ~ .vaild_text { display: block; }

.input-field{ position: relative; }
.input-field .error_field{ color: #f00 !important; position: absolute; top: -25px; right: 65px; }

.sc-datepicker input, .sc-datepicker input:hover, .sc-datepicker input:focus { border: 0 !important;}
.record_search input, .record_search input:hover, .record_search input:focus { border: 0 !important;}

.clearfix{ clear: both; }

.bg01{ background: #2E4A8F !important; }
.bg02{ background: #285ee4 !important; }

table.data-table tbody tr td .action img{ max-height: 40px; }
.action { position: relative; }
.action .note{ width: 150px; padding: 15px; color: #fff; font-size: 1em; line-height: 1.325em; background: #285ee4; border-radius: 10px; text-align: center; position: absolute; top: 43px; left: -105px; z-index: 1; display: none; opacity: 0; transition: 0.1s; }
.action .arrow-up{ 
    width: 0;
     height: 0; 
     border-left: 5px solid transparent; 
     border-right: 5px solid transparent; 
     border-bottom: 5px solid #285ee4; 
     position: absolute; 
     top: -5px; 
     left: 139px;
    }
    
.action:hover .note{ display: block; opacity: 1; }

.unstrick{ position: relative; }
.unstrick h3{ margin-bottom: 10px; color: #000 !important; font-size: 30px; }
.unstrick p{ font-size: 20px; font-weight: bold; }
.unstrick .note{ width: 360px; padding: 20px 45px; background: #f2f1f6; border-radius: 20px; box-shadow: 1px 3px 5px rgba(0, 0, 0, .35); position: absolute; z-index: 100; top: 46px; left: -105px; display: none;/*  opacity: 0; */ }
.unstrick .note.active{ display: block; }
.unstrick .arrow-up{ width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-bottom: 20px solid #f2f1f6; position: absolute; top: -20px; left: 139px;}
.unstrick .sc-datepicker{ height: 38px; margin: 10px auto 0 auto; font-size: 20px; background: #fff; border: 0; border: 2px solid #029898; border-radius: 8px; text-align: center; }
.unstrick .sc-datepicker input{ width: 282px !important; max-width: 282px !important; margin: 0 !important; padding: 0 !important; color: #000; background: url('../images/ico-calendar.png') right center no-repeat; background-size: 17px auto; box-shadow: none !important; }
/* .unstrick:hover .note{ display: block; opacity: 1; } */
.unstrick .info{ max-width: 128px !important; padding-right: 35px !important; background:#fff url('../images/ico-info.png') right 7px center no-repeat; background-size: 21px auto; }

.unstrick.type2 .arrow-up{ width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-bottom: 0; border-top: 20px solid #f2f1f6; position: absolute; top: auto; bottom: -20px; right: 70px; left: auto;}
.unstrick.type2 .note{ padding: 20px 45px; background: #f2f1f6; border-radius: 20px; box-shadow: 1px 3px 5px rgba(0, 0, 0, .35); position: absolute; top: auto; right: 40px; bottom: -60px; left: auto; z-index: 99; text-align: center; display: block; /* display: none; */ }

.unstrick.type3 h3{ margin-bottom: 20px; color: #285ee4 !important; }
.unstrick.type3 .arrow-up{ width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-bottom: 0; border-top: 20px solid #f2f1f6; position: absolute; top: auto; bottom: -20px; right: auto; left: 493px;}
.unstrick.type3 .note{ width: 1100px; padding: 20px 20px; background: #f2f1f6; border-radius: 20px; box-shadow: 1px 3px 5px rgba(0, 0, 0, .35); position: absolute; top: auto; right: auto; bottom: -60px; left: 10px; z-index: 100; text-align: center; display: block; /* display: none; */ }
.unstrick.type3 input{ width: 100% !important; max-width: 100% !important; }

.unstrick.type3 button {
      float: right;
      cursor: pointer;
      border: 0px;
      background: #285ee4;
      border-radius: 20px;
      font-size: 16px;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 150px;
      height: 39px;
      transition: 0.3s;
      transform: scale(1);
      margin: 0 0 0 20px; }
.unstrick.type3 .reset { height: 37px; line-height: 37px; color: #285ee4; background: #fff; border: 2px solid #285ee4; }
.unstrick.type3 button.reset:hover, .unstrick.type3 a.reset:hover { color: #285ee4; background: #f3f3f3; border: 2px solid #285ee4; }
.unstrick.type3 button.reset:focus, .unstrick.type3 a.reset:focus { color: #285ee4; background: none; border: 2px solid #285ee4; }

.unstrick.type3 .upload_field{ height: auto; background: none; border: 0; border-radius: 0; display: block; }
.unstrick.type3 .upload_field_inner{ width: 100%; height: 100%; }
.unstrick.type3 .upload_field_inner button{ height: auto !important; margin: 0 auto; padding: 4px 0 !important; font-size: 14px !important; cursor: pointer; color: #285ee4; background: #fff; border: 1px solid #285ee4; border-radius: 5px;}
.unstrick.type3 .upload_field_inner button img{ margin-right: 5px; }
.unstrick.type3 .upload_field p{ font-size: 12px; font-weight: normal; position: absolute; }
.unstrick.type3 .preview{ min-width: auto; }
.unstrick.type3 #preview_name{ width: 150px; color: #285ee4; border: 0; border-radius: 0; box-shadow: 1px 3px 5px rgba(0, 0, 0, .35); position: absolute; bottom: -65px !important; padding: 5px 35px 5px 10px !important; box-sizing: border-box; cursor: pointer; }
.unstrick.type3 #preview_check_wrap{ top: 70px !important; left: -10px; }
.unstrick.type3 #preview_check_wrap i{ right: 77px;}
.unstrick.type3 .preview_check{ width: 160px; padding: 0 5px;}
.unstrick.type3 .preview_check img{ margin-top: 5px; }
.unstrick.type3 .preview_check span{ float: left; font-size: 14px; }
.unstrick.type3 .preview_check button{ float: left; width: auto; height: auto; margin: 3px 0 0 10px; padding: 0; color: #000; font-size: 14px; border: 0; }
.unstrick.type3 .preview_check button:hover{ color: #f00; }


.chk1 {
    font-size: 16px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px; }
    .chk1 .chk-container {
      float: none;
      font-size: 16px;
      text-align: center;
      font-weight: 300;
      margin-bottom: 0;
      padding-left: 40px; }
      .chk1 .chk-container .warn {
        padding-top: 8px;
        color: #ff0000; }
      .chk1 .chk-container a {
        color: #2E4A8F; }
    .chk1 .outter {
      left: 0;
      top: -11px;
      padding-top: 5px;
      padding-left: 5px;
      height: 33px;
      width: 330px;
      border-radius: 50%;
      position: absolute;
      width: 34px;
      height: 34px;
      transition: 0.3s; }
      .chk1 .outter:hover {
        background: #d2e0e4; }
      .chk1 .outter:active {
        background: #a7cdd0; }
      .chk1 .outter .checkmark {
        top: 8px;
        left: 8px;
        border: 2px solid #285ee4;
        z-index: 2;
        background: none; }


  .chk-container input:checked ~ .outter .checkmark {
    background: #285ee4; }
  .chk-container input:checked ~ .outter .checkmark:before {
    display: block;
    border-color: #fff; }
  .chk-container input:checked ~ .outter .checkmark:after {
    display: block;
    border-color: #fff; }

.chk1 .outter.check_all .checkmark { border: 2px solid #fff; }
#check_all{ margin: 0px 0 0 0; }
.check_item{ 
    margin-left: 13px !important;
     display: flex;
     justify-content: center;
     align-items: center; 
    }
/* .chk-container input:checked ~ .outter.check_all .checkmark {
    background: #285ee4; } */
/* .chk-container input:checked ~ .outter.check_all .checkmark:before {
    display: block;
    border-color: #285ee4; }
  .chk-container input:checked ~ .outter.check_all .checkmark:after {
    display: block;
    border-color: #285ee4; } */

.unstrick_dtl{ float: right; margin: 20px 30px 0 30px; padding: 0; list-style: none; overflow: hidden; }
.unstrick_dtl li{ overflow: hidden;}
.unstrick_dtl li p{ float: left; text-align: right; }
.unstrick_dtl li p:first-child{ width: calc(100% - 65px); }
.unstrick_dtl li p:last-child{ width: 65px; }

.w-100{ width: 100px; }