﻿/*
.mdc-select__anchor {
    height: 40px !important;
}*/

#connectBackground {
    border-radius: 5px;
    background-color: #f5f5f5;
    padding: 1.25rem 2.5rem 1.25rem 1.5rem;
}

.platform-color {
    color: #2F5168;
}

.loadingIndicator {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
    min-height: 200px;
    align-items: center;
}

.pulse-menu {
    position: fixed;
    z-index: 1050;
    top: 0;
    bottom: 0;
    height: 100%;
}

.pulse-footer {
    height: 115px;
    position: absolute;
    width: 100%;
    color: white;
    /*    background-color: #2F5168;*/
    background-color: #494849;
    bottom: 0;
    padding-bottom: 1.5em;
}

.pulse-footer-addCard {
    height: 175px;
    text-align: center;
    margin-top: 15px;
}

.secOne{
    min-height:600px;
    background-image:url(../images/data.png);
}


.whatwedo {
    position: relative;
    background-color: gray;
    z-index: 1;
    overflow: hidden;
    display: block;
    /*        min-width: 330px;*/
    min-height: 445px;
    margin-left: auto;
    margin-right: auto;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    -webkit-transition: 0.6s ease background;
    transition: 0.6s ease background;
}