html {
    overflow-y: scroll;
    overflow-x: overlay;
}

body {
	background: black ;
	font-family: sans-serif ;
}

:root {
    --bs-font-sans-serif: -apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}

h1,h2,h3,h4 { font-family: serif; }

h1 {
    color: tomato ;
    font-weight: bold;
    font-size: 49pt ;
}

h2 {
	font-size: xx-large ;
	color: skyblue ;
}

h3 {
	font-size: large ;
	color: slategray ;
}

h4 {
	font-size: large ;
}

.banner-top {
    color: white;
    background-color: black;
}

.carousel-content {
    height: 500px;
    overflow: hidden!important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.landing-image-main {
    max-width: 500px;
}

.book-type-img {
    max-width: 200px;
}

.w-12 {
    width: 12.5%!important;
}

.w-33 {
    width: 33.33%!important;
}

.btn-fake:hover {
    background-color: #e9ecef;
    cursor: default;
}

.btn-fake-light:hover {
    cursor: default;
}

.btn-fake-dark:hover {
    background-color: #212529;
    cursor: default;
}

.btn-fake-success {
    max-height: 4em;
}

.btn-fake-success:hover {
    background-color: #198754;
    border-color: #198754;
    cursor: default;
}

.container {
    z-index: 1;
    max-width: 960px;
}

.loading-info {
    z-index: 1;
}

.badge {
    color: black;
    background-color: #add8e6;
}

.footer code, .footer a {
    font-family: Consolas,monaco,monospace;
    text-decoration: none;
    color: #6c757d;
}

.btn-light {
    background-color: #e9ecef!important;
}

.demo {
    width: 3in;
    height: 2in;
    background-size: cover;
}

.demo-pointer {

}

.address {
    margin-left: 2em;
}

.address small {
    line-height: 1.2em;
}

.bg-black {
    background-color: black;
}

.cover_design {
    display: flex;
    justify-content: space-between;
}

.cd_control {
    width: 50%;
}

.form-control-color {
    width: 40px;
    margin-bottom: 5px;
}

.cd_pickers {
    min-width: 15%;
}

.cover-preview-view {
    cursor: pointer;
    border: 1px black solid;
    /*border-radius: 5px;*/
    margin-bottom: 10px;
}

.cover-preview {
    height: 135px;
    width: 90px;
    margin-bottom: 0px;
    /*border-top-left-radius: 4px;*/
    /*border-top-right-radius: 4px;*/
}

.cover-preview-label {
    line-height: 1.1em;
    margin-top: 0;
    padding: 0;
    font-size: 11px;
    color: white;
    background-color: black;
    /*border-bottom-left-radius: 5px;*/
    /*border-bottom-right-radius: 5px;*/
}

.cp_title {
    font-family: Times;
    padding-top: 30px;
    margin-bottom: 3px;
}
.cp_subtitle {
    font-family: Times;
    font-size: 6px;
    margin-top: 0;
    transform: translateY(-6px);
}
.cp_author {
    font-family: Times;
    padding-top: 20px;
    font-size: 6px;
}

.btn-green {
    color: white;
    background-color: #4B828F;
    border-color: #4B828F;
}

.btn-green:hover {
    background-color: #90C8D5;
    border-color: #90C8D5;
}

.cart a {
    text-decoration: none;
    color: black;
}

.svg {
    position: absolute;
}

.svg_squiggle {
    bottom: 0;
    right: 0;
}

.hint {
    background-color: white;
    color: #838a91;
}

/* Remove disgusting 'focus' highlights*/
button:focus {
    outline: none;
}
.btn:focus {
    box-shadow: none;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
    box-shadow: none;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
    box-shadow: none;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    box-shadow: none;
}
/**/

.button_switch_div {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.button_switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-left: none;
    width: auto;
}

.button_switch_leading {
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
}

.button_switch_trailing {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem;
}

.button_switch.active {
    color: #e9ecef;
    background-color: #495057;
    border: 1px solid #495057;
    transition: ease-in-out;
    transition-duration: 0.25s;
}

.button_switch:disabled {
    color: #cacdd0;
    background-color: #e9ecef;
}

.optionbox-xl {
    font-size: 14px;
    height: fit-content;
    min-height: 5em;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #ced4da;
    display: flex;
    align-items: center;
}

.optionbox-xl.active {
    border: 1px solid black;
    font-weight: bold;
    color: black;
    background-color: #D8D3E6;
    transition-duration: 0.25s;
}

.list-group-item.active {
    z-index: 2;
    color: black;
    font-weight: bold;
    background-color: #D8D3E6;
    border-color: black;
}

.obxl-title {
    padding-right: .5em;
    width: fit-content;
    min-width: 21%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.obxl-desc {
    font-size: small;
    font-weight: normal;
    text-align: justify;
    padding-left: .5em;
    /*border-left: 1px solid #ced4da;*/
    margin: 0.5em;
}

.optionbox {
    font-size: 14px;
    width: 96%;
    height: 3em;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #ced4da;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0;
}

.optionbox.active {
    border: 1px solid black;
    font-weight: bold;
    background-color: #D8D3E6;
    transition-duration: 0.25s;
}

.optionbox.active.RED {
    color: white;
    background-color: #794447;
}

.optionbox.active.NAVY {
    color: white;
    background-color: #495467;
}

.optionbox.active.GREEN {
    color: white;
    background-color: #46563c;
}

.optionbox.active.BLACK {
    color: white;
    background-color: #3c3b36;
}

.optionbox.active.TAN {
    color: white;
    background-color: #a7997f;
}

.optionbox.active.GREY {
    color: white;
    background-color: #65625d;
}

.optionbox.active.FOIL_GOLD {
    color: white;
    background-color: #9d7710;
}

.optionbox.active.FOIL_SILVER {
    color: white;
    background-color: silver;
}

.optionbox.active.FOIL_BLACK {
    color: white;
    background-color: #3c3b36;
}

.optionbox.RED {
    border-bottom: 5px solid #794447;
    border-top: 5px solid #794447;
    border-left: 1px solid #794447;
    border-right: 1px solid #794447;
}

.optionbox.NAVY {
    border-bottom: 5px solid #495467;
    border-top: 5px solid #495467;
    border-left: 1px solid #495467;
    border-right: 1px solid #495467;
}

.optionbox.GREEN {
    border-bottom: 5px solid #46563c;
    border-top: 5px solid #46563c;
    border-left: 1px solid #46563c;
    border-right: 1px solid #46563c;
}

.optionbox.BLACK {
    border-bottom: 5px solid #3c3b36;
    border-top: 5px solid #3c3b36;
    border-left: 1px solid #3c3b36;
    border-right: 1px solid #3c3b36;
}

.optionbox.TAN {
    border-bottom: 5px solid #a7997f;
    border-top: 5px solid #a7997f;
    border-left: 1px solid #a7997f;
    border-right: 1px solid #a7997f;
}

.optionbox.GREY {
    border-bottom: 5px solid #65625d;
    border-top: 5px solid #65625d;
    border-left: 1px solid #65625d;
    border-right: 1px solid #65625d;
}
.optionbox.FOIL_GOLD {
    border-bottom: 5px solid #9d7710;
    border-top: 5px solid #9d7710;
    border-left: 1px solid #9d7710;
    border-right: 1px solid #9d7710;
}
.optionbox.FOIL_SILVER {
    border-bottom: 5px solid silver;
    border-top: 5px solid silver;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
}
.optionbox.FOIL_BLACK {
    border-bottom: 5px solid #3c3b36;
    border-top: 5px solid #3c3b36;
    border-left: 1px solid #3c3b36;
    border-right: 1px solid #3c3b36;
}

.invert {
    /*mix-blend-mode: difference;*/
    color: white;
}

.optionbox img {
    border-right: 1px solid #ced4da;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 3em;
}

.optionbox.active img {
    border-right: 1px solid black;
    transition-duration: 0.25s;
}

.flag {
    border: none;
    border-radius: 0px;
}

.price_level {
    font-size: 14px;
    color: #5a6268;
    border-left: 1px solid #ced4da;
    height: 100%;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
    align-items: center;
    white-space:nowrap;
}

.active div.price_level {
    border-left: 1px solid black;
    color: black;
}

.btn-outline-light {
    color: black;
    background-color: white!important;
    border-color: black;
}
.btn-outline-light:active {
    color: black;
    background-color: white!important;
    border-color: black;
}

.btn-outline-light:hover {
    color: black;
    background-color: white;
    border-color: black;
    opacity: 1;
}

.btn-outline-light:disabled {
    color: black;
    background-color: white;
    border-color: black;
    opacity: 1;
}

.btn-check:checked+.btn-outline-light {
    color: black;
    background-color: white;
    border-color: black;
    border-top: 3px dashed;
}

.btn-outline-dark {
    color: black;
    background-color: white;
    border-color: black;
}

.btn-outline-dark:hover {
    color: black;
    background-color: white;
    border-color: black;
}

.btn-outline-info {
    color: #6c757d;
    background-color: white;
    border-color: #ced4da;
}
.btn-outline-info:active {
    color: black;
    background-color: #e9ecef!important;
    border-color: #ced4da;
}

.btn-outline-info:hover {
    color: #6c757d;
    background-color: white;
    border-color: #ced4da;
    opacity: 1;
}

.btn-outline-info:disabled {
    color: #6c757d;
    background-color: white;
    border-color: #ced4da;
    opacity: 1;
}

.btn-check:checked+.btn-outline-info {
    color: black;
    background-color: #e9ecef;
    border-color: #ced4da;
}


/* Dropzone */
.file-droppable {
    background: #d9d5ec;
    border: dashed 2px #5b537d;
    border-radius: 5px;
    overflow: hidden;
    transition: all 1s;
    position: relative;
    width: 100%;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-droppable.filled {
  background: #c5dfdc;
  border: solid 2px #6faca5;
  border-radius: 5px;
}

.file-droppable:after {
  position: absolute;
  left: 13px;
  top: 38px;
  font-size: 10px;
  font-weight: bold;
}

.file-droppable::before {
  content: " ";
  display: inline-block;
  height: 100%;
  width: 1%;
  vertical-align: middle;
}

.file-droppable div {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  overflow: hidden;
  word-break: break-all;
}

.file-droppable span {
  position: absolute;
  font-weight: bold;
  right: 5px;
  top: -5px;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  display: none;
}

.file-droppable input {
    position: absolute;
    z-index: 3;
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    cursor: pointer;
}

/*Heart Animation */
.heart{
	position: absolute;
	width: 100px;
	height: 90px;
	top: 50%;
	left: 50%;
	margin-top: -45px;
	margin-left: -50px;
}
.heart:before, .heart:after{
	position: absolute;
	content: "";
	left: 50px;
	top: 0;
	width: 50px;
	height: 80px;
	background: #f1c5cf;
	border-radius: 50px 50px 0 0;
	transform: rotate(-45deg);
	transform-origin: 0 100%;
}
.heart:after{
	left: 0;
	transform: rotate(45deg);
	transform-origin: 100% 100%;
}
.love1{
	animation: heart-animation 1s linear .4s infinite;
}
.love2{
	animation: beating .5s linear infinite alternate;
}
.love1:after, .love1:before{
	background-color: #ff7693;
}

@keyframes beating{
	0%{
		transform: scale(1.5);
	}
	100%{
		transform: scale(1);
	}
}
@keyframes heart-animation {
  46% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  52% {
    transform: scale(1.5);
  }
  55% {
    transform: scale(3);
  }
  100% {
    opacity: 0;
    transform: scale(50);
  }
}


/* Small heart loader */
.lds-heart {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  transform: rotate(45deg);
  transform-origin: 40px 40px;
}
.lds-heart div {
  top: 32px;
  left: 32px;
  position: absolute;
  width: 32px;
  height: 32px;
  background: pink;
  animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lds-heart div:after,
.lds-heart div:before {
  content: " ";
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  background: pink;
}
.lds-heart div:before {
  left: -24px;
  border-radius: 50% 0 0 50%;
}
.lds-heart div:after {
  top: -24px;
  border-radius: 50% 50% 0 0;
}
@keyframes lds-heart {
  0% {
    transform: scale(0.95);
  }
  5% {
    transform: scale(1.1);
  }
  39% {
    transform: scale(0.85);
  }
  45% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(0.9);
  }
}


/* Elipsis loader */
.lds-ellipsis {
  z-index: -1;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  z-index: -1;
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #6c757d;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

/* Stripe */

#card-error {
  color: rgb(105, 115, 134);
  text-align: left;
  font-size: 16px;
  line-height: 17px;
  margin-top: 12px;
}
#card-element {
  border-radius: 5px;
  padding: 12px;
  border: 1px solid #ced4da;
  height: 44px;
  width: 100%;
  background: white;
}
#payment-request-button {
  margin-bottom: 32px;
}


/* Touch icon */
.spinner {
  width: 40px;
  height: 40px;
  background-color: lightskyblue;

  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.5s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

.accept img {
	max-height: 20px ;
	max-width: 20px ;
}
.cryptocontainer {
    display: flex ;
    flex-wrap: wrap ;
    justify-content: center ;
}
.cryptoinfo {
    max-width: 350px ;
    text-align: center ;
    padding-left: 10px ;
    padding-right: 10px ;
}
.cryptoinfo code {
	font-size: small ;
	overflow-wrap: break-word ;
}
.qr { max-width: 200px ; padding: 10px }

.homebooks img {
	margin-bottom: 1em ;
	padding-bottom: 1em ;
}
