/* Montserrat
font-family: 'Montserrat', sans-serif;
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* Varela
font-family: 'Varela Round', sans-serif;
*/
@import url("https://fonts.googleapis.com/css2?family=Varela+Round&display=swap");
/* Poppins
font-family: 'Poppins', sans-serif;
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*

Playfair
font-family: 'Berkshire Swash', cursive;
font-family: 'Playfair Display', serif;

 */
@import url("https://fonts.googleapis.com/css2?family=Berkshire+Swash&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*
@import "abstract/variable.scss";
@import "abstract/mixin.scss";
@import "abstract/function.scss";


@import "component/calendar.scss";
@import "component/carousel.scss";
@import "component/mybox.scss";

@import "layout/header.scss";
@import "layout/footer.scss";
@import "layout/sidebar.scss";

@import "pages/index.scss";
@import "pages/price.scss";

@import "theme/basic/basic.scss";
@import "theme/advanced/advanced.scss";
*/
@import "base/_text-style.css";
.font3bold, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: "Varela Round", sans-serif;
  color: #66666E;
  letter-spacing: 0;
}

/**/
.info {
  background-color: #1781ee;
  color: #ffffff;
}

.info:hover {
  background-color: #116bc7;
}

.success {
  background-color: #71d233;
  color: #ffffff;
}

.success:hover {
  background-color: #61b62b;
}

.warning {
  background-color: #f5e33d;
  color: #ffffff;
}

.warning:hover {
  background-color: #f5cc3d;
}

.danger {
  background-color: #fe483b;
  color: #ffffff;
}

.danger:hover {
  background-color: #e43528;
}

.primary {
  background-color: #3ed2ca;
  color: #ffffff;
}

.primary:hover {
  background-color: #22beb6;
}

.secondary {
  background-color: #fb8b2e;
  color: #ffffff;
}

.secondary:hover {
  background-color: #f1760f;
}

.default {
  background-color: #c5c9cf;
  color: #ffffff;
}

.default:hover {
  background-color: #727579;
}

/**/
.color-list {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  margin-right: 15px;
  float: left;
}

.color-list.color-0,
.color-list.color-1 {
  background-color: #f5e33d;
  border: 2px solid #f5cc3d;
}

.color-list.color-2 {
  background-color: #fe483b;
  border: 2px solid #e43528;
}

.color-list.color-3 {
  background-color: #71d233;
  border: 2px solid #61b62b;
}

.color-list.color-4 {
  background-color: #3ed2ca;
  border: 2px solid #22beb6;
}

.color-list.color-5 {
  background-color: #1781ee;
  border: 2px solid #116bc7;
}

.color-list.color-6 {
  background-color: #a876cd;
  border: 2px solid #9456c2;
}

.color-list.color-7 {
  background-color: #c5c9cf;
  border: 2px solid #727579;
}

/**/
p {
  margin: 10px 0;
}

a {
  color: #66666E;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  text-decoration: none;
  color: #66666E;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: #66666E;
}

a, a:hover, a:before, li, li:before, li:after, img, figure, figure figcaption, .btn, .btn:before, .btn:after, div, div:hover, div:hover a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
}

ul li, ol li {
  list-style-type: none;
}

ol, ul {
  margin: auto;
  padding: initial;
}

.prev-next .btn:first-child i {
  margin-left: 15px;
  margin-right: 0;
}

.prev-next .btn:last-child i {
  margin-right: 15px;
  margin-left: 0;
}

@media (max-width: 767px) {
  .prev-next .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .prev-next .btn:last-child {
    margin-bottom: 0;
  }
}
/* 1. top and bottom */
.margin-15 {
  margin: 15px 0;
}

.margin-30 {
  margin: 30px 0;
}

.margin-45 {
  margin: 45px 0;
}

.margin-60 {
  margin: 60px 0;
}

.margin-75 {
  margin: 75px 0;
}

.margin-90 {
  margin: 90px 0;
}

.margin-105 {
  margin: 105px 0;
}

.margin-120 {
  margin: 120px 0;
}

.margin-135 {
  margin: 135px 0;
}

.margin-150 {
  margin: 150px 0;
}

/* 2. top */
.margin-15-0 {
  margin-top: 15px;
  margin-bottom: 0;
}

.margin-30-0 {
  margin-top: 30px;
  margin-bottom: 0;
}

.margin-45-0 {
  margin-top: 45px;
  margin-bottom: 0;
}

.margin-60-0 {
  margin-top: 60px;
  margin-bottom: 0;
}

.margin-75-0 {
  margin-top: 75px;
  margin-bottom: 0;
}

.margin-90-0 {
  margin-top: 90px;
  margin-bottom: 0;
}

.margin-105-0 {
  margin-top: 105px;
  margin-bottom: 0;
}

.margin-120-0 {
  margin-top: 120px;
  margin-bottom: 0;
}

.margin-135-0 {
  margin-top: 135px;
  margin-bottom: 0;
}

.margin-150-0 {
  margin-top: 150px;
  margin-bottom: 0;
}

/* 3. bottom */
.margin-0-15 {
  margin-top: 0;
  margin-bottom: 15px;
}

.margin-0-30 {
  margin-top: 0;
  margin-bottom: 30px;
}

.margin-0-45 {
  margin-top: 0;
  margin-bottom: 45px;
}

.margin-0-60 {
  margin-top: 0;
  margin-bottom: 60px;
}

.margin-0-75 {
  margin-top: 0;
  margin-bottom: 75px;
}

.margin-0-90 {
  margin-top: 0;
  margin-bottom: 90px;
}

.margin-0-105 {
  margin-top: 0;
  margin-bottom: 105px;
}

.margin-0-120 {
  margin-top: 0;
  margin-bottom: 120px;
}

.margin-0-135 {
  margin-top: 0;
  margin-bottom: 135px;
}

.margin-0-150 {
  margin-top: 0;
  margin-bottom: 150px;
}

/**/
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 23px;
  background-color: #F4F4F6;
  color: #000000;
  -webkit-font-smoothing: antialiased !important;
  overflow-x: hidden;
  font-weight: 400;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
main {
  margin: 0;
}

.display-none {
  display: none !important;
  opacity: 0;
  height: 0;
}

.border-none {
  border: none !important;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

.alert, .alert-success, .alert-info, .alert-warning, .alert-danger {
  border-radius: 5px;
  background-image: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid;
  position: relative;
  padding-left: 75px;
}

.alert-success {
  border-color: #61b62b;
  background-color: #71d233;
  color: #ffffff;
}

.alert-info {
  border-color: #116bc7;
  background-color: #1781ee;
  color: #ffffff;
}

.alert-warning {
  border-color: #f5cc3d;
  background-color: #f5e33d;
}

.alert-danger {
  border-color: #e43528;
  background-color: #fe483b;
  color: #ffffff;
}

.alert:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  padding-right: 3px;
  font-weight: 900;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.alert-success:before {
  content: "\f058";
  background-color: #61b62b;
  color: #71d233;
}

.alert-info:before {
  content: "\f05a";
  background-color: #116bc7;
  color: #1781ee;
}

.alert-warning:before {
  content: "\f06a";
  background-color: #f5cc3d;
  color: #f5e33d;
}

.alert-danger:before {
  content: "\f06a";
  background-color: #e43528;
  color: #fe483b;
}

/********** 2.2  Buttons & Links */
/*
	The common features of all the buttons,
	The theme has many new bottons style, button names descripe it's styles
*/
.btn {
  border-radius: 4px;
  border: none;
  font-size: 13px;
  background-image: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  padding: 10px 20px;
  letter-spacing: 0.5px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .btn {
    font-size: 10px;
  }
}
.btn-danger,
.btn-default,
.btn-info,
.btn-primary,
.btn-secondary,
.btn-success,
.btn-warning {
  color: #FFFFFF !important;
}

.btn-danger:hover:before,
.btn-default:hover:before,
.btn-info:hover:before,
.btn-primary:hover:before,
.btn-secondary:hover:before,
.btn-success:hover:before,
.btn-warning:hover:before {
  color: #FFFFFF;
  margin-left: -6px;
}

.btn i {
  margin-right: 10px;
}

.btn-icon i {
  margin-right: 0;
}

.btn-check:focus + .btn-primary, .btn-primary:focus,
.btn-check:focus + .btn-secondary, .btn-secondary:focus,
.btn-check:focus + .btn-default, .btn-default:focus,
.btn-check:focus + .btn-success, .btn-success:focus,
.btn-check:focus + .btn-info, .btn-info:focus,
.btn-check:focus + .btn-warning, .btn-warning:focus,
.btn-check:focus + .btn-danger, .btn-danger:focus {
  border: none;
  box-shadow: none;
  color: #FFFFFF;
}

.btn-primary {
  background-color: #FFC300;
}

.btn-primary:hover {
  background-color: #d9a600;
}

.btn-secondary {
  background-color: #0081a7;
}

.btn-secondary:hover {
  background-color: #006e8e;
}

.btn-default {
  background-color: #C5C9CF;
}

.btn-default:hover {
  background-color: #a7abb0;
}

.btn-info {
  background-color: #1781EE;
}

.btn-info:hover {
  background-color: #146eca;
}

.btn-success {
  background-color: #71D233;
}

.btn-success:hover {
  background-color: #60b32b;
}

.btn-warning {
  background-color: #FFC300;
}

.btn-warning:hover {
  background-color: #d9a600;
}

.btn-danger {
  background-color: #FE483B;
}

.btn-danger:hover {
  background-color: #d83d32;
}

@media (max-width: 768px) {
  .btn-mobile-text-hide {
    font-size: 0;
  }
  .btn-mobile-text-hide i {
    font-size: 13px;
    margin-right: 0;
  }
}
/**/
.btn-outline-danger,
.btn-outline-default,
.btn-outline-info,
.btn-outline-primary,
.btn-outline-secondary,
.btn-outline-success,
.btn-outline-warning {
  padding: 8px 18px;
}

.btn-outline-danger:hover,
.btn-outline-default:hover,
.btn-outline-info:hover,
.btn-outline-primary:hover,
.btn-outline-secondary:hover,
.btn-outline-success:hover,
.btn-outline-warning:hover {
  background-color: transparent;
}

.btn-outline-danger:hover:before,
.btn-outline-default:hover:before,
.btn-outline-info:hover:before,
.btn-outline-primary:hover:before,
.btn-outline-secondary:hover:before,
.btn-outline-success:hover:before,
.btn-outline-warning:hover:before {
  color: #FFFFFF;
  margin-left: -6px;
}

.btn-outline-primary, .btn-check:focus + .btn-outline-primary, .btn-primary:focus,
.btn-outline-secondary, .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus,
.btn-outline-default, .btn-check:focus + .btn-outline-default, .btn-outline-default:focus,
.btn-outline-success, .btn-check:focus + .btn-outline-success, .btn-outline-success:focus,
.btn-outline-info, .btn-check:focus + .btn-outline-info, .btn-outline-info:focus,
.btn-outline-warning, .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus,
.btn-outline-danger, .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  border-style: solid;
  border-width: 2px;
  box-shadow: none;
}

.btn-outline-primary {
  border-color: #d9a600;
  color: #d9a600;
}

.btn-outline-primary:hover {
  border-color: #b38900;
  color: #d9a600;
  background-color: rgba(255, 195, 0, 0.2);
}

.btn-outline-secondary {
  border-color: #006e8e;
  color: #006e8e;
}

.btn-outline-secondary:hover {
  border-color: #005a75;
  color: #006e8e;
  background-color: rgba(0, 129, 167, 0.2);
}

.btn-outline-default {
  border-color: #a7abb0;
  color: #a7abb0;
}

.btn-outline-default:hover {
  border-color: #8a8d91;
  color: #a7abb0;
  background-color: rgba(197, 201, 207, 0.2);
}

.btn-outline-info {
  border-color: #146eca;
  color: #146eca;
}

.btn-outline-info:hover {
  border-color: #105aa7;
  color: #146eca;
  background-color: rgba(23, 129, 238, 0.2);
}

.btn-outline-success {
  border-color: #60b32b;
  color: #60b32b;
}

.btn-outline-success:hover {
  border-color: #4f9324;
  color: #60b32b;
  background-color: rgba(113, 210, 51, 0.2);
}

.btn-outline-warning {
  border-color: #d9a600;
  color: #d9a600;
}

.btn-outline-warning:hover {
  border-color: #b38900;
  color: #d9a600;
  background-color: rgba(255, 195, 0, 0.2);
}

.btn-outline-danger {
  border-color: #d83d32;
  color: #d83d32;
}

.btn-outline-danger:hover {
  border-color: #b23229;
  color: #d83d32;
  background-color: rgba(254, 72, 59, 0.2);
}

/********** 2.1  Form  */
.form-label {
  font-size: 12px;
  font-weight: 600;
  margin: 3px 0;
  width: 100%;
}

.form-control::placeholder {
  letter-spacing: 0.5px;
  font-weight: 500;
}

.form-control::-webkit-input-placeholder {
  letter-spacing: 0.5px;
  font-weight: 500;
}

.form-control:-moz-placeholder {
  letter-spacing: 0.5px;
  font-weight: 500;
}

.form-control:-ms-input-placeholder {
  letter-spacing: 0.5px;
  font-weight: 500;
}

.form-control, .has-success .form-control, .has-warning .form-control, .has-error .form-control {
  border-radius: 0;
  border: none;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #727579;
  font-weight: 600;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* general styles */
.form-control {
  border: 1px solid #727579;
  border-radius: 5px;
  font-size: 13px;
  padding: 15px;
  color: #727579;
  margin-bottom: 15px;
}

.has-success .form-control {
  border-bottom: 1px solid #b2dba1;
}

.has-warning .form-control {
  border-bottom: 1px solid #f5e79e;
}

.has-error .form-control {
  border-bottom: 1px solid #dca7a7;
}

/* addon styles */
.input-group-addon {
  padding: 0;
  border-radius: 0;
  border: none;
  background-color: #dfe1e5;
  border-bottom: 1px solid #dfe1e5;
}

.input-group-addon i {
  width: 38px;
  height: 38px;
  line-height: 40px;
  text-align: center;
  color: #c5c9cf;
}

.input-group-addon i:hover {
  background-color: transparent !important;
  color: #c5c9cf !important;
}

/* TODO following three color preferences will change with rgba alternatives of the main colors. */
.has-success .input-group-addon {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #b2dba1;
}

.has-warning .input-group-addon {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #f5e79e;
}

.has-error .input-group-addon {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #dca7a7;
}

/* focus styles */
.form-control:focus,
.form-select:focus {
  border: 1px solid #dfe1e5;
  box-shadow: none;
}

.has-success .form-control:focus {
  border-bottom: 1px solid #5cb85c;
  box-shadow: none;
}

.has-warning .form-control:focus {
  border-bottom: 1px solid #f0ad4e;
  box-shadow: none;
}

.has-error .form-control:focus {
  border-bottom: 1px solid #d9534f;
  box-shadow: none;
}

/* select */
.form-select {
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #727579;
  border: 1px solid #727579;
  border-radius: 5px;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.select2-container {
  display: block !important;
}

.select2-results__option {
  display: block !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered,
.select2-container .select2-selection--single {
  width: 100% !important;
  min-height: 52px !important;
  padding: 15px;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #727579;
  border: 1px solid #727579;
  border-radius: 5px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none !important;
}

.select2-container--default .select2-selection--multiple {
  border: none !important;
  border-radius: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 52px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  width: 100% !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
  width: 100% !important;
}

/* extras */
.form-help-block {
  font-size: 13px;
  color: #727579;
  letter-spacing: 0.5px;
  opacity: 0.7px;
}

/********** Modal */
.modal-content {
  border: none;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-backdrop {
  background-color: #000000;
  opacity: 0.8 !important;
}

.modal-header,
.modal-footer {
  background-color: #c5c9cf;
}

.modal-header .btn-close {
  padding: 12px;
  margin: 0;
  position: absolute;
  right: -60px;
  background-color: #e43528;
  opacity: 1;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .modal-header .btn-close {
    right: 10px;
  }
}
.modal-body .modal-content-part {
  padding: 12px;
  border-radius: 10px;
}

.modal-body .modal-content-part:nth-child(even) {
  background-color: #ebecf0;
}

.modal-header .head.tabs a {
  font-size: 14px;
  font-weight: 600;
  padding: 8px 15px;
  margin-right: 10px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0);
}

.modal-header .head.tabs a i {
  margin-right: 10px;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .modal-header .head.tabs a {
    font-size: 11px;
    padding: 8px 5px;
    margin-right: 5px;
  }
  .modal-header .head.tabs a i {
    margin-right: 5px;
    opacity: 0.8;
  }
}
.modal-header .head.tabs a.active {
  background-color: #c5c9cf;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.modal-header h6 {
  margin-bottom: 0;
}

/* footer mobile menu ..etc */
.modal-header h6 img {
  width: 24px;
  height: auto;
  margin: 0 15px 0 12px;
}

/* there is none modal footer in form modals, so we use this */
.modal-bottom-btn {
  background-color: #c5c9cf;
  padding: 10px 15px;
  margin: 15px -15px -15px -15px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media (min-width: 768px) {
  nav.cat {
    text-align: right;
  }
}
.pagination {
  margin: 0;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > li,
.pagination > .active > li:focus,
.pagination > .active > li:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #1781ee !important;
}

.pagination > li > a, .pagination > li > span {
  color: #93979d;
  border-color: #c5c9cf !important;
}

.pagination > li > a:hover, .pagination > li > span:hover {
  color: #ffffff;
  background-color: #c5c9cf;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0;
}

.pagination > li > a, .pagination > li > span {
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  text-align: center;
}

.accordion-button:not(.collapsed) {
  color: #FFFFFF;
  background-color: #FFC300;
  box-shadow: none;
}

.accordion-button {
  padding: 0 15px 0 30px;
  height: 60px;
}

.accordion-item:first-of-type {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
}

.accordion-item:last-of-type {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 19px;
  border-bottom-left-radius: 19px;
}

/********** progress-bar */
.progress {
  margin-bottom: 0;
  height: 40px;
  background-image: none;
  border-radius: 0;
  background-color: #c5c9cf;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-bar {
  background-color: #dfe1e5;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 40px;
}

.progress-bar-success {
  background-color: #61b62b;
}

.progress-bar-info {
  background-color: #116bc7;
}

.progress-bar-warning {
  background-color: #f5cc3d;
}

.progress-bar-danger {
  background-color: #e43528;
}

.progress-bar-striped, .progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 80px 80px;
  background-size: 80px 80px;
}

/********** 2.9  Table */
.table {
  font-size: 13px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-color: #c5c9cf;
}

.table-striped > tbody > tr:nth-of-type(odd), .table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #f4f5f6;
}

.table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  font-weight: 700;
}

tbody, td, tfoot, th, thead, tr {
  border-color: #c5c9cf;
}

h1, h2, h3, h4, h5, h6 {
  color: #727579;
  padding: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #000000;
}

h1 {
  font-size: 46px;
  line-height: 54px;
}

h2 {
  font-size: 40px;
  line-height: 48px;
}

h3 {
  font-size: 34px;
  line-height: 42px;
}

h4 {
  font-size: 28px;
  line-height: 36px;
}

h5 {
  font-size: 22px;
  line-height: 30px;
}

h6 {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 991px) {
  h1 {
    font-size: 34px;
    line-height: 40px;
  }
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
  h3 {
    font-size: 26px;
    line-height: 32px;
  }
  h4 {
    font-size: 22px;
    line-height: 28px;
  }
  h5 {
    font-size: 18px;
    line-height: 24px;
  }
  h6 {
    font-size: 14px;
    line-height: 20px;
  }
}
.calendar-color1 {
  background-color: #FFC300;
  border-color: #d9a600;
}
.calendar-color1 .time {
  background-color: #d9a600;
}

.calendar-color2 {
  background-color: #FE483B;
  border-color: #d83d32;
}
.calendar-color2 .time {
  background-color: #d83d32;
}

.calendar-color3 {
  background-color: #71D233;
  border-color: #60b32b;
}
.calendar-color3 .time {
  background-color: #60b32b;
}

.calendar-color4 {
  background-color: #FFC300;
  border-color: #d9a600;
}
.calendar-color4 .time {
  background-color: #d9a600;
}

.calendar-color5 {
  background-color: #1781EE;
  border-color: #146eca;
}
.calendar-color5 .time {
  background-color: #146eca;
}

.calendar-color6 {
  background-color: #001D3D;
  border-color: #001934;
}
.calendar-color6 .time {
  background-color: #001934;
}

.calendar-color7 {
  background-color: #C5C9CF;
  border-color: #a7abb0;
}
.calendar-color7 .time {
  background-color: #a7abb0;
}

.calendar-container {
  width: 98%;
  margin: auto;
  background: #FFFFFF;
  position: relative;
}

.calendar-header {
  height: 135px;
  position: relative;
  background-color: #0081a7;
}
.calendar-header .date {
  font-family: "Varela Round", sans-serif;
  font-size: 36px;
  line-height: 135px;
  color: #FFFFFF;
  font-weight: 700;
  text-shadow: 1px 1px 1px #000000;
  margin-left: 30px;
}

.calendar {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(7, minmax(120px, 1fr));
  grid-template-rows: 50px;
  grid-auto-rows: minmax(192px, auto);
  overflow: auto;
  border-left: 1px solid #C7C7CC;
}
.calendar .day-name {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #C7C7CC;
  line-height: 50px;
  font-weight: 500;
  color: #66666E;
  border-top: 1px solid #C7C7CC;
  border-right: 1px solid #C7C7CC;
  background-color: #F4F4F6;
}
.calendar .day-disabled {
  background-image: url("../images/diagonal-texture-2.png");
  cursor: not-allowed;
}
.calendar .day {
  border-bottom: 1px solid #C7C7CC;
  border-right: 1px solid #C7C7CC;
  z-index: 1;
  position: relative;
  padding-top: 31px;
  overflow: hidden;
}
.calendar .day a.day-list-btn {
  position: absolute;
  top: 0;
  width: 100%;
  height: 30px;
  font-weight: bolder;
  font-size: 14px;
  line-height: 30px;
  padding: 0 10px;
}
.calendar .day a.day-list-btn .icon {
  text-align: right;
}
.calendar .day a.add-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 30px;
  text-align: center;
  font-weight: bolder;
  font-size: 14px;
  line-height: 30px;
}
.calendar .day .task {
  padding: 4px 8px;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  width: 100%;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: -1px 0;
}
.calendar .day .task .time {
  font-size: 12px;
  text-align: center;
  padding: 3px;
  margin-left: -3px;
}
.calendar .day .task .meta {
  margin-left: -18px;
  padding: 3px;
}
.calendar .day .task .meta .client {
  font-size: 13px;
}
.calendar .day .task .meta .service {
  font-size: 12px;
  opacity: 0.8;
}

@media (max-width: 991px) {
  .calendar {
    grid-template-columns: repeat(7, minmax(30px, 1fr));
    grid-auto-rows: minmax(92px, auto);
  }
  .calendar .day-name {
    font-size: 10px;
    font-weight: 700;
  }
  .calendar .day a.add-btn {
    display: none;
  }
  .calendar .day .task .time {
    padding: 0;
    background-color: transparent !important;
  }
  .calendar .day .task .meta {
    display: none;
  }
}
/**/
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
/**/
.calendar-week {
  position: relative;
  background-color: #FFFFFF;
  border-left: 1px solid #C7C7CC;
}
.calendar-week .date-list {
  position: absolute;
  left: 0;
  top: 60px;
  width: 58px;
  border-top: 1px solid #C7C7CC;
  border-right: 1px solid #C7C7CC;
}
.calendar-week .date-list .time {
  height: 59px;
  line-height: 59px;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  border-bottom: 1px solid #C7C7CC;
}
.calendar-week .day-list {
  margin-left: 57px;
}
.calendar-week .day-list .day-name-list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(7, minmax(120px, 1fr));
  grid-template-rows: 60px;
  grid-auto-rows: minmax(192px, auto);
  overflow: hidden;
  border-bottom: 1px solid #C7C7CC;
}
.calendar-week .day-list .day-name-list :first-child {
  border-left: 1px solid #C7C7CC;
}
.calendar-week .day-list .day-name-list .day-name {
  line-height: 60px;
  border-right: 1px solid #C7C7CC;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}
.calendar-week .day-list .day-name-list .day-name span {
  opacity: 0.6;
  font-size: 12px;
  border: none;
  margin: 0 0 0 6px;
  padding: 3px;
  border-radius: 3px;
  background-color: #C7C7CC;
}
.calendar-week .day-list .days {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(7, minmax(120px, 1fr));
  grid-auto-rows: minmax(192px, auto);
  overflow: auto;
}
.calendar-week .day-list .days .day {
  border-right: 1px solid #C7C7CC;
}
.calendar-week .day-list .days .day .time {
  width: 100%;
  height: 59px;
  border-bottom: 1px solid #C7C7CC;
}
.calendar-week .day-list .days .day .time .task {
  color: #FFFFFF;
}
.calendar-week .day-list .days .day .time .task .meta {
  padding: 3px 6px;
  cursor: pointer;
}
.calendar-week .day-list .days .day .time .task .meta .this-time {
  font-size: 11px;
  font-weight: 600;
  opacity: 0.6;
  position: relative;
  padding-left: 18px;
  color: #000000;
}
.calendar-week .day-list .days .day .time .task .meta .this-time:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  position: absolute;
  top: -1px;
  left: 0px;
  opacity: 0.8;
}
.calendar-week .day-list .days .day .time .task .meta .client {
  font-size: 13px;
  margin-top: -3px;
  font-weight: 600;
}

/**/
.calendar-modal-empty-list {
  border-bottom: 1px solid #ffffff;
  padding: 2px 15px;
  font-size: 10px;
}

.calendar-modal-date-list {
  font-size: 12px;
  font-weight: 600;
  margin-right: -30px;
  padding: 16px 10px 10px 60px;
  position: relative;
}

.calendar-modal-date-list-mobile {
  display: none;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .calendar-modal-date-list {
    display: none;
  }
  .calendar-modal-date-list-mobile {
    display: block;
  }
}
.calendar-modal-date-list i {
  font-size: 24px;
  color: #000000;
  margin: 0 15px;
  position: absolute;
  top: 14px;
  left: 0;
}

.calendar-modal-date-list-empty {
  font-size: 11px;
  font-weight: 600;
  padding: 5px 15px;
  color: #000000;
  border-bottom: 1px solid #c8d6e5;
}

.calendar-modal-date-list-empty a i {
  font-size: 18px;
  margin-left: 3px;
}

.calendar-modal-date-content {
  border-left: 1px solid;
  padding: 10px 30px;
  font-size: 13px;
  line-height: 16px;
  position: relative;
}

.calendar-modal-date-content-triangle {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
}

.calendar-modal-date-content span {
  font-size: 13px;
  font-style: italic;
}

/**/
.calendar-modal-personel-list-time {
  font-size: 12px;
  font-weight: 600;
  padding: 9px 0 8px 0;
  text-align: center;
  color: #FFFFFF;
}

.calendar-modal-personel-list-content {
  padding: 10px 30px;
  font-size: 13px;
  line-height: 16px;
  position: relative;
}

.calendar-modal-personel-list-empty {
  font-size: 12px;
  font-weight: 600;
  padding: 4px 15px 3px 15px;
  color: #000000;
  border-bottom: 1px solid #c8d6e5;
}

.calendar-modal-personel-list-empty a i {
  font-size: 18px;
  color: #c5c9cf;
  margin-left: 3px;
}

/**/
.calendar-process-list {
  position: relative;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
}

.calendar-process-list .time {
  font-size: 13px;
  line-height: 14px;
  background-image: url("../images/black-transparent-bg.png");
  padding: 10px 5px;
  margin-left: -5px;
  display: block;
  text-align: center;
}

.calendar-process-list .desc {
  font-size: 13px;
  margin-left: -25px;
}

/**/
.calendar-day-nav-buttons {
  margin-top: 10px;
}

.calendar-day-nav-buttons a {
  color: #FFFFFF;
  font-weight: 700;
  border-radius: 4px;
  font-size: 13px;
  background-image: none;
  padding: 12px 15px;
  letter-spacing: 0.5px;
}

.calendar-day-nav-buttons a.left i {
  margin-right: 15px;
}

.calendar-day-nav-buttons a.right i {
  margin-left: 15px;
}

@media (max-width: 991px) {
  .calendar-day-nav-buttons a {
    background-image: none;
    padding: 12px 8px;
    font-size: 11px;
  }
  .calendar-day-nav-buttons a.left i {
    margin-right: 8px;
  }
  .calendar-day-nav-buttons a.right i {
    margin-left: 8px;
  }
}
/**/
a.day-list-btn,
span.day-list-btn {
  background-color: #c5c9cf;
  color: #ffffff;
}

a.add-btn,
span.add-btn {
  background-color: rgba(114, 117, 121, 0.5);
  color: #ffffff;
}

/* chat & ticket css */
.chat-head {
  padding: 30px;
  position: relative;
}
.chat-head .icon {
  position: absolute;
  top: 20px;
  left: 30px;
  background-color: #FFC300;
  color: #FFFFFF;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
}
.chat-head .head {
  font-size: 15px;
  font-weight: 600;
  margin-left: 60px;
}

.message-list {
  background-color: #C7C7CC;
  padding: 30px 30px 15px 30px;
  border-radius: 10px;
}
.message-list .item {
  margin: 30px 0;
  position: relative;
}
.message-list .item .meta {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #66666E;
  color: #FFFFFF;
}
.message-list .item .meta .name {
  font-size: 12px;
  font-weight: bold;
}
.message-list .item .meta .time {
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
}
.message-list .item .meta:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #66666E;
  position: absolute;
  top: 12px;
  right: -10px;
}
.message-list .item .text {
  background-color: #FFFFFF;
  padding: 15px;
  font-size: 14px;
  border-radius: 10px;
  margin-left: 150px;
  position: relative;
}
.message-list .item.mine .meta {
  background-color: #FFC300;
}
.message-list .item.mine .meta:before {
  border-color: transparent transparent transparent #FFC300;
}
.message-list .item.mine .text {
  background-color: #FFC300;
  color: #FFFFFF;
}

.file-list {
  background-color: #C7C7CC;
  padding: 30px 30px 25px 30px;
  border-radius: 10px;
}
.file-list .item {
  background-color: #FFFFFF;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 5px;
  position: relative;
}
.file-list .item a {
  color: #000000;
  font-weight: 600;
  display: block;
}
.file-list .item .icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0081a7;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 15px;
}
.file-list .item .name {
  margin-left: 40px;
}
.file-list .item:hover {
  background-color: #0081a7;
}
.file-list .item:hover a {
  color: #FFFFFF;
}

.new-message {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
}
.new-message .message {
  background-color: #C7C7CC;
  padding: 30px 15px;
  margin-left: 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.wbox {
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 5px;
  /* border:1px solid $colorBorder; */
  font-size: 14px;
  line-height: 24px;
}
.wbox .head {
  padding: 15px 20px;
  margin: -15px -15px 15px -15px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 13px;
}
.wbox .head .tabs .tab {
  padding: 8px 15px;
  cursor: pointer;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.3);
}
.wbox .head .tabs .tab:hover {
  background: rgba(255, 255, 255, 0.8);
}
.wbox .head .tabs .active {
  background: rgba(255, 255, 255, 0.8);
}
.wbox .head .tabs .tab:last-child {
  border: none;
}
.wbox .head-white {
  border-bottom: 2px solid #F4F4F6;
}
.wbox .head-primary {
  color: #4d3b00;
  background-color: #FFC300;
}
.wbox .head-secondary {
  color: #002732;
  background-color: #0081a7;
}
.wbox .head-default {
  color: #3b3c3e;
  background-color: #C5C9CF;
}
.wbox .head-success {
  color: #223f0f;
  background-color: #71D233;
}
.wbox .head-info {
  color: #072747;
  background-color: #1781EE;
}
.wbox .head-warning {
  color: #4d3b00;
  background-color: #FFC300;
}
.wbox .head-danger {
  color: #4c1612;
  background-color: #FE483B;
}
.wbox .list-cover {
  margin: 0 -15px;
}
.wbox .empty-box .list {
  padding: 5px 15px 4px 15px;
  margin: 3px 6px;
  border-radius: 5px;
}

/**/
@media (max-width: 991px) {
  .empty-box .list .row div {
    margin: 5px 0;
  }
  .empty-box .list .row .col-md-1.text-end {
    position: absolute;
    right: 30px;
  }
}
.empty-box .list:nth-child(even) {
  background-color: #ebecf0;
}

/* TODO change standard grey color */
.empty-box .list:hover {
  background-color: #fb8b2e;
}

.empty-box .list .color {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.empty-box .head .icon i,
.empty-box .list .icon i {
  margin-right: 10px;
  opacity: 0.5;
  font-size: 12px;
}

.empty-box .dropup .dropdown-toggle::after {
  display: none;
}

.empty-box .btn-group-vertical > .btn,
.empty-box .btn-group > .btn {
  background-color: #fb8b2e;
  padding: 3px 6px;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
  margin-top: -1px;
  border: none;
  box-shadow: none;
  font-size: 11px;
}

.empty-box .btn-group-vertical > .btn i,
.empty-box .btn-group > .btn i {
  margin-right: 0;
}

.empty-box .btn-group-vertical > .btn:hover,
.empty-box .btn-group > .btn:hover {
  background-color: #f1760f;
}

.empty-box ul.dropdown-menu {
  padding: 0;
}

.empty-box ul.dropdown-menu li a {
  font-size: 13px;
  margin: 0;
  padding: 8px 5px;
  color: #000000;
  display: block;
}

.empty-box ul.dropdown-menu li a:hover {
  background-color: #f1760f;
  color: #ffffff;
}

.empty-box ul.dropdown-menu li a i {
  margin: 0 10px;
  width: 12px;
  opacity: 0.8;
  font-size: 10px;
}

.listbox .item {
  padding: 45px 30px;
  background-color: #FFFFFF;
  border-radius: 20px;
  position: relative;
  /* border:1px solid $colorBorder; */
  font-size: 14px;
  line-height: 24px;
}
.listbox .item .thumb {
  text-align: center;
}
.listbox .item .thumb img {
  width: 120px;
  height: 120px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 960px) {
  .listbox .item .thumb {
    text-align: left;
    margin-bottom: 20px;
  }
}
.listbox .item .right .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}
.listbox .item .right .text {
  opacity: 0.7;
}
.listbox .item .right .meta {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(255, 195, 0, 0.3);
  padding: 15px 0;
  margin: 20px 0 30px 0;
}
.listbox .item .right .meta span {
  width: fit-content;
  position: relative;
  font-size: 13px;
  color: #66666E;
  margin: 0 10px;
}
.listbox .item .right .meta span i {
  margin-right: 10px;
  color: #FFC300;
  opacity: 0.5;
}
.listbox .item .right a {
  padding: 8px 15px;
  background: rgba(255, 195, 0, 0.3);
  color: #FFC300;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  margin-right: 15px;
}
.listbox .item .right a i {
  margin-right: 10px;
}
.listbox .item .right a:hover {
  background-color: #FFC300;
  color: #FFFFFF;
}

.blogbox .item {
  padding: 30px;
  background-color: #FFFFFF;
  border-radius: 20px;
  position: relative;
  /* border:1px solid $colorBorder; */
  font-size: 14px;
  line-height: 24px;
}
.blogbox .item .thumb img {
  max-height: 220px;
  width: auto;
  border-radius: 20px;
  overflow: hidden;
}
.blogbox .item .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin: 15px 0;
}
.blogbox .item .meta {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(255, 195, 0, 0.3);
  padding: 15px 0;
  margin: 20px 0;
}
.blogbox .item .meta span {
  width: fit-content;
  position: relative;
  font-size: 13px;
  color: #66666E;
  margin: 0 10px;
}
.blogbox .item .meta span i {
  margin-right: 10px;
  color: #FFC300;
  opacity: 0.5;
}
.blogbox .item .text {
  opacity: 0.7;
  margin-bottom: 20px;
}
.blogbox .item .link {
  border-top: 1px solid;
  border-color: rgba(255, 195, 0, 0.3);
  padding-top: 25px;
}
.blogbox .item .link a {
  padding: 8px 15px;
  background: rgba(255, 195, 0, 0.3);
  color: #FFC300;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
}
.blogbox .item .link a i {
  margin-right: 10px;
}
.blogbox .item .link a:hover {
  background-color: #FFC300;
  color: #FFFFFF;
}

.mini-blogbox .item {
  padding: 10px;
  background-color: #FFFFFF;
  border-radius: 10px;
  position: relative;
  /* border:1px solid $colorBorder; */
  font-size: 14px;
  line-height: 24px;
}
.mini-blogbox .item .thumb img {
  border-radius: 10px;
  overflow: hidden;
}
.mini-blogbox .item .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin: 15px 0;
}
.mini-blogbox .item .meta {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(255, 195, 0, 0.3);
  padding: 15px 0;
  margin: 20px 0;
}
.mini-blogbox .item .meta span {
  width: fit-content;
  position: relative;
  font-size: 13px;
  color: #66666E;
  margin: 0 10px;
}
.mini-blogbox .item .meta span i {
  margin-right: 10px;
  color: #FFC300;
  opacity: 0.5;
}
.mini-blogbox .item .text {
  opacity: 0.7;
  margin-bottom: 20px;
}
.mini-blogbox .item .link {
  border-top: 1px solid;
  border-color: rgba(255, 195, 0, 0.3);
  padding-top: 25px;
}
.mini-blogbox .item .link a {
  padding: 8px 15px;
  background: rgba(255, 195, 0, 0.3);
  color: #FFC300;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
}
.mini-blogbox .item .link a i {
  margin-right: 10px;
}
.mini-blogbox .item .link a:hover {
  background-color: #FFC300;
  color: #FFFFFF;
}
.mini-blogbox.withbg {
  padding: 90px 0;
  background-color: #000814;
}

.iconbox .item .icon {
  font-size: 36px;
  text-align: center;
  margin: 15px 0;
  opacity: 0.8;
}
.iconbox .item .text {
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
}

.main-menu {
  margin-top: 4px;
}
.main-menu ul li {
  display: inline-block;
  margin: 0 5px;
  border-radius: 20px;
}
.main-menu ul li a {
  font-size: 13px;
  font-weight: 600;
  padding: 15px 7px;
  color: #FFFFFF;
  display: block;
}
.main-menu ul li a i {
  margin-right: 10px;
}
.main-menu ul li:hover {
  background: rgba(255, 255, 255, 0.2);
}

.main-menu-right {
  margin-top: 7px;
}
.main-menu-right ul li {
  display: inline-block;
  margin-right: 5px;
  background-color: #FFC300;
  border-radius: 20px;
}
.main-menu-right ul li a {
  font-size: 15px;
  font-weight: 600;
  padding: 12px 15px;
  color: #FFFFFF;
  display: block;
}
.main-menu-right ul li a i {
  margin-right: 10px;
}
.main-menu-right ul li.outline {
  background: none;
  border: 2px solid #FFC300;
}
.main-menu-right ul li.outline a {
  padding: 10px 13px;
  color: #FFC300;
}
.main-menu-right ul li.outline a:hover {
  color: #FFFFFF;
}
.main-menu-right ul li:hover {
  background-color: #d9a600;
}

.menu-mobile-bar {
  position: absolute;
  right: 15px;
  top: 33px;
  font-size: 24px;
  background: rgba(255, 195, 0, 0.5);
  color: #FFFFFF;
  padding: 12px 15px;
  border-radius: 20px;
}

@media (max-width: 960px) {
  .main-menu,
  .main-menu-right {
    display: none;
  }
}
@media (min-width: 960px) {
  .menu-mobile-bar {
    display: none;
  }
}
.side-menu ul li {
  padding: 8px 16px 8px 32px;
  display: block;
  border-radius: 5px;
  position: relative;
}
.side-menu ul li a {
  display: block;
}
.side-menu ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  position: absolute;
  top: 8px;
  left: 10px;
  opacity: 0.5;
}
.side-menu ul li:hover {
  background: rgba(255, 195, 0, 0.5);
}

.tags {
  position: relative;
}
.tags .title {
  font-size: 24px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  margin-bottom: 15px;
}
.tags ul li {
  display: inline-block;
  width: fit-content;
  background-color: #FFFFFF;
  padding: 10px 15px 10px 30px;
  margin: 5px 10px 5px 0;
  border: 1px solid #E6EBEB;
  border-radius: 5px;
  position: relative;
}
.tags ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 0.2;
}
.tags ul li a {
  display: block;
}
.tags.withbg {
  padding: 60px 0;
  background-color: #E6EBEB;
}

/*===== 1.  GENERAL THEME STRUCTURES  =====*/
body.theme .top-bar {
  height: 15px;
}

/*===== 2.  HEADER & FOOTER  =====*/
/* web header */
.web-header {
  padding: 30px 0;
  background-color: #000814;
}

.search-bar {
  margin-top: 5px;
}
.search-bar .select2-container--default .select2-selection--multiple .select2-selection__rendered, .search-bar .select2-container .select2-selection--single {
  min-height: 50px !important;
}
.search-bar .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #FFC300 transparent transparent transparent;
  border-width: 7px 5px 0 5px;
  margin-left: -15px;
  margin-top: -6px;
}
.search-bar .select2-container--default .select2-selection--single {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #FFFFFF;
  border-radius: 15px;
}
.search-bar .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #FFFFFF;
  line-height: 20px;
}
.search-bar a {
  padding: 15px;
  border-radius: 15px;
  margin-left: -16px;
}

@media (max-width: 960px) {
  .search-bar {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    margin-top: 30px;
    padding-top: 30px;
    margin-left: 6px;
  }
  .search-bar a {
    width: 100%;
    padding: 17px 15px;
  }
}
/**/
.web-footer {
  padding-top: 60px;
  background-color: #000814;
  background-image: url("../../files/images/dotted-texture-2.png");
  background-size: contain;
}
.web-footer .bottom {
  background-color: #001D3D;
  color: #66666E;
  padding: 15px 0;
  margin-top: 60px;
}

.footer-menu ul li {
  margin-bottom: 3px;
  display: block;
  position: relative;
}
.footer-menu ul li.title {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  padding-bottom: 10px;
}
.footer-menu ul li.title:before {
  content: "";
  position: absolute;
  top: 27px;
  left: 0;
  width: 160px;
  height: 2px;
  background-color: #FFFFFF;
  opacity: 0.5;
}
.footer-menu ul li a {
  padding: 3px 0 3px 15px;
  display: block;
  color: #FFFFFF;
}
.footer-menu ul li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  position: absolute;
  color: #FFFFFF;
  margin-left: -15px;
  opacity: 0.5;
}
.footer-menu ul li a:hover {
  color: #FFC300;
  font-weight: 600;
}
@media (max-width: 960px) {
  .footer-menu ul {
    margin-top: 30px;
  }
}

.footer-sm ul li {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #FFC300;
  border-radius: 2px;
  text-align: center;
}
.footer-sm ul li a {
  display: block;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 40px;
}
.footer-sm ul li:hover {
  background-color: #FFFFFF;
}
.footer-sm ul li:hover a {
  color: #FFC300;
}

/*===== 3.  INDEX ELEMENTS  =====*/
.index-search {
  background-color: #000814;
  padding: 210px 0;
  text-align: center;
  background-image: url("../../files/images/dotted-texture-2.png");
  background-size: contain;
}
.index-search .title {
  font-size: 36px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.index-search .sub-title {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  color: #0081a7;
  margin-bottom: 30px;
}
.index-search input, .index-search select, .index-search button {
  height: 60px;
  width: 100%;
}
.index-search .select2-container--default .select2-selection--multiple .select2-selection__rendered, .index-search .select2-container .select2-selection--single {
  min-height: 60px !important;
}
.index-search .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #FFC300 transparent transparent transparent;
  border-width: 7px 5px 0 5px;
  margin-left: -15px;
  margin-top: -2px;
  /* right: 20px; */
}
.index-search.iki {
  padding: 120px 60px;
  border-radius: 20px;
}

.index-video .title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}
.index-video .title i {
  font-size: 16px;
  margin-right: 10px;
  margin-top: -5px;
  position: relative;
}
.index-video .text {
  font-size: 16px;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
  opacity: 0.7;
}
.index-video .video {
  border-radius: 20px;
  background-color: #E6EBEB;
  height: 400px;
}
.index-video .btn {
  font-size: 15px;
  font-weight: 600;
  padding: 12px 15px;
  border-radius: 20px;
  margin-right: 10px;
}
.index-video .btn.btn-outline-primary {
  padding: 11px 14px;
}
.index-video.withbg {
  background-color: #000814;
  padding: 90px 0;
  background-image: url("../../files/images/dotted-texture-2.png");
  background-size: contain;
  color: #FFFFFF;
}
.index-video.withbg h1 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #0081a7;
  font-weight: 500;
  font-size: 48px;
  letter-spacing: 1px;
}

.index-about {
  background-color: #001D3D;
  color: #FFFFFF;
  padding: 90px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  text-align: center;
}
.index-about .title {
  font-size: 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.index-about .sub-title {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  color: #0081a7;
  font-weight: 500;
  letter-spacing: 1px;
}
.index-about .divider {
  background-image: url("../../files/images/hekimz-logo-white-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 20px;
  margin: 20px 0;
  opacity: 0.7;
  position: relative;
  z-index: 10;
}
.index-about .divider:before {
  content: "";
  height: 1px;
  width: calc(50% - 16px);
  background-color: #FFFFFF;
  position: absolute;
  top: 10px;
  left: 0;
  opacity: 0.4;
  z-index: 1;
}
.index-about .divider:after {
  content: "";
  height: 1px;
  width: calc(50% - 16px);
  background-color: #FFFFFF;
  position: absolute;
  top: 10px;
  right: 0;
  opacity: 0.4;
  z-index: 1;
}

.index-faq {
  background-color: #E6EBEB;
  padding: 90px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.index-contact {
  text-align: center;
}
.index-contact .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
}
.index-contact .btn {
  font-size: 15px;
  font-weight: 600;
  padding: 24px 36px;
  border-radius: 20px;
  margin: 0 5px;
}

/*===== 4.  PAGES (SINGLE & CATEGORY)  =====*/
.single .job-header {
  padding: 90px 0;
  background-color: #E6EBEB;
}
.single .job-header h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 36px;
}
.single .job-header .sub-title {
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #0081a7;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
}
.single .job-header .main-desc ul li {
  position: relative;
  padding: 15px 0 15px 35px;
  font-size: 15px;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.2);
}
.single .job-header .main-desc ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  position: absolute;
  color: #000000;
  margin-left: -30px;
  opacity: 0.3;
}
.single .job-header .main-desc ul li:last-child {
  border: none;
}
.single .job-header .links a {
  font-size: 15px;
  font-weight: 600;
  padding: 12px 15px;
  border-radius: 20px;
  margin-right: 10px;
}
.single .job-header .links a.btn-outline-primary {
  padding: 10px 13px;
}
.single .mini-blogbox {
  background-color: #000814;
  padding: 60px 0;
}
.single .mini-blogbox .item .title {
  text-align: center;
  font-size: 13px;
  line-height: 23px;
}
.single .single-desc {
  background-color: #E6EBEB;
  padding: 60px 0;
}
.single .single-desc .item {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.2);
}
.single .single-desc .item .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
}
.single .single-desc .item .text {
  font-size: 15px;
  line-height: 25px;
  opacity: 0.7;
}
.single .single-desc .item:last-child {
  border: none;
}
.single .iconbox {
  padding: 60px 0;
  background-color: #000814;
  color: #FFFFFF;
}

.login-left {
  height: 100vh;
  position: relative;
}
.login-left .content {
  padding: 0 90px;
  position: relative;
  top: 30%;
}
.login-left .content .wbox .btn {
  margin: 0 15px;
}
.login-left .content .wbox a {
  margin: 0 15px;
  font-weight: 600;
  color: #000000;
}
.login-left .content .wbox a i {
  margin-right: 10px;
}

.login-right {
  background-color: #001D3D;
  color: #FFFFFF;
  height: 100vh;
  position: relative;
  z-index: 2;
}
.login-right .content {
  padding: 0 90px;
  position: relative;
  top: 30%;
  z-index: 2;
}
.login-right .logo img {
  height: 60px;
}
.login-right .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  font-family: "Varela Round", sans-serif;
  color: #FFFFFF;
}
.login-right p {
  font-size: 14px;
  font-family: "Varela Round", sans-serif;
  font-weight: 600;
}
.login-right-bg {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../files/images/sample-sport.jpg");
  background-size: cover;
  background-position: center;
  z-index: 1;
  opacity: 0.1;
}

.member-profile {
  position: relative;
  padding-top: 90px;
}
.member-profile .basic-information {
  position: relative;
}
.member-profile .basic-information .profile-picture {
  width: 120px;
  height: 120px;
  border-radius: 30px;
  position: relative;
}
.member-profile .basic-information .profile-picture img {
  width: 120px;
  height: 120px;
  border-radius: 30px;
}
.member-profile .basic-information .meta {
  position: absolute;
  top: 0;
  left: 150px;
}
.member-profile .basic-information .meta .name {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.member-profile .basic-information .meta .city {
  background-color: #E6EBEB;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 10px;
  margin-right: 5px;
}
.member-profile .basic-information .meta .category {
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  padding: 8px 16px;
  opacity: 0.7;
}
.member-profile .basic-information .meta i {
  margin-right: 10px;
}
.member-profile .basic-information .send-message {
  text-align: center;
}
.member-profile .basic-information .send-message a.btn {
  width: calc(50% - 10px);
}
.member-profile .profile-menu {
  background-color: #F4F4F6;
}
.member-profile .profile-menu ul li {
  display: inline-block;
  padding: 12px;
  width: 25%;
  margin-right: -3px;
  text-align: center;
  border-bottom: 1px solid #000814;
}
.member-profile .profile-menu ul li a {
  font-size: 14px;
  font-weight: 600;
  padding: 8px 15px;
  color: #000814;
  display: block;
}
.member-profile .profile-menu ul li a i {
  margin-right: 10px;
}
.member-profile .profile-menu ul li:hover {
  background: rgba(0, 8, 20, 0.2);
}
.member-profile .profile-menu ul li:hover a {
  color: #FFFFFF;
}
.member-profile .profile-menu ul li.active {
  padding-bottom: 7px;
  border-bottom: 6px solid #000814;
}
@media (max-width: 960px) {
  .member-profile .profile-menu {
    display: none;
  }
}
.member-profile .profile-menu-mobile {
  background-color: #FFC300;
  margin-bottom: 30px;
  border-radius: 20px;
  overflow: hidden;
}
.member-profile .profile-menu-mobile ul li {
  display: inline-block;
  padding: 12px;
  width: 25%;
  margin-right: -3px;
  text-align: center;
}
.member-profile .profile-menu-mobile ul li a {
  font-size: 14px;
  font-weight: 600;
  padding: 8px 15px;
  color: #FFFFFF;
  display: block;
}
.member-profile .profile-menu-mobile ul li a i {
  margin-right: 10px;
}
.member-profile .profile-menu-mobile ul li:hover {
  background: rgba(0, 8, 20, 0.2);
}
.member-profile .profile-menu-mobile ul li:hover a {
  color: #FFFFFF;
}
.member-profile .profile-menu-mobile ul li.active {
  padding-bottom: 7px;
  border-bottom: 6px solid #FFFFFF;
}
@media (min-width: 960px) {
  .member-profile .profile-menu-mobile {
    display: none;
  }
}
.member-profile .detail-information {
  background-color: #E6EBEB;
  padding: 30px 0 90px 0;
}
.member-profile .detail-information .address .corporation-name {
  position: relative;
  padding-left: 65px;
}
.member-profile .detail-information .address .corporation-name span {
  font-size: 13px;
  opacity: 0.5;
}
.member-profile .detail-information .address .corporation-name .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-top: -5px;
}
.member-profile .detail-information .address .corporation-name:before {
  font-family: "Font Awesome 5 Free";
  content: "\f47d";
  font-size: 36px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  position: absolute;
  top: 11px;
  left: 8px;
  opacity: 0.5;
  color: #FFC300;
}
.member-profile .detail-information .address .online-information {
  padding: 8px 15px 8px 75px;
  border-radius: 15px;
  font-weight: 600;
  width: fit-content;
  position: relative;
  overflow: hidden;
}
.member-profile .detail-information .address .online-information.true {
  background-color: #1781EE;
  color: #FFFFFF;
}
.member-profile .detail-information .address .online-information.true:before {
  background-color: #71D233;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  text-align: center;
  padding: 8px 0;
}
.member-profile .detail-information .address .online-information.false {
  background-color: #C5C9CF;
  opacity: 0.5;
}
.member-profile .detail-information .address .online-information.false:before {
  background-color: #66666E;
  color: #FFFFFF;
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  text-align: center;
  padding: 8px 0;
}
.member-profile .detail-information .address .item .title {
  font-size: 13px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  padding-left: 20px;
  position: relative;
}
.member-profile .detail-information .address .item .title:before {
  color: #FFC300;
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
}
.member-profile .detail-information .address .item .text {
  font-size: 13px;
  font-weight: 400;
}
.member-profile .detail-information .service {
  padding: 0 15px;
}
.member-profile .detail-information .service ul li {
  display: block;
  position: relative;
  padding: 8px 8px 8px 18px;
  font-weight: 500;
  color: #66666E;
}
.member-profile .detail-information .service ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  position: absolute;
  top: 8px;
  left: 0;
  opacity: 0.5;
  color: #FFC300;
}
.member-profile .detail-information .cv {
  color: #66666E;
  font-weight: 500;
}
.member-profile .detail-information .comment {
  position: relative;
}
.member-profile .detail-information .comment .score {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: #E6EBEB;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  font-weight: 600;
}
.member-profile .detail-information .comment .stars {
  position: absolute;
  left: 75px;
  top: 0;
  color: #FFC300;
}
.member-profile .detail-information .comment .count {
  position: absolute;
  left: 75px;
  top: 25px;
  opacity: 0.7;
}

.profile-calendar {
  padding: 30px;
  background-color: #000814;
  border-radius: 30px;
  position: absolute;
  width: 100%;
}
.profile-calendar .calendar {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(7, minmax(12px, 1fr));
  grid-template-rows: auto;
  grid-auto-rows: 45px;
  overflow: hidden;
  border: none;
}
.profile-calendar .calendar-week {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(7, minmax(12px, 1fr));
  grid-auto-rows: 45px;
  overflow: hidden;
  border-left: none;
  background: none;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  color: #FFFFFF;
}
.profile-calendar .calendar-week .day-name {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
.profile-calendar .calendar-week .day-name div {
  margin-bottom: -8px;
}
.profile-calendar .calendar-week .day-name span {
  font-weight: 400;
  opacity: 0.7;
}
.profile-calendar .day {
  border: none;
  padding-top: 10px;
}
.profile-calendar .day .time {
  color: #FFFFFF;
  background: rgba(255, 195, 0, 0.3);
  border-radius: 3px;
  padding: 3px 0;
  margin: 5px 2px;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
}
.profile-calendar .day .time:hover {
  background-color: #FFC300;
  color: #FFFFFF;
}
.profile-calendar .day .closed {
  background-color: #F4F4F6;
  cursor: default;
  opacity: 0.2;
}
.profile-calendar .day .closed:hover {
  background-color: #F4F4F6;
  cursor: default;
  opacity: 0.2;
}
.profile-calendar .calendar-nav .left,
.profile-calendar .calendar-nav .right {
  background-color: #FFC300;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  position: absolute;
  top: 32px;
  border: 1px solid #FFFFFF;
}
.profile-calendar .calendar-nav .left a,
.profile-calendar .calendar-nav .right a {
  color: #000814;
}
.profile-calendar .calendar-nav .left {
  left: -18px;
}
.profile-calendar .calendar-nav .right {
  right: -18px;
}
.profile-calendar .bottom {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  padding-top: 15px;
  margin-top: 15px;
  text-align: center;
}
.profile-calendar .bottom a {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  opacity: 0.5;
}
.profile-calendar .bottom a:hover {
  color: #FFFFFF;
  opacity: 1;
}
.profile-calendar .bottom a i {
  margin-right: 10px;
}

@media (max-width: 960px) {
  .profile-calendar {
    position: relative;
  }
}
.question .main-paragraph {
  font-size: 18px;
  line-height: 28px;
  color: #66666E;
}
.question .main-paragraph .title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
.question .main-paragraph img {
  border-radius: 20px;
}
.question .main-paragraph p {
  margin: -5px 0 20px 0;
}
.question .main-paragraph span.video-link {
  position: relative;
  font-weight: 500;
  cursor: pointer;
}
.question .main-paragraph span.video-link:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(254, 72, 59, 0.6);
}
.question .main-paragraph .meta {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(255, 195, 0, 0.3);
  padding: 15px 0;
  margin: 20px 0 60px 0;
  text-align: center;
}
.question .main-paragraph .meta span {
  width: fit-content;
  position: relative;
  font-size: 13px;
  color: #66666E;
  margin: 0 10px;
}
.question .main-paragraph .meta span i {
  margin-right: 10px;
  color: #FFC300;
  opacity: 0.5;
}
.question .quiz {
  background-color: #E6EBEB;
  padding: 60px 0 90px 0;
}
.question .quiz .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
.question .quiz .item {
  border-top: 1px solid;
  border-color: rgba(0, 129, 167, 0.3);
  padding: 30px 0;
}
.question .quiz .item .number {
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 50%;
  background-color: #000814;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 500;
  font-family: "Varela Round", sans-serif;
}
.question .quiz .item .text {
  font-size: 15px;
  line-height: 25px;
  color: #66666E;
}
.question .quiz .item .select {
  margin: 15px 0;
}
.question .quiz .item .select .line {
  font-size: 13px;
  font-weight: 600;
  padding: 15px 20px 15px 40px;
  position: relative;
  cursor: pointer;
  border-radius: 20px;
  width: fit-content;
}
.question .quiz .item .select .line:hover {
  background: rgba(255, 195, 0, 0.3);
}
.question .quiz .item .select .line:hover:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  position: absolute;
  top: 15px;
  left: 18px;
  opacity: 0.5;
}
.question .quiz .item .select .line.selected {
  background: rgba(255, 195, 0, 0.3);
}
.question .quiz .item .select .line.selected:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  position: absolute;
  top: 15px;
  left: 18px;
  opacity: 0.5;
}
.question .quiz .item .write {
  margin: 30px 0;
}
.question .quiz .item .write textarea {
  background: rgba(255, 255, 255, 0.5);
  border: none;
  height: 90px;
}

.word-matching .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
.word-matching .word-area {
  background-color: #E6EBEB;
  padding: 60px;
  border-radius: 20px;
}
.word-matching .word-area .words {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 20px;
}
.word-matching .word-area .words .item {
  padding: 15px 15px 15px 40%;
  position: relative;
  border-radius: 5px;
  background: rgba(0, 29, 61, 0.2);
  border: 1px solid;
  border-color: rgba(0, 29, 61, 0.4);
  margin-bottom: 15px;
  font-weight: 500;
  height: 54px;
}
.word-matching .word-area .words .item:after {
  content: "";
  width: 60%;
  height: 42px;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 5px;
  border: 1px solid;
  border-color: rgba(0, 29, 61, 0.4);
}
.word-matching .word-area .empty-words .item {
  padding: 5px 10px 5px 30px;
  position: relative;
  background: rgba(0, 29, 61, 0.5);
  color: #FFFFFF;
  border-radius: 5px;
  width: fit-content;
  margin: 5px;
  float: left;
  cursor: grab;
}
.word-matching .word-area .empty-words .item:before {
  font-family: "Font Awesome 5 Free";
  content: "\f30a";
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  position: absolute;
  top: 5px;
  left: 10px;
  opacity: 0.5;
}

.comprehension .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
.comprehension .text-area {
  background-color: #E6EBEB;
  padding: 60px;
  border-radius: 20px;
}
.comprehension .text-area .text {
  background-color: #FFFFFF;
  padding: 30px;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 30px;
  font-weight: 500;
  border-radius: 20px;
}
.comprehension .text-area .text span.empty {
  min-width: 100px;
  border-bottom: 2px solid #1781EE;
  padding: 0 40px;
  margin: 0 10px;
}
.comprehension .text-area .empty-words .item {
  padding: 5px 10px 5px 30px;
  position: relative;
  background: rgba(0, 29, 61, 0.5);
  color: #FFFFFF;
  border-radius: 5px;
  width: fit-content;
  margin: 5px;
  float: left;
  cursor: grab;
}
.comprehension .text-area .empty-words .item:before {
  font-family: "Font Awesome 5 Free";
  content: "\f30a";
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  position: absolute;
  top: 5px;
  left: 10px;
  opacity: 0.5;
}

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