/*//------------------------------------------------------------------------
		Coded by Aelyn and Cerine of Aquarel.NU - Celestial Oracle Studio
		DO NOT STEAL, USE, CLAIM, PLAGIARIZE, RIP,
		REDISTRIBUTE, OR MODIFY OUR CODES AND CONTENTS!
-------------------------------------------------------------------------//*/



/*/
 * ================================
 >>> FONTS
 * ================================
/*/

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap');





/*/
 * ================================
 >>> GLOBALS
 * ================================
/*/

div#qTip {
        background: #fefefe;
	font: normal .8em 'Fira Sans', sans-serif;
        line-height: 20px;
        color: #444;
        display: none;
	padding: 10px;
        z-index: 1000;
        text-shadow: none;
	text-align: justify;
	position: absolute;
	border: 0px;
        border-radius: 5px;
        max-width: 350px;
	}






/*/
 * ================================
 >>> FORMS
 * ================================
/*/

select optgroup {
        font-weight: normal;
        font-style: normal;
        }

textarea {
	width: 100%;
        height: 200px;
        resize: none;
	float: none;
        border: 0px;
        }

input[type=submit], input[type=button], button {
        width: 200px;
        float: none;
        background-color: initial;
	background-image: linear-gradient(-180deg, #00d775, #00bd68);
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
	color: #fff;
	white-space: nowrap;
	z-index: 9;
        padding: 0.7em;
        border: 0px;
	}

input:hover[type=submit], input:hover[type=button], button:hover {
        background: #00bd68;
        }

input[type=reset] {
        width: 200px;
        float: none;
        background-color: initial;
	background-image: linear-gradient(-180deg, #fe7b2f, #e73005);
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
	color: #fff;
	white-space: nowrap;
	z-index: 9;
        border: 0px;
	}

input:hover[type=reset] {
        background: #e73005;
        }

input[type=checkbox], input[type=radio] {
        width: 20px;
        height: 20px;
        float: none;
	}





/*/
 * ================================
 >>> CLASS / ID
 * ================================
/*/

.form-inline {
	text-transform: none;
        text-align: justify;
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
        width: 400px;
        margin: 3px;
        }

.form-inline-2 {
        text-transform: none;
        text-align: justify;
	display: block;
        vertical-align: top;
        overflow: hidden;
        width: 820px;
        margin: 3px auto;
        padding: 15px;
        }

.form-btn {
	margin: 0 auto;
        text-align: center;
        }

.req {
        color: #ff0000;
        }

.pw {
        width: 370px;
        display: inline-block;
        }

.showCredit, .form-check {
        display: none;
	}








/*/
 * ================================
 >>> ALERTS
 * ================================
/*/

.alert .inner {
	display: block;
	padding: 6px;
	margin: 6px;
	border-radius: 3px;
	border: 1px solid rgb(180,180,180);
	background-color: rgb(212,212,212);
        text-shadow: none;
	}

.alert.error .inner {
	border: 1px solid rgb(238,211,215);
	background-color: rgb(242,222,222);
	color: rgb(185,74,72);
        text-shadow: none;
	}

.alert.error .inner b {
	color: rgb(185,74,72);
        text-shadow: none;
	}

.alert.success .inner {
	border: 1px solid rgb(214,233,198);
	background-color: rgb(223,240,216);
	color: rgb(70,136,71);
        text-shadow: none;
	}

.alert.success .inner b {
	color: rgb(70,136,71);
        text-shadow: none;
	}