@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Nunito:wght@400;700&display=swap');

body{
    font-family: Montserrat!important;
}
.navbar{
    height:172px;
    
}

.bg-light{
    background-color: #f1f1f1;
}

.round-border{
    border-radius: 14px;
}

.montserrat{
    font-family: Montserrat;
}

.Nunito{
    font-family: Nunito;
}

.tawk {
    text-decoration: none;
    margin-right: 15px;
    color: gray;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 6px;
    border: 1px solid #00A2FF ;
    border-radius: 10px;
    padding: 14px;
    font-weight: bold; 
}
.tawk > img {
    width: 15px;
    margin-right: 5px;
}
.tawk:hover {
    color: #00A2FF ;
}

.tawk > img:hover {
    opacity: 0.8;
}
.buttom {
    text-decoration: none; 
    font-weight: bold; 
    color: gray;
    border: 1px solid #00A2FF ;
    border-radius: 10px;
    padding: 2px 5px 2px  5px;
}

.buttom:hover {
    color: black;
    background-color: white ;
}

.border-bottom{
    border-bottom:10px solid #f1f1f1;
}

.country-flag{
    max-width: 311px;
    max-height:219px;
}

.primary{
    background-color: #2BE005;
}

.headtitles{
    color: #9C9C9C;
}

.pointer{
    color: #00A2FF;
    font-family: Montserrat;
}

.green{
    background-color: #00A2FF!important;
    font-weight: bold!important;
    border-radius:14px !important;
}

.form-control{
    background-color: #F1F1F1!important;
    border-radius:14px !important;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.navbar-brand img {
    width:121.69px;
    height: 73.72px
}

.img-fluid{
    border-radius: 10px !important;
    cursor: pointer;
}

.img-fluid:hover{
    border: 1px solid greenyellow;
    border-radius: 10px;
    box-shadow: 3px 3px 30px #cce6ff ;
}

#submit {
    border-radius: 30px !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

.select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(./../../images/Frame\ 1.png) no-repeat center right #FFF;
    border: 1px solid #333;
    border-radius: 30px;
    color: #A2A2A2;
    font-size: 15px;
    padding-right: 25px !important;
    padding-left: 20px;
    height: 50px !important;
    width: 100%;
}

.select2 {
    width: 100% !important;
} 

.select2-container--default .select2-selection--single {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(./../../images/lupa.svg) no-repeat center left #FFF;
    background-position: 10px;
    background-color:#F8F9FA !important;
    border: 1px solid #A2A2A2 !important;
    border-radius: 30px !important;
    height: 50px !important;
    padding-top: 8px !important;
    padding-left: 35px !important;
    width: 100% !important;
    font-weight: 6000;
}
.select2-container--default .select2-selection--single:focus {
    box-shadow: 0 0 0 0 !important;
    border: 0 none !important;
    outline: 0 !important;
}
  input:focus, select:focus {
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
} 

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
}

#img-payers{
    width: 250px;
    height: auto;
    margin: 5px 2px 2px 16px;
}

.type {
    margin-left: 8px;
    font-size: 18px;
    font-weight: bold;
    color: #4CB0F4;
}
.pr {
    margin-left: 8px;
    font-size: 12px;
    color:#9C9C9C ;
}

ul {
    list-style: none;
}

ul li {
    font-weight: bold;
}

.selectedBranch {
    border: 1px solid greenyellow;
    border-radius: 10px;
    box-shadow: 3px 3px 30px #cce6ff ;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

@media (max-width: 576px) {
    .select2-container--default .select2-selection--single{
        margin-bottom: 2%;
        width: 100%;
    }

    #countries{
        margin-bottom: 2%;
    }

    .buttom {
        margin-left: 40%;
    }
    .row {
        justify-content: center;
    }


    #PayInfo {
        display: contents !important;
    }

    .inf {
     max-width: none !important;
    }
    .country-flag {
        display: none !important;
    }

    .work {
        padding-top: 50px !important;
    }

    .img-info {
        display: none;
    }

    #img-payers {
        width: 45%;
        height: auto;
     
    }

 

   .h5, h5 {
    font-size: 1rem !important;
    }

    .country {
        padding-top: 18px;
    }

    .language {
        padding-top: 20px;
    }

    .recomended {
        padding-top: 20px;
    }
    .currency {
        padding-top: 30px;
    }
    .network {
        padding-top: 30px;
    }

}
