/*
Template Name: Grofar - Online Grocery Supermarket HTML Mobile Template
Author: Askbootstrap
Author URI: https://themeforest.net/user/askbootstrap
Version: 2.0
*/
/*
- Extra
- Detail Page
- Cart Page
- List Page
- Landing Page
- Bootstrap custom
- Filter
- Dark Mode
*/

/* Body */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body {
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  background-color: #f0f2f5;
  background-image: url('../img/fon.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #000;
  margin: 0;
  overflow: hidden;
  background: radial-gradient(circle, #ffffff, rgb(251, 228, 255), rgb(200, 228, 255));
}

::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

::-webkit-scrollbar-corner {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  height: 6px;
  border: 4px solid transparent;
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, .15);
  -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
  box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
}

::-webkit-scrollbar {
  width: 4px;
  background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
  height: 50px;
  background: hsla(0, 0%, 53.3%, 0.4);
}

.schedule .nav-link {
  padding: 14px 0;
  text-align: center;
  line-height: 16px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
}

.schedule .nav-link p.mb-0.fw-bold {
  font-size: 13px;
}

.schedule .nav-link.active,
.schedule .nav-link:focus {
  color: #2d1d4e !important;
}

/* Extra */
.small,
small {
  font-size: 10px;
}

.account-setup video {
  width: 100%;
  position: absolute;
  z-index: -1;
  bottom: 0;
}

.btn-light {
  color: #212529 !important;
}

.back-page {
  font-size: 19px;
  vertical-align: bottom;
}

div,
a {
  outline: none !important;
  text-decoration: none !important;
}

a {
  color: #000;
}

a:hover {
  color: #2d1d4e;
}

.osahan-icofont {
  padding: 6px;
  background: black;
  border-radius: 50px;
  font-size: 18px;
  color: #fff;
  margin-right: 8px;
}

.text-success {
  color: #2d1d4e !important;
}

/* Detail Page */
.list-card-osahan-2 .img {
  width: 100%;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 15px;
}

.pd-f a {
  height: 59px;
}

.rating-stars .icofont-star {
  font-size: 10px;
  background: #000000;
  color: #fff;
  padding: 2px;
  text-shadow: 0px 0px 1px #d2b128;
  border-radius: 5px;
}

.osahan-radio .btn {
  border-radius: 23px !important;
  font-size: 12px;
  margin: 0 4px 0 0px;
  border: 1px solid #ff6000;
  color: #ff6000;
  background: transparent;
  padding: 5px 11px;
}

.osahan-radio .btn.active {
  background: #ff6000 !important;
  border-color: #ff6000 !important;
}

a.selected {
  color: #2d1d4e !important;
}

.fixed-bottom-padding {
  padding-bottom: 59px;
}

.fixed-bottom-auto {
  height: auto !important;
}

.fixed-bottom {
  border-radius: 0px;
  box-shadow: 10px -1px 10px rgba(0, 0, 0, .075);
  height: 60px;
}

.fixed-bottom .btn,
.fixed-bottom.btn {
  height: 60px;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 14px;
  border: none;
}

.fixed-bottom-bar {
  padding-bottom: 59px;
}

.h-auto {
  height: auto;
}

.modal-footer .btn {
  border-radius: 0px;
}

.slick-dots {
  bottom: 20px !important;
}

.landing-page .zindex {
  right: 0;
  z-index: 9;
}

/* Cart Page */

.sc-osahan-logo {
  height: 30px;
}

.index-osahan-logo {
  height: 90px;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
  border-radius: 17px;
}

.as-osahan-logo {
  width: 40px;
}

.osahan-logo {
  height: 30px;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
  border-radius: 17px;
}

.pp-osahan-logo {
  height: 30px;
}

.p-osahan-logo {
  height: 34px;
}

.gs-logo {
  height: 100px;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
  border-radius: 17px;
}

.cart-items .img-fluid {
  width: 92px;
  height: 92px;
  object-fit: scale-down;
  min-width: 92px;
  padding: 7px;
  border-radius: 6px;
}

.cart-items-number .form-control {
  max-width: 30px;
  text-align: center;
  padding: 0px;
  height: 30px;
  border: none !important;
  background: transparent;
  color: #5d6671;
}

.cart-items-number .btn {
  width: 28px;
  background: #fff;
  height: 28px;
  border-radius: 50px !important;
  color: #ff6000;
  font-size: 17px;
  box-shadow: 0px 0px 3px #dedede;
  line-height: 18px;
  text-align: center;
  padding: 0px;
  margin: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
}

.cart-items-number .btn:hover,
.cart-items-number .btn:focus {
  background: #ff6000;
  color: #ffffff;
}

.cart-items-number .input-group-prepend {
  height: 28px;
  width: 28px;
}

.cart-items-number .input-group-append {
  height: 28px;
  width: 28px;
}

.cart-items-number {
  border-radius: 50px;
  padding: 3px;
  background: #f7f7f8;
  width: 90px;
  height: 34px;
}

/* List Page */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.form-check-input:checked {
  background-color: #2d1d4e;
  border-color: #2d1d4e;
}

.border-custom-radio .form-check-input:checked {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0px;
  border: 2px solid #2d1d4e;
  background: no-repeat;
  border-radius: .40rem !important;
  display: block;
  pointer-events: none;
}

.border-custom-radio .form-check-input {
  display: none;
}

.custom-radio input {
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.custom-radio {
  position: relative;
  margin-bottom: 0px;
}

.list-card-image .price {
  font-size: 14px;
}

.list-card-image a.btn {
  border: 3px solid #f1f2f5;
  width: 33px;
  background: #fff;
  height: 33px;
  border-radius: 50px !important;
  color: #ff6000;
  font-size: 17px;
  box-shadow: 0px 0px 3px #dedede;
  line-height: 0px;
  text-align: center;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-card-image a.btn:hover,
.list-card-image a.btn:focus {
  background: #ff6000;
  color: #ffffff;
}

/* Landing Page */
.landing-page .slick-dots {
  bottom: 80px !important;
}

.c-it p {
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-it img {
  width: 100%;
  height: auto;
  border-radius: .40rem
}

.opt {
  font-size: 23px !important;
}

/* Bootstrap custom */
.bg-success {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2d1d4e+0,5ad363+100 */
  background: #2d1d4e;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #2d1d4e 0%, #7314a6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #2d1d4e 0%, #7314a6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #2d1d4e 0%, #7314a6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d1d4e', endColorstr='#7314a6', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  ;
}

.btn-success {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2d1d4e+0,5ad363+100 */
  background: #2d1d4e;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #2d1d4e 0%, #7314a6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #2d1d4e 0%, #7314a6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #2d1d4e 0%, #7314a6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d1d4e', endColorstr='#7314a6', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  ;
}

.btn-lg {
  font-size: 14px !important;
  padding: 12px 14px;
  font-weight: 500;
}

.btn-sm {
  font-size: 8px !important;
  padding: 5px 10px !important;
  font-weight: 500 !important;
  border-radius: .30rem !important
}

label {
  margin: 0 0 2px 0;
  font-size: 12px;
  color: #4a4949;
}

.form-control {
  border-bottom: 1px solid #cacdd0;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  background-color: transparent;
  border-radius: 0px;
  font-size: 13px;
  box-shadow: none !important;
}

.form-control:focus {
  border-color: #2d1d4e;
}

.input-group .btn {
  border-right: none;
  border-left: none;
  border-top: none;
  border-radius: 0px;
  border-bottom: 1px solid #cacdd0;
}

.btn {
  font-size: 13px;
}

.btn.focus,
.btn:focus {
  box-shadow: none !important;
}

.badge {
  font-size: 11px;
  padding: 7px 9px;
  font-weight: 500;
}

.badge-success {
  color: #2d1d4e;
  background-color: rgba(116, 40, 167, 0.15);
}

.badge-warning {
  color: #eab002;
  background-color: rgb(255 193 7 / 15%);
}

.badge-danger {
  color: #ff6000;
  background-color: rgb(255 96 0 / 15%);
}

.badge-info {
  color: #17a2b8;
  background-color: rgb(23 162 184 / 15%);
}

.badge-primary {
  color: #007bff;
  background-color: rgb(0 123 255 / 15%);
}

.badge-dark {
  color: #343a40;
  background-color: rgb(52 58 64 / 15%);
}

.bg-danger {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff6000+0,f5bb50+100 */
  background: #ff6000;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ff6000 0%, #f5bb50 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ff6000 0%, #f5bb50 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ff6000 0%, #f5bb50 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6000', endColorstr='#f5bb50', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  ;
}

.bg-info {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#17a2b8+0,1a68ce+100 */
  background: #17a2b8;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #17a2b8 0%, #1a68ce 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #17a2b8 0%, #1a68ce 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #17a2b8 0%, #1a68ce 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17a2b8', endColorstr='#1a68ce', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  ;
}

.modal-dialog {
  padding: 0px;
  margin: 0px;
  border: none !important;
  width: 100%;
  max-width: 100%;
}

.modal-content {
  border: none;
  border-radius: 0px;
  height: 100vh;
}

.modal-body {
  overflow: auto;
}

.rounded {
  border-radius: .40rem !important;
}

/* Filter */
.filter .form-check-label::before {
  right: 1rem;
  left: auto;
  margin: auto;
  top: 0;
  bottom: 0;
}

.filter .form-check-label::after {
  left: auto;
  right: 1rem;
  margin: auto;
  top: 0;
  bottom: 0;
}

.form-check-input:checked~.form-check-label::before {
  color: #fff;
  border-color: #2d1d4e;
  background-color: #2d1d4e;
}

/* Dark Mode */
.theme-switch-wrapper {
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 99999;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.fixed-bottom-padding .theme-switch-wrapper {
  bottom: 70px;
}

.theme-switch {
  width: 40px;
  height: 40px;
  background: #000;
  color: #fff;
  border-radius: 50px;
  font-size: 20px;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.dark .theme-switch {
  background: #fff;
  color: #000;
}

.theme-switch-wrapper em {
  display: none;
}

.theme-switch-wrapper #checkbox {
  display: none;
}

.dark body {
  background-color: #000;
  color: #ffffff;
}

.dark .bg-white {
  background-color: #1b1b1b !important;
}

.dark .border-bottom,
.dark .border-top,
.dark .border-start,
.dark .border-end {
  border-color: #292929 !important;
}

.dark .text-dark {
  color: #e4e4e4 !important;
}

.dark .modal-content {
  background-color: #000;
}

.dark .bg-light {
  background-color: #101010 !important;
}

.dark .modal-header {
  border-bottom: 1px solid #292929;
}

.dark .close {
  color: #fff !important;
}

.dark .btn {
  color: #ffffff !important;
}

.dark a.text-dark:focus,
.dark a.text-dark:hover {
  color: #ffffff !important;
}

.dark .list-card-image a.btn,
.dark .cart-items-number .btn {
  border: 3px solid #252525;
  background: #000;
  box-shadow: none;
}

.dark .cart-items-number {
  background: #000000;
}

.dark .hc-nav-trigger {
  color: #2d1d4e;
}

.dark label {
  color: #ffffff;
}

.dark .hc-offcanvas-nav .nav-container,
.dark .hc-offcanvas-nav .nav-wrapper,
.dark .hc-offcanvas-nav ul {
  background: #25282e;
}

.dark .hc-offcanvas-nav li:not(.custom-content) a {
  color: #a3a6a9;
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #33353e;
}

.dark .hc-offcanvas-nav li:not(.custom-content) a:hover {
  color: #ffffff;
  background: #000000 !important;
  border-bottom: 1px solid #000000;
}

.dark .hc-offcanvas-nav li.nav-close a,
.dark .hc-offcanvas-nav li.nav-back a {
  border-top: 1px solid #33353e;
  border-bottom: 1px solid #33353e;
}

.dark .hc-offcanvas-nav .nav-item {
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #343a40;
}

.dark .hc-offcanvas-nav ul.bottom-nav {
  border-top: 1px solid #343a40;
}

.dark .form-control {
  border-bottom: 1px solid #333538;
  background-color: transparent !important;
  font-size: 13px;
  box-shadow: none !important;
  color: #fff;
}

.dark .text-muted {
  color: #99a2ab !important;
}

.dark .list-card-image img {
  margin: 0;
  background: #fff;
  padding: 17px;
  min-width: 100%;
  max-width: 100%;
  border-radius: 6px;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.dark .slick-dots li.slick-active button:before {
  opacity: .75;
  color: #fff;
}

.dark .slick-dots li button:before {
  color: #fff;
}

.dark .list-card-osahan-2 .img {
  width: 100%;
  padding: 22px;
  margin-bottom: 15px;
}

.dark .schedule .nav-link.active,
.dark .schedule .nav-link:focus {
  color: #2d1d4e !important;
  background: #1b1b1b;
  border-color: #292929;
}

.dark .schedule .nav-link:hover {
  background: #1b1b1b;
  border-color: #292929;
}

.dark .nav-tabs {
  border-bottom: 1px solid #292929;
}

/* ----- Custom ----- */

.bg-white {
  opacity: 1
}

.form-control {
  border-bottom: 1px solid #7314a6;
  color: #531077
}

.btn-check+.btn {
  border-color: #531077;
  color: #531077
}

.btn-check:active+.btn,
.btn-check:checked+.btn {
  background: linear-gradient(135deg, #2d1d4e 0%, #7314a6 100%);
  border-color: #531077
}

.glossy-button {
  background: linear-gradient(135deg, #2d1d4e 0%, #7314a6 100%);
  border: none;
  border-radius: 10px;
  padding: 12px 25px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.3), 0 4px 10px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out
}

.glossy-button:hover {
  box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.3), 0 6px 15px rgba(0, 0, 0, 0.5);
  filter: brightness(1.1)
}

.glossy-button:active {
  transform: scale(0.95);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.5)
}

.glossy-button:focus,
.glossy-button:active {
  color: #fff !important;
  outline: none;
}

.btn-dark {
  background: linear-gradient(135deg, #666 0%, #ccc 100%);
}

.glass-box {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2)
}

.card-carousel {
  width: 70%;
  height: auto;
  z-index: 1;
  position: relative;
  margin: -10px 0 0 -25px;
  width: 100%;
  transition: filter .3s ease
}

.card-carousel.smooth-return {
  transition: all .2s ease
}

.card-carousel .card {
  background: whitesmoke;
  width: 70%;
  text-align: center;
  height: auto;
  position: absolute;
  margin: 0 auto;
  transition: inherit;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 1em;
  filter: brightness(.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.card.highlight {
  filter: brightness(1)
}

.card-carousel .card img {
  width: 100%;
  border-radius: 1em
}

.picker div:first-child,
.picker div:last-child {
  opacity: 0;
  height: 30px;
}

.date-picker {
  display: flex;
  gap: 10px;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin:30px 0 50px
}

.picker {
  width: 33%;
  height: 100px;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  border-radius: 5px;
  text-align: center;
  position: relative;
  overflow-x: hidden;
}

.picker::-webkit-scrollbar {
  display: none;
}

.picker div {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  scroll-snap-align: center;
  cursor: pointer;
}

.picker div.selected {
  font-weight: bold;
  color: #9c62bb;
}

.picker::before,
.picker::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), transparent);
  pointer-events: none;
}

.picker::before {
  top: 0;
}

.picker::after {
  bottom: 0;
}

.star-field {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}
.star {
  position: absolute;
  background-color: white;
  border-radius: 50%;
  opacity: 0;
}

/* Модальные окна */

.modal.show .modal-dialog {
  background: rgba(255, 255, 255, 0.8);
  height: 100vh;
}

.modal .modal-dialog .modal-content {
  background: rgba(255, 255, 255, 1);
  color: #2d1d4e;
  width: 90%;
  height: auto;
  min-height: 230px;
  max-height: 90vh;
  margin: 0 auto;
  padding: 20px;
  border-radius: 15px
}

.modal .modal-dialog .modal-content h3 {
  text-align: center;
  color: #2d1d4e;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  margin-top: 20px
}

.modal .modal-dialog .modal-content p {
  text-align: center;
  color: #2d1d4e;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  margin-top: 20px
}

.modal .modal-dialog .modal-content h2 {
  text-align: center;
  color: #2d1d4e;
  font-family: 'Montserrat', sans-serif;
  font-size: 53px;
  margin-bottom: 10px
}

.modal_button_1 {
  max-width: 98%;
  width: 100%;
  z-index: 5;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  margin: 30px auto 0;
  background: linear-gradient(135deg, #675292 0%, #9c62bb 100%);
  border: none;
  border-radius: 10px;
  padding: 12px 25px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.3), 0 4px 10px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out
}

.modal_button_1 a {
  color: #fff;
  text-shadow: 1px 1px 2px #666
}

.modal_button_2 {
  width: 48%;
  z-index: 5;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.9);
  padding: 14px 0px;
  cursor: pointer;
  margin: 30px auto 0;
  float: left
}

.modal_button_2 a {
  color: #fff;
  text-shadow: 1px 1px 2px #666
}

.modal_button_2:nth-child(2n) {
  float: right
}

.offcanvas {
  background: #00000a;
  color: #fff
}

.offcanvas button {
  color: #fff !important
}

.offcanvas .offcanvas-title,
.offcanvas h2,
.offcanvas p {
  color: #2d1d4e;
  font-family: 'Montserrat', sans-serif
}

.modal .modal-dialog .modalclose {
  position: absolute;
  top: 0;
  right: 0
}

.circle-container {
  display: block;
  width: 100%;
  position: relative;
}

.center-image {
  position: relative;
  width: 90%;
}

.star-point {
  position:absolute;
  border-radius:50%;
  background-color:#ccc;
  width:22px;
  height:22px;
  text-align:center;
  font-size:12px;
  line-height:22px
}

.star-point.dot-style {
  width:27px;
  height:27px;
  font-weight:bold;
  line-height:25px
}

.star-point.dot-style-1 {
  background: #bb5c66;
  border:2px solid #940d1a
}

.star-point.dot-style-2 {
  background: #fa828e;
  border:2px solid #ff0019
}

.star-point.dot-style-3 {
  background: #82bcfa;
  border:2px solid #007bff
}

.star-point.dot-style-4 {
  background: #82fa82;
  border:2px solid #00d100
}

.star-point.dot-style-5 {
  background: #9282fa;
  border:2px solid #2200ff
}

.star-point.dot-style-6 {
  background: #82f0fa;
  border:2px solid #00eaff
}

.star-point.dot-style-7 {
  background: #d70c9d;
  border:2px solid #a00073
}

.star-point.dot-style-8 {
  background: #d6640c;
  border:2px solid #893d03
}

.work_box {
  max-height: calc(100vh - 185px); 
  overflow: auto; 
}

.work_box_2 {
  max-height: calc(100vh - 115px); 
  overflow: auto; 
}

.btn:active, 
.btn:focus,
.btn:hover {
  color: #ffffff !important;
}

.btn-pw33 {
  width:30%;
  margin:4% 1%;
  padding-left:0;
  padding-right:0;
  font-size: 12px !important
}

.osahan-menu-fotter a p{
  border-radius:5px;
  display:block;
  padding-top:10px;
  width:50px;
  height:50px;
}

.osahan-menu-fotter a.selected p{
  border-radius:5px;
  display:block;
  padding-top:10px;
  width:50px;
  height:50px;
  background: linear-gradient(135deg, #ebe4f8 0%, #f0dafb 100%);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 6px rgba(0, 0, 0, 0.2);
}

.osahan-menu-fotter a p img {
  width:30px
}

.osahan-menu-fotter .col {
  display:flex; 
  justify-content: center;
  padding-top:3px
}

.osahan-menu-fotter a {
  width:50px;
  height:45px;
  padding-top:7px
}

.osahan-menu-fotter a img {
  width:30px;
  height:30px
}

.osahan-menu-fotter a.selected {
  background: linear-gradient(135deg, #675292 0%, #9c62bb 100%);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 2px 5px rgba(0, 0, 0, 0.3);
  border-radius:5px
}

.osahan-menu-fotter a.selected img {
  filter: brightness(0) invert(1);
}

h4.text-logo span { background: #7314a6; color:#fff; padding:3px 5px; font-size:16px; border-radius:3px; margin:-25px 0 0 95px; display: block; position:absolute }

.profile_contact { margin-top:20px; border-radius:5px }
.profile_contact .badge { float:right; margin-top:25px; cursor:pointer }
.profile_contact p.email_show { margin-top:5px }

.btn-close:focus, .btn-close:active { outline: none !important; box-shadow: none !important }

.qr_code {width:70%; margin:0 auto}
.link_copy { text-decoration:underline dashed; color: #7314a6 }
.ref_title {font-weight: bold; color: #7314a6; margin-bottom:20px; margin-top:10px}
#ref_rzbr {font-weight: bold; color: #7314a6}