html {
  /* scroll-behavior: smooth; */
}

body {
    font-family: "Questrial", -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    color: #000;
}

header {
    width: 100%;
    /* background-color: #002c62; */
    /* border-bottom: 1px solid gray; */
    background-image: linear-gradient(to bottom, #002c62 , #001f3f);
}

.navbar-expand-lg .navbar-nav {
    justify-content: end;
    width: 100%;
}

.navbar-brand {
    margin-right: 6rem;
}

.nav-link {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

nav input {
    border-radius: 20px !important;
}

nav i {
    margin-left: 15px;;
    font-size: 24px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 1rem;
}

.navbar-collapse .d-flex input {
    margin: 0 0 0.8rem;
  }

  .navbar-nav .nav-item {
    padding: 0.5rem 0;
  }

main {
    margin-top: 79px;
}

main > div.main {
    padding-top: 2rem;
}

.bg-dark {
    color: #fff;
}

.text-orange {
    color: #ff4d00;
}

.text-line {
    color: #4caf50;
}

.text-yellow {
    color: #ffc036;
}

.text-email,
.text-facebook {
    color: #4267b2;
}

footer {
    padding: 2rem 0;
    background-color: #001f3f;
    color: #fff;
}

footer a {
    color: #fff;
}

footer .footer-nav a {
    color: #fff;
    text-decoration: underline;
}

footer .footer-social a {
    display: inline-block;
    margin: 0 10px;
    color: #7d7d7d;
    width: 36px;
    height: 36px;
    line-height: 35px;
    border: 1px solid #7d7d7d;
    text-decoration: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

footer .footer-social a:hover {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 1);
}

footer .text-muted {
    color: #a7a6a6 !important;
}

footer h4 {
    text-transform: uppercase;
}

footer hr {
    width: 80px;
    height: 2px !important;
    background-color: #ffc036;
    border: 2px solid #ffc036;
    opacity: 1;
}

footer .payment img {
    margin-right: 10px;
}

.cursor-pointer {
    cursor: pointer;
}

.modal-content {
    z-index: 999;
}

.select2 {
    padding: .28rem 2.25rem .28rem .75rem !important;
    z-index: 99999;
}

.select2-container {
    border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}

.select2-container--default .select2-selection--single {
    border: 0;
}

pre {
    font-family: "Questrial", -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    line-height: 1.3;
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.tab-pane {
    padding: 25px;
}

.bg-light {
    background-color: #f4f4f4 !important;
}

.border-dark {
    border-color: #8f8f8f !important;
}

.border-bottom {
    border-bottom: 1px solid #000 !important;
}

.btn-dark:disabled {
    color: lightgray;
}

@media (max-width: 1199.98px) {
}

@media (max-width: 991.98px) {
}

@media (max-width: 767.98px) {
}

@media (max-width: 767.98px) {
}

@media (max-width: 430px) {
    .navbar-brand {
        padding: 0.75rem 0;
    }

    .navbar-brand img {
        width: 130px;
    }

    footer .footer-nav {
        display: none !important;
    }

    footer h4.text-yellow {
        font-size: 1.2rem;
    }
}

@media (max-width: 414px) {
}

@media (max-width: 375px) {}

@media (max-width: 360px) {
}
