﻿.dropdown-menu {
    display: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.pn {
    color: #207fb7 !important;
}

/*.head {
    padding: 1rem 0 1rem 0;
}*/
.logo {
    width: 4.5rem;
    height: 4.5rem;
}
.profileImage {
    margin-left: 10px;
}
.color-common {
    background-image: linear-gradient(to right, #207fb7, #25aeb1);
    color:white;
}
.module-text{
    cursor:pointer;
}
.blickmessage {
    background-color: #fff;
    width: 100%;
    padding: 30px 0;
}

.blickmessage2 {
    text-align: center;
    font-weight: bold;
    position: relative;
    animation-name: mexample2;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    font-size: 24px;
}

@keyframes mexample2 {
    from {
        color: #000;
    }

    to {
        color: #ff0000;
    }
}
.dashboard-btn {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: 0.5s;
    background-image: linear-gradient(to right, #207fb7, #25aeb1);
    border-radius: 10px;
    min-width: 403px;
    color: #fff;
    margin: 0 0 20px 15px;
    width:28rem;
}
.dashboard-btn:hover 
{
        background-image: linear-gradient(to right, #25aeb1, #207fb7);
        cursor: pointer;
        color:white;
}
a {
    text-decoration: none !important;
}
.arrowbtn-d, .dashboardtext {
    margin-left: 2rem;
}
.dashboard-img {
    float: left;
    margin: -23px 12px 0 8px;
    display: inline-block;
}
.flex-items-modules {
    width: 200px;
    height: 172px;
    box-shadow: 0px 0px 17px 10px #f4f1f1;
    border-radius: 5px;
    padding: 30px 0px;
    margin: 14px;
    background-color: #fff;
    position: relative;
    text-decoration: none;
}
    .flex-items-modules a {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        padding-top: 30px;
        transition: 0.5s;
    }
    .flex-items-modules a {
        color: #000;
    }
.modules-text {
    top: 0px;
    position: relative;
    /*text-align:center;*/
}
.flex-items-modules img {
    display: block;
    margin: auto;
}
.flex-items-modules a {
    color: #000;
}
.flex-items-modules h3 {
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
    color: #000000;
    line-height: 24px;
}
.moduleTr{
    cursor:pointer;
}
.hrline{
    margin-top:-20px;
    height:7px;
}
.ul-menu {
    font-family: 'Poppins', sans-serif;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
}
/*.hover-cursor {
    transition: all 0.3s ease;
    cursor: auto;*/
    /* Change cursor to pointer */
/*}*/

    /*.hover-cursor:hover {
        cursor: pointer;
        border-bottom: 8px solid;
        border-bottom-color: blue;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
    }*/
.right-arrow {
    display: none;
}

.right-arrow {
    text-align: right;
    padding-right: 1rem;
}

    .right-arrow img {
        display: inline-block;
    }

.flex-items-modules:hover {
    transition: 1s;
    text-decoration: none;
}

    .flex-items-modules:hover .right-arrow {
        display: block;
        position: relative;
        right: 15px;
    }

.flex-items-modules:hover {
    border-bottom: 4px solid #207fb7;
    transition: 0.2s;
}

    .flex-items-modules:hover .modules-text {
        top: -20px;
        position: relative;
        transition: 0.2s;
    }

.flex-items-modules:hover {
    box-shadow: 0px 0px 17px 20px #f4f1f1;
}
.white_content-new {
    position: fixed;
    top: 40%;
    left: 50%;
    padding: 16px;
    border: 2px solid #33CCFF;
    text-align: center;
    z-index: 1000;
    background: #fff;
    top: 10%;
    width: 800px;
    height: auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 30px 80px rgb(0 0 0 / 25%);
    border: none;
    margin-left: -400px;
}
