.team-member .member-info .designation {
    min-height: 40px;

}

@media screen and (min-width: 576px) {
    .team-member .content .text {
        min-height:
            400px;
    }

    .team-member .member-info {
        min-height:
            70px;
    }
}

.team-section {
    padding-top: 50px;
}

.team-member .inner-box {
    padding: 15px;
}

.sponsors-section {
    padding: 50px 0px 50px;
}

.apoios.styled-list-one li {
    font-size: 12px;
}

html,
body {
    height: 100%;
}

body {
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.alert {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f44336;
    color: white;
}

.success {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #4CAF50;
    color: white;
}

.custom-table-row:nth-child(even) {
    background-color: #f2f2f2
}

.custom-table-row {
    font-size: 12px;
}

.custom-table-header {
    font-weight: bold;
    font-size: 14px;
}

.custom-table-row.selected {
    background-color: rgba(0, 0, 0, .075);
}

.custom-table-row {
    cursor: pointer;
    padding: 10px 0px;
}

@media screen and (max-width: 768px) {
    .custom-table-row-actions {
        font-size: 1.5rem;
    }
}

.custom-table-row input:focus {
    outline: 0;
    border: 0px solid #58B9FA;
}

.custom-table-row input {
    cursor: pointer;
    width: 100% !important;
}

.custom-table-row.edit input,
.custom-table-row.edit select {
    border: 1px solid #58B9FA;
}

.form-group {
    margin-top: 10px;
}

.default-featured-column .image-box {
    max-height: 250px;
}

.supports-section .image-box {
    height: 250px;
}

.supports-section .image-box img {
    width: 100%;
}
.supports-section .support-name {
    min-height: 70px;
}
.webinar-section article{
    text-align: center;
}
.btn-style-two.full-width-btn{
    width: 100%;
    text-align: center;
}