:root {
    --primary-color: #3490dc;
}

.customer-qoute-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
    background-color: var(--primary-color);
    cursor: pointer;
}

.customer-qoute-overlay:hover {
    opacity: 1;
}

.customer-qoute-text {
    color: white;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.team-member-title {
    font-weight: 600 !important;
}

.contact-type-text {
    color: white;
    font-weight: 600;
}

.contact-title-text {
    color: white;
}

.contact-link-text {
    color: white;
    cursor: pointer;
}

.contact-link-text:hover {
    color: var(--primary-color);
}

.contact-title {
    color: white;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.social-media {
    background-color: var(--primary-color);
}

.copyright {
    background-color: #131313 !important;
}

.footer-copyright {
    color: lightgray;
}

.footer-copyright:hover {
    color: var(--primary-color) !important;
}

.blog-entry .entry-meta .date {
    background-color: var(--primary-color);
}

.dt-sc-team.type2 .team-detail {
    background-color: var(--primary-color);
}

.grey-background {
    background-color: #343434;
}

.primary-background {
    background-color: var(--primary-color) !important;
}

.hover-primary:hover {
    color: var(--primary-color) !important;
}

.dt-excersises.type1:hover {
    border-color: var(--primary-color);
}

.partner-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-nav-container {
    display: none;
}

.mobile-menu-nav-item {
    border-top: var(--primary-color) 1px solid;
    line-height: 35px;
    padding-left: 25px;
    cursor: pointer;
    font-weight: 600;
}

.mobile-nav-submenu {
    padding-left: 25px;
    font-weight: 550;
}

.color-white {
    color: white;
}

.submenu-icon {
    padding-top: 8px;
    padding-right: 8px;
}

.cookies-accept-button {
    background-color: var(--primary-color);
}

.cookies-decline-button {
    background-color: red;
}

.cookies-link {
    color: white;
}

.cookies-link:hover {
    color: var(--primary-color);
}

@media (max-width: 330px) {
    .dt-sc-team.type2 h3 span {
        line-height: 24px;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .dt-sc-team.type2 h3 span {
        line-height: 24px !important;
    }
}

.input-box {
    width: 100%;
    height: 230px;
    border-width: 2px;
    border-style: dashed;
    background-color: grey;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 10px;
}

.input-box:hover {
    cursor: pointer;
}

.dragleave {
    border-color: #978888;
}

.dragover {
    border-color: black;
}

.confirm-modal {
    display: none;
    position: fixed;
    z-index: 10;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: grey;
    margin: auto auto 30px auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}
