@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --theme-color-1: #960000;
    --theme-color-2: #800080;
    --theme-color-3: #3c1b5b;
    --theme-color-4: #ffe1b9;
    --theme-color-5: #922a9d;
    --theme-color-6: #edd1ab;
}

body {
    font-family: 'Poppins', sans-serif;
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: visible;
    background-color: var(--theme-color-4);
}

a,
a:hover,
a:visited,
a:focus {
    text-decoration: none;
}
.bg-color-1{
background-color: var(--theme-color-6);
}
.btn-primary{background-color: var(--theme-color-3); border: 1px solid var(--theme-color-5);}
.btn-primary:hover{background-color: var(--theme-color-5); border: 1px solid var(--theme-color-3);}

header.navbar-light {
    background-image: url(../images/bg-header.jpg);
    border-bottom: 1px solid #c371c5;
}

.navbar-brand .logo-area img {
    height: 70px;
    width: 70px;
}

.navbar-brand .logo-title a {
    font-weight: 600;
    text-shadow: rgb(0 0 0 / 14%) 1px 2px 3px, rgb(0 0 0 / 4%) 0px 0px 0px, rgb(0 0 0 / 24%) 2px 2px 3px;
    color: #ffffff;
}

.navbar-brand .logo-title h3 {
    font-size: 20px;
}
.marquee-area {
    margin-top: 10px;
}
.marquee-area marquee{
color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    background-color: var(--theme-color-5);
    display: block;
    padding: 4px 20px;
}
.button-style-1 {
    margin-right: 10px;
}

.button-style-1 a {
    color: var(--theme-color-2);
    font-weight: 500;
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    padding: 5px 15px;
    transition: all 0.3s;
}

.button-style-1 a:hover {
    transition: all 0.3s;
    color: white;
    border: 1px solid white;
    background-color: var(--theme-color-2);
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: var(--theme-color-1) !important;
    border: 1px solid #fff !important;
}
main.container {
    min-height:calc(100vh - 169px);
}
.box-Button-style-wrapper.d-grid{ grid-template-columns: repeat(3, 1fr);}
.entry-link.d-grid {
    grid-template-columns: repeat(3, 1fr);
}
/* assidebar */
@media screen and (min-width: 992px) {

    .navbar .container-fluid,
    .navbar-expand-lg .navbar-collapse,
    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar {
        align-items: flex-start;
    }

    .navbar-brand {
        margin-left: 0.5rem;
    }
}

@media screen and (max-width:576px) {
    .box-Button-style-wrapper.d-grid, .entry-link.d-grid {
    grid-template-columns: repeat(1, 1fr);
}
    .box-Button-style-wrapper .col, .entry-link .col {
        flex: 0 0 100%!important;
    }
     .navbar-brand .logo-title h2{ font-size: 15px;}
    .navbar-brand .logo-title h3 {
    font-size: 14px;
}
.button-style-1 a {
    padding: 3px 9px;
}
.list-max-height {
    min-height: calc(65vh)!important;
    max-height: calc(65vh)!important;
}
}
@media screen and (max-width: 991px) {
    .aside-bar {
    padding: 0px 20px !important;
}
    a.navbar-brand.d-lg-none.d-md-none {
        display: block !important;
    }
    .menu-wrapper {
        width: 100%;
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between;
    }
    .box-style:before {
    background-size: 29% 70% !important;
    }

    .box-Button-style-wrapper .col, .entry-link .col {
        flex: 0 0 49%;
    }

    .menu-wrapper .sidebar-nav {
        margin-top: 10px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }
}

@media screen and (max-width: 992px) {
    .sidebar-content {
        min-height: auto !important;
        max-height: fit-content !important;
    }
    .login-bg-img{display: none;}
}

.aside-bar {
    background: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    padding-top: 0px;
}

.sidebar-content {
    min-height: calc(100vh - 200px);
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.right-asside-area {
    margin-top: 20px;
    margin-bottom: 20px;
}
.mt-20{  margin-top: 20px;}

.inner-main .aside-bar {
    position: sticky;
    position: -webkit-sticky;
    top: 5px;
}

.inner-main .sidebar-content {
    max-height: calc(100vh - 20px);
}

.sidebar-nav {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.navbar-expand-lg .navbar-nav,
.menu-wrapper {
    width: 100%;
}

.sidebar-nav li.active,
.sidebar-nav li:hover {
    background-color: #ffe1b9;
    border-radius: 5px;
}

.sidebar-nav li,
.nav-item.dropdown {
    position: relative;
    margin-bottom: 0px;
    display: block;
    padding-left: 15px;
    padding: 7.5px 10px;
    width: 100%;
    border-bottom: 1px dotted #dbdbdb;
}

.sidebar-nav .dropdown-menu[data-bs-popper] {
    right: 0;
    --bs-dropdown-border-color: rgb(205 77 10);
    background: #fffaf4;
}

.sidebar-nav .dropdown-menu[data-bs-popper] li a {
    padding: 0px;
}

.sidebar-nav .dropdown-item:focus,
.sidebar-nav .dropdown-item:hover {
    background-color: inherit;
}

.sidebar-nav .dropdown-menu[data-bs-popper] li a:hover {
    color: var(--theme-color-1);
}

.sidebar-nav li a {
    color: var(--theme-color-2);
    font-weight: 600;
    white-space: normal;
    display: block;
    width: 100%;
    position: relative;
}

.sidebar-nav li .dropdown-toggle::after {
    right: 5px;
    position: absolute;
    top: 10px;
}

.sidebar-nav li.active::before,
.sidebar-nav li:hover::before {
    content: '';
    position: absolute;
    height: 80%;
    width: 4px;
    left: -1px;
    top: 10%;
    background-color: var(--theme-color-2);
    border-radius: 5px 0 0 5px;
}

.theme-height {
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: calc(100vh - 147px);
    border-radius: 10px;
}

.theme-heding-style-1 {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    color: var(--theme-color-2);
}

.theme-heding-style-1::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0px;
    background-color: #0a43c5;
    width: 7px;
    height: 20px;
    margin: auto;
    border-radius: 2px;
}

.theme-heding-style-1::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: auto;
    left: 7px;
    width: 0;
    height: 0;
    margin: auto;
    border: 10px solid transparent;
    border-left: 10px solid #e752e7;
}

.theme-list-style-1 {
    padding-left: 20px;
}

.list-max-height {
    min-height: calc(66vh);
    max-height: calc(66vh);
    overflow-y: hidden;
    transition: all 0.4s ease-in;
}

.theme-list-style-1 li {
    position: relative;
    margin-bottom: 8px;
}

.theme-list-style-1:hover {
    overflow-y: auto;
}

.theme-list-style-1 li::before {
    content: '';
    position: absolute;
    top: 6px;
    left: -17px;
    width: 7px;
    height: 7px;
    background-color: var(--theme-color-2);
    transform: rotate(45deg);
}

.box-Button-style {
    background-color: #ffd49a;
    box-shadow: 0px 0px 0px 0.5px #b806b4;
    padding: 20px;
    border-radius: 20px;
    min-height: 200px;
    overflow: hidden;
    z-index: 1;
}
.h-370{min-height: 200px;}
.theme-list-style-1 {
    box-shadow: 0px 1px 2px 1px #00000018;
    padding: 20px 40px;
    border-radius: 20px;
}
.entry-link .box-Button-style:after {display: none;}
.box-Button-style:after {
    content: '';
    position: absolute;
    right: auto;
    left: -47px;
    bottom: -55px;
    height: 90px;
    width: 90px;
    margin: auto;
    background-color: var(--theme-color-5);
    border-radius: 100px;
    transition: all 0.5s ease-in;
    z-index: -1;
}

.box-Button-style:hover:after {
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    border-radius: 20px;
    z-index: -1;
    background-color: #f3c17d;
}
.box-Button-style a {
    color: #000;
        font-size: 18px;
}
.box-style {
    position: relative;
    z-index: 1;
}
.box-style:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background-position: bottom right;
    background-size: 38% 70%;
    background-repeat: no-repeat;
    opacity: 0.1;
    height: 100%;
    width: 100%;
}
.box-style-1:before {
    background-image: url('../images/complain.png');
}
.box-style-2:before {
    background-image: url('../images/instruction.png');
}
.box-style-3:before {
    background-image: url('../images/user.png');
}
.box-style-4:before {
    background-image: url('../images/existinguser.png');
}
.box-style-5:before {
    background-image: url('../images/armyman.png');
}
.box-style-6:before {
    background-image: url('../images/PMUAD.png');
}
.box-style-7:before {
    background-image: url('../images/grievance.png');
}
.footer-area {
    background: var(--theme-color-3);
    color: #ffffff !important;
}
/* inner page css */
.radio-box-wrapper .form-check {
    background: var(--theme-color-2);
    padding: 10px 15px 10px 35px;
    margin: 3px 5px;
    color: #fff;
    border-radius: var(--bs-border-radius-lg) !important;
        font-weight: 500;
}
.radio-box-wrapper .form-check-input:checked {
    background-color: #cb00c4;
    border-color: #ff62fa;
}
.radio-box-wrapper .form-check-input {
    width: 1.5em;
    height: 1.5em;
    margin-top: 0.1em;
        margin-right: 10px;

}
.app-bg-img.login{background-image: url(../images/login.png);}
.app-bg-img.forgot{background-image: url(../images/forgot.png);}
.bg-color-1.position-relative{z-index: 1;}
.app-bg-img {
width: 36%;
    height: 50%;
    background-size: contain;
    background-position: bottom;
    position: absolute;
    bottom: 0;
    top: auto;
    right: 0;
    background-repeat: no-repeat;
    z-index: -1;
}
.arrow-circle span {
    background-color: var(--theme-color-2);
    padding: 10px;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    bottom: 22px;
}
