@charset "UTF-8";
body {
    overflow-x: hidden;
    min-height: 100;
    display: flex;
    flex-direction: column;
    font-family: 'Lato', sans-serif;
}

.icons {
    width: 100%;
}

.modal-row-button {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.modal-title {
    color: white;
}

.modal-body {
    padding: 30px;
}

.modal-header {
    background-color: #32353E;
}

.header-main-content-continer {
    margin-top: 20px;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    border: 0;
    border-radius: 30px !important;
    background: initial;
    background-color: #51ACC1 !important;
    color: #fff;
    font-size: 1em;
    width: 100px;
}

.modal input {
    padding: 12px;
    margin-top: 12px;
    margin-bottom: 12px;
    border: 1px solid gray;
}

.modal .button {
    border: none;
}

.btn-secondary {
    border: none;
}

.float-container .modal .button {
    background-color: #51ACC1 !important;
    color: white !important;
}

.modal .button {
    background-color: #51ACC1!important;
    color: white !important;
}

.float-container .button:hover {
    color: #51ACC1;
}

.float-container .button:focus {
    color: black;
    background-color: white;
}

.float-container .modal .button:hover {
    color: black !important;
}

.modal .button:hover {
    color: black !important;
}

.float-container .modal .button:focus {
    background-color: #51ACC1;
    text-decoration: none;
    color: white;
    font-weight: 500;
    padding: 12px;
    border-radius: 30px;
    width: auto;
    /* min-width: 200px; */
    display: inline-block;
    text-align: center;
    border: none !important;
}

.modal .button:focus {
    background-color: #51ACC1;
    text-decoration: none;
    color: white;
    font-weight: 500;
    padding: 12px;
    border-radius: 30px;
    width: auto;
    /* min-width: 200px; */
    display: inline-block;
    text-align: center;
    border: none !important;
}

.floating-cards .card,
.cards-with-links .card {
    padding: 10px;
    border: none;
    background-color: #EEEEEE;
}

.floating-cards .card:hover,
.cards-with-links .card:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.cards-with-links img {
    height: 50px;
}

.cards-with-links a {
    text-decoration: none;
}

.floating-cards {
    top: -100px;
    position: relative;
}

.card-text {
    color: black;
}

.card-title {
    color: black;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.card-title .two-in-row-left {
    padding-left: 40px;
    padding-right: 40px;
}

.two-in-row-left p {
    font-size: 18px;
}

.two-in-row-cards p {
    font-size: 15px;
}

.two-in-row-cards h6,
.two-in-row-cards p {
    text-align: right;
}

.two-in-row-cards img {
    height: 75px;
}

.two-in-row-cards .card:hover {
    border: solid 1px black;
}

.two-in-row-cards .card:hover img {
    border-radius: 20px;
    filter: brightness(1%) saturate(0%) invert(100%);
}

.error {
    border: 1px solid red !important;
}

.error-message {
    color: red;
    font-size: 12px;
    margin-bottom: 10px;
}

.icon-container {
    width: 80px;
    border-radius: 20px;
    background: white;
    display: flex;
    justify-content: center;
    margin-left: 10px;
}

.two-in-row-cards .card:hover .icon-container {
    border-radius: 10px;
    background: #51ACC1;
}

.pricing-cards .card-text p {
    color: #6D7783;
}

.pricing-description,
.pricing-description-list {
    margin-bottom: 0;
    margin-top: 0;
    color: #6D7783;
    font-size: 14px;
}

.pricing-description {
    margin-bottom: 15px;
}

.pr-dc {
    margin-bottom: 10px;
}

.row.price-cards {
    display: flex;
    flex-wrap: wrap;
}

.price-cards {
    display: flex;
    flex-wrap: wrap;
}

.price-cards .card {
    position: relative;
    padding: 20px;
}

.float-element {
    position: relative;
    top: -100px;
    z-index: 10;
}

.z-higher {
    z-index: 100;
    position: relative;
}

.rounded-container {
    padding: 30px;
}

.testimonial-cards .card {
    padding: 10px;
}

.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    /* Set the height of the button container */
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.price-button {
    text-align: center;
    width: 100%;
}

.price-button {
    border: #51ACC1 solid 2px;
    background-color: white;
    text-decoration: none;
    color: #51ACC1;
    width: 60%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 25px;
}

.price-button:hover {
    border: #51ACC1 solid 2px;
    background-color: #51ACC1;
    text-decoration: none;
    color: white;
    width: 60%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 25px;
}

.price-cards .card-body {
    min-height: 480px;
}

.price-card {
    flex: 1 1 auto;
}

.float-container {
    border-radius: 30px;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #51ACC1;
    position: relative;
    top: -79px;
}

.float-container .button {
    background-color: white;
    color: #51ACC1;
}

.float-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.float-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.umb-block-list h1 {
    margin-bottom: 30px;
    font-size: calc(1.2rem + 1.3vw);
}

.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: #93C8FC;
    color: #93C8FC;
}

.carousel-indicators .active {
    opacity: 1;
    filter: invert(1%);
    color: #93C8FC;
}

header {
    background-color: #32353E;
    /*    padding: 30px;
*/
}

footer {
    background-color: #32353E;
    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: #6D7783;
    font-size: 11pt;
}

footer a:hover {
    text-decoration: none;
    color: #51ACC1;
}

.footer-description {
    margin-top: 32px;
    color: #6D7783;
    font-size: 11pt;
}

footer h4,
li,
ul {
    color: #FAFAFA;
    margin-bottom: 10px;
    font-size: 14pt;
}

.col-five-footer li {
    font-size: 11pt;
    color: #6D7783 !important;
}

footer h4 {
    margin-bottom: 35px;
}

.social-icons-footer {
    margin-left: -15px;
    margin-top: 50px;
}

.social-icons-footer a {
    color: #121A4C;
}

.social-icons-footer a:hover {
    color: #121A4C;
}

.social-icons-footer svg:hover {
    color: #51ACC1;
}

.dropdown.fullscreen-dropdown:hover .dropdown-menu {
    display: block;
}

.card-dropdown {
    display: none;
    width: 1600px;
    position: fixed;
    top: 50px;
    background: white;
    left: 10px;
}

.nav-item .nav-services:hover .card-dropdown {
    display: block;
    /* or display: inline-block; */
}

.navbar-brand img,
.navbar-brand-white img {
    height: 20px;
}

.navbar {
    background-color: transparent;
    color: white;
    transition: ease-out 300ms;
}

.navbar a {
    color: white;
    font-size: 16px;
}

.navbar li {
    margin-right: 20px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}

.navbar-nav li {
    position: relative;
    color: black;
}

.dropdown-menu {
    background-color: white;
    color: black;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
}

.dropdown-menu li {
    margin-top: 10px;
    margin-left: 20px;
}

.dropdown-menu a:hover {
    color: #51ACC1;
    background-color: white;
}

.dropdown-menu a {
    color: black;
}

.nav-link.current {
    color: #51ACC1;
}

.nav-link:focus {
    color: #51ACC1;
}

.nav-link:hover {
    color: #51ACC1;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.is-fixed {
    background-color: #32353E;
    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: 700;
    padding-bottom: 15px;
    font-size: calc(1.2rem + 1.4vw);
}

header span {
    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;
}

.button {
    background-color: #51ACC1;
    text-decoration: none;
    color: white;
    font-weight: 500;
    padding: 16px;
    border-radius: 30px;
    width: auto;
    min-width: 200px;
    display: inline-block;
    text-align: center;
}

.button:hover {
    color: black;
}

.rounded-image img {
    border-radius: 12px;
}

.smaller-row {
    max-width: 750px;
    align-self: center;
}

.copyright {
    background: #32353E;
    color: white;
    height: 80px;
}

.copyright-separator {
    border-top: 3px solid #6D7783;
    padding-top: 15px;
}

.terms-policy {
    display: flex;
    justify-content: space-around;
}

.terms-policy a {
    color: #6D7783;
    text-decoration: none;
}

.terms-policy a:hover {
    color: #51ACC1;
    text-decoration: none;
}

.accordion-button::after {
    background-image: none;
    content: "\f067";
    /* Unicode for the plus icon */
    font-family: "Font Awesome 5 Free";
    color: #51ACC1;
    font-weight: 900;
    margin-right: 5px;
    float: right;
}


/* Dropdown arrow */

.nav-item.dropdown>a::after {
    content: "";
    display: inline-block;
    margin-left: 0.25em;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}


/* Dropdown menu */

.dropdown-menu {
    display: none;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

.dropdown-menu.show {
    display: block;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.accordion-button.collapsed::after {
    background-image: none;
    content: "\f067";
    /* Unicode for the plus icon */
    font-family: "Font Awesome 5 Free";
    color: #51ACC1;
    font-weight: 900;
    margin-right: 5px;
    float: right;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\f00d";
    /* Unicode for the times icon */
    font-family: "Font Awesome 5 Free";
    color: black;
    font-weight: 900;
    margin-right: 5px;
    float: right;
}

.accordion-button:not(.collapsed):after {
    border: none !important;
}

.accordion-button:not(.collapsed):focus {
    outline: none !important;
    box-shadow: none !important;
    --bs-accordion-border-color: transparent;
}

.accordion-button:not(.collapsed).focus {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    border: none !important;
}

.accordion-button:focus {
    outline: none !important;
    box-shadow: none !important;
    --bs-accordion-border-color: transparent;
}

.accordion-header {
    --bs-accordion-border-color: transparent;
}

.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;
    border-radius: 12px !important;
    background-color: white !important;
}

.accordion-button:not(.collapsed) {
    color: black;
    border-radius: 12px !important;
}

.accordion-button:focus {
    border: none !important;
    background: white !important;
    z-index: 3;
    border-color: none !important;
    outline: 0;
    border-radius: 12px !important;
}

.accordion-button:link,
.accordion-button:visited,
.accordion-button:hover,
.accordion-button:active {
    background-color: none !important;
    color: black !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;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 12px;
    overflow: hidden;
}

.tabs-direction {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.nav-tabs .nav-link {
    background-color: transparent;
    border: none;
    color: black;
    font-weight: 500;
}

.nav-link .active {
    background-color: transparent;
}

.nav-tabs .nav-link.active {
    color: #51ACC1;
    background-color: transparent;
}

.contact {
    border: 1px white solid;
    border-radius: 32px;
    padding: 10px;
}

.contactInfo a {
    color: white;
    text-decoration: none;
}

.contactInfo a:hover {
    color: #51ACC1;
    text-decoration: none;
}

.contactInfo img {
    width: 30px;
    margin-right: 15px;
    margin-top: 5px;
}

.contactInfo ul {
    list-style: none;
    padding-left: 0px;
}

.contactInfo li {
    margin-top: 25px;
    color: white;
}

.contactInfo li:first-child {
    margin-bottom: -8px;
}

.location {
    margin-left: 50px;
    margin-top: 2px;
}

li.location {
    margin-top: 0px;
    margin-bottom: 0px;
}

.contactHolder .form textarea {
    color: white;
    background-color: #32353E;
    width: 100%;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
}

.contactHolder .form input {
    color: white;
    background-color: #32353E;
    width: 100%;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
}

input,
textarea {
    border-radius: 12px;
}

input:focus,
textarea:focus {
    outline: 1px solid #CCCCCC;
    border-radius: 12px;
}

.contactHolder .form .button {
    padding: 15px;
    font-size: 20px;
    background-color: #51ACC1;
    width: 40%;
    color: black;
    border-radius: 30px;
    color: white;
    margin-top: 20px;
    border: none;
}

.contactHolder .form .button:hover {
    color: #32353E;
}

.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: #51ACC1;
}

.read-more {
    color: black;
    text-decoration: none;
}

.read-more:hover {
    color: #51ACC1;
    text-decoration: none;
}

.articleContainer {
    max-width: 1300px;
}

.author-date {
    color: #CCCCCC;
    margin-top: 0px;
    margin-bottom: 0px;
}

.contact-map {
    background-color: #32353E;
}

.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: #32353e;
}

.licenses img {
    height: 100px;
}

.licenses h4 {
    font-size: 18px;
    font-weight: 500;
}

.login-button {
    background-color: #283B8F;
    border-radius: 22px;
    margin-left: 35px;
    color: black;
    padding-left: 15px;
    padding-right: 15px;
}

.login-button a {
    color: white;
}

.read-more,
.learn-more {
    background-color: #93C8FC;
    border-radius: 22px;
    color: black;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.read-more a:hover,
.learn-more:hover {
    color: #51ACC1;
}

.learn-more {
    text-decoration: none;
    width: 50%;
    align-self: center;
}

.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;
}

@media (min-width: 576px) {
    .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: #283B8F;
        border-radius: 22px;
        margin-left: 0px;
        color: white;
        padding-left: 15px;
        padding-right: 15px;
        width: 100px;
        text-align: center;
    }
    .calculator-column {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .container:has(.floating-cards):first-child {
        margin-bottom: -100px;
    }
    .two-in-row-left p {
        font-size: 16px;
    }
    .articleContainer {
        max-width: 100%;
    }
    .customer-care {
        padding-left: 0px;
    }
    .tehnical-support {
        padding-left: 0px;
    }
    #video-bg {
        width: 100%;
        height: auto;
    }
    .copyright {
        background: #32353e;
        color: white;
        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: #32353E;
        padding: 15px;
    }
    .social-icons-footer {
        margin-left: 0px;
        position: inherit;
    }
    .headerContainer {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .isHomePage header h1 {
        font-size: 40px;
    }
    header span {
        font-size: 15px;
    }
    footer {
        text-align: center;
    }
    .contactHolder {
        padding: 10px;
    }
    .pt-5 {
        padding-top: 0.5rem !important;
    }
    .pb-5 {
        padding-bottom: 0.5rem !important;
    }
    .login-button {
        border-radius: 22px;
        margin-left: 0px;
        color: black;
        padding-left: 15px;
        padding-right: 15px;
        width: 100px;
        text-align: center;
    }
    .calculator-column {
        margin-top: 30px;
        padding: 0px;
    }
    .calculator-column input {
        font-size: 17px !important;
    }
    .umb-block-list .card {
        margin-bottom: 10px !important;
    }
    .button {
        margin-bottom: 10px;
    }
    .float-container {
        top: 0;
        border-radius: unset
    }
}

@media (min-width: 992px) {
    .container:has(.floating-cards):first-child {
        height: 120px;
    }
    .articleContainer {
        max-width: 650px;
    }
    .customer-care {
        padding-left: 120px;
    }
    .tehnical-support {
        padding-left: 120px;
    }
    .login-button {
        border-radius: 22px;
        margin-left: 35px;
        color: black;
        padding-left: 15px;
        padding-right: 15px;
        width: 100px;
    }
}

@media (min-width: 1200px) {
    .articleContainer {
        max-width: 800px;
    }
    .customer-care {
        padding-left: 140px;
    }
    .tehnical-support {
        padding-left: 140px;
    }
    .login-button {
        border-radius: 22px;
        margin-left: 35px;
        color: black;
        padding-left: 15px;
        padding-right: 15px;
        width: 100px;
    }
}

.calc-container {
    background-color: white;
    border-radius: 8px;
}

.calc-holder {
    --bs-gutter-x: none
}

.icon-holder {
    height: 100px;
    width: 100px;
    border-radius: 10px;
    background-color: #51acc1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 12px 0px 12px;
}

.icon-main {
    filter: brightness(0) saturate(100%) invert(74%) sepia(87%) saturate(565%) hue-rotate(160deg) brightness(81%) contrast(84%);
}

.p-20 {
    padding: 20px;
}

.img-sm-container {
    background-color: #51acc1;
    border-radius: 10px;
    padding: 10px;
}

.thumbnailImage {
    height: 400px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}