﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

body {
    background: #fff;
    font-size: 16px;
    color: rgba(33, 33, 33, 0.8);
    font-family: "Roboto", sans-serif;
}

input[type="text"],
select,
.ui-button {
    outline: none !important;
    padding-left:5px;
    -webkit-outline: none !important;
}

button,
a {
    outline: none !important;
    -webkit-outline: none !important;
    transition: 300ms ease 0s;
    -webkit-transition: 300ms ease 0s;
    -moz-transition: 300ms ease 0s;
    -ms-transition: 300ms ease 0s;
    -o-transition: 300ms ease 0s;
}

a {
    font-size: 16px;
    font-weight: 400;
    font-size: 15px;
}

    a:hover,
    a:focus {
        text-decoration: none;
        outline: none;
        -webkit-outline: none !important;
    }

.ui-slider-handle:focus,
button,
textarea {
    outline: none;
    -webkit-outline: none !important;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

img {
    display: block;
    max-width: 100%;
    outline: none;
}

.form-control:focus {
    outline: none;
    -webkit-outline: none;
    box-shadow: none;
    border-color: #ccc;
}

.form-select:focus {
    border-color: #ccc;
    outline: 0;
    box-shadow: none;
}

/*login css*/

.loginWrapper {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    background-color: #eee;
}

.loginbox {
    width: 600px;
    padding: 50px;
    border: 1px solid #eee;
    border-radius: 15px;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    text-align: center;
}

    .loginbox .field-validation-error {
        display: block;
        text-align: left;
        margin-left: 4px;
    }

    .loginbox h3 {
        font-weight: 700;
        font-size: 22px;
        line-height: 22px;
        color: #003d72;
    }

    .loginbox img {
        margin: 0 auto 30px;
        width: 200px;
    }

    .loginbox p {
        color: #666;
    }

    .loginbox .form-control {
        font-size: 14px;
        height: 45px;
    }

.btn-gray {
    width: 100%;
    background: #9e9e9e;
    color: #fff;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    padding: 8px 12px;
    font-size: 16px;
}

    .btn-gray:hover {
        background: #17a2b8;
        color: #fff;
    }

.fpLink {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    color: #003d72;
}

    .fpLink:hover {
        text-decoration: underline;
    }

#header {
    background-color: #212529;
    padding: 20px 0;
}

.logo {
    width: 150px;
}

.title {
    margin: 0;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    position: relative;
    display: inline-block;
}

    .title::after {
        content: "";
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 100%;
        height: 5px;
        background: #17a2b8;
    }

.logout {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    display: inline-block;
}

    .logout:hover {
        opacity: 0.8;
    }

.Action_option {
    border: none;
    padding: 0;
    background: transparent;
}

.listing-table {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.dropdown-menu {
    min-width: 120px;
}

.table-bordered,
.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
    margin-top: 48px !important;
}

.dataTables_filter .form-control,
#employee_length .form-control {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg);
}

/*client review page*/
.cr_sec {
    padding: 50px 0;
}

.top_Stiper {
    background: #9e9e9e;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #9e9e9e;
}

    .top_Stiper select {
        width: 150px;
        margin-right: 15px;
    }

.pcr_title {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    display: inline-block;
}

.pcr_status {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.pcr_status1 {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.pcr_status a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    margin-left: 10px;
}

    .pcr_status a:hover {
        opacity: 0.8;
        text-decoration: underline;
    }

#fileInput {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.uploadFiles {
    text-align: center;
    position: relative;
    border-width: 1px;
    border-style: dashed;
    border-color: #ccc;
    border-radius: 15px;
    padding: 10px;
}

    .uploadFiles img {
        width: 200px;
        margin: 0 auto;
    }

#fileName {
    font-size: 11px;
    margin: 5px 0;
}

.box {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    font-size: 12px;
}

.imgBox {
    position: relative;
}

    .imgBox img {
        width: 100%;
    }

    .imgBox span {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        background: #17a2b8;
        width: 60px;
        text-align: center;
        border-radius: 40px;
        font-size: 12px;
        font-weight: 500;
        cursor: pointer;
        padding: 5px;
        color: #fff;
        letter-spacing: 1px;
    }

.imgBox1 {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

    .imgBox1 img {
        width: 100%;
    }

    .imgBox1 h4 {
        font-weight: 700;
        font-size: 20px;
        margin-top: 15px;
    }

.main-heading {
    position: relative;
    margin-bottom: 35px;
}

.main-heading {
    position: relative;
    margin-bottom: 35px;
    display: inline-block;
}

    .main-heading::after {
        content: "";
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 60%;
        height: 5px;
        background: #17a2b8;
    }

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: rgb(23 162 184 / 90%);
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
}

.modal-body .loginbox {
    margin: 0 auto;
    box-shadow: none;
    max-width: 100%;
}

.btn-primary {
    background-color: #17a2b8 !important;
    border: 1px solid #17a2b8 !important;
}

    .btn-primary:hover {
        background-color: #0e8b9f !important;
        border: 1px solid #0e8b9f !important;
    }

.active > .page-link,
.page-link.active {
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.page-link {
    color: #17a2b8;
}

.print-btn {
    border: none;
    padding: 0;
}

    .print-btn:hover {
        opacity: 0.7;
    }

ul.revision-list li {
    font-weight: 300;
    margin-bottom: 5px;
    font-size: 16px;
    position: relative;
    padding-left: 30px;
}

    ul.revision-list li span {
        width: 20px;
        height: 20px;
        font-size: 12px;
        background: #666;
        color: #fff;
        border-radius: 20px;
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 2px;
        left: 0;
    }

.btn-secondary:hover {
    background-color: #17a2b8;
    border-color: #17a2b8;
}

@media (max-width: 991px) {
    div.dataTables_wrapper div.dataTables_filter input {
        width: 80%;
    }
}

@media (max-width: 767px) {
    div#employee_wrapper > div.row .col-sm-12.col-md-6 {
        margin-bottom: 10px;
    }

        div#employee_wrapper > div.row .col-sm-12.col-md-6 div {
            text-align: left;
        }

    div.dataTables_wrapper div.dataTables_filter label {
        width: 100%;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        width: 100%;
        display: block;
        margin: 0;
    }

    .listing-table {
        padding: 10px;
        margin: 0 !important;
    }

    .selectActionBox {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

        .selectActionBox .form-select {
            width: 100%;
            margin: 0;
        }

    .pcr_title {
        width: 100%;
        margin-bottom: 10px;
    }

    .pcr_status {
        text-align: left !important;
        margin-top: 10px;
    }

    .imgBox1 h4 {
        font-size: 16px;
    }
}

/*new changes*/

.imgBox img {
    height: 220px;
    object-fit: contain;
}

.imgBox1 img {
    height: 350px;
    object-fit: contain;
}

#header {
    background-color: #fff;
    padding: 20px 0;
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
    position: relative;
    z-index: 99;
}
/*
.logout {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    display: inline-block;
    font-size: 24px;
}*/

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: rgb(23 162 184 / 90%);
    background-size: 30px;
    border-radius: 50%;
    opacity: 1;
}

.carousel-control-next, .carousel-control-prev {
    width: 7%;
}

.height-25 {
    height: 31px;
}
