@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Inter:400'");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,200,0,0&display=block");
@import '../font/fontawesome-6.7.2/css/all.css';
body, html {
  font-size: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1px;
  color: #0c0c0c;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  background-color: #f4f3f7;
}

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: normal;
  src: url(../font/MaterialSymbolsOutlined.woff2) format("woff2");
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: 200;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.divider-xs {
  height: 0.6rem;
}

.divider-sm {
  height: 1.5rem;
}

.divider-md {
  height: 3rem;
}

.divider-lg {
  height: 4rem;
}

.divider-xl {
  height: 6rem;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.img-post {
  width: 100%;
  max-width: unset;
  height: auto;
  border-radius: 1.2rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.border {
  border: 1px solid #DAE3E5;
}

a {
  cursor: pointer !important;
  color: #222222;
  line-height: 1;
  text-decoration: none;
}
a:hover {
  color: #044581;
}
a:focus {
  color: #044581;
}
a.disabled {
  pointer-events: none !important;
  cursor: default !important;
}

b, strong {
  font-family: "Roboto", sans-serif !important;
  font-weight: 500 !important;
  display: block;
  font-size: 1.4rem;
}

h1 {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 0;
  font-weight: 500;
}

h2 {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  margin-bottom: 0;
  font-weight: 700;
}

h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  margin-bottom: 0;
  font-weight: 400;
}

h6 {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 700;
}

p {
  font-size: 1.4rem;
}

.space {
  width: 3rem;
  height: 3rem;
}

small {
  font-size: 1.1rem;
  letter-spacing: normal;
}

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

.cut-text-address {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.red {
  color: #b31800 !important;
}

.black {
  color: #000000 !important;
}

.grey {
  color: #777777 !important;
}

.darkgrey {
  color: #555 !important;
}

.lightgrey {
  color: #999 !important;
}

.white {
  color: white !important;
}

.blue {
  color: #3c85f0 !important;
}

.darkblue {
  color: #044581 !important;
}

.bg-grey {
  background-color: #f4f3f7 !important;
}

.bg-grey2 {
  background-color: #777777 !important;
}

.bg-white {
  background-color: white !important;
}

.bg-blue {
  background-color: #3c85f0 !important;
}

progress::-moz-progress-bar {
  background-color: #3c85f0 !important;
  width: 100%;
  border-radius: 20px !important;
}

progress::-webkit-progress-value {
  background-color: #3c85f0 !important;
  border-radius: 20px !important;
}

progress {
  background-color: #3c85f0 !important;
  color: #3c85f0 !important;
  border-radius: 20px !important;
  height: 2rem;
}

progress[value]::-webkit-progress-bar {
  background-color: #ddd;
  border: 0px solid #ddd;
  border-radius: 20px !important;
}

progress[value]::-webkit-progress-value {
  background-color: white;
}

progress[value] {
  -webkit-appearance: none;
}

.btn-input {
  width: 100%;
  height: 4rem;
  background-color: white;
  color: #222222;
  padding: 0.5rem 1.5rem;
  font-size: 1.4rem;
  border-radius: 4rem;
  margin-left: 1rem;
  text-align: left;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-remove {
  display: flex;
  justify-content: end;
}
.btn-remove span {
  font-size: 2.2rem;
  color: #777777;
}

.btn-upload {
  width: auto;
  height: 3.5rem;
  position: absolute;
  bottom: 0.8rem;
  background: #044581;
  border-radius: 3rem;
  text-align: center;
  padding: 0.5rem 1.5rem;
  color: white;
  border: none;
  display: flex;
  align-items: center;
  z-index: 5;
}

.btn-date {
  width: auto !important;
  height: 3.5rem;
  background: rgb(230, 230, 230);
  border-radius: 3rem;
  text-align: center;
  padding: 0.5rem 1.5rem !important;
  margin: 0.5rem auto !important;
  color: rgb(0, 0, 0);
  border: none;
  display: flex;
  align-items: center;
  z-index: 5;
}

.btn-more {
  min-width: auto;
  height: 3rem;
  position: absolute;
  right: 0.6rem;
  top: 0.6rem;
  background: rgba(0, 0, 0, 0.6);
  padding: 0.25rem 1rem 0.25rem 0.25rem;
  border-radius: 3rem;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.btn-more span {
  display: block;
}

.btn-post {
  color: #3c85f0;
  border: none;
  background: none;
}
.btn-post:disabled {
  color: #bbb;
}

.btn-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 5px;
  margin: 5px;
  background: #58c3ed;
  background: linear-gradient(157deg, rgb(88, 195, 237) 0%, rgb(0, 86, 166) 100%);
}
.btn-call i {
  font-size: 3rem !important;
  height: auto;
  color: white;
}

.btn-call-sm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 5px;
  margin: 0;
  background: #3c85f0;
  background: linear-gradient(157deg, rgb(88, 195, 237) 0%, rgb(0, 86, 166) 100%);
}
.btn-call-sm i {
  font-size: 1.5rem !important;
  height: auto;
  color: white;
}

.btn-status {
  width: 92px;
  background-color: #044581;
  color: white;
  border: none;
  border-radius: 3px;
  padding: 5px;
  font-size: 1.2rem;
}

input[type=checkbox] {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 4px;
  accent-color: #3c85f0;
  margin: 0 0.8rem 0 0;
}
input[type=checkbox]:hover {
  accent-color: #3c85f0;
}
input[type=checkbox]:checked {
  accent-color: #3c85f0;
}

/* Image check box */
.check_box {
  display: none;
}

.check_box + label {
  background: url("../img/icon-check.svg") no-repeat;
  height: 2rem;
  width: 2rem;
  display: inline-block;
  padding: 0;
}

.check_box:checked + label {
  background: url("../img/icon-checked.svg") no-repeat;
  height: 2rem;
  width: 2rem;
  display: inline-block;
  padding: 0;
}

input[type=radio] {
  /* remove standard background appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* create custom radiobutton appearance */
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  padding: 3px;
  /* background-color only for content */
  background-clip: content-box;
  border: 1px solid #222222 !important;
  background-color: white !important;
  border-radius: 50%;
}

/* appearance for checked radiobutton */
input[type=radio]:checked {
  background-color: #3c85f0 !important;
  border-color: #044581 !important;
}

/* Toggle Switches */
.form-switch .form-check-input {
  width: 4rem;
  background-color: #ddd;
  border: 1px solid #ddd;
}
.form-switch .form-check-input:checked {
  background-color: #99c6d3;
  border-color: #99c6d3;
  background-image: url(../img/dot-blue.svg);
}

/* Button Switch */
.switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 28px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #3c85f0;
}

input:focus + .slider {
  box-shadow: 0 0 1px #3c85f0;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.password {
  position: relative;
}
.password input[type=password] {
  width: 100%;
}
.password .icon-password {
  position: absolute;
  top: 50%;
  right: -2px;
  z-index: 2;
  color: #6D6F74;
  font-size: 2rem;
  transform: translate(-50%, -45%);
  background: transparent;
  border-radius: 50%;
}

.quantity {
  text-align: center;
  margin: 0 0 0 1.5rem;
  padding: 0;
  background-color: white;
  border-radius: 3rem;
}

.qty {
  width: 4rem;
  height: 2.7rem;
  text-align: center;
  border: none;
  font-size: 1.9rem;
  font-weight: 500;
}

input.qtyplus {
  width: 27px !important;
  height: 27px !important;
  border-radius: 50%;
  border: 0;
  background-image: url(../img/icon-add.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #92C1CF;
}

input.qtyminus {
  width: 27px !important;
  height: 27px !important;
  border-radius: 50%;
  border: 0;
  background-image: url(../img/icon-minus.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #92C1CF;
}

.dropdown {
  width: 100%;
}
.dropdown button {
  width: 100%;
  border: 1px solid #DAE3E5 !important;
  padding: 8px 30px 8px 10px !important;
  overflow: hidden !important;
  white-space: unset;
  height: 40px;
  line-height: 2rem;
  font-size: 1.3rem !important;
  white-space: nowrap;
}
.dropdown .dropdown-menu {
  border: 1px solid #DAE3E5;
  padding: 0.5rem;
  margin-top: 0px !important;
}
.dropdown .dropdown-menu .dropdown-item {
  font-weight: normal;
  font-size: 1.4rem;
  padding: 0.8rem 0.5rem;
}
.dropdown .dropdown-menu.border-payment {
  border-radius: 0;
  border: none !important;
  border-bottom: 1px solid #b1d1dc !important;
}
.dropdown .dropdown-menu li.dropdown-item {
  padding: 0.5rem;
}
.dropdown .dropdown-menu li.dropdown-item img {
  vertical-align: middle;
  height: 2.5rem;
}
.dropdown .dropdown-menu li.dropdown-item input {
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: inline-block;
  /* fix specific for Firefox */
  position: absolute;
  left: -10000px;
}
.dropdown .dropdown-menu li.dropdown-item input:checked + label {
  background: none;
}
.dropdown .dropdown-menu li.dropdown-item label {
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 5px;
}

.form-general label {
  font-family: "Montserrat Medium", sans-serif;
  font-size: 1rem !important;
  font-weight: normal;
  display: block;
  padding: 0 0 0.3rem 1.2rem !important;
  background: none !important;
  color: black !important;
  text-align: left !important;
  top: 0 !important;
  left: 0 !important;
  position: relative !important;
}
.form-general input {
  width: 100%;
  display: block;
  background-color: white;
  border: 1px solid #DAE3E5;
  padding: 0.85rem 1.2rem;
  border-radius: 6rem;
  margin: 0 0 0.4rem 0;
  font-size: 1.4rem;
}
.form-general input[type=radio] {
  width: 2rem;
  padding: 3px !important;
  display: inline-block;
}
.form-general input:-moz-read-only {
  background-color: #eee;
  border: 1px solid #DAE3E5;
  padding: 0.85rem 1.2rem;
  border-radius: 6rem;
  margin: 0 0 0.4rem 0;
  font-size: 1.4rem;
  cursor: not-allowed;
}
.form-general input:read-only {
  background-color: #eee;
  border: 1px solid #DAE3E5;
  padding: 0.85rem 1.2rem;
  border-radius: 6rem;
  margin: 0 0 0.4rem 0;
  font-size: 1.4rem;
  cursor: not-allowed;
}
.form-general input:-moz-read-only:hover {
  cursor: not-allowed;
}
.form-general input:read-only:hover {
  cursor: not-allowed;
}
.form-general textarea {
  width: 100%;
  display: block;
  background-color: white;
  border: 1px solid #DAE3E5;
  padding: 0.8rem 1.2rem;
  border-radius: 1rem;
  margin: 0 0 0.4rem 0;
  font-size: 1.4rem;
  min-height: 8rem;
  text-align: left;
}
.form-general textarea:-moz-read-only {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #DAE3E5;
  border-radius: 0;
  outline: none;
  resize: none;
  height: auto !important;
  cursor: not-allowed;
}
.form-general textarea:read-only {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #DAE3E5;
  border-radius: 0;
  outline: none;
  resize: none;
  height: auto !important;
  cursor: not-allowed;
}
.form-general textarea:-moz-read-only:hover {
  cursor: not-allowed;
}
.form-general textarea:read-only:hover {
  cursor: not-allowed;
}
.form-general select {
  width: 100%;
  display: block;
  background-color: white;
  border: 1px solid #DAE3E5;
  padding: 0.85rem 1.2rem;
  border-radius: 6rem;
  margin: 0 0 0.4rem 0;
  font-size: 1.4rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../img/icon-down.png");
  background-repeat: no-repeat;
  background-position: right 0.8rem top 50%;
  background-size: 2.5rem auto;
}
.form-general select option {
  width: 100%;
}
.form-general .invalid {
  color: #b31800 !important;
  font-size: 1.2rem;
}
.form-general .is-correct {
  padding-right: calc(1.5em + 0.75rem);
  background-image: url(../img/icon-check.png);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.7rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-general p {
  font-size: 1.3rem !important;
  margin: 0;
}
.form-general p a {
  font-size: 1.3rem !important;
  color: #222222;
  text-decoration: none;
}
.form-general .code {
  padding: 0.2rem;
  width: 2.8rem;
  height: 3.6rem;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
}

.layer-header {
  background-color: #f4f3f7;
  padding: 2rem;
  height: 45vh;
  text-align: center;
  position: relative;
  border-radius: 0 0 50% 50%;
}
.layer-header .img-logo {
  width: 19rem;
  height: auto;
  position: absolute;
  top: 50%;
  margin-right: -50%;
  left: 50%;
  transform: translate(-50%, -30%);
}

.layer-login {
  display: block;
  height: 55vh;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  position: relative;
  font-size: 1.4rem;
}

header {
  background-color: #f4f3f7;
  padding: 1rem 1.5rem;
  position: fixed;
  top: 0;
  z-index: 5;
  width: 100%;
  height: auto;
  transition: top 0.3s; /* Transition effect when sliding down (and up) */
  z-index: 15;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .img-logo {
  height: 3rem;
}
header .col-icons {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}
header .col-icons a {
  border-radius: 3.8rem;
  display: inline-block;
  margin-left: 0.5rem;
}
header .col-icons span {
  font-size: 2.4rem !important;
  color: #222222;
}
header .col-icons span.notification-dot {
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background-color: #e52000;
  border: 2px solid white;
  display: inline-block;
  position: absolute;
  right: 1.7rem;
  top: 1rem;
}
header.header-sub {
  z-index: 15;
  padding: 1rem;
  height: 5rem;
  text-align: center;
  background-color: #f4f3f7;
}
header.header-sub span {
  color: white;
  font-size: 2.8rem;
}
header.header-sub h1 {
  line-height: 1;
}
header h4 {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin: 0;
}
header.sub-header {
  top: 51.2px;
}

#navbar {
  width: 100%; /* Full width */
  z-index: 15;
  background-color: #f4f3f7;
}

.search {
  width: 100%;
  background: #f4f3f7;
  padding: 0 0 0 0.5rem;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  position: relative;
  display: flex;
  align-items: center;
}
.search input[type=search] {
  width: 100%;
  height: 34px;
  background-color: white;
  padding: 0.55rem 1.5rem 0.55rem 3.5rem;
  border-radius: 5rem;
  border: 1px solid #eee;
  font-size: 1.5rem;
}
.search input[type=search]::-moz-placeholder {
  color: #aaa;
}
.search input[type=search]::placeholder {
  color: #aaa;
}
.search .icon-search {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 1.5rem;
  z-index: 2;
  color: #aaa;
  font-size: 2rem;
}
.search .icon-search2 {
  position: absolute;
  top: 53%;
  transform: translate(0, -50%);
  left: 1.1rem;
  z-index: 2;
  color: #6D6F74;
  font-size: 2rem;
  height: 4rem;
}
.search.filter input {
  width: calc(100% - 48px);
}

.search-member {
  position: relative;
}
.search-member input[type=search] {
  width: 100%;
  height: 40px;
  background-color: white;
  padding: 0.55rem 1.5rem 0.55rem 3.5rem;
  border-radius: 5rem;
  border: 1px solid #DAE3E5;
  font-size: 1.5rem;
  color: #044581;
}
.search-member span {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  color: #6D6F74;
  font-size: 2rem;
}

.categories {
  width: 100%;
  border-bottom: 0px solid #ddd;
  padding: 0.75rem 1rem;
  overflow: auto;
  white-space: nowrap;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}
.categories::-webkit-scrollbar { /* WebKit */
  width: 0;
  height: 0;
}
.categories a {
  font-family: "Montserrat Medium", sans-serif;
  display: inline-block;
  padding: 0.55rem 1.2rem;
  font-size: 1.4rem;
  text-decoration: none;
  text-align: center;
  color: #222222;
  border: 0;
}
.categories a.active {
  background: #e0e0e0;
  color: #222222;
  border-radius: 5rem;
}
.categories a:focus {
  outline-color: transparent;
  border: 0;
}

/******* Bottom Menu ************/
.btm-nav {
  box-shadow: 0px -1px 5px #ddd;
  width: 100%;
  background-color: white;
  padding: 1rem 1.5rem;
  border-radius: 1.5rem 1.5rem 0 0;
  line-height: 1.2;
}
.btm-nav .material-symbols-outlined {
  font-size: 2.8rem;
}
.btm-nav .flex-column {
  display: flex;
  flex-direction: column;
}
.btm-nav .flex-row {
  width: 100%;
  overflow-y: scroll;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.btm-nav .flex-row a {
  display: block;
  margin: 0 14.5px;
}
.btm-nav .flex-row h3 {
  display: none;
}

.layer-background {
  width: 100%;
  background-size: cover;
  height: 21rem;
  background-position: center center;
  border-radius: 1.2rem;
  text-align: center;
  padding: 1.5rem;
  display: flex;
  align-items: center;
}
.layer-background textarea {
  width: 100%;
  background-color: transparent;
  border: none;
  min-height: 3rem;
  max-height: 17rem;
  color: white;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 3.4rem;
}
.layer-background textarea::-moz-placeholder {
  font-size: 3rem;
  font-weight: 700;
  color: white;
  opacity: 0.5;
}
.layer-background textarea::placeholder {
  font-size: 3rem;
  font-weight: 700;
  color: white;
  opacity: 0.5;
}

/******* Background Selection Bar ************/
.background-selection {
  overflow-y: scroll;
  margin: 0.5rem 0;
}

.bg-color span {
  width: 6em;
  height: 6rem;
  border-radius: 1rem;
  display: inline-block;
  margin: 0.5rem;
  box-shadow: 0px 0px 3px #ccc;
  background-size: cover;
  cursor: pointer;
}

/* Background Color Choices */
.bg-white {
  background-color: white;
}

.bg-gray {
  background-color: #ddd;
}

.bg-black {
  background-color: black;
}

.bg-pink {
  background-color: pink;
}

.bg-red {
  background-color: rgb(207, 0, 0);
}

.bg-brown {
  background-color: rgb(82, 44, 19);
}

.bg-blue {
  background-color: #449BD3;
}

.bg-darkblue {
  background-color: #113B61;
}

.bg-green {
  background-color: rgb(1, 90, 35);
}

.bg-lime {
  background-color: rgb(199, 248, 152);
}

.bg-gradient-pink-purple {
  background: rgb(214, 0, 255);
  background: linear-gradient(45deg, rgb(214, 0, 255) 0%, rgb(87, 0, 167) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d600ff",endColorstr="#5700a7",GradientType=1);
}

.bg-gradient-pink-blue {
  background: rgb(222, 0, 139);
  background: linear-gradient(180deg, rgb(222, 0, 139) 0%, rgb(135, 104, 239) 35%, rgb(109, 127, 255) 55%, rgb(137, 236, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#de008b",endColorstr="#89ecff",GradientType=1);
}

.bg-gradient-yellow-pink {
  background: rgb(251, 255, 149);
  background: linear-gradient(180deg, rgb(251, 255, 149) 0%, rgb(242, 27, 125) 50%, rgb(164, 0, 22) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbff95",endColorstr="#a40016",GradientType=1);
}

.bg-gradient-grey-blue {
  background: rgb(132, 177, 232);
  background: linear-gradient(45deg, rgb(132, 177, 232) 0%, rgb(224, 224, 224) 54%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#84b1e8",endColorstr="#e0e0e0",GradientType=1);
}

.bg-gradient-grey-green {
  background: rgb(151, 219, 208);
  background: linear-gradient(45deg, rgb(151, 219, 208) 0%, rgb(224, 224, 224) 54%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#97dbd0",endColorstr="#e0e0e0",GradientType=1);
}

.bg-3d-dark {
  background-image: url(../img/bg/3d-abstract-background_green.jpg);
}

.bg-black-texture {
  background-image: url(../img/bg/black-acrylic-texture.jpg);
}

.bg-blue-fluid {
  background-image: url(../img/bg/blue-fluid.jpg);
}

.bg-blue-gradient {
  background-image: url(../img/bg/gradient-blue.jpg);
}

.bg-blue-lines {
  background-image: url(../img/bg/gradient-dynamic-blue-lines.jpg);
}

.bg-colorful {
  background-image: url(../img/bg/halftone-effect-gradient.jpg);
}

.bg-skycloud {
  background-image: url(../img/bg/watercolor-sky-cloud.jpg);
}

.bg-purple-fluid {
  background-image: url(../img/bg/purple-fluid.jpg);
}

.bg-cottoncloud {
  background-image: url(../img/bg/watercolor-sugar-cotton-clouds.jpg);
}

.bg-white-abstract {
  background-image: url(../img/bg/white-abstract-wallpaper.jpg);
}

nav {
  border-top: 1px solid #DAE3E5;
  padding: 0.6rem 1.5rem;
  margin: 0 !important;
  position: fixed;
  bottom: 0;
  width: 100%;
  min-height: 6rem;
  z-index: 15;
  background-color: white;
}
nav a {
  text-decoration: none;
}
nav a span {
  font-size: 2.8rem;
  color: #777777;
  margin: 0 0 0.5rem;
}
nav a span.active {
  color: #3c85f0;
}
nav a span.notification-dot {
  min-width: 2rem;
  border-radius: 1.5rem;
  color: white;
  background-color: #3c85f0;
  border: 2px solid white;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 0.8rem;
  text-align: center;
  padding: 0.4rem 0.5rem;
  margin-top: -0.7rem;
  margin-left: 0.4rem;
  vertical-align: middle;
  line-height: 1;
  z-index: 2;
}
nav a span.material-symbols-outlined {
  font-size: 2.8rem;
}
nav a .btn-group {
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 0 0.5rem;
  vertical-align: middle;
}
nav a p {
  font-family: "Montserrat Medium", sans-serif;
  color: #777777;
  font-size: 0.9rem;
  text-decoration: none;
  margin: 0;
  padding: 0;
  letter-spacing: 0.5px;
}
nav a p.active {
  color: #3c85f0;
}
nav hr {
  color: #65909c !important;
}
nav p {
  font-size: 1.4rem;
  color: #222222;
  margin: 0;
}
nav label {
  background-color: #92C1CF;
  border-radius: 3rem;
  color: white;
  font-size: 1rem;
  padding: 0.4rem 0.8rem;
}
nav.nav-btn {
  bottom: 60px;
}
nav.nav-cart {
  bottom: 58px;
  border-top: 1px solid #92C1CF;
}

.Handcursor {
  cursor: pointer;
}

.list-number {
  list-style-type: decimal;
  padding-left: 15px;
}
.list-number li {
  margin-bottom: 15px;
}

.nav-date {
  border-top: none;
  padding: 0;
  margin: 0 !important;
  position: relative;
  bottom: 0;
  width: 100%;
  min-height: unset;
  z-index: 15;
  background-color: transparent;
}
.nav-date a {
  text-decoration: none;
}
.nav-date .nav-tabs .nav-link {
  padding: 0.8rem 1rem;
  line-height: 1.3;
}
.nav-date .nav-tabs .nav-link.active {
  background: #3c85f0;
  color: white;
}
.nav-date .nav-tabs .nav-link b {
  font-size: 18px;
}

.wrapper {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
.wrapper .content {
  display: block;
  height: 100%;
  margin: 0 auto;
  padding: 1.5rem 0 6rem;
  position: relative;
  font-size: 1.4rem;
}
.wrapper .content.home-page {
  margin: 0;
  padding: 2rem 1.5rem 6rem;
  background-color: #f4f3f7;
  border-radius: 2rem 2rem 0 0;
  min-height: 60rem;
}
.wrapper .content.inside-page {
  padding: 5rem 1.5rem 1.5rem;
}
.wrapper .content.inside-page.padding-bottom {
  padding-bottom: 6rem !important;
}
.wrapper .content .layer-post {
  width: 100%;
  background-color: white;
  padding: 1.2rem;
  margin: 0 0 1.2rem;
  border-radius: 1.5rem;
  line-height: 1.2;
}
.wrapper .content .layer-post.first-post {
  min-height: 15rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper .content .layer-post.first-post a {
  width: 100%;
  height: 100%;
  padding: 4rem 0;
}
.wrapper .content .layer-post.first-post a span {
  font-size: 8rem;
  color: #aaa;
}
.wrapper .content .layer-post.first-post a p {
  color: #aaa;
}
.wrapper .content .layer-post .img-post {
  width: 100%;
  height: auto;
  border-radius: 1.2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper .content .layer-post .img-event {
  width: 100%;
  height: 15rem;
  border-radius: 1.2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper .content .layer-post p {
  font-size: 1.4rem;
  margin: 0;
}
.wrapper .content .layer-post small {
  font-size: 1.2rem;
  margin: 0;
  color: #888;
}
.wrapper .content .layer-post .icon-post {
  width: 2.4rem;
  height: 2.4rem;
  text-align: center;
  padding: 0;
  background-color: #F2F1F8;
  border-radius: 50%;
  margin: 0 0.5rem 0;
  font-size: 2.2rem;
  color: #888;
}
.wrapper .content .layer-post .icon-post span {
  font-size: 1.6rem;
  color: #888;
  margin-top: 0.3rem;
}
.wrapper .content .layer-post .icon-post.active {
  background-color: #3c85f0;
  color: white;
}
.wrapper .content .layer-post .icon-post.active span {
  color: white;
}
.wrapper .content .box-white {
  width: 100%;
  background-color: white;
  padding: 1.2rem;
  margin: 0 0 1rem;
  border-radius: 1.5rem;
  line-height: 1.2;
  position: relative;
}
.wrapper .content .box-white .material-symbols-outlined {
  font-size: 2.8rem;
}
.wrapper .content .box-white .label-blue {
  width: 16rem;
  position: absolute;
  bottom: -1.6rem;
  right: 0;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0%);
  text-align: center;
}
.wrapper .content .label-blue {
  background-color: #3c85f0;
  font-size: 1.4rem;
  color: white;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0.8rem 2rem;
  border-radius: 5rem;
  border: none;
}
.wrapper .content .layer-event {
  width: 100%;
  height: auto;
  background-color: white;
  padding: 1.2rem;
  margin: 0 0 1.2rem;
  border-radius: 1.5rem;
  line-height: 1.2;
  box-shadow: 0px 0px 8px #e8e8e8;
  border: 1px solid #eee;
  position: relative;
}
.wrapper .content .layer-event .layer-img {
  width: 100%;
  height: auto;
  background-color: #5c6b7c;
  border-radius: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0;
}
.wrapper .content .layer-event .layer-img .img-post {
  width: 100%;
  height: 18rem;
  border-radius: 1.2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper .content .layer-info {
  margin-top: 1rem;
}
.wrapper .content .layer-info select {
  width: 100%;
  border: none;
  margin: 0 0 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #ddd;
}
.wrapper .content .layer-info input {
  width: 100%;
  border: none;
  margin: 0 0 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #ddd;
}
.wrapper .content .layer-info textarea {
  width: 100%;
  border: none;
  margin: 0 0 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #ddd;
  min-height: 5.5rem;
  max-height: 18rem;
}

#preloader {
  background: rgba(0, 0, 0, 0) url("../img/icon-loading.gif") no-repeat center center;
  background-size: 70px;
  bottom: 0;
  opacity: 0.6;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  display: none;
}

.FadeIn1 {
  animation: fadeIn1 1s;
}

@keyframes fadeIn1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.FadeIn2 {
  animation: fadeIn2 2s;
}

@keyframes fadeIn2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.FadeIn3 {
  animation: fadeIn3 2s;
}

@keyframes fadeIn3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.movein {
  position: absolute;
  animation: moveinTmer 0.5s linear;
}

@keyframes moveinTmer {
  0% {
    left: -300px;
  }
  100% {
    left: 0px;
  }
}
.moveout {
  position: absolute;
  left: -300px;
  animation: moveoutTmer 0.5s linear;
}

@keyframes moveoutTmer {
  0% {
    left: 0px;
  }
  100% {
    left: -300px;
  }
}
.notification-listing .notification-item {
  background-color: white;
  border-radius: 1rem;
  padding: 1rem;
  margin: 1rem 0 0;
  position: relative;
}
.notification-listing .notification-item .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #044581;
  display: inline-block;
  margin: 0 2px 0 0;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #044581;
  display: inline-block;
  margin: 0 2px 0 0;
}

.list-category-sub {
  list-style-type: none;
  padding: 1.5rem 0 0 1.5rem;
  margin: 0;
  display: flex;
  text-align: center;
}
.list-category-sub li {
  text-align: center;
  list-style-type: none;
  padding: 0 8px 0 0;
  margin: 0;
  flex-direction: column;
}
.list-category-sub li a {
  padding: 12px;
  border-radius: 20px;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  background-color: white;
  border-radius: 0.8rem;
  cursor: pointer;
}
.list-category-sub li a label {
  font-size: 1.1rem;
  color: #999;
}
.list-category-sub li a.active {
  background-color: #044581;
}
.list-category-sub li a.active label {
  color: white;
}

.list-contact {
  margin: 0;
  padding: 0;
}
.list-contact li {
  margin: 0 0 1rem 0;
  padding: 0;
}
.list-contact li a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 2rem;
  box-shadow: 0px 0px 8px #e8e8e8;
  border: 0px solid #d9d9d9;
  border-radius: 5rem;
  background-color: #044581;
  color: white;
}
.list-contact li a span {
  margin-right: 1rem;
}

.collapsible-info .card {
  border: 1px solid #ddd;
  background-color: white;
  border-radius: 10px;
  margin: 10px 0;
  padding: 10px;
}
.collapsible-info .card .card-header {
  border-bottom: 0px solid #ddd;
  border-radius: 0;
  background-color: white;
  padding: 0 0.5rem;
  font-family: "Montserrat SemiBold", sans-serif;
  margin: 0;
}
.collapsible-info .card .card-header a {
  font-size: 1.3rem !important;
  border: none;
  width: 100%;
  text-align: left;
  padding: 0;
  color: #044581;
}
.collapsible-info .card .card-header a:hover {
  color: #044581;
}
.collapsible-info .card .card-header a:focus {
  color: #044581;
}
.collapsible-info .card .card-header:after {
  position: absolute;
  content: "";
  top: 12px;
  right: 12px;
  width: 0;
  height: 0;
  border: solid #044581;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 5px;
  z-index: 1;
}
.collapsible-info .card .card-header.active:after {
  top: 19px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.collapsible-info .card .card-body {
  font-size: 1.3rem !important;
  padding: 1.5rem 1rem;
}
.collapsible-info .card .card-body p {
  font-size: 1.2rem;
}

.list-profile {
  margin: 0;
  padding: 0 1.5rem;
}
.list-profile li {
  margin: 0;
  padding: 0 0 1.5rem 0;
  font-size: 1.4rem;
}
.list-profile li label {
  font-size: 1.4rem;
}

.icon-profile {
  font-weight: 900;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}
.icon-profile img {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.icon-profile2 {
  font-weight: 900;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
}
.icon-profile2 img {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.icon-profile-nav {
  font-weight: 900;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 5px;
  border: 2px solid #777777;
}
.icon-profile-nav.active {
  border: 2px solid #3c85f0;
}
.icon-profile-nav img {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.icon-video {
  font-weight: 900;
  width: 6.5rem;
  height: 5rem;
  border-radius: 5px;
}
.icon-video img {
  width: 6.5rem;
  height: 5rem;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.icon-minimize {
  text-align: center;
  background-color: #ccc;
  width: 4rem;
  height: 5px;
  border-radius: 5px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.box-primary {
  background-color: white;
  padding: 1.2rem 1.5rem;
  border-radius: 1rem;
}

.box-secondary {
  background-color: #ddd;
  padding: 1.5rem;
  border-radius: 1rem;
}

/* Create Post Textare */
.textarea {
  min-height: 3rem;
  max-height: 15rem;
}

.max-height-none {
  max-height: none;
}

.layer-mypage {
  padding: 52px 15px 5px;
}
.layer-mypage .img-profile {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 15px;
}

.layer-sort {
  background-color: white;
  border-radius: 6rem;
  padding: 0.9rem 1.2rem;
  margin: 0 0 1rem 0;
  height: 4rem;
}
.layer-sort .search {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.layer-sort .search input {
  border: 0;
  margin: 0;
  padding: 0 0 0 2.5rem;
  height: auto;
}
.layer-sort .search .icon-search {
  left: 0;
}
.layer-sort select.form-control {
  box-shadow: none;
  padding: 0 0 0 1.5rem;
  margin: 0;
  border-left: 1px solid #ccc !important;
  border-radius: 0;
  background-color: transparent;
  border: 0;
  height: auto;
}

.col-rate {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.col-rate span {
  font-size: 2.8rem;
  color: #cccccc;
  margin: 0 0.2rem;
}
.col-rate span.checked {
  color: #f8b900;
}

.middle-line:after, .middle-line:before {
  content: "     ";
  text-decoration: line-through;
}

.score {
  text-align: center;
  background-color: #44d39a;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  padding: 1rem;
  margin: 1rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.score h1 {
  font-size: 4.5rem;
  color: white;
  text-align: center;
}
.score p {
  font-size: 1.4rem;
  margin: 0;
  text-align: center;
}
.score hr {
  margin: 2px 0;
}

.layer-score {
  margin: 0;
  padding: 0;
}
.layer-score li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 10px;
  padding: 0;
}
.layer-score li label {
  font-weight: normal;
}
.layer-score li span.highlight {
  background-color: #3c85f0;
  padding: 3px 15px;
  border-radius: 15px;
  color: white;
}
.layer-score li span.highlight.active {
  background-color: #44d39a;
}
.layer-score li b {
  display: inline-block;
  margin: 0 5px 0 0;
}

/******** My List ************/
.list-folder {
  text-align: center;
  padding-top: 10px;
  padding-left: 8px !important;
  padding-right: 8px !important;
  padding-bottom: 10px;
  position: relative;
}
.list-folder.selected {
  background-color: #dad7e9;
  border-radius: 0.4rem;
}
.list-folder img {
  margin: 0 0 0.6rem;
  height: 10rem;
  width: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .list-folder img {
    height: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .list-folder img {
    height: 7rem;
  }
}
@media screen and (max-width: 550px) {
  .list-folder img {
    height: 6.5rem;
  }
}
.list-folder p {
  margin: 2px 0 0;
  /* line-height: 1.1; */
  text-align: center;
  font-size: 1.3rem;
  height: 3.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-folder span {
  margin-right: -10px;
}

.layer-folder {
  display: block;
  padding: 0;
  border-radius: 8px;
  position: relative;
  width: 100%;
  text-align: center;
}
.layer-folder.selected {
  background-color: #dad7e9;
}
.layer-folder p {
  margin: 0;
  line-height: 1.2;
  text-align: center;
  font-size: 1.3rem;
  height: 3.2rem;
  overflow: hidden;
  vertical-align: middle;
}
.layer-folder .icon-video {
  position: absolute;
  color: black;
  font-size: 3rem;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  font-weight: normal;
}

.dropin {
  background-color: #dad7e9;
  border-radius: 15px 15px 0 0;
  padding: 10px;
}

/************** Button Toggle ******************/
.toggle {
  --width: 105px;
  --height: 28px;
  position: relative;
  display: inline-block;
  width: var(--width);
  height: var(--height);
  border-radius: var(--height);
  background-color: #a3d5f8;
  cursor: pointer;
}

.toggle input {
  display: none;
}

.toggle .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--height);
  border: 0px solid #ccc;
  background-color: #044581;
  transition: all 0.4s ease-in-out;
}

.toggle .slider::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 20px;
  border-radius: calc(var(--height) / 2);
  background-color: white;
  transition: all 0.4s ease-in-out;
}

.toggle input:checked + .slider {
  border-color: #449BD3;
  background-color: #449BD3;
}

.toggle input:checked + .slider::before {
  width: 20px;
  height: 20px;
  background-color: white;
  transform: translateX(calc(var(--width) - var(--height)));
}

.toggle .labels {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
}

.toggle .labels::after {
  content: attr(data-off);
  position: absolute;
  right: 8px;
  top: 0;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.toggle .labels::before {
  content: attr(data-on);
  position: absolute;
  left: 10px;
  top: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.toggle input:checked ~ .labels::after {
  opacity: 0;
}

.toggle input:checked ~ .labels::before {
  opacity: 1;
}

/* HTML: <div class="curved-edge"></div> */
.curved-edge {
  --c: 55px; /* control the curvature (works with percentage) */
  height: 100%;
  aspect-ratio: 3.7/2;
  /* you can also update the 60%  */
  -webkit-mask: radial-gradient(60% var(--c) at bottom, rgba(0, 0, 0, 0) calc(100% - 2px), #000);
          mask: radial-gradient(60% var(--c) at bottom, rgba(0, 0, 0, 0) calc(100% - 2px), #000);
  background: white;
}

.tab-process {
  width: 70%;
  height: 5rem;
  padding: 0;
  position: relative;
  z-index: 1;
}
.tab-process:before {
  border-top: 1px solid #BEC0C0;
  content: "";
  margin: 0 auto; /* this centers the line to the full width specified */
  position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 35%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;
}
.tab-process span {
  font-size: 2.5rem;
  color: #BEC0C0;
}
.tab-process p {
  font-family: "Montserrat Medium", sans-serif;
  margin: 0;
  line-height: 1;
  color: #BEC0C0;
  font-size: 1rem !important;
}
.tab-process .active span {
  color: #0053b5;
}
.tab-process .active p {
  color: #0053b5;
}
.tab-process .text-center {
  padding: 0 0.8rem;
  background-color: #f4f3f7;
}

.choose_file input[type=file] {
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.layer-seat {
  width: 100%;
  text-align: center;
}
.layer-seat h1 {
  color: white;
}
.layer-seat input[type=radio] {
  display: none;
}
.layer-seat input[type=radio]:checked + .box {
  background-color: #044581;
}
.layer-seat input[type=radio]:checked + .box span {
  color: white;
  transform: translateY(25px);
}
.layer-seat input[type=radio]:checked + .box span:before {
  transform: translateY(0px);
  opacity: 1;
}
.layer-seat input[type=radio]:checked + .box span p {
  color: white !important;
}
.layer-seat .box {
  width: 280px;
  height: 90px;
  background-color: white;
  transition: all 250ms ease;
  will-change: transition;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-weight: 900;
  border-radius: 5px;
}
.layer-seat .box:active {
  transform: translateY(5px);
}
.layer-seat .box span {
  position: absolute;
  transform: translate(0, 25px);
  left: 0;
  right: 0;
  transition: all 300ms ease;
  font-size: 1.3em;
  font-weight: 300;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.layer-seat .box span:before {
  font-size: 1.2em;
  font-family: "Material Symbols Outlined";
  display: block;
  transform: translateY(-80px);
  opacity: 0;
  transition: all 300ms ease-in-out;
  font-weight: normal;
  color: white;
}
.layer-seat .box span p {
  font-size: 1rem;
  margin: 0;
  line-height: 1;
  opacity: 40%;
  color: #000 !important;
}
.layer-seat .box span p:before {
  color: white;
}
.layer-seat p {
  color: white;
  font-weight: 400;
}
.layer-seat p a {
  text-decoration: underline;
  font-weight: bold;
  color: #fff;
}
.layer-seat p span:after {
  content: "\f0e7";
  font-family: "Material Symbols Outlined";
  color: white;
}

.list-alphabet {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  position: fixed;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  background: #f4f3f7;
}
.list-alphabet li {
  color: #3c85f0;
  font-size: 1.4rem;
  line-height: 1.35;
}
.list-alphabet li a {
  color: #3c85f0;
  font-size: 1.4rem;
  line-height: 1.35;
}

.myb-contact {
  scroll-margin: 50px;
  margin: 0;
  padding: 0;
}
.myb-contact li {
  border-bottom: 1px solid #e3e3e3;
  margin-left: 5px;
  margin-right: 20px;
  margin-bottom: 6px;
  padding-bottom: 6px;
  line-height: 1.4;
  font-size: 1.9rem;
}
.myb-contact li b {
  font-size: 1.7rem;
}
.myb-contact li a {
  color: #0c0c0c;
  display: block;
  line-height: 1.4;
  color: #0c0c0c;
}

.icon-social {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  padding: 10px;
}

.myb-contact-profile {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #e3e1ed;
  margin: 0 auto -60px;
  color: #3c85f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  position: relative;
  z-index: 2;
}
.myb-contact-profile img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.layer-contact {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 15px 0;
}
.layer-contact a {
  color: #0c0c0c;
}
.layer-contact a i {
  font-size: 2.8rem;
  color: #0c0c0c;
}
.layer-contact a p {
  margin: 5px 0 0;
  font-size: 1.1rem;
  letter-spacing: 0.2px;
  color: #0c0c0c;
}

.profile-edit {
  width: 32px;
  height: 32px;
  background-color: #3c85f0;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-edit span {
  color: white;
  font-size: 18px;
}

.layer-network {
  position: relative;
}
.layer-network:before {
  border-left: 2px solid #ccc;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 25px;
  right: 0;
  bottom: 0;
  width: auto;
  height: 95%;
  z-index: 0;
}
.layer-network .list-network {
  margin: 0 0 15px;
  background-color: white;
  padding: 8px 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.layer-network .list-network img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 10px 0 0;
}
.layer-network .list-network p {
  margin: 0;
}
.layer-network .list-network p b {
  display: inline-block;
}
.layer-network .list-network span {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #d9d7e3;
  margin: 0 10px 0 0;
  color: #3c85f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}

.layer-network-followup {
  position: relative;
}
.layer-network-followup .list-network {
  margin: 0;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #e3e3e3;
  line-height: 1.4;
}
.layer-network-followup .list-network img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 10px 0 0;
}
.layer-network-followup .list-network p {
  margin: 0;
}
.layer-network-followup .list-network p b {
  display: inline-block;
}
.layer-network-followup .list-network span {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #d9d7e3;
  margin: 0 10px 0 0;
  color: #3c85f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.layer-network-followup .list-network span.material-symbols-outlined {
  background: transparent;
  padding: 0;
  margin: 0;
  color: #0c0c0c;
  font-size: 28px;
  font-weight: 300 !important;
}

.img-networkprofile {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 10px 0 0;
}

span.contact-profile {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #d9d7e3;
  margin: 0 10px 0 0;
  color: #3c85f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}

.layer-activity {
  text-align: center;
  padding: 30px 5px 20px !important;
  margin-bottom: 15px !important;
}
.layer-activity span {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 4rem !important;
}
.layer-activity h1 {
  font-size: 4rem;
  margin-bottom: 10px;
}
.layer-activity b {
  color: #888;
  font-weight: 500 !important;
}

.skeleton-post {
  background-color: #e2e2e2;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 16px;
  width: 100%;
  max-width: 600px;
  height: 250px;
  animation: pulse 1.5s infinite ease-in-out;
}

.skeleton-avatar {
  width: 40px;
  height: 40px;
  background-color: #cfcfcf;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
}

.skeleton-line {
  height: 12px;
  background-color: #cfcfcf;
  border-radius: 6px;
  margin: 8px 0;
}

.skeleton-line.short {
  width: 30%;
}

.skeleton-line.medium {
  width: 60%;
}

.skeleton-line.long {
  width: 90%;
}

@keyframes pulse {
  0% {
    background-color: #e2e2e2;
  }
  50% {
    background-color: #f0f0f0;
  }
  100% {
    background-color: #e2e2e2;
  }
}/*# sourceMappingURL=common.css.map */