html, body {
    background-color: white;
}


.pointer {
    cursor: pointer;
}

.header_row {
    background-color: #fafafa;
    border: 1px solid grey;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.header {
    background-color: #d50000;
}

.header > img {
    position: relative;
    margin-left: 1.5rem;
    height: 3rem;
    padding: 0px;
}

.accordion-item {
    background-color: rgb(241, 241, 241);
    border-bottom-left-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
    border-top-left-radius: 10px!important;
    border-top-right-radius: 10px!important;
    -webkit-box-shadow: 10px 8px 46px -26px rgba(0,0,0,0.47);
    -moz-box-shadow: 10px 8px 46px -26px rgba(0,0,0,0.47);
    box-shadow: 10px 8px 46px -26px rgba(0,0,0,0.47);
    border: none!important;
}

.accordion-button {
    background-color: rgb(241, 241, 241);
    border-bottom-left-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
    border-top-left-radius: 10px!important;
    border-top-right-radius: 10px!important;
    -webkit-box-shadow: 10px 8px 46px -26px rgba(0,0,0,0.47);
    -moz-box-shadow: 10px 8px 46px -26px rgba(0,0,0,0.47);
    box-shadow: 10px 8px 46px -26px rgba(0,0,0,0.47);
}

.accordion-button:not(.collapsed) {
    background-color: rgb(241, 241, 241);
    color: black;
    -webkit-box-shadow: 10px 8px 46px -26px rgba(0,0,0,0.47);
    -moz-box-shadow: 10px 8px 46px -26px rgba(0,0,0,0.47);
    box-shadow: 10px 8px 46px -26px rgba(0,0,0,0.47);
}

.quote_order_row {
    -webkit-box-shadow: 10px 8px 46px -26px rgba(0,0,0,0.47);
    -moz-box-shadow: 10px 8px 46px -26px rgba(0,0,0,0.47);
    box-shadow: 10px 8px 46px -26px rgba(0,0,0,0.47);
    background-color: #d7e7ee;
    border-radius: 10px;
}

.quote_row:nth-child(odd) {
    background-color: #d7e7ee;
}

.quote_row:nth-child(even) {
    background-color: #f0f5f5;
}

.quote_row:not(:last-of-type){
    border-bottom: 2px solid rgb(140, 140, 140);
}

.quote_row:last-of-type {
    border-bottom-left-radius: 10px!important;
    border-bottom-right-radius: 10px!important;
}

.quote_row_text {
    font-size: 0.7rem;
}

.quote_row_text_larger {
    font-size: 0.8rem;
}

.accordion-body {
    margin: 0.8rem!important;
}

.main_col_finance {
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 37px -14px rgba(0,0,0,0.59);
    -moz-box-shadow: 0px 0px 37px -14px rgba(0,0,0,0.59);
    box-shadow: 0px 0px 37px -14px rgba(0,0,0,0.59);
    max-height: 73.3vh;
    min-height: 382px;
    overflow: auto;
}

#overlay_loader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1001;
}

.lender_logo {
    height: 4rem;
}

/* width */
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    display: block;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #d50000;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #a12f2f;
}

/* loaders and spinners */
.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite
}

.loader::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #d50000;
    animation: prixClipFix 2s linear infinite ;
}

.loader_large {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite;
    display: inline-block;
}

.loader_large::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 6px solid #ffffff;
    animation: prixClipFix 2s linear infinite ;
}

.loader_main {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite;
    display: inline-block;
}
.loader_main::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 4px solid #d50000;
    animation: prixClipFix 2s linear infinite ;
}

@keyframes rotate {
    100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
    75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
    100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}

/* Style the explanatory text row */
.explanatory-row {
    font-size: 10px;
    color: #999;
  }

  .annual_mileage_margin{
    padding-left: 25px;
  }

  .cash_deposit_margin{
    padding-left: 32px;
  }

  .term_margin{
    padding-left: 40px;
  }

  #spinner_id{
    position:absolute;
  }