[mx_modal] {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 101;
    transition: transform 0.3s, opacity 0.3s;
    transform: scale(0.94);
    /*opacity: 0;  */
  }
  
  .modal_view {
    position: relative;
    width: 720px;
    min-height: 140px;
    border-radius: 16px;
    background-color: white;
    box-shadow: 0px 0px 150px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.16);
    text-align: center;
    padding: 20px;
    overflow: hidden;
  }
  
  .modal_view.cube_list_view {
    padding: 20px 0px 0px 0px;
  }
  
  .modal_view_footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 60px;
    width: 100%;
    z-index: 300;
    border-top: 1px solid #CCC;
    background-color: #fff;
  }
  
  .modal_view_footer_frame {
    position: fixed;
    height: 60px;
    left: 51px;
    right: 51px;
    bottom: 51px;
    z-index: 1;
    border-top: 1px solid #CCC;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: #fff;
  }
  
  .modal_view_header {
    border-bottom: 1px solid #CCC;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    top: 0px;
    height: 60px;
    width: 100%;
    border-bottom: 1px solid #CCC;
    z-index: 1;
  }
  
  .modal_view_header_frame {
    position: fixed;
    height: 60px;
    left: 51px;
    right: 51px;
    top: 51px;
    z-index: 1;
    border-bottom: 1px solid #CCC;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    pointer-events: fill;
    background-color: #fff;
  }
  
  .modal_view_sm {
    width: 420px;
  }
  
  .modal_view_full {
    position: absolute;
    width: auto;
    height: auto;
    top: 50px;
    left: 50px;
    bottom: 50px;
    right: 50px;
    padding: 0px;
  }
  
  .modal_view_body {
    position: absolute;
    padding: 0px 20px;
    top: 60px;
    left: 0px;
    bottom: 60px;
    right: 0px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    pointer-events: fill;
    will-change: scroll-position;
  }
  
  .modal_view_full_content.has_header {
    padding-top: 80px;
  }
  
  .modal_view_full_content.has_footer {
    padding-bottom: 80px;
  }
  
  .modal_view input {
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.16);
  }
  
  .modal_view textarea {
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.16);
  }
  
  .modal_close {
    font-size: 1.6rem;
    position: absolute;
    top: 10px;
    right: 15px;
    transition: all 0.4s;
    color: #777;
    z-index: 1;
  }
  
  .modal_close:hover {
    transform: scale(1.2);
    cursor: pointer;
  }
  
  .modal_title {
    font-size: 1.4rem;
    color: #333;
  }
  .modal_title > i {
    font-size: 1.4rem;
    margin-right: 8px;
  }
  
  .mx_modal_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: saturate(180%) blur(40px);
    -webkit-backdrop-filter: saturate(180%) blur(40px);
    opacity: 0;
    transition: opacity 0.5s;
    z-index: 100;
  }
  
  .loader_frame {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 200;
    background: #fff;
    transition: all 0.3s;
    opacity: 0;
    pointer-events: none;
  }
  
  .loader_frame_bg {
    position: fixed;
    top: 60px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 15;
    background: #EEE;
    transition: all 0.5s;
    opacity: 0;
    pointer-events: none;
  }
  
  .loader_frame_bg > div {
    text-align: center;
  }
  
  .loader_frame_bg > div > i {
    font-size: 3rem;
  }
  
  .loader_frame_active {
    opacity: 1;
    pointer-events: fill;
  }
  
  .loader_frame_mid {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 200;
    transition: all 0.3s;
    opacity: 0;
  }
  
  .loader_frame_mid > div {
    background-color: #fff;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #CCC;
  }
  
  .lds-spinner-box {
    position: relative;
    width: 36px;
    height: 36px;
    overflow: hidden;
  }
  
  .lds-spinner {
    position: relative;
    width: 36px;
    height: 36px;
    transform: translateX(-12px);
  }
  
  .lds-spinner div {
    transform-origin: 30px 18px;
    animation: lds-spinner 0.84s linear infinite;
  }
  
  .lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 29px;
    width: 2px;
    height: 7px;
    border-radius: 27%;
    background: #555;
  }
  
  .lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -0.77s;
  }
  
  .lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -0.7s;
  }
  
  .lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.63s;
  }
  
  .lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.56s;
  }
  
  .lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.49s;
  }
  
  .lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.42s;
  }
  
  .lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.35s;
  }
  
  .lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.28s;
  }
  
  .lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.21s;
  }
  
  .lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.14s;
  }
  
  .lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.07s;
  }
  
  .lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
  }
  
  @keyframes lds-spinner {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0.1;
    }
  }

  .center_content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  
/* ---------------------------------- */
/* switch_box */
/* ---------------------------------- */
.switch_box {
    position: relative;
    width: 63px;
    height: 36px;
    border-radius: 18px;
    background-color: #EEE;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #eaf0f2;
    cursor: pointer;
  }
  
  .switch_box > .switch_btn {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 2px;
    margin-top: -15px;
    border-radius: 15px;
    background-color: #fff;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0px 0 rgba(0, 0, 0, 0.04), 0 4px 9px rgba(0, 0, 0, 0.13), 0 3px 3px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0px 0 rgba(0, 0, 0, 0.04), 0 4px 9px rgba(0, 0, 0, 0.13), 0 3px 3px rgba(0, 0, 0, 0.05);
  }
  
  .switch_box > .switch_bg {
    position: absolute;
    width: 56px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -28px;
    border-radius: 40px;
    background-color: #fff;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  
  .switch_box_opened {
    position: relative;
    background-color: #003366;
  }
  
  .switch_box_opened > .switch_btn {
    left: 29px;
  }
  
  .switch_box_opened > .switch_bg {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  