.maxwidth-1170 {
    max-width: 1170px !important;
}

#mynavbar {
    padding: 10px;
}

.my-navbar {
    height: 56px;
    position: fixed !important;
    width: 100%;
    z-index: 100;
    padding: 8px 0 !important;
    /* padding: 0 !important; */
}

.header-area {
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../img/home picture.jpg');
}

.logo {
    /*width: 220px;*/
    height: 40px;
    margin-left: 10px;
}

.my-nav-link {
    color: white !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    font-size: 14px;
    cursor: pointer;
}

.my-nav-link:hover {
    color: var(--primary-color) !important;
}

.catalogue-link:hover .industry-catalogue {
    display: block;
}

.catalogue-link, .account-link {
    position: relative;
}

.catalogue-link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 15px;
    background: transparent;
    top: calc(100% - 5px);
    cursor: pointer;
    z-index: 100;
}

.industry-catalogue, .account-wrapper {
    position: absolute;
    top: 46px;
    left: 20px;
    width: 265px;
    background: white;
    display: none;
    transition-duration: .5s;
    /*border-radius: 8px;*/
    animation: displaySubmenu ease-in 0.3s;
    box-shadow: 2px 2px 5px #bdbdbd;
    /*overflow: hidden;*/
    z-index: 1000;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

.industry-catalogue .menu-link,
.account-wrapper .menu-link {
    margin: 0 !important;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.industry-catalogue .menu-link:hover,
.account-wrapper .menu-link:hover {
    border-radius: 0;
}

.post-type-catalogue {
    width: 235px;
}

.post-type-catalogue .menu-link-container .menu-post-type {
    padding: 10px 20px;
    color: black;
}

.post-type-catalogue .menu-link-container .menu-post-type:hover {
    background: var(--primary-color);
    color: white;
}

.menu-link-container {
    position: relative;
}

.menu-link-submenu {
    background: white;
    position: absolute;
    display: none;
    top: 0;
    left: 100%;
    z-index: 1000;
    width: 130px;
    /*border-radius: 8px;*/
    box-shadow: 2px 2px 5px #bdbdbd;
    animation: displaySubmenu ease-in 0.3s;
}

.menu-link-submenu a {
    padding: 10px 25px;
}

.menu-link-submenu a i {
    width: 25px;
}

.menu-link-container:hover .menu-link-submenu {
    display: block;
}

.catalogue-link:hover .account-wrapper {
    display: block;
}

.username-wrapper {
    font-size: 18px;
    padding: 10px 20px;
    text-align: center;
}

.username-icon {
    background: gray;
    height: 40px;
    width: 40px;
    line-height: 40px !important;
    text-align: center;
    border-radius: 50%;
    margin-right: 8px;
}

.search-box {
    display: flex;
    background-color: #363636 !important;
    border: none !important;
    border-radius: 27px !important;
    height: 27px;
    font-size: 12px !important;
    line-height: 27px !important;
    color: white !important;
    padding-left: 10px;
    width: 100%;
}

.search-box:focus {
    box-shadow: none !important;
}

.search-icon {
    color: white;
    line-height: 27px !important;
}

.search-form {
    width: 400px;
}

.search-form-responsive {
    position: initial;
}

/* MAIN */
.main-container {
    padding-top: 56px;
    /*padding-bottom: 56px;*/
    min-height: calc(100vh - 172px);
}

.banner {
    min-height: calc(100vh - 56px);
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../img/slider-bg-03.jpg');*/
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../img/home picture.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    display: flex;
    /*padding-top: 56px;*/
    margin: auto;
}

.banner-register h1 {
    color: white !important;
    font-size: 50px !important;
}

.form-container {
    display: flex;
    margin: auto;
    width: 1170px;
}

h1.form-label {
    font-size: 46px;
    margin-bottom: 30px;
}

.form-login {
    margin: auto;
    width: 390px;
    /*background: linear-gradient(to bottom, rgba(39, 170, 225,.8), rgb(0 130 184 / 80%) 65%);*/
    background: linear-gradient(to bottom, rgb(0, 0, 0, 45%), rgb(0, 0, 0, 45%));
    border-radius: 10px;
    color: white;
    padding: 65px 30px;
    border: 1px solid #2f2f2f;
}

.login-text {
    color: #ffffff !important;
    background-color: transparent !important;
    background-clip: padding-box;
    border: 1px solid #474747 !important;
}

.login-text:focus {
    color: white !important;
    background-color: transparent !important;
    border-color: var(--primary-color) !important;
    outline: 0;
}

.form-register {
    width: 100% !important;
    margin: auto !important;
    padding: 65px 40px 50px;
}

.login-title {
    text-align: center;
    margin-bottom: 30px !important;
    color: white;
    font-weight: 600;
}

.btn-login {
    background-color: var(--primary-color) !important;
    border: none !important;
    width: 100%;
    margin-top: 20px !important;
    height: 38px;
}

.btn-login:hover {
    opacity: 0.8;
}

.my-link {

}

.banner-register {
    color: white;
    margin: auto;
    /* padding: 30px; */
}

.register-text {
    margin-bottom: 30px !important;
    line-height: 30px;
    font-size: 20px;
    user-select: text;
}

.btn-register {
    /*height: 40px;*/
    width: 200px;
    /*line-height: 30px !important;*/
    padding: 8px 0 !important;
}

/*----------------------QUESTION--------------------------*/

.quiz-page-container {
    margin-right: 0 !important;
    justify-content: center;
    /*background: #F3F3FA;*/
    background: white;
    padding-bottom: 100px;
}

.side-bar-quiz-page {
    border: none !important;
    position: relative !important;
    width: calc(25% - 40px) !important;
    margin-right: 15px;
    /*box-shadow: 0 1px 4px rgba(0,0,0,.15);*/
    box-shadow: none !important;
    background: transparent !important;
    padding: 30px 0 0 30px !important;
}

.side-menu-fixed {
    height: 100%;
    overflow-y: auto;
}

.side-menu-fixed::-webkit-scrollbar {
    width: 0; 
}

.side-menu-fixed:hover::-webkit-scrollbar {
    width: 5px; 
}


.quiz-page-menu {
    /*padding: 20px;
    border: 1px solid gray;
    height: 100%;*/
    background: white;
    /*border: 1px solid #e5e5e5;*/
    /*box-shadow: 0 1px 4px rgba(0,0,0,.15);*/
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border: 1px solid #efefef;
    border-radius: 8px;
    padding-bottom: 20px;
    overflow: hidden;
}

.quiz-page-menu .menu-link {
    margin: 0 5px;
    width: calc(100% - 10px) !important;
}

.quiz-page-menu a {
    text-decoration: none;
    width: 100%;
}

.industry-icon {
    margin-right: 10px;
}

.menu-title-icon {
    margin-right: 15px;
}

.quiz-page-menu-title {
    padding: 15px 40px;
    background: var(--primary-color);
    color: white;
}

.quiz-info-card {
    display: flex;
    align-items: center;
    justify-content: center;
}


.quiz-info-card-text {
    font-size: 18px;
    margin: 0;
}

.question-container {
    padding: 30px;
}

.mark-question-wrapper {
    position: absolute;
    right: 0;
    padding: 20px;
}

.mark-question-wrapper i {
    background: #FEBE16;
    cursor: pointer;
}

.question {
    border-radius: 8px;
    padding: 25px 30px 100px;
    margin: 0 0 20px;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border: 1px solid #efefef;
    display: none;
}

.title-question-page {
    padding: 80px 0 60px;
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../img/quiztest-bg.jpg');
    color: white;
}

.question-title {
    text-align: center;
    margin-bottom: 20px;
    color: white;
}

.option-wrapper h4 {
    min-width: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0;
    margin-right: 10px;
    font-size: 20px;
}

.content-question, .content-question p {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 18px;
}

.question-index {
    text-align: center;
    margin-bottom: 20px;
    line-height: 46px;
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 3px solid var(--primary-color);
    border-radius: 50%;
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 500;
}

.content-question span {
    width: 130px;
    text-align: center;
    display: inline-block;
    padding: 8px 30px;
    background: var(--primary-color);
    color: white;
    border-radius: 30px;
    margin-right: 10px;
}

.option-wrapper {
    background: #fafafa;
    display: flex;
    align-items: center;
    border: 1px solid #e9e9e9;
    margin: 15px auto;
    padding: 10px;
    border-radius: 30px;
    cursor: pointer;
    transition-duration: 0.4s;
    overflow: hidden;
    /*font-size: 13px;*/
}

.option-wrapper:last-child {
    margin-bottom: 0;
}

.option-wrapper:hover {
    border: 1px solid var(--primary-color) !important;
}

.option-wrapper:focus {
    border-color: var(--primary-color) !important;
    background: var(--primary-color);
    color: white;
}

.radio-btn-wrapper {
    width: 50px;
    display: none;
}

.radio-btn {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    margin-top: 5px;
    cursor: pointer;
}

.explain-wrapper {
    padding: 20px;
    background: white;
    border-radius: 5px;
    width: 100%;
    margin-top: 19px;
    /*box-shadow: 0 1px 4px rgba(0,0,0,.15);*/
}

.quiz-time-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 14px !important;
}

.question-list {
    padding: 0 !important;
    margin: 0 !important;
    max-height: 300px;
    overflow-y: scroll;
}

.question-list-wrapper {
    border-radius: 8px;
    padding: 30px 18px;
    background: white;
    /*box-shadow: 0 1px 4px rgba(0,0,0,.15);*/
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border: 1px solid #efefef;
    text-align: center;
    margin-bottom: 30px
}

.question-list-wrapper h2 {
    color: var(--primary-color);
    font-size: 40px;
}

.question-list-wrapper h4 {
    margin-bottom: 20px;
}

.question-list-note-circle {
    width: 28px !important;
    height: 28px !important;
    margin-right: 8px;
}

.quiz-info-icon {
    display: inline-block;
    font-size: 54px;
    border-radius: 50%;
    background: var(--primary-color);
    width: 90px;
    height: 90px;
    color: white;
    line-height: 90px;
    margin-bottom: 20px;
}

.quiz-info-btn {
    border: none !important;
    margin: 18px 0 10px;
    width: 190px !important;
    height: 40px !important;
    border-radius: 20px !important;
    background: var(--primary-color) !important;
    transition-duration: .5s;
}

.quiz-info-btn:hover {
    /*background: #1298d0 !important;*/
    opacity: 0.8;
    border: none !important;
}

.quiz-info-title {
    margin-bottom: 0;
}

.start-quiz-btn {
    width: 300px !important;
    margin-top: 20px;
}

#submit-quiz,
#submit-quiz-first {
    text-align: center;
    margin: auto;
}

#submit-quiz {
    position: relative;
}

.clock-icon {
    color: red;
    font-size: 70px;
    display: block;
    margin: 30px;
    text-align: center;
}

.time-out-text {
    margin-bottom: 30px;
}

.quiz-time-text {
    font-size: 20px;
}

.result-text {
    /*margin-bottom: 10px;*/
    font-size: 20px;
    padding: 10px;
}

.result-text i {
    margin-right: 8px;
}

#quiz-info-wrapper {
    padding: 25px 40px;
}

.quiz-info-wrapper {
    background: white;
    /*box-shadow: 0 1px 4px rgba(0,0,0,.15);*/
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 22px;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border: 1px solid #efefef;
}

.quiz-info-card-text i {
    background: var(--primary-color);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: white;
    margin-right: 14px;
}

.test-process-container {
    padding: 30px 20px 100px !important;
}

.test-process-icon {
    font-size: 48px;
    color: white;
    background: var(--primary-color);
    width: 90px;
    height: 90px;
    line-height: 90px !important;
    border-radius: 50%;
}

.test-process-card-icon {
    font-size: 13px;
    color: #626262;
}

.test-process-card-icon i {
    width: 30px;
    height: 30px;
    background: #8643DE;
    color: white;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 8px;
}

.question-circle {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    border: 1px solid #c3c3c3;
    text-align: center;
    line-height: 28px;
    margin-bottom: 20px;
    cursor: pointer;
    transition-duration: .5s;
}

.question-circle:hover {
    background-color: var(--primary-color);
    color: white;
}

.question-circle-select {
    background-color: var(--primary-color) !important;
    color: white;
}

.test-process-title {
    margin-bottom: 12px;
}

.quiz-btn {
    width: 100%;
    background: #27ae60 !important;
    border: none !important;
}

.quiz-btn i {
    /*margin-right: 12px;*/
    font-size: 20px;
}

.quiz-btn:hover {
    background-color: #219853 !important;
}

.quiz-btn:focus {
    box-shadow: none !important;
}

.interact-wrapper {
    display: flex;
    margin: auto;
    justify-content: center;
}

.interact-btn {
    margin-right: 20px;
    height: 40px;
    width: 160px;
    background: transparent !important;
    border-color: #d2d2d2 !important;
}

.interact-btn:hover {
    background-color: var(--bg-btn-hover) !important;
}

.interact-icon {
    font-size: 20px;
    margin-right: 10px;
}

.hide-question {
    display: none;
}

.show-question {
    display: block;
}

#check-result-btn {
    display: none;
}

#check-result-btn,
#submit-quiz-first {
    border-radius: 30px;
}

.btn-next-previous-wrapper {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 30px;
}

.next-previous-btn {
    width: 52px !important;
    height: 52px;
    border-radius: 50% !important;
    background: transparent !important;
    padding: 0 !important;
    color: var(--primary-color) !important;
    border: none !important;
    transition-duration: .3s !important;
}

.next-previous-btn:hover {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: white !important;
}

.next-previous-btn i {
    font-size: 30px;
    line-height: 52px !important;
}

.previous-btn-icon,
.next-btn-icon {
    font-size: 30px;
    line-height: 46px !important;
}


#submit-btn,
#submit-quiz-first {
    width: 200px;
    padding: 11px;
}

#check-result-btn {
    padding: 11px;
    width: 170px;
}

.submit-btn-icon {
    margin-right: 12px;
    font-size: 20px;
}

#instruction-wrapper {
    padding: 10px 0;
}

#instruction-wrapper h6 {
    font-size: 18px;
}

/*----------------------RESULT PAGE-------------------------------------------*/
.result-container {
    border: 1px solid #e6e6e6;
    margin-top: 40px;
    border-radius: 8px;
    overflow: hidden;
}

.result-container h4 {
    background: #cacaca;
    padding: 20px;
    text-align: center;
    font-weight: 600;
}

.result-wrapper {
    border-radius: 8px;
    /*box-shadow: 0 2px 8px rgba(0,0,0,.2);*/
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    background: white;
    padding: 20px;
    margin-right: 20px;
    min-height: 100%;
}

.test-result-wrapper {
    /*background: white;
    border-radius: 8px;*/
    padding: 30px;
    /*box-shadow: 0 1px 4px rgba(0,0,0,.15);*/
}

.result-card {
    /*background: #F2F5F7;*/
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.05);
    border: 1px solid #efefef;
}

.result-title {
    font-weight: 500;
    color: rgb(94 111 128);
    font-size: 21px;
}

.result-content i {
    margin-right: 15px;
}

.result-wrapper:last-child {
    margin-right: 0;
}

.result-detail-container {
    margin-bottom: 100px;
    position: relative;
}

.bg-true-option {
    background: green;
    color: white;
}

.bg-false-option {
    background: red;
    color: white;
}

.result-text-wrapper {
    font-size: 20px;
    text-align: center;
}

.result-text-wrapper i {
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    margin-bottom: 10px;
}

.test-result-title {
    text-align: center;
    padding: 30px;
    font-size: 38px;
    color: var(--primary-color);
}

.question-list-note {
    padding: 20px 0 30px;
    margin: 0 auto 30px !important;
    border-bottom: 1px solid #dadada;
}

.question-list-note .col-6 {
    align-items: center;
    padding: 0;
    font-size: 14px;
}

/*---------------------------ADMIN PAGE----------------------------------------------*/
.manage-home-title {
    background-color: #0061f2 !important;
    /*background-image: linear-gradient(135deg, #0061f2 0%, rgba(105, 0, 199, 0.8) 100%) !important;*/
    background-image: linear-gradient(135deg, var(--primary-color) 0%, rgb(100 91 108 / 80%) 100%) !important;
    color: white;
    padding: 50px;
}

.manage-home-title h2 {
    font-size: 35px;
}

.manage-home-title h2 i {
    font-size: 35px;
    margin-right: 20px;
}

.manage-home-link {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
}

.manage-home-link a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition-duration: .3s;
}

.manage-home-link a:hover {
    color: white;
}

.manage-card-body {
    display: flex;
    justify-content: space-between;
    padding: 25px;
}

.manage-card-btn-wrapper {
    border-top: 1px solid rgba(33, 40, 50, 0.125);
}

.manage-card-text, .manage-card-text h4 {
    color: white;
}

.manage-card-icon {
    display: flex;
    font-size: 30px;
    color: white;
}

.manage-card-icon i {
    margin: auto;
}

.manage-card-btn:hover {
    background: none !important;
}

.admin-container {
    min-height: 100vh;
    display: flex;
}

.side-bar {
    width: 20%;
    padding-bottom: 100px !important;
}

.navbar-admin {
    padding: 0 30px !important;
}

.body-container {
    width: 80%;
    margin-left: 20%;
}

/*--------------------SIDE BAR---------------------------------*/

.side-bar {
    border: 1px solid #cecece;
    min-height: calc(100vh - 56px);
    position: fixed;
    padding: 20px 0;
    background: white;
    box-shadow: 0 1px 4px rgba(0,0,0,.15);
}

.menu-link {
    display: block;
    text-decoration: none;
    color: gray;
    cursor: pointer;
    padding: 10px 22px;
    color: black;
    margin: 0 5px;
    transition-duration: 0.3s;
}

.menu-link:hover {
    background: var(--primary-color);
    border-radius: 5px;
    
    color: white;
}

.menu-link:hover .menu-link-icon {
    color: white;
}

.menu-link-icon{
    width: 34px;
    font-size: 18px;
    color: var(--bg-btn-hover);
    transition-duration: .5s;
}

.manage-wrapper {
    background: white;
    box-shadow: 0 1px 4px rgba(0,0,0,.15);
    /*padding: 35px;*/
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    transition-duration: 0.3s;
    margin-top: 30px;
}

.manage-wrapper-col-6 {
    padding-left: 30px !important;
}

.manage-wrapper:hover {
    box-shadow: 0 5px 10px rgba(30,32,37,.12);
    border: 1px solid var(--primary-color);
}

.manage-home-container {
    padding: 0 30px 30px !important;
}

.manage-container {
    margin-top: 40px;
}

.manage-title-h2 {
    color: var(--primary-color);
}

.manage-title {
    color: gray;
    font-size: 25px;
}

.count {
    margin: 0;
}

.manage-title-h2 {
    margin: 30px 60px;
}

.manage-btn-wrapper {
    text-align: center;
}

.manage-btn-wrapper a {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.manage-btn-wrapper a:hover {
    color: white;
}

.manage-btn-icon {
    margin-right: 16px;
    font-size: 24px;
    padding: 3px;
}

.btn.quiz-btn.manage-btn.edit-btn i,
.btn.quiz-btn.manage-btn.remove-btn i{
    font-size: 18px;
}

.manage-card-btn {
    background: none !important;
    color: white !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.icon-count {
    font-size: 30px;
    margin-bottom: 28px;
    color: var(--primary-color);
}

.quiz-setting-icon {
    font-size: 52px;
    line-height: 80px !important;
    height: 80px;
    width: 80px;
    border-radius: 100%;
    background: var(--primary-color);
    color: white;
    text-align: center;
}

.manage-home-text {
    margin: 30px auto 40px;
    color: var(--primary-color);
}

/*-------------------------ADD QUESTION-------------------------------*/
.add-question-container {
    width: 90%;
    margin: 30px auto;
    /*padding: 50px;*/
    background: white;
    border: 1px solid #d5d5d5;
    box-shadow: 0 1px 4px rgba(0,0,0,.15);
    border-radius: 8px;
    overflow: hidden;
}

.add-question-form {
    padding: 45px;
    height: 90%;
}

.add-question-wrapper {
    height: 85%;
    overflow-y: scroll;
    padding: 40px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
}

.add-question-label {
    width: 120px;
}

.question-content-label {
    width: 124px;
}

.add-question-input {
    display: inline !important;
    width: 85% !important;
    cursor: pointer;
}

.add-question-input:hover {
    border: 1px solid var(--primary-color) !important;
}

.add-question-title {
    padding: 14px;
    background: var(--primary-color);
    color: white;
    text-align: center;
}

.add-question-btn {
    width: 200px;
    margin: 30px 38px 0;
}

.exit-btn-add-question {
    margin: auto;
    width: 200px;
}

.add-question-btn-submit {
    margin: auto;
}

.add-question-btn-wrapper {
    display: flex;
    justify-content: center;
}

/*---------------------ALL INDUSTRY---------------------------------*/

.search-by-law-container {
    /*padding: 50px 0 100px;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.65)), url(../img/back-school-education.jpg);*/
    padding: 70px 0 100px;
    /*background: linear-gradient(rgba(39, 170, 225, 0.5), rgba(39, 170, 225, 0.5)), url(../img/bright-hex-backgrounds-networking.jpg);*/
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../img/search 2.jpg');
    background-size: cover;
}

/*-----SEARCH BOX------*/
.search {
    /*background-color: #fff;*/
    background-color: rgba(255,255,255,0.05);
    padding: 4px;
    border-radius: 5px;
    border: 1px solid #4b4b4b;
}

.search:focus {
    border: 1px solid red;
}

.search-1 {
    position: relative;
    width: 100%
}

.search-1 input {
    height: 45px;
    border: none;
    width: 100%;
    padding-left: 34px;
    padding-right: 10px;
    border-right: 2px solid #eee;
}

.search-1 input:focus {
    border-color: none;
    box-shadow: none;
    outline: none
}

.search-1 i {
    position: absolute;
    top: 12px;
    left: 5px;
    font-size: 24px;
    color: #eee
}

::placeholder {
    color: #eee;
    opacity: 1
}

.search-2 {
    position: relative;
    width: 100%;
    border: none;
}

.search-2 input {
    height: 45px;
    border: none;
    width: 100%;
    padding-left: 18px;
    padding-right: 100px;
    background: transparent;
    color: white;
}

.search-2 input:focus {
    border: none;
    box-shadow: none;
    outline: none
}

.search-2 input:focus-within + .search {
    border: 1px solid red !important;
}

.search-2 i {
    position: absolute;
    top: 12px;
    left: -10px;
    font-size: 24px;
    color: #eee
}

.search-2 button {
    position: absolute;
    right: 0px;
    top: 0px;
    border: none;
    height: 45px;
    background-color: var(--primary-color);
    color: #fff;
    width: 110px;
    border-radius: 4px;
    transition-duration: .4s;
}

.search-2 button:hover {
    background: #1d8cbb;
}

@media (max-width:800px) {
    .search-1 input {
        border-right: none;
        border-bottom: 1px solid #eee
    }

    .search-2 i {
        left: 4px
    }

    .search-2 input {
        /*padding-left: 34px*/
    }

    .search-2 button {
        height: 46px;
        /*top: 5px*/
    }
}
/*-----END SEARCH BOX------*/

.all-industry-title {
    margin-bottom: 40px;
    font-weight: 600;
    text-align: center;
}

.all-industry-container {
    /*margin-bottom: 60px;*/
    padding-bottom: 100px;
}

.industry-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 1px 10px rgb(0 0 0 / 8%);
    overflow: hidden;
    margin-bottom: 30px;
    transition-duration: 0.3s;
}

.industry-card-img {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/img/industry-card.jpg);
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    transition-duration: 0.3s;
}

.industry-card-link-wrapper {
    text-align: center;
    padding: 20px;
}

.industry-card-link-wrapper .manage-btn-wrapper {
    padding: 10px 70px;
}

.industry-card:hover {
    box-shadow: 0 4px 20px rgba(71,100,195,.2);
}

.industry-card:hover industry-card-img {
    transform: scale(1.1);
}

.industry-card-link {
    text-decoration: none;
    color: black;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.industry-card-text {
    font-size: 16px;
    color: #979797;
    display: block;
}

.industry-card-text i {
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    font-size: 16px;
    margin-right: 8px;
}

.quiz-test-btn {
    margin-top: 20px;
}

/*-----------------------------FOOTER-----------------------------------------------*/
.footer-text {
    color: white;
    display: block;
    text-align: center;
    margin: 10px;
}

.footer-title {
    color: var(--primary-color);
}

/*-------------------------------MANAGE QUESTION-------------------------------------*/

.question-search-container {
    display: flex;
    margin: 30px;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    width: 100%;
}

.manage-question-search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
    width: 100%;
}

.manage-question-search input {
    height: 60px;
    text-indent: 25px;
    border: none !important;
    padding-left: 20px !important;
}


.manage-question-search input:focus {
    box-shadow: none;
    border: 1px solid var(--primary-color);
}

.manage-question-search .fa-search {
    position: absolute;
    top: 20px;
    left: 16px;
    font-size: 20px;
    color: gray;
}

.manage-question-search button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 52px;
    width: 110px;
    background: var(--primary-color);
    border: none;
}

.manage-question-search button:hover {
    background: #1b99ce !important;
}

.select-wrapper {
    width: 250px;
}
.select-wrapper select {
    padding: 18px;
    cursor: pointer;
    border: 1px solid #dbdbdb !important;
}

.select-wrapper select:hover {
    border: 1px solid var(--primary-color) !important;
}

.select-wrapper select:focus {
    box-shadow: none !important;
}

.edit-btn, .remove-btn {
    height: 40px;
    width: 40px;
    color: white !important;
    line-height: 27px !important;
    margin-right: 5px;
}

.remove-btn {
    background: red !important;
}

.remove-btn:hover {
    background: #ec0000 !important;
}

/*--------------------------TABLE QUESTION LIST----------------------------------*/
.intro {
    height: 100%;
}

table td,
table th {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

thead th {
    color: #fff;
}

.card {
    border-radius: 10px !important;
}

.table-scroll {
    border-radius: .5rem;
}

    .table-scroll table thead th {
        font-size: 1rem;
    }

thead {
    top: 0;
    position: sticky;
}

.table-header {
    background: var(--primary-color);
}

.add-question-manage-btn {
    color: white;
}

.add-question-manage-btn {
    height: 50px;
    width: 50px;
    margin: auto;
}

.add-question-manage-btn i{
    line-height: 40px;
    font-size: 24px;
    color: white;
}

.button-searchbox-container {
    padding-right: 36px;
}

/*-----------------------------ADD LAW-------------------------------------------*/

.add-law-container {
    padding: 30px;
    /*overflow-y: scroll;*/
    height: 90%;
}

.add-law-wrapper {
    width: 60%;
    height: 83%;
}

.add-input:focus {
    box-shadow: none !important;
}

.add-law-checkbox-wrapper {
    margin-bottom: 20px !important;
}

.add-law-checkbox-container {
    margin-top: 20px !important;
}

.add-law-checkbox-wrapper input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.update-law-container {
    width: 60%;
    height: 77%;
}

.update-law-wrapper {
    overflow-x: hidden;
    overflow-y: scroll;
}

/*------------------SEARCH LAW BY NAME-------------------------*/

.no-data-wrapper {
    color: gray;
    text-align: center;
}

.no-data-wrapper h4, .no-data-wrapper h1 {
    color: gray;
}

/*-----------------------------------------QUIZ SETTINGS-----------------------------------------------*/

.update-settings-container {
    width: 60%;
    height: auto !important;
}

.settings-label {
    width: 170px;
    margin: auto;
}

.settings-table {
    height: 400px;
}

.quiz-setting-wrapper {
    padding-right: 20px !important;
}

.edit-quiz-container {
    width: 50%;
}

/*------------------------------------DENY PAGE------------------------------------------------------*/

.deny-page-container {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 228px);
    justify-content: center;
    background: white;
}

/*------------------------------------CHANGE PASSWORD-----------------------------------------------------*/

.change-password-wrapper {
    width: 40%;
    margin: auto !important;
    box-shadow: 0px 1px 8px rgba(0,0,0,.09);
    border: none;
}

/*--------------------------------------MANAGE USER-----------------------------------------------------*/

.app-checkbox {
    width: 20px;
    height: 20px;
}

.edit-user-container {
    margin: auto;
    width: 50%;
}

.edit-user-wrapper {
    padding: 10px 20px 30px;
}

.edit-user-username {
    text-align: center;
    font-size: 30px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

/*--------------------------POST-------------------------------------*/

.post-info {
    display: flex;
    justify-content: space-between;
    padding: 0 18px 14px;
    color: #999;
    font-size: 14px;
}

.writer i,
.date i {
    margin-right: 8px;
}

.writer i {
    color: #FEBD17;
}

.date i {
    color: #8643DE;
}

.post-detail-info {
    font-size: 16px;
    justify-content: left;
    padding: 0;
    margin-bottom: 45px;
}

.post-content-wrapper .ck .ck-content {
    height: 400px !important;
}

.detail-post-container {
    padding: 100px 0;
}

.detail-post-wrapper {
    user-select: text;
    margin-bottom: 40px;
    padding: 40px !important;
    background: white;
    border-radius: 8px;
    border: 1px solid rgb(238 238 238 / var(--tw-border-opacity));
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.detail-post-wrapper figure,
.detail-post-wrapper p {
    overflow-x: auto;
}

.detail-post-wrapper figure::-webkit-scrollbar {
    width: 6px;
}

.detail-post-wrapper .image img {
    width: 100% !important;
    height: auto !important;
}

.detail-post-wrapper h2 {
    /*font-weight: 600;*/
    margin-bottom: 16px;
    text-align: justify;
}

.detail-post-title {
    font-weight: 600;
}

.menu-post-type {
    color: gray;
    padding-left: 0;
    padding-bottom: 5px;
    font-size: 17px;
    text-align: left !important;
}

.menu-post-type:hover {
    background: white;
    color: var(--primary-color);
}

.recent-post-wrapper .detail-post-wrapper {
    padding: 40px 30px !important;
}

.recent-post-link {
    padding: 0 !important;
    text-align: justify !important;
    font-size: 15px;
}

.recent-post-img {
    width: 30%;
    padding-top: 5px;
    margin-right: 7px;
}

.detail-post-wrapper p {
    text-align: justify;
}

.detail-post-wrapper h3 {
    margin-top: 25px;
}

.post-link {
    text-decoration: none;
    color: black !important;
    font-weight: 600;
    transition-duration: .4s;
}

.post-link:hover {
    color: var(--primary-color) !important;
}

.image figcaption {
    text-align: center;
}
/*-------------------POSTS BY TYPE----------------------------------------------*/
.post-by-type-title {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.65)), url(../img/back-school-education.jpg);
    color: white;
    text-align: center;
    padding: 55px;
}

.post-by-type-title h1 {
    color: white !important;
    font-weight: 600;
}

.search-title {
    color: white;
}

.post-by-type-title a {
    color: white !important;
    font-size: 18px;
    margin: 0 6px;
}

/*----------------------------HOME PAGE----------------------------------*/

.about-icon {
    text-align: center;
}

.about-icon i {
    font-size: 40px;
}

.function-area {
    display: flex;
    background: white;
}

.function-area-container {
    max-width: 1170px;
    display: flex;
    margin: auto !important;
    padding: 100px 0;
}

.function-area-img {
    border-radius: 50%;
    width: 360px;
    height: 360px;
    margin-bottom: 25px;
}

.receive-answer-text {
    padding: 50px !important;
}

.receive-answer-text h1 {
    margin-bottom: 30px;
}

.receive-answer-text p {
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
}

.btn-more-wrapper {
    display: flex;
    padding: 35px 0 20px;
    justify-content: center;
    color: white;
}