@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;500;600&display=swap');

body, html {
    height: 100%;
}

.form-control:focus {
    outline: 0 !important;
    border-color: initial;
    box-shadow: none;
}

body {
    font-family: 'Poppins', sans-serif;
    background-image: url("../image/pcpndt_bg_3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-area {
    /*  background-image: url("../image/bg.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
    padding: 20px 0 0 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.cm-image-wrap img {
    width: 80%;
}

.log-in-box-title span {
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 20px;
    color: #1f84d6;
    font-weight: 500;
}

.login-form-wrap {
    /*padding: 20px;*/
}

.log-title {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    line-height: 30px;
}

.log-sub-title {
    color: #fff;
    font-size: 33px;
    font-weight: 200;
    margin: 0;
    padding: 0;
}

.log-in-box {
    background: #fff;
    border-radius: 10px;
    padding: 0px;
    width: 350px !important;
}

    .log-in-box .form-control {
        height: 35px;
        font-weight: 200;
    }

.log-in-box-title {
    border-bottom: 1px solid #3c94db;
    padding: 20px 0;
    -webkit-box-shadow: 0 3px 2px -2px #c7e4ff;
    -moz-box-shadow: 0 3px 2px -2px #c7e4ff;
    box-shadow: 0 3px 2px -2px #c7e4ff;
}

.form-area {
    padding: 20px;
}
.custable {
            font-size: 14px;
        }
        .req {
            color: red !important;
            font-size: 14px !important;
        }

        .cusModal-header {
            padding: 5px 15px 5px 15px;
        }

        .bg-seaGreen {
            background-color: #2BAE66FF;
            color: white;
        }

        .bg-cusBlue {
            background-color: #0063B2FF;
            color: white;
        }

        .bg-lightInfo {
            background-color: #0dcaf040;
        }

        .form-floating > .form-control {
            font-size: smaller;
            border-top: none !important;
            border-left: none !important;
            border-right: none !important;
            border-bottom: 2px solid gray;
        }

        .form-floating > .form-select {
            font-size: smaller;
            border-top: none !important;
            border-left: none !important;
            border-right: none !important;
            border-bottom: 2px solid gray;
        }

        .form-select {
            font-size: smaller !important;
        }

        .form-control {
            font-size: 12px !important;
        }

        .input-group-text {
            font-size: 10px !important;
        }

        .form-floating > label {
            font-size: smaller;
            color: darkblue;
            font-weight: 500;
        }

        .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
            opacity: 1;
            /*transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);*/
        }

        div.is-invalid {
            color: indianred;
            font-size: x-small;
            font-weight: bold;
        }

        .custable thead {
            background-color: #0063B2FF;
            color: white;
            font-size: 12px;
            font-weight: 500;
            font-family: Calibri;
            text-align: center;
            vertical-align: middle;
        }

            .custable thead td {
                padding: 5px 5px 2px 2px !important;
            }

        .odd {
            font-weight: 400;
        }

        .even {
            font-weight: 400;
        }

        .custable tbody td {
            padding: 1px 1px 1px 1px !important;
            margin: 0 !important;
            border-color: #0063B2FF;
            font-size: 11px;
            text-align: center;
            vertical-align: middle;
        }

        .table {
            font-size: 11px;
        }

        .sb-sidenav-menu {
            font-size: small !important;
        }

        .navbar-brand {
            font-size: medium !important;
        }

        .btn {
            font-size: 11px !important;
        }

        .paginate_button {
            font-size: 11px !important;
        }

        .dataTables_info {
            font-size: 11px !important;
        }

        .cusCard-header {
            padding: 1px 1px 1px 1px;
            margin: 0;
            font-weight: 500;
            font-size: small;
        }

        label {
            font-weight: 400;
            font-size: 12px;
        }

        .spanAsLabel {
            font-weight: 400;
            font-size: 11px;
        }

        .ensuretitle {
            background: #fff;
            display: inline-block;
            padding: 4px;
            color: #0f5d33;
        }

        .logo-img {
            height: 85vh;
        }
        .dropdown-item{
            font-weight: 300;
            font-size: 14px;
        }
        .nav-link{
            font-size: 14px;
        }
    .btn-success {
  color: #fff;
  background-color: #29724b;
  border-color:#29724b;
}    
     .btn-primary {
  color: #fff;
  background-color: #c90000;
  border-color:
#c90000;
  border-radius:50%;
  font-weight: bold;
  padding:5px 11px;
  position: absolute;
  top: -8px;
  right: -8px;
}   
        
.btn-blue {
  background:#0f89a7;
  color: #fff;
  text-transform: uppercase;
  padding:8px;
  font-weight: bold;
  font-size: 15px !important;
}
.btn-blue:hover {background:#000;
  color: #fff;}
.card-body h3{background: #0d5c31;color: #fff;
  padding:5px 50px 5px 10px;display: inline;
  font-size: 13px;
  margin-bottom: 0px !important;
  line-height: 20px;
  border-radius:0px 25px 25px 0px;
  font-weight: 600;}
.news-area {
    background: #29724b;
    padding: 0;
    border-top: 5px solid #3c9a68;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.new-box {
    padding: 0 20px;
}

    .new-box ul li span {
        animation: blinker 1s linear infinite;
        background: #d82221;
        font-weight: 200;
        padding: 0 5px;
        font-size: 14px;
        color: #fff;
        margin: 0 10px;
    }

    .new-box ul li a {
        color: #fff;
        font-size: 14px;
    }

    .new-box ul li {
        position: relative;
        margin: 0;
        list-style: none;
        display: inline-block;
        font-weight: 200;
        padding: 10px 20px 0 20px;
    }

    .new-box ul {
        margin: 0;
        padding: 0;
    }

        .new-box ul li::after {
            position: absolute;
            left: 0;
            top: 11px;
            content: "|";
            height: 20px;
            width: 20px;
            color: #fff;
            margin-right: 20px;
            display: inline-block;
            /* font-size: 22px; */
        }

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.latest-news-wrap {
    background: #0f5d33;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    font-size: 18px;
}

    .latest-news-wrap:after {
        content: "";
        position: absolute;
        border-width: 10px 10px 0;
        border-style: solid;
        border-color: #0f5d33 transparent;
        display: block;
        width: 0;
        top: 40%;
        left: 98%;
        -ms-transform: translate(-98%, -50%);
        transform: translate(-98%, -50%);
        -ms-transform: rotate(270deg); /* IE 9 */
        transform: rotate(270deg);
    }

.cm-image-wrap {
    position: relative;
    text-align: right;
}

.mt-20 {
    margin-top: 20px;
}

div.is-invalid {
    color: indianred;
    font-size: x-small;
    font-weight: bold;
}

.desktop-language-change {
    position: absolute;
    right: 10px;
    top: 3px;
}

.mobile-language-change {
    display: none;
    position: absolute;
    right: 70px;
    top: 17px;
    font-size: 13px;
    color: #1f84d6;
}

    .mobile-language-change a {
        position: relative;
        padding: 0 3px;
    }

        .mobile-language-change a::after {
            position: absolute;
            left: 21px;
            top: 0px;
            content: "|";
            height: 20px;
            width: 20px;
            color: #3f81bc;
            margin-right: 20px;
            display: inline-block;
        }

        .mobile-language-change a:last-child:after {
            display: none;
        }
