body { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;    
    margin-right:15px;
    font-family: Arial, sans-serif;
    background-image: linear-gradient(180deg, #581D17, #E38200);
 }

.sub_title { margin:0; }

h1 { color: white;}
h2 { margin-left: 15%; margin-right: 15%; }

/* LINKS */
a:link {
    background-color: #E38200; color: #581D17; border: 2px solid #581D17;
    padding: 10px 20px; text-align: center; text-decoration: none; display: inline-block; border-radius: 30px 30px 30px 30px;
}
a:visited { background-color: #E38200; color: white; border: 2px solid #A94007; border-radius: 30px 30px 30px 30px; }
a:hover { background-color: #E38200; color: #A94007; border: 2px solid white; border-radius: 30px 30px 30px 30px; }

.al {
    background-color: #E38200; color: #581D17; border: 2px solid #581D17; cursor: pointer;
    padding: 10px 20px; text-align: center; text-decoration: none; display: inline-block; border-radius: 30px 30px 30px 30px;
}
.al:hover { background-color: #E38200; color: white; border: 2px solid white; border-radius: 30px 30px 30px 30px; cursor: pointer; }

a.del:link {
    background-color: #581D17; color: white; border: 2px solid #581D17;
    padding: 10px 20px; text-align: center; text-decoration: none; display: inline-block; border-radius: 30px 30px 30px 30px;
}
a.del:visited { background-color: #581D17; color: white; border: 2px solid #A94007; border-radius: 30px 30px 30px 30px; }
a.del:hover { background-color: white; color: #581D17; border: 2px solid #A94007; border-radius: 30px 30px 30px 30px; }

a.mobile:link {
    background-color: #E38200; color: #581D17; border: 2px solid #581D17;
    padding: 5px 10px; text-align: center; text-decoration: none; display: inline-block; border-radius: 20px 20px 20px 20px;
}
a.mobile:visited { background-color: #E38200; color: white; border: 2px solid #A94007; border-radius: 20px 20px 20px 20px; }
a.mobile:hover { background-color: #E38200; color: #A94007; border: 2px solid white; border-radius: 20px 20px 20px 20px; }

a.mode_on { background-color: #581D17; color: white; border: 2px solid white; border-radius: 30px 30px 30px 30px; }
a.mode_off { background-color: #581D17; color: #A94007; border: 2px solid #A94007; border-radius: 30px 30px 30px 30px; }
a.mode_on:hover { background-color: #581D17; color: #A94007; border: 2px solid #A94007; border-radius: 30px 30px 30px 30px; }
a.mode_off:hover { background-color: #581D17; color: white; border: 2px solid white; border-radius: 30px 30px 30px 30px; }

a.default { color:white }

button {
    font-size: 102%;
    background-color: #E38200; color: #581D17; border: 2px solid #A94007;
    padding: 10px 20px; text-align: center; text-decoration: none; display: inline-block; border-radius: 30px 30px 30px 30px;
}
button:visited { background-color: #E38200; color: #581D17; border: 2px solid #A94007; border-radius: 30px 30px 30px 30px; }
button:hover { background-color: #E38200; color: white; border: 2px solid white; border-radius: 30px 30px 30px 30px; }

/* FORMS */
/* Hide the spin buttons in WebKit browsers */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
/* Hide spin buttons in Firefox */
input[type=number] { -moz-appearance: textfield; appearance: none; }

input[type=text], input[type=password] {
    text-align: center; font-size:large;
    width: 300px; padding: 10px 18px; margin: 8px 0;
    display: inline-block; border: 1px solid #ccc; box-sizing: border-box;
    border-radius: 30px 30px 30px 30px;
}

input.edit[type=text] {
    color: black; text-align: center; font-size:large;
    width: 50px; padding: 5px 5px; margin: 2px 0;
    display: inline-block; border: 1px solid #ccc; box-sizing: border-box;
    border-radius: 30px 30px 30px 30px;
}
input[type=number] {
    font-size:large; width: 100px;
    padding: 10px 18px; margin: 8px 0;
    display: inline-block; border: 1px solid #ccc; box-sizing: border-box; 
    border-radius: 30px 30px 30px 30px;  
}
input[type=tel] {
    text-align: center; font-size:large; width: 80px;
    padding: 10px 18px; margin: 8px 0;
    display: inline-block; border: 1px solid #ccc; box-sizing: border-box; 
    border-radius: 30px 30px 30px 30px;  
}
input[type="file"] { color: white; }

.upload_button { font-size: 16px; padding: 12px 18px; cursor: pointer; border-radius: 5px; color: #fff; }

textarea { width:300px; height:150px; padding: 12px 20px; }
  
select {
    font-size: 102%; padding: 10px 10px 10px 10px; text-align: left; 
    background-color: #E38200; color: #581D17; border: 2px solid #A94007;
    text-decoration: none; display: inline-block; border-radius: 30px 30px 30px 30px;
    cursor: pointer;
}

select:hover { color: #fff; }

select>option { background-color: #A94007; color: #fff; }

/* RESPONSIVE PRODUCT DIVS */
.mnb { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin: 20px 0; }

.mnb .product {
    /*margin-left: 5px; margin-right: 5px;*/
    height: 165px; width: 200px; color: white;
    text-align: center; justify-content: center;
    border: 1px solid #E38200; border-radius: 20px 20px 20px 20px;
}

.mnb .product:hover {
    border: 1px solid #fff; border-radius: 20px 20px 20px 20px;
    & > p span { color: white; }
    button { border: 2px solid white }               
}

.mnb .product_mobile {
    margin-left: 20px; margin-right: 20px;
    height: 200px; width: 250px; color: white;
    text-align: center; justify-content: center;
    border: 1px solid #E38200; border-radius: 20px 20px 20px 20px;
    margin-bottom: 20px;
}

.mnb .product_mobile:hover {
    border: 1px solid white;
    & > p span { color: white; }
    button {border: 2px solid white;}
}

.mnb p span { color: #E38200; }
.mnb p span:hover { color: white; }

.mnb p { margin: 0px;}
.mnb h4 { margin: 10px;}

@media screen and (max-width: 500px) { 
    .mnb div { 
        width: 70%; font-size: 20px;
        border-width: 1px !important;
    }
}

/* DIVS */
.sticky { position: -webkit-sticky; position: sticky; top: 0; padding: 10px; }
.main { width: 100%; text-align: center; border: 3px solid #E38200; border-radius: 50px 50px 50px 50px; color: white;}
.main_mobile { width: 100%; text-align: center; border: 1px solid #E38200; border-radius: 20px 20px 20px 20px; color: white;}
.floaty_left { float: left; margin: 20px; width: 120px; }
.jiggery-left { width: 120px; text-align: center; }
.jiggery-right { width: 120px; text-align: center; }
.floaty_right { float: right; margin: 20px; width: 120px; }
.little_italic { font-size: small; font-style: italic; }
.edit { margin:auto; width:370px; text-align: center; border: 1px solid #581D17; border-radius: 10px 10px 10px 10px; color: white;}

.title {
    margin-top: 80px; margin-bottom: 80px;
    width: 100%; text-align: center; color: white;
    border: 3px solid #E38200; border-radius: 50px 50px 50px 50px;
}

.footer {
    text-align: center;
    /*margin-bottom: 10px;
    margin:20px;
    margin-top: 20px; margin-bottom: 20px;
    margin-left: 20px; margin-right: 20px;*/
    position: fixed;
    left: 0; bottom: 5;
    width: 100%; text-align: center; color: white;    
    /*border: 1px solid white; border-radius: 50px 50px 50px 50px;*/
}

.blink {
	-webkit-animation: blink 0.8s step-end infinite;
	animation: blink 0.8s step-end infinite;color:white;
}
@-webkit-keyframes blink { 50% { visibility: hidden; }}
@keyframes blink { 50% { visibility: hidden; }} 

/* CSS rules are kept repetitive so that you can get CSS rules for each button easily :) */

* { user-select: none; -webkit-tap-highlight-color: transparent; }
*:focus { outline: none; } 
#app-cover { display: table; width: 600px; margin: 80px auto; counter-reset: button-counter; }
.row { display: table-row; }
.toggle-button-cover { display: table-cell; position: relative; width: 200px; height: 140px; box-sizing: border-box; }
.button-cover { height: 100px; margin: 20px; background-color: #fff; box-shadow: 0 10px 20px -8px #c5d6d6; border-radius: 4px; }
.button-cover:before {
    counter-increment: button-counter; content: counter(button-counter);
    position: absolute; right: 0; bottom: 0;
    color: #d7e3e3; font-size: 12px; line-height: 1; padding: 5px;
}
.button-cover, .knobs, .layer { position: absolute; top: 0; right: 0; bottom: 0; left: 0; } 
.button { position: relative; top: 50%; width: 74px; height: 36px; margin: 0px auto 20px auto; overflow: hidden; }
.button.r, .button.r, .layer { border-radius: 100px; }
.button.b2 { border-radius: 2px; }
.checkbox { position: relative; width: 100%; height: 100%; padding: 0; margin: 0; opacity: 0; cursor: pointer; z-index: 3; }
.checkboxB { width: 100%; height: 100%; padding: 0; margin: 0; opacity: 0; cursor: pointer }
.knobs { z-index: 2; }
.layer { width: 100%; background-color: #ebf7fc; transition: 0.3s ease all; z-index: 1; }
  
/* Button 1 */
#button-1 .knobs:before {
    content: "PDF"; position: absolute; color: #fff;
    top: 4px; left: 4px; width: 20px; height: 10px;
    font-size: 8px; font-weight: bold; text-align: center; line-height: 1.5;
    padding: 9px 4px; background-color: #F40F02;
    border-radius: 50%; transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}
#button-1 .checkbox:checked + .knobs:before { content: "WEB"; left: 42px; background-color: #03a9f4; }
#button-1 .checkbox:checked ~ .layer { background-color: #fcebeb; }  
#button-1 .knobs, #button-1 .knobs:before, #button-1 .layer { transition: 0.3s ease all; }

.lock_button_locked     { 
    background-color: #E38200; color: #581D17; border: 2px solid #581D17; cursor: pointer;
    padding: 10px 20px; text-align: center; text-decoration: none; display: inline-block; border-radius: 30px 30px 30px 30px; 
}
.lock_button_unlocked   {
    background-color: #581D17; color: white; border: 2px solid #E38200; cursor: pointer;
    padding: 10px 20px; text-align: center; text-decoration: none; display: inline-block; border-radius: 30px 30px 30px 30px; 
}


/* Light Tan #E38200 */
/* Dark Tan #A94007 */
/* Brown #581D17 */

.dnd { list-style-type: none;  }
  
.dnd li { 
    width:450px; margin: auto;
    border-radius: 50px 50px 50px 50px; background-color: #E38200; border: 1px solid #A94007; color: #ffffff;
    margin-bottom: 5px;
    cursor: move;
    padding: 10px;
  }
  
.dnd li:hover { background-color: #581D17; color: #fff; }
 