/*#region ----------------- General */
@import url(../css/fontface.css);
:root {
  --bulma-body-background-color: #fff;
  --bulma-primary-h: 226deg;
  --bulma-primary-s: 88%;
  --bulma-primary-l: 16%;
  --bulma-link-h: 41deg;
  --bulma-link-l: 50%;
  --bulma-scheme-h: 360;
  --bulma-control-radius: 0.625rem;
  --bulma-control-height: 2.75em;
}

*,
::before,
::after {
  box-sizing: border-box;
  outline: none !important;
}

body {
  font-family: Shabnam;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  direction: rtl;
  margin: 0;
  background-color: #ffffff;
  text-align: right;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #252425;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
strong,
span,
select,
option,
button,
p {
  font-family: Shabnam !important;
}

h1 {
  font-weight: 800;
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
  font-weight: 800;
}

h3 {
  font-size: 1.75rem;
  font-weight: 800;
}

h4 {
  font-size: 1.5rem;
  font-weight: 800;
}

h5 {
  font-size: 1.25rem;
  font-weight: 600;
}

h6 {
  font-size: 1rem;
  font-weight: 600;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 25px;
  font-weight: 400;
}

b,
strong {
  font-weight: 900;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 1;
  border-color: #dbdbde;
}

nav {
  display: block;
}

a {
  text-decoration: none;
  color: #252425;
}
a:hover {
  color: #05164d;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  border-style: none;
  font-size: 13px;
  font-weight: 300;
}

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #05164d;
  color: white;
}

::selection {
  background-color: #05164d;
  color: white;
}

[type=email],
[type=number],
[type=tel],
[type=url] {
  direction: ltr;
}

.fixed-position {
  overflow: hidden !important;
  height: 100%;
}

@media (max-width: 1024px) {
  .container {
    max-width: 720px !important;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 95% !important;
  }
}
/*#endregion -------------- General */
/*#region ----------------- Animation */
@keyframes swipeupsmall {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scaleZoomIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/*#endregion -------------- Animation */
/*#region ----------------- Loading */
.wrapper-loading {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.wrapper-loading:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.wrapper-loading .loading-content {
  background-color: white;
  width: 250px;
  border-radius: 15px;
  padding: 20px;
  z-index: 1;
}
.wrapper-loading .loading-content .thumb {
  width: 110px;
  margin: 0 auto;
}
.wrapper-loading .loading-content .thumb img {
  width: 100%;
}
.wrapper-loading .loading-content h6 {
  font-size: 14px;
  text-align: center;
  color: #575458;
}

/*#endregion -------------- Loading */
/*#region ----------------- Buttons */
.button {
  --bulma-button-padding-vertical: 0.625em;
  --bulma-button-padding-horizontal: 1.2em;
  --bulma-button-border-width: 1px !important;
  transition: all 0.2s ease-in-out;
}
.button .ci {
  font-size: 22px;
}
.button.is-small .ci {
  font-size: 18px;
}
.button.is-large .ci {
  font-size: 36px;
}
.button.is-loading::after {
  --bulma-loading-color: #fff;
  animation: spinAround 0.8s linear infinite;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}
.button.icon-right .ci {
  margin-left: 10px;
}
.button.icon-left .ci {
  margin-right: 10px;
}
.button.is-secondary {
  background-color: #ffad00;
  border-color: #ffad00;
}
.button:hover.is-primary, .button:focus.is-primary {
  box-shadow: 0 5px 20px rgba(5, 22, 77, 0.3);
}
.button:hover.is-secondary, .button:focus.is-secondary {
  box-shadow: 0 5px 20px rgba(255, 173, 0, 0.3);
}
.button:hover.is-danger, .button:focus.is-danger {
  box-shadow: 0 5px 20px rgba(255, 102, 133, 0.3);
  background-color: #ff3d64 !important;
}
.button:hover.is-success, .button:focus.is-success {
  box-shadow: 0 5px 20px rgba(72, 199, 142, 0.3);
  background-color: #36b079 !important;
}
/*#endregion -------------- Buttons */
/*#region ----------------- Navbar */
.mynavbar {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  background-color: white;
}
.mynavbar .inner {
  display: grid;
  grid-template-columns: 160px 1fr auto;
  align-items: center;
}
.mynavbar .nav-logo a {
  display: block;
  height: 70px;
}
.mynavbar .nav-logo img {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
}
.mynavbar .nav-links {
  padding: 0 20px;
}
.mynavbar .nav-links ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mynavbar .nav-links ul li {
  margin: 0 10px;
  position: relative;
}
.mynavbar .nav-links ul li a {
  font-size: 16px;
  color: #252425;
  display: block;
  padding: 30px 0;
  position: relative;
}
.mynavbar .nav-links ul li a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 50%;
  transform: translateX(50%);
  width: 0;
  height: 2px;
  background-color: #05164d;
  transition: all 0.2s ease-in-out;
  border-radius: 10px;
}
.mynavbar .nav-links ul li a:hover {
  color: #05164d;
}
.mynavbar .nav-links ul li a:hover::before {
  width: 20px;
}
.mynavbar .nav-links ul li.active a {
  font-weight: 600;
  color: #05164d;
}
.mynavbar .nav-links ul li.active a::before {
  width: 20px;
}
.mynavbar .nav-links ul li.have-links > a::after {
  content: "\e95c";
  font-family: "coolicons";
  font-size: 18px;
  color: #575458;
  margin-right: 4px;
  position: relative;
  top: 4px;
}
.mynavbar .nav-links ul li.have-links:hover > ul {
  display: block;
}
.mynavbar .nav-links ul li > ul {
  background-color: white;
  display: none;
  position: absolute;
  top: 100%;
  min-width: 200px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px 0;
  animation: swipeupsmall 0.1s ease-in-out;
}
.mynavbar .nav-links ul li > ul li a {
  text-align: right;
  white-space: nowrap;
  padding: 8px 10px;
}
.mynavbar .nav-links ul li > ul li a::before {
  display: none;
}
.mynavbar .nav-links ul li > ul li.have-links > a::after {
  content: "\e97e";
  position: absolute;
  left: 5px;
  top: 8px;
}
.mynavbar .nav-links ul li > ul ul {
  right: 100%;
  top: 0;
}
.mynavbar .nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mynavbar .nav-actions .item {
  margin-right: 10px;
}
.mynavbar .nav-actions .item:first-child {
  margin-right: 0;
}
.mynavbar .nav-actions .is-outlined:hover, .mynavbar .nav-actions .is-outlined:focus {
  transform: unset;
  border-width: 1px !important;
  box-shadow: none;
}
.mynavbar .nav-actions .user-actions {
  position: relative;
}
.mynavbar .nav-actions .user-actions:hover .user-menu-list {
  display: block;
}
.mynavbar .user-menu-list {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 180px;
  animation: swipeupsmall 0.1s ease-in-out;
}
.mynavbar .user-menu-list .menu {
  background-color: white;
  padding: 5px;
  border-radius: 10px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.mynavbar .user-menu-list .menu hr {
  margin: 0.5rem;
  border-color: #dbdbde;
}
.mynavbar .mobile-menu {
  display: none;
}
.mynavbar .btn-show-mobile-menu {
  width: 44px;
  height: 44px;
  padding: 2px;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border-radius: 10px;
  color: #575458;
}
.mynavbar .btn-show-mobile-menu:hover {
  background-color: #f6f6f7;
}

.menu-list a {
  text-align: right;
  color: #252425;
}
.menu-list a:hover, .menu-list a:focus {
  background-color: rgba(5, 22, 77, 0.12) !important;
  color: #05164d;
}
.menu-list a .ci {
  margin-left: 8px;
  font-size: 20px;
  color: #575458;
}

#sidebar-menu {
  position: fixed;
  top: 0;
  right: -300px;
  height: 100dvh;
  width: 300px;
  z-index: 2002;
  background: white;
  overflow-y: auto;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}
#sidebar-menu.active {
  right: 0;
}
#sidebar-menu .sidebar-header {
  padding: 2rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  flex-shrink: 0;
}
#sidebar-menu .sidebar-header .btn-close-menu {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  color: #575458;
  background-color: transparent;
  border: none;
  padding: 0;
  opacity: 0.4;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sidebar-menu .sidebar-header .btn-close-menu:hover {
  opacity: 1;
}
#sidebar-menu .sidebar-header .btn-close-menu .fi {
  display: flex;
}
#sidebar-menu .sidebar-header .sidebar-logo a {
  display: block;
  text-align: right;
}
#sidebar-menu .sidebar-header .sidebar-logo a img {
  width: 165px;
  -o-object-fit: cover;
     object-fit: cover;
}
#sidebar-menu .category-list {
  margin-top: 5px;
  overflow-y: auto;
  flex: 1 1 auto;
}
#sidebar-menu .category-list .item a {
  padding: 10px 1rem;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #252425;
  position: relative;
  transition: all 0.2s ease;
}
#sidebar-menu .category-list .item a .ci {
  position: relative;
  top: 4px;
  font-size: 22px;
  margin-left: 10px;
  color: #9e9e9e;
}
#sidebar-menu .category-list .item a:hover {
  background-color: rgba(5, 22, 77, 0.05);
  color: #05164d;
}
#sidebar-menu .category-list .item a:hover .ci {
  color: #05164d;
}
#sidebar-menu .social-icons {
  padding: 15px 10px;
}
#sidebar-menu .social-icons ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#sidebar-menu .social-icons ul li {
  margin: 5px;
}
#sidebar-menu .social-icons ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #dbdbde;
  color: #575458;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  padding: 10px;
}
#sidebar-menu .social-icons ul li a:hover {
  background-color: rgba(5, 22, 77, 0.1);
  color: white;
}
#sidebar-menu .social-icons ul li a img {
  width: 100%;
}

.sidebar-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2001;
  opacity: 0;
  transition: all 0.3s;
}
.sidebar-overlay.active {
  display: block;
  opacity: 1;
}

@media (max-width: 1024px) {
  .mynavbar .inner {
    grid-template-columns: 1fr 70px 1fr;
    padding: 4px 0;
  }
  .mynavbar .nav-logo a {
    height: 70px;
  }
  .mynavbar .nav-logo a::before {
    background-image: url(../images/logo-simple-140x140.png);
  }
  .mynavbar .nav-links {
    display: none;
  }
  .mynavbar .mobile-menu {
    display: block;
  }
  .mynavbar .nav-actions .item {
    margin-top: 5px;
    margin-right: 5px;
  }
  .mynavbar .nav-actions .button {
    padding: 0.1rem;
    width: 44px;
    height: 44px;
  }
  .mynavbar .nav-actions .button span {
    display: none;
  }
  .mynavbar .nav-actions .button .ci {
    font-size: 24px;
    margin: 0 !important;
  }
  .mynavbar .nav-actions .button.is-primary {
    background-color: white;
    border: 1px solid #dbdbde;
    color: #575458 !important;
  }
  .mynavbar .nav-actions .button.is-primary:hover, .mynavbar .nav-actions .button.is-primary:focus {
    box-shadow: none !important;
    border-color: #05164d;
    transform: unset;
  }
}
@media (max-width: 768px) {
  .mynavbar .inner {
    grid-template-columns: 60px 70px auto;
  }
}
@media (max-width: 320px) {
  #sidebar-menu {
    width: 100%;
    right: -350px;
  }
}
/*#endregion -------------- Navbar */
/*#region ----------------- Forms */
.control.has-icons-right .icon .ci, .control.has-icons-left .icon .ci {
  font-size: 22px !important;
}

.input-group .text-alert {
  font-size: 13px;
  font-weight: 500;
  margin-top: 5px;
}
.input-group .text-alert.error {
  color: #ff6685;
}
.input-group .text-alert.success {
  color: #48c78e;
}
.input-group .text-alert.info {
  color: #66d1ff;
}
.input-group.has-label label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #575458;
}
.input-group.has-label .icon {
  top: 26px !important;
}

.input {
  --bulma-input-focus-shadow-size: none;
  --bulma-input-placeholder-color: hsla(221deg, 14%, 21%, 0.5);
}

.select {
  width: 100%;
}
.select::after {
  border-color: #9e9e9e !important;
  height: 0.425em !important;
  width: 0.425em !important;
  inset-inline-end: 1em !important;
}
.select.has-label {
  height: auto !important;
}
.select.has-label::after {
  top: 44px !important;
  margin-top: 0 !important;
}
.select label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #575458;
}
.select select {
  padding-inline-end: 2em !important;
  border-radius: 10rem;
  width: 100%;
}
.select select:focus {
  box-shadow: none !important;
}

.checkbox .form-checkbox-label {
  position: relative;
  padding-right: 26px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600 !important;
}
.checkbox .form-checkbox-label::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #dbdbde;
  border-radius: 6px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%2212%22%20viewBox%3D%220%200%2015%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%206L5.24264%2010.2426L13.727%201.75732%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
}
.checkbox .form-checkbox-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}
.checkbox .form-checkbox-input:checked + .form-checkbox-label::before {
  background-color: #05164d;
  border: none;
}
.checkbox.is-small .form-checkbox-label {
  font-size: 14px;
}

.radio {
  margin: 10px 0;
}
.radio .form-radio-label {
  position: relative;
  padding-right: 26px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600 !important;
  display: inline-block;
}
.radio .form-radio-label::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #dbdbde;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%201C2.79086%201%201%202.79086%201%205C1%207.20914%202.79086%209%205%209C7.20914%209%209%207.20914%209%205C9%202.79086%207.20914%201%205%201Z%22%20fill%3D%22white%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
}
.radio .form-radio-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}
.radio .form-radio-input:checked + .form-radio-label::before {
  background-color: #05164d;
  border: none;
}
.radio.is-small .form-radio-label {
  font-size: 14px;
}

.radio-group label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #575458;
}

.textarea-group label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #575458;
}
.textarea-group .textarea:hover, .textarea-group .textarea:focus {
  box-shadow: none;
}

.custom-dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.custom-dropdown .selected-flag {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 5px;
  background-color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
}
.custom-dropdown .selected-flag::after {
  content: "\e95c";
  font-family: "coolicons";
  margin-right: 2px;
  font-size: 18px;
}
.custom-dropdown .selected-flag img {
  width: 28px;
  height: auto;
}

.language-options {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 10px;
  background-color: #fff;
  display: none;
  z-index: 1000;
  min-width: 100px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.language-options.show {
  display: block;
}
.language-options li {
  padding: 5px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
}
.language-options li:hover {
  background-color: #f0f0f0;
}
.language-options li img {
  width: 28px;
  height: auto;
}
.language-options li h6 {
  font-size: 13px;
  margin-bottom: 0;
  margin-right: 5px;
}
.language-options li:first-child {
  border-radius: 10px 10px 0 0;
}
.language-options li:last-child {
  border-radius: 0 0 10px 10px;
}

.textarea-plugin-content label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #575458;
}

/*#endregion -------------- Forms */
/*#region ----------------- Page Title */
.page-title {
  margin: 0.5rem auto 1.5rem auto;
  text-align: center;
  width: 700px;
}
.page-title.align-right {
  text-align: right;
  width: 100%;
}
.page-title.has-shape h2 {
  z-index: 1;
}
.page-title.has-shape h2::before {
  content: "";
  position: absolute;
  right: -20px;
  top: -5px;
  width: 55px;
  height: 55px;
  background-color: #ffad00;
  border-radius: 0 50rem 50rem 50rem;
  z-index: -1;
}
.page-title.has-shape p {
  position: relative;
  z-index: 1;
}
.page-title .mini-span {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #ffad00;
  margin-bottom: 5px;
}
.page-title h2 {
  font-size: 1.65rem;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}
.page-title p {
  color: #575458;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .page-title {
    width: 100%;
  }
  .page-title h2 {
    font-size: 1.45rem;
  }
  .page-title h2::before {
    width: 24px;
    height: 24px;
    right: -3px;
  }
}
@media (max-width: 768px) {
  .page-title .mini-span {
    font-size: 13px;
  }
  .page-title h2 {
    font-size: 1.35rem;
  }
  .page-title h2::before {
    width: 22px;
    height: 22px;
    right: 0;
  }
}
/*#endregion -------------- Page Title */
/*#region ----------------- Modal */
.modal {
  --bulma-modal-background-background-color: rgba(0, 0, 0, 0.6);
  --bulma-modal-content-width: 35rem;
  --bulma-modal-z: 9999;
  --bulma-modal-card-head-padding: 1.2rem;
  --bulma-modal-card-body-padding: 1.2rem;
  --bulma-modal-card-title-size: 1.3rem;
}
.modal .modal-card.active {
  animation: scaleZoomIn 0.35s ease-in-out;
}
.modal .modal-card.w-50 {
  width: 55rem;
}
.modal .video-content video,
.modal .video-content iframe {
  display: block;
}

.modal-card-body.is-radius-bottom {
  border-radius: 0 0 0.75rem 0.75rem;
}

.modal-card-foot {
  justify-content: flex-end;
}
.modal-card-foot .buttons {
  justify-content: flex-end;
}

.star-rating-modal h6 {
  text-align: center;
}
.star-rating-modal .star-rating-content {
  width: 270px;
  margin: 1rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.star-rating-modal .star-rating-content .input-star {
  display: none;
}
.star-rating-modal .star-rating-content .input-star:checked ~ .label-star:before {
  content: "";
  background-image: url(../images/icons/star.svg);
}
.star-rating-modal .star-rating-content .label-star {
  padding: 2px;
  transition: all 0.2s;
  cursor: pointer;
}
.star-rating-modal .star-rating-content .label-star::before {
  content: "";
  width: 35px;
  height: 35px;
  display: block;
  background-image: url(../images/icons/star-disabled.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 0.25s;
}

@media (max-width: 1024px) {
  .modal-card.w-50,
  .modal-content.w-50 {
    width: 90% !important;
  }
}
@media screen and (max-width: 769px) {
  .modal-card,
  .modal-content {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .modal-card-foot {
    justify-content: flex-end;
  }
  .modal-card-foot .button {
    width: 100%;
  }
  .modal-card-foot .buttons {
    width: 100%;
  }
}
/*#endregion -------------- Modal */
/*#region ----------------- Login */
.login-section {
  display: none;
}
.login-section.active {
  display: block;
}
.login-section .links-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 30px;
}
.login-section .showCountdown {
  font-size: 18px;
  font-weight: 600;
  color: #252425;
  padding: 0 20px;
  text-align: center;
}
.login-section .btn-resend-sms {
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 10px;
  cursor: pointer;
  color: #05164d;
  -webkit-text-decoration: underline 1px dashed #ffad00;
          text-decoration: underline 1px dashed #ffad00;
}
.login-section .btn-change-number {
  background-color: transparent;
  font-size: 14px;
  color: #05164d;
  border: none;
}
.login-section .btn-change-number .ci {
  margin-left: 5px;
  font-size: 20px;
  position: relative;
  top: 3px;
}

/*#endregion -------------- Login */
/*#region ----------------- Hero */
.home-hero {
  margin-top: 140px;
  padding-bottom: 80px;
  overflow: hidden;
}
.home-hero .text-content .title {
  position: relative;
  padding-right: 15px;
}
.home-hero .text-content .title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 45px;
  width: 75px;
  height: 75px;
  background-color: #ffad00;
  border-radius: 0 50rem 50rem 50rem;
}
.home-hero .text-content .title span {
  font-size: 16px;
  font-weight: 600;
  color: #ffad00;
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
}
.home-hero .text-content .title h1 {
  position: relative;
  margin-bottom: 2rem;
}
.home-hero .text-content .text p {
  text-align: justify;
}
.home-hero .status {
  margin: 30px 0;
}
.home-hero .image-content {
  position: relative;
}
.home-hero .image-content .img-inner {
  width: 85%;
  margin: 0 auto;
}
.home-hero .image-content .img-inner img {
  width: 100%;
}
.home-hero .arrow-img {
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 15px;
  background-image: url(../images/icons/arrow-chart.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.home-hero .button-play {
  position: absolute;
  right: 10px;
  bottom: 50%;
  transform: translateY(50%);
  width: 90px;
  height: 90px;
  background-color: #ffad00;
  color: white;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.41669 40.4454V7.55653C1.41669 4.84454 1.41669 3.48703 1.98739 2.68463C2.48549 1.98429 3.25323 1.52448 4.10557 1.41455C5.08179 1.28864 6.27912 1.92721 8.67035 3.20253L39.5037 19.647L39.5149 19.6519C42.1575 21.0613 43.4794 21.7663 43.913 22.706C44.2913 23.5257 44.2913 24.472 43.913 25.2917C43.4788 26.2327 42.1537 26.9406 39.5037 28.354L8.67035 44.7984C6.27741 46.0747 5.08214 46.7108 4.10557 46.5848C3.25323 46.4749 2.48549 46.0152 1.98739 45.3148C1.41669 44.5124 1.41669 43.1574 1.41669 40.4454Z' fill='white' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  cursor: pointer;
}
.home-hero .button-play:hover {
  box-shadow: 0 5px 30px rgba(255, 173, 0, 0.4);
}

.card-status:hover .card-inner {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-color: white;
}
.card-status .card-inner {
  border: 1px solid #dbdbde;
  border-radius: 15px;
  padding: 20px;
  transition: all 0.2s ease-in-out;
}
.card-status .number {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  color: #252425;
  margin-bottom: 10px;
  direction: ltr;
}
.card-status .info {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #575458;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .home-hero {
    margin-top: 130px;
  }
  .home-hero .text-content .title::before {
    width: 65px;
    height: 65px;
  }
  .home-hero .text-content .title h1 {
    font-size: 2.2rem;
  }
  .home-hero .btns-action {
    text-align: center;
  }
  .home-hero .image-content {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .home-hero {
    margin-top: 120px;
  }
  .home-hero .text-content .title::before {
    width: 60px;
    height: 60px;
  }
  .home-hero .text-content .title h1 {
    font-size: 2rem;
  }
  .home-hero .text-content .text p {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .home-hero .arrow-img {
    width: 48px;
    height: 48px;
  }
  .home-hero .button-play {
    right: 20px;
    width: 70px;
    height: 70px;
    background-size: 24px;
  }
  .card-status .card-inner {
    padding: 15px 10px;
  }
  .card-status .number {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .card-status .info {
    font-size: 12px;
  }
}
/*#endregion -------------- Hero */
/*#region ----------------- Search */
.search-section {
  margin: 40px 0 80px 0;
}
.search-section .section-inner {
  border: 1px solid #dbdbde;
  border-radius: 30px;
  padding: 40px;
}

@media (max-width: 1024px) {
  .search-section .section-inner {
    padding: 35px 20px 20px 20px;
  }
  .search-section .column {
    margin: 10px 0;
  }
}
/*#endregion -------------- Search */
/*#region ----------------- Category */
.category-home-section {
  margin: 80px 0;
}
.category-home-section .section-inner {
  position: relative;
  padding: 0 20px;
}

.card-category .card-inner {
  background-color: white;
  border-radius: 20px 20px 20px 0;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  display: block;
  padding: 20px 15px 15px 15px;
}
.card-category .thumb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 18px;
  margin: 0 auto;
  background-color: rgba(5, 22, 77, 0.12);
}
.card-category .info {
  margin: 15px 0;
  text-align: center;
}
.card-category .info h3 {
  font-size: 16px;
  font-weight: 800;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-category .info h4 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #575458;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-category .btn-see-more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.card-category .btn-see-more .icon {
  width: 24px;
  height: 24px;
  background-color: #ffad00;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-category .btn-see-more p {
  margin-bottom: 0;
  font-size: 14px;
  color: #ffad00;
  margin-left: 5px;
}

.swiper-category {
  position: unset !important;
}
.swiper-category .swiper-slide {
  padding: 15px;
}
.swiper-category .swiper-button-prev,
.swiper-category .swiper-button-next {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  color: #575458;
}
.swiper-category .swiper-button-prev::after,
.swiper-category .swiper-button-next::after {
  font-family: "coolicons";
  font-size: 20px;
}
.swiper-category .swiper-button-next {
  left: 0;
}
.swiper-category .swiper-button-next::after {
  content: "\e97f";
}
.swiper-category .swiper-button-prev {
  right: 0;
}
.swiper-category .swiper-button-prev::after {
  content: "\e982";
}

@media (max-width: 1024px) {
  .card-category .card-inner {
    padding: 15px 12px 12px 12px;
  }
  .card-category .thumb {
    width: 70px;
    height: 70px;
    padding: 15px;
  }
  .card-category .info h3 {
    font-size: 14px;
  }
  .card-category .info h4 {
    font-size: 13px;
  }
  .card-category .btn-see-more p {
    font-size: 13px;
  }
  .card-category .btn-see-more .icon {
    width: 20px;
    height: 20px;
  }
  .swiper-category .swiper-slide {
    padding: 12px 12px 20px 12px;
  }
  .swiper-category .swiper-button-prev,
  .swiper-category .swiper-button-next {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 640px) {
  .swiper-category .swiper-slide {
    padding: 12px 10px 20px 10px;
  }
}
/*#endregion -------------- Category */
/*#region ----------------- Experts */
.best-expert-section {
  margin: 120px 0;
  position: relative;
  overflow: hidden;
}
.best-expert-section::before {
  content: "";
  position: absolute;
  right: 0;
  width: 200px;
  height: 100%;
  border-radius: 30px 0 0 0;
  background: rgba(255, 173, 0, 0.1);
}
.best-expert-section .page-title {
  border-right: 5px solid #05164d;
  padding-right: 15px;
  margin-bottom: 3rem;
}
.best-expert-section .page-title h2 {
  margin-bottom: 0;
}

.swiper-expert .swiper-wrapper {
  padding-bottom: 40px;
}
.swiper-expert .swiper-pagination {
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  transition: all 0.2s ease-in-out;
  border-radius: 5px;
  background-color: #05164d;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 18px;
}

.card-expert .card-inner {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.card-expert .thumb {
  height: 100%;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
}
.card-expert .thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 0 20px 20px;
}
.card-expert .info {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  z-index: 1;
}
.card-expert .info::before {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 80%;
  border-radius: 20px 0 20px 20px;
  background: linear-gradient(180deg, rgba(5, 22, 77, 0), rgb(5, 22, 77));
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.card-expert .title {
  padding: 20px 20px 15px 20px;
  width: 100%;
  margin-bottom: 0;
}
.card-expert .title .name {
  font-size: 16px;
  color: white;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-expert .title .type {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-expert .data {
  padding: 0 20px 20px 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-expert .data .button {
  border-color: white;
  color: white;
  border-radius: 8px;
}
.card-expert .data .rate {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: white;
  display: flex;
  align-items: center;
}
.card-expert .data .rate::before {
  content: "";
  position: relative;
  top: -2px;
  display: block;
  margin-left: 6px;
  width: 22px;
  height: 22px;
  background-image: url(../images/icons/star.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.card-expert:hover .info::before {
  height: 100%;
}
.card-expert.type-2 .card-inner {
  background-color: white;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 15px;
  transition: all 0.2s ease-in-out;
}
.card-expert.type-2 .thumb {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto;
}
.card-expert.type-2 .info {
  position: unset;
  display: block;
  height: auto;
}
.card-expert.type-2 .info::before {
  display: none;
}
.card-expert.type-2 .title {
  margin-top: 12px;
  padding: 0;
}
.card-expert.type-2 .title .name {
  font-size: 16px;
  color: #252425;
  text-align: center;
}
.card-expert.type-2 .title .type {
  font-size: 14px;
  color: #575458;
  text-align: center;
}
.card-expert.type-2 .data {
  padding: 0;
  margin-top: 10px;
}
.card-expert.type-2 .data .rate {
  color: #575458;
}
.card-expert.type-2 .data .button {
  border-color: #05164d;
  color: #05164d;
}
.card-expert.type-2:hover .card-inner {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.card-expert.type-2:hover .title .name {
  color: #05164d;
}
.card-expert.type-2:hover .data .button {
  background-color: #05164d;
  color: white;
}

.card-exprt-row {
  margin-bottom: 10px;
}
.card-exprt-row .card-inner {
  border: 1px solid #dbdbde;
  border-radius: 15px;
  padding: 10px;
  display: grid;
  grid-template-columns: 128px auto;
  transition: all 0.2s ease-in-out;
}
.card-exprt-row .thumb {
  display: contents;
}
.card-exprt-row .thumb img {
  width: 100%;
  border-radius: 8px;
}
.card-exprt-row .info {
  padding: 0 12px 0 0;
}
.card-exprt-row .name {
  font-size: 16px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-exprt-row .job {
  font-size: 14px;
  font-weight: 400;
  color: #575458;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-exprt-row .rating {
  margin: 10px 0;
  display: flex;
  align-items: center;
}
.card-exprt-row .rating .star {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.card-exprt-row .rating .star::before {
  content: "";
  position: relative;
  top: -2px;
  display: block;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/star.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.card-exprt-row .rating .vote {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #9e9e9e;
}
.card-exprt-row .btns-action {
  text-align: left;
}
.card-exprt-row .btns-action .button {
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}
.card-exprt-row .btns-action .button:hover, .card-exprt-row .btns-action .button:focus {
  box-shadow: none;
  transform: unset;
}
.card-exprt-row.active .card-inner {
  border-color: #05164d;
}
.card-exprt-row.active .btns-action .button {
  background-color: #05164d;
  color: white;
}

@media (max-width: 1024px) {
  .best-expert-section {
    margin: 100px 0;
  }
}
@media (max-width: 768px) {
  .best-expert-section {
    margin: 80px 0;
  }
  .best-expert-section::before {
    background: linear-gradient(180deg, rgba(255, 173, 0, 0.1), rgba(255, 174, 0, 0));
  }
  .best-expert-section .page-title {
    margin-top: 40px;
  }
  .best-expert-section .btns-action {
    text-align: center;
  }
  .card-expert.type-2 .card-inner {
    padding: 12px;
  }
  .card-expert.type-2 .thumb {
    width: 100px;
    height: 100px;
  }
  .card-expert.type-2 .title .name {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .card-expert.type-2 .title .type {
    font-size: 12px;
  }
  .card-expert.type-2 .date .rate {
    font-size: 12px !important;
  }
  .card-expert.type-2 .date .rate::before {
    width: 20px !important;
    height: 20px !important;
  }
  .card-exprt-row .card-inner {
    padding: 5px;
    grid-template-columns: 114px auto;
  }
  .card-exprt-row .name {
    font-size: 14px;
  }
  .card-exprt-row .job {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .card-exprt-row .rating {
    margin: 5px 0;
  }
  .card-exprt-row .rating .star {
    font-size: 13px;
  }
  .card-exprt-row .rating .star::before {
    margin-left: 4px;
    width: 18px;
    height: 18px;
  }
  .card-exprt-row .rating .vote {
    margin-right: 8px;
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .card-expert .title {
    padding: 12px 12px 8px 12px;
  }
  .card-expert .title .name {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .card-expert .title .type {
    font-size: 12px;
  }
  .card-expert .data {
    padding: 0 12px 12px 12px;
  }
  .card-expert .data .rate {
    position: absolute;
    right: 12px;
    top: 12px;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    padding: 2px 5px;
    border-radius: 5px;
  }
  .card-expert .data .button {
    width: 100%;
  }
  .card-expert.type-2 .card-inner {
    padding: 10px;
  }
  .card-expert.type-2 .thumb {
    width: 80px;
    height: 80px;
  }
  .card-expert.type-2 .title .name {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .card-expert.type-2 .title .type {
    font-size: 11px;
  }
  .card-expert.type-2 .data .rate {
    background-color: #fcf6ff;
    font-size: 12px !important;
  }
  .card-expert.type-2 .data .rate::before {
    width: 20px !important;
    height: 20px !important;
  }
}
/*#endregion -------------- Experts */
/*#region ----------------- Comments */
.comments-slider-section {
  overflow: hidden;
  padding: 80px 0;
  background-color: #f6f6f7;
}
.comments-slider-section .section-inner {
  width: 800px;
  margin: 0 auto;
}
.comments-slider-section .btns-action {
  text-align: center;
  margin-top: 30px;
}

.swiper-comments .swiper-wrapper {
  padding-bottom: 40px;
}
.swiper-comments .swiper-slide {
  padding: 12px 12px 20px 12px;
}
.swiper-comments .swiper-slide-shadow {
  display: none !important;
}

.card-comment .card-inner {
  background-color: white;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 40px;
}
.card-comment .thumb {
  background-color: rgba(5, 22, 77, 0.1);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.card-comment .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-comment .info {
  margin-top: 10px;
}
.card-comment .info .user-name {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #252425;
}
.card-comment .info .text p {
  font-size: 14px;
  text-align: center;
  height: 75px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-comment .star-rating {
  height: 24px;
  margin: 5px 0 10px 0;
  list-style: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-comment .star-rating li {
  width: 24px;
  height: 24px;
  position: relative;
}
.card-comment .star-rating li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/icons/star-disabled.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.card-comment .star-rating li.active::before {
  background-image: url(../images/icons/star.svg);
}

.card-user-comment {
  border-bottom: 1px solid #dbdbde;
  margin-top: 20px;
}
.card-user-comment .card-inner {
  display: grid;
  grid-template-columns: 48px auto;
}
.card-user-comment .thumb {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #f6f6f7;
  color: #575458;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-user-comment .info {
  padding: 0 12px 0 0;
}
.card-user-comment .info .user-name {
  font-size: 14px;
  font-weight: 600;
  color: #252425;
}
.card-user-comment .star-rating {
  height: 20px;
  margin: 5px 0;
  list-style: none !important;
  padding-right: 0 !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.card-user-comment .star-rating li {
  width: 20px;
  height: 20px;
  position: relative;
}
.card-user-comment .star-rating li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/icons/star-disabled.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.card-user-comment .star-rating li.active::before {
  background-image: url(../images/icons/star.svg);
}
.card-user-comment .text {
  margin: 10px 0 15px 0;
}
.card-user-comment .text p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
.card-user-comment .reply {
  padding-right: 60px;
  margin-bottom: 20px;
}
.card-user-comment .reply .card-inner {
  background-color: #f6f6f7;
  border-radius: 15px;
  padding: 15px;
}
.card-user-comment .reply .thumb {
  background-color: white;
}

.card-message {
  margin-bottom: 10px;
  border: 1px solid #dbdbde;
  padding: 10px;
  border-radius: 10px;
}
.card-message .card-inner {
  position: relative;
}
.card-message .c-header {
  padding-left: 45px;
}
.card-message ul {
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-bottom: 10px;
  padding-right: 15px;
}
.card-message ul li {
  font-size: 14px;
  font-weight: 400;
  color: #575458;
  margin: 5px 0 0 30px;
  position: relative;
  padding-left: 10px;
}
.card-message ul li::before {
  content: "";
  position: absolute;
  right: -12px;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
.card-message ul li span {
  color: #252425;
  margin-right: 5px;
  white-space: nowrap;
  font-weight: 500;
}
.card-message ul li span.color-success {
  background-color: rgba(72, 199, 142, 0.1);
  color: #48c78e;
  border-radius: 5rem;
  padding: 2px 8px;
}
.card-message ul li span.color-new {
  background-color: rgba(255, 102, 133, 0.1);
  color: #ff6685;
  border-radius: 5rem;
  padding: 2px 8px;
}
.card-message ul li span.color-waiting {
  background-color: rgba(255, 183, 15, 0.2);
  color: #db9900;
  border-radius: 5rem;
  padding: 2px 8px;
}
.card-message ul li span.color-error {
  background-color: rgba(0, 0, 0, 0.1);
  color: #9e9e9e;
  border-radius: 5rem;
  padding: 2px 8px;
}
.card-message ul li .date {
  display: flex;
  align-items: center;
  color: #575458;
  font-weight: 500;
}
.card-message ul li .date .ci {
  margin-left: 5px;
  font-size: 18px;
  color: #9e9e9e;
}
.card-message .text p {
  font-size: 14px;
  color: #252425;
  text-align: justify;
  line-height: 24px;
  margin-bottom: 0.7rem;
}
.card-message .text p:last-child {
  margin-bottom: 0;
}
.card-message.has-icon .c-header {
  display: grid;
  grid-template-columns: 40px auto;
}
.card-message.has-icon .c-header .thumb {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(5, 22, 77, 0.1);
}
.card-message.has-icon .c-header .thumb .fi {
  display: flex;
  font-size: 22px;
  color: #05164d;
}
.card-message.has-icon .c-header h6 {
  margin-top: 10px;
  margin-right: 10px;
}
.card-message .dropdown {
  position: absolute;
  left: 0;
  top: 0;
}
.card-message .dropdown .btnMenu {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  border: none;
  background-color: rgba(5, 22, 77, 0.1);
  color: #05164d;
}
.card-message .dropdown .btnMenu .ci {
  display: flex;
}

@media (max-width: 1024px) {
  .comments-slider-section .section-inner {
    width: 100%;
  }
  .card-comment .card-inner {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .comments-slider-section .section-inner {
    padding: 0 30px;
  }
  .card-comment .card-inner {
    padding: 20px;
  }
}
@media (max-width: 640px) {
  .card-user-comment .card-inner {
    grid-template-columns: 32px auto;
  }
  .card-user-comment .thumb {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
  .card-user-comment .info {
    padding-right: 8px;
  }
  .card-user-comment .info .user-name {
    font-size: 13px;
  }
  .card-user-comment .star-rating {
    margin: 0;
  }
  .card-user-comment .star-rating li {
    width: 16px;
    height: 16px;
  }
  .card-user-comment .text {
    margin: 5px 0 10px 0;
  }
  .card-user-comment .text p {
    font-size: 12px !important;
    line-height: 20px !important;
  }
  .card-user-comment .reply {
    padding-right: 40px;
  }
  .card-user-comment .reply .card-inner {
    padding: 10px;
  }
  .card-message .c-header h6 {
    font-size: 14px;
    line-height: 23px;
  }
  .card-message ul li {
    font-size: 12px;
  }
  .card-message .text p {
    font-size: 13px;
    line-height: 20px;
  }
}
/*#endregion -------------- Comments */
/*#region ----------------- Blogs */
.blogs-home-section {
  margin: 80px 0;
}

.swiper-blog-home .swiper-wrapper {
  padding-bottom: 40px;
}
.swiper-blog-home .swiper-slide:nth-child(1) {
  width: 46%;
}
.swiper-blog-home .swiper-slide {
  width: 25%;
  padding: 2px;
}

.card-blog-glass .card-inner {
  display: block;
  position: relative;
  border: 1px solid #dbdbde;
  border-radius: 15px;
}
.card-blog-glass .card-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9));
  z-index: 1;
  transition: all 0.3s ease-in-out;
  opacity: 0.7;
}
.card-blog-glass .thumb {
  width: 100%;
  height: 405px;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  margin: 0;
}
.card-blog-glass .thumb .img-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.card-blog-glass .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  transition: all 0.3s ease-in;
}
.card-blog-glass .info {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  padding: 20px;
}
.card-blog-glass .info h3 {
  font-size: 16px;
  color: white;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.card-blog-glass .info p {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 23px;
}
.card-blog-glass .c-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-blog-glass .c-footer .date {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.card-blog-glass .c-footer .btn-link {
  color: white;
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
  border: none;
  padding: 5px 0;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.card-blog-glass .c-footer .btn-link .ci {
  margin-right: 5px;
  position: relative;
  display: flex;
  font-size: 20px;
}
.card-blog-glass:hover .card-inner::before {
  opacity: 1;
}
.card-blog-glass:hover .thumb img {
  transform: scale(1.02);
}

.card-blog {
  padding: 1px;
}
.card-blog .card-inner {
  display: block;
  border: 1px solid #dbdbde;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}
.card-blog .thumb {
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  margin: 0;
}
.card-blog .thumb .img-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.card-blog .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  transition: all 0.3s ease-in;
}
.card-blog .info {
  padding: 20px 12px 12px 12px;
}
.card-blog .info h3 {
  font-size: 16px;
  color: #252425;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.card-blog .info p {
  font-size: 14px;
  font-weight: 300;
  color: #575458;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 23px;
}
.card-blog .c-footer {
  border-top: 1px solid #dbdbde;
  padding: 5px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-blog .c-footer .date {
  font-size: 13px;
  color: #9e9e9e;
}
.card-blog .c-footer .btn-link {
  color: #05164d;
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
  border: none;
  padding: 5px 0;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.card-blog .c-footer .btn-link .ci {
  margin-right: 2px;
  position: relative;
  display: flex;
  font-size: 20px;
}
.card-blog:hover .card-inner {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-color: white;
}
.card-blog:hover .thumb img {
  transform: scale(1.02);
}
.card-blog:hover .info h3 {
  color: #ffad00;
}

.blogs-list-section .inner-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.blogs-list-section .inner-title .select {
  width: auto;
  min-width: 150px;
}
.blogs-list-section .inner-title h6 {
  margin-bottom: 0;
}

@media (max-width: 1408px) {
  .card-blog .thumb {
    height: 220px;
  }
  .card-blog-glass .thumb {
    height: 386px;
  }
}
@media (max-width: 1216px) {
  .card-blog .thumb {
    height: 180px;
  }
  .card-blog .c-footer .date {
    font-size: 12px;
  }
  .card-blog .c-footer .btn-link {
    font-size: 12px;
  }
  .card-blog-glass .thumb {
    height: 344px;
  }
}
@media (max-width: 1024px) {
  .blogs-home-section {
    margin: 60px 0 50px 0;
  }
  .swiper-blog-home .swiper-slide:nth-child(1) {
    width: auto;
  }
  .swiper-blog-home .swiper-slide {
    width: auto;
  }
  .card-blog-glass .card-inner {
    display: block;
    border: 1px solid #dbdbde;
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
  }
  .card-blog-glass .card-inner::before {
    display: none;
  }
  .card-blog-glass .thumb {
    height: 160px;
    border-radius: 15px;
  }
  .card-blog-glass .thumb img {
    border-radius: 15px;
  }
  .card-blog-glass .info {
    position: relative;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 12px;
  }
  .card-blog-glass .info h3 {
    font-size: 14px;
    color: #252425;
  }
  .card-blog-glass .info p {
    color: #575458;
    font-size: 13px;
  }
  .card-blog-glass .c-footer {
    border-top: 1px solid #dbdbde;
    padding: 5px 0 0 0;
  }
  .card-blog-glass .c-footer .date {
    font-size: 13px;
    color: #9e9e9e;
  }
  .card-blog-glass .c-footer .btn-link {
    font-size: 14px;
    color: #05164d;
  }
  .card-blog-glass:hover .card-inner {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-color: white;
  }
  .card-blog-glass:hover .thumb img {
    transform: scale(1.02);
  }
  .card-blog-glass:hover .info h3 {
    color: #05164d;
  }
  .card-blog .thumb {
    height: 160px;
  }
  .card-blog .info h3 {
    font-size: 14px;
  }
  .card-blog .info p {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .blogs-home-section {
    margin: 40px 0 30px 0;
  }
  .card-blog .c-footer,
  .card-blog-glass .c-footer {
    flex-direction: column;
    padding-top: 12px !important;
  }
  .card-blog .thumb,
  .card-blog-glass .thumb {
    height: 200px;
  }
  .swiper-blog-home .card-blog-glass .info,
  .swiper-blog-home .card-blog .info {
    padding: 15px 12px;
  }
  .swiper-blog-home .card-blog-glass .info h3,
  .swiper-blog-home .card-blog .info h3 {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .swiper-blog-home .card-blog-glass .info p,
  .swiper-blog-home .card-blog .info p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    display: none;
  }
  .swiper-blog-home .card-blog-glass .c-footer .date,
  .swiper-blog-home .card-blog .c-footer .date {
    font-size: 12px;
  }
  .swiper-blog-home .card-blog-glass .c-footer .btn-link,
  .swiper-blog-home .card-blog .c-footer .btn-link {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .card-blog .thumb,
  .card-blog-glass .thumb {
    height: 160px;
  }
}
@media (max-width: 430px) {
  .card-blog .thumb,
  .card-blog-glass .thumb {
    height: 140px;
  }
  .blogs-list-section .column.is-6-mobile {
    width: 100%;
    flex: 0 0 100%;
  }
  .blogs-list-section .card-blog .info p {
    display: none;
  }
}
/*#endregion -------------- Blogs */
/*#region ----------------- Footer */
.footer {
  margin-top: 80px;
  overflow: hidden;
  border-top: 1px solid #dbdbde;
  background-color: white;
  padding: 80px 0 0 0;
}
.footer .property {
  background-color: #fcf6ff;
  width: 100%;
  padding: 15px 0;
}
.footer .information .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.footer .information .logo .img {
  width: 160px;
}
.footer .information .logo .img img {
  width: 100%;
}
.footer .information .logo h2 {
  font-size: 18px;
  margin-bottom: 0;
  margin-right: 10px;
}
.footer .information .info p {
  font-size: 14px;
  text-align: justify;
}
.footer .f-title {
  font-size: 19px;
  margin-bottom: 20px;
}
.footer .links {
  padding: 0 30px;
}
.footer .links .link-list li {
  margin: 10px 0;
}
.footer .links .link-list li a {
  display: inline-block;
  font-size: 16px;
  color: #575458;
}
.footer .links .link-list li a:hover {
  color: #05164d;
}
.footer .contact .item {
  display: grid;
  grid-template-columns: 44px auto;
  margin-bottom: 20px;
}
.footer .contact .item .icon {
  width: 44px;
  height: 44px;
  font-size: 22px;
  color: #575458;
  border: 1px solid #575458;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .contact .item .icon .fi {
  display: flex;
}
.footer .contact .item .text {
  margin-right: 12px;
}
.footer .contact .item .text h6 {
  margin-bottom: 10px;
  font-size: 14px;
  color: #252425;
}
.footer .contact .item .text ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.footer .contact .item .text ul li a {
  padding: 2px 10px;
  font-weight: 600;
  color: #05164d;
  border-left: 1px solid #dbdbde;
}
.footer .contact .item .text ul li a:hover {
  color: #ffad00;
}
.footer .contact .item .text ul li:first-child a {
  padding-right: 0;
}
.footer .contact .item .text ul li:last-child a {
  border-left: none;
}
.footer .social-icons ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.footer .social-icons ul li {
  margin: 5px;
}
.footer .social-icons ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #05164d;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  color: white;
  padding: 10px;
}
.footer .social-icons ul li a img {
  width: 100%;
}
.footer .social-icons ul li a:hover {
  background-color: rgba(5, 22, 77, 0.1);
}
.footer .certificate-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.footer .certificate-list li {
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 5px 0 5px 10px;
}
.footer .certificate-list li a {
  display: block;
}
.footer .certificate-list li img {
  width: 100%;
  border-radius: 10px;
}
.footer .copyright {
  border-top: 1px solid #dbdbde;
  padding: 20px;
  margin-top: 30px;
  text-align: center;
  font-size: 13px;
  background-color: #f6f6f7;
}

@media (max-width: 1216px) {
  .footer .information {
    margin-bottom: 0;
  }
  .footer .information .logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer .information .info p {
    text-align: center;
  }
  .footer .information .info .btn-action {
    align-items: center;
    justify-content: center;
  }
  .footer .social-icons ul {
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .footer .certificate-list {
    width: 400px;
    margin: 0 auto;
  }
  .footer .copyright {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .footer .links {
    margin-bottom: 0;
    padding: 0;
  }
  .footer .links .link-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .footer .links .link-list li {
    margin: 10px 0 10px 20px;
  }
}
@media (max-width: 640px) {
  .footer .information .info p {
    font-size: 13px;
    line-height: 20px;
  }
  .footer .information .info .btn-action .btn {
    font-size: 13px;
    height: 2.6rem;
    min-height: 2.6rem;
  }
  .footer .f-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .footer .links .link-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .footer .links .link-list li {
    margin: 0 0 12px 20px;
  }
  .footer .links .link-list li a {
    font-size: 14px;
  }
  .footer .contact .item .text h6 {
    font-size: 13px;
  }
  .footer .contact .item .text ul li a {
    font-size: 14px;
  }
  .footer .certificate-list {
    width: 80%;
  }
}
/*#endregion -------------- Footer */
/*#region ----------------- Page Header */
.page-header {
  margin-top: 88px;
}
.page-header .title-inner {
  padding: 20px 0;
}

@media (max-width: 1024px) {
  .page-header {
    margin-top: 76px;
  }
}
/*#endregion -------------- Page Header */
/*#region ----------------- Breadcrumb */
.breadcrumb {
  background-color: #f6f6f7;
  padding: 15px 0;
}
.breadcrumb.has-succeeds-separator li + li::before {
  content: "\e97f";
  font-family: "coolicons";
}
.breadcrumb li a {
  color: #575458;
  font-size: 14px;
  font-weight: 500;
}
.breadcrumb li + li::before {
  --bulma-breadcrumb-item-separator-color: variables.$text200;
}

/*#endregion -------------- Breadcrumb */
/*#region ----------------- MasterPage */
.master-page-section {
  margin: 40px 0 80px 0;
}
.master-page-section .m-title {
  font-size: 20px;
  margin: 20px 0 10px 0;
}
.master-page-section p {
  text-align: justify;
}
.master-page-section .image-content {
  margin: 30px 0;
}
.master-page-section .image-content .img-inner {
  width: 50%;
  margin: 0 auto;
}
.master-page-section .image-content .img-inner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.master-page-section .contact-info .item {
  display: grid;
  grid-template-columns: 44px auto;
  margin-bottom: 20px;
}
.master-page-section .contact-info .item .icon {
  width: 44px;
  height: 44px;
  font-size: 22px;
  color: #575458;
  border: 1px solid #575458;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.master-page-section .contact-info .item .icon .fi {
  display: flex;
}
.master-page-section .contact-info .item .text {
  margin-right: 12px;
}
.master-page-section .contact-info .item .text h6 {
  margin-bottom: 10px;
  font-size: 14px;
  color: #252425;
}
.master-page-section .contact-info .item .text ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.master-page-section .contact-info .item .text ul li a {
  padding: 2px 10px;
  font-weight: 600;
  color: #05164d;
  border-left: 1px solid #dbdbde;
}
.master-page-section .contact-info .item .text ul li a:hover {
  color: #ffad00;
}
.master-page-section .contact-info .item .text ul li:first-child a {
  padding-right: 0;
}
.master-page-section .contact-info .item .text ul li:last-child a {
  border-left: none;
}

.error-page {
  margin: 180px 0 80px 0;
}
.error-page .section-inner {
  border: 1px solid #dbdbde;
  width: 600px;
  margin: 0 auto;
  padding: 40px;
  border-radius: 20px;
  background-color: #f6f6f7;
}
.error-page .number {
  font-size: 100px;
  font-weight: 800;
  text-align: center;
  color: #252425;
  line-height: 1;
}
.error-page h3 {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #575458;
}
.error-page .btns-action {
  text-align: center;
}

.border {
  border: 1px solid #dbdbde;
}

.rounded-sm {
  border-radius: 5px;
}

.rounded-md {
  border-radius: 10px;
}

.rounded-lg {
  border-radius: 15px;
}

.rounded-xl {
  border-radius: 20px;
}

.rounded-2xl {
  border-radius: 25px;
}

.rounded-none {
  border-radius: 0;
}

.padding-responsive {
  padding: 40px;
}

@media (max-width: 1216px) {
  .master-page-section .image-content .img-inner {
    width: 70%;
  }
}
@media (max-width: 1024px) {
  .padding-responsive {
    padding: 30px;
  }
  .master-page-section .image-content .img-inner {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .padding-responsive {
    padding: 20px;
  }
  .master-page-section .m-title {
    font-size: 18px;
  }
  .master-page-section p {
    font-size: 14px;
    line-height: 26px;
  }
  .master-page-section .image-content .img-inner {
    width: 100%;
  }
  .error-page {
    margin: 130px 0 80px 0;
  }
  .error-page .section-inner {
    width: 70%;
    padding: 30px;
  }
  .error-page .number {
    font-size: 90px;
  }
}
@media (max-width: 640px) {
  .padding-responsive {
    padding: 12px;
  }
  .error-page .section-inner {
    width: 100%;
  }
  .error-page .number {
    font-size: 80px;
  }
  .error-page h3 {
    font-size: 16px;
  }
}
/*#endregion -------------- MasterPage */
/*#region ----------------- Steps */
.steps {
  margin: 30px 0;
}
.steps ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.steps ul li {
  position: relative;
  font-size: 14px;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: center;
  padding-top: 10px;
}
.steps ul li::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 50%;
  transform: translateX(50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #dbdbde;
  z-index: 1;
}
.steps ul li::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 100%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #dbdbde;
  z-index: 0;
}
.steps ul li:first-child::after {
  display: none;
}
.steps ul li.active::before {
  background-color: #ffad00;
  border-color: #ffad00;
}
.steps ul li.active::after {
  background-color: #ffad00;
  height: 2px;
}

.step-wizard-section {
  display: none;
}
.step-wizard-section.active {
  display: block;
}

/*#endregion -------------- Steps */
/*#region ----------------- Request */
.request-information {
  margin-top: 20px;
}
.request-information .title-form {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 18px;
}
.request-information .title-form .ci {
  font-size: 24px;
  margin-left: 10px;
  color: #9e9e9e;
}
.request-information .info-list,
.request-information .text p,
.request-information .file-uploded .files-list,
.request-information .expert-selected .card-exprt-row {
  padding-right: 35px;
}
.request-information .info-list {
  margin-bottom: 2rem;
}
.request-information .info-list li {
  font-size: 16px;
  font-weight: 400;
  color: #575458;
  margin: 8px 0;
}
.request-information .info-list li span {
  margin-right: 5px;
  color: #252425;
  position: relative;
  font-weight: 600;
}
.request-information .info-list li span::before {
  content: "";
  font-family: "coolicons";
  position: absolute;
  right: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.request-information .info-list li span.success {
  padding-right: 28px;
  color: #48c78e;
}
.request-information .info-list li span.success::before {
  content: "\e977";
  background-color: #48c78e;
  color: white;
}
.request-information .info-list li span.error {
  padding-right: 28px;
  color: #ff6685;
}
.request-information .info-list li span.error::before {
  content: "\e98d";
  background-color: #ff6685;
  color: white;
}
.request-information .info-list li span.load {
  padding-right: 28px;
  color: #66d1ff;
}
.request-information .info-list li span.load::before {
  content: "\ea4b";
  background-color: #66d1ff;
  color: white;
}
.request-information .info-list li span.warning {
  padding-right: 28px;
  color: #ffb70f;
}
.request-information .info-list li span.warning::before {
  content: "\e9f7";
  background-color: #ffb70f;
  color: white;
}
.request-information .text {
  margin-bottom: 2rem;
}
.request-information .text p {
  padding-right: 35px;
  text-align: justify;
}
.request-information .file-uploded {
  margin-bottom: 2rem;
}
.request-information .file-uploded .files-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.request-information .file-uploded .card-file-uploded {
  margin: 0 0 10px 10px;
}
.request-information .expert-selected .card-exprt-row {
  padding-right: 35px;
}
.request-information .expert-selected .card-exprt-row .card-inner {
  grid-template-columns: 90px auto;
}
.request-information .expert-selected .card-exprt-row .rating {
  margin-bottom: 0;
}

.card-file-uploded .card-inner {
  display: grid;
  grid-template-columns: 48px auto;
  align-items: center;
  border: 1px solid #dbdbde;
  border-radius: 10px;
  padding: 8px 8px 8px 15px;
}
.card-file-uploded .thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: rgba(5, 22, 77, 0.1);
  border-radius: 8px;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.card-file-uploded .info {
  padding-right: 10px;
}
.card-file-uploded .files-name {
  font-size: 14px;
  margin-bottom: 0;
}
.card-file-uploded .size {
  font-size: 12px;
  color: #575458;
  margin-bottom: 0;
}
.card-file-uploded:hover .card-inner {
  border-color: #05164d;
}
.card-file-uploded:hover .thumb {
  background-color: #05164d;
  color: white;
}

.requests-profile-information {
  margin: 30px 0;
  background-color: #f6f6f7;
  padding: 20px;
  border-radius: 15px;
}
.requests-profile-information .title {
  font-size: 18px;
}
.requests-profile-information .title span {
  font-size: 16px;
  font-weight: 400;
  margin-right: 5px;
  color: #575458;
}
.requests-profile-information .title .ci {
  position: relative;
  top: 4px;
  margin-left: 10px;
  font-size: 24px;
  color: #9e9e9e;
}

@media (max-width: 768px) {
  .request-information .title-form {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .request-information .title-form .ci {
    font-size: 20px;
  }
  .request-information .info-list,
  .request-information .text p,
  .request-information .file-uploded .files-list,
  .request-information .expert-selected .card-exprt-row {
    padding-right: 30px;
  }
  .request-information .info-list li {
    font-size: 14px;
    margin: 8px 0;
  }
  .request-information .text p {
    font-size: 14px;
  }
  .card-file-uploded .files-name {
    font-size: 13px;
  }
  .card-file-uploded .size {
    font-size: 11px;
  }
}
/*#endregion -------------- Request */
/*#region ----------------- Experts List */
.expert-list-section {
  margin: 50px 0 80px 0;
}
.expert-list-section .grid-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
}
.expert-list-section .grid-side {
  height: 100%;
}
.expert-list-section .grid-side .side-inner {
  border-left: 1px solid #dbdbde;
  height: 100%;
}
.expert-list-section .grid-main {
  padding-right: 30px;
}
.expert-list-section .grid-main .cards-list {
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
}
.expert-list-section .grid-main .cards-list .card-expert {
  padding: 0 10px;
  margin-bottom: 20px;
}
.expert-list-section .box-side {
  margin-bottom: 30px;
}
.expert-list-section .box-side .box-inner {
  margin-top: 20px;
  padding-right: 30px;
}
.expert-list-section .box-title h6 {
  display: flex;
  align-items: center;
  font-weight: 800;
}
.expert-list-section .box-title h6 span {
  font-size: 14px;
  margin-right: 5px;
  font-weight: 400;
  color: #575458;
}
.expert-list-section .box-title h6 .ci {
  font-size: 24px;
  margin-left: 10px;
  color: #9e9e9e;
}
.expert-list-section .main-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.expert-list-section .main-filter .box-title {
  width: 100%;
}
.expert-list-section .main-filter .filter-action {
  display: flex;
  align-items: center;
}
.expert-list-section .main-filter .filter-action .btn-show-filter {
  font-size: 14px;
  height: 44px;
  display: none;
}
.expert-list-section .main-filter .select {
  min-width: 220px;
  margin-right: 10px;
}
.expert-list-section .main-filter .select select {
  font-size: 14px;
  height: 100%;
}
.expert-list-section .btn-close-sideFilter {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 42px;
  height: 42px;
  padding: 0.625rem;
  display: none;
}

.experts-overlay-background {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
.experts-overlay-background.active {
  display: block;
}

@media (max-width: 1216px) {
  .expert-list-section .grid-main .cards-list {
    grid-template-columns: 50% 50%;
  }
}
@media (max-width: 1024px) {
  .expert-list-section .grid-layout {
    grid-template-columns: 100%;
  }
  .expert-list-section .grid-side {
    position: fixed;
    right: -300px;
    top: 0;
    width: 300px;
    height: 100dvh;
    background-color: white;
    z-index: 1001;
    padding: 70px 20px 30px 20px;
    transition: all 0.3s ease-in-out;
  }
  .expert-list-section .grid-side.active {
    right: 0;
  }
  .expert-list-section .grid-side .side-inner {
    border-left: 0;
    height: 100%;
    overflow-y: auto;
  }
  .expert-list-section .grid-main {
    padding-right: 0;
  }
  .expert-list-section .main-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
  }
  .expert-list-section .main-filter .box-title {
    width: 100%;
  }
  .expert-list-section .main-filter .filter-action .btn-show-filter {
    display: flex;
  }
  .expert-list-section .btn-close-sideFilter {
    display: block;
  }
}
@media (max-width: 768px) {
  .expert-list-section .main-filter {
    flex-direction: column;
  }
  .expert-list-section .main-filter .filter-action {
    width: 100%;
    margin-top: 10px;
  }
  .expert-list-section .main-filter .select {
    min-width: unset;
  }
}
@media (max-width: 500px) {
  .expert-list-section .main-filter .filter-action .btn-show-filter {
    width: 44px;
  }
  .expert-list-section .main-filter .filter-action .btn-show-filter .ci {
    margin-left: 0;
  }
  .expert-list-section .main-filter .filter-action .btn-show-filter span {
    display: none;
  }
}
@media (max-width: 350px) {
  .expert-list-section .grid-side {
    right: -100%;
    width: 100%;
  }
}
/*#endregion -------------- Experts List */
/*#region ----------------- Expert Details */
.expert-detils-section {
  margin: 50px 0 80px 0;
}
.expert-detils-section .grid-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
}
.expert-detils-section .grid-side .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 25px 0 0 0;
}
.expert-detils-section .grid-side .thumb::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(180deg, rgba(5, 22, 77, 0), #05164d);
  z-index: 10;
}
.expert-detils-section .grid-side .thumb img {
  width: 100%;
}
.expert-detils-section .grid-side .info {
  background-color: #05164d;
  padding: 0 20px 20px 20px;
  border-radius: 0 0 25px 25px;
}
.expert-detils-section .grid-side .info .name {
  text-align: center;
  color: white;
  font-size: 18px;
}
.expert-detils-section .grid-side .info .type {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
.expert-detils-section .grid-side .info .list {
  margin: 20px 0;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.expert-detils-section .grid-side .info .list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 8px 0;
}
.expert-detils-section .grid-side .info .list li .title {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.expert-detils-section .grid-side .info .list li .desc {
  font-size: 16px;
  font-weight: 600;
  color: white;
}
.expert-detils-section .grid-side .info .list li .desc .star {
  position: relative;
  margin-left: 20px;
}
.expert-detils-section .grid-side .info .list li .desc .star::before {
  content: "";
  position: absolute;
  top: -3px;
  right: 5px;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/star.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.expert-detils-section .grid-side .info .btns-action {
  margin-top: 20px;
}
.expert-detils-section .grid-side .info .btns-action .button {
  width: 100%;
}
.expert-detils-section .grid-main {
  padding-right: 40px;
}
.expert-detils-section .section {
  margin-top: 1.6rem;
  padding: 2rem;
  border: 1px solid #dbdbde;
  border-radius: 20px 0 20px 20px;
}
.expert-detils-section .section p {
  text-align: justify;
}
.expert-detils-section .section p img {
  width: 100%;
}
.expert-detils-section .section ul li,
.expert-detils-section .section ol li {
  text-align: justify;
  margin: 10px 0;
}
.expert-detils-section .section ul,
.expert-detils-section .section ol {
  padding-right: 30px;
}
.expert-detils-section .section ul {
  list-style: disc;
}
.expert-detils-section .section .card-user-comment:last-child {
  border-bottom: none;
}
.expert-detils-section .section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.expert-detils-section .section-title h4 {
  font-size: 18px;
  position: relative;
  margin-bottom: 0;
}
.expert-detils-section .section-title h4::before {
  content: "";
  position: absolute;
  right: -2rem;
  top: 0;
  width: 5px;
  height: 100%;
  display: block;
  background-color: #05164d;
}

.card-status-expert .card-inner {
  border: 1px solid #dbdbde;
  display: grid;
  grid-template-columns: 54px auto;
  align-items: center;
  padding: 15px;
  border-radius: 20px;
  background-color: white;
  transition: all 0.2s ease-in-out;
}
.card-status-expert .icon {
  width: 54px;
  height: 54px;
  font-size: 24px;
  border-radius: 50%;
  background-color: #f6f6f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-status-expert .icon.color-primary {
  background-color: rgba(5, 22, 77, 0.1);
  color: #05164d;
}
.card-status-expert .icon.color-success {
  background-color: rgba(72, 199, 142, 0.1);
  color: #48c78e;
}
.card-status-expert .icon.color-info {
  background-color: rgba(102, 209, 255, 0.1);
  color: #66d1ff;
}
.card-status-expert .icon.color-error {
  background-color: rgba(255, 102, 133, 0.1);
  color: #ff6685;
}
.card-status-expert .info {
  padding-right: 12px;
}
.card-status-expert .info h6 {
  font-size: 14px;
  color: #575458;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-status-expert .info h4 {
  font-size: 20px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-status-expert .info h4 span {
  font-size: 14px;
  font-weight: 500;
  color: #575458;
}
.card-status-expert:hover .card-inner {
  border-color: white;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1216px) {
  .expert-detils-section .grid-layout {
    display: grid;
    grid-template-columns: 290px 1fr;
  }
  .expert-detils-section .grid-main {
    padding-right: 30px;
  }
  .expert-detils-section .grid-side .info .name {
    font-size: 16px;
  }
  .expert-detils-section .grid-side .info .type {
    font-size: 14px;
  }
  .expert-detils-section .grid-side .info .list {
    margin: 15px 0;
    padding: 10px 0;
  }
  .expert-detils-section .grid-side .info .list li {
    margin: 6px 0;
  }
  .expert-detils-section .grid-side .info .list li .title,
  .expert-detils-section .grid-side .info .list li .desc {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .expert-detils-section {
    margin-top: 30px;
  }
  .expert-detils-section .grid-layout {
    grid-template-columns: 100%;
  }
  .expert-detils-section .grid-side .side-inner {
    display: grid;
    grid-template-columns: 200px auto;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .expert-detils-section .grid-side .thumb {
    width: 100%;
    height: 312px;
    overflow: hidden;
    border-radius: 0;
    position: relative;
    margin: 0;
    border-radius: 25px 0 25px 25px;
  }
  .expert-detils-section .grid-side .thumb .img-inner {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .expert-detils-section .grid-side .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0;
    transition: all 0.3s ease-in;
  }
  .expert-detils-section .grid-side .thumb::before {
    height: 40%;
  }
  .expert-detils-section .grid-side .info {
    border-radius: 25px;
    padding: 25px 20px 20px 20px;
  }
  .expert-detils-section .grid-main {
    padding: 0;
    margin-top: 20px;
  }
  .expert-detils-section .section {
    padding: 2rem 1.6rem 1.6rem 1.6rem;
  }
  .expert-detils-section .section-title h4::before {
    right: -1.6rem;
  }
}
@media (max-width: 768px) {
  .expert-detils-section .section {
    padding: 2rem 1.4rem 1.4rem 1.4rem;
  }
  .expert-detils-section .section p {
    font-size: 14px;
    margin-bottom: 0.6rem;
  }
  .expert-detils-section .section ul li,
  .expert-detils-section .section ol li {
    font-size: 14px;
    margin: 8px 0;
  }
  .expert-detils-section .section-title h4 {
    font-size: 16px;
  }
  .expert-detils-section .section-title h4::before {
    right: -1.4rem;
  }
  .expert-detils-section .section-title .button {
    font-size: 14px;
  }
  .expert-detils-section .section-title .button .ci {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .expert-detils-section .grid-side .side-inner {
    grid-template-columns: 150px auto;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .expert-detils-section .grid-side .thumb {
    height: 273px;
  }
  .expert-detils-section .grid-side .info {
    padding: 20px 15px 15px 15px;
  }
  .expert-detils-section .grid-side .info .name {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .expert-detils-section .grid-side .info .type {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .expert-detils-section .grid-side .info .list {
    margin: 10px 0;
    padding: 8px 0;
  }
  .expert-detils-section .grid-side .info .list li {
    margin: 5px 0;
  }
  .expert-detils-section .grid-side .info .list li .title,
  .expert-detils-section .grid-side .info .list li .desc {
    font-size: 13px;
  }
  .expert-detils-section .grid-side .info .btns-action .button {
    font-size: 14px;
  }
  .card-status-expert .card-inner {
    padding: 10px;
  }
  .card-status-expert .icon {
    width: 48px;
    height: 48px;
  }
  .card-status-expert .info h6 {
    font-size: 13px;
    margin-bottom: 0;
  }
  .card-status-expert .info h4 {
    font-size: 18px;
  }
  .card-status-expert .info h4 span {
    font-size: 13px;
  }
}
@media (max-width: 420px) {
  .expert-detils-section .grid-side .side-inner {
    grid-template-columns: 100%;
  }
  .expert-detils-section .grid-side .thumb {
    height: 250px;
    width: 180px;
    margin: 0 auto 0.5rem auto;
  }
}
/*#endregion -------------- Expert Details */
/*#region ----------------- User Profile */
.userprofile-section {
  margin: 50px 0 80px 0;
}
.userprofile-section .grid-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
}
.userprofile-section .grid-main {
  padding-right: 30px;
}
.userprofile-section .grid-main .main-inner {
  border: 1px solid #dbdbde;
  border-radius: 25px 0 25px 25px;
}
.userprofile-section .grid-side .side-inner {
  background-color: #f6f6f7;
  border-radius: 0 25px 25px 25px;
}
.userprofile-section .grid-side .user-info {
  padding: 30px 20px 10px 20px;
  text-align: center;
  position: relative;
}
.userprofile-section .grid-side .user-info .thumb {
  width: 65px;
  height: 65px;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dbdbde;
}
.userprofile-section .grid-side .user-info .thumb .ci {
  font-size: 24px;
}
.userprofile-section .grid-side .user-info .user-name {
  margin: 10px 0;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.userprofile-section .grid-side .user-info .button.is-ghost {
  color: #ffad00;
  font-size: 14px;
}
.userprofile-section .grid-side .user-info .button.is-ghost:hover, .userprofile-section .grid-side .user-info .button.is-ghost:focus {
  text-decoration: none !important;
  color: #05164d;
}
.userprofile-section .grid-side .user-info .user-type {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 0 5rem 5rem 5rem;
  z-index: 10;
}
.userprofile-section .grid-side .user-info .user-type.is-user {
  background-color: #05164d;
  color: white;
}
.userprofile-section .grid-side .user-info .user-type.is-expert {
  background-color: #ffad00;
  color: white;
}
.userprofile-section .grid-side .shutdown {
  position: absolute;
  right: 15px;
  top: 15px;
  display: none;
}
.userprofile-section .grid-side .shutdown .button {
  padding: 0.625rem;
}
.userprofile-section .menu-list {
  padding: 0 20px 20px 20px;
}
.userprofile-section .menu-list ul {
  padding-top: 20px;
  border-top: 1px solid #dbdbde;
}
.userprofile-section .menu-list ul li a {
  display: block;
  position: relative;
  padding: 10px 0;
}
.userprofile-section .menu-list ul li a::before {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  width: 5px;
  height: 44px;
  display: block;
  border-radius: 5px 0 0 5px;
  background-color: #05164d;
  opacity: 0;
}
.userprofile-section .menu-list ul li a:hover, .userprofile-section .menu-list ul li a:focus {
  background-color: transparent !important;
}
.userprofile-section .menu-list ul li a:hover .name, .userprofile-section .menu-list ul li a:focus .name {
  color: #05164d;
}
.userprofile-section .menu-list ul li a:hover .name .ci, .userprofile-section .menu-list ul li a:focus .name .ci {
  color: #05164d;
}
.userprofile-section .menu-list ul li .name {
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #575458;
  padding-left: 35px;
}
.userprofile-section .menu-list ul li .name .ci {
  font-size: 24px;
  color: #9e9e9e;
}
.userprofile-section .menu-list ul li .badge {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.userprofile-section .menu-list ul li .badge.is-primary {
  background-color: rgba(5, 22, 77, 0.15);
  color: #05164d;
}
.userprofile-section .menu-list ul li.active a::before {
  opacity: 1;
}
.userprofile-section .menu-list ul li.active .name {
  color: #05164d;
}
.userprofile-section .menu-list ul li.active .name .ci {
  color: #05164d;
}
.userprofile-section .main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px;
}
.userprofile-section .main-header .title {
  display: grid;
  grid-template-columns: 48px auto;
  align-items: center;
  margin: 0;
}
.userprofile-section .main-header .title .icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 24px;
  background-color: rgba(5, 22, 77, 0.1);
}
.userprofile-section .main-header .title .text {
  font-size: 20px;
  margin-right: 5px;
}
.userprofile-section .main-body {
  padding: 10px 20px 30px 20px;
}

.card-request {
  margin-bottom: 15px;
}
.card-request .card-inner {
  border: 1px solid #dbdbde;
  border-radius: 10px;
}
.card-request ul {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.card-request ul li {
  flex: 1 0 50%;
  width: 50%;
  font-size: 14px;
  font-weight: 500;
  margin: 4px 0;
}
.card-request ul li .name {
  color: #575458;
}
.card-request ul li .desc {
  color: #252425;
  margin-right: 5px;
}
.card-request .c-footer {
  background-color: #f6f6f7;
  padding: 12px;
  border-radius: 0 0 10px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.card-request .c-footer .btns-action .button:hover, .card-request .c-footer .btns-action .button:focus {
  background-color: #05164d;
  color: white;
}
.card-request .status {
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
}
.card-request .status .icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #9e9e9e;
  color: #575458;
  margin-left: 5px;
}
.card-request .status.success {
  color: #48c78e;
}
.card-request .status.success .icon {
  background-color: #48c78e;
  color: white;
}
.card-request .status.new {
  color: #ff6685;
}
.card-request .status.new .icon {
  background-color: #ff6685;
  color: white;
}
.card-request .status.error {
  color: #d82020;
}
.card-request .status.error .icon {
  background-color: #d82020;
  color: white;
}
.card-request .status.load {
  color: #66d1ff;
}
.card-request .status.load .icon {
  background-color: #66d1ff;
  color: white;
}
.card-request .status.warning {
  color: #ffb70f;
}
.card-request .status.warning .icon {
  background-color: #ffb70f;
  color: white;
}

@media (max-width: 1216px) {
  .userprofile-section .grid-layout {
    grid-template-columns: 300px auto;
  }
}
@media (max-width: 1024px) {
  .userprofile-section {
    margin-top: 30px;
  }
  .userprofile-section .grid-layout {
    grid-template-columns: 100%;
  }
  .userprofile-section .grid-main {
    padding: 20px 0 0 0;
  }
  .userprofile-section .grid-side .side-inner {
    border-radius: 0 20px 20px 20px;
  }
  .userprofile-section .grid-side .user-info .thumb {
    width: 55px;
    height: 55px;
  }
  .userprofile-section .grid-side .user-info .user-name {
    margin: 5px 0;
    font-size: 14px;
  }
  .userprofile-section .grid-side .user-info .button.is-ghost {
    font-size: 13px;
  }
  .userprofile-section .grid-side .user-info .button.is-ghost .ci {
    font-size: 18px;
  }
  .userprofile-section .grid-side .shutdown {
    display: block;
  }
  .userprofile-section .menu-list {
    width: 100%;
    padding: 0 20px;
  }
  .userprofile-section .menu-list ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
  }
  .userprofile-section .menu-list ul li {
    margin-left: 25px;
  }
  .userprofile-section .menu-list ul li:last-child {
    display: none;
  }
  .userprofile-section .menu-list ul li a {
    white-space: nowrap;
    display: flex;
    align-items: center;
  }
  .userprofile-section .menu-list ul li a::before {
    right: 0;
    bottom: 0;
    top: unset;
    width: 100%;
    height: 2px;
  }
  .userprofile-section .menu-list ul li .name {
    padding: 0;
    font-size: 14px;
  }
  .userprofile-section .menu-list ul li .name .ci {
    font-size: 22px;
    margin-left: 5px;
  }
  .userprofile-section .menu-list ul li .badge {
    position: unset;
    transform: unset;
    margin-right: 8px;
    font-size: 13px;
    min-width: 24px;
    height: 24px;
  }
  .userprofile-section .main-header {
    padding: 15px;
  }
  .userprofile-section .main-header .title {
    grid-template-columns: 38px auto;
  }
  .userprofile-section .main-header .title .icon {
    width: 38px;
    height: 38px;
    font-size: 22px;
  }
  .userprofile-section .main-header .title .text {
    font-size: 18px;
  }
  .userprofile-section .main-header .btns-action .button {
    font-size: 13px;
    --bulma-button-padding-horizontal: 1em;
  }
  .userprofile-section .main-header .btns-action .button .ci {
    font-size: 20px;
    margin-left: 8px;
  }
  .userprofile-section .main-body {
    padding: 10px 15px 20px 15px;
  }
  .card-request ul li {
    font-size: 13px;
    margin: 3px 0;
  }
}
@media (max-width: 640px) {
  .userprofile-section .main-header {
    flex-direction: column;
  }
  .userprofile-section .main-header .title,
  .userprofile-section .main-header .btns-action {
    width: 100%;
  }
  .userprofile-section .main-header .btns-action {
    margin-top: 20px;
  }
  .userprofile-section .main-header .btns-action .button {
    margin: 0 0 5px 0;
  }
  .card-request ul li {
    flex: 0 0 100%;
    width: 100%;
  }
}
/*#endregion -------------- User Profile */
/*#region ----------------- Badge */
.badge {
  min-width: 28px;
  height: 28px;
  padding: 2px 8px;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.badge.is-danger {
  background-color: #ff6685;
  color: white;
}
.badge.is-success {
  background-color: #48c78e;
  color: white;
}
.badge.is-primary {
  background-color: #05164d;
  color: white;
}
.badge.is-small {
  font-size: 14px;
  min-width: 25px;
  height: 25px;
}

/*#endregion -------------- Badge */
/*#region ----------------- Tabs */
.tab-item.is-active .tab-link {
  border-color: #05164d !important;
  color: #05164d;
}
.tab-item .tab-link {
  border-width: 3px;
  border-color: transparent;
  color: #9e9e9e;
}
.tab-item .tab-link .icon {
  font-size: 22px;
}

.tab-content .tab-panel {
  display: none;
}
.tab-content .tab-panel.active {
  display: block;
}

/*#endregion -------------- Tabs */
/*#region ----------------- Dropdown */
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown .dropdown-toggle.icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropdown .dropdown-toggle .fi {
  font-size: 24px;
}
.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 170px;
  display: none;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  z-index: 1;
  text-align: right;
  padding: 5px;
}
.dropdown .dropdown-menu.menu-left {
  left: unset;
  right: 0;
}
.dropdown .dropdown-menu .dropdown-item {
  padding: 8px 10px;
  text-decoration: none;
  color: #252425;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: rgba(5, 22, 77, 0.1);
  color: #05164d;
}
.dropdown .dropdown-menu .dropdown-item:hover .ci {
  color: #05164d;
}
.dropdown .dropdown-menu .dropdown-item .ci {
  margin-left: 8px;
  font-size: 22px;
  position: relative;
  color: #9e9e9e;
}
.dropdown .dropdown-menu.open {
  display: flex;
}

/*#endregion -------------- Dropdown */
/*#region ----------------- Progress */
.progress {
  height: 0.5rem !important;
}

/*#endregion -------------- Progress */
/*#region ----------------- Blog Details */
.blog-details-section {
  margin: 40px 0 100px 0;
  position: relative;
}
.blog-details-section .grid-layout {
  display: grid;
  grid-template-columns: 1fr 400px;
}
.blog-details-section .side-blog {
  position: sticky;
  top: 120px;
}
.blog-details-section .side-title {
  font-size: 18px;
  font-weight: 600;
  color: #252425;
  margin-bottom: 20px;
}
.blog-details-section .main-title {
  margin-bottom: 20px;
}
.blog-details-section .main-title h2 {
  font-size: 20px;
  font-weight: 600;
  color: #252425;
}
.blog-details-section .main-title p {
  font-size: 14px;
}
.blog-details-section .articles {
  border: 1px solid #dbdbde;
  padding: 20px;
  border-radius: 15px;
}
.blog-details-section .tags-content {
  margin-top: 20px;
}
.blog-details-section .tags-content ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.blog-details-section .tags-content ul li {
  margin: 0 0 10px 10px;
  background-color: #f6f6f7;
  border-radius: 20rem;
  font-size: 14px;
  color: #252425;
  padding: 10px 12px;
}

.blog-details {
  padding-left: 20px;
}
.blog-details .details-inner {
  background-color: #f6f6f7;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  border-radius: 15px;
}
.blog-details .title {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 1rem 0;
  color: #252425;
}
.blog-details .status-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.5rem;
}
.blog-details .status-info li {
  font-size: 13px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  color: #252425;
}
.blog-details .status-info li .ci {
  margin-left: 5px;
  font-size: 18px;
  color: #9e9e9e;
}
.blog-details .blog-thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  aspect-ratio: 16/9;
}
.blog-details .information {
  margin-top: 1.5rem;
}
.blog-details .message .message-body {
  border-radius: 15px 5px 5px 15px;
}
.blog-details .message p {
  margin-bottom: 0;
  text-align: justify;
}
.blog-details .description {
  margin-bottom: 2rem;
}
.blog-details .description h1 {
  font-size: 22px;
  font-weight: 600;
  color: #252425;
  margin: 16px 0;
}
.blog-details .description h2 {
  font-size: 20px;
  font-weight: 600;
  color: #252425;
  margin: 16px 0;
}
.blog-details .description h3,
.blog-details .description h4,
.blog-details .description h5,
.blog-details .description h6 {
  font-size: 18px;
  font-weight: 600;
  color: #252425;
  margin: 16px 0;
}
.blog-details .description p {
  font-size: 16px;
  text-align: justify;
  font-weight: 400;
  color: #252425;
  line-height: 30px;
  margin: 16px 0;
}
.blog-details .description ul {
  margin: 16px 0;
  padding-right: 30px;
  list-style: disc;
}
.blog-details .description ul li,
.blog-details .description ul p {
  margin: 10px 0;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #252425;
}
.blog-details .image-content {
  margin: 30px 0;
}
.blog-details .image-content img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  aspect-ratio: 16/9;
}
.blog-details p img {
  width: 100%;
  border-radius: 10px;
}

.card-mini-blog {
  margin-bottom: 15px;
  border-bottom: 1px solid #dbdbde;
  padding-bottom: 15px;
}
.card-mini-blog:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.card-mini-blog .card-inner {
  display: grid;
  grid-template-columns: 140px auto;
}
.card-mini-blog .thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  aspect-ratio: 16/9;
}
.card-mini-blog .info {
  padding-right: 10px;
}
.card-mini-blog .name {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #252425;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-mini-blog .date {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #575458;
}
.card-mini-blog .date .ci {
  margin-left: 5px;
  font-size: 14px;
}
.card-mini-blog:hover .name {
  color: #05164d;
}

@media (max-width: 1408px) {
  .blog-details-section .grid-layout {
    grid-template-columns: 1fr 350px;
  }
}
@media (max-width: 1216px) {
  .blog-details-section .grid-layout {
    grid-template-columns: 1fr 320px;
  }
}
@media (max-width: 1024px) {
  .blog-details-section .grid-layout {
    grid-template-columns: 100%;
  }
  .blog-details-section .grid-side {
    margin-top: 30px;
  }
  .blog-details-section .side-title {
    font-size: 16px;
  }
  .blog-details-section .articles {
    padding: 15px;
  }
  .blog-details-section .tags-content ul li {
    font-size: 13px;
  }
  .blog-details {
    padding: 0;
  }
  .blog-details .title {
    font-size: 18px;
  }
  .blog-details .message .message-body {
    padding: 1rem 1.25rem;
  }
  .blog-details .message p {
    font-size: 14px;
  }
  .blog-details .message h6 {
    font-size: 14px;
  }
  .blog-details .message a {
    font-size: 14px;
  }
  .blog-details .description h2 {
    font-size: 18px;
  }
  .blog-details .description p {
    font-size: 14px;
    line-height: 24px;
    margin: 12px 0;
  }
  .card-mini-blog {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .card-mini-blog .card-inner {
    grid-template-columns: 120px auto;
  }
  .card-mini-blog .name {
    font-size: 13px;
  }
  .card-mini-blog .date {
    font-size: 12px;
  }
}

.mynavbar .nav-links ul li > ul {
    min-width: 250px !important;
}

.mynavbar .nav-links ul li > ul li a {
    white-space: break-spaces !important;
}
/*#endregion -------------- Blog Details */
