body {
  overflow-x: hidden;
}

.body_container {
  background: #f7f7f7;
}
.body_container .main_body {
  min-width: 100%;
  max-width: 100%;
  min-height: 100vh;
}
.body_container .header {
  width: 100%;
  border-bottom: 0.1em solid #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.body_container .title {
  font-size: 14pt;
  text-align: center;
  color: rgb(255, 190, 35);
  padding: 0;
  margin-bottom: 15px;
  z-index: 2;
  height: -moz-fit-content;
  height: fit-content;
  padding: 5px;
  margin-top: 15px;
  font-weight: normal;
  position: relative;
}
.body_container .title:before {
  position: absolute;
  left: 15px;
  bottom: -1px;
  content: "";
  background: gold;
  height: 2px;
  width: calc(100% - 15px);
  z-index: -1;
  text-align: left;
}
.body_container #category_bar {
  background: #fff;
  position: sticky;
  top: 5px;
  height: 95vh;
  overflow-y: auto;
  width: 350px;
  margin: 5px;
  border-radius: 10px;
  border: 0.1em solid #ccc;
}
.body_container #category_bar .header {
  height: 50px;
  position: sticky;
  color: #444;
  top: 0;
  background: #fff;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 12pt;
}
.body_container #category_bar #category_lists {
  height: calc(95vh - 60px);
  overflow-x: auto;
}
.body_container #category_bar #category_lists button {
  width: 100%;
  background: #fff;
  text-align: left;
  border-radius: 0;
  height: 40px;
  color: #555;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 9pt;
}
.body_container #category_bar #category_lists button .icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #eee;
  margin-right: 5px;
}

h2 {
  padding: 0;
}
h2.title {
  font-style: italic;
  font-size: 24pt;
  font-family: "coinyregular";
  margin-bottom: 15px;
}
h2.title span {
  background: rgb(255, 190, 35);
  width: 40px;
  display: inline-block;
  height: 40px;
  border-radius: 50%;
}

#navbar {
  position: sticky;
  transition: 0.5s;
  background: #fff;
  z-index: 3;
  top: 0;
}
#navbar .top_nav {
  background: #0D131B;
}
#navbar .top_nav .country_section {
  background: #fff;
  padding: 0 5px;
  border-radius: 5px;
}
#navbar .top_nav .country_section strong {
  color: #aaa;
}
#navbar .top_nav .country_section select {
  height: 30px;
  width: 70px;
  margin: 0 5px;
  font-size: 10pt;
  padding: 0 5px;
  outline: none;
  text-align: center;
  color: #555;
  border: 0;
}
#navbar .lower_nav {
  padding: 10px;
}
#navbar #logo {
  width: 120px;
}
#navbar .shopping_cart {
  position: relative;
}
#navbar .shopping_cart svg {
  width: 20px;
  height: 20px;
  stroke: rgb(255, 190, 35);
  stroke-width: 0.00025em;
  fill: none;
}
#navbar .shopping_cart .number {
  background: gold;
  color: #000;
  position: relative;
  top: -5px;
  left: -4px;
  width: 25px;
  display: block;
  text-align: center;
  border-radius: 3px;
}
#navbar .become_link {
  line-height: 10pt;
}
#navbar button:not(.close_btn, .gold_btn) {
  background: none;
  color: #444;
}
#navbar button:not(.close_btn, .gold_btn) svg.caret {
  width: 12px;
  margin-left: 5px;
  transition: 0.5s;
}
#navbar a .mini_primary_btn {
  height: 30px;
}
#navbar #cart_btn {
  margin-right: 15px;
  position: relative;
  width: 30px;
  height: 30px;
}
#navbar #cart_btn img {
  width: 30px;
}
#navbar #cart_btn .number {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 25px;
  height: 25px;
  background: rgb(255, 190, 35);
  border-radius: 50%;
}
#navbar .menu_toggler {
  width: 35px;
  background: none;
}
#navbar .menu_toggler span {
  display: block;
  height: 4px;
  width: 100%;
  display: flex;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
  transform: rotate(0deg);
  transition: 0.5s;
  margin-bottom: 5px;
  background: #333;
  pointer-events: none;
}
#navbar .menu_toggler span:nth-child(2) {
  width: 32px;
}
#navbar .menu_toggler.active span:nth-child(1) {
  transform: rotate(-45deg) translate(-50%);
}
#navbar .menu_toggler.active span:nth-child(2) {
  opacity: 0;
}
#navbar .menu_toggler.active span:nth-child(3) {
  transform: rotate(45deg) translate(-50%);
}
#navbar .anchor {
  position: fixed;
  right: -100%;
  top: 110px;
  height: 100vh;
  padding: 10px;
  transition: 0.5s;
  background: #fff;
  display: block;
  z-index: 2;
}
#navbar .anchor a, #navbar .anchor button {
  display: block;
  font-size: 12pt;
  color: #444;
  text-align: left;
  width: 100%;
  padding: 10px;
  font-weight: bold;
  padding-left: 20px;
}
#navbar .anchor.active {
  right: 0;
}
#navbar .drop_drown_section {
  position: relative;
}
#navbar .drop_drown_section #help_drop_down {
  width: 200px;
  height: 0;
  overflow: hidden;
  transition: 5s;
  background: rgb(186, 197, 228);
  position: absolute;
  left: 0px;
  top: 100%;
}
#navbar .drop_drown_section #help_drop_down.active {
  height: -moz-fit-content;
  height: fit-content;
  border-top: 0;
}
#navbar .drop_drown_section #help_drop_down a {
  padding: 10px;
}
#navbar .floating_btn_container {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
}
#navbar .floating_btn_container button, #navbar .floating_btn_container a {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#navbar .floating_btn_container button img, #navbar .floating_btn_container a img {
  width: 30px;
  filter: invert(1);
}
#navbar .floating_btn_container #support_btn {
  background: rgb(255, 190, 35);
}
#navbar .floating_btn_container #support_btn img {
  width: 30px;
  filter: invert(0);
}

ol.second_layer_list {
  list-style: lower-alpha;
}
ol.third_layer_list {
  list-style: lower-roman;
}

#footer {
  background-size: cover;
  font-size: 9pt;
  background: #0D131B;
  min-height: 250px;
  color: #fff;
  padding-top: 15px;
  position: relative;
  z-index: 0;
}
#footer .logo {
  width: 120px;
}
#footer .image_container {
  display: none;
}
#footer h3 {
  color: #aaa;
  padding: 0;
  font-size: 12pt;
  margin-top: 20px;
}
#footer .label {
  color: #999;
}
#footer a {
  color: #fff;
}
#footer .social_media_buttons a {
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
#footer .social_media_buttons a svg {
  fill: rgb(22, 30, 52);
  width: 18px;
}
#footer .social_media_buttons a:nth-child(1) svg {
  width: 20px;
}
#footer .social_media_buttons a:nth-child(6) svg {
  width: 10px;
}
#footer .social_media_buttons a:nth-child(5) svg {
  width: 13px;
}
#footer .footer_bottom {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}

form .title {
  font-size: 14pt;
  color: #444;
  margin-bottom: 15px;
}

ul li.todo {
  background: #fff;
  border: 0.1em solid #eee;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 10px;
  transform: scale(1);
  transition: 0.5s;
}
ul li.todo:hover {
  transform: scale(1.02);
  background: rgba(255, 190, 35, 0.2);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.04);
}
ul li.todo a {
  color: #444;
}
ul li.todo a img {
  width: 50px;
}

input[type=file] {
  display: none;
}

.input_container {
  margin-top: 5px;
  position: relative;
  margin-bottom: 5px;
}
.input_container input, .input_container select, .input_container .date_btn {
  height: 45px;
  border: 0.1em solid #ccc;
  outline: none;
  font-size: 11pt;
}
.input_container textarea, .input_container .editable_container {
  height: 200px;
  border: 0.1em solid #ccc;
  border-radius: 5px;
  font-size: 11pt;
}
.input_container textarea::-moz-placeholder, .input_container .editable_container::-moz-placeholder {
  font-size: 11pt;
}
.input_container textarea::placeholder, .input_container .editable_container::placeholder {
  font-size: 11pt;
}
.input_container .tag_container {
  height: 100px;
  border: 0.1em solid #ccc;
  border-radius: 5px;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  color: #aaa;
  padding: 10px;
}
.input_container .tag_container .tag {
  height: 30px;
  border-radius: 15px;
  border: 0.1em solid #ccc;
  font-size: 9pt;
  color: #000;
  margin-right: 3px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px;
}
.input_container .tag_container .tag button {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 0.1em solid #ccc;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.input_container .remover {
  position: absolute;
  background: rgb(178, 32, 32);
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  font-weight: bold;
}
.input_container .colour_palette {
  display: flex;
  flex-wrap: wrap;
}
.input_container .colour_palette .capsule {
  width: 60px;
  margin: 5px;
  height: 40px;
  border: 0.1em solid #aaa;
  border-radius: 10px;
  padding: 5px;
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.input_container .colour_palette .capsule input {
  display: none;
}
.input_container .colour_palette .capsule label {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 0.1em solid #ccc;
  position: relative;
}
.input_container .colour_palette .capsule label :after {
  position: absolute;
  content: "Click";
  font-size: 8pt;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.input_container .colour_palette .capsule .remove_btn {
  background: none;
  width: 20px;
  height: 20px;
  color: rgb(178, 32, 32);
  padding: 3px;
}

.label {
  text-align: left;
  color: #777;
}

.media_container {
  position: relative;
  padding: 0;
  height: auto;
}
.media_container img {
  width: 100%;
  aspect-ratio: 1 !important;
  background: #eee;
  -o-object-fit: contain;
     object-fit: contain;
}
.media_container img.h_long {
  aspect-ratio: 4/1.5 !important;
}
.media_container img.w_long {
  aspect-ratio: 3/2 !important;
}
.media_container video {
  width: 100%;
  aspect-ratio: 3/2;
  background: #eee;
  border-radius: 10px;
}
.media_container label {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.media_container label:before {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  background: rgb(255, 190, 35);
  content: "";
  -webkit-clip-path: polygon(0 50%, 50% 0, 100% 50%, 75% 50%, 75% 100%, 25% 100%, 25% 50%);
          clip-path: polygon(0 50%, 50% 0, 100% 50%, 75% 50%, 75% 100%, 25% 100%, 25% 50%);
}
.media_container label:after {
  width: 60px;
  height: 20px;
  position: absolute;
  top: calc(50% + 30px);
  left: 50%;
  transform: translate(-50%);
  background: rgb(255, 190, 35);
  content: "";
  -webkit-clip-path: polygon(0 0%, 10% 0, 10% 70%, 90% 70%, 90% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0%, 10% 0, 10% 70%, 90% 70%, 90% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.media_container label svg {
  fill: #fff;
  width: 15px;
  height: 15px;
}

.info {
  font-size: 8pt;
  color: #444;
}

.amount {
  color: #0D131B;
}

.group_btn {
  background: rgba(255, 190, 35, 0.3);
  position: relative;
  top: 0;
  transition: 0.5s;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-width: 130px;
  justify-content: space-evenly;
}
.group_btn img {
  width: 30px;
  height: 30px;
}
.group_btn:hover {
  background: rgba(255, 190, 35, 0.5);
  top: 2px;
}

.primary_btn {
  background: rgb(255, 190, 35);
  font-size: 10pt;
  transition: 1s;
  position: relative;
  border-radius: 5px;
  color: #fff;
  padding: 0 10px;
  height: 45px;
  min-width: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.primary_btn:hover {
  top: 2px;
}

.mini_primary_btn {
  background: rgb(255, 190, 35);
  font-size: 10pt;
  transition: 1s;
  padding: 0 5px;
  position: relative;
  border-radius: 5px;
  color: #fff;
  height: 30px;
  min-width: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.mini_primary_btn:hover {
  top: 2px;
}

.secondary_btn {
  background: #0D131B;
  font-size: 10pt;
  transition: 1s;
  position: relative;
  border-radius: 5px;
  color: #fff;
  padding: 0 10px;
  height: 45px;
  min-width: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.secondary_btn:hover {
  top: 2px;
}

.mini_secondary_btn {
  background: #0D131B;
  font-size: 10pt;
  transition: 1s;
  position: relative;
  border-radius: 5px;
  color: #fff;
  height: 30px;
  min-width: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.mini_secondary_btn:hover {
  top: 2px;
}

.no_bg_secondary_btn {
  color: rgb(255, 179, 0);
  transition: 1s;
  position: relative;
  border-radius: 5px;
  background: none;
  font-weight: bold;
  padding: 0 10px;
  height: 35px;
  min-width: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.green_btn {
  background: rgb(89, 170, 89);
  transition: 1s;
  font-size: 10pt;
  position: relative;
  border-radius: 5px;
  color: #fff;
  padding: 0 10px;
  height: 35px;
  min-width: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.green_btn:hover {
  top: 2px;
}
.green_btn:hover:after {
  top: 6px;
}
.green_btn svg {
  fill: rgb(89, 170, 89);
  margin-left: 5px;
  width: 15px;
  height: 15px;
}

.mini_green_btn {
  background: rgb(89, 170, 89);
  color: #fff;
  padding: 0 5px;
  display: flex;
  border-radius: 5px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.mini_delete_btn {
  background: rgb(178, 32, 32);
  color: #fff;
  padding: 0 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.mini_no_colour_btn {
  background: none;
  color: #444;
  border: 0.1em solid #ccc;
  border-radius: 5px;
  padding: 0 5px;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.danger_btn {
  background: rgb(178, 32, 32);
  color: #fff;
  border-radius: 5px;
  min-width: 50px;
  height: 35px;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.danger_btn svg {
  fill: #fff;
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.danger_btn:hover {
  top: 2px;
}

.tab_btn {
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  padding: 0 10px;
  border-radius: 5px;
  color: #fff;
}
.tab_btn.pink {
  background: rgba(196, 47, 72, 0.5);
}
.tab_btn.gold {
  background: rgba(255, 190, 35, 0.5);
}

.no_bg_danger_btn {
  color: red;
  font-weight: bold;
  background: #fff;
  border-radius: 5px;
  min-width: 50px;
  height: 35px;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.no_bg_green_btn {
  color: rgb(89, 170, 89);
  text-decoration: underline;
  font-weight: bold;
  background: #fff;
  border-radius: 5px;
  min-width: 50px;
  height: 35px;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.remove_btn {
  background: rgb(178, 32, 32);
  color: #fff;
  cursor: pointer;
  position: relative;
  transition: 1s;
  height: 30px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.remove_btn svg {
  fill: #fff;
  width: 15px;
  height: 15px;
  pointer-events: none;
}
.remove_btn:hover {
  top: 2px;
}

.close_btn {
  background: rgb(178, 32, 32);
  border-radius: 5px;
  color: #fff;
  width: 30px;
  height: 30px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.close_btn svg {
  fill: #fff;
  width: 15px;
  height: 15px;
  pointer-events: none;
}

.no_colour_btn {
  background: none;
  border-radius: 5px;
  color: #444;
  border: 0.1em solid #aaa;
  height: 45px;
  padding: 5px;
  min-width: 50px;
  display: flex;
  align-items: center;
}
.no_colour_btn svg {
  fill: #444;
  width: 15px;
  height: 15px;
  pointer-events: none;
  margin-left: 5px;
}
.no_colour_btn.active {
  background: rgba(65, 105, 225, 0.3);
}

.add_btn {
  background: rgb(115, 136, 198);
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  height: 35px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.drop_down_btn {
  background: none;
  border-radius: 0;
  border-bottom: 0.1em solid #444;
  color: #444;
  font-weight: bold;
  font-size: 11pt;
}

.horizontal_scrolling_container {
  width: 100%;
  overflow-x: auto;
}
.horizontal_scrolling_container::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
          appearance: none;
}
.horizontal_scrolling_container.slider_container {
  overflow-x: auto;
  overflow-y: hidden;
  height: -moz-fit-content;
  height: fit-content;
}
.horizontal_scrolling_container.slider_container .slider {
  display: flex;
  position: relative;
  left: 0;
  transition: 0.5s;
  scroll-snap-type: x mandatory;
}
.horizontal_scrolling_container.slider_container .slider .mini_card {
  min-width: 200px;
  margin: 5px;
}

.table {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  border: 0.1em solid #ccc;
  background: #fff;
}
.table .header {
  color: #444;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  border-radius: 10px 10px 0 0;
}
.table .header .title {
  font-size: 12pt;
  font-weight: bold;
  color: #777;
}
.table .row {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.table .row .column {
  width: -moz-fit-content;
  width: fit-content;
}
.table .row .column .title {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
.table .row .column .title button {
  background: none;
}
.table .row .column .title button img {
  width: 15px;
}
.table .row .column div {
  background: white;
}
.table .row .column div:nth-child(2) a:nth-child(even) {
  background: #f7f7f7;
}
.table .row .column .cell {
  padding: 10px;
  color: #444;
  text-decoration: none;
  width: 100%;
  display: flex;
}
.table .row .column:first-child {
  background: rgba(255, 165, 0, 0.5);
  color: #fff;
}
.table .row .column:first-child div {
  background: rgba(255, 165, 0, 0.5);
}
.table .row .column:first-child div a {
  background: rgba(255, 165, 0, 0.5);
  color: #fff;
}
.table .row .column:first-child div a:nth-child(even) {
  background: rgba(255, 165, 0, 0.5);
}

.review_ratings img {
  width: 15px;
}

.card {
  background: #fff;
  border-radius: 5px;
}
.card .header {
  padding: 10px;
  font-size: 12pt;
  font-weight: bold;
}
.card .header .title {
  font-size: 11pt;
}
.card .top_image {
  position: relative;
  margin: -50px auto 5px auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.card .top_image .image {
  background: #eee;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0.3em solid #fff;
}
.card .top_image div {
  font-size: 36pt;
  font-weight: bold;
  border: 0.1em solid #fff;
}
.card .item {
  padding: 10px;
  border-bottom: 0.1em dashed rgba(204, 204, 204, 0.8);
  color: #444;
}
.card .item .user_image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ccc;
}
.card .item .tag {
  background: rgba(255, 190, 35, 0.2);
  font-size: 9pt;
  border-radius: 5px;
  padding: 0 5px;
  color: #000;
  width: -moz-fit-content;
  width: fit-content;
}

.todo_card {
  background: #fff;
  color: #555;
  border-radius: 5px;
  min-width: 280px;
  padding: 10px;
  margin: 5px;
  font-size: 10pt;
  line-height: 18pt;
}
.todo_card a {
  margin-bottom: 10px;
  background: rgb(227, 37, 37);
  color: #fff;
  padding: 5px;
  margin-top: 15px;
  border-radius: 15px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.todo_card .title {
  font-weight: bold;
  margin-bottom: 5px;
}

.sub_scription_card {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  align-items: center;
  color: #000;
}
.sub_scription_card svg {
  width: 50px;
  height: 50px;
  fill: #fff;
}
.sub_scription_card img {
  width: 50px;
  opacity: 0.8;
}
.sub_scription_card .label {
  color: #444;
  display: flex;
  justify-content: space-between;
  font-size: 11pt;
  font-weight: bold;
}
.sub_scription_card .label span {
  background: rgb(207, 106, 106);
  color: #fff;
  padding: 0 5px;
  border-radius: 20px;
  font-size: 9pt;
  font-weight: normal;
}
.sub_scription_card.active .label span {
  background: rgb(79, 145, 79);
}
.sub_scription_card #days {
  font-size: 18pt;
  font-weight: bold;
}
.sub_scription_card #days small {
  font-size: 9pt;
  font-weight: normal;
}
.sub_scription_card #hours {
  font-size: 18pt;
  font-weight: bold;
}
.sub_scription_card #hours small {
  font-size: 9pt;
  font-weight: normal;
}
.sub_scription_card #minutes {
  font-size: 18pt;
  font-weight: bold;
}
.sub_scription_card #minutes small {
  font-size: 9pt;
  font-weight: normal;
}

.user_card {
  background: #fff;
  height: 250px;
  border-radius: 5px;
  padding: 10px;
  position: relative;
  color: #444;
}
.user_card .image_section {
  height: 180px;
  background: #f7f7f7;
}
.user_card .image_section .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  font-size: 64pt;
  font-weight: bold;
}
.user_card .user_name {
  font-size: 10pt;
  font-weight: normal;
  margin-top: 10px;
}
.user_card .tag {
  position: absolute;
  top: 150px;
  right: 15px;
  background: rgb(178, 32, 32);
  color: #fff;
  padding: 0 10px;
  border-radius: 15px;
}

.tool_card {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  height: 300px;
}
.tool_card img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.tool_card .tool_name {
  width: calc(100% - 60px);
}
.tool_card .about {
  color: #555;
}

.cart_card {
  border: 0.1em solid #ccc;
  padding: 10px;
  border-radius: 10px;
  position: relative;
}
.cart_card .service_name {
  font-size: 11pt;
  font-weight: bold;
}
.cart_card div {
  padding: 5px;
}
.cart_card span {
  color: #444;
}
.cart_card .tag {
  background: rgba(255, 190, 35, 0.5);
  border-radius: 10px;
}

.cell_card {
  background: #fff;
  border-radius: 10px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  overflow-x: auto;
}
.cell_card .cell {
  padding: 10px;
  min-width: 100px;
  max-width: 100px;
}
.cell_card .cell img {
  width: 30px;
  height: 30px;
}
.cell_card .cell .label {
  width: 100%;
}
.cell_card .cell.long {
  min-width: 180px;
  max-width: 180px;
}
.cell_card .cell.action {
  min-width: 180px;
  max-width: 180px;
}
.cell_card .cell.fixed {
  position: sticky;
  left: 0;
  z-index: 3;
  background: #fff;
}

.book {
  overflow-x: hidden;
  padding: 0;
}
.book .book_bind {
  display: flex;
  position: relative;
  left: 0%;
  transition: 0.5s;
  padding: 0;
  width: 100%;
  align-items: flex-start;
}
.book .book_bind .book_page {
  min-width: 100%;
  max-width: 100%;
  padding: 15px;
  height: -moz-fit-content;
  height: fit-content;
  background: #fff;
}
.book .book_bind .book_page .title {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.book .book_bind .book_page .title:after {
  width: calc(100% - 150px);
  position: absolute;
  content: "";
  height: 2px;
  background: #ccc;
  right: 0;
}
.book .book_bind .book_page .content_section {
  height: 70vh;
  overflow-y: auto;
  margin-bottom: 10px;
  text-align: left;
  padding: 10px;
}
.book .book_bind .book_page .lower_section {
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}

.empty {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 15px;
  min-height: 100px;
  background: #fff;
  border-radius: 10px;
  color: #aaa;
}
.empty svg {
  width: 70px;
  height: 70px;
  fill: rgba(0, 0, 0, 0.3);
}
.empty img {
  width: 70px;
  height: 70px;
}

#notification {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 260px;
  z-index: 99;
}
#notification .label {
  font-weight: bold;
  padding: 10px;
  border-radius: 10px;
}
#notification .label .title {
  color: #fff;
}
#notification .message {
  padding: 10px;
  color: #555;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  height: -moz-fit-content;
  height: fit-content;
}
#notification.error .label {
  background: linear-gradient(to left, rgb(158, 31, 31), red);
  color: #fff;
}
#notification.error .icon {
  width: 30px;
  height: 30px;
  position: relative;
  padding: 10px;
}
#notification.error .icon:before {
  width: 2px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 0;
  animation: grow_zero 2s infinite;
  transform: rotate(45deg);
  transform-origin: 2px 30px;
}
#notification.error .icon:after {
  width: 2px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 0;
  animation: grow_one 2s infinite;
  transform: rotate(-45deg);
  transform-origin: 15px -6px;
}
@keyframes grow_zero {
  0% {
    height: 0;
  }
  5% {
    height: 20px;
  }
  70% {
    height: 20px;
  }
  75% {
    height: 0;
  }
  100% {
    height: 0;
  }
}
@keyframes grow_one {
  0% {
    height: 0;
  }
  5% {
    height: 0px;
  }
  10% {
    height: 20px;
  }
  75% {
    height: 20px;
  }
  80% {
    height: 0;
  }
  100% {
    height: 0;
  }
}
#notification.info {
  display: block;
}
#notification.info .label {
  background: linear-gradient(to left, rgb(43, 43, 247), skyblue);
}
#notification.info .icon {
  position: relative;
  padding: 10px;
  padding-left: 25px;
}
#notification.info .icon:before {
  width: 20px;
  height: 20px;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  content: "!";
  color: #fff;
  border-radius: 50%;
  animation: toggle_scale 2s infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.2em solid #fff;
  transform: scale(1);
}
@keyframes toggle_scale {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.1);
  }
  25% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.1);
  }
  35% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.1);
  }
  85% {
    transform: scale(1);
  }
  90% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#notification.success .label {
  background: linear-gradient(to left, rgb(40, 145, 40), rgb(84, 219, 84));
}
#notification.success .icon {
  width: 30px;
  height: 30px;
  position: relative;
  padding: 10px;
}
#notification.success .icon:before {
  width: 2px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 0;
  animation: grow 2s infinite;
  transform: rotate(-45deg);
  transform-origin: 18px 0;
}
#notification.success .icon:after {
  width: 2px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 0;
  animation: grow_two 2s infinite;
  transform: rotate(45deg);
  transform-origin: 8px 33px;
}
@keyframes grow {
  0% {
    height: 0;
  }
  5% {
    height: 5px;
  }
  70% {
    height: 10px;
  }
  75% {
    height: 0;
  }
  100% {
    height: 0;
  }
}
@keyframes grow_two {
  0% {
    height: 0;
  }
  5% {
    height: 0px;
  }
  10% {
    height: 20px;
  }
  75% {
    height: 20px;
  }
  80% {
    height: 0;
  }
  100% {
    height: 0;
  }
}
#notification.processing {
  color: #444;
}
#notification.processing .label {
  background: rgb(255, 190, 35);
  animation: shimmer infinite 1s;
  border-radius: 10px;
}
#notification.processing .icon {
  width: 20px;
  margin-right: 2px;
  height: 20px;
  position: relative;
  padding: 10px;
  border: 0.2em solid #fff;
  border-right: 0.2em solid transparent;
  border-radius: 50%;
  animation: spin 1s infinite linear;
  transform: rotate(0deg);
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes shimmer {
  0% {
    background: rgb(255, 190, 35);
  }
  50% {
    background: #0D131B;
  }
  100% {
    background: rgb(255, 190, 35);
  }
}

.modal {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  padding: 15px;
  left: 0;
  width: 100%;
  z-index: 9;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.modal .display_box {
  background: #fff;
  min-height: 150px;
  position: relative;
  border-radius: 10px;
}
.modal .display_box .box_header {
  padding: 10px;
  width: 100%;
  height: 70px;
  padding-top: 25px;
  display: flex;
  align-items: center;
  color: #000;
  font-size: 12pt;
  font-weight: bold;
}
.modal .display_box .query_section {
  padding: 10px;
  width: 100%;
}
.modal .display_box .content_section {
  padding: 10px;
  width: 100%;
  text-align: center;
}
.modal .display_box .button_section {
  padding: 10px;
  width: 100%;
}
.modal .display_box .cancel_btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -20px;
  font-weight: bold;
  background: rgb(178, 32, 32);
  color: #fff;
}
.modal .display_box .product_card {
  height: 280px;
}
.modal .display_box .spinner {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 0.15em solid #000;
  margin: 0 auto;
  border-right-color: #aaa;
  animation: spin 0.5s infinite linear;
  transform: rotate(0deg);
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media only screen and (min-width: 992px) {
  #footer {
    margin-top: 150px;
  }
  #footer .image_container {
    display: flex;
  }
  #footer .image_container img {
    width: 100%;
    margin-top: -150px;
  }
}
#dashboard_container {
  min-height: 100vh;
  font-family: "poppinsregular";
}
#dashboard_container #storefront_design_page #banner_section {
  position: relative;
}
#dashboard_container #storefront_design_page #banner_section img {
  aspect-ratio: 2/1;
  width: 100%;
  background: #aaa;
  max-height: 300px;
}
#dashboard_container #storefront_design_page #banner_section label {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 10px;
  right: 10px;
}
#dashboard_container #banner {
  min-height: 300px;
  background: #aaa;
  border-radius: 10px;
  width: 100%;
}
#dashboard_container .side_bar_section {
  background: #fff;
  position: fixed;
  top: 0px;
  height: 100vh;
  left: -100%;
  transition: 0.5s;
  z-index: 2;
}
#dashboard_container .side_bar_section.active {
  left: 0;
  z-index: 7;
}
#dashboard_container .side_bar_section .main_menu {
  padding: 10px;
}
#dashboard_container .side_bar_section .main_menu a {
  border-bottom: dashed 0.1em #ccc;
}
#dashboard_container .side_bar_section a, #dashboard_container .side_bar_section button {
  font-size: 10pt;
  color: #000;
  font-weight: bold;
}
#dashboard_container .side_bar_section a .label, #dashboard_container .side_bar_section button .label {
  color: #000;
}
#dashboard_container .side_bar_section a.anchor, #dashboard_container .side_bar_section button.anchor {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 10px;
}
#dashboard_container .side_bar_section a.anchor img, #dashboard_container .side_bar_section button.anchor img {
  width: 20px;
  margin-right: 10px;
}
#dashboard_container .side_bar_section a.anchor .arrow, #dashboard_container .side_bar_section button.anchor .arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#dashboard_container .side_bar_section a.anchor .arrow img, #dashboard_container .side_bar_section button.anchor .arrow img {
  width: 12px;
}
#dashboard_container .side_bar_section .profile_section {
  height: 70px;
  padding: 10px;
  font-size: 9pt;
  color: #444;
}
#dashboard_container .side_bar_section .profile_section .user_image {
  background: #eee;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 24pt;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
#dashboard_container .side_bar_section .profile_section .user_name_section {
  height: 40px;
  font-weight: bold;
}
#dashboard_container .side_bar_section .profile_section .user_name_section div {
  height: 20px;
  display: flex;
  align-items: center;
}
#dashboard_container .side_bar_section .close_menu_btn {
  width: 35px;
  background: none;
  margin-right: 5px;
}
#dashboard_container .side_bar_section .close_menu_btn span {
  display: block;
  height: 4px;
  width: 100%;
  display: flex;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
  transform: rotate(0deg);
  transition: 0.5s;
  margin-bottom: 5px;
  background: rgb(234, 44, 44);
  pointer-events: none;
}
#dashboard_container .side_bar_section .close_menu_btn span:nth-child(1) {
  transform: rotate(-40deg) translate(-25%);
}
#dashboard_container .side_bar_section .close_menu_btn span:nth-child(2) {
  transform: rotate(50deg) translate(-35%);
}
#dashboard_container .side_bar_section .close_menu_btn img {
  width: 30px;
}
#dashboard_container .side_bar_section .tool_bar {
  height: calc(100vh - 70px);
}
#dashboard_container .display_section {
  background: #ddd;
  border-radius: 20px 0 0 0;
  min-height: 100vh;
}
#dashboard_container .display_section #top_nav_bar .logo {
  width: 120px;
}
#dashboard_container .display_section #top_nav_bar .open_menu_btn {
  width: 35px;
  background: none;
  margin-right: 5px;
}
#dashboard_container .display_section #top_nav_bar .open_menu_btn span {
  display: block;
  height: 4px;
  width: 100%;
  display: flex;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
  transform: rotate(0deg);
  transition: 0.5s;
  margin-bottom: 5px;
  background: #333;
  pointer-events: none;
}
#dashboard_container .display_section #top_nav_bar .open_menu_btn span:nth-child(2) {
  width: 32px;
}
#dashboard_container .display_section #top_nav_bar .open_menu_btn.active span:nth-child(1) {
  transform: rotate(-45deg) translate(-50%);
}
#dashboard_container .display_section #top_nav_bar .open_menu_btn.active span:nth-child(2) {
  opacity: 0;
}
#dashboard_container .display_section #top_nav_bar .open_menu_btn.active span:nth-child(3) {
  transform: rotate(45deg) translate(-50%);
}
#dashboard_container .display_section #top_nav_bar a {
  color: #444;
  padding: 2px 10px;
}
#dashboard_container .display_section #top_nav_bar a div {
  height: 20px;
  display: flex;
  align-items: center;
}
#dashboard_container .display_section #top_nav_bar a div.value {
  font-weight: bold;
}
#dashboard_container .display_section #top_nav_bar .adjustable_placement_bar {
  position: fixed;
  bottom: 0;
  background: #fff;
  left: 0;
  padding: 10px;
}
#dashboard_container .display_section #top_nav_bar .adjustable_placement_bar a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#dashboard_container .display_section #top_nav_bar .adjustable_placement_bar a img {
  width: 25px;
}
#dashboard_container .display_section #top_nav_bar .adjustable_placement_bar a .label {
  display: flex;
  font-size: 8pt;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 20px;
}
#dashboard_container .display_section .history_anchor_bar {
  background: #fff;
  border: 0.1em solid #ccc;
  border-top: 0;
  position: fixed;
  padding: 10px;
  color: #555;
  border-radius: 0 0 10px 10px;
  position: sticky;
  top: 55px;
  z-index: 5;
  margin-top: -10px;
}
#dashboard_container .display_section .history_anchor_bar .previous {
  color: rgb(255, 190, 35);
  font-weight: bold;
}
#dashboard_container .display_section .history_anchor_bar .active {
  color: #555;
}
#dashboard_container .display_section .mini_card {
  position: relative;
  text-align: right;
  cursor: pointer;
  color: #444;
  height: 120px;
  display: flex;
  flex-wrap: wrap;
  align-items: space-between;
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  overflow: hidden;
}
#dashboard_container .display_section .mini_card svg {
  fill: rgba(0, 0, 0, 0.5);
  width: 70px;
  height: 70px;
}
#dashboard_container .display_section .mini_card img {
  width: 60px;
  height: 60px;
  background: rgba(255, 215, 0, 0.4);
  border-radius: 10px;
  padding: 10px;
}
#dashboard_container .display_section .mini_card .label {
  color: #000;
  text-align: right;
  font-size: 10pt;
  font-weight: bold;
}
#dashboard_container .display_section .mini_card .value {
  font-weight: bold;
  font-size: 14pt;
}
#dashboard_container .display_section #design_side_bar {
  background: #fff;
  height: calc(100vh - 60px);
}
#dashboard_container .display_section #mini_card_container .mini_card {
  background: #fff;
  border: 0;
}
#dashboard_container .display_section #subscription_pane {
  height: 100px;
  overflow-y: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
#dashboard_container .display_section #subscription_pane:before {
  position: absolute;
  content: "";
  width: 60%;
  height: 120px;
  background: rgba(255, 215, 0, 0.4);
  -webkit-clip-path: polygon(0 0, 70% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 70% 0, 100% 100%, 0 100%);
}
#dashboard_container .display_section #subscription_pane:after {
  position: absolute;
  content: "";
  width: 50%;
  height: 120px;
  background: rgba(255, 215, 0, 0.4);
  -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}
#dashboard_container .display_section #subscription_pane .content {
  z-index: 4;
}
#dashboard_container .display_section #subscription_pane .content .label_plan_section .plan {
  font-weight: bold;
  font-size: 12pt;
  color: #000;
}
#dashboard_container .display_section #subscription_pane .content .label_plan_section .plan small {
  font-weight: normal;
  font-size: 9pt;
  margin-left: 10px;
}
#dashboard_container .display_section #subscription_pane .content .timer_section {
  font-size: 12pt;
  font-weight: bold;
  color: #444;
}
#dashboard_container .display_section #subscription_pane .content .timer_section small {
  font-size: 8pt;
}
#dashboard_container .display_section #subscription_pane .content .timer_section span.count_down_unit {
  color: #aaa;
  font-size: 8pt;
}
#dashboard_container .display_section .go_live_card {
  height: 100px;
  background: #fff;
  margin-top: 15px;
}
#dashboard_container .display_section .go_live_card .image_label_section {
  height: 100%;
  border-radius: 0 0 0 0;
  background: #fff;
}
#dashboard_container .display_section .go_live_card .image_label_section img {
  height: 80px;
  width: 80px;
}
#dashboard_container .display_section .go_live_card .image_label_section .label {
  color: rgb(169, 45, 45);
  font-weight: bold;
  font-size: 16pt;
}
#dashboard_container .display_section .go_live_card .image_label_section .label .big_label {
  font-size: 36pt;
  display: block;
  line-height: 36pt;
}
#dashboard_container .display_section .go_live_card .label_value_section {
  height: 100%;
  background: rgb(169, 45, 45);
}
#dashboard_container .display_section .go_live_card .label_value_section .label {
  color: #eee;
}
#dashboard_container .display_section .go_live_card .label_value_section .value {
  color: #fff;
  font-weight: bold;
  font-size: 16pt;
}
#dashboard_container .display_section .subscription_card {
  background: #fff;
  padding: 10px;
  margin-top: 15px;
}
#dashboard_container .display_section .subscription_card .label {
  font-size: 12pt;
  font-weight: bold;
  color: #222;
}
#dashboard_container .display_section .subscription_card .writeup {
  color: #555;
}
#dashboard_container .display_section .subscription_scrolling_container {
  display: flex;
  overflow-y: auto;
}
#dashboard_container .display_section .subscription_scrolling_container .card {
  min-width: 270px;
}
#dashboard_container .display_section form {
  padding: 15px;
  background: #fff;
  border-radius: 10px;
}
#dashboard_container .display_section form.book {
  padding: 0;
  background: none;
}
#dashboard_container .display_section form .slider_container {
  display: flex;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
#dashboard_container .display_section form .slider_container .slider_buttons {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 3;
}
#dashboard_container .display_section form .slider_container .slider_buttons button {
  background: rgb(255, 190, 35);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
#dashboard_container .display_section form .slider_container .slides {
  width: 100%;
  display: flex;
  position: relative;
  transition: 0.5s;
  left: 0;
}
#dashboard_container .display_section form .slider_container .slides .frame {
  min-width: 100%;
  max-width: 100%;
  position: relative;
  transition: 0.5s;
  left: 0;
}
#dashboard_container .display_section .service_card {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}
#dashboard_container .display_section .service_card .drop_down_btn {
  background: none;
  width: 35px;
  border-radius: 50px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.2em solid #bbb;
  transform: rotate(0);
  transition: 0.5s;
}
#dashboard_container .display_section .service_card .drop_down_btn img {
  width: 20px;
  opacity: 0.7;
}
#dashboard_container .display_section .service_card .drop_down_btn.active {
  transform: rotate(180deg);
}
#dashboard_container .display_section .service_card .service_card_bottom {
  height: 0;
  overflow: hidden;
  width: 100%;
}
#dashboard_container .display_section .service_card .service_card_bottom.active {
  height: -moz-fit-content;
  height: fit-content;
}
#dashboard_container .display_section .service_card .service_card_bottom .hours_price_container {
  position: relative;
  margin: 10px 0;
}
#dashboard_container .display_section .service_card .service_card_bottom .hours_price_container .cell .title {
  font-size: 9pt;
  color: #555;
  text-align: center;
}
#dashboard_container .display_section .service_card .service_card_bottom .hours_price_container .cell .value {
  font-size: 10pt;
  text-align: center;
  width: 100%;
}
#dashboard_container .display_section .service_card .service_card_bottom .hours_price_container:nth-child(even) {
  background: #eee;
}
#dashboard_container .display_section .service_card .service_card_bottom .hours_price_container:first-child {
  margin-top: 15px;
}
#dashboard_container .display_section .hint_box {
  background: rgba(50, 67, 115, 0.6);
  border-radius: 10px;
  color: #fff;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#dashboard_container .display_section .hint_box .header {
  background: none;
  color: #fff;
  font-weight: bold;
  font-size: 10pt;
  margin-bottom: 15px;
}
#dashboard_container .display_section .hint_box .header .hint_icon {
  fill: yellow;
  margin-right: 10px;
}
#dashboard_container .display_section .hint_box .header .caret_down {
  fill: #fff;
  width: 15px;
}
#dashboard_container .display_section .hint_box .action_btn {
  background: none;
  color: yellow;
  font-weight: bold;
  border: 0.15em solid yellow;
  height: 35px;
  margin-top: 15px;
}
#dashboard_container .display_section .image_upload_section {
  position: relative;
}
#dashboard_container .display_section .image_upload_section img {
  aspect-ratio: 1;
  width: 100%;
  border-radius: 10px;
  background: #ccc;
  -o-object-fit: contain;
     object-fit: contain;
}
#dashboard_container .display_section .image_upload_section label {
  position: absolute;
  cursor: pointer;
  top: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36pt;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
#dashboard_container .display_section .image_upload_section label:after {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 0.055em dashed #fff;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -46%);
}
#dashboard_container #modal {
  width: 100%;
  height: 100vh;
  display: none;
  flex-wrap: wrap;
  z-index: 9;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
#dashboard_container #modal .content {
  background: #fff;
  min-height: 80%;
  position: relative;
  border-radius: 10px;
}
#dashboard_container #modal .content .left_side {
  background: rgb(255, 190, 35);
  height: 100%;
}
#dashboard_container #modal .content .main_display {
  background: #fff;
  height: 100%;
}
#dashboard_container #modal .content .cancel_btn {
  background: rgb(178, 32, 32);
  width: 30px;
  height: 30px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 50%;
}
#dashboard_container #product_container, #dashboard_container #profile_container {
  background: #fff;
}
#dashboard_container .chart_card {
  min-height: 250px;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}
#dashboard_container .chart_card .card_header {
  background: none;
}
#dashboard_container .paper {
  background: #fff;
  min-height: 200px;
  padding: 10px;
  border: 0.1em solid #eee;
}
#dashboard_container .paper .header button {
  background: #eee;
  border: 0.1em solid #ccc;
  padding: 5px;
}
#dashboard_container .paper .header button.active {
  background: gold;
  border: 0;
}
#dashboard_container .paper .header .profile_image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #eee;
  -o-object-fit: cover;
     object-fit: cover;
}
#dashboard_container .paper .tool_bar button {
  background: #eee;
  border: 0.1em solid #ccc;
  padding: 5px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 50px;
}
#dashboard_container .paper .tool_bar button.active {
  background: gold;
  border: 0;
}
#dashboard_container .paper .tool_bar .profile_image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #eee;
  -o-object-fit: cover;
     object-fit: cover;
}
#dashboard_container .paper .order_card {
  background: rgba(50, 67, 115, 0.02);
}
#dashboard_container .paper .order_card:nth-child(even) {
  background: #fff;
}
#dashboard_container .product_card {
  height: 280px;
}
#dashboard_container .empty_state {
  height: 150px;
  font-weight: bold;
  color: #aaa;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 992px) {
  #dashboard_container {
    min-height: 100vh;
  }
  #dashboard_container .display_section #top_nav_bar .logo {
    width: 120px;
  }
  #dashboard_container .display_section #top_nav_bar .open_menu_btn {
    display: none;
  }
  #dashboard_container .display_section #top_nav_bar .adjustable_placement_bar {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    background: none;
  }
  #dashboard_container .display_section #top_nav_bar .adjustable_placement_bar a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #dashboard_container .display_section #top_nav_bar .adjustable_placement_bar a img {
    width: 25px;
  }
  #dashboard_container .display_section #top_nav_bar .adjustable_placement_bar a .label {
    display: flex;
    font-size: 8pt;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 20px;
  }
  #dashboard_container .side_bar_section {
    position: fixed;
    left: 0px;
  }
  #dashboard_container .side_bar_section .close_menu_btn {
    display: none;
  }
}
#home_page #banner {
  background: url("./../images/banner/city.png") no-repeat center;
  background-size: cover;
}
#home_page #banner .cover {
  background: rgba(0, 0, 0, 0.8);
  min-height: 400px;
  color: #fff;
  position: relative;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}
#home_page #banner .cover .image_container {
  display: none;
}
#home_page #banner .cover #search_area {
  position: relative;
}
#home_page #banner .cover #search_area input {
  border: 0.1em solid #fff;
  height: 50px;
  border-radius: 10px;
  font-size: 12pt;
}
#home_page #banner .cover #search_area input.active {
  border-radius: 10px 10px 0 0;
  border-bottom: 0.1em solid #ccc;
}
#home_page #banner .cover #search_area #towns_container {
  background: #fff;
  color: #444;
  max-height: 300px;
  width: 100%;
  overflow-y: auto;
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: 50px;
}
#home_page #banner .cover #search_area #towns_container button {
  height: 45px;
  width: 100%;
  background: #fff;
  text-align: left;
  padding: 15px;
  transition: 0.5s;
  border-radius: 0;
}
#home_page #banner .cover #search_area #towns_container button:hover {
  background: rgba(255, 165, 0, 0.3);
}
#home_page #banner .cover #search_area #towns_container button:first-child {
  border-top: 0.15em solid #ccc;
}
#home_page #services_section .slider_container {
  overflow-x: hidden;
  overflow-y: hidden;
  display: none;
}
#home_page #services_section .slider_container .slider {
  display: flex;
  position: relative;
  left: 0;
  transition: 0.5s;
}
#home_page #services_section .slider_container .slider .frame {
  min-width: 100%;
  max-width: 100%;
}
#home_page #services_section .slider_container .slider .frame img {
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: top;
     object-position: top;
}
#home_page #services_section .empty {
  font-size: 11pt;
}
#home_page #services_section .empty img {
  width: 200px;
  height: 200px;
}
#home_page #about_us_section {
  padding: 15px;
}
#home_page #about_us_section img {
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}
#home_page #how_to_section {
  padding: 15px;
}
#home_page #how_to_section .step_card img {
  width: 40px;
}
#home_page #how_to_section .step_card .point {
  font-weight: bold;
}
#home_page #how_to_section .step_card .details {
  color: #555;
}

@media only screen and (min-width: 768px) {
  #home_page #banner {
    background: url("./../images/banner/city.png") no-repeat center;
    background-size: cover;
  }
  #home_page #banner .cover {
    background: rgba(0, 0, 0, 0.8);
    min-height: 400px;
    color: #fff;
    position: relative;
    -webkit-backdrop-filter: blur(1px);
            backdrop-filter: blur(1px);
  }
  #home_page #banner .cover .image_container {
    bottom: 0;
    height: 400px;
    border-radius: 0;
    display: flex;
    align-items: flex-end;
  }
  #home_page #banner .cover .image_container img {
    width: 100%;
    height: 350px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #home_page #banner .cover input {
    border: 0.1em solid #fff;
    height: 50px;
    border-radius: 25px;
  }
  #home_page #services_section .slider_container {
    display: block;
  }
}
#about {
  background: #f7f7f7;
}
#about #solutions {
  background: #fff;
}

.access_page {
  min-height: 100vh;
  padding: 0;
}
.access_page .left_top_side {
  height: 70px;
  background-repeat: repeat-x;
  z-index: 0;
  padding: 10px;
  padding-top: 20px;
  background-size: 20%;
  position: sticky;
  top: 0;
}
.access_page .left_top_side:before {
  position: absolute;
  content: "";
  height: 100%;
  background: rgb(50, 67, 115);
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.access_page .left_top_side img {
  mix-blend-mode: multiply;
}
.access_page h2 {
  font-family: "coiny";
  font-size: 24pt;
}
.access_page #login_form {
  background: #fff;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 15px;
  margin: 20px auto;
}
.access_page #registration_form {
  background: none;
  box-shadow: none;
  margin: 20px auto;
}
.access_page #registration_form .header {
  background: #fff;
  padding: 10px;
}
.access_page #registration_form .book_page {
  background: #fff;
  box-shadow: 3px 1px 3px 1px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

@media only screen and (min-width: 992px) {
  .access_page .left_top_side {
    height: 100vh;
    background-repeat: repeat-x;
    background-size: contain;
    position: relative;
  }
  .access_page .left_top_side:before {
    position: absolute;
    content: "";
    height: 100%;
    background: rgb(50, 67, 115);
    top: 0;
    left: 0;
    width: 100%;
  }
  .access_page form {
    background: #fff;
  }
}
#category_container {
  min-height: 50vh;
}
#category_container .banner_container {
  overflow: hidden;
}
#category_container .banner_container .slider {
  width: 100%;
  display: flex;
  position: relative;
}
#category_container .banner_container .slider img {
  min-width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/1;
  border-radius: 10px;
}
#category_container .sub_category_images_container {
  overflow: hidden;
}
#category_container .sub_category_images_container .slider {
  width: 100%;
  display: flex;
  position: relative;
}
#category_container .sub_category_images_container .slider img {
  min-width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/1;
  border-radius: 10px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "poppinsregular";
  font-size: 10pt;
  line-height: 23pt;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  line-height: 28pt;
}

ol li {
  padding: 0;
  margin: 0;
  text-align: left;
}/*# sourceMappingURL=app.css.map */