/* 
/* 
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/

.form-group input {
    font-size: 1rem;
    padding: 0.6875rem 1.5rem;
    padding-left: 0.75rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    display: block;
    width: 100%;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.step-circle.step-circle-sm {
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
}

.icon-9x {
    font-size: 9em;
}

.btn-stripe {
    margin-bottom: 10px
}

.logo-large {
    height: 10rem;
}

.logo-name {
    position: relative;
    width: 200px;
}

.logo-name span {
    position: absolute;
    bottom: 0;
}

.footer {
    font-size: .875rem;
    padding: 2rem 0 3rem 0;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.default-cursor {
    cursor: default !important;
}

.card.choice {
    border-radius: 20px;
    background: #e9ecef !important;
    cursor: pointer;
}

.card.choice .card-body {
    border-radius: 20px;
    background-clip: padding-box;
    overflow: hidden;
}

.card.choice .card-img-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.chosen-label {
    font-weight: 100;
    padding-left: 25px;
}

.card.selected {
    border-width: 3px;
    border-color: #4582EC !important;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    background-color: #f8f9fa !important;
}

.text-define {
    font-style: italic;
    font-weight: bold;
}

.fixed-size-h30-crop {
    height: 30vw;
    width: 100%;
    object-fit: cover;
}

.fixed-size-h30 {
    height: 30vw;
    max-width: 100%;
}

.flag {
    width: 48%;
}

.flag-box {
    cursor: pointer;
    text-align: center;
}
