/*
Theme Name:   Divi child theme
Description:  Write here a brief description about your child-theme
Author:       kosta
Author URL:   Write here the author's blog or website url
Template:     Divi
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  Divi-child
*/

/* Write here your own personal stylesheet */

#registerUserForm input{
    margin-bottom: 10px;
    border-radius: 7px;
    padding: 5px 0px 5px 10px;
    cursor: auto;
    width: 100%;
}
#verifyAcc input{
    margin-bottom: 9px;
    border-radius: 7px;
    padding: 0px 0px 5px 5px;
    cursor: auto;
    border: 1px solid #b1b1b1;
}

input#acceptation {
    width: auto !important;
}
.customButton {
    text-decoration: none;
    color: #FFFFFF!important;
    border-width: 0px!important;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 700!important;
    background-color: #41BAA7;
    margin-top: 10px;
}

#registerButton {
    text-decoration: none;
    color: #FFFFFF!important;
    border-width: 0px!important;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 700!important;
    background-color: #41BAA7;
    margin-top: 10px;
}

#registerButton:after, #registerButton:before{
    font-size: 27px !important;
}

#verifyAcc .et_pb_button:after, #verifyAcc .et_pb_button:before{
    font-size: 27px;
}


#verifyAcc .et_pb_button:hover {
    background-color: #000000;
}

.margin-c{
    margin: 50px 0;
}

.page-id-106 #main-footer {
    background-color: rgb(255, 255, 255) !important;
}

.dashboardPage{
    background-color: #f7fafc;
}

.card {
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid #edf2f9;
    border-radius: .5rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
    border-color: #edf2f9;
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
    margin-bottom: 1.5rem;
}

.headerDashboard{
    border-bottom: 1px solid #e3ebf6;
    padding-bottom: 0.5rem;
    padding-top: 1.5rem;
    margin-bottom: 2rem;
}

.headerDashboard h3{
    font-size: 21px;
    margin-top: 0;
}

.header-pretitle {
    font-size: 11px;
    color: #95aac9;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0;
}

.text-muted {
    color: #95aac9!important;
}

.text-uppercase.h6, h6.text-uppercase {
    letter-spacing: .08em;
}

.text-uppercase {
    text-transform: uppercase!important;
}

.dashboardPage h6{
    font-size: 14px;
}

.dashboardPage .h2{
    font-size: 18px;
}

.card-header {
    background-color: #fff !important;
    background-color: transparent !important;
    border-bottom: 1px solid #edf2f9 !important;
    margin-bottom: 0 !important;
    padding: 1rem 1.5rem !important;
    align-items: center !important;
    display: flex !important;
    flex-direction: row !important;
    height: 60px !important;
    padding-bottom: .75rem !important;
    padding-top: .75rem !important;
}

.card-header-title{
    margin-bottom: 0;
    padding-bottom: 0;
}

.datetop{
    margin-bottom: 0;
    padding-bottom: 0;
    vertical-align: bottom;
}

.et_pb_column_1_3 h2, .et_pb_column_1_4 h2, .et_pb_column_1_5 h2, .et_pb_column_1_6 h2, .et_pb_column_2_5 h2 {
    font-size: 23px;
}

.et_pb_text_1 h2 {
    font-weight: 800;
    font-size: 23px;
    color: #FFFFFF!important;
    line-height: 1.4em;
}

.et_pb_text_6 h1, .et_pb_text_0 h1 {
    font-weight: 800;
    color: #41BAA7!important;
}

.et_pb_text_2 h2, .et_pb_text_3 h2, .et_pb_text_5 h2 {
    font-weight: 800;
    color: #FFFFFF!important;
}

.background-cc img{
    width: 100px;
}
.background-cc{
    padding-top: 100px;
    color: #fff !important;
    padding-bottom: 100px;
    background-color: #1e1e1e!important;
}

.userinfo p {
    font-size: 12px;
    color: #839cc1;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 2px;
    padding-bottom: 0;
}

.smalltextLinks{
    font-size: 14px;
}

