@charset "UTF-8";
body {
    overflow-x: hidden;
    min-height: 100;
    display: flex;
    flex-direction: column;
    font-family: 'Lato', sans-serif;
}

.btn-secondary {
    background-color: #f1c310;
}

.calculator .tango-button {
    

 pointer-events: none !important;
  
 cursor: not-allowed !important;
   
}

.modal-header {
    background: #2c2c2c;
    color: white;
}

.card-description {
    align-self: center;
}

.card-description p {
    color: black;
    font-size: 14px;
}

.modal-body img {
    display: block;
    margin: 0 auto;
    height: 400px;
    width: 400px;
}

.navbar-collapse {
    margin-top: 10px;
}

.card {
    margin-top: 30px;
    margin-bottom: 30px;
    border: none;
    height: 100%;
    width: 100%;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    border: none !important;
    border-radius: 0.25em;
    background: initial;
    background-color: #f1c310 !important;
    color: white !important;
    font-size: 1em;
}

.cards-with-links a {
    text-decoration: none;
}

.cards-with-links:hover .card {
    border: 0.5px solid #f1c310;
}

.card-text {
    color: black;
}

.card-title.numbers {
    color: #f1c310;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}

.card-title {
    color: black;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.error {
    border: 1px solid red !important;
}

.error-message {
    color: red;
    font-size: 12px;
    margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}

.slider-row {
    margin-top: 50px;
    margin-bottom: 50px;
}

.carousel-control-next,
.carousel-control-prev {
    filter: invert(100%);
    top: 0px;
}

.carousel-indicators {
    bottom: -75px;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #f1c310;
    color: #f1c310;
}

.carousel-indicators .active {
    opacity: 1;
    filter: invert(1%);
    color: #f1c310;
}

header {
    min-height: 400px;
    background-color: #2c2c2c;
    /*    padding: 30px;
*/
}

footer {
    background-color: #2c2c2c;
    padding: 30px;
}

header {
    position: relative;
}

.headerContainer {
    padding-top: 150px;
    padding-bottom: 150px;
}

.masthead {
    background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("./assets/images/Header_photo.png");
    background: center;
    background-size: cover;
}

footer {
    padding-top: 100px;
    padding-bottom: 100px;
}

footer a {
    text-decoration: none;
    color: #FFF;
}

footer a:hover {
    text-decoration: none;
    color: #f1c310;
}

footer h4,
li,
ul {
    color: white;
    margin-bottom: 10px;
}

li,
ul {
    color: black;
}

.col-four-footer li {
    color: white !important;
}

footer h4 {
    margin-bottom: 35px;
}

.social-icons-footer {
    margin-left: -15px;
    margin-top: 50px;
}

.social-icons-footer a {
    color: #2c2c2c;
}

.social-icons-footer a:hover {
    color: #2c2c2c;
}

.social-icons-footer svg:hover {
    color: #f1c310;
}

.navbar-brand img,
.navbar-brand-white img,
.footer-logo img {
    width: 200px;
}

.navbar {
    background-color: transparent;
    color: white;
    transition: ease-out 300ms;
}

.navbar a {
    color: white;
}

.navbar li {
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}

.nav-link.current {
    color: #f1c310;
}

.nav-link:hover {
    color: #f1c310;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.is-fixed {
    background-color: #2c2c2c;
    transition: ease-in 300ms;
}

.navbar-toggler {
    color: white;
}

.is-fixed .navbar-toggler {
    color: white;
    transition: ease-in 300ms;
}

header h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    padding-bottom: 3px;
    font-size: 46px;
    margin-bottom: 0rem;
}

.subheading {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.apps img {
    width: 150px;
    margin-right: 10px;
    margin-top: 30px;
}

.slider-text {
    text-align: left;
    color: black;
}

.video-row {
    width: 100%;
    max-height: 700px;
    overflow: hidden;
    z-index: -100;
}

video {
    display: block;
}

#video-bg {
    position: relative;
    width: 100%;
    min-width: 100%;
    height: auto;
    background-size: cover;
}

.download-paygram {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.getting-started {
    margin-top: 50px;
    padding-left: 150px;
    padding-right: 150px;
    margin-bottom: 50px;
}

.icon-column img {
    height: 75px;
}

.icon-container {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: white;
    display: flex;
    justify-content: center;
    margin-left: 10px;
    background-color: #1abc9c;
    padding: 5px;
    align-items: center;
}

.icon-container img {
    height: 40px;
}

.icon-container img {
    filter: brightness(1);
}

.copyright {
    background: #E4E4E4;
    color: black;
    padding-top: 30px;
    padding-bottom: 10px;
    height: 80px;
}

.accordion-item {
    margin-bottom: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.accordion-button {
    font-weight: 700;
    border-right: 0;
    border-left: 0;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 12px !important;
    background-color: white !important;
}

.accordion-button:not(.collapsed) {
    color: #f1c310 !important;
    border-radius: 12px !important;
}

.accordion-button:focus {
    border: none;
    background: white !important;
    z-index: 3;
    border-color: none !important;
    outline: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 12px !important;
}

.accordion-button:link,
.accordion-button:visited,
.accordion-button:hover,
.accordion-button:active {
    background-color: none !important;
    color: #f1c310 !important;
    text-decoration: none !important;
    border: hidden !important;
    border-color: none !important;
    box-shadow: 0px !important;
    border-radius: 12px !important;
}

.accordion-item {
    border: none !important;
}

.contactInfo a {
    color: black;
    text-decoration: none;
}

.contactInfo a:hover {
    color: black;
    text-decoration: none;
}

.contactInfo img {
    width: 30px;
    margin-right: 5px;
    margin-top: 5px;
}

.contactInfo ul {
    list-style: none;
    padding-left: 0px;
}

.contactInfo li {
    margin-top: 25px;
    color: black;
}

.contactInfo li:first-child {
    margin-bottom: -8px;
}

.location {
    margin-left: 40px;
    margin-top: 2px;
}

li.location {
    margin-top: 0px;
    margin-bottom: 0px;
}

.contactHolder .form textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
}

.contactHolder .form input {
    width: 100%;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
}

.g-recaptcha {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 10px;
}

input,
textarea {
    border-radius: 12px;
}

input:focus,
textarea:focus {
    outline: 2px solid #CCCCCC;
    border-radius: 12px;
}

.contactHolder .form .button {
    padding: 15px;
    font-size: 20px;
    background-color: #f1c310;
    width: 40%;
    color: black;
    border-radius: 50px;
    color: white;
}

.contactHolder .form .button:hover {
    color: #2c2c2c;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 12px;
    overflow: hidden;
}

.hw-description li {
    color: black;
}

.hw-description p {
    color: black;
    margin-bottom: 4px;
}

.country-list {
    width: 80%;
    margin-top: 50px;
}

.country-item {
    border-radius: 12px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 25px;
    padding-left: 35px;
    padding-right: 35px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.region-name {
    font-weight: 700;
}

.region-code {
    color: #CCCCCC;
}

.blog-item-header {
    height: 400px;
}

.news-Container {
    padding-left: 100px;
    padding-right: 100px;
}

.news-image-col img {
    width: 100%;
}

.articleTitle a {
    text-decoration: none;
    color: black;
}

.articleTitle a:hover {
    color: #f1c310;
}

.read-more {
    color: black;
    text-decoration: none;
}

.read-more:hover {
    color: #f1c310;
    text-decoration: none;
}

.articleContainer {
    max-width: 1300px;
}

.author-date {
    color: #CCCCCC;
    margin-top: 0px;
    margin-bottom: 0px;
}

.contact-map iframe {
    width: 100%;
}

.help-center-contact img {
    height: 20px;
}

.help-center-contact .col-2 {
    width: 8%;
}

.help-center-contact {
    margin-top: 30px;
    margin-bottom: 30px;
}

.help-center-contact .row {
    margin-top: 15px;
}

.header-hidden {
    background-color: #2c2c2c;
}

.licenses img {
    height: 100px;
}

.licenses h4 {
    font-size: 18px;
    font-weight: 500;
}

.login-button {
    width: 140px;
    background-color: #f1c310;
    border-radius: 22px;
    margin-left: 15px;
    color: black;
    padding-left: 15px;
    padding-right: 15px;
}

.button-test a {
     width: 140px;
    background-color: #f1c310;
    border-radius: 22px;
    margin-left: 15px;
    color: black;
    padding-left: 25px;
    padding-right: 25px;
    padding: 10px;
    margin-top: 50px;
}

.login-button a,
.button-test a {
    color: white;
    text-decoration: none;
}

.login-button a:hover,
.button-test a:hover {
    color: #2c2c2c;
}

.read-more,
.learn-more {
    color: #f1c310;
    border-radius: 22px;
    text-decoration: underline;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.read-more a:hover,
.learn-more:hover {
    color: black;
}

.learn-more {
    text-decoration: none;
    width: 50%;
    align-self: center;
}

.error {
    border: 1px solid red !important;
}

.error-message {
    color: red;
    font-size: 12px;
    margin-bottom: 10px;
}

.customer-care {
    padding-left: 140px;
}

.tehnical-support {
    padding-left: 140px;
}

.help-center-email a,
.help-center-phone a {
    text-decoration: none;
    color: black;
}

.calculator-column {
    margin-top: 0px;
}

.calculator-column input {
    font-size: 18pt !important;
    margin-top: 0px;
}

.hidden {
    display: none;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

@media (min-width: 576px) {
    .icon-container {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: white;
        display: flex;
        justify-content: center;
        margin-left: 10px;
        background-color: #1abc9c;
        padding: 5px;
        align-items: center;
    }
    .icon-container img {
        height: 30px;
    }
    .articleContainer {
        max-width: 100%;
    }
    .customer-care {
        padding-left: 0px;
    }
    .tehnical-support {
        padding-left: 0px;
    }
    .getting-started {
        padding-left: 0px;
        padding-right: 0px;
    }
    .login-button {
        background-color: #f1c310;
        border-radius: 22px;
        margin-left: 0px;
        color: white;
        padding-left: 15px;
        padding-right: 15px;
        width: 140px;
        text-align: center;
    }
    .calculator-column {
        margin-top: 30px;
    }
    .modal-body img {
        display: block;
        margin: 0 auto;
        height: 200px;
        width: 200px;
    }
    .pt-5 {
        padding-top: 2.5rem !important;
    }
    .pb-5 {
        padding-bottom: 2.5rem !important;
    }
}

@media only screen and (max-width: 768px) {
    .icon-container {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: white;
        display: flex;
        justify-content: center;
        margin-left: 10px;
        background-color: #1abc9c;
        padding: 5px;
        align-items: center;
    }
    .icon-container img {
        height: 30px;
    }
    .articleContainer {
        max-width: 100%;
    }
    .customer-care {
        padding-left: 0px;
    }
    .tehnical-support {
        padding-left: 0px;
    }
    #video-bg {
        width: 100%;
        height: auto;
    }
    .copyright {
        background: #E4E4E4;
        color: black;
        padding: 10px;
        height: 80px;
        text-align: center;
    }
    .getting-started {
        padding-left: 0px;
        padding-right: 0px;
    }
    .icon-column {
        margin-top: 0px;
    }
    /* For mobile phones: */
    .navbar-nav {
        background-color: #2c2c2c;
        padding: 15px;
    }
    .social-icons-footer {
        margin-left: 0px;
        position: inherit;
    }
    .headerContainer {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .isHomePage header h1 {
        font-size: 40px;
    }
    .subheading {
        font-size: 15px;
    }
    footer {
        text-align: center;
    }
    .contactHolder {
        padding: 10px;
    }
    .pt-5 {
        padding-top: 2.5rem !important;
    }
    .pb-5 {
        padding-bottom: 2.5rem !important;
    }
    .login-button {
        border-radius: 22px;
        margin-left: 0px;
        color: black;
        padding-left: 15px;
        padding-right: 15px;
        width: 140px;
        text-align: center;
    }
    .calculator-column {
        margin-top: 30px;
        padding: 0px;
    }
    .calculator-column input {
        font-size: 17px !important;
    }
    .modal-body img {
        display: block;
        margin: 0 auto;
        height: 250px;
        width: 250px;
    }
}

@media (min-width: 992px) {
    .icon-container {
        width: 65px;
        height: 65px;
        border-radius: 50%;
        background: white;
        display: flex;
        justify-content: center;
        margin-left: 10px;
        background-color: #1abc9c;
        padding: 5px;
        align-items: center;
    }
    .icon-container img {
        height: 30px;
    }
    .articleContainer {
        max-width: 650px;
    }
    .customer-care {
        padding-left: 120px;
    }
    .tehnical-support {
        padding-left: 120px;
    }
    .login-button {
        border-radius: 22px;
        margin-left: 15px;
        color: black;
        padding-left: 15px;
        padding-right: 15px;
        width: 140px;
    }
    .modal-body img {
        display: block;
        margin: 0 auto;
        height: 300px;
        width: 300px;
    }
}

@media (min-width: 1200px) {
    .icon-container {
        width: 65px;
        height: 65px;
        border-radius: 50%;
        background: white;
        display: flex;
        justify-content: center;
        margin-left: 10px;
        background-color: #1abc9c;
        padding: 5px;
        align-items: center;
    }
    .icon-container img {
        height: 30px;
    }
    .articleContainer {
        max-width: 800px;
    }
    .customer-care {
        padding-left: 140px;
    }
    .tehnical-support {
        padding-left: 140px;
    }
    .login-button {
        border-radius: 22px;
        margin-left: 15px;
        color: black;
        padding-left: 15px;
        padding-right: 15px;
        width: 140px;
    }
    .modal-body img {
        display: block;
        margin: 0 auto;
        height: 350px;
        width: 350px;
    }
}

.calc-container {
    background-color: white;
    border-radius: 8px;
}

.calc-holder {
    --bs-gutter-x: none
}