﻿@font-face {
    font-family: 'nunitosans_7pt_semiexpanded-regular';
    src: url('../webfonts/nunitosans_7pt_semiexpanded-regular.ttf') format('truetype');
}
@font-face {
    font-family: 'inter_18pt-medium';
    src: url('../webfonts/inter_18pt-medium.ttf') format('truetype');
}
body {
    font-family: 'inter_18pt-medium' !important;
}

.common-wrapper {
    border-bottom: 1px solid #d4e7f9;
    background: linear-gradient(315deg, rgb(109, 174, 252), rgb(59 59 175));
    z-index: 10;
    border-top: 0px solid #d4e7f9;
}
.top-header {
    height: 31px;
}
.common-left {
    float: left;
    position: relative;
}
ul {
    list-style: none;
    padding-left: 0rem;
}
.common-left ul li {
    float: left;
    line-height: 132%;
    font-size: 65%;
    font-weight: 500;
    text-transform: uppercase;
    height: 36px;
    padding-top: 6px;
    padding-right: 8px;
}
.four_content .common-left ul li {
    padding-top: 1px;
    padding-right: 5px;
}
.common-left a {
    display: block;
    color: #fff !important;
    font-weight: 500;

}
.common-left ul li span {
    display: block;
    font-size: 98%;
}
.common-left ul li.gov-india {
    text-align: right;
}
.common-left ul li.ministry {
    padding-left: 8px;
    border-left: 1px solid #fff;
}
a {
    text-decoration: none;
    cursor: pointer!important;
}

.logo img {
    float: left;
    padding: 0px 8px 0 0px;
}
.logo {
    font-size: 150%;
    padding: 0px;
    margin: 0px;
    display: inline-block;
}
.custmprimbt:hover {
    background-color: #0040bf;
    color:#fff;
}

.logo a {
    text-align: left;
    border: 1px solid transparent;
    font-weight: 500;
    line-height: 6px;
}
    .logo span.department-title {
        padding-top: 0px;
        display: inline-block;
        padding-left: 6px;
        line-height: 24px;
    }
.sw-logo img {
    margin-top: 3px;
}
.sw-logo {
    float: right;
}
.logo a span {
    display: block;
    font-weight: 600;
    font-size: 85%;
    white-space: nowrap;
    color: #000;
}
.header-right {
    float: right;
}
.wrapper{padding:3px 0px;}

.card-body .fa-circle-user {
    font-size: 5rem;
    position: absolute;
    top: -45px;
    color: #2c34a7;
}
.custmprimbt {
    background-color: #1c64f2;color:#fff;
}
.form-control, .form-select {
    border: 1px solid #b1dafb !important;
    background-color: #fff;
}
.pc-item, .pc-head-link {
    cursor: pointer;
}
.notif{
    position: absolute;
    top: 18px;
    right: 24px;
}

[data-pc-theme=dark][data-pc-preset=preset-1] .header__logo {
    color: #fff !important;
}
 .alert-purple {
    color: #3e236e;
    background-color: #e1d8f1;
   border:1px solid #d1c4e9;
    --bs-alert-link-color: #321c58;
}
.table-card, .table-card .card-header  {
    background-color: #fff !important;
}
    .table-card .card-body .table > thead > tr > th {
        white-space: break-spaces;
    }
    .table td {
        font-size: 15px;
    }
.badge{font-size:15px!important;cursor:pointer;}
.nav-tabs .nav-link.active {
    background-color: #ffffff!important;
    border: 0px solid #fff;
}
.list-group-flush > .list-group-item {
    padding: 15px 0px;
}

.table > :not(caption) > * > * {
    background-color: #ffffff!important;
}













    @media (min-width: 300px) and (max-width: 480px) {
        .embImg img {
            width: 35px;
        }

        .embinner img {
            width: 255px;
            padding-right: 0px;
        }

        .logo a span {
            font-size: 37%;
        }

        .logo span.department-title {
            line-height: 12px;
            padding-left: 3px;
        }

        .sw-logo img {
            height: 40px;
        }

        .common-left ul li span {
            font-size: 66%;
        }

        .auth-main .auth-wrapper.v3 .auth-form {
            padding: 64px 20px 20px;
        }
        .profileimg {
            position: absolute;
            right: 0;
        }
    }


    @media (min-width: 481px) and (max-width: 768px) {

        .embImg img {
            width: 46px;
        }

        .embinner img {
            width: 255px;
            padding-right: 0px;
        }

        .sw-logo img {
            height: 60px;
        }

        .logo a span {
            font-size: 47%;
        }

        .logo span.department-title {
            line-height: 16px;
        }

        .auth-main .auth-wrapper.v3 .auth-form {
            padding: 64px 20px 20px;
        }
        .profileimg {
            position: absolute;
            right: 2%;
        }
    }


    @media (min-width: 769px) and (max-width: 1024px) {

        .embImg img {
            width: 54px;
        }

        .sw-logo img {
            height: 78px;
        }

        .embinner img {
            width: 255px;
            padding-right: 0px;
        }
        .profileimg {
            position: absolute;
            right: 4%;
        }
    }


    @media (min-width: 1025px) and (max-width: 1200px) {
        .embImg img {
            width: 54px;
        }

        .sw-logo img {
            height: 78px;
        }

        .embinner img {
            width: 260px;
            padding-right: 0px;
        }
        .profileimg {
            position: absolute;
            right: 5%;
        }
    }





    @media (min-width: 1201px) and (max-width: 1400px) {

        .embImg img {
            width: 54px;
        }

        .sw-logo img {
            height: 78px;
        }

        .embinner img {
            width: 260px;
            padding-right: 10px;
        }
        .profileimg {
            position: absolute;
            right: 7%;
        }
    }




    @media only screen and (min-width: 1401px) {

        .embImg img {
            width: 54px;
        }

        .sw-logo img {
            height: 78px;
        }

        .embinner img {
            width: 260px;
            padding-right: 10px;
        }
        .profileimg {
            position: absolute;
            right: 7%;
        }
    }