@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body, h1, h2, h3, h4, h5, h6, p, li {
    font-family: 'Rubik', sans-serif !important;
}

p:last-child, li:last-child {
    margin: 0;
}

/* Login */

#login_page {
    background: #fff;
    position: relative;
    width: 100%;
    height: 100vh;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

#login_page .row {
    height: 100vh;
}

#login_page .image-element {
    background: url(images/login-bg.jpg) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
}

#login_page h1 {
    font-size: 40px;
    font-weight: 400;
}

#login_page p {
    font-weight: 400;
    font-size: 14px;
}

#login_form .fa.fa-eye-slash.fa-eye:before {
    content: "\f06e";
}

#login_page .form-col h1 {
    color: #142630;
}

#login_page .form-col p {
    color: #AAAAAA;
}

#login_form>* {
    position: relative;
}

#login_page .form-col-in {
    width: 86%;
    margin-left: auto;
}

#login_form input {
    background: #fff;
    border: 1px solid #bfbfbf;
    height: 44px;
    color: #505457;
    font-size: 14px;
    border-radius: 5px;
    padding: 10px 15px;
}

#login_form #togglePassword {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    cursor: pointer;
    font-size: 16px;
    color: #861F41;
}

#login_form .reset-pwd {
    text-align: right;
}

#login_form .reset-pwd a {
    color: #861F41;
    text-decoration: none;
    font-size: 12px;
}

#login_form #login_btn {
    height: 44px;
    line-height: normal;
    display: flex;
    padding: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: #0E2D52;
    font-weight: 400;
    font-size: 14px;
    border-radius: 5px;
    border: none;
    transition: all 0.3s ease-in-out;
}

#login_form #login_btn:hover {
    background: #861F41;
}

#login_page .form-col .note {
    color: #717171;
}

#login_page .form-col .note b {
    font-weight: inherit;
    color: #192224;
}

#login_page .row>*:first-child {
    padding-right: 40px;
}

#login_page .row>*:last-child {
    padding-left: 40px;
}

#login_page .login-text h1 {
    color: #fff;
}

#login_page .login-text p {
    color: #B9B9B9;
}

#login_page .container {
    position: relative;
}

#login_page #head-logo {
    position: absolute;
    right: 12px;
    top: 5%;
}

#login_page #head-logo img {
    width: auto;
    height: 45px;
}




/* Inventory */


body.image-bg {
    background: url(images/body-bg.jpg) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}

#top-bar {
    background: #fff;
    box-shadow: 0 3px 6px #0000001a;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: +99;
}

#top-bar .top-in {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#top-bar #top-logo img {
    width: auto;
    height: 40px;
}

#top-bar #top-menu img {
    width: auto;
    height: 20px;
}

#name-pop {
    background: #0E2D52;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 55px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
}

#quest {
    padding: 0 0 40px;
}

#quest .row>* {
    margin-bottom: 15px;
}

#quest .row>*:last-child {
    margin-bottom: 0;
}

#quest .quest-in {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 6px #0000001a;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 63px;
    padding: 0 20px;
}

#quest .quest-in .quest-title {
    font-size: 14px;
    color: #717171;
    font-weight: 400;
}

#quest .quest-in .quest-option {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#quest .quest-in .quest-option .quest-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 12px;
    color: #717171;
    font-weight: 400;
}

#quest .quest-in .quest-option .quest-info>* {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 2px solid #C4C4C4;
}

#quest .quest-in .quest-option .quest-info>*:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

#quest .quest-in .quest-option .quest-info img {
    width: auto;
    height: 17px;
    margin-right: 3px;
}

#quest .quest-in .quest-option .quest-btn {
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    background: #861F41;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    height: 41px;
    margin-left: 15px;
    transition: all 0.3s ease-in-out;
}

#quest .quest-in .quest-option .quest-btn:hover {
    background: #0E2D52;
}



/* Intro */


#back-sec a {
    text-decoration: none;
    color: #505457;
    font-size: 15px;
}

#back-sec a img {
    width: auto;
    height: 14px;
    position: relative;
    top: -1px;
    margin-right: 2px;
}

#intro-sec .intro-head {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #D8D8D8;
    margin: 0 0 25px;
    padding: 18px 25px;
}

#intro-sec .intro-head h4 {
    margin: 0 0 15px;
    font-size: 20px;
    color: #505457;
    font-weight: 400;
}

#intro-sec .intro-head h4:last-child {
    margin: 0;
}

#intro-sec .intro-head p {
    font-size: 13px;
    color: #717171;
}

#intro-sec .intro-instruction {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #D8D8D8;
    padding: 30px 25px;
    margin: 0 0 30px;
}

#intro-sec .intro-instruction h6 {
    font-weight: 500;
    color: #142630;
    margin: 0 0 10px;
    font-size: 14px;
}

#intro-sec .intro-instruction p {
    font-size: 13px;
    color: #717171;
}

#intro-sec .intro-instruction blockquote {
    font-size: 13px;
    color: #717171;
    padding-left: 25px;
    margin-top: -10px;
}

#intro-sec .intro-instruction ul {
    padding: 0;
    list-style: none;
    font-size: 13px;
    color: #717171;
    margin: 0;
    margin-bottom: 1rem;
}

#intro-sec .intro-instruction a.cst-btn {
    margin-top: 25px;
}

body a.cst-btn {
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    max-width: 220px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    height: 44px;
    border-radius: 5px;
    background: #861F41;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

body a.cst-btn img {
    width: auto;
    height: 11px;
    margin-left: 7px;
}

body a.cst-btn:focus,
body a.cst-btn:hover {
    background: #0E2D52;
}

body a.cst-btn.alternate {
    background: #0E2D52;
}

body a.cst-btn.alternate:focus,
body a.cst-btn.alternate:hover {
    background: #861F41;
}

#back-sec .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#back-sec .sub-btn {
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
    width: 100%;
    max-width: 130px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    height: 42px;
    border-radius: 5px;
    background: #861F41;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

#back-sec .sub-btn:hover {
    background: #0E2D52;
}

#intro-sec.sec-list .intro-head {
    padding: 0 25px;
    height: 62px;
    background: #EEEEEE;
    border: none;
    box-shadow: 0 4px 8px #00000014;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#intro-sec.sec-list .intro-head>h4 {
    margin: 0;
}

#intro-sec .intro-head .intro-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#intro-sec .intro-head .info-btn {
    padding: 0;
    border: none;
    outline: none;
    font-size: 14px;
    color: #717171;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-right: 30px;
}

#intro-sec .intro-head .info-btn img {
    width: auto;
    height: 20px;
    margin-right: 4px;
}

#intro-sec .intro-head .review {
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    font-size: 11px;
    color: #717171;
    position: relative;
}

#intro-sec .intro-head .review img {
    width: auto;
    height: 19px;
    margin: 0 0 3px;
}

#rev-drop {
    position: absolute;
    top: 130%;
    background: #fff;
    border: 1px solid #D8D8D8;
    box-shadow: 0 3px 6px #0000001a;
    z-index: +9;
    opacity: 0;
    visibility: hidden;
    right: -200%;
    border-radius: 5px;
}

@keyframes slide {
    from {
        opacity: 0;
        visibility: hidden;
        top: 150%;
    }
    to {
        opacity: 1;
        visibility: visible;
        top: 130%;
    }
}

#review-phone.active #rev-drop,
#review.active #rev-drop {
    animation: slide 1 0.4s ease-in-out;
    animation-fill-mode: forwards;
}

#rev-drop .rev-in {
    padding: 15px;
}

#rev-drop .questions {
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(10,1fr);
    grid-gap: 1px;
    margin: 0 0 12px;
}

#rev-drop .questions li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 40px;
    height: 40px;
    background: #EEEEEE;
    border-radius: 2px;
    border: 1px solid #a7a7a7;
    font-size: 13px;
    font-weight: 400;
    color: #94989C;
    text-align: center;
    z-index: 1;
}

#rev-drop .questions li.active {
    background: #D7FBE3;
    border-color: #4fd97d;
    color: #717171;
}

#rev-drop .questions li.focus:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 1px solid #0E2D52;
    border-radius: 2px;
    z-index: -1;
}

#rev-drop .data {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#rev-drop .data li {
    font-size: 12px;
    color: #505457;
    font-weight: 400;
    margin-right: 20px;
    position: relative;
    padding-left: 20px;
}

#rev-drop .data li:last-child {
    margin-right: 0;
}

#rev-drop .data li:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #EEEEEE;
    border-radius: 2px;
    border: 1px solid #a7a7a7;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#rev-drop .data li.att:before {
    background: #D7FBE3;
    border-color: #4fd97d;
}

#quest-list {
    padding-bottom: 110px;
}

#quest-list .quest-list-in {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px;
}

#quest-list h6 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    color: #505457;
}

#quest-list .filter-data .dataTables_length label {
    display: flex;
    align-items: center;
}

#quest-list .filter-data p {
    margin: 0;
    color: #44423F;
    font-size: 13px;
    font-weight: 400;
}

#quest-list .filter-data select {
    width: 60px;
    background: url(icons/select-arrow.svg) no-repeat center #fff;
    background-position-x: calc(100% - 10px);
    background-size: 11px;
    border: 1px solid #96938E;
    border-radius: 5px;
    height: 34px;
    padding: 0 10px;
    margin: 0 10px;
    outline: none;
    box-shadow: none;
    font-size: 13px;
    font-weight: 400;
    color: #44423F;
}

#quest-list .desc {
    font-size: 14px;
    color: #505457;
    font-weight: 400;
}

#quest-table {
    margin: 0;
}

#quest-table thead th {
    padding: 0 15px;
    background: #fff;
    color: #717171;
    font-weight: 400;
    font-size: 20px;
    border: none;
    text-align: center;
    line-height: 1em;
    vertical-align: top;
}

#quest-table tbody tr {
    box-shadow: 0 4px 8px #00000014;
    text-align: center;
}

#quest-table tbody td {
    border: none;
    padding: 15px;
    box-shadow: none;
    background: #fff;
    vertical-align: middle;
}

#quest-table tbody tr td:first-child {
    text-align: left;
    color: #717171;
    font-size: 15px;
    font-weight: 400;
}

#quest-table tbody .spacer {
    height: 15px;
    background: transparent;
    box-shadow: none;
}

#quest-table tbody td input {
    margin: 0;
    width: 22px;
    height: 22px;
    -webkit-appearance: none;
    border: 1px solid #861F41;
    outline: none;
    box-shadow: none;
    position: relative;
    background: #fff;
    transition: all 0.3s ease-in-out;
}

#quest-table tbody td input:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 4px #861f41;
    opacity: 0;
    transition: inherit;
}

#quest-table tbody td input:checked {
    background: #F3F4FC;
}

#quest-table tbody td input:checked:before {
    opacity: 1;
}

#submitModal .modal-content .modal-title {
    font-weight: 500;
    text-transform: none;
    font-size: 16px;
}

#submitModal .modal-content .cst-btn {
    margin-left: auto;
    max-width: 150px;
}

#back-sec .time-quest {
    margin: 0;
    margin-left: auto;
    margin-right: 25px;
    color: #717171;
    font-size: 14px;
    font-weight: 400;
}

#back-sec .time-quest b {
    color: #0E2D52;
}

input.write {
    width: 100%;
    max-width: 300px;
    height: 56px;
    background: #fff;
    border-radius: 5px;
    outline: none !important;
    box-shadow: 0 4px 10px #0000001a !important;
    font-weight: 400;
    font-size: 14px;
    color: #505457;
    border: 1px solid #ededed;
    padding: 10px 15px;
    appearance: textfield;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}

input.write::-webkit-outer-spin-button,
input.write::-webkit-inner-spin-button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  margin: 0;
}

input.write:placeholder-shown {
    box-shadow: 0 4px 10px #0000000d !important;
}

input.write::placeholder {
    color: #C9C9C9;
}

#quest-list>.container {
    margin-bottom: 30px;
}

input.c-radio {
    margin: 0;
    width: 22px;
    height: 22px;
    -webkit-appearance: none;
    border: 1px solid #861F41;
    outline: none;
    box-shadow: none;
    position: relative;
    background: #fff;
    border-radius: 50%;
    margin-right: 15px;
    transition: all 0.3s ease-in-out;
}

input.c-radio:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 4px #861f41;
    opacity: 0;
    transition: inherit;
}

input.c-radio:checked {
    background: #F3F4FC;
}

input.c-radio:checked:before {
    opacity: 1;
}

div.write {
    width: auto;
    min-width: 300px;
    min-height: 56px;
    background: #fff;
    border: none;
    border-radius: 5px;
    outline: none !important;
    box-shadow: 0 4px 10px #0000000d !important;
    font-weight: 400;
    font-size: 14px;
    color: #717171;
    padding: 10px 15px;
    padding-right: 25px;
    display: flex;
    align-items: center;
    max-width: calc(100% - 37px);
}

input.c-radio:checked + div.write {
    box-shadow: 0 4px 10px #0000001a !important;
}

#quest-list .d-flex:not(:last-child) {
    margin-bottom: 15px;
}

table.comp-table {
    width: 100%;
    max-width: 66%;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 4px 10px #0000001a;
    margin-bottom: 0;
}

table.comp-table thead tr th {
    text-align: center;
    background: #505457;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 8px;
    border-radius: 5px 5px 0 0;
    border: none;
    box-shadow: none;
}

table.comp-table tbody tr th {
    font-size: 16px;
    color: #0E2D52;
    font-weight: 400;
    padding: 15px 30px;
    border: none;
    box-shadow: none;
    vertical-align: middle;
}

table.comp-table tbody tr td {
    font-size: 14px;
    color: #717171;
    font-weight: 400;
    padding: 5px 30px;
    border: none;
    box-shadow: none;
    line-height: normal;
    vertical-align: middle;
}

table.comp-table tbody tr:last-child td {
    padding-bottom: 15px;
}

table#original.comp-table {
    margin-bottom: 30px;
}

table#copy.comp-table {
    box-shadow: none;
    max-width: 100%;
}

table#copy.comp-table tbody tr td {
    padding: 0 30px;
}

table#copy.comp-table tbody tr td:not(:last-child) {
    background: #fff;
    box-shadow: 0 4px 10px #0000000f;
}

table#copy.comp-table tbody tr td:nth-child(1) {
    border-radius: 5px 0 0 5px;
}

table#copy.comp-table tbody tr td:nth-child(2):before,
table#copy.comp-table tbody tr td:nth-child(3):before {
    content: '';
    position: absolute;
    width: 20px;
    height: 56px;
    background: #ffffff;
    margin-left: -40px;
    margin-top: -20px;
}

table#copy.comp-table tbody tr td:nth-child(3) {
    border-radius: 0 5px 5px 0;
}

table#copy.comp-table tbody .spacer {
    height: 15px;
    background: transparent;
    box-shadow: none;
}

table#copy.comp-table input.write {
    box-shadow: 0 4px 10px #0000000f !important;
}

#business-table {
    margin: 0;
    padding: 0;
}

#business-table tbody tr td {
    vertical-align: middle;
    padding: 0 15px;
    border: none;
    font-size: 14px;
    color: #717171;
    font-weight: 400;
}

#business-table tbody .spacer {
    height: 15px;
    background: transparent;
    box-shadow: none;
}

#business-table tbody tr td:not(:last-child) {
    background: #fff;
    box-shadow: 0 4px 10px #0000000f;
}

#business-table tbody tr td:nth-child(1) {
    border-radius: 5px 0 0 5px;
    padding-right: 5px;
    width: 45px;
}

#business-table tbody tr td:nth-child(2) {
    border-radius: 0 5px 5px 0;
    padding-left: 5px;
}

#business-table tbody tr td:nth-child(2):before {
    content: '';
    position: absolute;
    width: 10px;
    height: 56px;
    background: #fff;
    margin-left: -13px;
    margin-top: -18px;
}

#business-table tbody tr td:last-child {
    width: 325px;
    padding-right: 0;
    padding-left: 25px;
}

#business-table tbody tr td input.write {
    max-width: 100%;
    box-shadow: 0 4px 10px #0000000f !important;
}

#quest-list.story-quest>.container:not(:last-child) {
    margin-bottom: 50px;
}

.story-quest p {
    font-size: 14px;
    color: #717171;
    font-weight: 400;
}

.story-quest .story-text {
    margin: 0 0 2px;
}

.story-quest .story-question {
    font-size: 15px;
    font-weight: 500;
    color: #505457;
    margin: 0 0 20px;
}

#quest-list .option-row label {
    display: flex;
    position: relative;
    height: 45px;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    padding: 0 12px;
    margin-right: 6px;
}

#quest-list .option-row label:last-child {
    margin-right: 0;
}

#quest-list .option-row label input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 5px;
    background: transparent;
    width: 100%;
    height: 100%;
    border: 1px solid #D8D8D8;
    -webkit-appearance: none;
    outline: none;
    transition: all 0.3s ease-in-out;
}

#quest-list .option-row label input:before {
    content: '';
    width: 0px;
    position: absolute;
    height: 2px;
    background: #861F41;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    transition: inherit;
}

#quest-list .option-row label input:checked {
    border-color: #861F41;
}

#quest-list .option-row label input:checked:before {
    width: calc(100% - 20px);
}

#quest-list .option-row label span {
    color: #505457;
    font-size: 14px;
    font-weight: 400;
}

#quest-list .option-row label input:checked + span {
    color: #861F41;
}

#quest-list .option-row {
    margin-top: 22px;
}

#quest-list button.mark-btn {
    outline: none;
    border: 1px solid #ededed;
    background: #fff;
    border-radius: 5px;
    margin-left: 20px;
    height: 46px;
    padding: 0 15px;
    color: #505457;
    font-size: 14px;
    box-shadow: 0 4px 10px #0000000a;
    transition: all 0.3s ease-in-out;
}

#quest-list button.mark-btn:hover {
    border-color: #505457;
}

#quest-list button.mark-btn img {
    width: 18px;
    margin-right: 5px;
}

#submit-page>.container {
    height: 74vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#submit-page .sub-in {
    text-align: center;
}

#submit-page .sub-in img {
    margin: 0 0 22px;
}

#submit-page .sub-in h5 {
    font-size: 20px;
    color: #505457;
    font-weight: 500;
    margin: 0;
}

body a#logout-btn img {
    margin: 0 6px 0 0;
    height: 15px;
}

#quest-list .quest-list-in h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #505457;
}

#phone-quiz .phone-head {
    font-size: 18px;
    color: #222222;
    font-weight: 500;
}

#phone-quiz .phone-desc {
    color: #5A5A5A;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

#phone-quiz .phone-options {
    margin: 20px 0 0;
}

#phone-quiz .phone-options>label {
    display: block;
    margin: 0 0 12px;
    box-shadow: 0 4px 8px #00000014;
    padding: 15px;
    border-radius: 5px;
    font-size: 15px;
    color: #505457;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}

#phone-quiz .phone-options>label.shadow {
    box-shadow: 0 4px 15px #00000024 !important;
}

#phone-quiz .phone-options>label input[type=radio] {
    margin: 0;
    margin-right: 10px;
    width: 22px;
    height: 22px;
    -webkit-appearance: none;
    border: 1px solid #861F41;
    outline: none;
    box-shadow: none;
    position: relative;
    background: #fff;
    transition: all 0.3s ease-in-out;
}

#phone-quiz .phone-options>label input[type=radio]:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 4px #861f41;
    opacity: 0;
    transition: inherit;
}

#phone-quiz .phone-options>label input[type=radio]:checked {
    background: #F3F4FC;
}

#phone-quiz .phone-options>label input[type=radio]:checked:before {
    opacity: 1;
}

#quest-list .filter-data {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}












#top-menu {
    position: relative;
}

#menu-sub {
    position: absolute;
    left: 50%;
    top: 180%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 12px #0000001c;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

#mob-menu.active + #menu-sub {
    top: 150%;
    opacity: 1;
    visibility: visible;
}

#menu-sub:before {
    content: '';
    position: absolute;
    left: 50%;
    z-index: -1;
    top: -14px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #fff;
    transform: translateX(-50%);
}

#menu-sub ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#menu-sub ul li:first-child a {
    border-radius: 5px 5px 0 0;
}

#menu-sub ul li:last-child a {
    border-radius: 0 0 5px 5px;
}

#menu-sub ul li a {
    display: block;
    white-space: nowrap;
    padding: 6px 15px;
    text-align: left;
    font-weight: 400;
    font-size: 13px;
    text-decoration: none;
    color: #0E2D52;
    background: transparent;
    transition: all 0.3s ease-in-out;
}

#menu-sub ul li a:hover {
    color: #fff;
    background: #861F41;
}






#bottom-bar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: +9;
    background: #fff;
    box-shadow: 0 -3px 6px #0000001a;
    padding: 15px 0;
}

#bottom-bar .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#bottom-bar p {
    font-size: 14px;
    font-weight: 400;
    color: #505457;
    margin: 0;
}





#infoModal>.modal-dialog {
    max-width: 1120px;
}

.modal .modal-content {
    padding: 35px 25px;
}

.modal .modal-content .modal-title {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #142630;
    line-height: normal;
    margin: 0 0 15px;
}

.modal .modal-content .modal-body {
    padding: 0;
    font-size: 13px;
    color: #717171;
    line-height: 1.6;
}

.modal .modal-content .modal-body blockquote {
    padding-left: 25px;
    margin-top: -10px;
}

.modal .modal-content .btn-close {
    position: absolute;
    right: 18px;
    top: 18px;
}


#second-back {
    background: #fff;
    box-shadow: 0 3px 6px #0000001a;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: +99;
}

#second-back .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

#second-back .go-back {
    margin-right: auto;
    margin-left: 0;
    text-decoration: none;
    color: #505457;
    font-size: 15px;
}

#second-back a {
    margin-left: 25px;
}

#second-back .sub-btn {
    color: #861F41;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
}

#second-back .review img {
    width: 25px;
    height: auto;
}

#quest-list .phone-quest-list {
    display: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

#quest-list .phone-quest-list .time-quest {
    font-size: 14px;
    color: #505457;
}

#quest-list .phone-quest-list .time-quest b {
    font-weight: 500;
}

#phone-table thead tr th,
#phone-table tbody tr td {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
}

#phone-table tbody tr td {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

#phone-table tbody tr:not(:first-child) td {
    padding-top: 20px;
}

#phone-table tbody tr:last-child td {
    padding-bottom: 0;
    border-bottom: none;
}


#finalSubmit {
    background: #00000080;
}

#review-phone #rev-drop {
    left: 0;
    right: auto;
    width: 100%;
}

#review-phone #rev-drop .questions {
    grid-template-columns: repeat(11,1fr);
}

#review-phone #rev-drop .questions li {
    width: 100%;
    height: 35px;
}

#phone-quiz .section-3_1>label {
    position: relative;
}

#phone-quiz .section-3_1 .custom-select {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    width: 50px;
    -webkit-appearance: none;
    background: url(./icons/section-3_1-select.svg) no-repeat center #F1F1F1;
    border: 1px solid #94989C;
    border-radius: 5px;
    color: #222222;
    padding: 0 10px;
    font-size: 14px;
    height: 35px;
    background-size: 8px;
    background-position-x: calc(100% - 9px);
}

#quest .quest-in .quest-option .complete {
    margin: 0 !important;
    position: absolute;
    right: 15px;
    width: auto;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500 !important;
    font-size: 14px;
}

.story-quest:not(:last-child) {
    margin-bottom: 30px;
}

.alert-pop i {
    font-size: 15px;
    margin-right: 5px;
}

.alert-pop>* {
    line-height: normal;
}

#bottom-bar a.cst-btn.prev {
    display: none;
}

#bottom-bar a.cst-btn.prev img {
    transform: rotate(180deg);
    margin-left: 0;
    margin-right: 7px;
}




[phone="true"] {
    display: none;
    visibility: hidden;
    opacity: 0;
}

[phone="false"] {
    display: block;
    visibility: visible;
    opacity: 1;
}




/******* Responsive *******/




@media only screen and (max-width: 800px) {

[phone="true"] {
    display: block;
    visibility: visible;
    opacity: 1;
}

[phone="false"] {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

#login_page,
#login_page .row {
    height: auto;
}

body .row>* {
    width: 100%;
    flex: auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

#login_page .row .login-text {
    height: 52vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding-right: 20px;
}

#login_page .image-element {
    width: 100%;
    height: 52vh;
}

#login_page h1 {
    font-size: 22px;
}

#login_page .row .form-col {
    padding: 40px 20px 20px;
    background: #fff;
    margin-top: -30px;
    position: relative;
    z-index: 1;
    border-radius: 30px 30px 0 0;
}

#login_page .row .form-col:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 18px;
    width: 40px;
    height: 5px;
    background: #DFE3E8;
    border-radius: 20px;
    transform: translateX(-50%);
    z-index: -1;
}

#login_page .form-col-in {
    width: 100%;
}

#name-pop {
    height: auto;
    padding: 12px;
}

#menu-sub {
    right: 0;
    left: auto;
    transform: none;
    border-radius: 5px 0 5px 5px;
}

#menu-sub:before {
    left: auto;
    right: -8px;
}

#top-bar #top-logo img {
    height: 35px;
}

#quest .row {
    margin-left: -20px;
    margin-right: -20px;
}

#quest .quest-in {
    padding: 15px;
    display: block;
    height: auto;
    position: relative;
}

#quest .quest-in .quest-title b {
    display: block;
    font-size: calc(100% + 2px);
    line-height: normal;
    color: #505457;
    font-weight: 500;
}

#quest .quest-in .quest-option {
    display: block;
    margin-top: 6px;
}

#quest .quest-in .quest-option .quest-btn {
    position: absolute;
    right: 15px;
    margin: 0;
    width: auto;
    height: auto;
    padding: 8px 10px;
    top: 50%;
    transform: translateY(-50%);
}

#quest .quest-in .quest-title,
#quest .quest-in .quest-option {
    padding-right: 90px;
}

#intro-sec .intro-instruction .cst-btn {
    display: none;
}

#bottom-bar {
    padding: 20px 0;
}

body a.cst-btn {
    width: 100%;
    max-width: 100%;
}

#bottom-bar p {
    display: none;
}

#intro-sec .intro-head h4 {
    font-size: 16px;
}

#intro-sec.sec-list .container {
    padding: 0 !important;
}

#intro-sec.sec-list .intro-head {
    height: auto;
    padding: 20px;
}

#intro-sec.sec-list .intro-head .intro-right {
    display: none;
}

#quest-list .filter-data {
    display: none;
}

#quest-list .quest-list-in {
    margin: 0 0 7px;
}

#quest-table {
    display: none;
}

#intro-sec {
    margin: 0 0 120px;
}

#intro-sec.sec-list {
    margin: 0;
}

#quest-list .phone-quest-list {
    display: flex;
}

#bottom-bar .dataTables_paginate {
    width: 100%;
}

#intro-sec .intro-instruction .big-img {
    width: 100%;
    height: auto;
}

table.comp-table tbody tr td {
    padding: 5px 15px;
}

table.comp-table {
    max-width: 100%;
}

table#copy.comp-table tbody tr th {
    padding: 12px 0 5px;
}

table#copy.comp-table tbody tr td {
    padding: 0;
    box-shadow: none !important;
}

table#copy.comp-table tbody tr td:last-child {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #efefef;
    padding: 0 0 15px;
}

table#copy.comp-table input.write {
    max-width: 100%;
}

table#copy.comp-table tbody tr:not(:first-child) {
    position: relative;
}

table#copy.comp-table tbody tr:not(:first-child) td:nth-child(2) {
    padding-bottom: 85px;
}

table#copy.comp-table tbody tr td:before {
    display: none;
}

table#phone-table .write {
    max-width: 100%;
}

table#copy.comp-table tbody tr:not(:first-child) td:not(:last-child) {
    vertical-align: top;
    padding-top: 15px;
}

table#copy.comp-table tbody .spacer {
    display: none;
}

div.write {
    width: 100%;
    min-width: auto;
}

#business-table.section-4_3 tbody tr {
    position: relative;
}

#business-table.section-4_3 tbody tr td:last-child {
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

#business-table.section-4_3 tbody tr td:not(:last-child) {
    background: none;
    box-shadow: none;
    padding-bottom: 65px;
}

#business-table tbody tr td:nth-child(2):before {
    display: none;
}

#business-table.section-4_3 tbody tr td:first-child {
    padding-left: 0;
    padding-right: 0;
    width: 22px;
}

#business-table.section-4_3 tbody .spacer {
    height: 20px;
}

#phone-quiz .section-3_1>label {
    pointer-events: none;
}

#phone-quiz .section-3_1>label .d-flex {
    pointer-events: auto;
}

body.image-bg .quest-in {
    position: relative;
}

#bottom-bar.list-bottom a.cst-btn {
    width: 48%;
}

#bottom-bar a.cst-btn.prev {
    display: flex;
}

table#original tbody tr th {
    padding: 5px;
}

table#original tbody tr td {
    padding: 5px 5px;
}

table#original tbody tr td:nth-child(2),
table#original tbody tr td:nth-child(3) {
    padding: 5px 3px;
}

.safari-device {
    overflow: hidden;
}

.safari-device body {
    max-height: calc(100vh - 44px);
    overflow-x: hidden;
    overflow-y: scroll;
}


}



@media only screen and (max-width: 300px) {

#review-phone #rev-drop .questions {
    grid-template-columns: repeat(9,1fr);
}

#review-phone #rev-drop .questions li {
    height: 30px;
}

}

