@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;700&display=swap');
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

a,
a:link,
a:visited,
a:active,
a:hover,
button,
input,
select,
textarea,
i {
    text-decoration: none;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

input,
select,
textarea {
    width: 100%;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

input[type="radio"],
input[type="checkbox"] {
    width: auto;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    outline-offset: 0;
}

img {
    max-width: 100%;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.log-sign {
    padding: 70px 0px;
}

.log-sign .box {
    background-color: #FFFFFF;
    box-shadow: 0px 8px 13px #00000029;
    border-radius: 10px;
}

.log-sign .box .row {
    margin-right: 0px;
    margin-left: 0px;
}

.log-sign .box .left-box {
    padding: 35px 50px;
}

.log-sign .box .img-text img {
    margin-bottom: 26px;
    width: 112px;
}

.log-sign .box .img-text h2 {
    color: #262626;
    font-size: 33px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 28px;
}

.log-sign .box form .form-group label {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.28px;
    color: #262626;
    margin-bottom: 5px;
}

.log-sign .box form .form-group .form-control {
    padding: 15px;
    height: auto;
    color: #26262666;
    font-size: 15px;
    line-height: 23px;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
}

.log-sign .box form .form-group .form-control:focus {
    color: #262626;
    border-color: #16a975;
    transition: all 500ms ease-in-out;
}

.log-sign .box form .form-group .input-group {
    position: relative;
    z-index: 1;
}

.log-sign .box form .form-group .input-group-addon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.log-sign .box form .form-group .input-group-addon a i {
    color: #8e8e8e;
    font-size: 18px;
}

.log-sign .box .form-check {
    position: relative;
    margin-bottom: 25px;
}

.log-sign .box .form-check .form-check-label {
    margin-left: 15px;
    color: #26262699;
}

.log-sign .box .form-check .form-check-label .form-check-input {
    width: 0px;
    transition: none;
}

.log-sign .box .form-check .form-check-input[type="checkbox"]:checked::before {
    position: absolute;
    top: -5px;
    left: -12px;
    width: 20px;
    height: 20px;
    content: "\f00c";
    font-family: 'FontAwesome';
    background-color: #efefef;
    color: #01B88E;
    font-size: 28px;
}

.log-sign .box .form-check .form-check-input[type="checkbox"]:not(:checked)::after {
    position: absolute;
    top: -5px;
    left: -12px;
    width: 20px;
    height: 20px;
    content: "";
    background-color: #efefef;
    color: #01B88E;
}

.log-sign .box form .log-btn input {
    border: 2px solid transparent;
    border-radius: 5px;
    background-color: #01B88E;
    color: #FFFFFF;
    padding: 13px;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 15px;
}

.log-sign .box form .log-btn input:hover {
    border-color: #16367E;
    background-color: transparent;
    color: #16367E;
}

.log-sign .box form .forg-btn {
    text-align: center;
    margin-bottom: 25px;
}

.log-sign .box form .forg-btn a {
    font-size: 14px;
    font-weight: 500;
    color: #262626;
    line-height: 21px;
}

.log-sign .box .payment {
    text-align: center;
}

.log-sign .box .payment .btn-pay {
    line-height: 19px;
    color: #16367E;
    font-size: 16px;
    font-weight: 500;
}

.log-sign .box .payment .btn-pay i {
    padding: 6px 10px;
    background-color: #16367E;
    color: #FFFFFF;
    font-size: 20px;
    border-radius: 5px;
    margin-right: 10px;
}

.log-sign .box .payment .btn-pay:hover {
    color: #16B87F;
}

.log-sign .box .payment .btn-pay:hover i {
    background-color: #16B87F;
}

.log-sign .box .right-box {
    background-color: #DDF6F5;
    padding: 70px 21px;
    text-align: center;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.log-sign .box .right-box p {
    color: #262626;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 6px;
}

.log-sign .box .right-box h2 {
    color: #16B87F;
    font-size: 32px;
    line-height: 48px;
    font-weight: bold;
    margin-bottom: 50px;
}

.log-sign .box .sign-left-box {
    padding: 32px 50px;
}

.log-sign .box .log {
    text-align: center;
}

.log-sign .box .log a {
    padding: 13px 70px;
    background-color: transparent;
    color: #273072;
    border: 2px solid #273072;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    display: inline-block;
    margin-top: 15px;
}

.log-sign .box .log a:hover {
    color: #FFFFFF;
    background-color: #273072;
}

.log-sign .box form .sign-btn input {
    border: 2px solid transparent;
    border-radius: 5px;
    background-color: #01B88E;
    color: #FFFFFF;
    padding: 13px;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 15px;
    margin-top: 25px;
}

.log-sign .box form .sign-btn input:hover {
    border-color: #01B88E;
    background-color: transparent;
    color: #01B88E;
}

.log-sign .box .sign-right-box {
    background-color: #DDF6F5;
    padding: 70px 21px;
    text-align: center;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.log-sign .box .sign-right-box p {
    color: #262626;
    font-size: 16px;
    list-style: 25px;
    margin-bottom: 6px;
}

.log-sign .box .sign-right-box h2 {
    color: #01B88E;
    font-size: 32px;
    line-height: 48px;
    font-weight: bold;
    margin-bottom: 50px;
}

.log-sign .box .sign-right-box img {
    width: 100%;
}

.sig-hid {
    position: absolute;
}

.admin {
    padding: 25px 50px 25px 35px;
    position: relative;
    z-index: 5;
}

.admin .left-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.admin .logo {
    margin-right: 20px;
}

.admin .logo .sow {
    width: 112px;
    opacity: 1;
    transition: opacity 300ms ease-in-out;
}

.admin .smal .sow,
.admin .logo .hde {
    display: none;
    opacity: 0;
}

.admin .smal .hde {
    width: 44px;
    display: block;
    opacity: 1;
    transition: opacity 300ms ease-in-out;
}

.admin .smal {
    justify-content: flex-start;
}

.padd {
    padding-left: 0px;
}

.admin .bar {
    margin-right: 115px;
}

.admin .bar .bar-btn {
    display: inline-block;
    background-color: transparent;
    border: 0px;
    padding: 0px;
}

.admin .bar .normal {
    width: 34px;
    height: 2px;
    background-color: #ffffff;
    display: block;
    margin-bottom: 5px;
}

.admin .bar .small {
    width: 24px;
    height: 2px;
    background-color: #ffffff;
    display: block;
}

.admin .navbar {
    padding: 0px;
}

.admin .navbar .navbar-nav .nav-item .nav-link {
    padding: 0px;
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
    display: flex;
    align-items: center;
}

.admin .navbar .navbar-nav .nav-item .nav-link i {
    font-size: 25px;
    color: #ffffff;
}

.admin .navbar .navbar-nav .nav-item .nav-link .user {
    padding-right: 15px;
}

.admin .navbar .navbar-nav .nav-item .dropdown-toggle::after {
    margin-left: 10px;
    font-size: 18px;
    color: #ffffff;
}

.admin .navbar .navbar-nav .dropdown-menu {
    right: 0px;
    left: auto;
    margin-top: 46px;
    border: 0px;
    box-shadow: 0px 6px 6px #00000029;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0px 0px 10px 10px;
}

.admin .navbar .navbar-nav .dropdown-menu a {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.3px;
    color: #262626;
    font-weight: 500;
    padding: 10px 15px;
    border-bottom: 1px solid #dddddd;
}

.admin .navbar .navbar-nav .dropdown-menu a:last-child {
    border-bottom: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.admin .navbar .navbar-nav .dropdown-menu a:hover {
    background-color: #DDF6F5;
    color: #2C2C2C;
}

.admin .navbar .navbar-nav .dropdown-menu a i {
    color: #273072;
    padding-right: 10px;
    font-size: 20px;
}

.billPayHead {
    padding: 15px 25px 15px 25px;
    position: relative;
    z-index: 5;
    background: #1ab394;
}
.billPayHead .center-top {
        align-content:center;
    }


.dashboard .sm-wid {
    flex: 0 0 3.5%;
    overflow: hidden;
    transition: all 500ms ease-in-out;
}

.dashboard .sm-wid:hover {
    flex: 0 0 12%;
}

.dashboard .sm-wid:hover~.md-wid {
    flex: 0 0 88%;
    max-width: 88%;
}

.dashboard .md-wid {
    flex: 0 0 96.5%;
    max-width: 96.5%;
    transition: all 500ms ease-in-out;
}

.dashboard .sidebar {
    padding: 0px;
    margin-top: 45px;
    height: calc(100vh);
    transition: all 500ms ease-in-out;
}

.dashboard .sidebar ul {
    transition: all 500ms ease-in-out;
}

.dashboard .sidebar ul li {
    margin-bottom: 0px;
    padding: 14px 5px 14px 35px;
    transition: all 500ms ease-in-out;
}

.dashboard .sidebar ul li:hover {
    background-color: #FFFFFFCC;
}

.dashboard .sidebar ul li:hover a {
    color: #16367E;
}

.dashboard .sidebar ul li:hover .blu {
    display: block;
}

.dashboard .sidebar ul li:hover .whi {
    display: none;
}

.dashboard .sm-wid ul li {
    padding: 14px 0px 14px 25px;
}

.dashboard .sidebar ul .active {
    background-color: #FFFFFF;
}

.dashboard .sidebar ul li a {
    font-size: 15px;
    line-height: 23px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.dashboard .sidebar ul .active a {
    color: #16367E;
}

.dashboard .sidebar ul li a img {
    margin-right: 15px;
    width: 18px;
    height: 18px;
}

.dashboard .sidebar ul .active a .whi,
.dashboard .sidebar ul li a .blu {
    display: none;
}

.dashboard .sidebar ul li a .whi,
.dashboard .sidebar ul .active a .blu {
    display: block;
}

.dashboard .sm-wid ul li a {
    font-size: 0px;
}

.dashboard .sm-wid:hover ul li a {
    font-size: 16px;
}

.dashboard .full {
    padding-left: 0px;
    padding-right: 0px;
}

.dashboard .dash-inner {
    padding: 48px 35px 65px;
    background-color: #FFFFFF;
    border-radius: 40px 0px 0px 0px;
}
.dash-inner_2 {
    padding: 1px 0px 0px;
    background-color: #c6e9fd;
    border-radius: 40px 0px 0px 0px;
}

.dashboard .dash-inner .extpad {
    padding-left: 30px;
    padding-right: 100px;
}

.dashboard .dash-inner .dash-top {
    margin-bottom: 15px;
}

.dashboard .dash-inner .dash-top h2 {
    color: #2C2C2C;
    font-size: 25px;
    font-weight: bold;
    line-height: 38px;
    margin-bottom: 0px;
}

.dashboard .dash-inner .marg {
    margin-bottom: 50px;
}

.dashboard .dash-inner .dash-top ul {
    display: flex;
}

.dashboard .dash-inner .dash-top ul li {
    margin-right: 20px;
    color: #262626;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
}

.dashboard .dash-inner .dash-top ul li span {
    background-color: #19C8A5;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 1px 5px;
    margin-left: 10px;
}

.dashboard .dash-inner .table-responsive {
    border: 0px;
    border-radius: 10px;
    margin-bottom: 50px;
}

.dashboard .dash-inner .table {
    margin-bottom: 0px;
}

.dashboard .dash-inner .table tr {
    border-bottom: 1px solid #4566b1;
}

.dashboard .dash-inner .table tr:last-child {
    border-bottom: 0px;
}

.dashboard .dash-inner .table tr td {
    font-size: 16px;
    line-height: 20px;
    padding: 20px;
    border-top: 0px;
}

.dashboard .dash-inner .table tr td:first-child {
    background-color: #16367E;
    color: #FFFFFF;
}

.dashboard .dash-inner .table tr td:last-child {
    background-color: #E8EDF8;
    color: #2C2C2C;
}

    .dashboard .dash-inner .task .table-responsive {
        border: 0px;
        border-radius: 10px;
        margin-bottom: 50px;
    }

    .dashboard .dash-inner .task .table {
        margin-bottom: 0px;
       
    }

.dashboard .dash-inner .task .table tr {
    background-color: #E0F5EE;
    border-bottom: 1px solid #16b87f61;
}

.dashboard .dash-inner .task .table tr:last-child {
    border-bottom: 0px;
}

.dashboard .dash-inner .task .table thead tr {
    background-color: #16B87F;
}

.dashboard .dash-inner .task .table thead tr th {
    letter-spacing: 0.32px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding: 20px 30px;
}

.dashboard .dash-inner .task .table tr td {
    color: #2C2C2C;
    font-size: 15px;
    line-height: 23px;
    background-color: transparent;
    padding: 18px 30px;
}

.dashboard .dash-inner .task .table tr .dif-col {
    text-align: center;
}

.dashboard .dash-inner .task .table tr td a img {
    width: 18px;
}

.dashboard .dash-inner .task .table tr td:last-child a img {
    width: 15px;
}

.dashboard .card-box {
    display: flex;
    align-items: center;
    border-radius: 10px;
    height: 100%;
}

.dashboard .bg-one {
    background-color: #E8794A;
}

.dashboard .bg-two {
    background-color: #5B3CB2;
}

.dashboard .bg-three {
    background-color: #C84694;
}

.dashboard .card-box .card-img {
    width: 25%;
    text-align: center;
}

.dashboard .card-box .card-img img {
    width: 40px;
    height: 55px;
}

.dashboard .card-box .card-right {
    background-color: #dddddd;
    width: 75%;
    height: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.dashboard .card-box .card-right h6 {
    color: #2C2C2C;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px;
    margin-bottom: 0px;
}

.dashboard .card-box .card-right hr {
    margin: 0px;
}

.dashboard .card-box .card-right p {
    color: #2C2C2C;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 15px;
    margin-bottom: 0px;
}

.dashboard .card-box .card-right p span {
    opacity: .5;
}

.dashboard_2 .dash-footer {
    background-color: #16367E;
    border-radius: 0px 0px 0px 40px;
    padding: 40px 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard_2 .dash-footer p {
    letter-spacing: 0.28px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px;
    font-weight: 300;
    opacity: .6;
}

.dashboard .dash-footer_2 {
    background-color: #16367E;
    border-radius: 0px 0px 40px 0px;
    width:100%;
    padding: 27px 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard .dash-footer_2 p {
    letter-spacing: 0.28px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px;
    font-weight: 300;
    opacity: .6;
}