.eb-sso-social-login-icon{
width: 30px;
height: auto;
}
.eb-sso-cont-login-btns li{
display:inline;
}
.eb-sso-cont-login-btns{
float: left;
width: 100%;
padding: 0;
margin: 0;
list-style-type: none;
}
.eb-sso-cont-login-btns a,
.eb-sso-cont-login-btns a:active,
.eb-sso-cont-login-btns a:focus,
.eb-sso-cont-login-btns a:hover,
.eb-sso-cont-login-btns a:visited{    
float: left;
text-decoration: none;
color: white;
padding: 2px;
border-right: 1px solid white;
box-shadow: none;
}
.eb-sso-cont-login-btns a > img{
height: 2.3em;
width: auto;
}.wi-asso-courses-wrapper h5 { margin: 0.5em 0 !important; }
#wi-thanq-wrapper .msg { font-weight: bold; }
#wi-countdown { font-size: 1.5em; }
.wi_product { margin-left: 10px !important; } .wi-scc-wrapper .cart_totals { display: none!important; }
.wi-scc-wrapper .checkout-button { display: none!important; }
.wi-scc-wrapper .wc-forward { display: none!important; }
.wi-scc-wrapper .coupon{ display: none!important; }
.eb_woo_int_update_notice_message_cont{
overflow: auto;
padding: 13px;
border-left: 4px solid green;
}
.eb-purchase-for-someone-else{
display: none;
}
#purchase-for-someone-else{
position: relative;
}
#purchase-for-someone-else-checkbox{
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
margin-right: 0;
}.eb-pro-shop-header{
display: flex;
justify-content: space-between;
align-items: center;
padding-bottom: 24px;
border-bottom: 1px solid #D9E7E8;
}
.eb-pro-shop-heading{
margin: 0 !important;
color: #273E3F;
font-family: "Open Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
}
.eb-pro-shop-filters{
display: flex;
justify-content: space-around;
gap: 18px;
}
.eb-pro-shop-filters select{
height: auto !important;
width: 200px;
padding: 14px 10px 14px 8px !important;
line-height: normal;
background-position: 90% 50% !important;
background-color: #fff;
border-radius: 4px !important;
border: 1px solid #A6C8C9 !important;
box-shadow: none;
}
.eb-pro-shop-view{
display: flex;
align-items: center;
gap: 12px;
}
.eb-pro-shop-view a{
cursor: pointer;
}
.eb-pro-shop-body{
margin-top: 24px;
}
.eb-pro-shop-products-card-wrap{
display: grid;
grid-template-columns: repeat(4, 1fr);
flex-wrap: wrap;
gap: 20px;
margin-top: 20px;
justify-content: space-between;
}
.eb-pro-shop-products-list-wrap{
display: flex !important;
flex-direction: column;
flex-wrap: wrap;
gap: 24px;
margin-top: 20px;
justify-content: space-between;
}
.eb-pro-shop-product-card{
background: #fff;
border-radius: 8px;
border: 1px solid #ECF3F3;
width: 100% !important;
}
.eb-pro-shop-product-card:hover,
.eb-pro-shop-product-list:hover{
box-shadow: 8px 16px 30px 0px rgba(93, 150, 152, 0.16);
}
.eb-pro-shop-product-list{
display: flex !important;
flex-direction: row !important;
gap: 24px;
border-radius: 8px;
border: 1px solid #ECF3F3;
background: #FFF;
margin-bottom: 0 !important;
padding: 24px !important;
min-height: 200px;
max-height: 258px;
}
.eb-pro-shop-product-thumbnail-wrap{
position: relative;
}
.eb-pro-shop-product-list .eb-pro-shop-product-thumbnail-wrap{
width: 50%;
}
.eb-pro-shop-product-list .eb-pro-shop-product-thumbnail-wrap img{
border-radius: 8px !important;
min-height: 160px !important;
height: 100% !important;
object-fit: cover;
width: 100%;
}
.eb-pro-shop-product-list .eb-pro-product-desc{
margin: 8px 0 0 0 ;
}
.eb-pro-shop-product-card .eb-pro-shop-product-thumbnail-wrap img{
border-radius: 8px 8px 0 0 !important;
margin: 0 !important;
height: 200px !important;
object-fit: cover;
width: 100%;
}
.eb-pro-shop-product-content{
padding: 26px 20px 20px;
position: relative;
display: flex;
flex-direction: column;
justify-content: space-between;
width: -webkit-fill-available;
flex-grow: 1;
}
.eb-pro-shop-product-list .eb-pro-shop-product-content{
padding: 0;
}
.eb-pro-product-title{
margin: 0 !important;
}
.eb-pro-product-title a{
color: #162324 !important;
text-decoration: none !important;
font-family: "Open Sans";
font-size: 16px !important;
font-style: normal;
font-weight: 700 !important;
line-height: normal !important;
}
.eb-pro-product-title a:hover{
color: #008B91 !important;
}
.eb-pro-product-desc{
overflow: hidden;
color: #385B5C;
text-overflow: ellipsis;
font-family: "Open Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
margin: 14px 0px;
}
.eb-pro-shop-product-list .eb-pro-shop-product-footer{
display: flex;
justify-content: space-between;
align-items: center;
}
.eb-pro-shop-product-content .price{
color: #0B1212 !important;
font-family: "Open Sans";
font-size: 16px !important;
font-style: normal;
font-weight: 700;
line-height: normal;
max-width: 40%;
margin-bottom: 0 !important;
}
.eb-pro-shop-product-content .price del{
color:#0B1212;
}
.eb-pro-shop-product-content .price ins{
color:#0041C9;
font-size: 14px;
font-weight: 600 !important;
display: block !important;
text-align: right;
}
.eb-pro-shop-product-content .product-rating{
color: #385B5C;
display: flex;
align-items: center;
gap: 3px;
}
.eb-pro-shop-product-content .enrolled-students{
color: #385B5C;
display: flex;
align-items: center;
gap: 3px;
}
.eb-pro-product-info{
display: flex;
justify-content: space-between;
}
.eb-pro-shop-product-footer .eb-pro-product-info{
gap: 24px;
}
.eb-pro-shop-product-footer .price{
max-width: fit-content;
}
.eb-pro-shop-product-footer .price ins{
display: inline-block !important;
}
.eb-pro-shop-product-actions{
display: flex;
justify-content: space-between;
align-items: flex-end;
margin-top: 20px;
}
.eb-pro-shop-product-footer .eb-pro-shop-product-actions{
gap: 8px;
}
.eb-pro-shop-product-footer .eb-pro-shop-product-actions{
margin-top: 0;
}
.eb-pro-shop-product-actions .action-buttons{
display: flex;
justify-content: right;
align-items: center;
gap: 8px;
}
.eb-pro-shop-add-to-cart-button{
display: flex;
width: 32px;
padding: 6px;
}
.eb-pro-shop-add-to-cart-button:hover{
background: #FEE6D0;
border-radius: 3px;
}
.eb-pro-shop-buy-now-button{
padding: 8px 10px;
text-decoration: none !important;
border-radius: 3px;
border: 1px solid #FDCCA0;
background: #FFF;
color: #643307 !important;
text-align: center;
font-family: "Open Sans";
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.eb-pro-shop-buy-now-button:hover{
background: #FEE6D0;
}
.eb-pro-product-category{
padding: 4px 6px;
border-radius: 2px;
background: #ECF3F3;
position: absolute;
top: 0;
left: 20px;
transform: translate(0, -50%);
}
.eb-pro-product-category a{
color: #385B5C !important;
text-decoration: none !important;
font-family: "Open Sans";
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.eb-pro-shop-products-list-wrap .eb-pro-product-category{
padding: 4px 6px;
border-radius: 2px;
background: #ECF3F3;
position: static;
display: inline-block;
transform: none;
margin-bottom: 6px;
}
.eb-pro-shop-product-enrolled-badge{
position: absolute;
top: 20px;
left: 20px;
height: 24px;
min-width: 60px;
max-width: 180px;
padding: 4px 6px;
justify-content: center;
align-items: center;
border-radius: 2px;
background: #FFAD1D;
color: #0B1212;
text-align: center;
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.eb-pro-shop-product-sale-badge{
position: absolute;
top: 20px;
right: 20px;
height: 24px;
min-width: 60px;
max-width: 180px;
padding: 4px 6px;
border-radius: 2px;
background: #0041C9;
color: #FFF;
text-align: center;
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.eb-pro-shop-product-actions .cart-button{
position: relative;
}
.eb-pro-shop-product-actions .added-in-cart{
border-radius: 50%;
background-color: blue;
position: absolute;
top: 0;
right: 0;
transform: translate(0, -50%);
}
.eb-pro-product-wrap{
display: flex;
justify-content: space-between;
gap: 30px;
row-gap: 0;
flex-wrap: wrap;
}
.eb-pro-product-category-breadcrumb{
margin: 16px 0 25px 0;
}
.eb-pro-product-category-breadcrumb .categories,
.eb-pro-product-category-breadcrumb a{
color: #C7660E !important;
font-family: "Open Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.eb-pro-product-category-breadcrumb .slash,
.eb-pro-product-category-breadcrumb .product-title{
color: #385B5C;
font-family: "Open Sans";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.eb-pro-product-page-header{
padding: 24px 24px 8px 24px;
}
.eb-pro-product-page-header .product-title{
color:#162324;
font-family: "Open Sans";
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
padding: 0;
margin: 0 0 16px 0;
}
.eb-pro-product-page-sidebar .associated-courses{
padding: 16px 24px;
}
.eb-pro-product-page-sidebar .associated-courses-title{
margin: 0 0 12px 0;
}
.eb-pro-product-page-sidebar .associated-courses-list{
display: flex;
flex-direction: column;
gap: 12px;
}
.eb-pro-product-page-sidebar .associated-courses-list .associated-course{
display: flex;
align-items: center;
gap: 4px;
}
.eb-pro-product-page-sidebar .associated-courses-list a{
color: #385B5C;
font-family: "Open Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.eb-pro-product-page-header .additional-details{
display: flex;
justify-content: flex-start;
align-items: center;
gap: 48px;
}
.eb-pro-product-page-header .category,
.eb-pro-product-page-header .product-reviews{
display: flex;
flex-direction: column;
gap: 4px;
}
.eb-pro-product-page-header .category-label,
.eb-pro-product-page-header .review-title{
color: #273E3F;
font-family: "Open Sans";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.eb-pro-product-page-header .category-value a{
color: #385B5C;
font-family: "Open Sans";
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.eb-pro-product-page-thumbnails-wrapper{
padding: 16px 24px 24px 24px;
}
.eb-pro-product-page-thumbnails-wrapper .product-main-image img{
border-radius: 8px !important;
object-fit: cover;
width: 100%;
height: 400px;
}
.eb-pro-product-page-thumbnails-wrapper .product-small-images{
display: flex;
margin-top: 12px;
gap: 12px;
align-items: center;
overflow: auto;
}
.eb-pro-product-page-thumbnails-wrapper .product-small-images img{
border-radius: 8px !important;
object-fit: cover;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}
.eb-pro-product-page-thumbnails-wrapper .product-small-images img{
width: 54px;
height: 54px;
}
.eb-pro-product-page-thumbnails-wrapper .product-small-image{
flex-shrink: 0;
}
.eb-pro-product-page-thumbnails-wrapper .product-small-images .selected{
width: 80px;
height: 80px;
}
.eb-pro-product-page-details{
width: calc( 70% - 30px);
margin-top: 36px;
}
.eb-pro-product-page-details .detail-tabs{
display: flex;
gap: 24px;
border-bottom: 1px solid #D9E7E8;
}
.eb-pro-product-page-details .detail-tabs .tab{
color: #273E3F;
text-align: center;
font-family: "Open Sans";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
cursor: pointer;
padding: 10px 8px 8px 8px;
}
.eb-pro-product-page-details .detail-tabs .active{
color: #008B91;
border-bottom: 3px solid #008B91;
}
.eb-pro-product-page-details .tab-content{
display: none;
}
.eb-pro-product-page-details .tab-content.active{
display: block;
}
.eb-pro-product-page-details .overview-title{
color: #162324;
font-family: "Open Sans";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 24px;
}
.eb-pro-product-page-body{
width: calc( 70% - 30px);
background-color: #fff;
border-radius: 8px;
}
.eb-pro-product-page-sidebar{
width: 30%;
background-color: #FFF;
border-radius: 8px;
height: fit-content;
}
.eb-pro-product-page-sidebar .product-price-section{
padding: 16px 24px;
display: flex;
flex-direction: column;
}
.eb-pro-product-sale-badge{
height: 24px;
max-width: 60px;
padding: 4px 6px;
border-radius: 2px;
background: #0041C9;
color: #FFF;
text-align: center;
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.eb-pro-product-page-sidebar .add-to-cart-section{
padding: 16px 24px;
}
.eb-pro-product-page-sidebar .add-to-cart-section form{
padding: 0;
}
.eb-pro-product-page-sidebar .add-to-cart-section .variations .value{
position: relative;
}
.eb-pro-product-page-sidebar .add-to-cart-section .variations .label{
text-align: left;
}
.eb-pro-product-page-sidebar .add-to-cart-section .reset_variations{
position: absolute !important;
top: -35px;
right: 0;
}
.eb-pro-product-page-sidebar .product-price-section{
color: #0B1212 !important;
font-family: "Open Sans";
font-size: 16px !important;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.eb-pro-product-page-sidebar .product-price-section del{
color: #162324;
font-family: "Open Sans";
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-decoration-line: strikethrough;
margin-right: 16px !important;
}
.eb-pro-product-page-sidebar .product-price-section ins{
color: #0041C9;
font-family: "Open Sans";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.eb-pro-product-page-sidebar .quantity-minus,
.eb-pro-product-page-sidebar .quantity-plus{
padding: 10px 12px;
border-radius: 3px;
border: 1px solid #FEE6D0;
background: #FFF;
color: #643307;
font-family: "Open Sans";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-right: 8px;
}
.eb-pro-product-page-sidebar .quantity-input{
padding: 10px 10px 10px 8px;
border-radius: 4px !important;
border: 1px solid #A6C8C9 !important;
background: #FFF;
color:#385B5C;
font-family: "Open Sans";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
width: 60px;
margin-right: 8px;
text-align: center;
}
.eb-pro-product-page-sidebar .quantity-input::-webkit-inner-spin-button {
display: none;
}
.eb-pro-product-page-sidebar .cart-cta-wrap{
margin-top: 12px;
display: flex;
justify-content: space-between;
gap: 13px;
}
.eb-pro-product-page-sidebar .cart-cta-wrap .item-in-cart-wrap{
position: relative;
}
.eb-pro-product-page-sidebar .cart-cta-wrap .item-in-cart{
border-radius: 50%;
background-color: blue;
position: absolute;
top: 0;
right: -5px;
transform: translate(0, -50%);
}
.eb-pro-product-page-sidebar .view-cart-btn{
padding: 8px 10px;
border-radius: 3px;
border: 1px solid #FEE6D0;
background: #FFF;
color: #643307;
text-align: center;
font-family: "Open Sans";
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-left: 18px;
}
.eb-pro-product-page-sidebar .view-cart-btn:hover{
background: #FEE6D0;
}
.eb-pro-cart-cta{
padding: 10px 12px;
border-radius: 3px;
background: #F98012;
color: #FFF !important;
text-align: center;
font-family: "Open Sans";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
width: -webkit-fill-available;
margin: 0 !important;
display: flex;
justify-content: center;
align-items: center;
gap: 8px;
position: relative
}
.eb-pro-cart-cta:hover{
background: #C7660E;
}
.eb-pro-product-page-sidebar .additional-detail{
display: flex;
justify-content: space-between;
padding: 16px 24px;
}
.eb-pro-product-page-sidebar .additional-detail .detail-label{
color: #385B5C;
font-family: "Open Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
display: flex;
align-items: center;
gap: 8px;
}
.eb-pro-product-page-sidebar .additional-detail .detail-value{
color: #385B5C;
font-family: "Open Sans";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.review-content .no-reviews{
margin-top: 12px;
color: var(--Shades-Dark-4, #385B5C);
font-family: "Open Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px; }
.eb-pro-product-page-reviews-wrap{
margin-top: 32px;
padding: 24px;
}
.eb-pro-product-page-reviews-wrap .comment-reply-title{
color: #162324;
font-family: "Open Sans";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 24px;
}
.eb-pro-product-page-reviews-wrap label{
color: #273E3F;
font-family: "Open Sans";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.eb-pro-product-page-reviews-wrap .form-submit{
display: flex;
justify-content: flex-end;
}
.eb-pro-product-page-reviews-wrap .comment-form-rating,
.eb-pro-product-page-reviews-wrap .comment-form-comment{
margin-top: 24px;
}
.eb-pro-product-page-reviews-wrap .comment-form-cookies-consent{
clear: both;
}
.eb-pro-product-page-reviews-wrap .submit{
border-radius: 3px;
border: 1px solid #FEE6D0 !important;
background: #FFF !important;
color: #643307 !important;
text-align: center;
font-family: "Open Sans";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.eb-pro-product-page-reviews-wrap .stars{
display: inline-block;
margin-left: 8px;
}
.eb-pro-product-page-reviews-wrap .stars a{
margin-right: 4px;
overflow: visible;
}
.eb-pro-product-page-reviews-wrap .stars a:focus{
outline: 0;
}
.eb-pro-product-page-reviews-wrap p.stars a::before{
content: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Star'%3E%3Cpath id='Vector' d='M15.9802 20.625C15.7296 20.625 15.4789 20.5647 15.2571 20.434L11.1014 18.1526C11.0339 18.1124 10.9568 18.1124 10.8893 18.1526L6.73363 20.434C5.97191 20.8562 5.027 20.5446 4.63168 19.7506C4.46777 19.429 4.41956 19.0672 4.47741 18.7155L5.26805 13.8913C5.27769 13.831 5.25841 13.7506 5.20056 13.6903L1.84516 10.2733C1.22808 9.65015 1.21843 8.62503 1.81623 7.98181C2.05728 7.72051 2.36582 7.5597 2.71293 7.50945L7.35071 6.80593C7.42785 6.79588 7.4857 6.74563 7.52426 6.67528L9.59728 2.28333C9.97332 1.47931 10.9086 1.14766 11.6799 1.53961C11.9885 1.70042 12.2392 1.96172 12.3934 2.28333L14.4665 6.67528C14.4954 6.74563 14.5629 6.79588 14.64 6.80593L19.2874 7.50945C20.1359 7.6401 20.7337 8.46422 20.6084 9.34864C20.5602 9.7004 20.3963 10.0321 20.1552 10.2833L16.7902 13.6903C16.7323 13.7406 16.713 13.821 16.7227 13.9014L17.5133 18.7255C17.6579 19.6099 17.0891 20.4541 16.2406 20.6049C16.1538 20.615 16.067 20.625 15.9802 20.625Z' fill='white' stroke='%23F98012' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
}
.eb-pro-product-page-reviews-wrap p.stars a:hover~a::before {
content: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Star'%3E%3Cpath id='Vector' d='M15.9802 20.625C15.7296 20.625 15.4789 20.5647 15.2571 20.434L11.1014 18.1526C11.0339 18.1124 10.9568 18.1124 10.8893 18.1526L6.73363 20.434C5.97191 20.8562 5.027 20.5446 4.63168 19.7506C4.46777 19.429 4.41956 19.0672 4.47741 18.7155L5.26805 13.8913C5.27769 13.831 5.25841 13.7506 5.20056 13.6903L1.84516 10.2733C1.22808 9.65015 1.21843 8.62503 1.81623 7.98181C2.05728 7.72051 2.36582 7.5597 2.71293 7.50945L7.35071 6.80593C7.42785 6.79588 7.4857 6.74563 7.52426 6.67528L9.59728 2.28333C9.97332 1.47931 10.9086 1.14766 11.6799 1.53961C11.9885 1.70042 12.2392 1.96172 12.3934 2.28333L14.4665 6.67528C14.4954 6.74563 14.5629 6.79588 14.64 6.80593L19.2874 7.50945C20.1359 7.6401 20.7337 8.46422 20.6084 9.34864C20.5602 9.7004 20.3963 10.0321 20.1552 10.2833L16.7902 13.6903C16.7323 13.7406 16.713 13.821 16.7227 13.9014L17.5133 18.7255C17.6579 19.6099 17.0891 20.4541 16.2406 20.6049C16.1538 20.615 16.067 20.625 15.9802 20.625Z' fill='white' stroke='%23F98012' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
}
.eb-pro-product-page-reviews-wrap p.stars:hover a::before {
content: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Star'%3E%3Cpath id='Vector' d='M11.872 15C11.6897 15 11.5074 14.9561 11.3461 14.8611L8.32376 13.2019C8.27468 13.1727 8.21858 13.1727 8.16949 13.2019L5.14718 14.8611C4.59321 15.1681 3.906 14.9415 3.6185 14.3641C3.49929 14.1302 3.46422 13.8671 3.5063 13.6112L4.08131 10.1028C4.08832 10.0589 4.0743 10.0005 4.03222 9.95661L1.59193 7.47146C1.14315 7.01829 1.13613 6.27275 1.5709 5.80495C1.74621 5.61491 1.9706 5.49796 2.22304 5.46142L5.59597 4.94977C5.65207 4.94246 5.69414 4.90592 5.72219 4.85475L7.22984 1.6606C7.50332 1.07586 8.18352 0.834658 8.7445 1.11972C8.9689 1.23667 9.15122 1.42671 9.26342 1.6606L10.7711 4.85475C10.7921 4.90592 10.8412 4.94246 10.8973 4.94977L14.2772 5.46142C14.8943 5.55644 15.3291 6.1558 15.2379 6.79901C15.2029 7.05484 15.0836 7.29604 14.9083 7.47877L12.461 9.95661C12.419 9.99316 12.4049 10.0516 12.4119 10.1101L12.987 13.6186C13.0921 14.2618 12.6784 14.8757 12.0613 14.9854C11.9982 14.9927 11.9351 15 11.872 15Z' fill='%23F98012'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
}
.eb-pro-product-page-reviews-wrap p.stars.selected a.active::before {
content: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Star'%3E%3Cpath id='Vector' d='M11.872 15C11.6897 15 11.5074 14.9561 11.3461 14.8611L8.32376 13.2019C8.27468 13.1727 8.21858 13.1727 8.16949 13.2019L5.14718 14.8611C4.59321 15.1681 3.906 14.9415 3.6185 14.3641C3.49929 14.1302 3.46422 13.8671 3.5063 13.6112L4.08131 10.1028C4.08832 10.0589 4.0743 10.0005 4.03222 9.95661L1.59193 7.47146C1.14315 7.01829 1.13613 6.27275 1.5709 5.80495C1.74621 5.61491 1.9706 5.49796 2.22304 5.46142L5.59597 4.94977C5.65207 4.94246 5.69414 4.90592 5.72219 4.85475L7.22984 1.6606C7.50332 1.07586 8.18352 0.834658 8.7445 1.11972C8.9689 1.23667 9.15122 1.42671 9.26342 1.6606L10.7711 4.85475C10.7921 4.90592 10.8412 4.94246 10.8973 4.94977L14.2772 5.46142C14.8943 5.55644 15.3291 6.1558 15.2379 6.79901C15.2029 7.05484 15.0836 7.29604 14.9083 7.47877L12.461 9.95661C12.419 9.99316 12.4049 10.0516 12.4119 10.1101L12.987 13.6186C13.0921 14.2618 12.6784 14.8757 12.0613 14.9854C11.9982 14.9927 11.9351 15 11.872 15Z' fill='%23F98012'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
}
.eb-pro-product-page-reviews-wrap p.stars.selected a.active~a::before {
content: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Star'%3E%3Cpath id='Vector' d='M15.9802 20.625C15.7296 20.625 15.4789 20.5647 15.2571 20.434L11.1014 18.1526C11.0339 18.1124 10.9568 18.1124 10.8893 18.1526L6.73363 20.434C5.97191 20.8562 5.027 20.5446 4.63168 19.7506C4.46777 19.429 4.41956 19.0672 4.47741 18.7155L5.26805 13.8913C5.27769 13.831 5.25841 13.7506 5.20056 13.6903L1.84516 10.2733C1.22808 9.65015 1.21843 8.62503 1.81623 7.98181C2.05728 7.72051 2.36582 7.5597 2.71293 7.50945L7.35071 6.80593C7.42785 6.79588 7.4857 6.74563 7.52426 6.67528L9.59728 2.28333C9.97332 1.47931 10.9086 1.14766 11.6799 1.53961C11.9885 1.70042 12.2392 1.96172 12.3934 2.28333L14.4665 6.67528C14.4954 6.74563 14.5629 6.79588 14.64 6.80593L19.2874 7.50945C20.1359 7.6401 20.7337 8.46422 20.6084 9.34864C20.5602 9.7004 20.3963 10.0321 20.1552 10.2833L16.7902 13.6903C16.7323 13.7406 16.713 13.821 16.7227 13.9014L17.5133 18.7255C17.6579 19.6099 17.0891 20.4541 16.2406 20.6049C16.1538 20.615 16.067 20.625 15.9802 20.625Z' fill='white' stroke='%23F98012' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
}
.eb-pro-product-page-reviews-wrap p.stars.selected a:not(.active)::before {
content: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Star'%3E%3Cpath id='Vector' d='M11.872 15C11.6897 15 11.5074 14.9561 11.3461 14.8611L8.32376 13.2019C8.27468 13.1727 8.21858 13.1727 8.16949 13.2019L5.14718 14.8611C4.59321 15.1681 3.906 14.9415 3.6185 14.3641C3.49929 14.1302 3.46422 13.8671 3.5063 13.6112L4.08131 10.1028C4.08832 10.0589 4.0743 10.0005 4.03222 9.95661L1.59193 7.47146C1.14315 7.01829 1.13613 6.27275 1.5709 5.80495C1.74621 5.61491 1.9706 5.49796 2.22304 5.46142L5.59597 4.94977C5.65207 4.94246 5.69414 4.90592 5.72219 4.85475L7.22984 1.6606C7.50332 1.07586 8.18352 0.834658 8.7445 1.11972C8.9689 1.23667 9.15122 1.42671 9.26342 1.6606L10.7711 4.85475C10.7921 4.90592 10.8412 4.94246 10.8973 4.94977L14.2772 5.46142C14.8943 5.55644 15.3291 6.1558 15.2379 6.79901C15.2029 7.05484 15.0836 7.29604 14.9083 7.47877L12.461 9.95661C12.419 9.99316 12.4049 10.0516 12.4119 10.1101L12.987 13.6186C13.0921 14.2618 12.6784 14.8757 12.0613 14.9854C11.9982 14.9927 11.9351 15 11.872 15Z' fill='%23F98012'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
}
.eb-pro-product-page-all-reviews-wrap .overall-reviews{
display: flex;
justify-content: flex-start;
align-items: center;
margin-bottom: 24px;
padding: 24px 0;
}
.eb-pro-product-page-all-reviews-wrap .overall-reviews .avg-review-count{
display: flex;
flex-direction: column;
align-items: center;
padding: 24px;
border-right: 1px solid #D5DDEA;
width: 30%;
}
.eb-pro-product-page-all-reviews-wrap .avg-rating-stars{
margin-top: 16px;
}
.eb-pro-product-page-all-reviews-wrap .review-details{
width: 70%;
display: flex;
flex-direction: column;
gap: 24px;
padding: 0 24px 0 32px;
}
.eb-pro-product-page-all-reviews-wrap .rating-row{
display: flex;
justify-content: space-between;
align-items: center;
gap: 22px;
}
.eb-pro-product-page-all-reviews-wrap .rating-bar{
height: 8px;
border-radius: 10px;
background: #ECF3F3;
min-width: 50%;
width: -webkit-fill-available;
}
.eb-pro-product-page-all-reviews-wrap .rating-bar-fill{
height: 100%;
border-radius: 10px;
background: #F98012;
}
.eb-pro-product-page-all-reviews-wrap .rating-stars{
display: flex;
align-items: center;
gap: 4px;
}
.eb-pro-product-page-all-reviews-wrap span{
color: #385B5C;
font-family: "Open Sans";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
width: fit-content !important;
min-width: 55px;
}
.eb-pro-product-page-all-reviews-wrap .avg-rating{
color:#162324;
font-family: "Open Sans";
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.eb-pro-product-page-all-reviews-wrap .avg-rating-title{
color: #162324;
font-family: "Open Sans";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.eb-pro-product-page-all-reviews-wrap .avg-rating-count{
color: #162324;
font-family: "Open Sans";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.eb-pro-product-page-all-reviews-wrap .product-review{
margin-top: 24px;
border-bottom: 1px solid #D5DDEA;
}
.eb-pro-product-page-all-reviews-wrap .review-header{
display: flex;
justify-content: flex-start;
align-items: center;
gap: 16px;
}
.eb-pro-product-page-all-reviews-wrap .author-thumb img{
border-radius: 48px;
border: 1px solid #D5DDEA;
background: lightgray 50% / cover no-repeat;
}
.eb-pro-product-page-all-reviews-wrap .author-details{
display: flex;
flex-direction: column;
gap: 8px;
}
.eb-pro-product-page-all-reviews-wrap .author-name{
color: #162324;
font-family: "Open Sans";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.eb-pro-product-page-all-reviews-wrap .review-date{
color: #5D9698;
font-family: "Open Sans";
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
display: flex;
gap: 18px;
align-items: center;
}
.eb-pro-product-page-all-reviews-wrap .review-date .review-count{
color: #385B5C;
display: flex;
align-items: center;
gap: 3px;
}
.eb-pro-product-page-all-reviews-wrap .review-content{
color: #385B5C;
font-family: "Open Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
margin: 24px 0;
}
.eb-pro-shop-pagination{
display: flex;
justify-content: center;
align-items: center;
padding: 8px 0;
}
.eb-pro-shop-pagination .prev,
.eb-pro-shop-pagination .next{
padding: 6px !important;
display: flex;
align-items: center;
}
.eb-pro-shop-pagination .page-numbers{
padding: 9px 13px;
color: #273E3F !important;
text-align: center !important;
font-family: "Open Sans";
font-size: 14px !important;
font-style: normal !important;
font-weight: 700 !important;
line-height: normal !important;
}
.eb-pro-shop-pagination .current{
padding: 9px 17px;
border-radius: 4px;
color: #0041C9 !important;
background: #FFF !important;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
}
.eb-pro-related-product-header{
color: #162324;
font-family: "Open Sans";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.eb-pro-related-product-view-all{
display: flex;
justify-content: center;
align-items: center;
padding: 8px 0;
}
.eb-pro-related-product-view-all a{
color:#273E3F !important;
font-family: "Open Sans";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.eb-pro-page-header span{
color:#A6C8C9 !important;
font-family: "Open Sans";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.eb-pro-page-header a{
color:#FA9941 !important;
font-family: "Open Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.eb-pro-shop-page-title{
color: #FFF;
font-family: "Open Sans";
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-top: 12px;
}
.eb-pro-page-header{ padding: 77px 60px;
margin-bottom: 45px;
}
.eb-pro-product-page-sidebar .wdm_edwiser_bulk_purchase{
padding: 0;
margin-bottom: 24px;
color: #385B5C;
font-family: "Open Sans";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.eb-pro-product-page-sidebar .variations label{
color: #0B1212 !important;
} @media screen and (max-width: 1024px) {
.eb-pro-shop-products-card-wrap{
grid-template-columns: repeat(2, 1fr) !important;
}
.eb-pro-page-header{
text-align: center;
}
.eb-pro-product-wrap{
flex-direction: column;
gap: 36px;
}
.eb-pro-product-page-body{
width: 100%;
}
.eb-pro-product-page-details{
width: 100%;
}
.eb-pro-product-page-sidebar{
width: auto;
}
}
@media screen and (max-width: 640px) {
.eb-pro-shop-products-card-wrap{
display: grid !important;
grid-template-columns: repeat(1, 1fr) !important;
}
.eb-pro-shop-products-list-wrap{
display: none !important;
}
.eb-pro-shop-header{
flex-direction: column;
align-items: flex-start;
gap: 16px;
padding-bottom: 0;
border-bottom: 0;
}
.eb-pro-shop-view{
display: none;
}
.eb-pro-product-page-sidebar{
width: auto;
}
.eb-pro-product-page-all-reviews-wrap .overall-reviews{
flex-direction: column;
}
.eb-pro-product-page-all-reviews-wrap .overall-reviews .avg-review-count{
border-right: 0;
width: 100%;
}
.eb-pro-product-page-all-reviews-wrap .overall-reviews .review-details{
width: 100%;
padding: 0;
}
.eb-pro-product-page-all-reviews-wrap .rating-bar{
min-width: 10%;
width: -webkit-fill-available;
}
} .eb-pro-shop-body ul.products::before {
content: none !important;
}
.eb-pro-shop-body ul.products li.product{
text-align: initial !important;
} .col-full:has(.eb-pro-shop-container){
max-width: 100% !important;
}table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable thead th,table.dataTable thead td{padding:10px 18px;border-bottom:1px solid #111}table.dataTable thead th:active,table.dataTable thead td:active{outline:none}table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 18px 6px 18px;border-top:1px solid #111}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc{cursor:pointer;*cursor:hand}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{background-repeat:no-repeat;background-position:center right}table.dataTable thead .sorting{background-image:url(//inopo.es/wp-content/plugins/edwiser-bridge-pro/public/assets/images/sort_both.png)}table.dataTable thead .sorting_asc{background-image:url(//inopo.es/wp-content/plugins/edwiser-bridge-pro/public/assets/images/sort_asc.png)}table.dataTable thead .sorting_desc{background-image:url(//inopo.es/wp-content/plugins/edwiser-bridge-pro/public/assets/images/sort_desc.png)}table.dataTable thead .sorting_asc_disabled{background-image:url(//inopo.es/wp-content/plugins/edwiser-bridge-pro/public/assets/images/sort_asc_disabled.png)}table.dataTable thead .sorting_desc_disabled{background-image:url(//inopo.es/wp-content/plugins/edwiser-bridge-pro/public/assets/images/sort_desc_disabled.png)}table.dataTable tbody tr{background-color:#ffffff}table.dataTable tbody tr.selected{background-color:#B0BED9}table.dataTable tbody th,table.dataTable tbody td{padding:8px 10px}table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td{border-top:1px solid #ddd}table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td{border-top:none}table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{border-top:none}table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd{background-color:#f9f9f9}table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected{background-color:#acbad4}table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover{background-color:#f6f6f6}table.dataTable.hover tbody tr:hover.selected,table.dataTable.display tbody tr:hover.selected{background-color:#aab7d1}table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3{background-color:#fafafa}table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3{background-color:#acbad5}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:whitesmoke}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#efefef}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{background-color:#a5b2cb}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:4px 17px 4px 4px}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:4px}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable th,table.dataTable td{-webkit-box-sizing:content-box;box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{margin-left:0.5em}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:0.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:0.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:0.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;color:#333 !important;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid #979797;background-color:white;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));background:-webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-o-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:white;background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%)}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollHead table,.dataTables_wrapper.no-footer div.dataTables_scrollBody table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:0.5em}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:0.5em}}table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty{cursor:default !important}table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before{display:none !important}table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child,table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child{position:relative;padding-left:30px;cursor:pointer}table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before{top:9px;left:4px;height:14px;width:14px;display:block;position:absolute;color:white;border:2px solid white;border-radius:14px;box-shadow:0 0 3px #444;box-sizing:content-box;text-align:center;font-family:'Courier New', Courier, monospace;line-height:14px;content:'+';background-color:#31b131}table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before{content:'-';background-color:#d33333}table.dataTable.dtr-inline.collapsed>tbody>tr.child td:before{display:none}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child{padding-left:27px}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child:before,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child:before{top:5px;left:4px;height:14px;width:14px;border-radius:14px;line-height:14px;text-indent:3px}table.dataTable.dtr-column>tbody>tr>td.control,table.dataTable.dtr-column>tbody>tr>th.control{position:relative;cursor:pointer}table.dataTable.dtr-column>tbody>tr>td.control:before,table.dataTable.dtr-column>tbody>tr>th.control:before{top:50%;left:50%;height:16px;width:16px;margin-top:-10px;margin-left:-10px;display:block;position:absolute;color:white;border:2px solid white;border-radius:14px;box-shadow:0 0 3px #444;box-sizing:content-box;text-align:center;font-family:'Courier New', Courier, monospace;line-height:14px;content:'+';background-color:#31b131}table.dataTable.dtr-column>tbody>tr.parent td.control:before,table.dataTable.dtr-column>tbody>tr.parent th.control:before{content:'-';background-color:#d33333}table.dataTable>tbody>tr.child{padding:0.5em 1em}table.dataTable>tbody>tr.child:hover{background:transparent !important}table.dataTable>tbody>tr.child ul.dtr-details{display:inline-block;list-style-type:none;margin:0;padding:0}table.dataTable>tbody>tr.child ul.dtr-details li{border-bottom:1px solid #efefef;padding:0.5em 0}table.dataTable>tbody>tr.child ul.dtr-details li:first-child{padding-top:0}table.dataTable>tbody>tr.child ul.dtr-details li:last-child{border-bottom:none}table.dataTable>tbody>tr.child span.dtr-title{display:inline-block;min-width:75px;font-weight:bold}div.dtr-modal{position:fixed;box-sizing:border-box;top:0;left:0;height:100%;width:100%;z-index:100;padding:10em 1em}div.dtr-modal div.dtr-modal-display{position:absolute;top:0;left:0;bottom:0;right:0;width:50%;height:50%;overflow:auto;margin:auto;z-index:102;overflow:auto;background-color:#f5f5f7;border:1px solid black;border-radius:0.5em;box-shadow:0 12px 30px rgba(0,0,0,0.6)}div.dtr-modal div.dtr-modal-content{position:relative;padding:1em}div.dtr-modal div.dtr-modal-close{position:absolute;top:6px;right:6px;width:22px;height:22px;border:1px solid #eaeaea;background-color:#f9f9f9;text-align:center;border-radius:3px;cursor:pointer;z-index:12}div.dtr-modal div.dtr-modal-close:hover{background-color:#eaeaea}div.dtr-modal div.dtr-modal-background{position:fixed;top:0;left:0;right:0;bottom:0;z-index:101;background:rgba(0,0,0,0.6)}@media screen and (max-width: 767px){div.dtr-modal div.dtr-modal-display{width:95%}}div.dt-button-info{position:fixed;top:50%;left:50%;width:400px;margin-top:-100px;margin-left:-200px;background-color:white;border:2px solid #111;box-shadow:3px 3px 8px rgba(0,0,0,0.3);border-radius:3px;text-align:center;z-index:21}div.dt-button-info h2{padding:0.5em;margin:0;font-weight:normal;border-bottom:1px solid #ddd;background-color:#f3f3f3}div.dt-button-info>div{padding:1em}button.dt-button,div.dt-button,a.dt-button{position:relative;display:inline-block;box-sizing:border-box;margin-right:0.333em;padding:0.5em 1em;border:1px solid #999;border-radius:2px;cursor:pointer;font-size:0.88em;color:black;white-space:nowrap;overflow:hidden;background-color:#e9e9e9;background-image:-webkit-linear-gradient(top, #fff 0%, #e9e9e9 100%);background-image:-moz-linear-gradient(top, #fff 0%, #e9e9e9 100%);background-image:-ms-linear-gradient(top, #fff 0%, #e9e9e9 100%);background-image:-o-linear-gradient(top, #fff 0%, #e9e9e9 100%);background-image:linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;outline:none}button.dt-button.disabled,div.dt-button.disabled,a.dt-button.disabled{color:#999;border:1px solid #d0d0d0;cursor:default;background-color:#f9f9f9;background-image:-webkit-linear-gradient(top, #fff 0%, #f9f9f9 100%);background-image:-moz-linear-gradient(top, #fff 0%, #f9f9f9 100%);background-image:-ms-linear-gradient(top, #fff 0%, #f9f9f9 100%);background-image:-o-linear-gradient(top, #fff 0%, #f9f9f9 100%);background-image:linear-gradient(to bottom, #fff 0%, #f9f9f9 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#f9f9f9')}button.dt-button:active:not(.disabled),button.dt-button.active:not(.disabled),div.dt-button:active:not(.disabled),div.dt-button.active:not(.disabled),a.dt-button:active:not(.disabled),a.dt-button.active:not(.disabled){background-color:#e2e2e2;background-image:-webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);background-image:-moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);background-image:-ms-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);background-image:-o-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);background-image:linear-gradient(to bottom, #f3f3f3 0%, #e2e2e2 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f3f3f3', EndColorStr='#e2e2e2');box-shadow:inset 1px 1px 3px #999999}button.dt-button:active:not(.disabled):hover:not(.disabled),button.dt-button.active:not(.disabled):hover:not(.disabled),div.dt-button:active:not(.disabled):hover:not(.disabled),div.dt-button.active:not(.disabled):hover:not(.disabled),a.dt-button:active:not(.disabled):hover:not(.disabled),a.dt-button.active:not(.disabled):hover:not(.disabled){box-shadow:inset 1px 1px 3px #999999;background-color:#cccccc;background-image:-webkit-linear-gradient(top, #eaeaea 0%, #ccc 100%);background-image:-moz-linear-gradient(top, #eaeaea 0%, #ccc 100%);background-image:-ms-linear-gradient(top, #eaeaea 0%, #ccc 100%);background-image:-o-linear-gradient(top, #eaeaea 0%, #ccc 100%);background-image:linear-gradient(to bottom, #eaeaea 0%, #ccc 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#eaeaea', EndColorStr='#cccccc')}button.dt-button:hover,div.dt-button:hover,a.dt-button:hover{text-decoration:none}button.dt-button:hover:not(.disabled),div.dt-button:hover:not(.disabled),a.dt-button:hover:not(.disabled){border:1px solid #666;background-color:#e0e0e0;background-image:-webkit-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);background-image:-moz-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);background-image:-ms-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);background-image:-o-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);background-image:linear-gradient(to bottom, #f9f9f9 0%, #e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e0e0e0')}button.dt-button:focus:not(.disabled),div.dt-button:focus:not(.disabled),a.dt-button:focus:not(.disabled){border:1px solid #426c9e;text-shadow:0 1px 0 #c4def1;outline:none;background-color:#79ace9;background-image:-webkit-linear-gradient(top, #bddef4 0%, #79ace9 100%);background-image:-moz-linear-gradient(top, #bddef4 0%, #79ace9 100%);background-image:-ms-linear-gradient(top, #bddef4 0%, #79ace9 100%);background-image:-o-linear-gradient(top, #bddef4 0%, #79ace9 100%);background-image:linear-gradient(to bottom, #bddef4 0%, #79ace9 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#bddef4', EndColorStr='#79ace9')}.dt-button embed{outline:none}div.dt-buttons{position:relative;float:left}div.dt-buttons.buttons-right{float:right}div.dt-button-collection{position:absolute;top:0;left:0;width:150px;margin-top:3px;padding:8px 8px 4px 8px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.4);background-color:white;overflow:hidden;z-index:2002;border-radius:5px;box-shadow:3px 3px 5px rgba(0,0,0,0.3);z-index:2002;-webkit-column-gap:8px;-moz-column-gap:8px;-ms-column-gap:8px;-o-column-gap:8px;column-gap:8px}div.dt-button-collection button.dt-button,div.dt-button-collection div.dt-button,div.dt-button-collection a.dt-button{position:relative;left:0;right:0;display:block;float:none;margin-bottom:4px;margin-right:0}div.dt-button-collection button.dt-button:active:not(.disabled),div.dt-button-collection button.dt-button.active:not(.disabled),div.dt-button-collection div.dt-button:active:not(.disabled),div.dt-button-collection div.dt-button.active:not(.disabled),div.dt-button-collection a.dt-button:active:not(.disabled),div.dt-button-collection a.dt-button.active:not(.disabled){background-color:#dadada;background-image:-webkit-linear-gradient(top, #f0f0f0 0%, #dadada 100%);background-image:-moz-linear-gradient(top, #f0f0f0 0%, #dadada 100%);background-image:-ms-linear-gradient(top, #f0f0f0 0%, #dadada 100%);background-image:-o-linear-gradient(top, #f0f0f0 0%, #dadada 100%);background-image:linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f0f0f0', EndColorStr='#dadada');box-shadow:inset 1px 1px 3px #666}div.dt-button-collection.fixed{position:fixed;top:50%;left:50%;margin-left:-75px;border-radius:0}div.dt-button-collection.fixed.two-column{margin-left:-150px}div.dt-button-collection.fixed.three-column{margin-left:-225px}div.dt-button-collection.fixed.four-column{margin-left:-300px}div.dt-button-collection>*{-webkit-column-break-inside:avoid;break-inside:avoid}div.dt-button-collection.two-column{width:300px;padding-bottom:1px;-webkit-column-count:2;-moz-column-count:2;-ms-column-count:2;-o-column-count:2;column-count:2}div.dt-button-collection.three-column{width:450px;padding-bottom:1px;-webkit-column-count:3;-moz-column-count:3;-ms-column-count:3;-o-column-count:3;column-count:3}div.dt-button-collection.four-column{width:600px;padding-bottom:1px;-webkit-column-count:4;-moz-column-count:4;-ms-column-count:4;-o-column-count:4;column-count:4}div.dt-button-background{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.7);background:-ms-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);background:-moz-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);background:-o-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);background:-webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0,0,0,0.3)), color-stop(1, rgba(0,0,0,0.7)));background:-webkit-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);background:radial-gradient(ellipse farthest-corner at center, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);z-index:2001}@media screen and (max-width: 640px){div.dt-buttons{float:none !important;text-align:center}}table.dataTable tbody>tr.selected,table.dataTable tbody>tr>.selected{background-color:#B0BED9}table.dataTable.stripe tbody>tr.odd.selected,table.dataTable.stripe tbody>tr.odd>.selected,table.dataTable.display tbody>tr.odd.selected,table.dataTable.display tbody>tr.odd>.selected{background-color:#acbad4}table.dataTable.hover tbody>tr.selected:hover,table.dataTable.hover tbody>tr>.selected:hover,table.dataTable.display tbody>tr.selected:hover,table.dataTable.display tbody>tr>.selected:hover{background-color:#aab7d1}table.dataTable.order-column tbody>tr.selected>.sorting_1,table.dataTable.order-column tbody>tr.selected>.sorting_2,table.dataTable.order-column tbody>tr.selected>.sorting_3,table.dataTable.order-column tbody>tr>.selected,table.dataTable.display tbody>tr.selected>.sorting_1,table.dataTable.display tbody>tr.selected>.sorting_2,table.dataTable.display tbody>tr.selected>.sorting_3,table.dataTable.display tbody>tr>.selected{background-color:#acbad5}table.dataTable.display tbody>tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody>tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody>tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody>tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody>tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody>tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody>tr.odd>.selected,table.dataTable.order-column.stripe tbody>tr.odd>.selected{background-color:#a6b4cd}table.dataTable.display tbody>tr.even>.selected,table.dataTable.order-column.stripe tbody>tr.even>.selected{background-color:#acbad5}table.dataTable.display tbody>tr.selected:hover>.sorting_1,table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody>tr.selected:hover>.sorting_2,table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody>tr.selected:hover>.sorting_3,table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_3{background-color:#a5b2cb}table.dataTable.display tbody>tr:hover>.selected,table.dataTable.display tbody>tr>.selected:hover,table.dataTable.order-column.hover tbody>tr:hover>.selected,table.dataTable.order-column.hover tbody>tr>.selected:hover{background-color:#a2aec7}table.dataTable td.select-checkbox,table.dataTable th.select-checkbox{position:relative}table.dataTable td.select-checkbox:before,table.dataTable td.select-checkbox:after,table.dataTable th.select-checkbox:before,table.dataTable th.select-checkbox:after{display:block;position:absolute;top:1.2em;left:50%;width:12px;height:12px;box-sizing:border-box}table.dataTable td.select-checkbox:before,table.dataTable th.select-checkbox:before{content:' ';margin-top:-6px;margin-left:-6px;border:1px solid black;border-radius:3px}table.dataTable tr.selected td.select-checkbox:after,table.dataTable tr.selected th.select-checkbox:after{content:'\2714';margin-top:-11px;margin-left:-4px;text-align:center;text-shadow:1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9}div.dataTables_wrapper span.select-info,div.dataTables_wrapper span.select-item{margin-left:0.5em}@media screen and (max-width: 640px){div.dataTables_wrapper span.select-info,div.dataTables_wrapper span.select-item{margin-left:0;display:block}}.wdm_eb_lable {
padding: 0px 10px;
color: #333;
font-size: 16px;
}
#edb_course_product_name {
background: #fff;
height: 40px;
padding: 5px;
width: 400px;
}
.wdm_enrolled_users {
padding: 1%;
padding-top: 2%;
color: #333;
font-size: 16px;
}
#wdm_eb_enroll_user {
background: #fff;
padding: 10px;
}
#wdm_eb_enroll_user li {
padding-left: 10px;
}
.wdm_enrolled_users label {
padding: 10px;
color: #333;
font-size: 18px;
}
.enrolled_users_list {
padding: 0px 20px;
}
.enrolled_users_list li {
padding-left: 5px;
font-size: 14px;
}
.wdm_seats {
color: #333;
font-size: 16px;
}
.wdm_edwiser_bulk_purchase input[type="checkbox"] {
width: 20px !important;
height: 20px;
vertical-align: bottom;
}
.wdm_button button {
background: #000088b2;
padding: 10px;
color: #fff;
}
.wdm_edwiser_bulk_purchase {
padding-bottom: 10px;
padding-top: 10px;
}
.course-select {
margin: inherit;
padding-top: 10px;
display: inline-flex;
}
.wdmebbp-wrapper-login-req a {
float: right;
}
#wdm-course-button {
display: inline-block;
}
.enroll-student-page-button {
margin-top: 5px;
margin-right: 5px;
}
.enroll-button-grid {
display: inline-block;
}
#add-quantity-popup {
display: none;
}
#mucp-cart-notice {
margin-top: 10px;
padding: 10px;
margin-bottom: 10px;
background-color: rgba(33, 150, 243, 0.13);
color: #2196f3;
}
.wdm-bulk-purchase-message {
overflow-x: hidden;
font-size: 11px;
color: #555;
padding: 0.4em;
color: #fff;
background: #888;
border-radius: 10px;
}
.wdm-enrol-form-input {
position: relative;
z-index: 2;
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
}
.enroll_user-pop-up {
padding: 15px;
}
.wdm-enroll-stud-page-dialog {
min-width: 60%;
}
.bp-delete-enrolled-user-dialog,
.bp-delete-cohort-dialog {
min-width: 40%;
}
.bp-delete-enrolled-user-dialog #add-quantity-popup {
padding: 20px 20px 20px 25px;
}
#enroll-user-table tbody tr td i {
padding: 5px 0px 5px 10px;
cursor: pointer;
}
.edit-enrolled-user {
color: #3f51b5;
}
.bp-delete-enrolled-user {
color: #f44336;
}
.wdm-diff-prod-qty-error {
padding: 10px;
background-color: rgba(255, 235, 59, 0.05);  display: inline-flex;
align-items: center;
margin-bottom: 1em;
width: 100%;
border: 0.5px solid #ffeb3beb;
border-left: 5px solid #ffeb3bd4;
}
.wdm-diff-prod-qty-error i,
.wdm-diff-prod-qty-success i {
padding-right: 10px;
}
.wdm-diff-prod-qty-error i {
margin-right: 10px;
font-size: 25px;
color: #ffeb3b;
}
.wdm-diff-prod-qty-success {
padding: 10px;
background-color: rgba(76, 175, 80, 0.08);
display: inline-flex;
align-items: center;
margin-bottom: 1em;
width: 100%;
border: 0.5px solid #4caf5070;
border-left: 5px solid #4caf50;
}
#wdm-diff-prod-qty-success-msg,
#wdm-diff-prod-qty-error-msg {
margin-left: 10px;
}
.fa-check-circle:before {
font-size: 1.7em;
color: green;
}
.wdm-hide {
display: none;
}
#mucp-cart-group-checkbox {
height: 20px;
width: 20px;
margin: 0 5px;
}
.wdm-cartp-group-chk-box {
display: inline-flex;
width: 100%;
padding: 5px;
line-height: 1;
}
.wdm-cartp-group-chk-box label {
clear: both;
margin: 0px;
}
#wdm_users_csv_input::file-selector-button {
padding: 7px;
border-radius: 2px;
background-color: #007aff;
transition: 1s;
color: white;
float: right;
margin: 0px;
text-transform: capitalize;
cursor: pointer;
height: 2.5rem;
border: 0;
}
#wdm_users_csv_input {
line-height: 2.5rem;
border: 1px solid #dddddd;
padding-left: 10px;
}.et-pb-active-slide .et_pb_slide_description {
-webkit-animation-duration: 0s !important;
animation-duration: 0s !important;
-webkit-animation-delay: 0s !important;
animation-delay: 0s !important;
-webkit-animation-timing-function: initial !important;
animation-timing-function: initial !important;
-webkit-animation-fill-mode: none !important;
animation-fill-mode: none !important;
-webkit-animation-name: none !important;
animation-name: none !important;
}