/**
* 2024 Anvanto
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
*
*  @author    Anvanto <anvantoco@gmail.com>
*  @copyright 2024 Anvanto
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/

.anHider-hidden {
    display: none!important;
}

select[name="recurringpayment_period"] {
    width: 100%;
}

.recurringpayment_cart {
    color: #747474;
}

#module-an_recurringpayments-account #left_column {
    display: none;
}

#module-an_recurringpayments-account #center_column  {
    width: 757px;
}

#ui-datepicker-div {
	z-index: 9999 !important;
}

#short_description_blockf {
    border: none !important;
}

#anHider .form-control {
    background-color: rgb(248, 248, 248);
}