button:active {
    background: #007bff;
}

/*Usage : this css for stripe add form
  Path : Modules\Payment\Resources\views\frontend\add-card.blade.php
*/

.outcome {
    float: left;
    width: 100%;
    padding-top: 8px;
    min-height: 24px;
    text-align: center;
}

.outcome .error {
    display: none;
    font-size: 13px;
    color: #E4584C;
}

.outcome .error.visible {
    display: inline;
}

.stripe-field {
    background: #F1F1F1;
    border-radius: 5px;
    padding: 10px 30px;
    width: 29%;
}

/*Usage : this css for vehicle owl carousel slider
  Path : Modules\Transport\Resources\views\frontend\vehicle\dynamicvehiclelist.blade.php;
*/

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: #ebdede !important;
}

.owl-dots .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #e0e0e0;
    margin: 7px;
    border-radius: 12px;
}

.not-found {
    font-size: 20px;
    padding: 20px;
    text-align: center;
    padding: 17px;
    color: #00a7ff;
}

.vehicle-slider-image {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.vehicle-slider-image>a {
    max-height: 250px;
    max-width: 250px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .2);
}

.vehicle-slider-image a img {
    min-height: 150px;
    object-fit: cover;
    max-height: 150px;
}

/*Usage : for notification
  Path : Modules\Theme\Resources\views\layouts\backend\partials\notifications.blade.php;
*/

.callout {
    margin: 7px;
    border-radius: 1.25rem;
    box-shadow: 0 1px 3px 2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    background-color: #fff;
    border-left: 5px solid #e9ecef;
    margin-bottom: 1rem;
    padding: 1rem;
}

.callout.callout-success {
    border-left-color: #1e7e34;
}

.callout.callout-danger {
    border-left-color: red;
}

/* .error{padding: 5px;color:red;} */

label.error {
    color: red;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
}

/*
	Modules\Customer\Resources\views\backend\create.blade.php
*/

#CustomerInputFile-error {
    margin-top: 50px;
}

/*For cropping problem in dropdown*/

.container-wrapper .form-wrapper .row-box-wrp .row-box .input-field select {
    padding: 0px 30px !important;
}

/*
 \\192.168.0.57\ezasia\zebra-dev\Modules\Customer\Resources\views\frontend\auth\register.blade.php
*/

#term_cond_checkbox-error {
    font-size: 16px;
    font-weight: bold;
    color: red;
}

/*This css for pagination */

ul.pagination-wrp {
    display: inline-block;
    padding: 0;
    margin: 0px;
    float: right;
}

.pagination-wrp li {
    display: inline;
}

.pagination-wrp a.active.pg {
    background: #00a7ff;
    color: #fff !important;
}

.pagination-wrp a.pg:hover {
    background: #00a7ff;
    color: #fff !important;
}

.pagination-wrp .pg {
    background: #F1F1F1;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    float: left;
    padding: 6px 0px 7px;
    text-decoration: none;
    transition: background-color .3s;
    font-family: 'F37GingerPro-Bold';
    font-size: 18px;
    color: #4A4A4A;
    margin: 0 6px;
    min-width: 40px;
    min-height: 20px;
}

.pagination-wrp .next span {
    background: url(../images/sprite.png) -15px 50% no-repeat;
    display: inline-block;
    height: 14px;
    width: 8px;
    text-indent: -9999px;
}

.pagination-wrp .prev span {
    background: url(../images/sprite.png) 0 50% no-repeat;
    display: inline-block;
    height: 14px;
    width: 8px;
    text-indent: -9999px;
}

.accordion .card-header a i:before {
    font-family: 'FontAwesome';
    content: "\f106";
    float: right;
}

.accordion .card-header a.collapsed i:before {
    /* symbol for "collapsed" panels */
    content: "\f107";
}

/*div.card-prod.readonly-product {
    background-color: rgba(139, 137, 137, 0.52);
}*/

div.card-prod.disable-product {
    background-color: rgba(139, 137, 137, 0.4);
}

div.card-prod.disable-product:after {
    background-color: rgba(139, 137, 137, 0.4);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%
}

.qty .disable-event {
    pointer-events: none;
}

/*Fixes for login page */

label {
    clear: both !important;
}

.section.login-main .forgot-link {
    clear: both !important;
}

.section.login-main .form-group label.error {
    color: red !important;
}

.inquiry-block {
    color: #000;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 45px;
}

/*End Fixes for login page*/

.status--process {
    color: #00ad5f;
}

.status--denied {
    color: #fa4251;
}

/* increase redeem size text */

.redeem_text {
    width: 150px;
}

.sufee-alert.alert {
    border-radius: 20px;
    text-align: center;
    margin-top: 5px;
}

.sufee-alert.alert-danger {
    border: 2px solid #d21b2c;
    background-color: #fbeaec !important;
    color: #d21b2c;
}

.sufee-alert.alert-success {
    color: #236933 !important;
    background-color: #f0fdf3 !important;
    border: 3px solid #68886a;
}

/*catalog page */

#confirmationModal .modal-header {
    background-color: black;
}

#confirmationModal .modal-title {
    color: white;
}

#confirmationModal .close {
    color: white;
    opacity: 1;
}

#confirmationModal .modal-body {
    font-size: 18px;
}

.count::-webkit-inner-spin-button,
.count::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.count {
    -moz-appearance: textfield;
}

.card-desc-prod {
    height: 70px;
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-body-prod .card-title-prod {
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*catalog page*/

.product-img {
    height: 200px !important;
}

/* login page */

.section.login-main .form-group label {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #000 !important;
    float: left !important;
}

/* header tabs */

.header-nav .navbar-nav>li>a {
    margin-right: 0px !important;
}

.header-nav .navbar-nav .nav-link {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.navbar-light .navbar-nav .profile-tab .nav-link {
    color: #00a7ff !important;
}

/* end*/

h3.section-ttl {
    color: #000;
    margin-bottom: 10px;
}

h3.section-ttl span.dollars {
    background-color: #00a7ff;
    padding: 6px;
    color: white;
    border-radius: 4px;
}

.status--warning {
    color: #ffc107 !important;
}

.status--gray {
    color: gray !important;
}

.status--process {
    color: #00ad5f !important;
}

.status--denied {
    color: #fa4251 !important;
}

h3.section-ttl span.available_dollars_points {
    padding-right: 15px;
}

#modal-view-catalog .modal-header {
    border-bottom: 0 !important;
}

.dropdown-toggle::after {
    margin-left: 3.255em !important;
}

.eligible_activity.eligible-activity-heading h5 {
    padding-left: 0 !important;
}

.proof-file-label {
    width: 100%;
}

.bg-black {
    background-color: black !important;
}

.bg-black td {
    color: white !important;
}

video.learning-video {
    display: block;
    margin: 0 auto;
    margin-bottom: 26px;
}

div.video-description {
    text-align: justify;
}

.section.login-main a.learning-img {
    height: 300px !important;
    overflow: hidden;
    /*display: flex;*/
    text-align: center;
    display: flex;
}

.section.login-main a.learning-img img {
    width: auto;
    object-fit: scale-down
}

.section.login-main .learning-title a {
    color: #000 !important;
}

.section.login-main p.learning-ttl-tag {
    margin-top: 35px;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    float: none;
    margin-bottom: 50px;
    text-align: justify;
}

.section.login-main .form-group .controls div.input-group-append {
    margin-bottom: 10px;
}

.section.login-main .form-group .no-float {
    float: none !important;
}


.feedback-button {
    background: #00A7FF;
    font-family: "Proxima Nova Rg";
    letter-spacing: 1.5px;
    font-size: 17px;
    color: white;
    text-transform: uppercase;
    padding: 0 10px;
    outline: none;
    text-decoration: none;
    position: fixed;
    top: 35%;
    right: 0;
    /*width: 136px;*/
    line-height: 45px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    transform-origin: 100% 100%;

}