/* ---------- Variable & Mixin ---------- */
/* Variable */
/* Mixin */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* ---------- General ---------- */
* {
  margin: 0;
  padding: 0;
  color: inherit;
}

html {
  height: 100%;
}

body {
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  height: 100% !important;
  font-size: 12px;
}

legend {
  font-size: 18px;
}

/* ---------- Resets ---------- */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ---------- Typography ---------- */
a {
  transition: all 0.2s ease-out;
  color: inherit;
  text-decoration: none !important;
}
a:hover, a:focus, a:active {
  color: inherit;
  text-decoration: none !important;
  outline: none;
  background: none;
}

img {
  max-width: 100%;
}

legend {
  font-weight: 700;
}

/* ---------- Global Style ---------- */
table.dataTable > thead > tr > th, table.dataTable > thead > tr > td {
  border: solid 1px #109cda;
  border-bottom: none;
  background: #109cda;
  font-size: 15px;
  color: #fff;
  font-weight: bolder;
}

.modal-header {
  background: #109cda;
  color: #fff;
}

.form-label {
  font-weight: 700;
}

.paginator {
  margin-top: 10px;
}
#modal_title {
  font-size: 20px;
}

.form-label {
  font-size: 12px;
  font-weight: 400;
}

.custom-modal-lg {
  max-width: 60% !important;
}

table.dataTable > thead > tr > th {
  padding: 5px;
  font-size: 12px;
}

/* ---------- Header ---------- */
#section_navbar .navbar_box {
  background: #109cda;
}
#section_navbar .navbar_box .justify-between .flex .nav_link a {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
#section_navbar .navbar_box .justify-between .setting_bar .user_icon_box i {
  color: #fff;
}
#section_navbar .navbar_box .justify-between .setting_bar .ml-1 svg {
  color: #fff;
}

/* ---------- Main ---------- */
.custom_row {
  background: #f0f0f1;
  margin-top: 20px;
  height: 100vh;
}

section.section_question .custom-container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 100%;
}
section.section_question .custom-container .row {
  margin-bottom: 20px;
}
section.section_question .custom-container .row .col-md-12 .textbox_title_btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #109cda;
}
section.section_question .custom-container .row .col-md-12 .textbox_title_btn h1 {
  font-size: 23px;
  font-weight: 400;
  color: #fff;
  background: #109cda;
  border: 1px solid #109cda;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 7px 20px;
  margin-bottom: 0;
}
section.section_question .custom-container .row .col-md-12 .table-view-list {
  border: solid 1px #ccc;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
}
section.section_question .custom-container .row .col-md-12 .table-view-list #add_question_btn {
  float: right;
}
section.section_question .custom-container .row .col-md-12 .table-view-list #add_question_btn:hover {
  color: #0d6efd;
  background-color: #fff;
}
section.section_question .custom-container .row .col-md-12 .table-view-list #myTable_filter {
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
}
section.section_question .custom-container .row .col-md-12 .table-view-list #myTable_filter input {
  padding: 5px 40% 5px 5px;
}
section.section_question .custom-container .row .col-md-12 .table-view-list #myTable_length {
  margin-bottom: 20px;
  margin-right: 34%;
}
section.section_question .custom-container .row .col-md-12 .table-view-list #myTable_length select {
  padding-right: 2.5rem !important;
}
section.section_question .custom-container .row .col-md-12 .table-view-list #myTable thead tr th {
  border-bottom: none;
  border-top: solid 1px #ccc !important;
}
section.section_question .custom-container .row .col-md-12 .table-view-list #myTable tbody tr td {
  font-size: 12px;
  font-weight: 700;
}
section.section_question .custom-container .row .col-md-12 .table-view-list #myTable tbody tr td .edit-btn,
section.section_question .custom-container .row .col-md-12 .table-view-list #myTable tbody tr td .delete-btn {
  cursor: pointer;
  margin-left: 3px;
}
section.section_question .custom-container .row .col-md-12 .table-view-list #myTable tbody tr td .question_thumbnail {
  display: flex;
  justify-content: center;
  align-self: center;
  gap: 10px;
}
section.section_question .custom-container .row .col-md-12 .table-view-list #myTable tbody tr td .question_thumbnail img {
  width: 80px;
  height: auto;
}
section.section_question .custom-container .row .col-md-12 .table-view-list #myTable_info {
  display: none;
}

section.section_category .custom-container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 100%;
}
section.section_category .custom-container .action_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.section_category .custom-container .row {
  margin-bottom: 20px;
}
section.section_category .custom-container .row .col-md-12 .textbox_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #109cda;
}
section.section_category .custom-container .row .col-md-12 .textbox_title h1 {
  font-size: 23px;
  font-weight: 400;
  color: #fff;
  background: #109cda;
  border: 1px solid #109cda;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 7px 20px;
  margin-bottom: 0;
}
section.section_category .custom-container .row .col-md-12 .table-view-list {
  border: solid 1px #ccc;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
}
section.section_category .custom-container .row .col-md-12 .table-view-list #add_category_btn {
  float: right;
}
section.section_category .custom-container .row .col-md-12 .table-view-list #add_category_btn:hover {
  color: #0d6efd;
  background-color: #fff;
}
section.section_category .custom-container .row .col-md-12 .table-view-list #category_table_filter {
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
}
section.section_category .custom-container .row .col-md-12 .table-view-list #category_table_filter input {
  padding: 5px 40% 5px 5px;
}
section.section_category .custom-container .row .col-md-12 .table-view-list #category_table_length {
  margin-bottom: 20px;
  margin-right: 34%;
}
section.section_category .custom-container .row .col-md-12 .table-view-list #category_table_length select {
  padding-right: 2.5rem !important;
}
section.section_category .custom-container .row .col-md-12 .table-view-list #category_table {
  margin: 0;
}
section.section_category .custom-container .row .col-md-12 .table-view-list #category_table thead tr th {
  border-bottom: none;
  border-top: solid 1px #ccc !important;
}
section.section_category .custom-container .row .col-md-12 .table-view-list #category_table tbody tr td {
  font-size: 12px;
  font-weight: 700;
  border: solid 1px #ccc;
}
section.section_category .custom-container .row .col-md-12 .table-view-list #category_table tbody tr td .edit-btn,
section.section_category .custom-container .row .col-md-12 .table-view-list #category_table tbody tr td .delete-btn {
  cursor: pointer;
  margin-left: 3px;
}

.content_wrapper section.section_login .section_header {
  padding-top: 10px;
}
.content_wrapper section.section_login .section_header .custom-row .custom-md-12 .header_wrapper {
  display: flex;
  align-items: center;
}
.content_wrapper section.section_login .section_header .custom-row .custom-md-12 .header_wrapper .imagebox img {
  width: 200px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.content_wrapper section.section_login .section_header .custom-row .custom-md-12 .header_wrapper .textbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.content_wrapper section.section_login .section_header .custom-row .custom-md-12 .header_wrapper .textbox h2 {
  font-size: 30px;
  font-weight: bold;
  color: #50b744;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content_wrapper section.section_login .section_header .custom-row .custom-md-12 .header_wrapper .textbox h2 {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content_wrapper section.section_login .section_header .custom-row .custom-md-12 .header_wrapper .textbox h2 {
    font-size: 23px;
  }
}
.content_wrapper section.section_login .section_body {
  background: linear-gradient(to bottom, #FFB88C, #DE6262);
  padding: 50px 0;
}
.content_wrapper section.section_login .section_body .custom-container {
  border-radius: 10px;
  box-shadow: 15px 20px 0px rgba(0, 0, 0, 0.1);
}
.content_wrapper section.section_login .section_body .custom-container .custom-md-4 {
  padding-left: 0;
  padding-right: 0;
}
.content_wrapper section.section_login .section_body .custom-container .custom-md-4 .form_wrapper {
  padding: 50px 30px;
  background: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content_wrapper section.section_login .section_body .custom-container .custom-md-4 .form_wrapper {
    border-radius: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content_wrapper section.section_login .section_body .custom-container .custom-md-4 .form_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.content_wrapper section.section_login .section_body .custom-container .custom-md-4 .form_wrapper .textbox {
  margin-bottom: 30px;
}
.content_wrapper section.section_login .section_body .custom-container .custom-md-4 .form_wrapper .textbox h2 {
  font-weight: 800;
  font-size: 30px;
  color: #DE6262;
  text-align: center;
}
.content_wrapper section.section_login .section_body .custom-container .custom-md-4 .form_wrapper .textbox h2::after {
  content: " ";
  width: 100px;
  height: 5px;
  background: #FEB58A;
  display: block;
  margin-top: 20px;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content_wrapper section.section_login .section_body .custom-container .custom-md-4 .form_wrapper .textbox h2 {
    font-size: 23px;
  }
}
.content_wrapper section.section_login .section_body .custom-container .custom-md-4 .form_wrapper .formbox form .input_wrap label {
  color: #8687a7;
  font-size: 14px;
}
.content_wrapper section.section_login .section_body .custom-container .custom-md-4 .form_wrapper .formbox form .input_wrap #InputPassword {
  border-right: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content_wrapper section.section_login .section_body .custom-container .custom-md-4 .form_wrapper .formbox form .row .custom-md-8 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.content_wrapper section.section_login .section_body .custom-container .custom-md-4 .form_wrapper .formbox form .row .custom-md-8 .form-check label {
  font-size: 12px;
  font-weight: 400;
  color: #8687a7;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content_wrapper section.section_login .section_body .custom-container .custom-md-4 .form_wrapper .formbox form .row .custom-md-4 {
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.content_wrapper section.section_login .section_body .custom-container .custom-md-4 .form_wrapper .formbox form .row .custom-md-4 #login {
  background: #DE6262;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.content_wrapper section.section_login .section_body .custom-container .cutom-md-8 {
  padding-left: 0;
  padding-right: 0;
}
.content_wrapper section.section_login .section_body .custom-container .cutom-md-8 .col-inner {
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content_wrapper section.section_login .section_body .custom-container .cutom-md-8 .col-inner {
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content_wrapper section.section_login .section_body .custom-container .cutom-md-8 .col-inner .imagebox {
    height: 100%;
  }
}
.content_wrapper section.section_login .section_body .custom-container .cutom-md-8 .col-inner .imagebox img {
  max-width: 100%;
  height: auto;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content_wrapper section.section_login .section_body .custom-container .cutom-md-8 .col-inner .imagebox img {
    border-radius: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content_wrapper section.section_login .section_body .custom-container .cutom-md-8 .col-inner .imagebox img {
    height: 100%;
  }
}
.content_wrapper section.section_login .section_body .custom-container .cutom-md-8 .col-inner .textbox {
  position: absolute;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  width: 50%;
  padding-left: 20px;
  left: 5%;
}
.content_wrapper section.section_login .section_body .custom-container .cutom-md-8 .col-inner .textbox h2 {
  color: #fff;
  font-weight: 600;
  font-size: 28px;
}
.content_wrapper section.section_login .section_body .custom-container .cutom-md-8 .col-inner .textbox h2::after {
  content: " ";
  width: 100px;
  height: 5px;
  background: #FFF;
  display: block;
  margin-top: 20px;
  border-radius: 3px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content_wrapper section.section_login .section_body .custom-container .cutom-md-8 .col-inner .textbox h2 {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content_wrapper section.section_login .section_body .custom-container .cutom-md-8 .col-inner .textbox h2 {
    font-size: 23px;
  }
}
.content_wrapper section.section_login .section_body .custom-container .cutom-md-8 .col-inner .textbox p {
  color: #fff;
  font-size: 14px;
}
.content_wrapper section.section_login .section_footer {
  margin-bottom: 30px;
  padding-top: 20px;
}
.content_wrapper section.section_login .section_footer .custom-row .custom-md-12 .textbox {
  text-align: center;
}
.content_wrapper section.section_login .section_footer .custom-row .custom-md-12 .textbox p {
  font-weight: bold;
  font-size: 14px;
  color: #50b744;
  margin-bottom: 0;
}
.content_wrapper section.section_login .section_footer .custom-row .custom-md-12 .textbox h5 {
  font-weight: bold;
  font-size: 20px;
  color: #50b744;
  margin-bottom: 0;
}

.switch_app_form_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #ccc;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
}
.switch_app_form_wrapper form {
  padding: 50px 0;
}
.switch_app_form_wrapper form .btn_wrap {
  text-align: center;
}

/* ---------- Footer ---------- *//*# sourceMappingURL=style.css.map */