* {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
}

body,
.top-navbar {
    background-color: #eee2ef !important;
}

.header > .container,
.mid-content > .container,
.footer > .container {
    padding: 0;
}

/* header section styling */

.header-menu > li.nav-item > a {
    color: #202020 !important;
    padding: 10px 20px !important;
    margin: 2px;
    border-radius: 6px;
}

.header-menu > li.nav-item > a.active {
    background-color: rgba(192, 83, 151, 0.9) !important;
    color: #eeeeee !important;
}

.header-menu > li.nav-item > a:focus,
.header-menu > li.nav-item > a:hover {
    background: rgba(192, 83, 151, 0.9) !important;
    color: #eeeeee !important;
}

.header-dropdown-menu {
    border: 1px solid rgba(66, 1, 77, 0.15);
    background-color: #eee2ef;
    color: #434343 !important;
    padding: 0;
}

.header-dropdown-menu .dropdown-item {
    margin: 2px 0;
}

.header-dropdown-menu .dropdown-item.active {
    color: #000 !important;
    background-color: #eee2ef;
}

.header-dropdown-menu .dropdown-item:focus,
.header-dropdown-menu .dropdown-item:hover {
    color: #000 !important;
    background-color: #eee2ef;
}

button.hamburger-menu,
button.hamburger-menu:active,
button.hamburger-menu:focus {
    border: 1px solid rgba(66, 1, 77, 0.7) !important;
}

button.hamburger-menu:active,
button.hamburger-menu:focus {
    outline: none !important;
    box-shadow: none;
}

button.hamburger-menu > span {
    font-size: 18px;
}

/* header section ends */

/* login page, middle content section styling */

.mid-content {
    margin-bottom: 60px;
}

div.mid-content-wrapper {
    background-image: linear-gradient(#d3489a, #363795);
    min-height: 500px;
    margin-top: 2px;
    padding: 25px;
    border-radius: 40px;
    margin-bottom: 40px;
    width: 400px;
    margin-left: 400px;
}

.gradient-box {
    background-image: linear-gradient(#d3489a, #363795);
    padding: 30px 25px;
    border-radius: 50px;
    margin: 20px 8px;
    color: #e6e6e6;
}

.login-info-wrapper {
    color: #e6e6e6;
}

.mid-content-wrapper > h1 {
    padding: 20px 0;
    color: #fff;
    width: 100%;
}

.login-info-wrapper > p {
    line-height: 30px;
}

a.register-user {
    display: flex;
    align-items: center;
    font-weight: 600;
    padding: 0px 25px;
    color: #000000;
    background-color: #e2e6ea;
    border-color: #000000;
}

a.register-user:hover,
a.register-user:focus,
a.register-user:active {
    outline: none !important;
    box-shadow: none;
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

form.login-form {
    color: #e6e6e6;
}

form.login-form button.login-submit {
    font-weight: 600;
    padding: 10px 35px;
    margin-top: 20px;
    color: #e6e6e6;
    background-color: #27287a;
    border: 1px solid #27287a;
}

form.login-form button.login-submit:hover,
form.login-form button.login-submit:focus,
orm.login-form button.login-submit:active {
    outline: none !important;
    box-shadow: none;
    color: #fff;
    background-color: #22226b;
    border: 1px solid #22226b;
}

form.login-form input.form-control {
    padding: 20px 20px;
    border-color: #834894;
    border-radius: 50px;
}

form.login-form input.form-control:focus {
    outline: none !important;
    box-shadow: none;
    border-color: #3e3c90;
}

.login-error {
    font-size: 14px;
    font-weight: 500;
    border-radius: 50px;
}

.login-error > button.close {
    opacity: 0.75;
}

.login-error > button span {
    font-size: 22px;
}

input#keepLoggedIn,
label.keep-me-logged-in {
    cursor: pointer;
}

small.form-text.form-error {
    color: #f7b1cf;
}

a.forgot-psw-link {
    float: right;
    color: #f8bce6;
    font-size: 14px;
}

a.forgot-psw-link:hover {
    color: #f8cdeb;
}

/* login page, middle content section ends */

/* dashboard styling */

#dashboard-mid-section {
    padding-bottom: 50px;
}

.dashboard-tile h1 {
    font-size: 18px;
    font-weight: 600;
}

.connect-twitter {
    background-color: rgb(29, 161, 242);
}

.connect-facebook {
    background-color: rgb(24, 119, 242);
    margin-left: 0 !important;
    /* margin-right: 20px !important; */
}

.connect-instagram {
    background-color: #a73d8f;
}

.connect-nuwelcom {
    background-color: #a237d0;
    margin-left: 0 !important;
    /* margin-right: 20px !important; */
}

.connect-nuwelcom > img {
    height: 15px;
}

.connect-tile {
    /* min-height: 5rem; */
    padding: 14px;
    border-radius: 10px;
    margin: 10px 0;
    display: flex;
    /* flex-direction: row; */
    justify-content: space-between;
}

.connect-tile i,
.connect-title img {
    margin-right: 8px;
}

.connect-tile img {
    max-height: 30px;
}

.connect-title-wrapper,
.connect-link {
    display: flex;
    align-items: center;
}

.connect-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.margin-0 {
    margin: 0 !important;
}

.select-analytics {
    margin-bottom: 0.3rem !important;
}

.select-analytics select:focus {
    outline: 0 !important;
}

.analytics-title {
    line-height: 33px;
}

.analytics-tile {
    padding: 30px 0;
    border-radius: 15px;
    cursor: pointer;
}

.analytics-tile > h2 {
    padding-top: 10px;
}

.analytics-tile > p {
    margin: 0;
}

.analytics-nuwelcom > img {
    height: 30px;
}

.analytics-facebook {
    background-color: rgb(24, 119, 242);
}

.analytics-twitter {
    background-color: rgb(29, 161, 242);
}

.analytics-instagram {
    background-color: #a73d8f;
}

.analytics-nuwelcom {
    background-color: #a237d0;
}

a.connect-btn {
    font-size: 14px !important;
}
a.disabled {
    pointer-events: none;
    cursor: not-allowed;
    background: #c6c6c6 !important;
    border-color: #c6c6c6 !important;
}

/* dashboard styling ends */

/* footer styling */

footer.footer p {
    margin-bottom: 0;
}

footer.footer {
    text-align: center;
    background: rgba(57, 59, 144, 0.8) !important;
    padding: 14px 0;
    color: #e6e6e6;
}

.cardDiv {
    background-image: linear-gradient(#d3489a, #363795);
    padding: 30px 25px;
    border-radius: 50px;
    margin: 20px 8px;
    color: #e6e6e6;
}

.nav-item > .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

/* responsive for login page */

@media screen and (max-width: 768px) {
    .login-info-wrapper > h1 {
        text-align: center;
    }
    div.mid-content-wrapper {
        min-height: auto;
        margin: 12px 8px 12px 8px;
    }
    .login-info-wrapper p,
    .login-info-wrapper a {
        display: none;
    }
    footer.footer {
        position: relative;
    }
    footer.footer p {
        margin-bottom: 0;
    }
}

/* end of footer responsive */

/* responsive for dashboard page */

@media screen and (max-width: 768px) {
    .connect-tile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 10px 0;
    }
    .connect-title-wrapper {
        padding-bottom: 8px;
    }
    .connect-facebook,
    .connect-nuwelcom {
        margin-right: 10 !important;
    }
    #dashboard-mid-section {
        padding-bottom: 0;
    }
}

/* @media screen and (max-width: 476px) {
  .connect-facebook, .connect-nuwelcom {
    margin-right: 0 !important;
  }
} */

/* end of dashboard responsive */
