@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');

* {
	-webkit-user-select: none;
	user-select: none;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

body {
	overflow-x: hidden;
	overflow-y: hidden;
	width: 100%;
	height: 100%;
    font-family: "Google Sans", sans-serif;
}

.wrapper {
    margin: 0px auto;
    width: 720px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.w-100 {
    width: 100%;
}

.logo-row {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    text-align: center;
}

.logo {
    max-width: 90%;
    max-height: 90%;    
}

.logo-row h2 {
    font-size: 40px;
    margin-top: 20px;
}

.programs-row {
    width: 100%;
    height: 900px;
    overflow-y: auto;
    overflow-x: auto;
    padding-left: 20px;
    padding-right: 20px;
    scrollbar-width: none;
}

.program-row::-webkit-scrollbar {
    display: none;
}

.button-row {
    width: 100%;
    height: 100px;
}

.btn-custom {
    border: none;
    outline:none;
    box-shadow: none;
    appearance: none;
    border-radius: 15px;
    height: 100px;
    font-size: 30px;
}

.program-card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 15px 0px;
    border: none;
    margin-bottom: 20px;
    border-radius: 15px;
}

.program-orb {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 100px;
}

.program-orb i {
    font-size: 70px;
}

.program-title {
    display: inline-block;
    font-size: 30px;
    padding-bottom: 10px;
    color: #0d2b4b;
    font-weight: 500;
}

.program-title-folder {
    padding-top: 30px;
}

.program-title-large {
    display: inline-block;
    font-size: 50px;
    padding-bottom: 10px;
    color: #0d2b4b;
    font-weight: 500;
}

.program-description {
    font-size: 20px;
}

.program-description-large {
    font-size: 28px;
    font-weight: normal;
}

.price {
    display: inline-block;
    font-size: 50px;
}

.price-text {
    display: inline-block;
    font-size: 30px;
}

.extrah {
	height: 188px;
	font-size: 50px;
	font-weight: 600;
}

.extrah2 {
	height: 100px;
	font-size: 50px;
	font-weight: 600;
}

.btn-keypad, .btn-keypad:hover, .btn-keypad:focus {
    background-color: rgba(255, 255, 255, 0.5) !important;
    color: #536a7a !important;
}

.btn-shadow {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    height: 100%;
    transform: translate(-100%, 0); 
    transition: transform .5s ease;
}

.modal.left.show .modal-dialog {
    transform: translate(0, 0);
}

.modal.left .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    height: 100%;
    transform: translate(100%, 0);
    transition: transform .5s ease;
}

.modal.right.show .modal-dialog {
    transform: translate(0, 0);
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.top .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    height: 100%;
    transform: translate(0, -100%);
    transition: transform .5s ease;
}

.modal.top.show .modal-dialog {
    transform: translate(0, 0);
}

.modal.top .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.bottom .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    height: 100%;
    transform: translate(0, 100%);
    transition: transform .5s ease;
}

.modal.bottom.show .modal-dialog {
    transform: translate(0, 0);
}

.modal.bottom .modal-content {
    height: 100%;
    overflow-y: auto;
}

.text-bg-primary {
    font-size: 20px!important;
    margin-bottom: 10px;
}

.addon-products-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
}

.addon-text {
    font-weight: 400;
    font-size: 26px;
}

.mt-20 {
    margin-top: 20px;
}

.status-label {
    font-size: 18px;
}

.price-selector{
    height: 80px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,.08);
}

.price-selector button{
    width: 70px;
    border: none;
    border-radius: 0;
    font-size: 30px;
}

.amount-display{
    min-width: 100px;
}

.swal2-popup {
  font-size: 2rem !important;
}

.swal2-confirm {
	background: #3e97ff!important;
}

.swal2-container {
    z-index: 999999999 !important;
}

.swal2-title {
    padding: 0px!important;
}

#busy-header {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	background: #E35564;
    background: linear-gradient(180deg,rgba(227, 85, 100, 1) 0%, rgba(219, 80, 89, 1) 100%);
	box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 8px;
	position: fixed;
	top: 0px;
	z-index: 99999999;
	display: none;
}