﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "DM Sans", sans-serif !important;
    background-color: #fff;
}

div:after {
    content: '';
    display: block;
    clear: both;
}

.pwd-navbar {
    padding: 0 !important;
    line-height: 24px;
    color: #000 !important;
}

    .pwd-navbar a {
        color: #000 !important;
    }

.dropdown-item {
    color: #000 !important;
    padding: 10px 10px !important;
    line-height: 1.2 !important;
}

.dropdown-menu.show {
    border: 0 !important;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.04);
    padding: 0 !important;
}

.pwd-preheader button.dropdown-toggle {
    padding: 0 20px;
    border: 0 !important;
}

.pwd-preheader {
    background-color: #00215b;
    height: 40px;
    line-height: 40px;
}

    .pwd-preheader a {
        text-decoration: none !important;
        color: #fff;
    }

.pwd-header {
    padding: 5px !important;
    background-color: #fff;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.04);
    z-index: 1;
    position: relative;
}

    .pwd-header .navbar {
        padding: 0 !important;
    }

.pwd-logo img {
    width: 300px;
}

.pwd-banner {
    height: 300px;
    /*background-image: url('../images/pwdbanner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
}
   .carousel-item img {
      object-fit: cover;
      height: 271px;
      width: 100%;
    }
   .carousel {
  position: relative;

}
    @media (max-width: 768px) {
      .carousel-item img {
        height: 271px;
      }
    }
.pwd-important {
    margin-top: -50px;
    padding-bottom: 50px;
    box-shadow: 26px 18px 81px 0px rgba(225, 225, 225, 0.48);
    position:relative;
}

.yellow-box {
    background: #ffc03d;
    padding: 40px;
}

    .yellow-box h4 {
        font-size: 30px;
    }

.white-box {
    background-color: #fff;
    height: 100%;
    box-shadow: 26px 18px 81px 0px rgba(225, 225, 225, 0.48);
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* or center */
}

.countsbox {
    flex: 0 0 50%; /* two per row */
    box-sizing: border-box;
    border-radius: 0;
    
    padding:10px 12px !important;
    height: 180px;

}

    .countsbox span {
        font-size: 40px;
        font-weight: 900;
        margin-bottom: 20px;
    }

    .countsbox p {
        font-size: 18px;
    }
    .countsbox img {
        height:120px;
        
    }
    .countsbox {
        text-align:center;
    }
     .countsbox h4 {
         font-size:17px;
         margin:0;
     }
          .countsbox p {
         font-size:11px;margin:0;
     }
.section {
    padding: 40px 0 0;
}

.section-about {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.aboutpwd-mponline ul {
    margin: 0 0 20px 0 !important;
    padding: 0 0 0 20px;
}

    .aboutpwd-mponline ul li {
        list-style: none;
    }

        .aboutpwd-mponline ul li img {
            display: inline-block;
            height: 20px;
        }

.apartmentBuilding {
    position: relative;
    width: 35%;
    height: 100%;
}

.apartmentBuilding-img {
    position: absolute;
    left: -76px;
    top: -81px;
    width: 100%;
    height: 700px;
}

.aboutpwd-mponline {
    padding: 40px 40px 40px 32%;
}

    .aboutpwd-mponline h1 {
        font-size: 40px;
        font-weight: 900;
    }
/* Features */
.section-features {
    position: relative;
    z-index: 0;
    background-color: #e0edff;
    padding: 50px 0;
}

    .section-features:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-image: url('../images/architect.jpg');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        opacity: .1;
    }

.featuresbox {
    background-color: #00215b;
    border-radius: 20px;
    flex: 0 0 25%; /* two per row */
    margin-bottom: 20px;
}

.features-pwdMponline {
    padding: 20px;
}

.featuresbox {
    height: 300px;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 0;
}

    .featuresbox:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        background: rgba(8, 9, 12, 0.58);
        width: 100%;
        height: 100%;
        border-radius: 20px;
    }

.featuresbox-content {
    /*position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;*/
    color: #fff;
    padding: 30px 15px;
    max-height: 100%;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    transition: max-height 0.5s ease, padding 0.3s ease;
    z-index: 2;
}

.featuresbox:hover .featuresbox-content {
    max-height: 100%;
}

.featuresbox-content ul {
    margin: 0 0 0 20px;
    padding: 0;
}

    .featuresbox-content ul li {
        font-size: 16px;
    }

.featuresbox-content h3 {
    font-size: 25px;
}

.section-features h2 {
    font-size: 40px;
    font-weight: 900;
    text-align: center;
}

.section-features p {
    text-align: center;
    margin-bottom: 20px;
}
/* Recent works */
.section-recent-work .d-flex {
    display: flex;
    padding: 0px 0 40px 0;
}

.section-recent-work .headsemi {
    text-align: center;
    display: block;
    color: #ffc03d;
}

.section-recent-work h2 {
    font-size: 40px;
    font-weight: 900;
    text-align: center;
}

.section-recent-work p {
    text-align: center;
    margin-bottom: 20px;
}

.recentimages {
    width: 25%;
    overflow: hidden;
    flex-shrink: 0; /* Prevent shrinking */
    position: relative;
    z-index: 0;
}

    .recentimages:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-color: #00215bf;
    }

    .recentimages img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }

    .recentimages span {
        color: #fff;
    }

.recent-row {
    padding: 10px 40px;
}

.viewrecent {
    padding: 10px 20px;
    color: #fff;
    border-radius: 0;
    background-color: #ffc03d;
    text-decoration: none !important;
    display: block;
}

.recentimages img {
    transition: transform 0.3s ease;
    display: block;
    width: 100%; /* Optional: ensures image fills the container */
}

.recentimages:hover img {
    transform: scale(1.1);
}

.absolute-titleBox {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    padding: 10px;
    text-align: center;
}

    .absolute-titleBox h4 {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
    }
/* Contact us */
.contact-us-section .headsemi {
    text-align: center;
    display: block;
    color: #ffc03d;
}

.contact-us-section h2 {
    font-size: 40px;
    font-weight: 900;
    text-align: center;
}

.aboutpwd-mponline .headsemi {
    text-align: left;
    display: block;
    color: #ffc03d;
}
/* Footer */
.footer-pwd {
    background-color: #00215b;
    padding: 5px 0;
}

.footer-pwd {
    color: #fff;
    font-weight: 500;
    text-align: center;
}
/* Marquee */
.marquee-container {
    height: 182px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.marquee-content {
    display: inline-block;
    position: absolute;
    width: 100%;
    animation: scroll-up 10s linear infinite;
}

@keyframes scroll-up {
    0% {
        top: 100%;
    }

    100% {
        top: -100%;
    }
}

.marquee-item {
    padding: 10px 0;
    text-align: left;
    font-size: 14px;
}

.marquee-container:hover .marquee-content {
    animation-play-state: paused;
}

.readmore {
    padding: 10px 20px;
    color: #fff;
    border-radius: 0;
    background-color: #00215b;
    text-decoration: none !important;
}

.contact-column {
    padding: 40px;
    background-color: #00215B;
    height: 100%;
}

    .contact-column h5 {
        color: #fff;
        font-weight: 700;
        font-size: 25px;
    }

    .contact-column p {
        text-align: left !important;
        margin: 0 0 5px;
        color: #fff;
    }

.contact-column-right {
    padding: 40px;
    background-color: #fff;
}

.Conttable {
    width: 100%;
    border-collapse: collapse;
}

    .Conttable th {
        padding: 8px;
    }

    .Conttable td {
        padding: 5px;
        text-align: left !important;
        font-size: 14px;
    }

.headsummary {
    text-align: center;
    margin-bottom: 20px;
}

.contact-column-right {
    box-shadow: 26px 18px 81px 0px rgba(225, 225, 225, 0.48);
}

    .contact-column-right p {
        text-align: left !important;
        margin: 0 0 5px;
    }
/* login Screen */
.pwd-wrapper {
    min-height: 100vh;
    height: 100%; margin-top:20px;
}

.loginbg {
    background-image: url('../images/pwdlogin.jpg');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 100vh;
    background-position: center;
    background-size: cover;
    padding: 40px 0 0 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

    .loginbg::before {
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0,0,0,0.09);
        width: 100%;
        padding: 32px;
        backdrop-filter: blur(15px);
        z-index: -1;
    }

.login-box {
    height: 100%;
    background-color: #fff;
    border-radius: 0 10px 10px 0;
    padding:30px;
}
.forgotpass-instructions {
    height: 100%;
    background-color: #fff;
    border-radius: 10px 0 0 10px;
    padding: 30px;
    border-right:1px solid #ddd;
}
    .forgotpass-instructions h2 {
        font-size:1.2rem;
    }
    .forgotpass-instructions ul {
        margin:0;padding:0 0 0 20px !important;
    }
    .forgotpass-instructions ul li {
        font-size:13px;
    }
    .loginwrapper h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }

.login-box input[type="text"], .login-box input[type="password"], .login-box select {
    width: 100%;
    margin-bottom: 20px;
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.login_input {
    max-width: 100%;
    margin-bottom: 20px;
}

.login-box .submit_btn {
    width: 100%;
    padding: 9px;
    background: #7baafc;
    border-radius: 4px;
    border: 0 !important;
}

    .login-box .submit_btn:hover {
        background-color: #00215b;
        color: #fff;
    }

.login-box input::placeholder {
    font-size: 14px;
}

.captcha-col {
}

    .captcha-col img {
        height: 38px;
    }

.loginInstruction {
    background-color: #fff;
    height: 100%;
    background-color: #fff;
    border-radius: 10px 0 0 10px;
    background-image: url('../images/loginbox.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

    .loginInstruction::before {
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: #000;
        width: 100%;
        padding: 32px;
        opacity: .6;
        z-index: -1;
        border-radius: 10px 0 0 10px;
    }

.importantlogin {
    padding: 40px;
}

.loginwrapper {
    width: 60%;
    margin: 0 auto;
}

.loginInstruction a {
    font-size: 13px;
    color: #fff;
}

.loginInstruction h1 {
    color: #fff;
}

.loginInstruction p {
    padding: 10px 0;
    font-size: 13px;
    text-align: justify;
    color: #fff;
}
.loginoptions {
    padding:10px 0 0 0;
}
.loginoptions a {
    font-size:13px;
    display:block;
}
.marquee-container-login {
width: 58%;
  overflow: hidden;
  background-color: #ffffffde;
  padding: 10px 0;
  margin: 4px auto;
  border-radius: 20px;
    }

    .marquee-text {
      display: inline-block;
      white-space: nowrap;
      animation: scroll-left 50s linear infinite;
      font-size: 15px;
      font-weight: bold;
      color: #000;
      padding-left: 100%;
    }

    .marquee-container:hover .marquee-text {
      animation-play-state: paused;
    }

    @keyframes scroll-left {
      0% {
        transform: translateX(0%);
      }
      100% {
        transform: translateX(-100%);
      }
    }
.container-innerHome {
    width: 90%;
    min-height: 550px;
    margin: 0 auto;
    height: 100%;
}

.pwdnewtable{
    width: 100%;
    border-collapse: collapse;
}

    .pwdnewtable th {
        padding:10px;
        border: #ddd 1px solid;
        color: #000;font-weight:600;
        text-align: left;
        background-color: #f6f6f6;vertical-align:middle;
        font-size: 15px !important;
    }

    .pwdnewtable td {
        padding:5px;
        border: #ddd 1px solid;
        text-align: left;
        vertical-align:middle;
        font-weight:500;
        font-size:14px;
    }
    /* provide some minimal visual accomodation for IE8 and below */

    .pwdnewtable tr{
        background: #fafafa;
    }
        /*  Define the background color for all the ODD background rows  */

        .pwdnewtable tr:nth-child(odd) {
   background: #fff;
        }
        /*  Define the background color for all the EVEN background rows  */

        .pwdnewtable tr:nth-child(even) {
         background: #41454d03;
        }

    .pwdnewtable4 td {
        width: 25%;
    }

    .pwdnewtable5 td {
        width: 20%;
    }

.span-font-small {
    font-size: 12px !important;
}
 
.pwdnewtable input:hover{
    border-radius: 5px;
}


.pwdnewtable input[type="password"], .pwdnewtable input[type="text"], .pwdnewtable input[type="email"],
.pwdnewtable input[type="number"], .pwdnewtable textarea, .pwdnewtable select {
    width: 100%;
    border: 1px solid #ddd;
    padding:6px ;
    background-color:transparent;
    border-radius:5px;
}
.pwdnewtable input[type="radio"], .pwdnewtable input[type="checkbox"] {
margin-right: 3px;
  vertical-align: middle;
}
.pwdnewtable input[type="password"]:hover, .pwdnewtable input[type="text"]:hover, .pwdnewtable input[type="email"]:hover,
.pwdnewtable input[type="number"]:hover, .pwdnewtable textarea:hover, .pwdnewtable select:hover,
.pwdnewtable input[type="password"]:focus, .pwdnewtable input[type="text"]:focus, .pwdnewtable input[type="email"]:focus,
.pwdnewtable input[type="number"]:focus, .pwdnewtable textarea:focus, .pwdnewtable select:focus {
   
    outline:none !important;
    box-shadow:0 0 4px #ddd !important;
}
.mendatory {
    color:red;
    font-size:12px;
}
.input-btn {
  
  border:0 !important;
background-color: #00215B;
  border-radius: 5px 5px;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
}
.input-btn:hover {
    background-color: #0F54CB;
}
.pwdnewtable5 td a {
    color: #007dfe;
}

    .pwdnewtable5 td a:hover {
        text-decoration: underline;
    }

.btn_dv {
    margin: 10px 0 10px 0;
    padding: 10px;
    text-align: center;
}

.btn {
    background-color: #18ABD2;
    border: none;
    padding: 5px 21px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
}

    .btn:hover,
    .btn:active {
        background-color: #007cb6;
        cursor: pointer;
    }

.btn-disabled {
    background-color: #ddd;
    border: none;
    padding: 5px 21px;
    color: #eee;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px 5px;
}

/* Inner pages */
.page-title {
    background-image: url('../images/innerpage-banner.jpg');
    background-color: #fff;
    padding: 47px 0;
    margin-bottom: 10px;
    font-size: 15px !important;
    -webkit-box-shadow: 0 0 20px rgba(89, 102, 122, 0.1) !important;
    box-shadow: 0 0 20px rgba(89, 102, 122, 0.1) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 0;
    text-align: center;
}

    .page-title:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        opacity: .8;
        background: #212c3f;
        z-index: -1;
    }

    .page-title h2 {
        font-size: 30px !important;
        font-weight: 300;
        color: #fff;
        margin: 0 !important;
        padding: 0 !important;
    }

.breadcrumb {
    display: flex;
    justify-content: center;
    color: #fff;
    background-color: transparent !important;
}

    .breadcrumb li a {
        color: #fff;
    }

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    color: #fff !important;
}

.mpo-logo {
    height: 55px;
    float: right;
}

.pwd-logo {
    width: 270px;
    float: left;
}

.form-container {
    width: 90%;
    min-height: 550px;
    margin: 0 auto;
}

.grdtable th {
    font-size: 15px !important;
    background: #e3ebff54 !important;
    color: #000 !important;
}

.grdtable td {
    font-size: 14px !important;
}
.notfound {
    max-width: 520px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
    margin: 0 auto;padding: 40px 0;
}

    .notfound .notfound-404 {
        position: relative;
        height: 240px;
    }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-size: 252px;
            font-weight: 900;
            margin: 0px;
            color: #b4904a;
            text-transform: uppercase;
            letter-spacing: -40px;
            margin-left: -20px;
        }

            .notfound .notfound-404 h1 > span {
                text-shadow: -8px 0px 0px #fff;
            }

        .notfound .notfound-404 h3 {
            position: relative;
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            color: #262626;
            margin: 0px;
            letter-spacing: 3px;
            padding-left: 6px;
        }

    .notfound h2 {
        font-family: 'Cabin', sans-serif;
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
        color: #000;
        margin-top: 0px;
        margin-bottom: 25px;
    }
    .page-container {
    padding: 40px 0;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
}
    .page-container h3 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 10px;
}
    .imageIcon {
  height: 420px;
}
    .page-container .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
@media only screen and (max-width: 767px) {
    .notfound .notfound-404 {
        height: 200px;
    }

        .notfound .notfound-404 h1 {
            font-size: 200px;
        }

    .countsbox {
        flex: 0 0 50%; /* two per row */
        box-sizing: border-box;
        border-radius: 0;
        padding: 10px 12px !important;
        height: auto;
    }
}

@media only screen and (max-width: 480px) {
    .notfound .notfound-404 {
        height: 162px;
    }

        .notfound .notfound-404 h1 {
            font-size: 162px;
            height: 150px;
            line-height: 162px;
        }

    .notfound h2 {
        font-size: 16px;
    }
}

/* Mobile-specific dropdown positioning */
@media (max-width: 991.98px) {
    .navbar .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: auto;
        z-index: 1050;
        margin-top: 0;
    }
   /* .mpo-logo {display:none;}*/
    .loginInstruction{display:none;}
    .loginwrapper{width:100%;}
}

@media (max-width: 575.98px) {
    .pwd-logo img {
        max-width: 100%;
    }

    .apartmentBuilding {
        position: relative;
        width: 100%;
        height: 300px;
    }

    .apartmentBuilding-img {
        position: static;
        object-fit: cover;
        height: 100%;
    }

    .aboutpwd-mponline {
        padding: 20px;
    }

    .white-box .d-flex {
        display: block !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    /* Styles for small devices (phones) */
    .pwd-important .container {
        max-width: 100% !important;
    }

    .apartmentBuilding {
        position: relative;
        width: 100%;
        height: 300px;
    }

    .apartmentBuilding-img {
        position: static;
    }

    .aboutpwd-mponline {
        padding: 20px;
    }

    .apartmentBuilding-img {
        position: static;
        object-fit: cover;
        height: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* Styles for medium devices (tablets) */
    .pwd-important .container {
        max-width: 100% !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* Styles for large devices (desktops) */
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    /* Styles for extra large screens */
}

@media (min-width: 1400px) {
    /* Styles for very large screens */
}

@media (orientation: landscape) {
    /* Styles for landscape mode */
}

/*************** Message board classes **********/
.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px left;
    text-align: left;
    font: 13px Tahoma,sans-serif;
}

.SuccessInfo {
    border: 1px solid #b0c291;
    margin: 5px 0px;
    padding: 5px 5px 5px 5px;
    background-repeat: no-repeat;
    text-align: left;
    font: 12px Tahoma,sans-serif;
    font-weight: bold;
    color: #275420;
    background-color: #eff9e3;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    /*background-image: url( '/Quick Links/FDA/Images/info.png' );*/
}

.success {
    color: #000000;
    background-color: #c1d6fd;
    /*background-image: url( '/Quick Links/FDA/Images/success.png' );*/
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    /*background-image: url( '/Quick Links/FDA/Images/warning.png' );*/
}

.error {
    color: #D8000C;
    background-color: #f2d7d7;
    /*background-image: url( '/Quick Links/FDA/Images/validation.png' );*/
}

.validation {
    color: #D63301;
    background-color: #f2d7d7;
    /*background-image: url( '/Quick Links/FDA/Images/validation.png' );*/ 
    border-color: #DF8F8F;     background: #FFD7D7;

     
}
 .scroll-box {
      overflow-y: scroll;
      padding: 10px;
    }

    /* Slim vertical scrollbar */
    .scroll-box::-webkit-scrollbar {
      width: 6px; /* Slim width */
    }

    .scroll-box::-webkit-scrollbar-track {
      background: #f1f1f1; 
    }

    .scroll-box::-webkit-scrollbar-thumb {
      background-color: #888;
      border-radius: 10px;
    }

    .scroll-box::-webkit-scrollbar-thumb:hover {
      background: #555;
    }

    /* Optional: for Firefox using scrollbar-width */
    .scroll-box {
     scrollbar-width: thin;
     scrollbar-color: #fff #2e282857;
    }
    .featuresbox-content ul li a {
        color:#fff; text-decoration:underline !important;font-size:14px;
    }
    .featuresbox-content ul li a:hover {
        color:#7baafc;

    }

body {
}

.ah-quick-active-card {
    padding: 30px 16px;
    text-align: center;
    height: calc(100% - 20px);
    width: 100%;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 10px;
    transition: .3s all ease;
    border: 1px solid #e3e3e3;
    font-size: 18px;
    font-weight: 600;
}

.cardInner {
    display: flex;
}

.countNumbers {
    font-size: 34px !important;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1.3;
}

.ah-quick-active-card:hover {
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.ah-quick-active-card-icon img {
    height: 22px;
    display: block;
    margin: 0 auto;
}

.ah-quick-active-card-icon {
    height: 2.875rem;
    width: 2.875rem;
    border-radius: 50%;
    background-color: rgba(239, 242, 247, 1);
    text-align: center;
    margin-right: .66667rem;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ah-quick-active-card-text {
    padding: 20px 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: left;
}

.server-block {
    position: fixed;
    bottom: 0;
    width: 200px;
    right: 20px;
    /* float: left; */
    color: #000000;
    text-align: center;
    /* height: 47px; */
    background-color: #ffee74;
    z-index: 9;
    padding:8px;
}
@media print {
    body * {
        visibility: hidden !important;
    }

    #dvContents, #dvContents * {
        visibility: visible !important;
    }

    #dvContents {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
}