﻿body {
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    min-height: 100vh;
    padding: 0;
}

.abp-empty-layout.lp-opened-sidebar .container-fluid {
    padding: 0;
}

p {
    margin: 0px;
}

.container {
    /*margin: 50px auto;*/
}


.module-navbar {
    background: rgba(255, 255, 255);
    padding: 0;
}

    .module-navbar .navbar-brand {
        height: 44px !important;
        position: relative;
        top: 0px;
        left: 0px;
        width: 90px;
        margin: 0 5px;
    }

    .module-navbar .pmrda-title {
        font-size: 16px;
        font-weight: 500;
    }

    .module-navbar .btn {
        box-shadow: none;
    }

.module-content {
    margin: 85px auto auto auto;
}


/* .module-content .card {
        width: 250px;
        height: 250px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 25px;
        position: relative;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        background: url(../images/logo/untitled-5.png) center no-repeat;
    }*/

.card.custom-card {
    height: 100%;
    margin-bottom: 0;
}


.bg-images {
    background: url("../images/logo/25.png") center no-repeat;
    border-radius: 5px;
    height: 274px;
    width: 100%;
}

.module-content .card .fas.fa-arrow-right {
    position: absolute;
    bottom: -100px;
    background-color: #1962a7;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    opacity: 0;
    transform: translateY(50%);
    transition: all 0.5s ease;
    left: 50%;
    right: auto;
}

.module-content .card:hover .fas.fa-arrow-right {
    bottom: 0px;
    opacity: 1;
    cursor: pointer;
}

.module-content .card .fab.fa-envira,
.module-content .fa.fa-area-chart,
.module-content .fa.fa-fire,
.module-content .fa.fa-building {
    font-size: 40px;
    background-color: #0000000d;
    /*background: linear-gradient(to bottom, #1e5799 0%, #2989d8 47%, #0086b2 100%, #207cca 100%);*/
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #4e9525;
    /*color: #dc2736;*/
}

.module-content h3 {
    font-size: 21px;
}

.module-content .card .conten-text {
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 19px;
    color: #333;
}

.module-content .container .content {
    max-width: 300px;
}

    .module-content .container .content .h-6 {
        color: #4e9525;
        font-weight: 600;
    }

    .module-content .container .content .btn.btn-primary {
        padding: 15px;
        background-color: #4e9525;
        color: white;
        border-radius: 0px;
        border: none;
        box-shadow: none;
    }

.module-content .card:hover .fab.fa-envira,
.module-content .card:hover .fas.fa-cut,
.module-content .card:hover .fas.fa-people-carry {
    color: gold;
    background-color: #4e9525;
}

@media (max-width:990px) {
    .module-content .container .content {
        max-width: 100%;
    }
}

@media (max-width:500px) {
    body {
        padding: 25px;
    }

    .module-content .card {
        width: 100%;
    }

    .module-content .content {
        padding: 25px;
    }
}
