body {
  font-family: "Open Sans", sans-serif;
  color: black;
  max-width: 100vw;
  overflow-x: hidden;
}

:root {
  --soft-gray: #fafafa;
  --bg-gray: rgb(242, 242, 242);
  --gray: rgb(191, 191, 191);
  --darker-gray: rgb(127, 127, 127);
  --font-size-ten: 0.833rem;
  --font-size-eleven: 0.917rem;
  --font-size-twelve: 1rem;
  --font-size-eight: 0.667rem;
  --font-size-seven: 0.583rem;
  --font-size-fourteen: 1.167rem;
  --font-size-24: 1.5rem;
  --font-size-10: 0.625;
  --font-size-12: 0.75rem;
  --font-size-14: 0.875rem;
  --font-size-16: 1rem;
  --font-size-10: 0.625rem;
  --green-color: #76cc11;
}

p {
  margin-bottom: 0;
}

main {
  max-width: 1440px;
  margin: auto;
  min-height: calc(100vh);
  padding: 23px 0 95px 0px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  box-shadow: none;
  outline: 0 none;
}

a:focus,
a:active {
  background: transparent !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none !important;
  outline: none;
}

p {
  overflow-wrap: break-word !important;
  word-wrap: break-word;
}

input {
  color: black !important;
}

button,
label,
p,
a,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif !important;
  overflow-wrap: break-word !important;
  word-wrap: break-word;
  word-break: break-word;
}

.mt-20px {
  margin-top: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-15 {
  margin-top: 15px;
}

.subteks {
  font-size: 20px;
  line-height: 140%;
}

#wrapper-select2Country {
  position: sticky;
  position: -webkit-sticky;
  /* Untuk browser yang lebih lama */
  position: sticky;
  top: 70px;
  /* Jarak dari atas layar */
  z-index: 100;
  background-color: white;
}

/* blush on */
.wrapper-blushon {

  z-index: -20;
  position: sticky;
  position: -webkit-sticky;
  /* Untuk browser yang lebih lama */
  position: sticky;
  top: 20px;
  /* Jarak dari atas layar */
}

.home__features-blurLeft {
  /*bottom: 90px;
    */
  object-fit: cover;
  object-position: center;
  color: transparent;
  width: 400px;
  height: auto;
  filter: blur(20px);
  z-index: -20;
  -webkit-filter: blur(20px);
}

.circle-colorLeft {
  position: absolute;
  /* inset: 0; */
  left: -20;
  /* bottom: 20px; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  z-index: -20;
}

.home__features-blurRight {
  /*bottom: 90px;
    */
  object-fit: cover;
  object-position: center;
  color: transparent;
  width: 400px;
  height: auto;
  filter: blur(20px);
  z-index: -20;
  -webkit-filter: blur(20px);
}

.circle-colorRight {
  position: absolute;
  /* inset: 0; */
  right: 0;
  /* bottom: 20px; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: -20;
}

/* end */


/* payment content */
.country-flagWrapper {
  height: 42px;
}

.wrapper-flag {
  min-width: 64px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}

.country-flagPayment {
  width: 100%;
}

.name-country {
  font-size: 18px;
  font-weight: 900;
  margin-left: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 140%;

}

.payment-ewallet,
.payment-crypto,
.payment-bank {
  gap: 10px;
  flex-wrap: wrap;
}

.wrapper-img__payment {
  min-width: 105px;

  min-height: 35px;
  width: 105px;

  height: 35px;
  max-width: 105px;

  max-height: 35px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 6px;
}

.img-payment__size {
  /* background: #c4c4c4; */
  width: 100%;
  height: 100%;
}

img.img__size {
  max-width: 100%;
  height: 100%;
}

img.img__size {
  max-width: 100%;
  height: auto;
  position: relative;
  max-height: 100% !important;
  line-height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}




/* end  */
button {
  word-break: break-all;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2 {
  width: 100% !important;
}

select {
  opacity: 0;
}

.select2-container--default .select2-selection--single {
  display: flex !important;
  align-items: center !important;
}

.select2-selection__arrow {
  display: none !important;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  user-select: none;
  -webkit-user-select: none;
  outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 0.75rem;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1rem;
  padding-right: 1.5rem;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
  font-size: 0.833rem;
  outline: none;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #d9d9d9 !important;
  border-radius: 10px !important;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  overflow: hidden;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
}

.select2-search--dropdown .select2-search__field:focus {
  outline: none;
  border: 1px solid var(--green-color) !important;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: black;
  line-height: 1.3;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #959595;
  font-size: 0.875rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  font-size: 0.875rem;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 217px;
  overflow-y: auto;
  font-size: 0.875rem;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ebebeb;
  color: black;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f0f0f0;
  color: black;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-selection__rendered:focus {
  outline: none !important;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid var(--green-color);
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  outline: none !important;
  border: none !important;
  display: none;
}

.select2-container--classic .select2-search--dropdown .select2-search__field:focus {
  outline: none;
  border: none;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

header {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  z-index: 999;
}

header.hide {
  display: none;
}

.navbar {
  background: white;
  height: 55px;
  font-family: "Open Sans", sans-serif;
  --font-size-eleven: 0.967rem;
  box-shadow: 0px 1px 0px #00000029;
  flex-flow: row nowrap;
  justify-content: flex-start;
  padding: 0.5rem 1rem;
  padding-right: 20px;
}

.navbar select {
  opacity: 0;
}

.header-pro-logo {
  height: 39px;
  width: 39px;
  object-fit: contain;
}

.dropdown-menu {
  border-radius: 15px;
  padding: 0.5rem 0;
  max-width: 270px;
  min-width: 215px;
  border: 1px solid #d9d9d9;
  /* height: calc(100vh - 50px); */
  max-height: 380px;
  overflow-y: auto;
}

.dropdown-menu.notification {
  min-width: 18rem;
  padding: 1rem 0;
  max-height: 405px;
}

.dropdown-item .text {
  margin-left: 0.7rem;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropdown-item {
  padding: 0.5rem 1rem !important;
}

.message-container {
  display: flex;
  align-items: center;
}

.message-container.read .read-notif {
  background-color: #76cc11;
  pointer-events: none;
}

.message-container.read a {
  color: black;
}

.message-container:hover {
  background-color: #f0f0f0;
}

.message-container a {
  display: flex;
  font-size: var(--font-size-eight);
  color: gray;
  text-decoration: none;
  padding: 0.5rem 1rem;
}

.message-container a p {
  padding-left: 0.5rem;
}

.message-container a .time {
  font-size: var(--font-size-seven);
}

.message-container a .message {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: keep-all;
  word-break: break-all;
  width: auto;
  padding-right: 1rem;
}

.notif-title {
  font-size: var(--font-size-eleven);
  padding: 0rem 1rem;
}

.message-container img {
  max-height: 48.024px;
  max-width: 48.024px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

nav .nav-link {
  font-size: 1rem;
  color: black;
  position: relative;
  height: 2.5rem;
  display: flex;
  align-items: center;
}

.dropdown-menu .nav-link {
  height: auto;
}

.nav-link.red-dot::after {
  content: "";
  position: absolute;
  right: 20%;
  top: 20%;
  height: 10px;
  width: 10px;
  background-color: red;
  border-radius: 50%;
}

.read-notif {
  display: block;
  flex: 0 0 10px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 0.5px solid gray;
  padding: 0;
  background-color: transparent;
  align-self: center;
  pointer-events: all;
}

.read-notif.read {
  background-color: #76cc11;
}

.read-all-btn {
  background: none;
  padding: 0;
  border: none;
  outline: none;
  font-size: var(--font-size-eight);
  margin-left: 1rem;
  color: #76cc11;
}

nav .nav-link:hover {
  color: #76cc11;
}

.dropdown-item.nav-link:hover {
  color: black;
  background-color: #f0f0f0;
}

.bell-icon {
  width: 1rem !important;
}

ul.nav-tabs {
  padding-left: 0;
}

.nav-item:last-of-type {
  padding-right: 0 !important;
}

.nav-item:last-of-type .nav-link {
  padding-right: 0 !important;
}

.nav-item {
  position: relative;
}

.menu-text {
  max-width: 72px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.lang-container {
  display: flex;
  position: relative;
  height: 100%;
  padding: 0 0.5rem;
}

.lang-container .abrev {
  display: flex;
  align-items: center;
}

.select2-dropdown.navbar-dropdown {
  min-width: 200px;
  right: 0;
  left: -7rem !important;
  top: 0.5rem;
}

.lang-container .select2-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
}

.select2-container .select2-container .select2-selection--single .select2-selection__rendered {
  display: none !important;
}

.lang-container .select2-selection__rendered {
  display: none !important;
}

.lang-container:hover {
  color: var(--green-color);
}

.abrev .abrev-lang-head {
  margin-left: 5px;
}

.tooltip {
  pointer-events: none;
}

.section-title h1 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .navbar-expand-md .navbar-collapse {
    display: flex;
    flex-basis: auto;
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-nav {
    flex-direction: row;
  }

  .navbar-nav .dropdown-menu {
    position: absolute;
  }

  main {
    padding: 40px 20px 150px 20px;
  }

  /* blush on */
  .home__features-blurLeft {
    /*bottom: 90px;
      */
    object-fit: cover;
    object-position: center;
    color: transparent;
    width: 170px;
    height: auto;
    filter: blur(20px);
    z-index: -20;
    -webkit-filter: blur(20px);
  }

  .circle-colorLeft {
    position: absolute;
    /* inset: 0; */
    left: -20;
    /* bottom: 20px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    z-index: -20;
    top: 90px;
  }

  .home__features-blurRight {
    /*bottom: 90px;
      */
    object-fit: cover;
    object-position: center;
    color: transparent;
    width: 170px;
    height: auto;
    filter: blur(20px);
    z-index: -20;
    -webkit-filter: blur(20px);
  }

  .circle-colorRight {
    position: absolute;
    /* inset: 0; */
    right: 0;
    /* bottom: 20px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: -20;
    top: 90px;
  }
}

@media (max-width: 400px) {
  .nav-item {
    position: static;
  }

  .dropdown-menu {
    right: 1rem;
    top: auto;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0;
  }

  .dropdown-menu.notification {
    width: 80%;
  }

  .select2-dropdown.navbar-dropdown {
    min-width: 200px;
    top: 0.5rem;
  }
}

@media (max-width: 370px) {
  .select2-dropdown.navbar-dropdown {
    right: 0;
    left: 0 !important;
    top: 0.5rem;
  }
}

.button {
  width: fit-content !important;
  font-size: 1rem;
  font-weight: 400 !important;
  padding: 7px 13px !important;
  cursor: pointer !important;
  word-break: break-all;
}

.d-flex {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  display: flex;
}

.bold {
  font-weight: bold;
}

.text-primary {
  color: var(--green-color) !important;
}

.green-text {
  color: #76cc11;
}

.red-text {
  color: #ff0000;
}

.gray-text {
  color: #959595;
}

.caption {
  font-size: 0.85rem;
  color: #000;
}

.text-btn {
  background: none;
  outline: none !important;
  border: none;
  padding: 0;
}

.twentyfivebold {
  font-size: 1.6rem !important;
  font-weight: 700;
}

.fourteenbold {
  font-size: 0.875rem !important;
  font-weight: 700;
}

.fourteenpx {
  font-size: var(--font-size-14);
}

.tenpx {
  font-size: 0.833rem;
}

.eightpx {
  font-size: var(--font-size-eight);
}

.elevenpx {
  font-size: 0.917rem;
}

.twelvepx {
  font-size: var(--font-size-12);
}

.sixteenpx {
  font-size: var(--font-size-16);
}

.ninepx {
  font-size: 0.75rem;
}

.font-weight-light {
  font-weight: 400;
}

.font-weight-x-bold {
  font-weight: 800;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.underline-btn {
  padding: 0;
  background: none;
  border: none;
  outline: none;
  text-decoration: underline;
}

.pointer {
  cursor: pointer;
}

.break-word {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

.bg-dark {
  background-color: #262626 !important;
}

.form-control {
  border-radius: 6px !important;
  height: 40px;
  border-color: #b8b8b8;
}

.form-control:focus {
  border-color: var(--green-color) !important;
}

.modal-dialog {
  margin: 0.5rem auto !important;
  padding: 0 20px;
}

/* footer */
footer {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
}

footer.hide {
  display: none;
}

footer img {
  height: 40px;
  margin-bottom: 30px !important;
  font-size: 1rem;
}

footer .copyright {
  color: rgba(255, 255, 255, 0.4);
}

footer h3 {
  margin-bottom: 18px;
  color: #fff;
}

footer a {
  color: #fff !important;
  font-size: 1rem;
}

footer .socials a {
  margin: 0 16px;
  font-size: 1.5rem;
  text-decoration: none !important;
}

footer .footer-wrapper {
  max-width: 677px;
  margin: 0 auto;
}

footer .comp-desc a {
  color: #8c8c8c !important;
  font-size: 0.75rem;
  text-decoration: underline;
}

footer .comp-desc {
  font-size: 0.75rem;
  line-height: 1.75;
}

footer p {
  color: #8c8c8c;
}

footer .select-wrapper p {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 7px;
  line-height: 1.5;
}

footer .select-wrapper {
  margin-bottom: 37px;
}

footer .select2-container {
  max-width: 250px;
}

footer .select2-container--default .select2-selection--single {
  background: transparent;
  color: white;
  margin: 0 auto;
}

footer .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: white;
  font-size: 1rem !important;
}

.select2-dropdown.footer-dropdown {
  background-color: #252525 !important;
  max-width: 250px;
  min-width: unset;
  overflow: hidden;
}

.footer-dropdown .select2-container--default .select2-results>.select2-results__options {
  max-height: 100px !important;
}

.footer-dropdown ul {
  max-height: 120px !important;
}

.footer-dropdown ul li {
  color: #fff !important;
}

.footer-dropdown ul li.select2-results__option--selected {
  color: #252525 !important;
  font-size: 0.875rem !important;
}

.footer-dropdown ul li {
  font-size: 0.875rem !important;
}

.footer-dropdown ul li.select2-results__option--highlighted {
  color: #252525 !important;
  font-size: 0.875rem !important;
}

footer .select-container.rotate span.arrow-icon {
  transform: translateY(-50%) rotate(180deg);
}

footer .select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  max-width: 250px;
  padding-right: 1.4rem !important;
  padding-left: 1.4rem !important;
}

footer .select-container {
  position: relative;
  display: inline-block;
  width: 200px;
}

.footer-dropdown .select2-search--dropdown .select2-search__field:focus {
  border: none !important;
}

footer .select2-container .select2-selection--single {
  border: 1px solid #fff;
  display: flex;
  text-align: center;
  justify-content: center;
}

footer .select2-container--default .select2-selection--single {
  border-radius: 6px !important;
}

footer .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 6px !important;
}

footer .select-container span.arrow-icon {
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  background-color: transparent !important;
  -webkit-transform: translateY(-50%);
  /* WebKit */
  -moz-transform: translateY(-50%);
  /* Mozilla */
  -o-transform: translateY(-50%);
  /* Opera */
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: var(--font-size-ten);
  transition: transform 250ms ease;
}

@media (min-width: 768px) {
  footer {
    padding: 90px 0 70px;
  }

  main {
    padding: 36px 0 106px 0px;
  }
}

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("./_reset.css");
@import url("./_customClass.css");
@import url("./_navbar.css");
@import url("./_footer.css");
@import url("./_select2.css");

body {
  max-width: 100vw;
  overflow-x: hidden;
}



main {
  display: flex;
  justify-content: center;
  max-width: 720px;
  margin: auto;
}

main .content-wrapper {

  width: 100%;
}

main .content-wrapper.hide {
  display: none;
}




.section:last-child {
  margin-bottom: 0;
}

.section .section-title {
  font-weight: 700;
  font-size: 1.333rem !important;
  word-break: break-all;
}

.mt-6 {
  margin-top: 6px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-22 {
  margin-top: 22px;
}

.btn-done:hover {
  background-color: #6fbb18;

  color: white;
}

@media screen and (max-width: 420px) {}

.profile-section .user-image-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
}

.profile-section .form-wrapper .label {
  font-weight: 700;
  margin-bottom: 5px;
}

.profile-section .form-wrapper .label .setting {
  font-weight: 400;
}

.profile-section .form-wrapper form .form-group {
  margin-bottom: 29px;
}

.profile-section .form-wrapper form .form-group:last-child {
  margin-bottom: 0;
}

.profile-section .form-wrapper form .form-group.counter {
  margin-bottom: 8px;
}

.profile-section .form-wrapper form .form-group input {
  min-height: 0;
}

.profile-section .form-wrapper form .form-group small {
  min-height: 1rem;
}

.profile-section .form-wrapper .icon-container {
  margin-bottom: 1.5rem;
}

.profile-section .form-wrapper .icon-container .label {
  margin: 0;
  line-height: 1.2;
}

.profile-section .form-wrapper .icon-container .edit-btn {
  cursor: pointer;
  background: none;
}

.profile-section .form-wrapper .icon-container .select-container {
  position: relative;
}

.profile-section .form-wrapper .icon-container .select-container select {
  font-size: 0.833rem;
  background: none;
  color: #000;
}

.profile-section .form-wrapper .icon-container .select-container .arrow-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* WebKit */
  -moz-transform: translate(-50%, -50%);
  /* Mozilla */
  -o-transform: translate(-50%, -50%);
  /* Opera */
  -ms-transform: translate(500%, -50%);
  transform: translate(-50%, -50%);
  right: 0.5rem;
  color: #c2c2c2;
  font-size: 0.667rem !important;
}

.profile-section .form-wrapper .icon-container .icon-list {
  margin: 0.3rem 0 0.5rem 0;
  font-size: 1.2rem;
}

.profile-section .form-wrapper .icon-container .icon-list button {
  margin-right: 1rem;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}

.profile-section .form-wrapper .icon-container .icon-list button:hover {
  color: var(--green-color);
}

.profile-section .form-wrapper .color-input-wrapper .label {
  margin-bottom: 0.4rem;
}

.profile-section .form-wrapper .color-input-wrapper .sp-replacer {
  padding: 0;
}

.font-section .select-container input:focus {
  border: 1px solid var(--green-color);
  outline: none;
}

.font-section .select-container span.arrow-icon {
  pointer-events: none;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* WebKit */
  -moz-transform: translateY(-50%);
  /* Mozilla */
  -o-transform: translateY(-50%);
  /* Opera */
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #c2c2c2;
  background-color: white;
  font-size: 0.667rem !important;
}

.font-section .radio-container {
  position: relative;
  padding-left: 30px;
  height: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0.5rem 0;
}

.font-section .color-input-wrapper .label {
  margin-bottom: 0.4rem;
}

.font-section .color-input-wrapper .sp-replacer {
  padding: 0;
}

#select2-select2-font-results {
  font-size: 0.917rem;
}

.logout-section button,
.delete-account-section button {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  outline: none;
  padding: 1rem;
  font-size: 1rem;
}

/* .select2-container--default .select2-results > .select2-results__options {
    max-height: 237px !important;
  } */

.logout-section button {
  color: black !important;
}

.logout-section:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.delete-account-section:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

input[readonly] {
  background-color: var(--bg-gray) !important;
}

.delete-account-section {
  background-color: var(--bg-gray);
}

.delete-account-section button {
  color: var(--darker-gray);
}

.logout-section.section,
.delete-account-section.section {
  padding: 0;
}

.form-group .select2 {
  position: relative;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 2.5rem;
}

.select2-container--default .select2-selection--single {
  border-radius: 6px !important;
}

.form-group .select-container {
  position: relative;
}

.form-group .select-container::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #B5B5B5;
  pointer-events: none;
  transition: transform 250ms ease;
}

.flag {
  position: relative;
}

.flag::before {
  content: "";
  border: 1px solid lightgray;
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 100%;
}

.flag.flag-np::before {
  top: 2px;
  bottom: 1px;
}

.form-group .select-container.rotate::after {
  transform: translateY(-50%) rotate(180deg);
}

.tel-pick-container {
  padding-left: 15px;
  display: flex;
  align-items: center;
  border: 1px solid #b8b8b8;
  position: relative;
  width: 100%;
  margin-right: 10px;
  padding-right: 1.8rem;
  border-radius: 6px;
  height: 40px;
}

.tel-pick-container .value_result {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 0.5rem;
}

.tel-pick-container .select2-container .select2-selection--single .select2-selection__rendered {
  margin-top: 0;
}

.tel-pick-container .arrow-icon {
  color: #c2c2c2;
  font-size: 0.667rem !important;
  /* margin-bottom: 20px; */
}

.select2-dropdown {
  min-width: 300px;
  border-radius: 6px !important;
}

.tel-pick-container .select-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.select2-container--default .select2-results>.select2-results__options {
  font-size: 1rem;
}

.tel-input-container .form-control {
  width: 100% !important;
  width: 100%;
}

/* tes */
/* .tel-input-container {
    display: flex;
    
  } */

.tel-pick-container .select2-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.tel-pick-container .select2-container--default .select2-selection--single {
  border: none;
}

@media (max-width: 576px) {
  .content-wrapper .section {
    margin-bottom: 13px;
  }

  /* .profile-section.section {
      padding: 28px 20px 40px 20px;
    } */
}

.user-link {
  border-radius: 20px;
}

.user-link a:hover {
  color: var(--green-color);
}

.head-logo {
  max-width: 300px;
  max-height: 35px;
  height: auto;
  width: auto;
}