.roambootstrap{
    padding: 0;
    border: none;
    box-shadow: none;
}

.roambootstrap .btn-primary{
    background-color: #5669EC;
}


.roambootstrap .btn-primary:hover{
    background-color: #EEE;
    color: #5669EC;
}


.roambootstrap table { border-collapse:collapse }
.roambootstrap thead, .roambootstrap tbody, .roambootstrap tfoot, .roambootstrap tr, .roambootstrap td, .roambootstrap th {
    border:none !important;
    font-size: 14px;
 }
 .roambootstrap th,
    .roambootstrap td{
         text-align: center;
 }

.roambootstrap p, li {
    font-size: 14px;
    margin-bottom: 0px;
    color: #31335A;
}

.roambootstrap .form-control,
    .roambootstrap label{
        font-size: 14px;
        color: #31335A !important;
}

.roambootstrap h4, .roambootstrap .h4{
        font-size: 22px;
        color: #31335A;
}

.roambootstrap a{
    font-size: 14px;
    color: #31335A;
    text-decoration: underline;
}

.roambootstrap a:hover{
    color: #31335A;
}

.roambootstrap .input-group > .form-control{
    text-align: left;;
}

.roambootstrap .nav-pills .nav-link{
    background-color: #EEE;
    color: #5669EC;   
}

.roambootstrap .nav-pills .nav-link.active, .roambootstrap .nav-pills .show > .nav-link{
    background-color: #5669EC
}

.nav-pills>li{
    /*width: 25%;
    padding-right: 4px;*/
}

.bi-bank::before{
    vertical-align: -1px !important;
}

.spaced-icons li [class^="bi-"]::before, 
    .spaced-icons li [class*=" bi-"]::before {
        padding-right: 10px;
}


.roambootstrap td.total{
    color: #5669EC;
    font-weight: bold;
}

.roambootstrap div.total{
  color: #5669EC;
  font-weight: normal;
  padding: 5px 0 0 5px;
}

.roambootstrap .table-even-width td{
    width: 35%;
    font-size: 18px;
}

.roambootstrap .table-even-width{
    margin-bottom: 15px;
}

.roambootstrap .table-sm > :not(caption) > * > * {
    padding: 0.05rem 0.05rem;
}

.roambootstrap table.table-even-width tr td:first-child,
.roambootstrap table.table-even-width tr td:last-child {
  width: 15%;
}
.roambootstrap .card.borderless,
    .roambootstrap .card > .list-group.borderless{
    border: none;
}

.roambootstrap .btn-payment{
    margin-top: 15px;
    font-size: 18px;
}

.roambootstrap table.text-left td{
    text-align: left;
}

.roambootstrap table.text-left tr td:first-child {
    width: 30%;
    font-weight: bold;
}

.roambootstrap table.text-left tr td:last-child {
    width: 70%;
}


.text-darkblue{
    color: #31335A;
}

.roambootstrap .text-22{
    font-size: 22px;
}

.roambootstrap .banking-details{
    margin-left: 16px !important;
}

.roambootstrap .banking-details thead, .roambootstrap .banking-details tbody, .roambootstrap .banking-details tfoot, .roambootstrap .banking-details tr, .roambootstrap .banking-details td, .roambootstrap .banking-details th {
    padding-bottom: 18px;
 }

 .roambootstrap .terms .form-check-label{
     font-weight: normal;
 }

.roambootstrap .dcc-currency-selector {
    border: 0;
    margin: 8px 0 0;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
}

.roambootstrap .dcc-currency-selector[hidden] {
    display: none;
}

.roambootstrap .legacy-fixed-amount {
    color: #5669EC;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    padding: 5px 0 0 5px;
}

.roambootstrap .dcc-currency-selector legend {
    border-bottom: 0;
    color: #31335A;
    float: none;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    width: auto;
}

.roambootstrap .dcc-options {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.roambootstrap .dcc-option {
    align-items: center;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    gap: 12px;
    min-height: 48px;
    padding: 8px 18px;
    position: relative;
    transition: border-color 120ms ease, box-shadow 120ms ease;
}

.roambootstrap .dcc-option[hidden] {
    display: none;
}

.roambootstrap .dcc-option:hover {
    border-color: #86b7fe;
}

.roambootstrap .dcc-option.is-selected {
    border-color: #86b7fe;
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
}

.roambootstrap .dcc-option input {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px;
}

.roambootstrap .dcc-option:focus-within {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
}

.roambootstrap .dcc-currency-flag {
    flex: 0 0 auto;
    font-size: 28px;
    line-height: 1;
}

.roambootstrap .dcc-option-amount {
    color: #31335A;
    display: block;
    font-size: 14px;
    line-height: 1.2;
}

.roambootstrap .dcc-option-content {
    min-width: 0;
}

.roambootstrap .dcc-details {
    align-items: start;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-bottom: 20px;
    padding-top: 2px;
}

.roambootstrap .dcc-details .dcc-option-detail {
    padding-left: 4px;
}

.roambootstrap #dcc-booking-fee {
    grid-column: 1;
}

.roambootstrap #dcc-rate {
    grid-column: 2;
}

.roambootstrap .dcc-terms-row {
    padding-left: 4px;
    padding-top: 4px;
}

.roambootstrap .dcc-option-detail {
    color: #656b7a;
    display: block;
    font-size: 11px;
    line-height: 1.35;
}

.roambootstrap .dcc-option-detail[hidden] {
    display: none;
}

.roambootstrap .dcc-status {
    min-height: 20px;
    padding-top: 7px;
    text-align: right;
}

.roambootstrap .dcc-status {
    color: #656b7a;
}

@media (max-width: 575.98px) {
    .roambootstrap .dcc-options {
        grid-template-columns: 1fr;
    }

    .roambootstrap .dcc-details {
        grid-template-columns: 1fr;
    }

    .roambootstrap #dcc-booking-fee,
    .roambootstrap #dcc-rate {
        grid-column: 1;
    }

    .roambootstrap .dcc-status {
        text-align: left;
    }
}



 /* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}
.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}
.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #5469d4;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 600px) {
  /*form {
    width: 80vw;
    min-width: initial;
  }*/
}

#payment-message {
    color: rgb(105, 115, 134);
    font-size: 16px;
    line-height: 20px;
    padding-top: 12px;
    text-align: center;
    padding: 0;
  }

  #payment-message.alert {
     color: red;
}

.nav-pills>li+li{
  margin-left: 0 !important;
}

.roambootstrap .table-sm > :not(caption) > * > *{
  width: 33%;
}

.btndisabled{
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
  pointer-events: none;
  opacity: 0.65;

}

.mt-10{
  margin-top: 10px !important;
}

.py-8{
  padding-bottom: 10px;
  padding-top: 10px;
}
