:root {
  --primary-color: #17a976;
  --fc-button-bg-color: #17a976;
  --fc-button-border-color: #17a976;
  --fc-button-hover-bg-color: #117c57;
  --fc-button-hover-border-color: #117c57;
  --fc-button-active-bg-color: #117c57;
  --fc-button-active-border-color: #117c57;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  color: #212b36;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  color: #212b36;
  text-decoration: none;
}
a:hover {
  color: #212b36;
  text-decoration: none;
}

.dark-mode {
  background-color: #141c24 !important;
  color: #fff;
}
.dark-mode a {
  color: #fff;
}
.dark-mode a:link:hover {
  color: #212b36;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Helvetica", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 1.2;
  color: #212b36;
}

.dark-mode h1, .dark-mode h2, .dark-mode h3, .dark-mode h4, .dark-mode h5, .dark-mode h6 {
  color: #fff;
}

/*h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.625rem;
}

h3 {
    font-size: 1.375rem;
}

h4 {
    font-size: 1.25rem;
}

h5 {
    font-size: 1rem;
}

h6 {
    font-size: 0.8125rem;
}*/
.dark-mode .accordion .card {
  background-color: #343a40;
}
.dark-mode .accordion .card-header .btn {
  background-color: #343a40;
  border-color: #343a40;
}

.btn-danger {
  color: #fff;
  background-color: #17a976;
  border-color: #17a976;
}
.btn-danger:hover {
  color: #fff;
  background-color: #117c57;
  border-color: #117c57;
}
.btn-danger:active, .btn-danger:focus {
  color: #fff;
  background-color: #117c57;
  border-color: #117c57;
  box-shadow: none;
}

.btn-outline-danger {
  color: #17a976;
  background-color: #FFF;
  border-color: #17a976;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #17a976;
  border-color: #17a976;
}

.dark-mode .btn {
  color: #fff;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #636363;
  font-size: 14px;
  font-style: italic;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #636363;
  font-size: 14px;
  font-style: italic;
}

.note-editor {
  background-color: #fff;
}

.dark-mode form label {
  color: #fff;
}
.dark-mode form label.form-check-label {
  color: #fff;
}
.dark-mode .form-floating label {
  color: #212b36;
}

.dark-mode .modal h1, .dark-mode .modal h2, .dark-mode .modal h3, .dark-mode .modal h4, .dark-mode .modal h5, .dark-mode .modal h6, .dark-mode .modal label {
  color: #212b36;
}

@media only screen and (max-width: 479px) {
  .nav.nav-tabs {
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.nav.nav-tabs .nav-link {
  color: #212b36;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px 15px 20px;
}
@media only screen and (max-width: 479px) {
  .nav.nav-tabs .nav-link {
    white-space: nowrap;
  }
}

.dark-mode .nav.nav-tabs .nav-link {
  color: #fff;
}
.dark-mode .nav.nav-tabs .nav-link.active, .dark-mode .nav.nav-tabs .nav-link:hover {
  background-color: #f6f7f9;
  color: #212b36;
}

#quiz-content .quiz_list {
  counter-reset: section;
  padding-left: 0;
  width: 100%;
}
#quiz-content .quiz_list li.quizitem {
  width: 100%;
}
#quiz-content .quiz_list > li {
  display: block;
}
#quiz-content .quiz_list > li + li {
  margin-top: 1px;
}
#quiz-content .quizitem .quizitem-heading {
  padding: 5px 15px 5px 45px;
  background-color: #e1e1e1;
  cursor: pointer;
}
#quiz-content .quizitem .quizitem-heading:before {
  counter-increment: section;
  content: counters(section, ".") ".";
  display: block;
  position: relative;
  float: left;
  font-size: 16px;
  font-weight: bold;
  width: 30px;
  margin-left: -30px;
  line-height: 38px;
  color: #212b36;
}
#quiz-content .quizitem.open .quizitem-heading {
  cursor: default;
}
#quiz-content .quizitem.open .quizitem-heading .indicator {
  background-color: #117c57;
  color: #fff;
}
#quiz-content .quizitem.open .quizitem-heading .indicator .fa {
  transform: rotate(-180deg);
}
#quiz-content .quizitem .tt-store {
  display: block;
  min-height: 30px;
  line-height: 20px;
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #212b36;
}
#quiz-content .quizitem .quizitem-body {
  padding: 15px;
  display: none;
}
#quiz-content .quizitem .quizitem-body .answer-list {
  padding-left: 0;
}
#quiz-content .quizitem .preview-image {
  position: relative;
  width: 300px;
  height: 165px;
  display: flex;
  align-items: center;
  margin: auto;
  text-align: center;
  overflow: hidden;
  background-repeat: no-repeat, repeat;
  background-position: center;
  background-size: cover;
}
#quiz-content .quizitem .preview-image .file_name {
  width: 175px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#quiz-content .quizitem .preview-image .img-des {
  color: #A5A5A5;
  text-align: center;
}
#quiz-content .quizitem .preview-image .preview-avatar {
  width: 100px;
  height: 100px;
}
#quiz-content .quizitem .preview-image .preview-avatar i {
  display: inline-block;
  margin-top: 25px;
  font-size: 24px;
  line-height: 24px;
  z-index: 0;
}
#quiz-content .quizitem .preview-image .preview-avatar .img-des {
  font-size: 12px;
}
#quiz-content .quizitem .input-file {
  width: 300px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
#quiz-content .quizitem .input-file .input-block {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
#quiz-content .quizitem .input-file .input-block-image {
  background-color: #f4665b;
  position: relative;
}
#quiz-content .quizitem .input-file .input-block-image .input-image {
  opacity: 0;
  position: absolute;
  max-width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#quiz-content .quizitem .input-file .input-block-video {
  background-color: #6c92db;
}
#quiz-content .quizitem .input-file .input-block-audio {
  background-color: #8e8e93;
  position: relative;
}
#quiz-content .quizitem .input-file .input-block-audio .input-audio {
  opacity: 0;
  position: absolute;
  max-width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#quiz-content .btn-function {
  float: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#quiz-content .btn-quiz-del {
  display: inline-block;
  appearance: none;
  border: none;
  line-height: 20px;
  background-color: transparent;
  color: #e23e57;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
#quiz-content .btn-quiz-del:hover {
  background-color: #c82333;
  border-color: #bd2130;
  color: #fff;
}
#quiz-content .indicator {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  padding: 5px;
  margin-left: 5px;
  text-align: center;
  position: relative;
  background-color: #fff;
  color: #000;
  display: inline-block;
  border: 1px solid #fff;
}

.table thead th {
  color: #212b36;
  background-color: #e9ecef;
  border-color: #dee2e6 !important;
}

.bootstrap-table .card-views .card-view {
  margin-bottom: 0.5rem;
}
.bootstrap-table .card-views .card-view .card-view-value {
  text-align: right;
}
@media only screen and (min-width: 563px) and (max-width: 767px) {
  .bootstrap-table tbody td {
    white-space: nowrap;
  }
}

.dark-mode .table thead th {
  color: #fff;
  background-color: #343a40;
}
.dark-mode .table tbody td {
  color: #fff;
}

.text-danger {
  color: #17a976 !important;
}

.text-sub {
  color: #919eab !important;
}

.c-border-primary {
  border-color: #17a976 !important;
}

.c-bg-primary {
  background-color: #17a976 !important;
}

.c-bg-primary-darker {
  background-color: #117c57;
}

.c-bg-primary-lighter {
  background-color: #c8f7e7;
}

.c-min-w-120 {
  min-width: 120px;
}

.c-min-w-180 {
  min-width: 180px;
}

.c-text-danger {
  color: #FF0000 !important;
}

.c-jcb {
  justify-content: space-between;
}

.c-jcc {
  justify-content: center;
}

.c-jca {
  justify-content: space-around;
}

.c-jcs {
  justify-content: left;
}

.c-jce {
  justify-content: right;
}

.c-bdr-rds-df {
  border-radius: 10px;
}

.c-bdr-rds-50 {
  border-radius: 50px;
}

.c-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.c-text-truncate-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.c-text-truncate-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.c-shadow-all {
  box-shadow: 3px 3px 3px 3px;
}

.c-text-color {
  color: #525252;
}

.form-check-input:focus {
  box-shadow: none !important;
}

.form-check-input:checked {
  background-color: #17a976 !important;
  border-color: #17a976 !important;
}

.fs-10 {
  font-size: 0.625rem;
}

.fs-11 {
  font-size: 0.6875rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.8125rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-15 {
  font-size: 0.9375rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-17 {
  font-size: 1.0625rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-19 {
  font-size: 1.1875rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-21 {
  font-size: 1.3125rem;
}

.fs-22 {
  font-size: 1.375rem;
}

.fs-23 {
  font-size: 1.4375rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-25 {
  font-size: 1.5625rem;
}

.fs-26 {
  font-size: 1.625rem;
}

.fs-27 {
  font-size: 1.6875rem;
}

.fs-28 {
  font-size: 1.75rem;
}

.fs-29 {
  font-size: 1.8125rem;
}

.fs-30 {
  font-size: 1.875rem;
}

.fs-31 {
  font-size: 1.9375rem;
}

.fs-32 {
  font-size: 2rem;
}

.fs-33 {
  font-size: 2.0625rem;
}

.fs-34 {
  font-size: 2.125rem;
}

.fs-35 {
  font-size: 2.1875rem;
}

.fs-36 {
  font-size: 2.25rem;
}

#header-content {
  background-color: #fff;
  border-bottom: 7px solid #f6f7f9;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  #header-content .tech-help {
    display: none;
  }
}
#header-content .user-info {
  cursor: pointer;
}
#header-content .user-info .user-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

.dark-mode #header-content {
  background-color: #141c24 !important;
  border-bottom-color: #212b36 !important;
}
.dark-mode #header-content .tech-help a:hover {
  color: #919eab;
}
.dark-mode #header-content .dropdown-menu .dropdown-item {
  color: #212b36;
}

.content-wrapper {
  width: calc(100% - 68px);
  height: calc(100vh - 75px);
  margin-left: 80px;
}
@media only screen and (min-width: 1400px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .content-wrapper {
    width: calc(100% - 380px);
  }
}
@media only screen and (max-width: 479px) {
  .content-wrapper {
    width: calc(100% - 50px);
    margin-left: 50px;
  }
}

.btn-switch {
  background-color: rgba(148, 163, 184, 0.12);
  border-width: 2px;
}

.upload-image-thumbnail {
  padding-bottom: 50%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #e1e1e1;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.upload-image-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  color: #17a976 !important;
  padding: 5px 8px;
  border-radius: 20px;
  border: solid 1px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.upload-avatar-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  background: #fff;
  color: #17a976;
  padding: 1px 6px;
  border-radius: 20px;
  border: solid 1px;
  opacity: 0;
  margin-bottom: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.upload-file-icon {
  background: #fff;
  padding: 5px 8px;
  border-radius: 20px;
  border: solid 1px;
  color: #17a976;
  margin-bottom: 0;
}

.checklb {
  margin-bottom: 0;
  margin-top: 5px;
}
.checklb input {
  display: none;
}
.checklb input:checked + .ip-avata:before {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.checklb span {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.checklb .ip-avata {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: solid 1px #2e3a59;
  margin-right: 10px;
  background-color: white;
  position: relative;
  overflow: hidden;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.checklb .ip-avata:before {
  text-rendering: auto;
  content: "\f00c";
  display: block;
  width: 10px;
  height: 10px;
  margin-top: 1px;
  margin-left: 2px;
  color: #ce1a2b;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0) translate(0, -40px);
  -moz-transform: scale(0) translate(0, -40px);
  -ms-transform: scale(0) translate(0, -40px);
  -o-transform: scale(0) translate(0, -40px);
  transform: scale(0) translate(0, -40px);
}

.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #f9f9f9;
  border: 1px solid;
  border-radius: 2px;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.input-with-count {
  position: relative;
}
.input-with-count .count-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
  color: #919eab;
  font-weight: 100;
  font-size: 14px;
  font-style: italic;
}

.custom-check {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom-check input:checked ~ .checkmark:after {
  display: block;
}
.custom-check .checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 8px;
  border: solid #17a976;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sub-description {
  font-style: italic;
  font-size: 12px;
  color: #919eab;
}

.color-picker {
  width: 25px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  transition-duration: 0.2s;
}
.color-picker#darkblue {
  background-color: #1e2e4d;
}
.color-picker#darkblue.active {
  transform: scale(1.4, 1.4);
  transition-duration: 0.2s;
}
.color-picker#red {
  background-color: #dc0000;
}
.color-picker#red.active {
  transform: scale(1.4, 1.4);
  transition-duration: 0.2s;
}
.color-picker#green {
  background-color: #174920;
}
.color-picker#green.active {
  transform: scale(1.4, 1.4);
  transition-duration: 0.2s;
}
.color-picker#blue {
  background-color: #0f65ab;
}
.color-picker#blue.active {
  transform: scale(1.4, 1.4);
  transition-duration: 0.2s;
}
.color-picker#pink {
  background-color: #e95b80;
}
.color-picker#pink.active {
  transform: scale(1.4, 1.4);
  transition-duration: 0.2s;
}

@media (max-width: 768px) {
  .list-color-name {
    display: none;
  }
}
.list-color-name .color-name {
  margin-top: 0.5rem;
}

.tabs .contain-unit {
  padding: 20px;
  margin-top: 15px;
}
.tabs .profile-pane .user-avatar:hover {
  opacity: 0.8;
}
.tabs .profile-pane .user-avatar:hover .upload-avatar-icon {
  opacity: 1;
}
.tabs .container-unit .block-text {
  margin-top: 50px;
  font-style: italic;
  font-size: 12px;
  color: #919eab;
}

.bootstrap-table .fixed-table-container .table tbody tr .card-view {
  align-items: center;
  padding: 0.3rem 0;
}
.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
  min-width: 50%;
}

.light-mode .btn-light-mode {
  border-color: #17a976;
}

.dark-mode .content-wrapper {
  background: #141c24 !important;
}
.dark-mode .form-label {
  color: #fff;
}
.dark-mode .btn-dark-mode {
  border-color: #17a976;
}
.dark-mode .bootstrap-datepicker-widget table tbody td {
  color: #212b36 !important;
}

.image-upload-wrap {
  margin-top: 10px;
  border: 3px dashed #a7a9a8;
  position: relative;
  height: auto;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.drag-text {
  text-align: center;
}

.display-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.contain-upload .file-upload {
  width: 200px;
}

.btn-delete-row {
  width: auto;
  height: auto;
}

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #7c8c84;
  padding-top: 40px;
}

.contain-upload .file-upload .drag-text h3 {
  padding-top: 20px;
}

/** Custom css for pagination */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #999999;
  border-color: #999999;
}

.page-link {
  color: #999999;
}

.page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #999999;
  border-color: #999999;
}

#shareModal .modal-content {
  border-radius: 12px;
}
#shareModal .modal-body {
  text-align: center;
}
#shareModal #qr-share {
  margin-right: auto;
  margin-left: auto;
  display: block;
  height: 150px;
  margin-top: 30px;
}
#shareModal #code-share {
  color: #17a976;
}
#shareModal #url-share {
  border: solid #17a976 1px;
  border-radius: 25px;
  width: 90%;
  padding: 10px;
  font-style: italic;
  font-size: 1.2rem;
  margin-bottom: 40px;
  opacity: 0.7;
  margin-left: auto;
  margin-right: auto;
}

div#driver-popover-item {
  background: #17a976 !important;
  color: white !important;
  max-width: 500px !important;
  min-width: 300px !important;
}
div#driver-popover-item div.driver-popover-description {
  color: white !important;
}
div#driver-popover-item div.driver-popover-tip.left {
  border-right-color: #17a976;
}
div#driver-popover-item div.driver-popover-tip.right {
  border-left-color: #17a976;
}
div#driver-popover-item div.driver-popover-tip.top {
  border-bottom-color: #17a976;
}
div#driver-popover-item div.driver-popover-tip.bottom {
  border-top-color: #17a976;
}
div#driver-popover-item .driver-close-btn, div#driver-popover-item .driver-prev-btn, div#driver-popover-item .driver-next-btn {
  color: #17a976 !important;
  background-color: white !important;
  min-width: 68px;
}

.container-general div.notification {
  text-align: center;
  padding: 1rem;
  min-height: 150px;
  font-size: 1.4rem;
  background-color: #17a976;
  border-radius: 15px;
  margin: 2rem 3rem;
  color: white;
}

.search-input {
  min-width: 300px;
  border-radius: 15px;
}

.left-sidebar {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  float: none;
  width: 80px;
}
@media only screen and (max-width: 479px) {
  .left-sidebar {
    width: 50px;
  }
}
.left-sidebar #section-left-side {
  height: calc(100vh - 75px);
  margin-top: 75px;
}

#section-left-side {
  list-style-type: none;
  background-color: #fff;
  margin: 0;
  padding: 0;
  border-right: 7px solid #f6f7f9;
}
#section-left-side .item {
  border-left: 5px solid transparent;
  padding: 10px 5px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#section-left-side .item:hover {
  background-color: rgba(145, 158, 171, 0.08);
}
#section-left-side .item.active {
  background-color: rgba(145, 158, 171, 0.08) !important;
  border-left-color: #8E8E93 !important;
}

.dark-mode #section-left-side {
  background-color: #141c24 !important;
  border-right-color: #212b36 !important;
}
.dark-mode #section-left-side .item {
  border-left-color: transparent;
}
.dark-mode #section-left-side .item:hover {
  border-left-color: #8E8E93 !important;
}
.dark-mode #section-left-side .item.active {
  background-color: rgba(145, 158, 171, 0.08) !important;
  border-left-color: #8E8E93 !important;
}
.dark-mode #section-left-side .item.active a {
  color: #fff;
}
.dark-mode #section-left-side .item img {
  filter: invert(100%);
}

#right-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 280px;
  z-index: 0;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  #right-sidebar {
    position: absolute;
    height: auto;
    width: 300px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  #right-sidebar {
    z-index: 2;
  }
}
#right-sidebar.open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
#right-sidebar .container-sidebar {
  background-color: #fff;
  height: 101vh;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  #right-sidebar .container-sidebar {
    margin-top: 75px;
    height: calc(100vh - 75px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  #right-sidebar .container-sidebar {
    overflow-y: scroll;
  }
}
#right-sidebar .block-item-sidebar {
  border-left: 7px solid #f6f7f9;
}
#right-sidebar .block-item {
  padding: 12px;
  background-color: #fff;
  border-bottom: 7px solid #f6f7f9;
}
#right-sidebar .block-item:last-child {
  border-bottom-color: #fff;
}
#right-sidebar .contain-introduce {
  margin-bottom: 1.3rem;
}
#right-sidebar .contain-introduce p {
  font-size: 15px;
  margin-top: 10px;
  font-weight: 700;
  margin-bottom: unset;
}
#right-sidebar .contain-introduce a:hover {
  color: #17a976;
}
#right-sidebar .contain-introduce .sub-description {
  font-style: italic;
  font-size: 13px;
  color: #919eab;
  margin-top: 0.5rem;
}
#right-sidebar #toggle-sidebar {
  display: none;
  position: fixed;
  top: 50%;
  right: 100%;
  width: 2.5rem;
  height: 2.5rem;
  background: #17a976;
  color: #fff;
  z-index: 11;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  #right-sidebar #toggle-sidebar {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.dark-mode #right-sidebar .container-sidebar {
  background-color: #141c24 !important;
}
.dark-mode #right-sidebar .block-item-sidebar {
  border-left-color: #212b36 !important;
}
.dark-mode #right-sidebar .block-item {
  background-color: #141c24 !important;
  border-bottom-color: #212b36 !important;
}
.dark-mode #right-sidebar .block-item:last-child {
  border-bottom-color: #141c24 !important;
}

.swal2-styled.swal2-confirm {
  background-color: #17a976 !important;
}

/*# sourceMappingURL=styles.css.map */
