@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

 #vs_cursor {
  position: absolute;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  mix-blend-mode: difference;
  pointer-events: none;
  transition: transform .15s ease-in-out;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}


/* Body Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a,
a:hover {
  text-decoration: none;
}

button,
input {
  overflow: visible;
}

button:focus,
.form-control:focus,
.accordion-button:focus,
input:focus-visible {
  outline: none;
  box-shadow: none;
}


body {
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
  /*font-family: "Roboto", sans-serif;*/
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Be Vietnam Pro", sans-serif;

}


.vs_fs_50 {
  font-size: calc(1.1rem + 2vw);
}

.vs_fs_30 {
  font-size: calc(0.7rem + 1.4vw);
}

.vs_fs_40 {
  font-size: calc(0.8rem + 1.2vw);
  font-weight: 600;
  line-height: 46px;
}

.vs_fs_35 {
  font-size: 35px;
}

.vs_fs_24 {
  font-size: calc(0.7rem + 1vw);
}

.vs_fs_20 {
  font-size: 20px;
}

.vs_fs_15 {
  font-size: 15px;
}

.vs_fs_14 {
  font-size: 14px;
}


.vs_fc_orange {
  color: #f6961e;
}

.vs_fc_yellow {
  color: #ffe04e;
}

.vs_fc_sky {
  color: #00bcd4
}

.vs_fc_pink {
  color: #e91e63;
}

.vs_fc_purple {
  color: #9c27b0;
}

.vs_fc_red {
  color: #e71405
}

.vs_fc_blue {
  color: #3f51b5;
}
.vs_fc_green {
  color: #4caf50;
}

* {
  scrollbar-width: auto;
  scrollbar-color: #8f54a0 #ffffff;
}

*::-webkit-scrollbar {
  width: 15px;
}

*::-webkit-scrollbar-track {
  background: #f6961e;
}

*::-webkit-scrollbar-thumb {
  background-color: #000;
  /*border-radius: 10px;*/
  /*border: 2px solid #f6961e;*/
  /*box-shadow: 0 0 10px #000064;*/
}

.vs_scrollbar {
  height: 300px;
  overflow-y: scroll;
  padding-bottom: 10px;
}

.vs_scrollbar::-webkit-scrollbar-track {
  width: 4px;
  background-color: #281111;
  box-shadow: 0 0 10px #a9a2a275;
}

.vs_scrollbar::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5;
}

.vs_scrollbar::-webkit-scrollbar-thumb {
  border: 2px solid #f6961d;
  background-color: #000000;
}




.vs_fix_btn {
  position: fixed;
    bottom: 60px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: end;
    width: 100%;
    justify-content: space-between;
}
.vs_last_btn{
  padding-left: 10px;
}
.vs_fix_whatsup_btn{
    padding-right: 10px;

}
.vs_fix_whatsup_btn img {
  width: 45px;
  object-fit: contain;
}
.vs_last_btn button{
  display: none;
}
.vs_last_btn button.show{
  display: block;
}