﻿body {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: calc(14px + (26 - 18) * ((100vw - 300px) / (2400 - 300)));
    color: #000;
}

.container {
    max-width: 1200px;
}

a {
    color: #007bff;
    text-decoration: none;
}

    a:hover {
        color: inherit;
        text-decoration: underline;
    }

header .navbar {
    padding: 1rem 1.5rem;
    justify-content: space-between;
}

.navbar-brand {
    width: 12.708333333333332%;
    margin-right: 2rem;
}

#page-nav > ul > li + li {
    margin-left: 3%;
}

#page-nav > ul > li a {
    color: #000;
    line-height: 1;
    font-weight: 500;
    padding: 10px 0px;
}

#page-nav > ul > li {
    border-bottom: 1px solid transparent;
}

    #page-nav > ul > li.active {
        border-bottom: 3px solid #000;
    }
        #page-nav > ul > li.active a {color:#000}
    #page-nav > ul > li:hover {
        border-bottom: 3px solid #717d96;
    }

.social-icon {
    font-size: 2vw;
    border-radius: 5px;
    color: #000;
}
.fa-barcode {
    border: 2px solid #000;
    border-radius: 5px;
    padding: 2px 5px;
    font-size: 15px;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;font-weight:bold
}

h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
}
ul.navbar-nav.mr-auto {
    width: 110%;
    display: flex;
    justify-content: end;
    align-items: baseline;
}
.select2-container {
    width: 350px !important;
}
.border.card.rounded {
    max-width: 250px;
    margin: 0 auto;
}
.custom-control {
    padding-left: 2.5rem;
}
.registerform label {
    display: none
}
.registerform .custom-control-label {
    display: block;
    font-size: 16px;
    font-weight: 400;
}
@media (min-width: 1200px) {
    h1, .h1 {
            font-size: 2.5rem;
        }
    }

    h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 2rem;
    }
}

h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    h3, .h3 {
        font-size: 1.75rem;
    }
}

h4, .h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    h4, .h4 {
        font-size: 1.5rem;
    }
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

.page-heading,
.page-subheader {
    color: #000;
}

.default-btn {
    text-decoration: none;
    color: #fff;
    background-color: #1877f2;
    text-transform: uppercase;
    border-radius: 45px;
    padding: .7rem 1.8rem;
    white-space: normal;
    transition: all .5s ease-out;
    line-height: 1.3;
    font-weight: 700;
    min-width: 220px;
    height: auto;
    border: 1px solid transparent;
    flex: 0 !important;
}

    .default-btn:hover {
        background: #ffffff;
        border: 1px solid #1877f2 !important;
        color: #1877f2 !important;
        box-shadow: none !important;
        text-decoration: none;
    }

input#btnUploadImage {
    padding: 0.5rem 2rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    header, section {
        height: 100%;
    }
}

footer {
    background-color: #000;
    color: #fff;
    margin-top: auto;
}

    footer p {
        margin: 0 0 10px;
    }

#footer-nav {
    margin-top: 10px;
    margin-bottom: 0px;
}

    #footer-nav li + li:before {
        content: " | ";
        color: #fff;
        margin-right: 7px;
    }

    #footer-nav li a {
        color: #fff;
    }

.footer-social-nav .social-icon {
    color: #fff;
}

    .footer-social-nav .social-icon:hover {
        color: #fff;
    }

@media screen and (max-width: 575px) {
    .registerform {
        flex-direction: column-reverse;
    }
    footer {
        text-align: center;
    }

    .footer-left {
        width: 100%;
    }

    #footer-nav li.list-inline-item {
        display: block;
    }

    #footer-nav li + li:before {
        content: "";
        margin-right: 0px;
    }
}
/* ==========================================================================
   mobile menu toggler Style
   ========================================================================== */
header .navbar .navbar-toggler {
    padding: 0px;
    border-color: #000;
    border-width: 2px;
}

.navbar-toggler {
    position: relative;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #000;
}

    .navbar-toggler::before {
        content: "";
        position: absolute;
        width: 32px;
        height: 2px;
        background: #000;
        transform: translateY(-10px);
        box-shadow: 0 10px #000;
        transition: 0.5s;
    }

    .navbar-toggler::after {
        content: "";
        position: absolute;
        width: 32px;
        height: 2px;
        background: #000;
        transform: translateY(10px);
        transition: 0.5s;
    }

    .navbar-toggler.active::before {
        transform: translateY(0px) rotate(45deg);
        box-shadow: 0 0 #000;
    }

    .navbar-toggler.active::after {
        transform: translateY(0px) rotate(-45deg);
    }

/* ==========================================================================
   Upload-page Style
   ========================================================================== */
#txtPhoto {
    width: 0px;
    height: 0px;
    text-indent: -300em;
    position: fixed;
    top: -20px;
}

.form-control {
    border-color: #8993a4 !important;
    border-radius: 5px;
    color: #8993a4;
    padding: 10px 16px;
    height: auto;
    font-weight: 400;
    font-size: 16px;
}

/* ==========================================================================
   Upload-page image preview screen Style
   ========================================================================== */
.instructions .step {
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    display: inline-block;
    height: 60px;
    padding: 15px 0px;
    float: left;
    margin: 0px 15px 0px 0px;
    box-sizing: border-box;
    text-align: center;
}

#previewImageContainer {
    max-width: 300px;
}

.previewImageList li + li {
    border-top: 1px solid #dee2e6;
}

.previewImageName {
    font-size: 12px;
}

.deleteIcon {
    font-size: 20px;
    color: #dc3545;
}

.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
}

.has-error {
    border-color: #dc3545;
}

.hide {
    display: none;
}

input[disabled] {
    cursor: not-allowed;
}

.spinner-border-bg {
    background: #000000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.spinner-border {
    /* width: 100%; */
    /* height: 100%; */
    position: fixed;
    z-index: 10000000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.field-validation-error {
    color: red;
    font-size: 90%;
}

/* ==========================================================================
   Support-page Style
   ========================================================================== */
#accordionFAQ > .card {
    margin-bottom: 15px;
    border-radius: 0px;
    border: 1px solid #000;
}

    #accordionFAQ > .card > .card-header {
        padding: 0px;
    }

#accordionFAQ .btn-link {
    font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (2400 - 300)));
    color: #000;
    font-weight: 500;
    padding-right: 30px;
}

    #accordionFAQ .btn-link:focus,
    #accordionFAQ .btn-link.focus,
    #accordionFAQ .btn-link:hover {
        text-decoration: none;
    }

#accordionFAQ > .card > .card-header h2 .btn-link:before {
    display: inline-block;
    content: "";
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z' clip-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 16px;
    height: 16px;
}

#accordionFAQ > .card > .card-header.active h2 .btn-link:before {
    display: inline-block;
    content: "";
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z' clip-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 16px;
    height: 16px;
}

.toogle-country-list ul {
    padding: 0;
    margin: 0;
}

.list-inline {
    list-style: none;
    overflow-wrap: break-word;
}

.toogle-country-list ul li.active {
    border-bottom: 1px solid #48657c;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.toogle-country-list ul li a {
    font-weight: 700;
    color: #48657c;
    text-transform: uppercase;
    width: auto;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
}

html {
    height: 100%;
}

main {
    margin-bottom: 3rem;
}

.toogle-country-list {
    margin: 0 0 0 20px;
}

.list-inline-item:not(:last-child) {
    margin-right: 0;
}

hr {
    margin: 1rem -2rem;
    border-color: #000;
}

form hr {
    margin: 1rem 0;
}

.custom-control-label::before, .custom-control-label::after {
    top: 7px;
}

.btn:focus, .btn.focus {
    box-shadow: none;
}

button:focus {
    outline: none;
}

.validation-summary-errors ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

#h_captcha_field {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    hr {
        margin: 1rem 0;
    }
}

@media (max-width: 767px) {
    hr {
        margin: 1rem 0;
    }

    .custom-control-label::before, .custom-control-label::after {
        top: 3px;
    }

    .navbar-brand {
        width: 25%;
        margin-right: 0;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .toogle-country-list.d-none {
        display: none !important;
    }

    .toogle-country-list {
        display: flex !important;
        margin: 0;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 4;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    button.navbar-toggler {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .navbar-collapse {
        -webkit-box-ordinal-group: 4;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 4;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
        flex-basis: auto;
        flex-grow: inherit;
    }

    #page-nav > ul > li + li {
        margin-left: 0px;
    }


    footer {
        text-align: center;
    }

    .footer-right {
        width: 100%;
    }

    footer p {
        margin: 15px 0;
    }

    div#upload-image {
        margin-top: 1rem;
    }

    .top-social-nav li:first-child {
        padding-left: 0;
    }
}

@media (max-width: 576px) {
    header .navbar {
        padding: 0.5rem 1rem;
    }

    .navbar-brand {
        width: 40%;
    }

    .top-social-nav {
        margin-top: 5px;
    }

    .social-icon {
        font-size: 20px;
    }

    .container {
        max-width: 100%;
    }

    .footer-right {
        width: 100%;
    }

    .custom-control-label::before, .custom-control-label::after {
        top: 1px;
    }
}
