/*
 Theme Name:   Edubin Child
 Theme URI:    https://thepixelcurve.com/wp/edubin/demo/
 Description:  Education LMS WordPress Theme Edubin Child Theme
 Author:       ThePixelcurve
 Author URI:   https://thepixelcurve.com/
 Template:     edubin
 Version:      6.5.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Tags:          custom-header, custom-logo, blog, theme-options
 Text Domain:  edubin-child
*/
a.signature-button {
    padding: 15px 35px;
    margin-bottom: 50px !important;
    background-color: #07294d;
    color: #fff;
}
.esignature-button {
    margin-bottom: 50px;
}
/* Pre License Css */
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
	border-collapse: collapse;
	display: table !important;
	max-width: 100% !important;
	border: none !important;
}
thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
#features-included-graph .features-head {
    text-align: center;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #07294d;
}
#features-included-graph .features-head {
    background-color: #07294d;
	color: #fff;
    font-size: 30px;
	line-height: 53px;
}
#features-included-graph .blue-striped th {
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    font-weight: bold;
	text-align: center;
}
#features-included-graph .blue-striped th h3 {
    margin-bottom: 0;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}
#features-included-graph tbody tr th {
    font-size: 24px;
    color: #231f20;
	padding-left: 50px;
	padding-bottom: 25px;
    padding-top: 25px;
}
#features-included-graph tr td {
    text-align: center;
    vertical-align: middle;
}
#features-included-graph .full-dot {
    background-color: #000000;
}
#features-included-graph .study-plus-dot {
    background-color: #0e76bc;
}
#features-included-graph .study-dot {
    background-color: #25aae1;
}
#features-included-graph .full-dot, #features-included-graph .study-plus-dot, #features-included-graph .study-dot {
    height: 25px;
    width: 25px;
    border-radius: 0;
    display: inline-block;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff !important;
	border: none !important;
    border-bottom: 2px solid #07294d !important;
}
tr {
    border: none !important;
    border-bottom: 2px solid #07294d !important;
}
.feature {
	padding-left: 50px !important;
}
.table>:not(caption)>*>* {
    box-shadow: none !important;
}
.edubin-custom-user-profile a {
    color: #fff;
}
a.btn-thankyou.btn-primary {
    padding: 15px 25px;
    background-color: #07294d;
    border: 1px solid #07294d;
    color: #fff;
}
/*Table css */

@media (max-width: 576px) {
    body #features-included-graph .table thead img {
    width: 50px;
    object-fit: contain;
 }
}
@media (max-width: 576px) {
    #features-included-graph .table thead th {
    padding: 0;
    font-size: 18px !important; 
}
#features-included-graph tbody tr th {
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}
}
@media (max-width: 576px) {
    body #features-included-graph .table thead .full, body #features-included-graph .table thead .study-plus, body #features-included-graph .table thead .study {
        font-size: 18px;
        height: 146px;
        writing-mode: vertical-lr;
        text-orientation: mixed;  }
}
@media (max-width: 576px) {
    body #features-included-graph .table .blue-striped th {
        font-size: 18px;
    }
}
@media (max-width: 576px) {
    body #features-included-graph .table tbody tr th {
        font-size: 16px;
    }
}

h4.custom-header-my-account {
    font-size: 20px;
    margin-top: 30px;
}
a.custom-button-litmos {
    background-color: #07294d;
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 1em 2em;
    text-shadow: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background-color: #0072bc;
    color: #fff;
	transition: .5s all;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
    color: #0072bc;
    transition: .5s all;
    background-color: #a9cce7;
    font-weight: bold;
}
.hidden_title_field .ginput_container.ginput_container_text {
    display: none !important;
}
.hidden_title_field label.gfield_label.gform-field-label {
    font-size: 20px;
    text-decoration: underline;
    margin-bottom: -22px;
}