html {
    scroll-behavior: smooth;
}

body{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nav-section {
    position        : sticky !important;
    padding         : 10px 0 !important;
    top             : 0 !important;
    background-color: white !important;
    z-index         : 99;
}

.progress-bar-section {
    height          : 4px !important;
    background-color: #C4C4C4 !important;
}

.progress-bar-bg-pink {
    background-color: rgb(255, 0, 127) !important;
}

.detail-section {
    min-height: calc(100vh - 162px);
}

.question-section {
    min-height: calc(100vh - 122px);
}

.detail-text {
    font-family  : 'Mulish', sans-serif;
    font-size    : 24px;
    line-height  : 32px;
    font-weight  : unset;
    color        : rgb(47, 47, 47);
    margin-bottom: 0px;
}

.line-height-40{
  line-height  : 40px !important;
}

.footer-section {
    padding         : 8px 16px;
    background-color: #F2F2F2;
    box-shadow      : rgb(0 0 0 / 10%) 0px -1px;
    /* position     : fixed;
    width           : 100%;
    bottom          : 0; */
}

.rc-form-btn {
    padding         : 8px 18px;
    min-height      : 48px;
    background-color: rgb(255, 0, 127);
    color           : #ffffff !important;
    border-radius   : 4px;
    font-weight     : 700;
    font-family     : 'Mulish', sans-serif;
    font-size       : 24px;
    outline         : none;
    border          : 1px solid transparent;
    margin          : 0px;
    cursor          : pointer;
}

.rc-form-btn:hover {
    color          : white !important;
    text-decoration: none !important;
}

.time-text {
    font-weight  : 300;
    font-family  : 'Mulish', sans-serif;
    font-size    : 14px;
    line-height  : 20px;
    color        : rgb(47, 47, 47);
    margin-bottom: 0px;
}

.que-num {
    font-family  : 'Mulish', sans-serif;
    font-size    : 14px;
    font-weight  : 400;
    margin-bottom: 0;
    white-space: nowrap;
}

.ans-input {
    font-weight  : 400 !important;
    font-family  : 'Mulish', sans-serif;
    font-size    : 30px !important;
    color        : rgb(47, 47, 47) !important;
    border       : none !important;
    border-bottom: 1px solid rgb(47, 47, 47, 0.3) !important;
}

.ans-input:focus {
    border-bottom: 2px solid rgb(47, 47, 47) !important;
}

.ans-input::-webkit-input-placeholder {
    /* Edge */
    color: rgb(47, 47, 47, 0.3) !important;
}

.ans-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(47, 47, 47, 0.3) !important;
}

.ans-input::placeholder {
    color: rgb(47, 47, 47, 0.3) !important;
}

.min-width-750 {
    min-width: 750px;
}

.w-90 {
    width: 90%;
}

.question-footer {
    background : #F0F0F0;
    height     : 54px;
    display    : flex;
    align-items: center;
    position   : fixed;
    width      : 100%;
    bottom     : 0;
}

.question-text {
    font-family  : 'Mulish';
    font-style   : normal;
    font-weight  : 400;
    font-size    : 12px;
    line-height  : 15px;
    color        : #000000;
    margin-bottom: 0;
}

.button-up {
    background   : #FF007C;
    box-shadow   : 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    border       : #FF007C;
    width        : 31px;
    height       : 31px;
}

.question-option {
    display         : flex;
    align-items     : center;
    padding         : 4px 8px;
     /* width           : 185px; */
    min-height      : 40px;
    border-radius   : 4px;
    background-color: rgba(47, 47, 47, 0.1);
    border          : 1px solid rgb(47, 47, 47);
    color           : rgb(47, 47, 47);
    font-size       : 20px;
    font-weight     : unset;
    cursor          : pointer;
    
}

.option-alphabat {
    position        : relative;
    width           : 24px;
    height          : 24px;
    border-radius   : 2px;
    font-size       : 12px;
    line-height     : 16px;
    font-family     : sans-serif;
    background-color: rgba(255, 255, 255, 0.8);
    color           : rgb(47, 47, 47);
    border          : 1px solid rgba(47, 47, 47, 0.6);
    font-weight     : 600;
    display         : flex;
    align-items     : center;
    justify-content : center;
}


.option-name {
    font-weight  : unset;
    font-family  : 'Mulish', sans-serif;
    font-size    : 20px;
    line-height  : 28px;
    color        : #2f2f2f;
    margin-bottom: 0;
}

.min-width-100 {
    min-width: 100px;
    flex: 1 1 0%;
}

.tick-icon {
    display: none;
}

.question-option:hover {
    background-color: rgba(47, 47, 47, 0.3);
}

.option-radio-input:checked + .question-option {
    border: 2px solid rgb(47, 47, 47);
}

.option-radio-input:checked + .question-option .option-alphabat {
    color           : white;
    background-color: rgb(47, 47, 47);
}

.option-radio-input:checked + .question-option .tick-icon {
    display: block;
}



.error-message {
    background-color: rgb(247, 230, 230);
    border-radius   : 3px;
    color           : rgb(255, 255, 255);
    display         : inline-block;
    min-height      : 28px;
    outline         : 0px;
    padding         : 4px 8px;
    position        : relative;
    display: none;
}

.error-text{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgb(175, 4, 4);
    font-family: sans-serif;
    margin-bottom: 0px;
}

.error-text span svg{
    fill:#af0404;
}

.progress-bar-w-50{
    width: 50%;
}

.max-width-750{
    max-width: 750px;
}
.content-detail{
    font-weight: unset;
    font-family: 'Mulish', sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: rgba(47, 47, 47, 0.7);
}


.biz-loading{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9;
    top: 0;
}

@media (min-width:320px) and (max-width:767px){

    .detail-text{
        font-size: 20px;
    }

    .rc-form-btn{
        font-size: 20px;
    }

    .ans-input{
        font-size: 24px !important;
    }

    .question-option{
        font-size: 16px;
    }

    .option-name{
        font-size: 16px;
    }

    .progress-bar-w-50{
        width: 100% !important;
    }

    .min-width-750{
        min-width: 100%;
    }

    .question-option{
        width: 100%;
    }
    .content-detail{       
        font-size: 16px;       
    }
}


.animateButton{
    width: 35%;
}
  .animateButton .hide {
        display: none;
   }
  .animateButton .button {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    magrin: 0;
    padding: 1.5rem 3.125rem;
    background-color: #3498db;
    border: none;
    border-radius: 0.3125rem;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.2);
    color: white;
    overflow: hidden;
    font-weight: bold;
    background-color: rgb(255, 0, 127);
    font-family     : 'Mulish', sans-serif;
    font-size       : 24px;
    

    
  }
  .animateButton .button:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: rgb(255, 151, 203);
    font-family     : 'Mulish', sans-serif;
    font-size       : 24px;
  }
  .animateButton .button span {
    position: absolute;
    line-height: 0;
  }
  .animateButton .button span i {
    transform-origin: center center;
  }
  .animateButton .button span:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%);
  }
  .animateButton .button span:nth-of-type(2) {
    top: 100%;
    transform: translateY(0%);
    font-size: 24px;
  }
  .animateButton .button span:nth-of-type(3) {
    display: none;
  }
  .animateButton .active {
    background-color: rgb(255, 0, 127);
  }
  .animateButton .active:before {
    width: 100%;
    transition: width 2.5s linear;
  }
  .animateButton .active span:nth-of-type(1) {
    top: -100%;
    transform: translateY(-50%);
  }
  .animateButton .active span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .animateButton .active span:nth-of-type(2) i {
    animation: loading 500ms linear infinite;
  }
  .animateButton .active span:nth-of-type(3) {
    display: none;
  }
  .animateButton .finished {
    background-color: rgb(255, 0, 127);
  }
  .animateButton .finished .submit {
    display: none;
  }
  .animateButton .finished .loading {
    display: none;
  }
  .animateButton .finished .check {
    display: block !important;
    font-size: 24px;
    animation: scale 0.5s linear;
  }
  .animateButton .finished .check i {
    transform-origin: center center;
  }
  
  @keyframes loading {
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes scale {
    0% {
      transform: scale(10);
    }
    50% {
      transform: scale(0.2);
    }
    70% {
      transform: scale(1.2);
    }
    90% {
      transform: scale(0.7);
    }
    100% {
      transform: scale(1);
    }
  }