/* 
Theme Name: IOH Custom Theme
Theme URI: https://github.com/elementor/hello-theme-child/
Description: IOH Custom Theme is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* GRAVITY FORMS - GLOBAL STYLING */
.gform_wrapper .uael-gf-select-custom:after {
	display: none;
}
.gpfup .gpfup__droparea {
	border: 1px dashed;
}
.elementor-3912 .elementor-element.elementor-element-0111c6a .uael-gf-style .gform_wrapper .chosen-search input[type=text] {
	background-color: #fff;
	color: #000 !important;
    padding-left: 2.2rem!important;
}
.oomi_add_new_org .ginput_container > p {
	color: #fff;
}
/* WOOCOMERCE ACCOUNT AREA */
.ioh-membership-purchase-flow button {
	background-color: #204ce5;
	border-color: #204ce5;
	color: #fff;
	font-size: 15px;
    padding: 12px 24px;
	font-weight:600;
}
.ioh-membership-purchase-flow button:hover {
	background-color: #001AB3;
	border-color: #001AB3;
	color: #fff;
}
.ioh-membership-coupon > label.gform-field-label {
	color:#fff;
}
.post-21 .woocommerce {
	display: flex;
	padding: 2rem;
	border-radius: 10px;
	background-image: linear-gradient(180deg, #111168 0%, #010134 100%);
	border: 2px solid #1E1E84;
	flex-wrap: wrap;
}
.woocommerce h2 {
	color: #fff;
}
.woocommerce-form-login {
	width: 100%;
}
.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
	display: flex;
	flex-direction: column;
}
.woocommerce-MyAccount-navigation-link {

	list-style: none;
}
.woocommerce-MyAccount-navigation-link a {
    background-color: #1e1e84;
	border-radius:10px;
	padding: 0.75rem 1rem;
	color: #fff;
    transition: background 0.2s;
	width:100%;
	display: block;
	border: solid 1px #1e1e84;
}
.woocommerce-MyAccount-navigation-link a:after {
  content: url("data:image/svg+xml;utf8,<svg viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'><circle cx='224' cy='256' r='24' fill='%23825aff'/><path fill='%231e1e84' d='M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z'/></svg>");
display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    float: right;
    margin-left: 8px;
    background-color: #825aff;
    padding: 7px;
    padding-top: 1.5px;
    border-radius: 50%;
}

.woocommerce-MyAccount-navigation-link a br,
.woocommerce-MyAccount-content .woocommerce-form-row br {
	display:none;	
}
.woocommerce-MyAccount-navigation-link:not(:last-child) {
    margin-bottom:1rem;
}
.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation-link:hover a {
    background: none;
    color: #fff;
    border: solid 1px #fff;
}

/* Main content area background */

.woocommerce-MyAccount-content {
    padding: 2rem;
	color: #fff;
}

/* Buttons */
body .woocommerce-Button,
body button.woocommerce-Button,
body input.woocommerce-Button {
    background: #1a73e8;
    color: #fff;
    border-radius: 4px;
    padding: 12px 32px;
    border: none;
    font-weight: bold;
    transition: background 0.2s;
}
.woocommerce-Button:hover,
button.woocommerce-Button:hover,
input.woocommerce-Button:hover {
    background: #155ab6;
}
.woocommerce-MyAccount-content {
    padding: 0 2rem;
    color: #fff;
}
.woocommerce-info {
	background: #1e1e84;
	border-radius: 10px;
	border: none;
	color: #fff;
	height:100%;
}
.woocommerce-info::before {
	color: #825aff;
}
body .woocommerce-info a.woocommerce-Button,
body .woocommerce-info a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button {
	font-weight:normal;
	color: #fff;
	background-color: #835AFF;
	border: 1px solid #835AFF;
	border-radius: 20px;
}
body .woocommerce-info a.woocommerce-Button:hover,
body .woocommerce-info a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover {
	color: #fff;
	background-color: #010132;
	border-color: #fff;
}
.elementor-kit-6 input:not([type="button"]):not([type="submit"]),
.woocommerce form .form-row .input-text,
body .woocommerce-Input {
	color:#fff;
	border-color: #373770;
	border-width:1px;
}
.elementor-kit-6 input:not([type="button"]):not([type="submit"]):focus,
.woocommerce form .form-row .input-text:focus,
body .woocommerce-Input:focus {
	outline: 1px solid #fff;
}
.woocommerce-page form .show-password-input::before {
	background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23825aff"/></svg>');
}
.woocommerce form .show-password-input.display-password::before, .woocommerce-page form .show-password-input.display-password::before {
	background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23825aff"/></svg>')
}
.woocommerce-MyAccount-content fieldset {
	margin-bottom:1rem;
}
.woocommerce-MyAccount-content a,
.woocommerce-LostPassword a{
	color: #825aff;
}

/* Woocomerce checkout/cart */
.woocommerce-checkout, .woocommerce-cart {
	background: #010132;
}
.page-content .wp-block-woocommerce-cart,
.page-content .wp-block-woocommerce-checkout {
	margin-top: 2rem;
	padding: 2rem;
    border-radius: 10px;
    background-image: linear-gradient(180deg, #111168 0%, #010134 100%);
    border: 2px solid #1E1E84;
}
.wc-block-components-address-card,
.wp-block-woocommerce-cart-items-block,
.wp-block-woocommerce-cart-order-summary-block,
.wc-block-components-title.wc-block-components-title,
.wc-block-components-checkout-step__description,
.wp-block-woocommerce-checkout-order-summary-block {
	color:#fff;	
}
.wp-block-woocommerce-cart .wc-block-components-text-input input[type=text],
.wc-block-components-main .wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-main .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-main .wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-address-form-wrapper .wc-blocks-components-select .wc-blocks-components-select__select {
	color: #fff !important;
    border-color: #373770 !important;
    border-width: 1px;
	background-color: #1E1E64 !important;
}
.wp-block-woocommerce-cart .wc-block-components-text-input input[type=text]:focus,
.wc-block-components-main .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.wc-block-components-main .wc-block-components-text-input input[type=text]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.wc-block-components-main .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus {
	background-color: #1E1E64 !important;
	color: #fff !important;
}
.wp-block-woocommerce-cart .wc-block-components-text-input label,
.wc-block-components-checkbox__label,
.wc-block-components-main .wc-block-components-radio-control--highlight-checked, 
.wc-block-components-main .wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option {
	color: #fff;
}
.wc-block-components-form .wc-block-components-form .wc-block-components-text-input label, .wc-block-components-form .wc-block-components-text-input label,
.wc-blocks-components-select .wc-blocks-components-select__label {
	color:#fff!important;
}
.wc-block-checkout__billing-fields .wc-block-components-form .wc-block-components-text-input label, 
.wc-block-checkout__billing-fields .wc-block-components-text-input label,
.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label, 
.wc-block-components-form .wc-block-components-text-input.is-active label, 
.wc-block-components-text-input input:-webkit-autofill+label, .wc-block-components-text-input.is-active label{
	color: #fff;
}
.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label img {
	filter: invert(1) brightness(2);
}
.wc-block-components-checkout-step__container .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
	background: #fff;
}
.wc-block-checkout__actions_row a {
	color: #fff;
}
.wc-block-cart__submit-button .wc-block-components-button__text {
	color: #fff;
	text-decoration: none;
}
.wc-block-cart__submit-button,
.wc-block-checkout__actions_row .wc-block-components-button:not(.is-link) {
	font-weight: normal;
    color: #fff;
    background-color: #835AFF;
    border: 1px solid #835AFF;
    border-radius: 30px;
}
.wc-block-cart__submit-button:hover,
.wc-block-checkout__actions_row .wc-block-components-button:not(.is-link):hover {
    color: #fff;
    background-color: #010132;
    border-color: #fff;
}
/* Product Pages */
.single-product {
	background-color: #010132;
}
/* Payment Screen */
.ioh-membership-coupon input::placeholder {
	color: #fff;
}
.ioh-membership-purchase-flow button,
.cpd-portal .elementor-button {
	margin-top: 1rem;
	background: #835AFF;
	border-color: #835AFF;
	font-family: "roboto";
	font-size: 1em;
	font-weight: 400;
	border-radius: 20px;
	padding: 8px 25px;
}
.ioh-membership-purchase-flow button:hover {
	background: #010132;
	border-color: #fff;
}
#cpd-listing thead th {
	background: #835AFF;
    outline: 1px solid #835AFE;
	border: none;
}
#cpd-listing thead th:first-child {
	border-top-left-radius: 10px;
}
#cpd-listing thead th:last-child {
	border-top-right-radius: 10px;
}
#cpd-listing>table>tbody {
	background-color: #111168;
}
#cpd-listing td:last-child a {
	background-color: transparent;
    border: 1px solid #c36;
    border-radius: 3px;
    color: #c36;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    padding: 0 1rem;
    text-align: center;
}
#cpd-listing td:last-child a:hover {
	background-color: #c36;
	color: #fff;
}
#cpd-listing td {
	text-align: center;
  vertical-align: middle;
}