.quote-text-size {
    font-size:16px;
}

.quote-spacing {
    margin-top: 10px;
    margin-bottom:10px;
    border-bottom-style: dotted;
    border-bottom-width: thin;
}


.quote-description-padding{
    padding-top:10px;
    padding-bottom:40px;
}



.text-white {
    color:white;
}

/* .customizable-quote-package {

} */

/* input[type=radiobox] {
transform: scale(1.3);
} */

.quote-radio-toolbar {
    margin: 10px;
}

.quote-radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.quote-radio-toolbar label {
    display: inline-block;
    background-color: white;
    padding: 10px 15px;
    font-family: sans-serif, Arial;
    font-size: 12px;
    border: 2px solid #444;
    border-radius: 4px;
}

.quote-radio-toolbar label:hover {
    background-color: rgb(188, 201, 207);
}

.quote-radio-toolbar input[type="radio"]:focus + label {
    border: 2px solid #444;
}

.quote-radio-toolbar input[type="radio"]:checked + label {
    background-color: #99f799;
    border-color: black;
}

.options-section {
  height: 300px;
  overflow-y: auto;
  border-style: solid;
  border-radius: 10px;
  padding-top: 10px;
  box-shadow: 0 0 2px black;
}

/* Overwrite the default to keep the scrollbar always visible 
within the package options */
.options-section::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.options-section::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}


.quote-price {
  font-size: large;
  font-weight: bold;
}

.quote-length {
  font-size: small;
}
