/* XMcss - Portable and Handy CSS Spliter
   Created by Brahman WebTech
   https://bmwtech.in
   RELEASED under MIT Licence
   Original Copyrighted to Brahman WebTech */


:root {
  --responsive-constant: 1;
  --highest-target-width : 2560;
  --min-width : 1000;
  --responsive-curve-factor : 0.45;
}

@media (min-width: 1000px) {
  :root {
    --responsive-constant: calc(var(--responsive-curve-factor) - ((100vw - var(--min-width)) / var(--highest-target-width)));
  }
}



h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figure {
  margin: 1em 40px;
}
small {
  font-size: 80%;
}
button, input, optgroup, select, textarea {
  font-size: 100%;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
[type="search"] {
  outline-offset: -2px;
}
.divider {
  height: 1px;
}
blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
}
i.left {
  margin-right: 15px;
}
i.right {
  margin-left: 15px;
}
i.tiny {
  font-size: 1rem;
}
i.small {
  font-size: 2rem;
}
i.medium {
  font-size: 4rem;
}
i.large {
  font-size: 6rem;
}
img.responsive-img, video.responsive-video {
  max-width: 100%;
}
.pagination li {
  border-radius: 2px;
  height: 30px;
}
.pagination li a {
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}
.pagination li i {
  font-size: 2rem;
}
.breadcrumb {
  font-size: 18px;
}
.breadcrumb i, .breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"], .breadcrumb i.material-icons {
  font-size: 24px;
}
.breadcrumb:before {
  font-size: 25px;
  margin: 0 10px 0 8px;
}
.parallax-container {
  height: 500px;
}
.parallax-container .parallax img {
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translatex(-50%);
}
.fade-in {
  transform-origin: 0 50%;
}
.page-footer {
  padding-top: 20px;
}
.page-footer .footer-copyright {
  min-height: 50px;
  padding: 10px 0;
}
table {
  width: 100%;
}
td, th {
  padding: 15px 5px;
  border-radius: 2px;
}
.video-container {
  padding-bottom: 56.25%;
}
.video-container iframe, .video-container object, .video-container embed {
  width: 100%;
  height: 100%;
}
.progress {
  height: 4px;
  width: 100%;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
}
.circle {
  border-radius: 50%;
}
span.badge {
  min-width: 3rem;
  padding: 0 6px;
  margin-left: 14px;
  font-size: 1rem;
  line-height: 22px;
  height: 22px;
}
span.badge.new {
  font-size: 0.8rem;
  border-radius: 2px;
}
nav ul a span.badge {
  margin-left: 4px;
  line-height: 22px;
  height: 22px;
}
.collection-item span.badge {
  margin-top: calc(0.75rem - 11px);
}
.sidenav span.badge {
  margin-top: calc(24px - 11px);
}
.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.row {
  margin-bottom: 20px;
}
.row .col {
  padding: 0 0.75rem;
  min-height: 1px;
}
.row .col.s1 {
  width: 8.333333%;
}
.row .col.s2 {
  width: 16.666667%;
}
.row .col.s3 {
  width: 25%;
}
.row .col.s4 {
  width: 33.333333%;
}
.row .col.s5 {
  width: 41.666667%;
}
.row .col.s6 {
  width: 50%;
}
.row .col.s7 {
  width: 58.333333%;
}
.row .col.s8 {
  width: 66.666667%;
}
.row .col.s9 {
  width: 75%;
}
.row .col.s10 {
  width: 83.333333%;
}
.row .col.s11 {
  width: 91.666667%;
}
.row .col.s12 {
  width: 100%;
}
.row .col.offset-s1 {
  margin-left: 8.333333%;
}
.row .col.pull-s1 {
  right: 8.333333%;
}
.row .col.push-s1 {
  left: 8.333333%;
}
.row .col.offset-s2 {
  margin-left: 16.666667%;
}
.row .col.pull-s2 {
  right: 16.666667%;
}
.row .col.push-s2 {
  left: 16.666667%;
}
.row .col.offset-s3 {
  margin-left: 25%;
}
.row .col.pull-s3 {
  right: 25%;
}
.row .col.push-s3 {
  left: 25%;
}
.row .col.offset-s4 {
  margin-left: 33.333333%;
}
.row .col.pull-s4 {
  right: 33.333333%;
}
.row .col.push-s4 {
  left: 33.333333%;
}
.row .col.offset-s5 {
  margin-left: 41.666667%;
}
.row .col.pull-s5 {
  right: 41.666667%;
}
.row .col.push-s5 {
  left: 41.666667%;
}
.row .col.offset-s6 {
  margin-left: 50%;
}
.row .col.pull-s6 {
  right: 50%;
}
.row .col.push-s6 {
  left: 50%;
}
.row .col.offset-s7 {
  margin-left: 58.333333%;
}
.row .col.pull-s7 {
  right: 58.333333%;
}
.row .col.push-s7 {
  left: 58.333333%;
}
.row .col.offset-s8 {
  margin-left: 66.666667%;
}
.row .col.pull-s8 {
  right: 66.666667%;
}
.row .col.push-s8 {
  left: 66.666667%;
}
.row .col.offset-s9 {
  margin-left: 75%;
}
.row .col.pull-s9 {
  right: 75%;
}
.row .col.push-s9 {
  left: 75%;
}
.row .col.offset-s10 {
  margin-left: 83.333333%;
}
.row .col.pull-s10 {
  right: 83.333333%;
}
.row .col.push-s10 {
  left: 83.333333%;
}
.row .col.offset-s11 {
  margin-left: 91.666667%;
}
.row .col.pull-s11 {
  right: 91.666667%;
}
.row .col.push-s11 {
  left: 91.666667%;
}
.row .col.offset-s12 {
  margin-left: 100%;
}
.row .col.pull-s12 {
  right: 100%;
}
.row .col.push-s12 {
  left: 100%;
}
nav.nav-extended .nav-wrapper {
  min-height: 56px;
}
nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
  font-size: 24px;
  height: 56px;
  line-height: 56px;
}
nav .nav-wrapper {
  height: 100%;
}
nav .sidenav-trigger {
  height: 56px;
}
nav .sidenav-trigger i {
  height: 56px;
  line-height: 56px;
}
nav .brand-logo {
  font-size: 2.1rem;
}
nav .brand-logo.center {
  left: 50%;
  transform: translatex(-50%);
}
nav .brand-logo.right {
  right: 0.5rem;
}
nav .brand-logo i, nav .brand-logo [class^="mdi-"], nav .brand-logo [class*="mdi-"], nav .brand-logo i.material-icons {
  margin-right: 15px;
}
nav .nav-title {
  font-size: 32px;
  padding: 28px 0;
}
nav ul a {
  font-size: 1rem;
  padding: 0 15px;
}
nav ul a.btn, nav ul a.btn-large, nav ul a.btn-small, nav ul a.btn-large, nav ul a.btn-flat, nav ul a.btn-floating {
  margin-top: -2px;
  margin-left: 15px;
  margin-right: 15px;
}
nav form {
  height: 100%;
}
nav .input-field {
  height: 100%;
}
nav .input-field input {
  height: 100%;
  font-size: 1.2rem;
  padding-left: 2rem;
}
h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.8rem 0 1.68rem 0;
}
h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 2.373333rem 0 1.424rem 0;
}
h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.946667rem 0 1.168rem 0;
}
h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.52rem 0 0.912rem 0;
}
h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 1.093333rem 0 0.656rem 0;
}
h6 {
  font-size: 1.15rem;
  line-height: 110%;
  margin: 0.766667rem 0 0.46rem 0;
}
small {
  font-size: 75%;
}
.card-panel {
  padding: 24px;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2px;
}
.card {
  margin: 0.5rem 0 1rem 0;
  border-radius: 12px;
}
.card.small .card-image, .card.medium .card-image, .card.large .card-image {
  max-height: 60%;
}
.card.small .card-image + .card-content, .card.medium .card-image + .card-content, .card.large .card-image + .card-content {
  max-height: 40%;
}
.card.small .card-content, .card.medium .card-content, .card.large .card-content {
  max-height: 100%;
}
.card.small {
  height: 300px;
}
.card.medium {
  height: 400px;
}
.card.large {
  height: 500px;
}
.card.horizontal.small .card-image, .card.horizontal.medium .card-image, .card.horizontal.large .card-image {
  height: 100%;
}
.card.horizontal.small .card-image img, .card.horizontal.medium .card-image img, .card.horizontal.large .card-image img {
  height: 100%;
}
.card.horizontal .card-image {
  max-width: 50%;
}
.card.horizontal .card-image img {
  border-radius: 2px 0 0 2px;
  max-width: 100%;
}
.card.sticky-action .card-reveal {
  padding-bottom: 64px;
}
#fullvisual {
  width: 100% !important;
  height: 100% !important;
}
.card .card-content .card-title {
  line-height: 32px;
  margin-bottom: 8px;
}
.card .card-content .card-title i {
  line-height: 32px;
}
.card .card-action {
  padding: 16px 24px;
}
.card .card-action:last-child {
  border-radius: 0 0 2px 2px;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
  margin-right: 24px;
}
.card .card-reveal {
  padding: 24px;
  width: 100%;
  top: 100%;
  height: 100%;
}
.toast {
  border-radius: 2px;
  top: 35px;
  margin-top: 10px;
  max-width: 100%;
  min-height: 48px;
  line-height: 1.5em;
  padding: 10px 25px;
  font-size: 1.1rem;
}
.toast .toast-action {
  margin-right: -25px;
  margin-left: 3rem;
}
.toast.rounded {
  border-radius: 24px;
}
.tabs {
  height: 48px;
  width: 100%;
}
.tabs .tab {
  line-height: 48px;
  height: 48px;
}
.tabs .tab a {
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
}
.tabs .indicator {
  height: 2px;
}
.material-tooltip {
  padding: 10px 8px;
  font-size: 1rem;
  border-radius: 2px;
  min-height: 36px;
  line-height: 120%;
  max-width: calc(100% - 4px);
}
.backdrop {
  height: 7px;
  width: 14px;
  border-radius: 0 0 50% 50%;
  transform-origin: 50% 0%;
}
.btn, .btn-large, .btn-small, .btn-flat {
  border-radius: 2px;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
}
.btn, .btn-large, .btn-small, .btn-floating, .btn-large, .btn-small, .btn-flat {
  font-size: 14px;
}
.btn i, .btn-large i, .btn-small i, .btn-floating i, .btn-large i, .btn-small i, .btn-flat i {
  font-size: 1.3rem;
}
.btn, .btn-large, .btn-small {
  letter-spacing: 0.5px;
}
.btn-floating {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}
.btn-floating.btn-large {
  width: 56px;
  height: 56px;
}
.btn-floating.btn-large.halfway-fab {
  bottom: -28px;
}
.btn-floating.btn-large i {
  line-height: 56px;
}
.btn-floating.btn-small {
  width: 32.4px;
  height: 32.4px;
}
.btn-floating.btn-small.halfway-fab {
  bottom: -16.2px;
}
.btn-floating.btn-small i {
  line-height: 32.4px;
}
.btn-floating.halfway-fab {
  right: 24px;
  bottom: -20px;
}
.btn-floating.halfway-fab.left {
  left: 24px;
}
.btn-floating i {
  font-size: 1.6rem;
  line-height: 40px;
}
.fixed-action-btn {
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
}
.fixed-action-btn.direction-left, .fixed-action-btn.direction-right {
  padding: 0 0 0 15px;
}
.fixed-action-btn.direction-left ul, .fixed-action-btn.direction-right ul {
  right: 64px;
  top: 50%;
  transform: translatey(-50%);
  height: 100%;
  width: 500px;
}
.fixed-action-btn.direction-left ul li, .fixed-action-btn.direction-right ul li {
  margin: 7.5px 15px 0 0;
}
.fixed-action-btn.direction-right {
  padding: 0 15px 0 0;
}
.fixed-action-btn.direction-right ul {
  left: 64px;
}
.fixed-action-btn.direction-right ul li {
  margin: 7.5px 0 0 15px;
}
.fixed-action-btn.direction-bottom {
  padding: 0 0 15px 0;
}
.fixed-action-btn.direction-bottom ul {
  top: 64px;
}
.fixed-action-btn.direction-bottom ul li {
  margin: 15px 0 0 0;
}
.fixed-action-btn.toolbar {
  height: 56px;
}
.fixed-action-btn.toolbar ul li {
  height: 100%;
}
.fixed-action-btn.toolbar ul li a {
  width: 100%;
  height: 100%;
  line-height: 56px;
}
.fixed-action-btn ul {
  bottom: 64px;
}
.fixed-action-btn ul li {
  margin-bottom: 15px;
}
.fixed-action-btn .fab-backdrop {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.btn-large {
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  padding: 0 28px;
}
.btn-large i {
  font-size: 1.6rem;
}
.btn-small {
  height: 32.4px;
  line-height: 32.4px;
  font-size: 13px;
}
.btn-small i {
  font-size: 1.2rem;
}
.dropdown-content {
  min-width: 100px;
}
.dropdown-content li {
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
}
.dropdown-content li.divider {
  height: 1px;
}
.dropdown-content li > span > label {
  top: 1px;
  height: 18px;
}
.dropdown-content li > a > i {
  margin: 0 24px 0 0;
  width: 24px;
}
.input-field.col .dropdown-content [type="checkbox"] + label {
  top: 1px;
  height: 18px;
}
.waves-effect .waves-ripple {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
}
.waves-input-wrapper {
  border-radius: 0.2em;
}
.waves-circle {
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}
.modal {
  max-height: 70%;
  width: 55%;
  border-radius: 2px;
}
.modal .modal-content {
  padding: 24px;
}
.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
}
.modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-small, .modal .modal-footer .btn-flat {
  margin: 6px 0;
}
.modal-overlay {
  top: -25%;
  height: 125%;
  width: 100%;
}
.modal.modal-fixed-footer {
  height: 70%;
}
.modal.modal-fixed-footer .modal-content {
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
}
.modal.bottom-sheet {
  bottom: -100%;
  width: 100%;
  max-height: 45%;
}
.collapsible {
  margin: 0.5rem 0 1rem 0;
}
.collapsible-header {
  padding: 1rem;
}
.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  margin-right: 1rem;
}
.collapsible-body {
  padding: 2rem;
}
.sidenav .collapsible-header, .sidenav.fixed .collapsible-header {
  padding: 0 16px;
}
.sidenav .collapsible-body li a, .sidenav.fixed .collapsible-body li a {
  padding: 0 23.5px 0 31px;
}
.collapsible.popout > li {
  margin: 0 24px;
}
.collapsible.popout > li.active {
  margin: 16px 0;
}
.chip {
  height: 32px;
  font-size: 13px;
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  margin-bottom: 5px;
  margin-right: 5px;
}
.chip > img {
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
.chips {
  margin: 0 0 8px 0;
  min-height: 45px;
}
.prefix ~ .chips {
  margin-left: 3rem;
  width: calc(100% - 3rem);
}
.chips:empty ~ label {
  font-size: 0.8rem;
  transform: translatey(-140%);
}
.materialbox-caption {
  line-height: 50px;
  width: 100%;
  padding: 0% 15%;
  height: 50px;
}
input:not([type]).validate + label, input[type="text"]:not(.browser-default).validate + label, input[type="password"]:not(.browser-default).validate + label, input[type="email"]:not(.browser-default).validate + label, input[type="url"]:not(.browser-default).validate + label, input[type="time"]:not(.browser-default).validate + label, input[type="date"]:not(.browser-default).validate + label, input[type="datetime"]:not(.browser-default).validate + label, input[type="datetime-local"]:not(.browser-default).validate + label, input[type="tel"]:not(.browser-default).validate + label, input[type="number"]:not(.browser-default).validate + label, input[type="search"]:not(.browser-default).validate + label, textarea.materialize-textarea.validate + label {
  width: 100%;
}
input:not([type]) + label:after, input[type="text"]:not(.browser-default) + label:after, input[type="password"]:not(.browser-default) + label:after, input[type="email"]:not(.browser-default) + label:after, input[type="url"]:not(.browser-default) + label:after, input[type="time"]:not(.browser-default) + label:after, input[type="date"]:not(.browser-default) + label:after, input[type="datetime"]:not(.browser-default) + label:after, input[type="datetime-local"]:not(.browser-default) + label:after, input[type="tel"]:not(.browser-default) + label:after, input[type="number"]:not(.browser-default) + label:after, input[type="search"]:not(.browser-default) + label:after, textarea.materialize-textarea + label:after, .select-wrapper + label:after {
  top: 100%;
}
.input-field {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.input-field.inline {
  margin-left: 5px;
}
.input-field.inline input, .input-field.inline .select-dropdown {
  margin-bottom: 1rem;
}
.input-field.col label {
  left: 0.75rem;
}
.input-field.col .prefix ~ label, .input-field.col .prefix ~ .validate ~ label {
  width: calc(100% - 3rem - 1.5rem);
}
.input-field > label {
  font-size: 1rem;
  transform-origin: 0% 100%;
  transform: translatey(12px);
}
.input-field > label:not(.label-icon).active {
  transform: translatey(-14px) scale(0.8);
}
.input-field > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label, .input-field > input[type="date"]:not(.browser-default) + label, .input-field > input[type="time"]:not(.browser-default) + label {
  transform: translatey(-14px) scale(0.8);
}
.input-field .helper-text {
  min-height: 18px;
  font-size: 12px;
}
.input-field .prefix {
  width: 3rem;
  font-size: 2rem;
  top: 0.5rem;
}
.input-field .prefix ~ input, .input-field .prefix ~ textarea, .input-field .prefix ~ label, .input-field .prefix ~ .validate ~ label, .input-field .prefix ~ .helper-text, .input-field .prefix ~ .autocomplete-content {
  margin-left: 3rem;
  width: calc(100% - 3rem);
}
.input-field .prefix ~ label {
  margin-left: 3rem;
}
.nav-wrapper .input-field input[type="search"] {
  padding-left: 4rem;
  width: calc(100% - 4rem);
}
.input-field input[type="search"] + .label-icon {
  left: 1rem;
}
.input-field input[type="search"] ~ .mdi-navigation-close, .input-field input[type="search"] ~ .material-icons {
  right: 1rem;
  font-size: 2rem;
}
textarea {
  width: 100%;
  height: 3rem;
}
textarea.materialize-textarea {
  padding: 0.8rem 0 0.8rem 0;
  min-height: 3rem;
}
.hiddendiv {
  padding-top: 1.2rem;
}
.autocomplete-content li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
}
.character-counter {
  min-height: 18px;
}
[type="radio"]:not(:checked) + span, [type="radio"]:checked + span {
  padding-left: 35px;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
}
[type="radio"] + span:before, [type="radio"] + span:after {
  margin: 4px;
  width: 16px;
  height: 16px;
}
[type="radio"]:not(:checked) + span:before, [type="radio"]:not(:checked) + span:after, [type="radio"]:checked + span:before, [type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:before, [type="radio"].with-gap:checked + span:after {
  border-radius: 50%;
}
[type="checkbox"] + span:not(.lever) {
  padding-left: 35px;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
}
[type="checkbox"] + span:not(.lever):before, [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  width: 18px;
  height: 18px;
  border-radius: 1px;
  margin-top: 3px;
}
[type="checkbox"].tabbed:focus + span:not(.lever):after {
  border-radius: 50%;
}
[type="checkbox"]:checked + span:not(.lever):before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  transform-origin: 100% 100%;
}
[type="checkbox"]:indeterminate + span:not(.lever):before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  transform-origin: 100% 100%;
}
[type="checkbox"].filled-in + span:not(.lever):after {
  border-radius: 2px;
}
[type="checkbox"].filled-in:not(:checked) + span:not(.lever):before {
  left: 6px;
  top: 10px;
  transform-origin: 100% 100%;
}
[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
  height: 20px;
  width: 20px;
}
[type="checkbox"].filled-in:checked + span:not(.lever):before {
  left: 1px;
  width: 8px;
  height: 13px;
  transform-origin: 100% 100%;
}
[type="checkbox"].filled-in:checked + span:not(.lever):after {
  width: 20px;
  height: 20px;
}
[type="checkbox"].filled-in.tabbed:focus + span:not(.lever):after {
  border-radius: 2px;
}
[type="checkbox"].filled-in.tabbed:checked:focus + span:not(.lever):after {
  border-radius: 2px;
}
.switch label input[type="checkbox"]:checked + .lever:before, .switch label input[type="checkbox"]:checked + .lever:after {
  left: 18px;
}
.switch label .lever {
  width: 36px;
  height: 14px;
  border-radius: 15px;
  margin-right: 10px;
  margin: 0 16px;
}
.switch label .lever:before, .switch label .lever:after {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: -3px;
}
.select-wrapper.valid + label, .select-wrapper.invalid + label {
  width: 100%;
}
.select-wrapper + label {
  top: -26px;
  font-size: 0.8rem;
}
.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: calc(100% - 3rem);
}
.prefix ~ label {
  margin-left: 3rem;
}
.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
}
.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}
.file-field .file-path-wrapper {
  padding-left: 10px;
}
.file-field input.file-path {
  width: 100%;
}
.file-field .btn, .file-field .btn-large, .file-field .btn-small {
  height: 3rem;
  line-height: 3rem;
}
.file-field input[type="file"] {
  width: 100%;
  font-size: 20px;
}
input[type="range"] {
  width: 100%;
  margin: 15px 0;
}
input[type="range"] + .thumb {
  top: 10px;
  border-radius: 50%;
  margin-left: 7px;
  transform-origin: 50% 50%;
}
input[type="range"] + .thumb .value {
  width: 30px;
}
input[type="range"] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}
input[type="range"] + .thumb.active .value {
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}
input[type="range"]::-webkit-slider-runnable-track {
  height: 3px;
}
input[type="range"]::-webkit-slider-thumb {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
}
input[type="range"] {
  border: 1px solid white;
}
input[type="range"]::-moz-range-track {
  height: 3px;
}
input[type="range"]::-moz-range-thumb {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  margin-top: -5px;
}
input[type="range"]:-moz-focusring {
  outline-offset: -1px;
}
input[type="range"]::-ms-track {
  height: 3px;
  border-width: 6px 0;
}
input[type="range"]::-ms-thumb {
  height: 14px;
  width: 14px;
  border-radius: 50%;
}
.table-of-contents li {
  padding: 2px 0;
}
.table-of-contents a {
  padding-left: 16px;
  height: 1.5rem;
  line-height: 1.5rem;
}
.table-of-contents a:hover {
  padding-left: 15px;
}
.table-of-contents a.active {
  padding-left: 14px;
}
.mt-1 {
  margin-top: 4px;
}
.mt-2 {
  margin-top: 8px;
}
.mt-3 {
  margin-top: 16px;
}
.mt-4 {
  margin-top: 24px;
}
.mt-5 {
  margin-top: 32px;
}
.px-1 {
  padding-left: 4px;
  padding-right: 4px;
}
.px-2 {
  padding-left: 8px;
  padding-right: 8px;
}
.px-3 {
  padding-left: 16px;
  padding-right: 16px;
}
.px-4 {
  padding-left: 24px;
  padding-right: 24px;
}
.px-5 {
  padding-left: 32px;
  padding-right: 32px;
}
.py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-3 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-4 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-5 {
  padding-top: 32px;
  padding-bottom: 32px;
}


.w-100 {
  width: clamp(300px, 100vw, 100%);
}
.w-100i {
  width: clamp(300px, 100vw, 100%) !important;
}
.w-70 {
  width: clamp(200px, 70vw, 100%);
}
.w-70i {
  width: clamp(200px, 70vw, 100%) !important;
}
.w-50 {
  width: clamp(150px, 50vw, 100%);
}
.w-50i {
  width: clamp(150px, 50vw, 100%) !important;
}
.w-40 {
  width: clamp(120px, 40vw, 100%);
}
.w-40i {
  width: clamp(120px, 40vw, 100%) !important;
}
.w-30 {
  width: clamp(100px, 30vw, 100%);
}
.w-30i {
  width: clamp(100px, 30vw, 100%) !important;
}
.w-20 {
  width: clamp(80px, 20vw, 100%);
}
.w-20i {
  width: clamp(80px, 20vw, 100%) !important;
}
.w-10 {
  width: clamp(60px, 10vw, 100%);
}
.w-10i {
  width: clamp(60px, 10vw, 100%) !important;
}
.w-5 {
  width: clamp(40px, 5vw, 100%);
}
.w-5i {
  width: clamp(40px, 5vw, 100%) !important;
}
.wm-100 {
  max-width: clamp(300px, 100vw, 100%);
}
.wm-100i {
  max-width: clamp(300px, 100vw, 100%) !important;
}
.wm-70 {
  max-width: clamp(200px, 70vw, 100%);
}
.wm-70i {
  max-width: clamp(200px, 70vw, 100%) !important;
}
.wm-50 {
  max-width: clamp(150px, 50vw, 100%);
}
.wm-50i {
  max-width: clamp(150px, 50vw, 100%) !important;
}
.wm-40 {
  max-width: clamp(120px, 40vw, 100%);
}
.wm-40i {
  max-width: clamp(120px, 40vw, 100%) !important;
}
.wm-30 {
  max-width: clamp(100px, 30vw, 100%);
}
.wm-30i {
  max-width: clamp(100px, 30vw, 100%) !important;
}
.wm-20 {
  max-width: clamp(80px, 20vw, 100%);
}
.wm-20i {
  max-width: clamp(80px, 20vw, 100%) !important;
}
.wm-10 {
  max-width: clamp(60px, 10vw, 100%);
}
.wm-10i {
  max-width: clamp(60px, 10vw, 100%) !important;
}
.wm-5 {
  max-width: clamp(40px, 5vw, 100%);
}
.wm-5i {
  max-width: clamp(40px, 5vw, 100%) !important;
}
.wn-100 {
  min-width: clamp(300px, 100vw, 100%);
}
.wn-100i {
  min-width: clamp(300px, 100vw, 100%) !important;
}
.wn-70 {
  min-width: clamp(200px, 70vw, 100%);
}
.wn-70i {
  min-width: clamp(200px, 70vw, 100%) !important;
}
.wn-50 {
  min-width: clamp(150px, 50vw, 100%);
}
.wn-50i {
  min-width: clamp(150px, 50vw, 100%) !important;
}
.wn-40 {
  min-width: clamp(120px, 40vw, 100%);
}
.wn-40i {
  min-width: clamp(120px, 40vw, 100%) !important;
}
.wn-30 {
  min-width: clamp(100px, 30vw, 100%);
}
.wn-30i {
  min-width: clamp(100px, 30vw, 100%) !important;
}
.wn-20 {
  min-width: clamp(80px, 20vw, 100%);
}
.wn-20i {
  min-width: clamp(80px, 20vw, 100%) !important;
}
.wn-10 {
  min-width: clamp(60px, 10vw, 100%);
}
.wn-10i {
  min-width: clamp(60px, 10vw, 100%) !important;
}
.wn-5 {
  min-width: clamp(40px, 5vw, 100%);
}
.wn-5i {
  min-width: clamp(40px, 5vw, 100%) !important;
}
.h-100 {
  height: clamp(300px, 100vh, 100%);
}
.h-100i {
  height: clamp(300px, 100vh, 100%) !important;
}
.h-70 {
  height: clamp(200px, 70vh, 100%);
}
.h-70i {
  height: clamp(200px, 70vh, 100%) !important;
}
.h-50 {
  height: clamp(150px, 50vh, 100%);
}
.h-50i {
  height: clamp(150px, 50vh, 100%) !important;
}
.h-40 {
  height: clamp(120px, 40vh, 100%);
}
.h-40i {
  height: clamp(120px, 40vh, 100%) !important;
}
.h-30 {
  height: clamp(100px, 30vh, 100%);
}
.h-30i {
  height: clamp(100px, 30vh, 100%) !important;
}
.h-20 {
  height: clamp(80px, 20vh, 100%);
}
.h-20i {
  height: clamp(80px, 20vh, 100%) !important;
}
.h-10 {
  height: clamp(60px, 10vh, 100%);
}
.h-10i {
  height: clamp(60px, 10vh, 100%) !important;
}
.h-5 {
  height: clamp(40px, 5vh, 100%);
}
.h-5i {
  height: clamp(40px, 5vh, 100%) !important;
}
.hm-100 {
  max-height: clamp(300px, 100vh, 100%);
}
.hm-100i {
  max-height: clamp(300px, 100vh, 100%) !important;
}
.hm-70 {
  max-height: clamp(200px, 70vh, 100%);
}
.hm-70i {
  max-height: clamp(200px, 70vh, 100%) !important;
}
.hm-50 {
  max-height: clamp(150px, 50vh, 100%);
}
.hm-50i {
  max-height: clamp(150px, 50vh, 100%) !important;
}
.hm-40 {
  max-height: clamp(120px, 40vh, 100%);
}
.hm-40i {
  max-height: clamp(120px, 40vh, 100%) !important;
}
.hm-30 {
  max-height: clamp(100px, 30vh, 100%);
}
.hm-30i {
  max-height: clamp(100px, 30vh, 100%) !important;
}
.hm-20 {
  max-height: clamp(80px, 20vh, 100%);
}
.hm-20i {
  max-height: clamp(80px, 20vh, 100%) !important;
}
.hm-10 {
  max-height: clamp(60px, 10vh, 100%);
}
.hm-10i {
  max-height: clamp(60px, 10vh, 100%) !important;
}
.hm-5 {
  max-height: clamp(40px, 5vh, 100%);
}
.hm-5i {
  max-height: clamp(40px, 5vh, 100%) !important;
}
.hn-100 {
  min-height: clamp(300px, 100vh, 100%);
}
.hn-100i {
  min-height: clamp(300px, 100vh, 100%) !important;
}
.hn-70 {
  min-height: clamp(200px, 70vh, 100%);
}
.hn-70i {
  min-height: clamp(200px, 70vh, 100%) !important;
}
.hn-50 {
  min-height: clamp(150px, 50vh, 100%);
}
.hn-50i {
  min-height: clamp(150px, 50vh, 100%) !important;
}
.hn-40 {
  min-height: clamp(120px, 40vh, 100%);
}
.hn-40i {
  min-height: clamp(120px, 40vh, 100%) !important;
}
.hn-30 {
  min-height: clamp(100px, 30vh, 100%);
}
.hn-30i {
  min-height: clamp(100px, 30vh, 100%) !important;
}
.hn-20 {
  min-height: clamp(80px, 20vh, 100%);
}
.hn-20i {
  min-height: clamp(80px, 20vh, 100%) !important;
}
.hn-10 {
  min-height: clamp(60px, 10vh, 100%);
}
.hn-10i {
  min-height: clamp(60px, 10vh, 100%) !important;
}
.hn-5 {
  min-height: clamp(40px, 5vh, 100%);
}
.hn-5i {
  min-height: clamp(40px, 5vh, 100%) !important;
}
.sidenav.right-aligned {
  transform: translatex(105%);
}
.sidenav li {
  line-height: 48px;
}
.sidenav li > a.btn, .sidenav li > a.btn-large, .sidenav li > a.btn-small, .sidenav li > a.btn-large, .sidenav li > a.btn-flat, .sidenav li > a.btn-floating {
  margin: 10px 15px;
}
.sidenav .divider {
  margin: 8px 0 0 0;
}
.sidenav .subheader {
  font-size: 14px;
  line-height: 48px;
}
.sidenav .user-view {
  padding: 32px 32px 0;
  margin-bottom: 8px;
}
.sidenav .user-view .circle {
  height: 64px;
  width: 64px;
}
.sidenav .user-view .name, .sidenav .user-view .email {
  font-size: 14px;
  line-height: 24px;
}
.sidenav .user-view .name {
  margin-top: 16px;
}
.sidenav .user-view .email {
  padding-bottom: 16px;
}
.drag-target {
  height: 100%;
  width: 10px;
}
.sidenav-overlay {
  height: 120vh;
}
.preloader-wrapper {
  width: 50px;
  height: 50px;
}
.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}
.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}
.spinner-layer {
  width: 100%;
  height: 100%;
}
.gap-patch {
  left: 45%;
  width: 10%;
  height: 100%;
}
.gap-patch .circle {
  width: 1000%;
  left: -450%;
}
.circle-clipper {
  width: 50%;
  height: 100%;
}
.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  border-radius: 50%;
}
.circle-clipper.right .circle {
  left: -100%;
}
.slider {
  height: 400px;
  width: 100%;
}
.slider.fullscreen {
  height: 100%;
  width: 100%;
}
.slider.fullscreen ul.slides {
  height: 100%;
}
.slider.fullscreen ul.indicators {
  bottom: 30px;
}
.slider .slides {
  height: 400px;
}
.slider .slides li {
  width: 100%;
}
.slider .slides li img {
  height: 100%;
  width: 100%;
}
.slider .slides li .caption {
  top: 15%;
  left: 15%;
  width: 70%;
}
.slider .indicators .indicator-item {
  height: 16px;
  width: 16px;
  margin: 0 12px;
  border-radius: 50%;
}
.carousel {
  width: 100%;
  height: 400px;
  perspective: 500px;
  transform-origin: 0% 50%;
}
.carousel.carousel-slider .carousel-fixed-item {
  bottom: 20px;
}
.carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 68px;
}
.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
}
.carousel.carousel-slider .carousel-item h2 {
  font-size: 24px;
  line-height: 32px;
}
.carousel.carousel-slider .carousel-item p {
  font-size: 15px;
}
.carousel .carousel-item {
  width: 200px;
  height: 200px;
}
.carousel .carousel-item > img {
  width: 100%;
}
.carousel .indicators .indicator-item {
  height: 8px;
  width: 8px;
  margin: 24px 4px;
  border-radius: 50%;
}
.tap-target-wrapper {
  width: 800px;
  height: 800px;
}
.tap-target {
  font-size: 1rem;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.tap-target-wave {
  border-radius: 50%;
}
.tap-target-wave::before, .tap-target-wave::after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.tap-target-origin {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pulse::before {
  width: 100%;
  height: 100%;
}
.datepicker-modal {
  max-width: 325px;
  min-width: 300px;
}
.datepicker-controls {
  width: 280px;
}
.datepicker-controls .select-year input {
  width: 50px;
}
.datepicker-controls .select-month input {
  width: 70px;
}
.month-prev, .month-next {
  margin-top: 4px;
}
.datepicker-date-display {
  padding: 20px 22px;
}
.datepicker-date-display .year-text {
  font-size: 1.5rem;
  line-height: 25px;
}
.datepicker-date-display .date-text {
  font-size: 2.8rem;
  line-height: 47px;
}
.datepicker-table {
  width: 280px;
  font-size: 1rem;
}
.datepicker-table th {
  padding: 10px 5px;
}
.datepicker-table td {
  border-radius: 50%;
}
.datepicker-day-button {
  line-height: 38px;
  width: 100%;
  border-radius: 50%;
  padding: 0 5px;
}
.datepicker-footer {
  width: 280px;
  padding-bottom: 5px;
}
.datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done {
  padding: 0 1rem;
}
.timepicker-modal {
  max-width: 325px;
}
.timepicker-digital-display {
  padding: 10px;
}
.timepicker-text-container {
  font-size: 4rem;
}
.timepicker-span-hours {
  margin-right: 3px;
}
.timepicker-span-minutes {
  margin-left: 3px;
}
.timepicker-display-am-pm {
  font-size: 1.3rem;
  right: 1rem;
  bottom: 1rem;
}
.timepicker-plate {
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-top: 25px;
  margin-bottom: 5px;
}
.timepicker-tick {
  border-radius: 50%;
  line-height: 40px;
  width: 40px;
  height: 40px;
  font-size: 15px;
}
.timepicker-footer {
  padding: 5px 1rem;
}
.timepicker-clear, .timepicker-close {
  padding: 0 20px;
}
.toggle {
  height: 72px;
  line-height: 72px;
  width: 10px;
}
.profile {
  margin: 20px 0;
}
.profile-sidebar {
  padding: 0 0 10px 0;
}
.profile-userpic img {
    width: 120px;
    height: 120px;
    margin-left: 25%;
    border-radius: 50% !important;
}
.profile-usertitle {
  line-height: calc(100vw * var(--responsive-constant) / 20);
  font-size: calc(100vw * var(--responsive-constant) / 25);
}
.profile-usertitle-name {
  font-size: calc(100vw * var(--responsive-constant) / 20);
  margin-bottom: 1px;
}
.profile-usertitle-job {
  font-size: 12px;
  margin-bottom: 1px;
}
.profile-userbuttons {
  margin-top: 10px;
}
.profile-userbuttons .btn {
  font-size: 11px;
}
.profile-usermenu {
  margin-top: 1px;
}

.profile-usermenu ul li a {
  font-size: calc(100vw * var(--responsive-constant) / 20);
}
.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: calc(100vw * var(--responsive-constant) /16);
}
.profile-usermenu ul li.active a {
  margin-left: -2px;
}
.profile-content {
  padding: 20px;
  min-height: 460px;
}
.profile-halfbar {
  padding: 10px 10px 0 10px;
}

.brand-logor {
  left: 10%;
  width: 80%;
}
#uploadImage {
  width: 100%;
  margin: 0 0 20px 0;
  border-radius: 12px;
}
.slider {
  top: calc(-100vw / 15);
  border-radius: 30px;
  height: calc(100vw * var(--responsive-constant) / 17);
  width: calc(100vw / 8);
}
.modalstyle {
  padding-top: 100px;
  width: 100%;
  height: 100%;
}
.modalstylein {
    margin-left: 30%;
    padding: 30px;
    width: 400px;
    margin-top: 5px;
    border-radius: 10px;
    font-size: 16px;
}
.modalstylein textarea {
    max-height: 100px;
    height: 120px !important;
    padding: 10px !important;
    font-size: 16px !important;
    width: 100%;
    margin-left: -3% !important;
}
.flexbin:after {
  min-width: 100px;
}
.flexbin > * {
  height: 200px;
  margin: calc(100vw * var(--responsive-constant) / 80);
  width: 150px;
}
.flexbin > * > img {
    height: 200px;
    max-width: 100%;
    min-width: 100%;
    border-radius: 10px;
}
.flexbin.flexbin-margin {
  margin: 2.5px 2.5px 2.5px 2.5px;
}
.blocker {
  width: 100%;
  height: 100%;
  padding: 20px;
}
.blocker:before {
  height: 100%;
  margin-right: -0.05em;
}
.modal {
    width: 90%;
    max-width: 250px;
    max-height: 130px !important;
    line-height: calc(100vw * var(--responsive-constant) / 15);
    padding: 10px !important;
    border-radius: 8px;
}
.modal a.close-modal {
  top: -12.5px;
  right: -12.5px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
}
.modal-spinner {
  top: 50%;
  left: 50%;
  transform: translatey(-50%) translatex(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  height: 20px;
}
.modal-spinner > div {
  border-radius: 100px;
  height: 20px;
  width: 2px;
  margin: 0 1px;
}
.faa-parent.animated-hover:hover > .faa-ring, .faa-ring.animated, .faa-ring.animated-hover:hover {
  transform-origin: 50% 0;
}
.icon-bar {
  width: 100%;
}
.icon-bar .links {
  width: 16.6%;
  font-size: calc(100vw * var(--responsive-constant) / 25);
  padding-top: 20px !important;
}
#hdrimg {
  width: calc(100vw / 10);
  height: calc(100vw * var(--responsive-constant) / 10);
  margin-top: calc(100vw * var(--responsive-constant) / 40);
  border-radius: 50%;
}
#hdsimg {
  width: calc(100vw / 10);
  height: calc(100vw * var(--responsive-constant) / 10);
  margin-top: calc(100vw * var(--responsive-constant) / 40);
  border-radius: 50%;
}
.mainblock {
  width: 100%;
  height: 350px;
}
.innerblock {
  margin-bottom: -20px;
}
.sb1block {
  padding-top: 16px;
  padding-left: 24px;
  padding-bottom: 16px;
}
.mainblock .subblock1 > div {
  margin-left: 15px;
  width: 210px;
}
.insideblock {
  border-radius: 8px;
}
.insidesubblock {
  max-width: 210px;
  min-width: 210px;
}
.insidesubblock img {
  height: 175px;
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.insidedetail {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.insidedetail a {
 font-size: 20px;
}

.insidedetail button {
  font-size: calc(100vw * var(--responsive-constant) / 25);
  margin-bottom: calc(100vw * var(--responsive-constant) / 50);
}
.insidedetail i {
  font-size: calc(100vw * var(--responsive-constant) / 25);
  margin-right: calc(100vw * var(--responsive-constant) / 25) !important;
}
.popup {
  width: 100%;
  height: auto;
}
.popup:before {
  width: 100%;
  top: 50%;
}
.popup:after {
  height: 2px;
  top: 50%;
  margin-top: -1px;
}
.popup__block {
    width: 30%;
    left: 35%;
    max-width: 600px;
    min-height: 700px;
    height: calc(100vh);
}
.popup__block nav {
  /* height: calc(100vw * var(--responsive-constant) / 6); */
}
.switch {
  width: 54px;
  height: 24px;
  top: -40px;
  right: 40px;
}
.slider:before {
  height: calc(100vw * var(--responsive-constant) / 17);
  width: calc(100vw / 17);
  border-radius: 50%;
}
input:checked + .slider:before {
  transform: translatex(calc(100vw * var(--responsive-constant) / 15));
}
.slider:after {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 30%;
  font-size: calc(100vw * var(--responsive-constant) / 40);
}
.meter {
  height: calc(100vw * var(--responsive-constant) / 25);
  border-radius: 10px;
  padding: 1px;
  margin: 10px 0 10px 0;
}
.meter > span {
  height: calc(100vw * var(--responsive-constant) / 35);
  border-radius: 10px;
}
.animate > span > span, .meter > span:after {
  background-size: 50px 50px;
}
.thumb {
  height: calc(100vw * var(--responsive-constant) / 5);
  width: calc(100vw / 5);
}
.storiesWrapper {
  padding: 12px;
  max-width: 98%;
  height: 190px;
}
.disclaimer {
  line-height: 1.5em;
  border-radius: 3px;
  margin: 12px 12px 0;
  padding: 12px 12px 12px 74px;
  font-size: 13px;
  max-width: 500px;
  min-height: 50px;
}
.disclaimer img {
  margin-right: 12px;
  width: 50px;
  margin-left: -62px;
}
.disclaimer p + p {
  margin-top: 1.25em;
}
.skin {
  font-size: calc(100vw * var(--responsive-constant) / 20);
  padding: 12px;
}
.skin select {
  max-width: 30%;
}
#zuck-modal {
  width: 100vw;
  height: 100%;
  font-size: 14px;
}
#zuck-modal-content, #zuck-modal-content .story-viewer, #zuck-modal-content .story-viewer > .slides, #zuck-modal-content .story-viewer > .slides > * {
  width: 100vw;
  height: 100%;
}
#zuck-modal.with-effects.closed {
  transform: translatey(100%);
}
#zuck-modal .slider {
  width: 300vw;
  left: -100vw;
}
#zuck-modal .slider, #zuck-modal .slider > * {
  height: 100%;
}
#zuck-modal .slider > * {
  width: 100vw;
}
#zuck-modal .slider > .viewing {
  left: 100vw;
}
#zuck-modal .slider > .next {
  left: 200vw;
}
#zuck-modal.with-cube #zuck-modal-content {
  perspective: 1000vw;
  perspective-origin: 50% 50%;
}
#zuck-modal.with-cube .slider > .previous {
  left: 100vw;
  transform: rotatey(270deg) translatex(-50%);
}
#zuck-modal.with-cube .slider > .viewing {
  left: 100vw;
  transform: translatez(50vw);
}
#zuck-modal.with-cube .slider > .next {
  left: 100vw;
  transform: rotatey(-270deg) translatex(50%);
}
#zuck-modal-content .story-viewer .slides-pagination span {
  top: 50vh;
  font-size: 48px;
  line-height: 48px;
  width: 48px;
  margin: 6px;
  transform: translatey(-50%);
}
#zuck-modal-content .story-viewer .slides-pointers {
  border-spacing: 6px;
  width: 100vh;
  left: calc(50vw - 50vh);
  right: calc(50vw - 50vh);
}
#zuck-modal-content .story-viewer .slides-pointers > * > * {
  border-radius: 2px;
}
#zuck-modal-content .story-viewer .slides-pointers > * > * > b {
  height: 2px;
  border-radius: 2px;
}
#zuck-modal-content .story-viewer .head {
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  padding: 6px 12px;
}
#zuck-modal-content .story-viewer .head .item-preview {
  width: 42px;
  height: 42px;
  margin-right: 9px;
  border-radius: 50%;
  background-position: 50%;
}
#zuck-modal-content .story-viewer .head .item-preview img {
  height: 100%;
  width: 100%;
  background-position: 50%;
}
#zuck-modal-content .story-viewer .head .time {
  font-size: 13px;
}
#zuck-modal-content .story-viewer .head .left {
  margin: 6px 0;
}
#zuck-modal-content .story-viewer .head .left .info {
  max-width: 70vw;
}
#zuck-modal-content .story-viewer .head .left .info > * {
  width: 100%;
  line-height: 21px;
}
#zuck-modal-content .story-viewer .head .back, #zuck-modal-content .story-viewer .head .right .close {
  font-size: calc(100vw * var(--responsive-constant) / 8);
  width: 48px;
  height: 48px;
  line-height: 48px;
}
#zuck-modal-content .story-viewer .head .left .back {
  width: 24px;
  margin: -9px -6px 0;
}
#zuck-modal-content .story-viewer .head .loading {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 9px 0;
}
#zuck-modal-content .story-viewer .slides .item > .media {
  height: 100%;
  left: 50%;
  transform: translatex(-50%);
}
#zuck-modal-content .story-viewer .tip {
  border-radius: 24px;
  font-size: calc(100vw * var(--responsive-constant) / 20);
  bottom: 24px;
  left: 50%;
  transform: translatex(-50%);
  padding: 12px 24px;
}
#zuck-modal.rtl .slider {
  right: -100vw;
}
#zuck-modal.rtl .slider > .previous {
  transform: rotatey(-270deg) translatex(50%);
}
#zuck-modal.rtl .slider > .viewing {
  right: 100vw;
}
#zuck-modal.rtl .slider > .next {
  right: 200vw;
}
#zuck-modal.rtl.with-cube .slider > .previous {
  right: 100vw;
}
#zuck-modal.rtl.with-cube .slider > .viewing {
  right: 100vw;
  transform: translatez(50vw);
}
#zuck-modal.rtl.with-cube .slider > .next {
  right: 100vw;
  transform: rotatey(270deg) translatex(-50%);
}
#zuck-modal.rtl #zuck-modal-content .story-viewer .head .item-preview {
  margin-left: 9px;
}
#zuck-modal.rtl #zuck-modal-content .story-viewer .tip {
  right: 50%;
  transform: translatex(50%);
}
.stories.carousel .story {
  width: 18vw;
  max-width: 100px;
  margin: 0 6px;
}
.stories.carousel .story > .item-link > .item-preview {
  height: 100px;
  width: 100px;
}
.stories.carousel .story > .item-link > .item-preview img {
  height: 100%;
  width: 100%;
  background-position: 50%;
}
.stories.carousel .story > .item-link > .info {
  margin-top: 0.5em;
  line-height: 1.2em;
  width: 100%;
  font-size: calc(100vw * var(--responsive-constant) / 30);
}
.stories.list .story {
  margin: 6px;
  padding-bottom: 6px;
}
.stories.list .story > .item-link > .item-preview {
  height: 42px;
  width: 42px;
  max-width: 42px;
  margin-right: 12px;
}
.stories.list .story > .item-link > .item-preview img {
  height: 100%;
  width: 100%;
  background-position: 50%;
}
.stories.list .story > .item-link > .info {
  line-height: 1.6em;
}
.stories.rtl.list .story > .item-link > .item-preview {
  margin-left: 12px;
}
.stories.snapgram .story > .item-link > .item-preview {
  border-radius: 50%;
  padding: 2px;
}
.stories.snapgram .story > .item-link > .item-preview img {
  border-radius: 50%;
}
#formheader {
  width: 75%;
  margin-right: 5%;
  line-height: calc(100vw * var(--responsive-constant) / 20);
}
.thumb-profile {
  height: calc(100vw * var(--responsive-constant) / 5);
  width: calc(100vw / 5);
  border-radius: 50%;
}
.tab_two_rows {
  padding: 10px 0 80px 0;
  width: 100%;
  border-radius: 5px;
  min-width: 240px;
}
.tab_two_rows .content section h2, .tab_two_rows ul li label {
  font-size: 10px;
}
.tab_two_rows ul {
  margin-bottom: 10px;
}
.tab_two_rows ul li {
  width: 50%;
  padding: 0 10px;
}
.tab_two_rows ul li label {
  padding: 5px auto;
}
.tab_two_rows .tab_slider {
  width: 50%;
}
.tab_two_rows .tab_slider .indicator {
  width: calc(100vw / 4);
  max-width: 100%;
  height: calc(100vw * var(--responsive-constant) / 80);
  border-radius: 1px;
}
.tab_two_rows .content {
  margin-top: calc(100vw * var(--responsive-constant) / 80);
}
.tab_two_rows .content section h2::after {
  width: 30px;
  height: 3px;
  margin-top: 5px;
  left: 1px;
}
.tab_two_rows input[name="tab_two_rows-control"]:nth-of-type(2):checked ~ .tab_slider {
  transform: translatex(100%);
}
.tab_two_rows input[name="tab_two_rows-control"]:nth-of-type(3):checked ~ .tab_slider {
  transform: translatex(200%);
}
.tab_two_rows input[name="tab_two_rows-control"]:nth-of-type(4):checked ~ .tab_slider {
  transform: translatex(300%);
}
.tab_two_rows_msg {
  padding: 10px 0 80px 0;
  width: 100%;
  border-radius: 5px;
  min-width: 240px;
}
.tab_two_rows_msg .content section h2, .tab_two_rows_msg ul li label {
  font-size: 10px;
}
.tab_two_rows_msg ul {
  margin-bottom: 10px;
}
.tab_two_rows_msg ul li {
  width: 50%;
  padding: 0 10px;
}
.tab_two_rows_msg ul li label {
  padding: 5px auto;
}
.tab_two_rows_msg .tab_slider {
  width: 50%;
}
.tab_two_rows_msg .tab_slider .indicator {
  width: calc(100vw / 4);
  max-width: 100%;
  height: calc(100vw * var(--responsive-constant) / 80);
  border-radius: 1px;
}
.tab_two_rows_msg .content {
  margin-top: calc(100vw * var(--responsive-constant) / 80);
}
.tab_two_rows_msg .content section h2::after {
  width: 30px;
  height: 3px;
  margin-top: 5px;
  left: 1px;
}
.tab_two_rows_msg input[name="tab_two_rows_msg-control"]:nth-of-type(2):checked ~ .tab_slider {
  transform: translatex(100%);
}
.tab_two_rows_msg input[name="tab_two_rows_msg-control"]:nth-of-type(3):checked ~ .tab_slider {
  transform: translatex(200%);
}
.tab_two_rows_msg input[name="tab_two_rows_msg-control"]:nth-of-type(4):checked ~ .tab_slider {
  transform: translatex(300%);
}
.tab_three_rows {
  padding-bottom: 80px;
  width: 100%;
  border-radius: 5px;
  min-width: 240px;
}
.tab_three_rows .content section h2, .tab_three_rows ul li label {
  font-size: 10px;
}
.tab_three_rows ul {
  margin-bottom: 10px;
}
.tab_three_rows ul li {
  width: 25%;
  padding: 0 10px;
}
.tab_three_rows ul li label {
  padding: 5px auto;
}
.tab_three_rows .tab_slider {
  width: 33.3%;
}
.tab_three_rows .tab_slider .indicator {
  width: calc(100vw / 5);
  max-width: 100%;
  height: calc(100vw * var(--responsive-constant) / 80);
  border-radius: 1px;
}
.tab_three_rows .content {
  margin-top: calc(100vw * var(--responsive-constant) / 80);
}
.tab_three_rows .content section h2::after {
  width: 30px;
  height: 3px;
  margin-top: 5px;
  left: 1px;
}
.tab_three_rows input[name="tab_three_row_radio-control"]:nth-of-type(2):checked ~ .tab_slider {
  transform: translatex(100%);
}
.tab_three_rows input[name="tab_three_row_radio-control"]:nth-of-type(3):checked ~ .tab_slider {
  transform: translatex(200%);
}
.tab_three_rows input[name="tab_three_row_radio-control"]:nth-of-type(4):checked ~ .tab_slider {
  transform: translatex(300%);
}
.tab_four_rows {
  padding: 10px 0 80px 0;
  width: 100%;
  border-radius: 5px;
  min-width: 240px;
}
.tab_four_rows .content section h2, .tab_four_rows ul li label {
  font-size: 10px;
}
.tab_four_rows ul {
  margin-bottom: 10px;
}
.tab_four_rows ul li {
  width: 25%;
  padding: 0 10px;
}
.tab_four_rows ul li label {
  padding: 5px auto;
}
.tab_four_rows .tab_slider {
  width: 25%;
}
.tab_four_rows .tab_slider .indicator {
  width: calc(100vw / 6);
  max-width: 100%;
  height: calc(100vw * var(--responsive-constant) / 80);
  border-radius: 1px;
}
.tab_four_rows .content {
  margin-top: calc(100vw * var(--responsive-constant) / 80);
}
.tab_four_rows .content section h2::after {
  width: 30px;
  height: 3px;
  margin-top: 5px;
  left: 1px;
}
.tab_four_rows input[name="tab_four_rows-control"]:nth-of-type(2):checked ~ .tab_slider {
  transform: translatex(100%);
}
.tab_four_rows input[name="tab_four_rows-control"]:nth-of-type(3):checked ~ .tab_slider {
  transform: translatex(200%);
}
.tab_four_rows input[name="tab_four_rows-control"]:nth-of-type(4):checked ~ .tab_slider {
  transform: translatex(300%);
}
.text-ellipsis {
  width: 90%;
}
.saving {
  font-size: calc(100vw * var(--responsive-constant) / 20);
}
.saving span {
  font-size: 20px;
}
.typing_loader {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: -12px;
  margin: 7px 15px 6px;
}
form.convFormDynamic {
  width: calc(100% - 33px);
  margin: 10px auto 15px;
}
form.convFormDynamic textarea.userInputDynamic {
  padding: 7px 10px;
  font-size: calc(100vw * var(--responsive-constant) / 25);
  width: calc(100% - 70px);
  line-height: 1.3em;
  min-height: 1.7em;
  max-height: 10rem;
  max-width: 88%;
  margin-right: 2.5%;
}
form.convFormDynamic input.userInputDynamic {
  padding: 7px 10px;
  font-size: calc(100vw * var(--responsive-constant) / 25);
  width: calc(100% - 70px);
  line-height: 1.3em;
  min-height: 1.7em;
  max-height: 10rem;
  max-width: 88%;
  margin-right: 2.5%;
}
div.conv-form-wrapper:after {
  width: 100%;
  height: 1px;
}
div.conv-form-wrapper div#messages {
  max-height: 71vh;
}
div.conv-form-wrapper div.wrapper-messages {
  height: 577px;
  max-height: 71vh;
}
div.conv-form-wrapper:before {
  width: 100%;
  height: 30px;
}
input[type="text"].userInputDynamic {
  border-radius: 3px;
  margin: 7px 10px;
}
textarea.userInputDynamic {
  border-radius: 3px;
  margin: 7px 10px;
}
div.conv-form-wrapper div#messages {
  width: 100%;
  padding-bottom: 20px;
}
div.conv-form-wrapper div.options {
  bottom: 100%;
  width: 100%;
  transform: translatey(-5px);
}
div.conv-form-wrapper div.options div.option {
  padding: 7px 12px;
  margin: 5px;
  border-radius: 20px;
  font-size: calc(100vw * var(--responsive-constant) / 25);
}
div.conv-form-wrapper div#messages div.message {
  font-size: calc(100vw * var(--responsive-constant) / 25);
  padding: 10px 15px 8px;
  border-radius: 20px;
  margin-bottom: 5px;
  max-width: 65%;
}
.message.from + .message.to, .message.to + .message.from {
  margin-top: 15px;
}
form.convFormDynamic button.submit {
  padding: 3px;
  margin: 5px;
  border-radius: 8px;
  font-size: 1.1rem;
  width: 36px;
  height: 35px;
  margin-top: 4px;
}
.spinLoader, .spinLoader:after, .spinLoader:before {
  width: 1em;
  height: 4em;
}
.spinLoader {
  text-indent: -9999em;
  margin: 50% auto;
  font-size: 11px;
}
.spinLoader:before {
  left: -1.5em;
}
.spinLoader:after {
  left: 1.5em;
}
.arrow_box:after, .arrow_box:before {
  bottom: 100%;
  left: 50%;
}
.arrow_box:after {
  border-width: 10px;
  margin-left: -10px;
}
.arrow_box:before {
  border-width: 16px;
  margin-left: -16px;
}
#post_img {
  width: 100%;
  height: 600px;
  object-position: 100% 0;
}
.colorBox {
  width: calc(100vw / 6);
  height: calc(100vw * var(--responsive-constant) / 6);
  margin: calc(100vw * var(--responsive-constant) / 70);
  border-radius: 50%;
}
.colorText {
  font-size: calc(100vw * var(--responsive-constant) / 35);
  line-height: calc(100vw * var(--responsive-constant) / 6);
  padding: calc(100vw * var(--responsive-constant) / 90);
  border-radius: calc(100vw * var(--responsive-constant) / 90);
}
.Load_More_First {
  font-size: calc(100vw * var(--responsive-constant) / 18);
  padding: calc(100vw * var(--responsive-constant) / 35);
  width: 100%;
  background-size: 100% 400%;
}

#LoginBtn {
  height: 44px;
  line-height: calc(100vw * var(--responsive-constant) / 8);
  font-size: 18px;
  background-size: 100% 400%;
}

#nextBtn {
  height: calc(100vw * var(--responsive-constant) / 8);
  font-size: calc(100vw * var(--responsive-constant) / 22);
  padding-left: calc(100vw * var(--responsive-constant) / 25);
  padding-right: calc(100vw * var(--responsive-constant) / 25);
  background-size: 100% 400%;
}
#AccLCodeSubmit {
    height: 45px;
    font-size: 18px;
    padding-left: 12px;
    padding-right: 12px;
    width: 160px;
    border-radius: 7px;
    background-size: 100% 400%;
}
#prevBtn {
  height: calc(100vw * var(--responsive-constant) / 8);
  font-size: calc(100vw * var(--responsive-constant) / 22);
  padding-left: calc(100vw * var(--responsive-constant) / 25);
  padding-right: calc(100vw * var(--responsive-constant) / 25);
  background-size: 100% 400%;
}
#submit_show, #submits {
    width: 200px;
    padding: 10px 12px;
    height: auto;
    line-height: normal;
    font-size: calc(100vw * var(--responsive-constant) / 25);
    margin-left: 0;
    margin-bottom: 10px;
}
.alt_feed_room {
  padding: calc(100vw * var(--responsive-constant) / 80);
  background-size: 100% 400%;
  border-radius: 12px;
}
.alt_feed_title {
  font-size: calc(100vw * var(--responsive-constant) / 20);
  padding-top: 10px;
  margin-left: 10px;
}


#AccLCodeName {
    height: 45px;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 45px;
    width: 400px;
    margin-left: 5%;
    border-radius: 7px;
    margin-top: 0px;
    margin-bottom: 100px;
}
#Lock_Code_Bann {
    padding: 12px;
    font-size: 20px;
    margin-left: 8%;
    border-radius: 7px;
}

.dot-pulse {
  margin-left: 42%;
  margin-top: calc(100vw * var(--responsive-constant) / 15);
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.dot-pulse::before, .dot-pulse::after {
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
#regForm {
  width: 100%;
  padding: calc(100vw * var(--responsive-constant) / 20);
}
.context {
  width: 100%;
  top: 20vh;
}
.context h1 {
  font-size: 50px;
}
.area {
  width: 100%;
}
.circles {
  width: 100%;
  height: 100%;
}
.circles li {
  width: 20px;
  height: 20px;
  bottom: -150px;
}
.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
}
.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
}
.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
}
.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
}
.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
}
.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
}
.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
}
.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
}
.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
}
.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
}
.custom-shape-divider-top-1596217619 {
  width: 100%;
}
.custom-shape-divider-top-1596217619 svg {
  width: calc(155% + 1.3px);
  height: 160px;
}
#mobi-toast {
    padding: 20px;
    top: 250px;
    font-size: calc(100vw * var(--responsive-constant) / 20);
    max-height: 100px;
    width: 100%;
}
#hivisual {
  filter: grayscale(100%);
}
.postdetail {
  max-height: 100px;
}
.read-more-link {
  margin-top: 10px;
}
.toggle-label {
  margin-top: 5px;
  font-size: calc(100vw * var(--responsive-constant) / 23);
}
.card-liked {
  margin-top: calc(-100vw / 20);
  font-size: calc(100vw * var(--responsive-constant) / 25);
}
.cust_input {
  padding: 0 15px !important;
  margin-top: calc(100vw * var(--responsive-constant) / 75) !important;
}
.thumb {
  max-width: 100%;
  max-height: 100%;
  width: calc(20vw);
  height: calc(20vw);
  /* border-radius: 50%; */
  border: 1px dotted orange;
}

.thumb_circle {
  max-width: 100%;
  max-height: 100%;
  width: calc(20vw);
  height: calc(20vw);
  border-radius: 50%;
  border: 1px dotted orange;
}
.meter {
  height: 8px;
  border-radius: 3px;
}
.meter > span {
  height: 100%;
}
.artist-title {
  padding-top: 10px;
  font-size: calc(100vw * var(--responsive-constant) / 25);
}
.PreVideoLoad {
  width: 100%;
}
.PreVimeoPlay {
  width: 103px;
  height: 76px;
}
.PreYoutubePlay {
  width: 100px;
  height: 70px;
}
.faqbot-chatbox .faqbot-incoming span {
  padding: 10px !important;
}
.faqbot-toggler {
    right: 20px !important;
    bottom: 20px !important;
}
#profile-container {
    height: 300px;
    width: 96%;
    padding: 20px;
    margin-left: 2%;
    margin-top: 40px;
    border-radius: 5px;
}
#profile-container .profile-img {
  height: 120px;
  width: 120px;
  top: -25px;
  left: -25px;
  border-radius: 50%;
}
#profile-container .profile-img img {
    width: 120px;
    height: 120px;
    object-position: 50% 0;
    border-radius: 50%;
}
#profile-container h3 {
  margin-bottom: calc(100vw * var(--responsive-constant) / 40);
  font-size: calc(100vw * var(--responsive-constant) / 25);
}
#profile-container .profile-desc {
  font-size: calc(100vw * var(--responsive-constant) / 30);
}
#profile-container .weblink {
    top: 10px;
    right: 10px;
}
#profile-container .upilink {
    top: 10px;
    right: 200px;
}
#profile-container .profile-btn {
  width: calc(100% - 40px);
}
#profile-container .profile-foot {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  margin-left: -20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#profile-container .profile-foot div p:first-child {
  margin-right: 10px;
  border-right: 4px solid white;
  padding-right: 10px;
}
#profile-container h5 {
  font-size: calc(100vw * var(--responsive-constant) / 40);
  padding: 8px;
  margin-top: 10px;
}
.collection .collection-item.avatar .title {
  font-size: calc(100vw * var(--responsive-constant) / 20);
}
.container {
  max-width: 1350px;
  width: 100%;
}
nav {
  width: 100%;
}
.navbar-fixed {
  height: calc(100vw * var(--responsive-constant) / 7);
}

#splash_room {
  width: 100vw;
  height: 100vh;
  padding-top: 30vh;
}
.south-carolina {
  padding: calc(100vw * var(--responsive-constant) / 20);
}
.south-carolina span {
  width: 100%;
  padding: calc(100vw * var(--responsive-constant) / 30) 0;
  letter-spacing: calc(100vw * var(--responsive-constant) / 93);
  font-size: calc(100vw * var(--responsive-constant) / 20);
}
.animate-flicker img {
  width: calc(100vw / 2.5);
  border-radius: 50%;
}
.card .card-title {
  font-size: calc(100vw * var(--responsive-constant) / 25);
}
.card .card-image img {
  border-radius: 2px 2px 0 0;
  width: 100%;
  height: 350px;
  object-position: 100% 0;
}
.card .card-content {
  border-radius: 0 0 2px 2px;
  padding: 10px;
  font-size: calc(100vw * var(--responsive-constant) / 22);
  margin-top: calc(100vw * var(--responsive-constant) / 20);
}
.card .card-image .card-title {
  bottom: -5px;
  max-width: 100%;
  padding: 10px;
}
.dropdown-content li > a, .dropdown-content li > span {
  font-size: calc(100vw * var(--responsive-constant) / 20);
  line-height: 22px;
  padding: 14px 16px;
}
.chip .close {
  font-size: calc(100vw * var(--responsive-constant) / 20);
  line-height: 32px;
  padding-left: 8px;
}
.chips .input {
  font-size: calc(100vw * var(--responsive-constant) / 20);
  height: 3rem;
  line-height: 32px;
  width: 120px !important;
}
label {
  font-size: calc(100vw * var(--responsive-constant) / 25);
}
input:not([type]), input[type="date"]:not(.browser-default), input[type="datetime-local"]:not(.browser-default), input[type="datetime"]:not(.browser-default), input[type="email"]:not(.browser-default), input[type="number"]:not(.browser-default), input[type="password"]:not(.browser-default), input[type="search"]:not(.browser-default), input[type="tel"]:not(.browser-default), input[type="text"]:not(.browser-default), input[type="time"]:not(.browser-default), input[type="url"]:not(.browser-default), textarea.materialize-textarea {
  height: 3rem;
  width: 100%;
  font-size: calc(100vw * var(--responsive-constant) / 20);
  margin: 0 0 calc(100vw * var(--responsive-constant) / 20) 0;
}
select {
  border-radius: 5px;
  width: 98%;
  padding: 10px;
}
.select-wrapper input.select-dropdown {
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  font-size: calc(100vw * var(--responsive-constant) / 20);
  margin: 0 0 8px 0;
}
.sidenav {
  width: calc(100vw / 1.3);
  height: 100%;
  padding-bottom: 60px;
  transform: translatex(-105%);
}
.sidenav li > a {
  padding: calc(100vw * var(--responsive-constant) / 40) calc(100vw * var(--responsive-constant) / 40);
}
.sidenav li > a li > a > [class*="mdi-"], .sidenav li > a > [class^="mdi-"], .sidenav li > a > i, .sidenav li > a > i.material-icons {
  margin: 0 20px 0 10px;
  font-size: calc(100vw * var(--responsive-constant) / 15);
}
.icon-bar #links {
  width: 20%;
  margin-top: calc(100vw * var(--responsive-constant) / 25) !important;
  font-size: calc(100vw * var(--responsive-constant) / 15) !important;
}
.icon-bar #fulllink {
  width: 80%;
  font-size: calc(100vw * var(--responsive-constant) / 20);
  padding: 20px;
}
#blockcon {
  padding-bottom: 70px;
  padding-top: 10px;
}
.tab_four_rows ul li span, .tab_three_rows ul li span, .tab_two_rows ul li span, .tab_two_rows_msg ul li span {
  font-size: 16px;
}
.tab_four_rows section > span:first-child {
  font-size: calc(100vw * var(--responsive-constant) / 40);
  padding-left: 10px;
}
.top-right-fixed {
  top: calc(100vw * var(--responsive-constant) / 30);
  right: calc(100vw * var(--responsive-constant) / 80);
}
#Comment_Form {
  margin-bottom: calc(100vw * var(--responsive-constant) / 10);
}
#Comment_Form form {
  width: 100%;
}
#Comment_Form form textarea {
    min-height: 120px;
    padding: 10px;
    font-size: 16px;
}
#Comment_Form form button {
    bottom: 10px;
    right: 10px;
    padding: 20px;
    border-radius: 50%;
}
#Comment_Form form button i {
  font-size: calc(100vw * var(--responsive-constant) / 20);
}
.aftercomment {
  margin-bottom: calc(100vw * var(--responsive-constant) / 25);
}
.aftercomment p {
  font-size: calc(100vw * var(--responsive-constant) / 25);
}
.Load_More_First {
  font-size: calc(100vw * var(--responsive-constant) / 18);
  padding: calc(100vw * var(--responsive-constant) / 35);
  width: 100%;
  background-size: 100% 400%;
}
.Load_More_First a {
  font-size: calc(100vw * var(--responsive-constant) / 18);
}
.TopNav_Left {
    top: 100px;
    right: 100px;
    font-size: 18px;
    padding: 12px;
    border-radius: 7px;
    background-size: 100% 400%;
}
.TopNav_Left a {
  font-size: 20px;
}
#pagedisp1 h5, #pagedisp2 h5 {
  font-size: 35px;
}
#regForm {
  width: 100%;
  padding: calc(100vw * var(--responsive-constant) / 20);
}
#regForm p {
  font-size: calc(100vw * var(--responsive-constant) / 25);
  margin-bottom: 10px;
}
#regForm span {
  font-size: calc(100vw * var(--responsive-constant) / 25);
}
#regForm input {
    height: auto;
    padding: 12px 10px;
    font-size: 16px;
    width: 400px;
    margin-bottom: 10px;
}
#regForm input[type="radio"] {
    width: 20px;
    height: 20px;
    padding: 10px;
}


#regForm input[type="radio"]:checked::before {
    margin-left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: -5px;
}
#regForm #part3 .form-group {
    margin-bottom: 10px;
    margin-left: 35%;
    max-width: 400px;
}
#regForm #part3 .btn-group {
  padding-top: 20px;
}
#regForm #part3 .form-group p {
  font-size: calc(100vw * var(--responsive-constant) / 20);
  width: 100%;
  margin-top: calc(100vw * var(--responsive-constant) / 20);
}
#regForm #part3 .form-group label {
    font-size: 20px;
    width: 50%;
    gap: 10px;
  margin-bottom: calc(100vw * var(--responsive-constant) / 20);
}
#LoginForm input {
    height: auto;
    padding: 12px 10px;
    font-size: 16px;
    width: 400px;
    margin-bottom: 10px;
}
.login_help {
    font-size: 18px;
    bottom: 100px;
    margin-left: 40px;
}
.form-bottom {
  margin-top: 10px;
}
.step_right {
  margin-right: calc(100vw / 2.9);
}
.step_left {
  margin-left: calc(100vw /2.9);
}
.gallery {
  max-width: 100%;
}
.gallery-item {
  margin-bottom: calc(100vw * var(--responsive-constant) / 70);
}
.gallery-item figcaption {
  padding: calc(100vw * var(--responsive-constant) / 70);
  width: 100%;
  bottom: calc(100vw * var(--responsive-constant) / 70);
  height: 30px;
}
.gallery-item img {
  width: 100%;
}
#usertitle > div, #usertitle span{
 display: none !important;
}
#usertitle > div > div {
  font-size: calc(100vw * var(--responsive-constant) / 18);
}
#usertitle > div > div > i {
  margin-right: calc(100vw * var(--responsive-constant) / 40);
}
.app_launch_h1 {
  font-size: 32px;
  padding: 50px 10px 10px;
}
.app_launch_p {
  font-size: 18px;
}
.artEssentials {
  width: 92% !important;
}
.links i {
  font-size: calc(100vw * var(--responsive-constant) / 17);
  margin-top: calc(100vw * var(--responsive-constant) / 20);
}


#formheader input {
  width: 95%;
  font-size: calc(100vw * var(--responsive-constant) / 20);
  padding: calc(100vw * var(--responsive-constant) / 35);
  border-radius: 7px;
  border: 2px solid beige;
  margin-top: calc(100vw * var(--responsive-constant) / 60);
  height: calc(100vw * var(--responsive-constant) / 15);
}

#uploadImage #artdetai {
  padding: 15px;
  height: 150px;
  font-size: calc(100vw * var(--responsive-constant) / 20);
}
#uploadImage #thumb-output-fake {
    border: 2px dotted orange;
    width: 100px;
    height: 100px;
    margin-left: 5px;
}
#uploadImage #thumb-output-fake i {
    font-size: 40px;
    margin: 28px;
    background-size: 100%;
}
#profileIncomplete p {
  font-size: calc(100vw * var(--responsive-constant) / 20);
}


.uploadForm #paint_title {
  width: 90%;
}
.uploadForm #paint_media {
  width: 70%;
}
.uploadForm #paint_size_width {
  width: 35%;
}
.uploadForm #paint_size_height {
  width: 35%;
}
.uploadForm #paint_size_unit {
  width: 25%;
}
.uploadForm #paint_price {
  width: 70%;
}
.uploadForm #paint_currency {
  width: 30%;
}
.uploadForm #count_char {
  margin-left: calc(100vw * var(--responsive-constant) / 20);
  font-size: calc(100vw * var(--responsive-constant) / 25);
}
.uploadForm #paint_desc {
  padding: 10px;
  height: calc(100vw * var(--responsive-constant) / 4);
  font-size: calc(100vw * var(--responsive-constant) / 20);
}
.uploadForm #thumb-output {
  border: 1px dotted orange;
  width: 100px;
  height: 100px;
  margin-left: 5px;
}
.uploadForm #thumb-output i {
  font-size: 40px;
  margin: 28px;
  background-size: 100%;
}
.uploadForm #rotate-btn {
  left: 35%;
  margin-top: -13%;
  font-size: 20px;
}
.uploadForm .uploadInstruction {
  font-size: calc(100vw * var(--responsive-constant) / 20);
  margin-top: calc(100vw * var(--responsive-constant) / 20);
}
.Instra {
  padding: 15px;
}
#followerArtworks .white {
  margin: 8px;
  border-radius: 10px;
  width: 96%;
  max-width: 600px;
}
#followerArtworks .white > div:first-child {
    flex: 0 0 35%;
    height: 170px;
    margin-right: 15px;
}
#followerArtworks img {
  width: 100%;
  height: 100%;
  border-radius: 5px 0 0 5px;
}
#followerArtworks .green-text {
  font-size: calc(100vw * var(--responsive-constant) / 23);
  margin-top: calc(100vw * var(--responsive-constant) / 35);
  width: 80%;
}
#followerArtworks .black-text {
  font-size: calc(100vw * var(--responsive-constant) / 35);
  margin-top: 6px;
  line-height: calc(100vw * var(--responsive-constant) / 20);
  width: 80%;
}
.artist_bar {
  line-height: 35px;
  width: 100%;
  padding-left: 10px;
  height: 58px;
  font-size: calc(100vw * var(--responsive-constant) / 23);
  margin-top: 10px;
}

.artist_bar_img {
  width: 2.5rem !important;
  height: 2.5rem !important;
  border-radius: 50% !important;
  margin-right: 10px;
}
.seperator-1 {
  height: calc(100vw * var(--responsive-constant) / 50);
}
.artist_bar_date {
  font-size: calc(100vw * var(--responsive-constant) / 38);
}
.modal_vert {
  font-size: calc(100vw * var(--responsive-constant) / 15);
  top: 15px;
  right: 10px;
  padding-top: calc(100vw * var(--responsive-constant) / 50);
}
.modal_vert i {
  font-size: calc(100vw * var(--responsive-constant) / 20);
}
.text-fs-25 {
  font-size: calc(100vw * var(--responsive-constant) / 25) !important;
}
.text-fs-20 {
  font-size: calc(100vw * var(--responsive-constant) / 20) !important;
}
.text-fs-28 {
 font-size: calc(100vw * var(--responsive-constant) / 28) !important;   
}
.text-fsw-20 {
  font-size: 20px !important;
}
.text-fsw-18 {
  font-size: 18px !important;
}
.buttom_social_bar {
  height: calc(100vw * var(--responsive-constant) / 10);
  padding-left: calc(100vw * var(--responsive-constant) / 60);
  padding-right: calc(100vw * var(--responsive-constant) / 60);
  margin-top: calc(100vw * var(--responsive-constant) / 30);
}
.liked_icon {
  width: 33.3%;
}
.liked_form {
  width: 33.3%;
}
.comment_icon {
  width: 30%;
}
.share_icon {
  width: 33.3%;
}
#ratingPromptContainer .rateContainer {
        margin-top: 10px;
        margin-bottom: 10px;
        border-radius: 12px;
        border: 2px solid beige;
        padding: 20px;
}
#ratingPromptContainer a {
  font-size: 20px;
}
.GN_Tools {
  padding: calc(100vw * var(--responsive-constant) / 30);
}
.GN_Tools p {
  margin: calc(100vw * var(--responsive-constant) / 20) 0;
}
.GN_Tools input[type="number"] {
  font-size: calc(100vw * var(--responsive-constant) / 25);
  padding: calc(100vw * var(--responsive-constant) / 35) !important;
  width: 94%;
  height: calc(100vw * var(--responsive-constant) / 10);
  margin-bottom: 10px;
}
.GN_Tools #result_price {
  font-size: calc(100vw * var(--responsive-constant) / 20);
}
#PostDeleteBox #Delete_Post {
  width: 100%;
  padding: calc(100vw * var(--responsive-constant) / 20) 0;
}
.self_grid_room_followCard {
  grid-gap: 5px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-template-rows: repeat(2, 220px);
  padding: calc(100vw * var(--responsive-constant) / 50);
}
.self_grid_room div {
  width: 150px;
  height: 250px;
  margin: 5px;
}
.self_grid_room_followCard .white {
  height: 210px;
  border-radius: 10px;
}
.self_grid_room_followCard .white img {
  height: 130px;
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.self_grid_room_followCard .inside_contents div {
  width: 95%;
  font-size: 12px;
  line-height: 17px;
  max-height: 18px;
  margin: 8px 0;
}
#FollowerNotify .follower-item {
    height: 70px;
    border-bottom: 1px solid green;
    padding: 10px;
}
#FollowerNotify .follower-name {
  width: 70%;
  font-size: calc(100vw * var(--responsive-constant) / 30);
}
#FollowerNotify .follower-name strong {
  margin-right: 10px;
}
#FollowerNotify .send-button {
    margin-top: -20px;
    padding: 10px;
}
#FollowerNotify .send-button i, #FollowerNotify .send-button span {
  font-size: 18px;
}
#load_data_message i {
  font-size: calc(100vw * var(--responsive-constant) / 20);
  margin-left: 45%;
}
.msgRooms span {
  padding: calc(100vw * var(--responsive-constant) / 20);
}
.msgRooms .message-card {
  margin: 8px;
  border-radius: 10px;
  width: 96%;
  max-width: 600px;
}

.msgRooms .message-thumb {
  flex: 0 0 35%;
  height: 140px;
  margin-right: 20px;
}
.msgRooms .message-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 5px 0 0 5px;
}
.msgRooms .message-user {
  font-size: calc(100vw * var(--responsive-constant) / 23);
  margin-top: calc(100vw * var(--responsive-constant) / 35);
  width: 98%;
}
.msgRooms .message-date {
  font-size: calc(100vw * var(--responsive-constant) / 45);
  margin-top: calc(100vw * var(--responsive-constant) / 35);
}
.msgRooms .message-comment {
  font-size: calc(100vw * var(--responsive-constant) / 35);
  margin-top: calc(100vw * var(--responsive-constant) / 35);
}
#updateProfile {
  width: 100%;
  padding: 15px;
  font-size: calc(100vw * var(--responsive-constant) / 25);
}
#updateProfile #thumb-profile-output {
  border: 1px dotted orange;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-left: 40%;
}
#updateProfile #thumb-profile-output i {
    font-size: 40px;
    padding-top: 100px;
    padding-left: 37%;
}
#updateProfile #rotate-btn {
    left: 55%;
    margin-top: -80px;
    font-size: 30px;
}
#updateProfile input {
  border-radius: 5px;
  width: 95%;
  padding: 0 10px;
}
#updateProfile .socioLinks {
  gap: 10px;
  margin-bottom: 20px;
}
#updateProfile .socioLinks p {
  width: 35%;
  font-size: calc(100vw * var(--responsive-constant) / 27);
}
#updateProfile .socioLinks input {
  border-radius: 5px;
  width: 95%;
  padding: 2px 10px;
}
.gn-src-nav-height {
  height: calc(100vw * var(--responsive-constant) / 6);
}
.gn-src-nav-link {
  font-size: calc(100vw * var(--responsive-constant) / 25) !important;
  padding: var(--nopadding, calc(100vw * var(--responsive-constant) / 20)) !important;
}
.gn-src-nav-link i {
  font-size: calc(100vw * var(--responsive-constant) / 15) !important;
}
.gn-src-arrow-icon {
  width: 10%;
}
.gn-src-arrow-icon i {
  font-size: calc(100vw * var(--responsive-constant) / 20);
  padding: calc(100vw * var(--responsive-constant) / 18);
}
.gn-src-form-header {
  width: 40%;
  margin-right: 5%;
  font-size: calc(100vw * var(--responsive-constant) / 25);
  padding: calc(100vw * var(--responsive-constant) / 18);
}
.gn-src-tag-wrapper {
  width: 100%;
  padding-left: 10px;
}
.gn-src-tag-mark {
  border-radius: 5px;
  padding: 2px;
}
.notification-item {
  width: 100%;
  margin-top: 30px;
}
.notification-item .image {
  width: 15%;
  padding: 2px;
}
.notification-item .image img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.notification-item .comment {
    width: 85%;
    font-size: 18px;
    padding: 10px;
    border-radius: 7px;
}
.notification-item .white {
    top: -10px;
    right: 10px;
    width: 150px;
    padding: 10px;
    border-radius: 6px;
    font-size: 14px;
}
.notification-action {
  width: 100%;
  margin-bottom: calc(100vw * var(--responsive-constant) / 25);
  gap: calc(100vw * var(--responsive-constant) / 50);
}
.notification-action .like_comment {
  margin-left: calc(100vw * var(--responsive-constant) / 25);
}
.notification-action button i {
  font-size: calc(100vw * var(--responsive-constant) / 22);
}
.notification-action .edit_comment {
  font-size: calc(100vw * var(--responsive-constant) / 22);
}
.notification-action .edit_comment i {
  font-size: calc(100vw * var(--responsive-constant) / 22);
}
.notification-action .dlt_comment {
  font-size: calc(100vw * var(--responsive-constant) / 22);
}
.marginTop-10 {
  margin-top: 30px;
}
.followerblock {
  height: 360px !important;
  padding-top: 10px;
}
.adrich {
  width: 100%;
}
.adrich-header {
  width: 100%;
  padding-left: 10px;
  padding-top: calc(100vw * var(--responsive-constant) / 50);
  height: calc(100vw * var(--responsive-constant) / 8);
  font-size: calc(100vw * var(--responsive-constant) / 21);
  line-height: calc(100vw * var(--responsive-constant) / 40);
}
.adrich-logo img {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 20px;
}
.adrich-break {
  height: calc(100vw * var(--responsive-constant) / 70);
}
.adrich-note {
  font-size: calc(100vw * var(--responsive-constant) / 33);
  line-height: calc(100vw * var(--responsive-constant) / 15);
}
.card-content#g_ads_slot001 {
  width: 100%;
  max-width: 320px;
}
.product-grid {
  margin: 0 -15px;
}
.product-item {
  padding: 2px;
  width: 50%;
  margin-bottom: 15px;
}
.product-card {
  border-radius: 8px;
}
.product-card img {
  width: 100%;
  height: 200px !important;
  border-radius: 5px 5px 0 0;
}
.product-name {
  font-size: 16px;
  margin: 10px;
}
.product-price {
  font-size: 22px;
  margin: 0 0 10px 10px;
}
.buy-btn-store {
  padding: 10px 12px;
  font-size: 16px;
  width: 100%;
}
.st_brush {
  margin: 5px 10px;
}
.st_palette {
  margin: 5px 10px;
}
.st_paper {
  margin: 5px 10px;
}
.st_frame {
  margin: 5px 10px;
}
.st_pencil {
  margin: 5px 10px;
}
.st_paints {
  margin: 5px 10px;
}
.st_others {
  margin: 5px 10px;
}
.st_canvas {
  margin: 5px 10px;
}
.affiliateblock {
  padding: 5px !important;
  margin-top: calc(100vw * var(--responsive-constant) / 25) !important;
  height: 400px !important;
}
.articleblock {
  width: 100% !important;
  height: 550px !important;
}
.articleblock .insideblock {
  width: 300px !important;
}
.articleblock .insidesubblock {
  width: 300px;
  max-width: 300px;
  min-width: 300px;
}
.articleblock .insidesubblock img {
  height: 200px;
}
.articleblock .insidedetail {
  width: 300px;
  height: 200px;
}
.noticecards {
  width: 96%;
  border-radius: 10px;
  padding: 10px;
  margin: 10px 2%;
}
.noticecards > div:first-child img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.noticecards > div:last-child {
  font-size: calc(100vw * var(--responsive-constant) / 28);
  padding-left: 15px;
}
.text-mb-20 {
  margin-bottom: 20px;
}
.text-m-20 {
  margin: 10px;
}

.sponsored-tag-web
{
 margin-bottom: 5px;
 margin-top: 5px;
 padding: 8px 10px;
 border: 8px;
}