html {
  text-size-adjust: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 1px transparent;
  font-size: 1.4rem;
  font-family: Mulish, sans-serif;
  background: rgb(255, 255, 255);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0px;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover,
a:focus {
  outline-width: 0px;
  text-decoration: none;
}

a {
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: rgb(255, 255, 0);
  color: rgb(0, 0, 0);
}

small {
  font-size: 60%;
}

big {
  font-size: 120%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0px;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0px;
}

optgroup {
  font-weight: 700;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  appearance: button;
}

fieldset {
  border: 1px solid silver;
  margin: 0px 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0px;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0px;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  appearance: none;
}

::-webkit-input-placeholder {
  opacity: 0.54;
  color: rgb(155, 155, 155);
  font-size: 14px;
}

::-webkit-file-upload-button {
  appearance: button;
  font: inherit;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0px;
  padding: 0px;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

a {
  text-decoration: none;
}

a {
  color: rgb(27, 27, 27);
}

h1 {
  font-size: 3.6rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

h2 {
  font-size: 3rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

h3 {
  font-size: 2.4rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

h4 {
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

h5 {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

h6 {
  font-size: 0.6rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

p {
  line-height: 24px;
  color: rgb(0, 3, 5);
  font-weight: 400;
}

select option {
  height: 40px;
  min-height: 40px;
}

.inherit_a {
  color: inherit;
  font-size: inherit;
  text-decoration: none !important;
}

.input,
.textarea,
.select {
  height: 34px;
  padding: 7px 10px;
  border-radius: 4px;
  outline: 0px;
  border: 0px;
  box-sizing: border-box;
  vertical-align: middle;
}

.textarea {
  min-height: 70px;
  resize: vertical;
}

.form-height {
  height: 34px;
  min-height: initial;
  max-height: initial;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0px;
  vertical-align: middle;
}

.button {
  height: 34px;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  text-decoration: none !important;
}

button,
input[type="button"],
input[type="submit"] {
  height: 34px;
  text-align: center;
  outline: 0px;
  border: 0px;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}

.form-control:focus {
  box-shadow: rgba(0, 123, 255, 0) 0px 0px 0px 0.2rem;
}

::-webkit-scrollbar-track {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px inset;
  background-color: rgb(245, 245, 245);
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgb(245, 245, 245);
}

::-webkit-scrollbar-thumb {
  background-color: rgb(0, 56, 166);
  border: 2px solid rgb(0, 56, 166);
}

.form-control {
  height: 48px;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 1.7rem;
  border: 1px solid rgba(151, 151, 151, 0.5);
  background: rgb(255, 255, 255);
}

.mypageloader {
  background: rgb(255, 255, 255);
  z-index: 99999999;
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
}

.pageloader {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  translate: -50% -50%;
}

.bounce {
  animation: 2s ease 0s infinite normal none running bounce;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0px);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0px);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

img {
  max-width: 100%;
}

.mt-10 {
  margin-top: 5rem;
}

.pageloader img {
  width: 100px;
  height: auto;
}

.btn-secondary {
  width: 176px;
  height: 48px;
  border-radius: 24px;
  font-size: 1.6rem;
  color: rgb(255, 255, 255);
  background-image: linear-gradient(rgb(153, 146, 156), rgb(56, 48, 58));
  border: 3px solid rgb(210, 205, 216);
}

.btn-primary {
  background: rgb(0, 56, 166);
  border-radius: 8px;
  height: 48px;
  width: 100%;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 24px;
  border: 1px solid rgb(0, 56, 167);
}

.btn-danger {
  background: rgb(208, 2, 27);
  border-radius: 8px;
  height: 48px;
  width: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 16px;
  border: 1px solid rgb(208, 2, 27);
}

.btn-blank {
  border-radius: 8px;
  height: 48px;
  width: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 16px;
  border: 2px solid rgb(128, 66, 148);
  color: rgb(128, 66, 148);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: rgb(255, 255, 255);
  border: 1px solid rgb(0, 68, 200) !important;
  background-color: rgb(0, 68, 200) !important;
}

input[type="checkbox"] {
  accent-color: rgb(0, 56, 167);
  width: 28px;
  height: 28px;
  margin-top: -3px;
  left: 0px;
  margin-right: 5px;
  position: relative;
}

form .form-group {
  position: relative;
}

form .form-group .fa {
  position: absolute;
  bottom: 13px;
  right: 15px;
  font-size: 2rem;
  color: rgb(155, 155, 155);
  cursor: pointer;
}

h3.heading {
  font-size: 2rem;
  line-height: 24px;
  font-weight: 500;
  color: rgb(40, 39, 52);
}

.header-fluid {
  background: rgb(32, 39, 43);
  padding: 0px 40px;
  border-bottom: 1px solid rgb(70, 70, 70);
}

.header-fluid .navbar .navbar-brand img {
  max-width: 220px;
  height: auto;
}

.header-fluid .navbar-light {
  padding: 0px;
}

.header-fluid .navbar-light .navbar-nav .nav-item .nav-link {
  color: rgb(255, 255, 255);
  font-size: 1.6rem;
  padding: 30px 20px;
  text-transform: uppercase;
}

.header-fluid .navbar-light .navbar-nav .leftborder {
  border-left: 1px solid rgb(64, 69, 71);
}

.header-fluid .navbar-light .navbar-nav .nav-item.active .nav-link {
  color: rgb(255, 255, 255);
  font-weight: 500;
}

.header-fluid .navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: rgb(199, 200, 202);
}

.header-fluid .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border: 0px solid transparent;
}

.header-fluid .navbar-light .navbar-toggler .navbar-toggler-custom {
  font-size: 2rem;
  color: rgb(255, 255, 255);
}

.header-fluid .navbar-light button:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

.video-container {
  position: relative;
  height: calc(100vh - 80px);
}

.video-container video {
  width: 100%;
  height: calc(100vh - 80px);
  object-fit: cover;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.hero-fluid {
  background-color: rgba(0, 0, 0, 0.62);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.hero-fluid .hero-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: calc(100vh - 80px);
}

.hero-fluid .hero-main .content-part h1 {
  font-size: 4.2rem;
  line-height: 6.4rem;
  color: rgb(255, 255, 255);
  font-weight: 500;
  margin-top: 0px;
}

.hero-fluid .hero-main .content-part a {
  background: rgba(19, 198, 21, 0.7);
  display: inline-block;
  margin-top: 36px;
  padding: 12px 24px;
  color: rgb(255, 255, 255);
  font-size: 1.7rem;
  line-height: 2.7rem;
  font-weight: 500;
}

.hero-fluid .hero-main .content-part a:hover {
  background: rgba(19, 198, 21, 0.7);
}

.hero-fluid .hero-main .content-part p {
  font-size: 2.4rem;
  line-height: 3rem;
  color: rgb(255, 255, 255);
}

.footer-fluid {
  padding: 40px 0px;
  background: rgb(32, 39, 43);
}

.footer-fluid .card-part .heading {
  margin-bottom: 10px;
}

.footer-fluid .card-part .heading h3 {
  font-size: 1.8rem;
  font-weight: 500;
  color: rgb(255, 255, 255);
  margin: 0px;
  line-height: 2.4rem;
  text-transform: uppercase;
}

.footer-fluid .list-part ul li {
  margin-bottom: 8px;
}

.footer-fluid .list-part ul li:nth-last-child(1) {
  margin-bottom: 0px;
}

.footer-fluid .list-part ul li a {
  color: rgb(116, 115, 119);
  font-size: 1.6rem;
  line-height: 2.8rem;
}

.footer-fluid .list-part ul li a:hover {
  color: rgb(182, 182, 182);
}

.footer-fluid .address-part p {
  color: rgb(116, 115, 119);
  font-size: 1.6rem;
  line-height: 2.8rem;
}

.footer-fluid .footer-main {
  display: flex;
  justify-content: space-between;
}

.footer-fluid .download ul {
  margin-top: 10px;
  margin-bottom: 20px;
}

.footer-fluid .download ul {
  display: flex;
  align-items: center;
}

.footer-fluid .download ul li:nth-child(1) {
  margin-right: 15px;
}

.footer-fluid .download ul li a img {
  max-width: 140px;
}

.footer-fluid .social-media ul {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 15px;
}

.footer-fluid .social-media ul li {
  margin-right: 3rem;
}

.footer-fluid .social-media ul li:nth-last-child(1) {
  margin-right: 0px;
}

.footer-fluid .social-media ul li a {
  color: rgb(255, 255, 255);
  font-size: 1.6rem;
  border: 2px solid rgb(116, 115, 119);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
}

.footer-fluid .social-media ul li a .fa {
  line-height: 40px;
}

.footer-fluid .social-media ul li a:hover {
  color: rgba(0, 0, 0, 0.8);
  background: white;
  border: 1px solid rgb(255, 255, 255);
}

.copyright-fluid {
  background: rgb(0, 0, 0);
  padding: 15px 0px;
}

.copyright-fluid .main-section {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyright-fluid .main-section p {
  color: rgb(255, 255, 255);
  font-size: 1.6rem;
}

.copyright-fluid .main-section p a {
  color: rgb(255, 255, 255);
  font-size: 1.6rem;
}

.copyright-fluid .main-section p a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.hero-fluid .monile-login {
  width: 100%;
  display: none;
}

.search-fluid {
  padding: 50px 0px;
}

.search-fluid .main-section .card-part {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 80px 50px;
  margin-bottom: 30px;
}

.search-fluid .main-section .card-part.card1 {
  background-image: url("../img/search/01.png");
}

.search-fluid .main-section .card-part.card2 {
  background-image: url("../img/search/02.png");
}

.search-fluid .main-section .card-part.card3 {
  background-image: url("../img/search/03.png");
}

.search-fluid .main-section .card-part.card4 {
  background-image: url("../img/search/04.png");
}

.search-fluid .main-section .card-part.card5 {
  background-image: url("../img/search/05.png");
}

.search-fluid .main-section .card-part h3 {
  font-size: 2.7rem;
  line-height: 4rem;
  color: rgb(255, 255, 255);
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
  cursor: pointer;
}

.search-fluid .main-section .card-part h4 {
  font-size: 2.7rem;
  line-height: 4rem;
  color: rgb(255, 255, 255);
  font-weight: 400;
  text-transform: uppercase;
  margin: 0px;
}

.search-fluid .main-section .card-part h4 span {
  color: rgb(19, 198, 21);
}

.search-fluid .main-section .card-part p {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: rgb(255, 255, 255);
  font-weight: 500;
}

.search-fluid .main-section .card-part a.learnmore {
  background: rgb(19, 198, 21);
  padding: 10px 30px;
  display: inline-block;
  margin-top: 30px;
  color: rgb(255, 255, 255);
  font-size: 1.7rem;
  font-weight: 500;
}

.exqisite-fluid {
  padding: 50px 0px 100px 0px;
}

.exqisite-fluid .heading h2 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 400;
  color: rgb(0, 0, 0);
  margin: 0px;
}

.exqisite-fluid .content-part h3 {
  font-size: 1.7rem;
  line-height: 2rem;
  font-weight: 500;
  color: rgb(19, 198, 21);
  margin: 50px 0px 20px;
  position: relative;
  padding-left: 20px;
}

.exqisite-fluid .content-part h3::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: rgb(19, 198, 21);
  left: 0px;
  top: 0px;
}

.exqisite-fluid .content-part p {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: rgb(114, 114, 114);
  padding-left: 20px;
}

.about-fluid {
  background-image: url("../img/about.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0px;
}

.about-fluid .content-part h2 {
  font-size: 3rem;
  line-height: 3.6rem;
  color: rgb(255, 255, 255);
  font-weight: 400;
}

.about-fluid .content-part p {
  font-size: 1.8rem;
  line-height: 3rem;
  color: rgb(255, 255, 255);
  font-weight: 500;
}

.contact-fluid {
  background-color: rgb(32, 39, 43);
  padding: 60px 0px;
}

.contact-fluid .heading-part h2 {
  font-size: 3rem;
  line-height: 3.6rem;
  color: rgb(255, 255, 255);
  font-weight: 400;
}

.contact-fluid .main-section {
  margin-top: 50px;
}

.contact-fluid .main-section .card-part {
  padding: 20px 0px;
  border: 1px solid white;
  text-align: center;
}

.contact-fluid .main-section .card-part p,
.contact-fluid .main-section .card-part a {
  font-size: 1.6rem;
  line-height: 3rem;
  color: rgb(255, 255, 255);
  font-weight: 500;
}

.contact-fluid .main-section .card-part p b {
  font-size: 1.8rem;
  font-weight: 700;
}

.brand-fluid {
  padding: 10px 0px;
}

.brand-fluid .main-section ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.breadcum-fluid {
  padding: 30px 0px;
  background-image: url("../img/privacy.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.breadcum-fluid .main-section h2 {
  font-size: 3.2rem;
  line-height: 4rem;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}

.privacy-fluid {
  padding: 50px 0px;
}

.extra-page-content h1 {
  font: 500 34px / 36px Mulish, Helvetica, sans-serif;
  padding: 0px;
  color: rgb(17, 17, 17);
  position: relative;
  margin: 20px 0px 15px;
}

.extra-page-content h2 {
  font-size: 3rem;
  line-height: 36px;
  font-weight: 500;
  padding: 0px 0px 0px 20px;
  color: rgb(19, 198, 21);
  margin: 25px 0px;
  position: relative;
  text-transform: uppercase;
}

.extra-page-content h2::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: rgb(19, 198, 21);
  left: 0px;
  top: 0px;
}

.extra-page-content h3,
.extra-page-content h4 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  padding: 0px;
  color: rgb(0, 0, 0);
  position: relative;
  margin: 20px 0px 15px;
}

.extra-page-content p,
.extra-page-content ul li {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: rgb(114, 114, 114);
  margin: 0px 0px 10px;
}

.extra-page-content p b {
  font-weight: 700;
}

.extra-page-content a {
  color: rgb(0, 44, 255);
  text-decoration: underline;
  font-weight: 900;
}

.extra-page-content ul {
  padding: 0px 0px 0px 30px;
  list-style-type: disc;
}

li.dropdown {
  display: inline-block;
}

nav ul div.Admin-mode {
  display: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(32, 39, 43);
  min-width: 100px;
  z-index: 1;
  right: 0px;
  bottom: 15px;
  list-style-type: none;
  left: auto;
}

.dropdown-content a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  display: block;
  text-align: left;
  padding: 15px !important;
}

.dropdown #login_menu {
  text-decoration: none;
}

.dropdown:hover .dropdown-content {
  display: block;
}

nav ul ul.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(32, 39, 43);
  min-width: 100px;
  z-index: 1;
  bottom: -70px;
  right: 0px;
  padding: 0px;
  list-style-type: none;
}

nav ul ul.dropdown-content li {
  width: 200px;
  padding: 0px;
}

nav ul ul.dropdown-content li:hover {
  background: rgba(221, 247, 248, 0);
}

nav ul ul.dropdown-content li a:hover {
  border-bottom: 0px solid rgb(255, 255, 255);
}

nav ul ul.dropdown-content a {
  color: rgb(255, 255, 255);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 16px;
}

nav ul ul.dropdown-content a::after {
  height: 0px !important;
}

nav ul li:hover ul {
  display: block;
}

nav ul ul ul li {
  width: 180px;
  float: none;
  display: list-item;
  position: relative;
  top: -20px;
  left: 0px;
}

.admin .Admin-mode.active {
  display: block;
}

nav ul ul.Admin-mode {
  display: none;
  position: relative;
  background-color: rgb(0, 0, 0);
  min-width: 200px;
  width: 100%;
  z-index: 1;
  top: 0px;
  right: 0px;
  padding: 0px;
  list-style-type: none;
  margin: 20px 0px;
}

.fa-angle-right::before {
  content: "";
  font-size: 22px;
  margin-left: -25px !important;
}

nav ul ul.Admin-mode li {
  width: 90%;
}

#header nav ul.Admin-mode li a {
  color: rgb(0, 0, 0);
}

.white-mode {
  border: 1px solid rgb(241, 241, 241);
  background-color: rgb(246, 246, 246);
  color: rgb(0, 0, 0);
}

nav ul ul .white-mode a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 16px;
  color: rgb(0, 0, 0) !important;
}

nav ul ul .white-mode a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgb(255, 255, 255);
}

.green-mode {
  border: 1px solid rgb(226, 247, 203);
  background-color: rgb(233, 255, 209);
  color: rgb(0, 0, 0);
}

nav ul ul .green-mode a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 16px;
  color: rgb(0, 0, 0) !important;
}

nav ul ul .green-mode a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgb(255, 255, 255);
}

.orange-mode {
  border: 1px solid rgb(255, 234, 199);
  background-color: rgb(255, 227, 179);
  color: rgb(0, 0, 0);
}

nav ul ul .orange-mode a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 16px;
  color: rgb(0, 0, 0) !important;
}

nav ul ul .orange-mode a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgb(255, 255, 255);
}

.orange-mode-input {
  margin-left: 20px;
  margin-bottom: 5px;
}

.orange-mode-input input {
  height: 39px;
  width: 105px;
  font-size: 16px;
  line-height: 12px;
  font-weight: normal;
  text-align: center;
  padding: 0px;
  color: black;
}

.orange-mode-input input:focus::placeholder {
  color: transparent !important;
}

.orange-mode-input span {
  font-size: 16px;
  line-height: 12px;
  margin-left: 10px;
}

.bg-success p {
  margin: 0px;
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-family: Roboto, sans-serif;
}

body .bg-success {
  background-color: rgb(9, 255, 0);
  padding: 10px;
}

.nav-links .has-child ul li a:hover {
  background: rgb(239, 239, 239) !important;
  color: rgb(0, 0, 0) !important;
}

.triangle-4 {
  width: 10px;
  height: 10px;
  border-bottom: 20px solid rgb(0, 0, 0);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  z-index: 99999999;
  right: 35px;
  left: auto;
  margin: -19px auto !important;
}

@media (max-width: 420px) {
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: rgb(220, 163, 156);
    min-width: 304px;
    z-index: 1;
    right: auto;
    top: 58px;
    left: -20%;
    width: 95%;
  }

  nav ul ul.Admin-mode li {
    width: 100%;
  }

  nav ul ul.Admin-mode {
    min-width: 100%;
    width: 100%;
    z-index: 1;
  }
}
